@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Basier Circle';
	src: url('../fonts/BasierCircle-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dinotregular';
	src: url('../fonts/dinot-regular-webfont.eot');
	src: url('../fonts/dinot-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinot-regular-webfont.woff') format('woff'), url('../fonts/dinot-regular-webfont.ttf') format('truetype'), url('../fonts/dinot-regular-webfont.svg#dinotregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dinotmedium';
	src: url('../fonts/dinot-medium-webfont.eot');
	src: url('../fonts/dinot-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinot-medium-webfont.woff') format('woff'), url('../fonts/dinot-medium-webfont.ttf') format('truetype'), url('../fonts/dinot-medium-webfont.svg#dinotmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dinotbold';
	src: url('../fonts/dinot-bold-webfont.eot');
	src: url('../fonts/dinot-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinot-bold-webfont.woff') format('woff'), url('../fonts/dinot-bold-webfont.ttf') format('truetype'), url('../fonts/dinot-bold-webfont.svg#dinotbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'robotoregular';
	line-height: 28px;
}

	body.innerBG {
		background: rgb(252, 252, 252);
	}

a {
	color: #f47f20;
	text-decoration: none;
}

	a:hover {
		color: #15add8;
		text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'robotoregular';
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (min-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1550px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1550px;
	}
}
/*-- Back to top button --*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #f47f20;
	background: -webkit-linear-gradient(45deg, #f47f20, #b2e9f8);
	background: linear-gradient(45deg, #f47f20, #b2e9f8);
	background-size: 200%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(151px);
}

	.back-to-top i {
		font-size: 11px;
		color: #fff;
		line-height: 0;
	}

	.back-to-top.active {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
/*-- Header --*/

#headerHome {
	transition: all 0.5s;
	background: #fff;
	z-index: 997;
	padding: 6px 0;
}

	#headerHome.header-scrolled {
		border-color: #fff;
		box-shadow: 0 0 24px -1px rgb(0 0 0 / 20%);
	}



#header {
	transition: all 0.5s;
	background: #fff;
	z-index: 997;
	padding: 6px 0;
	box-shadow: 0 0 14px -1px rgb(0 0 0 / 6%);
}

	#header.header-scrolled {
		border-color: #fff;
		box-shadow: 0 0 24px -1px rgb(0 0 0 / 20%);
	}
/*-- Navigation Menu --*/
/* Desktop Navigation */
.navbar {
	padding: 0;
}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar li {
		position: relative;
	}

	.navbar a, .navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 15px;
		font-size: 17px;
		color: #8B959E;
		white-space: nowrap;
		font-family: 'robotoregular';
	}

		.navbar a i, .navbar a:focus i {
			font-size: 12px;
			line-height: 0;
			margin-left: 5px;
		}

		.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
			color: #f47f20;
		}

	.navbar .login {
		background-color: #e6e6e699;
		padding: 8px 15px;
		font-size: 17px;
		display: inline-block;
		color: #8B959E !important;
		text-decoration: none;
		border-radius: 10px;
		transition: .3s;
	}

		.navbar .login:hover {
			background-color: rgba(230, 230, 230, 0.6);
			box-shadow: 0px 8px 8px 0px rgb(0 27 94 / 20%);
		}

	.navbar .startfree {
		background-color: #fff;
		border: 2px dashed #efcbab;
		padding: 8px 15px;
		font-size: 17px;
		display: inline-block;
		color: #8B959E !important;
		text-decoration: none;
		border-radius: 10px;
		transition: .3s;
	}

		.navbar .startfree:hover {
			background-color: #fff;
			box-shadow: 0px 8px 8px 0px rgb(0 27 94 / 10%);
		}



	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 14px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 5px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, 0.15);
	}

		.navbar .dropdown ul li {
			min-width: 200px;
		}

		.navbar .dropdown ul a {
			padding: 3px 20px;
			text-transform: none;
		}

		.navbar .dropdown ul .active a {
			background-color: transparent !important;
			color: #fb9101 !important;
			text-decoration: none;
		}

		.navbar .dropdown ul a i {
			font-size: 12px;
		}

		.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
			color: #f47f20;
			background-color: #f5f5f5;
		}

	.navbar .dropdown:hover > ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover > ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}
/* Mobile Navigation */
.mobile-nav-toggle {
	color: #124265;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

	.mobile-nav-toggle.bi-x {
		color: #fff;
	}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(10, 38, 58, 0.9);
	z-index: 999;
}

	.navbar-mobile .mobile-nav-toggle {
		position: absolute;
		top: 15px;
		right: 15px;
	}

.mobile-nav {
	display: none;
}

	.mobile-nav .navbar-toggler:focus {
		box-shadow: none;
	}

	.mobile-nav .navbar-toggler {
		border: none;
	}

	.mobile-nav .bg-dark {
		background: #2D2C28 !important;
		box-shadow: 0 0 11px 2px rgb(0 0 0 / 17%);
	}

	.mobile-nav .navbar-dark ul li a.login {
		background-color: #e6e6e699;
		padding: .5rem 1rem;
		font-size: 17px;
		color: #fff;
		margin-left: 15px;
		text-decoration: none;
		display: block;
		margin-right: 15px;
	}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
}

.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #124265;
}

	.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
		color: #f47f20;
	}

.navbar-mobile .getstarted {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

	.navbar-mobile .dropdown ul li {
		min-width: 200px;
	}

	.navbar-mobile .dropdown ul a {
		padding: 10px 20px;
	}

		.navbar-mobile .dropdown ul a i {
			font-size: 12px;
		}

		.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
			color: #2487ce;
		}

.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}

.doc-signed-by2-container {
	max-width: 750px;
	width: 100%;
	margin-top: 10px;
}

.doc-signed-by2 {
	text-align: center;
	padding: 0px 0px 0 0px;
	font-size: 15px;
}

	.doc-signed-by2 span {
		display: inline-block;
		padding: 2px 8px 2px;
		color: #646262;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		background: linear-gradient(#fff, #d8d5d5);
		border-radius: 6px;
		font-weight: 700;
		margin-right: -1px;
	}

.doc-signed-by2-menu-text {
	text-align: center;
	margin-right: 0px;
	display: block;
}

blockquote small, blockquote .small, small, .small {
	font-size: 80%;
	color: #8B959E;
}

.bigtitle {
	font-family: 'Basier Circle';
	color: #646262;
	font-size: 40px;
	font-weight: 600;
	padding: 20px 0;
}

.top-point li {
	margin: 1em;
}

.top-point ul, .top-point li {
	padding: 0;
	list-style: none;
	font-size: 17px;
	color: #8B959E;
	display: flex;
	margin: 10px 20px 20px 0px;
}

	.top-point ul, .top-point li a {
		display: contents;
	}

	.top-point li i.bi-check-lg {
		color: #69deff;
		font-size: 15px;
		float: left;
		padding: 0 15px 0 0;
	}

.greyline-btn {
	font-size: 18px;
	padding: 10px 25px;
	min-width: 150px;
	text-align: center;
	color: #8B959E;
	background-color: #fff;
	border: 4px solid #8B959E;
	margin: 10px 5px 0 0;
	border-radius: 30px;
	font-weight: bold;
}

	.greyline-btn:hover {
		color: #626b73;
		background-color: #fff;
		border: 4px solid #f47f20;
	}

.greyline-btn1 {
	font-size: 18px;
	padding: 10px 25px;
	min-width: 150px;
	text-align: center;
	color: #8B959E;
	background-color: #fff;
	border: 4px solid #28c2ed;
	margin: 10px 5px 0 0;
	border-radius: 30px;
	font-weight: bold;
}

	.greyline-btn1:hover {
		color: #626b73;
		background-color: #fff;
		border: 4px solid #1eadd5;
	}

.buttonWrap {
	margin-left: 30px;
}



/*-- Home Section End --*/


/*-- Sections General Start --*/
section {
	padding: 70px 0 80px;
	overflow: hidden;
}

.section-bg {
	background-color: #f8fbfe;
}

.section-title {
	text-align: center;
	padding-bottom: 80px;
}

	.section-title h2 {
		font-family: 'Basier Circle';
		font-size: 44px;
		font-weight: 700;
		color: #8B959E;
		margin-bottom: 20px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		max-width: 630px;
		margin: 0 auto;
		position: relative;
	}

	.section-title p {
		margin-bottom: 0;
		font-size: 14px;
		color: #919191;
	}
/*-- Sections General End --*/


/*-- Benefits Section Start --*/
section .Subtitle {
	font-family: 'Basier Circle';
	font-size: 30px;
	line-height: 1.4;
	color: #8B959E;
	font-weight: 600;
	letter-spacing: -0.025em;
	/*padding: 20px 0;*/
	padding: 50px 0 20px;
}

.p-60 {
	padding: 60px;
}

.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-170 {
	margin-top: 170px;
}
/*-- Features Section Start --*/
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

	.carousel-indicators li, .carousel-indicators li.active {
		width: 15px;
		height: 15px;
		margin: 0;
	}

	.carousel-indicators .active {
		margin: 0;
		width: 12px;
		height: 12px;
		background-color: #28c2ed;
	}

	.carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		border: 1px solid #28c2ed;
		border-radius: 10px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: transparent;
	}

.carousel-inner {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
}

	.carousel-inner > .item {
		display: none;
		position: relative;
		-webkit-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}

		.carousel-inner > .item > img, .carousel-inner > .item > a > img {
			display: block;
			max-width: 100%;
			height: auto;
			line-height: 1;
		}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

		.carousel-inner > .item.next, .carousel-inner > .item.active.right {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			left: 0;
		}

		.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			left: 0;
		}

			.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
				left: 0;
			}
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

	.carousel-inner > .next.left, .carousel-inner > .prev.right {
		left: 0;
	}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 50%;
	left: 10px;
	bottom: 0;
	width: 0%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #28c2ed;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	background-color: transparent;
}

	.carousel-control.left {
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	}

	.carousel-control.right {
		left: auto;
		right: 20px;
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	}

	.carousel-control:hover, .carousel-control:focus {
		outline: 0;
		color: #28c2ed;
		text-decoration: none;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		z-index: 5;
		display: inline-block;
	}

	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
		left: 50%;
		margin-left: -10px;
	}

	.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
		right: 50%;
		margin-right: -10px;
	}

	.carousel-control .icon-prev, .carousel-control .icon-next {
		width: 20px;
		height: 20px;
		line-height: 1;
		font-family: serif;
	}

		.carousel-control .icon-prev:before {
			content: '\2039';
		}

		.carousel-control .icon-next:before {
			content: '\203a';
		}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
	display: block;
}

	.carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		border: 1px solid #28c2ed;
		border-radius: 10px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: transparent;
	}

	.carousel-indicators .active {
		margin: 0;
		width: 12px;
		height: 12px;
		background-color: #28c2ed;
	}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
		color: #8B959E;
	}

	.carousel-indicators {
		bottom: 0px;
	}
}

.cole2 {
	box-sizing: border-box;
	float: left;
	width: 284px;
	height: 430px;
	margin-left: 20px;
}

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	border: 5px solid #b4def7;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	box-shadow: 0px 20px 30px 0px rgb(0 27 94 / 10%);
	background-color: #fff;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}

#templates .flip-container, .front, .back {
	height: 480px;
	width: 100%;
	text-align: center;
}

#features .flip-container, #features .front, #features .back {
	width: 100%;
	height: 400px;
	text-align: center;
}

.front-logo {
	top: 70px;
	height: 54px;
	justify-content: center;
	align-items: center;
	display: inline-block;
	margin: 45px 15px 30px !important;
}

.front div {
	color: #8B959E;
	font-size: 15px;
}

.front-title {
	color: #8B959E;
	font-weight: 600;
	padding: 76px 15px 10px;
	top: 165px;
	left: 0;
	right: 0;
	line-height: 1.2em;
	text-align: center;
	font-size: 22px !important;
}

.flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	box-shadow: 0px 20px 30px 0px rgb(0 27 94 / 30%);
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.back {
	background: #f47f20;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.front-logo-invert {
	height: 50px;
	/* background: url(logo.png) 0 0 no-repeat; */
	align-items: center;
	display: inline-block;
	margin-top: 45px !important;
}

.iconWrapper-invert {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58px;
	height: 58px;
	background-color: #28c2ed;
	border-radius: 50px;
}

.back p {
	color: #ffffff;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 15px;
	line-height: 1.4em;
	font-size: 15px;
}
/* for small screens css 30-9-2021 */
#galleries-list {
	display: none;
}

	#galleries-list .content {
		width: 270px;
		text-align: center;
		margin: auto;
		box-sizing: border-box;
	}

#galleries-list {
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}

	#galleries-list ul {
		width: 100%;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

		#galleries-list ul li {
			position: relative;
			left: 0px;
			float: left;
			width: 25%;
			text-align: center;
			margin: 0px;
			padding: 0px;
			transition: left .75s ease-out;
		}

	#galleries-list .slider-nav {
		position: relative;
		float: left;
		left: calc(50% - 26px);
	}

	#galleries-list .slide-left {
		margin-right: 10px;
	}

	#galleries-list .slide-left, #galleries-list .slide-right {
		cursor: pointer;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Chrome/Safari/Opera */
		-khtml-user-select: none; /* Konqueror */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; /* Non-prefixed version, currently not supported by any browser */
		color: #28c2ed;
		font-size: 20px;
		text-shadow: 0 1px 2px rgb(0 0 0 / 70%);
	}

		#galleries-list .slide-left:hover, #galleries-list .slide-right:hover {
			font-weight: 700;
		}
/*-- Features Section End --*/


/*-- Training Videos Section Start --*/
.trainingAccod .accordion-button::before {
	flex-shrink: 0;
	width: auto;
	height: auto;
	content: "\f64d";
	transition: transform .2s ease-in-out;
	font-family: bootstrap-icons;
	background-image: none;
	margin-right: 15px;
	font-size: 13px;
}

.trainingAccod .accordion-button:not(.collapsed)::before {
	content: "\f63b";
}

.accordion-button:not(.collapsed)::before {
	transform: rotate(-180deg);
}

.trainingAccod .accordion-button::after {
	display: none;
}

.trainingAccod .accordion-button {
	color: #8B959E;
	font-size: 18px;
	font-family: 'robotoregular';
	padding: 11px 15px;
}

.trainingAccod .accordion-item {
	background-color: #fff;
	border: none;
}

.trainingAccod .accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent;
	box-shadow: none;
}

.trainingAccod .accordion-button:focus {
	box-shadow: none;
}

