* {
    outline: none;
}
body {
    background: #141416;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: flex;
    height: 100vh;
    flex-direction: column;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
li {
    list-style: none;
}
#policy-content p a {
    color: #17bb92;
}
#terms-content p a {
    color: #17bb92;
}
#downloab-btn p a {
    color: #17bb92;
}
/* -----------Home-Start---------------- */

#section-logo {
    margin-top: 60px;
}
#section-logo a img {
    width: 108px;
}
.section-header-text h1 {
    font-size: 44px;
    line-height: 60px;
    margin-top: 50px;
    margin-bottom: 0;
}
.section-header-text p {
    color: #ccc;
}
.header-bottom-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.54px;
    text-align: center;
}
.get-started {
    color: #ffffff;
    background-color: #17BB92;
    font-size: 24px;
    line-height: 38px;
    padding: 10px 22px;
    margin: 40px 0px;
    border-radius: 50px;
    font-weight: 600;
}
.get-started:hover {
    background-color: #329b80;
    color: #ffffff;
}
.app-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.app-download-btn .get-started-btn a img {
    width: 27px;
    margin-right: 3px;
}
.app-download-btn .get-started-btn a span {
    vertical-align: middle;
}
/* .get-started-btn {
    padding-top: 40px;
} */
h2.our-features-heading {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 30px;
}
h3.feature-heading{
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 0.7rem;
}
.features-row-bottom {
    margin-top: 30px;
    row-gap: 30px;
}
.features-img img {
    max-width: 50px;
}
.features-content p {
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0.48px;
}
#downloab-btn p {
    font-weight: 300;
    letter-spacing: 0.48px;
}

/* -----------Home-End---------------- */


/* -----------Terms-Of-Use-Start---------------- */

#terms-of-use h1 {
    font-size: 60px;
    line-height: 72px;
    margin-top: 50px;
}
#terms-content p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}
#terms-content h2 {
    font-size: 1.6rem;
    line-height: 36px;
}
#terms-content h3 {
    font-size: 1.2rem;
    line-height: 28px;
}
#terms-content ol {
    padding-left: 27px;
}
#terms-content ol li {
    list-style: unset;
    margin-bottom: 8px;
    font-weight: 300;
}

/* -----------Terms-Of-Use-End---------------- */

/* -----------Privacy-Policy-Start---------------- */

#privacy-policy {
    margin-top: 60px;
}
#policy-content h2 {
    font-size: 1.6rem;
    line-height: 36px;
}
#policy-content ul li {
    list-style: unset;
    margin-bottom: 8px;
    font-weight: 300;
}
#policy-content p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}
#policy-content ul {
    padding-left: 27px;
}

/* -----------Privacy-Policy-End---------------- */

/* -----------Contact-Us-Start---------------- */

.contact-inner {
    padding: 50px 0;
}
#contact h2 {
    font-size: 60px;
    line-height: 72px;
    margin-top: 50px;
}
.contact-form .input-group {
    display: flex;
    flex-direction: row;
}
p.half {
    width: 50%;
    display: inline-block;
    padding-right: 16px;
}
.contact-form form input, .contact-form form textarea {
    border: 1px solid #B9B9B9;
    padding: 8px 15px;
    outline: none;
    font-size: 16px;
    min-height: 42px;
    border-radius: 5px;
    background: none;
    color: #ffffff;
}
.contact-form form input, .contact-form form textarea {
    width: 100%;
}
.contact-form form input[type='submit'] {
    font-size: 18px;
    color: #ffffff;
    background-color: #17BB92;
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    width: 150px;
    border: 1px solid #17BB92;
    margin-top: 10px;
}
span.error {
    color: red;
}

/* -----------Contact-Us-End---------------- */


