@charset "UTF-8";
.section_header {
    color: #242a4c;
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    position: relative;

    padding: 0;
    /* padding: 0 .5vw; */
    z-index: 9;
    transition: width .5s
}

.demo_grid {
    cursor: pointer;
    width: 75%;
    background-color: #FFF8F5;
    border: none;
}
.survey_grid {
    text-align: center;
    cursor: pointer;
    width: 75%;
    background-color: #FFF8F5;
    border: none;
}


.demo_numbers {
    color: #03B898;
    font-weight: bold;
    font-size: 1em;
}

.demo_category {
    color: #242C57;
    font-weight: bold;
    font-size: 1.3em;
}

.demo_description {
    color: #242C57;
    font-weight: lighter;
    font-size: 0.8em;
}

.post-container {
    margin-bottom: 4rem
}

.post-content {
    padding: 2rem
}

.post-title {
    font-size: 2rem
}

.post-info-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.post-info {
    font-size: 14px
}

.title-link {
    color: #000;
    text-decoration: none
}

.post-container a {
    text-decoration: underline;
    font-weight: 700
}

.post-container a:hover {
    text-decoration: underline dotted
}

/* p {
    margin-top: 2rem;
    margin-bottom: 2rem
} */

h2 {
    margin-top: 4rem
}

.anchor {
    margin-top: -150px;
    padding-top: 150px
}

.paragraph {
    margin-top: 2rem
}

.video-container {
    position: relative;
    box-sizing: content-box;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 2rem
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.non-menu-list {
    list-style: disc inside none
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(../fonts/nunito-v14-latin-regular.woff2) format('woff2'), url(../fonts/nunito-v14-latin-regular.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(../fonts/nunito-v14-latin-600.woff2) format('woff2'), url(../fonts/nunito-v14-latin-600.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    src: local('Nunito Bold'), local('Nunito-Bold'), url(../fonts/nunito-v14-latin-700.woff2) format('woff2'), url(../fonts/nunito-v14-latin-700.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    src: local('Nunito Black'), local('Nunito-Black'), url(../fonts/nunito-v14-latin-900.woff2) format('woff2'), url(../fonts/nunito-v14-latin-900.woff) format('woff');
    font-display: swap
}

body {
    color: #242a4c;
    margin: 0;
    padding: 0;
    font-family: Nunito, sans-serif;
    overflow-x: hidden
}

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

a, a:hover {
    text-decoration: none;
    outline: 0
}

a:focus {
    text-decoration: none;
    outline: 0
}

::-moz-selection {
    background: #f7d6b7;
    color: #fff
}

::selection {
    background: #f7d6b7;
    color: #fff
}

*, ::after, ::before {
    box-sizing: border-box
}

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

button:focus, img:focus, input:focus {
    outline: 0
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1275px
    }
}

.button {
    background: #2ebfa5;
    border: 2px solid #2ebfa5;
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    padding: 0 1vw;
    letter-spacing: 1.5px;
    box-shadow: 0 10px 20px rgba(46, 191, 165, .18), 0 2px 6px rgba(46, 191, 165, .12), 0 0 1px rgba(0, 0, 0, .04)
}

.button:hover {
    background: #242a4c;
    font-weight: 900;
    border: 2px solid #242a4c;
    box-shadow: 0 10px 20px rgba(26, 11, 92, .18), 0 2px 6px rgba(26, 11, 92, .12), 0 0 1px rgba(0, 0, 0, .04)
}

.button--outline {
    background: 0 0;
    color: #2ebfa5;
    box-shadow: none
}

.button--outline:hover {
    background: #242a4c;
    color: #fff
}

.common-content h1 {
    font-size: 48px;
    line-height: 70px;
    font-weight: 900;
    color: #242a4c
}

.common-content h2 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 48px
}

.common-content p {
    color: #242a4c;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px
}

.content-item {
    margin-top: 30px
}

.content-item h4 {
    color: #0f111f;
    font-size: 24px;
    font-weight: 600
}

.content-item a.link {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f111f;
    font-weight: 500;
    border-bottom: 2px solid #0f111f
}

.content-item p {
    margin: 15px 0
}

.header {
    width: 100%;
    left: 0;
    top: 0;
    background: #FFEBE0;
    z-index: 999
}

.header__inner {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.header__logo a, .header__logo img {
    display: inline-block;
    vertical-align: middle;
    color: #242A4C;
    font-size: 20px;
    font-weight: 800;
}

.header__logo img {
    height: 6vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 3.8vw;
}

.site-name {
    margin-left: 10px;
}

.header__menu {
    margin-left: auto;
    margin-right: 30px
}

@media screen and (max-width: 1199px) {
    .header__menu {
        display: none
    }
}

.header__menu-icon {
    display: none;
    margin-left: auto
}

@media screen and (max-width: 1199px) {
    .header__menu-icon {
        display: block
    }
}

.header__menu-icon .menu-icon {
    font-size: 1.1rem;
    color: #0f111f;
    cursor: pointer
}

.header__menu > ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header__menu li {
    margin-right: 30px
}

.header__menu a {
    color: #242a4c;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 0 .5vw;
    z-index: 9;
    transition: width .5s
}

.header__menu a::before {
    position: absolute;
    content: "";
    width: 0;
    transition: width .5s;
    height: 5px;
    background: #f7d6b7;
    left: 0;
    bottom: 4px;
    z-index: -1
}

.header__menu a:hover {
    font-weight: 700;
    color: #2ebfa5
}

.header__menu a:hover::before {
    width: 100%
}

.header__menu a.active {
    font-weight: 900;
    color: #2ebfa5
}

.header__menu a.active::before {
    width: 100%
}

.header__button {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1199px) {
    .header__button {
        display: none
    }
}

.header__button a.button:last-child {
    margin-left: 15px
}

.close-sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none
}

.close-sidebar.active {
    display: block
}

.sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: none;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 1199px) {
    .sidebar {
        display: block
    }
}

.sidebar__inner {
    padding: 40px 20px
}

.sidebar__menu {
    margin-bottom: 30px
}

.sidebar__menu a {
    color: #0f111f;
    font-size: 18px;
    font-weight: 600
}

.sidebar__menu li {
    margin-bottom: 10px
}

.sidebar__button a {
    width: 100%;
    margin-bottom: 10px
}

.new_banner {
    min-height: 90vh;
    background-color: #FFEBE0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10vh;
}

.new_banner_2 {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10vh;
}

.new_banner h1 {
    line-height: 123%;
    color: #242a4c;
    font-size: 60px;
    /* font-weight: 900; */
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3vh;
    letter-spacing: -1px;
}

.new_banner p {
    font-size: 28px;
    font-weight: 600;
    color: #242a4c;
    /* font-weight: 600; */
    width: 33vw;
    margin-top: 3vh;
    margin-bottom: 4vh;
}

.new_banner_text {
    /* margin-top: 15vh;
    margin-left: 10vw;
    margin-bottom: 7rem; */
    padding-right: 5vw;
}

.screen {
    height: 70vh;
}

.demo-img {
    justify-content: center;
}

.new_img {
    margin-top: -20px;
    margin-left: 100px;
    max-width: 100%;
    height: 600px;
}

.new_banner_video video {
    /* width: 50vw; */
    height: 70vh;
    /* border-radius: 8px; */
    /* border: 3px solid #D6DAED; */
}

.form_container {
    width: 65rem;
    background-color: #242a4c;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    /* padding: 3vh 3vw; */
    color: #f7d6b7;
    margin-top: 8rem;
    margin-bottom: 8rem;
    box-shadow: 0 10px 20px rgba(36, 42, 76, .18), 0 2px 6px rgba(36, 42, 76, .12), 0 0 1px rgba(0, 0, 0, .04)
}

.numbers {
    display: flex;
    flex-direction: column
}

.form_numbers {
    display: flex;
    justify-content: space-evenly;
    /* padding: 4vh 5vw */
}

.numbers p {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.numbers h3 {
    font-size: 1.3rem;
    font-weight: 700
}

.button_form {
    padding: .8vh 1.5vw;
    background-color: #03B898;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 5px
}

.email-form input {
    width: 400px;
    height: 48px;
    border: 1.5px solid #2EBFA5;
    box-sizing: border-box;
    border-radius: 7px;
}

.email-form button {
    width: 400px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    box-shadow: 0px 4px 8px rgba(36, 42, 76, 0.18), 0px 0px 2px rgba(36, 42, 76, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

::placeholder {
    font-size: 16px;
}

.sub-form {
    margin-top: 2vh
}

.sub-form input {
    height: 3.5vh;
    width: 10vh;
    margin: 0
}

.intro_section {
    display: flex;
    justify-content: center;
    padding: 0 20vw;
    margin: 10vw 0
}

.intro_left {
    width: 30vw;
    padding-left: 1vw
}

.intro_left h2 {
    margin-bottom: 2.5vw;
    font-weight: 700
}

.intro_left img {
    margin-right: 1.2vw;
    width: 6%;
    height: auto
}

.intro_right {
    width: 30vw
}

.intro_right p {
    margin: 1.2vw 0
}

.dashboard_video {
    text-align: center;
    margin-bottom: 20vh
}

.dashboard_video img {
    margin: 0 auto;
    width: 60vw;
    height: auto
}

.description_section {
    display: flex;
    justify-content: space-evenly;
    margin: 20vh 0 20vh 0;
    padding: 4vh 7vw;
    background-color: #fffaf5d2
}

.description_section2 {
    display: flex;
    justify-content: space-evenly;
    padding: 4vh 7vw;
    background-color: #fffaf5d2
}

.description_column {
    text-align: center;
    margin: 5vh 3vw;
    flex-grow: 1
}

.convenient_image {
    padding-top: 1vh
}

.description_column h2 {
    text-decoration: underline;
    text-decoration-color: #2ebfa5;
    margin-bottom: 2vh
}

.description_text p {
    color: #959595;
    margin-bottom: 1vh;
    text-align: center
}

.description_img {
    background-image: url(../img/animation.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5vh 5vw
}

.steps_title {
    font-size: 2rem;
    font-weight: 900;
    margin-left: 17vw;
    margin-bottom: 10vh
}

.step_img {
    padding-bottom: 2.5vh
}

.collect__shape {
    background-image: url(../img/shape-1.png);
    background-repeat: no-repeat;
    padding-top: 190px
}

.collect__box {
    text-align: center;
    -webkit-box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06);
    -moz-box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06);
    -ms-box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06);
    -o-box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06);
    box-shadow: 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 10px;
    padding: 40px 30px 20px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 14px;
    background: #fff
}

.collect__box p {
    font-size: 22px;
    font-weight: 500;
    color: #0f111f;
    margin-bottom: 10px
}

.collect__box img {
    height: 50px;
    display: block;
    margin: auto
}

.collect__box a {
    margin-top: 30px;
    background: #70e4c7;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600
}

.collect .collect-box-top-margin {
    margin-top: -30px
}

.collect__heading {
    padding-left: 180px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 100%
}

.collect__heading h2 {
    margin-bottom: 20px
}

.understand {
    padding-top: 80px
}

.understand__shape {
    background-repeat: no-repeat;
    background-image: url(../img/shape-2.png);
    padding: 140px 0 150px;
    background-position: right;
    background-size: contain
}

.understand__heading {
    padding-right: 150px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 100%
}

.understand__heading h2 {
    margin-bottom: 20px
}

.switch {
    width: 40px;
    height: 22px;
    display: inline-block;
    position: relative
}

.switch input {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}

.switch input + .toggle {
    background-color: #e9e9e9;
    width: inherit;
    height: inherit;
    border-radius: 2rem;
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    user-select: none;
    transition: background .3s ease
}

.switch input + .toggle::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #fff;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: transform .3s ease, background .3s ease, box-shadow 60ms ease
}

