/* Minification failed. Returning unminified contents.
(274,12): run-time error CSS1035: Expected colon, found 'plugins'
 */
.maintitle {
    flex: 1 0 0;
    color: #4D4D4D;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom:20px;
}

.maindescription {
    color: #666;
    font-family: Open Sans;
    font-size: 16px;
}

/* START FORM DETAIL*/
.detailformTitle {
    color: #53b1e4;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 25px;
    display: table;
    width: 100%;
}

.detailformSummary {
    padding-bottom: 20px;
}

.form-detail .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 14px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}

.contactform-submit-enabled {
    cursor: pointer;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #53b1e4;
    transition: .5s;
    border-radius: 4px;
    border: none;
    width: 235px;
    height: 49px;
    pointer-events: all;
}

input#DetailFormSubmit:focus {
    border: none;
    outline: none;
}

.checkbox-theme input[type="checkbox"]:checked + input + label::before {
    background-color: #fff;
    border: 2px solid #95c41f;
}

input[type=checkbox]:checked + input + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #95c41f;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 900;
}

.validborder {
    border: 1px solid #ff1a1a !important;
}

.toparea {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    margin-bottom:10px;
}

.customerarea {
    display: flex;
    width: 715px;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    width: 100%;
}

.customerarea:not(:last-child) {
    margin-bottom: 10px;
}

.customerimage {
    height: 160px;
    border: 1px solid #f6f6f6;

}

.customerservices, .serviceprovidercontact {
    float: left;
    position: relative;
    width: 100%;
}
.customerservicestitlewrapper {
    float: left;
    width: 100%;
    min-height: 40px;
}

.customerservicesbody {
    background-color: #f6f6f6;
    padding: 20px;
    display: grid;
    grid-gap: 10px;
}

.grid-item {
    position: relative;
    display:flex;
}

.grid-item::before {
    content: "•";
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.grid-item span {
    align-self: stretch;
    color: #666;
    font-family: Open Sans;
    font-size: 16px;
    padding-left:15px;
}

label.TermsAcceptedLbl {
    font-size: 12px;
    line-height: normal;
}

.input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 14px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.customerdatas {
    line-height: 20px;
    overflow: visible;
}

.customerdescription {
    flex: 1 0 0;
    color: #4D4D4D;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
}

.customertitle {
    align-self: stretch;
    color: #4D4D4D;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.form-detail .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 14px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}

.freetext textarea {
    resize: vertical;
    height: 73px !important;
    padding-bottom:0px !important;
}

.container.body-content {
    padding-bottom: 20px !important;
}

.contactsummary {
    font-weight:bold;
}

span[id^='showcontactServiceformbtn_'] {
    min-width: 215px !important;
    max-width: 215px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    background: #003366;
    border: 2px solid #003366;
    padding: 10px 25px 10px 25px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.noresults {
    padding: 20px;
    background-color: #fff;
}

.responseMessage {
    margin-top:10px;
    color:red;
}

#dfpBanner {
    margin-left: 29px;
}

#showcontactformbtn {
    display: flex;
    padding: 11px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-radius: 5px;
    background: #89A831;
    cursor: pointer;
    color: white;
    width: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.inactiveBtn {
    pointer-events:none;
}

.services {
    Browse plugins Frame 1034 display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
}

#contactModal .modal-dialog {
    width: unset;
}

.form-group {
    margin-bottom: 10px;
}

.checkbox {
    margin: 18px 0px;
}

.contactTitle {
    font-size: 16px;
}

.sl_title {
    color: #4D4D4D;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.servicelist {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    margin-bottom:10px;
}

.sl_link {
    justify-content: space-between;
    align-self: stretch;
    padding: 8px 12px;
    gap: 8px;
}

.sl_body {
    display: flex;
    flex-flow: column;
}

.sl_d_text {
    flex: 1 0 0;
    color: #4D4D4D;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 16px;
}

.sl_title {
    margin:auto;
}

.serviceTitle {
    display: block;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 3px;
}
