input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.col,
.row {
	margin: 0
}

body {
	font-family: 'Poppins' !important;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

.main-content {
	width: 100%;
	overflow: hidden;
	background-color: #fff
}

.invoice-container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: -300px;
}
#limit-reached-form {
	display: none;
	text-align: center;
	padding-top: 120px;
}

.invoice-wrapper {
	width: 80%;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	padding-bottom: 30px;
	border-radius: 63.434px;
	box-shadow: 0 3.383px 19.3px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
}

.heading-black-text {
	color: #000;
	font-weight: 500;
	font-size: 40px
}

.heading-red-text {
	color: #ed1a3b
}

.invoice-options {
	display: flex;
	width: 85%;
	margin: 50px 0 20px 100px;
	position: relative
}

.invoice-options-head {
	display: flex;
	width: 85%;
	margin: 0 0 0 100px;
	position: relative
}

.invoice-steps-head {
	display: flex;
	width: 85%;
	margin: 20px 0 0 100px;
	position: relative;
	align-items: center
}

.theme-selection {
	background: #fff 0% 0% no-repeat padding-box;
	border-radius: 4px;
	width: 25%;
	min-height: 600px;
	max-height: 800px;
	margin-bottom: 50px
}

.user-actions-container {
	display: none;
	border-radius: 20px;
	width: 50%;
	background-color: #fff;
	margin: auto;
	margin-top: 50px
}

.download-success {
	display: none;
	text-align: center;
	padding-bottom: 40px
}

.download-success-message {
	color: #2bb673;
	font-weight: 600;
	margin-top: -35px;
	font-size: 35px
}

.mob-download-banner {
	margin-top: -14px
}

.success-text {
	text-align: center;
	color: #231f20;
	font-size: 26px;
	font-weight: 600
}

.success-ul {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 30px
}

.success-button-div {
	display: flex;
	justify-content: center
}

.success-text-li {
	text-align: justify;
	color: #231f20;
	font-size: 20px;
	list-style-type: circle !important
}

.red-text {
	color: #ed1a3b
}

.user-action-form {
	padding: 30px 50px;
	margin-bottom: 50px
}

.choose-color {
	margin-top: 44px;
	color: #231f20;
	display: flex;
	justify-content: center
}

.color-options {
	display: flex;
	justify-content: center
}

.color-pallette-item {
	width: 40px !important;
	height: 40px !important;
	display: inline-block;
	background-color: #000;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	cursor: pointer !important;
	margin-left: 10px;
	margin-top: 20px
}

.selected-color {
	border: 3px solid #ed1a3b
}

.download-options {
	width: 20%;
	position: relative;
	margin: 0 20px
}

.block-download {
	width: 100%;
	height: 350px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #666;
	color: #fff
}

.block-reachout {
	width: 100%;
	padding: 20px;
	background-color: #666;
	color: #fff
}

.download-wrap {
	position: relative;
	width: 100%
}

.download-wrap>h4 {
	font-size: 1.5rem;
	font-weight: 700
}

.download-wrap>p {
	font-size: 1.1rem
}

.invoice-theme-wrapper {
	position: relative;
	width: 80%;
	margin: 0 20px 0 0;
	overflow: hidden
}

.header-block-container {
	margin: 0 auto;
	padding: 37px 0 0;
	position: relative
}

.hero-block-container {
	width: 100%;
	display: flex;
	justify-content: center;
	background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/invoice-generator-v2/desktop-hero.webp) !important;
    height: 683px;
    background-position: center;
	background-size: cover
}

.hero-section {
	width: 80%;
	display: flex
}

.main-invoice-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	background-color: #fff
}

.progress-steps-container {
	text-align: center;
	font-size: 15px;
	color: #231f20
}

.progress-steps {
	padding: 15px;
	background-color: #d1d3d4;
	width: 100px;
	height: 60px;
	border-radius: 4px;
	margin-bottom: 10px
}

.progress-step-1 {
	background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/invoice-generator-revamp/edit-inactive.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%
}

.progress-step-1.active-step {
	background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/invoice-generator-revamp/edit-active.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%
}

.progress-step-2 {
	background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/invoice-generator-revamp/preview-inactive.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%
}

.progress-step-2.active-step {
	background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/invoice-generator-revamp/preview-active.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%
}

.active-step {
	background-color: #ed1a3b;
	color: #ed1a3b
}