.switch input:checked + .toggle {
    background-color: #70e4c7
}

.switch input:checked + .toggle::after {
    background-color: #fff;
    transform: translateX(18px)
}

.choose {
    margin-top: -20px
}

.choose__heading {
    padding-left: 150px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 100%
}

.choose__heading h2 {
    margin-bottom: 20px
}

.choose__shape {
    background-image: url(../img/shape-3.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 60px
}

.choose__boxes {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px;
    position: relative
}

.choose__boxes::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -70px;
    width: 210px;
    height: 210px;
    background-repeat: no-repeat;
    background-image: url(../img/shape-4.png);
    z-index: -1;
    background-size: contain
}

.choose__box {
    width: 33.333%;
    padding: 5px
}

.choose__box-inner {
    -webkit-box-shadow: 2.052px 5.638px 50px 0 rgba(36, 42, 76, .09);
    -moz-box-shadow: 2.052px 5.638px 50px 0 rgba(36, 42, 76, .09);
    -ms-box-shadow: 2.052px 5.638px 50px 0 rgba(36, 42, 76, .09);
    -o-box-shadow: 2.052px 5.638px 50px 0 rgba(36, 42, 76, .09);
    box-shadow: 2.052px 5.638px 50px 0 rgba(36, 42, 76, .09);
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 30px
}

.choose__box-inner p {
    font-size: 18px;
    font-weight: 500;
    color: #0f111f;
    margin-bottom: 20px
}

.safety_title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    margin: 15vh 0 .5vh 0;
    padding-top: 10vh;
}

.safety_section {
    display: flex;
    margin: 0 10vw;
    padding: 2vh 0 10vh 0
}

.safety_text {
    padding: 6vh 3vw;
    width: 45vw
}

.safety_text h3 {
    font-weight: 700;
    margin-bottom: 2vh;
    margin-top: 3vh
}

.safety_text p {
    font-weight: 600;
    margin-bottom: 2vh
}

.safety_text a {
    font-weight: 700;
    color: #2ebfa5;
    text-transform: uppercase;
    font-size: 1rem
}

.safety_image {
    text-align: center;
    width: 45vw;
    position: relative
}

.safety-image img {
    width: 100%;
    height: auto;
    position: absolute
}

.pricing_text {
    text-align: center;
    padding: 3em 0
}

.pricing_text h2 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1em
}

.pricing_section {
    background: url(../img/pricing_bg.png) no-repeat top;
    background-size: 100% 35em;
    margin: 10em 0
}

.demo_text {
    text-align: center;
}

.demo_text h2 {
    padding-top: 1em;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1em
}

.demo_text p {
    color: #2ebfa5;
}

.demo_text {
    background-size: 100% 35em;
    /* margin: 1em 0 */
}

.plan_containers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.plan_container_left span, .plan_container_right span {
    font-size: 1rem;
    position: relative;
    bottom: .5em
}

.plan_container_left h3, .plan_container_right h3 {
    font-weight: 900
}

