@charset "UTF-8";

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Helvetica';
}

.container {
	max-width: 960px;
	padding-bottom: 4rem;
}

@media ( max-width : 767px) {
	.container {
		max-width: 100%;
		padding-bottom: 2rem;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.container {
		max-width: 100%;
	}
}

.container .row {
	margin-left: 0;
	margin-right: 0;
	margin: 0;
}

@media ( max-width : 767px) {
	.container .row {
		margin: 0;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.container .row {
		margin: 0;
	}
}

.sub-text {
	font-size: 0.875rem;
	padding-top: 1rem;
}

@media ( max-width : 767px) {
	.sub-text {
		font-size: 0.75rem;
		padding-top: 0.5rem;
	}
}

.para-link {
	color: #F27B1A;
	cursor: pointer;
}

.para-link:hover {
	color: #F27B1A;
}

.orange-text {
	color: #F27B1A !important;
}

.checkbox-label {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
	cursor: pointer;
	color: #827F7F;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media ( max-width : 767px) {
	.checkbox-label {
		padding-left: 20px;
	}
}

/* Hide the browser's default checkbox */
.checkbox-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

@media ( max-width : 767px) {
	.checkbox-label input {
		width: 0 !important;
	}
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.24);
	-moz-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.24);
	-webkit-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.24);
	border-radius: 2px;
	background-color: #f7f7f7;
}

@media ( max-width : 767px) {
	.checkmark {
		left: 0;
		height: 14px;
		width: 14px;
	}
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
	background-color: #0B3C6D;
}

