.select_address {
    cursor: pointer;
}


.location-container {
    padding: 3% 8%;
    border: 2px solid #ccaa2c;
}

.branch-locator-map .location-container, input {
    font-family: 'Myriad Pro';
}


.branch-locator-map label {
    color: #818285;
    font-weight: 600;
}

.location-container button {
    background: #ffffff;
}

.location-container .input-contain {
    color: #818285;
}

.border-btm {
    border-bottom: 1px solid #ccaa2c;
}

/* Font size setting */
.branch-locator-map {
    font-size: 17px;
}
.branch-locator-map h5 {
    font-size: 20px;
}
.branch-locator-map .input-contain input {
    font-size: 20px;
}
.branch-locator-map form {
    font-size: 17px;
    color: #818285;
}
/* Font size setting ends here*/

.branch-contain {
    color: #818285;
    height: 402px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5%;
}

.branch-contain input {
    border-bottom: 1px solid #ccaa2c;
    margin-bottom: 4%;
}

@media only screen and (max-width: 400px) {
    /* Font size setting */
    .branch-locator-map {
        font-size: 14px;
    }
    .branch-locator-map h5 {
        font-size: 16px;
    }
    .branch-locator-map .input-contain input {
        font-size: 16px;
    }
    .branch-locator-map form {
        font-size: 14px;
    }
    /* Font size setting ends here*/
    .location-container {
        border: none;
        padding: 0;
    }
    .location-container .btn-common {
        margin: 7% 0;
        transform: none;
    }
    .branch-contain {
        height: unset;
        overflow: hidden;
    }
}
.accordian-expand form , .input-box {
    color: #818285;
}
.accordian-expand form > div {
    width: 60%;
}
.accordian-expand form > div > div {
    display: flex;
}
.accordian-expand form > div > div *{
    align-self: center;
}

.accordian-expand button {
    color: #818285;
    border-radius: 20px;
    border: 2px solid #ccaa2c;
    line-height: 1;
    background: white;
    min-width: 22%;
    padding: 5px 15px;
    font-size: 17px;
}
.cust-width {
    width: 60%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {   /* IE specific*/
    .row {
        width: 100%;
    }
 }

/* scroll bar style starts here */
/*
.branch-contain::-webkit-scrollbar {
    width: 7px;
}

.branch-contain::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.branch-contain::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    width: 20px;
    background-clip: content-box;
}

.branch-contain::-webkit-scrollbar-thumb:hover {
    background: #555;
}
 */
/* scroll bar style ends here */


.map {
    background: #e6e5e5;
    height: 402px   ;
}

span.message_success {
    color: #3c763d;
}
.no-results-message {
    display: block;
}

.no-results-message p {
    display: inline;
}

.no-results-message a {
    color: #007bff;
}