/* @font-face {
	font-family: 'Poppins-Medium-Black';
	src: url('fonts/Poppins-Medium-Black.otf');
  }
  @font-face {
	font-family: 'Poppins-Medium';
	src: url('fonts/Poppins-Medium-Bold.otf');
  }
  
  @font-face {
	font-family: 'Poppins-Medium-Light';
	src: url('fonts/Poppins-Medium-Light.otf');
	
  }
  @font-face {
	font-family: 'Poppins-Medium';
	src: url('fonts/Poppins-Medium.ttf');
	src: url('fonts/Poppins-Medium.otf');


  } */


  @font-face {
	font-family: 'Poppins-Medium';
	src: url('poppins-fonts/Poppins-Medium.eot'),
	url('poppins-fonts/Poppins-Medium.woff')  format('woff'),
	url('poppins-fonts/Poppins-Medium.woff2'),
	url('poppins-fonts/Poppins-Medium.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Medium.ttf') format('embedded-opentype');   
  }
  @font-face {
	font-family: 'Poppins-Bold';
	src: url('poppins-fonts/Poppins-Bold.eot'),
	url('poppins-fonts/Poppins-Bold.woff')  format('woff'),
	url('poppins-fonts/Poppins-Bold.woff2'),
	url('poppins-fonts/Poppins-Bold.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Bold.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-ExtraLight';
	src: url('poppins-fonts/Poppins-ExtraLight.eot'),
	url('poppins-fonts/Poppins-ExtraLight.woff')  format('woff'),
	url('poppins-fonts/Poppins-ExtraLight.woff2'),
	url('poppins-fonts/Poppins-ExtraLight.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-ExtraLight.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-Light';
	src: url('poppins-fonts/Poppins-Light.eot'),
	url('poppins-fonts/Poppins-Light.woff')  format('woff'),
	url('poppins-fonts/Poppins-Light.woff2'),
	url('poppins-fonts/Poppins-Light.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Light.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-Regular';
	src: url('poppins-fonts/Poppins-Regular.eot'),
	url('poppins-fonts/Poppins-Regular.woff')  format('woff'),
	url('poppins-fonts/Poppins-Regular.woff2'),
	url('poppins-fonts/Poppins-Regular.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Regular.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-SemiBold';
	src: url('poppins-fonts/Poppins-SemiBold.eot'),
	url('poppins-fonts/Poppins-SemiBold.woff')  format('woff'),
	url('poppins-fonts/Poppins-SemiBold.woff2'),
	url('poppins-fonts/Poppins-SemiBold.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-SemiBold.ttf') format('embedded-opentype');  
  }
  @font-face {
	font-family: 'Poppins-Thin';
	src: url('poppins-fonts/Poppins-Thin.eot'),
	url('poppins-fonts/Poppins-Thin.woff')  format('woff'),
	url('poppins-fonts/Poppins-Thin.woff2'),
	url('poppins-fonts/Poppins-Thin.ttf')  format('truetype'),
	url('poppins-fonts/Poppins-Thin.ttf') format('embedded-opentype');  
  }
  
  body{
	font-family: 'Poppins-Medium';
  }

body {
	color: #444
}

a {
	color: #07315c
}

a:hover {
	color: #07315c;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins-SemiBold';
}
.header .signupfreetrial{ padding: 15px 10px !important; width:320px; border-radius:15px !important; }

ol,
p,
ul {
	font-weight: 400;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins-Regular';
}

.slide-lefts {
	margin-bottom: 40px
}

p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 5px;
	font-family: 'Poppins-Regular';
}

.text-muted {
	color: inherit!important
}

.founder a {
	color: #009ce1
}

.mission-color {
	color: #002b58
}

.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #3498db;
	color: #fff;
	transition: all .4s
}

.back-to-top i:hover {
	background: #57aae1;
	color: #fff
}

#header {
	height: 70px;
	transition: all .5s;
	z-index: 997;
	transition: all .5s;
	background: #fff;
	box-shadow: 0 0 4px #dee2e6
}

#header .logo h1 {
	font-size: 28px;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #384046
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #384046;
	text-decoration: none
}

#header .logo img {
	max-height: 40px
}

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	float: left
}

.nav-menu a {
	display: block;
	position: relative;
	color: #002b58;
	/* padding: 19px; */
	padding: 19px 12px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins-Medium';
}
a{ text-decoration: none !important;}

.nav-menu a:hover {
	color: #3498db
}

.active a {
	color: #3498db;
	text-decoration: none
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	/* box-shadow: 0 0 4px #dee2e6; */
	box-shadow: 0px 0px 4px rgb(0 0 0 / 24%);
	/* transition: ease all .3s */
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: static
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 12px;
	text-transform: none;
	color: #002B58;
	font-weight: 400
}

.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover>a {
	color: #3498db
}

.nav-menu .drop-down>a:after {
	content: "\ea67";
	font-family: IcoFont;
	padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	padding-top: 10px;
	display: block;
    opacity: 1;
    transition: opacity 0s linear; /* Smoothly transition the opacity */
	min-height: 286px;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\ea69";
	font-family: IcoFont;
	position: absolute;
	right: 15px
}

@media (max-width:1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%
	}
	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%
	}
	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea68"
	}
}

.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 16px;
	z-index: 9998;
	border: 0;
	background: 0 0;
	font-size: 24px;
	transition: all .4s;
	outline: 0!important;
	line-height: 1;
	cursor: pointer;
	text-align: right
}

.mobile-nav-toggle i {
	color: #384046
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out .2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
	font-family: 'Poppins-Medium';
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #384046;
	padding: 10px 20px;
	font-weight: 500;
	outline: 0;
	font-family: 'Poppins-Medium';
	font-size: 14px;
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
	color: #3498db;
	text-decoration: none
}

.mobile-nav .drop-down>a:after {
	content: "\ea67";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px
}

