* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    color: #121212;
    line-height: normal;
}

h2 {
    font-size: 42px;
    font-weight: normal;
    color: #1E1E1E;
    line-height: normal;
}

h3 {
    font-size: 16px;
    color: #1E2432;
    font-weight: bold;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

p {
    color: #828282;
}

a {
    text-decoration: none;
}
/* @@@@@@@@@@@@@  header CSS start  @@@@@@@@@@@@@@ */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
.payment-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://smartpay.pl/Content/loading2.gif') 50% 50% no-repeat rgb(249,249,249);
}
.policy .main-header {
    background: #f5f5f5;
}

.main-header #navbarNav {
    justify-content: flex-end;
    z-index: 99;
}

.main-header #navbarNav ul.navbar-nav li a.nav-link {
    color: #fff;
}

.main-header {
    padding: 10px 0;
}

.main-header a.navbar-brand img {
    max-width: 200px;
    object-fit: cover;
    height: 60px;
}

.container.nav-cont {
    justify-content: flex-start;
}

ul.navbar-nav {
    z-index: 99;
}

.nav-link {
    color: #121212 !important;
    font-size: 16px;
    font-weight: normal;
}

.offcanvas-header {
    display: none;
}

.container.nav-cont a.navbar-brand {
    flex: 0 0 40%;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.container.nav-cont ul.navbar-nav {
    flex: 0 0 60%;
    justify-content: flex-end;
}
ul.navbar-nav {
    align-items: center;
}
li.log-in-btn a {
    padding: .4rem 1rem .5rem 1rem;
    background: #009CBD;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #009CBD;
    margin-left: 5px;
}
li.log-in-btn a:hover {
    background: #fff;
    color: #121212;
}
@media screen and (max-width: 420px) {
    .about-heading h2.about-title:before {
        width: 40px;
    }
}

@media all and (max-width: 992px) {
    .offcanvas-header {
        display: block;
        text-align: right;
    }
    .nav-item {
        border-bottom: 1px solid #eaeaea;
        width: 100%;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 1200;
        width: 50%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
        background-color: #fff !important;
    }
    li.log-in-btn a {
        width: max-content;
    }
    li.log-in-btn {
        width: 100%;
    }
    html:lang(ar) .mobile-offcanvas {
        transform: translateX(100%);
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .nav-cont {
        display: block !important;
        padding-right: auto !important;
        padding-left: auto !important;
    }

    #navbar_main {
        box-shadow: 0px 3px 17px #00000047;
    }

    .dropdown-menu {
        border: none;
    }

    .nav-item {
        border-bottom: 1px solid #eaeaea;
    }
}

/* @@@@@@@@@@@@@  header CSS end  @@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@  Banner CSS start  @@@@@@@@@@@@@@ */
h2.store-title.text-center {
    margin-bottom: 20px;
}
.store-number-field .input-group {
    margin: 0px 50px 15px 0px;
    border: 1px solid #ced4da;
    width: auto !important;
    border-radius: 50px;
    padding: 3px !important;
    background: #fff;
}
.store-number-field .input-group input {
    border: unset !important;
    border-radius: 50px;
    margin-right: 3px;
    background: unset;
}
.store-number-field button {
    border-radius: 50px;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009CBD;
}
button.storelogin:hover {
    background-color: #c99b2c;
    border-color: #c99b2c;
}
.store-number-field button:focus {
    box-shadow: unset !important;
    background-color: #c99b2c;
    border-color: #c99b2c;
}
.store-number-field button:active {
    box-shadow: unset !important;
}
.store-number-field input:focus {
    outline: unset;
    box-shadow: unset;
}
.store-number-field .input-group input::placeholder {
    font-size: 15px;
    color: #121212;
}
.banner-section {
    width: 100%;
    padding: 260px 0 260px 0;
    margin-top: -110px;
}

.banner-content {
    width: 100%;
    background: #ffffff78;
    padding: 30px;
    border-radius: 50px;
    margin: 0;
    max-width: 700px;
}

.banner-content p {
    font-size: 14px;
    color: #121212;
    font-weight: 500;
    margin: 20px 0 30px 0;
    line-height: 1.5;
}
a.banner-btn {
    background: #009CBD;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    max-width: 335px;
    border: 1px solid #009cbd;
}
a.banner-btn:hover {
    background: #fff;
    color: #121212;
}
/* @@@@@@@@@@@@@  Banner CSS end  @@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@  data safe CSS start  @@@@@@@@@@@@@@ */
.data-safe-section {
    margin: 80px 0 50px 0;
    padding-top: 30px;
}
.data-safe-left h2 {
    color: #0E1B1B;
    font-size: 40px;
    font-weight: 600;
}

.data-safe-right p {
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.data-safe-right {
    padding-left: 0;
}

/* @@@@@@@@@@@@@  data safe CSS end  @@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@  feature CSS start  @@@@@@@@@@@@@@ */
.feature-section {
    display: block;
    position: relative;
    padding-top: 50px;
}

.feature-left-img:before {
    position: absolute;
    content: '';
    background: #EBCCFF;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: -100%;
    border-radius: 0 40px 40px 0px;
    top: 50px;
}

.feature-section .container {
    position: relative;
}

.feature-left-img {
    margin-top: -50px;
    position: relative;
}

.feature-left-img img {
    z-index: 9;
    position: relative;
}

.feature-list-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px;
    padding-left: 28px;
    max-width: 780px;
}

.feature-section .row {
    align-items: center;
}

.feature-item h3 {
    margin: 20px 0 15px;
}

.feature-item p {
    color: #475569;
    margin: 0;
    line-height: 1.5;
}

/* @@@@@@@@@@@@@  feature CSS end  @@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@  about CSS start  @@@@@@@@@@@@@@ */
.about-section {
    margin: 100px 0;
    background: #FAF4FF;
    padding: 100px 0;
}

.about-section .row {
    align-items: center;
}
.about-content {
    max-width: 556px;
    width: 100%;
}
.about-content h5 {
    color: #009CBD;
    font-size: 18px;
    font-weight: 400;
}

.about-content h2 {
    margin: 10px 0 20px 0;
}

.about-content p {
    font-weight: 500;
}
.about-img img.about-back-img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 150px;
    left: 0;
    top: 0;
    transform: translate(-72%, -20%);
    z-index: 0;
}   

