.mtb3{
    margin-top: 3px;
}
.widget-box {
    position: relative;
    border: 1px solid #dadada;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.box-shadow {
    box-shadow: 0 0 46px 0 rgb(0 0 0 / 20%);
}
.widget-box h3.title {
    background: #e00e0e;
    border-bottom: 3px solid #2d276d;
    color: #fff;
    padding: 10px 15px 8px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.services-section .lower-section {
    position: relative;
    padding-top: 50px;
}
.widget-box .title {
    text-transform: uppercase;
}
.widget-box .title {
    letter-spacing: 1px;
}
.enquiry-box .content {
    padding: 15px 30px!important;
}
.widget-box .content p {
    font-size: 13px;
}
.enquiry-form {
    margin-bottom: 15px;
}
.enquiry-form .form-group {
    margin-bottom: 15px;
}
.enquiry-form .form-group label {
    font-size: 13px;
    color: #6b6b6b;
}
.enquiry-form .form-group .form-control {
    background: #f3f3f3;
    border-color: #e0e0e0;
}
.enquiry-form .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.enquiry-form .form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}