.mobile-nav .active.drop-down>a:after {
	content: "\ea6a"
}

.mobile-nav .drop-down>a {
	padding-right: 35px
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden
}

.mobile-nav .drop-down li {
	padding-left: 20px
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(33, 38, 42, .6);
	overflow: hidden;
	display: none;
	transition: ease-in-out .2s
}

.mobile-nav-active {
	overflow: hidden
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff
}

a.btn.btn-primary {
	color: #fff;
	background-color: #002b58!important;
	border-color: #002b58!important
}

.title {
	font-size: 21px
}

.footer {
	position: relative;
	/* background: url(../images/pattern.png) repeat, rgb(218 239 249 / 15%); */
	background: #002b58;
	transition: all .2s;
	font-family: 'Poppins-Medium';
	
}

.footer .footer-top {
	padding: 50px 0px 40px 0px;
    color: #fff;
}
.social-icons {
    color: #fff;
}

@media (max-width:767px) {
	.footer .footer-top .footer-widget {
		margin-bottom: 15px
	}
	.freeTrial{
		margin: 10px 6px !important;
	   }
}

.footer .footer-top .footer-widget .footer-title {
	position: relative;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 30px;
	color: #fff
}

.footer .footer-top .footer-widget .footer-title:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 1px;
	background-color: #7dbbfd
}

.footer .footer-top .footer-widget ul.links {
	margin: 0;
	padding: 0
}

.footer .footer-top .footer-widget ul.links li {
	margin-left: 25px;
	margin-bottom: 6px;
	position: relative;
	list-style: none
}

.footer .footer-top .footer-widget ul.links li::before {
	content: '';
	background: #fff;
	left: -1.2em;
	top: .61rem;
	position: absolute;
	text-align: center;
	width: .2em;
	height: .2rem;
	line-height: inherit
}

.footer .footer-top .footer-widget ul.links li a {
    font-family: 'Poppins-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}


.footer .footer-top .footer-widget ul.contactus li a {
	display: block;
	position: relative;
	color: #fff;
	padding-left: 35px;
	margin-bottom: 10px
}

.footer .footer-top .footer-widget ul.contactus li a i {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 18px;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 10px
}

.footer .footer-bottom {
	padding: 10px 0;
	border-top: 1px solid #6c757d87
}

.footer .footer-bottom .social-icons ul {
	margin: 0;
	padding: 0
}

.footer .footer-bottom .social-icons ul li {
	width: 35px;
	height: 35px;
	margin-right: 8px;
	display: inline-block
}

.footer .footer-bottom .social-icons ul li:last-child {
	margin-right: 0
}

.footer .footer-bottom .social-icons ul li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	position: relative;
	color: #fff;
    border: 1px solid #fff;
	font-weight: 500
}

@media (max-width:767px) {
	.footer .footer-bottom,
	.footer .footer-bottom .social-icons {
		text-align: center
	}
}

section {
	padding: 10px 0;
	overflow: hidden
}

.section-title {
	text-align: center;
	padding: 20px 0
}

.section-title h2 {
	color: #1f3c66;
	/* text-transform: uppercase; */
	font-size: 24px;
	line-height: 1.41667em
}

.section-title h3 {
	margin: 15px 0 0 0;
	font-size: 32px;
	font-weight: 700
}

.section-title h3 span {
	color: #009ce1
}

.section-title p {
	margin: 15px auto 0 auto;
	font-weight: 500
}

@media (min-width:1024px) {
	.section-title p {
		width: 50%
	}
}

.client-logo img:hover {
	transform: scale(1.15)
}

.row.my-5.apps-custom img {
	padding: 0
}

@media (max-width:768px) {
	.apps-customers {
		margin-top: 0!important
	}
}

.color_g {
	color: #07315c
}

.forms {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px
}

.validate {
	color: red;
	margin-bottom: 4px;
	font-size: 12px
}

.form-group {
	margin-bottom: 5px!important
}

.carousel-captions {
	background-color: #edf6fa;
	width: 100%;
	padding: 15px;
	color: #113254
}

.icons:hover {
	background: linear-gradient(to right, #1e90ff52, #fff)
}

.carousel-captions p {
	font-size: 13px!important;
	margin: 0;
	display: none
}

.shadow {
	border: 1px solid #e9ecef!important;
	box-shadow: none!important
}

.carousel-item img.img-fluid {
	margin: 0 auto;
	object-fit: scale-down;
	width: 100%;
	height: 440px!important;
	max-height: 440px!important
}

div#v-pills-tab {
	text-align: center
}

.col-lg-2.col-md-2.col-xs-6.shadow-sm .client-logo {
	padding: 0;
	margin: 0
}

.clients .client-logo {
	border-radius: 5px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #adb5bd6e;
	overflow: hidden;
	background: #fff;
	height: 140px;
	margin: 12px 0
}

.clients .client-logo:hover img {
	transform: scale(1.1)
}

.nav-pills .nav-link {
	background-color: #fff
}

.font-weight-bold {
	text-align: center
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-color: #002b58;
	padding: 14px;
	background-size: auto;
	width: 15px
}

.owl-nav button span {
	margin: 0 10px;
	background-color: #002b58;
	color: #fff;
	padding: 10px;
	font-size: 23px
}

.owl-nav button {
	margin: 10px 0
}

.thanks button {
	font-size: 18px
}

button.btn.btn-theme {
	border: 1px solid #fff;
	background: 0 0
}

.btn.btn-theme a {
	color: #fff
}

.customers img.img-fluid {
	background: 1px rgb(0 123 255 / 5%);
	height: 20vh;
	padding: 17px;
	box-shadow: 0 0 3px 0 #009ce1;
	width: 100%
}

.cutomers {
	padding: 0;
	list-style: none
}

