﻿@charset "utf-8";
/* CSS Document */

/*@import url('https://https://fonts.google.com/specimen/Poppins');*/

@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

html {
	height: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	position: relative;
	min-height: 100%;
}

.wrapper-pad {
	padding: 0 3%;
}

.logo {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 42px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0;
}

.fas, a svg {
	color: #3f9cc8;
	cursor: pointer;
}

.userimg {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px 0 0;
	border: 1px solid #ddd;
	vertical-align: -15px;
}

	.userimg img {
		width: 38px;
		height: 38px;
		border-radius: 50%;
	}

.main-nav .nav-link {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 20px;
	color: #626262;
	padding: 6px 15px !important;
	position: relative;
}

	.main-nav .nav-link:after {
		bottom: 0;
		content: "";
		display: block;
		height: 2px;
		left: 50%;
		position: absolute;
		background: #0dd9b6;
		transition: width 0.3s ease 0s, left 0.3s ease 0s;
		width: 0;
	}

	.main-nav .nav-link:hover:after {
		width: 100%;
		left: 0;
	}

	.main-nav .nav-link:hover {
		color: #0dd9b6;
	}

	.main-nav .nav-link.active {
		color: #0dd9b6;
	}

.btn-green {
	background-color: #3f9cc8;
	border: 1px solid #3f9cc8;
	padding: 6px 10px;
	color: #fff;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	transition: background-color 0.5s ease-out;
}

	.btn-green:hover {
		background-color: #fff;
		color: #3f9cc8;
		border: 1px solid #3f9cc8;
	}

.navbar-toggler {
	background-color: #3f9cc8 !important;
	padding: 2px 7px
}

.navbar-expand-md {
	background-color: #fff;
	padding: 12px 0;
}
/************************** Main Nav css End **************************/


/* Banner Slider css start */

.carousel-caption {
	right: 50%;
	top: 19%;
	left: 10%;
	text-align: left;
}

	.carousel-caption h5 {
		font-family: "Poppins", sans-serif;
		font-size: 63px;
		color: #fff;
		font-weight: bold;
		margin: 0;
		padding: 0px 0px 40px;
	}

	.carousel-caption p {
		font-family: "Poppins", sans-serif;
		font-size: 45px;
		color: #fff;
		font-weight: 100;
		margin: 0 0 25px;
		line-height: 56px;
	}

.btn-blue {
	background-color: #3f9cc8;
	padding: 6px 10px;
	border: none;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 100;
	transition: background-color 0.5s ease-out;
}
/************************** Banner Slider css End **************************/


/* content image css Start */

.content-image {
	padding: 80px 0;
}

	.content-image h1 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #000;
		font-weight: bold;
		margin: 0;
		padding: 0 0 30px;
	}

	.content-image p {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		color: #918f92;
		font-weight: 100;
		margin: 0;
		padding: 0 0 30px;
	}
/************************** content image css End **************************/


/* Features css Start */

.features {
	background-color: #f7f7f7;
	padding: 80px 0;
}

	.features h3 {
		font-family: "Poppins", sans-serif;
		font-size: 28px;
		color: #000;
		font-weight: 600;
		padding-bottom: 20px;
		margin: 0;
	}

	.features p {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		color: #918f92;
		font-weight: normal;
		margin: 0;
	}

	.features .col.align-items-start {
		margin-bottom: 50px;
	}
/************************** Features css End **************************/


/* Blue bg image content css Start */

.blue-img-bg {
	background: url(../images/blue-bg-img.png) top left;
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 451px;*/
	padding: 0% 0px 5%;
}

.custom-row-margin {
	margin: 0 6%;
	padding: 7% 0 0;
}

.blue-img-bg h3 {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	color: #fcffb6;
	font-weight: bold;
	margin: 0;
	padding-bottom: 15px
}

.blue-img-bg p {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 100;
	margin: 0;
}
/************************** Blue bg image content css End **************************/


/* Features AI content css start */

.AI-features {
	padding: 100px 0;
}

	.AI-features h1 {
		font-family: "Poppins", sans-serif;
		font-size: 45px;
		color: #000;
		font-weight: bold;
		margin: 0;
		padding-bottom: 20px
	}

	.AI-features h3 {
		font-family: "Poppins", sans-serif;
		font-size: 25px;
		color: #000;
		font-weight: bold;
		margin: 0;
		padding-bottom: 15px
	}

	.AI-features p {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		color: #918f92;
		font-weight: normal;
		margin: 0;
	}

.border-box {
	border: 1px solid #ececee;
	padding: 40px 50px;
	min-height: 100%;
	transition: transform 0.3s;
}

	.border-box:hover {
		box-shadow: 0 0 11px rgba(33,33,33,.2);
		transform: scale(1.1);
	}
/************************** Features AI content css end **************************/


/* Book free demo content css Start */

.book-free-demo {
	background: rgb(0,124,222);
	background: linear-gradient(180deg, rgba(0,124,222,1) 0%, rgba(1,233,189,1) 100%);
	padding: 120px 0;
}

	.book-free-demo h1 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		margin: 0;
		padding-bottom: 30px;
	}

	.book-free-demo p {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		color: #fff;
		font-weight: 100;
		margin: 0;
		padding-bottom: 40px;
	}
/************************** Book free demo content css end **************************/


/* Footer css start */

.footer {
	background-color: #3f9cc8;
	padding: 70px 0 40px;
}

.footer-text p {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 100;
	margin: 0;
}

.footer-text ul {
	list-style: none;
	padding: 15px 0 0;
	margin: 0;
}

	.footer-text ul li {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		color: #fff;
		font-weight: 100;
	}

.social-media {
	margin-top: 50px;
}

	.social-media a .svg-inline--fa {
		color: #fff;
		font-size: 25px;
	}

	.social-media a {
		border-radius: 50%;
		border: 2px solid #fff;
		margin: 0px 10px;
		width: 50px;
		height: 50px;
		display: inline-block;
		padding: 10px;
		text-align: center;
	}

