:root {
	--bga-gradient-color:linear-gradient(90deg, #835DDF 0%, #655ADF 100%);
	--bga-blue-color:#008BD4;
	--bga-text-color1:#685ADF;
	--bga-black-color:#222222;
	--bga-gray-color:#797979;
	--bga-border-color:#E8E8E8;
	--bga-white-color:#ffffff;
	--bga-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(--bga-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(--bga-gradient-color);
	width: 4px;
}
/*font size*/
/* all btn css */
.bga-btn a.bga-login-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 50px;
	border-radius: 5px;
    padding: 0 15px;
	color: var(--bga-white-color);
	background-color: var(--bga-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;

}
.bga-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;
}
.bga-btn:hover{
	transform: translateY(-5px);
}
.bga-btn a.bga-login-btn.bg-forgot-btn {
    margin: 30px 0 0 0;
}

button.bga-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 50px;
	border-radius: 5px;
    padding: 0 15px;
	color: var(--bga-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 ===================== */
.bga-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;
}
.bga-login-inner {
    width: 100%;
    max-width: 544px;
    margin: 0 auto;
	padding: 57px 69px 63px;
	border-radius: 10px;
    background-color: var(--bga-white-color);
}
.bga-login-heading h2 {
    font-weight: 700;
    font-size: 28px;
	text-transform: capitalize;
	color: var(--bga-black-color);
}
.bga-login-heading p {
    color: var(--bga-gray-color);
    font-weight: 400;
    font-size: 16px;
    padding: 5px 0px 25px;
}
.bga-login-form form .bga-field label {
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 100%;
	margin: 0;
    color: #222222;
    padding: 0 0 8px;
}
.bga-login-form form .bga-field{
	position: relative;
}
.bga-field.bga-field-bottom {
    padding: 0 0 25px;
}
.bga-form-input{
	position: relative;
}
.bga-login-form form .bga-field .bga-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;
}
    .bga-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;
    }
.bga-login-form form .bga-field .bga-form-input input::placeholder{
	color: #CECECE;
}
.bga-login-form form .bga-field .bga-form-input input:focus{
	border-color:#E8E8E8;
}
.bga-form-input img {
    position: absolute;
    top: 14px;
    left: 12px;
    border-right: 1px solid #E8E8E8;
    padding: 0 10px 0px 2px;
}

/*=== custom checkbox css ===*/
.bga-checkbox {
    position: relative;
    padding: 3px 0 0 30px;
    cursor: pointer;
    color: var(--bga-gray-color);
    font-weight: 400;
    font-size: 14px;
}
.bga-forgotLink a {
    font-size: 15px;
    font-weight: 500;
    color: var(--bga-gray-color);
}
.bga-checkbox input {
	display: none;
}
.bga-checkbox>span {
    height: 20px;
    width: 20px;
    border: 2px solid var(--bga-gray-color);
    position: absolute;
    content: '';
    border-radius: 3px;
    left: 2px;
    top: 3px;
}
.bga-checkbox>span:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	border: 2px solid var(--bga-gray-color);
	border-top: none;
	border-right: none;
	left: 3.1px;
	top: 5px;
	transform: rotate(-45deg) scale(0);
}
.bga-checkbox input:checked ~ span:after {
	transform: rotate(-45deg) scale(1);
}
/*=== custom checkbox css end ====*/
.bga-remember-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 35px;
}
.bga-forgot-link a {
    font-weight: 400;
    font-size: 14px;
	color: var(--bga-gray-color);
}


/* ================ login page css end ===================== */
/*================ forgot password css start ====================*/

