﻿/*#region html, body*/
html {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    /*    background: #F2F4F6;*/
    background: #fff;
    color: #1a1a1a;
    line-height: 1.5;
    margin: 0 0 330px 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}


body, input, select, button, textarea {
    font-family: 'Poppins', sans-serif;
}
/*#endregion*/

/*#region row clearfix*/
.row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/*#endregion*/

/*#region header*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 10;
    background: #0046a4;
    overflow: hidden;
}

.u-header-a {
    font-size: 24px;
    line-height: 50px;
    outline: none;
}

.u-header-img {
    height: 36px;
    margin-top: 7px;
}

.u-header-menu {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
    font-weight: 600;
}




.u-header-menuitem2 {
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 30px;
    outline: none;
    transition: color linear .2s;
    border: 1px solid #fff;
    line-height: 36px;
    border-radius: 40px;
    padding: 0 20px;
    text-decoration: none;
}


.u-header-menuitem {
    color: #fff;
    display: inline-block;
    margin: 0 0 0 30px;
    outline: none;
    transition: color linear .2s;
    text-decoration: none;
}


    .u-header-menuitem:hover, .u-header-menuitem:focus, .u-header-menuitem2:hover, .u-header-menuitem2:focus {
        color: #dcebff;
        border-color: #dcebff;
    }





@media screen and (max-width: 610px) {
    header {
        height: 100px;
        text-align: center;
    }

    .u-header-menu {
        float: none;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
    }


    .u-header-menuitem {
        margin: 0 15px
    }

    .u-header-menuitem2 {
        padding: 0;
        border: none;
        line-height: 50px;
        margin: 0 15px;
    }
}
/*#endregion*/

/*#region footer*/
footer {
    text-align: center;
    padding: 40px 10px;
    background: #dcebff;
    position: absolute;
    height: 330px;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: #0046a4;
}

.u-footer-div {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px
}

.u-footer-logo {
    width: 48px;
    height: 48px;
    border-radius: 90px;
    margin: 0 auto;
    display: block;
}

.u-footer-title {
    font-weight: 700;
    font-size: 22px;
    margin: 10px 0 5px;
}

.u-footer-p {
    margin: 0 0 15px 0;
}

.u-footer-a {
    color: #0046a4;
    text-decoration: underline;
    display: inline-block;
    margin: 0 15px;
    transition: color linear .2s
}

    .u-footer-a:hover, .u-footer-a:focus {
        color: #0057cc;
    }

.u-footer-button {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    background: none;
    border: 1px solid #0046a4;
    color: #0046a4;
    border-radius: 50px;
    padding: 0 30px;
    cursor: pointer;
    outline: none;
    transition: border-color linear .2s;
    margin: 0 auto 31px auto;
    display: block;
    width: 100px;
    text-decoration: none;
}

    .u-footer-button:hover, .u-footer-button:focus {
        border-color: #0057cc;
    }

@media screen and (max-width: 610px) {
    footer {
        height: 372px;
    }

    body {
        margin: 0 0 372px 0;
    }
}
/*#endregion*/

/*#region other pages*/
.u-other-topsection {
    display: block;
    padding: 70px 10px 10px 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

p, ol, ul {
    margin: 0 0 10px 0;
}

.u-privacy-section {
    margin: 20px 0 5px 0;
}

.fluid-vids {
    margin: 20px auto 20px auto;
 
    max-width: 800px;
}



.u-about-p {
    max-width: 600px;
    margin: 0 auto 10px auto;
}


@media screen and (max-width: 610px) {
    .u-other-topsection {
        padding: 120px 10px 10px 10px;
    }

    .fluid-vids {
        margin-left: -10px;
        margin-right: -10px;
    }
}
/*#endregion*/

/*#region home top section*/

.u-h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px 0;
}


.u-home-topsection {
    background: #0046a4;
    display: block;
    padding: 110px 10px 50px 10px;
    margin: 0 auto
}

