@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.fonts {
    font-family: "Work Sans", sans-serif;
    font-family: "Montserrat", sans-serif;
}

body.frontend_index {
    margin: 0px;
    padding: 0px;
    background: url(../../frontend/images/landing_bg.webp) top center;
    background-size: cover;
}

.container-fluid {
    max-width: 95%;
}

.logo img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}
.min-h-screen {
	min-height: 85vh;
}
.header {
    padding: 15px 0;
}

.header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
.main_navigation {
	margin-top: 10px;
}
.main_navigation .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #1a1a1a !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.main_navigation  .collapse {
    visibility: inherit;
  }
.main_navigation .navbar-light .navbar-nav .nav-link.active,
.main_navigation .navbar-light .navbar-nav .nav-link:hover {
    color: #2e3195 !important;
}

.sign_up_cta {
    margin-top: 25px;
}

.sign_up_cta a {
    color: #fff;
    background-color: #2e3195;
    padding: 10px 27px;
    border: 1px solid #fff;
    box-shadow: 0 0 8px #cecece;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 18px;
}

.b_content {
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    margin-top: 25%;
}
.b_content span {
	font-weight: 700;
	font-style: italic;
    color: #2e3195;
}
.banner_img {
    position: relative;
    margin-top: 100px;
}
.mobile_device {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 9;
}

.desktop_device {
    position: relative;
    text-align: right;
    right: -5%;
}


