/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 40px;
    color: #103561;
    background: white;
    padding: 13px 10px 10px 12px;
    height: 35px;
    border-radius: 50px;
}

.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
    padding-right: 11px;
    padding-left: 10px;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    left: 49%;
    bottom: 5%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

.owl-theme .owl-nav{
    margin-top: 0!important;
    line-height: 0 !important;
    height: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #103561;
}


@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        bottom: 10%;
        left: 40%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 40px;
    }
    .mp-banner-slider .owl-dots{
        bottom: 10%;
        left: 50%;
    }
}

