

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

*{ 
	font-family:'Montserrat';
}

.container {
	max-width: 1600px;
}
img {
    align-items: center;
    max-width: 98%;
    /* vertical-align: middle; */
    border-style: none;
    /* border-color: yellow; */
    /* position: absolute; */
}
header .header-bottom .hading{
		
		z-index : 9;
		position : relative;
		top: 250px;
		left : 40px;
	}
header .header-bottom .hading h3{
		font-size: 2em;
		font-weight :800;
		top : 0px;
		text-align : left;
		position : relative;
	}

	header .header-bottom .hading p {
		 font-size: 20px;
		 text-align : left;
		 margin-top : -10px;
		 color : rgb(6,153,199);
		 
		 
		
	}
header .header-top.fixed-header {
  	position: fixed;
  	top: 0;
 	width: 100%;
  	background-color: #fff;
	padding: 10px 0px;
	z-index: 999999;
	transition: 0.2s ease;
}
.holder .receipt-holder .receipt-img .free-tag img{
	position: absolute;
    top: -12px;
    right: -3px;
    height: 60px;
    width: auto;
}
.holder .holder-hading h5{
	margin: 10px;
	font-size: 15px;
	font-weight: 800;
	color: rgb(52,73,85);
}
header .header-top {
	padding: 20px 0px 10px;
}
header .header-logo {
	padding-top: 5px;
	text-align: right;
}
header .search {
	text-align: right;
}
header .search .input-group {
	border-radius: 5px;
	height: 47px;
	width: auto;
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px #e3e3e3;
	margin: 0 0 0 auto;
}
header .search #exampleInput1 {
	font-size: 15px;
	font-weight: 300;
	color: #6b6b6b;
	border-radius: 30px;
	background-color: #fff;
	border: none;
	padding: 0px 20px;
	box-shadow: none;
}
header .search #exampleButton1 {
	border: none;
	border-radius: 30px;
	margin: 6px 6px;
	font-size: 15px;
	color: #fff;
	padding: 0;
	background-color: #34a7d7;
	width: 35px;
	height: 35px;
}
header .search #exampleInput1::-moz-placeholder {
	color: #6b6b6b;
}
header .search #exampleInput1::-ms-input-placeholder {
	color: #6b6b6b;
}
header .search #exampleInput1::-webkit-input-placeholder {
	color: #6b6b6b;
}
header .language {
	text-align: center;
}
header .btn.language-btn {
	font-size: 15px;
	color: #6b6b6b;
	font-weight: 300;
	text-transform: uppercase;
	padding: 11px 40px 11px 20px;
	box-shadow: 0px 0px 13px 0px #e3e3e3;
	border-radius: 5px;
	background-image: url("img/icons/dropdown-arrow.png");
	background-repeat: no-repeat;
	background-position: 81% center;
}
header .language-drpdwn {
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px #e3e3e3;
	display: none;
	position: absolute;
	z-index: 9999999;
	width: 120px;
	text-align: left;
	margin-top: 10px;
}
header .language-drpdwn li {
	padding: 10px;
}
header .language-drpdwn li a {
	font-size: 15px;
	color: #6b6b6b;
	text-decoration: none;
	text-transform: uppercase;
}
.btn.login-btn {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: #2784b6;
	border-radius: 5px;
	padding: 5px 15px;
}
.btn.signup-btn {
	font-size: 15px;
	color: #2784b6;
	background-color: #fff;
	text-transform: uppercase;
	border: 2px solid #2784b6;
	border-radius: 5px;
	padding:5px 15px;
}

.emailbuttonclass {
	text-align: center;
	display: inline-block;
}

