* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	transition: .3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
button:active,
button:focus{
	box-shadow: none;
	outline: 0;
}
@font-face{
    font-family:"Nioicon";
    src:url("./fonts/Nioicon.eot");
    src:url("./fonts/Nioicon.eot#iefix") format("embedded-opentype"),url("./fonts/Nioicon.ttf") format("truetype"),url("./fonts/Nioicon.woff") format("woff"),url("./fonts/Nioicon.svg#Nioicon") format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:block
}
.ni{
    font-family:"Nioicon" !important;
    speak:never;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.ni-download:before {
    content: "";
}
.ni-facebook-f:before {
    content: "";
}
.ni-twitter:before {
    content: "";
}
.ni-whatsapp:before {
    content: "";
}
.ni-mail-fill:before {
    content: "";
}
.ni-star-fill:before {
    content: "";
}
.ni-call-fill:before {
    content: "";
}
.ni-arrow-left:before {
    content: "";
}
body {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	color: #030303;
}
.intl-tel-input {
	display: block;
}
.flag-container {
	z-index: 99;
}
.flag-container:active,
.flag-container:focus,
.flag-container .selected-flag:active,
.flag-container .selected-flag:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.iti-flag {
	width: 20px;
	height: 15px;
	-webkit-box-shadow: 0px 0px 1px 0px #888;
	box-shadow: 0px 0px 1px 0px #888;
	background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	background-position: 20px 0;
}
.pay_sec{
	min-height: 100vh;
	position: relative;
	padding: 45px 0;
	z-index: 1;
	display: flex;
	align-items: center;
}
.pay_sec::before{
	content: '';
	background: url(../img/left_bg.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 60%;
	top: 0;
	left: 0;
}
.paymt_box{
	display: flex;
	align-items: center;
}
.paymt_box > .box1{
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 50px;
}
.paymt_box > .box1 .logo,
.pay_ss  .logo{
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}
.paymt_box > .box1 .logo figure,
.pay_ss  .logo figure{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom: 0;
}
.paymt_box > .box1 .logo figure img,
.pay_ss  .logo figure img{
	width: 58px;
	height: 40px;
	object-fit: contain;
}
.paymt_box > .box1 .logo .name,
.pay_ss  .logo .name{
	font-weight: 800;
	margin-bottom: 0;
	font-size: 18px;
	text-align: left;
	color: #1f1f1f;
	padding-left: 12px;
}
.paymt_box .data.flex{
	display: flex;
}
.paymt_box .data.flex .inv{
	display: flex;
	align-items: center;
	margin-top: -11px;
}
.paymt_box .data.flex .ml-auto .title{
	margin-top: 35px;
}
.paymt_box .data .title{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: initial;
	color: #707070;
}
.paymt_box .data .title.title_brdr{
	font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    color: #030303;
    position: relative;
}
.paymt_box .data .title.title_brdr::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    background: #306DD0;
}
.paymt_box .data + .data{
	margin-top: 30px;
}
.paymt_box .data h3,
.paymt_box .data ul li{
	font-size: 16px;
	letter-spacing: 0.02em;
	margin-bottom: 0;
	text-align: left;
	color: #030303;
}
.paymt_box .data ul{
	list-style: none;
	margin-bottom: 0;
}
.paymt_box .inv a{
	width: 35px;
	flex: 0 0 35px;
	max-width: 35px;
	height: 35px;
	background: #eaf0fa;
	border-radius: 100px;
	font-weight: normal;
	margin-left: 75px;
	font-size: 18px;
	color: #306dd0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.paymt_box .inv a:hover{
	background: #306dd0;
	color: #fff;
}
.paymt_box > .box2{
	position: relative;
	z-index: 1;
	padding:35px 30px;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	box-shadow: 50px 0px 50px rgba(0, 0, 0, 0.1);
	align-items: center;
	background: #fff;
	min-height: 425px;
}

/*.paymt_box .card_det{
	display: none;
}*/
.paymt_box .form-control {
    color: #474747;
    font-size: 16px;
    background-color: #FFFFFF;
    min-height: 50px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 9;
}
.paymt_box .form-control.disabled{
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
	color: #999;
}
.paymt_box .form-control::placeholder {
	color: #999;
}

.paymt_box .form-group {
	position: relative;
	display: grid;
	gap: 0 10px;
	grid-template-columns: .5fr 1.5fr;
	align-items: center;
	margin-bottom: 35px;
}
.paymt_box .form-group.fl1fr{
	grid-template-columns: 1fr;
}
.paymt_box .form-group .form-group {
	margin-bottom: 0;
}
.paymt_box .form-group.btn_grp{
	margin-bottom: 0;
}
.paymt_box .form-group label{
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #5e6d82;
	margin: 0;
	opacity: 0.7;
}
.paymt_box .form-group.crd_num img{
	position: absolute;
    z-index: 9;
    height: 40px;
    right: 15px;
    top: 5px;
    width: 60px;
    object-fit: contain;
}
.paymt_box .form-group.crd_num .form-control{
	padding-right: 80px;
}

.paymt_box > .box2 .title{
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
	color: #030303;
	position: relative;
	display: flex;
	align-items: center;
}
.paymt_box > .box2 .title::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 70px;
	background: #306DD0;
}
.paymt_box > .box2 .title .icon{
	margin-right: 10px;
	display: none;
	cursor: pointer;
}
.paymt_box > .box2 .card_det .title .icon{
	display: block;
}
.paymt_box > .box2 .btn{
	border-radius: 0;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.01em;
	text-align: center;
	width: 100%;
	padding: 12px;
	height: 50px;
	text-transform: uppercase;
	color: #fff;
	z-index: 1;
	position: relative;
}
.paymt_box > .box2 .btn::before{
	content: '';
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	background: linear-gradient(126deg, rgba(48,109,208,1) 0%, rgba(37,120,255,1) 100%);
}
.paymt_box > .box2 .btn::after{
	content: '';
	position: absolute;
	height:0;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	background-color: #306dd0;
	transition: .3s ease-in-out;
}

