@font-face{
    font-family:Proxima Nova;
    src:local('ProximaNova-Regular'),
		url('fonts/ProximaNova-Regular.woff2') format('woff2');
	font-weight:400;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:Proxima Nova;
    src:local('ProximaNova-Semibold'),
		url('fonts/ProximaNova-Semibold.woff2') format('woff2');
	font-weight:600;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:Proxima Nova;
    src:local('ProximaNova-Bold'),
		url('fonts/ProximaNova-Bold.woff2') format('woff2');
	font-weight:700;
    font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'D-DIN Condensed';
	src:local('D-DINCondensed-Bold'),
		url('fonts/D-DINCondensed-Bold.woff2') format('woff2');
	font-weight:700;
    font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:Poppins-Bold;
	src:local('Poppins-Bold'),
		url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Bold.otf') format('otf'),
		url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'),
		url('fonts/Poppins-Bold.ttf') format('truetype'),
		url('fonts/Poppins-Bold.woff') format('woff'),
		url('fonts/Poppins-Bold.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}

html{
    -webkit-font-smoothing:antialiased;
    scroll-behavior:smooth;
}

body{
    margin:0;
    padding:0;
    font-family:Proxima Nova;
    line-height:1.208333;/*29px*/
    font-size:1.500em;/*24px*/
    color:#636363;
}

*:focus{outline:none}
*::-moz-focus-inner{
    outline:none;
    border:0
}
*{
    box-sizing:border-box;
    outline:none;
}
a{color:#0068a3}
a:hover{
    text-decoration:none;
    color:#ff6f20
}

form{
    width:100%;
    position:relative;
}

form label{
    margin:0;
    padding:0;
    display:block;
    font-family:inherit;
    font-weight:normal;
    line-height:26px;
    font-size:15px;
    color:#000;
}

.form-control{
    width:100%;
    height:42px;
    font-size:15px;
    line-height:18px;
    margin-bottom:15px;
    background-color:#fff;
    background-image:none;
    box-sizing:border-box;
    border:2px solid #58B9DA;
    font-family:inherit;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px 15px;
    border-radius:5px;
    display:block;
    color:#888;
}
textarea.form-control{
    height:120px;
    resize:none;
}

.form-control:focus{
    outline:0;
    border-color:#66afe9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder{
    color:#888;
    opacity:1
}
.form-control:-ms-input-placeholder{color:#888}
.form-control::-webkit-input-placeholder{color:#888}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}

/******************************************
	widgetSec Styles.
*******************************************/
.widgetSec{
	width:100%;
	min-height:100vh;
    font-family:Proxima Nova;
	padding:56px 15px 140px;
	box-sizing:border-box;
    font-size:16px;/*16px*/
}
.widgetWpr{
	width:100%;
	min-height:100vh;
	padding:32px 15px;
    font-family:Proxima Nova;
	box-sizing:border-box;
    font-size:16px;/*16px*/
}
.bgImg{
    width:100%;
    height:100%;
    max-width:1920px;
    position:fixed;
    margin:auto;
	z-index:0;
    right:0;
    left:0;
    top:0;
}
.widgetWpr .bgImg img,
.widgetSec .bgImg img{
    width:100%;
    height:100%;
	object-fit:cover;
	object-position:top center;
}

.widgetShadow{
	width:100%;
	max-width:962px;
	padding:22px 68px 68px;
	box-sizing:border-box;
	position:relative;
	margin:auto;
}
.widgetShadow::before{
	width:100%;
	height:100%;
	border-radius:20px;
	background:linear-gradient(180deg, rgba(3, 77, 123, 0.00) 0%, #034D7B 100%);
	mix-blend-mode:multiply;
	position:absolute;
	opacity:0.36;
    content:""; 
	left:0;
	top:0;
}
#amzLogo{
	width:261px;
	display:block;
	margin:0 auto 46px;
	position:relative;
	line-height:0;
	z-index:2;
}
.widgetWpr #amzLogo{
	width:191px;
	margin-bottom:26px;
}

.widgetTop{
	width:100%;
	text-align:center;
}
.widgetTop strong{
	display:block;
	line-height:1.666;/*50px*/
	font-size:1.875em;/*30px*/
	font-weight:700;
	color:#FFFEFE;
}
.widgetWpr .widgetTop strong{line-height:1.166}/*35px*/

.widgetTop p{
	margin:0 auto;
	max-width:455px;
	line-height:1.1875;/*19px*/
	font-size:1.000em;/*16px*/
	font-weight:400;
	color:#FFFEFE;
}
.widgetWpr .widgetTop p{
	margin-top:20px;
	max-width:1108px;
	line-height:1.375;/*22px*/
	text-align:left;
}
.widgetWpr .widgetTop p a{
	text-decoration:none;
	font-weight:700;
	color:#fff;
}
.pUserDetails{
	width:100%;
	padding-bottom:33px;
	text-align:center;
}
.pUserDetails strong{
	display:block;
	padding-bottom:18px;
	line-height:1.00;/*30px*/
	font-size:1.875em;/*30px*/
	font-weight:700;
	color:#000;
}
.pUserDetails span{
	border-bottom:1px solid #313949;
	display:inline-block;
	line-height:1.25;/*30px*/
	font-size:1.500em;/*24px*/
	font-weight:700;
	color:#2E2E2E;
}
.widgetMid{
	width:100%;
	padding-top:41px;
	position:relative;
	z-index:2;
}
.widgetWpr .widgetMid{padding:25px 0 20px}
.widgetBox{
	width:100%;
	border-radius:6px;
	box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.25);
	position:relative;
}
.pdtWidget .widgetBox{
	padding:80px;
	background-color:#fff;
	border-radius:15px;
}
.widgetWpr .pdtWidget .widgetBox{
	padding:30px;
	border-radius:5px;
}
.closeButton{
	width:50px;
	line-height:0;
	cursor:pointer;
	box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius:100px;
	position:absolute;
	display:block;
	right:-25px;
	top:-18px;
}
.widgetHead{
	padding:20px;
	text-align:center;
	background-color:#025483;
	border-radius:6px 6px 0 0;
	line-height:1.033;/*31px*/
	font-size:1.875em;/*30px*/
	font-weight:700;
	color:#FFFEFE;
}
.widgetBody{
	padding:42px 77px 54px;
	border-radius:0 0 6px 6px;
	background-color:#FFF;
}
.opportunity{
	width:100%;
	padding:23px 0 26px;
}
.opportunity .inputBox{
	width:100%;
	margin-bottom:30px;
	position:relative;
}
.opportunity label{
	text-align:center;
	padding-bottom:20px;
	font-weight:normal;
	line-height:1.5;/*30px*/
	font-size:1.250em;/*20px*/
	font-weight:700;
	color:#2E2E2E;
}
.widgetBody .form-control{
	height:60px;
	padding:20px;
	border:1px solid #929292;
    font-family:Proxima Nova;
	line-height:1.428;/*20px*/
	font-size:0.875em;/*14px*/
	color:#929292;
	margin:0;
}
.newSltCrd .form-control{
	line-height:1.25;/*20px*/
	font-size:1.000em;/*16px*/
	font-weight:700;
	color:#000;
}
.widgetBody .selectOption.form-control{
	background-image:url(images/arrowDown.svg);
	background-position:center right 20px;
	background-repeat:no-repeat;
	appearance: none;
}
.widgetBody textarea.form-control{
	height:80px;
	resize:none;
}
.opportunity .form-control{font-size:1.000em}/*16px*/

.widgetBody .form-control:focus{
    outline:0;
    border-color:#147BAF;
    box-shadow:0 0 0 3px rgba(21, 156, 228, 0.4);
}


.pBtnBox{
	width:100%;
	position:relative;
}
.pBtnBox::after{
	width:100%;
	height:100%;
    display:block;
	border-radius:50px;
	background:linear-gradient(180deg, #CFC8C7 0%, rgba(255, 255, 255, 0.00) 37.04%);
	position:absolute;
    content:"";
	top:100%;
	left:0;
}
.paymentBtn{
	width:100%;
	padding:20px;
	cursor:pointer;
	border-radius:50px;
	box-sizing:border-box;
	background:linear-gradient(89deg, #FF9501 0%, #ED4F01 100%);
	font-family:Poppins-Bold;
	font-weight:normal;
	text-align:center;
	line-height:1.45;/*29px*/
	font-size:1.250em;/*20px*/
	border:none;
	color:#FFF;
}
.paymentBtn:hover{
	background:linear-gradient(89deg, #ED4F01 0%, #FF9501 100%);
	color:#FFF;
}
.pTitle{
	width:100%;
	position:relative;
}
.pTitle::before{
	width:100%;
	height:1px;
    display:block;
	background-color:#BDBDBD;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
    content:"";
	top:50%;
	left:;
}
.pTitle strong{
	position:relative;
	padding:0 20px 5px 0;
	display:inline-block;
	background-color:#fff;
	line-height:1.15;/*23px*/
	font-size:1.250em;/*20px*/
	font-weight:700;
	color:#313949;
	z-index:2;
}
.selectCard{
	width:100%;
	padding:22px 0 10px;
	position:relative;
}
.selectCard ul{
	margin:0;
	width:100%;
	padding:0 0 20px;
	justify-content:space-between;
	list-style:none;
	display:flex;
	gap:30px;
}
.selectCard li{
	width:100%;
	position:relative;
}
.selectCard .cancel{
	width:12px;
	line-height:0;
	cursor:pointer;
	position:absolute;
	z-index:99;
	right:-5px;
	top:-5px;
}

.selectCard input + label{
	width:100%;
	padding:20px;
	display:block;
	position:relative;
	border-radius:4px;
	border:1px solid #929292;
	box-sizing:border-box;
	line-height:1.25;/*20px*/
	font-size:1.000em;/*16px*/
	font-weight:400;
	cursor:pointer;
	color:#000;
}
.newSltCrd input + label{font-weight:700}
.selectCard input[type="checkbox"]:checked + label{
    border-color:#147BAF;
    box-shadow:0 0 0 3px rgba(21, 156, 228, 0.4);
}
.selectCard input + label::after{
	width:24px;
	height:24px;
	display:block;
	background:url(images/checkbox.svg) no-repeat left top;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	background-size:100% auto;
	position:absolute;
	right:20px;
    content:"";
	margin:0;
	top:50%;
}
.selectCard input[type="radio"]:checked + label::after,
.selectCard input[type="checkbox"]:checked + label::after{
	background:url(images/check.svg) no-repeat left top;
	background-size:100% auto;
}
.selectCard input[type="radio"],
.selectCard input[type="checkbox"]{
	width:0;
	height:0;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}
.addNewCard{
	float:right;
	cursor:pointer;
	background:none;
	margin:11px 0 15px;
    font-family:Proxima Nova;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	display:flex;
	border:none;
	padding:0;
	color:#025483;
	line-height:1.3125;/*21px*/
	font-size:1.000em;/*16px*/
	font-weight:700;
}
.addNewCard svg{
	height:21px;
	line-height:0;
	margin-right:14px;
}


.secondCard{
	width:100%;
	padding-bottom:15px;
	position:relative;
}
.secondCardIn{
	width:100%;
	justify-content:space-between;
	flex-wrap:wrap;
	display:flex;
}
.secondCard .inputBox{
	margin-bottom:30px;
	position:relative;
}
.secondCard .cardNumbers{width:calc(45.68452380952381% - 13.3333px)}/* 307 / 672 */ 
.secondCard .expiryDate{width:calc(32.589285714285715% - 13.3333px)}/* 219 / 672 */ 
.secondCard .cvv{width:calc(21.726190476190477% - 13.3333px)}/* 146 / 672 */ 
.secondCard .cardNumbers .form-control{
	padding-right:75px;
	background:url(images/visa.svg) no-repeat right 20px center;
}
.secondCard label{
	padding:0 7px;
	background:#fff;
	display:inline-block;
	line-height:1.25;/*20px*/
	font-size:1.000em;/*16px*/
	font-weight:700;
	position:absolute;
	color:#000;
	top:-10px;
	left:20px;
}
.amountBox{
	display:flex;
	align-items:center;
	border-bottom:1px solid #BDBDBD;
	padding-bottom:22px;
	margin-bottom:12px;
	line-height:1.75;/*28px*/
	font-size:1.000em;/*16px*/
	font-weight:700;
	color:#000;
	gap:11px;
}


.widgetBtm{
	width:100%;
	padding:23px 0 10px;
}
.widgetBtm .inputBox{
	width:100%;
	padding-bottom:30px;
	align-items:center;
	display:flex;
}
.widgetBtm strong{
	display:block;
	padding-right:24px;
	line-height:1.25;/*20px*/
	font-size:1.000em;/*16px*/
	font-weight:700;
	color:#000;
}
.widgetBtm label{
	display:flex;
	margin-right:27px;
	align-items:center;
	line-height:1.25;/*20px*/
	font-size:1.000em;/*16px*/
	font-weight:400;
	cursor:pointer;
	color:#000;
}
.widgetBtm .inputBox span:last-child label{margin-right:0}

.widgetBtm label::after{
	width:20px;
	height:20px;
	display:block;
	margin-right:12px;
	background:url(images/checkbox.svg) no-repeat left top;
	background-size:100% auto;
    content:"";
	order:-1;
}
.widgetBtm input[type="radio"]:checked + label::after,
.widgetBtm input[type="checkbox"]:checked + label::after{
	background:url(images/check.svg) no-repeat left top;
	background-size:100% auto;
}
.widgetBtm input[type="radio"],
.widgetBtm input[type="checkbox"]{
	width:0;
	height:0;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}
#successNotification{
	background-color: rgba(0,0,0,0.8);
	z-index: 2147483647;
	text-align: center;
	position: fixed;
	display:none;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
#successNotification.show{display:block}
.successNotification{
	width: 100%;
	max-width:398px;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
	position: relative;
	padding:40px 15px;
	text-align:center;
	line-height:0;
	border:none;
	z-index: 10;
	left: 50%;
	top: 50%;
}
.successNotification strong{
	width:100%;
	display:block;
	padding:24px 0 9px;
	line-height:1.5;/*30px*/
	font-size:1.250em;/*20px*/
	font-weight:700;
	color:#1C2029;
}
.successNotification p{
	margin:0 auto;
	max-width:244px;
	line-height:1.25;/*20px*/
	font-size:1.000em;/*16px*/
	color:#000;
}
.notificationBtn{
	width:100%;
	padding-top:23px;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	display:flex;
	gap:30px;
}
.cancelBtn,
.confirmBtn{
	width:107px;
	cursor:pointer;
	border-radius:8px;
	background:#AB170F;
    font-family:Proxima Nova;
	line-height:2.857;/*40px*/
	font-size:0.875em;/*14px*/
	font-weight:700;
	border:none;
	color:#FFF;
	margin:0;
}
.confirmBtn{background:#025483}












.pdtWidget{
	width:100%;
	max-width:1092px;
	box-sizing:border-box;
	position:relative;
	margin:auto;
}
.widgetWpr .pdtWidget{max-width:1254px}

.onOff{
	width:100%;
	list-style:none;
	margin:-7px 0 0;
	padding:0;
}
.onOff li{
	width:100%;
	padding:7px 0;
	align-items:center;
	display:flex;
	gap:12px;
}
.onOff label{
	line-height:1.00;/*16px*/
	font-size:1.000em;/*16px*/
}
.onOff input[type="checkbox"]{
	width:39px;
	height:16px;
	position:relative;
	border:1px solid #CFC8C7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:39px;
	background-color:#fff;
	box-sizing:border-box;
	align-items:center;
	cursor:pointer;
	display:flex;
	padding:0;
	z-index:1;
	margin:0
}
.onOff input[type="checkbox"]:checked {
	border-color:#1B72F9;
	background-color:#1B72F9;
}
.onOff input[type="checkbox"]:after {
	width:12px;
	height:12px;
	position:absolute;
	transition:all .9s ease;
	background-color:#CFC8C7;
	border-radius:50%;
	display:block;
	content:"";
	left:1px;
	top:1px
}
.onOff input[type="checkbox"]:checked:after {
	background-color:#fff;
	left:23px;
}



.pdtWidget table{
	width:100%;
	border-collapse:collapse;
	box-shadow:0 8px 24px 0 rgba(0, 0, 0, 0.15);
}

.pdtWidget tr:first-child{
	background:#025A8C;
	color:#fff;
}
.pdtWidget tr:nth-child(odd):not(:first-child){background-color:#F2F2F2}
.pdtWidget th{display:none;}
.pdtWidget td{display:block}
.pdtWidget td:first-child{margin-top:6px;}
.pdtWidget td:last-child{margin-bottom:6px;}
.pdtWidget td:before{
	width:120px;
	text-align:left;
	position:absolute;
	display:inline-block;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	content:attr(data-th) ":";
	font-weight:700;
	color:#000;
	left:10px;
	top:50%;
}
.pdtWidget th,
.pdtWidget td{
	text-align:center;
	padding:6px 10px 6px 100px;
	position:relative;
}
.pdtWidget th:first-child,
.pdtWidget td:first-child{text-align:left}
	
.pdtWidget table{
	color:#333;
	border-radius:10px;
	overflow:hidden;
}

.pdtWidget td input{
	width:100%;
	height:42px;
	margin:0 auto;
	max-width:98px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #C6C6C6;
	background-color:transparent;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	font-family:inherit;
	border-radius:5px;
	line-height:2.222;/*40px*/
	font-size:1.125em;/*18px*/
	display:block;
	color:#000;
	padding:0;
}
.pdtWidget td input.pName{max-width:inherit}
.pdtWidget td input.qnty{max-width:47px}

.deleteBtn{
	padding:0;
	height:43px;
	margin:auto;
	cursor:pointer;
	background:none;
	line-height:0;
	border:none;
}
.deleteBtn svg{height:100%}
.pdtWidgetBtn{
	width:100%;
	padding-top:40px;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	display:flex;
}
.addRowBtn,
.updateBtn{
	width:auto;
	cursor:pointer;
	padding:10px 30px;
	border-radius:100px;
    font-family:Proxima Nova;
	background:linear-gradient(275deg, #ED4F01 -0.35%, #F3A629 99.92%);
	box-shadow:0 12px 34px 0 rgba(238, 88, 5, 0.35);
	align-items:center;
	align-self:stretch;
	line-height:1.388;/*25px*/
	font-size:1.125em;/*18px*/
	font-weight:600;
	display:flex;
	border:none;
	color:#FFF;
	margin:0;
	gap:10px;
}
.addRowBtn{
	background:linear-gradient(271deg, #025483 2.06%, #1C8BC1 97.78%);
	box-shadow:0 12px 34px 0 rgba(2, 90, 140, 0.60);
}
.addRowBtn:hover{
	background:linear-gradient(271deg, #1C8BC1 2.06%, #025483 97.78%);
	box-shadow:0 12px 34px 0 rgba(2, 90, 140, 0.60);
}
.updateBtn:hover{background:linear-gradient(271deg, #F3A629 2.06%, #ED4F01 97.78%)}

@media screen and (min-width:767px){
	.pdtWidget td:before{display:none;}
	.pdtWidget th{
		padding:20px;/* 20 / 1024 */
		display:table-cell;
    	font-family:Proxima Nova;
		line-height:1.00;/*18px*/
		font-size:1.125em;/*18px*/
		font-weight:700;
	}
	.pdtWidget td{
		display:table-cell;
		padding:28px 20px;/* 28-20 / 1920 */ 
		line-height:0;
	}
}
@media (min-width: 767px) and (max-width: 1920px) {
	.pdtWidget th{padding:1.953125vw}/* 20 / 1024 */
	.pdtWidget td{padding:1.4583333333333334vw 1.0416666666666666vw}/* 28-20 / 1920 */ 
}

@media screen and (max-width:1024px){
	.widgetWpr,
	.widgetSec{font-size:1.5625vw} /* 16 / 1024 */  
	.widgetShadow{padding:2.1484375vw 6.640625vw 6.640625vw}/* 22-68-68 / 1024 */
	#amzLogo{
		width:25.48828125vw;/* 261 / 1024 */
		margin-bottom:4.4921875vw;/* 46 / 1024 */ 
	}
	.widgetWpr #amzLogo{margin-bottom:2.073365231259968vw} /* 26 / 1254 */ 
	.widgetTop p{max-width:	44.43359375vw}/* 455 / 1024 */ 
	.widgetMid{padding-top:4.00390625vw}/* 41 / 1024 */ 
	.pdtWidget .widgetBox{padding:7.8125vw}/* 80 / 1024 */ 
	.closeButton{
		width:4.8828125vw;/* 50 / 1024 */ 
		right:-2.44140625vw;/* 25 / 1024 */
		top:-1.7578125vw;/* 18 / 1024 */
	}
	.pdtWidget td input{height:4.1015625vw}/* 42 / 1024 */	
	.deleteBtn{height:4.19921875vw}/* 43 / 1024 */
	.pdtWidgetBtn{padding-top:	3.90625vw}/* 40 / 1024 */ 
	.addRowBtn, .updateBtn{
		padding:0.9765625vw 2.9296875vw;/* 10-30 / 1024 */ 
		gap:0.9765625vw;/* 10 / 1024 */ 
	}
	.addRowBtn svg, .updateBtn svg{height:1.7578125vw}/* 18 / 1024 */
	
	.widgetHead{padding:1.953125vw}/* 20 / 1024 */
	.widgetBody{padding:4.1015625vw 7.51953125vw 5.2734375vw}/* 42-77-54 / 1024 */	
	.opportunity{padding:2.24609375vw 0 2.5390625vw}/* 23-26 / 1024 */
	.opportunity .inputBox{margin-bottom:2.9296875vw}/* 30 / 1024 */ 
	.opportunity label{padding-bottom:1.953125vw}/* 20 / 1024 */
	.widgetBody .form-control{
		height:5.859375vw;/* 60 / 1024 */  
		padding:1.953125vw;/* 20 / 1024 */
	}
	.paymentBtn{padding:1.953125vw}/* 20 / 1024 */ 
	.pUserDetails{padding-bottom:3.22265625vw}/* 33 / 1024 */ 
	.pUserDetails strong{padding-bottom:1.7578125vw}/* 18 / 1024 */
	.pTitle strong{padding:0 1.953125vw 0 0}/* 20 / 1024 */ 
	.selectCard{padding:2.1484375vw 0 0.9765625vw}/* 22-10 / 1024 */
	.selectCard ul{
		padding-bottom:1.953125vw;/* 20 / 1024 */
		gap:1.953125vw;/* 20 / 1024 */
	}
	.selectCard input + label{padding:1.953125vw}/* 20 / 1024 */
	.selectCard input + label::after{
		width:2.34375vw;/* 24 / 1024 */
		height:2.34375vw;/* 24 / 1024 */
		right:1.953125vw;/* 20 / 1024 */
	}
	.addNewCard{margin:1.07421875vw 0 1.46484375vw}/* 11-15 / 1024 */ 
	.addNewCard svg{
		height:2.05078125vw;/* 21 / 1024 */ 
		margin-right:1.3671875vw;/* 14 / 1024 */ 
	}
	.secondCard .inputBox{margin-bottom:2.9296875vw}/* 30 / 1024 */
	.secondCard label{
		padding:0 0.68359375vw;/* 7 / 1024 */
		top:-0.9765625vw;/* 10 / 1024 */
		left:1.953125vw;/* 20 / 1024 */
	}
	.secondCard .cardNumbers .form-control{
		padding-right:7.32421875vw;/* 75 / 1024 */ 
		background-size:5.859375vw auto;/* 60 / 1024 */ 
		background-position:right 1.953125vw center;/* 20 / 1024 */
	}
	.amountBox{
		padding-bottom:2.1484375vw;/* 22 / 1024 */
		margin-bottom:1.171875vw;/* 12 / 1024 */ 
		gap:1.07421875%;/* 11 / 1024 */
	}
	.widgetBtm{padding:	2.24609375vw 0 0.9765625vw}/* 23-10 / 1024 */
	.widgetBtm .inputBox{padding-bottom:2.9296875vw}/* 30 / 1024 */
	.widgetBtm strong{padding-right:2.34375vw}/* 24 / 1024 */
	.widgetBtm label{margin-right:2.63671875vw}/* 27 / 1024 */
	.widgetBtm .inputBox span:last-child label{margin-right:0}
	.widgetBtm label::after{
		width:1.953125vw;/* 20 / 1024 */
		height:1.953125vw;/* 20 / 1024 */
		margin-right:1.171875vw;/* 12 / 1024 */
	}
	.successNotification{font-size:16px}
}

@media screen and (max-width:767px){
	.successNotification{max-width:300px}
	.secondCard {padding-bottom: 5px}
}

@media screen and (max-width:639px){
	.widgetWpr,
	.widgetSec {
		padding: 30px 15px;
		font-size: 3vw;
	}
	.widgetShadow {padding: 15px}
	.widgetBody {
		padding-left:15px;
		padding-right:15px;
	}
	#amzLogo {width: 50vw}
	.widgetTop p {max-width: inherit}
	.pdtWidget td input {height: 8vw}
	.deleteBtn{
		height: 8vw;
	}
	.addRowBtn, .updateBtn {padding: 1.5vw 2.9296875vw}
	.addRowBtn svg, .updateBtn svg {height: 3vw}
	.widgetBody .form-control {height: 8vw}
	.selectCard li {width: 100%}
	.selectCard input + label::after,
	.widgetBtm label::after{
		width: 4vw;
		height: 4vw;
	}
	.secondCard .cardNumbers {width:53%}
	.secondCard .expiryDate {width: 28%}
	.secondCard .cvv {width: 17%}
	.secondCard label {
		font-weight: 600;
		top: -2vw;
	}
	.widgetBody .selectOption.form-control {
		background-position: center right 5px;
		background-size: 10px auto;
	}
	.selectCard input + label {font-size: 0.800em}
	.newSltCrd input + label {font-size:1.000em}
}



















.select{
	width: 100%;
    position:relative;
}
.select .selectBtn{
	width: 100%;
	height: 60px;
	padding: 20px;
	display: block;
	border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #929292;
	transition: all .2s ease-in-out;
	background-image: url(images/arrowDown.svg);
	background-position: center right 20px;
	background-repeat: no-repeat;
	font-family: Proxima Nova;
	font-size: 1.000em;
	line-height: 1.25;
	font-weight:700;
    cursor:pointer;
	color: #000;
	margin: 0;
}
.select #selectDropdown{
    width:100%;
    background:#fff;
    transform:scale(1, 0);
    -webkit-transform:scale(1, 0);
    box-shadow:0 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin:top center;
    transform-origin:top center;
    border-radius:0 0 3px 3px;
    transition:0.2s ease;
    position:absolute;
    visibility:hidden;
    overflow:hidden;
    z-index:1;
    top:100%;
	flex-wrap:wrap;
	display:flex;
}
.select #selectDropdown.toggle{
	visibility:visible;
	transform:scale(1, 1);
}
.select #selectDropdown .option{
    width:100%;
    padding:10px;
    box-sizing:border-box;
	justify-content:space-between;
	align-items:center;
	position:relative;
	line-height:1.10;
    font-weight:500;
	font-size:12px;
	display:flex;
    color:#000;
}
.select #selectDropdown .option:hover{
	background:#025483;
    color:#fff;
}
.remove{
	width:12px;
	line-height:0;
    cursor:pointer;
	display:block;
}

.addCard{
    width:100%;
    padding:10px;
    box-sizing:border-box;
	justify-content:center;
	display:flex;
}
.addCard button{
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	background:none;
    font-family:Proxima Nova;
	justify-content:center;
	align-items:center;
	line-height:1.10;
	font-weight:600;
	font-size:12px;
	color:#025483;
	display:flex;
	gap:5px;
}
.addCard svg{
	height:10px;
	line-height:0;
}
@media screen and (max-width: 1024px) {
	.select .selectBtn{
		height: 5.859375vw;
		padding: 1.953125vw;
	}
}
@media screen and (max-width: 639px) {
	.select .selectBtn{
		height: 8vw;
		background-position: center right 5px;
		background-size: 10px auto;
	}
}