.btn.signup-btn:hover {
	color: #fff;
	background-color: #2784b6; 
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-wrap {
    top: 20%;
	position: absolute;
	right: 0;
	left: 0;
}
header .header-bottom .banner-contents {
	width: 610px;
}
header .header-bottom .banner-contents h3 {
	font-size: 55px;
	font-family: "Montserrat";
	font-weight: 700;
	color: #272727;
	margin-bottom: 0px;
	text-transform: uppercase;
}
header .header-bottom .banner-contents p {
	font-size: 55px;
	font-family: "Montserrat";
	color: #1799c2;
	margin-bottom: 20px;
}
.badge-wrap p {
	font-size: 30px;
	color: #9b9b9b;
	font-weight: 600;
}
.btn.common-btn {
	position : absolute;
	left : 40px;
	top : 360px;
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	background-color: #2784b6;
	border-radius: 5px;
	padding: 9px 25px;     
	
}
.heading h3 {
	font-size: 40px;
	color: #272727;
	font-weight: 700;
	font-family: "Montserrat";
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-image: url("img/others/purple-strip.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.holder .how-holder {
	padding: 40px 0px;
	background-color: #f7f7f7;
}
.holder .how-holder .how-contents {
	margin-top: 40px;
}
.holder .how-holder .how-img {
	background-repeat: no-repeat;
	background-position: center;
	width: 216px;
	height: 161px;
	padding-top: 30px;
	margin: auto;
}
.holder .how-holder .how-wrap.how-1 .how-img {
	background-image: url("img/others/one.png");
}
.holder .how-holder .how-wrap.how-2 .how-img {
	background-image: url("img/others/two.png");
}
.holder .how-holder .how-wrap.how-3 .how-img {
	background-image: url("img/others/three.png");
}
.holder .how-holder .how-img img {
	margin-left: 63px;
}
.holder .how-holder .how-wrap.how-1 .how-img img {
	margin-left: 40px;
}
.holder .how-holder .how-details {
	text-align: center;
	padding: 20px 50px;
}
.holder .how-holder .how-details a {
	font-size: 25px;
	color: #363636;
	font-weight: 600;
	text-decoration: none;
}
header .header-bottom #img {
		position : relative;
		right : -50px;
		/*margin-top: -50px;*/
	}
.holder .receipt-holder {
	padding-top: 0px;
}
.holder .receipt-holder .receipt-contents {
	padding-bottom: 40px;
}
.holder .receipt-holder .receipt-category {
	margin: 20px 0px 30px;
	position: relative;
}
.holder .receipt-holder .btn.receipt-btn {
	font-size: 15px;
	color: #6b6b6b;
	font-weight: 300;
	text-transform: uppercase;
	padding: 11px 40px 11px 20px;
	box-shadow: 0px 0px 13px 0px #e3e3e3;
	border-radius: 0px;
	background-image: url("img/icons/dropdown-arrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}
.holder .receipt-holder .receipt-dropdown {
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px #e3e3e3;
	display: none;
	position: absolute;
	z-index: 9999999;
	text-align: left;
	margin: 10px auto 0px;
	right: 0;
	left: 0;
	width: 250px;
}
.holder .receipt-holder .receipt-dropdown li {
	padding: 10px;
}
.holder .receipt-holder .receipt-dropdown li a {
	font-size: 16px;
	color: #6b6b6b;
	text-decoration: none;
	padding: 0px 15px;
}
.holder .receipt-holder .receipt-box:hover {
	background-color: #b6e7fc;
	box-shadow: 0px 0px 20px 2px #dcdcdb;
}
.holder .receipt-holder .receipt-box {
	box-shadow: 0px 0px 2px 2px #ececeb;
	padding: 20px;
	background-color: #f7f7f7;
	border-radius: 2px;
	margin: 20px 0px;
}
.holder .receipt-holder .receipt-img {
	background-color: #fff;
	position: relative;
}
.holder .receipt-holder .tag {
	position: absolute;
	top: -15px;
	right: -15px;
}
.holder .receipt-holder .receipt-details {
	background-color: #fff;

	/* padding: 20px 10px; */
}
.holder .receipt-holder .receipt-details h5 a {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}
.holder .receipt-holder .receipt-details p {
	font-size: 15px;
	color: #999999;
	font-weight: 300;
	margin: 0px;
}
.holder .receipt-holder .viewmore-butn {
	margin-top: 30px;
}
.holder .faq-holder {
	background-color: #f6f7f8;
	padding: 20px 0px 70px;
}
.holder .faq-holder .faq-contents {
	margin-top: 80px;
}
.holder .faq-holder .card {
	box-shadow: 0px 0px 10px 1px #e9eaeb;
	padding: 10px 5px 2px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: #fff;
	border: none;
}
.holder .faq-holder .card-header.collapsed .card-title {
	color: #686161;
}
.holder .faq-holder .card-title {
	font-size: 19px;
	color: #686161;
	padding: 15px 5px;
	margin: 0px;
	border-radius: 0px;
	text-align: left;
	font-weight: 500;
}
.holder .faq-holder a.card-header {
	text-decoration: none;
	padding: 0px;
	border-bottom: none;
	border-radius: 0px;
}
.holder .faq-holder a .indicator {
	font-size: 40px;
	color: #34a7d7;
	padding-left: 10px;
	float: right;
	margin-top: -13px;
}
.holder .faq-holder .card-body {
	padding: 10px;
}
.holder .faq-holder .faq-details p {
	font-size: 15px;
	color: #686161;
}
.holder .payment-holder {
	position: relative;
	padding: 80px 0px;
	background: #2794cc; /* Old browsers */
background:#16528d;background:-moz-linear-gradient(25deg,#16528d 15%,#26a7d5 97%);background:-webkit-linear-gradient(25deg,#16528d 15%,#26a7d5 97%);background:linear-gradient(25deg,#16528d 15%,#26a7d5 97%);color:#fff;

}
.holder .payment-holder .payment-details {
	padding-top: 10px;
}
.holder .payment-holder .payment-details h6 {
	font-size: 35px;
	color: #fff;
	font-weight: 600;

	font-family: "Montserrat";
}
.holder .payment-holder .payment-details h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	font-family: "Montserrat";
	margin: 0px
}
.holder .payment-holder .payment-details p {
	font-size: 19px;
	color: #fff;
	font-family: "Montserrat";
	margin: 20px 0px;
}
.holder .payment-holder .payment-details ul li {
	margin-right: 10px;
}
.holder .payment-holder .payment-img {
	position: absolute;
	top: -130px;
}
.holder .payment-holder .payment-details ul li img {
	max-width: 180px;
}



.holder .header-holder {
	position: relative;
	padding: 80px 0px;
	background: #2794cc; /* Old browsers */
	background: -moz-linear-gradient(left, #2794cc 0%, #52bae0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2794cc 0%,#52bae0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2794cc 0%,#52bae0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2794cc', endColorstr='#52bae0',GradientType=1 ); /* IE6-9 */
}
.holder .header-holder .header-details {
	padding-top: 10px;
}

.holder .header-holder .header-details h1 {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	font-weight: 600;
	/*text-transform: uppercase;*/
	font-family: "Montserrat";
	color:white;
}

.holder .header-holder .header-details h6 {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat";
}
.holder .header-holder .header-details h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	font-family: "Montserrat";
	margin: 0px
}
.holder .header-holder .header-details p {
	font-size: 19px;
	color: #fff;
	font-family: "Montserrat";
	margin: 20px 0px;
}
.holder .header-holder .header-details ul li {
	margin-right: 10px;
}
.holder .header-holder .header-img {
}
.holder .header-holder .header-details ul li img {
	max-width: 180px;
}


















.holder .testimonial-holder {
	padding: 50px 0px 0px;
}
.holder .testimonial-holder .testimonial-contents {
	padding-top: 40px;
}
.holder .testimonial-holder .testimonial-img {
	border: 4px solid #34a7d7;
	padding: 5px;
	display: table;
	border-radius: 50%;
	margin: auto;
	position: relative;
}
.holder .testimonial-holder .testimonial-details p {
	font-size: 21px;
	color: #5d5d5d;
	line-height: 1.7;
	font-style: italic;
}
.holder .testimonial-holder .testimonial-details h5 a {
	font-size: 19px;
	color: #353535;
	font-weight: 600;
	text-decoration: none;	
}
.holder .testimonial-holder .testimonial-details h6 {
	font-size: 19px;
	color: #353535;
	font-weight: 600;
	text-decoration: none;	
}
/*********** CAROUSEL NAV***********/
.holder .testimonial-holder .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/testi-left-arrow.png") !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 44px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 26px;
	outline: none;
}


.holder .testimonial-holder .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/testi-right-arrow.png") !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 44px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 26px;
	outline: none;
}
/**********CAROUSEL DOTS***************/
.owl-theme .owl-controls {
    margin-top: 0;
}
footer {
	background-color: #202938;
}
footer .footer-contents {
	position: relative;
	z-index: 99999999999;
	margin-top: 30px;
	padding-top: 30px;
}
footer .foot-menu ul li::after {
	content: "|";
	position: absolute;
	right: 0px;
	top: 3px;
	color: #fff;
}
footer .foot-menu ul li:last-child::after {
	display: none;
}
footer .foot-menu ul li {
	position: relative;
	padding: 0px 20px;
}
footer .foot-menu ul li a {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
footer .copyrights p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin: 0px;
}
footer .copyrights p a {
	font-weight: 300;
	color: #fff;
	padding: 0px 5px;
}