.trainingAccod .accordion-body {
	padding: 3px 20px 3px 40px;
	color: #8B959E;
	font-size: 15px;
}
/*-- Training Videos Section End --*/


/*-- testimonials Section start --*/

#testimonials .carousel-inner h4 {
	font-family: 'robotoregular';
	font-size: 32px;
	font-weight: 700;
	color: #8B959E;
}

#testimonials .carousel-inner .row {
	margin: 0 34px;
	text-align: center;
}

	#testimonials .carousel-inner .row span {
		font-family: 'robotoregular';
		color: #8B959E;
		font-size: 16px;
	}
/*-- testimonials Section End --*/


/*-- FAQ Section Start --*/
.faq-nav {
	margin: 0 0 10px;
	border: 1px solid #dddddd;
	background-color: #f1f1f1;
}

	.faq-nav .nav-link {
		position: relative;
		display: block;
		margin: 0;
		padding: 14px 15px;
		border-right: 1px solid #dddddd;
		border-radius: 0;
		color: #8B959E;
		font-size: 17px;
		transition: background-color .2s ease;
	}

		.faq-nav .nav-link:hover {
			background-color: #ddd;
		}

		.faq-nav .nav-link.active {
			background-color: #28c2ed;
			color: #fff;
			font-size: 17px;
		}

#faq .tab-content .accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	margin-bottom: 10px;
	border-radius: 4px;
}

	#faq .tab-content .accordion-item .accordion-header {
		background: #f2f2f2;
		position: relative;
		cursor: pointer;
		font-weight: 500;
		line-height: 1.25em;
		font-size: 18px;
	}

		#faq .tab-content .accordion-item .accordion-header .accordion-button {
			font-family: 'robotoregular';
			color: #8B959E;
			font-size: 18px;
			padding: 9px 10px;
			/* background-color: transparent;*/
			box-shadow: none;
		}

			#faq .tab-content .accordion-item .accordion-header .accordion-button:not(.collapsed) {
				color: #8B959E;
				background-color: #f2f2f2;
			}

			#faq .tab-content .accordion-item .accordion-header .accordion-button::after {
				display: none;
			}

			#faq .tab-content .accordion-item .accordion-header .accordion-button::before {
				content: "\f231";
				font-family: bootstrap-icons;
				padding: 5px 10px 2px 10px;
				font-size: 12px;
				color: #636e73;
			}

			#faq .tab-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
				transform: rotate(-270deg);
				color: #8B959E;
			}

	#faq .tab-content .accordion-item .accordion-body {
		font-family: 'robotoregular';
		color: #8B959E;
		padding: 20px 30px;
		border-top: none;
		text-align: justify;
		font-size: 17px;
		line-height: 1.25em;
	}

		#faq .tab-content .accordion-item .accordion-body ol {
			padding: 0 0 5px 25px;
		}

			#faq .tab-content .accordion-item .accordion-body ol li {
				padding: 0 0 5px 0;
				position: relative;
				list-style-type: decimal;
			}

		#faq .tab-content .accordion-item .accordion-body ul {
			padding: 0 0 5px 10px;
		}

			#faq .tab-content .accordion-item .accordion-body ul li {
				padding: 0 0 5px 17px;
				position: relative;
			}
/*.faq-mobile {
	display:none;
}*/
.tab-content.faq-mobile .card-header {
	background-color: #28c2ed;
	display: block;
	padding: 14px 16px;
}

	.tab-content.faq-mobile .card-header a {
		color: #fff;
		font-size: 18px;
		display: block;
	}
/*-- FAQ Section End --*/


/*-- Sign up Free Section Start --*/

#signupFree p {
	font-family: 'robotoregular';
	color: #8B959E;
	font-size: 24px;
	text-align: center;
	margin: 0;
}

	#signupFree p.color {
		font-family: 'robotoregular';
		color: #28c2ed;
		font-size: 34px;
		text-align: center;
		margin: 0;
	}
/*-- Sign up Free Section End --*/


/*-- Start Free Trial Section Start --*/

.home-otherpage-section {
	margin-top: 78px;
	padding: 40px 0;
	background-color: #fff;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.home-otherpage-section .section-title {
	text-align: center;
	padding-bottom: 20px;
}

	.home-otherpage-section .section-title h2 {
		font-family: 'robotoregular';
		color: #333333;
		font-size: 36px;
		border: none;
		position: relative;
	}

		.home-otherpage-section .section-title h2:after {
			content: '';
			background-color: #05a3da;
			position: absolute;
			left: 0px;
			right: 0;
			bottom: 10px;
			margin: auto;
			height: 3px;
			width: 150px;
		}

.home-otherpage-section p {
	font-family: 'robotoregular';
	color: #8B959E;
	font-size: 22px;
}

.button-medium-orange {
	font-family: 'dinotregular';
	background: #28c2ed;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px;
	letter-spacing: 1px;
	border: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-top: 10px;
}

	.button-medium-orange:hover, .button-medium-orange:focus {
		border-color: #d76000;
		color: #fff;
		background-color: #d76000;
		text-decoration: none;
	}

.home-otherpage-section form label {
	font-size: 17px;
	color: #8B959E;
}

.home-otherpage-section form p {
	font-size: 17px;
	color: #8B959E;
}
/* added 24-09-2021 AC */
.stepwizard {
	width: 100%;
	position: relative;
}

.stepwizard-row {
	display: flex;
}

	.stepwizard-row:before {
		top: 20px;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 100%;
		height: 1px;
		background-color: #000;
		z-order: 0;
	}

.stepwizard-step {
	position: relative;
}

.btn-circle {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 6px 0;
	font-size: 18px;
	color: #333;
	border-radius: 20px;
	background-color: #e5e5e5;
	display: inline-block;
}

	.btn-circle.active {
		background-color: #ff7200;
		color: #fff;
	}

	.btn-circle.green {
		background-color: #28c2ed;
		color: #fff;
	}

.stepwizard-step p {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
/*-- Start Free Trial Section End --*/


/*-- Template page Section Start --*/

main.innerpage {
	padding: 80px 0 0 0px;
	overflow: hidden;
}

.heading-subcontent {
	text-align: center;
}

	.heading-subcontent h4 {
		font-family: 'robotoregular';
		font-size: 32px;
		font-weight: bold;
		color: #8b959e;
		padding: 30px 0;
	}

.padbot0 {
	padding-bottom: 0;
}

.heading-subcontent p {
	font-size: 17px;
	color: #8b959e;
	margin: 0 auto;
	width: 70%;
}

.range {
	margin-top: 50px;
}

.left-aside-menu {
	border: 1px solid #b1ddf7;
	padding: 20px;
}

	.left-aside-menu h3 {
		font-size: 22px;
		color: #8b959e;
		font-weight: bold;
		text-align: left;
	}
/* Flipping Boxes */
.bottom-icons {
	padding: 30px 0;
	display: inline-block;
	width: 100%;
}

	.bottom-icons div {
		padding: 0 8px;
	}

	.bottom-icons img {
		display: inline-block;
		position: relative;
	}

	.bottom-icons div p.img-text {
		position: absolute;
		font-size: 13px;
		font-family: Roboto, Helvetica, Arial;
		color: #28c2ed;
		top: -1px;
		line-height: 0.9;
		z-index: 1;
	}

	.bottom-icons div p.text-white {
		color: #fff;
	}

	.bottom-icons div p {
		margin: 0;
		padding: 25px 5px 0;
		font-size: 13px;
		font-family: Roboto, Helvetica, Arial;
	}

.btn-view {
	background-color: #28c2ed;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	padding: 5px 22px;
	margin-top: 10px;
	box-shadow: inset #28c2ed;
	transition: all 0.3s ease-out;
}

	.btn-view:hover {
		box-shadow: inset 12em 0 #f47f20;
		cursor: pointer;
		color: #fff;
	}

.viewmodal .modal-dialog {
	/*width:50%;*/
}

.viewmodal .modal-header {
	padding: 13px 20px;
	text-align: center;
	background: #fff;
	position: relative;
	color: #848484;
	/*font-size: 28px;*/
	font-weight: 700;
	border-bottom: 5px solid #848484;
	height: auto;
}

.viewmodal .modal-body {
	padding: 15px;
}

.viewmodal .modal-footer .btn {
	margin: 0;
	background-color: #28c2ed;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	padding: 5px 15px !important;
	box-shadow: inset #28c2ed;
	transition: all 0.3s ease-out;
}

	.viewmodal .modal-footer .btn:hover {
		box-shadow: inset 12em 0 #f47f20;
		cursor: pointer;
		color: #fff;
	}

.viewmodal .modal-body p {
	font-family: Roboto, Helvetica, Arial;
	font-size: 15px;
	color: #8b959e;
	margin: 0;
}
/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	box-shadow: 0px 20px 30px 0px rgba(0, 27, 94, 0.3);
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* END: Accommodating for IE */

.front p {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	color: ffffff;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;
	display: none;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
}

.back-title {
	font-weight: bold;
	color: #f47f20;
	position: absolute;
	padding: 20px;
	top: 20px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 22px;
}
/* vertical */
.vertical.flip-container {
	position: relative;
}

.vertical .back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
	-webkit-transform-origin: 100% 213.5px;
	-moz-transform-origin: 100% 213.5px;
	-ms-transform-origin: 100% 213.5px;
	transform-origin: 100% 213.5px;
}
/* START: Accommodating for IE */
.vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/* END: Accommodating for IE */

.iconWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	background-color: #28c2ed;
	border-radius: 50px;
}

.iconWrapper-invert {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58px;
	height: 58px;
	background-color: #28c2ed;
	border-radius: 50px;
}

.iconWrapper1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background-color: #666;
	/* border:solid 2px #666; */
	border-radius: 50px;
}

.pr {
	position: relative;
}

.bottom-icons div p {
	line-height: 100%;
}

#templates .front-title {
	padding: 40px 15px 10px;
	font-size: 21px;
}

.shell {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 300px;
	max-width: 480px;
}

#accordion {
	visibility: hidden;
}
	/* root UL */
	#accordion ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		/* sub UL */
		#accordion ul ul {
			/*background:#f5f5f5;*/
			padding: 0px 0 0 5px;
		}
	/*---------- Indents ------*/

	/*top-level*/
	#accordion .top > a, #accordion .top > div {
		padding-left: 24px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	/*2nd-level*/
	#accordion li li > div {
		padding-left: 34px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 16px;
	}

	#accordion li li > a {
		padding-left: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 14px;
	}

		#accordion li li > a:hover {
			background-color: #f8f8f8;
		}
	/*3rd-level*/
	#accordion li li li > a, #accordion li li li > div { /*padding-left:50px;*/
	}
	/*---------- Other styles ------*/

	/* headings */
	#accordion li > div {
		color: #8b959e;
	}

	#accordion li {
		padding: 0;
		margin: 0;
		overflow: hidden;
		cursor: pointer;
	}
	/* Add borders to the top LIs */
	#accordion .top {
		border: 0;
	}
	/* No double borders between LIs*/
	#accordion li.top + li.top {
		border-top: 0;
	}
	/* links */
	#accordion a {
		font-weight: normal;
		text-decoration: none;
		display: block;
		line-height: 1;
		transition: all 0.3s;
		color: #8b959e;
	}

		#accordion a:hover {
			color: #f47f20;
		}
	/* carets */
	#accordion div.caret {
		color: inherit;
		display: inline-block;
		margin-top: 3px;
		width: 0;
		height: 0;
		position: relative;
	}

		#accordion div.caret:after {
			content: " ";
			background: url(../images/plus-icon.png) no-repeat 0px 0px;
			font-weight: bold;
			width: 20px;
			position: absolute;
			height: 20px;
			margin-left: -12px;
			left: -12px;
			top: -16px;
		}

		#accordion div.caret.active:after {
			content: " ";
			background: url(../images/minus-icon.png) no-repeat 0px 0px;
		}

	#accordion li {
		-ms-user-select: none;
		-mos-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
/* -------------------- Tempaltes Horizontal Navs -------------------- */
.cata-sub-nav {
	background: #f5f5f5;
	padding: 15px;
	margin: 0 37px;
	/* Make this scrollable when needed */
	overflow-x: auto;
	/* We don't want vertical scrolling */
	overflow-y: hidden;
	/* Make an auto-hiding scroller for the 3 people using a IE */
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* For WebKit implementations, provide inertia scrolling */
	white-space: nowrap; /* Remove the default scrollbar for WebKit implementations */
	scrollbar-width: none;
}

	.cata-sub-nav::-webkit-scrollbar {
		display: none;
	}

	.cata-sub-nav ul {
		margin: 0;
		/*display: flex;*/
		-webkit-padding-start: 0px;
	}

	.cata-sub-nav li {
		display: inline-table;
		margin: 0;
		font-size: 16px;
		color: #8b959e;
	}

		.cata-sub-nav li .nav-item {
			color: #8b959e;
			padding: 0 15px;
		}

			.cata-sub-nav li .nav-item.active, .cata-sub-nav li .nav-item:hover, .cata-sub-nav li .nav-item:focus {
				color: #f47f20;
			}

.arrow {
	background: red;
}

.nav-prev {
	text-align: center;
	color: white;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	left: -3px;
	top: 0;
	padding: 13px 4px;
	background: #a1a1a1;
	fill: #FFF;
}

.nav-next {
	text-align: center;
	color: white;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: -3px;
	top: 0;
	padding: 13px 4px;
	background: #a1a1a1;
	fill: #FFF;
}

.cata-sub-nav li:last-child {
	padding-right: 20px;
}

.menucover {
	position: relative;
	margin-bottom: 30px;
}

.navr {
	display: table; /*white-space fix*/
	width: 100%;
	text-align: left;
	word-spacing: -9em; /*white-space fix*/
}

	.navr li {
		display: inline-block;
		text-align: left;
		word-spacing: normal; /*white-space fix*/
	}

		.navr li > a {
			position: relative;
		}

		.navr li:hover, .navr > li > a:hover, .navr li:focus, .navr > li > a:focus {
			z-index: 105;
		}

		.navr li li {
			display: block;
		}

	.navr a {
		display: block;
		padding: 0px 20px;
		text-decoration: none;
		white-space: nowrap;
		position: relative;
		color: #8B959E;
	}

		.navr li:hover > a, .navr a:hover, .navr li:focus > a, .navr a:focus {
			color: #f47f20 !important;
			cursor: pointer;
		}

	.navr ul {
		position: absolute;
		z-index: 104;
		left: -999em;
		top: 0;
		opacity: 0;
		transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
		padding: 5px 0;
		background: #fff;
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, 0.15);
	}

		.navr ul li:last-child {
			padding-right: 0;
		}

