/* Login pages CSS */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Roboto', sans-serif;*/
}

.login-bg {
    background-image: url(../Images/background-img-2.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
    margin: 0;
}
.login-cst-box {
    width: 100%;
    background-color: #ffffff30;
    border-radius: 10px;
    padding: 45px 60px 45px 0px;
}
.signtxt-lgn{

    color:#37B1E1;
}
.signtxt{

    color:#025689 !important;
}
.sign-txt-1 {
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding-top:5px;
}
.blutxt {
    color: #025689;
    font-weight: bold;
}
.registerurl{
    margin-left:30px;
}


.blu-txt {
    color: #32b2e9;
}
.login-inner-form{

    padding-top:30px;
    position: relative;
}

.cst-righ-i{

    position: relative;
    left: 6vw;
}

.cst-lgn-btn{

    width: 100%;
    border-radius: 30px;
    height:51px;
    background-image: linear-gradient(45deg, #36aee2, #0e2778);
    border:none;
    margin-top: 10px;
    font-size: 23px;
    font-family: system-ui;
    font-weight: bold;
}
.cst-lgn-btn:hover{

    background-image: linear-gradient(45deg, #36aee2, #000);
    transition:0.8s;
}

.cst-logn-btn {
    width: 100%;
    border-radius: 20px;
    height: 51px;
    background-image: linear-gradient(45deg, #36aee2, #0e2778);
    border: none;
    margin-top: 7px;
    font-size: 20px;
    font-family: system-ui;
    font-weight: bold;
}
.forget-txt{

    color:#8c8c8c;
}
/* .circle-social{
    display:flex;
} */
    .circle-social img {
    width: 40px;
}

.cst-user {
    position: absolute;
    top: 45px;
    left: 24px;
    color: #8c8c8c;
}

.cs-key{

    position: absolute;
    top: 115px;
    left: 24px;
    color: #8c8c8c;
    
}

.login-container {
    box-shadow: 1px 1px 10px #8c8c8c;
    width: 78%;
    background-color: #fff;
    margin-top: 0;
    margin: auto;
    top:0;
    position: relative;
    border-radius: 15px;
}

.logo-area img {
    /* width: 200px;
    padding: 20px;*/
    width: 224px;
    padding: 0px;
}

.logo-area {
    padding-top: 29px;
    padding-left: 20px;
}
.login-header{

    text-align: center;
}

.illustration img {
    width: 80%;
    padding: 10px 15px 0;
    height: auto !important;
}
.illustrationHome img {
    max-width: 100%;
    padding: 10px 15px 0;
    width: 80%;
}
.illustrationAbout img {
    width: 100%;
    max-width: 500px;
    margin: 0;
    height: auto;
    float: left;
}

.footer-txt{


    text-align: center;
    color: #9e9e9e;
}

.circle-1{
    height:30px;
    width:30px;
    border-radius:50%;
    background-color: #4B69B0;
    text-align: center;
    color: #fff;
}
.login-txt{
    text-align: center;
}
.sclmedia{
    text-align: center;
}

.eye-right{

    position: absolute;
    right: 0;
}
.eye-right {
    position: absolute;
    right: 0;
    top: 116px;
    padding-right: 20px;
    color: #8c8c8c;
}

.regis-inner .cst-user {
    position: absolute;
    top: 16px;
    left: 40px;
    color: #8c8c8c;
}

.signup-btn{

    width: 420px;
    margin: auto;
}
.downimage {
    margin-left: 100px;
    margin-top: -10px;
}

.mt20{
    padding-top:20px;
}
header#home-page-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #ffff;
    z-index: 99999;
}
@media only screen and (min-width:2200px) {
    .content-width {
        max-width: 840px;
        width: calc(100% - 100px);
        text-align: left;
        font-size: 100%;
    }

        .content-width h2 {
            font-size: 4em;
        }

        .content-width h6 {
            font-size: 2em !important;
            font-weight: normal;
            line-height: normal;
            width: 100%;
            margin: 0;
            position: relative;
            left: 6%;
        }

    .topnav a {
        float: right;
        color: #025689;
        text-align: center;
        padding: 20px 17px;
        text-decoration: none;
        font-size: 33px !Important;
        font-weight: bold;
    }
    .illustrationAbout img {
        width: 100%;
        max-width: 1000px;
        margin: 0;
        height: auto;
        FLOAT: LEFT;
    }
    .login-bg h5 {
        font-size: 4em;
    }

    .login-bg h6 {
        font-size: 2em;
    }

    .customForm label {
        font-size: 2em;
    }

    .customForm input {
        min-height: 70px !important;
        font-size: 1.6em !important;
    }
    .customForm {
        background: #e9f3f9;
        padding: 20px;
        border-radius: 5px;
        width: 100%;
        max-width: 900px !Important;
        margin: 0 auto;
    }
        .customForm textarea {
            min-height: 120px !Important
        }
    .privacy-policy p, .privacy-policy li {
        font-size: 2em;
    }

    .privacy-policy h1 {
        font-size: 4em;
        font-weight: bold;
    }
    .paddin-8 {
        margin-top: 128px !important;
    }
    .login-cst-box h2 {
        font-size: 4em;
    }

    .login-cst-box p {
        font-size: 2em;
    }

    .login-cst-box input {
        min-height: 70px;
        font-size: 2em;
        padding-left: 50px;
    }

    .login-cst-box i {
        font-size: 1.8em;
    }

    .login-cst-box button {
        font-size: 2em;
        min-height: 70px !important;
    }
}
@media only screen and (min-width:2000px) and (max-width:2199px) {
    .content-width {
        max-width: 700px;
        width: calc(100% - 100px);
        text-align: left;
        font-size: 100%;
    }

        .content-width h2 {
            font-size: 3em;
            margin-bottom: 20px;
        }

        .content-width h6 {
            font-size: 1.6em !important;
            font-weight: normal;
            line-height: normal;
            width: 100%;
            margin: 0;
            position: relative;
            left: 7%;
        }

    .topnav a {
        float: right;
        color: #025689;
        text-align: center;
        padding: 20px 17px;
        text-decoration: none;
        font-size: 22px !Important;
        font-weight: bold;
    }
    .illustrationAbout img {
        width: 100%;
        max-width: 800px;
        margin: 0;
        height: auto;
        FLOAT: LEFT;
    }

    .login-bg h5 {
        font-size: 3em;
    }

    .login-bg h6 {
        font-size: 1.6em;
    }
    .customForm label {
        font-size: 1.6em;
    }

    .customForm input {
        min-height: 40px !important;
        font-size: 1.2em !important;
    }
        .customForm textarea{min-height:80px !Important}
    .customForm {
        background: #e9f3f9;
        padding: 20px;
        border-radius: 5px;
        width: 100%;
        max-width: 800px !Important;
        margin: 0 auto;
    }
    .privacy-policy p, .privacy-policy li {
        font-size: 1.6em;
    }

    .privacy-policy h1 {
        font-size: 3em;
        font-weight: bold;
    }
    .login-cst-box h2 {
        font-size: 3em;
    }

    .login-cst-box p {
        font-size: 1.6em;
    }

    .login-cst-box input {
        min-height: 40px;
        font-size: 1.6em;
        padding-left: 50px;
    }

    .login-cst-box i {
        font-size: 1.8em;
    }

    .login-cst-box button {
        font-size: 1em;
        min-height: 40px !important;
    }
}
@media only screen and (min-width:1440px) and (max-width:1990px) {
    .content-width {
        max-width: 500px;
        width: calc(100% - 100px);
        text-align: left;
        font-size: 100%
    }

        .content-width h2 {
            font-size: 2em;
            margin-bottom: 20px;
        }

        .content-width h6 {
            font-size: 1.2em !important;
            font-weight: normal;
            line-height: normal;
            width: 100%;
            margin: 0;
            position: relative;
            left: 10%;
        }

    .topnav a {
        float: right;
        color: #025689;
        text-align: center;
        padding: 20px 17px;
        text-decoration: none;
        font-size: 22px !Important;
        font-weight: bold;
    }
    .illustrationAbout img {
        width: 100%;
        max-width: 600px;
        margin: 0;
        height: auto;
        FLOAT: LEFT;
    }

    .login-bg h5 {
        font-size: 2em;
    }

    .login-bg h6 {
        font-size: 1.2em;
    }
    .customForm label {
        font-size: 1.6em;
    }

    .customForm input {
        min-height: 40px !important;
        font-size: 1.2em !important;
    }

    .customForm textarea {
        min-height: 80px !Important
    }

    .customForm {
        background: #e9f3f9;
        padding: 20px;
        border-radius: 5px;
        width: 100%;
        max-width: 600px !Important;
        margin: 0 auto;
    }
    .privacy-policy p, .privacy-policy li {
        font-size: 1.2em;
    }

    .privacy-policy h1 {
        font-size: 1.6em;
        font-weight: bold;
    }
    .login-cst-box h2 {
        font-size: 1.6em;
    }

    .login-cst-box p {
        font-size: 1.2em;
    }

    .login-cst-box input {
        min-height: 40px;
        font-size: 1.2em;
        padding-left: 50px;
    }

    .login-cst-box i {
        font-size: 1em;
    }
    

    .login-cst-box button {
        font-size: 1em;
        min-height: 40px !important;
    }
}
    @media only screen and (min-width:1024px) {
       /* h6.modal-title.abouttextt {
            color: #fff !important;
        }*/

        .mobile-logo {
            display: none;
        }
       
    }

    @media only screen and (max-width: 767px) {
        .regalign {
            margin-top: 0px !important;
        }
        header#home-page-header {
            z-index: 99999;
            box-shadow: 0px 3px 9px #00000036;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
        
            padding-bottom: 10px !important;
            padding-top: 10px !important;
        }

        .login-container {
            box-shadow: none !important;
            height: auto;
            width: 90%;
            background-color: #fff;
            margin-top: 50px;
            margin: auto;
            position: relative;
            /* top: 10vh; */
            border-radius: 15px;
            overflow: auto;
            padding-top: 30px;
        }

        .illustration img {
            width: 500px;
            padding: 0;
            display: none;
        }

        .login-inner-form .inputContainer:first-child {
            margin-bottom: 25px;
        }

        .login-bg {
           height:auto;
        }
        .content-width .hometext {
            margin-left: 20px;
            margin-right: 0px;
        }
        .content-width .homehead {
            font-size: 27px;
            font-weight: bold;
            margin-left: 20px;
            margin-top: 40px;
            color: white;
        }
        .content-width .homeVideos {
            font-weight: bold;
            margin-left: 0px;
            margin-top: 35px;
            color: white;
            margin-right: 0px;
        }

        .sign-txt {
            text-align: center;
            font-size: 40px;
            color: #1d599f;
            padding-top: 20px;
        }

        .login-cst-box {
            width: 100%;
            background-color: #ffffff30;
            border-radius: 10px;
            margin-top: 70px;
            padding: 5px;
        }

        .logo-area {
            /* padding-top: 29px; */
            /* padding-left: 20px; */
            text-align: center;
            padding-top: 0px;
        }

        .sign-txt-1 {
            text-align: center;
            font-size: 14px;
            color: #184a94;
            padding-top: 5px;
        }

        .cst-righ-i {
            position: relative;
            left: 68px;
        }

        .mobile-logo {
            text-align: center;
        }

            .mobile-logo img {
                width: 270px;
                position: relative;
                top: 60px;
            }
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .text-color {
            color: #fff !important;
            padding: 20px;
            color: #fff !important;
        }
        .aboutImage{
            justify-content:center;
            margin-left:auto !important;
        }
        .downimage {
            margin-left: auto;
            margin-top: 35px;
            justify-content: center;
        }
        .Home-inner-form.row{
            flex-direction:column;
        }
        .right-1 {
            width: 100%;
            max-width: 100%;
        }
        .left-1 {
            width: 100%;
            max-width: 100%;
        }
        .image-12{
            display:flex;
            justify-content:center;
        }
        .main-head {
            justify-content: center;
        }
        .hometext{
            margin-right:auto !important;
        }
        .homeVideos{
            justify-content:center;
        }
        /*.abouttextt {
            
            color: #025689 !important;
        }*/


        .login-container {
            box-shadow: none !important;
            height: auto;
            width: 80%;
            background-color: #fff;
            margin-top: 50px;
            margin: auto;
            position: relative;
            /* top: 10vh; */
            border-radius: 15px;
            overflow: auto;
        }

        .logo-area {
            padding-left: 0px;
        }

        .illustration img {
            width: 500px;
            padding: 0;
        }

        /*.login-bg {
            background: none !important;
        }*/

        .sign-txt {
            text-align: center;
            font-size: 40px;
            color: #1d599f;
            padding-top: 20px;
        }

        .login-cst-box {
            width: 100%;
            background-color: #ffffff30;
            border-radius: 10px;
            margin-top: 50px;
            padding: 5px;
        }

        .logo-area {
            /* padding-top: 29px; */
            /* padding-left: 20px; */
            text-align: center;
            padding-top: 0px;
        }


        .sign-txt-1 {
            text-align: center;
            font-size: 14px;
            color: #184a94;
            padding-top: 5px;
        }

        .cst-righ-i {
            position: relative;
            left: 68px;
        }

        .mobile-logo {
            margin: auto;
            text-align: center;
        }

            .mobile-logo img {
                width: 270px;
                position: relative;
                top: 80px;
            }
    }

    @media (max-width:800px) and (min-width:768px) {
        .login-container {
            width: 90%;
        }

            .login-container .col-md-7,
            .login-container .col-md-5 {
                flex: 0 0 50%;
                max-width: 50%;
            }
    }
@media only screen and (max-width: 480px) {
    .right-content {
        margin-top: 60px;
        margin-left: 27% !important;
    }

    .downimage {
        margin-left: auto !important;
    }
    h5.modal-title.abouttextt{
        display: flex;
        justify-content: space-between;
        color:#fff;
    }
}
@media (max-width:480px) {
    .accountimg {
        width: 100%;
    }
    
}







@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    font-family: Poppins,regular;
}
.navbar {
    z-index: 9;
}

.lgfont {
    font-size:20px;
}

.banner-content {
    padding: 30px;
    color: #fff;
}

.banner-img img {
    width: 100%;
    margin-top: -40px;
}

.primary-yellow {
    color: #E6B121;
}
.videowidth {
    width: 630px;
}
.contactmarg{
margin-top:-20px;
}

.btn-yellow {
    background: #f1941a !important;
    color: white !important;
    border-radius: 14px;
}

.second-subtitle {
    font-weight: 600;
}

.primary-bg-yellow {
    background-color: #E6B121;
    color: white !important;
}

.navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
}

    .navbar-nav .nav-item.active {
        border-bottom: 2px solid #025689;
        color: #025689;
    }

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.inner-shadow {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.11));
}