.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 9% 10% 0px
}

	.footer-links ul li a {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		color: #fff;
		font-weight: 100;
		text-decoration: none;
		line-height: 35px;
		display: inline-block;
		position: relative;
	}

		.footer-links ul li a:after {
			bottom: 0;
			content: "";
			display: block;
			height: 2px;
			left: 50%;
			position: absolute;
			background: #0dd9b6;
			transition: width 0.3s ease 0s, left 0.3s ease 0s;
			width: 0;
		}

		.footer-links ul li a:hover:after {
			width: 100%;
			left: 0;
		}

		.footer-links ul li a:hover {
			color: #0dd9b6;
		}

		.footer-links ul li a.active {
			color: #0dd9b6;
		}

.footer-companyABN {
	margin-top: 62px;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	color: #fff;
}

	.footer-companyABN h5 {
		font-size: 20px;
	}

	.footer-companyABN a {
		position: relative;
		color: #0dd9b6;
		text-decoration: none;
	}

		.footer-companyABN a:after {
			bottom: 0;
			content: "";
			display: block;
			height: 2px;
			left: 50%;
			position: absolute;
			background: #0dd9b6;
			transition: width 0.3s ease 0s, left 0.3s ease 0s;
			width: 0;
		}

		.footer-companyABN a:hover:after {
			width: 100%;
			left: 0;
		}

.copyright {
	background-color: #3f9cc8;
	border-top: 1px solid #3f9cc8;
	padding: 15px 0;
}

	.copyright p {
		font-family: "Poppins", sans-serif;
		font-size: 15px;
		color: #fff !important;
		text-align: center;
		margin: 0;
	}
/************************** Footer css End **************************/


/* Structures and Process page css Start */

.structure-banner {
	background: url(../images/structures-banner.png) right center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 37vh;
	width: 100%;
}

	.structure-banner h2 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 7%;
		top: 42%;
	}

.structure, .process, .about, .faq, .login, .privacy-policy {
	padding: 3% 0 0;
}

	.structure h2, .process h2, .about h2, .faq h2, .login h2, .privacy-policy h2 {
		font-family: "Poppins", sans-serif;
		font-size: 40px;
		color: #000;
		font-weight: bold;
		margin: 0;
		padding: 0 0 20px
	}

	.structure p, .process p, .about p, .faq p, .privacy-policy p {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		color: #918f92;
		font-weight: 100;
		line-height: 25px;
		text-align: justify;
		margin: 0;
		padding: 0 0 10px
	}

.custom-row {
	margin: 0 6% 4%;
}

.order-class {
	order: 0;
}

.bold-black {
	font-weight: 600 !important;
	color: #000 !important;
}
/************************** Structures and Process page css End **************************/


/*Proceed Payment Start */

.process-banner {
	background: url(../images/process-banner.png) right center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 37vh;
	width: 100%;
}

	.process-banner h2 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 7%;
		top: 42%;
	}

.proceed-payment {
	background-color: #f7f7f7;
	padding: 25px 0;
}

	.proceed-payment p {
		font-family: "Poppins", sans-serif;
		font-size: 30px;
		color: #000;
		font-weight: normal;
		line-height: 45px;
		margin: 0;
		padding: 40px 0 0;
	}

.bold-green {
	font-weight: bold !important;
	color: #3f9cc8 !important;
}

.proceed-payment form .form-control {
	border: 1px solid #dee2e6;
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #7c7c7c;
	font-style: italic;
	padding: 0.8rem 0.75rem;
}
/************************** Proceed Payment End **************************/


/* All fields page css start */ /* SMSF_Welcome Screen page css start */

.themeTextColor {
	color: #3f9cc8 !important;
}

.themeBGColor {
	background-color: #3f9cc8;
}
/*.themeBGColor:hover {
		background-color: #fff !important;
		border-color: #3f9cc8 !important;
}*/

.themeBorderColor {
	border: 1px solid #0f6cbd !important;
}

.client-home-banner {
	background: url(../images/client-home-banner.png) top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 27vh;
	width: 100%;
}

.dashboard-header {
	border-bottom: 1px solid #3f9cc8;
	padding: 20px 0;
}

.all-fields-page .form-control {
	border: 1px solid #dee2e6;
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #000;
	font-style: normal;
	padding: 0.5rem 0.55rem;
}

.smsf-header {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	z-index: 2;
	top: 0;
}

	.smsf-header .logo {
		font-family: "Poppins", sans-serif;
		/*font-size: 59px;*/
		font-weight: bold;
		color: #3f9cc8;
		text-decoration: none;
		margin: 0;
	}

.smsf-client {
	padding-top: 150px;
	padding-bottom: 88px;
}

	.smsf-client .smsf-cont-bg {
		box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.15);
		padding: 50px 20px 10px;
		border-radius: 10px;
		border: 3px solid #ddd;
		position: relative;
		background-color: #fff;
	}

		.smsf-client .smsf-cont-bg .home-img {
			background-color: #fff;
			border-radius: 50%;
			position: absolute;
			top: -46px;
			padding: 21px 20px;
			left: 47%;
			box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
			border: 3px solid #3f9cc8;
		}

.home-img .fa-home {
	font-size: 40px;
}

.smsf-client .smsf-cont-bg h1 {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 30px;
	font-style: normal;
	text-align: center;
	margin: 0;
}

.smsf-client .smsf-cont-bg p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 22px;
	color: #000;
	font-style: normal;
	margin: 0;
}

.smsf-client .smsf-cont-bg h2 {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 25px;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.font-25 {
	font-size: 25px !important;
}

.bor-pad {
	border-top: 1px solid #e1e1e1;
	padding: 20px 0 0;
}

.smsf-client .client-login {
	background-color: #fff;
	padding: 80px 40px;
	position: relative;
	margin: 80px 0;
}

.smsf-client .form-control {
	border: 1px solid #dee2e6;
	border-radius: 0;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
	color: #000;
	font-style: normal;
	padding: 0.5rem 0.55rem;
}

.smsf-client .client-login p a {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
	color: #000;
	display: inline-block;
	font-style: normal;
	padding: 5px 0 0;
	margin: 0;
}

.smsf-client .client-login .login-img {
	border-radius: 50%;
	position: absolute;
	top: -50px;
	padding: 22px 25px;
	left: 210px;
	box-shadow: 0px 3px 2px 2px rgba(0, 0, 0, 0.20);
}

.smsf-client .smsf-cont-bg .tab-content p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 16px;
	color: #000;
	text-align: left;
}

