

body{
    background: #eeeeee;
}

.banner-category .container::before {
    display: none;
}

.banner-category{
    position: relative;
}

.banner-category .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-category .container {
    position: relative;
    height: 100%;
    padding-block: 118px 80px;
}
.banner-cat-contain{
    width: fit-content;
}

.banner-cat-image{
    width: fit-content;
    margin-left: 17%;
    width: 300px;
    height: 300px;
}

.banner-cat-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.banner-category .container::before{
    position: absolute;
    content: '';
    left: 10%;
    width: 187px;
    background: var(--primary-color);
    height: 89%;
    top: 62px;
    z-index: -1;
}

.category-title {
    padding-right: 10px;
    border-right: 2px solid var(--primary-color);
    margin-bottom: 40px;
}

.category-title h3{
    color: #0A2540;
    font-weight: 600;
    font-size: 40px;
}

.addressbar{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.addressbar *{
    font-size: 17px;
}

.addressbar .spacer{
    width: 30px;
    height: 1px;
    background: var(--text-color) ;
}

.addressbar a{
    color: var(--text-color);
    text-decoration: unset;
}

.addressbar span{
    color: var(--primary-color);
}






.all-branches{
    position: relative;
    padding-bottom: 100px;
    padding-top: 63px;
}

.all-branches::before{
    content: '';
    position: absolute;
    width: 140px;
    /*height: 100%;*/
    background: var(--primary-color);
    left: 23%;
    height: 10%;
    transition: 5.6s;
}

.all-branches.loaded::before{
    height: 100%;
    transition: 5.6s;
}


.each-branch-box{
    background: #ffff;
    border-radius: 15px;
    padding: 74px 52px;
    padding-left: 0;
    width: 1100px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px;
}

.each-branch-box::before{
    content: '';
    position: absolute;
    right: -4px;
    top: 30px;
    height: 140px;
    width: 4px;
    background: red;
    border-radius: 0 23px 29px 0;
}

.branch-information{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 35%;
    text-align: start;
}

.each-branch-extra{
    color: #696969;
    font-size: 16px;
}

.each-branch-extra a{
    color: #696969 !important;
    text-decoration: none;
}

.each-branch-extra a:hover{
    color: var(--primary-color) !important;
}

.branch-information h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.branch-extra{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.branch-img{
    width: 100%;
    height: 263px;
    border: 1px solid #bbbbbb;
    border-radius: 14px;
    align-self: center;
}

.branch-img img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 14px;
}

.branch-map{
    width: 65%;
    height: 421px;
    border: 2px solid #bbbbbb;
    border-radius: 14px;
    transform: translateX(-55px);
}

.branch-map iframe{
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.all-branches .row{
    margin-block: 45px;
}

.row-rev{
    justify-content: flex-end;
}



/*responsive*/


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

    .all-branches .row {
        padding-left: 73px;
    }

    .each-branch-box {
        width: 1034px;
    }

}


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

    .each-branch-box {
        width: 981px;
    }

    .all-branches .row {
        padding-left: 0;
    }

    .all-branches .row-rev {
        padding-left: 200px !important;
    }

}

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

    .each-branch-box {
        width: 750px;
    }

}

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

    .each-branch-box {
        width: 624px;
        flex-direction: column;
        gap: 20px;
    }

    .branch-information {
        width: 100%;
    }

    .each-branch-box {
        padding-left: unset;
        padding: 38px 32px;
    }

    .branch-img {
        width: 55%;
        height: 192px;
    }

    .branch-map {
        width: 100%;
        height: 250px;
        transform: translateX(0px);
    }

    .branch-information h4 {
        font-size: 21px;
    }

    .branch-extra {
        margin-bottom: 12px;
    }
}


@media screen and (max-width: 991px){
    .category-title h3 {
        font-size: 31px;
    }
}


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

    .banner-category .container {
        padding-block: 72px 15px;
    }

    .category-title h3 {
        font-size: 28px;
    }

    .all-branches .row-rev {
        padding-left: 0px !important;
    }

    .branch-img {
        width: 52%;
        height: 149px;
    }

    .branch-map {
        height: 186px;
        transform: translateX(0px);
    }

    .each-branch-box {
        gap: 15px;
    }

    .branch-information h4 {
        font-size: 19px;
    }

    .all-branches::before {
        display: none;
    }

}


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


    .banner-category .container {
        padding-block: 75px 10px !important;
    }

    .addressbar * {
        font-size: 15px;
    }

    .category-title h3 {
        font-size: 24px;
    }

    .each-branch-box {
        width: 420px;
    }

    .all-branches .row {
        margin-inline: 9px;
        margin-block: 30px;
    }

    .all-branches {
        padding-bottom: 44px;
    }
}


@media screen and (max-width: 425px){
    .each-branch-box {
        padding: 20px 20px;
    }

    .branch-information h4 {
        font-size: 17px;
    }

    .branch-img {
        width: 100%;
        height: 129px;
    }
}






/*responsive*/