.plan_container_left {
    background-color: #fff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 25px 0 0 25px;
    padding: 4vh 2vw;
    width: 18em
}

.plan_container_left ul {
    margin: 4vh 0 3vh 0
}

.plan_container_right ul {
    margin: 4vh 0 3vh 0
}

.plan_container_left li, .plan_container_right li {
    margin-bottom: 1vh
}

.plan_container_left p {
    margin-top: 2vh;
    color: #959595;
    font-size: .8rem
}

.plan_container_right {
    background-image: linear-gradient(top, #242a4c, #242a4c 75%, #2ebfa5 75%, #2ebfa5 100%);
    background-image: -webkit-linear-gradient(top, #242a4c, #242a4c 75%, #2ebfa5 75%, #2ebfa5 100%);
    box-shadow: 0 16px 24px rgba(26, 11, 92, .2), 0 2px 6px rgba(26, 11, 92, .12), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 25px;
    color: #f7d6b7;
    padding: 6vh 3vw;
    width: 28em
}

.premium_text {
    color: #fff;
    text-align: center
}

.premium_text h4 {
    padding-top: 5vh
}

.premium_text h4 {
    font-size: .9rem;
    margin-bottom: 1vh
}

.premium_text p {
    font-size: .8rem
}

.mission_section {
    display: flex;
    justify-content: center;
    background-color: #242a4c;
    color: #ffe9ce;
    width: 45rem;
    margin: 10rem auto;
    box-shadow: 0 16px 24px rgba(36, 42, 76, .2), 0 2px 6px rgba(36, 42, 76, .12), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 12px
}

.mission_text {
    padding: 8vh 0 5vh 3vw
}

.mission_text h2 {
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 2vh
}

.mission_text p {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1.5vw
}

.mission_img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    position: relative
}

.mission_img img {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 100%;
    height: auto
}

.user-say__title h2 {
    text-align: center
}

.user-say__box {
    background: #fff;
    margin-top: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06);
    -moz-box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06);
    -ms-box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06);
    -o-box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06);
    box-shadow: 1.247px 5.869px 50px 0 rgba(36, 42, 76, .06)
}

.user-say__box-header {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 30px
}

.user-say__box-review {
    margin-left: auto
}

.user-say__box-review img {
    display: block;
    height: 16px
}

.user-say__box-description {
    border-top: 1px solid #f6f7f8;
    padding: 20px 30px 30px
}

.user-say__box-description p {
    color: #7d7e85;
    font-size: 19px;
    font-weight: 500
}

.user-say__box h4 {
    font-size: 20px;
    color: #0f111f;
    font-weight: 600;
    margin-left: 20px
}
.user-say__box h4 a {
    color: #0f111f !important;
    text-decoration: underline !important;
}


.subscribe {
    padding: 120px 0
}

.subscribe__form {
    text-align: center;
    padding: 65px 110px;
    background: #f7d6b7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.subscribe__form2 {
    text-align: left;
    padding: 65px 110px;
    background: #fff8f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.subscribe__form .common-content {
    margin-bottom: 30px
}

.counter {
    padding: 50px 0
}

.counter__item {
    text-align: center
}

.counter__item h1 {
    font-size: 2.5rem;
    line-height: 2rem;
    color: #242C57;
    margin-bottom: 2rem
}

.counter__item p {
    color: #242C57;
    font-size: 1.5rem;
    line-height: 2rem
}

.copyright {
    padding: 20px 0;
    background: #0f111f;
    text-align: center
}

.copyright p {
    color: #7d7e85;
    font-size: 16px
}

.copyright a {
    color: #7d7e85
}

#footer {
    background: #0f111f
}