.login-button {
	font-size: 22px;
	padding: 7px 0;
	color: #fff;
	position: absolute;
	left: 45px;
	width: 80%;
	bottom: -25px;
	border: 0;
	transition: background-color 0.5s ease-out;
}

	.login-button:hover {
		background-color: #fff;
		border: 1px solid #3f9cc8;
		color: #3f9cc8;
	}

.login-img .fa-unlock {
	color: #fff;
	font-size: 40px;
}

.orange-button-client {
	padding: 13px 15px;
	color: #fff;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	border: 0;
	border-radius: 5px;
	transition: background-color 0.5s ease-out;
}

	.orange-button-client:hover {
		background-color: #1675b9;
	}

.get-started {
	background-color: #fff;
	color: #0f6cbd !important;
}

.gray-button-client {
	background-color: #e4e7ea;
	padding: 13px 15px;
	color: #000;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	border: 0;
	border-radius: 5px;
	transition: background-color 0.5s ease-out;
}

	.gray-button-client:hover {
		background-color: #bfbfbf;
	}

.white-button-client {
	background-color: #fff;
	padding: 10px 20px;
	color: #000;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #000;
	border-radius: 5px;
	transition: background-color 0.5s ease-out;
}

	.white-button-client:hover {
		background-color: #3f9cc8;
		color: #fff !important;
	}

.more-info-show:hover .more-info-hide {
	display: block;
	background-color: #288ad0;
	padding: 10px;
	width: 60%;
}

.more-info-show {
	display: inline-block;
}

.more-info-hide {
	display: none;
}

.more-info-show:hover .more-info-hide p {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: justify;
}

.client-copyright {
	background-color: #293034;
	border-top: 1px solid #000;
	padding: 15px 0;
}

	.client-copyright a {
		color: #fff;
	}

	.client-copyright p {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 15px;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 5px 10px;
	}

.client-copyright1 p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	margin: 0;
}

.client-copyright1 {
	background: #1c2429;
	color: #fff;
	text-align: center;
	padding: 15px 10px;
}

.smsf-client .smsf-cont-bg .card, .nav-tabs {
	border: 0;
}

	.smsf-client .smsf-cont-bg .card .nav-tabs .nav-link.active {
		border: 1px solid #3f9cc8;
		background-color: #3f9cc8;
		color: #fff;
	}

	.smsf-client .smsf-cont-bg .card .nav-tabs .nav-link {
		border: 1px solid #3f9cc8;
	}

	.smsf-client .smsf-cont-bg .card .nav-tabs .nav-link {
		color: #000;
		font-family: Arial, Verdana, Calibri, "Century Gothic";
	}

	/*.smsf-client .smsf-cont-bg .card .tab-content {
		border: 1px solid #3f9cc8;
		padding: 15px;
	}*/

.tab-content > .tab-pane {
	border: 1px solid #f2f2f2;
	padding: 15px;
}

.orange-color {
	color: #3f9cc8;
}

.oragne-bor-white-button-client {
	background-color: #fff;
	padding: 12px 15px;
	color: #3f9cc8;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #3f9cc8;
	border-radius: 5px;
	transition: background-color 0.5s ease-out;
}

.form-field-data {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.smsf-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
}

.smsf-client .smsf-cont-bg .process-title {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 22px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-radius: 25px;
	position: absolute;
	top: -30px;
	padding: 12px 21px;
	left: 44%;
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
	border: 2px solid #ddd;
}

.smsf-client .smsf-cont-bg .process-hand-img {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -46px;
	padding: 16px 6px;
	left: 47%;
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
	border: 3px solid #ddd;
}

.gray-bg {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 20px;
	contain: content;
	min-height: 100%;
}

.smsf-client .smsf-cont-bg .gray-bg h3 {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px
}

.smsf-client .smsf-cont-bg .nav-pills .nav-link {
	background-color: #f9f9f9;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 16px;
	padding: 12px 9px;
	color: #000;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	text-align: left;
	margin-bottom: 15px;
	position: relative;
}

	.smsf-client .smsf-cont-bg .nav-pills .nav-link.active {
		background-color: #3f9cc8;
		color: #fff;
	}

	.smsf-client .smsf-cont-bg .nav-pills .nav-link::before {
		content: '';
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #3f9cc8;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		opacity: 0;
	}

	.smsf-client .smsf-cont-bg .nav-pills .nav-link.active::before {
		opacity: 1;
	}

.smsf-client .smsf-cont-bg #v-pills-tabContent .tab-pane p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
	color: #000;
}

.smsf-client .smsf-cont-bg #v-pills-tabContent .tab-pane ul {
	list-style-type: disc;
	margin: 20px 0 15px;
	padding: 0px 0px 0 20px
}

	.smsf-client .smsf-cont-bg #v-pills-tabContent .tab-pane ul li {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 18px;
		color: #000;
		text-align: left;
	}

.tab-pane.fade {
	transition: all 0.2s;
	transform: translateY(1rem);
}

	.tab-pane.fade.show {
		transform: translateY(0rem);
	}

.nav-link .tab-content {
	transition: all 0.2s;
	transform: translateY(1rem);
}

.smsf-client .consultation-tool div {
	text-align: center;
}

	.smsf-client .consultation-tool div svg {
		font-size: 60px;
		color: #3f9cc8;
	}

.smsf-client .consultation-tool span {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	display: block;
	font-size: 14px;
	padding: 10px 0;
}

.sm-orange-button-client {
	padding: 4px 13px;
	color: #fff;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	border: 0;
	border-radius: 5px;
	transition: background-color 0.5s ease-out;
}

	.sm-orange-button-client:hover {
		background-color: #1675b9;
	}

.smsf-client .smsf-cont-bg span a {
	color: #1675b9;
	text-decoration: none;
}

	.smsf-client .smsf-cont-bg span a:hover {
		text-decoration: underline;
	}

.smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list {
	counter-reset: gradient-counter;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 50%;
}

	.smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list > li {
		background: #f9f9f9;
		border: 1px solid #e6e6e6;
		border-radius: 5px;
		counter-increment: gradient-counter;
		padding: 5px 10px;
		position: relative;
		text-align: left;
	}

		.smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list > li.active {
			background-color: #3f9cc8;
			border: 1px solid #bd6000;
			color: #fff;
		}

			.smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list > li.active a {
				color: #fff;
			}

	.smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list li a {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 22px;
		color: #000;
		text-decoration: none;
	}

	.smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list > li::before {
		content: counter(gradient-counter);
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 22px;
		color: #000;
		justify-content: flex-end;
		padding: 6px;
		z-index: 0;
		text-align: center;
	}

	.smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list li::before, .smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list li::after {
		background-color: #f9f9f9;
		border-radius: 5px;
		padding: 5px 15.4px;
		left: -56px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		border: 1px solid #e6e6e6;
	}

	.smsf-client .smsf-cont-bg .navigate-steps ol.gradient-list > li + li {
		margin-top: 10px;
	}

.smsf-client .quote-form-filled h2 {
	/*border-bottom: 1px solid #000;*/
	padding: 0 0 10px;
}

.smsf-client .quote-form-filled h5 {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 20px 0;
	background-color: #e9e9e9;
	padding: 10px;
}

.smsf-client .quote-form-filled ul.authority-points {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.smsf-client .quote-form-filled ul.authority-points li:before {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		padding: 0 10px 0 0;
		font-size: 18px;
	}

	.smsf-client .quote-form-filled ul.authority-points li {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 15px;
		color: #000;
		line-height: 25px;
		display: flex;
	}

.smsf-client .quote-form-filled .i-confirm-msg {
	padding: 30px 0px 50px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	color: #000;
}

	.smsf-client .quote-form-filled .i-confirm-msg .form-check-input {
		border-radius: 0;
		margin-right: 10px;
	}

.smsf-client .quote-form-filled .sign-name hr {
	width: 200px;
	border-color: #000;
	opacity: 1;
	margin: 0;
}

.smsf-client .quote-form-filled .sign-name p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	color: #000;
	padding: 10px 0;
}

.smsf-client .smsf_bottom-info-div {
	text-align: right;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 16px;
	color: #3f9cc8;
	line-height: 35px;
	cursor: pointer;
}

	.smsf-client .smsf_bottom-info-div div span {
		float: right;
		padding-left: 10px;
	}

	.smsf-client .smsf_bottom-info-div p {
		font-size: 16px;
		line-height: 25px;
		text-align: left;
	}

.tree table td a {
	background-color: #3f9cc8;
	border: 1px solid #1d729b;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	width: 83px;
	text-align: center;
}

	.tree table td a:hover {
		background: #fff;
		color: #000;
		border: 1px solid #1d729b;
	}

	.tree table td a.trusteebtn {
		background-color: orange;
		border: 1px solid #c98406;
	}

.tree table .tree-admin-childBTN td a {
	margin-bottom: 10px;
}

.tree-admin-childBTN {
	border-left: 1px solid #ccc;
}


/************************** All fields page css end  SMSF_Welcome Screen page css End **************************/

/*About us page Start */

.about-banner {
	background: url(../images/about-banner.png) right center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 37vh;
	width: 100%;
}

	.about-banner h2 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 7%;
		top: 42%;
	}

.about-contact {
	background-color: #f7f7f7;
	padding: 30px 0;
}

	.about-contact h2 {
		text-align: center;
	}

.bgshadow {
	background-color: #fff;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 10px;
	min-height: 100%;
}

	.bgshadow .contact-address p {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		color: #000;
		font-weight: 400;
	}

.gray-color {
	color: #918f92 !important;
}

.contact-address div span {
	background-color: #a4f3e4;
	width: 45px;
	height: 45px;
	color: #3f9cc8;
	border-radius: 50%;
	padding: 10px 15px;
	font-size: 20px;
	margin: 0 15px 0 0;
}

.bgshadow .form-control {
	border: 1px solid #dee2e6;
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #000;
	font-style: italic;
	padding: 0.9rem 0.65rem;
}
/************************** About page css End **************************/

/* FAQ page Start css */

.faq-banner {
	background: url(../images/structures-banner.png) right center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 37vh;
	width: 100%;
}

	.faq-banner h2 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 7%;
		top: 42%;
	}

.faq_title {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

	.faq_title h4 {
		font-family: "Poppins", sans-serif;
		font-size: 25px;
		color: #000;
		font-weight: normal;
		margin: 0;
		padding: 5px 0;
	}

.faq_box {
	border: 1px solid #d5d5d5;
	background: #f7f7f7;
	padding: 20px;
}

.accordion .accordion-button:not(.collapsed) {
	background-color: #3f9cc8;
}

.accordion .accordion-button:focus {
	box-shadow: none !important;
}

.accordion .accordion-button {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #000;
	padding: 12px 10px;
}

.accordion .accordion-header {
	padding: 0;
}

.accordion .accordion-body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #918f92;
	padding: 5px 10px;
	font-weight: 100;
}
/************************** FAQ page css End **************************/

/* Login page css Start */

.login-banner {
	background: url(../images/login-banner.png) right center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 37vh;
	width: 100%;
}

	.login-banner h2 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 7%;
		top: 42%;
	}

.loginbg {
	background-color: #f7f7f7;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 10px;
}

.login .form-control {
	border: 1px solid #dee2e6;
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #7c7c7c;
	font-style: italic;
	padding: 0.8rem 0.75rem;
}

.login a {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #3f9cc8;
	text-align: right;
	margin: 10px 0 0;
	text-decoration: none;
}
/************************** Login page css End **************************/


/* Privacy policy page css Start */

.privacy-banner {
	background: url(../images/structures-banner.png) right center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 37vh;
	width: 100%;
}

	.privacy-banner h2 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 7%;
		top: 42%;
	}
/************************** Privacy policy page css End **************************/


/* Terms and conditions page css Start */

.tnc-banner {
	background: url(../images/structures-banner.png) right center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 37vh;
	width: 100%;
}

	.tnc-banner h2 {
		font-family: "Poppins", sans-serif;
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 7%;
		top: 42%;
	}
/************************** Terms and conditions page css End **************************/

/* Accountants dashboard page css Start */