.trainingV .navr ul {
	width: 300px;
	max-height: 300px;
	overflow-y: auto;
}

	.trainingV .navr ul li a {
		white-space: normal;
		line-height: 20px;
		padding: 6px 15px;
	}

.navr ul li a:hover {
	background-color: #f8f8f8;
}

.navr > ul {
	left: auto;
	top: auto;
	opacity: 1;
	transition: opacity 0.5s linear, top 0.5s;
}
/*.navr ul li a:hover{background-color:#f6f6f6;}*/
.navr li:hover > ul {
	left: auto;
	top: auto;
	opacity: 1;
	transition: opacity 0.5s linear, top 0.5s;
}

.navr ul ul {
	transition: opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;
	z-index: 103;
}

.navr li li:hover ul {
	top: auto;
	margin-left: 100%;
	transform: translateY(-2.2rem);
	opacity: 1;
	transition: opacity 0.5s linear, margin 0.5s;
}

.navr li li:focus-within ul {
	top: auto;
	margin-left: 100%;
	transform: translateY(-2.2rem);
	opacity: 1;
	transition: opacity 0.5s linear, margin 0.5s;
}

.navr li a:first-child:not(:last-child) {
	padding-right: 20px; /* make space for arrows*/
}

	.navr li a:first-child:not(:last-child):after {
		content: "";
		position: absolute;
		right: 3px;
		top: 50%;
		margin-top: -6px;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid yellow;
	}

.navr > li > a:first-child:not(:last-child):after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ababab;
	border-bottom: none;
	margin-top: -3px;
}

.navr li:hover a:first-child:not(:last-child):after {
	border-left-color: #ababab;
}

.navr li:focus-within a:first-child:not(:last-child):after {
	border-left-color: #ababab;
}

.navr > li:hover > a:first-child:not(:last-child):after {
	border-left-color: transparent;
	border-top-color: #ababab;
}

.navr > li:focus-within > a:first-child:not(:last-child):after {
	border-left-color: transparent;
	border-top-color: #ababab;
}
/*-- Template page Section End --*/


/*-- Main page Footer Section --*/

#footer {
	background: #f2f3f4;
	padding: 70px 0 28px;
}

	#footer .footer-top .footer-contact {
		margin-bottom: 30px;
	}

	#footer .footer-top h3 {
		font-family: 'Basier Circle';
		color: #8B959E;
		font-size: 26px;
		margin: 0 0 34px 0;
		padding: 0px 0 34px 0;
		border-bottom: 1px solid #d4d6d7;
	}

	#footer .footer-top .footer-links {
		margin-bottom: 30px;
	}

		#footer .footer-top .footer-links ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			#footer .footer-top .footer-links ul li {
				font-family: 'robotoregular';
				color: #8B959E;
				font-size: 17px;
				line-height: 1.6em;
			}

			#footer .footer-top .footer-links ul a {
				font-family: 'robotoregular';
				color: #8B959E;
				font-size: 17px;
				transition: 0.3s;
				display: inline-block;
				line-height: 1.8em;
			}

				#footer .footer-top .footer-links ul a:hover {
					text-decoration: underline;
					color: #8B959E;
				}

		#footer .footer-top .footer-links span, #footer .footer-top .footer-links p {
			color: #8B959E;
			font-size: 17px;
			line-height: 1.8em;
		}

	#footer .copyright {
		color: #8B959E;
		font-size: 14px;
		border-top: 1px solid #d4d6d7;
		padding-top: 26px;
	}

		#footer .copyright a:hover {
			text-decoration: underline;
		}
/*-- Footer Section End --*/


/***13-09-2021****/
.tooltip-inner {
	background-color: #28c2ed;
}

.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #28c2ed;
}

.mb30 {
	margin-bottom: 30px;
}

.custom-select {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 193px;
	transition: background-color 0.3s;
	height: 30px;
	background-color: #d6d3d3;
	border-radius: 0px;
	border: 1px solid #d6d3d3;
	font-size: 16px;
}

.head-right {
	position: absolute;
	right: 0;
}

h2 {
	position: relative;
}
/***Video Css ****/
.videoback {
	object-fit: fill;
}

.videoback {
	position: relative;
	display: flex;
	height: auto;
}

.monitor {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#trainingVideo {
	height: 77%;
	width: 100%;
	position: absolute;
	padding: 39px 19px;
	top: -14px;
	left: 0;
	bottom: 0;
	right: 0;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
/***16-09-2021 Css ****/
.xalign {
	padding-top: 20px;
}

.countrylbl {
	font-size: 17px;
	color: #8B959E;
}

.head-right .custom-select {
	width: auto;
	height: auto;
	vertical-align: -14px;
	background-color: transparent;
	border: 0;
}

.home-otherpage-section .section-title {
	position: relative;
}

.home-otherpage-section .head-right {
	position: absolute;
	right: 0px;
	top: 5px;
}

.home-otherpage-section .heading-subcontent {
	text-align: left;
}

	.home-otherpage-section .heading-subcontent p {
		width: auto;
	}

.hdsub {
	font-weight: 700;
	margin-top: 10px !important;
}

.tabgrid {
	overflow: hidden;
	margin: 30px 0px;
}

	.tabgrid li.lbl {
		font-weight: 700;
		padding: 6px 10px;
		color: #8b959e;
	}

	.tabgrid .nav-link {
		background: #d6d3d3;
		color: #333;
		font-size: 17px;
		font-weight: 700;
		padding: 9px 14px;
		line-height: 20px;
		margin-right: 5px;
	}

		.tabgrid .nav-link.active {
			background: #26c1ec;
			color: #fff;
		}
/* Templates List Page css start 22-09-2021 */

.range.templates-list .flip-container .front-logo {
	height: 90px;
	margin: 10px 15px 30px !important;
}

#templates .range.templates-list .flip-container .front-title {
	padding: 50px 15px 20px;
	font-size: 21px;
}

.range.templates-list .flip-container .front p {
	color: #8b959e;
	font-size: 17px;
	padding: 0 20px;
	position: inherit;
}

.view-details-btn {
	font-family: 'robotoregular';
	background-color: #28c2ed;
	font-size: 17px;
	padding: 6px 15px;
	border: 0;
	border-radius: 5px;
	color: #fff;
}

	.view-details-btn:hover {
		background-color: #f47f20;
	}

.bottom-10 {
	bottom: 10% !important;
}

.range.templates-list .flip-container {
	box-shadow: none;
}

	.range.templates-list .flip-container:hover .front {
		transform: rotateY(0deg);
	}

.rowparatext p {
	font-family: 'robotoregular';
	font-size: 17px;
	padding: 5px 0 50px;
	color: #8b959e;
	margin: 0;
	text-align: center;
}
/* Invite Page css start 20-09-2021 */

.after-login .container-fluid {
	width: 95%;
}

.inner-new-header {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
}

.support-bar {
	text-align: center;
	display: inline-block;
}

	.support-bar ul li {
		font-family: 'dinotregular';
		font-size: 14px;
		line-height: 18px;
		color: #333;
		float: left;
		font-weight: bold;
		padding: 0 0px 0 10px;
	}

		.support-bar ul li i {
			padding: 0 10px 0 0;
			font-size: 16px;
		}

			.support-bar ul li i.bi-file-earmark-text {
				color: #28c2ed;
			}

		.support-bar ul li span.document-count {
			color: #28c2ed;
		}
/*.innerSec {
	margin-bottom: 90px;
	padding-top: 25px;
}*/
.tb-mar-inner {
	padding: 20px 0 90px;
}

.innerSec h2 {
	font-family: 'dinotregular';
	font-size: 33px;
	font-weight: 700;
	margin: 15px 0 20px 0;
	color: #333;
}

.innerSec p {
	font-size: 12px;
	float: left;
	padding-right: 5px;
	color: #333;
}

.innerSec a {
	font-size: 12px;
	color: #28c2ed;
	display: block;
}

.button-medium-Grey {
	font-family: 'dinotregular';
	background: #fff;
	border-radius: 4px;
	color: #929292;
	font-size: 21px;
	font-weight: 700;
	line-height: 36px;
	margin: 5px;
	text-align: center;
	padding: 4px 35px;
	letter-spacing: 1px;
	border: 2px solid #ababab;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-medium-Grey:hover {
		border-color: #747474;
		color: #747474;
		background-color: #e9e7e7;
	}

.form-control {
	font-size: 13px;
	line-height: 22px;
}

.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: #28c2ed;
}

.tooltip-inner {
	font-size: 12px;
}

.common-modal .modal-header {
	padding: 8px 20px;
	text-align: center;
	color: #848484;
	border-bottom: 5px solid #848484;
	background-color: #e5e5e5;
}

	.common-modal .modal-header .modal-title {
		font-size: 25px;
		font-weight: 600;
		color: #848484;
	}

	.common-modal .modal-header .btn-close {
		position: absolute;
		right: 10px;
	}

.common-modal .modal-body p {
	font-family: 'dinotregular', arial;
	font-size: 16px;
	color: #848484;
}

.common-modal .modal-footer {
	border: 0;
}

	.common-modal .modal-footer .close-btn {
		font-size: 18px;
		background: #929292;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		text-decoration: none;
		border-radius: 3px;
		letter-spacing: 1px;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 1px solid #929292;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		padding: 2px 12px;
		min-width: auto;
		margin: 0 5px 15px;
	}

		.common-modal .modal-footer .close-btn:hover {
			border-color: #6d6a6a;
			background: #6d6a6a;
			color: #fff;
		}
/************************************************  Pricing Table Css  ***************************************************************/

.border-curve {
	border-collapse: collapse;
	border-radius: .2em;
	overflow: hidden;
}
/*  Shadow */


.shado {
	background: #fff;
}

.shado-1 {
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	border: 1px solid #dcdcdc;
}

	.shado-1:hover {
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
		border: 1px solid #dcdcdc;
	}

.shado-2 {
	box-shadow: rgb(0 0 0 / 4%) 0px 0px 5px 0px, rgb(0 0 0 / 4%) 0px 0px 1px 0px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border: 1px solid #dcdcdc;
}

	.shado-2:hover {
		box-shadow: rgb(0 0 0 / 4%) 0px 0px 5px 0px, rgb(0 0 0 / 4%) 0px 0px 1px 0px;
		border: 1px solid #dcdcdc;
	}

.shado-3 {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border: 1px solid #dcdcdc;
}

	.shado-3:hover {
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
		border: 1px solid #dcdcdc;
	}