/*INNER PAGE*/
/*RECEIPT GENERATOR*/
.holder .receipt-generator-holder {
	padding: 50px 0px;
}
.holder .receipt-generator-holder .receipt-generator-contents h3 {
	font-size: 21px;
	color: #2d2d2d;
	text-align: center;
}
.holder .receipt-generator-holder .receipt-generator-form {
	width: 430px;
	margin: auto;
}
.holder .common-wrap {
	margin-top: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 1px #ddd;
	border-radius: 10px;
	padding: 50px;
}
.holder .common-wrap h5 {
	font-size: 30px;
	color: #272727;
	font-weight: 700;
	font-family: "Montserrat";
	margin-bottom: 30px;
}
.holder .common-form .form-control {
	font-size: 18px;
	color: #6b6b6b;
	background-color: transparent !important;
	border: 1px solid #dbcbdb;
	height: 38px; 
	border-radius: 0px;
	box-shadow: none !important;
	outline: none !important;
	margin-bottom: 15px;
}
.holder .common-form .form-control::-moz-placeholder {
	color: #6b6b6b;
}
.holder .common-form .form-control::-ms-input-placeholder {
	color: #6b6b6b;
}
.holder .common-form .form-control::-webkit-input-placeholder {
	color: #6b6b6b;
}

