body, html { 
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Helvetica Neue", Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif !important;
    overflow-x: hidden;
}

header {
    background-color: #fff;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1a6284;
    --bs-btn-border-color: #1a6284;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a6284;
    --bs-btn-hover-border-color: #1a6284;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a6284;
    --bs-btn-active-border-color: #1a6284;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1a6284;
    --bs-btn-disabled-border-color: #1a6284;
}

.searchbar{
    font-size: 16px;
    line-height: 19px;
    color: #2b2b2b;
    border: none;
    width: 60%;
    padding: 0 17px;
    font-weight: 400;
    background: none;
    margin: 25px auto;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 6px #00000029;
    border: 1px solid #0d6efd;
    border-radius: 25px;
}
.float_right{
    justify-content: flex-end;
}
.searchbox{
    margin-top: -300px;
    background: none;
    border: none;
    color: white;
}
.block_after_searchbox{
    margin-top: 70px;
    background: #ffffff;
    border: .5px solid #cecece;
    box-shadow: 0 1px 20px #00000026;
    border-radius: 8px;
    padding: 24px 48px;
    min-height: 340px;
    font-family: Metropolis, Metropolis-fall;
}
.service {
    display: flex;
}
.title-container{
    min-width: 222px;
    align-self: center;
    border-bottom: 5px solid #f8ef19;
}