.u-home-ul {
    padding: 0 0 0 20px
}
    .u-home-ul li {
        padding: 0 0 5px 0
    } 

.u-vidplayer {
    max-width: 800px;
    float: left;
    width: 100%;
}


.u-home-topcaption {
    float: right;
    color: #fff;
    width: 320px;
}



@media screen and (max-width: 1150px) {
    .u-vidplayer {
        float: none;
        margin: 0 auto;
    }

    .u-home-topcaption {
        float: none;
        margin: 20px auto 0 auto;
        width: 100%;
        max-width: 600px;
        text-align: center;
    }


    .u-home-ul {
        padding: 0 0 0 0;
        list-style: none;
    }
     
}


@media screen and (max-width: 610px) {

    .u-home-topsection { 
        padding: 120px 10px 20px 10px; 
    }
}

/*#endregion*/





/*#region home form section*/
.u-home-questioncont2 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    background-repeat: no-repeat;
    background-size: 900px 400px;
    padding: 100px 0 50px 0;
    background-position: right top;
    direction: ltr;
    background-image: url(/assets/home2.jpg);
}

.u-home-question2 {
    background: #fff;
    max-width: 480px;
    padding: 30px 40px;
    border-radius: 0px;
    background: #ffffff;
    box-shadow: 32px 32px 64px #d9d9d9, -32px -32px 64px #ffffff;
    /*margin-left: 600px;*/
    direction: ltr;
    box-sizing: border-box;
}

.u-home-questioncont {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    background-repeat: no-repeat;
    background-size: 900px 400px;
    padding: 100px 0 50px 0;
    background-position: left top;
    direction: rtl;
    background-image: url(/assets/home.jpg);
}

.u-home-question {
    background: #fff;
    max-width: 480px;
    padding: 30px 40px; 
    border-radius: 0px;
    background: #ffffff;
    box-shadow: 32px 32px 64px #d9d9d9, -32px -32px 64px #ffffff;
    margin-left: 600px;
    direction: ltr; 
    box-sizing: border-box;
}

.u-home-questionh4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.u-home-questionp {
    margin: 0 0 30px 0;
}

.u-home-button {
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    background: #0046a4;
    color: #fff;
    border-radius: 4px;
    padding: 0 40px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background linear .2s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

    .u-home-button:hover, .u-home-button:focus {
        background: #0057cc;
    }


    input, select {
        border: none;
        border-bottom: 1px solid #bbb;
        width: 100%;
        font-size: 16px;
        outline: none;
        margin: 0;
        box-sizing: border-box;
        padding: 2px 0;
    }


@media screen and (max-width: 1150px) {

    .u-home-questioncont, .u-home-questioncont2 {
        width: 100%;
        max-width: 900px;
        padding: 250px 0 50px 0;
        background-position: top center;
    }


    .u-home-question, .u-home-question2 {
        padding: 30px;
        margin-left: 0;
        margin: 0 auto;
    }

}


@media screen and (max-width: 610px) {

    .u-home-questioncont, .u-home-questioncont2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 200px 0 50px 0;
        background-position: top center;
    }


    .u-home-question, .u-home-question2 {
        margin-left: 0;
        margin: 0 20px 0 20px;
    }
}

.u-home-answer {
    font-size: 16px;
    margin: 0 0 30px 0;
}
/*#endregion*/




.link {
    color: #0057cc
}







/*


    .u-home-answer label {
        padding: 0 0 0 10px;
        cursor: pointer;
    }

 
.u-home-questionspan {
    font-size: 12px;
    display: block;
    margin: 0 0 5px 0;
    font-weight: 600;
}

    .u-home-questionspan b {
        font-size: 22px;
        font-weight: 400;
        display: inline-block;
        margin: 0;
    }
*/



/*#region login page*/
.u-login-cont {
    width: 100%;
    height: 100%;
    padding: 100px 0 0 0;
    margin: 0;
}

.u-login-box {
    background: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 100px auto;
    padding: 30px 40px 40px 40px;
    box-sizing: border-box
}

