﻿#curve-img {
    border-top-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    max-height: 530px !important;
}

.paraf-alpha {
    font-size: 16px !important;
}

.seven-content .container-alpha .owl-custom-2 .item .right-side img {
    height: 530px !important;
}

.seven-content .container-alpha .owl-custom-2 .owl-nav {
    bottom: -1%;
}

@media screen and (max-width:1300px) {
    .slider-aricle-alpha .owl-nav {
        padding-left: 1060px !important;
    }

    .seven-content .container-alpha .owl-custom-2 .item .right-side img {
        height: 400px !important;
    }
}

@media screen and (max-width: 991px) {
    .seven-content .container-alpha .owl-custom-2 .owl-dots {
        float: inline-end !important;
        width: 100%;
    }
        .seven-content .container-alpha .owl-custom-2 .owl-dots .owl-dot {
            width: 7px;
            height: 7px;
            background-color: #AAA9AD;
            margin-right: 10px;
            border-radius: 100%;
            margin: 10px;
        }
        .seven-content .container-alpha .owl-custom-2 .owl-dots .active {
            transition: width 0.2s;
            width: 30px;
            border-radius: 30px;
            background-color: #FF3971;
        }
    .seven-content .container-alpha .owl-custom-2 .owl-dots {
        float: inline-end !important;
        width: 100%;
        padding:48px;
    }
}
@media only screen and (min-width: 991px) {
    .seven-content .container-alpha .owl-custom-2 .owl-dots {
        margin-top: -38px;
        margin-right: 27px;
    }
       
}