.footer p,
.footer ul {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
li.address {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins-Medium';
    margin-bottom: 14px;
}

.list_first-unstyled {
	padding: 0
}

.testimonials .testimonial-item {
	margin: 20px;
text-align: center;
background: #fff;
border: #d1f1fe solid 1px;
box-shadow: rgb(25 28 31 / 8%) 0px 14px 32px, rgb(25 28 31 / 4%) 0px 8px 16px, rgb(25 28 31 / 4%) 0px -1px 0px;
border-radius: 1rem;
height: 250px;
padding: 24px;
display: flex;
flex-direction: column;
-webkit-box-pack: justify;
justify-content: space-between;
margin-left: 1.5rem;
}

.testimonials .testimonial-item .testimonial-img {
	width: 101px;
	border: 4px solid #3498db61;
	margin: 0 auto
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 5px 0;
	color: #002b58
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #002b58;
	font-family: 'Poppins-Medium';
	margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #e1f0fa;
	font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px
}

.testimonials .testimonial-item p {
	margin: 0 auto 15px auto;
font-weight: 500;
height: 145px;
text-align: center;
font-size: 14px;
    color: #002b58;

}

.testimonials .owl-dots,
.testimonials .owl-nav {
	text-align: right
}

.testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd!important
}

.testimonials .owl-dot.active {
	background-color: #3498db!important
}

.apps-custom .col.mb-2 {
	margin: 0;
	padding: 1px
}

@media (max-width:1200px) {
	.section-title h2 {
		font-size: 1.5rem;
		text-transform: inherit!important
	}
	.nav-menu a{ padding: 19px 8px; font-size: 13px;}
}

@media (max-width:767px) {
	.process-step {
		display: flow-root!important
	}
}

.owl-dots {
	display: none
}

@media (max-width:768px) {
	.crm .col-md-3 span,
	.finances .col-md-2 span,
	.hrms .col-md-3 span {
		display: flex
	}
	.apps-custom .col.mb-2 {
		padding: 0 10px
	}
	.card-body.resource-height {
		height: inherit!important
	}
	.hrm-total img {
		margin: 0!important
	}
}

.card-body.resource-height {
	border: 1px solid #d6dee480
}

.crm .btn {
	background-color: #009ce1;
	color: #fff;
	border-radius: 5px;
	text-align: center
}

.finances .btn {
	background-color: #909193;
	color: #fff;
	border-radius: 5px;
	text-align: center
}

.hrms .btn {
	background-color: #002b58;
	color: #fff;
	border-radius: 5px;
	text-align: center
}

.header {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-align: center
}

.header .decoration-star {
	position: absolute;
	top: 80px;
	left: -100px;
	width: 200px;
	opacity: .7
}

.header .decoration-star-2 {
	position: absolute;
	top: 80px;
	right: -100px;
	width: 200px;
	opacity: .7
}

.header div[class*=col] {
	position: relative
}

.header .h1-large {
	margin-bottom: 1.75rem;
	font-size: 1.75rem;
	color: #143b65;
	text-transform: capitalize;
	margin: 50px 0px !important;
}

.header .p-large {
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
    font-weight: 500;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}

.header .btn-outline-lg,
.header .btn-solid-lg {
	margin-right: .25rem;
	margin-bottom: 1.25rem;
	margin-left: .25rem
}

.header .image-container {
	margin-top: 5rem
}

@media (min-width:768px) {
	.header .decoration-star {
		top: 100px;
		left: -150px;
		width: 300px
	}
	.header .decoration-star-2 {
		top: 140px;
		right: -200px;
		width: 400px
	}
}

@media (min-width:992px) {
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto
	}
	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto
	}
	.header {
		text-align: left
	}
	.header .text-container {
		margin-top: 2rem
	}
	.header .image-container {
		margin-top: 0
	}
	.header .btn-outline-lg,
	.header .btn-solid-lg {
		margin-right: 0;
		margin-left: 0
	}
	.header .btn-solid-lg {
		margin-right: .5rem
	}
}

@media (min-width:1200px) {
	.header .decoration-star {
		top: 0;
		left: -213px;
		width: 432px
	}
	.header .decoration-star-2 {
		top: 0;
		right: -260px;
		width: 500px
	}
	.header .h1-large {
		font-size: 42px;
		color: #002b58
	}
	.header .image-container {
		text-align: right
	}
}

.popups input {
	box-shadow: none!important
}

.bg-gradient {
	background: -webkit-linear-gradient(to right, #e2e2e2, #c9d6ff);
	background: linear-gradient(to right, #009ce108, #c9d6ff)
}

#below ul li {
	margin-bottom: 1.4rem;
	font-size: 18px;
	font-weight: 500
}

.list li {
	margin-bottom: 15px;
	font-size: 16px;
	display: flex;
	border-bottom: 3px solid #fff;
	color: #002b58
}

.list i.fas.fa-caret-right {
	font-size: 16px;
	color: #08315d;
	padding: 5px;
	background-color: #fff;
	margin-right: 10px;
	border-radius: 0
}

.list {
	list-style: none;
	font-size: 16px
}

.list li {
	margin-bottom: 6px
}

.input-group input {
	background-color: #fff;
	color: #656565;
	border-radius: 3px;
	box-shadow: inset 0 2px 3px #ddd;
	-webkit-box-shadow: inset 0 2px 3px #ddd
}

.section-titles.payroll_heading {
	background-color: #002b58;
	padding: 10px 0;
	border-radius: 5px 5px 0 0
}

img.img-fluid.icons {
	width: 77px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 2px 3px #002b581a;
	margin-bottom: 10px;
	border: 1px solid #49505754
}

img.img-fluid.icons:hover {
	background-color: #f5fafe
}

.icons-list {
	font-weight: 400;
	font-family: 'Poppins-Medium';
}

.template_faq {
	background: #edf3fe none repeat scroll 0 0
}

.panel-group {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .04);
	margin-bottom: 0;
	padding: 30px
}

