.form-control-normal-radius {
    border-radius: 0.25rem;
}

.checkbox-toggle-normal span {
    margin-top: 0px !important;
}

.pointer-none {
    pointer-events:none;
}

.qr-img img {
    min-width: 200px;
}

.md-48 {
    font-size: 48px;
}

.owl-carousel-dashboard .single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 220px; }
    .single-hero-slide img {
        width: 100%;
        height: 220px;}
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .owl-carousel-dashboard .single-hero-slide {
        height: 220px; } 
        .single-hero-slide img {
            width: 100%;
            height: 220px;}
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .owl-carousel-dashboard .single-hero-slide {
        height: 240px; } 
        .single-hero-slide img {
            width: 100%;
            height: 240px;}
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .owl-carousel-dashboard .single-hero-slide {
        height: 300px; } 
        .single-hero-slide img {
            width: 100%;
            height: 300px;}
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .owl-carousel-dashboard .single-hero-slide {
        height: 320px; } 
        .single-hero-slide img {
            width: 100%;
            height: 320px;}
    }
    @media only screen and (min-width: 1200px) {
      .owl-carousel-dashboard .single-hero-slide {
        height: 450px; } 
        .single-hero-slide img {
            width: 100%;
            height: 450px;}
    }

.owl-carousel-dashboard .owl-dots {
    position: absolute;
    bottom: 1.375rem;
    left: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .owl-carousel-dashboard .owl-dots .owl-dot {
        -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
        position: relative;
        z-index: 1;
        margin-right: 8px;
        width: 10px;
        height: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 10px;
                flex: 0 0 10px;
        max-width: 10px;
        background-color: #ebebeb;
        border-radius: 50%; }
        .owl-carousel-dashboard .owl-dots .owl-dot.active {
        background-color: #3629b7; }