.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    display: none !important;
    padding: 0 5px;
    background-color: hsla(0, 0%, 100%, 0.5);
    margin: 0;
}

.mapboxgl-ctrl-logo {
    display: none !important;
}

.mapboxgl-map {
    text-align: right;
    font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
    overflow: visible !important;
    position: relative !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
    width: 85% !important;
    height: 129px !important;
    position: relative;
    border-radius: 22px !important;
}

.center-data {
    display: flex;
    justify-content: left;
    align-items: center;
}

.address-sec {
    color: #fff;
    margin-bottom: 5px;
    padding-top: 0 !important;
}

.address-sec h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.address-sec h5 {
    font-size: 20px;
    line-height: 31px;
}

.address-sec p {
    margin-bottom: 4px;
    font-size: 15px;
    text-transform: unset;
}

.getDirection {
    margin-top: 15px;
}

.section-map {
    margin-bottom: 4px !important;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0% 100%);
    background: #ed1c24 !important;
    background-image: linear-gradient(to right, black, black);
    padding: 14px;
    margin-top: 0 !important;
    border-radius: 2px;
}

.select-opt {
    padding: 13px;
    border-radius: 12px;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

select.form-select {
    background-origin: unset;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

@media only screen and (max-width: 600px) {
    .statelocation {
        margin-bottom: 12px;
    }

    .address-sec h5 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .address-sec h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 600px) {
    .statelocation {
        margin-bottom: 12px;
    }

    .address-sec h5 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .address-sec h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 768px) {
    .statelocation {
        margin-bottom: 12px;
    }

    .address-sec h5 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .address-sec h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }
}