#accordion .panel {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 15px 10px
}

#accordion .panel-heading {
	border-radius: 30px;
	padding: 0
}

#accordion .panel-title a {
	background: #002b58 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 20px 12px 50px;
	position: relative;
	transition: all .3s ease 0s
}

#accordion .panel-title a.collapsed {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #333
}

#accordion .panel-title a.collapsed::after,
#accordion .panel-title a::after {
	background: #009ce1 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .58);
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	content: "\f105	";
	font-size: 25px;
	height: 55px;
	left: -20px;
	line-height: 55px;
	position: absolute;
	text-align: center;
	top: -5px;
	transition: all .3s ease 0s;
	width: 55px
}

#accordion .panel-title a.collapsed::after {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #333;
	font-family: 'Font Awesome 5 Free';
	content: "\f105	"
}

#accordion .panel-body {
	background: transparent none repeat scroll 0 0;
	border-top: medium none;
	padding: 20px 25px 10px 9px;
	position: relative
}
.table td, .table th{
	font-size: 14px;
}
#accordion .panel-body p {
	border-left: 1px dashed #8c8c8c;
	padding-left: 25px;
	font-weight: 500;
}

.weserve .col {
	padding: 10px;
	text-align: center;
	font-weight: 500;
	border: 1px solid #009ce13d;
	color: #002b58
}

.weserve .col:hover {
	border: 1px solid #002b58
}

.readmore {
	padding: 25px 10px;
	font-size: 14px;
	background: #fff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	margin-bottom: 20px;
	border: 1px solid #4444442b;
	font-family: 'Poppins-Regular';
    font-weight: 900;
}

.readmore h4 {
	color: #09325e;
	font-size: 18px!important;
	height: 55px
}

.readmore span a {
	color: #009ce1
}

.categories ul li {
	list-style: none
}

.categories>ul>li {
	float: none;
	display: inline-block;
	margin: 0 0 20px 0;
	vertical-align: top
}

.categories-view1-wrap {
	box-shadow: 0px 0px 4px 0px rgb(0 43 88 / 22%);
    font-size: 14px;
    font-weight: 500;
    /* padding: 10px 0px; */
    position: relative;
    font-family: 'Poppins-Medium';
    padding-left: 40px;
    text-align: center;
	padding: 10px 5px;
    min-height: 120px;
}

.categories-view1 imgss {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 20px;
	color: #039de1;
	width: 40px;
	height: 40px;
	border-radius: 0 100% 100% 0;
	text-align: center;
	padding-top: 9px;
	margin-top: -20px;
	background-color: #fff;
	border: 1px solid #002b5833;
	border-left: none;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.categories-view1 li:hover i {
	color: #fff;
	background-color: #274160
}

@media (max-width:768px) {
	.header .h1-large {
		margin-top: 2.5rem!important;
		font-size: 1.75rem!important
	}
	.icons-list {
		text-align: center
	}
	.readmore h4 {
		height: inherit!important
	}
	.p-large {
		margin: 0!important;
		text-align: start
	}
}

.art-board {
	width: 80%
}

.ai-text {
	font-size: 18px;
	line-height: 41px;
	padding: 40px 0
}

.bg-the {
	background-image: url(../img/bg-polygon.svg)
}

.list li {
	font-size: 16px;
	border: 2px solid #eff0f1;
	padding: 10px 0;
	border-radius: 5rem;
	background-color: #fff;
	margin-bottom: 20px;
	font-family: 'Poppins-Medium';
}

.list i.fas.fa-caret-right {
	font-size: 25px;
	color: #fad33f;
	padding: 0 0;
	margin: 0 5px;
	background-color: transparent!important
}

.ais p {
	font-size: 15px
}

.ais {
	height: 170px;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px
}

.aiss {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	background-clip: border-box;
	color: #002b58;
	border-radius: .25rem;
	font-weight: 600;
	border-radius: 10px
}

.ais h3 {
	font-size: 26px;
	color: #012c59;
	border-bottom: 1px solid #b6e3f7;
	margin-bottom: 10px
}

i.fas.fa-star {
	color: #002b58;
	font-size: 8px;
	padding: 0 5px
}

.ai {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 8 px;
	box-shadow: rgb(0 0 0 / 10%) 0 3px 30px 0;
	height: 295px;
	background-color: #fff;
	border-radius: .625rem
}

.ai h3 {
	background: #002b58;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	margin: 0;
	text-align: center;
	border-radius: .625rem .625rem 0 0
}

.ai p {
	padding: 5px
}

#more {
	display: none
}

.info-text {
	padding: 15px
}

.annual {
	height: 300px;
	padding: 5px 70px!important;
	margin: 0
}

.annual {
	padding: 5px 50px!important;
	margin: 0
}

.questioner {
	background-color: #fff;
	box-shadow: 2px 1px 10px #ccc;
	min-height: 400px;
	height: 400px;
	border-radius: 5px
}

.questioner .item h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	background-color: #002b58;
	border-radius: 5px 5px 0 0
}

.questioner .item ul li {
	padding: 5px 0;
	background: #fff;
	text-align: center;
	font-family: 'Poppins-Medium';
}

.questioner .item ul li a {
	text-decoration: none;
	color: #002b58;
	text-transform: capitalize;
	display: inherit;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 9%) 0 0 4px 0;
	font-weight: 600;
	text-align: center;
	border: 2px solid #dee2e6
}

.questioner .item ul li a.Active,
.questioner .item ul li a:hover {
	border: 2px solid #002b58
}

.questioner .item .navButtons input {
	padding: 7px 10px;
	text-decoration: none;
	background: #009ce1;
	padding: 7px 7px;
	border: none;
	color: #fff;
	box-shadow: 1px 2px 10px #ccc;
	border-radius: 5px;
	text-transform: capitalize;
	width: 100px
}