.share-buttons {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.share-button {
	width: 140px;
	background-color: #ed1a3b;
	padding: 20px;
	margin-top: 40px;
	color: #fff;
	border-radius: 6px;
	cursor: pointer
}

.like-buttons {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	font-size: 20px;
	color: #ed1a3b;
	margin-top: 50px
}

.like-button {
	width: 150px;
	background-color: #ed1a3b;
	padding: 8px;
	margin-top: 40px;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	font-size: 30px;
	margin-bottom: 10px
}

.like-button.bounce {
	display: inline-block;
	animation: bounce 1s ease 0s 1 alternate
}

@keyframes bounce {
	0% {
		-webkit-transform: scale(1.1, .9);
		transform: scale(1.1, .9)
	}

	50% {
		-webkit-transform: scale(.9, 1.1) translateY(-.5rem)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.feature-section>img {
	max-width: 100% !important
}

ol.progtrckr {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 10px 0
}

ol.progtrckr li {
	display: inline-block;
	text-align: center
}

ol.progtrckr[data-progtrckr-steps="2"] li {
	width: 49%
}

ol.progtrckr[data-progtrckr-steps="3"] li {
	width: 30%
}

ol.progtrckr[data-progtrckr-steps="4"] li {
	width: 24%
}

ol.progtrckr[data-progtrckr-steps="5"] li {
	width: 19%
}

ol.progtrckr[data-progtrckr-steps="6"] li {
	width: 16%
}

ol.progtrckr[data-progtrckr-steps="7"] li {
	width: 14%
}

ol.progtrckr[data-progtrckr-steps="8"] li {
	width: 12%
}

ol.progtrckr[data-progtrckr-steps="9"] li {
	width: 11%
}

ol.progtrckr li.progtrckr-done {
	color: #000;
	position: relative
}

ol.progtrckr li.progtrckr-done>.inv-icons {
	background-color: #ed1a3b;
	color: #fff
}

ol.progtrckr li.progtrckr-todo>.inv-icons {
	background-color: silver;
	color: #fff
}

ol.progtrckr li.progtrckr-todo {
	color: silver;
	position: relative;
	border-bottom: 2px solid silver
}

ol.progtrckr li:after {
	content: "\00a0\00a0"
}

ol.progtrckr li:before {
	position: relative;
	bottom: -2.5em;
	float: left;
	left: 95%;
	line-height: 1em
}

.h3-head {
	font-size: 2.5rem;
	margin: 0;
	color: #ed1a3b
}

.h3-head:after,
.h3-head:before {
	content: none
}

.sub-head {
	font-size: 1.5rem;
	margin: 0;
	color: #666
}

.invoice-theme-1 {
	position: relative;
	width: 100%
}

.invoice-block-1,
.invoice-block-2,
.invoice-block-3 {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.invoice-txt {
	font-size: 2.5rem;
	font-weight: 700;
	color: #676767
}

.currency {
	display: flex;
	align-items: center;
	border: 1px solid #6a6a6a;
	border-radius: 5px;
	background-color: #f5f5f5;
	overflow: hidden
}

.currency>select {
	display: block;
	background-color: rgba(255, 255, 255, .9);
	width: 100%;
	padding: 5px 10px;
	border: none;
	border-left: 1px solid #6a6a6a;
	height: 2.5rem
}

.currency-label {
	width: 100%;
	height: 100%;
	color: #989797;
	padding: 0 10px
}

.company-details,
.customer-details {
	width: 40%;
	position: relative
}

.company-name>#user-company,
.cust-name>#customer-name,
.company-gstin>#user-gstin {
	border: 1px solid #6a6a6a;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	margin: 10px 0
}

.company-addr>#user-company-addr,
.cust-addr>#customer-addr {
	border: 1px solid #6a6a6a;
	padding: 0 10px;
	width: 100%;
	border-radius: 5px;
	margin: 10px 0;
	resize: none
}

.invoice-serial {
	border: 1px solid #6a6a6a;
	padding: 0;
	background-color: #f5f5f5;
	border-radius: 5px;
	text-align: right;
	overflow: hidden;
	display: flex;
	align-items: center
}

.invoice-serial>.invoice-number {
	border: none !important;
	margin: 0 !important;
	text-align: right !important;
	background: #fff !important;
	padding: 0 10px !important;
	height: 40px !important;
	border-left: 1px solid #6a6a6a !important
}

.invoice-serial>.gstin_no {
	border: none !important;
	margin: 0 !important;
	text-align: right !important;
	background: #fff !important;
	padding: 0 10px !important;
	height: 40px !important;
	border-left: 1px solid #6a6a6a !important
}

.serial-no-invoice {
	padding: 0 15px
}

.cust-invoice-date {
	position: relative;
	width: 40%
}

.bill-txt {
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 20px
}

#due-date,
#inv-date {
	border: 1px solid #000;
	padding: 0 10px;
	height: 40px;
	border-radius: 5px;
	width: 70%
}

.date,
.due-date {
	text-align: right
}

table>thead {
	border: none;
	background-color: silver;
	color: #fff;
	border-radius: 5px
}

table>thead>tr>th {
	border-radius: 0
}

table>tbody>tr>td {
	padding: 0 10px;
	margin: 0;
	position: relative
}

table>tbody>tr>td>input {
	border: 1px solid #6a6a6a !important;
	margin: 10px 0 !important;
	padding: 0 10px !important;
	border-radius: 5px !important;
	height: 40px !important
}

.type-inr,
.type-usd {
	position: relative
}

.type-inr {
	content: '\20B9';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%)
}