.holder .common-form select {
	background-image: url("img/icons/dropdown-arrow.png");
	background-repeat: no-repeat;
	background-position: 96% center;
	cursor: pointer;
}
.holder .common-form .form-check-label {
	font-size: 15px;
	color: #111111;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select ::-ms-expand {
 display:none;
}
.taxpercent {
	display: inline-block;
	width: 80%;
}
.increment.rt {
	float: right;
	margin-top: 8px;
}
.increment i {
	font-size: 15px;
	color: #1799c2;
}
.make-receipt-butn {
	margin-top: 10px;
}
.btn.make-receipt-btn {
	display: inline-block;
	background-color: #2784b6; 
	color: white;
	border-radius: 5px;
	margin: 10px auto;

}
.holder .receipt-generator-holder .receipt-preview-box:hover {
	background-color: #b6e7fc;
	box-shadow: 0px 0px 20px 2px #dcdcdb;
}
.holder .receipt-generator-holder .receipt-preview-box {
	box-shadow: 0px 0px 2px 2px #ececeb;
	padding: 20px;
	background-color: #f7f7f7;
	border-radius: 2px;
	margin: 20px 0px;
}
.holder .receipt-generator-holder .receipt-preview-img {
	background-color: #fff;
	position: relative;
}
.holder .receipt-generator-holder .receipt-preview-details {
	background-color: #fff;
	padding: 20px 10px;
}
.holder .receipt-generator-holder .receipt-preview-details h5 a {
	font-size: 18px;
	color: #232323;
	text-decoration: none;
	text-transform: uppercase;
}

/*SIGN UP*/
.holder .signup-holder {
	padding: 0px 0px 50px;
}
.holder .summary-holder {
	padding-left: 40px;
}
.holder .summary-holder h6 {
	font-size: 18px;
	color: #282828;
	font-weight: 500;
}
.holder .summary-holder .summary-list li {
	font-size: 15px;
	color: #6b6b6b;
	font-weight: 300;
	background-image: url("img/icons/tick.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 7px 25px;
}
.holder .summary-holder h4 {
	font-size: 23px;
	color: #1799c2;
	font-weight: 700;
	font-family: "Montserrat";
	margin-bottom: 10px;
}
.holder .summary-holder p {
	font-size: 15px;
	color: #6b6b6b;
	font-weight: 300;
	margin: 20px 0px;
}
.holder .summary-holder p span {
	color: #434343;
	font-weight: 700;
	margin-left: 10px;
}
.holder .summary-holder .btn.authorize-btn {
	padding: 7px 130px;
	font-size: 18px;
}
.holder .summary-holder .payments {
	margin-top: 40px;
}
.holder .summary-holder .payments span {
	font-size: 16px;
	font-weight: 700;
}
.holder .summary-holder .payments ul li {
	margin: 0px 3px;
}
.holder .summary-holder .lock img {
	margin-top: 19px;
}
.holder .signup-holder .signup-form {
	/*padding-right: 80px;
	border-right: 1px solid #e6e6e6;*/
}
.holder .signup-holder .signup-form h6 {
	font-size: 23px;
	color: #282828;
	font-weight: 700;
	margin: 20px 0px;
}
.holder .signup-holder .signup-form label {
	font-size: 15px;
	color: #343434;
	font-weight: 600;
}
.holder .signup-holder .signup-form .spl-label {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 300;
}

/*GET STARTED*/
.holder .getstarted-holder {
	padding: 50px 0px;
}
.holder .getstarted-holder .getstarted-heading h3 {
	background: none;
	margin-bottom: 0px;
}
.holder .getstarted-holder .getstarted-heading p {
	font-size: 20px;
	color: #767676;
}
.holder .getstarted-holder .nav-tabs {
	border-bottom: none;
}
.holder .getstarted-holder .nav-tabs .nav-item {
	margin: 0px 10px;
}
.holder .getstarted-holder .nav-tabs .nav-link {
	font-size: 19px;
	color: #2784b6;
	text-transform: uppercase;
	border: none;
	box-shadow: 0px 0px 10px 0px #ddd;
	padding: 12px 60px;
	border-radius: 5px;
}
.holder .getstarted-holder .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: #2784b6;
	border: none;
}
.holder .getstarted-holder .getstarted-contents {
	margin-top: 50px;
}
.holder .getstarted-holder .pricing-wrap {
	margin-top: 50px;
}
.holder .getstarted-holder .pricing-box {
	box-shadow: 0px 0px 20px 0px #e2e2e2;
	padding-bottom: 15px;
}
.holder .getstarted-holder .pricing-heading {
	background-color: #1799c2;
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
}
.holder .getstarted-holder .pricing-heading h6 {
	font-size: 27px;
	color: #fff;
	margin: 0px;
}
.holder .getstarted-holder .pricing-details {
	background-color: #fff;
	padding: 15px;
}
.holder .getstarted-holder .pricing-details h5 {
	font-size: 18px;
	color: #878787;
	font-weight: 300;
	text-align: center;
	padding: 15px 0px;
	margin: 0px;
	border-bottom: 1px solid #D7D7D7;
}