.shado-out {
	box-shadow: rgb(0 0 0 / 4%) 0px 0px 5px 0px, rgb(0 0 0 / 4%) 0px 0px 1px 0px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

	.shado-out:hover {
		box-shadow: rgb(0 0 0 / 4%) 0px 0px 5px 0px, rgb(0 0 0 / 4%) 0px 0px 1px 0px;
	}


/*  document buttons */



.document-label1 {
	font-size: 12px;
	padding: 10px;
	cursor: pointer;
	width: 18.9%;
	display: inline-block;
	text-align: left;
	margin-top: 8px;
	background-color: #fff;
	font-weight: 500;
	color: #929292;
	border-radius: 7px 7px 7px 7px;
	border: 2px solid #929292;
	position: relative;
}

	.document-label1:hover, .document-label1:focus {
		border-color: #747474;
		color: #333;
		background-color: #e9e7e7;
	}

	.document-label1 .fa-times {
		position: absolute;
		border: 2px solid #9b9b9b;
		top: -3px;
		right: -3px;
		cursor: pointer;
		font-size: 13px;
		font-weight: 300;
		color: red;
		background: white;
		border-radius: 60px;
		padding: 0.2em 0.3em;
	}

	.document-label1 .fa-check {
		font-size: 10px;
		font-weight: 300;
		color: #fff;
		background: green;
		border-radius: 60px;
		padding: 0.23em 0.3em;
	}

.document-label1-active {
	font-size: 12px;
	padding: 10px;
	cursor: pointer;
	width: 18.9%;
	display: inline-block;
	text-align: left;
	margin-top: 8px;
	background-color: #e6721b;
	font-weight: 500;
	color: #fff;
	border-radius: 7px 7px 7px 7px;
	border: 2px solid #e6721b;
	position: relative;
}

	.document-label1-active .fa-times {
		position: absolute;
		border: 2px solid #9b9b9b;
		top: -3px;
		right: -3px;
		cursor: pointer;
		font-size: 12px;
		font-weight: 300;
		color: red;
		background: white;
		border-radius: 60px;
		padding: 0.2em 0.3em;
	}

.document-label2 {
	font-size: 12px;
	padding: 2.2px 10px;
	line-height: 1.4em;
	cursor: pointer;
	width: 100%;
	display: inline-block;
	text-align: left;
	margin-top: 3px;
	background-color: #fff;
	font-weight: 500;
	color: #333;
	border-radius: 7px 7px 7px 7px;
	border: 2px solid #929292;
	position: relative;
}

	.document-label2:hover, .document-label2:focus {
		border-color: #747474;
		color: #333;
		background-color: #e9e7e7;
	}

	.document-label2 .fa-edit {
		font-size: 12px;
		float: right;
		font-weight: 300;
		margin: 0 5px;
		color: #fff;
		background: green;
		border-radius: 60px;
		padding: 0.4em 0.4em;
	}

	.document-label2 .fa-times {
		position: absolute;
		border: 2px solid #9b9b9b;
		top: -3px;
		right: -3px;
		cursor: pointer;
		font-size: 12px;
		font-weight: 300;
		color: red;
		background: white;
		border-radius: 60px;
		padding: 0.08em 0.18em;
	}

.document-label3 {
	font-size: 12px;
	padding: 8px 10px;
	min-width: 100%;
	display: inline-block;
	text-align: left;
	margin-top: 8px;
	background-color: #eee;
	font-weight: 500;
	color: #fff;
	border-radius: 0px 10px 0px 10px;
	position: relative;
}

	.document-label3 .fa-times {
		position: absolute;
		border: 2px solid #9b9b9b;
		top: -3px;
		right: -3px;
		cursor: pointer;
		font-size: 12px;
		font-weight: 300;
		color: red;
		background: white;
		border-radius: 60px;
		padding: 0.08em 0.18em;
	}

.document-label4 {
	font-size: 12px;
	padding: 7px 32px 5px;
	line-height: 1.5em;
	cursor: pointer;
	width: 48.6%;
	display: inline-block;
	text-align: left;
	margin-top: 10px;
	background-color: #fff;
	font-weight: 500;
	border-radius: 0px 10px 0px 10px;
}

.butleft {
	margin-left: 5px;
}

.document-label4 .fa-edit {
	font-size: 12px;
	float: right;
	font-weight: 300;
	margin: 0 5px;
	color: #fff;
	background: green;
	border-radius: 60px;
	padding: 0.4em 0.4em;
}

.document-label4 .fa-times {
	float: right;
	cursor: pointer;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	background: red;
	border-radius: 60px;
	padding: 0.2em 0.3em;
}

.document-label6 {
	font-size: 12px;
	padding: 10px;
	cursor: pointer;
	width: 18.8%;
	display: inline-block;
	text-align: left;
	margin: 2px;
	background-color: #fff;
	font-weight: 500;
	color: #929292;
	border-radius: 7px 7px 7px 7px;
	border: 2px solid #929292;
	position: relative;
}

	.document-label6:hover, .document-label6:focus {
		border-color: #747474;
		color: #333;
		background-color: #e9e7e7;
	}

.document-label6-active {
	font-size: 12px;
	padding: 10px;
	cursor: pointer;
	width: 18.8%;
	display: inline-block;
	text-align: left;
	margin: 2px;
	background-color: #e6721b;
	font-weight: 500;
	color: #fff;
	border-radius: 7px 7px 7px 7px;
	border: 2px solid #e6721b;
	position: relative;
}

.isign-col1 .fa-search-plus {
	font-size: 16px;
	color: #fff;
	background: #333;
	border-radius: 60px;
	padding: 0.3em 0.36em;
}

.isign-col1 .fa-search-minus {
	font-size: 16px;
	color: #fff;
	background: #333;
	border-radius: 60px;
	padding: 0.3em 0.36em;
}
/*  signers buttons */

.col-green {
	border: 2px solid #74b83d;
	color: #333;
	background: url(../images/icon-signers-green.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding-left: 32px;
}

	.col-green:hover, .col-green:focus {
		border: 2px solid #74b83d;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #74b83d;
	}

.col-green-stroke {
	border: 2px solid #74b83d;
	color: #74b83d;
	background: url(../images/icon-signers-green.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-green-stroke:hover, .col-green-stroke:focus {
		border: 2px solid #74b83d;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #74b83d;
	}

.col-blue {
	border: 2px solid #04c8eb;
	color: #333;
	padding: 6px 0px 6px 32px;
	background: url(../images/icon-signers-blue.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-blue:hover, .col-blue:focus {
		border: 2px solid #04c8eb;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #04c8eb;
	}

.col-blue-stroke {
	border: 2px solid #04c8eb;
	color: #333;
	background: url(../images/icon-signers-blue.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-blue-stroke:hover, .col-blue-stroke:focus {
		border: 2px solid #04c8eb;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #04c8eb;
	}

.col-red {
	border: 2px solid #d9534f;
	color: #333;
	background: url(../images/icon-signers-red.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding: 6px 0px 6px 32px;
}

	.col-red:hover, .col-red:focus {
		border: 2px solid #d9534f;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #d9534f;
	}

.col-red-stroke {
	border: 2px solid #d9534f;
	color: #333;
	background: url(../images/icon-signers-red.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-red-stroke:hover, .col-red-stroke:focus {
		border: 2px solid #d9534f;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #d9534f;
	}

.col-darkgreen {
	border: 2px solid #04ad95;
	color: #333;
	background: url(../images/icon-signers-darkgreen.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding: 6px 0px 6px 32px;
}

	.col-darkgreen:hover, .col-darkgreen:focus {
		border: 2px solid #04ad95;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #04ad95;
	}

.col-darkgreen-stroke {
	border: 2px solid #04ad95;
	color: #333;
	background: url(../images/icon-signers-darkgreen.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-darkgreen-stroke:hover, .col-darkgreen-stroke:focus {
		border: 2px solid #04ad95;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #04ad95;
	}

.col-pink {
	border: 2px solid #e54b87;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding: 6px 0px 6px 32px;
}

	.col-pink:hover, .col-pink:focus {
		border: 2px solid #e54b87;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #e54b87;
	}

.col-pink-stroke {
	border: 2px solid #e54b87;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-pink-stroke:hover, .col-pink-stroke:focus {
		border: 2px solid #e54b87;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #e54b87;
	}

.col-orange {
	border: 2px solid #e6721b;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding: 6px 0px 6px 32px;
}

	.col-orange:hover, .col-orange:focus {
		border: 2px solid #e6721b;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #e6721b;
	}

.col-orange-stroke {
	border: 2px solid #e6721b;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-orange-stroke:hover, .col-orange-stroke:focus {
		border: 2px solid #e6721b;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #e6721b;
	}

.col-funblue {
	border: 2px solid #1d71b6;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding: 6px 0px 6px 32px;
}

	.col-funblue:hover, .col-funblue:focus {
		border: 2px solid #1d71b6;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #1d71b6;
	}

.col-funblue-stroke {
	border: 2px solid #1d71b6;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-funblue-stroke:hover, .col-funblue-stroke:focus {
		border: 2px solid #1d71b6;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #1d71b6;
	}

.col-corn {
	border: 2px solid #f0b003;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding: 6px 0px 6px 32px;
}

	.col-corn:hover, .col-corn:focus {
		border: 2px solid #f0b003;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #f0b003;
	}

.col-corn-stroke {
	border: 2px solid #f0b003;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-corn-stroke:hover, .col-corn-stroke:focus {
		border: 2px solid #f0b003;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #f0b003;
	}

.col-wisteria {
	border: 2px solid #a870bf;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding: 6px 0px 6px 32px;
}

	.col-wisteria:hover, .col-wisteria:focus {
		border: 2px solid #a870bf;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #a870bf;
	}

.col-wisteria-stroke {
	border: 2px solid #a870bf;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-wisteria-stroke:hover, .col-wisteria-stroke:focus {
		border: 2px solid #a870bf;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #a870bf;
	}

.col-shampoo {
	border: 2px solid #ffccee;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
	padding: 6px 0px 6px 32px;
}

	.col-shampoo:hover, .col-shampoo:focus {
		border: 2px solid #ffccee;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #ffccee;
	}

.col-shampoo-stroke {
	border: 2px solid #ffccee;
	color: #333;
	background: url(../images/icon-signers-pink.png);
	background-repeat: no-repeat;
	background-position: 6px;
}

	.col-shampoo-stroke:hover, .col-shampoo-stroke:focus {
		border: 2px solid #ffccee;
		color: #fff;
		background: url(../images/icon-signers.png);
		background-repeat: no-repeat;
		background-position: 6px;
		background-color: #ffccee;
	}

.col-green-active {
	border: 2px solid #74b83d;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #74b83d;
}

.col-blue-active {
	border: 2px solid #04c8eb;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #04c8eb;
}

.col-red-active {
	border: 2px solid #d9534f;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #d9534f;
}

.col-darkgreen-active {
	border: 2px solid #04ad95;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #04ad95;
}

.col-pink-active {
	border: 2px solid #e54b87;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #e54b87;
}

.col-orange-active {
	border: 2px solid #e6721b;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #e6721b;
}

.col-funblue-active {
	border: 2px solid #1d71b6;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #1d71b6;
}

.col-corn-active {
	border: 2px solid #f0b003;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #f0b003;
}

.col-wisteria-active {
	border: 2px solid #a870bf;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #a870bf;
}

.col-shampoo-active {
	border: 2px solid #ffccee;
	color: #fff;
	background: url(../images/icon-signers.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: #ffccee;
}

.isignsec div.isign-col5 {
	margin-top: 3px;
	margin-bottom: 6px;
	height: 356px;
	padding: 1px 1px;
	overflow: auto;
}

.isignsec div.isign-col7 {
	margin-top: 2px;
	margin-bottom: 10px;
	height: 455px;
	padding: 1px 1px;
	overflow: auto;
}

.circ2 {
	background: #28c2ed;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0px 7px;
	font-weight: 600;
	color: #fff;
	font-size: 15px;
}
/*  Me and Others Step 4 */



.sendtableleft th {
	padding: 8px 10px 8px 10px;
	vertical-align: middle;
}

.sendtableleft td {
	padding: 2px 0px 2px 10px;
	vertical-align: middle;
	font-size: 14px;
}

.sendtableleft table:first-child tr:first-child td:first-child {
	padding: 6px 0px 3px 10px;
	vertical-align: middle;
}

div.sendfinal {
	padding: 10px 5px 10px 10px;
	margin-bottom: 7px;
	border-radius: .4em;
	border: 1px solid #cbc9c9;
	/*font-size:12px;*/
	margin: 7px 0px 16px 0px;
}

	div.sendfinal:last-child {
		padding: 10px 5px 10px 10px;
		margin-bottom: 7px;
		border-radius: .4em;
		border: 1px solid #cbc9c9;
		/*font-size:14px;*/
		margin: 7px 0px 7px 0px;
	}

.circ3 {
	background: #28c2ed;
	width: 20px;
	height: 24px;
	border-radius: 60%;
	padding: 4px 8px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.circGreen {
	background: #28c2ed;
	width: 24px;
	height: 22px;
	border-radius: 60%;
	padding: 4px 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.circBlue {
	background: #26c1ec;
	width: 24px;
	height: 22px;
	border-radius: 60%;
	padding: 4px 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.circPink {
	background: #ff366a;
	width: 24px;
	height: 22px;
	border-radius: 60%;
	padding: 4px 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
/*------ switch ---------*/


.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

	.switch input {
		display: none;
	}

.slider1 {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #bdc1c8;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

	.slider1:before {
		position: absolute;
		content: "";
		height: 12px;
		width: 12px;
		left: 6px;
		bottom: 6px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
		border-radius: 50%;
	}

input:checked + .slider1 {
	background-color: #28c2ed;
}

input:focus + .slider1 {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider1:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(24px);
}
/*------ ADDED CSS ---------*/
.slider1:after {
	content: 'OFF';
	color: white;
	display: block;
	position: absolute;
	transform: translate(-15%, -50%);
	top: 50%;
	left: 50%;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

input:checked + .slider1:after {
	content: 'ON';
	transform: translate(-92%, -50%);
}
/*--------- END --------*/









.button-tab-green1 {
	background: #28c2ed;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 4px 11px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #28c2ed;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-tab-green1:hover, .button-tab-green1:focus {
		border-color: #6ba217;
		color: #ffffff;
		background-color: #6ba217;
	}

.button-tab-ash1 {
	background: #fff;
	color: #929292;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 4px 11px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ababab;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-tab-ash1:hover, .button-tab-ash1:focus {
		border-color: #747474;
		color: #747474;
	}
/* Sign Here Buttons */



.bluebtn1 {
	background-color: #28c2ed;
	border: none;
	color: white;
	padding: 10px 16px;
	font-size: 18px;
	cursor: pointer;
}

.greenbtn1 {
	background-color: #28c2ed;
	border: none;
	color: white;
	padding: 10px 16px;
	font-size: 18px;
	cursor: pointer;
}

.pinkbtn1 {
	background-color: #ff366a;
	border: none;
	color: white;
	padding: 10px 16px;
	font-size: 18px;
	cursor: pointer;
}

.blue-invitebutton {
	background: #fff;
	border-radius: 5px;
	color: #28c2ed;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin: 2px;
	overflow: hidden;
	text-align: center;
	padding: 10px 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #28c2ed;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.green-invitebutton {
	background: #fff;
	border-radius: 5px;
	color: #28c2ed;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin: 2px;
	overflow: hidden;
	text-align: center;
	padding: 10px 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #28c2ed;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pink-invitebutton {
	background: #fff;
	border-radius: 5px;
	color: #333;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin: 2px;
	overflow: hidden;
	text-align: center;
	padding: 10px 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #333;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/* Sign Here Buttons */

.width60 {
	width: 60%;
}
/* Tab Responsive Hide iphone */


.short-text-tab1 {
	display: none;
}

.short-text-tab2 {
	display: none;
}

.shorttabhead {
	display: none;
}
/* Column Middle */


.padding-top60 {
	padding-top: 80px;
}
/* 12/ 08/ 2020  */


.button-tab-ash5 {
	background: #929292;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 4px 11px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #929292;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-tab-ash5:hover, .button-tab-ash5:focus {
		border-color: #6d6a6a;
		background: #6d6a6a;
		color: #fff;
	}

.button-tab-ash5-border {
	background: #fff;
	color: #929292;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 4px 11px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #929292;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-tab-ash5-border:hover, .button-tab5-ash-border:focus {
		border-color: #6d6a6a;
		color: #6d6a6a;
	}

.button-tab-orange5 {
	background: #28c2ed;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 12px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #28c2ed;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-tab-orange5:hover, .button-tab-orange5:focus {
		border-color: #d76000;
		color: #fff;
		background-color: #d76000;
	}

.button-tab-green5 {
	background: #28c2ed;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 30px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 11px 22px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #28c2ed;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-tab-green5:hover, .button-tab-green5:focus {
		border-color: #1bb0da;
		color: #fff;
		background-color: #1bb0da;
	}
/* Purchase Plan Tab buttons */
.btnPriceGrey {
	background: linear-gradient(#fff, #d8d5d5);
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 14px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d6d3d3;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceGrey:hover, .btnPriceGrey:focus {
		border-color: #d6d3d3;
		color: #333;
		background-color: #d8d8d8;
	}
/* Style the active class, and buttons on mouse-over */
.btnPriceBlue {
	background: #28c2ed;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 14px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #28c2ed;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceBlue:hover, .btnPriceBlue:focus {
		border-color: #18add7;
		color: #fff;
		background-color: #18add7;
	}

.btnPriceOvalGrey1 {
	background: linear-gradient(#fff, #d8d5d5);
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d6d3d3;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceOvalGrey1:hover, .btnPriceOvalGrey1:focus {
		border-color: #d6d3d3;
		color: #333;
		background-color: #d8d8d8;
	}
/* Style the active class, and buttons on mouse-over */
.btnPriceOvalBlue1 {
	background: #28c2ed;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #26c1ec;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceOvalBlue1:hover, .btnPriceOvalBlue1:focus {
		border-color: #18add7;
		color: #fff;
		background-color: #18add7;
	}

.btnPriceOvalGrey2 {
	background: linear-gradient(#fff, #d8d5d5);
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d6d3d3;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceOvalGrey2:hover, .btnPriceOvalGrey2:focus {
		border-color: #bdbdbd;
		color: #333;
		background-color: #bdbdbd;
	}
/* Style the active class, and buttons on mouse-over */
.btnPriceOvalBlue2 {
	background: #28c2ed;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #26c1ec;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceOvalBlue2:hover, .btnPriceOvalBlue2:focus {
		border-color: #18add7;
		color: #fff;
		background-color: #18add7;
	}

.btnPriceOvalGrey3 {
	background: linear-gradient(#fff, #d8d5d5);
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d6d3d3;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceOvalGrey3:hover, .btnPriceOvalGrey3:focus {
		border-color: #bdbdbd;
		color: #333;
		background-color: #bdbdbd;
	}
/* Style the active class, and buttons on mouse-over */
.btnPriceOvalBlue3 {
	background: #26c1ec;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #26c1ec;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceOvalBlue3:hover, .btnPriceOvalBlue3:focus {
		border-color: #18add7;
		color: #fff;
		background-color: #18add7;
	}

.btnPriceOvalGrey4 {
	background: #d6d3d3;
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d6d3d3;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceOvalGrey4:hover, .btnPriceOvalGrey4:focus {
		border-color: #bdbdbd;
		color: #333;
		background-color: #bdbdbd;
	}
/* Style the active class, and buttons on mouse-over */
.btnPriceOvalBlue4 {
	background: #26c1ec;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 9px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #26c1ec;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.btnPriceOvalBlue4:hover, .btnPriceOvalBlue4:focus {
		border-color: #18add7;
		color: #fff;
		background-color: #18add7;
	}
/* Purchase plan  17/08/2020   */


.purtable {
	border-collapse: collapse;
	table-layout: fixed;
	width: 50%;
}

	.purtable.smsplan {
		width: auto;
	}

.tabletop td:first-child, .tabletop td:last-child {
	/*width: 10rem;*/
}

.purtable th {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 15px;
	background-color: #c4c2c2;
	font-size: 17px;
	color: #fff;
	width: 10rem;
}

.purtable td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 15px;
	font-size: 14px;
	color: #8B959E;
	width: 10rem;
}

.ipl, .cpl {
	position: relative;
}

	.ipl .penhand {
		position: absolute;
		right: -30px;
		top: -23px;
	}

	.cpl .penhand {
		position: absolute;
		right: -60px;
		top: -23px;
	}

#tab2 .ipl, #tab3 .ipl {
	right: 14rem;
}

	#tab2 .ipl .penhand, #tab3 .ipl .penhand {
		right: -8rem;
	}

.orangeTD {
	width: 100%;
	height: 100%;
	background-color: #e6721b;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.purtable tr th:first-child {
	text-align: left;
}

.purtable tr td:first-child {
	text-align: left;
}

.purtable tr th:first-child {
}

.purtable tr th:last-child {
}

.purtable tr td:nth-child(5) {
	background: #fff;
}

.purtable tr td:nth-child(6) {
	background: #fff;
}

.purtable tr td:nth-child(7) {
	background: #fff;
}

.purtable1 {
	font-size: 15px;
	border-collapse: collapse;
}

	.purtable1 td {
		vertical-align: middle;
		text-align: center;
		border: 1px solid #cccccc;
		padding: 15px;
	}

	.purtable1 tr td:first-child {
		border-left: none;
	}

	.purtable1 tr td:last-child {
		border-right: none;
	}
/*  Purchase plan accordion    */



.accordion_container {
	width: 100%;
}

.accordion_head {
	color: #e6721b;
	cursor: pointer;
	font-size: 20px;
	margin: 0 0 0px 0;
	padding: 0px 12px 0px 0px;
	font-weight: 700;
	position: relative;
}

.accordion_body {
}

	.accordion_body p {
		padding: 18px 0px;
		margin: 0px;
	}

.accordion_head p {
	border: 0px solid #e6721b;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	float: none;
	margin-left: 42px;
}

.plusminus {
	position: absolute;
	left: 10px;
	top: 14px;
	margin: 0px;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 21px;
	border: 1px solid #e6721b;
	border-radius: 50%;
	color: #e6721b;
	text-align: center;
	text-decoration: none;
	background: #fff;
	font-size: 22px;
	font-weight: bold;
}
/*  Dashboard  */

.dashBtnWrap {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #dbdbda;
	cursor: pointer;
	border-radius: 8px;
	color: #333;
	margin: 5px 0;
	padding: 8px 50px;
	line-height: 1.1em;
	position: relative;
}

.dashBtnImage1 {
	background-image: url('../images/ic-dashboard-profile.png');
}

.dashBtnImage2 {
	background-image: url('../images/ic-dashboard-google.png');
}

.dashBtnImage3 {
	background-image: url('../images/ic-dashboard-signature.png');
}

.dashBtnImage4 {
	background-image: url('../images/ic-dashboard-brand.png');
}

.dashBtnImage5 {
	background-image: url('../images/ic-dashboard-senders.png');
}

.dashBtnImage6 {
	background-image: url('../images/ic-dashboard-purchase.png');
}

.dashBtnWrap span {
	font-size: 13px;
}

.checktick {
	Position: absolute;
	top: 5px;
	right: 0px;
}

.your-doc {
	float: left;
	width: 100%;
}

	.your-doc p {
		float: left;
	}

	.your-doc span {
		float: left;
		position: relative;
	}

		.your-doc span a {
			position: absolute;
			background-color: #fff;
			font-size: 11px;
			color: #000;
			border-radius: 10px;
			right: -4px;
			top: -4px;
			padding: 1px 5px;
			border: 1px solid #d4d4d4;
		}

.btn-green {
	font-family: 'dinotbold';
	color: #fff;
	background-color: #28c2ed;
	padding: 2px 10px;
	font-size: 22px;
	border: 0;
	border-radius: 5px;
}

.draw-sign {
	width: 92%;
	margin: 4px auto;
	border-top: 1px solid #b1b1b1;
	display: inline-block;
}

	.draw-sign p {
		text-align: center;
		display: inline-block;
		color: #b8b1b1 !important;
	}

	.draw-sign a {
		float: right;
		padding: 10px 0;
	}

.sign-document p {
	/*float:left;*/
	font-family: 'dinotregular';
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	padding: 3px 0;
}

	.sign-document p a {
		font-family: 'dinotbold';
		font-size: 9px;
		color: #fff;
		border-radius: 10px;
		background-color: #28c2ed;
		padding: 2px 5px;
	}

.click-here-sign {
	font-family: 'dinotbold';
	font-size: 16px;
	color: #fff;
	background-color: #28c2ed;
	padding: 7px 10px;
	position: absolute;
	left: 19.5%;
	bottom: 13%;
	border: 0;
}

.purple-color {
	background-color: #d15dba !important;
	left: 20.1%;
	bottom: 10%;
}

.btn-greenLG {
	font-family: 'dinotregular';
	font-size: 17px;
	color: #fff;
	background-color: #28c2ed;
	padding: 3px 15px;
	border: 0;
	border-radius: 5px;
}

.btn-orangeLG {
	font-family: 'dinotregular';
	font-size: 17px;
	color: #fff;
	background-color: #ff7201;
	padding: 3px 15px;
	border: 0;
	border-radius: 5px;
}

.btnlbls {
	padding-right: 10px;
}
/* Inner after login Footer css */
.footer {
	z-index: 999;
	bottom: 0;
	position: fixed;
	width: 100%;
	background-color: #898788;
	color: #ccc;
	padding: 12px;
	text-align: center;
}

	.footer p {
		font-family: 'dinotregular';
		font-size: 16px;
		margin: 0;
		padding: 0;
	}
/* Dashboard page on load modal css */

#modalgooglefactor .modal-dialog {
	max-width: 1150px;
}
/* My Account page css --> for open page click on just me image in dashboard page */
.menusec {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

	.menusec .headtitle {
		font-family: 'dinotregular';
		float: left;
		font-size: 22px;
		color: #000;
		font-weight: 700;
	}

.mainmenu.homemenu {
	float: right;
}

	.mainmenu.homemenu a {
		float: left;
	}

.box-header {
	font-family: 'dinotregular';
	font-size: 15px;
	font-weight: 700;
	padding: 8px 12px !important;
	border-bottom: 1px solid #e1dfe0 !important;
	text-align: center;
	line-height: 18px;
	overflow: hidden;
	height: 37px;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.details-field tr td {
	font-family: 'dinotregular';
	font-size: 12px;
	padding: 8px 3px 8px 5px;
	line-height: normal;
}

.button-medium-green1 {
	background: #28c2ed;
	border-radius: 22px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	padding: 2px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px solid #28c2ed;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-medium-green1:hover, .button-medium-green1:focus {
		border-color: #6ba217;
		color: #fff;
		background-color: #6ba217;
		text-decoration: none;
	}

.innerSec .table > :not(caption) > * > * {
	border-bottom-width: 0;
}

.innerSec .sendfinal .table-responsive {
	overflow-x: visible;
}

.details-field .form-control {
	line-height: normal;
}

.button-medium-gray {
	background: #a8a8a8;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	padding: 0px 11px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px solid #a8a8a8;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-medium-gray:hover, .button-medium-gray:focus {
		border-color: #908f8f;
		color: #fff;
		background-color: #908f8f;
		text-decoration: none;
	}

.dropzone.dz-clickable {
	cursor: pointer;
}

.dropzone_scroll {
	height: 160px;
}

.dropzone {
	border: 2px dashed #b4e1ee;
	min-height: 120px;
	-webkit-border-radius: 3px;
	border-radius: 15px;
	background: white;
	position: relative;
}

	.dropzone .dz-default.dz-message {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
		background-image: url(../images/spritemap.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		width: auto;
		height: 54px;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 5px;
	}

		.dropzone .dz-default.dz-message span {
			display: none;
		}

.import-box-logo {
	text-align: center;
	padding: 35px 0 10px;
}

	.import-box-logo a {
		padding: 0 5px 5px;
		display: inline-block;
	}

.importptext {
	text-align: left;
	width: 280px;
	margin: 0 auto;
	float: inherit !important;
	line-height: normal;
}

.document-links {
	float: right;
}

	.document-links a {
		font-family: 'dinotregular';
		font-size: 16px;
		color: #28c2ed;
		font-weight: 500;
		text-align: right;
	}

.button-white {
	background: #fff;
	color: #929292;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 15px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #929292;
	box-shadow: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#modaluploaddoc .modal-body .upload-doc-list {
	height: 340px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 3px;
}

#modaluploaddoc .modal-body ul.upload-doc-list, #modalWhatCanUploadDesc .modal-body ul.upload-doc-list {
	list-style: none;
	padding: 16px 0 16px 0;
}

	#modaluploaddoc .modal-body ul.upload-doc-list li, #modalWhatCanUploadDesc .modal-body ul.upload-doc-list li {
		font-family: 'dinotregular';
		font-size: 16px;
		list-style-type: none;
		background: url(../images/bullet.png) 0px 7px no-repeat;
		padding: 0 0 0 17px;
		margin-bottom: 13px;
	}
/* Sign others page css start */

.menusec .stepwizard {
	width: 40%;
}

	.menusec .stepwizard .stepwizard-step .btn-circle {
		width: 25px;
		height: 25px;
		font-size: 12px;
		padding: 0;
	}

	.menusec .stepwizard .stepwizard-row:before {
		top: 14px;
	}

	.menusec .stepwizard .stepwizard-step p {
		margin: 0;
		font-size: 10px;
		line-height: normal;
		line-height: 10px;
	}

.whosigndoc {
	float: right;
}

	.whosigndoc a {
		display: inline-block;
	}

		.whosigndoc a img {
			width: 35px;
		}
/* Join page css start */

.join-password-hint {
	float: left;
}

	.join-password-hint ul {
		list-style: none;
		margin: 0;
		width: 50%;
		float: left;
	}

		.join-password-hint ul span {
			color: #8B959E;
			font-weight: bold;
			display: block;
		}

		.join-password-hint ul li {
			display: block;
			color: #FF0000;
			font-family: 'robotoregular';
			font-size: 15px;
			padding: 5px 0;
			font-weight: bold;
		}

			.join-password-hint ul li .bi-x {
				font-size: 21px;
			}
/* Document Manager Home css start Sandip */

body#docmgr-home {
	font-family: 'dinotregular', arial;
}

.progbar {
	line-height: 20px;
	padding: 0;
}

.header-left {
	float: left;
}

.header-right {
	float: right;
	text-align: right;
	padding-top: 15px;
}

	.header-right .phone {
		font-size: 14px;
		padding-right: 15px;
	}

	.header-right .date {
		font-size: 14px;
		padding-right: 15px;
	}

	.header-right .wel {
		font-size: 14px;
		padding-right: 0px;
	}

.document-count {
	color: #28c2ed;
}

.header-right img {
	margin-right: 5px;
	vertical-align: -3px;
}

#docmgr-home header {
	display: table;
	width: 100%;
	position: relative;
}

.headtitle {
	float: left;
	font-size: 22px;
	color: #000;
	font-weight: 700;
}

.button-medium-green1 {
	background: #28c2ed;
	border-radius: 22px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	padding: 2px 16px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px solid #28c2ed;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-medium-green1:hover, .button-medium-green1:focus {
		border-color: #1da7ce;
		color: #fff;
		background-color: #1da7ce;
		text-decoration: none;
	}

#docmgr-home section {
	padding: 0 10px;
}

.bgrmenu {
	color: #666;
	font-size: 40px;
	padding: 5px;
	display: none;
}

.header-right.active {
	display: block;
}

.header-right ul {
	background-color: #fff;
	padding: 3px;
	margin: 0;
}

	.header-right ul li {
		display: inline-block;
		text-align: left;
	}

.scrollpoint {
	font-size: 12px;
	position: relative;
}

.mydocsec .sectitle {
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 13px;
	padding-top: 6px;
	line-height: 20px;
}

.mydocsec .counts {
	padding-top: 6px;
	line-height: 20px;
	text-align: right;
}

	.mydocsec .counts p {
		margin: 0;
		padding: 0;
		display: inline-block;
	}

		.mydocsec .counts p span {
			white-space: nowrap;
		}

		.mydocsec .counts p i {
			font-style: normal;
		}

.mydocsec {
	padding: 8px 0;
}

.row-border {
	border-top: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}

.mydoctable th, .mydoctable td {
	/* border-top: 1px solid #ddd; */
	line-height: 120%;
	vertical-align: middle;
}

.mydoctable {
	padding-right: 0;
	padding-left: 0;
}

	.mydoctable th, .mydoctable td {
		padding: 10px 10px;
	}

	.mydoctable th {
		border-right: 1px solid #dcdcdc;
	}

.mydoc-left {
	border-right: 2px solid #dcdcdc;
	height: 486px;
	padding: 0;
}

.mydoc-right1 {
	border-bottom: 2px solid #dcdcdc;
	height: 256px;
}

#myUL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	color: #333;
}

	#myUL li {
		position: relative;
	}

		#myUL li span:hover {
			/*background: linear-gradient(to bottom,#beebff 0,#beebff 100%);*/
			background: #e7f4f9;
		}

		#myUL li a {
			display: block;
			padding: 0px 8px;
			color: #333;
		}

			#myUL li a:hover {
				background: #e7f4f9;
			}

	#myUL .nested li a {
		padding-left: 45px;
	}

	#myUL .nested {
		padding-left: 14px;
	}

	#myUL li.nosub a::before {
		content: "";
		margin-right: 40px;
	}

	#myUL .caret {
		cursor: pointer;
		-webkit-user-select: none; /* Safari 3.1+ */
		-moz-user-select: none; /* Firefox 2+ */
		-ms-user-select: none; /* IE 10+ */
		user-select: none;
		font-weight: 700;
	}

.nosub {
	font-weight: 700;
}

#myUL .caret::before {
	content: "\25B6";
	color: black;
	display: inline-block;
	margin-right: 28px;
	vertical-align: 1px;
}

#myUL .caret-down::before {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	' transform: rotate(90deg);
}

#myUL .nested {
	display: none;
}

#myUL .active {
	display: block;
}

.tree-digitemplate-icon {
	background-image: url(../images/ic-template-close.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 0px 8px;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 25px;
}

.tree-digiall-icon {
	background-image: url(../images/ic-inbox-close.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 0px 8px;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 25px;
}

.bgrtreemenu {
	display: none;
	color: #666;
	font-size: 34px;
	padding: 5px;
	position: absolute;
	top: 0;
	width: 33px;
	height: 40px;
	border: 1px solid #ddd;
	top: 52px;
	background: #fff;
	z-index: 1;
}

.ptb0 {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px
}

.after-login .mainmenu {
	float: right;
	text-align: right;
}

	.after-login .mainmenu a {
		float: left;
	}


/* Add Signer page css start */

.signers-details-form label {
	font-size: 12px;
}

.signers-details-form {
	font-size: 12px;
}

.dtCenter {
	text-align: center;
}

.dataTables_filter {
	/*float: right; */
	text-align: right;
}

#tblSignatureesData_filter input {
	width: 270px;
	margin-bottom: 6px;
}

table.dataTable.no-footer {
	border: 1px solid #dcdcdc !important;
}

#tblSignatureesData th {
	color: #333;
	font-size: 12px;
	border-bottom: 1px solid #dcdcdc;
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(199, 223,255) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(199, 223,255) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(199, 223,255) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(199, 223,255) 70%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

#tblSignatureesData td {
	font-size: 12px;
	padding: 8px 10px;
	background-color: #fff;
}

	#tblSignatureesData td .form-switch .form-check-input {
		width: 40px;
		height: 20px;
		margin-left: -15px;
	}

table.dataTable td.dataTables_empty {
	text-align: center;
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
	font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
		cursor: default;
		color: #333 !important;
		border: 1px solid #dcdcdc;
		border-radius: 0.5em;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
		background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button {
		box-sizing: border-box;
		display: inline-block;
		min-width: 1.5em;
		padding: 3px 10px;
		margin-left: 2px;
		text-align: center;
		text-decoration: none !important;
		cursor: pointer;
		*cursor: hand;
		color: #333 !important;
		border: 1px solid #dcdcdc;
		border-radius: 0.5em;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
		background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
		background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	}

		.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
			color: #333 !important;
			border: 1px solid #dcdcdc;
			background-color: #fff;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
			background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
			background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
			background: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
			background: -o-linear-gradient(top, #fff 0%, #ccc 100%);
			background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
			color: #333 !important;
			border: 1px solid #dcdcdc;
			border-radius: 0.5em;
			background-color: white;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
			background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
			background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
			background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
			background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
			background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
		}

.isignsec h1 {
	color: #28c2ed;
	font-size: 16px;
	font-weight: 600;
	padding: 22px 0;
}

.isignsec h1 {
	color: #000;
}

.font-14px {
	font-size: 14px !important;
}

.btn-blue {
	border-color: #28c2ed;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	background-color: #28c2ed;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	margin: 0px 5px 0px 5px;
}

	.btn-blue:hover, .btn-blue:focus, .btn-blue.active {
		border-color: #01a4df;
		color: #fff;
		background-color: #01a4df;
	}


/*************27-10-2021 My reports Sandip****************/

#my-report .nav-tabs {
	padding: 0px 0px 0px 13px;
	border-bottom: solid 0px;
	z-index: 0;
}

	#my-report .nav-tabs li {
		border-bottom: solid 0px;
	}

	#my-report .nav-tabs > li {
		padding: 0 20px;
		position: relative;
	}

	#my-report .nav-tabs .nav-link.active {
		background: #28c2ed;
		border-color: #28c2ed;
		color: #fff;
		z-index: 1;
	}

	#my-report .nav-tabs .nav-link {
		z-index: 0;
	}

	#my-report .nav-tabs > li > a {
		color: #444;
		font-family: 'dinotregular';
		font-size: 14px;
		border: 0 !important;
		background-color: #fff;
		border-top: solid 1px #c6c6c6 !important;
		border-radius: 0;
		padding: 8px 10px 8px 10px;
		height: 37px;
		position: static;
		margin: 0;
		transition: all 0s;
		-o-transition: all 0s;
		-ms-transition: all 0s;
		-moz-transition: all 0s;
		-webkit-transition: all 0s;
	}

		#my-report .nav-tabs > li > a:before {
			border-radius: 10px 0 0 0;
			transform: skew(-30deg);
			left: 0;
			border-left: 1px solid #c6c6c6;
			border-top: 1px solid #c6c6c6;
			z-index: 0;
			content: " ";
			position: absolute;
			top: 0;
			width: 40px;
			height: 37px;
			background-color: #fff;
		}

		#my-report .nav-tabs > li > a:after {
			border-radius: 0 10px 0 0;
			transform: skew(30deg);
			right: 0;
			border-right: 1px solid #c6c6c6;
			border-top: 1px solid #c6c6c6;
			z-index: 1;
			content: " ";
			position: absolute;
			top: 0;
			width: 40px;
			height: 37px;
			background-color: #fff;
		}

		#my-report .nav-tabs > li > a span {
			position: relative;
			z-index: 2;
		}

	#my-report .nav-tabs > li .nav-link.active:before, #my-report .nav-tabs > li .nav-link.active:after {
		background: #28c2ed;
		border-left: 0px solid #28c2ed;
		border-right: 0px solid #28c2ed;
		z-index: 1;
	}

	#my-report .nav-tabs > li > a:before {
		border-left: 1px solid #c6c6c6 !important;
	}

	#my-report .nav-tabs > li > a:after {
		border-right: 1px solid #c6c6c6 !important;
	}

	#my-report .nav-tabs .nav-link:focus, #my-report .nav-tabs .nav-link:hover {
		border-color: #e9ecef #e9ecef #dee2e6;
		isolation: inherit;
	}