.main-logo {
    height: 50px;
}

.store-data img {
    height: 50px;
}

.store-data {
    align-content: center;
    justify-content: center;
}

.main-title {
    font-weight: 800;
    font-size: 3rem;
}

.title-desc {
    font-size: 1.4rem;
}
.title-down {
    font-size: 1.6rem;
}
.baner-img {
    position: relative;
}

.youtube-icon {
    position: absolute;
    height: 72px;
    cursor: pointer;
    top: 9%;
    z-index: 9;
    left: 15%;
}

.pl-70 {
    padding-left: 70px;
}

.mobile-youtube-icon {
    display: none;
    cursor: pointer;
}

.visible-sm {
    display: none;
}

/* media query 
form mobile maxwidth 600px */
@media(max-width:600px) {
    .px-70 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-content {
        padding-top: 70px;
    }

    .main-logo {
        height: 40px;
    }

    .store-data img {
        height: 40px;
    }

    .banner-img {
        display: none;
    }

    .main-title {
        font-size: 1.2rem;
    }
}


@media only screen and (max-width: 800px) {
   
    .second-section {
        display: none !important;
    }

    .banner-img {
        display: none;
    }

    .banner-content.pl-70 {
        padding-left: 20px !important;
    }

   /* .navbar-nav .nav-item {
        text-align: center;
    }*/

    .mobile-youtube-icon {
        height: 83px;
        position: absolute;
        top: 3%;
        display: block;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block;
    }

  /*  .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-content: space-around;
        justify-content: space-evenly
    }*/
}

@media(min-width:760px) and (max-width:880px) {

    .banner-img {
        display: none;
    }
}

@media(min-width:2100px) {
    .youtube-icon {
        position: absolute;
        height: 72px;
        top: 21%;
        z-index: 9;
        left: 22%;
    }
}

@media(min-width:1300px) and (max-width:1600px) {
    .youtube-icon {
        position: absolute;
        height: 72px;
        top: 10%;
        z-index: 9;
        left: 20%;
    }
}

@media(min-width:1600px) and (max-width:2000px) {
    .youtube-icon {
        position: absolute;
        height: 72px;
        top: 18%;
        z-index: 9;
        left: 20%;
    }
}

@media(min-width:1000px) and (max-width:1100px) {
    .youtube-icon {
        position: absolute;
        height: 72px;
        top: 3%;
        z-index: 9;
        left: 15%;
    }

    .main-title {
        font-weight: 800;
        font-size: 1.6rem !important;
    }
}
/*21/01/2025*/
.service-check {
    margin-top: 5px;
}