.holder .getstarted-holder .pricing-amount {
	background-color: #f5f5f5;
	border-radius: 10px;
	margin: 20px 0px;
	text-align: center;
	padding: 10px;
}
.holder .getstarted-holder .pricing-amount p {
	font-size: 18px;
	color: #878787;
	font-weight: 300;
	margin: 0px;
}
.holder .getstarted-holder .pricing-amount p span {
	font-size: 35px;
	font-weight: 700;
	color: #202938;
}
.holder .getstarted-holder .pricing-amount p:last-child {
	font-size: 16px;
	color: #5b5b5b;
	font-weight: 300;
	margin: 0px;
}
.holder .getstarted-holder .pricing-details ul {
	margin: auto;
	display: table;
}
.holder .getstarted-holder .pricing-details ul li {
	font-size: 16px;
	color: #484848;
	font-weight: 300;
	background-image: url("img/icons/tick.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 10px 30px;
}
.holder .getstarted-holder .pricing-details ul li span {
	color: #1799c2;
}
.holder .getstarted-holder .btn.pricing-btn {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	background-color: #2784b6;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 10px 35px;
	margin-bottom: -20px;
}
/* 
.holder .getstarted-holder .pricing-box:hover .pricing-heading {
	background-color: #202938;
}
 */
.holder .getstarted-holder .pricing-box:hover .btn.pricing-btn {
	background-color: #1799c2;
}
.holder .features-holder {
	margin: 70px 0px 0px;
}
.holder .features-holder .features-wrap {
	margin: 40px 0px;
	min-height: 90px;
}
.holder .features-holder .features-wrap h6 {
	font-size: 23px;
	color: #5b5b5b;
	font-weight: 700;
	margin-bottom: 15px;
}
.holder .features-holder .features-wrap h6 i {
	color: #1799c2;
	margin-right: 10px;
}
.holder .features-holder .features-wrap p {
	font-size: 16px;
	color: #6e6e6e;
	font-weight: 300;
}
.holder .features-holder .btn.conditions-btn {
	font-size: 17px;
	color: #1799c2;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #1799c2;
	border-radius: 5px;
	padding: 15px 40px;
	margin-top: 15px;
}



/*RESPONSIVE*/
@media screen and (min-width: 1200px) and (max-width: 1920px) {
	.container {
		max-width: 1140px;
	}
}

@media screen and (max-width: 1440px) {
	footer .footer-contents {
		
	}
}

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

a.btn.language-btn, .btn.login-btn, .btn.signup-btn {
width: 250px;
}
}


@media screen and (max-width: 1279px) {
	.container {
		max-width: 992px;
	}
	header .search .input-group {
		height: 35px;
	}
	header .search #exampleButton1 {
		font-size: 12px;
		width: 25px;
		height: 25px;
	}
	header .btn.language-btn {
		font-size: 13px;
		padding: 5px 40px 7px 10px;
	}
	.btn.login-btn {
		font-size: 14px;
		padding: 5px 15px;
	}
	.btn.signup-btn {
		font-size: 14px;
		padding: 5px 15px;
	}
	header .header-bottom .banner-wrap {
		top: 30%;
	}
	header .header-bottom .banner-contents h3 {
		font-size: 25px;
	}
	header .header-bottom .banner-contents p {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.badge-wrap p {
		font-size: 18px;
	}
	.btn.common-btn {
		font-size: 14px;
		padding: 5px 20px;
	}
	.heading h3 {
		font-size: 30px;
	}
	.holder .how-holder .how-details a {
		font-size: 16px;
	}
	.holder .receipt-holder .receipt-details h5 a {
		font-size: 15px;
	}
	.holder .receipt-holder .receipt-details p {
		font-size: 13px;
	}
	.holder .faq-holder .card-title {
		font-size: 14px;
	}
	.holder .faq-holder .card {
		padding: 4px 5px 2px 15px;
	}
	.holder .payment-holder .payment-details h6 {
		font-size: 20px;
	}
	.holder .payment-holder .payment-details h4 {
		font-size: 16px;
	}
	.holder .payment-holder .payment-details p {
		font-size: 14px;
	}
	.holder .payment-holder .payment-img {
		top: -120px;
	}
	
	
	.holder .header-holder .header-details h6 {
		font-size: 20px;
	}
	.holder .header-holder .header-details h4 {
		font-size: 16px;
	}
	.holder .header-holder .header-details p {
		font-size: 14px;
	}
	.holder .header-holder .header-img {
		
	}
	
	
	.holder .testimonial-holder .testimonial-details p {
		font-size: 16px;
	}
	.holder .testimonial-holder .testimonial-details h5 a {
		font-size: 16px;
	}
	.holder .testimonial-holder .testimonial-details h6 {
		font-size: 16px;
	}
	.holder .testimonial-holder .owl-prev {
		left: 0;
	}
	.holder .testimonial-holder .owl-next {
		right: 0;
	}
	footer {
		padding-bottom: 40px;
	}
	footer .footer-contents {
	
	}
	footer .foot-menu ul li a {
		font-size: 14px;
	}
	footer .copyrights p {
		font-size: 14px;
	}

	/*INNER PAGE*/
	/*RECEIPT GENERATOR*/
	.holder .receipt-generator-holder .receipt-generator-form {
		width: auto;
	}

	/*SIGN UP*/
	.holder .signup-holder .signup-form {
		padding-right: 50px;
	}
	.holder .summary-holder {
		padding-left: 10px;
	}
	.holder .summary-holder .payments span {
		font-size: 13px;
	}
}




