*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    color: #FFFFFF;
    text-align: left;
    background-color: #000;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
img, video {
    max-width: 100%;
    height: auto;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Outfit", sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
body {
    overflow-x: hidden;
}
a {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    color: #4FDD80;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.main_wrapper{
    padding: 0px 15px;
}
@media (min-width: 650px) {
    .container {
        max-width: 100%;
   }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
   }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
   }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1070px;
   }
}
.main_wrapper{
    background-color: #000;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
   }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
   }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
   }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
   }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
   }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
   }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
   }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
   }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
   }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
   }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
   }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
   }
}
.header_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}
.header_wrap .logo{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    display: flex;
    align-items: center;
}
.header_wrap .logo a{
    color: #FFFFFF;
    text-decoration: none;
}
.header_wrap .logo span.tagline_wrap{
    color: #FFFFFF;
    margin-left: 10px;
}
.header_wrap .logo span.tagline_wrap span{
    color: #4FDD80;
}
.logo img{
    height: 56px;
}
.social_links{
    display: flex;
}
.social_links svg{
    width: 24px;
    height: 24px;
    margin-left: 20px;
    opacity: 0.8;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}
.social_links svg:hover{
    opacity: 1;
}
.inner_wrapper{
    margin-top: 96px;
}
.main_heading h1{
    color: #FFFFFF;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
}
.main_heading h1 span{
    color: #4FDD80;
}
.main_heading p{
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.75rem;
    color: #CCCCCC;
}
.main_heading p strong{
    color: #4FDD80;
}
.app_download_wrap{
    margin-top: 24px;
    margin-top: 24px;
    display: flex;
}
.app_download_wrap a:last-child{
    margin-left: 1rem;
} 
.app_download_wrap a img{
    border: 1px solid #d1d5db;
    height: 4rem;
    border-radius: .5rem;
}
.banner_thumb{
    margin-top: 2rem;
}
.banner_thumb img{
    border-radius: .25rem;
}
.customer_stats{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}
.customer_stats span{
    color: #4FDD80;
}
.testimonial_wrap .inner_wrap{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #1c1c1e;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .5rem;
    margin-bottom: 1rem;
}
.testimonial_wrap .inner_wrap .heading_wrap{
   display: flex;
   justify-content: space-between;
}
.testimonial_wrap .inner_wrap .heading_wrap h4{
   font-weight: 600;
   font-size: 20px;
   line-height: 1.75rem;
   margin: 0;
}
.testimonial_wrap .inner_wrap .heading_wrap .rating_icon_wrap svg{
   fill: #4FDD80;
   stroke: #4FDD80;
}
.testimonial_wrap .inner_wrap p{
   margin-top: 1rem;
   font-size: 16px;
}
.testimonial_wrap .inner_wrap .author{
   font-size: .875rem;
   line-height: 1.25rem;
   color: #9ca3af;
   text-align: right;
}
.testimonial_wrap .row{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    justify-content: center;
}
.testimonial_wrap .row .col{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.footer_wrap{
    display: flex;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: 1.25rem;
    justify-content: center;
}
.footer_wrap span, .footer_wrap a{
    color: #FFFFFF;
    margin: 0 1rem;
    font-size: 1rem;
    line-height: 1rem;
    opacity: 0.8;
}
.footer_wrap a{
    text-decoration: underline;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}
.footer_wrap a:hover{
    opacity: 1;
    color: #FFFFFF;
}
@media (max-width: 1024px) {
    .social_links svg{
        margin-left: 10px;
   }
    .inner_wrapper .col-sm-9{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
   }
    .footer_wrap span, .footer_wrap a{
        margin: 0 0.5rem;
   }
    .inner_wrapper {
        margin-top: 3.5rem;
   }
}


.main_heading.contact_page p{

    font-size: 18px;
    color: #d1d5db;

}

.main_heading.contact_page h3{

    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 50px;

}

.main_heading.contact_page h3+p{

    margin-top: 10px;
    color: #d1d5db;

}

.main_heading.privacy_page p, .main_heading.terms_page p {
    font-size: 18px;
    color: #d1d5db;
}

.privacy_content li, .terms_content li {
    font-size: 24px;
    color: #d1d5db;
}

.privacy_content p, .terms_content p {
    margin-top: 4px;
    font-size: 18px;
    color: #d1d5db;
}

.privacy_content_item ul {
    margin-left: 24px;
    margin-bottom: 18px;
}

.privacy_content_item ul li {
    font-size: 18px;
}