.main-content-div {
	margin-bottom: 70px;
}

.accountant-header {
	border-bottom: 1px solid #3f9cc8;
	background-color: #fff;
	padding: 17px 0;
}

.top-icons .d-flex {
	border-bottom: 1px solid #ccc;
}

.left-icons {
	display: inherit;
}

.top-icons .left-icons a {
	border-left: 1px solid #d5d5d5;
	text-decoration: none;
	padding: 2px 5px 0;
	width: 80px;
	text-align: center;
}

	.top-icons .left-icons a:last-child {
		border-right: 1px solid #ccc;
	}

	.top-icons .left-icons a span {
		text-align: center;
		font-size: 20px;
		color: #0f6cbd;
		display: block;
	}

	.top-icons .left-icons a label {
		font-size: 14px;
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		color: #666;
		line-height: 12px;
	}

.top-icons .sso-icons a {
	float: left;
	margin: 0px -1px -1px;
}

.page-heading h1 {
	border-bottom: 1px solid #ccc;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 13px 0;
}

.data-table-content .nav-tabs .nav-link {
	border: 1px solid #ccc;
	margin: -1px 0px -1px -1px;
	border-radius: 0;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #666;
	min-width: 105px;
	display: ruby;
	padding: 16px 10px;
}

	.data-table-content .nav-tabs .nav-link.active {
		background-color: #3f9cc8;
		color: #fff;
		border: 1px solid #3f9cc8;
	}

	.data-table-content .nav-tabs .nav-link:hover {
		border: 1px solid #ccc;
	}

	.data-table-content .nav-tabs .nav-link span {
		font-size: 10px;
		font-weight: bold;
		line-height: 5px;
		float: left;
		width: 100%;
	}

table.dataTable tbody td a .fa-ellipsis-v {
	border-radius: 50%;
	color: #000;
	width: 25px;
	height: 25px;
	padding: 4px;
}

table.dataTable tbody td a:hover .fa-ellipsis-v {
	background-color: #3f9cc8;
	transition: background-color 0.5s ease-out;
}

table.dataTable tbody td a .fa-file-alt, table.dataTable tbody td a .fa-file {
	color: #3f9cc8;
	font-size: 26px;
}

.data-table-content .tab-content {
	border: 1px solid #ccc;
	padding: 0px; /*border-top: 0;*/
}

#nav-tabContent .shadow-bg, #entityGrid-tabContent .shadow-bg {
	box-shadow: 0px 1px 10px 3px #00000036;
	border-radius: 0px !important;
	padding: 0px !important;
}

.shadow-bg {
	box-shadow: 0px 1px 10px 3px #00000036;
	border-radius: 10px;
	padding: 20px;
}

.queries-btn {
	float: right;
	margin: 0;
}

.queries {
	float: left;
	width: 130px;
	margin: 0 0 0 5px;
}

.received-queries {
	background-color: #e6721b;
	padding: 4px 10px;
}

.answered-queries {
	background-color: #74b83d;
	padding: 4px 10px;
}

.raised-queries {
	background-color: #2c8bcd;
	padding: 4px 10px;
}

.queries .fa-question-circle {
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
}

.queries .number {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.queries .text {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 13px;
	color: #fff;
}

.dataTables_length, .dataTables_filter, .dataTables_info {
	display: none;
}

table.dataTable thead th {
	text-align: left;
	background-color: #3f9cc8;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	vertical-align: middle;
}

.pagination .page-item.active .page-link {
	background-color: #3f9cc8;
	border: 1px solid #3f9cc8;
	color: #fff;
}

.pagination .page-item .page-link {
	color: #666;
	font-size: 13px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 10px 13px 10px 0px !important;
}
/*
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after {
	display:none !important;
}
table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after{
	display:none !important;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc {
	padding-right: 10px !important;
}
*/
.dataTable thead th .fa-search {
	float: right;
	margin-top: 3px;
	color: #fff;
}

.dataTable thead th .form-select {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
	border-radius: 0;
	margin-top: 10px
}

table.dataTable tbody td {
	color: #666;
	font-size: 13px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}

.client-infolist {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.client-infolist li {
		list-style-type: none;
		padding: 0px;
		margin: 0;
		font-size: 11px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 190px;
	}

		.client-infolist li.phone .fa-phone-alt, .client-infolist li.mail .fa-envelope {
			margin: 0 5px 0 0;
		}

		.client-infolist li a {
			color: #666;
		}

table.dataTable tbody td .fa-question-circle {
	color: #2c8bcd;
	font-size: 25px;
	border-radius: 50%;
}

table.dataTable tbody td .btn-green {
	padding: 4px 4px;
	font-size: 15px;
	line-height: 15px;
}

table.dataTable tbody td.remark-action {
	vertical-align: bottom;
	text-align: right;
}

.exportdata {
	float: right;
}

	.exportdata .btn-green {
		font-size: 13px;
		margin: 10px;
	}

td.action-icons {
	text-align: center;
}

.action-icons svg {
	color: #3f9cc8;
	font-size: 18px;
	margin: 0 3px;
}

.modalforall .modal-content {
	border-radius: 0;
}

.modalforall .modal-header {
	padding: 6px 15px;
	border-bottom: 2px solid #3f9cc8;
}

	.modalforall .modal-header button {
		background: none;
		border: 0;
		color: red;
		font-size: 22px;
	}

	.modalforall .modal-header h4.modal-title {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		color: #666;
		font-size: 18px;
		font-weight: bold;
	}

.modalforall .modal-body .col-form-label, .modalforall .modal-body .form-check-inline {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #666;
	font-size: 14px;
}

.modalforall .modal-body .form-control {
	border-radius: 0;
	padding: 5px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666 !important;
}

.modalforall .modal-footer {
	border-top: 0;
	text-align: center;
	display: block;
	padding-top: 0;
}

	.modalforall .modal-footer .btn-green, .modalforall .modal-footer .btn-gray {
		padding: 4px 10px;
		font-size: 16px;
	}

.limit-char {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #666;
	margin: 0;
	text-align: right;
	font-size: 15px;
	font-style: italic;
	padding: 10px 15px 0;
}

#remarksdelete .modal-body div {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #666;
	font-size: 15px;
}

#addClient .modal-body p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #666;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#addClient .modal-body .simpleTable .table tbody tr td:first-child {
	font-weight: normal !important;
}

