﻿body {
    background: #f7f7f7;
}
header#header {
    position: relative;
    background: white;
}
.branches {
    min-width: 320px;
}
.body-content {
    background: #f7f7f7;
}
.branches h1 {
    font-size: 32px;
    line-height: 1.2;
    color: rgb(90,90,90);
    padding: 10px 170px;
}
.branches h3, .branches h4 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #555555;
}
.branches h4 {
    font-size: 18px;
}
    .branches h1 > span {
        color: #39cc2e;
    }
.time-shedule {
    display: flex;
    justify-content: center;
}
.branches-wht {
    background: white;
    border-radius: 10px;
    margin-top: 40px;
    padding: 30px 50px;
}
.branches .branches-h3 {
    color: #45d03a;
}
.branches-wht p {
    margin-bottom: 15px;
}
.branches-img {
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
    overflow: hidden;
}
.branches-slider .slick-center {
    transform: scale(1.1) translateY(28px);
    z-index: 100;
    opacity: 1;
    transition: transform .3s, background-image 0s;
    margin-bottom: 65px;
    background-image: url("../content/images-new/slick-slider.png");
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 100%;
    background-size: 50%;
}
.branches-img img {
    width: 100%;
    height: 100%;
    max-height: 350px;
}
.branch-photos > .photos  img {
    margin: 10px 0;
    height: 100px;
}
.branches-img span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    font-size: 32px;
    background: white;
    text-transform: uppercase;
}
        .branches-img span:after {
            content: '';
            position: absolute;
            display: block;
            left: -100px;
            width: 0;
            height: 0;
            border-top: 200px solid transparent;
            border-bottom: 200px solid transparent;
            border-right: 100px solid white;
        }

        .branches-map {
            height: 320px;
            border-radius: 10px;
            box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
        }
.branches-img.branches-how-to-get {
    max-height: 350px;
}
.branches-slider .emploee-info img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
}
.branches-slider .emploee-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .branches-slider .emploee-info p {
        width: 100%;
        text-align: center;
        font-size: 12px
    }
        .branches-slider .emploee-info p:nth-of-type(1) {
            font-weight: 900;
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 13px
        }
.branches-slider div.slick-slide {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.branches-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .branches-slider .slick-dots li {
        padding: 5px;
    }
        .branches-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            border-radius: 50%;
            width: 4px;
            height: 4px;
            cursor: pointer;
            padding: 4px;
            color: transparent;
            border: 0;
            outline: none;
            background: #d7d7d7;
        }
        .branches-slider .slick-dots li.slick-active button {
            width: 7.5px;
            height: 7.5px;
            background: #45d03a;
            padding: 5px;
        }

        .time-shedule > span {
            font-size: 15px;
            color: rgb(90,90,90);
            padding: 7.5px 20px;
        }