#my-report div.sendfinal:last-child {
	margin: 0px 0px 7px 0px;
}

#my-report .bg-info {
	background-color: #17a2b8 !important;
	color: #fff;
}

#my-report .bg-danger {
	background-color: #d9534f !important;
	color: #fff;
}

#my-report .bg-primary {
	background-color: #337ab7 !important;
	color: #fff;
}

#my-report .bg-success {
	color: #fff;
	background-color: #28a745 !important;
}

#my-report .small-box {
	border-radius: .25rem;
	box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
	display: block;
	margin-bottom: 20px;
	position: relative;
}

	#my-report .small-box > .inner {
		padding: 10px;
		text-align: left;
		padding-top: 5px !important
	}

	#my-report .small-box h3 {
		font-size: 16px;
		font-weight: 500;
		padding: 5px 0px 10px 0;
		margin: 0;
	}

	#my-report .small-box > .inner p {
		padding: 0 0 17px 0;
		margin: 0;
		text-align: justify;
		font-size: 12px;
	}

#my-report .box-header p {
	margin: 0;
}

#my-report .box-content {
	padding: 10px;
}

.mbot10 {
	margin-bottom: 10px;
}

.font-12px {
	font-size: 12px !important;
	line-height: 18px;
}

.col-form-label {
	text-align: left;
}

