body {
    font-family: 'Mulish', sans-serif;
    font-size: 17px;
    background: #F2F6FF;
    /*background: url("../assets/images/site/mask.png") #F2F6FF no-repeat top;*/
    /*background-size: 100% auto;*/
}
body.subpage {
    background: #fff;
}
body.mini {
    background: #2B58CA;
}
strong {
    font-weight: 700;
}
h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    margin-top: 130px;
}
.subpage h1 {
    color: #2B58CA;
    margin-top: 90px;
    margin-bottom: 25px;
    font-size: 64px;
    font-weight: 400;
    line-height: 64px;
}

.hero-section h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    color: #FFFFFF;
    margin: 25px 0px 0px;
}

h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: #2B58CA;
    margin: 150px 40px 40px;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #2B58CA;
    margin-bottom: 15px;
}

p {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 150%;
}

.p-17 {
    font-size: 17px;
}

.btn-primary {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    /*border: 1px solid #F9AD03;*/
    background: #F9AD03;
    border-radius: 27px;
    line-height: 54px;
    padding: 0 40px;
    border: 0 ;
}


.btn-primary:active, .btn-primary:focus,
.btn-primary:hover {
    background-color: #FFFFFF;
    /*border: 1px solid #F9AD03;*/
    color: #F9AD03;
}

.hero-section .btn-primary {
    margin-top: 45px;
}

.logo {
    margin-top: 70px;
}

#background {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url("../assets/images/site/mask.png");*/
    background: url("../assets/images/site/bg.jpg");
    background-size: cover !important;
    background-position: center bottom !important;
}

.about-section {
    text-align: center;
}

.flow-sections {
    margin-top: 115px;
    text-align: left;
}
.flow-sections .screen{
    text-align: right;
}
.screen-details {
    padding-right: 110px;
}

.screen-details-left {
    padding-left: 110px;
}
.home-img {
    width: 396px;
    height: 702px;
}
.screen-img {
    /*position: absolute;*/
    position: relative;
    top: 0px;
    right: 80px;
    width: 238px;
    height: 421px;
    z-index: 20;
}
.bubble-img {
    position: absolute;
    top: 90px;
    right: 30%;
    width: 233px;
    height: 260px;
    z-index: 10;
}
.line-1 {
    position: absolute;
    top: 170px;
    left: 0;
    width: 647px;
    height: 515px;
    z-index: 5;
}

.line-2 {
    position: absolute;
    top: 260px;
    right: 200px;
    width: 408px;
    height: 383px;
    z-index: 5;
}

.footer {
    background: #2B58CA;
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
    font-style: normal;

    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
}

.footer h2 {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #FFFFFF;
}
.store-links {
    margin-bottom: 115px;
}
.store-links a + a {
    margin-left: 15px;
}

.contact-row {
    text-align: left;
    margin-bottom: 100px;
}
.contact-row h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}

.contact-row .contact-details {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
}

.contact-row a {
    color: #fff;
    text-decoration: underline;
}
footer a {
    color: #fff;
}

footer a:active,footer  a:focus,footer  a:hover{
    color: #F9AD03;
    text-decoration: underline;
}

/* Mini */
.mini h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #2B58CA;
    margin: 0px 0px 20px;
}
.mini .logo {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}
.mini .content-body {
    background: #ffffff;
    padding: 20px;
    border: 0;
    border-radius: 20px;
    filter: drop-shadow(0px 10px 10px rgba(139, 162, 196, 0.25));
}

.mini .form-control {
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
}

.mini .col-form-label{
    color: #8E94A3;
    font-size: 14px;
    font-weight: 700;
}
.mini .content-footer {
    margin-top: 20px;
}

.copyright{
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 40px;
}

/*Terms*/

/* Terms */
.terms a{
    color: #F9AD03;
    text-decoration: none;
}

.terms a:active,.terms  a:focus,.terms  a:hover{
    color: #F9AD03;
    text-decoration: underline;
}
.terms .date {
    color: #2B58CA;
}
.terms h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    color: #444;
    margin-bottom: 30px;
    margin-top: 60px;
}

.terms h2 {
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #444;
    margin: 0 0 25px 0;
}
.terms li p {
    margin-bottom: 0;
    color: #444;
}



    /*LOADER*/
.loader-body {
    width: 100%;
    height: 100vh;
    background-color: #2B58CA; /*Here you can change background color of the loader */
    position: fixed;
    z-index: 1500;
    visibility: visible;
    top: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    align-content: center;
    transition: 0.5s all;
}
.loader {
    width: 150px;
    height: 150px;
    /*border: 2px #DAC45A solid; 				!*Here you can change color of the loader*!*/
    border-radius: 50%;
    position: absolute;
    /*border-top-color: #934508 ; 				!*Here you can change color of the loader*!*/
    transform: translate(-50%, -50%);
    /*background: url("../assets/loader.png") center no-repeat;*/
    top: 50%;
    left: 50%;
    -webkit-animation: 1s spin infinite linear;
    -o-animation: 1s spin infinite linear;
    animation: 1s spin infinite linear;
}

.loader.done {
    -webkit-animation: 2s spinAndZoomOut  linear forwards;
    -o-animation: 2s spinAndZoomOut  linear forwards;
    animation: 2s spinAndZoomOut  linear forwards;
}

.loader-body.done {
    -webkit-animation: 2s fadeOut  linear forwards;
    -o-animation: 2s fadeOut  linear forwards;
    animation: 2s fadeOut  linear forwards;
}
@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes fadeOut {
    from {

    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes spinAndZoomOut {
    from {

    }
    to {
        transform: translate(-50%, -50%) rotate(360deg) scale(50.0);
        opacity: 0;
    }
}


@media (max-width: 396px) {
    .home-img {
        width: 300px;
        height: auto;
    }
}
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .store-links a + a {
        margin-left: 0px;
        margin-top: 15px;
        display: block;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    h1 {
        margin-top: 100px;
    }
    .logo {
        margin-top: 50px;
    }
    .bubble-img {
        right: 35% !important;
    }

    .screen-details, .screen-details-left {
        /*text-align: center;*/
    }
    .hero-section {
        text-align: center;
    }
    .hero-section h2 {
        text-align: center;
    }
    header{
        align-content: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-row {
        text-align: center;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .subpage h1,
    h1{
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        font-size: 30px;
        margin: 150px 20px 20px;
    }
    .line-1, .line-2 {
        display: none !important;
    }
    .bubble-img {
        right: 20%;
    }
    .flow-sections .screen {
        text-align: center;
    }
    .screen-img {
        right: auto;
    }
    .screen-details {
        padding-right: 0;
    }
    .screen-details-left {
        padding-left: 0;
    }

    .footer h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {  }