.bga-back-login {
    text-align: center;
    padding: 50px 0 0 0;
}
.bga-back-login a {
    font-weight: 400;
    font-size: 14px;
	color: var(--bga-gray-color);
}
.bga-back-login a span {
    padding: 0 5px 0 0;
}
/*================ welcome page css start ===================*/
.bga-login-inner.bga-welcome-inner .bga-login-heading h2 {
    padding: 0px 0px 20px;
}
.bga-send-msg.bga-send-msg1 p {
    padding: 10px 0 15px;
}
.bga-send-msg p {
    font-weight: 400;
    font-size: 16px;
    padding: 30px 0 15px;
	color: var(--bga-gray-color);
}
.bga-send-msg p a{
	color: var(--bga-black-color);
}
.bga-resend a {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 20px 0 25px;
    color: var(--bga-blue-color);
    border-bottom: 1px solid #EFEFEF;
    margin: 0 0 35px;
}
.bga-resend button.bga-btn {
    color: var(--bga-blue-color);
    background-color: transparent;
    height: auto;
    padding: 5px 0 15px;
    border-bottom: solid 1px #ededed;
    border-radius: 0;
    max-width: 220px;
    margin: auto;
}
.bga-resend button.bga-btn:hover {
    transform: translateY(0px);
}
.bga-otp-verfication-wrapper h2 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
	padding: 20px 0 30px;
}
ul.bga-verfication-code {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px 0px;
}
ul.bga-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.bga-verfication-code li:hover{
	transform: translateY(-5px);
}
ul.bga-verfication-code li input {
    color: var(--bga-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.bga-send-btn {
    outline: none;
    border: none;
    background: transparent;
    text-align: center;
    width: 100%;
    color: #685ADF;
    font-weight: 600;
}
.bga-resend {
    border-bottom: 1px solid #EFEFEF;
    padding: 0px 0px 30px 0px;
    margin-bottom: 10px;
}
.bga-login-heading.bga-welcome-heading {
    padding: 0 0 30px 0;
}
/*================ welcome page css end ===================*/
/*================= popup css start ===============*/
/* welcome popup */
.modal-header.bga-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.bga-welcome-popup-header h5.modal-title {
	font-weight: 400;
	font-size: 20px;
	color: var(--bga-blue-color);
}
.bga-welcome-popup-body{
	text-align: center;
}
.bga-welcome-popup-body h2 {
    font-weight: 400;
    font-size: 20px;
    color: var(--bga-black-color);
    padding: 0 0 15px 0;
}
.bga-welcome-popup-body h2 span{
	color: var(--bga-blue-color);
}
.bga-welcome-popup-body h3 {
	font-weight: 400;
	font-size: 20px;
	color: var(--bga-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(--bga-blue-color);*/
/*}*/
.model-close-section svg {
    width: 15px;
	fill: #ffffff;
}
/* ==================== login notification css =========================== */
.ap_comman_noti {
    background-color: var(--bga-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(--bga-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 ==================*/
.bga-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(--bga-white-color);
        width: 440px;
        border-radius: 10px;
    }
    .bga-welcome-submit-header h2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: var(--bga-blue-color);
    }
    .bga-welcome-submit-content {
        text-align: center;
        padding: 40px 0;
    }
    .bga-welcome-submit-content h2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: var(--bga-black-color);
        padding: 0 0 15px 0;
    }
    .bga-welcome-submit-content h3 {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: var(--bga-black-color);
    }
    .bga-welcome-submit-content h2 span {
        color: var(--bga-blue-color);
    }

 /*=================== Discount Pages start ===============================*/
    .bga_valideQr {
        text-align: center;
    }
    .bga_valideQr > img {
        margin-bottom: 25px;
        width: 85px;
    }
    .bga_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(--bga-white-color);
}
.gz-loader img {
    width: 80px;
}
/* banner css */
.bga-banner-wrapper{
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bga-banner-coin img.bga-coin1 {
    position: absolute;
    top: 100px;
    left: 220px;
    animation: 3s topbottom infinite alternate;
}
.bga-banner-coin img.bga-coin2 {
    position: absolute;
    bottom: 90px;
    left: 80px;
    animation:4s topbottom infinite alternate;
}
.bga-banner-coin img.bga-coin3 {
    position: absolute;
    bottom: 30px;
    left: 600px;
    animation: 5s topbottom infinite alternate;
}
.bga-banner-coin img.bga-coin4 {
    position: absolute;
    top: 140px;
    left: 530px;
    animation: 3s topbottom infinite alternate;
    
}
.bga-banner-coin img.bga-coin5 {
    position: absolute;
    top: 470px;
    left: 1010px;
    z-index: 1;
    animation: 4s topbottom infinite alternate;
}
.bga-banner-coin img.bga-coin6 {
    position: absolute;
    bottom: 30px;
    right: 40px;
    animation: 5s topbottom infinite alternate;
}
.bga-banner-coin img.bga-coin7 {
    position: absolute;
    top: 60px;
    right: 140px;
    animation: 3s topbottom infinite alternate;
}
.bga-banner-coin img.bga-coin8 {
    position: absolute;
    bottom: 40px;
    right: 460px;
    animation: 4s topbottom infinite alternate;
}
.bga-header {
    filter: drop-shadow(0px 4px 39px rgba(104, 90, 223, 0.18));
    background-color:var(--bga-white-color);
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 10px 10px 20px;
    border-radius: 0 0 100px 100px;
}
.bga-header.bga-header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    background-color:var(--bga-white-color);
    box-shadow: 1.5px 3.99px 27px 0px rgb(255 255 255 / 10%);
    z-index: 99999;
    transition: all 0.7s ease-in-out;
    -webkit-animation: slideInDown .7s;
    -moz-animation: slideInDown 0.7s;
    -ms-animation: slideInDown 0.7s;
    -o-animation: slideInDown 0.7s;
    animation: slideInDown 0.7s;
    backface-visibility: hidden;
    
}
ul.bga-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.bga-menu li {
    display: inline-block;
}
ul.bga-menu li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--bga-black-color);
    display: inline-block;
    padding: 5px 20px;
    transition: all 0.5s;
}
ul.bga-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bga-text-color1);
    width: 27px;
    height: 1px;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}
