
.section-branches .info-window em,.table-rates table em,address{
    font-style:normal
}
.section-branches{
    overflow:hidden
}
.section-branches .googlemap{
    /* float:left;
    height:540px;
    width:60%;
    max-width:500px;
    margin-bottom:20px; */
    /* height: 100%;
    width: 100%; */
    height: 100%;
    width: 100%;
}
.section-branches .info-window{
    color:#fff;
    padding:10px;
    font-size:13px;
    /* line-height:1.3; */
    font-weight:500;
    position:relative;
}
.section-branches .info-window .directions-link{
    color:#d59f0f
}
.gm-ui-hover-effect{
    height: 30px !important;
    width: 30px !important;
    text-align: center;
}
.gm-ui-hover-effect span{
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gm-style img{
    /* object-fit: contain; */
    /* width: 40px !important;
    height: 40px !important; */
}
.section-branches .info-window__arrow{
    position:absolute;
    top:152px!important;
    left:-16px!important;
    border:solid;
    content:'';
    border-color:transparent #000 transparent transparent;
    border-width:11px 16px 11px 0!important
}
.section-branches .info-window__arrow--error{
    top:18px!important;
    display:none!important
}
.section-branches .info-window__arrow *{
    display:none!important
}
.section-branches .info-window p{
    margin: 10px 0;
    line-height: inherit;
    color: #797979;
}
.section-branches .info-window p:last-child{
    margin-bottom:0
}
.section-branches .info-window em{
    font-weight:300
}
.section-branches .gm-style-iw{
    width:275px!important;
    top:0!important;
    left:0!important;
    /* border-radius:0; */
    /* background:#000; */
    border:0;
    padding-left: 0;
    border-radius: 20px;
}
.section-branches .gm-style .gm-style-iw{
    overflow:visible;
}
.gm-style .gm-style-iw-d{
    overflow: hidden !important;
}
.gm-style-iw-ch{
    padding-top: 0 !important;
}
.section-branches .info-window__image{
    height:140px;
    background:center center/cover no-repeat;
    /* margin-bottom:25px */
}
.section-branches .info-window h6{
    margin-top: 10px;
    font-size:14px;
    font-weight:700;
    color:#d59f0f;
}
.section-branches .info-window h6 br {
    display: none;
}
.section-branches .info-window h6 small{
    font-size: 16px;
    color: #000;
    font-family: inherit;
    font-weight: 500;
}
.section-branches .info-window a{
    text-decoration:none;
    outline: none;
}
.rtl .section-branches .info-window p{
    direction:ltr;
    text-align:right
}
.rtl .section-branches .info-window p em{
    direction:rtl
}
.section-branches .gm-style-iw+div{
    width:32px!important;
    height:32px!important;
    background:url(../images/ico-close.png) center center/18px 18px no-repeat #000;
    opacity:1!important;
    margin-right:-19px;
    margin-top:-32px;
    image-rendering:-webkit-optimize-contrast;
    display: none;
}
.section-branches .gm-style-iw+div img{
    display:none
}
.section-branches .section__content{
    background:#fff;
    color:#000;
    /* padding:0 0 60px; */
    font-size:13px;
    /* line-height:1.4 */
}
.section-branches .section__content .branch-info-holder{
    font-size:16px;
    font-weight:400;
    /* padding-top:9px; */
    /* line-height:1.35 */
}
.section-branches .section__content .branch-info-holder p{
    margin-bottom:22px
}
.section-branches .section__content .col{
    width:36%
}
.section-branches .section__content .branch-info-holder strong{
    font-weight:400;
    color:#d59f0f;
    text-transform:uppercase
}
.section-branches .section__content h5{
    color:#d59f0f;
    font-size:24px;
    font-weight:400;
    margin-bottom:0;
    /* line-height:1.4 */
}
.section-branches .section__content ul {
    background: whitesmoke;
    display: flex;
    flex-wrap: wrap;
}
.section-branches .section__content ul li{
    /* margin-bottom: 10px; */
    padding: 10px 10px;
    position: relative;
    transition: color .3s;
    cursor: pointer;
    font-size: 17px;
    width: 50%;
    font-weight: 500;
    height: 50px;
    line-height: 30px;
}
.section-branches .section__content ul li a{
    text-decoration:none;
    /* display:inline-block; */
    font-size:10px;
    color:#d59f0f;
    margin-left:3px;
    display: none;
}
.section-branches .section__content ul li:before{
    position:absolute;
    top:0;
    left:-15px;
    background:url(../images/pin-active.png) 0 0/contain no-repeat;
    width:10px;
    height:15px;
    content:'';
    display:none
}
.rtl .section-branches .section__content ul li:before{
    left:auto;
    right:-15px
}
.section-branches .section__content ul .current:before{
    display:block
}
.section-branches .section__content ul .current{
    color:#d59f0f;
    font-weight: 700;
    background-color: #fff;
}
.section-branches .section__content--new{
    /* float:left;
    width:40%;
    max-width:320px */
}
.rtl .section-branches .googlemap,.rtl .section-branches .section__content--new{
    float:right
}
.section-popup{
    background:#fff;
    padding:25px 80px 30px 40px;
    position:relative;
    max-width:755px;
    margin:0 auto;
    font-size:13px;
    /* line-height:1.46; */
    color:#000;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.rtl .section-popup{
    text-align:right
}
.section-popup h5{
    font-size:18px;
    font-weight:500;
    margin-bottom:25px;
    width:100%
}
.section-popup .section__entry{
    width:44%;
    padding-bottom:20px;
    position:relative
}
.section-popup .section__phone{
    position:absolute;
    bottom:0;
    left:0;
    font-weight:500;
    text-decoration:none
}
.section-popup .section__timings{
    width:56%;
    /* line-height:1.6 */
}
.section-popup .section__timings strong{
    font-weight:500
}
.section-popup .section__timings h6{
    font-size:13px;
    font-weight:500;
    border-bottom:1px solid #000;
    padding-bottom:3px;
    margin-bottom:0
}
.section-popup .mfp-close{
    font-size:0;
    background:url(../images/ico-close-black.png) center center/20px 20px no-repeat;
    opacity:1
}
.rtl .section-popup .mfp-close{
    right:auto;
    left:0
}
.rtl .section-popup .section__phone{
    left:auto;
    right:0
}
.section-popup .section__timings .col--1of2{
    margin-top:20px
}





@media (max-width:1199px){
    .section-branches .googlemap{
        height:450px
    }
    .section-branches .section__content .col{
        width:50%
    }
}
@media(max-width:1024px){
    .section-branches .section__content .branch-info-holder{
        font-size:14px
    }
    .section-branches .gm-style .gm-style-iw~img{
        right:17px!important;
        top:-34px!important
    }
}
@media (max-width:767px){
    .section-branches .section__content{
        padding:0 0 25px
    }
    .section-branches .googlemap,.section-branches .section__content--new{
        width:100%;
        float:none;
        max-width:100%
    }
    .section-branches .info-window{
        padding:15px
    }
    .section-branches .section__content ul li{
        padding-left:5px
    }
    .section-branches .section__content ul li:before{
        left:-10px
    }
    .rtl .section-branches .section__content ul li{
        padding-left:0;
        padding-right:5px
    }
    .rtl .section-branches .section__content ul li:before{
        left:auto;
        right:-10px
    }
    .section-popup{
        padding:50px 30px 30px
    }
    .section-popup .section__entry,.section-popup .section__timings{
        width:100%
    }
    .section-popup .section__phone{
        position:static;
        padding-bottom:20px;
        display:block
    }
}