.container-width {
    max-width: 768px;
    margin: 0 auto;
}
.inner-content-bg {
    background-color: #4aa1814d;
    color: #fff;
    margin-bottom: 120px;
}
.messager-icon {
    display: flex;
    flex-wrap: unset;
    gap: 14px;
    padding: 18px;
}
.messager-icon img{
    display: flex;
    align-self: flex-start;
}
.messager-icon h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.messager-icon h3 {
    font-size: 16px;
    font-weight: 400;
}
p.text-color {
    color: rgba(255,255,255,0.5);
}
.download-btn {
    background: #4AA181;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}
.download-btn:hover {
    background: #5b957f;
    color: #ffffff;
}
.btn-shadow {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    padding: 60px 16px 20px 16px;
    background: linear-gradient(180deg, rgba(20, 20, 22, 0) 0%, rgba(20, 20, 22, 0.35) 17.89%, rgba(20, 20, 22, 0.55) 25.98%, rgba(20, 20, 22, 0.75) 34.53%, rgba(20, 20, 22, 0.86) 39.62%, rgba(20, 20, 22, 0.915266) 43.04%, #141416 46.06%);
}
#footer-section {
    border-top: 1px solid #394641;
    padding-top: 15px;
}
footer{
    margin-top: auto;
}
#footer-section li a {
    color: #B9B9B9;
    font-weight: 300;
    font-size: 14px;
}
#footer-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 0px;
}
#footer-section ul li:after {
    content: "|";
    padding-left: 20px;
    color: #B9B9B9;
}
#footer-section ul li:last-child::after {
    content: "";
    padding-left: 0px;
}
.our-features {
    padding-bottom: 20px !important;
}
.alert-success {
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .section-header-text p {
        text-align: center !important;
        margin-top: 5px;
    }
    #get-started-btn {
        margin-top: 30px;
    }
    .get-started {
        margin: 20px 0px;
    }
}

@media only screen and (max-width: 992px) {
    .section-header-text h1 {
        font-size: 46px;
        line-height: 60px;
    }
    #terms-of-use h1 {
        font-size: 46px;
        line-height: 70px;
    }
    .header-bottom-text p br {
        display: none;
    }
    .get-started {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .section-header-text h1 {
        font-size: 36px;
        line-height: 52px;
    }
    .downloab-btn {
        padding-bottom: 20px !important;
    }
}


@media only screen and (max-width: 767px) {
    #section-logo {
        margin-top: 30px;
    }
    #section-logo img {
        width: 80px;
    }
    .section-header-text {
        margin-bottom: 0px !important;
    }
    .header-bottom-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .features-img img {
        max-width: 35px;
    }
    h3.feature-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .features-content p {
        line-height: 24px;
    }
    .inner-content-bg {
        margin-bottom: 100px;
    }
    .section-header-text h1 {
        font-size: 26px;
        line-height: 35px;
        margin-top: 30px;
    }
    .section-header-text p {
        margin-bottom: 0px;
    }
    .get-started {
        font-size: 18px;
        padding: 5px 18px;
        margin: 5px 0px;
        letter-spacing: 0.5px;
    }
    #get-started-btn .get-started-btn {
        padding: 0px 0px !important;
    }
    /* #get-started-btn .get-started-btn {
        padding-top: 20px !important;
        padding-bottom: 5px !important;
    } */
    h2.our-features-heading {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 0px;
    }
    .our-features {
        padding-bottom: 10px !important;
        padding-top: 30px !important;
    }
    .more-features {
        padding-bottom: 10px !important;
    }
    .downloab-btn {
        padding-bottom: 10px !important;
    }
    #footer-section li a {
        font-size: 14px;
    }
    #footer-section ul {
        gap: 10px;
    }
    #footer-section ul li:after {
        padding-left: 10px;
    }
    .features-row-bottom {
        padding-top: 0px !important;
        row-gap: 5px;
    }
    #terms-of-use h1 {
        font-size: 34px;
        line-height: 48px;
        margin-top: 40px;
    }
    .terms-content {
        padding-top: 20px !important;
    }
    #terms-content p {
        line-height: 24px;
    }
    #terms-content h2 {
        font-size: 1.2rem;
        line-height: 28px;
    }
    #terms-content h3 {
        font-size: 1rem;
        line-height: 24px;
    }
    #policy-content p {
        line-height: 24px;
    }
    #policy-content h2 {
        font-size: 1.2rem;
        line-height: 28px;
    }
    /* #terms-content h2 {
        font-size: 28px;
        line-height: 42px;
    } */
    /* #terms-content h3 {
        font-size: 24px;
    } */
    p.half {
        width: 100%;
        display: inline-block;
        padding-right: 0;
    }
    #contact h2 {
        font-size: 34px;
        line-height: 48px;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .contact-inner {
        padding: 40px 0;
    }
    .app-download-btn .get-started-btn a img {
        width: 18px;
    }
    .bottom-download-btn {
        margin-bottom: 15px;
    }
    .app-download-btn {
        flex-direction: column;
    }
}    


/* @media only screen and (max-width: 575px) {
    
} */

@media only screen and (max-width: 360px) {
    #footer-section li a {
        font-size: 12px;
    }
}