.u-login-input {
    border: 1px solid #dedede;
    padding: 4px 8px;
    font-size: 16px;
    outline: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.u-login-cont a {
    color: #0057cc;
    outline: none;
}

.u-login-cont button {
    background: #0046a4;
    border: none;
    outline: none;
    color: #fff;
}


    .u-login-cont button:hover, .u-login-cont button:focus {
        background: #0057cc;
        color: #fff;
    }


input[readonly] {
    background: #f9f9f9;
}

label {
    margin: 20px 0 0 0;
    display: block;
    font-size: 14px !important;
}
/*#endregion*/

/*#region snackbar */
#snackbar {
    /* visibility: hidden;  Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: green; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 0; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 11; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 5.5s;
    animation: fadein 0.5s, fadeout 0.5s 5.5s;
}


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/*#endregion*/



.u-myacc-cont {
     
    padding: 100px 15px 20px 15px;
    margin: 0;
}

.is-btn-ghost2 {
    background: #0046a4;
    border: none;
    outline: none;
    color: #fff;
}


 


.is-btn-ghost2:hover, .is-btn-ghost2:focus {
    background: #0057cc;
    color: #fff;
}


/*#region marquee */
@-moz-keyframes loader-rotate {
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-rotate {
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#marquee {
    position: fixed;
    width: 56px;
    height: 56px;
    border: 8px solid #0046a4;
    border-top-color: transparent;
    border-radius: 50%;
    -moz-animation: loader-rotate 1s linear infinite;
    -o-animation: loader-rotate 1s linear infinite;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-top: -28px;
    margin-left: -36px;
    z-index: 9999;
}
/* #endregion */


/*#region referral page*/
.u-referral-empty {
    font-size: 20px;
    margin: 0 0 40px 0;
}

.u-referral-listitem {
    padding: 10px 0 9px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #333;
}

    .u-referral-listitem h4 {
        font-size: 20px !important;
        margin: 0 0 1px 0 !important;
        white-space: nowrap;
    }

    .u-referral-listitem span {
        font-size: 14px;
        display: block;
        color: #999;
        white-space: nowrap;
    }

    .u-referral-listitem .icon {
        font-size: 22px;
        margin: 0 10px 0 0;
        color: #333;
    }

        .u-referral-listitem .icon:before {
            transform: translate(0, 2px);
        }
/*#endregion*/

.form-tbl {
    border-collapse: collapse;
    width: 100%
}

.form-tbl th {
    width: 70px;
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
    padding: 0 5px 0 0;
}

    .form-tbl th  label {
        margin: 0;
    }

    .form-tbl td {
        padding: 0 0 5px 0;
    }



/*#region U-MODAL */
.modal-overlay {
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
    /*  display: flex;*/
    padding: 10px;
}

.modal-popup {
    background: #fff;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 600px;
    position: relative;
    border-radius: 5px; 
}

/*#endregion*/

.form-link {
    font-weight: 600;
    padding: 3px 8px;
    display: inline-block;
    font-size: 16px;
}


/*#region FADE ANIMATIONS */
@keyframes fadeInFromNoneFlex {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: flex;
        opacity: 0;
    }

    100% {
        display: flex;
        opacity: 1;
    }
}
/*
@keyframes fadeInFromNoneBlock {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}*/
/*
@keyframes fadeout {
    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}*/

.fadeinflex {
    display: flex;
    animation: fadeInFromNoneFlex 0.2s linear;
}

/*.fadeinblock {
    display: block;
    animation: fadeInFromNoneBlock 0.2s linear;
}*/

/*.fadeout {
    animation: fadeout 0.2s linear;
}
*/
/*#endregion*/

.u-contact-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #0057cc;
    text-decoration: none;
     font-weight: 700;
     font-size: 22px;
     display: block;
     width: 32px;
     height: 32px;
     text-align: center;
}


}

.u-login-input2 {
    border: 1px solid #dedede;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 4px 8px;
    font-size: 16px;
    outline: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}