.aboutcomon img {
    max-width: 145px !important;
    width: 145px;
}
.aboutsct  img:hover {
    border: 10px solid #e96656 !important;
}
.problems img:hover {
    border: 10px solid #34d293!important;
}
.solution img:hover {
    border: 10px solid #3ab0e2!important;
}
.aboutsct  h3 {
    border-bottom: 2px solid #e96656;
    width: max-content;
    margin: 20px auto 30px;
}
.problems h3 {
    border-bottom: 2px solid #34d293;
    width: max-content;
    margin: 20px auto 30px;
}
.solution h3 {
    border-bottom: 2px solid #3ab0e2;
    width: max-content;
    margin: 20px auto 30px;
}
footer a {
    color: #7a7a7a;
}
footer p {
    margin: 0;
}
.titleset h2.bdp-post-title {
    font-size: 20px;
    text-align: left;
    opacity: .5;
}
.titleset h2 {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 2px solid #02979d;
    padding-bottom: 10px;
    width: max-content;
}
.bdp-post-grid {
    margin-bottom: 0px;
}
.leftborder {
    border-left: 1px solid #ddd;
}
.contactform input {
    height: 40px;
    width: 100%;
padding: 0px 15px;
}
.contactform textarea {
    width: 100%;
padding: 15px 15px;
}
.contactform form {
    width: 100%;
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 0px 5px 10px #ddd;
}
.contactform  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #e96656;
    border: none;
    padding: 13px 20px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    height: auto;
}
.hfe-nav-menu li a:hover {
    color: #02979d;
}
.current-menu-item a{
border-bottom:2px solid #02979d;
}
.hfe-nav-menu li.menu-item a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px 20px;
}
.tableset tr, .tableset td, .tableset th {
    border: 1px solid #ddd;
}
.tableset tr:nth-child(even) {
  background-color: #D6EEEE;
}
.contactform {
    background: #f6f6f6;
    width: 100%;
    float: left;
}
span.wpcf7-spinner {
    display: none;
}
@media only screen and (max-width: 767px) {
.headermain .elementor-container.elementor-column-gap-default {
    flex-wrap: nowrap;
}
.headermain .hfe-nav-menu__toggle.elementor-clickable {
    margin: 0px 0px 0px auto !important;
}
.tableset .elementor-widget-container {
    width: 100%;
    overflow: auto;
}
}