﻿.pop-slide .owl-dots {
    display: none !important;
}

.pop-slide .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    padding: 0;
    width: 30px;
    height: 50px;
    background: #fff;
    color: #333;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
    border: 1px solid #fff;
    border-radius: 0 4px 4px 0;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 41%;
    margin: 0px;
}

.pop-slide .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-carousel button.owl-dot {
    padding: 0;
    width: 30px;
    height: 50px;
    background: #fff;
    color: #333;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
    border: 1px solid #fff;
    border-radius: 4px 0 0 4px;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 41%;
    margin: 0px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}

.department-slider .owl-dots {
    display: none;
}

img {
    max-width: 100% !important;
    height: auto !important;
}
@media screen and (max-width:900px) {
    .side-menu {
        height: 100vh;
    }

    .biography-flex-section {
        padding: 20px 20px;
    }
}