﻿.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;
        }

.physics-lab-content .fa,
.physics-lab-content .fas,
.physics-lab-content .fa-solid {
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
}

.physics-lab-content .far,
.physics-lab-content .fa-regular {
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 400 !important;
}

.physics-lab-content .fal,
.physics-lab-content .fa-light {
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 300 !important;
}

.physics-lab-content .fab,
.physics-lab-content .fa-brands {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

.physics-lab-content i[class*="fa-"],
.physics-lab-content span[class*="fa-"] {
    display: inline-block;
    min-width: 1em;
    text-align: center;
}
