/*
    Theme Name: ManoTheme
    Theme URI: 
    Description: Mano Enterprise Site.
    Version: 1.0.0
    Author: Lohith - Idaksh Technologies
    Author URI: http://idaksh.in/
*/

*{
    padding: 0px;
    margin: 0px;
}
a.txt {
    color: #fff;
}

/* Preventive Maintenance Management Tab Styles */

.service_menu ul{
	border:0.5px solid #ccc;
}
a.service-i-link {
    color: #ef2028;
}

.service_menu li.menu-item{
	width: 100%;
    color: #2d2d29;
    display: block;
}

.service_menu .menu-item a.hfe-menu-item {
    line-height: 24px !important;
    padding: 11px 10px !important;
    border-bottom: 0.5px solid #ccc;
    padding-left: 65px !important;
}

.service_menu .menu-item a::before {
    content: '\2713';
    color: #000;
    position: absolute;
    display: flex;
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    opacity: 1!important;
    font-size: 30px;
    background: white !important;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;

    margin: 10px 0px;
    border-right: 0.5px solid #ccc;
}

.service_menu .menu-item:hover a::before,
.service_menu .current-menu-ancestor a::before{
    color: #FF0000C7;
    border-right: 0.5px solid #FF0000C7;
    background: #f1f1f1 !important;
	
}
/* End Of The Preventive Maintenance Management Tab Styles */

/* contact form */

.textbox4 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #9e9898;
    padding: 10px;
    height: 7em;
}

.enquiry-form4 input {
    border: none;
    border-bottom: 1px solid #9e9898;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.enquiry-form1 {
    float: left;
    width: 49%;
}

.enquiry-form2 {
    float: right;
    width: 49%;
}

.enquiry-form1 input {
    padding: 10px 10px;
    margin: 11px 0;
    border: none;
    border-bottom: 1px solid #9e9898;
    width: 100%;
}

.enquiry-form2 input {
    padding: 10px 10px;
    margin: 11px 0;
    border: none;
    border-bottom: 1px solid #9e9898;
    width: 100%;
}

.enquiry-form input {
    padding: 10px 5px;
    margin: 11px 0;
    border: none;
    border-bottom: 1px solid;
}

.enquiry-form .textbox3 {
    width: 100%;
    margin-bottom: 7px;
    border: none;
    border-bottom: 1px solid #9e9898;
}

.enquiry-form .textbox5 {
    width: 49%;
    float: left;
    border: none;
    border-bottom: 1px solid;
}

.enquiry-form .enq-date {
    width: 49%;
    float: right;
}

.enquiry-form label {
    margin: 5px 2px;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 9px 60px;
    background-color: red;
    color: white;
    border: none;
}

.enquiry {
    border: 1px solid #d8d8d8!important;
    padding: 20px;
    margin-top: -18px;
    background-color: #f1efef;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: black;
}

input::-webkit-input-placeholder {
    color: #ffffff9c;
    !important; font-weight: 600;
    font-size: 15px;
}

textarea::-webkit-input-placeholder {
    color: #0000006b !important;
    font-weight: 600;
    font-size: 15px;
}

input::placeholder {
    color: #0000006b;
}

.Delivery input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.enq-date {
    padding: 10px 10px;
}

.enquiry-form {
    margin: 10px 0px;
}

.contact-form label {
    font-family: 'Poppins';
}

input.btnSubmit {
    outline: none;
    border: none;
    /* padding: 15px; */
    color: #ec0000;
    border: 1px solid #ec0000;
    font-size: 20px;
    text-transform: uppercase;
    background: transparent;
}

input.btnSubmit:hover {
    color: #fff;
    border: 1px solid #ec0000;
    background: #ec0000;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
/* contact form ends*/

/* footer text */
a.footerlink {
    color: #ed1c24;
}
/* footer text end */

/*list padding*/
ul.list-padding {
    padding-left:30px
}