@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--Blue: rgb(33, 15, 96);
	--White: #fff;
	--lit-Blue: #43B049;
	--lit-green: #C7E8CF;
	--Black: #000;
}

.txt-white {
	color: var(--White);
}

.txt-Blue {
	color: var(--Blue);
}

.txt-lit {
	color: var(--lit-Blue);
}

.bg-Blue {
	background: var(--Blue);
}

.bg-lit {
	background: var(--lit-Blue);
}

.bg-green {
	background: var(--lit-green);
}

* {
	margin: 0;
	padding: 0;
}

body,html {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	min-height: 100%;
	height: auto;
	overflow-x: hidden;
}

ul {
	padding-left: 0;
	margin: 0;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
}

a,a:hover,a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

/* theme_btn */
.theme_btn {
	width: 100%;
	height: 45px;
	background: var(--lit-Blue);
	color: white;
	border: 2px solid var(--lit-Blue);
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: .2s ease-in;
	justify-content: center;
	border-radius: 12px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.theme_btn:hover {
	background: var(--Blue);
	color: var(--White);
	border: 2px solid var(--Blue);
}

.theme_btn_white {
	width: 100%;
	height: 45px;
	background: var(--White);
	color: var(--lit-Blue);
	border: 2px solid var(--lit-Blue);
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: .2s ease-in;
	justify-content: center;
	border-radius: 12px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.theme_btn_white:hover {
	background: var(--lit-Blue);
	color: var(--White);
	border: 2px solid var(--lit-Blue);
}
/* fonts */
.f-30 {
	font-weight: 700;
	font-size: 30px;
}

.f-35 {
	font-weight: 700;
	font-size: 35px;
}

.f-16 {
	font-weight: 400;
	font-size: 16px;
}

.f-19 {
	font-weight: 400;
	font-size: 19px;
}

.f-14 {
	font-size: 14px;
}

/* margin-classes */
.mt-45 {
	margin-top: 45px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-15 {
	margin-top: 15px;
}

/* header */
.header_top .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_top .inner {
	padding: 15px 15px;
}

.header_top {
	margin-bottom: 15px;
}

.header_top .inner h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

.header_top .inner ul {
	display: flex;
	align-items: center;
}

.header_top .inner ul li {
	padding-left: 15px;
}

/* opay_wrap start page*/
.opay_wrap {
	max-width: 480px;
	margin: 0 auto;
	padding-bottom: 100px;
	min-height: 100vh;
	background: #F8F9FC;
}

.bottom_nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	max-width: 480px;
	background: #fff;
	box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.15);
	padding: 15px 20px;
}

.opay_body {
	padding: 0 20px;
}

.bottom_nav ul {
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom_nav ul li a {
	text-align: center;
	font-size: 13px;
	color: #6c757d;
}

.bottom_nav ul li a.active {
	color: var(--lit-Blue);
}

.bottom_nav ul li a i {
	display: block;
	font-size: 16px;
}

.card {
	border: 0px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.accout_page_body .card ul li a i {
	color: #43B049;
	font-size: 17px;
}

.price_box {
	border: 0px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	background: var(--lit-Blue);
	padding: 20px;
	position: relative;
}

.price_box a i {
	margin-left: 7px;
}

.txt_lit {
	color: #ffffffc2 !important;
}

.price_box h5 {
	margin: 20px auto;
	text-align: center;
}

.price_box ul {
	display: flex;
	align-items: center;
	margin: 20px 0 0;
	justify-content: space-between;
}

.price_box ul li a {
	color: #ffffffc2 !important;
	font-size: 14px;
}

.price_box ul li a i {
	width: 50px;
	height: 50px;
	color: var(--lit-Blue);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	background: white;
	font-size: 18px;
	margin: 0 auto 7px;
}

.more_details {
	margin-top: 20px;
}

.more_details.price_box ul li a {
	color: #6c757d !important;
}

.more_details.price_box ul li a i {
	background: var(--lit-green);
}

.more_details ul li {
	margin-bottom: 15px;
}

.more_details ul {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	text-align: center;
	margin-top: 0;
	width: 100%;
}

/* .card.product_card  */
.card.product_card .card_body p {
	margin-bottom: 5px;
}

.card.product_card {
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

 
.product_card .card_img img {
	width: 100%;
	height: 180px;
}

.product_card .card_img img {
	max-width: 100%;
	object-fit: cover;
}

.product_page .col-6 {
	padding: 5px;
}

.card.product_card .card_body {
	padding: 14px 10px;
	text-align: center;
}

.card.product_card .card_body h1 {
	font-size: 19px;
	margin-bottom: 5px;
	color: var(--lit-Blue);
	font-weight: bold;
}

.card.product_card .card_body  button {
	margin-top: 15px;
}




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/* invite-page */
.total_price {
	margin: 10px 0;
	text-align: center;
	font-size: 45px;
	color: #FFEB93;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
}

.invait_box_bg {
	background: #43B049 url(../images/dollor.png);
	position: relative;
	overflow: hidden;
}

.invait_box_bg::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #43B049c7;
	left: 0;
	border-radius: 10px;
}

.invait_box_bg .content {
	position: relative;
	z-index: 9;
}

.Share_box ul {
	display: grid;
	margin-top: 20px;
	grid-template-columns: 33.33% 33.33% 33.33%;
}

.more_details.price_box ul li a span {
	display: block;
	line-height: 1.3;
}

.Share_box ul li a {
	line-height: normal;
}

.btn_wrap {
	margin: 25px auto;
}

.bg_yellow_btn {
	background: #FEE78A;
	border-color: #FEE78A;
	color: var(--lit-Blue);
}

.bg_yellow_btn:hover {
	background: var(--Blue);
	color: white;
	border-color: var(--Blue);
}

.btn_wrap button {
	border-radius: 50px;
	margin-bottom: 15px;
}

.Share_box_footer p {
	margin-bottom: 0;
	font-size: 14px;
	padding: 9px 0;
	text-align: center;
}

.Share_box_footer {
	background: #F8F8FA;
	border-radius: 0 0 10px 10px;
	position: relative;
	bottom: -20px;
	left: -20px;
	width: calc(100% + 40px);
}



/* accout_page */
.accout_page .price_box {
	border-radius: 0;
}

.accout_page .price_box h5 {
	margin: 10px auto;
	text-align: left;
}

.media_object {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #CBC3E3;
	border-radius: 10px;
	padding: 15px;
	position: absolute;
	left: 0;
	right: 0;
	width: calc(100% - 20px);
	margin: 0 auto;
}

.media_object .theme_btn {
	flex: 0 0 50px;
	max-width: 50px;
	border-radius: 50px;
}

.accout_page_body .card ul li a {
	display: flex;
	align-items: baseline;
    /* justify-content: space-between; */
	font-size: 14px;
	padding: 4px;
	font-weight: 500;
	width: 100%;
}

.accout_page_body .card ul li {
	margin-bottom: 10px;
}

.accout_page_body .card ul li a small {
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #6c757d;
}

.right_icon {
	margin-left: auto;
}

.accout_page_body .card ul li a span i {
	display: inline-flex;
	margin-right: 12px;
	width: 20px;
	text-align: center;
}

.accout_page_body .card {
	padding: 20px;
}

.accout_page_body {
	padding-top: 70px;
}

.media_object p {
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 10px;
	font-size: 13px;
	color: #43B049;
}

.head {
	padding: 10px;
	border-bottom: 1px solid var(--lit-green);
}

/* payid page */
.payid_wrap .card {
	margin-bottom: 20px;
}

.head_wrap p {
	margin-bottom: 0;
}

.head_wrap {
	padding: 30px 20px;
	position: relative;
	left: -20px;
	width: calc(100% + 40px);
	background: var(--lit-Blue);
	text-align: center;
	position: relative;
}

.content_Wrap {
	position: relative;
	z-index: 999;
}

.head_wrap {
	background: #43B049 url(../images/group-header.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}

.head_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #43B049c7;
	left: 0;
	border-radius: 10px;
}

.payid_content_stap h1 {
	font-size: 20px;
	font-weight: bold;
}

.payid_content_stap {
	padding: 20px 15px;
}

.Generate_btn {
	margin-top: 50px;
}

.icon_bank,
.icon_box {
	width: 40px;
	height: 40px;
	color: var(--lit-Blue);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	margin-right: 20px;
	background: var(--lit-green);
	flex: 0 0 50px;
}

.left_box {
	display: flex;
	align-items: center;
	width: 100%;
}

.history_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--lit-green);
}

.conent_box small,.price_value h6 {
	font-size: 14px;
	font-style: italic;
}

.conent_box h5 {
	font-size: 15px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.conent_box p {
	font-size: 10px;
}

.price_value h5 {
	margin-bottom: 0;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

.bank_card_page .card {
	padding: 20px;
}

.bank_card_page .nav-pills .nav-link.active, 
.bank_card_page .nav-pills .show>.nav-link {
	color: white;
	background-color: var(--lit-Blue);
}

.bank_card_page .nav-link {
	color: var(--lit-Blue);
	font-size: 14px;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

input[type=date]::-webkit-datetime-edit-text {
	-webkit-appearance: none;
}

input[type=date]::-webkit-datetime-edit-month-field {
	-webkit-appearance: none;
}

input[type=date]::-webkit-datetime-edit-day-field {
	-webkit-appearance: none;
}

input[type=date]::-webkit-datetime-edit-year-field {
	-webkit-appearance: none;
}

.form-control {
	font-size: 13px;
	height: 45px;
	border-radius: 50px;
	position: relative;
}

.pl-35 {
	padding-left: 45px;
}

.form-wrap {
	position: relative;
}

.select_icon {
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}

.select_bank {
	z-index: 9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	color: var(--lit-Blue);
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: var(--lit-Blue);
	outline: 0;
	box-shadow: none;
}

.form_Wrap_inner {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.form_Wrap_inner .form-group {
	width: 100%;
}

.form_Wrap_inner .icon_box {
	margin-left: 10px;
	margin-right: 0;
	margin-top: 14px;
}

.form_Wrap_inner .select_icon {
	color: var(--lit-Blue);
}

.select_amount ul {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	width: 100%;
}

.select_amount ul li {
	margin: 7px 0;
	position: relative;
	padding: 0 5px;
}

.select_amount input[type=checkbox],
.select_amount input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	display: none;
}

.select_amount ul li .custom-checkbox+label {
	position: relative;
	cursor: pointer;
	outline: 0;
	margin: 0;
	line-height: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	color: var(--lit-Blue);
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	background: var(--lit-green);
	border: 2px solid var(--lit-green);
}

.select_amount ul li .custom-checkbox:checked+label {
	background: var(--lit-Blue);
	color: #fff;
	box-shadow: none;
	border: 2px solid var(--lit-Blue);
}

.more_details.price_box {
	padding-left: 0;
	padding-right: 0;
}

.pl-20 {
	padding-left: 20px;
}

.bottom_nav.live_chart ul li a {
	color: black;
}

.bottom_nav.live_chart ul li a span {
	display: block;
	color: #6c757d;
}

.bottom_nav.live_chart ul li {
	text-align: center;
}

.bottom_nav.live_chart ul li a i {
	font-size: 16px;
	display: inline;
	padding-right: 10px;
	color: var(--lit-Blue);
}

.br-1 {
	border-right: 1px solid var(--lit-Blue);
	height: 40px;
}

/* logo_login */
.logo_login {
	text-align: center;
	margin-bottom: 30px;
}

.logo_login img {
	max-width: 150px;
	margin-bottom: 10px;
}

.login_page {
	background: url('../images/login-bg.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
}

.login_page .opay_body .card {
	padding: 20px;
}

.login_page .opay_body {
	width: 100%;
}

.pl-50 {
	padding-left: 80px;
}

.number_text {
	padding-left: 5px;
}

button.btn_opt {
	top: 0;
	position: absolute;
	right: 0;
	border-radius: 50px;
	height: 100%;
	width: 100px;
	border: none;
	background: var(--lit-green);
	font-size: 15px;
}

button.btn_opt:hover {
	background: var(--lit-Blue);
	color: var(--White);
}

.intl-tel-input.allow-dropdown {
	width: 100%;
}

.Refer_Friend .media_object {
	position: relative;
}

.media_object.card {
	display: flex;
	flex-direction: row;
	background: white;
}

.Refer_Friend button.theme_btn {
	width: 48px;
	margin-left: auto;
}

.bank_card_page.Refer_Friend .card {
	padding: 10px;
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
	font-size: 29px;
}

.bank_card_page.Refer_Friend .accout_page_body .card ul li a span i {
	position: relative;
	top: 8px;
}

.bouns_Wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content_inner {
	display: flex;
	justify-content: space-between;
}
  
  /* Left Side:Start */
.content_inner .left {
	display: block;
	height: fit-content;
	min-width: 250px;
}

.content_inner .left .product_img {
	height: 250px !IMPORTANT;
	width: 100% !important;
	margin: 0;
	border-radius: 5px;
	background-position: center !important;
	background-size: cover !important;
	margin-bottom: 10px;
}

.content_inner .product_details {
	text-align: left;
	padding: 5px;
}

.product_details .title {
	font-size: 1.3em;
	color: var(--Blue);
	font-weight: 900;
}

.product_details .discription {
	margin-top: 2px;
	font-size: 0.8em;
	color: gray;
}

.product_details .price {
	margin-top: 4px;
	font-size: 1.1em;
	font-weight: 600;
	white-space: pre;
}

.product_details .price span {
	font-weight: 500;
}

.product_details .price .price_original {
	text-decoration: line-through;
	font-size: 0.7em;
	font-weight: 400;
	color: black;
}

.product_details .price .offer {
	color: var(--lit-Blue);
	font-weight: 600;
}

.product_details .other {
	font-size: 0.8em;
	color: black;
}
  /* Left Side:End */
  
  /* Right Side:Start */
.content_inner .right {
	display: block;
}

.product_description p {
	font-size: 0.8em;
	color: black;
	margin-bottom: 15px;
}

.product_description .highlight {
	color: black;
	font-weight: 900;
}

.product_description .special {
	font-size: 0.85em;
}

.content_inner {
	display: flex;
	flex-direction: column;
	border-radius: 0px;
}
  /* Right Side:End */
  
  /* Responsiveness:Start */
@media (max-width: 480px) {
    
    
	.product_img {
		width: 100% !important;
		height: 350px !important;
	}

	p.discription {
		font-size: 0.7em !important;
	}

	p.other {
		font-size: 0.7em !important;
	}
}

 


.flag_icon img{
	width: 20px;
	margin-right: 5px;
}

.registered_btn .form-control {
    padding-left: 93px;
}
.flag_icon {
    position: absolute;
    top: 50%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(-50%);
    left: 20px;
    border-right: 1px solid #2dbb95;
    padding-right: 5px;
}
.card.product_card {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
	padding: 8px
}
.card.product_card .card_inner {
    display: flex;
    align-items: center;
}
.card.product_card a.theme_btn{
	margin-top: 20px; 
	border-radius: 50px;
}
.card.product_card .card_img {
    height: 180px;
    overflow: hidden;
    width: 170px;
    border-radius: 14px;
}
.card.product_card .card_body {
    padding: 0 0px 0 20px;
    text-align: left;
}
.card.product_card .card_body p span{
	color: #43B049;
	font-weight: bold;
}