body {
    font-family: 'Roboto', sans-serif;
    color: #221638;
    font-size: 17px;
    overflow-x: hidden;
}

p {
    color: #6b6b84;
    font-weight: 400;
    font-size: 18px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

a:hover {
    text-decoration: none;
}

section {
    padding: 40px 0;
    position: relative;
}

.navbar {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: min-height .1s linear, all .1s linear;
    -o-transition: min-height .1s linear, all .1s linear;
    transition: min-height .1s linear, all .1s linear;
}

.hedaer-section {
    padding: 0;
}

header {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 100px;
}

header .header-btn img:Hover {
    transform: translateY(-5px);
    transition: .5s;
}

header h1 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 5px;
}

h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 5px;
}

header p {
    color: #6b6b84;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
}

header .content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.div-title {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.div-title p {
    font-weight: 400;
    color: #6b6b84;
}

.step-box-div .step-box {
    padding: 50px 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #f5f3f2;
}

.step-box-div .step-box:hover {
    border-color: #ff5d22;
}

.step-box-div .step-box img {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.step-box-div .step-box span {
    display: block;
    margin-bottom: 15px;
}

.step-box-div .step-box .text1 {
    font-size: 24px;
    transition: .5s;
    font-weight: 600;
}

.step-box-div .step-box:hover .text1 {
    color: #ff5d22;
}

.step-box-div .step-box .text2 {
    color: #6b6b84;
    font-weight: 400;
    font-size: 17px;
}

.site-btn {
    color: #fff;
    background-color: #ff5d22;
    padding: 10px 20px;
    margin-right: 10px;
    display: inline-block;
    font-weight: 500;
    transition: .5s;
    border-radius: 5px;
}

.site-btn:Hover {
    color: #fff;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    transform: translateY(-5px);
    background-color: #221638;
    transition: .5s;
}

footer {
    background-color: #eafcff;
    padding: 40px 0;
    text-align: center;
}

footer .footer-brand img{
    width: 130px;
    margin-top: 20px;
}

footer .footer-logo {
    margin-bottom: 10px;
    display: block;
}

footer .footer-logo img {
    width: 170px;
}

.nav-logo img {
    width: 200px;
}

.nav-logo {
    margin: 0 auto;
}

footer .footer-mid {
    text-align: center;
    padding-top: 40px;
}

footer .footer-mid p {
    margin: 0;
    color: #221638;
    font-size: 16px;
}

.features-box p {
    font-size: 20px;
    margin: 0;
}

.features-box .step-number {
    background: rgb(255 82 0);
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 900;
    font-size: 32px;
    border-radius: 50%;
}

.bg-box {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.features-box-text1 {
    padding-left: 30px;
    position: relative;
}

.bg-icon {
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 300px;
    top: 50%;
    transform: translate(0, -50%);
    color: #ffffff;
    font-weight: 500;
    opacity: 0.05;
    filter: invert(0%) sepia(0%) saturate(28%) hue-rotate(284deg) brightness(0) contrast(101%);
    z-index: 10;
    pointer-events: none;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 60px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #5ae7eb;
    border-right: 3px solid #5ae7eb;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 1.5s ease-in-out infinite;
    -moz-animation: fade_move_down 1.5s ease-in-out infinite;
    animation: fade_move_down 1.5s ease-in-out infinite;
}

/*animated scroll arrow animation*/

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

footer .privacy-link {
    display: block;
    margin-bottom: 10px;
    color: #221638;
    font-weight: 500;
}

.privacy {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 100px;
}

.contact {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 140px;
    min-height: 65vh;
}

.contact section {
    padding: 0;
    padding-bottom: 30px;
}

.contact section:last-child {
    padding: 0;
}

.privacy .bg-icon {
    width: 20%;
    padding: 0;
}

.content-privacy {
    text-align: left;
}

.prev-page {
    display: block;
    margin-bottom: 15px;
}

.prev-page a {
    display: flex;
    align-items: center;
}

.prev-page span {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    padding-left: 5px;
}

.prev-page i {
    font-size: 20px;
    color: black;
}

.privacy h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}

.privacy h3 {
    font-size: 20px;
}

.home-contact {
    text-align: center;
}

.home-contact span {
    font-size: 26px;
    color: #221638;
    display: block;
    margin-top: 5px;
    font-weight: 300;
}

.home-contact a{
    font-weight: 500;
    color: #221638;
}

.home-contact h2 {
    color: #000000;
    border-bottom: 3px solid #009ea2;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 30px;
}

.home-contact i {
    color: #ff5200;
    font-size: 28px;
}

.app-info-ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 20px;
}

.app-info-ul li {
    color: #6b6b84;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.app-info-ul b {
    padding-right: 5px;
}

.footer .footer-ul {
    list-style-type: none;
    padding: 0;
}

.footer .footer-ul h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
}