.title-container .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    width: 65%;
    color: #302403;
}
.items-row.scroll-x{
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.items-row .item-container{
    margin: 42px 26px 42px 26px;
    position: relative;
}
.items-row .item-container .item.active{
    border: 2px solid #1a6284;
    border-radius: 16px;
}
.items-row .item-container .item figure {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
    border: 2px solid #1a6284;
    border-radius: 16px;
    width: 200px;
    min-width: 100px;
    height: 176px;
    padding: 8px;
    cursor: pointer;
}

.items-row .item-container .item figure img {
    /*max-width: 100px;*/
    /*max-height: 100px;*/
    width: 300px;
    /*height: 100px;*/
    object-fit: contain;
}

.items-row .item-container span {
    line-height: 12px;
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 12px;
    border-radius: 14px;
    background: #1a6284;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.items-row .item-container p{
    font-size: 14px;
    font-weight: 500; 
    margin: 7px auto 0;
    line-height: 19px;
    color: #302403;
}

.add_banner{
    width: 100%;
    margin-top: 40px;
}
.mt-65{
    margin-top: 65px;
}

.btn:hover {
    color: #1a6284;
    border-color: #1a6284;
}
.btn:hover {
    color: #FFF !important;
    background-color: #1a6284;
    border-color: #1a6284;
}

.btn-outline-secondary {
    --bs-btn-color: #1a6284;
    --bs-btn-border-color: #1a6284;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #1a6284;
    --bs-btn-hover-border-color: #1a6284;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a6284;
    --bs-btn-active-border-color: #1a6284;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1a6284;
    --bs-gradient: none;
}

.dropdown-toggle::after {
    vertical-align: .1em;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #38abe2;
    outline: 0;
    box-shadow: 0 0 0 .1rem #38abe221;
}

.aftr_hero_row{
    background-color: #1a6284;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.aftr_hero_col{
    /*border-right: 1px solid white;*/
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.yz-quick-links .quick-row .row-header {
    height: 53px;
    margin-left: 24px;
    overflow: hidden;
    background-image: url('https://yellowzap.com/assets/images/quick-links/yellow-poly.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: flex;
    align-items: center;
    padding-left: 32px;
}
.yz-quick-links .quick-row .row-header h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    width: 572px;
}
.yz-quick-links .quick-row .row-header p {
    color: #6b6b6b;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.yz-quick-links .quick-row .quick-services {
    position: relative;
}

.yz-quick-links .quick-row .quick-services .row-inner {
    width: 100%;
    height: 328px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    border: .5px solid #cecece;
    background: #fff;
    box-shadow: 0 1px 20px #00000026;
    padding: 24px 20px;
    overflow-x: scroll;
}
.yz-quick-links .quick-row .quick-services .row-inner .item-card {
    height: 276px;
    background-color: #f0f0f0;
    width: calc(20% - 8px);
    min-width: 212px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.yz-quick-links .quick-row .quick-services .prev-nav {
    cursor: pointer;
    position: absolute;
    top: 54%;
    right: -50px;;
    transform: translate(-50%, -80%);
}
.yz-quick-links .quick-row .quick-services .prev-nav img {
    width: 70px;
}
.yz-quick-links .quick-row .quick-services .next-nav {
    cursor: pointer;
    position: absolute;
    top: 54%;
    left: 20px;
    transform: translate(-50%, -80%);
}
.yz-quick-links .quick-row .quick-services .next-nav img {
    width: 70px;
    transform: rotate(180deg);
}
.yz-quick-links .quick-row {
    margin-top: 42px;
}
.yz-quick-links .quick-row .quick-services .row-inner {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    border: .5px solid #cecece;
    background: #fff;
    box-shadow: 0 1px 20px #00000026;
    padding: 24px 20px;
    overflow-x: scroll;
}
.yz-quick-links .quick-row .quick-services .row-inner .item-card {
    height: 276px;
    background-color: #f0f0f0;
    width: calc(20% - 8px);
    min-width: 212px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.yz-quick-links .quick-row .quick-services .row-inner .item-card .btm-txt {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 16px 20px 8px;
}
.yz-quick-links .quick-row .quick-services .row-inner .item-card .btm-txt img:nth-child(1) {
    margin-right: -8px;
}
.yz-quick-links .quick-row .quick-services .row-inner .item-card .btm-txt h4 {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .25);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.yz-quick-links .quick-row .quick-services .row-inner .item-card .btm-txt h4 {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .25);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.yz-quick-links .quick-row .quick-services .row-inner .item-card .btm-txt img:nth-child(1) {
    margin-right: -8px;
}

.d-none {
    display: none !important;
}


.review_p{
    /*max-width: 275px;*/
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-body-color);
}

.review_box{
    padding: 18px 16px;
    background: #FFFFFF;
    box-shadow: 0 0 10px #00000026;
    border-radius: 10px;
    margin: 0 25px;
    overflow: hidden;
    height: 100%;
    /*max-width: 300px !important;    */
    min-height: 230px !important;
}

.review_title{
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #30240399;
    margin-bottom: 16px;
}
i.fa.fa-star {
    float: right;
    color: #1a6284;
}

.review_box b{
    color: #1a6284;
}

button.slick-arrow {
    display: none !important;
}
.quick-services0::-webkit-scrollbar {
    display: none;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1a6284;
}
.accordion-button {
    color: #ffffff;
    background-color: #1a6284;
}

.text-white {
    --bs-text-opacity: 1;
    color: #ffffff !important;
}

.more_service_div{
    background-color: #eaeaea;
    border: none;
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.service_5 {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    margin: 25px 5px;
}


.mt-55{
    margin-top: 45px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    
    margin: 0;
    padding: 1rem 0;
    
    list-style-type: none;
    
        li {
            margin: 0 0.25rem;
        }
    
        button {
            display: block;
            width: 0.5rem;
            height: 0.5rem;
            padding: 0;
            
            border: none;
            border-radius: 100%;
            background-color: #ffffff;
            
            text-indent: -9999px;
        }
    
        li.slick-active button {
            background-color: #1a6284;
        }
}
@media only screen and (max-width: 767px) {

    .aftr_hero_col{
        display: none;
    }

    .aftr_hero_col_mobile{
        display: block;
    }

    .mobile_view{
        display: block;
    }

    .desktop_view{
        display: none;
    }

    .items-row .item-container {
        margin: 30px 0px 20px 0px;
        position: relative;
        width: 90% !important;
    }

    /* .items-row .d-flex .scroll-x a {
        width: 70px !important;
    }

    .items-row .item-container .item.active {
        width: 70px !important;
    } */

    .items-row .item-container .item figure {
        width: 100%;
        min-width: 65px;
        height: 120px;
    }

    .item_card{
        padding: 0px !important;
    }
    .items-row .item-container .item figure img {
        width: 120%;
    }
    .items-row .item-container p {
        width: auto;
    }
    .items-row .item-container span {
        line-height: 12px;
        position: absolute;
        top: 1%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 3px 5px;
        border-radius: 14px;
        background: #1a6284;
        text-transform: uppercase;
        color: #fff;
        font-size: 9px;
        font-weight: 500;
    }
    .add_banner{
        display: block;
    }
    .add_banner_mobile{
        display: none;
    }
    .service {
        display: block; 
    }
    .service .d-flex {
        display: block !important; 
    }
    .service .items-row a {
        width: 50%;
        display: block;
        float: left;
    }
    .service .items-row a:last-child {
        width: 50%;
        display: block; 
    }

}



@media only screen and (min-width: 768px) {

    .mobile_view{
        display: none;
    }
    .desktop_view{
        display: block;
    }
    .item_card{
        margin: 0 auto;
    }
    .add_banner{
        display: none;
    }
    .add_banner_mobile{
        display: block;
    }
}
.marquee {
  display: inline-block;
  padding-left: 100%; /* Gap before it starts again */
  animation: marquee 15s linear infinite; /* Adjust the duration for speed */
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.modal-dialog{
    width: 100%;
    max-width: 900px;
}
.modal-dialog .items-row .item-container{
    margin: 12px 26px 15px 26px;
}


.service-btn {
    transition: all 0.3s ease;
}

.remove-service {
    color: red;
    cursor: pointer;
    margin-left: 10px;
}
.remove-service:hover {
    text-decoration: underline;
}
.card{
    padding: 50px 0;
}