.type-usd {
	content: '\0024';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%)
}

button {
	background-color: #ed1a3b;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff
}

button:active,
button:focus {
	background-color: #ed1a3b
}

.product-details {
	position: relative;
	padding: 20px 0 50px;
	overflow: auto
}

.text-right {
	text-align: right
}

.total-amount-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0 5px !important;
	margin: 30px 0 0;
	border-radius: 5px;
	float: right;
	text-align: center
}

.powered-by-invoice {
	float: right
}

#total-amount {
	width: 200px;
	text-align: right;
	border: none;
	margin: 0;
	font-size: 1.25rem;
	color: rgba(0, 0, 0, .7)
}

#gst {
	width: 200px;
	text-align: right;
	border: none;
	margin: 0;
	font-size: 1.25rem;
	color: rgba(0, 0, 0, .7)
}

.next-button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px auto;
	font-weight: 700
}

.next-button>button {
	width: 100px;
	font-weight: 700;
	padding: 5px 0
}

.border-box {
	font-size: 18px;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #6a6a6a;
	border-radius: 5px
}

.width-40 {
	width: 40%
}

.head-txt {
	margin: 10px 0;
	color: #676767;
	border: none;
	font-size: 18px;
	padding: 5px 0;
	text-align: left;
	overflow: hidden
}

h3:after,
he:before {
	content: none
}

.notes-wrap,
.tnc-wrap {
	margin: 20px 0
}

textarea {
	min-height: 70px;
	resize: none
}

.inv-icons {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	right: -20px;
	width: 150px;
	height: 80px;
	border-radius: 5px;
	background-color: #c5c4c4;
	justify-content: center;
	align-items: center;
	padding-top: 10px !important
}

.inv-icons>i {
	font-size: 15px
}

.choose-template {
	width: 100%;
	overflow: hidden
}

#slider {
	margin: 2em auto;
	width: 100%;
	overflow: hidden
}

#slider-wrapper {
	width: 100%;
	position: relative;
	transition: left .4s linear
}

.slide {
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	border: 2px solid rgba(0, 0, 0, .5);
	padding: 50px 0 30px
}

.slide>img {
	width: 80%
}

#slider-nav {
	margin: 1em 0;
	text-align: center
}

#slider-nav a {
	border-radius: 5px;
	cursor: default;
	padding: 5px 20px;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: inline-block;
	line-height: 2;
	margin-right: .5em
}

#slider-nav a.current {
	border-color: #ed1a3b;
	color: #ed1a3b
}

.share-n-download {
	width: 100%;
	overflow: hidden
}

.msg-txt {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid silver;
	color: #ed1a3b
}

.share-dwnld-options {
	height: 300px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0
}

.options-block>i {
	font-size: 2.5rem
}

.options-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	cursor: pointer
}

#next-option:disabled,
#prev-option:disabled {
	background-color: silver;
	cursor: not-allowed
}

#next-option,
#prev-option {
	background-color: #ed1a3b;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff
}

.step-1,
.step-2,
.step-3 {
	display: none
}

.mt-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important
}

.modal {
	width: 35% !important
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: 2px solid silver
}

.modal-header>.heading {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ed1a3b;
	margin: 0
}

.sub-text {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	color: #000
}

.input-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 40px
}

.send-invoice-head {
	margin-bottom: 20px
}

