/*
Theme Name: Finovate Child
Author: VamTam
Author URI: https://vamtam.com
Template: finovate
*/

.footer-testimonial .swiper-slide {
	padding: 0;
}
.testimonials-title, h3.testimonials-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #92c200;
}
.service-box:hover p, .service-box p:hover, .service-box:hover .elementor-widget-text-editor {
	color: #fff;
}
#searchForm input[type=text] {
	width: 80%;
	background-color: #ffffff;
    border: 1px solid #92c200;
    border-radius: 30px 30px 30px 30px;
	padding: 12px 20px 12px 20px;
}
#searchForm button {
    border: none !important;
}
.samples .sample {
  cursor: pointer;
  padding: 2px 6px;
  border: 1px dashed #444743;
  margin: 10px 2px 0;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
}
.samples .sample:hover {
  background: #f5f5f5;
}

@media (max-width: 600px) {
	#searchForm input[type=text], #searchForm button { 
		width: 100%;
	}
	#searchForm button { 
		margin-top: 6px;
	}
}

.sidebar-list li a {
    padding: 0 20px 0 20px;
}
.sidebar-list li {
    border-left: 5px solid #CCC;
	border-right: 1px solid #CCC;
}
.sidebar-list li:hover {
    border-left: 5px solid #92c200;
}

table {
  border-collapse: collapse;
  width: 100%;
}
th {
  border-bottom: 1px solid #a9ce31;
  text-align: center;
  vertical-align: middle;
  padding: 10px 8px;
  color: #3a813f;
  font-weight: 600;
}
td {
  text-align: center;
  vertical-align: middle;
  padding: 6px 8px;
  color: #3a813f;
}
td:first-child, th:first-child {
  text-align: left;
  
}
tr:nth-child(odd) {
  background-color: #ecefde;
}
#menubtn {
	background: #1c4b42;
	color: #fff;	
}
#menubtn a, #menubtn a .e-n-menu-title-text {
	color: #fff;
}
#menubtn:hover {
	background: #92c200;
	color: #fff;	
}