.css_onethird {
/*   border: 1px solid #4da1d575; */
  padding: 50px 0;
  box-shadow: 0px 0px 6px #4da1d5b2;
  border-radius: 5px;
}
.textdecorationnone a {
  text-decoration: none !important;
}
.css_contactform select,
.css_contactform input {
  border: 1px solid #dfdfdf !important;
  border-bottom: 1px solid #b6b6b7 !important;
  border-radius: 0 !important;
  margin-bottom: 15px;
  font-size: 14px !important;
  border-radius: 4px !important;
  font-family: inter;
  height: 44px;
  padding: 0 15px !important;
}
.css_contactform textarea{
  border-radius: 4px !important;
  height: 110px;
  border: 1px solid #dfdfdf !important;
  border-bottom: 1px solid #b6b6b7 !important;
  border-radius: 0 !important;
  margin-bottom: 15px;
  font-size: 14px !important;
  font-family: inter;
}
.css_contactform label {
  color: #000;
  font-family: inter;
  margin-bottom: 15px !important;
    margin-top: 9px;
}
.date_wrapper p {
  margin-bottom: 0;
}
.date_wrapper {
/*   margin-top: 26px; */
}
.date_wrow p {
  display: flex;
}
span[data-name="your-time-field"] {
  width: 21%;
  padding-left: 20px !important;
}
.wpcf7-form-control-wrap.datepicker-59 {
  width: 79% !important; 
}
.frm_row_wrapper .wpcf7-form-control-wrap {
  width: 48.4%;
}
.frm_row_wrapper p {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}
.css_contactform .wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #02aeef;
  color: #fff;
  padding: 0 !important;
  border: 0 !important;
  width: 150px;
  display: flex;
  margin-bottom: 0 !important;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: inter;
}
.css_background ul {
  margin-bottom: 21px !important;
}
.css_background {
  background: #02aeef;
  padding: 35px;
  color: #fff !important;
  border-radius: 20px;
}
.stylecolor * {
  color: white !important;
}
.company_profilecss table {
  background: white !important;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0px 0px 18px #02aeef57;
  border-radius: 18px;
	  overflow: hidden;
}
.css_background ul {
  margin-bottom: 21px !important;
}
.css_background {
  background: #02aeef;
  padding: 45px;
  color: #fff !important;
  border-radius: 20px;
}
.company_profilecss table tbody > tr:nth-child(2n+1) > td,.company_profilecss table tbody > tr:nth-child(2n+1) > th {
  background-color: hsla(196.5, 98.3%, 47.3%, 0.22) !important;
}
.company_profilecss table td:first-child {
	width: 39%;
	color: #2f2f2f;
	border: 0;
	border-right: 1px solid #02aeef63 !important;
	font-size: 16px;
}
.company_profilecss table td {
	border: 0px solid hsl(196.5, 98.3%, 47.3%) !important;
	padding: 9px 21px;
	background-color: hsla(196.5, 98.3%, 47.3%, 0.14) !important;
	color: #5b5b5b;
}
.slider_csss {
	position: relative;
	width: 100%;
/* 	height: 50px; */
	overflow: hidden;
/* 	margin-top: 1rem; */
}
.slider_csss ul {
	display: flex;
	animation: slide 10s linear infinite;
}
.slider_csss ul li {
  padding: 0 30px;
  background: #d7eef8;
  margin: 0 1rem;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  display: flex;
  align-items: center;
}
@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
/* Duplicate list items for infinite effect */
.slider_csss ul li:nth-last-child(-n+16) {
	margin-left: auto;
}
header .hideonheader {
  display: none;
}
.css_background {
  padding: 20px !important;
}
@media only screen and (max-width: 767px){
	footer ul {
	  padding-left: 17px;
	}
	.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
	  width: 2503px !important;
	  max-width: 250px;
	  border-top: 3px solid #00AEEF;
	  z-index: 9999 !important;
	}
}