.input-block>label {
	color: #000;
	width: 30%;
	text-align: left;
	font-size: 20px;
	color: #6d6e71
}

.input-block>label>sup {
	color: #ed1a3b;
	font-size: 1.25rem;
	font-weight: 700;
	top: -.25em
}

.input-block>input,
.input-block>textarea {
	width: 70% !important;
	padding: 0 15px !important;
	margin: 0 15px !important;
	border-radius: 5px !important;
	background-color: #e6e7e8 !important;
	border: none !important
}

.email-invoice-call,
.download-invoice-call,
.print-invoice-call {
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
	margin-top: 20px
}

#email-invoice-call,
#download-invoice-call,
#print-invoice-call {
	padding: 10px 25px;
	font-size: 18px
}

.send-invoice-form,
.download-invoice-form,
.print-invoice-form {
	display: none
}

.modal-content {
	border-bottom: 2px solid silver
}

.modal-footer {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.google-badge {
	width: 100%;
	cursor: pointer;
	margin-bottom: 10px
}

.window-badge {
	width: 100%;
	cursor: pointer
}

.badges-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

#download_input_phone,
#print_input_phone {
	padding-left: 40px;
	margin: 0;
	background-color: #e6e7e8;
	border: none !important
}

.block-input {
	width: 70%;
	margin: 0 15px !important;
	position: relative
}

.block-input>input {
	border-radius: 5px !important;
	background-color: #e6e7e8
}

.india-call {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%)
}

.product-table {
	overflow: auto
}

.product-table>thead>tr>th {
	padding: 8px 5px !important
}

#addrowitem {
	background-color: #f3a33a !important
}

.marketing-part {
	position: relative;
	width: 100%;
	background-color: #fff;
	overflow: hidden
}

.invoicing-txt-wrap {
	position: relative;
	padding: 50px 0;
	text-align: center
}

.bottom-header {
	font-size: 2rem;
	color: #ed1a3b;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0;
	text-align: center
}

.width-resp {
	width: 80%;
	margin: 0 auto;
	position: relative
}

.width-resp-2 {
	width: 65%;
	margin: 0 auto;
	position: relative
}

.download-wrap-btm {
	position: relative;
	padding: 35px 0;
	text-align: center;
	color: #fff;
	background-color: #ed1a3b
}

.invoice-txt-p {
	text-align: left !important;
	font-size: 1.15rem;
	color: #666;
	margin: 20px 0
}

.business-txt {
	text-align: left;
	font-size: 1.2rem
}

.business-txt-lg {
	text-align: left;
	font-size: 2rem
}

.dwnld-btn {
	float: right;
	padding: 5px 25px;
	border: 2px solid #fff;
	border-radius: 15px;
	margin: 20px auto 0
}

.what-you-expect {
	position: relative;
	padding: 50px 0;
	text-align: center;
	background-color: #fef9fa;
	background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/invoice-generator-revamp/features-bg.webp);
	background-size: cover;
	background-repeat: no-repeat
}

.feature-head {
	font-size: 1.1rem;
	color: #666;
	font-weight: 700;
	text-align: center;
	margin: 10px 0 5px
}

.feature-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center
}

.feature-wrap>div {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	align-items: center
}

.custom-file {
	display: flex;
	justify-content: end
}

.image-div {
	position: relative;
	display: none
}

#file-div {
	width: 100%
}

#change-logo {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	background-color: #efefef;
	padding: 5px 7px;
	border-radius: 20px;
	display: none
}

.feature-img {
	background-color: #ffeef2;
	border-radius: 6px;
	width: 160px;
	margin-bottom: 20px
}

.feature-img>img {
	width: 80px;
	height: 100px;
	margin: 20px 0;
	padding: 10px
}

.feature-txt {
	color: #000;
	text-align: center;
	font-size: 20px
}

.light-pink-bg {
	background-color: #fef9fa
}

.checkmark-cls {
	padding: 0 10px 0 0;
	color: #ed1a3b;
	font-size: 1.25rem
}

.all-benefits>p {
	display: flex;
	margin: 10px 0;
	text-align: left;
	color: #666;
	font-size: 1rem
}

.invoice-benefits {
	background-color: #ebebeb;
	position: relative;
	padding: 50px 0;
	padding: 50px 10px;
	text-align: center
}

.why-use-invoice-gen {
	position: relative;
	padding: 50px 0;
	text-align: center
}