@media screen and (max-width: 1199px) {
    .header__logo img {
        width: 30px;
        height: auto;
        margin: 15px 0
    }

    .header__menu-icon .menu-icon {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        color: #242a4c
    }

    .new_banner_video img {
        width: 400px
    }

    .sub-form input {
        height: unset
    }

    .intro_section {
        padding: 0 200px
    }

    .collect__heading {
        padding-left: 100px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .choose__heading {
        padding-left: 100px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .collect__shape {
        background-size: 55% 90%;
        padding-top: 100px
    }

    .choose__shape {
        background-size: 60% 70%
    }

    .understand__heading {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .counter__item h1 {
        font-size: 2.5rem;
        line-height: 2rem;
        color: #242C57;
        margin-bottom: 2rem
    }

    .counter__item p {
        color: #242C57;
        font-size: 1.5rem;
        line-height: 2rem
    }

    .choose__box-inner {
        padding: 30px 10px
    }

    .choose__box-inner p {
        font-size: 16px
    }

    .pricing_section {
        margin-top: 50px
    }

    .demo_section {
        margin-top: 50px
    }

    .description_section {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media screen and (max-width: 991px) {
    body, html {
        overflow-x: hidden
    }

    .new_banner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .new_banner_2 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .form_container {
        width: unset;
        margin: 0 50px;
        margin-top: -30px;
        border-radius: 12px
    }

    .new_banner_video {
        order: 1;
        text-align: center;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .new_banner_text {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        order: 2;
        padding: 0 120px 70px 120px;
        text-align: center
    }

    .new_banner_text h1 {
        text-align: center
    }

    .new_banner_text h1 br {
        display: none
    }

    .new_banner_text p {
        text-align: center;
        width: unset;
        margin: 0;
        padding: 15px 0;
    }

    .email-form input {
        width: 15rem;
        height: 1.9rem;
        border: 1.5px solid #2EBFA5;
        box-sizing: border-box;
        border-radius: 7px;
    }

    .email-form button {
        width: 10rem;
        height: 2rem;
        border: 1.5px solid #2EBFA5;
        box-sizing: border-box;
        border-radius: 7px;
        font-size: 10px;
    }

    .intro_section {
        padding: 0 120px
    }

    .collect__heading {
        padding: 0;
        padding: 30px
    }

    .choose__heading {
        padding: 0;
        padding-top: 30px
    }

    .collect__shape {
        background-size: 80% 55%;
        padding-top: 30px
    }

    .understand__shape {
        padding: 0;
        background-position: center;
        background-size: 70%
    }

    .choose__boxes {
        padding-bottom: 50px
    }

    .safety_image {
        width: 50px
    }

    .pricing_section {
        margin: 30px 0;
        background-size: 100% 85%
    }

    .demo_section {
        margin: 30px 0;
        background-size: 100% 85%
    }

    .plan_container_left {
        margin-right: -15px
    }

    .plan_container_left h3 {
        padding-bottom: 5px
    }

    .plan_container_right h3 {
        padding-bottom: 20px
    }

    .counter__item {
        padding: 30px 0
    }

    .counter__item h1 {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .new_banner_video img {
        width: 70%
    }

    .new_banner_text {
        padding: 20px 15px;
        padding-bottom: 70px
    }

    .new_banner_text h1 {
        font-size: 20px
    }

    .new_banner_text p {
        font-size: 14px;
        padding-top: 0
    }

    .form_container {
        width: unset;
        margin: 0 15px;
        margin-top: -30px;
        border-radius: 12px
    }

    .form_numbers {
        padding: 15px 0 !important
    }

    .form_container h2 {
        font-size: 16px;
        line-height: 22px
    }

    .form_container .numbers p {
        font-size: 10px
    }

    .form_container .numbers h3 {
        font-size: 18px
    }

    .form_container p {
        font-size: 16px;
        padding: 0 15px
    }

    .button_form {
        font-size: 12px;
        padding: 3px 7px
    }

    .intro_section {
        padding: 0 15px;
        margin: 50px 0 20px;
        text-align: center;
        flex-direction: column
    }

    .intro_left, .intro_right {
        width: 100%
    }

    .intro_left h2 {
        font-size: 18px;
        padding: 0 0 15px 0
    }

    .intro_left div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 35px
    }

    .intro_left div img {
        width: 24px;
        margin: 0 15px
    }

    .intro_right h3 {
        font-size: 18px;
        padding-bottom: 15px
    }

    .intro_right p {
        font-size: 16px;
        text-align: left;
        line-height: 22px;
        margin: 0;
        padding-bottom: 15px;
        font-weight: 600
    }

    .intro_right a {
        padding: 5px 10px;
        font-size: 12px;
        display: flex;
        align-items: center;
        line-height: unset;
        display: unset;
        justify-content: center
    }

    .container-md video {
        padding: 70px 0 0 0
    }

    .description_section {
        flex-direction: column;
        padding: 0 15px;
        margin: 70px 0 40px;
        padding-bottom: 10px
    }

    .description_column {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }

    .description_img img {
        width: 20%
    }

    .description_column .description_title {
        order: 1
    }

    .description_column .description_img {
        order: 2
    }

    .description_column .description_text {
        order: 3
    }

    .description_title h2 {
        font-size: 18px
    }

    .description_text p {
        font-size: 1px;
        text-align: left;
    }

    .steps_title {
        text-align: center;
        margin: 0;
        padding: 0 15px;
        line-height: 24px;
        font-size: 20px;
        font-weight: 900
    }

    .collect__shape {
        background: unset;
        padding-top: 40px
    }

    .step-order-one {
        order: 2
    }

    .step-order-two {
        order: 1
    }

    .collect__heading {
        padding: 0;
        display: flex;
        flex-direction: column
    }

    .common-content {
        display: flex;
        padding-bottom: 15px;
        align-items: center;
        width: 100%
    }

    .common-content img {
        width: 42px;
        margin-right: 30px;
        padding-bottom: 0
    }

    .collect__content {
        background: url(../img/rectangle-229.png);
        background-position: bottom;
        background-repeat: no-repeat;
        padding: 0 20px
    }

    .collect__heading h2 {
        margin: 0;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700
    }

    .collect__text p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 20px
    }

    .collect__box {
        padding: 7px;
        padding-bottom: 18px;
        margin-left: 0;
        margin-right: 0
    }

    .collect__box-inner p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        margin: 0
    }

    .collect__box-inner img {
        width: 20px;
        padding: 16px 0
    }

    .collect__box-inner a {
        margin: 0;
        font-weight: 900;
        font-size: 12px;
        line-height: unset;
        display: unset;
        padding: 5px 18px;
        border-radius: 8px;
        letter-spacing: unset;
        text-transform: unset;
        background: #2ebfa5;
        box-shadow: 0 10px 20px rgba(46, 191, 165, .18), 0 2px 6px rgba(46, 191, 165, .12), 0 0 1px rgba(0, 0, 0, .04)
    }

    .understand {
        padding-top: 50px
    }

    .understand__heading {
        padding: 0;
        display: flex;
        flex-direction: column
    }

    .understand__heading .common-content h2 {
        margin: 0;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
        order: 1
    }

    .understand__heading .common-content {
        width: 100%;
        justify-content: flex-end;
        align-items: center
    }

    .understand__heading .common-content img {
        order: 2;
        margin-right: 10px;
        margin-left: 30px
    }

    .understand__image-item {
        width: 100%
    }

    .understand__image-item img {
        width: 100%
    }

    .choose__shape {
        background: unset;
        padding-top: 0
    }

    .choose__boxes::after {
        background: unset
    }

    .choose__boxes {
        padding: 10px 15px;
        background: url(../img/rectangle-214.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80% 100%;
        margin-top: 15px
    }

    .choose__heading {
        display: flex;
        flex-direction: column
    }

    .choose__heading .common-content h2 {
        margin: 0;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700
    }

    .choose__box-inner {
        padding: 10px;
        border-radius: 5px
    }

    .choose__box-inner p {
        font-size: 12px;
        margin-bottom: 10px
    }

    .safety_title {
        font-weight: 900;
        font-size: 20px;
        line-height: 27px;
        margin-top: 50px;
        padding: 0 15px
    }

    .safety_section {
        padding: 0 15px;
        margin: 0;
        flex-direction: column
    }

    .safety_text {
        padding: 0;
        width: 100%
    }

    .safety_text h3 {
        font-size: 16px;
        font-weight: 900;
        line-height: 22px;
        margin: 0;
        padding: 10px 0
    }

    .safety_text p {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px
    }

    .safety_text a {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        padding: 15px 0
    }

    .safety_image {
        width: 100%;
        padding: 15px 15px 40px
    }

    .safety_image img {
        width: 80%
    }

    .pricing_section {
        margin-top: 70px;
        padding: 0 15px;
        background-size: 100% 70%
    }

    .pricing_text {
        padding: 15px 0
    }

    .pricing_text h2 {
        font-weight: 900;
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 15px;
        margin-bottom: 0;
        text-align: center
    }

    .pricing_text p {
        font-size: 16px;
        line-height: 22px;
        text-align: center
    }

    .demo_section {
        margin-top: 70px;
        padding: 0 15px;
        background-size: 100% 70%
    }

    .demo_text {
        padding: 15px 0
    }

    .demo_text h2 {
        font-weight: 900;
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 15px;
        margin-bottom: 0;
        text-align: center
    }

    .demo_text p {

        font-size: 16px;
        line-height: 22px;
        text-align: center
    }

    .plan_container_left h3, .plan_container_right h3 {
        font-size: 12px
    }

    .plan_container_left img, .plan_container_right img {
        width: 15px
    }

    .plan_container_left span, .plan_container_right span {
        font-size: 10px
    }

    .plan_container_left a {
        font-size: 8px;
        letter-spacing: unset;
        text-transform: none;
        padding: 3px 20px;
        line-height: unset;
        display: unset
    }

    .plan_container_left p, .plan_container_right p {
        font-size: 10px;
        margin-top: 15px
    }

    .plan_container_right p {
        margin: 0
    }

    .plan_container_right h4 {
        font-size: 12px;
        margin-bottom: 0
    }

    .plan_container_left {
        padding-left: 15px;
        border-radius: 10px 0 0 10px
    }

    .plan_container_right {
        width: 23em;
        padding: 30px 10px;
        border-radius: 10px
    }

    .plan_container_right h3 {
        padding-bottom: 0
    }

    .mission_section {
        margin: 0 15px;
        flex-direction: column;
        margin-top: 60px;
        width: unset
    }

    .mission_text {
        padding: 15px;
        padding-bottom: 300px
    }

    .mission_text h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px
    }

    .mission_text p {
        font-size: 14px;
        line-height: 19px;
        padding-top: 10px
    }

    .mission_img {
        width: 100%
    }

    .mission_img img {
        width: 60%;
        right: -1px;
        bottom: 0;
        border-bottom-right-radius: 12px
    }

    .user-say {
        padding: 50px 0
    }

    .user-say .user-say__title h2 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        width: 100%
    }

    .user-say__box {
        margin-top: 0
    }

    .user-say__box-header {
        padding: 10px
    }

    .user-say__box-image img {
        width: 40px
    }

    .user-say__box h4 {
        font-size: 16px
    }

    .user-say__box-description {
        padding: 10px 15px
    }

    .user-say__box-description p {
        font-size: 12px
    }

    .subscribe {
        padding-top: 0;
        padding-bottom: 60px
    }

    .subscribe__form {
        padding: 10px;
        padding-bottom: 20px
    }

    .subscribe__form .common-content {
        margin-bottom: 0
    }

    .subscribe__form .common-content h2 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        width: 100%
    }

    .subscribe__form a {
        font-size: 12px;
        letter-spacing: unset;
        text-transform: none;
        padding: 5px 20px;
        line-height: unset;
        display: unset
    }

    .counter {
        padding: 20px 0
    }

    .counter__inner .counter__item {
        padding: 10px 0
    }

    .counter__inner .counter__item h1 {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0
    }

    .counter__inner .counter__item p {
        font-weight: 600;
        font-size: 14px;
        line-height: 19px
    }

    .copyright p {
        font-size: 12px
    }
}

@media screen and (max-width: 575px) {
    .mission_text {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 420px) {
    .mission_text {
        padding-bottom: 150px
    }

    .form_container {
        width: unset;
        margin: 0 0px;
        margin-top: -30px;
        border-radius: 12px
    }
}

@media screen and (max-width: 360px) {
    .mission_text {
        padding-bottom: 120px
    }

    .collect__box-inner a {
        padding: 5px 10px
    }

    .choose__box-inner p {
        font-size: 10px
    }

    .plan_container_left, .plan_container_right {
        width: 20em
    }
}

/*!
 * Bootstrap Grid v5.0.0-alpha2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container, .container-lg, .container-md {
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 400px) {

    .screen {
        width: 90%;
        margin-top: 7vh;
    }

    .new_banner_video video {
        width: 90%;
        margin-top: 7vh;
    }
}

@media (max-width: 600px) {
    .new_banner_video video {
        width: 85%;
        margin-top: 7vh;
    }
}

@media (max-width: 769px) {
    .new_banner_video video {
        width: 77%;
        margin-top: 7vh;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 770px) {
    .container, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.g-1 {
    --bs-gutter-x: 0.25rem
}

.g-1 {
    --bs-gutter-y: 0.25rem
}

.g-2 {
    --bs-gutter-x: 0.5rem
}

.g-2 {
    --bs-gutter-y: 0.5rem
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3 {
    --bs-gutter-y: 1rem
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4 {
    --bs-gutter-y: 1.5rem
}

.g-5 {
    --bs-gutter-x: 3rem
}

.g-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .g-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 20%
    }

    .col-lg-44 {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .g-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5 {
        --bs-gutter-y: 3rem
    }
}

.d-none {
    display: none !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-left {
    justify-content: right !important
}

.justify-content-between {
    justify-content: space-between !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
}

@media (min-width: 320px) {
    .producthunt {
        width: 60%;
        height: auto !important;
        margin-bottom: 10px;
        margin-left: 18%;
    }
    }

    .trust_us {
        background-color: #FFDECB;
    }

    .data_point_text {
        color: #242C57;
        text-align: center;
    }

    .data_point_text h1 {
        font-size: 1.3em;
        font-weight: bold;
    }

    .data_point_text p {
        margin-top: 10px;
    }

    .data_points_section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .data_points_button {
        display: flex;
        justify-content: center;
    }

    .data_points_img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .demo_grid {
        margin-right: 3rem !important;
        margin-left: 1.5rem !important;
    }
    .survey_grid {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    

    .description_demo {
        order: 1;
        margin-left: 10px;
    }

    .new_img {
        margin-top: -90px;
        margin-left: 40px;
        max-width: 400px;
        height: 400px;
    }

    .feature_text {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .feature_section h6 {
        color: #03B898;
        font-size: 1.2em;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .feature_section h1 {
        font-weight: 700;
    }

    .feature_section {
        margin-top: 7rem;
        margin-bottom: 10rem;
    }

    .feature_demo {
        margin-top: 1.5rem;
        margin-bottom: 4rem;
    }

    .feature_demo video {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .feature_description h5 {
        text-align: center;
        font-weight: 700;
    }

    .feature_description p {
        text-align: center;
        font-weight: 500;
    }

    .feature_description img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 25px;
        height: 25px;
    }

    .feature_1row {
        margin-top: 1.7rem;
        margin-bottom: 1.7rem;
    }

    #stop_emoji {
        order: 2;
        width: 50%
    }

    #email_emoji {
        order: 3;
        width: 50%
    }

    #manage_emoji {
        width: 50%;
        order: 4;
    }

    #settings_emoji {
        width: 50%;
        order: 5;
    }

    .counter_section {
        margin-top: 5rem;
    }

    .counter_description {
        text-align: center;
    }

    .counter_description h1 {
        font-size: 1.5em;
        font-weight: 600;
    }

    .new_banner_text {
        padding: 5px;
    }

    .banner1 {
        text-align: center;
        background-color: #FFEBE0;
        order: 1;
    }

    .banner1 h1 {
        font-weight: 700;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .banner1_description {
        order: 2;
    }

    .social-section {
        background-color: #242C57;
    }

    .social-text {
        text-align: center;
        color: white;
    }

    .social-text p {
        font-size: 16px;
        padding-top: 20px;
        font-weight: 400;
    }

    .social-text h1 {
        font-size: 24px;
        font-weight: 700;
    }

    .see-all-features-button button {
        color: #03B898;
        border-color: #03B898;
        font-size: 16px;
        font-weight: 500;
        width: 60%;
    }

    .see-all-features-button {
        margin-top: 2rem;
        margin-bottom: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social-image {
        position: relative;
        text-align: center;
        color: white;
    }

    .bottom-left {
        position: absolute;
        bottom: 20px;
        left: 16px;
    }

    .top-right {
        position: absolute;
        top: 8px;
        right: 16px;
    }

    .social-image img {
        border-radius: 25px 25px 25px 25px;
        width: 100%;
        width: 70%;
        display: block;
        margin: auto;
    }

    .social-comment1 {
        margin-top: -13rem;
        margin-left: -2rem;
        width: 60%;
    }

    .social-comment2 {
        margin-top: -23rem;
        margin-left: 11rem;
        width: 50%;
    }

    .footer-section {
        padding: 1rem;
        background-color: #242C57;
        color: #FFDECB;
    }

    .footer-first {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-second {
        margin-top: 1rem;
    }

    .footer-section a {
        color: #FFDECB;
    }

    .footer_apple {
        width: 90%;
    }

    .footer_android {
        margin-left: -7px;
    }

    .socials {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-section p {
        font-size: 12px;
    }

    .footer-section h5 {
        padding-top: 5px;
        font-size: 14px;
        font-weight: 700;
    }

    .footer-logo {
        padding: 20px;
    }
}

@media (min-width: 375px) {
    .social-comment2 {
        margin-left: 14rem;
    }

    .banner1 h1 {
        font-weight: 700;
        font-size: 2.5em;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .banner1 p {
        font-size: 1.4em;
    }

    .description_demo {
        margin-left: 16px;
    }

    .new_img {
        margin-top: -90px;
        margin-left: 65px;
    }

    .new_banner_text h1 {
        font-size: 2em;
    }

    .new_banner_text p {
        font-size: 1.2em;
    }
}

@media (min-width: 414px) {
    .social-comment2 {
        margin-left: 15rem;
    }

    .banner1 h1 {
        font-weight: 700;
        font-size: 2.5em;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .banner1 p {
        font-size: 1.4em;
    }

    .description_demo {
        margin-left: 20px;
    }

    .new_img {
        margin-top: -90px;
        margin-left: 80px;
    }

    .new_banner_text h1 {
        font-size: 2em;
    }

    .new_banner_text p {
        font-size: 1.4em;
    }
}

@media (min-width: 768px) {
    .footer-first {
        margin: 0rem;
    }

    .footer-second {
        margin: 0rem;
    }

    .social-text {
        text-align: left;
    }

    .see-all-features-button {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .social-description {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-comment2 {
        margin-left: 38.5rem;
    }

    .social-comment1 {
        margin-left: 23rem;
    }

    .banner1 h1 {
        font-weight: 700;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .banner1_description {
        order: 0;
        /*margin-top: 12rem;*/
    }

    .new_banner_video {
        order: 2;
    }

    .data_point_text h1 {
        font-size: 1.5em;
    }

    .data_points_img {
        margin-top: 0px;
    }

    .data_points_img img {
        width: 90%;
    }

    .data_points_section {
        padding-left: 15px;
    }

    .data_points_description {
        display: flex;
        align-items: center;
        justify-self: center;
    }

    .description_demo {
        order: 1;
        margin-left: 10px;
    }

    .image_demo {
        order: 2;
        text-align: center;
    }

    .new_img {
        margin-top: -20px;
        max-width: 100%;
        height: 600px;
    }

    .d-grid {
        margin-left: -80px;
        margin-top: 45px;
    }

    .demo_grid {
        margin-right: 3rem !important;
        margin-left: 6rem !important;
    }

    .survey_grid {
        margin-right: 3rem !important;
        margin-left: 4rem !important;
    }


    .feature_demo {
        order: 2;
        margin-bottom: 0px;
    }

    .feature_demo video {
        width: 100%;
    }

    .feature_2row {
        margin-top: -15rem;
    }

    .invisible_demo {
        margin-top: 1.5rem;
        margin-bottom: 4rem;
        order: 2;
        margin-bottom: 0px;
    }

    #stop_emoji {
        order: 1;
        width: 25%;
        margin-top: 4.5rem;
    }

    #email_emoji {
        order: 3;
        width: 25%;
        margin-top: 4.5rem;
    }

    #manage_emoji {
        width: 25%;
        order: 1;
    }

    #settings_emoji {
        width: 25%;
        order: 2;
    }
}