@media screen and (max-width: 1023px) {
	.container {
		max-width: 960px;
	}
	header .search .input-group {
		height: 30px;
	}
	header .search #exampleInput1 {
		font-size: 16px;
		height: 29px;
	}
	header .search #exampleButton1 {
		font-size: 10px;
		width: 22px;
		height: 22px;
	}
	header .btn.language-btn {
		font-size: 12px;
		padding: 5px 40px 5px 10px;
	}
	.btn.login-btn {
		font-size: 12px;
		padding: 5px 15px;
	}

	.btn.signup-btn {
		font-size: 12px;
		padding: 3px 8px;
	}
	.holder .how-holder .how-details {
		padding: 0px 20px 20px;
	}
	.holder .how-holder .how-img {
		padding-top: 45px;
		background-size: 80%;
	}
	.holder .how-holder .how-img img {
		margin-left: 48px;
		width: 70px;
	}
	.holder .how-holder .how-wrap.how-1 .how-img img {
		margin-left: 30px;
	}
	.holder .payment-holder {
		padding: 40px 0px;
	}
	.holder .payment-holder .payment-img {
		top: -65px;
	}
	.holder .testimonial-holder {
		padding: 40px 0px 0px;
	}
	.holder .testimonial-holder .testimonial-row {
		padding: 0 70px;
	}
	.holder .testimonial-holder .testimonial-details p {
		font-size: 14px;
	}

	/*INNER PAGE*/
	/*RECEIPT GENERATOR*/
	.holder .receipt-generator-holder .receipt-generator-contents h3 {
		font-size: 16px;
	}
	.holder .common-wrap h5 {
		font-size: 18px;
	}
	.holder .common-form .form-control {
		font-size: 18px;
		padding: 0 3px;
	}
	.holder .common-form .form-check-label {
		font-size: 13px;
	}
	.holder .receipt-generator-holder .receipt-preview-details h5 a {
		font-size: 14px;
	}

	/*SIGN UP*/
	.holder .signup-holder .signup-form h6 {
		font-size: 17px;
	}
	.holder .signup-holder .signup-form .spl-label {
		font-size: 12px;
	}
	.holder .summary-holder h6 {
		font-size: 15px;
	}
	.holder .summary-holder h4 {
		font-size: 18px;
	}
	.holder .summary-holder p {
		font-size: 13px;
	}
	.holder .summary-holder .btn.authorize-btn {
		padding: 7px 30px;
	}

	/*GET STARTED*/
	.holder .getstarted-holder .getstarted-heading p {
		font-size: 14px;
	}
	.holder .getstarted-holder .nav-tabs .nav-link {
		font-size: 14px;
		padding: 7px 30px;
	}
	.holder .getstarted-holder .pricing-heading h6 {
		font-size: 20px;
	}
	.holder .getstarted-holder .pricing-details h5 {
		font-size: 15px;
	}
	.holder .getstarted-holder .pricing-amount p span {
		font-size: 25px;
	}
	.holder .getstarted-holder .pricing-amount p {
		font-size: 14px;
	}
	.holder .getstarted-holder .pricing-amount p:last-child {
		font-size: 13px;
	}
	.holder .getstarted-holder .pricing-details ul {
		height: 140px;
	}
	.holder .getstarted-holder .pricing-details ul li {
		font-size: 13px;
	}
	.holder .getstarted-holder .btn.pricing-btn {
		font-size: 12px;
	}
	.holder .features-holder .features-wrap h6 {
		font-size: 15px;
	}
	.holder .features-holder .features-wrap p {
		font-size: 14px;
	}
	.holder .features-holder .features-wrap {
		margin: 20px 0px;
		min-height: 90px;
	}
	.holder .features-holder .btn.conditions-btn {
		font-size: 10px;
		padding: 10px 15px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	header .mainmenu{
		padding: 10px 0px;
	}
	.navbar-brand {
		width: 230px;
	}
   header .header-bottom #img {
		position : relative;
		right : 150px
	}

	.btn.banner-btn.common-btn {
		font-size: 25px;
		padding: 4px 20px;
		position : static;
		margin-bottom : 20px;
		left : 0px;
		top : 0px;

	}
	
	.btn.login-btn {
		font-size: 16px;
		padding: 5px 15px;
		width:50%;
	}