#redirect-btn {
	margin: 100px 0
}

.faq-block {
	position: relative;
	padding: 20px 0;
	text-align: center
}

.why-block-wrap>.section>h5 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ed1a3b;
	text-align: left;
	margin: 15px 0
}

.why-block-wrap>.section>p {
	font-size: 1.2rem;
	text-align: left;
	color: #666
}

.margin-50 {
	margin-bottom: 50px
}

.bottom-cta {
	margin-top: 80px;
	padding-bottom: 80px
}

#closeButton {
	cursor: pointer
}

.collapsible-header {
	background-color: #fff;
	margin-bottom: 10px;
	padding-right: 25px;
	text-align: left;
	position: relative;
	line-height: 2;
	border-radius: 5px
}

.collapsible-header:after {
	content: '\02C3';
	position: absolute;
	font-size: 1.25rem;
	font-weight: 1000;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%)
}

.success-img {
	width: 70%
}

.collapsible-header.active:after {
	content: '\02C5' !important;
	position: absolute;
	font-size: 1.25rem;
	font-weight: 1000;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%)
}

.collapsible-body {
	display: block;
	text-align: left;
	background-color: #fff;
	box-shadow: none !important;
	padding: 1rem;
	border: none !important
}

.powered-by {
	position: relative;
	padding: 0;
	text-align: center
}

.vyapar-powered {
	display: flex;
	margin: 20px 0;
	justify-content: center;
	align-items: center
}

.vyapar-logo-img {
	width: 100px
}

.text-vyapar {
	font-size: .75rem;
	color: #989797;
	text-align: center
}

.divider2 {
	height: 2px;
	overflow: hidden;
	background-color: #e0e0e0;
	width: 85%;
	margin: 0 auto
}

.invoice-generator-form-label {
	color: unset;
	font-size: unset;
	border: none !important
}

.invoice-generator-form {
	font-size: 18px !important;
	margin: 8px 0
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-0-5-rem {
	margin-top: .5rem !important
}

.mb-0-5-rem {
	margin-bottom: .5rem !important
}

.why-use-headers {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ed1a3b;
	text-align: left;
	margin: 15px 0;
	line-height: 110%
}

.all-you-need-to-know-headers {
	font-size: 1.64rem;
	line-height: 110%;
	margin: .82rem 0 .656rem;
	text-align: left;
	color: #ed1a3b
}

.benefits-headers,
.mistakes-to-avaoid-headers,
.success-model-header {
	font-size: 1.64rem;
	line-height: 110%;
	margin: .82rem 0 .656rem
}

.success-model-header {
	color: #1def71 !important
}

.tips-headers {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ed1a3b;
	text-align: left;
	margin: 15px 0;
	line-height: 110%
}

.try-vyapar {
	line-height: 110%;
	margin: 1.14rem 0 .912rem;
	font-weight: 700;
	font-size: 1.5rem
}

.color-ED1A3B {
	color: #ed1a3b !important
}

.fs-50-px {
	font-size: 50px !important
}

.tips-points-icons {
	padding-right: 5px;
	font-size: 25px
}

.color-666666 {
	color: #666 !important
}

.hero-img-mob {
	display: none
}

.show-on-mobile {
	display: none
}

.show-on-desktop {
	display: block
}

.flex-image {
	display: flex;
	justify-content: center
}

.email-success-heading,
.download-success-heading,
.print-success-heading {
	display: none
}

#gst-div {
	margin-top: -20px
}

/* best suited section css in invoice generator tool */
.justify-content-center {
	justify-content: center;
}

.best-suited-for-business-wrapper {
	width: 65%;
	margin: 50px auto 0;
}

.best-suited-for-business-inner-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.best-suited {
	padding: 50px 0 0;
	text-align: center;
	background-color: #fef9fa;
	background-size: cover;
	background-repeat: round;
}

