.text-red{
    color: #b61658;
}
.text-blue{
    color: #06A0E3;
}
.bg-red{
    background: #b61658;
}
.bg-blue{
    background: #06A0E3;
}
.iconwidth{
    width: 28px;
}
.subiconwidth{
    width: 30px;
}
.firstboxwidth{
    width: 100px !important;
}
.pt-40{
    padding-top: 40px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}
.pt-50{
    padding-top: 50px;
}
.ptb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.gradient-border{
    border: 3px solid transparent !important;
    border-radius: 12px;
    background:
      linear-gradient(#fff,#fff) padding-box,
      linear-gradient(135deg,#E8333F,#06A0E3) border-box;
}
.quotewidth{
    width: 60px;
}
.ml-80{
    margin-left: 80px;
}
.googlervwwidth{
    width: 110px;
}
.arrwidth{
    width: 20px;
}
.b-radius-8{
    border-radius: 8px;
}
.responsive-map2 {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    height: 0;
    border-radius: 5px;
}
.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.enqlogowidth{
    width: 200px;
}
.hdriconwidth{
    width: 80px !important;
}

.bannerclass{
    background-image: url('../new-images/banner/banner.jpg');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.quick-connect {
    position: fixed;
    bottom: 50%;
    transform: translate(0, 50%);
    left: 0.3%;
    z-index: 999;
    border-radius: 35px;
    background-color: var(--accent-color);
}

.quick-connect .qc-single {
    font-size: 24px;
    height: 55px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

.qc-single {
    position: relative;
}

.call {
    border-radius: 35px 35px 0 0;
    background-color: #008DD2;
}

.qc-single::before {
    content: attr(data-text);
    position: absolute;
    background-color: rgb(33 37 41);
    color: #fbf9fd;
    padding: 0.4rem 1rem;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.quick-connect a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qc-single::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(33 37 41);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.direction {
    background-color: #b61658;
}

.whatsapp {
    border-radius: 0 0 35px 35px;
    background-color: #1cac61;
}

.email{
    background-color: #295dd6;
}

.qc-single:hover {
    background-color: #DB479D;
}

@media (max-width: 768px) {
    .quick-connect {
        position: fixed;
        bottom: 8px;
        left: 50%;
        z-index: 999;
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, 0);
        height: 40px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .quick-connect .qc-single {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .section-head.style-5 .sub-title {
        color: #000000;
        font-weight: 700;
        font-size: 14px;
    }
    .hdriconwidth {
        width: 50px !important;
    }
    .dz-img-box.style-1 {
        padding: 12px 4px;
        justify-content: center;
        gap: 15px;
    }
    .mblmttwenty{
        margin-top: 20px;
    }
    .mblmbtwenty{
        margin-bottom: 20px !important;
    }
    .mblptforty{
        padding-top: 40px;
    }
    .mblptzero{
        padding-top: 0px !important;
    } 
    .mblpbten{
        padding-bottom: 10px;
    }
    .mblmbfifteen{
        margin-bottom: 15px;
    }
    .mblpbtwenty{
        padding-bottom: 20px;
    }
    .mblpbtwentyfive{
        padding-bottom: 25px;
    }
    .mblpbthirty{
        padding-bottom: 30px;
    }
    .mblpbforty{
        padding-bottom: 40px;
    }
    .mblnone{
        display: none !important;
    }
    .mblptthirtyfive{
        padding-top: 35px !important;
    }
    .testimonial-1 {
        border-radius: 0px;
    }
    .slider__pagination {
        display: flex;
        align-items: center;
        padding: 20px 10px;
        max-width: 340px;
    }
    .icon-bx-wraper.style-2 {
        padding: 20px 10px;
    }
    .dz-accordion.style-1 .accordion-item .accordion-button {
        font-size: 16px;
    }
    .mblpbfifteen{
        padding-bottom: 15px !important;
    }
    .dz-bnr-inr.style-1 h1, .dz-bnr-inr.style-1 .h1 {
        margin-bottom: 8px;
    }
    .section-head.style-6 .sub-title {
        color: var(--bs-primary);
        font-weight: 600;
        font-size: 16px;
    }
    .mbljuscntr{
        justify-content: center !important;
    }
    .mblmbten{
        margin-bottom: 10px !important;
    }
    .site-header.box-header2 {
        padding-top: 0px;
    }
    .bannerclass{
        background-image: url('../new-images/banner/mobile-banner.png');
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}