:root {
	--themecolor1: #002323;
	--themecolor2: #0081C6;
	--themecolor3: #DEE965;    
	--themecolor6: #022D2D;    
	--text-colordark: #333333;
	--font-face1: "Inter", sans-serif !important;
	--outline-color: #F7F7F7;
	
	}
	
	.bg-darkgreen {background: var(--themecolor1) !important;}
	.bg-dark {background: var(--themecolor2) !important;}
	.color-1 {color: var(--themecolor1);}
	.color-2 {color: var(--themecolor2);}
	.color-3 {color: var(--themecolor3);}
	.color-4 {color: #E65F46;}
	.color-5 {color: #000;}
	.color-2323 {color: #002323;}
	.color-6 {color: var(--themecolor6);}
	.opacity-05{opacity: 0.5;}
	.bgbluelight{background: var(--themecolor2);}
	.diagrammr{  font-family: 'Diagramm-Regular';}
	.fw-600{  font-family: 'Diagramm-Bold';}
	
	.appdevbg img {	transition: 0.4s all ease-in-out;height: 62px;fill: #1F90CC;width: 62px;}
	.appdevbg:hover img {height: 48px;overflow: hidden;width: 48px;margin-bottom: 10px;box-shadow: 0 0px 2px 0 rgba(14, 14, 14, 0.08);border-radius: 100%;}
	.appdevbg {transition: box-shadow .2s;width: 100%;transition: 0.5s all ease;}
	a:hover {
		color: #dee965;
	}
	body {font-family: "Inter", sans-serif !important; color: #002323;}
	.clear {clear: both}
	.divaid {width: 68px;border-radius: 33px;height: 8px;background: #fff;margin: 9px auto;}
	.btn_2 {background: var(--themecolor3);border-radius: 26px;transition: all 0.3s;}
	.btn:hover {color: #002b57 !important;background-color: #d4e13d;border: 1px solid #d4e13d;}
	.btn_w {border-radius: 26px;background-color: transparent;border: 1px solid #e8f5d1;color: #e8f5d1;transition: all .3s ease-in-out;}
	.btn_w:hover {background-color: #e0f0c4;border: 1px solid #e0f0c4;color: #022d2d;}
	.btn {	padding: 15px 30px;}
	h1,
	h2,
	h3,
	h4,
	h5 {
	font-family: "Inter", sans-serif !important; font-weight: bold;
	}
	
	.h2, h2 {font-size: 42px;line-height: 1;font-family: 'Diagramm-Bold';}
	.h3, h3 {font-size: 25px;line-height: 28px;}
	.h1-main-px {padding: 0 100px;}
	.bg-tintsgreen a:hover {color: #4aa6ac !important;}
	
	ul,
	ol {
	list-style-position: inside;
	}
	
	p:empty {
	display: none;
	margin-bottom: 0
	}
	.f-color-FFA1A1 {color: #FFA1A1;}
	.greybg {background: #DCDCE2}
	.bg_blue {background: #002323}
	.lightgreybg {background: #5B616F;}
	.lightgreenbg {background: #E8F5D1;}
	.cursor-pointer {cursor: pointer;}
	.fs-13{font-size:13px  !important;}
.fs-14{font-size:14px;}
	.fs-18 {font-size: 18px;}
	.fs-17 {font-size: 17px;}
	.fs-20 {font-size: 20px;}
	.fs-26 {font-size: 26px;}
	.fs-36 {font-size: 36px;line-height: 43px;font-weight: 500;}
	.fs-38 {font-size: 38px;line-height: 46px;font-weight: 900;}
	.fs-66 {font-size: 66px;line-height: 73px;}
	.fs-48 {font-size: 48px;}
	.fs-42 {font-size: 42px; line-height: 52px;}
	.fs-28 {font-size: 28px;}
	.fs-30 {font-size: 30px;}
	.fs-22 {font-size: 20px;}
	.fs-24 {font-size: 24px;}
	.fs-50 {font-size: 50px;line-height: 60px;}
	
	.mt-100 {margin-top: 85px;}
	.mb-150 {margin-bottom: 150px;}
	.lh-60 {line-height: 60px;}
	.px-200 {padding: 0 180px;}
	.py-100 {padding: 85px 0;}
	.py-200 {padding: 200px 0;}
	.pt-130 {padding-top: 70px;}
	.pt-75 {padding-top: 75px;}
	.pl-130 {padding-left: 70px;}
	.pr-130 {padding-right: 70px;}
	.mt-75 {margin-top: 75px;}
	.white{color: #fff;}
	
	
	.loadmore .loadMorebtn  {
	  text-decoration: none;
	   padding: 14px 39px;
	   text-transform: uppercase;
	   font-weight: 300;
	   color: #002323;
	   background-color: #DEE965 ;
	   border-radius: 28px;
	   font-size: 18px;
	   transition: all 0.5s ease-out;
	
	 }
	 .loadmore .loadMorebtn:hover  {
	   background-color: #164141;
	   color: #fff;
	 }
	 
	 /* Disabled State */
    .loadmore .loadMorebtn:disabled {
        background-color: #cccccc; /* Gray background */
        color: #666666; /* Darker gray text */
        cursor: not-allowed; /* Show "not allowed" cursor */
        opacity: 0.7; /* Reduce opacity to indicate disabled state */
    }
	
	 .striped {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin:22px 0;
	}
	 .striped-line {
		flex: auto;
		flex-basis: auto;
		border: none;
		outline: none;
		height: 2px;
		background: #DEE4EA;
	}
	.striped-text {
		/* font-family: inherit; */
		font-size: 15px;
		font-weight: 300;
		line-height: inherit;
		color: #060A24;
		margin: 0 1rem;
	}
	.method-action {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 10px;
		outline: none;
		font-size: 18px;
		border: 2px solid #E5E7EB;
		border-radius: 8px;
		color: #022D2D;
		text-transform: capitalize;
		text-rendering: optimizeLegibility;
		transition: all 0.35s ease;
	}
	
	
	/*----------form----------------*/
	.label-before, .field input:focus + label::before, .field input.valid + label::before {
	line-height: 20px;
	font-size: 15px;
	top: -10px;
	background: linear-gradient(#f7fafb, #ffffff);
	padding: 0 6px;
	left: 9px;
	}
	
	.field {position: relative;margin-bottom: 5px !important;height: 73px;}
	.field label::before {content: attr(title1);position: absolute;top: 0;left: 15px;line-height: 48px;color: #222;transition: 300ms all;font-size: 18px; font-weight: 100;}
	.field input:focus {outline: 0;box-shadow: 0}
	.field input:valid + label::before {content: attr(data-title1);}
	.field.h100 {height: 140px;}
	.label-before, .field input:focus + label::before, .field input:valid + label::before {line-height: 20px;font-size: 15px; top: -10px; background:linear-gradient(#fff, #fff);padding: 0 6px;color: #8B8EA1;left: 9px;}
	.field label {cursor: text;}
	.label-before, .field textarea:focus + label::before, .field textarea:valid + label::before {line-height: 20px;font-size: 15px;top: -10px;background: linear-gradient(#fff, #fff);padding: 0 6px;color: #8B8EA1;  left: 9px;}
	.form-control {
	height: 50px;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	border: 2px solid #E5E7EB;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	color: #8B8EA1;
	}
	.form-floating label{	color: #8B8EA1;}
	.form-control::placeholder, .form-control:focus {
		color: #8B8EA1;
		border-color: #e5e7eb;
	}
	.form-control:focus {background-color: #fff; box-shadow: inherit;}
	.cal-icon {background: url("./calendar-icon-blue.png") no-repeat right 15px center !important;}
	.login-gradient {
	background: #022D2D;
	}
	.lightcrembg {
		background: #F8F4EF;
		}
	.login-body {
	background: #FBFBFB;
	height: 100%;
	}
	
	.card.login-form {
		width: 764px;
		border: 0px solid #E5E7EB;
		border-radius: 24px;
		margin-left: 12%;
		max-height: 85vh;
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: #c4c4c4 #f5f5f5;
		padding: 0 7%;
	}
	
	/* Chrome, Edge, and Safari */
	.card.login-form::-webkit-scrollbar {
		width: 6px; /* Width of the scrollbar */
	}
	
	.card.login-form::-webkit-scrollbar-track {
		background: #f5f5f5; /* Background of the scrollbar track */
	}
	
	.card.login-form::-webkit-scrollbar-thumb {
		background-color: #c4c4c4; /* Color of the scrollbar handle */
		border-radius: 10px; /* Rounded corners for the scrollbar handle */
	}
	.login-form .field {
		height: 59px;
	}
	.logincolor{color: #0E1116;}
	.rounded-3 {
		border-radius: .4rem !important;
	}
	
	.smile {
		margin-bottom: 26px;
	}
	
	
	.switchbutton .form-check-input {
		background-color: #E8F5D1;
		border-color: #E8F5D1;
	}
	
	.switchbutton .form-check-input:checked {
		background-color: #dee965;
		border-color: #dee965;
	}
	.switchbutton .form-switch .form-check-input:checked {
		background-position: right center;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23002323'/%3e%3c/svg%3e");
	}
	.switchbutton .form-switch .form-check-input:focus, .switchbutton .form-switch .form-check-input {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23002323'/%3e%3c/svg%3e");
	  box-shadow: 0 0 0;
	}
	
	.switchbutton .form-check-input {
		height: 1.3em;
		width: 2.4em;
	}
	
	  
	.price-table {
		width: 100%;
		border-collapse: collapse;
		border: 0 none;
	}
	.price-table th {
		font-size: 18px;
		font-family: 'Diagramm-Medium';
	}
	.price-table tr:not(:last-child) {
		border: 1px solid #E5E7EB;
	}
	.price-table tr.price-table-head td {
		border-left: 1px solid #E5E7EB;;
		padding: 33px 32px;
		text-align: left;
	}
	tr td, tr th {
		border: 1px solid #E5E7EB;;
		padding: 15px 15px;
		white-space: nowrap;
	}
	
	tr td {
	text-align: center;
	}
	
	
	.price-table tr td:first-child {
		border: 0 none; vertical-align: bottom;
	}
	
	.price-table tr:nth-of-type(2n) {
		background-color: #F8F4EF;
	}
	.price-table .fa-check {
		color: #fff;
		background: #000;
		width: 24px;
		height: 24px;
		border-radius: 100%;
		text-align: center;
		padding: 3px;
		font-size: 16px;
		line-height: 18px;
	}
	.price-table .fa-times {
		color: #fff;
		background: #E65F46;
		width: 24px;
		height: 24px;
		border-radius: 100%;
		text-align: center;
		padding: 3px;
		font-size: 16px;
		line-height: 18px;
	}
	
	thead{border-bottom: solid #E5E7EB;}
	
	.price-table tr.price-table-head td {
		font-size: 24px;
		font-family: 'Diagramm-Bold';
	}
	.pricerate {
		font-size: 52px;
	}
	.priceratedayes {
		font-family: 'Diagramm-Regular';
	}
	.price-table-head td sub {
		font-size: 18px;
		font-family: 'Diagramm-Regular';
	
	}
	
	.price-table-head td:nth-child(2){background: #FFA1A1;}
	.price-table-head td:nth-child(3){background: #DEE965;}
	.price-table-head td:nth-child(4){background: #DBBFFF;}
	
	.tablebtn1{background: #FFA1A1;}
	.tablebtn2{background: #DEE965;}
	.tablebtn3{background: #DBBFFF;}
	.price-table tfoot tr td {
		border-left: 0 none;
		border: 0px solid #E5E7EB;
	}
	
	
	
	  
	.signupbg {
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	}
	
	.form-floating > label {padding: 0.99rem .75rem;}
	.form-floating > .form-control, .form-floating > .form-select {
		height: 56px;
	}
	.h_auto{height: auto;}
	textarea.form-control {
	height:150px !important;
		border: 2px solid #E5E7EB;
		border-radius: 8px;
		outline: none;
		resize: none;
	}
	a{text-decoration: none;   transition: all 0.5s ease-out;}
	a:focus {outline: none; box-shadow: 0 0 0px;}
	.form-check-input:focus {outline: 0;box-shadow: 0 0 0 0rem rgba(13,110,253,.25);}
	
	.field-icon {
		float: right;
		margin-left: 0;
		margin-top: 20px;
		position: absolute;
		z-index: 2;
		right: 15px;
		color: #8B8EA1;
	}
	
	.closebtn {
		float: right;
		width: 42px;
		height: 42px;
		border: 2px solid #E5E7EB;
		background: #F8F4EF;
		border-radius: 100%;
		display: flex;
		margin: auto;
		font-size: 18px;
		color: #022D2D; line-height: 34px;
		margin-right: -34px;
	}
	.closebtn a{display: flex;}
	.closebtn:hover{background: #022D2D;}
	.closebtn:hover a{color: var(--themecolor3);}
	.closebtn a:hover{background: #022D2D;}
	
	
	form .form-check-input {
		width: 21px;
		height: 21px;
		margin-top: -0em;
		border: 2px solid #DEE4EA;
		border-radius: 4px !important;
	
	}
	.form-check-input:checked {
		background-color: #002323;
		border-color: #002323;
	}
	li.active a{color: var(--themecolor3) !important;}
	.cookiesbtn{border: 1px solid #002323;
	  color: #002323 !important;}
	
	  .shapbg {
		background: url(../images/Grid.png);
		position: absolute;
		height: 400px;
		width: 500px;
		left: 0;
		top: 113px;
	}
	.checkoutbg{background: #022D2D;}
	.payment-card {
		padding: 25px 40px;
		margin: 10px auto;
	}
	
	  .profile-pic {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		object-fit: cover;
	  }
	
	  .payment-info h5 {
		font-size: 1.25rem;
		font-weight: bold;
		margin-top: 10px;
	  }
	
	  .payment-info span {
		font-size: 0.9rem;
		color: #002323;
	  }
	
	  .btn-round {
		border-radius: 30px;
	  }
	
	  .qr-section {
		border: 1px solid #e9ecef;
		padding: 15px;
		border-radius: 10px;
		margin-bottom: 5px;
		text-align: center;
		box-shadow: 0 5px 15px rgba(2,45,45,0.10);
	}
	
	  .qr-section img {
		/*! max-width: 100%; */
		height: auto;
	  }
	
	  .file-upload {
		border: 2px dashed #c4c4c4;
		padding: 20px;
		text-align: center;
		border-radius: 10px;
		position: relative;
		width: 100%;
		margin: 0 auto;
		cursor: pointer;
		transition: border-color 0.3s ease;
	  }
	
	  .file-upload p {
		font-size: 16px;
		color: #002323;
		margin-bottom: 10px;
	}
	
	  .file-upload input[type="file"] {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		cursor: pointer;
	  }
	
	  .file-upload:hover {
		border-color: #022D2D;
	  }
	
	  .file-upload img {
		display: block;
		margin: 0 auto 2px;
		width: 40px;
		height: 40px;
	}
	
	  .file-upload .btn {
		background-color: #E5E7EB;
		border-color: #E5E7EB;
		color: #8B8EA1;padding: 5px 30px;
		border-radius: 28px;
	}
	
	  .file-upload .btn:hover {
		background-color: #d6d9dd;
	  }
	
	  .file-upload .form-control {
		display: none;
	  }
	
	  .file-name {
		margin-top: 10px;
		color: #002323;
		font-weight: bold;
	  }
	  .btn-confirm {
		background-color: #e6ec58;
		color: #000;
		font-weight: bold;
		border-radius: 30px;
		width: 100%;
		padding: 14px 31px;
	}

	

	  .checkoutbg input.form-control{border: 1px solid #DEE4EA; border-radius: 8px;}
	  .checkoutbg  .login-form .field {
		height: 82px;
	}
	.checkoutbg .card.login-form {
		width: 700px;
	}
	.copy-icon {
		cursor: pointer;
		background-color: #e7f4d6;
		border-radius: 4px;
		padding: 5px;
		margin-left: 10px;
		display: inline-flex;
		align-items: center;
	  }
	
	  .copy-icon img {
		width: 18px;
		height: 18px;
	  }
	
	  .copied-text {
		color: green;
		display: none; font-size: 12px;
		margin-left: 6px;
	  }
	  .upiapp li {
		background: #FBFBFB;
		border-radius: 4px;
		text-align: center;
		list-style: none;
		padding: 4px 12px;
		border: 1px solid #DEE4EA;
		margin-right: 13px;
		min-height: 32px;
		display: flex;
		justify-content: center;
	}
	
	
	#bank {
		display: none;
	  }
	
	  .copy-container {
		margin-top: 10px;
	  }
	
	  .copied-text {
		display: none;
		margin-left: 10px;
		color: green;
	  }
	
	  .btnupi img{ color: #022D2D ;}
	  .active-btn{background: #022D2D; color:#fff;}
	  .active-btn img{ filter: brightness(255);}
	  .checkoutbg .checkoutinner.card.login-form {
		width: auto !important;
		max-width: 1440px;
	}

	.btn-outline-secondary {
		border-color: #E5E7EB !important;
	}
	.active-btn:hover{background: #022D2D;}
	.btnbank, .btnupi {
		border: 1px solid #E5E7EB;
		background: transparent;
		padding: 15px;
	}
	.btnbank.active-btn, .btnupi.active-btn {
		background: #022D2D;
		border: 0px solid #E5E7EB;
	}
.fw-500{font-weight: 500;}
.fw-300{font-weight: 300;}
	

.social-icons a {
	color: #fff;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
  }
  .opacity50{opacity: 0.50;}

  .social-icons ul{list-style: none;}
  img.w-110 {
    width: 103%;
    margin-left: -1.5%;
}
.overfloyh{overflow-x: hidden;}
.w150 {
    width: 150px;
    display: inline-flex;
}
.invoice-table tr td{text-align: left;}
.invoice-table tr {
    border: 1px solid #DEE4EA;
    padding: 15px 15px !important;
    white-space: nowrap;
}
.invoice-table tr td, .invoice-table tr th, .invoice-table tfoot tr th{
    border: 0px solid #DEE4EA;
    padding: 15px 15px !important;
    white-space: nowrap;
}
.invoice-table thead {
    border-bottom: 0 solid #E5E7EB;
}
.hovercolor:hover{color: #002323;}
.rounded24{border-radius: 24px;}


.captcha {
	background-color: #F8F9FA;
	border: 2px solid #DEE4EA;
	border-radius: 8px;
	color: #4c4a4b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 348px;height: 71px;
	margin: 14px 0 22px;
}





	.loadmore .loadMorebtn {
		padding: 14px 29px;
		font-size: 16px;
	}
	.upiapp li {
		padding: 1px 9px;
		margin-right: 5px;
		min-height: 24px;
	}
	
.payment-card {
	padding: 20px 40px;
	margin: 1px auto;
}
.copy-icon {
	padding: 3px;
	margin-left: 6px;
	
}

}
.captcha .text {
	font-size:18px;
	color: #002323;
	margin-right:1em;
}
.captcha .spinner {
	position: relative;
	width: 2em;
	/* height: 2em; */
	display: flex;
	margin: 1.3em 6px 1.3em 16px;
	/* align-items: center; */
	/* justify-content: center; */
}
.captcha input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
.captcha input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:25px;
	height:25px;
	background-color:#fcfcfc;
	border:2.5px solid #EBEFF6;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
.captcha input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
.captcha input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
.captcha input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
.captcha input[type="checkbox"]:checked+.checkmark { 
	animation:2s spin forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span { 
	animation:1s fadein 1.9s forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.captcha input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.captcha .logo {
	/*! display:flex; */
	/*! flex-direction:column; */
	/*! align-items:center; */
	/*! height:100%; */
	/*! align-self:flex-end; */
	margin:0.5em 1em;
}
.captcha .logo img {
	/*! height:2em; */
	/*! width:2em; */
}
.captcha .logo p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.captcha .logo small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}




.ms1{margin-left: 8px;}
.rounded3{border-radius: 4px;}



@media screen and (max-width: 1680px) {
    .checkoutbg .checkoutinner.card.login-form {
        max-height: 100%;
    }
    .iphan_W.wipad {
        width: 100%;
    }
}

    @media screen and (max-width: 1100px) {

        .payment-card {
            padding: 25px 0px;
        }

        .btn {
            padding: 15px 13px;
        }

       
    }


    @media only screen and (max-width: 767px) {
        .payment-card {
            width: 100%;
            padding: 11px 16px;
        }

        .just_center {
            justify-content: center;
        }

        .maintenance .fs-48 {
            font-size: 30px;
        }

        .maintenance .fs-18 {
            font-size: 14px;
        }

        .btnbank, .btnupi {
            padding: 5px;
            font-size: 13px;
            font-weight: bold;
        }

        .fs-18 {
            font-size: 14px;
        }

        .wiph {
            width: 100%;
        }

        .shapbg {
            width: 100%;
            top: 15px;
        }

        .card.login-form {
            width: 100%;
        }

        .invoice-table tr td, .invoice-table tr th, .invoice-table tfoot tr th {
            padding: 10px 11px !important;
        }

        body {
            font-size: 14px;
        }

        .Invoicep p {
            word-wrap: break-word;
        }

        .invoice-table {
            width: 100%;
            overflow-x: auto;
            display: block;
        }

        .invoicetable {
            overflow: auto;
            display: inline-grid;
            width: 100%;
        }

        .invoice-logo img {
            width: 190px;
        }

        img.iphone_w {
            width: 100%;
        }


        /* phone css only screen */
        .newfile.file-upload .btn {
            padding: 5px 16px;
            font-size: 13px;
        }

        .newfile.file-upload {
            display: flex;
            border: 1px solid #dee4ea;
            padding: 4px;
            border-radius: 8px;
        }

            .newfile.file-upload .btn {
                padding: 2px 16px;
            }

            .newfile.file-upload .file-name {
                font-weight: 500;
                margin-left: 8px;
                margin-top: 2px;
            }

        .iphan_W {
            width: 103px;
        }

        .phscreen li {
            background: #FBFBFB;
            border-radius: 100%;
            text-align: center;
            list-style: none;
            width: 26px;
            height: 26px;
            padding: 0px;
            border: 1px solid #DEE4EA;
            margin-right: 13px;
            justify-content: center;
        }

        .newcheckoutinner .h6, .newcheckoutinner h6 {
            font-size: 14px;
        }

        .payment-card .form-control {
            height: 35px;
            font-size: 14px;
        }

        .payment-card .btn-confirm {
            padding: 6px 31px;
            font-weight: bold;
            font-size: 15px;
        }

        .newcheckoutinner.card.login-form {
            height: 100vh;
            max-height: 100vh;
            border-radius: 0;
        }

        .iphonefull.card.login-form {
            height: 100vh;
            max-height: 100vh;
            border-radius: 0;
        }

        .newcheckoutinner .profile-picb {
            width: 44px;
        }

        .payment-info h5 {
            font-size: 16px;
            font-weight: bold;
        }

        .btnupi img, .btnbank img {
            width: 17px;
        }

        .newcheckoutinner .qr-section {
            padding: 7px 13px 10px;
            border-radius: 10px;
            margin-bottom: 5px;
        }

        .newcheckoutinner p {
            line-height: 17px;
        }

        .iph_w150 {
            width: 167px;
        }

        .payment-info span {
            font-size: 0.8rem;
            color: #002323;
        }

        .w-125px {
            width: 140px;
        }

        .checkoutbg .login-form .field {
            height: 57px;
        }

        .checkoutbg {
            padding: 0px;
        }

        .fs-16.inph {
            font-size: 14px;
        }

        .w18 {
            width: 18px;
        }

        .ms1 {
            margin-left: 2px;
        }

        .iphlinehph {
            line-height: 27px;
            height: 30px;
            padding: 0 14px;
        }

        /* phone css only screen */

    }


    @media only screen and (max-width: 575px) {
        .iphan_W {
            width: 95px;
        }
    }

    @media only screen and (max-width: 420px) {
        img.ipadimg {
            width: 100%;
            padding: 0 40px;
        }

        .phscreen li {
            margin-right: 7px;
        }

        .linehph {
            line-height: 20px;
        }
    }

    @media only screen and (max-width: 379px) {

        body {
            font-size: 13px;
        }

        .fs-18 {
            font-size: 13px;
        }
    }
	
	