.after-login .section-title {
	position: relative;
}

.after-login .heading-subcontent {
	font-size: 12px !important;
	text-align: left;
}

	.after-login .heading-subcontent p {
		font-size: 12px !important;
		width: auto;
		color: #333;
	}

.after-login .section-title {
	padding-bottom: 20px;
}

.after-login .purtable td {
	color: #333;
}

.rcorners {
	display: inline-block;
	border-radius: 25px;
	background: #FF9800;
	padding: 3px 7px;
	margin-bottom: 5px;
}

.forminfo {
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
}

	.forminfo a {
		color: #28c2ed;
	}

	.forminfo .btn-primary {
		color: #fff;
		background-color: #337ab7;
		border-color: #2e6da4;
	}

	.forminfo p {
		margin-bottom: 6px;
	}

.frmlastcol {
	text-align: right;
}

.frmtable {
	line-height: 18px;
	border: 1px solid #dcdcdc !important;
}

	.frmtable th {
		font-size: 13px;
		background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
		vertical-align: middle;
	}

	.frmtable td {
		font-size: 12px;
		vertical-align: middle;
	}

.menusec.nobord {
	border: none;
	margin-top: 15px;
}

	.menusec.nobord .stepwizard {
		width: 95%;
		margin: auto;
	}

footer .support-bar ul li span, footer .support-bar ul li i {
	color: #fff !important;
}

.menusec .headtitle {
	font-size: 18px;
	line-height: 20px;
}

.signature-sec .input-group {
	flex-wrap: inherit;
}

.fa-chevron-left {
	display: block;
	height: 20px;
	background: url(../images/left-arrow.png) no-repeat 15px;
	margin-top: 7px;
}

.fa-chevron-right {
	display: block;
	height: 20px;
	background: url(../images/right-arrow.png) no-repeat;
	margin-top: 7px;
}

/* Change Password css start */
.change-pass form .col-form-label {
	text-align: right;
	font-family: 'dinotregular';
	font-size: 12px;
}

.change-pass form .info-text {
	margin-bottom: 0;
	float: inherit;
	line-height: 20px;
}

	.change-pass form .info-text .valid-failed {
		color: red;
	}

/* Setting Page css Start */
.allpaddingdiv {
	padding: 15px 30px;
	float: left;
	width: 100%;
}

