a {
    text-decoration: none;
    color: #007dba;
}
a:hover {
    color: #025c88;
}
p {
    line-height: 24px;
    font-weight: 400;
    color: inherit;
    margin-bottom: 16px;
}
ul li {
    padding: 7px 0 7px 0;
}
ol li {
    padding: 7px 0 7px 0;
}
h5 {
    font-weight: bold;
    font-size: 19px;
}
#ars-location-mobile {
    display: none;
}
.zero-margin {
    margin: 0;
}
.left-align {
    margin-left: -7px;
}
.large{
    font-size: 1.10em;
}
.main-nav {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    margin-top: 5px;
}
.main-nav-button {
    padding: 0 15px 0 15px;
}
.navbar-light {
    background-color: #ffffff;
}
.box-shadow {
    box-shadow: 2px 2px 8px #cccccc;
    background-color: #ffffff;
}
.text-dark {
    color: #000000;
    cursor: pointer;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.btn {
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #007dba;
    --bs-btn-border-color: #007dba;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #007dba;
    --bs-btn-border-color: #007dba;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    font-weight: bold;
}
.btn-outline-secondary {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
    border: 2px solid #000000;
    font-weight: bold;
}
.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #e9f0f5;
    --bs-btn-border-color: #e9f0f5;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #007dba;
    --bs-btn-hover-border-color: #007dba;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
    font-weight: bold;
    width: 175px;
}
.btn-outline-primary {
    border: 2px solid white;
}
.btn-outline-dark {
    border: 2px solid #212529;
    font-weight: bold;
    min-width: 300px;
}
.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #e9f0f5;
    --bs-btn-border-color: #e9f0f5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #007dba;
    --bs-btn-hover-border-color: #007dba;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
    border-radius: 10px;
    width: 100%;
}
.location {
    padding: 25px 20px 25px 20px;
    min-width: 300px;
}
.dropdown-heading{
    margin: 0 0 15px 0;
    font-weight: bold;
}
.ars-blue {
    color: #007dba;
}
.white {
    color: #ffffff;
}
.font-18 {
    font-size: 18px;
    max-width: 850px;
}
.light-bg {
    background-color: #f7f7f7;
    margin: -50px 0 0 0;
}
.light{
    color: #ffffff;
    text-decoration: underline;
}
.light:hover{
    color: #dddddd;
}
.content {
    margin: 170px 0 0 0;
}
.button-width{
    min-width: 300px;
}
.schedule {
    background-image: url('/media/p2xfjhpt/ready_to_schedule_homepage.jpg');
    height: 300px;
    background-size: cover;
    background-position: 0% 60%;
    color: #ffffff;
}
#careers-grow {
    background-image: url('images/penultimate_section.jpg');
    height: 300px;
    background-size: cover;
    background-position: 0% 40%;
    
    color: #ffffff;
}
#community-outreach {
    background-image: url('images/ready_to_schedule_homepage.jpg');
    height: 280px;
    background-size: cover;
    background-position: 0% 40%;
    
    color: #ffffff;
}
#join-our-team-h2 {
    padding-top: 90px;
}
#join-team {
    background-image: url('images/ready_to_schedule_homepage.jpg');
    height: 270px;
    background-size: cover;
    background-position: 0% 40%;
    
    color: #ffffff;
}
#h2-schedule {
    padding: 70px 0 0 0;
}
.footer {
    background-color: #262222;
    color: #ffffff;
    padding: 48px 0 60px 0;
    color: #ffffff;
}
.footer a {
    color: #ffffff;
    font-size: 16px;
}
.footer a:hover {
    color: #007dba;
}
.small-body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: inherit;
}
.small-body a {
    text-decoration: underline;
}
.width-300 {
    width: 300px;
    margin: 0 auto;
}
.max-width-450 {
    max-width: 450px;
    white-space: normal;
}
.h1-mobile {
    max-width: 800px;
}
.h1-mobile-small {
    max-width: 800px;
}
.black {
    color: #000000;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #bbbbbb;
    opacity: .25;
}
/* Carousel */
.multi-carousel {
    
    width: 100%;
}
.multi-carousel .multi-carousel-inner {
    
    width: 80%; /*100%;*/
    white-space: nowrap;
}
.multi-carousel .multi-carousel-inner .multi-carousel-item {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0 3px
}
.multi-carousel .multi-carousel-inner .multi-carousel-item img {
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}
.multi-carousel.vertical {
    height: 350px
}
@media(max-width:768px) {
    .multi-carousel.vertical {
        height: 150px
    }
}
.multi-carousel.vertical .multi-carousel-inner {
    height: 100%
}
.multi-carousel.vertical .multi-carousel-inner .multi-carousel-item {
    padding: 2px 0
}
.multi-carousel.vertical .multi-carousel-inner img {
    max-height: none
}
.multi-carousel.vertical .carousel-control-prev {
    width: 100%;
    height: 15%
}
.multi-carousel.vertical .carousel-control-next {
    top: auto;
    width: 100%;
    height: 15%
}
.multi-carousel.vertical .carousel-control-next span, .multi-carousel.vertical .carousel-control-prev span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.carousel-control-next, .carousel-control-prev {
    top: -60px;
    width: 5%;
}
/* End carousel styles*/
.card-text {
    white-space: normal;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #007dba;
    border-radius: 7px;
}
.card{
    min-height: 250px;
    border-radius: 15px;
}
#locations-top-image {
    background-image: url(locations.jpg);
    height: 290px;
    background-size: cover;
    background-position: 0% 40%;
    
}
#locations-help {
    
    top: -85px;
}
.highlight-locations {
    background-color: #0b2744;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    padding: 45px 40px;
    width: 62%;
    margin: 0 auto;
}
.highlight-locations btn {
    width: 350px;
}
.top-minus-60 {
    
    top: -60px;
}
.mb-minus-15 {
    margin-bottom: -15px;
}
.service-content-wrapper {
    margin: 0 100px 0 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.about-us-accordian {
    margin: 0;
    padding: 0;
}
.services-benefits {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    padding: 35px 25px 20px 25px;
    margin: 20px 15px 0 0;
    width: 31%;
}
.service-guarantee-slider {
    margin: 0;
}

.service-guarantee-highlight {
    background-color: #0b2744;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    padding: 32px 40px;
    margin-top: -200px;
    width: 350px;
    z-index: 1000;
}
.branch-page {
    margin-top: 97px;
}
.branch-page-non-ars {
    margin-top: 91px;
}
.h1-compact {
    font-size: 46px;
}
.h1-really-compact {
    font-size: 34px;
    line-height: 45px;
}

.form-label {
    margin-bottom: 0;
}
.deals-card {
    padding: 32px 18px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    min-height: 350px;
    /*height: 100%;*/
    /*height: 800px;*/
}
.deals-card-body {
    display: flex;
    flex-direction: column;
}

.top-minus-200 {
    margin-top: -200px;
}
 .width-500 {
     width: /*500px*/ 750px;
 }
/* FROM styles*/
.content-container {
    max-width: 768px;
    margin: 0 auto;
}
.blog-hero-image {
    height: 280px;
    background-image: url("hero_section.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.blog-heading {
    max-width: 960px;
    margin: 0 auto;
}
.blog-heading ul {
    left: 45%;
    position: absolute;
}
.blog-social-links {
    display: inline-block;
    text-align: center;
    list-style-type: none;
}
.blog-social-links li {
    padding: 0 10px 0 10px;
}
div.blog-image img { /*check this one*/
    margin: 15px 0 15px 0;
    border-radius: 25px;
}
h1, .large-header {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    font-stretch: 85%;
    color: inherit;
    margin: 0;
}
h2, .medium-header {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    font-stretch: 85%;
}
h3, .small-header {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-stretch: 85%;
}
h4 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    font-stretch: 85%;
}
p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
a {
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
/*img {
    max-width: 100%;
    height: auto;
}*/
.title-lg {
    font-size: 42px;
    line-height: 56px;
    font-stretch: 85%;
}
.title-md {
    font-size: 30px;
    line-height: 40px;
    font-stretch: 85%;
}
.highlight-blog {
    background-color: #0b2744;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    padding: 32px 40px;
}
.highlight-blog btn {
    width: 350px;
}
.form-control {
    height: 48px;
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 8px;
    border-width: 1px;
}
.input-wrapper .form-control {
    height: 56px;
}
.deals-wrapper-image {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-color: var(--ars-ui-colors-light-gray);
    background-position: center;
    border-radius: 8px;
}
.services-pro {
    background-color: #0b2744;
    color: #ffffff;
}
.small-subheader-bold {
    font-weight: 700;
}
h6, .small-subheader, .small-subheader-bold {
    font-size: 16px;
    line-height: 24px;
    color: inherit;
}
.ratings-sm {
    display: flex;
    gap: 0px;
    margin-bottom: 16px;
}
.ratings-sm .filled {
    fill: #007dba;
}
.states-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*.states-list li a {
    font-weight: 600;
    display: inline-block;
    text-decoration: underline;
    color: #222222;
}*/
.states-list li a:hover {
    color: #007dba;
}
.states-list li {
    line-height: 19px;
}
.states-list-sub {
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0 0 0 10px;
}
.states-list-sub li {
    margin: 0;
    padding: 3px 0 3px 0;
    font-size: 14px;
}
.container-wrapper {
    max-width: 964px;
    margin: 0 auto;
}
.phone-subdued {
    text-decoration: none;
}
.benefit-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    padding: 46px 25px;
    height: 100%;
}
.benefits-wrapper {
    background-color: #f7f7f7;
}
.services-light-blue {
    padding: 24px;
    height: 100%;
    border-radius: 16px;
    background-color: #e9f0f5;
    color: #000000;
    padding: 24px 18px;
    border-radius: 8px;
}
.services-cards-wrapper .card-wrapper--tertiary {
    padding: 24px;
    border-radius: 16px;
}
.card-wrapper--tertiary {
    background-color: #e9f0f5;
    color: #000000;
}
.accordion-container {
    margin-top: 40px;
    border-top: 1px solid #000000;
}
.ars-accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000000;
}
.ars-accordion .accordion-item:first-of-type {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
ars-accordion .accordion-item--light .accordion-button .subheader {
    padding-right: 50px;
}
.ars-accordion .accordion-button .subheader {
    font-weight: 700;
}
h5, .subheader {
    font-size: 18px;
    line-height: 24px;
    color: inherit;
    margin:  0 10px 10px 0;
}
.ars-accordion .accordion-item--light .accordion-button {
    padding: 24px 0;
}
.committed-wrapper {
    max-width: 964px;
    margin: 0 auto;
    text-align: center;
}
.service-wrapper .service-card {
    padding: 24px 40px 36px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    height: 100%;
    background-color: #ffffff;
}
.brands-cards:not(:last-child) {
    margin-bottom: 24px;
}
.brands-cards {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    column-gap: 24px;
}
.brand-img {
    width: 168px;
    height: 168px;
    flex: 0 0 168px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-text {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: inherit;
    font-weight: 600;
}
.services-pro {
    background-color: #0b2744;
}
.services-wrapper {
    margin-top: -64px;
    /*padding-bottom: 48px;*/
    
    z-index: 1;
}
.service-card {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    padding: 24px 20px;
    height: 100%;
}
.article-image {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    background-color: #f7f7f7;
    background-position: center;
    background-size: cover;
}
.fleet-subheader-bold {
    font-size: 18px;
    line-height: 24px;
    color: inherit;
    font-weight: 700;
}
iframe {
    max-width: 752px;
    height: 420px;
    width: 100%;
}
ol.content-list, ul.content-list {
    margin-bottom: 16px;
    padding-left: 24px;
}
.content-list li {
    margin: 0 0 16px 0;
}
h6, .small-subheader {
    font-weight: 600;
}
h6, .small-subheader {
    font-weight: 600;
}
.services-main-content {
    max-width: 1100px;
    margin: 0 auto;
}
.service-para {
    max-width: 960px;
    margin: 0 auto;
}
.fleet-subheader-bold {
    font-size: 18px;
    line-height: 24px;
    color: inherit;
    font-weight: 700;
}
.map-wrapper {
    background-color: #f7f7f7;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
}
.fw-bold {
    font-weight: 700 !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.slide-160 {
    margin: 0 25px 0 25px;
}
#make-it-right {
    margin-top: -60px;
}
.home-card {
    min-height: 335px;
}

/* FORM CSS */
.field-validation-error {
    color: red;
}

@media screen and (min-width: 1390px) {
    .slide-160 {
        margin: 0;
    }
}




    @media screen and (max-width: 768px) {
        .btn {
            padding: 10px;
            border-radius: 30px;
        }

        .btn-light {
            width: 145px;
            margin: 5px 10px 5px 0;
        }

        #logo {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 150px;
        }

        #mobile-button {
            position: absolute;
            right: 15px;
            top: 10px;
        }

        #phone-button {
            position: absolute;
            right: 70px;
            top: 10px;
        }

        #navbar-profile {
            margin: 0;
            position: absolute;
            top: 10px;
            left: 100px;
        }

        .zero-margin {
            margin-top: 12px;
        }

        #header-top {
            
        }

        #nav-top {
            min-height: 100px;
        }

        #navbarCollapse {
            position: absolute;
            z-index: 1000;
            top: 85px;
            left: 0;
            padding: 15px;
            border: 1px solid #cccccc;
            background-color: #ffffff;
            border-radius: 15px;
            width: 100%;
        }

        .dropdown {
            z-index: 1000;
        }

        #hide-number {
            display: none;
        }

        #location-dropdown {
            margin: 0;
            position: absolute;
            top: 100px;
            left: 0px;
            width: 100%;
        }

        .location {
            margin: -5px 0 0 -12px;
            width: 390px;
        }

        .content {
            margin: 0 0 0 0;
        }

        .h1-mobile {
            font-size: 35px;
            line-height: 38px;
            text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
        }

        .h1-mobile-small {
            font-size: 25px;
            line-height: 38px;
        }

        .h2-mobile {
            font-size: 30px;
            line-height: 40px;
        }

        .font-18 {
            font-size: 16px;
        }

        #home-help {
            top: -180px;
        }

        .mobile-button-spacing {
            margin-bottom: 20px;
        }

        .mobile-button-card-spacing {
            margin-top: 30px;
        }

        .highlight-blog {
            border-radius: 16px 16px 0 0;
        }

        #deals-home {
            top: -160px;
        }

        .card-content {
            width: 100%;
            margin: 0;
            padding: 20px 15px 20px 15px;
        }

            .card-content h2 {
                font-size: 24px;
            }

        .light-bg {
            margin: -150px 0 0 0;
        }

        .services-highlight h2 {
            font-size: 34px;
            line-height: 40px;
        }

        .services-pro {
            margin-top: 60px;
        }

        h2 {
            font-size: 30px;
            line-height: 36px;
        }

        .schedule {
            height: 250px;
            background-position: 50% 60%;
        }

        #h2-schedule {
            padding: 30px 0 0 0;
        }

        #home-top-image {
            background-position: 58% 100%;
        }

        .blog-heading ul {
            left: 25%;
        }

        .highlight-locations {
            width: 100%;
            border-radius: 15px 15px 0 0;
            margin-top: 15px;
        }

        .content-container {
            margin: 0 15px 0 15px;
        }

        .mobile-20-spacing {
            margin-top: 20px;
        }

        #careers-grow {
            background-position: 50% 100%;
        }

        #call-book-today {
            
            width: 100%;
            top: 0;
            right: 0;
        }

        #services-top-image {
            height: 200px;
            text-align: center !important;
        }

        .service-content-wrapper {
            margin: 0 15px 0 15px;
        }
        .pb-100 {
            padding-bottom: 150px;
        }

        .mb-minus-15 {
            margin-bottom: -30px;
        }

        #guarantees-top-image {
            background-image: url('images/guarantees-banner.jpg');
            height: 150px;
            background-size: cover;
            background-position: 50% 50%;
            
        }

        #nest-top-image {
            background-image: url('images/smart-home.jpg');
            height: 150px;
            background-size: cover;
            background-position: 50% 50%;
            
        }

        #tax-top-image {
            background-image: url('images/hero_section_tcnr.jpg');
            height: 180px;
            background-size: cover;
            background-position: 20% 50%;
            
        }

        #heating-top-image {
            background-image: url('images/heating.jpg');
            height: 200px;
            background-size: cover;
            background-position: 30% 50%;
            
        }
        #air-conditioning-top-image {
            background-image: url('images/air-conditioning.jpg');
            height: 230px;
            background-size: cover;
            background-position: 60% 50%;
            
        }
        #plumbing-top-image {
            background-image: url('images/plumbing.jpg');
            height: 230px;
            background-size: cover;
            background-position: 20% 50%;
            
        }
        #electrical-top-image {
            background-image: url('images/electrical.jpg');
            height: 230px;
            background-size: cover;
            background-position: 0% 50%;
            
        }
        #nest-top-image {
            background-image: url('images/guarantees-banner.jpg');
            height: 220px;
            background-size: cover;
            background-position: 40% 50%;
            
        }
        #attic-top-image {
            background-image: url('images/attic.jpg');
            height: 220px;
            background-size: cover;
            background-position: 15% 50%;
            
        }
        #indoor-air-quality-top-image {
            background-image: url('images/ready_to_schedule_homepage.jpg');
            height: 220px;
            background-size: cover;
            background-position: 20% 50%;
            
        }
        #emergency-hvac-top-image {
            background-image: url('images/hero-banner-service.jpg');
            height: 320px;
            background-size: cover;
            background-position: 90% 50%;
             
        }
        #locations-top-image {
            background-image: url(locations.jpg);
            height: 290px;
            background-size: cover;
            background-position: 22% 40%;
            
        }
        #emergency-services-top-image {
            background-image: url('images/hero-banner-service.jpg');
            height: 280px;
            background-size: cover;
            background-position: 90% 50%;
            
        }
        .services-benefits {
            width: 90%;
            margin: 0 auto;
        }
        .branch-page {
            margin-top: 0px;
        }

        .branch-page-non-ars {
            margin-top: 0px;
        }
        #phone-button-branch-pages {
            position: absolute;
            top: 70px;
            right: 0px;
        }
        #chat-button-branch-pages {
            position: absolute;
            top: 10px;
            right: 80px;
        }
        .carousel-control-next, .carousel-control-prev {
            top: -60px;
            width: 20%;
        }
        .deals-icons {
            display: none;
        }
        .width-500 {
            width: 365px;
        }
        .slide-160 {
            margin: 0;
        }
        .service-guarantee-highlight {
            background-color: #0b2744;
            color: #ffffff;
            border-radius: 16px;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
            padding: 5px 20px;
            margin-top: 0;
            width: 100%;
            z-index: 1000;
        }
        #dd-branch-title {
            margin: 0 0 0 10px;
        }
        .navbar-toggler-icon {
            display: inline-block;
            width: 23px;
            height: 39px;
            vertical-align: middle;
            background-image: var(--bs-navbar-toggler-icon-bg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
        }
        .navbar-toggler {
            padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
            font-size: var(--bs-navbar-toggler-font-size);
            line-height: 1;
            color: var(--bs-navbar-color);
            background-color: transparent;
            border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
            border-radius: 30px;
            transition: var(--bs-navbar-toggler-transition);
        }
        #make-it-right {
            margin-top: -180px;
        }
    }

    