.footer .footer-ul .footer-link-page {
    color: #221638;
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}

.footer .footer-ul img {
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 15px;
    width: 160px;
}

.footer .footer-ul li:last-child img {
    margin-bottom: 0;
    margin-top: 0;
}

.privacy h1 {
    font-size: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.privacy h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.content-privacy p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #2b2b2b;
}

.privacy-list-p {
    padding-left: 15px;
}

.privacy .table th {
    border: 1px solid rgb(134, 134, 134);
}

.privacy .table td {
    border: 1px solid rgb(134, 134, 134);
}

.green-dot i {
    color: #22a800;
    font-size: 16px;
    margin-right: 3px;
}

.green-dot2 i {
    color: #28c900;
    font-size: 16px;
    margin-right: 3px;
}

.green-dot3 i {
    color: #44e60f;
    font-size: 16px;
    margin-right: 3px;
}

.yellow-dot i {
    color: #ff5100;
    font-size: 16px;
    margin-right: 3px;
}

.red-dot i {
    color: #ED0024;
    font-size: 16px;
    margin-right: 3px;
}

.red-dot2 i {
    color: #BB061C;
    font-size: 16px;
    margin-right: 3px;
}

.other1-dot i {
    color: #820122;
    font-size: 16px;
    margin-right: 3px;
}

.other2-dot i {
    color: #66011B;
    font-size: 16px;
    margin-right: 3px;
}

.other3-dot i {
    color: #593A2B;
    font-size: 16px;
    margin-right: 3px;
}

.other4-dot i {
    color: #000000;
    font-size: 16px;
    margin-right: 3px;
}


.faq-box .faq-title {
    display: block;
    font-weight: 600;
}

.faq-box .faq-info {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 16px;
}

.faq-box {
    margin-bottom: 15px;
}

.content-div h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    line-break: anywhere;
}

.content-div p {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 16px;
}

.invite-page {
    text-align: center;
    height: 60vh;
}

.download-btn-page {
    margin-top: 10px;
}

.download-btn-page a {
    margin-right: 10px;
    margin-left: 10px;
}

.invite {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 120px;
}

.invite h1 {
    font-size: 22px;
    text-align: center;
    color: #000000;
}

.invite-box {
    height: 80px;
    display: flex;
    background-color: #ffffff;
    width: 500px;
    border: 1px solid #ececec;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.invite-box .code-div {
    padding-right: 10px;
}

.invite-box .code-div label {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: 500;
    font-size: 24px;
}

.invite-box .invite-code {
    font-size: 24px;
    font-weight: 300;
}