.best-suited-img {
	background-color: #ffeef2;
	border-radius: 16px;
	width: 200px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.best-suited-img>img {
	width: 150px;
	height: 150px;
	margin: 20px 0;
	padding: 10px;
}

.best-suited-txt {
	font-weight: bold;
	font-size: 16px;
}

.best-suited-item {
	position: relative;
	margin-bottom: 20px;
}

.best-suited-item-popup-content {
	display: none;
	width: 300px;
	min-height: 250px;
	height: fit-content;
	background: #fff;
	border-radius: 16px;
	opacity: .97;
	position: absolute;
	top: -20px;
	left: -50px;
	right: 0;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	z-index: 1;
}

.best-suited-item:hover {
	cursor: pointer;

	.best-suited-item-popup-content {
		display: block;
	}
}

.best-suited-header-text {
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: x-large;
}

.best-suited-description {
	text-align: justify;
}

.best-suited-dwnld-btn {
	width: fit-content !important;
}

@media screen and (max-width:768px) {
	ol.progtrckr[data-progtrckr-steps="6"] li {
		width: 30%;
		font-size: .8rem
	}
	.invoice-wrapper {
		width: 95%;
		border-radius: 15px;
		padding: 20px;
	}

	.main-invoice-wrap {
		padding: 15px;
		background-color: #f7faff
	}

	.invoice-theme-1 {
		border: 1px solid #b4c2d5;
		border-radius: 5px;
		padding: 20px 10px;
		background: #fff;
		box-shadow: 0 0 7px -3px rgba(0, 0, 0, .56)
	}

	.next-button {
		padding: 0 15px
	}

	#gst-div {
		margin: 30px 0 0
	}

	.success-button-div {
		flex-direction: column
	}

	.invoice-options-head {
		text-align: center
	}

	.mob-download-banner {
		margin-top: 30px
	}

	#redirect-btn {
		margin-top: 50px
	}

	.header-block-container,
	.invoice-options {
		width: 100% !important
	}

	.invoice-block-2,
	.invoice-block-3 {
		flex-direction: column
	}

	.date,
	.due-date {
		text-align: left !important
	}

	#due-date,
	#inv-date {
		width: 100% !important
	}

	.invoice-options {
		flex-direction: column;
		width: 100%;
		margin: 30px 0 0 5px;
		align-items: center
	}

	.invoice-options-head {
		display: flex;
		width: 100%;
		justify-content: center;
		margin: 0;
		position: relative
	}

	.invoice-steps-head {
		display: flex;
		width: 100%;
		margin: 30px 0 0;
		justify-content: center;
		position: relative
	}

	.theme-selection {
		width: 100%
	}

	.mobile-full {
		width: 90% !important
	}

	.invoice-serial {
		width: 100% !important
	}

	.invoice-number::placeholder {
		text-align: left
	}

	.h1-head {
		color: #fff !important;
		font-weight: 600 !important;
		padding: 0 !important
	}

	.hero-block-container {
		background: 0 0;
		background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/invoice-generator-v2/mobile-hero.webp) !important;
		background-color: #fee9ec;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.download-success-message {
		margin-top: 0
	}

	.success-img {
		width: 100%
	}

	.mob-padding {
		padding-bottom: 30px;
		color: #fff !important;
	}

	#download-btn,
	#redirect-btn {
		border-radius: 5px !important;
		width: 261px
	}

	.hero-img-mob {
		display: flex;
		justify-content: center;
		margin-bottom: 20px
	}
	.invoice-container {
		margin-top: -230px;
	}

	.show-on-mobile {
		display: flex;
		justify-content: center
	}

	.show-on-desktop {
		display: none
	}

	.what-you-expect {
		background-image: none
	}

	.feature-wrap {
		flex-direction: column
	}

	.feature-img {
		margin-top: 20px
	}

	.user-actions-container {
		margin: 0;
		width: 100%
	}

	.download-options {
		margin: 30px 0 0 !important
	}

	.desktopDownBtn {
		margin-top: 20px !important;
		background-color: #fff !important
	}

	.desktopDownBtnNew {
		margin-top: 0 !important;
		background-color: #ed1a3b !important
	}

	.badges-wrap {
		flex-direction: column
	}

	.company-details,
	.cust-invoice-date,
	.customer-details {
		width: 90% !important
	}

	.block-download,
	.block-reachout,
	.download-options,
	.invoice-theme-wrapper {
		width: 100% !important
	}

	.invoice-theme-wrapper {
		margin-right: 10px
	}

	#pr-amount,
	#pr-name,
	#pr-rate {
		min-width: 200px
	}

	#pr-qty {
		min-width: 80px
	}

	.modal {
		width: 90% !important
	}

	.width-resp {
		width: 100% !important
	}

	.dwnld-btn {
		float: none !important
	}

	.valign-wrapper {
		display: block !important
	}

	.desktop-dwnld-btn {
		display: none !important
	}

	.mobile-dwnld-btn {
		display: flex
	}

	/* best suited css in invoice generator file */
	.best-suited {
		background: none;
		padding-bottom: 50px;

		.heading-black-text {
			padding: 0px 20px;
		}
	}

	.best-suited-for-business-wrapper {
		width: 90%;
	}

	.best-suited-img {
		width: 150px;
	}

	.best-suited-img>img {
		margin: 0px;
		padding: 0px;
	}

	.best-suited-item {
		margin-bottom: 20px;
	}

	.best-suited-item-popup-content {
		position: fixed;
		top: 100px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	}

	.best-suited-dwnld-btn {
		border-radius: 5px !important;
	}
}