@media ( max-width : 767px) {
	.checkbox-label:hover input ~ .checkmark {
		background-color: #f7f7f7;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.checkbox-label:hover input ~ .checkmark {
		background-color: #f7f7f7;
	}
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
	background-color: #0B3C6D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
	left: 6px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media ( max-width : 767px) {
	.checkbox-label .checkmark:after {
		left: 4px;
		top: 0;
	}
}

.orange-heading {
	color: #F27B1A !important;
	font-size: 24px !important;
	font-weight: bold !important;
}

.blue-text {
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.black-text {
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.43px;
}

.gray-text {
	color: #827F7F;
	font-size: 10px;
}

.information {
	color: #827F7F;
	font-size: 10px;
	letter-spacing: 0.36px;
	padding: 1rem 0;
	border-top: 1px solid #D8D8D8;
	margin-bottom: 0;
}

@media ( max-width : 767px) {
	.information {
		padding: 1.5rem 0 1rem;
	}
}

.mob-border-bottom {
	border-bottom: none;
}

@media ( max-width : 767px) {
	.mob-border-bottom {
		border-bottom: 1px solid #D8D8D8;
	}
}

.border-bottom {
	border-bottom: 1px solid #D8D8D8;
}

@media ( max-width : 767px) {
	.border-bottom {
		border-bottom: none;
	}
}

.border-top {
	border-top: 1px solid #D8D8D8;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

.detail-col {
	/*
.md-select *, .md-select :after, .md-select :before {
  box-sizing: border-box;
} */
	
}

.detail-col .md-select [type=text] {
	background: #fff;
	cursor: default;
	display: block;
	margin-top: 0;
	position: relative;
	text-align: left;
	text-shadow: none;
	z-index: 1;
	outline: none;
	overflow: hidden;
	border-radius: 5px;
	border: none;
	padding: 0.5rem 1rem;
	color: #4A4A4A;
	font-size: 12px;
	width: 11rem !important;
	border: 1px solid transparent;
	-webkit-appearance: none;
	letter-spacing: 0.08px;
	box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-moz-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-webkit-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	border-radius: 5px;
	cursor: pointer;
}

.detail-col .md-select [type=text]:focus {
	border-color: transparent !important;
}

@media ( max-width : 767px) {
	.detail-col .md-select [type=text] {
		width: 100%;
	}
	.detail-col .md-select label {
		width: 100%;
	}
}

.detail-col .md-select label {
	margin-bottom: 0;
	width: 100%;
	position: relative;
}

.detail-col .md-select [type=text]:focus, .detail-col .md-select [type=text]:hover
	{
	background: #f1f1f1;
}

.detail-col .md-select label:after {
	background-image: url("../../images/fastTag/dropdown.png");
	content: "";
	position: absolute;
	right: 1em;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	top: 1em;
	background-size: 9px 5px;
	z-index: 1;
}

@media ( max-width : 767px) {
	.detail-col .md-select label:after {
		right: 21%;
	}
}

.detail-col .md-select ul[role=listbox] {
	background-color: white;
	cursor: default;
	list-style: none;
	line-height: 26px;
	overflow: hidden;
	margin: 0;
	max-height: 0;
	position: absolute;
	padding: 0;
	-webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
	-moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
	transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
		!important;
}

@media ( max-width : 767px) {
	.detail-col .md-select ul[role=listbox] {
		width: 85%;
	}
}

.detail-col .md-select ul[role=listbox] li {
	height: 38px;
	margin: 0;
	padding: 10px 16px;
	outline: none;
	overflow: hidden;
	padding: 0.5rem 1rem;
	color: #4A4A4A;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.detail-col .md-select ul[role=listbox] li:focus, .detail-col .md-select ul[role=listbox] li:hover
	{
	background: #f1f1f1;
}

.detail-col .md-select.active ul {
	max-height: 15rem;
	margin-top: 0.5rem;
	overflow: auto;
	padding: 0;
	z-index: 130;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.detail-col .md-select.active label:after {
	transform: rotate(-180deg);
	top: 0.7em;
}

.detail-col .error_msg{
	font-size: 12px;
	display: none;
	bottom: -0.3rem;
	color: red;
}

@media ( max-width : 767px) {
	.detail-col .error_msg {
		margin: 5px 0 0;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.detail-col .error_msg {
		bottom: -2.2rem;
		line-height: 1;
	}
}

.detail-col .error_input {
	position: relative;
}

.detail-col .error_input input {
	border: 1px solid red !important;
}

.detail-col .error_input .error_msg {
	display: block;
}

@media ( max-width : 767px) {
	.detail-col .select {
		max-width: 100%;
	}
}

@media ( max-width : 767px) {
	.detail-col .select .value {
		width: 85%;
	}
}

.cta {
	background-color: #F27B1A;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: white !important;
	line-height: 2rem;
	letter-spacing: 0.46px;
	text-align: center;
	width: 8rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2em;
	transition: background-color 0.2s ease-in;
	cursor: pointer;
}

@media ( max-width : 767px) {
	.cta {
		width: 9rem;
		height: 2.5rem;
		font-size: 0.875rem;
		margin: 0 auto;
	}
}

.cta:hover {
	background-color: #FFA117;
	text-decoration: none;
}

@media ( max-width : 767px) {
	.cta:hover {
		background-color: #F27B1A;
	}
}

.cta-invert {
	background: white;
	border: 2px solid #F27B1A;
	color: #F27B1A !important;
}

.cta-invert:hover {
	border: none;
	color: white !important;
}

.cta-invert-light {
	background: white;
	border: 1px solid #F27B1A;
	color: #F27B1A !important;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	width: 7rem;
}

@media ( max-width : 767px) {
	.cta-invert-light {
		height: 30px;
	}
}

.cta-invert-light:hover {
	border: none;
	color: white !important;
}

.cta-light {
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	width: 7rem;
}

.link-btn {
	color: #004981;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	line-height: 23px;
}

.link-btn::after {
	content: "";
	position: absolute;
	top: 100%;
	height: 1px !important;
	width: 100%;
	left: 0;
	background-color: #004981;
	transition: 0.4s ease-out all 0.1s;
}

.link-btn:hover {
	text-decoration: none;
	color: #004981;
}

.link-btn:hover::after {
	background-color: #004981;
	width: 50%;
	left: 25%;
	transition: 0.2s ease-out all 0.1s;
}

footer img {
	width: 100%;
	object-fit: cover;
}

.mob-table .card {
	padding: 2rem 1rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-moz-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-webkit-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	border: none;
}

.mob-table .card .card-elements {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.mob-table .card table th {
	font-weight: normal;
	border: none;
}

.mob-table .card table td {
	border: none;
	max-width: inherit !important;
	min-width: inherit !important;
	padding: 0.75rem !important;
}

.mob-table .card table .link-btn {
	text-decoration: none;
	font-size: 10px;
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
}

.mob-table .card table .link-btn img {
	width: 6px;
	margin-left: 5px;
}

.mob-table .card .show-btn {
	color: #004981;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	position: relative;
}

.mob-table .card .show-btn::after {
	content: "";
	position: absolute;
	top: 85%;
	height: 1px !important;
	width: 100%;
	left: 0;
	background-color: #004981;
	transition: 0.4s ease-out all 0.1s;
}

.mob-table .selected {
	background-color: #FEF5EF;
	border: 1px solid #F27B1A;
}

.mob-table .know-more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.mob-table .know-more-btn .card-link-btn {
	text-decoration: none;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	margin-left: 0.3rem;
	color: #004981;
}

.mob-table .know-more-btn .card-link-btn img {
	width: 6px;
	margin-left: 3px;
}

.mob-table .know-more-btn .card-link-btn:hover img {
	margin-left: 7px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.wrapper {
	background: white;
	box-shadow: 0 4px 5px rgba(102, 102, 102, 0.8);
	-webkit-box-shadow: 0 4px 5px rgba(102, 102, 102, 0.8);
}

.wrapper img {
	object-fit: cover;
	width: 100%;
}

@media ( max-width : 767px) {
	.fastag .row {
		margin: 0 !important;
	}
}

.fastag .logo-top {
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fastag .logo-top .Logo {
	margin-top: 0.5rem;
}

.fastag .logo-top .fast-logo {
	width: 10rem;
	height: auto;
	object-fit: contain;
}

@media ( max-width : 767px) {
	.fastag .logo-top {
		height: 45px;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .logo-top {
		height: 45px;
	}
}

.fastag .mobile-fastag-logo {
	display: none;
}

@media ( max-width : 767px) {
	.fastag .mobile-fastag-logo {
		display: block;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .mobile-fastag-logo {
		display: block;
		margin-bottom: 1rem;
	}
}

.fastag .mobile-fastag-logo img {
	width: 8rem;
}

.fastag .main-section .container {
	padding: 1.5rem 0;
}

.fastag .main-section .container .top_div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.fastag .main-section .container .top_div .heading {
	display: flex;
}

.fastag .main-section .container .top_div .heading h3 {
	margin: 0;
}

.fastag .main-section .container .top_div .heading p {
	margin: 0;
	margin-left: 0.5rem;
	font-size: 12px;
}

.fastag .main-section .container .top_div img {
	width: 10rem;
}

.fastag .main-section .nav-line {
	width: 70%;
}

@media ( max-width : 767px) {
	.fastag .main-section .nav-line {
		width: 100%;
	}
}

.fastag .main-section .nav-line .nav {
	justify-content: space-between;
	align-items: center;
	background: url("../../images/fastTag/line.png") 0 7px no-repeat;
	width: 88%;
	margin: 0 auto 2rem auto;
	background-size: contain;
}

@media ( max-width : 767px) {
	.fastag .main-section .nav-line .nav {
		width: 80%;
		margin: 1rem auto 2rem;
	}
}

.fastag .main-section .nav-line .nav .nav-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fastag .main-section .nav-line .nav .nav-item .nav-link {
	background: white;
	border-radius: 50%;
	color: black;
	position: relative;
	box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-moz-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-webkit-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	padding: 0;
	height: 17px;
	width: 17px;
}

.fastag .main-section .nav-line .nav .nav-item .nav-link span {
	position: absolute;
	bottom: -1.5rem;
	left: -3.5rem;
	color: #AFAFAF;
	font-size: 12px;
	width: 8rem;
	text-align: center;
}

.fastag .main-section .nav-line .nav .nav-item .active {
	background: #004981;
}

.fastag .main-section .nav-line .nav .nav-item .active span {
	color: #004981;
}

.fastag .main-section .nav-line .nav .two-line .nav-link span {
	bottom: -2.5rem;
}

.fastag .main-section .tab-content .container {
	padding-top: 1rem;
	padding-bottom: 0;
}

@media ( max-width : 767px) {
	.fastag .main-section .tab-content .container {
		padding-top: 0;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .main-section .tab-content .container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.fastag .main-section .sum-col {
	padding-left: 2rem;
}

.fastag .main-section .sum-col .sum {
	width: 100%;
	border-radius: 5px;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-moz-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-webkit-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	border: none;
	cursor: pointer;
}

.fastag .main-section .sum-col .sum .sub-heading {
	margin-bottom: 0.3rem;
}

.fastag .main-section .sum-col .sum .filled-details {
	display: flex;
	align-items: baseline;
}

.fastag .main-section .sum-col .sum .filled-details h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.5rem;
}

.fastag .main-section .sum-col .sum .filled-details p {
	font-size: 12px;
	margin: 0;
}

.fastag .main-section .sum-col .sum .package_deatails {
	padding: 0 1.5rem 1rem 1.5rem;
}

.fastag .main-section .sum-col .sum .package_deatails p {
	font-size: 12px;
	margin-bottom: 0.5rem;
}

.fastag .main-section .sum-col .sum .package_deatails p:last-child {
	margin-bottom: 0;
}

@media ( max-width : 767px) {
	.fastag .main-section .sum-col .sum .package_deatails {
		padding: 1rem;
	}
}

.fastag .main-section .sum-col .sum .head {
	padding: 1rem 1.5rem 0 1.5rem;
	font-size: 20px !important;
}

.fastag .main-section .sum-col .sum .tag_details {
	display: flex;
	justify-content: space-between;
}

.fastag .main-section .sum-col .sum .tag_details .detail-label {
	width: 60%;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}

.fastag .main-section .sum-col .sum .tag_details .detail-label span {
	font-weight: normal;
}

.fastag .main-section .sum-col .sum .tag_details .value {
	font-weight: bold;
}

.fastag .main-section .sum-col .selected_info {
	border-radius: 0 0 5px 5px;
	padding: 1rem 1.5rem;
	background: #FDEFE2;
}

.fastag .main-section .sum-col .selected_info .details-info {
	display: flex;
	justify-content: space-between;
}

.fastag .main-section .sum-col .selected_info .sub-heading {
	font-size: 12px;
}

.fastag .main-section .sum-col .selected_info .price {
	display: flex;
	align-items: baseline;
}

.fastag .main-section .sum-col .selected_info .price h4 {
	font-size: 20px;
	margin-bottom: 0;
	margin-bottom: 0 !important;
}

.fastag .main-section .sum-col .selected_info .price p {
	margin-left: 0.2rem;
	font-size: 12px;
	margin-bottom: 0;
}

@media ( max-width : 767px) {
	.fastag .main-section .sum-col .selected_info .price {
		flex-wrap: wrap;
	}
}

@media ( max-width : 767px) {
	.fastag .main-section .sum-col .plan_detail .plan_info {
		display: none;
	}
}

.fastag .main-section .detail-col {
	padding: 0 1rem 0 3rem;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col {
		padding: 0 1.5rem;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .main-section .detail-col {
		padding: 0 2rem;
	}
}

.fastag .main-section .detail-col input {
	box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39) !important;
	-moz-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	-webkit-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
	border-radius: 5px;
	border: none;
	padding: 0.5rem 1rem;
	color: #4A4A4A;
	font-size: 12px;
	width: 11rem;
	border: 1px solid transparent;
	-webkit-appearance: none;
	letter-spacing: 0.08px;
	height: 34px;
	margin-bottom: 0;
}

.fastag .main-section .detail-col input:focus {
	outline: none;
	border: 1px solid #F27B1A;
	background: #FFFFF9;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col input {
		width: 85%;
		font-size: 12px !important;
		padding: 0.5rem 1rem;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .main-section .detail-col input {
		font-size: 12px !important;
		padding: 0.5rem 1rem;
		width: 8rem;
	}
}

.fastag .main-section .detail-col ::placeholder {
	color: #AFAFAF;
	opacity: 1;
	/* Firefox */
}

.fastag .main-section .detail-col:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #AFAFAF !important;
}

.fastag .main-section .detail-col::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #AFAFAF;
}

.fastag .main-section .detail-col h3 {
	color: #4A4A4A;
	font-size: 20px;
	font-weight: bold;
}

.fastag .main-section .detail-col .tab-content .tab-pane {
	padding: 1rem 0 0;
}

.fastag .main-section .detail-col .tab-content .sub-heading {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: bold;
}

.fastag .main-section .detail-col .tab-content form {
	display: flex;
}

.fastag .main-section .detail-col .tab-content form p {
	margin-right: 5rem;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col .tab-content form p {
		margin-right: 2rem;
	}
}

.fastag .main-section .detail-col .tab-content .sub-div {
	padding: 0;
	position: relative;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col .tab-content .sub-div {
		padding-bottom: 0;
		padding-top: 1rem;
	}
}

.fastag .main-section .detail-col .tab-content .sub-div .heading-info {
	color: #4A4A4A;
	font-size: 12px;
	letter-spacing: 0.43px;
}

.fastag .main-section .detail-col .tab-content .sub-div .sub-heading {
	padding-bottom: 0.5rem;
	padding-top: 0.7rem;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col .tab-content .sub-div .sub-heading {
		padding-top: 1rem;
	}
}

.fastag .main-section .detail-col .tab-content .sub-div .sub-heading .link-btn::after
	{
	top: 80%;
}

.fastag .main-section .detail-col .tab-content .sub-div .heading-with-sec-text
	{
	display: flex;
	padding-bottom: 0;
	padding-top: 0.5rem;
}

.fastag .main-section .detail-col .tab-content .sub-div .heading-with-sec-text p
	{
	font-size: 12px;
	font-weight: normal;
	margin-left: 0.5rem;
	margin-bottom: 0;
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box {
	display: flex;
	align-items: center;
	margin-bottom: 0rem;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col .tab-content .sub-div .details-box {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 0.2rem;
	}
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .form-group
	{
	display: flex;
	flex-direction: column;
	margin-right: 2rem;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col .tab-content .sub-div .details-box .form-group
		{
		margin-right: 0;
		width: 100%;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .main-section .detail-col .tab-content .sub-div .details-box .form-group
		{
		margin-right: 0.5rem;
	}
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .form-group .account_detail_text
	{
	display: flex;
	align-items: center;
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .form-group .account_detail_text .account_number
	{
	position: relative;
	top: 0;
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .form-group .account_detail_text p
	{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-left: 1.5rem;
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .form-group .address-details
	{
	width: 22rem;
	display: none;
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .date-form
	{
	margin-left: 2.5rem;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col .tab-content .sub-div .details-box .date-form
		{
		margin-left: 0;
	}
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .dropdown-form
	{
	position: relative;
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .dropdown-form:last-child
	{
	margin-right: 0;
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .label-text
	{
	color: #4A4A4A;
	font-size: 12px;
	letter-spacing: 0.43px;
}

.fastag .main-section .detail-col .tab-content .sub-div .details-box .relation-label
	{
	margin-bottom: 2.7rem;
	margin-right: 0.7rem;
}

.fastag .main-section .detail-col .tab-content .sub-div .form-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1.5rem;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col .tab-content .sub-div .form-div {
		align-items: baseline;
	}
}

.fastag .main-section .detail-col .tab-content .sub-div .detail-margin {
	margin-right: 1rem;
}

.fastag .main-section .detail-col .buttons-div {
	display: flex;
	padding-top: 1rem;
	justify-content: space-between;
	width: 100%;
}

@media ( max-width : 767px) {
	.fastag .main-section .detail-col .buttons-div {
		flex-direction: column;
		margin-bottom: 0rem;
	}
}

@media screen and (max-width: 350px) {
	.fastag .main-section .detail-col .buttons-div {
		margin-bottom: 0rem;
	}
}

.fastag .main-section .detail-col .buttons-div .buttons {
	display: flex;
}

.fastag .main-section .detail-col .buttons-div .cta-invert {
	margin-right: 1rem;
}

.fastag .form-upload {
	position: relative;
	display: flex;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.fastag .form-upload .add-photo-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	background-color: #F27B1A;
	border-radius: 2rem;
	color: #fff;
	padding: 0.25rem;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.4px;
	float: left;
	width: 10rem;
	font-weight: bold;
	margin-top: 1.7rem;
	margin-bottom: 0;
}

@media ( max-width : 767px) {
	.fastag .form-upload .add-photo-btn {
		margin-top: 1rem;
	}
}

.fastag .form-upload .add-photo-btn input {
	width: 10rem !important;
	z-index: 999;
	line-height: 0;
	font-size: 50px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: “alpha(opacity = 0) “;
	cursor: pointer;
	_cursor: hand;
	margin: 0;
	padding: 0;
	left: 0;
}

.fastag .form-upload .pancard {
	position: absolute;
	width: 15rem;
	top: 5rem;
	color: #827F7F;
	font-size: 10px;
	left: 0;
}

.fastag .mondatory {
	color: #4A4A4A;
	font-size: 12px;
	letter-spacing: 0.43px;
	font-weight: bold;
}

@media ( max-width : 767px) {
	.fastag .mondatory {
		margin-top: 3rem;
		margin-left: 1rem;
	}
}

.fastag .info-main-div {
	position: relative;
}

.fastag .info-main-div .info-text-label {
	position: absolute;
	width: 11rem;
	top: 4.2rem;
	color: #827F7F;
	font-size: 10px;
	line-height: 1.2;
}

@media ( max-width : 767px) {
	.fastag .info-main-div .info-text-label {
		position: relative;
		top: 0;
		margin: 10px 0 0 0;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .info-main-div .info-text-label {
		width: 8rem;
	}
}

.fastag .date_input {
	background-image: url("../../images/fastTag/date.png");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 17px;
	background-origin: content-box;
}

@media ( max-width : 767px) {
	.fastag .date_input {
		background-position: 96%;
	}
}

.fastag .note-text {
	color: #827F7F;
	font-size: 12px;
	margin-bottom: 0.5rem;
	display: flex;
    align-items: baseline;
}

.fastag .note-text .note {
    color: #4A4A4A;
    font-weight: bold;
}

.fastag .file_uploaded-text {
	display: none;
	position: absolute;
	width: 15rem;
	left: 11rem;
	top: 2.5rem;
	color: #827F7F;
}

@media ( max-width : 350px) {
	.fastag .file_uploaded-text {
		width: 5rem;
		top: 1.8rem;
	}
}

.fastag .selected_info .note-text {
	margin-bottom: 0;
}

.fastag .monpage-2 {
	margin-top: 1rem;
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .select .value {
		width: 8rem;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .select .list .filter input {
		height: 21px;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .row {
		margin: 0 !important;
	}
}

.fastag {
	background: #FAFAFA;
}

.fastag .summary-detail {
	padding: 1rem 0;
	padding-bottom: 0;
}

.fastag .summary-detail .detail-all {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.fastag .summary-detail .detail-all .vehicle_detail {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	width: 30%;
}

.fastag .summary-detail .detail-all .vehicle_detail label {
	font-size: 12px;
	width: 100%;
	margin-bottom: 0;
}

.fastag .summary-detail .detail-all .vehicle_detail .value {
	font-weight: bold;
	width: 100%;
	font-size: 12px;
}

@media ( max-width : 767px) {
	.fastag .summary-detail .detail-all .vehicle_detail {
		width: 100%;
	}
}

.fastag .summary-detail .sub-heading {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.fastag .table-section {
	background: #F3F3F3;
	width: 100%;
}

.fastag .table-section .policy {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: bold;
}

.fastag .table-section .table {
	margin-bottom: 0;
	display: flex;
}

@media ( max-width : 767px) {
	.fastag .table-section .table {
		flex-wrap: wrap;
	}
}

.fastag .table-section .table .box {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media ( max-width : 767px) {
	.fastag .table-section .table .box {
		width: 100%;
		margin-bottom: 1rem;
	}
}

.fastag .table-section .table .box .black-text {
	margin-top: 1rem;
	background: white;
	padding: 0.5rem 0.5rem 0.5rem 0;
}

@media ( max-width : 767px) {
	.fastag .table-section .table .box .black-text {
		padding: 0.5rem;
		margin-top: 0.5rem;
	}
}

@media ( max-width : 767px) {
	.fastag .table-section .table .box:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width : 1025px) {
	.fastag .table-section .table .box:first-child div {
		padding-left: 1.5rem;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.fastag .table-section .table .box:first-child div {
		padding-left: 1.5rem;
	}
}

.fastag .table-section {
	background-color: transparent;
	padding: 0;
}

.fastag .table-section .box {
	width: 25%;
}

.fastag .table-section .box:last-child .black-text {
	font-weight: bold;
}

.summary .sub-div {
	padding-top: 1rem !important;
}

.sum .tag-detail-input {
	width: 5rem !important;
}

@media ( max-width : 767px) {
	.sum .tag-detail-input {
		width: 5rem !important;
	}
}

@media ( min-width : 768px) and (max-width: 1025px) {
	.sum .tag-detail-input {
		width: 5rem !important;
	}
}

.rupee {
	background-image: url("../../images/fastTag/rupee.png");
	padding: 8px;
	padding-left: 20px;
	background-size: 10px 15px;
	background-repeat: no-repeat;
	padding-left: 1.8rem !important;
	background-position: 15px 10px;
}
/*# sourceMappingURL=main.css.map */