#addClient .modal-body .simpleTable .table tbody tr td, #addClient .modal-body .simpleTable .table thead tr th {
	text-align: left;
}

.btn-gray {
	background-color: #dddddd;
	border: 1px solid #c0c0c0;
	padding: 6px 10px;
	color: #000;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	transition: background-color 0.5s ease-out;
}

.whatupload a {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	margin: 48px 0;
	display: inline-block;
	font-size: 14px;
	float: right;
	color: #19a5d5;
	text-decoration: none;
}

	.whatupload a:hover {
		text-decoration: underline;
	}

	.whatupload a .fa-question-circle {
		color: #19a5d5;
		font-size: 25px;
		margin: -3px 0;
	}

.modalforall .modal-body ul.listing {
	list-style: none;
	padding: 0;
}

	.modalforall .modal-body ul.listing li {
		margin-bottom: 13px;
		font-size: 15px;
		display: inline-flex;
	}

.modalforall p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
}

.modalforall .modal-body ul.listing li .fa-angle-double-right {
	margin: 2px 5px 0 0;
	color: #3f9cc8;
}

.top-searchbar {
	margin-top: 20px;
}

	.top-searchbar .form-control {
		display: inline-block;
		width: 30%;
		border-radius: 0;
		padding: 9.6px;
		float: left;
	}

	.top-searchbar a {
		background-color: #3f9cc8;
		color: #000;
		display: inline-block;
	}

		.top-searchbar a .fa-search {
			font-size: 44px;
			padding: 13px;
		}

.query-popup-scroll {
	max-height: 350px;
	overflow: auto;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
}

	.query-popup-scroll .query-grid-blue thead td, .query-popup-scroll .query-grid-blue tbody td {
		border: solid #5ebaf7 1px;
		margin: 8px 0px;
	}

	.query-popup-scroll .query-grid-blue thead th {
		background-color: #5ebaf7;
		color: #333;
		border-top: none;
	}

	.query-popup-scroll .query-grid-green thead td, .query-popup-scroll .query-grid-green tbody td {
		border: solid #bfea7c 1px;
		margin: 8px 0px;
	}

	.query-popup-scroll .query-grid-green thead th {
		background-color: #bfea7c;
		color: #333;
		border-top: none;
	}

.query-title {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #19a5d5;
	padding: 9px 10px;
}

.reply-inner {
	border: 1px solid #19a5d5;
	margin: 8px 0px;
	padding: 10px;
	background-color: #fff;
}

.cont-buttons {
	display: flex;
	justify-content: space-between;
}

	.cont-buttons p {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		color: #000;
		font-size: 18px;
	}

	.cont-buttons span {
		font-weight: bold;
		color: #3f9cc8;
	}

.modalforall .asterisk {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	color: #ff0000;
	display: inline;
	padding: 0;
	font-weight: bold;
}

.data-table-content .nav-tabs.themeColor .nav-link.active {
	background-color: #3f9cc8;
	color: #fff;
	border: 1px solid #3f9cc8;
}

table.dataTable thead.themeColor th {
	background-color: #3f9cc8;
}

.accountantAI-footer {
	background-color: #20292f;
	padding: 18px 0;
	position: fixed;
	width: 100%;
	bottom: 0;
}

	.accountantAI-footer p {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 15px;
		margin: 0;
		color: #fff;
		text-align: center;
	}

ul.john-details {
	margin: 0;
	list-style: none;
	padding: 0;
}

	ul.john-details li {
		padding: 6px 0;
	}

.data-table-content.accountant-AI-content .nav-tabs .nav-link {
	padding: 16px 10px;
}

.main-content-div .accountant-AI-content {
	margin-bottom: 100px;
}

ul.header-partner-detail {
	margin: 0;
	list-style: none;
	padding: 0 0px 0 100px;
}

	ul.header-partner-detail li {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 15px;
		color: #000;
	}

.client-white-button {
	background-color: #fff;
	padding: 6px 10px;
	color: #3f9cc8;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #3f9cc8;
	transition: background-color 0.5s ease-out;
}

	.client-white-button:hover {
		background-color: #3f9cc8;
		color: #fff;
	}

.client-white-button-sm {
	padding: 3px 6px;
	font-size: 13px;
}
/************************** Accountants dashboard page css End **************************/


/* Inquiry Details page css Start */

.inquiry-details p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 18px;
}

.detail-box {
	margin-bottom: 15px;
}

	.detail-box .detail-box-title {
		background-color: #3f9cc8;
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 18px;
		color: #000;
		padding: 10px 20px;
	}

	.detail-box .detail-box-edit {
		background-color: #3f9cc8;
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 15px;
		color: #000;
		float: right;
		padding: 5px;
		margin-right: 40px;
		text-decoration: none;
	}

	.detail-box .detail-box-form {
		background-color: #f7f7f7;
		border: 1px solid #3f9cc8;
		padding: 42px 20px 20px;
		 
		margin: 0 auto;
		min-height: 440px;
	}

.detail-box-form form label {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	color: #000;
}

.detail-box-form form .form-control {
	border: 1px solid #dee2e6;
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #7c7c7c;
	margin-bottom: 15px;
}

.outof {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	float: left;
	padding: 7px 20px;
	background-color: #333333;
	margin: 0 0 0 20px;
	color: #fff;
}
/************************** Inquiry Details page css End **************************/