@media(min-width:769px) {
	.desktop-dwnld-btn {
		display: flex
	}

	.mobile-dwnld-btn {
		display: none !important
	}
}

@media only screen and (max-width:832px) {
	.download-wrapper {
		flex-direction: column !important;
		display: flex !important
	}

	.download-divs {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: auto;
		width: 100% !important;
		align-items: center
	}

	.download-divs p {
		text-align: center !important
	}
}

@media only screen and (min-width:833px) and (max-width:1022px) {
	.download-divs {
		width: 50% !important
	}
}

.custom-has-error input {
	border: 1px solid #ef9a9a !important
}

.read-more-less-link {
	color: red;
	font-weight: 700;
	cursor: pointer
}

.more {
	display: none
}

.bottom-header,
.invoice-txt-p {
	padding: 0 10px
}

.mt-80 {
	margin-top: 80px
}

.heading-red-text-h3 {
	color: #ed1a3b;
	text-align: left;
	font-weight: 600
}

.images_style {
	width: 40vw;
	height: 100%
}

@media screen and (max-width:600px) {
	.images_style {
		width: 80vw;
		height: 100%
	}
}

@media screen and (min-width:601px) and (max-width:1100px) {
	.images_style {
		width: 50vw;
		height: 100%
	}
}

.scroll-margin-formats {
	scroll-margin-top: 5rem !important
}
.desktopDownBtnPrimary {
	width: 350px;
	height: 50px;
	font-size: 20px;
	margin-top: 20px !important;
	font-weight: 500;
	text-transform: initial;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50px !important;
	padding-top: 5px;
	color: #EF223B;
}

.desktopDownBtnPrimary:hover {
	background-color: transparent;
	color: #fff !important;
}

.desktopDownBtnSecondary {
	width: 350px;
	height: 50px;
	font-size: 20px;
	margin-top: 20px !important;
	font-weight: 500;
	text-transform: initial;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50px !important;
	padding-top: 5px;
	color: #fff;
}
.desktopDownBtnSecondary:hover {
	background-color: transparent;
	color: #fff !important;
}

@media(min-width:1024px) {
	#desktopButton {
		display: flex;
		margin: 20px 20px 20px 0
	}

	.desktopDownBtn {
		width: 240px;
		height: 50px;
		font-size: 15px;
		margin-top: 50px;
		font-weight: 600;
		text-transform: initial;
		background-color: #ed1a3b;
		border: 1px solid #ed1a3b;
		border-radius: 5px !important;
		padding-top: 5px
	}

	.desktopDownBtnNew {
		width: 240px;
		height: 50px;
		font-size: 15px;
		font-weight: 600;
		text-transform: initial;
		background-color: #ed1a3b;
		border: 1px solid #ed1a3b;
		border-radius: 5px !important;
		padding-top: 5px;
		margin-top: 0 !important;
		background-color: #ed1a3b !important
	}

	#desktop-redirect-btn {
		width: 240px;
		height: 50px;
		font-size: 15px;
		font-weight: 600;
		color: #fff;
		margin-top: 50px;
		background-color: #ed1a3b;
		border: 1px solid #ed1a3b;
		text-transform: capitalize;
		border-radius: 5px !important;
		padding-top: 5px
	}

	.downlBtn {
		margin-right: 20px
	}

	.btn:hover {
		background: #ed1a3b !important
	}

	#generate-online {
		padding-top: 60px
	}

	.h1-head {
		color: #fff;
		font-weight: 600;
		margin-top: 70px
	}

	.hero-img {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%
	}

	#hero-section {
		margin: 150px 20px 120px;
		width: 50vw
	}
}

@media(max-width:1023px) {
	#desktopButton {
		display: none
	}

	.hero-img {
		display: none;
		text-align: center
	}
}

@media(min-width:1024px) {
	#hero-section {
		margin: 50px 20px
	}
}