.questioner .item .navButtons input[disabled] {
	opacity: .3
}

.navButtons {
	text-align: center
}

.right {
	width: 27px;
	height: 25px;
	margin: 8px
}

.morecontent span {
	display: none
}

input[type=button] {
	background-color: #fff;
	border: none;
	width: 100%;
	padding: 7px;
	font-weight: 500
}

h6.mb-0 {
	color: #009ce1;
	position: absolute;
	left: 13px;
	top: -22px;
	text-transform: uppercase
}

.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0
}

.owl-carousel .item {
	text-align: center
}

.owl-carousel .nav-btn {
	height: 47px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 35px!important
}

.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
	pointer-events: none;
	opacity: .2
}

.owl-carousel .prev-slide {
	background: url(../img/nav-icon.png) no-repeat scroll 0 0;
	left: -33px
}

.owl-carousel .next-slide {
	background: url(../img/nav-icon.png) no-repeat scroll -24px 0;
	right: -33px
}

.owl-carousel .prev-slide:hover {
	background-position: 0 -53px
}

.owl-carousel .next-slide:hover {
	background-position: -24px -53px
}

@media (max-width:767px) {
	.owl-carousel .prev-slide {
		left: 0
	}
	.owl-carousel .next-slide {
		right: 0
	}
}

.client-logos {
	border: 1px solid #e9ecef;
	height: 135px !important;
	padding: 15px;
	align-items: center;
	max-height: 135px;
	display: flex;
	-webkit-box-align: center
}

@media(max-width:768px) {
	.client-logos img {
		max-width: 100%;
		margin: 0 auto;
		width: inherit!important;
		height: auto;
		max-height: 100%
	}
	.pricing .card-price {
		font-size: 16px
	}
	.art-board {
		width: 100%
	}
}

.SettingsNav {
	background: #e4eff3;
	border: 1px solid #ffffff;
	box-shadow: 0px 0.125pc 0.0625in rgba(0, 0, 0, .04);
	height: auto;
	position: relative;
	float: left;
	width: 100%;
}

.SettingsNav ul,
.SettingsNav ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SettingsNav ul.accordion {
	color: #002b58;
}

.SettingsNav ul li .link {
	padding: 15px 5px 15px 10px;
	font-size: 14px;
	color: #002b58;
	width: 100%;
	float: left;
	position: relative;
	font-family: 'Poppins-Medium';
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}

.SettingsNav ul li.open .link {
	color: #FFF;
	background: #002b58;
}

.SettingsNav ul li .link:hover {
	text-decoration: none;
}

.SettingsInfo {
	border: 1px solid #e1e1e1;
}

.SettingsNav ul li .submenu {
	margin-bottom: 10px;
}

.SettingsNav ul li .submenu li a {
	padding: 5px 15px 5px 30px;
	font-family: 'Poppins-Medium';
	font-size: 14px;
	color: #003f91;
	width: 100%;
	float: left;
	text-transform: capitalize;
	border-bottom: 1px solid #ffffff;
}

.SettingsNav ul li .submenu li a:hover,
.SettingsNav ul li .submenu li a:focus,
.SettingsNav ul li .submenu li a.active {
	text-decoration: none;
	background: #20a8e4;
	color: #fff;
	/* border-left: 9px solid #fff; */
}

.SettingsNav ul li .submenu li a[title^="Announcements"] span {
	font-size: 11px;
}

.SettingsNav ul li .submenu li a[title^="Knowledge Base"] span {
	font-size: 16px;
}

.settingsdata .header {
	background-color: #113254;
	padding: 10px 10px 10px 13px;
}

.settingsdata .header h2 {
	font-family: 'Poppins-Medium';
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	text-align: center;
}

.images {
	margin-top: 15px;
	padding: 10px 15px;
}

.hidden {
	display: none;
}
.categories-view1 i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 20px;
    color: #039de1;
    width: 40px;
    height: 40px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 9px;
    margin-top: -20px;
    background-color: #fff;
    border: 1px solid #002b5833;
    border-left: none;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mobile-nav-toggle i , .mobile-nav-toggle .menu{
	color: #fff;
    border: 1px solid #002b58;
    padding: 8px 14px !important;
    border-radius: 2px;
    display: flex;
    align-items: center;
    background: #002b58;
}

.hero::before {
	content: '';
	position: absolute;
	right: -100%;
	top: 20%;
	width: 250%;
	height: 200%;
	z-index: -1;
	background-color: #cee7fe;
	transform: skewY(135deg);
}

.software_text {
	color: #237397;
}


.text-ce p{
 font-family: 'Poppins-Regular';
}
.aa {
	display: table-cell;
}
@media(max-width:768px) {.aa {display:inherit !important;}ul#accordion {height: 200px; overflow: scroll;
}}