@media (min-width: 1024px) {
    .social-text {
        padding-left: 6rem;
    }

    .producthunt {
        padding: 0;
        margin-bottom: 0;
    }

    .footer-section {
        padding: 0 4.5rem
    }

    .footer_android {
        margin-left: -9px;
    }

    .footer_android {
        width: 70%;
    }

    .footer_apple {
        width: 60%;
    }

    .footer-section h5 {
        font-size: 1.3em;
    }

    .footer-section p {
        font-size: 1em;
    }

    .social-comment2 {
        margin-left: 52.5rem;
        margin-top: -33rem;
    }

    .social-comment1 {
        margin-left: 32rem;
    }

    .social-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .social-text p {
        font-size: 18px;
    }

    .social-text h1 {
        font-size: 36px;
    }

    .banner1 h1 {
        font-weight: 700;
        font-size: 3em;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .banner1 p {
        font-size: 2em;
    }

    .new_banner_video video {
        height: 60vh;
    }

    .banner1 {
        margin-bottom: 0rem;
    }

    .new_banner_text h1 {
        font-size: 3.5em;
    }

    .new_banner_text p {
        font-size: 2em;
    }

    .description_demo {
        order: 1;
        margin-left: 70px;
    }

    .new_img {
        margin-top: -20px;
        max-width: 100%;
        margin-left: 115px;
        height: 600px;
    }

    .feature_demo video {
        width: 100%;
    }

    #stop_emoji {
        width: 25%;
        margin-top: 10rem;
    }

    #email_emoji {
        width: 25%;
        margin-top: 10rem;
    }

    .feature_2row {
        margin-top: -16rem;
    }

}