.about-content a {
    color: #009CBD;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    margin-top: 40px;
    display: block;
}

.about-content a img {
    margin-left: 8px;
}

.about-img img {
    width: 100%;
    object-fit: cover;
    z-index: 9;
    position: relative;
}

.about-img {
    position: relative;
    margin-left: 70px;
}

.about-img:before {
    position: absolute;
    content: '';
    background: url("./img/about-dots.png") no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    top: -10px;
    left: -65px;
}


/* @@@@@@@@@@@@@  about CSS end  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  pricing CSS start  @@@@@@@@@@@@@@ */
.pricing-section {
    background: #F9F9F9;
    padding: 50px 0;
    position: relative;
}
.pricing-section .container {
    position: relative;
    z-index: 1;
}
.pricing-section img.plan-bottom-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.pricing-title {
    margin-bottom: 70px;
}
.pricing-plans {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
    height: 85%;
}
.pricing-plan {
    max-width: 390px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 35px 35px 80px 35px;
    box-shadow: 0 0 7px 4px #0002;
    height: 100%;
}
.list-feature {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 82%;
}
.pricing-plan h2.Core-title {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #1E1E1E;
}
.pricing-plan h2.Core-title::after {
    content: '';
    background: #485BC0;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pricing-plan h4.Core-title {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}
.pricing-plan h3.price {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}
.pricing-plan h3.price strong {
    font-size: 32px;
    margin-right: 3px;
    font-weight: 600;
}
.pricing-plan.plan-feture h3.price strong {
    font-weight: 500;
    font-size: 40px;
}

ul.plan-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.plan-list li {
    font-weight: 500;
    line-height: 1.5;
    padding: 9px 0px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
ul.plan-list li img {
    position: relative;
    top: 2px;
}
.choose-plan-btn {
    display: flex;
    font-weight: 500;
    color: #009CBD;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    border: 1px solid #009CBD;
    border-radius: 45px;
    background: #fff;
    transition: 0.3s;
}
.pricing-plan-inner {
    height: 100%;
}
.pricing-plan-inner-bx-1 {
    height: 100%;
}
a.choose-plan-btn:hover {
    color: #fff;
    border: 1px solid #009CBD;
    background: #009CBD;
}
/* @@@@@@@@@@@@@  pricing CSS end  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  adventure CSS start  @@@@@@@@@@@@@@ */
.adventure-section {
    background: #F4FFFA;
    padding: 50px 0 80px 0;
    margin: 100px 0 100px 0;
    position: relative;
    overflow: hidden;
}
.adventure-content {
    text-align: center;
}
.adventure-content h2.adventure-title {
    background: linear-gradient(to top, #787878, #121212);
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: bold;
}
.adventure-content p {
    font-size: 16px;
    font-weight: normal;
    color: #828282cf;
}
.adventure-content a.adventure-btn {
    background: #009CBD;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    max-width: 335px;
    margin: 0 auto;
    margin-top: 35px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #009cbd;
}
.adventure-content a.adventure-btn:hover {
    background: #fff;
    color: #121212;
}
.adventure-section:after {
    position: absolute;
    content: '';
    background: url("https://ups.webdreamerz.com/assets/front/img/round-circle.png") no-repeat;
    width: 334px;
    height: 200px;
    right: -50px;
    top: 0;
    transform: rotate(-140deg);
    background-size: cover;
}
.adventure-section:before {
    position: absolute;
    content: '';
    background: url("https://ups.webdreamerz.com/assets/front/img/dots-color.png") no-repeat;
    width: 320px;
    height: 261px;
    left: 10px;
    top: 10px;
    background-size: contain;
}
/* @@@@@@@@@@@@@  adventure CSS end  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  newsletter CSS start  @@@@@@@@@@@@@@ */
.newsletter-section {
    margin-bottom: 130px;
    position: relative;
    padding: 0px 0 0 0;
}
.newsletter-section .newsletter h2 {
    font-size: 42px;
    font-weight: normal;
    color: #1E1E1E;
    line-height: normal;
}
.newsletter-section .newsletter p {
    font-size: 16px;
    font-weight: 500;
}
.newsletter .input-group {
    margin-top: 30px;
}
.newsletter .input-group input {
    border: unset;
    border-radius: 50px;
    padding: 0;
    padding-left: 42px;
}
.newsletter .input-group {
    margin-top: 30px;
    background: #fff;
    border: unset;
    border-radius: 50px;
    padding: 3px 3px 3px 20px;
    position: relative;
}
.newsletter .input-group button {
    border-radius: 50px;
    background: #009CBD;
    font-size: 16px;
    font-weight: 500;
    border: unset;
}
.newsletter-section:before {
    position: absolute;
    content: '';
    background: #FFEED4;
    width: 50%;
    height: 100%;
    left: 0;
    border-radius: 0;
    top: 50px;
}
.newsletter {
    z-index: 9;
    position: relative;
    padding: 100px 0 25px 0;
}
.newsletter .input-group:before {
    position: absolute;
    content: '';
    background: url("https://ups.webdreamerz.com/assets/front/img/mail-img.png") no-repeat;
    left: 20px;
    width: 30px;
    height: 30px;
    z-index: 9;
    background-size: cover;
    top: 7px;
}
.newsletter-section:after {
    position: absolute;
    content: '';
    background: #FFF6E8;
    width: 50%;
    height: 100%;
    right: 0;
    border-radius: 0;
    top: 50px;
}
.newsletter-right {
    position: relative;
}
.newsletter-right {
    position: relative;
    height: 100%;
}
.newsletter-right:after {
    position: absolute;
    content: '';
    background: url("https://ups.webdreamerz.com/assets/front/img/news-dots-img.png") no-repeat;
    right: -90px;
    width: 232px;
    height: 168px;
    background-size: cover;
    bottom: -50px;
    z-index: 9;
}
.newsletter .input-group button:focus {
    box-shadow: unset;
}
.newsletter .input-group button:hover {
    background: #dbac40;
}
.newsletter .input-group input::placeholder {
    font-size: 16px;
    color: #828282;
    font-weight: 500;
}
/* @@@@@@@@@@@@@  newsletter CSS end  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  footer CSS start  @@@@@@@@@@@@@@ */
.footer-section .footer-menu h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}
.footer-section {
    background: #009CBD;
    padding-top: 50px;
}
.footer-menu ul li {
    list-style: none;
    padding: 5px 0;
}
.footer-menu ul li a {
    color: #ffffffe8;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}
.footer-menu.social ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-menu.social ul li {
    background: #fff;
    padding: 0;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-menu.social ul li a img {
    margin-top: -2px;
}
.footer-bootom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bootom-block .footer-btm-left p.copy-right {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
	margin: 0;
}
.footer-bootom-block .footer-btm-right ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-bootom-block .footer-btm-right ul li {
    list-style: none;
	position: relative;
}
.footer-bootom-block .footer-btm-right ul li:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 15px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-6px);
}
.footer-bootom-block .footer-btm-right ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.footer-bootom {
    padding: 20px 0;
    border-top: 1px solid #fff;
    margin-top: 70px;
}
.footer-bootom-block .footer-btm-right ul li:first-child {
    padding-right: 10px;
}
.footer-bootom-block .footer-btm-right ul li:last-child:after {
    display: none;
}
.footer-logo img {
    width: 220px;
}

@media screen and (max-width: 767px) {
    .choose-plan-btn {
        margin-top: 15px;
    }
    .pricing-plan {
        padding: 15px;
        padding-bottom: 25px !important;
    }
    .pricing-plan-inner {
        height: auto !important;
    }
    .pricing-plan {
        height: auto !important;
    }
.footer-bootom-block .footer-btm-left p.copy-right {
    font-size: 14px;
}
.footer-bootom-block .footer-btm-right ul li a {
    font-size: 14px;
}
.footer-menu ul li a {
    font-size: 14px;
}
.footer-section .footer-menu h3 {
    font-size: 20px;
}
	.footer-logo {
    margin-bottom: 30px;
}
	.footer-bootom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column !important;
}
	.footer-menu {
    margin-bottom: 30px;
}
}
/* @@@@@@@@@@@@@  footer CSS end  @@@@@@@@@@@@@@ */



/* @@@@@@@@@@@@@  responsive CSS start  @@@@@@@@@@@@@@ */
@media screen and (max-width: 1440px) {
.newsletter-right:after {
    right: 0;
}
.adventure-section:before {
    width: 220px;
    height: 171px;
}
.adventure-section:after {
    width: 304px;
    height: 170px;
}
.feature-list-right {
    column-gap: 25px;
    row-gap: 25px;
    padding-left: 25px;
}
}


@media screen and (max-width: 1199px) {
    .pricing-plan {
        padding: 20px 20px 80px 20px;
    }
.adventure-section:after {
    width: 230px;
    height: 100px;
}
.adventure-section:before {
    width: 170px;
    height: 110px;
}
}


@media screen and (max-width: 991px) {
    .plan-head-bx .plan-head-trail {
        position: relative !important;
        right: 0;
        top: 0 !important;
        transform: translateY(0px) !important;
        text-align: center;
        margin: 8px 0;
    }
    .plan-head-bx .plan-head-trail p {
        font-size: 13px;
    }
    .pricing-plan h4.Core-title {
        font-size: 12px;
    }
    .pricing-plans {
        gap: 20px !important;
    }
    .pricing-plan ul li {
        font-size: 13px !important;
    }
    .pricing-plans {
        height: 100%;
    }
    .pricing-plan {
        height: 90%;
    }
    li.log-in-btn a {
        margin-left: 0;
        margin-top: 10px;
    }
.adventure-content h2.adventure-title br {
    display: none;
}
.adventure-content p br {
    display: none;
}
.newsletter-section .newsletter h2 br {
    display: none;
}
.newsletter .input-group input::placeholder {
    font-size: 13px;
}
.newsletter .input-group button {
    font-size: 14px;
}
.newsletter-right:after {
    right: 0px;
}
.feature-list-right {
    column-gap: 15px;
    row-gap: 15px;
    padding-left: 0px;
}
.banner-content h1 {
    font-size: 36px;
}
.data-safe-left h2 {
    font-size: 30px;
}
.data-safe-right p {
    font-size: 14px;
}
.data-safe-section {
    margin: 40px 0 70px 0;
    padding-top: 30px;
}
.feature-section {
    margin-top: 0;
}
.feature-item h3 {
    margin: 15px 0 15px;
    font-size: 14px;
}
.feature-item p {
    font-size: 14px;
}
.about-section {
    margin: 70px 0;
    padding: 70px 0;
}
.about-content h2 {
    font-size: 30px;
}
.about-content p {
    font-size: 14px;
}
.about-content a {
    margin-top: 25px;
}
.pricing-title {
    margin-bottom: 40px;
}
.pricing-title h2 {
    font-size: 30px;
}
.pricing-plan h2.Core-title {
    font-size: 20px;
}
.pricing-plan.plan-feture h3.price strong {
    font-size: 25px;
}
.pricing-plan h3.price strong {
    font-size: 25px;
}
.pricing-plan {
    padding: 15px;
    padding-bottom: 70px;
}
.adventure-content h2.adventure-title {
    font-size: 28px;
}
.adventure-content p {
    font-size: 14px;
}
.newsletter-section .newsletter h2 {
    font-size: 30px;
}
.newsletter-section .newsletter p {
    font-size: 14px;
}
.newsletter-section .newsletter p br {
    display: none;
}
.footer-section .footer-menu h3 {
    font-size: 18px;
}
.footer-menu ul li a {
    font-size: 14px;
}
.footer-bootom-block .footer-btm-left p.copy-right {
    font-size: 14px;
}
.footer-bootom-block .footer-btm-right ul li a {
    font-size: 14px;
}
ul.plan-list li {
    font-size: 14px;
}
.adventure-section:after {
    width: 160px;
    height: 70px;
}
.adventure-section:before {
    width: 100px;
    height: 54px;
}
span.navbar-toggler-icon {
    background: none !important;
}
.navbar-light .navbar-toggler {
    border-color: #000;
}
.offcanvas-header {
    padding: 15px 0px !important;
}
.offcanvas-header {
    padding: 15px 0;
}
.nav-link {
    padding: 10px 0;
}
}


@media screen and (max-width: 767px) {
    .plan-head-bx .plan-head-trail {
        position: absolute !important;
        right: 0;
        top: 50% !important;
        transform: translateY(-20px) !important;
    }
    .pricing-plans {
        flex-wrap: wrap;
    }
.data-safe-left {
    margin-bottom: 20px;
}
.data-safe-section {
    margin: 40px 0 70px 0;
    padding-top: 30px;
}
.feature-list-right {
    padding-left: 0;
    margin-top: 50px;
}
.about-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
}
.adventure-section {
    margin: 70px 0 70px 0;
}
.pricing-plans {
    gap: 20px;
}
.pricing-plan {
    max-width: 100%;
}
a.banner-btn {
    max-width: 230px;
    font-size: 15px;
}
.adventure-content a.adventure-btn {
    max-width: 230px;
    font-size: 15px;
}
.newsletter-right:after {
    right: 0;
    width: 100px;
    height: 55px;
}
.footer-bootom {
    margin-top: 40px;
}
}