.slider.round {
	border-radius: 34px;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1e2321;
	-webkit-transition: 0.4s;
	transform: translate(0px, 0px);
	transition: 0.6s ease transform, 0.6s box-shadow;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round:before {
	border-radius: 50%;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.package-container .packages {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	min-height: 93%;
}

.package-container .pricing-title {
	background-color: #042c4c;
	font-family: "Poppins", sans-serif;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.package-container .packages h2 {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 35px;
	color: #000;
	text-align: center;
	font-weight: 500;
}

	.package-container .packages h2 span {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		color: #000;
		font-weight: normal;
	}

.package-container .packages h6 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 0px 0px 5px;
}

.package-container .packages ul.include-feature-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

	.package-container .packages ul.include-feature-list li {
		font-family: Arial, Verdana, Calibri, "Century Gothic";
		font-size: 18px;
		color: #000;
		line-height: 30px;
	}

.pricing-note {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	color: #000;
	font-style: italic;
	padding: 20px 0 0;
	margin: 0;
}
/************************** Pricing page css End **************************/

/* Add staff / My details page css Start */

.form-data .form-control {
	border: 1px solid #dee2e6;
	border-radius: 0;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
	color: #666 !important;
	padding: 0.8rem 0.75rem;
	margin-bottom: 15px;
}

.form-data form label {
	font-size: 14px !important;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #666;
}

.form-data span {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
	color: #666;
	padding: 15px 0;
	display: block;
}

.form-data .asterisk {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 13px;
	color: #ff0000;
	display: inline;
	padding: 0;
	font-weight: bold;
}

/*.form-data p {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	color: #7c7c7c;
}*/

.drag-area {
	max-width: 200px;
	height: 200px;
	border: 2px dashed #dee2e6;
	text-align: center;
	padding: 11px 0;
	margin: auto;
}

.drag-area-logo {
	max-width: 260px;
	height: 180px;
	border: 2px dashed #dee2e6;
	text-align: center;
	padding: 11px 0;
	margin: auto;
}

.drag-area .button {
	font-size: 16px;
	color: #666;
	text-align: center;
	font-style: normal;
}

.upload-pic-disc {
	text-align: justify;
	margin: auto;
}

.redtext {
	color: #ff0000 !important;
	font-style: italic;
}

.form-data h4 {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 20px;
	color: #666;
	font-weight: 600;
	text-align: center;
	width: 80%;
	margin: 0 0 10px 0;
}

.dropzone {
	border: 2px dashed #19a5d5 !important;
	min-height: 120px;
	border-radius: 10px;
	background: #eee !important;
	display: table;
	width: 100%;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	float: right;
}

.dz-message {
	/*opacity: 1;
    -ms-filter: none;
    filter: none;
    background-image:url(../images/dragndrop-img.png);
    background-repeat: no-repeat;
    background-position: 0 0;*/
	transition: opacity .3s ease-in-out;
	position: absolute;
	width: 90%;
	height: 50px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: #19a5d5;
	text-align: center;
	font-weight: bold;
}

.sm-green-pass-btn {
	font-size: 15px;
	padding: 13px 10px;
	width: 55% !important;
}

.form-data form a .fa-question-circle {
	color: #19a5d5;
}
/************************** Add staff My details page css End **************************/

/* Vouchers page css Start */

.simpleTable p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	padding: 20px 15px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 0;
}

.simpleTable .table thead tr th {
	background-color: #3f9cc8;
	color: #fff;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.simpleTable .table tbody tr td {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	color: #666;
	width: 11em;
	min-width: 11em;
	max-width: 11em;
	text-align: center;
}

	.simpleTable .table thead tr th:first-child, .simpleTable .table tbody tr td:first-child {
		text-align: left;
		font-weight: bold;
	}

.greencolortext {
	color: #3f9cc8 !important;
	font-size: 18px !important;
	font-weight: bold !important;
}
/************************** Vouchers page css End **************************/
#loadingDiv {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #666;
	background-image: url('/App_Themes/assets/images/loder.gif');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/******************************Bootbox Modal******************************/
.modal-title {
	font-size: 18px;
	font-family: Arial, Verdana, Calibri, "Century Gothic" !important;
}

.modal-header .btn-close {
	font-size: 20px;
	color: #848484;
}

.bootbox .modal-header {
	padding: 8px 20px;
	text-align: center;
	background: #fff;
	position: relative;
	color: #848484;
	font-size: 28px;
	border-bottom: 5px solid #3f9cc8;
	height: auto;
	background-color: #3f9cc81c;
}

.bootbox .modal-footer {
	display: block;
}

.bootbox .modal-header .modal-title {
	font-size: 25px;
	font-weight: 600;
	color: #3f9cc8;
}

.bootbox .modal-body {
	padding: 10px;
}

.bootbox .modal-footer {
	border-top: none;
	text-align: center;
	z-index: 9999;
}

.bootbox-body {
	padding: 10px;
	color: #848484;
}

.button-tab-green {
	font-size: 18px;
	font-weight: 700;
	padding: 5px 12px;
	min-width: 85px;
	background: #1cf5cb;
	color: #3f9cc8;
	border: 1px solid #1cf5cb;
}

.button-tab-blue {
	font-size: 18px;
	font-weight: 700;
	padding: 5px 12px;
	min-width: 85px;
	background-color: #3f9cc8;
	color: #fff;
	border: 1px solid #3f9cc8;
}

.bootbox-close-button {
	border: 0px;
	background-color: transparent;
	font-weight: bold;
}

.button-tab-blue:hover, .button-tab-blue:focus {
	border-color: #3f9cc8;
	background-color: transparent;
	color: #3f9cc8;
}

.button-tab-green:hover, .button-tab-green:focus {
	border-color: #1cf5cb;
	background-color: transparent;
	color: #1cf5cb;
}

.signeinsertwithoutcomment {
	color: white !important;
	background: red;
}

	.signeinsertwithoutcomment:hover {
		color: red !important;
		background-color: transparent;
		border: 1px solid red;
	}

.signeinsertcomment {
	color: white !important;
	background: green;
}

	.signeinsertcomment:hover {
		color: green !important;
		background-color: transparent;
		border: 1px solid green;
	}
/******************************Bootbox Modal End******************************/
.title-border-bottom {
	width: fit-content;
	margin: auto;
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #3f9cc8, #e2e3e5) 1;
	color: #3f9cc8;
}

.validation {
	color: red;
}

.icon-blocks img.icon-image {
	margin-top: 0;
	width: 128px;
	height: 128px;
}

.icon-image {
	height: 128px;
	-webkit-mask-size: 128px 128px;
	mask-size: 128px 128px;
	margin-top: 2em;
	display: block;
}

.icon-image {
	background: linear-gradient(45deg, #78B6C5 0, #9cc9d4 55%, #bfdde4 100%);
	filter: invert(100%) brightness(.5) sepia(1) hue-rotate(153.6883116883deg) saturate(1.6623488774) brightness(1.0904712762);
}

.icon-blocks img {
	display: inline-block;
	vertical-align: middle;
}

.modalforall#smsf-structure .table-bordered > :not(caption) > * > * {
	padding: 0;
}

#smsf-structure .modal-body .table-bordered.innertdpadd0 td {
	padding: 5px !important;
}