ul.bga-menu li:hover a:after{
    opacity: 1;
    visibility: visible;
}
ul.bga-menu li.bga-home-active a:after {
    opacity: 1;
    visibility: visible;
}
/* banner content */
.bga-banner-content {
    padding: 160px 0;
}
.bga-banner-content h2 {
    font-size: 50px;
    font-weight: 700;
    color: var(--bga-text-color1);
}
.bga-banner-content h2 span{
    color: #000;
}
.bga-banner-content p {
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    max-width: 340px;
    padding: 20px 0 20px;
}
a.bga-home-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 156px;
    height: 50px;
    background: var(--bga-gradient-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    transition: all 0.5s;
}
button.bga-home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 156px;
    height: 50px;
    background: var(--bga-gradient-color);
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    transition: all 0.5s;
}
a.bga-home-btn:hover{
    background:linear-gradient(90deg, #655ADF 0%,  #835DDF 100%);
}
button.bga-home-btn:hover{
    background:linear-gradient(90deg, #655ADF 0%,  #835DDF 100%);
}
/* position */
.bga-banner-img-right {
    position: relative;
    padding: 80px 0 0;
}
.bga-banner-img-right img {
    max-width: 555px;
    max-height: 483px;
    object-fit: cover;
}
.bga-banner-inner-position span.bga-banner-pos1 {
    position: absolute;
    top: 250px;
    left: -30px;
    animation: 4s leftright infinite alternate;
}
.bga-banner-inner-position span.bga-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====================== */

.bga-section2-wrapper {
    padding: 100px 0px;
}
.bga-sec2-img img {
    width: 100%;
    margin: 0 auto;
    max-width: 555px;
    max-height: 464px;
    object-fit: cover;
    min-height: 464px;
    object-position: top;
}
.bga-sec2-img-content {
    padding: 50px 0 0;
}
.bga-sec2-img-content h2 {
    color: var(--bga-text-color1);
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.bga-sec2-img-content h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: var(--bga-text-color1);
}
.bga-sec2-img-content h3{
    color: var(--bga-black-color);;
    font-size: 30px;
    font-weight: 500;
}
.bga-sec2-img-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--bga-gray-color);;
    padding: 20px 0 25px;
}
/* ======================= home section3 css====================== */
.bga-section3-wrapper {
    background-image: url(../images/home-sec3-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.bga-section3-heading {
    text-align: center;
    padding: 0 0 70px 0;
}
.bga-section3-heading h2 {
    color: var(--bga-text-color1);
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.bga-section3-heading h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: var(--bga-text-color1);
    right: 0;
    margin: 0 auto;
}
.bga-section3-heading h3 {
    position: relative;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.bga-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);
}
.bga-box3-num > h3 {
    font-size: 36px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    opacity: 0.05;
}
.bga-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;
}
.bga-sec3-box h2{
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0 15px;
    transition: all 0.5s;
}
.bga-sec3-box p{
    color: #ECECEC;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
}
.bga-sec3-box:hover {
    transform: translateY(-5px);
    background: linear-gradient(90deg, #835DDF 0%, #655ADF 100%);
}
.bga-sec3-box .bga-box3-num h3 {
    opacity: 0.09;
}

/* ======================= home section4 css====================== */
.bga-section4-wrapper {
    padding: 100px 0px 80px;
}
.bga-sec4-box {
    text-align: center;
    margin-bottom: 30px;
    background-color:var(--bga-white-color);
    filter: drop-shadow(6px 6px 24px rgba(0, 0, 0, 0.10));
    
    padding: 40px 20px;
    border-radius: 10px;
    transition: all 0.5s;
}
.bga-sec4-box img {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    border-radius: 100%;
    min-height: 80px;
    object-position: top;
}
.bga-sec4-box h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 0;
}
.bga-sec4-box:hover{
    transform: translateY(-5px);
}
/* ======================= home section5 css====================== */
.bga-sec5-wrapper {
    background-color: #FAFAFA;
    padding: 100px 0px;
}
.bga-sec5-img.bga-sec2-img-content img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    border-radius: 10px;
    min-height: 350px;
}
.bga-sec5-img.bga-sec2-img-content {
    padding: 0;
}
.bga-sec5-img.bga-sec2-img-content h3 {
    padding: 0 0 40px 0;
}
.bga-form-field {
    padding: 0 0 28px 0;
}
.bga-form-field label {
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.bga-form-field input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    border: 1px solid #F1F1F1;
}
.bga-form-field input::placeholder{
    color: #DDD;
}
.bga-form-field textarea{
    color: #DDD;
    border: 1px solid #F1F1F1;
    height: 145px;
    resize: none;
    width: 100%;
    border-radius: 10px;
    padding:10px;
    color: #222;
}
.bga-form-field textarea::placeholder{
    color: #DDD;
}
.bga-form-field textarea:focus{
    border: 1px solid #F1F1F1;
}
.bga-form-field input:focus {
    border: 1px solid #F1F1F1;
}
/*======================= home copywrite css start ======================= */
.bga-copywrite-main-wrapper{
    background-color: #0A062C;
    padding: 10px 0px;
}
.bga-home-copywrite {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bga-copywrite-text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.bga-home-social ul {
    display: flex;
    align-items: center;
}
.bga-home-social ul li {
    padding: 0 0 0 10px;
    transition: all 0.5s;
}
.bga-home-social ul li:hover{
    transform: translateX(-3px);
}
.bga-footer-menu ul {
    display: flex;
}
.bga-footer-menu ul li{
    transition: all 0.5s;
}
.bga-footer-menu ul li:hover{
    transform: translateX(-3px);
}
.bga-footer-menu ul a{
    color: #ffffff;
    padding: 0 15px;
}
/* ====================== privacy page css start============================= */
.bga-banner-wrapper.bga-banner-bgnone {
    background-image: url(../images/login-page/login-bg.jpg);
}
.bga-banner-wrapper.bga-banner-bgnone .bga-header.bga-header-single.bga-header-fixed {
    position: relative;
}
.bga-common-section-wrapper {
    text-align: center;
    padding: 80px 0px 80px;
}
.bga-common-section-wrapper h2 {
    color: #ffffff;
    font-size: 30px;
}
.bga-common-section-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 0px;
}
.bga-common-section-wrapper ul li {
    padding: 0px 5px;
    color: #ffffff;
}
.bga-common-section-wrapper ul li a {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.bga-privacy-main-wrapper {
    padding: 70px 0px 30px;
    min-height:calc(100vh - 347px);
}
.bga-privacy-section {
    padding: 0 0 50px;
}
.bga-privacy-section h2 {
    font-size: 25px;
    padding: 0 0 10px;
}
.bga-privacy-section h3 {
    font-size: 20px;
    padding: 0 0 10px;
}
.bga-privacy-section p {
    font-size: 16px;
}
/* ======================== ================================ */

/*==================== responsive toggle css start =====================*/
.bga-res-toggle {
    display: none;
}
.bga-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;
}
.bga-menu-btn span:nth-child(2) {
    width: 17px;
}
.bga-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 */
.bga-top-icon a {
    display: flex;
    width: 50px;
    height: 50px;
    background:var(--bga-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;
}
.bga-top-icon a svg {
    fill: #ffffff;
    transform: rotate(180deg);
}
.bga-top-icon a.show {
    opacity: 1;
    visibility: visible;
}
@keyframes topbottom {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
}
.bga-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(--bga-white-color);
}

