:root {
	--lgx-gradient-color:linear-gradient(90deg, #835DDF 0%, #655ADF 100%);
	--lgx-blue-color:#008BD4;
	--lgx-text-color1:#685ADF;
	--lgx-black-color:#222222;
	--lgx-gray-color:#797979;
	--lgx-border-color:#E8E8E8;
	--lgx-white-color:#ffffff;
	--lgx-transistion:all 0.5s;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	color: var(--lgx-black-color);
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.container {
	max-width: 1170px;
}
.row>* {
	padding-right: 15px;
	padding-left: 15px;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito Sans', sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	padding: 0;
	word-break: break-word;
}
img {
	max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
	outline: none !important;
	box-shadow: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
p {
	margin: 0px;
	padding: 0;
	word-break: break-word;
}
/* width */

::-webkit-scrollbar {
	width: 4px;
}
/* Track */

::-webkit-scrollbar-track {
	background: #805ddf1f;
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: var(--lgx-gradient-color);
	width: 4px;
}
/*font size*/
/* all btn css */
.lgx-btn a.lgx-login-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 50px;
	border-radius: 5px;
    padding: 0 15px;
	color: var(--lgx-white-color);
	background-color: var(--lgx-blue-color);
	text-transform: capitalize;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}
.lgx-btn{
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.lgx-btn:hover{
	transform: translateY(-5px);
}
.lgx-btn a.lgx-login-btn.bg-forgot-btn {
    margin: 30px 0 0 0;
}

button.lgx-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 50px;
	border-radius: 5px;
    padding: 0 15px;
	color: var(--lgx-white-color);
	background: linear-gradient(90deg, #835DDF 0%, #655ADF 100%);
	text-transform: capitalize;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}

/* ================ login page css start ===================== */
.lgx-login-wrapper {
    background-image: url(../images/login-page/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 30px 0;
}
.lgx-login-inner {
    width: 100%;
    max-width: 544px;
    margin: 0 auto;
	padding: 57px 69px 63px;
	border-radius: 10px;
    background-color: var(--lgx-white-color);
}
.lgx-login-heading h2 {
    font-weight: 700;
    font-size: 32px;
	text-transform: capitalize;
	color: var(--lgx-black-color);
}
.lgx-login-heading p {
    color: var(--lgx-gray-color);
    font-weight: 400;
    font-size: 16px;
    padding: 5px 0px 25px;
}
.lgx-login-form form .lgx-field label {
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 100%;
	margin: 0;
    color: #222222;
    padding: 0 0 8px;
}
.lgx-login-form form .lgx-field{
	position: relative;
}
.lgx-field.lgx-field-bottom {
    padding: 0 0 25px;
}
.lgx-form-input{
	position: relative;
}
.lgx-login-form form .lgx-field .lgx-form-input input {
    display: block;
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    height: 50px;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
    padding: 10px 10px 10px 60px;
}
    .lgx-form-input input:-webkit-autofill,
    input:-webkit-autofill:hover, 
    input:-webkit-autofill:focus, 
    input:-webkit-autofill:active  {
        -webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
    }
.lgx-login-form form .lgx-field .lgx-form-input input::placeholder{
	color: #CECECE;
}
.lgx-login-form form .lgx-field .lgx-form-input input:focus{
	border-color:#E8E8E8;
}
.lgx-form-input img {
    position: absolute;
    top: 14px;
    left: 12px;
    border-right: 1px solid #E8E8E8;
    padding: 0 10px 0px 2px;
}

/*=== custom checkbox css ===*/
.lgx-checkbox {
    position: relative;
    padding: 3px 0 0 30px;
    cursor: pointer;
    color: var(--lgx-gray-color);
    font-weight: 400;
    font-size: 14px;
}
.lgx-forgotLink a {
    font-size: 15px;
    font-weight: 500;
    color: var(--lgx-gray-color);
}
.lgx-checkbox input {
	display: none;
}
.lgx-checkbox>span {
    height: 20px;
    width: 20px;
    border: 2px solid var(--lgx-gray-color);
    position: absolute;
    content: '';
    border-radius: 3px;
    left: 2px;
    top: 3px;
}
.lgx-checkbox>span:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	border: 2px solid var(--lgx-gray-color);
	border-top: none;
	border-right: none;
	left: 3.1px;
	top: 5px;
	transform: rotate(-45deg) scale(0);
}
.lgx-checkbox input:checked ~ span:after {
	transform: rotate(-45deg) scale(1);
}
/*=== custom checkbox css end ====*/
.lgx-remember-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 35px;
}
.lgx-forgot-link a {
    font-weight: 400;
    font-size: 14px;
	color: var(--lgx-gray-color);
}


/* ================ login page css end ===================== */
/*================ forgot password css start ====================*/

.lgx-back-login {
    text-align: center;
    padding: 50px 0 0 0;
}
.lgx-back-login a {
    font-weight: 400;
    font-size: 14px;
	color: var(--lgx-gray-color);
}
.lgx-back-login a span {
    padding: 0 5px 0 0;
}
/*================ welcome page css start ===================*/
.lgx-login-inner.lgx-welcome-inner .lgx-login-heading h2 {
    padding: 0px 0px 20px;
}
.lgx-send-msg p {
    font-weight: 400;
    font-size: 16px;
    padding: 30px 0 15px;
	color: var(--lgx-gray-color);
}
.lgx-send-msg p a{
	color: var(--lgx-black-color);
}
.lgx-resend a {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 20px 0 25px;
    color: var(--lgx-blue-color);
    border-bottom: 1px solid #EFEFEF;
    margin: 0 0 35px;
}
.lgx-resend button.lgx-btn {
    color: var(--lgx-blue-color);
    background-color: transparent;
    height: auto;
    padding: 5px 0 15px;
    border-bottom: solid 1px #ededed;
    border-radius: 0;
    max-width: 220px;
    margin: auto;
}
.lgx-resend button.lgx-btn:hover {
    transform: translateY(0px);
}
.lgx-otp-verfication-wrapper h2 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
	padding: 20px 0 30px;
}
ul.lgx-verfication-code {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px 0px;
}
ul.lgx-verfication-code li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 12px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.lgx-verfication-code li:hover{
	transform: translateY(-5px);
}
ul.lgx-verfication-code li input {
    color: var(--lgx-gray-color);
    font-weight: 400;
    font-size: 16px;
    width: 200px;
    height: 40px;
	padding: 0 15px;
	text-align: center;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button.lgx-send-btn {
    outline: none;
    border: none;
    background: transparent;
    text-align: center;
    width: 100%;
    color: #685ADF;
    font-weight: 600;
}
.lgx-resend {
    border-bottom: 1px solid #EFEFEF;
    padding: 0px 0px 30px 0px;
    margin-bottom: 10px;
}
.lgx-login-heading.lgx-welcome-heading {
    padding: 0 0 30px 0;
}
/*================ welcome page css end ===================*/
/*================= popup css start ===============*/
/* welcome popup */
.modal-header.lgx-welcome-popup-header {
    background-image: url(../images/welcome-popup-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 46px 62px;
	position: relative;
	display: block;
	text-align: center;
}
.modal-header.lgx-welcome-popup-header h5.modal-title {
	font-weight: 400;
	font-size: 20px;
	color: var(--lgx-blue-color);
}
.lgx-welcome-popup-body{
	text-align: center;
}
.lgx-welcome-popup-body h2 {
    font-weight: 400;
    font-size: 20px;
    color: var(--lgx-black-color);
    padding: 0 0 15px 0;
}
.lgx-welcome-popup-body h2 span{
	color: var(--lgx-blue-color);
}
.lgx-welcome-popup-body h3 {
	font-weight: 400;
	font-size: 20px;
	color: var(--lgx-black-color);
}
/*  */
.modal-footer {
	padding: 0;
    border-top: none;
}
.modal-header {
	border-bottom: none;
}
button.btn-close {
    position: absolute;
    right: 10px;
    top: 5px;
}
button.btn-close:focus{
	box-shadow: none;
}
.model-close-section svg {
    width: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
	fill: var(--lgx-blue-color);
}
/* ==================== login notification css =========================== */
.ap_comman_noti {
    background-color: var(--lgx-white-color);
    padding: 15px;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    top: 20px;
    width: 100%;
    max-width: 340px;
    z-index: 999999;
}
.ap_comman_noti .ap_inner {
    display: flex;
    /* align-items: center; */
}
.ap_comman_noti .ap_inner img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ap_comman_noti .ap_inner .noti_content {
    padding: 0 0 0 10px;
}
.ap_comman_noti .ap_inner .noti_content h3 {
    color: var(--lgx-black-color);
    font-size: 22px;
    font-weight: 700;
}
.ap_comman_noti .ap_inner .noti_content p {
    color: #7a7a7a;
    font-size: 14px;
}

.bgnotication_error .ap_comman_noti .ap_inner .noti_content h3 {
    color: #f4476c;
}
.bgnotication_success .ap_comman_noti .ap_inner .noti_content h3 {
    color: #00d179;
}

/*================== thank you page css start ==================*/
.lgx-welcome-submit-header {
        background-image: url('../images/welcome-popup-img.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 46px 62px;
        position: relative;
        display: block;
        text-align: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .bqa-welcome-submit-inner {
        background-color:var(--lgx-white-color);
        width: 440px;
        border-radius: 10px;
    }
    .lgx-welcome-submit-header h2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: var(--lgx-blue-color);
    }
    .lgx-welcome-submit-content {
        text-align: center;
        padding: 40px 0;
    }
    .lgx-welcome-submit-content h2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: var(--lgx-black-color);
        padding: 0 0 15px 0;
    }
    .lgx-welcome-submit-content h3 {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: var(--lgx-black-color);
    }
    .lgx-welcome-submit-content h2 span {
        color: var(--lgx-blue-color);
    }

 /*=================== Discount Pages start ===============================*/
    .lgx_valideQr {
        text-align: center;
    }
    .lgx_valideQr > img {
        margin-bottom: 25px;
        width: 85px;
    }
    .lgx_valideQr > h2{
        font-size: 28px;
        text-transform: capitalize;
    }
/* ======================== Discount Pages End ============================= */
/*=========================== Home css start ===========================*/
/* preloader css */
.gz-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--lgx-white-color);
}
.gz-loader img {
    width: 80px;
}
/* banner css */
.lgx-banner-wrapper{
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0 0 0;
}
.lgx-banner-coin img.lgx-coin1 {
    position: absolute;
    top: 100px;
    left: 220px;
    animation: 3s topbottom infinite alternate;
}
.lgx-banner-coin img.lgx-coin2 {
    position: absolute;
    bottom: 90px;
    left: 80px;
    animation:4s topbottom infinite alternate;
}
.lgx-banner-coin img.lgx-coin3 {
    position: absolute;
    bottom: 30px;
    left: 600px;
    animation: 5s topbottom infinite alternate;
}
.lgx-banner-coin img.lgx-coin4 {
    position: absolute;
    top: 140px;
    left: 530px;
    animation: 3s topbottom infinite alternate;
    
}
.lgx-banner-coin img.lgx-coin5 {
    position: absolute;
    top: 470px;
    left: 1010px;
    z-index: 1;
    animation: 4s topbottom infinite alternate;
}
.lgx-banner-coin img.lgx-coin6 {
    position: absolute;
    bottom: 30px;
    right: 40px;
    animation: 5s topbottom infinite alternate;
}
.lgx-banner-coin img.lgx-coin7 {
    position: absolute;
    top: 60px;
    right: 140px;
    animation: 3s topbottom infinite alternate;
}
.lgx-banner-coin img.lgx-coin8 {
    position: absolute;
    bottom: 40px;
    right: 460px;
    animation: 4s topbottom infinite alternate;
}
.lgx-header {
    filter: drop-shadow(0px 4px 39px rgba(104, 90, 223, 0.18));
    background-color:var(--lgx-white-color);
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 10px 10px 20px;
    border-radius: 0 0 100px 100px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
     z-index: 99999;
}
ul.lgx-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.lgx-menu li {
    display: inline-block;
}
ul.lgx-menu li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--lgx-black-color);
    display: inline-block;
    padding: 5px 20px;
    transition: all 0.5s;
}
ul.lgx-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--lgx-text-color1);
    width: 27px;
    height: 1px;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}   
    ul.lgx-menu li:hover a:after{
        opacity: 1;
        visibility: visible;
    }
    ul.lgx-menu li.lgx-home-active a:after {
        opacity: 1;
        visibility: visible;
    }
    /* banner content */
    .lgx-banner-content {
        padding: 160px 0;
    }
    .lgx-banner-content h2 {
        font-size: 50px;
        font-weight: 700;
        color: var(--lgx-text-color1);
    }
    .lgx-banner-content h2 span{
        color: #000;
    }
    .lgx-banner-content p {
        color: #797979;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        max-width: 340px;
        padding: 20px 0 20px;
    }
    a.lgx-home-btn{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 156px;
        height: 50px;
        background: var(--lgx-gradient-color);
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        transition: all 0.5s;
    }
    button.lgx-home-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 156px;
        height: 50px;
        background: var(--lgx-gradient-color);
        color: #ffffff;
        border: none;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        transition: all 0.5s;
    }
    a.lgx-home-btn:hover{
        background:linear-gradient(90deg, #655ADF 0%,  #835DDF 100%);
    }
    button.lgx-home-btn:hover{
        background:linear-gradient(90deg, #655ADF 0%,  #835DDF 100%);
    }
/* position */
.lgx-banner-img-right {
    position: absolute;
    bottom:0;
    padding: 80px 0 0;
}
.lgx-banner-img-right img {
    max-width: 555px;
    max-height: 483px;
    object-fit: cover;
}
.lgx-banner-inner-position span.lgx-banner-pos1 {
    position: absolute;
    top: 250px;
    left: -30px;
    animation: 4s leftright infinite alternate;
}
.lgx-banner-inner-position span.lgx-banner-pos2 {
    position: absolute;
    top: 150px;
    right: 0;
    animation: 6s leftright infinite alternate;
}
@keyframes leftright {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-20px);
	}
}
/* ======================= home section2 css====================== */
.lgx-section2-wrapper {
    padding: 100px 0px;
}
.lgx-sec2-img img {
    width: 100%;
    margin: 0 auto;
    max-width: 555px;
    max-height: 464px;
    object-fit: cover;
    min-height: 464px;
    object-position: top;
}
.lgx-sec2-img-content {
    padding: 50px 0 0;
}
.lgx-sec2-img-content h2 {
    color: var(--lgx-text-color1);
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.lgx-sec2-img-content h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: var(--lgx-text-color1);
}
.lgx-sec2-img-content h3{
    color: var(--lgx-black-color);;
    font-size: 30px;
    font-weight: 500;
}
.lgx-sec2-img-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--lgx-gray-color);;
    padding: 20px 0 25px;
}
/* ======================= home section3 css====================== */
.lgx-section3-wrapper {
    background-image: url(../images/home-sec3-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.lgx-section3-heading {
    text-align: center;
    padding: 0 0 70px 0;
}
.lgx-section3-heading h2 {
    color: var(--lgx-text-color1);
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.lgx-section3-heading h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: var(--lgx-text-color1);
    right: 0;
    margin: 0 auto;
}
.lgx-section3-heading h3 {
    position: relative;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.lgx-sec3-box {
    text-align: center;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 40px 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.5s;
    backdrop-filter: blur(12px);
}
.lgx-box3-num > h3 {
    font-size: 36px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    opacity: 0.05;
}
.lgx-sec3-box img {
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    border-radius: 100%;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
    object-position: top;
}
.lgx-sec3-box h2{
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0 15px;
    transition: all 0.5s;
}
.lgx-sec3-box p{
    color: #ECECEC;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
}
.lgx-sec3-box:hover {
    transform: translateY(-5px);
    background: linear-gradient(90deg, #835DDF 0%, #655ADF 100%);
}
.lgx-sec3-box .lgx-box3-num h3 {
    opacity: 0.09;
}
/* ======================= home section4 css====================== */
.lgx-section4-wrapper {
    padding: 100px 0px 80px;
}
.lgx-sec4-box {
    text-align: center;
    margin-bottom: 30px;
    background-color:var(--lgx-white-color);
    filter: drop-shadow(6px 6px 24px rgba(0, 0, 0, 0.10));
    
    padding: 40px 20px;
    border-radius: 10px;
    transition: all 0.5s;
}
.lgx-sec4-box img {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    border-radius: 100%;
    min-height: 80px;
    object-position: top;
}
.lgx-sec4-box h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 0;
}
.lgx-sec4-box:hover{
    transform: translateY(-5px);
}
/* ======================= home section5 css====================== */
.lgx-sec5-wrapper {
    background-color: #FAFAFA;
    padding: 100px 0px;
}
.lgx-sec5-img.lgx-sec2-img-content img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    border-radius: 10px;
    min-height: 350px;
}
.lgx-sec5-img.lgx-sec2-img-content {
    padding: 0;
}
.lgx-sec5-img.lgx-sec2-img-content h3 {
    padding: 0 0 40px 0;
}
.lgx-form-field {
    padding: 0 0 28px 0;
}
.lgx-form-field label {
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.lgx-form-field input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    border: 1px solid #F1F1F1;
}
.lgx-form-field input::placeholder{
    color: #DDD;
}
.lgx-form-field textarea{
    color: #DDD;
    border: 1px solid #F1F1F1;
    height: 145px;
    resize: none;
    width: 100%;
    border-radius: 10px;
    padding:10px;
    color: #222;
}
.lgx-form-field textarea::placeholder{
    color: #DDD;
}
.lgx-form-field textarea:focus{
    border: 1px solid #F1F1F1;
}
.lgx-form-field input:focus {
    border: 1px solid #F1F1F1;
}
/*======================= home copywrite css start ======================= */
.lgx-copywrite-main-wrapper{
    background-color: #0A062C;
    padding: 10px 0px;
}
.lgx-home-copywrite {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.lgx-copywrite-text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.lgx-home-social ul {
    display: flex;
    align-items: center;
}
.lgx-home-social ul li {
    padding: 0 0 0 10px;
    transition: all 0.5s;
}
.lgx-home-social ul li:hover{
    transform: translateX(-3px);
}
.lgx-footer-menu ul {
    display: flex;
}
.lgx-footer-menu ul li{
    transition: all 0.5s;
}
.lgx-footer-menu ul li:hover{
    transform: translateX(-3px);
}
.lgx-footer-menu ul a{
    color: #ffffff;
    padding: 0 15px;
}
/* ====================== privacy page css start============================= */
.lgx-banner-wrapper.lgx-banner-bgnone {
    background-image: url(../images/login-page/login-bg.jpg);
}
.lgx-banner-wrapper.lgx-banner-bgnone .lgx-header.lgx-header-single.lgx-header-fixed {
    position: relative;
}
.lgx-common-section-wrapper {
    text-align: center;
    padding: 80px 0px 80px;
}
.lgx-common-section-wrapper h2 {
    color: #ffffff;
    font-size: 30px;
}
.lgx-common-section-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 0px;
}
.lgx-common-section-wrapper ul li {
    padding: 0px 5px;
    color: #ffffff;
}
.lgx-common-section-wrapper ul li a {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.lgx-privacy-main-wrapper {
    padding: 70px 0px 30px;
    min-height:calc(100vh - 347px);
}
.lgx-privacy-section {
    padding: 0 0 50px;
}
.lgx-privacy-section h2 {
    font-size: 25px;
    padding: 0 0 10px;
}
.lgx-privacy-section h3 {
    font-size: 20px;
    padding: 0 0 10px;
}
.lgx-privacy-section p {
    font-size: 16px;
}
/* ======================== ================================ */

/*==================== responsive toggle css start =====================*/
.lgx-res-toggle {
    display: none;
}
.lgx-menu-btn span {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background-color: #685ADF;
}
    .lgx-menu-btn span:nth-child(2) {
        width: 17px;
    }
    .lgx-back-overlay {
        position: fixed;
        background: rgb(0 0 0 / 21%);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
        cursor: zoom-in;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }
/* goto top css */ 
.lgx-top-icon a {
    display: flex;
    width: 50px;
    height: 50px;
    background:var(--lgx-gradient-color);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    animation: 3s topbottom infinite alternate;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lgx-top-icon a svg {
    fill: #ffffff;
    transform: rotate(180deg);
}
.lgx-top-icon a.show {
    opacity: 1;
    visibility: visible;
}   
    @keyframes topbottom {
    	0% {
    		transform: translateY(0px);
    	}
    	50% {
    		transform: translateY(-20px);
    	}
    }
    .lgx-spinner {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 999999;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color:var(--lgx-white-color);
    }

/*=========================== Home css end ===========================*/

    .lgx_expireForm {
        text-align: center;
    }
    .lgx_imgForm {
        margin-bottom: 20px;
    }
    .lgx_expireForm h4 {
        font-weight: bold;
        font-size: 24px;
        margin-bottom:20px;
    }
    .lgx_expireForm p {
        font-weight: 400;
        font-size: 14px;
    }
    .lgx_previewPage_btn a {
        height: 60px;
    }
    .lgx-login-details {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .lgx-login-details button {
        max-width: 200px;
        margin: 0 0 10px 0;
    }
/* ========================== Responsive Media Css Start ==========================*/
@media(max-width:1400px){
    .lgx-banner-coin {
        display: none;
    }
    .lgx-banner-inner-position span.lgx-banner-pos2 {
        top: 100px;
    }
    .lgx-banner-img-right img {
        max-width: 100%;
        max-height: 100%;
    }
    .lgx-banner-img-right {
        position: relative;
    }
}
@media(max-width:991px){
    .lgx-home-copywrite {
        display: block;
    }
    .lgx-copywrite-text p {
        text-align: center;
        padding: 15px 0px 10px; 
    }
    .lgx-footer-menu ul {
        justify-content: center;
    }
    .lgx-home-social ul {
        justify-content: center;
    }
    .lgx-left-menu {
        padding: 0;
    }
    .lgx-left-menu ul li {
        padding: 0;
        margin: 0;
    }
    .lgx_datatable_Wrapper {
        position: relative;
        z-index: 1;
    }
    ul.lgx-menu li a:after{
        opacity: 1;
        visibility: visible;
    }
    .lgx-header {
        position: fixed;
        z-index: 9999;
    }
    .lgx-section4-wrapper .lgx-sec2-img-content {
        padding-top: 0;
    }
    .lgx-header {
        border-radius: 0;
    }
    .lgx-banner-content {
        padding: 100px 0 0;
    }
    .lgx-banner-content h2 {
        font-size: 30px;
    }
    .lgx-section2-wrapper .lgx-sec2-img-content {
        padding: 50px 0 0px;
    }
    .lgx-sec2-img {
        text-align: center;
    }
    .lgx-sec5-img.lgx-sec2-img-content img {
        width: 100%;
    }
    .lgx-sec5-img.lgx-sec2-img-content {
        padding: 0 0 30px;
    }
    .lgx-sec2-img-content {
        padding: 50px 0 50px;
    }
   
    .lgx-res-toggle {
        display: block;
        position: absolute;
        right: 40px;
        top: 25px;
    }
    ul.lgx-menu {
        display: block;
    }
    ul.lgx-menu li {
        display: block;
    }
    ul.lgx-menu {
        display: block;
        width: 300px;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100vh;
        overflow: auto;
        background-color: var(--lgx-text-color1);
        box-shadow: 1.5px 3.99px 27px 0px rgb(255 255 255 / 10%);
        z-index: 999999;
        transition: all 0.5s;
    }
    body.menu-open ul.lgx-menu {
        left: 0;
    }
    .menu-open .lgx-menu-btn span:nth-child(1) {
        transform: translate(1px,
        6px) rotate(-48deg);
    }
    .menu-open .lgx-menu-btn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .menu-open .lgx-menu-btn span:nth-child(3) {
        transform: translate(1px, -6px) rotate(48deg);
    }
    ul.lgx-menu li a {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        color: #222;
        display: inline-block;
        padding: 5px 20px;
        transition: all 0.5s;
        display: block;
        width: 100%;
    }
    ul.lgx-menu li a {
        display: block;
        width: 100%;
        color: #ffffff;
        padding: 15px 20px;
    }
    ul.lgx-menu li a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff21;
        width: 100%;
        height: 1px;
        margin: 0 auto;
    }
    
}
@media(max-width:767px){
    .lgx-banner-content a.lgx-home-btn {
        margin: 0 auto;
    }
    .lgx-banner-content {
        padding: 20px 0 40px;
        text-align: center;
    }
    .lgx-banner-content p {
        margin: 0 auto;
    }
    .lgx-sec5-wrapper {
        padding: 40px 0px;
    }
    .lgx-section4-wrapper {
        padding: 40px 0px 30px;
    }
    .lgx-section3-wrapper {
        padding: 40px 0px 30px;
    }
    .lgx-section2-wrapper {
        padding: 30px 0px 40px;
    }
    .lgx-banner-img-right {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding: 90px 0 0 0;
    }
    .col-lg-6.col-md-6.col-sm-12.order02 {
        order: 2;
    }
    .col-lg-6.col-md-6.col-sm-12.order01 {
        order: 1;
    }
    .lgx-sec2-img img {
        max-width: 100%;
        max-height: 100%;
        min-height: 100%;
    }
}
@media(max-width:580px){
    .lgx-banner-inner-position {
        display: none;
    }
    .lgx-banner-inner-position span.lgx-banner-pos1 {
        bottom: 0;
        left: 0;
    }
    .lgx-banner-inner-position span.lgx-banner-pos2 {
        top: 50px;
        right: 0;
    }
    .lgx-home-copywrite {
        display: block;
        text-align: center;
    }
	.lgx-login-wrapper {
		padding: 0 20px;
	}
	.lgx-login-inner {
		max-width: 100%;
		padding: 40px 40px;
	}
    .lgx-home-social ul {
        justify-content: center;
        padding: 5px 0 10px;
    }
    .lgx-banner-img-right img {
        max-width: 100%;
        max-height: 100%;
    }
    .lgx-login-details {
        justify-content: center;
    }
    .lgx-login-details button {
        margin: 0 5px 10px;
    }
}
@media(max-width:480px){
    .lgx-login-details {
        display: block;
    }
    .lgx-login-details button {
        max-width:100%;
        margin: 0 0px 10px;
    }
    ul.lgx-menu {
        width: 240px;
    }
    .lgx-footer-menu ul {
    display: block;
}
    .lgx-send-msg p br{
        display:none;
    }
    .lgx-common-section-wrapper h2 {
        font-size: 22px;
    }
    .lgx-common-section-wrapper {
        padding: 50px 0px 50px;
    }
    .lgx-privacy-section {
        padding: 0 0 30px;
    }
    .lgx-privacy-main-wrapper {
        padding: 40px 0px 20px;
    }
    .lgx-logo {
        width: 100%;
        max-width: 160px;
    }
    .lgx-section2-wrapper .lgx-sec2-img-content {
        padding: 20px 0 0px;
    }
    .lgx-sec3-box svg {
        width: 70px;
        height: 70px;
    }
    .lgx-sec2-img-content h3 {
       font-size: 22px;
    }
    .lgx-section3-heading h3 {
        font-size: 22px;
    }
    .lgx-sec3-box h2 {
        font-size: 20px;
    }
	.lgx-remember-wrapper {
		display: block;
	}
	.lgx-forgot-link {
		padding: 5px 0 0;
	}
	.lgx-remember-wrapper {
		padding: 20px 0 20px;
	}
	.lgx-login-heading h2 {
		font-size: 25px;
	}
	.lgx-login-inner {
		padding: 20px 20px;
		/*margin: 60px 0 0;*/
	}
	.lgx-btn a.lgx-login-btn.bg-forgot-btn {
		margin: 0;
	}
	.lgx-back-login {
		padding: 20px 0 0 0;
	}
	.lgx-login-heading p br {
		display: none;
	}
	.bqa-welcome-submit-inner {
        width: 100%;
        height: auto;
    }
    .lgx-welcome-submit-content {
         padding: 30px 0;
    }
    .lgx-thankyou-page-wrapper {
        padding: 100px 0 0;
    }
    .lgx-banner-img-right {
        padding: 20px 0 0 0;
    }
}
@media(max-width:380px){
	.lgx-login-heading h2 {
		font-size: 20px;
	}
}