.bck_btn{
	display: flex;
	align-items: center;
	font-family: Nunito;
	font-weight: 600;
	font-size: 15px;
	text-align: left;
	color: #306dd0;
}
.bck_btn .icon{
	font-size: 17px;
	margin-right: 5px;
}
.bll_det .bck_btn{
	display: none;
}
.paymt_box > .box2 .btn:hover::after{
	height: 100%;
}
.paymt_box .data ul.share{
	display: flex;
}
.paymt_box .data ul.share li + li{
	padding-left: 8px;
}
.paymt_box .data ul.share li a{
	width: 35px;
	height: 35px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.paymt_box .data ul.share li a.facebook{
	background: rgba(66, 103, 178, 0.10);
	color: #4267b2;
}
.paymt_box .data ul.share li a.facebook:hover{
	background: rgba(66, 103, 178, 1);
}
.paymt_box .data ul.share li a.twitter{
	background: rgba(0, 172, 238, 0.10);
	color: #00ACEE;
}
.paymt_box .data ul.share li a.twitter:hover{
	background: rgba(0, 172, 238, 1);
}
.paymt_box .data ul.share li a.whatsapp{
	background: rgba(37, 211, 102, 0.10);
	color: #25d366;
}
.paymt_box .data ul.share li a.whatsapp:hover{
	background: rgba(37, 211, 102, 1);
}
.paymt_box .data ul.share li a:hover{
	color: #fff;
}
.paymt_box .data ul.contact{
	display: flex;
}
.paymt_box .data ul.contact li + li{
	padding-left: 55px;
}
.paymt_box .data ul.contact li a{
	display: flex;
	align-items: center;
	color: #707070;
}
.paymt_box .data ul.contact li a .icon{
	width: 35px;
	transition: .3s ease-in-out;
	height: 35px;
	background: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-right: 10px;
	color: #306dd0;
	filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.1));
}
.paymt_box .data ul.contact li a:hover .icon{
	background: #306dd0;
	color: #fff;
}
.paymt_box .data .link{
	color: #306dd0;
}
.paymt_box .data .txt{
	margin-bottom: 0;
	font-size: 15px;
	margin-top: 10px;
}
.pwrd_txt{
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.02em;
	margin-top: 30px;
	color: #030303;
}
.pwrd_txt a{
	font-weight: 700;
	text-decoration: underline;
	color: #030303;
}
.pwrd_txt a:hover{
	color: #306dd0;
}
.next_btn{
	display: none;
}