/*Zip Industries*/
.categories-view1-wrap img  {
    height:  45px;
  margin-bottom: 5px;
} 
li.col-md-3.zips p {
    font-family:'Poppins-Medium';
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.zips .categories-view1-wrap {
	font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    border: 1px solid white;
    background-color: #ffffff;
    font-family: 'Poppins-Medium';
}
/*end*/


/* for gridlex help desk features */
.customerissueresolve .card{ margin-bottom: 15px; border: none;}
.customerissueresolve .card a{ 
	font-size: 14px;
    padding: 15px 7px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    border-bottom: 2px solid #0d6efd;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
    color: #002b58;
    /* cursor: pointer; */
}
.customerissueresolve .card a:hover{
	color: #002b58;
}



/* sign up */
.signupfreetrial{ background-color: #002b58; color: #fff; text-align: center; display: block; margin: 0 auto; text-decoration: none; padding: 10px 15px; border-radius: 5px;}
.signupfreetrial:hover{ background:#009ce1; color:#fff; }
.freeTrial{ border-color: #ece0ce; background-color: #002b58; color: #ffffff !important; padding: 7px 15px !important; margin: 13px 0;}
.freeTrial:hover{ background-color: #009ce1;}




/* timesheet css */


/* sign upform css */


.pricing_option .request_demo_btn{
	background: #002b58;
    padding: 7px 29px;
    border: 1px solid #002b58;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 34px;
}

.signup_form_bg h4{
	font-size: 17px;
    text-align: center;
    color: #002b58;
    margin-bottom: 6px;
    margin-top: 0px;
}
.heading_request::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #009ce1;
	margin: 0 auto;
 }
/* #request_demo_form{
	margin-bottom: 100px;
} */
.pricing_option p{
	color: #002b58;
    font-size: 15px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
    padding: 0px 32px;
}
.signup_form_bg .form-group .form-control{
	font-size: 14px;
    height: 37px;
    color: #1e2c51;
    font-family: 'Poppins-Regular';
    border: 1px solid #d2d2d3;
}
.signup_form_bg .form-group {
    margin-bottom: 0px!important;
}
.signup_form_bg .sign_up{
	color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
	margin: 0 auto;
    display: block;
}
/* .pricing_option{
	margin-top: 80px;
} */

.mobile_iframe{
	display: none;
}
#request_demo1{
	display: none;
}

.signup_form_bg.sticky{
	    margin-top: 75px !important;
}
.signup_form_bg{
	background: #fff;
    /* height: 100vh; */
    width: 435px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    padding: 16px 15px;
    /* max-height: 560px; */
    overflow-y: auto;
}
.signup_form_bg .heading_text{
	margin-top: 7px;
    margin-bottom: 15px;
}
.banner_heading{
	color: #002b58;
	text-align: center;
}
.banner_heading h4{
    width: 100%;
    font-size: 20px;
    color: #002b58;
    line-height: 30px;
    font-family: 'Poppins-SemiBold';
	margin-bottom: 0px;
}
.hero_section_img{text-align: center;}
.hero_section_img img{
	width: 93%;
    text-align: center;
    margin-top: 15px;
}
.banner_heading span{
	width: 100%;
    font-size: 24px;
    color: #002b58;
    font-weight: 600;
}
.hero_section h5{
	color: #009ce1;
    font-size: 30px;
    line-height: 18px;
}
.hero_section {
	text-align: center;
}
.hero_section ul{
	margin-top: 15px;
    display: flex;
	justify-content: space-around;
}
.hero_section ul li{
	color: #009ce1;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    list-style: disc;
    margin-top: 7px;
    font-weight: 400;
}
.freetrial_btn{background: #002b58; padding: 10px 140px;  border: 1px solid #002b58;color: #fff; border-radius: 4px; font-size: 16px; font-weight: 500;}
.freetrial_btn span{font-size: 13px;}
.freetrial_btn:hover{ background: #009ce1;color: #fff; transition: 0.5s; border: 1px solid #009ce1;}
.sign_up_freetrail p{margin-top: 32px; color: #002b58; font-family: 'Poppins-SemiBold';  font-size: 18px;}
.timesheet_benefits h4{ color: #002b58;font-size: 24px;  margin-bottom: 15px;}
.timesheet_benefits p{ color: #002b58;font-weight: 500;font-family: 'Poppins-Regular'; margin-bottom: 20px; line-height: 25px; font-size: 15px;}
.timesheet_benefits img{ width: 500px; margin-top: 0px; margin: 0 auto; display: block;}
.key_features_heading h4{color: #002b58; font-size: 40px; text-align: center;}
.t_feature_content h5{color: #002b58; font-size: 20px; margin-bottom: 24px;}
.t_feature_content ul li {font-size: 15px; color: #002b58; list-style: disc; margin-top: 10px;}
.timesheet_entry{background-color: #c0deed47 !important;padding: 50px 20px 20px 20px;}
.timesheet_entry .t_feature_content h5{margin-bottom: 0px !important;}
.multiple_projects h6{    color: #002b58; font-size: 16px;}
.multiple_projects h6{ margin-bottom: 20px;}
.t_feature_content ul{margin-bottom: 40px;}
.readmore_div a{color: #009ce1;}
.readmore_div a:hover{text-decoration: underline !important;}
.readmore_div{ margin: 15px 0px;}
.timesheet_benefits{margin-bottom: 30px;}
.signup_form_bg iframe{
	border: 0px;
    height: 100vh !important;
	padding: 0px 20px;
	margin-bottom: 40px;
}
/* .heading_text{
	padding-top: 13px;
} */
#request_demo_form{
	padding: 0px 20px;
}
.hero{
	height: auto;
}
.show_in_mobile{
	display: none;
}
.pricing_div{
	background: #1e2c51;
    padding: 15px 15px;
    border-radius: 4px;
    width: 435px;
    display: block;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
}

.pricing_div{
	margin-bottom: 10px;
}
.pricing_div h4{
    font-size: 20px !important;
    margin-bottom: 0px;
    color: #fff !important;
    border-radius: 3px;
    font-family: 'Poppins-Medium';
    margin-top: 0px !important;
}
.pricing_div h4 span{
	/* display: block; */
    text-align: center;
    font-size: 24px;
    margin-bottom: 4px;
	margin-left: 7px;
}
.pricing_options ul{
    margin: 0px;
	padding: 0px;
}
.pricing_options ul li{
	list-style: none;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #fff;
    margin-top: 4px;
    text-align: center;
}


/* model popup css for request demo */

.modal-confirm {		
	color: #434e65;
	max-width: 550px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 3px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
    font-size: 28px;
    margin: 5px 0;
    color: #002b58;
}
.modal-confirm .modal-body p{
	font-size: 14px;
    line-height: 21px;
}
.modal-confirm .close {
	position: absolute;
    top: 15px;
    right: 15px;
    color: #002b58;
    text-shadow: none;
    opacity: 1;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
    color: #002b58;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    padding: 15px;
    text-align: center;
}
.modal-confirm .icon-box i {
    font-size: 100px;
}
.modal-confirm .modal-body button{
	background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    padding: 5px 22px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 13px;
}
.modal-confirm .modal-body button:hover, .modal-confirm .modal-body button:active, .modal-confirm .modal-body button:focus{
	background-color: #3498db;
    border-color: #3498db;
	box-shadow: none;
}
.signup_form_bg .country_form h4{
	font-weight: 500;
    font-size: 14px;
    width: 100%;
}
.signup_form_bg .country_form h4 span{
	display: block !important;
    width: auto;
}
.signup_form_bg .country_form h4 span select{
	margin-bottom: 13px;
}
.signup_form_bg .country_form h4 #currency{
	display: none !important;
}
.signup_form_bg .form-group label{
	width: 100%;
    text-align: left;
    font-size: 14px;
    color: #002b58;
    font-family: 'Poppins-Regular';
}
.signup_form_bg .form-group label span{
	color: red;
}



/* freetrial page css */
.free_trailpage .bg-video-wrap .critical{
	font-size: 22px;
    font-family: 'Poppins-Medium';
}
.free_trailpage .bg-video-wrap h4{
	font-size: 30px;
    color: #1e2c51;
	margin-top: 15px;
}
.products_apps p{
	margin-bottom: 15px;
}
.products_apps ul{
	margin-bottom: 0px;
    padding: 0px;
    margin-left: 20px;
}
.products_apps ul li{
	list-style: none;
    margin-top: 6px;
	font-size: 13px;
}
.products_apps ul li img{
	width: 19px !important;
    height: 16px !important;
    margin: 0px !important;
    margin-top: -2px;
}
.products_apps label{
	margin-bottom: 0px;
}
@media (max-width:767px) {
	/* #myBtn1{
		display: block !important;
	} */
.show_in_mobile{
	display: block;
}
#request_demo1{
	display: block;
}
#myBtn1 {
	position: fixed;
    bottom: 8px;
    right: 0;
    left: 0;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #009ce1;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    z-index: 9999;
    width: 160px;
    margin: 0 auto;
  }
  html{
	scroll-behavior: smooth;
  }
  .products_apps ul li{
	display: flex;
  }

	.signup_form_bg{
		position: sticky;
		min-height: auto;
		width: 100% !important;
		height: auto !important;
		/* max-height: 582px !important;  */
	}
	.mobile_iframe{
		display: block ;
		width: 100%;
		min-height: auto;
		margin-top: 30px;
	}
	.t_feature_content ul li{
		text-align: left;
	}
	.hero_section_img img {
		width: 100%;
	}
	.desktopview{
		display: none;
	}
	.banner_heading h4 {
		width: 100% !important;
		font-size: 20px;
		color: #002b58;
		line-height: 30px;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.banner_heading span {
		width: 100%;
		font-size: 26px;
		margin: 0px 0px 0px 0px;
	}
	.hero_section {
		padding: 0px 0px 0px 0px;
	}
	.hero_section ul li{
		text-align: left;
	}
	.freetrial_btn {
		background: #002b58;
		padding: 10px 50px;
		width: 100%;
		border: 1px solid #002b58;
	}
	.hero_section h5{
		font-size: 20px;
		line-height: 30px;
	}
	.hero_section ul{
		display: block;
	}
	.timesheet_benefits h4 {
		font-size: 20px;
	}
	.timesheet_benefits img {
		width: 85%;
	}
	.t_feature_img img{
		width: 85%;
	}
	.key_features_heading h4{
		font-size: 28px;
	}
	.mobile_col_reverse{
		display: flex;
		flex-direction: column-reverse;
		padding: 1px 15px;
	}
.pricing_div{
    width: 100% !important;
    display: block;
}
.pricing_div h4{
	padding: 8px 15px;
    margin-bottom: 0px;
}
.pricing_options ul {
    margin: 0px;
    padding: 0px;
}
.pricing_options ul li{
	text-align: center;
}
.signup_form_bg .country_form h4{
	font-weight: 500;
    font-size: 14px;
    width: 100%;
}
.signup_form_bg .country_form h4 .selectcountry{
	display: block !important;
    width: auto;
}
.signup_form_bg .country_form h4 span select{
	margin-bottom: 13px;
}
.signup_form_bg .country_form h4 #currency{
	display: none !important;
}
.t_feature_content{
	padding: 0px 15px;
}
.key_industry{
	padding: 0px 15px;
}
.timesheet_benefits {
    padding: 0px 10px;
}

}

/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.hero_section ul {
		margin-top: 20px;
		display: block;
		justify-content: space-around;
		text-align: left;
	}
	.desktopview {
		display: none;
	}
	.show_in_mobile{
		display: block;
	}
	#request_demo1{
		display: block;
	}
	#myBtn1 {
		position: fixed;
    	bottom: 8px;
    	right: 0;
    	left: 0;
    	font-size: 14px;
    	border: none;
    	outline: none;
    	background-color: #009ce1;
    	color: white;
    	cursor: pointer;
    	padding: 8px;
    	border-radius: 4px;
    	z-index: 9999;
    	width: 160px;
    	margin: 0 auto;
	  }
	
		.signup_form_bg{
			position: sticky;
			min-height: auto;
			width: 100%;
		}
		.mobile_iframe{
		    display: block;
			width: 65%;
			min-height: auto;
			margin-top: 20px !important;
			margin: 0 auto;
		}
		.t_feature_content ul li{
			text-align: left;
		}
		.hero_section_img img {
			width: 100%;
		}
		.desktopview{
			display: none;
		}
		.timesheet_benefits p{
			padding: 0px 40px;
		}
		.pricing_div{
			width: 100%;
			margin-bottom: 10px;
		}
		.pricing_options ul li{
			text-align: center;
		}

		.wrap-feature41-box {
			display: none;
		}
		.mobile_view_scrool{
			display: block !important;
		}
		.mobile_view_scrool .owl-carousel .item h2 {
			font-size: 18px;
			color: #002b58;
		}
		.header .signupfreetrial {
			padding: 12px 10px !important;
			width: 220px !important;
		}
}



/* zip crm & Helpdesk software css may-10-2023 */
.profits .large{
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
	color: #002b58;
}
.profits .text-container p{
	color: #002b58;
	padding: 0px 10px;
}
.header .signupfreetrial {
	padding: 12px 55px;
    width: 280px;
    border-radius: 4px !important;
    font-size: 14px;
    margin: 0;
    background-color: #002b58;
    border: 1px solid #e1e1e1;
    margin: 0px 10px;
}
.wrap-feature41-box .f41-tab {
	display: block;
    border: 1px solid #d1d2d3;
    border-radius: 2px;
	padding: 12px 12px;
	max-height: 475px;
    overflow-y: auto;
}
.wrap-feature41-box .f41-tab::-webkit-scrollbar {
    width: 5px;
}
.wrap-feature41-box .f41-tab::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 0px;
}
.wrap-feature41-box .f41-tab::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #c7c9cb; 
}

.wrap-feature41-box .f41-tab li a {
	display: flex;
    /* margin-bottom: 10px; */
    padding: 13px 10px;
	border: 1px solid #d1d2d3;
}
.wrap-feature41-box .f41-tab .nav-item{
	margin-bottom: 10px;
}

.wrap-feature41-box .f41-tab li a .t-icon {
    margin-right: 25px;
    color: #8d97ad;
}

.wrap-feature41-box .f41-tab li a h5 {
    font-weight: 500;
}

.wrap-feature41-box .f41-tab li a h6 {
    font-size: 14px;
    margin-bottom: 0px;
}

.wrap-feature41-box .f41-tab li a.active, .wrap-feature41-box .f41-tab li a:hover {
	background: #002b58;
    box-shadow: 0px 0px 30px rgb(115 128 157 / 10%);
    color: #fff;
    border-radius: 2px;

}
.wrap-feature41-box .f41-tab .nav-item p{
	font-size: 14px;
	margin-bottom: 0px;
}

.wrap-feature41-box .f41-tab li a.active .t-icon, .wrap-feature41-box .f41-tab li a:hover .t-icon {
    background: #00b4ff;
    background: -webkit-linear-gradient(legacy-direction(to right), #00b4ff 0%, #00b4ff 100%);
    background: linear-gradient(to right, #00b4ff 0%, #00b4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -text-fill-color: transparent;
}
.pain_points_crm .pain_point_section  h3{ 
    font-size: 22px;
    color: #002b58;
    line-height: 32px;
	padding-bottom: 10px;
}
.pain_points_crm .pain_point_section  p{
	font-size: 14px;
	color: #002b58;
	text-align: center;
	padding: 0px 22px;
}
.pain_point_section{
	text-align: center;
	padding-bottom: 20px !important;
}
.pain_points_crm .pain_point_section img{
	width: 500px;
}

.comparision_table .table thead th {
	vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    background: #002b58;
    color: #fff;
    font-weight: 500;
    border-top: 0px solid #002b58;
}
.comparision_table .table td{
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #002b58;
}
.comparision_table .table td span .fa-check{
	color: #008000f7;
    font-size: 14px;
}
.comparision_table .table td span .fa-times{
	color: #ff0000de;
    font-size: 14px;
}
.switch_to_crm{
	background-color: #fff;
    padding: 33px 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
	border-radius: 3px;
}
.switch_to_crm h4	{
	font-size: 24px;
    color: #002b58;
    margin-bottom: 0px;
	word-spacing: 2px;
}
.cta_btns{
	display: flex;
	justify-content: center;
}
.cta_btns .signupfreetrial{
	margin: 10px 10px;
    padding: 10px 40px;
    border-radius: 4px;
    background: #002b58;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
	min-width: 230px;
}
.cta_btns .request_demo{
	background: #fff;
    color: #002b58;
    border: 1px solid #002b58;
}
.mobile_view_scrool{
	display: none;
}
.show-more{
	color: #3598db;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    padding: 0px;
    text-decoration: underline;
}


@media (max-width:767px) {
	.customerissueresolve .card a{
		min-height: 72px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	.pain_points_crm .pain_point_section p{
		padding: 0px 25px;
		margin-top: 15px;
	}
	.comparision_table{
		padding: 0px 10px;
	}
.anchornav {
    display: block !important;
}
.header .signupfreetrial{
	width: 250px;
    margin: 0 auto !important;
	padding: 11px 10px !important;
}
.profits .large{
	font-size: 24px;
	padding: 0px 10px;
}
.section-title h2{
	font-size: 20px !important;
	padding: 0px 10px;
}
.categories-view1{
	padding: 0px 10px;
}
.call_to_action{
	padding: 10px 10px;
}
.pain_points_crm .pain_point_section h3{
	font-size: 20px !important;
	padding: 0px 10px;
}
.cta_btns{
	display: block;
}
.switch_to_crm h4 {
    font-size: 20px;
    margin-bottom: 26px;
}
.mobile_view_scrool{
	display: block;
}
.wrap-feature41-box{
	display: none;
}
.mobile_view_scrool .owl-nav{
	height: auto;
	display: none;
}
.mobile_view_scrool .owl-carousel .item h2{
	font-size: 18px;
    color: #002b58;
}
.mobile_buttons{
	margin-bottom: 7px;
}
}



/* togge icon css issue */
.mobile-nav-toggle .icofont-navigation-menu.icofont-close:before {
    content: "\eee4" !important;
}
.mobile-nav-toggle i.fas.fa-times.icofont-navigation-menu{
    color: #fff !important;
    font-weight: 900;
}