.btn.signup-btn {
		font-size: 16px;
		padding: 3px 8px;
		width:50%;
	}
	.navbar.navbar-expand-md {
		padding: 0;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(33,162,216,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	header .search {
		text-align: center;
		width: 250px;
		margin: auto;
	}
	header .language {
		text-align: center;
	}
	header .language-drpdwn {
		margin: 10px auto 0;
		right: 0;
		left: 0;
	}
	header .login {
		text-align: center;
		margin: 10px 0px;
	}
	header .signup {
		text-align: center;
	}
	header .header-bottom .banner-contents {
		width: 250px;
	}
	header .header-bottom .hading{
		text-align : center;
		z-index : 10;
		position : static;
		
	}
	header .header-bottom .hading h3 {
		font-size: 15px;
		font-weight :800;
		margin : 0px;
		text-align: center
	}

	header .header-bottom .hading p {
		 font-size: 25px;
		 color : rgb(6,153,199);
		 margin : 0px;
		 text-align: center
		
	}
	.badge-wrap p img {
		width: 30px;
	}
	.badge-wrap p {
		font-size: 15px;
		margin-top: 10px;
	}
	
	.heading h3 {
		font-size: 25px;
	}
	.holder .how-holder {
		padding: 50px 0px;
	}
	.holder .how-holder .how-contents {
		margin-top: 20px;
	}
	.holder .how-holder .how-img {
		width: auto;
	}
	.holder .receipt-holder .receipt-category {
		margin: 20px auto 30px;
		text-align: center;
	}
	.holder .receipt-holder .receipt-dropdown {
		margin: 10px auto 0;
		right: 0;
		left: 0;
		width: 200px;
	}
	.holder .receipt-holder .receipt-box {
		width: 250px;
		margin: 20px auto;
	}
	.holder .faq-holder .card-title {
		font-size: 13px;
	}
	.holder .faq-holder .faq-details p {
		font-size: 13px;
	}
	.holder .faq-holder a .indicator {
		font-size: 30px;
		margin-top: -9px;
	}
	.holder .payment-holder .payment-details {
		padding-top: 0;
		text-align: center;
	}
	.holder .payment-holder .payment-img {
		top: 0;
		position: relative;
	}
	.holder .payment-holder .payment-img img {
		width: 300px;
		margin: auto;
	}
	.holder .testimonial-holder .testimonial-row {
		padding: 0 30px;
	}
	.holder .testimonial-holder .testimonial-details {
		text-align: center;
		padding-top: 20px;
	}
	footer .footer-contents {
		
	}
	footer .foot-menu ul li::after {
		right: -3px;
		top: 1px;
	}
	footer .foot-menu ul li {
		padding: 0px 8px;
	}
	footer .foot-menu ul li a {
		font-size: 12px;
	}
	footer .copyrights p {
		font-size: 12px;
	}

	/*INNER PAGE*/
	/*RECEIPT GENERATOR*/
	.holder .receipt-generator-holder .receipt-generator-contents h3 {
		font-size: 14px;
	}
	.holder .common-wrap {
		margin-top: 10px;
		padding: 30px;
	}
	.holder .common-form {
		text-align: left;
	}

	/*SIGN UP*/
	.holder .signup-holder {
		padding: 10px 0px 30px;
	}
	.holder .signup-holder .signup-form {
		padding-right: 0;
		border: none;
	}
	.holder .signup-holder .secure-payment {
		margin: 10px 0px 0px;
	}
	.holder .summary-holder .payments {
		margin-top: 20px;
		text-align: center;
	}

	/*GET STARTED*/
	.holder .getstarted-holder {
		padding: 20px 0px;
	}
	.holder .getstarted-holder .getstarted-contents {
		margin-top: 15px;
	}
	.holder .getstarted-holder .nav-tabs .nav-item {
		margin: 0px 5px;
	}
	.holder .getstarted-holder .pricing-box {
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	.holder .getstarted-holder .pricing-details ul {
		height: 150px;
	}
	.holder .getstarted-holder .pricing-details ul li {
		font-size: 12px;
	}
	.holder .features-holder {
		margin: 0px;
	}
}

@media screen and (max-width: 550px) {
	header .header-bottom #img {
		position : relative;
		right: 80px;
	}
header .header-bottom .hading{
		text-align : center;
		z-index : 10;
		position : static;
		
	}
	header .header-bottom .hading h3 {
		font-size: 11px;
		font-weight :800;
		margin : 0px;
		text-align: center
	}

	header .header-bottom .hading p {
		 font-size: 18px;
		 color : rgb(6,153,199);
		 margin : 0px;
		 text-align: center
		
	}
	.badge-wrap p {
		font-size: 10px;
	}
	.btn.banner-btn.common-btn {
		font-size: 24px;
		padding: 4px 15px;
		margin-bottom : 20px;
		left : 0px;
		top : 0px;
	}
	.holder .how-holder .how-wrap.how-1 .how-img img {
		margin-left: 16px;
	}
	.holder .how-holder .how-img {
		padding-top: 20px;
		background-size: 60%;
		width: auto;
		height: 82px;
	}
	.holder .how-holder .how-img img {
		width: 35px;
    	margin-left: 20px;
    	
	}
	.holder .how-holder .how-details {
		padding: 0;
	}
	.holder .how-holder .how-details a {
		font-size: 12px;
	}
	.holder .payment-holder .payment-details ul li {
		margin-right: 2px;
	}
	.holder .payment-holder .payment-details ul li img {
		max-width: 150px;
	}

	.holder .receipt-holder .receipt-box {
		width: 85px;
		margin:10px -08px;
		padding: 5px;
	}

	.holder .receipt-holder .receipt-details h5 a {
		font-size: 10px;
		text-align: center;
	}
	.holder .receipt-holder .receipt-details p {
		font-size: 10px;
		line-height: 1.3;
	}
	.holder .holder-hading h5{
		margin: 10px;
		font-size: 15px;
		font-weight: 800;
		color: rgb(52,73,85);
	}
	.holder .receipt-holder .receipt-details {
		background-color: #fff;
	}
	h5, .h5{
		line-height: 0.5;
	}
	.holder .receipt-holder .receipt-img a img{
		max-width: 80%;
		height: 100px;
		margin-top: 5px;
		margin-bottom: 5px;
}

.holder .receipt-holder .receipt-img .free-tag img{
	position: absolute;
    top: -6px;
    right: -3px;
    height: 30px;
    width: auto;
}
.receipt-details p {
    display: none;
}


}

@media screen and (max-width: 320px) {
	header .header-bottom #img {
		margin-left : -70px;
		position: static;
	}
	header .header-bottom .hading{
		text-align : center;
		z-index : 10;
		position : static;
		
	}
	.btn.make-receipt-btn {
		display: block;
		background-color: #2784b6; 
		color: white;
		
	}
	header .header-bottom .hading h3 {
		font-size: 11px;
		font-weight :800;
		margin : 0px;
		text-align: center;
		font-size: 10px;
	}

	header .header-bottom .hading p {
		 font-size: 18px;
		 color : rgb(6,153,199);
		 margin : 0px;
		 text-align: center
		
	}
	.badge-wrap p {
		font-size: 10px;
	}
	.btn.banner-btn.common-btn {
		font-size: 24px;
		padding: 4px 15px;
		margin-bottom : 20px
	}
	.holder .how-holder .how-wrap.how-1 .how-img img {
		margin-left: 16px;
	}
	.holder .how-holder .how-img {
		padding-top: 25px;
		background-size: 60%;
		width: auto;
		height: 80px;
	}
	.holder .how-holder .how-img img {
		width: 25px;
    	margin-left: 13px;
    	
	}
	.holder .how-holder .how-details {
		padding: 0;
	}
	.holder .how-holder .how-details a {
		font-size: 12px;
	}
	.holder .payment-holder .payment-details ul li {
		margin-right: 2px;
	}
	.holder .payment-holder .payment-details ul li img {
		max-width: 150px;
	}

	.holder .receipt-holder .receipt-box {
		width: 85px;
		margin:10px -08px;
		padding: 5px;
	}

	.holder .receipt-holder .receipt-details h5 a {
		font-size: 10px;
		text-align: center;
	}
	.holder .receipt-holder .receipt-details p {
		font-size: 10px;
		line-height: 1.3;
	}
	.holder .holder-hading h5{
		margin: 10px;
		font-size: 15px;
		font-weight: 800;
		color: rgb(52,73,85);
	}
	.holder .receipt-holder .receipt-details {
		background-color: #fff;
	}
	h5, .h5{
		line-height: 0.5;
	}
	.holder .receipt-holder .receipt-img a img{
		max-width: 80%;
		height: 100px;
		margin-top: 5px;
		margin-bottom: 5px;
}

.holder .receipt-holder .receipt-img .free-tag img{
	position: absolute;
    top: -6px;
    right: -3px;
    height: 30px;
    width: auto;
}



}

	footer .foot-menu ul {
		display: block !important;
	}
	footer .foot-menu ul li::after {
		display: none;
	}
	footer .foot-menu ul li a {
		font-size: 12px;
	}