h6.main-title {
	font-family: 'dinotregular';
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.main-level-setting {
	border-bottom: 1px solid #a3a3a3;
	width: 60%;
	float: left;
	position: relative;
	padding: 15px 0px 0;
}

h6.sub-title {
	font-family: 'dinotregular';
	font-size: 14px;
	color: #525252;
}

.main-level-setting label {
	font-family: 'dinotregular';
	font-size: 14px;
	color: #000;
	display: inline-flex;
}

	.main-level-setting label span {
		padding: 0 15px;
	}

.main-level-setting span i {
	font-size: 21px;
	color: #757575;
	position: absolute;
	right: -30px;
}

.graph {
	float: left;
	padding: 10px 0;
}

.form-check .form-check-input {
	margin-right: 0.5em;
}

.general-set-list {
	float: left;
	width: 90%;
	padding: 20px 0 0;
	position: relative;
}

	.general-set-list p {
		width: auto;
		float: left;
		margin: 0;
		padding: 0;
	}

	.general-set-list label {
		float: right;
	}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.general-set-list span i {
	position: absolute;
	right: -30px;
	font-size: 21px;
	color: #757575;
	top: 17px;
}

.switch2 {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 24px;
}

	.switch2 input {
		display: none;
	}

.slider3 {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #bdc1c8;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

input:checked + .slider3 {
	background-color: #28c2ed;
}

	input:checked + .slider3:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(24px);
		left: 14px;
	}

.slider3:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 6px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .slider3:after {
	content: 'Daily';
	transform: translate(-92%,-50%);
}

input:checked + .slider3:after {
	left: 50%;
}

.slider3:after {
	content: 'Weekly';
	color: white;
	display: block;
	position: absolute;
	transform: translate(-15%,-50%);
	top: 50%;
	left: 40%;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

input[type=range] {
	display: block;
	width: 100%;
}

.main-title span {
	font-size: 21px;
	color: #757575;
	position: relative;
}

.span-help-icon {
	cursor: pointer;
}

.main-title span i {
	position: absolute;
	left: 20px;
	top: 6px;
}

.character-count {
	text-align: right !important;
	padding-right: 8px;
	float: inherit !important;
	margin: 15px 0 0px 0;
}

.height20 {
	line-height: 20px;
}

.tableFixHead {
	overflow-y: auto;
	height: 256px;
}

	.tableFixHead thead {
		/*position: sticky; 
	top: 0; 
	z-index: 1;*/
	}

	.tableFixHead tbody th {
		/*position: sticky; 
	left: 0; */
	}

.small-header {
	padding: 10px;
}

	.small-header .menusec.nobord {
		margin: 0;
	}

.padleft0 {
	padding-left: 0;
}

.smlogo {
	display: none;
}

/******JustSign You are invited to sign***********/
.homesec {
	background-color: #fff;
	padding: 40px 0;
}

.after-login {
	font-family: 'dinotregular';
}

.homesec .section-title {
	font-family: 'dinotregular';
	color: #333333;
	font-weight: 700;
	padding: 0 0 20px;
	position: relative;
	text-align: center;
	margin: 0 0 30px;
}

	.homesec .section-title:after {
		content: '';
		background-color: #05a3da;
		position: absolute;
		left: 0px;
		right: 0;
		bottom: 10px;
		margin: auto;
		height: 3px;
		width: 150px;
	}

.button-medium-ash2 {
	background: #a8a8a8;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	padding: 0px 11px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px solid #a8a8a8;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

	.button-medium-ash2:hover, .button-medium-ash2:focus {
		border-color: #908f8f;
		color: #fff;
		background-color: #908f8f;
		text-decoration: none;
	}

.sinfo {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.oinfo {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 17px;
	margin: 20px 0;
}

#footerhome {
	padding: 100px 0 50px;
	background: #15304e url(../images/footerbg.png) bottom center repeat-x;
	width: 100%;
	color: #333;
	font-size: 0.92em;
}

.text-field-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 40px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	color: #666;
	font-size: 14px;
	padding: 0 35px;
	margin: 15px 0;
	width: 100%;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.form-control1 {
	background-color: transparent;
	color: #000000;
	box-shadow: none;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 50px;
	transition: all 0.3s ease-out;
	margin: 2px 0;
}

.header-mid .stepwizard {
	width: 30%;
}

.sign-doc .header-left {
	text-align: center;
	float: none;
	padding-bottom: 10px;
}

.sign-doc .form-check {
	margin: 0;
}

.sign-doc .isignsec {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pdf-page-canvas {
	display: block;
	width: 193px;
	height: 248px;
	cursor: pointer;
	border-radius: .4em;
	border: 1px solid #ababab;
	margin: auto;
}

.isignsec div.docthumb {
	padding: 0px 2px 0px 2px;
	margin-bottom: 7px;
}

#pdf-viewer {
	min-height: 550px;
}

.isignsec div.isign-col3 {
	margin-top: 9px;
	margin-bottom: 20px;
	height: 1258px;
	padding: 20px 10px;
	overflow: auto;
}

.circGreen.sm {
	font-size: 10px;
	padding: 2px 5px;
}

.lh18 {
	line-height: 18px;
}

.header-right.invited-to-sign {
	padding: 4% 0 0px 0;
}

.footer .support-bar ul li {
	font-weight: normal;
	font-size: 16px;
	line-height: inherit;
	padding: 0 15px 0 0px;
}

.midarrow {
	padding: 80px 0 0 0;
	text-align: center;
}

.dropdownA button.btn {
	font-size: 12px !important;
	padding: 5px 7px !important;
	background-color: #28c2ed !important;
	border-color: #28c2ed !important;
}

.caretA {
	margin-left: 5px;
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
}

.document-label3.col-blue {
	background-image: none;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.ic-close {
	position: absolute;
	border: 2px solid #9b9b9b;
	top: -3px;
	right: -3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: red;
	background: white;
	border-radius: 60px;
	padding: 4px;
	width: 18px;
	height: 18px;
}

	.ic-close::before {
		position: absolute;
		top: -1px;
		right: -1px;
	}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdownA li a {
	padding: 6px 10px !important;
	font-size: 14px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

/*****My Details 03-01-22*****/
.form-detials {
	font-size: 12px;
}

.form-label {
	padding: 6px;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
}

	.form-label .form-control {
		font-size: 12px;
		color: #000;
	}

	.form-label.val {
		font-weight: bold;
		font-size: 12px;
	}

.fcol {
	width: 17rem !important;
}

.fcolnw {
	width: 20rem !important;
}

.greybox {
	background-color: #f4f4f4;
	padding: 10px 20px;
	border-radius: 4px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 10px;
}

	.greybox h5 {
		color: #333333;
		font-size: 14px;
		font-weight: 700;
		padding: 6px 0 0 0px;
		text-align: center;
	}

	.greybox p {
		color: #333333;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		float: none;
		padding: 0;
	}

.identity_var .list-group-item {
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	background-color: transparent;
	border: none;
	padding: 5px 0;
	line-height: 18px;
	position: relative;
}

.identity_var .list-group .btn {
	padding: 2px;
	min-width: 60px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.identity_var .list-group-item i {
	position: absolute;
	right: -10px;
	color: #28c2ed;
	right: -16px;
	font-size: 14px;
}

.fotoid {
	float: left;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}

.hequal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.digistamp {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 10px;
}

	.digistamp span {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.digistamp a {
		display: block;
		padding: 0;
	}


/********Signature Setup**************/
#signaturesetup .nav-tabs-horizontal {
	padding: 0 0 20px;
	position: relative;
	z-index: 9;
}

#signaturesetup .nav-tabs {
	border-bottom: solid 3px #28c2ed;
	padding: 20px 0 0 10px;
}

	#signaturesetup .nav-tabs > li {
		padding: 0 20px;
		position: relative;
	}

		#signaturesetup .nav-tabs > li.active {
			z-index: 1;
		}

		#signaturesetup .nav-tabs > li > a {
			color: #444;
			font-family: 'dinotregular';
			font-size: 14px;
			border: 0 !important;
			background-color: #fff;
			border-top: solid 1px #dcdcdc !important;
			border-radius: 0;
			padding: 5px 10px 8px 10px;
			height: 37px;
			position: static;
			margin: 0;
			transition: all 0s;
			-o-transition: all 0s;
			-ms-transition: all 0s;
			-moz-transition: all 0s;
			-webkit-transition: all 0s;
		}

			#signaturesetup .nav-tabs > li > a span {
				position: relative;
				z-index: 2;
			}

			#signaturesetup .nav-tabs > li > a:before {
				border-radius: 10px 0 0 0;
				transform: skew(-30deg);
				left: 0;
				border-left: 1px solid #dcdcdc;
				border-top: 1px solid #dcdcdc;
				z-index: 0;
				content: " ";
				position: absolute;
				top: 0;
				width: 40px;
				height: 37px;
				background-color: #fff;
			}

			#signaturesetup .nav-tabs > li > a:after {
				border-radius: 0 10px 0 0;
				transform: skew(30deg);
				right: 0;
				border-right: 1px solid #dcdcdc;
				border-top: 1px solid #dcdcdc;
				z-index: 1;
				content: " ";
				position: absolute;
				top: 0;
				width: 40px;
				height: 37px;
				background-color: #fff;
			}

	#signaturesetup .nav-tabs li a:hover {
		color: #05a3da;
		background-color: #fff;
	}

#signaturesetup .tab-content {
	padding: 0px 0;
}

#signaturesetup .nav-tabs .dropdown-menu > li > a {
	padding: 6px 20px;
	font-family: 'dinotregular';
	font-size: 16px;
}

.dropzone .dz-default.dz-message {
	height: 35px;
}

.dropzone_scroll {
	height: 170px;
}

.file {
	visibility: hidden;
	position: absolute;
}

.wraptocenter {
	display: table-cell;
	vertical-align: middle;
}

	.wraptocenter * {
		vertical-align: middle;
	}

.nav-tabs {
	padding: 15px 0 0 10px;
}

.signature-sec h1 {
	padding: 15px 0;
}

.signback {
	height: 130px;
}

@font-face {
	font-family: 'desyrelregular';
	src: url('../../App_Themes/DigiSign/fonts/MyFontSign/desyrel_-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MaxsHandwritin';
	src: url('../../App_Themes/DigiSign/fonts/MyFontSign/maxs_handwritin-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'danielregular';
	src: url('../../App_Themes/DigiSign/fonts/MyFontSign/daniel-regular-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'scrgunny';
	src: url('../../App_Themes/DigiSign/fonts/MyFontSign/scrgunny-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.signature-sec td.signature-td {
	padding: 5px 15px;
	border-top: 0px;
	border-right: 1px solid #b1b1b1;
	vertical-align: middle;
}

.signature-sec td span.signfont1 {
	font-family: 'AspireDemibold';
	font-size: 24px;
}

.signature-sec td span.signfont2 {
	font-family: 'BradleyHand';
	font-size: 18px;
}

.signature-sec td span.signfont3 {
	font-family: 'Cuisine';
	font-size: 18px;
}

.signature-sec td span.signfont4 {
	font-family: 'EspressoBold';
	font-size: 18px;
}

.signature-sec td span.signfont5 {
	font-family: 'FenwayPark';
	font-size: 18px;
}

.signature-sec td span.signfont6 {
	font-family: 'Freehand521BT';
	font-size: 18px;
}

.signature-sec td span.signfont7 {
	font-family: 'FreestyleScriptRegular';
	font-size: 24px;
}

.signature-sec td span.signfont8 {
	font-family: 'desyrelregular';
	font-size: 18px;
}

.signature-sec td span.signfont9 {
	font-family: 'MaxsHandwritin';
	font-size: 24px;
}

.signature-sec td span.signfont10 {
	font-family: 'danielregular';
	font-size: 18px;
}

.signature-sec td span.signfont11 {
	font-family: 'scrgunny';
	font-size: 24px;
}

#signaturesetup .signature-sec {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}

.signature-sec tr.signature-tr {
	border-bottom: 3px solid #28c2ed;
	border-left: 3px solid #28c2ed;
	border-right: 3px solid #28c2ed;
	border-top: 3px solid #28c2ed;
}

#signaturesetup .nav-tabs {
	border-bottom: solid 1px #dcdcdc !important;
	padding: 20px 0 0 10px;
}
	/*#signaturesetup .nav-tabs li {
	border-bottom: solid 1px #4b4b4b !important;
}*/
	#signaturesetup .nav-tabs li.active > a {
		background: #28c2ed !important;
		color: #fff !important;
	}

	#signaturesetup .nav-tabs > li.active > a {
		border-top: solid 1px #dcdcdc !important;
	}

		#signaturesetup .nav-tabs > li.active > a:before, .nav-tabs > li.active > a:after {
			background: #28c2ed !important;
			border-left: 1px solid #28c2ed;
			border-top: 1px solid #dcdcdc;
			border-right: 1px solid #28c2ed;
		}

	#signaturesetup .nav-tabs > li > a:before {
		border-left: 1px solid #dcdcdc !important;
	}

	#signaturesetup .nav-tabs > li > a:after {
		border-right: 1px solid #dcdcdc !important;
	}
/* Signature Setup
--------------------------------------------------------------------------------------------------------*/

.signature-sec {
	background: #fff;
	padding-bottom: 40px;
}

	.signature-sec h5 {
		color: #28c2ed;
		font-size: 14px;
		font-weight: 600;
		padding: 15px 0;
		margin: 0
	}

	.signature-sec h2 {
		font-size: 23px;
		font-weight: 700;
		padding: 20px 0 10px 0;
	}

	.signature-sec h3 {
		font-size: 16px;
		font-weight: 500;
		padding: 5px 0px 10px 0;
	}

		.signature-sec h3 span {
			font-weight: 700;
		}

	.signature-sec table {
		background: #fff;
		width: 90%;
	}

	.signature-sec tr.signature-tr {
		border-bottom: 3px solid #28c2ed;
		border-left: 3px solid #28c2ed;
		border-right: 3px solid #28c2ed;
	}

	.signature-sec tr.signature-dot {
		border-bottom: 3px dotted #28c2ed;
		border-left: 3px dotted #28c2ed;
		border-right: 3px dotted #28c2ed;
	}

	.signature-sec tr.signature-dot-grey {
		border-bottom: 3px dotted #b1b1b1;
		border-left: 3px dotted #b1b1b1;
		border-right: 3px dotted #b1b1b1;
	}

	.signature-sec tr.signature-grey {
		border-left: 1px solid #b1b1b1;
		border-right: 1px solid #b1b1b1;
	}

	.signature-sec tr:last-child.signature-grey {
		border-bottom: 1px solid #b1b1b1;
	}


	.signature-sec td.signature-td {
		padding: 10px 15px;
		border-top: 0px;
		border-right: 1px solid #b1b1b1;
		vertical-align: middle;
	}

	.signature-sec td span.signfont1 {
		font-family: 'AspireDemibold';
		font-size: 34px;
	}

	.signature-sec td span.signfont2 {
		font-family: 'BradleyHand';
		font-size: 34px;
	}

	.signature-sec td span.signfont3 {
		font-family: 'Cuisine';
		font-size: 34px;
	}

	.signature-sec td span.signfont4 {
		font-family: 'EspressoBold';
		font-size: 34px;
	}

	.signature-sec td span.signfont5 {
		font-family: 'FenwayPark';
		font-size: 34px;
	}

	.signature-sec td span.signfont6 {
		font-family: 'Freehand521BT';
		font-size: 34px;
	}

	.signature-sec td span.signfont7 {
		font-family: 'FreestyleScriptRegular';
		font-size: 34px;
	}

.text-field-box3 {
	background: #fff;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	height: 45px;
	line-height: 40px;
	font-family: 'AspireDemibold';
	text-align: left;
	color: #333;
	font-size: 30px;
	padding: 0 15px;
	margin: 15px 0;
	width: 100%;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.signature-sec input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #ffffff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #383737;
}

.signature-sec input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #28c2ed;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #28c2ed;
}

.thcolor {
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	color: #000;
	font-size: 14px;
}

