.block-feature .box {
    height: 100%;
}

.photos .list .slick-slide img {
    transition: all .3s ease;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    display: block;
    margin: 0 auto;
    width: 100%;
    animation: al;
}

.photos .list .slick-slide.slick-current > img {
    transition: all .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 110%;
    margin-left: -5%;
}

.cp-form .photos {
    margin-bottom: 20px;
}

.btn-primary2 {
    background-color: #333D6B;
    border-color: #333D6B;
}

.btn-primary3 {
    background-color: #BFBFBF;
    border-color: #BFBFBF;
    color: #000;
}

.custom-color-container {
    position: relative;
}

.clr-picker {
    width: 100%;
}

input.jscolor {
    visibility: hidden;
}

#preview-color {
    width: 100%;
    height: 130px;
    margin-right: 10px;
    border-radius: 10px;
}

.custom-color-container {
    display: flex;
}

.service-table td {
    padding: 0;
}

.service-table td input {
    padding: 5px;
}

.table-no {
    text-align: center;
    font-weight: bold;
    vertical-align: middle !important;
}

textarea.js-table-field {
    height: 35px;
    resize: none;
    background-color: transparent;
    border: 0;
    border-left: 1px solid #dee2e6;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    min-height: auto;
}

textarea.js-table-field.js-table-color {
    border: 1px solid transparent;
    border-left-color: #dee2e6;
}

textarea.js-table-field.js-table-color.is-invalid {
    border-color: #dc3545;
}

.modal {
    z-index: 999999;
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
}

/* .attach-file {
    background-color: #fffde9;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 33px;
    color: #000;
    padding: 0 15px;
    margin-top: 1.5rem;
    display: block;
    cursor: pointer;
    border-color: transparent;
    border-radius: 0.25rem;
    position: relative;
}

.attach-file .arrow-top {
    position: absolute;
    top: -24px;
    left: 15px;
    border-bottom: 24px solid #fffde9;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
}

.attach-file.uploaded {
    background-color: #F1D220;
    color: #000;
}

.attach-file.uploaded:before {
    font-family: FontAwesome;
    content: '\f00c';
    float: left;
    font-size: 20px;
    position: relative;
    margin-right: 5px;
    visibility: visible;
    background: transparent;
    opacity: 1;
}

.attach-file:after {
    font-family: FontAwesome;
    content: '\f0c6';
    float: right;
    font-size: 20px;
    position: relative;
}

.attach-file.btn {
    width: 100%;
    margin: 0;
}

.attach-file.btn:after,
.attach-file.btn:before {
    float: none;
} */

.js-hidden-field {
    display: none;
}

.loadingas {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #006595; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    display: none;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


 .grid-sizer,
.grid-item {
    width: 25%;
    padding: 10px;
}

.grid-item img {
    border-radius: 10px;
}

.cookie-consent {
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 6px;
    bottom: 40px;
    left: 40px;
    background: #fffde9;
    border: 1px solid;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px;
    display: none;
}

.cookie-consent .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
    color: #000;
}

.cookie-consent .text {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .cookie-consent {
        left: 20px;
        right: 20px;
        padding: 15px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

@media (max-width: 768px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
        padding: 10px;
    }
}

/* .site-header .header-page-link .login-header > a {
    letter-spacing: 0;
    font-weight: bold;
    background: #006595;
    padding: 10px;
    color: #fff;
} */

.site-header .header-page-link .login-header > a {
    letter-spacing: 0;
    font-weight: bold;
    color: #000;
}

.block-contact-form .contact-us-form input[type=email].is-invalid,
.block-contact-form .contact-us-form input[type=text].is-invalid {
    border-color: #dc3545;
}

.site-header .header-page-link .login-header > a:after {
    content: '';
    display: none;
}

.service-container {
    display: flex;
    max-width: 1000px;
    flex-wrap: wrap;
    justify-content: center;

}

/* .sbg-0,
.sbg-3,
.sbg-6,
.sbg-9 {
    background-color: rgb(224, 238, 255);
}

.sbg-1,
.sbg-4,
.sbg-7,
.sbg-10 {
    background-color: rgb(241, 241, 241);
}

.sbg-2,
.sbg-5,
.sbg-8,
.sbg-11 {
    background-color: rgb(214,198,170);
} */

.cp-border {
    border-radius: 0.25rem;
}

.service-table tfoot tr td {
    border-radius: 0.25rem;
}

.notes .read-more {
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.notes .notes-long {
    display: none;
}

.notes .read-more-container {
    text-align: right;
}

.cp-comment {
    border-radius: 0.25rem;
    padding: 15px;
    background-color: #fffde9;
    position: relative;   
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .jscolor-wrap {
        margin-bottom: 1rem !important;
    }
}

.alert-yellow {
    background-color: #fffde9;
}

.photos-one .slick-track {
    transform: none !important;
}

.site-main .page-title .content-title-heading .text-title-heading {
    text-transform: none;
}

.field-name.top {
    position: relative;
}

.field-name.vertical .field-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.field-name.vertical .field-block span {
    webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;

    text-align: center;
    line-height: 15px;
}

.field-name.vertical {
    max-width: 75px;
}

th.field-name.field-border1,
th.field-name.field-border2,
th.field-name.field-border3,
th.field-name.field-border4 {
    border-top: 3px solid #000;
}

.field-name.field-border2,
.field-name.field-border4 {
    border-left: 3px solid #000;
}

.field-name.field-border3,
.field-name.field-border4 {
    border-right: 3px solid #000;
}

tbody tr:last-child td.field-name.field-border1,
tbody tr:last-child td.field-name.field-border2,
tbody tr:last-child td.field-name.field-border3,
tbody tr:last-child td.field-name.field-border4 {
    border-bottom: 3px solid #000;
}


@media (max-width: 768px) {
    .field-name.vertical {
        min-width: 50px;
    }
}

input[type="text"].js-field {
    padding-left: 10px;
}

textarea.js-field {
    padding-left: 10px;
}

.table thead th {
    vertical-align: middle;
}

.cp-btn-50 {
    min-width: 48%;
    max-width: 48%;
}

.cp-file-row {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.attachment__caption {
    display: none !important;
}

video {
    max-width: 100%;
}

.cp-note {
    background-color: #fffde9;
}

/* .cp-note.arrow-top {
    margin-top: 20px;
}

.cp-note.arrow-bottom {
    margin-bottom: 20px;
} */

.lightbox {
    z-index: 1000000 !important;
}