@media (min-width: 1280px) {
    .social-comment2 {
        margin-left: 60rem;
    }

    .social-comment1 {
        margin-left: 32rem;
    }

    .social-section {
        padding: 2rem;
    }

    .social-text p {
        font-size: 18px;
    }

    .social-text h1 {
        font-size: 36px;
    }

    .new_banner_video video {
        height: 90vh;
    }

    .banner1_description {
        /*margin-top: 8rem;*/
    }

    .banner1 h1 {
        font-size: 3em;
    }

    .banner1 p {
        font-size: 1.5em;
    }

    .description_img img {
        width: 80%;
    }

    .description_demo {
        order: 1;
        margin-left: 100px;
    }

    .new_img {
        margin-top: -20px;
        max-width: 100%;
        margin-left: 115px;
        height: 600px;
    }

    .d-grid {
        margin-left: -121px;
        margin-top: 90px;
        margin-right: -8px;
    }

    .feature_2row {
        margin-top: -15rem;
    }

    .feature_demo img {
        width: 50%;
    }

    .feature_container {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .counter_description h1 {
        font-size: 3em;
    }

    .counter__item h1 {
        font-weight: 800;
    }

    .counter__item p {
        font-size: 1em;
        font-weight: 800;
    }

    .user-say {
        margin-bottom: 5rem;
    }
}

.banner1 h1 {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.banner1 p {
    font-weight: 600;
}

.banner-text {
    max-width: 400px;
    text-align: left;
    margin-left: 140px;
}

.own-it {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.own-line {
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #03b898;
}

/*.phone-header img{*/
    /*width: 100%;*/
/*}*/
/*owl caorousel*/
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #03b898;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

/*owl dots end*/

.owl-slider {
    background: #242C57;
    padding: 50px;
}
.owl-slider h2{
    font-weight: 800;
    margin-bottom: 20px;
}
.user-say__box{
    min-height: 390px;
}
.user-say__box-description {
    padding: 0px 30px 0px;
}
.overview-sub-heading{
    font-weight: 700;
    color: #737584;
    /*margin-bottom: 15px;*/
}
.demo_grid{
    background: white ;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18), 0 2px 6px rgba(0, 0, 0, .12), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 10px;
    transition: all 0.5s;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
.survey_grid{
    background: white ;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18), 0 2px 6px rgba(0, 0, 0, .12), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 10px;
    transition: all 0.5s;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
@media screen and (min-width:768px){
    .demo_grid {
        min-height: 105px;
    }
    .survey_grid {
        min-height: 105px;
    }
}
.features-img{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.features-img img{
    width: 100%;
}
#encrypted{
    padding: 70px 0;
    background: #242C57;
}
#encrypted h2{
    margin-top: 1em;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1em;
    color: white;
}

#encrypted p{
    color: #EAEBED;
    line-height: 20.46px;
    font-weight: 600;
}
.encrypted-img img{
    width: 100%;
}
#encrypted a{
    color: #03b898 !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
}
.counter_section{
    background: #FFF8F5;
    margin-top: 0;
    padding: 50px 20px;
}
.counter__item h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #03b898 !important;
    margin-bottom: 0;
}
.counter-text{
    font-size: 16px;
    color: #242C57;
    font-weight: bold;
}
.try-btn{
    background: #03B898;
    padding: 10px 50px;
    color: white !important;
    border-radius: 5px;
    border: none;
    box-shadow: 0 10px 20px rgba(26, 11, 92, .18), 0 2px 6px rgba(26, 11, 92, .12), 0 0 1px rgba(0, 0, 0, .04)
}
.download-btn{
    background: #000000;
    margin-top: 100px;
    padding: 18px 50px;
    color: white !important;
    border-radius: 7px;
    border: none;
    box-shadow: 0 10px 20px rgba(26, 11, 92, .18), 0 2px 6px rgba(26, 11, 92, .12), 0 0 1px rgba(0, 0, 0, .04)
}

