@font-face {
	font-family: "Quicksand-Bold";
	src: url("../Fonts/Quicksand-Bold.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}

@font-face {
	font-family: "Quicksand-Light";
	src: url("../Fonts/Quicksand-Light.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}

@font-face {
	font-family: "Quicksand-Medium";
	src: url("../Fonts/Quicksand-Medium.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}

@font-face {
	font-family: "Quicksand-Regular";
	src: url("../Fonts/Quicksand-Regular.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}

.automated-bill .automated-flexbox .bill-upload {
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: 30px;
	padding: 30px;
	border-radius: 10px;
	/* box-shadow: -1px 5px 13px 4px rgba(158, 153, 153, 0.12); */
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	animation: launcher-frame-appear 0.25s ease forwards;
}

.fixed-top {
	position: static;
}
.top-header {
	background: #5433ff;
}

body {
	font-family: Quicksand-Regular;
	overflow-x: hidden;
}

header {
	background-image: url("../Images/testing.png");
	height: auto;
	width: 100%;
	padding: 20px 50px;
	background-size: 150%;
	padding-bottom: 80px;
}

header #topright-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 75px;
    position: relative;
    top: 38px;
    right: -20px;
}

header .header-left-content {
	margin: 120px 0px;
}

header .header-left-content #heading {
	color: #fff;
	font-family: Quicksand-Light;
	font-size: 50px;
}

header .header-left-content h6 {
	color: #fff;
	font-family: Quicksand-Medium;
	font-size: 50px;
}

header .header-left-content p {
	font-family: Quicksand-Light;
	color: #fff;
	font-size: 16px;
}

header .header-left-content a {
	color: rgb(255, 255, 255);
	border: 1px solid #fff;
	padding: 8px 25px;
	border-radius: 50px;
	background-color: transparent;
	display: inline-block;
	margin-top: 30px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease 0s;
}
header .header-left-content a:hover {
	box-shadow: none;
}
.automated-bill {
	text-align: center;
	height: auto;
	width: 100%;
    padding-top: 30px;
}

.automated-bill span {
	color: #fb6c9e;
}
.dshBrd img {
	 /* box-shadow: -1px 5px 13px 4px rgba(66, 64, 64, 0.12); */
	animation: launcher-frame-appear 0.25s ease forwards;
    max-width: 609px;
    width: 100%;

}

.textA p.settingCnt {
	text-align: center !important;
}
.automated-bill p {
	font-family: Quicksand-Medium;
	padding: 30px;
}
.messagePopup {
	text-align: center;
	width: 360px;
	float: right;
	margin-right: 150px;
}
.messagePopup p {
	color: #6e88fe;
	font-size: 22px !important;
	font-weight: 500;
	text-align: center;
	line-height: 28px;
	margin-top: 20px;
}
.messagePopup .DoneBtn {
	background: #6e88fe;
	color: #fff;
	border: none;
	padding: 6px 60px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 50px;
	margin-top: 30px;
}
.automated-bill .automated-flexbox {
	display: flex;
	flex-direction: row;
	background-image: url(../Images/bill-bk.png);
	padding: 70px 50px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.automated-bill .automated-flexbox h4 {
	font-family: Quicksand-Medium;
	font-size: 25px;
	padding-top: 8px;
	color: #adb5bd;
}

.automated-bill .automated-flexbox .bill-upload p {
	font-family: Quicksand-Medium;
	padding-top: 30px;
}

.bill-scan {
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("http://23.92.24.150/frontend/Images/abc.png");
	padding: 0px 50px;
}
.bill-scan .scan-imager {
	padding-top: 60px;
}

.bill-scan h4 {
	font-family: Quicksand-Bold;
	font-size: 55px;
	color: #6e88fe;
	padding-top: 150px;
}

.bill-scan h6 {
	font-family: Quicksand-Regular;
	font-size: 40px;
	color: #6e88fe;
}

.bill-scan p {
	font-family: Quicksand-Medium;
}

.contactus {
	height: auto;
	width: 100%;
	background-image: url("http://23.92.24.150/frontend/Images/Contactbk.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 0px bottom -85px;
	padding: 50px 70px;
}

.contactus h5 {
	font-family: Quicksand-Bold;
	font-size: 30px;
}

.contactus p {
	font-family: Quicksand-Regular;
	font-size: 26px;
}

.contactus form {
	text-align: center;
}

.contactus form #submit {
	background-color: #6e88fe;
	padding: 10px 50px;
	border-radius: 50px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	margin: 30px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

.contactus form input[type="text"],
.contactus form input[type="email"],
.contactus form input[type="number"] {
	width: 60%;
	border: 1px solid #6e88fe;
	border-radius: 5px;
	margin: 10px 0px;
	padding: 10px;
	outline: none;
}

.contactus form input[type="text"]::-webkit-input-placeholder,
.contactus form input[type="email"]::-webkit-input-placeholder,
.contactus form input[type="number"]::-webkit-input-placeholder {
	color: #6e88fe;
}

.payment {
	height: auto;
	width: 100%;
	background-image: url("http://23.92.24.150/frontend/Images/Rectangle5_copy.png");
	background-position: bottom -71px right 1px;
	padding: 160px 95px;
	background-size: contain;
	background-repeat: no-repeat;
}

.payment h6 {
	font-family: Quicksand-Medium;
	font-size: 45px;
	color: blue;
}

.payment h4 {
	font-family: Quicksand-Medium;
	font-size: 20px;
	color: blue;
}

.payment #secure-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.questions {
	padding: 50px 70px;
	height: auto;
	width: 100%;
}

.questions h5 {
	text-align: center;
	color: #6e88fe;
	font-size: 25px;
	padding: 30px 0px;
}
.lang-select ul {
	padding: 0px;
	margin-top: 20px;
}
.lang-select li {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-align: center;
	list-style: none;
}
.lang-select li a {
	text-decoration: none !important;
	width: 40px !important;
	height: 40px !important;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	text-align: center;
}
.lang-select ul li img {
	width:100% !important;
	height: 100% !important;
}
.lang-select {
	padding: 50px 0;
	text-align: right;
}

.lang-select li.active-lang a {
	border: 3px solid #ffffff;
}
.functionality {
	height: auto;
	width: 100%;
	background-image: url("http://23.92.24.150/frontend/Images/Testing3.png");
	text-align: center;
	background-position: bottom;
}

.functionality h5 {
	font-family: Quicksand-Medium;
	padding: 8px 0px;
	font-size: 25px;
	color: #adb5bd;
}

.functionality p {
	font-family: Quicksand-Light;
	font-size: 18px;
}

.functionality .functionality-flex {
	display: flex;
	flex-direction: row;
	padding: 50px 70px;
}

.functionality .functionality-flex .flexbox {
	width: 28%;
	background-color: #fff;
	height: 370px;
	border-radius: 30px;
	margin: 0px 30px;
	padding: 30px;
	box-shadow: 0px 0px 13px #e0e0e0;
}

.functionality .functionality-flex .flexbox #check {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.dashboard {
	height: auto;
	width: 100%;
	margin: 20px 0px;
	padding: 70px 50px;
}

.dashboard h5 {
	font-family: Quicksand-Medium;
	font-size: 30px;
	color: #000;
	padding-top: 150px;
}

footer {
	height: auto;
	width: 100%;
    background-color: #cdcdcd;
	padding: 0px 120px;
	padding-bottom: 15px !important;
}

footer p {
	color: black;
	font-family: Quicksand-Medium;
	text-align: center;
	margin-bottom: 0px;
}

footer span {
	color: black;
	font-family: Quicksand-Light;
	padding-left: 10px;
	font-size: 18px;
}

footer .footer-left, .footer-middle  {
	padding: 50px 0px;
}

footer .footer-left .logo-img,
footer .footer-left .address,
footer .footer-left .social-media, .footer-middle > h5, .footer-middle .address1 {
	padding: 10px 0px;
}

footer .footer-left .social-media img {
	margin-right: 15px;
}

footer .footer-right {
	display: flex;
	flex-flow: column nowrap;
	padding: 50px 190px;
}

footer .footer-right p {
	color: black;
	font-family: Quicksand-Medium;
	text-align: left;
}

footer .footer-right a {
	color: black;
	font-family: Quicksand-Light;
}

footer .paddinglr-50 {
	padding: 0px 50px;
}

.address .email-link{
	display: flex;
    flex-direction: column;
}
.address .email-link a{
    color: black;
    font-family: 'Quicksand-Medium';
    margin-top: 5px;
	font-size: 18px;
}
.address .email-link a:nth-child(3){
	margin-top: 20px;
}
.address .email-link p{
	text-align: left;
	font-size: 18px;
}
.address .email-address{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
    flex-direction: column;
}
.address .email-address p{
text-align: left;
flex: 0 0 50%;
max-width: 50%;
padding-right: 10px;
}
.address .email-address .social-media{
	text-align: left;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	display: flex;
    margin-top: 15px;
	}

	.footer-middle h5{
		font-family: 'Quicksand-Medium';
		color: black;
	}
	
.footer-middle .address1 span, .footer-middle .address2 span{
	padding: 0;
    display: block;
	font-family: 'Quicksand-Regular';
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1280px) {
	.header-mob,
	.dashboard img {
		width: 100%;
	}
	footer .footer-right {
		padding: 50px 60px;
	}
	.nav-item {
		padding: 0 15px;
	}
	/* header{background-size: auto;} */
}

@media only screen and (max-width: 1024px) {
	.navbar-nav .nav-item {
		padding: 0 8px;
	}
	header {
		background-size: auto;
	}
	.navbar-brand img {
		max-width: 104px;
	}
	.navbar-nav {
		margin: 5px 0 !important;
		justify-content: flex-end;
		width: 100%;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 14px;
	}
	header {
		padding: 0 20px;
		padding-bottom: 60px;
	}
	.bg-dark {
		padding: 10px 20px;
		background: blue !important;
	}
	header .header-left-content {
		max-width: 100%;
		flex: 1;
		padding: 0px 0 50px 0;

		margin: 70px 0 0 0px;
	}
	header .header-left-content #heading {
		font-size: 26px;
		margin-bottom: 0;
	}
	header .header-left-content h6 {
		font-size: 26px;
	}
	.header-mob {
		width: 100%;
		padding: 85px 0 0 0;
	}
	.automated-bill p {
		padding: 30px 20px;
	}
	.automated-flexbox {
		padding: 0;
	}
	.automated-bill .automated-flexbox {
		flex-direction: column;
		padding: 30px 20px;
	}
	.automated-bill .automated-flexbox .bill-upload {
		margin: 20px 0;
		padding: 30px;
	}
	.bill-scan {
		padding: 40px 20px;
	}
	.bill-scan .scan-imager {
		padding-top: 0px;
		width: 100%;
	}
	.bill-scan h4 {
		padding: 0;
		font-size: 30px;
	}
	.bill-scan h6 {
		font-size: 26px;
	}
	.dashboard {
		padding: 40px 20px;
	}
	.dashboard img {
		width: 100%;
	}
	.dashboard h5 {
		padding-top: 0;
		font-size: 30px;
	}
	.payment {
		padding: 40px 20px;
	}
	.payment h4 {
		font-size: 20px;
	}
	.payment h6 {
		font-size: 30px;
	}
	.functionality .functionality-flex {
		padding: 40px 0px;
		flex-direction: column;
	}
	.functionality .functionality-flex .flexbox {
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
	}
	.functionality .flexbox h5 {
		padding: 0;
		margin-bottom: 25px;
	}
	.questions {
		padding: 40px 20px;
	}
	footer {
		padding: 40px 20px;
	}
	footer .footer-left {
		padding: 40px 0;
	}
	.functionality {
		padding: 0 20px;
		background-position: top center;
	}
	.automated-bill .automated-flexbox h4 {
		padding-top: 0;
	}
	footer .footer-right {
		padding: 0px;
	}
	footer .footer-left {
		padding: 0;
	}
	.privacy {
		margin-top: 30px;
	}
	.contactus .col-sm-6 {
		width: 100%;
	}
	.contactus {
		background-size: cover;
		background-position: center;
		padding: 40px 20px;
	}
	.contactus form input[type="text"],
	.contactus form input[type="email"],
	.contactus form input[type="number"] {
		width: 100%;
	}
	.contactus form #submit {
		display: block;
	}
	.navbar-nav a.login {
		display: inline-block;
	}
	.automated-bill {
		margin-top: 30px;
	}
	header #topright-image {
		padding-left: 0;
	}
    .lang-select li{
        padding: 0;
    }
}

@media only screen and (max-width: 700px) {
	.messagePopup {
		width: 100%;
	}
	.messagePopup p {
		font-size: 19px !important;
	}
	.lang-select {
		text-align: center;
		padding: 10px 0;
        margin-bottom: 50px;
	}
    .address .email-link p{
        text-align: center;
    }
    .address .email-address p{
        text-align: center;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    }
    .address .email-address .social-media{
        justify-content: center;
    }
    footer .footer-middle{
        padding-bottom: 0;
    }
    .lang-select li{
        padding: 0 10px;
    }
}

@media only screen and (max-width: 580px) {
	.header-mob {
		padding: 0px 0 30px 0;
	}

	header .header-left-content {
		text-align: center;
		padding: 50px 0 30px 0;
	}
	header .header-left-content {
		padding: 0px 0 30px 0;
	}
	.automated-bill {
		margin-top: 0;
	}
	.automated-bill .automated-flexbox {
		padding-top: 0;
	}
	.bill-scan {
		padding-bottom: 0;
	}
	.automated {
		padding-top: 30px;
		text-align: center;
	}
	.dashboard {
		padding-top: 0;
		text-align: center;
	}
	.dashboard img {
		margin-bottom: 40px;
	}
	.payment {
		padding-top: 0;
		text-align: center;
	}
	.payment {
		background-position: center;
		background-size: cover;
	}
	footer {
		text-align: center;
	}
	footer .footer-right p {
		text-align: center;
	}
	footer .footer-right {
		padding-top: 25px;
	}
    .bill-scan .scan-imager{
        width: 100%!important;
    }
}
.functionality-flex-three-images [data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
}
img.automated-box-img {
	width: 45px;
	height: 50px;
}

/* New Css Added here */

ul.manager-section-box {
	list-style: none;
	position: relative;
}
ul.manager-section-box li {
	margin-top: 11px;
	padding-top: 8px;
	color: gray;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	text-transform: capitalize;
	display: flex;
}
.flexbox.aos-init.aos-animate ul li:before {
	content: "";
	background-color: #d1d1d1;
	height: 115%;
	width: 5px;
	position: absolute;
	left: 18px;
	top: 3px;
	z-index: -9;
}
.flexbox.aos-init.aos-animate ul li:after {
	content: "";
	width: 16px;
	height: 16px;
	background: #ffffff !important;
	border-radius: 50px;
	color: #170a0a !important;
	text-align: center;
	line-height: 27px;
	/* margin-right: 1px; */
	border: 3px #48e25a solid;
	position: absolute;
	left: 12px;
	/* top: 8px; */
	margin-top: 4px;
}

ul.navbar-nav.ml-auto.menu-section-class {
	align-items: center !important;
}
li.flag-class a img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 5px;
}