#smsf-structure .modal-body .table-bordered.innertdpadd0 th {
	padding: 5px !important;
}

#smsf-structure .modal-body .table-bordered thead th {
	background-color: white
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	text-align: center;
}

#smsf-structure .modal-body .table-bordered tbody td {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 15px;
	color: #000;
}

/* Risk Profile slider range css start */

.risk-profile-que {
	color: #333;
}

.range-item {
	position: relative;
	margin: 17px 0;
	z-index: 0;
}

	.range-item:not(:last-child) {
		margin-bottom: 24px;
	}

	.range-item .range-input {
		margin-top: 6px;
	}

		.range-item .range-input input {
			position: relative;
			z-index: 2;
			cursor: pointer;
		}

	.range-item ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: calc(100% + 20px);
		margin: 0 0px;
	}

		.range-item ul .list-inline-item:not(:last-child) {
			margin-right: 0;
		}

		.range-item ul .list-inline-item span {
			position: relative;
			min-width: 58px;
			text-align: center;
			display: block;
			font-size: 14px;
			padding-top: 4px;
			word-break: break-word;
			color: #333;
		}

	.range-item .range-line {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		height: 8px;
		width: calc(100% - 0px);
		background-color: #ddd;
		z-index: 2;
		margin: 0 0px;
		border-radius: 50px;
		overflow: hidden;
	}

	.range-item .range-input.disable-range + ul .list-inline-item span::before {
		background-color: #b1b1b1;
	}

	.range-item .range-input.disable-range .range-line .active-line {
		background-color: #b1b1b1;
	}

	.range-item .range-input.disable-range + ul .list-inline-item.active span::before {
		background-color: #777777;
	}

	.range-item .range-input .dot-line {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: calc(100% - 24px);
		left: 0;
		z-index: 2;
	}

	.range-item .range-input .active-dot {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		cursor: pointer;
		background-color: #ddd;
		height: 24px;
		width: 24px;
		border: 4px solid #3f9cc8;
		z-index: 11;
		border-radius: 50%;
	}

	.range-item .range-input .range-line .active-line {
		position: absolute;
		left: 0;
		width: 0;
		height: 100%;
		background-color: #3f9cc8;
		transition: all 0.1s ease;
	}
	/*.range-item ul .list-inline-item span::before {
	content: "";
	display: block;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #696969;
	z-index: 2;
}
.range-item ul .list-inline-item.active span::before {
	background-color: white;
}*/
	.range-item .range-input input:disabled ~ .dot-line .active-dot {
		background-color: #d9d9d9;
		border: 4px solid #b1b1b1;
	}

input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	margin-top: -8px; /* Centers thumb on the track */
	background-color: #0000;
	height: 15px;
	width: 15px;
	border: 4px solid #0000;
	z-index: 11;
	box-shadow: none;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	margin-top: -8px; /* Centers thumb on the track */
	background-color: #0000;
	height: 24px;
	width: 24px;
	border: 4px solid #0000;
	box-shadow: none;
	z-index: 11;
}





/* Risk Profile slider range css end */

/******************************ACCUAI proposal 13-11-2024******************************/

.flexscrollwindow {
	border: 1px solid #c5c5c5;
	height: 380px;
	overflow-y: auto;
	margin-top: 8px;
	padding: 5px;
}

.botcontent {
	margin-top: 5px;
}

	.botcontent p, .flexscrollwindow p {
		font-size: 14px !important;
	}

/****steps start*****/
.stepwizard {
	width: 100%;
	position: relative;
	font-family: "Poppins", sans-serif !important;
}

.stepwizard-row {
	display: flex;
}

	.stepwizard-row:before {
		top: 16px;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 100%;
		height: 1px;
		background-color: #c1c1c1;
		z-order: 0;
	}

.stepwizard-step {
	position: relative;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 13px;
	color: #333;
	border-radius: 20px;
	background-color: #d9d9d9;
	display: inline-block;
	text-decoration: none;
}

	.btn-circle.active {
		background-color: #ff7200;
		color: #fff;
	}

	.btn-circle.green {
		background-color: #28c2ed;
		color: #fff;
	}

.stepwizard-step p {
	margin-top: 10px;
	font-size: 12px !important;
	color: #212529 !important;
}
/****steps end*****/

.tooltip {
	text-align: left !important;
	line-height: 15px !important;
	font-size: 12px !important;
}

.alinks {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.alinks li {
		display: inline-block;
		margin: 10px 8px;
	}

	.alinks a {
		text-decoration: none;
	}

		.alinks a:hover {
			text-decoration: underline;
		}
.explain-page-text {
	/*	font-family: "Poppins", sans-serif !important;*/
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px !important;
	/*	color: #7c7c7c !important;*/
	color: #666;
}

/*Test css*/

.queries-btn {
	float: right;
	margin: -55px 0;
}

.top-icons .left-icons a label {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}

.data-table-content .nav-tabs .nav-link {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
}

.queries .text {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 13px;
}

table.dataTable thead th {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	font-size: 14px;
}

table.dataTable tbody td {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}

	table.dataTable tbody td .btn-green {
		font-size: 14px;
		font-family: Arial, Verdana, Calibri, "Century Gothic";
	}

.exportdata .btn-green {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}

.form-data form label {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
/*	color: #666 !important;*/
}

.sm-green-pass-btn {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}

.form-data .form-control {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #666 !important;
}

.form-data p {
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}

.btn-green {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}

/* .explain-page-text {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}
*/
.InsertfieldTableDiv table thead th {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}

.InsertfieldTableDiv table tbody td {
/*	new class */
		font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
}


/*add*/
p, li ,b {
	font-size: 14px;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #666 !important;
}
option, .form-select, form-control {
	font-size: 14px !important;
	font-family: Arial, Verdana, Calibri, "Century Gothic";
	color: #666 !important;
}