.data-text{
    text-align: left;
    margin-left: 50px;
}
.data-text h1{
    font-size: 2rem !important;
    font-weight: 800;
}
.m-display{
    display: none;
}
footer h5{
    padding-bottom: 10px;
}

@media screen and (max-width: 768px){
    .producthunt {
        width: 200px;
        margin-bottom: 10px;
        /* padding: 9px; */
        height: 85px;
        margin-left: 4px;
        margin-top: -5px;
    }
    .d-display{
        display: none;
    }
    .m-display{
        display: block;
    }
    .banner-text {
        max-width: 400px;
        text-align: center;
        margin-left: 0;
        margin: auto;
    }
    .own-line{
        bottom: 0;
    }
    .demo_grid {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        overflow: hidden;
    }
    .survey_grid {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        overflow: hidden;
    }
    .description_demo {
        margin-top: 20px;
        margin-left: 0;
    }
    .demo_description {
        /* max-height: 0;
        opacity: 0;
        transition: all 0.5s; */
    }
    .demo_grid:focus .demo_description {
        /*display: block;*/
        max-height: 200px;
        opacity: 1;
    }
    .survey_grid:focus .demo_description {
        /*display: block;*/
        max-height: 200px;
        opacity: 1;
    }
    .data-text{
        text-align: center;
        margin-left: 0;
    }
    #encrypted{
        text-align: center
    }
    .encrypted-text{
        text-align: left;
    }
    .footer-one{
        order: 0;
    }
    .footer-two{
        order: 1;
    }
    .footer-three{
        order: 2;
        margin-top: 10px;
    }
    .footer-four{
        order: 3;
        margin-top: 10px;
    }
    .footer-five{
        order: 4;
        margin-top: 10px;
    }
}

