@charset "UTF-8";

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

input {
    outline: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

p {
    line-height: 1.6;
    margin: 0.8em 0;
}

.repair-services-item {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin-bottom: 20px;
}

.repair-services-item a {
    display: block;
    text-align: center;
}

.repair-services-item a img {
    width: 155px;
    height: 155px;
    object-fit: cover;
}

h3.repair-services-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

section .section-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

a.btn-view-quote {
    border: 2.8px solid #1268b3;
    border-radius: 5px;
    color: #1268b3;
    font-weight: bold;
    padding: 6px 10px;
    background: #f8f8f8;
}

a.btn-view-quote:hover {
    background: #1268b3;
    color: #fff;
}

.modal-open {
    padding-right: 0 !important;
}

.modal {
    background: #333333d1;
}

.filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    background: #cecece;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.filter__item .checkbox-styled {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

.checkbox-styled .item-name {
    margin-left: 4px;
    font-size: 13px;
}

.filter__item input {
    z-index: -1;
    opacity: 0;
    margin-bottom: 0;
}

.filter__item .checkbox-styled__icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: -1px;
    left: -2px;
}

.checkbox-styled__input:checked+.checkbox-styled__icon:before {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75);
    transition: -webkit-transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75);
    transition: transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75);
    transition: transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75), -webkit-transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.checkbox-styled__icon::before {
    content: "\f00c";
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fefefe;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #39419c;
    border-radius: 4px;
}

.body-content {
    padding: 10px 30px;
}

.body-content .media-body h5 {
    line-height: 28px;
}

.filter__item.active {
    background: #f1ba1e;
}

.btn-choose-service {
    background: #2368b1e8;
    color: #fff;
    padding: 6px 34px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
}

.btn-choose-service:hover {
    color: #fff;
}

.form-wrapper p {
    font-size: 14px;
    margin-bottom: 0;
}

.modal.show .modal-dialog {
    transform: scale(1) translateY(-50%) !important;
}

.modal .modal-dialog {
    margin: 0 auto;
    top: 50%;
    transform: scale(0.3) translateY(-50%) !important;
    transition: all 0.5s !important;
    transform-origin: 50% 10%;
}

#popup-specifications-2 .modal-dialog {
    max-width: 800px;
}

#popup-specifications-2 .modal-dialog .filter__item {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
}

#popup-specifications-2 .modal-dialog .body-content {
    padding: 30px;
}

a.btn-choose-service.disabled {
    background: #d1d1d1;
    pointer-events: none;
}


@media screen and (max-width: 600px) {

    .repair-services-item {
        margin-bottom: 20px;
    }

    h3.repair-services-title {
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        height: 30px;
    }

    .repair-services-item a img {
        width: 95px;
        height: 95px;
        object-fit: cover;
    }

}


.icon_home {
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon_home .col-6 {
    margin-bottom: 10px;
}


.media-body button.close {
    top: 9px;
    right: 11px;
    position: absolute;
    font-size: 31px;
    color: #ff0000;
    opacity: 2;
}