/*=========================== Home css end ===========================*/

.bga_expireForm {
    text-align: center;
}
.bga_imgForm {
    margin-bottom: 20px;
}
.bga_expireForm h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom:20px;
}
.bga_expireForm p {
    font-weight: 400;
    font-size: 14px;
}
.bga_previewPage_btn a {
    height: 60px;
}



.bga-brand-field label {
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 7px 0;
}
.bga-brand-field input {
    width: 100%;
    position: relative;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    color: #797979;
    padding: 13px 15px;
    background-color: transparent;
}
button.model-close-section {
    background: var(--bga-gradient-color);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 5px;
    outline: none;
    border: none;
    z-index: 1;
}
.bga-save-top {
    margin-top: 15px;
}
.bga-instagram-flex input {
    padding: 10px 10px 10px 10px !important;
    width: 200px !important;
}
.bga-instagram-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ========================== select2 css start ==========================*/

.select2-container {
    position: relative;
    z-index: 999999;
    border-radius: 3px;
    width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(90deg, #835DDF 0%, #655ADF 100%);
}
.select2-container--default .select2-results__option--selected {
    background-color: #805ddf1f !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 5px;
   border: 1px solid #E8E8E8;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    opacity: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 50px;
     line-height: 50px;
    padding: 10px 10px;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px!important;
    right: 5px!important;
    width: 20px ;
}
.select2-container .select2-selection--single {
     height: 50px!important;
     border: 1px solid #E8E8E8 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #E8E8E8 !important;
    border-radius: 5px;
}

.select2-dropdown {
    border-top: none !important;
    border: 1px solid #E8E8E8!important;
    
}

.bga-form-input span.bga-span-country-code {
    position: absolute;
    top: 14px;
    left: 12px;
    border-right: 1px solid #E8E8E8;
    padding: 0 10px 0px 2px;
    text-transform: capitalize;
}


.bga-field.bga-field-bottom.bga-insta-url .bga-form-input input {
    padding: 10px 10px 10px 140px;
}



/* ========================== Responsive Media Css Start ==========================*/
@media(max-width:1400px){
    .bga-banner-coin {
        display: none;
    }
    .bga-banner-inner-position span.bga-banner-pos2 {
        top: 100px;
    }
    .bga-banner-img-right img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media(max-width:991px){
    .bga-home-copywrite {
    display: block;
}
.bga-copywrite-text p {
    text-align: center;
    padding: 15px 0px 10px; 
}
.bga-footer-menu ul {
    justify-content: center;
}
.bga-home-social ul {
    justify-content: center;
}

    .bga-left-menu {
        padding: 0;
    }
    .bga-left-menu ul li {
        padding: 0;
        margin: 0;
    }
    .bga_datatable_Wrapper {
        position: relative;
        z-index: 1;
    }
    ul.bga-menu li a:after{
        opacity: 1;
        visibility: visible;
    }
    .bga-header {
        position: fixed;
        z-index: 9999;
    }
    
    .bga-section4-wrapper .bga-sec2-img-content {
        padding-top: 0;
    }
    .bga-header {
        border-radius: 0;
    }
    .bga-banner-content {
        padding: 100px 0 0;
    }
    .bga-banner-content h2 {
        font-size: 30px;
    }
    .bga-section2-wrapper .bga-sec2-img-content {
        padding: 50px 0 0px;
    }
    .bga-sec2-img {
        text-align: center;
    }
    .bga-sec5-img.bga-sec2-img-content img {
        width: 100%;
    }
    .bga-sec5-img.bga-sec2-img-content {
        padding: 0 0 30px;
    }
    .bga-sec2-img-content {
        padding: 50px 0 50px;
    }
   
    .bga-res-toggle {
        display: block;
        position: absolute;
        right: 40px;
        top: 25px;
    }
    ul.bga-menu {
        display: block;
    }
    ul.bga-menu li {
        display: block;
    }
    ul.bga-menu {
        display: block;
        width: 300px;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100vh;
        overflow: auto;
        background-color: var(--bga-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.bga-menu {
        left: 0;
    }
    .menu-open .bga-menu-btn span:nth-child(1) {
        transform: translate(1px,
        6px) rotate(-48deg);
    }
    .menu-open .bga-menu-btn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .menu-open .bga-menu-btn span:nth-child(3) {
        transform: translate(1px, -6px) rotate(48deg);
    }
    ul.bga-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.bga-menu li a {
        display: block;
        width: 100%;
        color: #ffffff;
        padding: 15px 20px;
    }
    ul.bga-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){
    .bga-banner-content a.bga-home-btn {
        margin: 0 auto;
    }
    .bga-banner-content {
        padding: 20px 0 40px;
        text-align: center;
    }
    .bga-banner-content p {
        margin: 0 auto;
    }
    .bga-sec5-wrapper {
        padding: 40px 0px;
    }
    .bga-section4-wrapper {
        padding: 40px 0px 30px;
    }
    .bga-section3-wrapper {
        padding: 40px 0px 30px;
    }
    .bga-section2-wrapper {
        padding: 30px 0px 40px;
    }
    .bga-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;
    }
}
@media(max-width:580px){
    .bga-field.bga-field-insta-name {
        padding: 20px 0 0 0;
    }
    .bga-instagram-flex input {
        width: 100% !important;
    }
    .bga-banner-inner-position {
        display: none;
    }
    .bga-instagram-flex {
        display: block;
    }
    .bga-banner-inner-position span.bga-banner-pos1 {
        bottom: 0;
        left: 0;
    }
    .bga-banner-inner-position span.bga-banner-pos2 {
        top: 50px;
        right: 0;
    }
    .bga-home-copywrite {
        display: block;
        text-align: center;
    }
	.bga-login-wrapper {
		padding: 0 20px;
	}
	.bga-login-inner {
		max-width: 100%;
		padding: 40px 40px;
	}
    .bga-home-social ul {
        justify-content: center;
        padding: 5px 0 10px;
    }
    .bga-banner-img-right img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media(max-width:480px){
    ul.bga-menu {
        width: 240px;
    }
    .bga-footer-menu ul {
    display: block;
}
    .bga-send-msg p br{
        display:none;
    }
    .bga-common-section-wrapper h2 {
        font-size: 22px;
    }
    .bga-common-section-wrapper {
        padding: 50px 0px 50px;
    }
    .bga-privacy-section {
        padding: 0 0 30px;
    }
    .bga-privacy-main-wrapper {
        padding: 40px 0px 20px;
    }
    .bga-logo {
        width: 100%;
        max-width: 160px;
    }
    .bga-section2-wrapper .bga-sec2-img-content {
        padding: 20px 0 0px;
    }
    .bga-sec3-box svg {
        width: 70px;
        height: 70px;
    }
    .bga-sec2-img-content h3 {
       font-size: 22px;
    }
    .bga-section3-heading h3 {
        font-size: 22px;
    }
    .bga-sec3-box h2 {
        font-size: 20px;
    }
	.bga-remember-wrapper {
		display: block;
	}
	.bga-forgot-link {
		padding: 5px 0 0;
	}
	.bga-remember-wrapper {
		padding: 20px 0 20px;
	}
	.bga-login-heading h2 {
		font-size: 25px;
	}
	.bga-login-inner {
		padding: 20px 20px;
		/*margin: 60px 0 0;*/
	}
	.bga-btn a.bga-login-btn.bg-forgot-btn {
		margin: 0;
	}
	.bga-back-login {
		padding: 20px 0 0 0;
	}
	.bga-login-heading p br {
		display: none;
	}
	.bqa-welcome-submit-inner {
        width: 100%;
        height: auto;
    }
    .bga-welcome-submit-content {
         padding: 30px 0;
    }
    .bga-thankyou-page-wrapper {
        padding: 100px 0 0;
    }
}
@media(max-width:380px){
	.bga-login-heading h2 {
		font-size: 20px;
	}
}