* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



.branch-locator h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #3C3C3B;
}

.dropdown-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.dropdown-right{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.dropdown-right ul{
    list-style: none;
    width: 100%;
    padding: 0;
    float: left;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
}
.dropdown-right li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    cursor: pointer;
}
.dropdown-right li.active {
    color: #D8107C;
    border-bottom: 1px solid #D8107C;
}
.dropdowns-left {
    display: flex;
    flex-direction: inherit;
    width: 100%;
    gap: 40px;
}
.dropdowns-box {
    width: 50%;
    float: left;
}
.branch-locator label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
    color: #3C3C3B;
}

.branch-locator select {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    height:50px;
}

.branch-locator select:disabled {
    background-color: #ffffff;
}

.branches-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}

.branches-list .branch-item {
    padding: 20px 20px 40px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
}

.branches-list .branch-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.branches-list .branch-item {
    box-shadow: 0px 0px 20px #dcdcdc !important;
    width: 100%;
    float: left;
}

.branch-item h3 {
    color: #D8107C;
    margin: 10px 0 10px;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 600;
}
.branch-item span {
    font-size: 16px;
    color: #3C3C3BB2;
    margin: 0px 0 5px;
    font-weight: 300;
    float: left;
    width: 100%;
}
.branch-item span b{
    font-weight: 600;
}
.branch-item .textbox{
    width: 100%;
    float: left;
}
.branch-item .textboxatm{
    width: 100%;
    float: left;
}

.branch-item .textboxatm p{
    margin: 10px 0;
}
.branch-item p {
    color: #3C3C3BB2;
    margin: 0px 0 10px;
    font-weight: 400;
    float: left;
}

.branch-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background: #D8107C;
    padding: 5px 16px;
    font-size: 18px;
    margin-top: 5px;
    float: left;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.branch-item a:hover {
    color: #fff;
    background: #f19d1a;
}
.branches-list .branch-box {
    padding: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.pagination a {
    padding: 9px 17px;
    margin: 0 5px;
    color: #3C3C3B;
    text-decoration: none;
    border-radius: 50%;
    transition: background-color 0.3s ease;

}

.pagination a.active,
.pagination a:hover {
    background-color: #D8107C;
    color: #fff;
}

.pagination span.dots {
    padding: 10px 15px;
    margin: 0 5px;
    color: #3C3C3B;
}

/* with the :focus here, we would show grey when not using the element */
select {
    color: #8D8D8D;
    outline: none;
  }
  /* with the :focus here, we show grey when using the element */
  select:focus {
    color: #3C3C3B;
  }
  option {
    color: #3C3C3B;
  }
  option:first-of-type {
    color: #3C3C3B;
  }
  select{
    line-height: 1;
    border: 0;
    border-radius: 5px;
    background: url(/templates/branch-locator/assets/img/arrow.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-size: 22px;
}
.boxsection {
    border: 1px solid #ccc;
    width: 100%;
    padding: 20px 10px;
    float: left;
}
.pagination a:hover.next {
    background: none;
    color: #000;
}
.pagination a:hover.prev {
    background: none;
    color: #3C3C3B;
}
.pagination a:hover.next {
    background: none;
    color: #3C3C3B;
}
.bottom {
    margin: 10px auto;
}
.right {
    margin: 24px auto;
}

.prev.disabled, .next.disabled{
    pointer-events: none;
    opacity: 0.5;
}
@media (max-width: 768px) {
    .dropdown-container {
        flex-direction: column;
    }

    .dropdowns-left,
    .dropdown-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .dropdowns-left {
        gap: 10px;
    }
    .dropdowns-box {
        width: 100%;
        float: left;
    }
    .pagination a {
            padding: 2px 7px;
            margin: 0 2px;
        color: #3C3C3B;
        text-decoration: none;
        border-radius: 50%;
        transition: background-color 0.3s ;
        font-size: 12px;
    }
    .branch-item .textbox {
        min-height: auto;
        width: 100%;
        float: left;
    }
    .branch-item .textboxatm {
        min-height: auto;
        width: 100%;
        float: left;
    }
    .dropdown-right ul {
        font-size: 20px;
        display: block;
        margin-bottom: 0px;
    }
    .dropdown-right li {
        margin-bottom: 20px;
    }
    .branch-item h2{
        font-size: 20px;
    }
    .branch-item p, .branch-item span  {
        font-size: 14px;
    }
    .branch-item a{
        font-size: 16px;
    }
    .branch-item .textboxatm p{
        min-height: inherit;
    }
    .branch-item p{
        min-height: inherit;
    }
    .bhoechie-tab-menu{
        margin-top: 40px;
    }
    div.bhoechie-tab-menu {
       
        width: 100% !important;
    }
    
}

div.bhoechie-tab-menu {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0 !important;
}
.owl-dots {
    display: inline-block;
    position: absolute;
    left: 30%;
    bottom: -10px;
    z-index: 1;
    right: 30%;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d9117c52;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d9117c;
}

.owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 0;
}