.signature-sec .btn-blue {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.signbot {
	height: 50px;
	padding: 10px;
	color: #b1b1b1;
	font-size: 12px;
}

.myotherbox {
	margin-bottom: 15px;
}

	.myotherbox .box-header {
		border-radius: 8px 8px 0px 0px;
	}

	.myotherbox .isign-col1 {
		border-radius: 0px 0px 10px 10px;
		padding: 8px;
	}

.draglist {
	overflow: hidden;
	list-style: none;
}

	.draglist li {
		margin: 0 0 5px 0;
		padding: 4px 7px 4px 4px;
		cursor: move;
		display: block;
		border: 1px solid;
		border-color: rgb(116, 184, 61);
	}

.isignsec .dragboxback1 {
	background-image: url(../images/icon-sign.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback2 {
	background-image: url(../images/icon-initial.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback3 {
	background-image: url(../images/icon-date.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback4 {
	background-image: url(../images/icon-fullname.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback5 {
	background-image: url(../images/icon-mobile.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback6 {
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback7 {
	background-image: url(../images/icon-firstname.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback8 {
	background-image: url(../images/icon-sign.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback9 {
	background-image: url(../images/icon-radio.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback10 {
	background-image: url(../images/icon-check.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback11 {
	background-image: url(../images/icon-comment.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.isignsec .dragboxback12 {
	background-image: url(../images/icon-comment.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 40px;
}

.myotherbox .isign-col3 {
	margin-top: 0 !important;
}

.docmain {
	height: 1145px;
	max-width: 100%;
	overflow: auto;
	padding: 5px !important;
}

.sendmailhd {
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	padding: 0px;
}

	.sendmailhd p {
		margin: 0;
	}

	.sendmailhd small {
		color: #333;
	}

.tableleftcol {
	padding: 10px;
}

.drag-drop .span-auth-text {
	display: inline-block;
	margin-left: 14px;
	position: absolute;
	cursor: default;
	min-width: 200px;
	cursor: move;
}

.auth_img_div {
	display: inline-block;
	vertical-align: top;
}

.auth_img_empty {
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px dashed #CCC;
	padding-top: 18px;
	margin-left: 8px;
}

.auth_img_width {
	width: 40px;
}

.AuthImgParent img {
	margin-left: 5px;
}

.introtxt {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
}


/*DVS Verification*/
.mid-cont {
	margin: 30px 0px;
}

.chkblock {
	background: #f6f6f6;
	border-radius: 4px;
	border: 1px solid #e3e4e4;
	padding: 12px;
	margin: 12px;
	color: #474747;
	display: inline-block;
}

	.chkblock .form-check {
		min-height: inherit;
		margin-bottom: 0;
	}

.form-check-input {
	width: 13px;
	height: 13px;
	border: 1px solid #a1a1a1;
	border-radius: 0 !important;
}

.chkblock span {
	margin: 0px 12px;
}




/******************************Bootbox Modal******************************/
.modal-title {
	font-size: 18px;
	font-family: 'dinotregular';
}

.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 #848484;
	height: auto;
	background-color: #e5e5e5;
}

.bootbox .modal-footer {
	display: block;
}

.bootbox .modal-header .modal-title {
	font-size: 25px;
	font-weight: 600;
	color: #848484;
}

.bootbox .modal-body {
	padding: 10px;
}

.bootbox .modal-footer {
	border-top: none;
	text-align: center;
}

.bootbox-body {
	padding: 10px;
	color: #848484;
}

.bootbox .button-tab-ash5 {
	font-size: 18px;
	font-weight: 700;
	padding: 5px 12px;
	min-width: 85px;
}

.bootbox .button-tab-ash5-border {
	font-size: 18px;
	font-weight: 700;
	padding: 5px 12px;
	min-width: 85px;
}

.dashBtnImage1 {
	background-image: url('../images/ic-dashboard-profile.png');
}

.dashBtnImage2 {
	background-image: url('../images/ic-dashboard-google.png');
}

.dashBtnImage3 {
	background-image: url('../images/ic-dashboard-signature.png');
}

.dashBtnImage4 {
	background-image: url('../images/ic-dashboard-brand.png');
}

.dashBtnImage5 {
	background-image: url('../images/ic-dashboard-senders.png');
}

.dashBtnImage6 {
	background-image: url('../images/ic-dashboard-purchase.png');
}

.dashBtnWrap span {
	font-size: 13px;
}

.dashBtnWrap .checktick {
	Position: absolute;
	top: 5px;
	right: 0px;
	padding: 10px;
	margin: 0;
}

.sidebarForSignElement {
	position: sticky;
	top: 0;
	top: 5%;
	align-self: flex-start;
}

.signertxt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.midarrow.myw {
	width: 2%;
}

.customwidthlg3 {
	width: 22.6%;
}




.colbody {
	padding: 10px;
}

.padright0 {
	padding-right: 0;
}

.mright1 {
	margin-right: 1px;
}

.sendmailhd {
	font-weight: 700;
}

.ht-65 {
	height: 55px;
}

.padright20 {
	padding-right: 25px;
}

.linkics a {
	padding: 5px;
}

.text13 {
	font-size: 13px;
}

.brdleftright {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.brdright {
	border-right: 1px solid #dcdcdc;
}

.brdleft {
	border-left: 1px solid #dcdcdc;
}


/*****13-04-2022*****/
.text12 {
	font-size: 12px;
}

.tblr {
	background-color: #c6d9f1;
	white-space: nowrap;
}



.customwidthlg4 {
	width: 31.2%;
}


/*****26-04-2022*****/
.mrtitle {
	font-size: 16px;
	margin-bottom: 20px;
}

	.mrtitle a {
		display: inline-block;
		font-size: 16px;
	}


/*****17-05-2022*****/
.draglist li {
	font-size: 15px;
}

.sendtableleft td {
	padding: 2px 0px 2px 6px;
}

.drag-drop .span-auth-text {
	margin-left: 6px;
}

.sendmailhd p {
	line-height: 16px;
}

.signature-sec table {
	width: 100%;
}

.dvsstamp {
	display: flex;
	align-items: center;
}


/* Training Videos page css start____Avinash 5/7/2022 */

.training-vid-tab .nav-link {
	position: relative;
	display: block;
	border: 1px solid #d6d3d3;
	color: #8B959E;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	transition: background-color .2s ease;
	margin: 0px 4px 4px 0px;
	background: linear-gradient(#fff, #d8d5d5);
	text-align: center;
}

	.training-vid-tab .nav-link:nth-child(7) {
		margin: 0px 0px 4px 0px;
	}

	.training-vid-tab .nav-link:last-child {
		margin: 0px 0px 4px 0px;
	}

	.training-vid-tab .nav-link:hover {
		background: #e9e9e9;
	}

	.training-vid-tab .nav-link.active {
		background: #28c2ed;
		color: #fff;
		font-size: 18px;
	}

#training-vid-tab-content .content-area {
	border: 1px solid #dfdfdf;
	padding: 40px 0 25px;
}

	#training-vid-tab-content .content-area .vidcontent-list {
		border-bottom: 1px solid #dfdfdf;
		padding: 35px 0 35px;
		display: inline-block;
		width: 100%;
	}

		#training-vid-tab-content .content-area .vidcontent-list:last-child {
			border-bottom: none;
		}

		#training-vid-tab-content .content-area .vidcontent-list:first-child {
			padding-top: 0;
		}

		#training-vid-tab-content .content-area .vidcontent-list h3 {
			font-family: 'robotoregular';
			font-size: 24px;
			color: #8b959e;
			font-weight: bold;
			margin-bottom: 20px;
		}

		#training-vid-tab-content .content-area .vidcontent-list:nth-of-type(even) h3 {
			padding-left: 0px;
		}

		#training-vid-tab-content .content-area .vidcontent-list p {
			font-family: 'robotoregular';
			font-size: 17px;
			color: #8b959e;
			margin: 0;
		}

		#training-vid-tab-content .content-area .vidcontent-list .greyline-btn {
			float: right;
			display: block;
			margin: 0;
			padding: 5px 11px;
		}

			#training-vid-tab-content .content-area .vidcontent-list .greyline-btn img {
				vertical-align: text-top;
				padding: 3px 4px 0px 0px
			}

		#training-vid-tab-content .content-area .vidcontent-list p:nth-child(odd) {
			padding: 0 20px 0 0px;
		}

		#training-vid-tab-content .content-area .vidcontent-list p:nth-child(even) {
			padding: 0 0 0 20px;
		}

		#training-vid-tab-content .content-area .vidcontent-list div img {
			margin: -10px 0 5px;
		}








.video-modal .modal-dialog .modal-header {
	padding: 8px 20px;
	border-bottom: 4px solid #626262;
}

	.video-modal .modal-dialog .modal-header .modal-title {
		font-family: 'dinotbold';
		font-size: 22px;
		color: #626262;
	}

.video-modal .modal-footer {
	border: 0;
	padding-top: 0;
}

	.video-modal .modal-footer .btn-close {
		background-color: #adaeac;
		font-family: 'dinotregular';
		font-size: 14px;
		color: #fff;
		padding: 7px 25px;
		width: auto;
		height: auto;
		background-image: none;
		opacity: 1;
	}

.training-videos #accordion {
	visibility: visible;
}



/* Training Videos page css End____Avinash 5/7/2022 */

/* FAQ page css start____Avinash 21/7/2022 */

#faq .tab-content .accordion-item .accordion-body p {
	font-family: 'robotoregular';
	color: #8B959E;
	padding: 0;
	border-top: none;
	text-align: justify;
	font-size: 17px;
	line-height: 1.3em;
	margin-bottom: 15px;
}



.faqTick li i.bi-check-lg {
	color: #8b959e;
	font-size: 12px;
	float: left;
	padding: 0 11px 0 0;
}




/* FAQ page end start____Avinash 21/7/2022 */


/* Training Videos1 page css for ABY */

.content-area.diff-tab .vidcontent-list .greyline-btn {
	padding: 5px !important;
	width: 160px;
	height: 46px;
}

@media only screen and (max-width: 992px) {

	.content-area.diff-tab .vidcontent-list {
		text-align: center;
	}

		.content-area.diff-tab .vidcontent-list .float-start {
			float: inherit !important;
		}

		.content-area.diff-tab .vidcontent-list .greyline-btn {
			float: inherit !important;
			display: inherit !important;
			margin-top: 20px !important;
		}

		.content-area.diff-tab .vidcontent-list .d-flex {
			display: inherit !important;
		}
}

/* header signup */

.signRoundBack {
	border: 2px solid #f2f3f4;
	border-radius: 18px;
	background-color: #f2f3f4;
	padding: 25px 40px;
}

	.signRoundBack h1 {
		font-family: 'Basier Circle';
		color: #646262;
		font-size: 28px;
		font-weight: 600;
		padding: 10px 0;
		line-height: 36px;
	}


	.signRoundBack .textSign {
		border-radius: 25px;
		border: 1px solid #c9c9c9;
		padding: 12px 20px;
		line-height: 22px;
		font-size: 16px;
	}




.signOrange-btn {
	font-size: 18px;
	padding: 10px 22px;
	min-width: 150px;
	text-align: center;
	color: #fff;
	background-color: #f47321;
	border: 1px solid #f47321;
	border-radius: 30px;
	font-weight: bold;
}

	.signOrange-btn:hover {
		color: #fff;
		background-color: #e96a1a;
		border: 1px solid #e96a1a;
	}


.signBlue-btn {
	font-size: 18px;
	padding: 10px 25px;
	min-width: 150px;
	text-align: center;
	color: #fff;
	background-color: #28c2ed;
	border: 1px solid #28c2ed;
	border-radius: 30px;
	font-weight: bold;
}

	.signBlue-btn:hover {
		color: #fff;
		background-color: #17a7cf;
		border: 1px solid #17a7cf;
	}

.signGrey-btn {
	font-size: 18px;
	padding: 10px 25px;
	min-width: 150px;
	text-align: center;
	color: #fff;
	background-color: #b1b0b0;
	border: 1px solid #b1b0b0;
	border-radius: 30px;
	font-weight: bold;
}

	.signGrey-btn:hover {
		color: #fff;
		background-color: #9a9a9a;
		border: 1px solid #9a9a9a;
	}


/* 10 sign signup */

.doc10RoundBack {
	border: 3px solid #fff;
	border-radius: 30px;
	padding: 30px 50px;
}


	.doc10RoundBack .textSign {
		border-radius: 25px;
		border: 1px solid #c9c9c9;
		padding: 12px 20px;
		line-height: 22px;
		font-size: 16px;
	}


.top-point li i.bi-check-circle {
	color: #69deff;
	font-size: 20px;
	float: left;
	padding: 0 15px 0 0;
}




#CountryId {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	min-width: 120px;
	margin: 0 0 0 8px;
	padding: 4px 23px 4px 11px;
	background-color: hsl(0, 0%, 95%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTIgNiI+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMpIj4gICAgPHBvbHlnb24gZmlsbD0iIzVENjk3MiIgZmlsbC1ydWxlPSJub256ZXJvIiBwb2ludHM9IjAgMyA2IDkgMTIgMyIvPiAgICA8cG9seWdvbiBwb2ludHM9IjAgMCAxMiAwIDEyIDEyIDAgMTIiLz4gIDwvZz48L3N2Zz4=), linear-gradient(-180deg, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 95%) 100%);
	background-position: calc(100% - 8px) center, 0 0;
	background-repeat: no-repeat, repeat;
	background-size: 8px auto, cover;
	border: 1px solid #d4d4d4;
	vertical-align: bottom;
	border-radius: 0;
	outline: none;
}

	#CountryId:focus {
		background-color: hsl(207, 89%, 99%);
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTIgNiI+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMpIj4gICAgPHBvbHlnb24gZmlsbD0iIzU2NzdDQyIgZmlsbC1ydWxlPSJub256ZXJvIiBwb2ludHM9IjAgMyA2IDkgMTIgMyIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDYgNikiLz4gICAgPHBvbHlnb24gcG9pbnRzPSIwIDAgMTIgMCAxMiAxMiAwIDEyIi8+ICA8L2c+PC9zdmc+);
		border-color: hsl(223, 54%, 57%);
	}

	#CountryId::-ms-expand {
		display: none;
	}

	#CountryId:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}


/* 10 sign signup */

.loginBack {
	border: 3px solid #fcfcfc;
	border-radius: 30px;
	padding: 27px 37px;
}


	.loginBack .textSign {
		border-radius: 25px;
		border: 1px solid #c9c9c9;
		padding: 12px 20px;
		line-height: 22px;
		font-size: 16px;
	}


.g-recaptcha {
	transform: scale(0.70);
	-webkit-transform: scale(0.70);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}






/* carousel home banner */


.carousel-home-banner {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
	min-height: 447px;
}

	.carousel-home-banner > .item {
		display: none;
		padding: 5px;
		position: relative;
		-webkit-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}

		.carousel-home-banner > .item > img, .carousel-home-banner > .item > a > img {
			display: block;
			max-width: 100%;
			height: auto;
			line-height: 1;
		}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-home-banner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

		.carousel-home-banner > .item.next, .carousel-home-banner > .item.active.right {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			left: 0;
		}

		.carousel-home-banner > .item.prev, .carousel-home-banner > .item.active.left {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			left: 0;
		}

			.carousel-home-banner > .item.next.left, .carousel-home-banner > .item.prev.right, .carousel-home-banner > .item.active {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
				left: 0;
			}
}

.carousel-home-banner > .active, .carousel-home-banner > .next, .carousel-home-banner > .prev {
	display: block;
}

.carousel-home-banner > .active {
	left: 0;
}

.carousel-home-banner > .next, .carousel-home-banner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-home-banner > .next {
	left: 100%;
}

.carousel-home-banner > .prev {
	left: -100%;
}

	.carousel-home-banner > .next.left, .carousel-home-banner > .prev.right {
		left: 0;
	}

.carousel-home-banner > .active.left {
	left: -100%;
}

.carousel-home-banner > .active.right {
	left: 100%;
}



#myCarousel1 .carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #c0c1c1;
	border-radius: 10px;
	background-color: #fff;
}


#myCarousel1 .carousel-indicators .active {
	margin: 0;
	width: 15px;
	height: 15px;
	background-color: #c0c1c1;
}


#myCarousel1 .g-recaptcha {
	transform: scale(0.84);
	-webkit-transform: scale(0.84);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}




@media screen and (min-width: 768px) {

	#myCarousel1 .carousel-indicators {
		bottom: -18px;
	}
}




@media only screen and (max-width: 414px) {


	.signRoundBack {
		margin-top: 30px;
	}

	#myCarousel1 .carousel-indicators {
		bottom: -22px;
	}
}


/*******3-12-2024 Christmas banner*******/

.christmas {
	padding: 20px 0 0 0;
}

.home-otherpage-section .christmas {
	padding: 0px 0 20px 0;
}

@media only screen and (max-width: 1200px) {
	.christmas {
		padding: 65px 0 0 0;
		margin: 0 -30px 0 -30px;
	}
}

@media only screen and (max-width: 768px) {
	.christmas {
		padding: 20px 0 30px 0;
		margin: 0;
		scale: 2;
	}

	.home-otherpage-section .christmas {
		padding: 30px 0 30px 0;
	}
}
/*******3-12-2024 Christmas banner ends here*******/