.front_footer {
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background: #2f3296;
    padding: 15px 0;
    color: #fff;
    z-index: 99;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.social_icon ul li {
    list-style: none;
    display: inline;
    padding: 0 5px;
}

.social_icon ul li a {
    color: #fff;
}
/* ....................login and register .................... */

.banner_text h2 {
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.banner_text h2 span {
    font-weight: bold;
    color: #98d0ff;
}
.login_reg_form {
 border: 2px solid #7eb0df;
 background: rgba(13, 31, 87, 0.55);
 border-radius: 12px;
}
.login_reg_form label {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.login_reg_form label span {
    color: #fff;
    font-size: 17px;
}
.login_reg_form h2 {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.login_reg_form [type="text"],
.login_reg_form input:where(:not([type])),
.login_reg_form [type="email"],
.login_reg_form  [type="url"],
.login_reg_form [type="password"],
.login_reg_form  [type="number"],
.login_reg_form [type="date"],
.login_reg_form  [type="datetime-local"],
.login_reg_form [type="month"],
.login_reg_form [type="search"],
.login_reg_form [type="tel"],
.login_reg_form [type="time"],
.login_reg_form [type="week"],
.login_reg_form [multiple],
.login_reg_form  textarea, select {

	background-color: transparent;
	border-color: #4d62a4;
    color: #fff;

}
.forgot_text {
    color: #fff;
    text-decoration: underline;
}
.form_subtn {
    color: #fff;
    text-decoration: none;
    background: #0e205c;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 12px 25px !important;
    font-size: 17px;
}
.form_subtn:hover {
    color: #0e205c !important;
    background: #fff;
    border: 1px solid #0e205c;

}
/* ....................login and register .................... */
/* ....................mobile navigation .................... */
.ms_logo img {
    max-width: 190px;
    height: auto;
}
.nav_btn {
	border: none;
	background: none;
	font-size: 24px;
	text-align: right;
	margin-top: 2px;
}

/* ....................mobile navigation .................... */


@media only screen and (min-width:240px) and (max-width:480px) {
    .logo {
        max-width: 190px;
    height: auto;
    }
    .b_content {
        font-size: 22px;
        margin-top: 10%;
        text-align: center;
    }
    .banner_img {
        margin-top: 30px;
    }
    .mobile_device {
        top: -15px;
    }
    .mobile_device img {
        max-width: 30%;
        height: auto;
    }
    .desktop_device {
        right: 0px;
    }
    .desktop_device img {
        max-width: 90%;
        height: auto;
    }

}

@media only screen and (min-width:481px) and (max-width:575px) {
    .logo {
        max-width: 190px;
    height: auto;
    }
    .b_content {
        font-size: 22px;
        margin-top: 30px;
        text-align: center;
    }
    .banner_img {
        margin-top: 30px;
    }
    .mobile_device {
        top: -5px;
    }
    .mobile_device img {
        max-width: 40%;
        height: auto;
    }
    .desktop_device {
        right: 0px;
    }
    .desktop_device img {
        max-width: 90%;
        height: auto;
    }
    .sign_up_cta {
        text-align: center !important;
    }
    .sign_up_cta a {
        padding: 8px 23px;
        font-size: 16px;
    }
}



@media only screen and (min-width:240px) and (max-width:767px) {
 .header {
    position: relative !important;
 }
.logo {margin: 0 auto;
margin-bottom: 30px;}
.lg_btn_nav {
 text-align: center !important;
}
.nav_btn,
.mob_off_canvas {
    display: none;
}
.login_page_content {
    display: block;
}
.banner_text,.login_reg_fsec {
    width: 100%;
}
.banner_text {
	padding-left: 45px;
	padding-right: 45px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
.banner_text h2 {
  font-size: 24px;
  text-align: center;
    width: 100%;
}
.login_reg_fsec {
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}
.form_subtn {
    font-size: 16px;
    padding: 12px 17px !important;
}
.login_reg_form {
    margin: 0 auto;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .logo {
        max-width: 190px;
    height: auto;
    }
    .b_content {
        font-size: 36px;
        margin-top: 9%;
    }
    .sign_up_cta a {
        padding: 8px 25px;
        font-size: 17px;
    }

}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .container-fluid {
        max-width: 99%;
    }
.main_navigation .navbar {
    padding-top: 0px;
}
    .main_navigation .nav-link {
        font-size: 16px;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .sign_up_cta {
        margin-top: 4px;
        margin-left: -60px;
    }
    .sign_up_cta a {
        color: #2e3195;
        background-color: transparent;
        padding: 8px 6px;
        border: none;
        box-shadow: none;
        border-radius: 26px;
        text-transform: uppercase;
        font-size: 15px;
    }
    .banner_img {
        margin-top: 50px;
        overflow: hidden;
        margin-right: -15px;
    }
    .desktop_device {
        right: 0%;
    }
    .b_content {
        margin-top: 30%;
        font-size: 30px;
    }
    .mobile_device img {
        max-width: 195px;
        height: auto;
    }


}

@media only screen and (min-width:1025px) and (max-width:1199px) {
    .container-fluid {
        max-width: 99%;
    }

    .main_navigation .nav-link {
        font-size: 16px;
        padding-right: 26px !important;
        padding-left: 26px !important;
    }
    .main_navigation .navbar {
        padding-top: 0px;
    }
    .sign_up_cta {
        margin-top: 7px;
        margin-left: -60px;
    }
    .sign_up_cta a {
        color: #2e3195;
        background-color: transparent;
        padding: 8px 6px;
        border: none;
        box-shadow: none;
        border-radius: 26px;
        text-transform: uppercase;
        font-size: 15px;
    }
    .banner_img {
        margin-top: 50px;
        overflow: hidden;
        margin-right: -15px;
    }
    .mobile_device {
        top: 25px;
    }
    .mobile_device img {
        max-width: 210px;
        height: auto;
    }

    .desktop_device {
        right: -6%;
    }

    .b_content {
        margin-top: 36%;
        font-size: 36px;
    }

}

@media only screen and (min-width:1200px) and (max-width:1366px) {
    .container-fluid {
        max-width: 99%;
    }

    .main_navigation .nav-link {
        font-size: 16px;
        padding-right: 26px !important;
        padding-left: 26px !important;
    }

    .sign_up_cta a {
        padding: 10px 24px;
        font-size: 16px;
    }

    .banner_img {
        margin-top: 50px;
        overflow: hidden;
    }

    .desktop_device {
        right: -6%;
    }

    .b_content {
        margin-top: 36%;
        font-size: 36px;
    }

}
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .container-fluid {
        max-width: 99%;
    }

    .main_navigation .nav-link {
        font-size: 16px;
        padding-right: 26px !important;
        padding-left: 26px !important;
    }

    .sign_up_cta a {
        padding: 10px 24px;
        font-size: 16px;
    }

    .banner_img {
        margin-top: 50px;
        overflow: hidden;
    }

    .desktop_device {
        right: -6%;
    }

    .b_content {
        margin-top: 36%;
        font-size: 36px;
    }

}
