@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: "Figtree", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 500;
    font-style: normal;
    color: var(--body-color);
    font-size: 18px;
    line-height: 1.5;
    background-color: #fff;
}

:root {
    scroll-behavior: inherit;
    --black: #000;
    --white: #fff;
    --light_green: #e7fef1;
    --btn_color: #211c39;
    --green: #00d695;
    --body-color: #565070;
    --deep_green: #002218;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--black);
    font-weight: 600;
    line-height: 1.2;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1,
.h1-title {
    font-weight: 600;
    font-size: 80px;
    text-transform: capitalize;
}

h2,
.h2-title {
    font-weight: 600;
    font-size: 60px;
    text-transform: capitalize;
}

h3,
.h3-title {
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
}

h4,
.h4-title {
    font-size: 24px;
    line-height: 1.2;
}

h5,
.h5-title {
    font-size: 20px;
    line-height: 1.2;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--body-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--green);
}

img {
    max-width: 100%;
}

.cmn_gap {
    padding: 100px 0;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 110px;
    width: 100%;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 25px;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav li a {
    color: var(--black);
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav li a:hover {
    color: var(--green);
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--green);
}

/* for push-menu end*/

.cmn_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--green);
    color: var(--btn_color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    padding: 16px 33px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cmn_btn:hover {
    background-color: var(--btn_color);
    color: var(--white);
}

.main-head {
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* -------bann-------- */
.banner-sec {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 175px;
    overflow: hidden;
    background-color: var(--light_green);
}

.bann-btn {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px;
    max-width: 396px;
}

.bann-btn li {
    padding: 6px;
}

.bann-btn-wrp {
    margin-top: 30px;
}

.banner-content {
    max-width: 652px;
    padding-bottom: 130px;
    padding-right: 20px;
}

.row-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -15px;
}

.col-lft-banner,
.col-rgt-banner {
    width: 50%;
    padding: 0 15px;
}

.banner-mobile-img {
    max-width: 668px;
}

.banner-mobile-img img {
    width: 100%;
}

.big-text {
    pointer-events: none;
    position: absolute;
    bottom: -8.13vw;
    left: -60px;
    right: 0;
    text-align: center;
    font-weight: 900;
    font-size: 28.54vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#daf6e6), to(#e7fef1));
    background: -o-linear-gradient(top, #daf6e6 0%, #e7fef1 100%);
    background: linear-gradient(180deg, #daf6e6 0%, #e7fef1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* opacity: 0.8; */
    line-height: 1;
    z-index: -1;
}

.btn_txt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.1;
    padding-left: 10px;
}

.btn_txt small {
    font-size: 14px;
    color: var(--white);
}

.btn_txt strong {
    font-size: 18px;
    color: var(--white);
}

.black {
    background-color: var(--black);
    border-radius: 50px;
    width: 100%;
    padding: 13px 17px;
}

.apple_icn {
    max-width: 26px;
    width: 100%;
}

.play_icn {
    max-width: 35px;
    width: 100%;
}

.choose_row_hdr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.choose_hdr_bx {
    margin-bottom: 60px;
}

.choose_wrapper {
    padding: 18px 18px 40px 18px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 4px 18px rgba(0, 214, 150, 0.1);
    box-shadow: 0px 4px 18px rgba(0, 214, 150, 0.1);
    border-radius: 40px;
    height: 100%;
}

.img-diff-wrap {
    min-height: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8fff2), to(#f6fffa));
    background: -o-linear-gradient(top, #e8fff2 0%, #f6fffa 100%);
    background: linear-gradient(180deg, #e8fff2 0%, #f6fffa 100%);
    position: relative;
    padding: 20px 20px 0;
}

.img-diff-wrap img {
    width: 100%;
    max-width: 303px;
}

.down-diff h3 {
    margin-bottom: 20px;
}

.down-diff {
    padding-top: 34px;
    text-align: center;
}

.row-diff {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.work_sec {
    background-color: var(--light_green);
}

.work_sec_hdr {
    max-width: 799px;
    margin: 0 auto 60px auto;
}

.work_top img {
    max-width: 90px;
    width: 100%;
}

.work_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 353px;
    margin: 0 auto;
    height: 100%;
    display: flex;
}

.work_top {
    background: -webkit-gradient(linear, left top, left bottom, from(#c0fed6), to(#f6fffa));
    background: -o-linear-gradient(top, #c0fed6 0%, #f6fffa 100%);
    background: linear-gradient(180deg, #c0fed6 0%, #f6fffa 100%);
    height: 130px;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    border-radius: 50%;
    position: relative;
}

/* .work_top:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 308px;
    background-color: var(--green);
    border: 2px solid dashed var(--green);
    right: 0;
    top: 0;
} */

.work_btm {
    margin-top: 32px;
}

.work_num {
    line-height: 1;
    margin-top: 20px;
}

.work_num::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, decimal-leading-zero);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#94ffc4),
            color-stop(111.32%, rgba(248, 248, 251, 0)));
    background: -o-linear-gradient(top, #94ffc4 0%, rgba(248, 248, 251, 0) 111.32%);
    background: linear-gradient(180deg, #94ffc4 0%, rgba(248, 248, 251, 0) 111.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 76px;
    font-weight: 800;
}

.work_main_wrp {
    counter-reset: my-sec-counter;
}

.inr-breand-img {
    position: relative;
}

.inr-breand-img_one {
    height: 551px;
    width: 551px;
    border-radius: 50%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(210, 252, 225, 0.8)),
            to(rgba(246, 255, 250, 0.8)));
    background: -o-linear-gradient(top, rgba(210, 252, 225, 0.8) 0%, rgba(246, 255, 250, 0.8) 100%);
    background: linear-gradient(180deg, rgba(210, 252, 225, 0.8) 0%, rgba(246, 255, 250, 0.8) 100%);
    -webkit-filter: blur(60px);
    filter: blur(60px);
    position: absolute;
    position: absolute;
    top: 12%;
    left: 11%;
    z-index: -1;
}

.inr-breand-img img {
    width: 100%;
}

.right-ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.right-ul li {
    padding-left: 28px;
    background-position: top 4px left;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(images/tick.svg);
    font-weight: 300;
    margin-bottom: 16px;
}

.ul-btn-wrap {
    padding: 24px 0;
}

.right-ul li:last-child {
    margin-bottom: 0;
}

.content-brend p {
    font-weight: 300;
}

.brend-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.overlay-brend-one {
    position: absolute;
    top: -53px;
    left: 0%;
    z-index: -1;
}

.overlay-brend-two {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.brend_para {
    margin-bottom: 30px;
}

.app_box {
    background-color: #f5f5f7;
    padding: 165px 0 165px 50px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.phone_image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
    max-width: 950px;
    -o-object-fit: fill;
    object-fit: fill;
}

.app_wrapper {
    max-width: 606px;
    position: relative;
    z-index: 2;
}

.app_sec {
    position: relative;
    margin-bottom: -300px;
    z-index: 3;
}

.app_blur {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.footer_sec {
    background-color: var(--deep_green);
    padding: 360px 0 100px 0;
    position: relative;
}

.footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.footer_two ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmn_footer {
    padding: 0 15px;
}

.footer_two ul li {
    margin: 0 25px 8px;
}

.footer_two ul li a {
    color: var(--white);
}

.footer_two ul li a:hover {
    color: var(--green);
}

.footer_two li:last-child {
    margin-right: 0;
}

.footer_two li:first-child {
    margin-left: 0;
}

.footer_btm {
    margin-top: 10px;
}

.footer_btm p {
    color: var(--white);
    text-align: end;
}

.footer_btm p a {
    color: var(--white);
}

.footer_btm p a:hover {
    color: var(--green);
}

.img-diff-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 20%;
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.bann-btn li .cmn_btn {
    min-width: 185px;
}

.work_col {
    position: relative;
}

.work_col::after {
    content: "";
    position: absolute;
    top: 80px;
    width: 29%;
    height: 2px;
    background-image: url(images/dased-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 0;
}

.work_col::before {
    content: "";
    position: absolute;
    top: 80px;
    width: 30%;
    height: 2px;
    background-image: url(images/dased-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: -6px;
}

.work_col:last-child:after {
    display: none;
}

.work_col:first-child:before {
    display: none;
}

.content-brend {
    max-width: 694px;
}

.down-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
}

.ftr-shp01 {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ftr-shp02 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.ftr_main_wrp {
    position: relative;
    z-index: 1;
}

.main-head.fixed {
    padding: 10px 0;
    background-color: var(--white);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.ftr-logo {
    display: block;
    max-width: 150px;
    width: 100%;
}

.ftr-logo img {
    width: 100%;
}

.privacy-policy h1 {
    font-size: 52px;
    margin: 0;
    margin-bottom: 6px;
}

.policy-cntnt-wpr h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 40px 0 15px;
}

.policy-cntnt-wpr h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 30px 0 12px;
}

.policy-cntnt-wpr h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 20px 0 12px;
}

.policy-cntnt-wpr {
    line-height: 1.8;
}

.policy-cntnt-wpr p>strong,
.policy-cntnt-wpr p>b {
    font-weight: 600;
}

.policy-cntnt-wpr ul>li {
    margin-bottom: 12px;
}

.policy-cntnt-wpr p>a {
    text-decoration: underline !important;
    color: #475ba8;
    word-break: break-all;
}

.policy-cntnt-wpr p>a:hover {
    text-decoration: none !important;
}

.privacy-table-wpr {
    width: 100%;
    overflow: auto;
    margin: 30px 0;
}

.privacy-table-wpr table {
    width: 100%;
    min-width: 600px;
}

.privacy-table-wpr table th,
.privacy-table-wpr table td {
    border: 1px solid #3f3f3f;
    padding: 10px 15px;
}

.privacy-table-wpr table th {
    font-weight: 600;
}

.privacy-policy.cmn_gap {
    padding-top: 150px;
}

.privacy-body .footer_sec {
    padding: 100px 0;
}

.privacy-policy {
    background-color: var(--light_green);
}


/* 02.01.26 start */

.container.large {
    max-width: 100%;
    padding: 0 15px;
}

.work_sec_hdr.review-hdr-wrppr {
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.review-slider {
    margin: -80px -18px;
}

.review-slider .slick-list {
    overflow: visible !important;
}

.review-slider .slick-track {
    display: flex !important;
}

.review-item {
    height: inherit !important;
    padding: 80px 18px;
}

.review-slider-item-inr {
    width: 100%;
    height: 100%;
    background: var(--white);
    box-shadow: 0px 14px 94px rgba(219, 242, 228, 0.6);
    border-radius: 30px;
    padding: 57px 24px 50px 57px;
    display: flex;
    flex-direction: column;
}

.review-slider-item-inr ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.review-slider-item-inr li {
    margin-right: 6px;
}

.review-slider-item-inr li:last-child {
    margin-right: 0;
}

.review-slider-item-inr li img {
    width: 30px;
}

.review-slider-item-inr>p {
    margin-bottom: 35px;
}

.review-user-wrppr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto;
}

.review-user-img-wrppr {
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.review-user-img-wrppr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-user-info {
    flex: 1;
    padding-left: 20px;
}

.review-user-info h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #333333;
    margin-bottom: 12px;
}

.review-user-info p {
    font-size: 16px;
    line-height: 1;
}

.review-sec {
    overflow: hidden;
}

.overly-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.overly-img.one {
    z-index: 1;
}

.overly-img.two {
    z-index: 2;
}

.main-img {
    position: relative;
    z-index: 3;
}

/* 02.01.26 end */




/* ========== responsive css =========== */

@media (min-width: 1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media (min-width: 1599px) {
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1799px) {
    .container.large {
        max-width: 1786px;
    }
}

@media (max-width: 1400px) {
    h1 {
        font-size: 65px;
    }

    h2 {
        font-size: 52px;
    }

    h3,
    .h3-title {
        font-size: 24px;
    }

    .app_box {
        padding: 100px 0 100px 40px;
    }

    .navbar-nav li a {
        font-size: 16px;
    }

    .choose_hdr_bx {
        margin-bottom: 40px;
    }

    .work_top {
        height: 100px;
        width: 100px;
    }

    .work_top img {
        max-width: 66px;
    }

    .work_col::after,
    .work_col::before {
        top: 50px;
    }

    .work_num::before {
        font-size: 66px;
    }

    .cmn_gap {
        padding: 80px 0;
    }

    .phone_image {
        max-width: 570px;
    }

    .app_sec {
        margin-bottom: -230px;
    }

    .footer_sec {
        padding: 270px 0 60px 0;
    }

    .footer_two ul li {
        margin: 0 18px 8px;
    }

    .navbar-nav>li {
        margin: 0 18px;
    }

    .review-slider-item-inr {
        padding: 30px 24px;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 44px;
    }

    h3,
    .h3-title {
        font-size: 22px;
    }

    .navbar-nav>li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .banner-content {
        padding-bottom: 60px;
        padding-right: 0;
    }

    .choose_wrapper {
        padding: 18px;
        border-radius: 30px;
    }

    .img-diff-wrap {
        min-height: 315px;
        border-radius: 20px;
    }

    .app_wrapper {
        max-width: 456px;
    }

    .app_box {
        padding: 70px 0 70px 30px;
        border-radius: 30px;
    }

    .footer_two ul li {
        margin: 0 10px 8px;
    }

    .cmn_gap {
        padding: 60px 0;
    }

    .app_sec {
        margin-bottom: -200px;
    }

    .footer_sec {
        padding: 230px 0 40px 0;
    }

    .work_num::before {
        font-size: 56px;
    }

    .banner-sec {
        padding-top: 145px;
    }

    .navbar-nav>li {
        margin: 0 16px;
    }

    .main-head {
        padding: 20px 0;
    }

    .bann-btn li .cmn_btn {
        min-width: 165px;
    }

    .apple_icn {
        max-width: 22px;
    }

    .btn_txt strong {
        font-size: 16px;
    }

    .btn_txt small {
        font-size: 12px;
    }

    .play_icn {
        max-width: 28px;
    }

    .privacy-policy.cmn_gap {
        padding-top: 130px;
    }

    .privacy-policy h1 {
        font-size: 46px;
    }

    .review-slider .slick-list {
        padding: 0 3% !important;
    }
}

@media (max-width: 1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/
}

@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: "";
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: "";
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition:
            transform 0.2s ease-in-out,
            -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition:
            transform 0.2s ease-in-out,
            -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        /* height: 100%; */
        overflow: hidden;
    }

    /* push nav end */
    .nv-btn {
        margin-left: auto;
    }

    .col-lft-banner,
    .col-rgt-banner {
        width: 100%;
        padding: 0 15px;
    }

    h1 {
        font-size: 54px;
    }

    h2 {
        font-size: 40px;
    }

    h3,
    .h3-title {
        font-size: 20px;
    }

    .choose_row_hdr {
        --bs-gutter-y: 20px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 16px 0;
    }

    .work_btm {
        margin-top: 20px;
    }

    .work_num::before {
        font-size: 48px;
    }

    .col-brend-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .row-brend {
        --bs-gutter-y: 30px;
    }

    .phone_image {
        max-width: 410px;
    }

    .app_box {
        padding: 50px 0 50px 30px;
        border-radius: 20px;
    }

    .app_wrapper {
        max-width: 386px;
    }

    .footer_cntnt a {
        max-width: 100px;
    }

    .footer_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cmn_footer {
        margin-bottom: 20px;
    }

    .footer_btm p {
        text-align: center;
    }

    .navbar-nav>li {
        margin-bottom: 4px;
        border-bottom: 1px solid #eee;
    }

    .review-slider-item-inr li img {
        width: 20px;
    }

    .review-slider-item-inr ul {
        margin: 0 0 20px;
    }

    .review-user-img-wrppr {
        width: 60px;
        height: 60px;
    }

    .review-user-info {
        padding-left: 15px;
    }

    .review-user-info h4 {
        font-size: 20px;
    }

    .review-user-info p {
        font-size: 14px;
    }

    .review-slider .slick-list {
        padding: 0 60px 0 0 !important;
    }
}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 35px;
    }

    .img-diff-wrap {
        min-height: 210px;
    }

    .work_inner {
        padding-bottom: 120px;
    }

    .work_col:last-child .work_inner {
        padding-bottom: 0;
    }

    .work_col::after {
        width: 1px;
        height: 100px;
        right: auto;
        border: 1px dashed #00d695;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 7px;
        top: auto;
    }

    .work_num::before {
        font-size: 40px;
    }

    .work_col::before {
        display: none;
    }

    .work_btm {
        margin-top: 15px;
    }

    .work_num {
        margin-top: 12px;
    }

    .phone_image {
        max-width: 100%;
        position: static;
    }

    .app_box {
        padding: 0;
    }

    .app_wrapper {
        max-width: 100%;
        padding: 30px;
        text-align: center;
    }

    .app_wrapper .bann-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%;
    }

    .navbar-brand {
        max-width: 90px;
    }

    .cmn_btn {
        font-size: 14px;
        padding: 10px 18px;
    }

    .row-banner,
    .footer_row,
    .footer_row {
        margin: 0 -12px;
    }

    .col-lft-banner,
    .col-rgt-banner,
    .cmn_footer {
        padding: 0 12px;
    }

    .row-diff {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .privacy-policy h1 {
        font-size: 42px;
    }

    .policy-cntnt-wpr h2 {
        font-size: 26px;
        margin: 30px 0 15px;
    }

    .down-shape {
        display: none;
    }

    .work_sec_hdr.review-hdr-wrppr {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 30px;
    }

    .main-head {
        padding: 15px 0;
    }

    .main-head.fixed {
        padding: 6px 0;
    }

    .banner-sec {
        padding-top: 115px;
    }

    .img-diff-wrap {
        min-height: 370px;
    }
}

@media (max-width: 479px) {
    body {
        font-size: 15px;
    }

    .navbar-brand {
        max-width: 70px;
    }

    .cmn_btn {
        font-size: 13px;
        padding: 9px 12px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 28px;
    }

    .bann-btn li .cmn_btn {
        min-width: 133px;
    }

    .btn_txt strong {
        font-size: 15px;
    }

    .app_wrapper {
        padding: 20px 12px;
    }

    .apple_icn {
        max-width: 18px;
    }

    .play_icn {
        max-width: 24px;
    }

    .footer_two ul li a {
        font-size: 14px;
    }

    .banner-sec {
        padding-top: 95px;
    }

    .privacy-policy h1 {
        font-size: 36px;
    }

    .policy-cntnt-wpr h2 {
        font-size: 24px;
    }

    .privacy-policy.cmn_gap {
        padding-top: 90px;
    }

    .img-diff-wrap {
        min-height: 270px;
    }

    .review-slider-item-inr {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .review-user-img-wrppr {
        width: 50px;
        height: 50px;
    }

    .review-user-info h4 {
        font-size: 18px;
    }

    .review-slider-item-inr>p {
        margin-bottom: 25px;
    }

    .review-slider-item-inr ul {
        margin: 0 0 15px;
    }

    .review-slider .slick-list {
        padding: 0 !important;
    }
}