.in{
   display: block;
}


.profile-header {
	 background-color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.nav-pills {
  color : white;
  background-color: #999999;
}
.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background-color: #2CA8FF;
    color: #FFFFFF;
}



.nav-pills > ul {
    width:100%;
    margin-left: 0;
    margin-bottom: 0
} 
.nav-pills > li + li {
    margin-left: 0;
    
}
.nav-pills > li {
    border: 0px solid #2CA8FF;
    border-radius: 0;
    color: #2CA8FF;
    margin-left: -1px;
    
     
    display: inline-block;

    
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #F5F5F5;
}
.nav-pills > li.active , .nav-pills.ct-blue > li.active > a:hover, .nav-pills.ct-blue > li.active > a:focus, .pagination.ct-blue > .active > a, .pagination.ct-blue > .active > span, .pagination.ct-blue > .active > a:hover, .pagination.ct-blue > .active > span:hover, .pagination.ct-blue > .active > a:focus, .pagination.ct-blue > .active > span:focus{
   background-color: #2CA8FF;
}

.nav-pills > li > a {
    border: 0px solid #2CA8FF;
    color: #ffffff;
}


.info-text {
background-color: #fff;
    text-align: center;
    font-size: 1.2em;
    margin: 30px 0 30px;
}
 .field-icon {
 
  float: right;
  margin-left: -25px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}								  

.subscribe-section {
background: rgba(0, 0, 0, 0) url("/images/need-invoices1.jpg") no-repeat scroll left top / cover;
padding: 60px 0 65px;
}
.subscribe-head h2 {
color: #fff;
font-size: 30px;
letter-spacing: 0;
line-height: 30px;
margin: 0 0 13px;
text-transform: uppercase;
}
.subscribe-head p {
color: #fff;
font-size: 18px;
line-height: 22px;
margin: 0 0 39px;
}
.subscribe-head {
text-align: center;
}

.plyr--video {
height: 100% !important;
}

.plyr.plyr--stopped .plyr__controls { display: none }


#homePage .jumbo .videoHolder {
height: auto;
}