@media screen and (max-width: 575px) {
    .pricing-plan {
        height: auto;
    }
    .mobile-offcanvas {
        width: 80%;
    }
    .store-number-field .input-group {
        margin: 0px 15px 15px 0px;
    }
    .pricing-plans {
        flex-wrap: wrap;
    }
    .banner-content h1 {
        font-size: 32px;
    }
    .banner-section {
        padding: 120px 0 80px 0;
    }
    .adventure-section:after {
        width: 120px;
        height: 50px;
    }
    .adventure-section:before {
        width: 50px;
        height: 32px;
    }
    .newsletter .input-group input {
        padding-left: 32px;
    }
    .newsletter .input-group:before {
        left: 12px;
        width: 26px;
        height: 23px;
    }
    .adventure-content h2.adventure-title {
        font-size: 24px;
    }
    .pricing-title h2 {
        font-size: 26px;
    }
    .about-content h2 {
        font-size: 26px;
    }
    .data-safe-left h2 {
        font-size: 26px;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .banner-content {
        padding: 20px;
    }
    }


@media screen and (max-width: 375px) {
    .feature-list-right {
        column-gap: 10px;
        row-gap: 10px;
        padding-left: 0px;
    }
    .feature-item h3 {
        font-size: 13px;
    }
    .feature-item p {
        font-size: 13px;
    }
    .about-content p {
        font-size: 13px;
    }
    .adventure-content p {
        font-size: 13px;
    }
    .newsletter-section .newsletter p {
        font-size: 12.7px;
    }
    .data-safe-right p {
        font-size: 13px;
    }
    .banner-content p {
        font-size: 13px;
    }
    .store-number-field .input-group input::placeholder {
        font-size: 14px;
        color: #121212;
    }
}





.pricing-plan ul li {
    position: relative;
    padding-left: 30px !important;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
}
.pricing-plan ul li:before {
    position: absolute;
    content: '';
    background: #1f283c;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-3px);
}
.pricing-plan ul li::marker {
    opacity: 0;
    visibility: hidden;
    display: none;
    font-size: 0;
}


.account-pages .card.overflow-hidden {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pricing-plan ul li:before {
    position: absolute;
    background: url("https://ups.webdreamerz.com/assets/front/img/tick-mark-2.png") no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    top: 0%;
    transform: translateY(6px);
}
.pricing-plan ul li.features_not_added:before {
    background: url("https://www.datafytech.ai/upsapp/assets/front/img/cross-1.png") no-repeat !important;
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain !important;
    top: 0%;
    transform: translateY(8px);
    position: absolute;
}
/* @@@@@@@@@@@@@  responsive CSS end  @@@@@@@@@@@@@@ */


.footer-menu ul li.contact-list img {
    margin-right: 6px;
    width: 20px;
}
.policy-content {
    padding: 70px 0;
}
.policy-content h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}
.policy-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.policy-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.policy-content dl, .policy-content ol, .policy-content ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.policy-content ol, .policy-content ul {
    padding-left: 2rem;
}
.policy-content h4 {
    font-size: 18px;
    font-weight: bold;
}
.policy-content p {
    color: #212529;
    font-size: 16px;
}
.policy-content ul li {
    color: #212529;
    font-size: 16px;
}
.plan-head-bx {
    position: relative;
}
.plan-head-bx .plan-head-trail {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-20px);
}
.plan-head-bx .plan-head-trail p {
    margin: 0;
    background: #000000;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: 14px;
}