.invite-box .invite-icon {
    font-size: 26px;
    color: #009ea2;
    background-color: #eaeaea;
    width: 50px;
    margin-left: 12px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.invite-box .invite-icon img {
    width: 18px;
    padding: 0;
    display: inline-block;
    margin-top: -3px;
}

header .header-btn {
    margin-top: 15px;
}

header .header-btn img {
    margin-right: 10px;
}

.sss-detail {
    text-align: center;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
}

.sss-detail img {
    margin: 0 auto;
    width: 95%;
}

.sss-detail .slide-number {
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    background-color: #009ea2 !important;
    width: 35px !important;
    height: 35px !important;
    text-align: center !important;
    line-height: 35px !important;
}

.sss-detail .slide-text {
    font-weight: 400;
    margin-top: 10px;
    display: block;
    font-size: 18px;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 12px;
}

.height-slide {
    line-height: 45px;
}

.sss-detail .carousel-control-prev {
    top: 50%;
    bottom: auto;
    font-size: 14px;
    opacity: 1;
    background: #009ea2;
    left: 10px;
    color: #ffffff;
    border-radius: 0.2em;
    padding: 0.5rem 1rem;
}

.sss-detail .carousel-control-next {
    top: 50%;
    bottom: auto;
    font-size: 14px;
    opacity: 1;
    background: #009ea2;
    right: 10px;
    color: #ffffff;
    border-radius: 0.2em;
    padding: 0.5rem 1rem;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.content-page .contact-box{
    padding-bottom: 60px;
}

@media (max-height: 790px) {

    header .content {
        margin: 0;
        position: relative;
        top: auto;
        -ms-transform: none;
        transform: none;
        left: auto;
        right: auto;
    }
}

@media (max-height: 700px) {

    header .content {
        margin: 0;
        position: relative;
        top: auto;
        -ms-transform: none;
        transform: none;
        left: auto;
        right: auto;
    }
}

@media (max-height: 600px) {
    .scroll-down {
        display: none;
    }

    header .content {
        margin: 0;
        position: relative;
        top: auto;
        -ms-transform: none;
        transform: none;
        left: auto;
        right: auto;
    }
}

.content-privacy p {
    font-size: 15px;
}

.faq-box .faq-info {
    font-size: 15px;
    display: block;
    padding-top: 4px;
}

.privacy h3 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.privacy h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.prev-page span {
    font-size: 18px;
}

.prev-page i {
    font-size: 16px;
}

@media (max-width: 1199.98px) {
    .bg-icon {
        width: 200px;
    }

    header {
        height: auto;
        padding-top: 75px;
    }

    header .content {
        margin: 0;
        position: relative;
        top: auto;
        -ms-transform: none;
        transform: none;
        left: auto;
        right: auto;
    }
}

@media (max-width: 992px) {
    .nav-logo img {
        width: 220px;
    }

    section {
        height: auto;
    }

    header h1 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    header p {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .features-box h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .footer .footer-ul img {
        width: 130px;
    }

    footer .footer-mid p {
        font-size: 14px;
    }

    .footer .footer-ul h3 {
        font-size: 15px;
    }

    .footer .footer-ul .footer-link-page {
        font-size: 14px;
    }

    .home-contact i {
        font-size: 20px;
        padding-right: 5px;
    }

    .home-contact h2 {
        font-size: 26px;
    }

    .features-box p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .features-box .step-number {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
        line-height: 45px;
        font-size: 28px;
    }

    .scroll-down {
        display: none;
    }
}

@media (max-width: 768px) {
    header .header-btn {
        margin-bottom: 10px;
        text-align: center;
    }

    header .header-btn img {
        margin-right: 0;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .invite {
        padding-top: 80px;
    }

    .invite h1 {
        font-size: 18px;
    }

    .invite-box .invite-icon {
        font-size: 20px;
        color: #009ea2;
        background-color: #eaeaea;
        width: 40px;
        margin-left: 12px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }

    .invite-box .code-div label {
        font-size: 15px;
    }

    .invite-box .invite-code {
        font-size: 20px;
        font-weight: 300;
    }

    .invite-box {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .download-btn-page a {
        margin-right: 0;
        margin-left: 0;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .home {
        text-align: center;
    }

    body .faq-page {
        text-align: left;
    }

    .footer .footer-ul img {
        margin-top: 0;
    }

    .footer-ul {
        text-align: center;
    }

    .home-contact h2 {
        font-size: 26px;
        border: 0;
    }

    .scroll-down {
        display: none;
    }

    .bg-icon {
        display: none;
    }

    .features-box-text1 {
        border: 0;
        padding-left: 0;
    }

    .features-box-text2 {
        border: 0;
        padding-right: 0;
    }

    .navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header {
        height: auto;
        padding-top: 75px;
    }

    .privacy {
        height: auto;
        padding-top: 75px;
    }

    .nav-logo img {
        width: 200px;
    }

    header h1 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    header p {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .features-box h2 {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .features-box p {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .features-box .step-number {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        line-height: 40px;
        font-size: 25px;
    }
}

@media (max-width: 576px) {

    .contact {
        padding-top: 80px;
    }


    .privacy h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .home-contact h2 {
        font-size: 26px;
        padding-bottom: 0;
    }

    
    .home-contact a {
        font-size: 24px;
        margin: 0;
    }

    
    .content-page h2{
        font-size: 24px;
    }
    
    .content-page span{
        font-size: 20px;
    }

    .content-page a{
        font-size: 20px;
    }


    .features-box h2 {
        font-size: 22px;
    }

    .features-box p {
        margin-bottom: 10px;
        font-size: 17px;
    }

    header h1 {
        font-size: 22px;
    }

    header p {
        font-size: 17px;
        margin-bottom: 8px;
    }

    header {
        padding-top: 60px;
    }

    .privacy {
        padding-top: 60px;
    }

    .nav-logo img {
        width: 140px;
    }

    body .faq-page {
        font-size: 14px;
    }

    .faq-page .accordion .link p {
        font-size: 14px;
    }

    .faq-box {
        margin-bottom: 10px;
    }

    .faq-box .faq-title {
        display: block;
        font-weight: 900;
        font-size: 15px;
    }

    .privacy h3 {
        font-size: 15px;
    }

    .content-div h2 {
        font-size: 15px;
        font-weight: 600;
    }

    .content-div p {
        margin-bottom: 10px;
    }

    .faq-page .submenu p {
        font-size: 14px;
    }

    .table {
        font-size: 12px;
    }

    .privacy .table thead th {
        padding: 5px;
    }
}