.shadow-notification__img {
    border-radius: 10px;
    position: fixed;
    z-index: 1050;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    max-width: 1200px;
}
.branch__img-container {
    position: relative;
}
    .branch__img-container span {
        position: absolute;
        display: flex;
        align-items: center;
        width: 100px;
        height: 100%;
        font-size: 40px;
        font-weight: 900;
        color: rgb(80, 184, 73);
        top: 50%;
        transform: translateY(-50%) scaleX(.45);
        z-index: 50;
        padding: 0 20px;
        transition: .3s;
    }
        .branch__img-container span:hover {
            cursor:pointer;
        }
        .branch__img-container span.left {
            left: -28px;
            border-radius: 5px 0 0 5px;
            background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 60%, rgba(0,0,0,.6) 100%);
        }
            .branch__img-container span.left:hover {
                background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 30%, rgba(0,0,0,.6) 100%);
            }
            .branch__img-container span.right {
                right: -28px;
                border-radius: 0 5px 5px 0;
                background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 60%, rgba(0,0,0,.6) 100%);
            }
            .branch__img-container span.right:hover {
                background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 30%, rgba(0,0,0,.6) 100%);
            }
            .branch__img-container img {
                max-width: 100%;
                width: 100%;
            }
    .branch__img-container .btn-close {
        width: 35px;
        height: 35px;
        border: .5px solid lightgrey;
        border-radius: 5px;
        position: absolute;
        top: -32px;
        right: -32px;
        background-image: url(../content/images-new/icons/modal-close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;
    }
        .branch__img-container .btn-close:hover {
            cursor: pointer;
        }
        .branch-photos {
            align-items: center;
        }
            .branch-photos img {
                height: auto;
                width: 98%;
                border-radius: 5px;
                transition: .3s;
                max-height: 300px;
            }
            .branch-photos .photos img {
                opacity: .75;
            }
        .branch-photos img:hover {
            cursor: pointer;
            opacity: 1;
        }
.branches .player-wrapper {
    position: relative;
    border-radius: 10px;
    height: 274px;
}
    .branches .player-wrapper span {
        position: absolute;
        display: block;
        height: 40px;
        bottom: -40px;
        left: 15px;
        font-size: 12px;
    }
    .branches .player-wrapper .player {
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .branches .player-wrapper:nth-of-type(1) .player {
        background-image: url(../../Content/images-new/our-videos/ourVideos11.jpg);
    }
    .branches .player-wrapper:nth-of-type(2) .player {
        background-image: url(../../content/images-new/our-videos/ourVideos12.jpg);
    }
    .branches .player-wrapper:nth-of-type(3) .player {
        background-image: url(../../content/images-new/our-videos/ourVideos13.jpg);
    }
    .branches .player-wrapper:nth-of-type(4) .player {
        background-image: url(../../content/images-new/our-videos/ourVideos4.jpg);
    }
.branches .back {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    background: rgba(0,0,0,.5);
    transition: .3s;
}
.branches .player-wrapper:after, .branches .player-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.branches .player-wrapper:before {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid white;
    z-index: 10;
}

.branches .player-wrapper:after {
    width: 80px;
    height: 50px;
    border-radius: 10px;
    background: #1fcd26;
}
.branches .player-wrapper:hover {
    cursor:pointer;
}
.branches .player-wrapper:hover .back {
    background: rgba(0,0,0,0);
}
.emploee-feedback:nth-of-type(1) {
    margin-top: 40px;
}
.emploee-feedback {
    background: white;
    margin-bottom: 15px;
    padding: 15px 35px;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
}
    .emploee-feedback h5 {
        font-size: 16px;
        font-weight: 900;
        margin-bottom: 30px;
    }
    .emploee-feedback .star-rate {
        position: absolute;
        right: 20px;
        top: 20px;
    }

        .branches-reviews {
            background: white;
            padding: 40px 30px;
            padding-top: 50px;
            border-radius: 10px;
            box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
        }
    .branches-reviews textarea {
        height: 90px;
        border-radius: 10px;
        resize: none;
        font-family: Arial;
        padding: 10px;
    }
    .branches-reviews button.btn {
        height: 43px;
        font-size: 14px;
        line-height: 43px;
    }
    .branches-reviews .rate-point {
        width: 23px;
        height: 23px;
        opacity: .5;
        transition: .3s;
    }
        .branches-reviews .rate-point:hover {
            cursor: pointer;
        }
        .branches-reviews .rate-point.rated {
            opacity: 1;
        }
        .branches-reviews .rating-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }
.star-rate + .rating-notify {
    position: absolute;
    border: 1px solid rgba(90,90,90,.3);
    background: white;
    z-index: 10;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .3s;
    padding: 10px;
    font-size: 12px;
    border-radius: 10px;
    top: 95%;
    left: 0;
}
.rating-notify.show {
    max-height: 1000px;
    opacity: 1;
}
.rating-notify .close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    color: black;
    opacity: 1;
    width: 15px;
    height: 15px
}
.rating-notify a {
    color: #45d03a;
    transition: 0.2s;
}
@media screen and (max-width: 767px) {
    .branches h1 {
        font-size: 24px;
        padding: 10px 30px;
    }
    .branches-wht {
        padding: 10px 20px;
    }
    .branches h3, .branches h4 {
        font-size: 24px;
    }
    .branch-photos .photos img {
        margin-top: 15px;
    }
    .branches-img span {
        display: none;
    }
    .branches h4 {
        font-size: 14px;
    }
    .branches-img, .branches-wht, .branch-photos {
        margin: 15px;
    } 
}