.card_exp_date {
    display: flex;
	height: 50px;
    align-items: center;
    border-radius: 0;
    position:relative;
    background: #fff;
    border: 1px solid #d6d6d6;
}

.card_exp_date .form-control{
    border-radius:0;
    border:0;
    background:transparent;
}
.card_exp_date span{
    position:absolute;
    top:50%;
    left: 47%;
    transform:translate(-50%, -50%);
    pointer-events: none;
}
.form-control:active,
.form-control:focus{
    outline:0;
    box-shadow:none;
}
.pay_process{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	z-index: 99;
	/* Note: currently only Safari supports backdrop-filter */
	backdrop-filter: blur(16px);
	--webkit-backdrop-filter: blur(16px);
	padding: 50px;
	text-align: center;
	display: none;
}
.pay_process .w-100{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pay_process h4{
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: #030303;
	margin: 0;
}
.pay_process p{
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 24px;
	margin: 20px 0;
	color: #030303;
}
.pay_process img{
	height: 69px;
	background: #fff;
	border-radius:100%;
	width: 69px;
}

.pay_ss{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99;
	display: none;
}
.pay_ss::after{
	content: '';
	height: 100%;
	width: 6px;
	background: #fff;
	right: 0;
	position: absolute;
	top: 0;
}

.pay_success.pay_ss::after{
	background-color: #28A745;
}
.pay_cancel.pay_ss::after{
	background-color: #DC3545;
}
.pay_pending.pay_ss::after{
	background-color: #FFC107;
}
.pay_ss > .w-100{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.pay_ss > .w-100 > div{
	width: 100%;
}
.pay_ss .pay_msg {
    padding:0 30px;
    display: flex;
    align-items: center;
}
.pay_ss .pay_msg .title {
    display: flex;
    align-items: center;
    flex: 0 0 60%;
	margin-bottom: 0;
	padding-bottom: 0;
    max-width: 60%;
}
.pay_success.pay_ss .pay_msg .title{
	color: #28A745;
}
.pay_pending.pay_ss .pay_msg .title{
	color: #FFC107;
}
.pay_cancel.pay_ss .pay_msg .title{
	color: #DC3545;
}
.pay_ss .pay_msg .title::after{
	content: none;
}
.pay_ss .pay_msg img {
    height: 33px;
    flex: 0 0 33px;
    max-width: 33px;
    width: 33px;
    margin-right: 10px;
}
.pay_ss .pay_msg h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
}
.pay_ss .pay_msg p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #306dd0;
    flex: 0 0 40%;
    max-width: 40%;
}
.pay_ss .pay_det {
    padding: 25px 30px;
}
.pay_ss .pay_det ul {
    margin-bottom: 0;
}
.pay_ss .pay_det ul li {
    list-style: none;
    display: flex;
    align-items: center;
}
.pay_ss .pay_det h4 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #707070;
    margin-bottom: 0;
    flex: 0 0 60%;
    max-width: 60%;
}
.pay_ss .pay_det p {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #030303;
    margin-bottom: 0;
    flex: 0 0 40%;
    max-width: 40%;
}
.pay_ss .pay_det ul li + li {
    padding-top: 20px;
}
.pay_ss .pay_det.det2 {
    border-top: 5px solid #FBFBFB;
	padding-bottom: 0;
}
.pay_ss .pay_det p a {
    font-weight: 600;
    color: #306dd0;
}
.profs_box .user_avtr{
	 display: flex;
	 margin-top: 5px !important;
	 align-items: center;
}
.profs_box .user_avtr figure{
	margin: 0;
	position: relative;
	margin-right: 22px;
	width: 75px;
}
.profs_box .user_avtr figure::after{
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	opacity: .20;
	border: 5px solid #306DD0;
	border-radius: 100px;
}
.profs_box .user_avtr img{
	width: 75px;
	object-fit: cover;
	object-position: top;
	height: 75px;
	border-radius:100px;
	box-shadow: 0px 0px 15px rgba(59, 59, 59, 0.16);
}
.paymt_box .profs_box .user_avtr p{
	margin-top: 8px;
	margin-bottom: 0;
}
.paymt_box .profs_box .user_avtr h3{
	font-size: 18px;
}
.paymt_box .profs_box .data:not(.user_avtr){
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}
.paymt_box .profs_box .data:not(.user_avtr) h3{
	font-weight: 600;
}
/*responsive*/
@media screen and (max-width:991px) {
	.paymt_box .form-group{
		display: block;
	}
	.paymt_box .form-group.cvv{
		margin-top: -24px;
	}
	.paymt_box .form-group.btn_grp{
		position: relative;
		padding-bottom: 30px;
	}
	.bck_btn{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.paymt_box > .box1{
		padding-right: 30px;
		flex: 0 0 55%;
		max-width: 55%;
	}
	.paymt_box .data ul.contact{
		display: block;
	}
	.paymt_box .data ul.contact li + li {
		padding-left: 0;
		padding-top: 10px;
	}
	.paymt_box .inv a{
		margin-left: 20px;
	}
}
@media screen and (max-width:767px) {
	.paymt_box{
		display: block;
	}
	.paymt_box > .box1,
	.paymt_box > .box2{
		padding: 30px;
		max-width: 100%;
	}
	.paymt_box > .box2 > .w-100{
		height: 100%;
	}
	.paymt_box > .box2{
		display: none;
	}
	.bll_det .bck_btn{
		display: block;
	}
	.paymt_box > .box2::after{
		border-radius: 20px;
	}
	.pay_sec::before{
		width: 100%;
		background-position: left;
	}
	.pay_sec.show2::before{
		background-position: right;
		height: 100%;
		width: 60%;
	}
	.pay_sec{
		padding: 30px 0;
		margin-bottom: 50px;
	}
	.pay_sec.show2 {
		margin-bottom: 0;
	}
	.next_btn{
		display: block;
	}
	.next_btn button{
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		border: 0;
		height: 60px;
		border-radius: 25px 25px 0px 0px;
		background: #306dd0;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 0.01em;
		text-align: center;
		color: #fff;
		z-index: 9;
		text-transform: uppercase;
	}
}
@media screen and (max-width:575px) {
	.pay_ss .pay_det{
		padding-left: 15px;
		padding-right: 15px;
	}
	.paymt_box .form-group{
		margin-bottom: 25px;
	}
	.paymt_box .data.flex{
		display: block;
	}
	.paymt_box .data.flex .ml-auto{
		margin-top: 15px;
	}
	.paymt_box .data .title{
		margin-bottom: 8px;
	}
	.paymt_box .data + .data{
		margin-top: 15px;
	}
	.paymt_box .data ul.contact{
		display: block;
	}
	.paymt_box .data ul.contact li + li{
		padding-left: 0;
		margin-top: 10px;
	}
	.paymt_box .inv a{
		margin-left: auto;
	}
	.paymt_box > .box1{
		padding: 0;
	}
	.paymt_box .data ul.contact li a .icon{
		height: auto;
		width: auto;
		background: transparent;
	}
	.paymt_box > .box2{
		padding: 40px 25px;
	}
	.pay_process{
		padding: 30px;
	}
	.pay_ss  .pay_msg img{
		height: 25px;
		width: 25px;
		flex: 0 0 25px;
		max-width: 25px;
	}
	.pay_ss  .pay_msg .title.success h4,
	.pay_ss  .pay_msg p{
		font-size: 18px;
	}
	.pay_ss  .pay_det h4{
		flex: 0 0 40%;
		max-width: 40%;
	}
	.pay_ss  .pay_det p{
		flex: 0 0 60%;
		max-width: 60%;
	}
	.pay_ss  .pay_msg{
		justify-content: center;
		flex-wrap: wrap;
	}

	.pay_ss  .pay_msg .title,
	.pay_ss  .pay_msg p{
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
		justify-content: center;
	}
	.pay_ss  .pay_msg p{
		margin-top: 5px;
	}
	.pay_ss  .pay_det h4{
		padding-right: 15px;
	}
	.pay_ss  .pay_det p{
		font-size: 15px;
	}
}


.paymt_box > .box2 .title span {
	font-family: Nunito;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 38px;
	text-align: left;
	color: #707070;
	
    display: block;
}

.paymt_box > .box2 .title {display: inline-block;padding-bottom: 5px;}

.pay_alert_text {
    font-family: Nunito;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #306dd0;
}
.paymt_box > .box2 .title.sub_title {
    font-weight: 600;
    font-size: 16px;
    display: block;padding-bottom: 15px;
}

.subcat_chkbox1 .custom-control-label::before {background: #dde6ed;border: 1px solid #747d84;width: 15px;height: 15px;border-radius: 2px;}
.subcat_chkbox1 .custom-control-input:checked~.custom-control-label::before {background-color: #306dd0!important;border-color: #306dd0!important;}
.subcat_chkbox1 .custom-control-input:focus~.custom-control-label::before,
.subcat_chkbox1 .custom-control-input:active~.custom-control-label::before {-webkit-box-shadow: none;box-shadow: none;outline: 0;}
.subcat_chkbox1 .custom-control-label:after {font-size: 11px;font-weight: 400;width: 15px;height: 15px;}
.subcat_chkbox1 .custom-control {display: block; min-height: 1rem;}
.subcat_chkbox1 .custom-control-input {position: absolute;left: 0;z-index: -1;width: 1rem; height: 1.25rem;opacity: 0;}
.paymt_box .subcat_chkbox1.form-group label{opacity:1;}
.paymt_box .subcat_chkbox1.form-group{display:flex;align-items: center;}

.card_add_list {
    background: #e8effa;border: 1px solid #e8effa;
    display: grid;
    align-items: center;
    border-radius: 5px;gap:0 20px;
    padding: 15px;
    grid-template-columns: 0.5fr 2fr;
}
.card_add_list .chk_img {display: flex;align-items: center;    gap: 0 5px;}
.card_det ul li{display: block;}
.card_add_list .subcat_chkbox1.form-group {margin: 0;}
.card_add_list img {
    width: 49px;
}
.card_data .card_no{font-family: Nunito;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 23px;
	text-align: left;
	color: #030303;margin-bottom: 0;
	}
	ul.card_list_all {
		display: flex;gap:0 30px;
		overflow: auto;
		cursor: move;
	}
	ul.card_list_all::-webkit-scrollbar {
		width: 0px;
		height: 0;
	}
	
	ul.card_list_all .card_add_list {width: 272px;}
	.card_data  .card_exp_dat{font-family: Nunito;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 23px;
		text-align: left;
		color: #707070;margin-bottom: 0;
		}

		.head_title_log_sign {
			display: flex;
			justify-content: space-between;
		}
	

		.head_title_log_sign .pay_alert_text a{
			margin-bottom: 0;
			font-family: Nunito;
			font-weight: 600;
			font-size: 14px;
			text-align: right;
			color: #306dd0;
		}
		
		.paymt_box .box2 
		 .head_title_log_sign .title {
			padding-bottom: 15px;
		}

		.ft_signup {
			text-align: center;
			margin-top: 10px;
		}
		
		.ft_media a {
			font-family: Nunito;
			font-weight: 600;
			font-size: 15px;
			text-align: left;
			color: #030303;
		}
		
		.ft_media a+a {
			margin-left: 10px;
		}
		
		.ft_media a img {
			margin-right: 5px;
		}
		.fa-eye:before {
			content: "\f06e";
		}
		.form-control-feedback {
			width: 50px;
			height: 50px;
			font-size: 18px!important;
			line-height: 50px!important;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 99;
			display: block;
			color: #707070;
			text-align: center;
			pointer-events: none;
		}
		.ft_signup p {
			font-family: Nunito;
			font-weight: normal;
			font-size: 14px;
			letter-spacing: 0.02em;
			line-height: 20px;margin-top: 38px;
			text-align: center;margin-bottom: 0;
			color: #707070;
		}

		.ft_signup p a{color: #306DD0;}
	
		.paymt_box > .box2 .btn3{
			border-radius: 0;
			font-weight: 600;
			font-size: 18px;
			letter-spacing: 0.01em;
			text-align: center;
			width: 100%;
			padding: 12px;
			height: 50px;
			text-transform: uppercase;
			color: #fff;
			z-index: 1;border: 0;
			position: relative;
		}
		.paymt_box > .box2 .btn3:hover::after{
			height: 100%;
		}
		.msg_icon {
			text-align: center;
		}
		
		.msg_cont {
			text-align: center;    padding: 0 35px;
		}
		
		.msg_cont h5 {
			font-family: Nunito;
			font-weight: bold;
			font-size: 22px;text-transform: uppercase;
			letter-spacing: 0.02em;
			line-height: 38px;
			color: #1f1f1f;
			margin-top: 30px;
		}
		.card_add_list.selected {
			border: 1px solid #306dd0;
		}
		.msg_cont p {
			font-family: Nunito;
			font-weight: normal;
			font-size: 18px;
			letter-spacing: 0.02em;
			line-height: 29px;
			text-align: center;
			color: #3b3b3b;
		}
		
		.msg_cont p a,.msg_cont p span {
			color: #306dd0;
		}
		
		.msg_cont p span {
			font-weight: bold;
		}
		.paymt_box > .box2 .btn3::before{
			content: '';
			position: absolute;
			height: 100%;
			left: 0;
			top: 0;
			z-index: -1;
			width: 100%;
			background: linear-gradient(124deg, rgba(255, 112, 47, 1) 0%, rgba(255, 163, 6, 1) 100%) !important;
		}
		.paymt_box > .box2 .btn3::after{
			content: '';
			position: absolute;
			height:0;
			left: 0;
			top: 0;
			z-index: -1;
			width: 100%;
			background-color: #306dd0;
			transition: .3s ease-in-out;
		}
		.msg_cont .btn3:hover::after{
			height: 100%;
		}

		.msg_cont .btn3{
			border-radius: 0;
			font-weight: 600;
			font-size: 18px;
			letter-spacing: 0.01em;
			text-align: center;
			width: 100%;
			padding: 12px;
			height: 50px;
			text-transform: uppercase;
			color: #fff;
			z-index: 1;border: 0;
			position: relative;
		}

		.msg_cont .btn3::before{
			content: '';
			position: absolute;
			height: 100%;
			left: 0;
			top: 0;
			z-index: -1;
			width: 100%;
			background: linear-gradient(126deg, rgba(48,109,208,1) 0%, rgba(37,120,255,1) 100%);
		}
		.msg_cont .btn3::after{
			content: '';
			position: absolute;
			height:0;
			left: 0;
			top: 0;
			z-index: -1;
			width: 100%;
			background-color: #306dd0;
			transition: .3s ease-in-out;
		}
		.card_add_list .subcat_chkbox1 .custom-control-label::after{width: 18px;
			height: 18px;}
		.card_add_list .subcat_chkbox1 .custom-control-label::before{width: 18px;
			height: 18px;
			border-radius: 2px;
			background: #f5f6fa;
			border: 1px solid #747d84;}
		.card_add_list .custom-radio .custom-control-input:checked~.custom-control-label::after{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
		}



	/*-----------------------------------------------------------*/
	.prof_login.web_prof_sect .bll_det .head_title_log_sign {
		display: flex;
		justify-content: space-between;
	}

	.prof_login .paymt_box > .box1 img{width: auto;}

	.prof_login .role_stepcount {
		text-align: center;
		list-style: none;
	  }
	  .prof_login .role_stepcount li {
		display: inline-block;
		z-index: 1;
		text-align: center;
		position: relative;
	  }
	  .prof_login .role_stepcount li + li {
		margin-left: 105px;
	  }
	  .prof_login .role_stepcount li + li::before {
		content: "";
		width: 138px;
		height: 2px;
		background: #2f6dd0;
		position: absolute;
		left: -115px;
		top: 11px;
		z-index: -1;
	  }
	  .prof_login .role_stepcount li a {
		display: block;
		font-family: Nunito;
	font-weight: 600;text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 20px;
	text-align: center;
	color: #010103;
	  }
	
	.prof_login .role_stepcount li a:hover{text-decoration: underline;}
	.prof_login .role_stepcount li a span {
		height: 24px;
		margin: auto;
		width: 24px;
		background: #fff;
		border: 4px solid #707070;
		position: relative;
		display: block;
		border-radius: 100px;
		margin-bottom: 10px;
	  }
	 
	  .prof_login .role_stepcount li.active a span::before {
		content: '';
		position: absolute;
		top: -1px;
		left: 2px;
		font-weight: 900;
		font-family: "Nioicon" !important;
		color: #fff;
		font-size: 12px;
	  }
	  .prof_login .role_stepcount li.active span {
		background: #306dd0;
		border-color: #306dd0;
	  }
	 
	  .prof_login .step_count .step + .step {
		display: none;
	  }
	 
	.prof_login .role_stepcount li.active a span::before {background: url(../img/Icon-check.png) no-repeat center center; cursor: pointer; content: '';width: 16px; display: block;height: 16px;margin: 0 auto;background-size: contain; position: relative;top: 4%;left: 1px;}
	.prof_login .role_steps .step +.step {display: none;}
	.prof_login .role_steps .inv_title{margin-bottom: 20px; font-family: Nunito; font-weight: normal; font-size: 16px;letter-spacing: 0.02em; text-align: center; color: #030303;}
	.prof_login .role_steps .form-group.check_boxgrp .custom-control{min-height: initial;}
	.prof_login .role_steps .check_boxgrp {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 15px;margin-bottom: 0;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
	.prof_login .role_steps .check_boxgrp .custom-control:first-child{padding-left: 0;}
	.prof_login .role_steps .check_boxgrp .custom-control{align-items: center;}
	.prof_login .role_steps .check_boxgrp .custom-control label{padding-left: 25px;padding-top: 0;font-family: Nunito;font-weight: 600;font-size: 14px;text-transform: uppercase;cursor: pointer;opacity: 1;text-align: left;color: #474747 !important;}
	.prof_login .role_steps  .form-group label{opacity: 1; display: inline-flex; gap: 0 10px;}
	.prof_login .role_steps  .form-group label .fa{font-size: 18px;text-align: left;color: #ccc;}
	.prof_login .role_steps .check_boxgrp .custom-control-label::after{content: none;   }
	.prof_login .role_steps  .form-group{align-items: initial; grid-template-columns: .7fr 1.5fr;align-items: center;}
	.prof_login .role_steps  .form-group.check_bx3{align-items: initial; }
	.prof_login .role_steps .form-group.subcat_chkbox{ display: flex;flex-wrap: wrap;gap: 10px 0;}

	.log_sect {
		text-align: center;
	}
	.vefi_cont .heading_title{font-family: Nunito;
		font-weight: bold;
		font-size: 22px;
		letter-spacing: 0.02em;
		line-height: 38px;margin-top: 30px;
		text-align: center;text-transform: uppercase;
		color: #1f1f1f;
		}
	.vefi_cont .sub_title{font-family: Nunito;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: 0.02em;
		line-height: 29px;
		text-align: center;
		color: #3b3b3b;
		}
		.vefi_cont {
			margin-bottom: 33px;
		}
    .vefi_ss::after {
			content: '';
			height: 100%;
			width: 6px;
			background: #fff;
			right: 0;
			position: absolute;
			top: 0;	background-color: #306dd0;
		}

	
		.paymt_box > .box2 .login_btn::after{
			content: '';
			position: absolute;
			height:0;
			left: 0;
			top: 0;
			z-index: -1;
			width: 100%;
			background-color: #306dd0;
			transition: .3s ease-in-out;
		}
		.login_btn:hover::after{
			height: 100%;
		}

		 .login_btn{
			border-radius: 0;
			font-weight: 600;
			font-size: 18px;
			letter-spacing: 0.01em;
			text-align: center;
			width: 100%;
			padding: 12px;
			height: 50px;
			text-transform: uppercase;
			color: #fff;
			z-index: 1;border: 0;
			position: relative;
		}

		 .login_btn::before{
			content: '';
			position: absolute;
			height: 100%;
			left: 0;
			top: 0;
			z-index: -1;
			width: 100%;
			background: linear-gradient(126deg, rgba(48,109,208,1) 0%, rgba(37,120,255,1) 100%);
		}
		 .login_btn::after{
			content: '';
			position: absolute;
			height:0;
			left: 0;
			top: 0;
			z-index: -1;
			width: 100%;
			background-color: #306dd0;
			transition: .3s ease-in-out;
		}

		.paymt_box .role_steps .form-group.fl1fr {
			grid-template-columns: 1fr;
		}

			/*Footer*/
footer img{ width:100%; }
footer .footer-link {
    margin: 0px;
    text-align: center;
    padding: 10px;
    background: #000;
}
footer .footer-link a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
}
/*-------------------Pay Success-----------------------*/
.pay_succes .paymt_box {
    justify-content: center;
    display: block;
    text-align: center;
}
.heading_scuess{font-family: Nunito;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #306dd0;margin-top: 55px;
}

.sub_title_sucess{font-family: Nunito;
	font-weight: normal;
	font-size: 16px;
	text-align: center;margin-top: 30px;
	color: #707070;
	}
	.Proceed_btn {
		font-family: Nunito;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 0.01em;
		line-height: 50px;
		text-align: center;
		color: #fff;
		background: #306dd0;
		width: 172px;
		height: 50px;
		display: block;
		text-transform: uppercase;
		margin: 0 auto;
		border-radius: 5px;
		margin-top: 40px;
	}

	.Proceed_btn:hover{    background: #2e5aa5;
		color: #fff;
	}

	svg:not(:root) {
		overflow: hidden;
	}
	
/*	svg {
		width: 182px;
		display: block;
		margin: 40px auto 0;
	}*/


	 
	  .path {
		stroke-dasharray: 1000;
		stroke-dashoffset: 0;
	  }
	  .path.circle {
		-webkit-animation: dash 0.9s ease-in-out;
		animation: dash 0.9s ease-in-out;
	  }
	  .path.line {
		stroke-dashoffset: 1000;
		-webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
		animation: dash 0.9s 0.35s ease-in-out forwards;
	  }
	  .path.check {
		stroke-dashoffset: -100;
		-webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
		animation: dash-check 0.9s 0.35s ease-in-out forwards;
	  }
	 
	 
	  @-webkit-keyframes dash {
		0% {
		  stroke-dashoffset: 1000;
		}
		100% {
		  stroke-dashoffset: 0;
		}
	  }
	  @keyframes dash {
		0% {
		  stroke-dashoffset: 1000;
		}
		100% {
		  stroke-dashoffset: 0;
		}
	  }
	  @-webkit-keyframes dash-check {
		0% {
		  stroke-dashoffset: -100;
		}
		100% {
		  stroke-dashoffset: 900;
		}
	  }
	  @keyframes dash-check {
		0% {
		  stroke-dashoffset: -100;
		}
		100% {
		  stroke-dashoffset: 900;
		}
	  }
	  
	
	  
	  
	  @-webkit-keyframes dash {
		0% {
		  stroke-dashoffset: 1000;
		}
		100% {
		  stroke-dashoffset: 0;
		}
	  }
	  
	  @keyframes dash {
		0% {
		  stroke-dashoffset: 1000;
		}
		100% {
		  stroke-dashoffset: 0;
		}
	  }
	  
	  @-webkit-keyframes dash-check {
		0% {
		  stroke-dashoffset: -100;
		}
		100% {
		  stroke-dashoffset: 900;
		}
	  }
	  
	  @keyframes dash-check {
		0% {
		  stroke-dashoffset: -100;
		}
		100% {
		  stroke-dashoffset: 900;
		}
	  }
	  .pay_succes{min-height: 100vh;
		position: relative;
		padding: 45px 0;
		z-index: 1;
		display: flex;
		align-items: center;}

		header{
    line-height:initial;
}
header .h_flex > ul > li .downArr {
    margin: 0;
}
.hide{
	display: none !important;
}