.red {
    color: #BE1E2D;
}

section:not(.normal-text) .light-text-desktop p {
	color: #fff;
}
@media screen and (max-width: 768px) {
	section:not(.normal-text) .dark-text-mobile p {
		color: var(--bs-body-color);
	}	
}

#main section .h1, section .h1 { 
    /* font-weight: 600; */
    /* font-size: 30px; */
    line-height: 1.5em;
    text-transform: none;
    padding-bottom: 24px;
    font-weight: 600 !important;
}

#main h2, #main h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.bg-white {
    color: #12172d;
}

#secondary-navbar li {
    margin: 0 0 0 15px;
    padding: 10px 15px;
}

#secondary-navbar li.btn a.nav-link {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}

#secondary-navbar li.btn.btn-black:hover a {
    color: #000;
}

#secondary-navbar li.btn.btn-secondary a.nav-link {
    color: #12172D;
}

#secondary-navbar li.btn.btn-secondary:hover a {
    color: #BE1E2D;
}

/* #secondary-navbar li.btn {
    padding: 0 30px;
} */

.navbar-expand-lg .first-nav-col .navbar-collapse {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav li.btn {
    padding-top: 0;
    padding-bottom: 0;
}

body.icv__body {
    overflow: auto !important;
    padding-right: 0 !important;
}

.icv__circle {
    background: #FFCB04;
}

.icv__arrow-wrapper path {
    stroke: #12172d;
    stroke-width: 2px;
}

.icv__arrow-wrapper:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    width: 14px;
    height: 1px;
    display: block;
    background: #12172d;
}

.icv__control .icv__circle {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

.icv__arrow-wrapper svg {
    width: 15px !important;
    height: 15px !important;
}

.icv__control .icv__control-line {
    width: 3px !important;
}

.icv__theme-wrapper {
    padding: 0 6px;
}

.icv__arrow-wrapper {
    position: relative;
}

.archive .hero-banner {
    min-height: 60vh;
    border-radius: 0 0 80px 80px;
}

/* .icv__arrow-wrapper:before {
    content: '';
    display: inline-block;
    width: 120%;
    height: 1px;
    background: #fff;
    position: absolute;
}

.icv__arrow-wrapper:first-child:before {
    left: 5px;
}


.icv__arrow-wrapper:last-child:before {
    right: 5px;
} */

.service-tiles-icon {
    width: 4em;
    height: 4em;
    object-fit: contain;
}

.form-with-bg p a {
    font-weight: 700;
    color: #000;
}

.form-with-bg h3 {
    padding-bottom: 10px;
}

.form-with-bg p a:hover {
    text-decoration: underline;
}

.bg-dark {
    color: #fff;
}

.bg-dark p a {
    color: #ffcb04;
    font-weight: 400;
    border-bottom: 0;
}

.bg-dark p a:hover {
    text-decoration: underline;
}

img.icon.ama-icon {
    max-width: 7em;
    max-height: 7em;
    height: 7em;
    min-height: auto;
    margin-bottom: 10px;
    object-fit: contain;
}

.repair-process-heading {
    padding-bottom: 8em;
}

.repair-process-section {
    margin-top: -5em;
}

.repair-process-section img {
    min-width: 95%;
    border-radius: 5px;
    margin: 0 auto 15px 0;
    object-fit: cover;
}

.repair-process-section .logo-item h4 {
    max-width: 100%;
    font-size: 18px;
}

.section-service-tiles a {
    text-decoration: none;
}

.section-service-tiles a > div {
    transition: .3s ease all;
}

.section-service-tiles a:hover > div {
    opacity: .8;
}


/* Footer */

.footer-4 .widget-title {
    display: none;
}

.footer-4 li.btn {
    width: 100%;
    padding: 5px 0px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.footer-4 li.btn a {
    text-align: center;
    justify-content: center;
    margin: 0;
    /* font-family: 'Montserrat';
    font-weight: 500; */
}

.footer-4 li.btn.btn-black:hover a {
    color: #000;
}

.triangle-badge {
    border-bottom: 7em solid #fff;
    border-left: 7em solid transparent;
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
}

ul#menu-secondary-footer-menu, ul.social {
    display: flex;
    flex-direction: row;
}

ul#menu-secondary-footer-menu li {
    margin-right: 5em;
}

footer ul.social li.social-link a {
    border-radius: 20px;
    border: 1px solid #fff;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    transition: .3s ease all;
}

footer ul.social li.social-link a:hover {
    background: #fff;
    color: #000;
}

footer ul.social li.social-link a i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.tiles-alt-1 .tile img {
    min-height: 15rem;
}

.footer-logo img {
    max-width: 100%;
    margin: 0 15px;
}

.footer-logo hr {
    opacity: 1;
    display: block;
    color: #939597;
}

.footer-logo span {
    color: #939597;
    margin-top: -10px;
}
 
.homepage-logos .logo-item:nth-child(1) img,
.homepage-logos .logo-item:nth-child(2) img {
    min-width: 12rem;
}

@media only screen and (max-width: 769px) { 
    .repair-process-heading {
        padding-bottom: 8em;
    }
    
    .repair-process-section {
        margin-top: -5em;
    }

    img.icon.ama-icon {
        left: 0;
        min-width: auto;
    }

    ul#menu-secondary-footer-menu, ul.social {
        display: flex;
        flex-direction: column;
    }

    ul.social {
        display: flex;
        flex-direction: row;
    }

    .triangle-badge {
        border-bottom: 4em solid #fff;
        border-left: 4em solid transparent;
    }

    .repair-process-section img {
        min-height: 150px;
    }

    .image-compare-content {
        order: 1;
    }

    .before-content, .after-content {
        order: 2;
    }

    .form-with-bg.full-banner {
        min-height: 45vh;
    }

    .cta-block-title {
        max-width: 100%;
        text-wrap: pretty;
    }

    .tile-content.mb-3 iframe {
        min-height: 12em !important;
        margin-bottom: 0 !important;
    }
}