.our-team{
    background: #FFEBE0;
    padding: 0 0 30px;
    text-align: center;
}
.our-team h2, .about h2{
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    padding: 50px 0;
}
.about h2{
    color: white;
}
.team-container{
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.team-content{
    margin-bottom: 25px;
    cursor: pointer;
}
.team-img{
    height: 120px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.team-img img{
    height: 100%;
}
.team-content h4{
    color: #242C57;
}
.team-content .status{
    color: #737584;
}
.about{
    background: #242C57;
    padding: 0 0 30px;
}
.about-text{
    font-size: 15px;
    font-weight: 600;
    color: white;
}
.lock-img img{
    width: 100%;
}

.who-wrap{
    background: white;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    width: 25%;
    font-size: 18px;
    margin: 10px 20px;
    font-weight: 700;
    border-radius: 12px;
    box-shadow: 8px 11px 29px -10px #38383840;
}
.who-text{
    display: flex;
    height: 126px;
    align-items: center;
    justify-content: center;
}
.who-btn{
    padding: 50px 0;
}
.we-are-rita{
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 700;
    color: #242C57;
    border-radius: 12px;
    /*box-shadow: 8px 11px 29px -10px #38383840;*/
    background: white;
    border: none;
    display: inline-block;
}
.who-btn .we-are-rita span{
    display: inline-block;
    vertical-align: middle;
}
.who-btn .btn-img{
    padding: 4px 17px;
    border-radius: 50%;
    background: #242C57;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.who-btn we-are-rita img{
    width: 20px;
}

.who-btn button{
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 700;
    color: #242C57;
    border-radius: 12px;
    box-shadow: 8px 11px 29px -10px #38383840;
    background: white;
    border: none;
}
.who-btn button span{
    display: inline-block;
    vertical-align: middle;
}
.who-btn .btn-img{
    padding: 4px 17px;
    border-radius: 50%;
    background: #242C57;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.who-btn button img{
    width: 20px;
}
.vision-text{
    max-width: 650px;
    margin: auto;
    padding: 0 20px 0 20px;
}
.vision-img{
    max-width: 320px;
    margin: 30px auto 0;
}
.vision-img img{
    width: 100%;
}
.about-wrap{
    flex-direction: row-reverse;
}
@media screen and (min-width:991px){
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}
@media screen and (max-width:991px) {
    .who-wrap {
        background: white;
        display: inline-block;
        vertical-align: middle;
        padding: 0px 7px;
        width: 46%;
        font-size: 14px;
        margin: 5px;
    }
}
@media screen and (max-width:768px) {
    .user-say__box {
        min-height: 250px;
    }
    .owl-slider {
        background: #242C57;
        padding: 50px 30px;
    }
    .owl-slider h2{
        margin: 0 auto 20px;
    }
    .user-say__box-review {
        margin-left: auto;
        margin-right: 10px;
    }
    .footer-app-cont {
        display: flex;
        align-items: center;
    }
    .footer-app-cont a{
        flex: 50%;
    }
    .footer-app-cont a img{
        height: 100%;
    }
}
.privacy-banner{
    background: #FFEBE0;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.privacy-banner-wrap{
    max-width: 800px;
    margin: auto;
}
.privacy-banner h2{
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 30px;
}
.privacy-content{
    max-width: 800px;
    margin: 20px auto;
}
.privacy-content h3{
    margin: 30px 0;
    font-size: 24px;
    font-weight: 700;
}
.modal-img-wrap{
    display: flex;
    align-items: center;
    text-align: center;
}
.modal h4{
    font-weight: 700;
}
.modal-img{
    flex: 50%;
}

.owl-carousel .owl-item img {
    display: block;
     /*width: auto !important;*/
}

#step2, #step3{
    display: none;
}

.banner1_buttons a{
    display: inline-block;
    width: 47%;
    margin: 3px;
}
.banner1_buttons a img{
    width: 100%;
}


.encrypted-img{
    position: relative;
    text-align: center;
}
.encrypted-img img{
    width: 100%;
}
.encrypred-abs{
    position: absolute;
    box-shadow: 8px 11px 35px -7px #6969692E;
    background: white;
    border-radius: 12px;
    width: 234px;
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: left;
}
.encrypred-abs.enc-right{
    right: 30px;
    top: 0;
    height: 83px;
}
.encrypred-abs.enc-left{
    left: 0;
    bottom: 0;
    height: 112px;
}

.encrypted-heading-cont, .encrypted-icon-cont{
    display: inline-block;
    vertical-align: middle;
}
.encrypted-heading{
    font-size: 15px;
    font-weight: 700;
    color: #242C57;
}
.encrypted-icon{
    overflow: hidden;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #49a848;
}
.encrypted-icon img{
    width: 34px;
    height: 34px;
}
.encrypted-sub{
    color: #737584;
    font-size: 11px;
    font-weight: 600;

}

.phone-header{
    position: relative;
    width: fit-content;
    margin: auto;
    z-index: 2;
    padding-top: 20px;
}
.ellipse-cont{
    position: absolute;
    left: -20px;
    top: 0;
    width: 100px;
    z-index: -1;
}
.phone-header-right{
    position: absolute;
    right: -120px;
    top: 100px;
}
.phone-header-right img, .phone-header-left img{
    width: 226px;
}
.phone-header-left{
    position: absolute;
    left: -180px;
    bottom: 140px;
}
.laptop-img{
    width: 100%;
    height: 450px;
}
.green-circle{
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 200px;
    height: 200px;
    z-index: -1;
}
.green-circle img{
    width: 100%;
}
.img-fluid-wrap{
    max-width: 600px;
    margin: auto;
    padding: 10px;
    position: relative;
    z-index: 2;
}
.green-circle-1{
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    z-index: -1;
}
.green-circle-1 img{
    width: 100%;
}
.img-fluid1, .img-fluid2{
    display: inline-block;
    vertical-align: middle;
    margin: 1% 0.5%;
}
.img-fluid1 img,
.img-fluid2 img{
    width: 100%;
}
.img-fluid1{
    width: 50%;
}
.img-fluid2{
    width: 46%;
}
.banner1{
    padding-bottom: 70px;
}
.ellipse-cont-1{
    position: absolute;
    left: -20px;
    top: 0;
    width: 100px;
    z-index: -1;
}
.ellipse-cont-2{
    position: absolute;
    left: 100px;
    top: 0;
    width: 100px;
    z-index: -1;
}
.demo-wrap{
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: auto;
}
.new_img{
    margin-top: 0 !important;
}
.image_demo{
    margin: auto;
}

.process-wrap{
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-top: 20px;
}
.process-wrap img{
    width: 100%;
}
.white-phone-img{
    width: 400px;
    margin: auto;
    margin-top: 130px;
    padding-left: 50px;
    position: relative;
    z-index: 2;
}
.white-phone-img img{
    width: 100%;
}
.ellipse-rec1{
    position: absolute;
    bottom: 75px;
    left: 35px;
    width: 100px;
    z-index: -1;
}
.ellipse-rec2{
    position: absolute;
    top: 20px;
    right: 15px;
    width: 100px;
    z-index: -1;
}
.green1{
    position: absolute;
    width: 25px;
    left: 10px;
    top: 35px;
}
.green2{
    position: absolute;
    width: 18px;
    left: -100px;
    bottom: 150px;
}
.green3{
    position: absolute;
    width: 10px;
    left: 40px;
    bottom: 150px;
}
.green4{
    position: absolute;
    width: 20px;
    right: 40px;
    bottom: 80px;
}
.restrict-wrap{
    position: absolute;
    top: 100px;
    left: 0;
    width: 200px;
}
.manage-wrap{
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
}
.unsubscribe-wrap{
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 200px;
}
.process-rectangles{
    position: relative;
}
.pro-rec-img {
    box-shadow: 8px 11px 29px -10px #38383840;
    border-radius: 12px;
}
.arrow-right{
    position: absolute;
    bottom: -20px;
    right: -80px;
    width: 70px;
}
.arrow-left{
    position: absolute;
    bottom: -20px;
    left: -80px;
    width: 70px;
}
.arrow-round{
    position: absolute;
    bottom: 55px;
    left: -80px;
    width: 70px;
}

.owl-wrap-m{
    padding: 0 10px 50px;
    text-align: center;
}
.restrict-wrap-m,
.manage-wrap-m,
.unsubscribe-wrap-m{
    max-width: 300px;
    margin: auto;
    padding: 10px 10px 50px;
}
.restrict-wrap-m img,
.manage-wrap-m img,
.unsubscribe-wrap-m img{
    width: 100% !important;
}


.new-abs-left {
    position: absolute;
    left: -420px;
    top: -100px;
}
.new-abs-right{
    position: absolute;
    right: -460px;
    top: -100px;
}

.new-svg img{
    width: 80px;
}
.new-rec{

}
.new-rec img{
    width: 252px;
}
.phone-header-wrap{
    position: relative;
}
.new-header-icon{
    position: absolute;
    top: 25px;
    left: 19px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    overflow: hidden;
    background: white;
}
.new-header-icon img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1023px){
    .ellipse-cont-2 {
        left: 60px;
    }
}
@media screen and (max-width:1200px){
    .phone-header{
        width: auto;
    }
    .phone-header-left{
        left: 0;
    }
    .phone-header-right{
        right: 0;
    }
    .green-circle {
        right: 100px;
    }
    .ellipse-cont{
        left: 80px;
    }
}
@media screen and (max-width:991px){
    .banner-text {
        max-width: 400px;
        text-align: center;
        margin: auto;
    }
    .phone-header{
        width: fit-content;
        margin-top: 20px;
    }
    .phone-header-left {
        left: -180px;
    }
    .phone-header-right{
        right: -120px;
    }
    .green-circle {
        right: 0;
    }
    .ellipse-cont{
        left: 0;
    }
}
@media screen and (max-width:768px){
    .banner1_buttons a{
        width: 100%;
    }
    .banner1_buttons a img{
        width: 200px;
    }
    .encrypted-img img{
        width: 100%;
    }
    .encrypred-abs{
        width: 169px;
        padding: 5px;
    }
    .encrypred-abs.enc-right{
        height: 51px;
        right: 0;
    }
    .encrypred-abs.enc-left{
        height: 84px;
        bottom: -50px;
    }
    .encrypted-heading{
        font-size: 12px;
    }
    .encrypted-icon {
        width: 25px;
        height: 25px;
    }
    .encrypted-icon img{
        width: 25px;
        height: 25px;
    }
    #encrypted p {
        margin-top: 70px;
    }
    .laptop-img{
        height: 300px;
        margin-left: 5px;
    }
    .phone-header{
        width: fit-content;
        margin-top: 20px;
    }
    .phone-header-left {
        left: -55px;
        bottom: 85px;
    }
    .phone-header-right{
        right: -50px;
        top: 60px;
    }
    .ellipse-cont{
        left: 0;
    }
    .phone-header-right img, .phone-header-left img{
        width: 100px;
    }
    .green-circle{
        bottom: 20px;
        width: 100px;
        height: 100px;
        right: 0;
    }
    .ellipse-cont{
        left: 0px;
    }
    .ellipse-rec2 {
        position: absolute;
        top: 20px;
        right: 60px;
        width: 100px;
        z-index: -1;
    }
    .new-header-icon{
        position: absolute;
        top: 9px;
        left: 7px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        overflow: hidden;
        background: white;
    }
    .new-header-icon img{
        width: 100%;
        height: 100%;
    }
    .d-icon{
        position: absolute;
        top: 4px;
        left: 7px;
        width: 15px;
        height: auto;
        border-radius: 50%;
        overflow: hidden;
        background: white;
    }
    .d-icon img{
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .new-abs-left {
        position: relative;
        left: 0;
        top: 0;
        margin-left: -60px;
    }
    .new-abs-right{
        position: relative;
        left: 0;
        top: 0;
        margin-left: -70px;
    }
    .new-rec img {
        width: 200px;
    }
    .new-svg img {
        width: 50px;
    }
}
@media screen and (max-width:375px){
    .ellipse-cont-2 {
        left: 25px;
    }
}

.row, .owl-wrap{
    max-width: 1500px;
    margin: auto;
}

