.slideItem {
    height: 70px;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d235d;
    background-blend-mode: multiply;
    padding: 0 10px;
}
.slideItem a{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    display: block;
}
.owl-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    /* top: -15px; */
}
.owl-nav i{
    width: 30px;
    height: 30px;
    border-radius: 0;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: #3d3d3da8;
    font-weight: 700;
    color: #fff;
}
.owl-nav .owl-prev i{}
.owl-nav .owl-next i{}
.country_wise .sin_up{}


/* ======================= */
.slide-menu-btn  .owl-nav{ 
    top: 0;
/*    justify-content: center; */
}
.slide-menu-btn .owl-stage{
    /* display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    padding: 20px 0; */
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-rows: repeat(2, 1fr); */
    /* gap: 10px;
    width: 100%; */
}
.slide-menu-btn .owl-stage li.item{
    /* height: 100%; */
    width: 100%;
    height: auto;
}
.slide-menu-btn .owl-stage li.item a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ffffff78;
}

.slide-menu-btn .owl-stage li.item  a.active,
.slide-menu-btn .owl-stage li.item:focus a
.slide-menu-btn .owl-stage li.item:active a,
.slide-menu-btn .owl-stage li.item:hover a{
    color: #000;
    /* background: #1d235d; */
}

.recommendedUni .owl-nav{
    top: 35%;
    width: 105%;
    left: -2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
}


/* ============================================  */
.owl-nav{}
.button-slider .owl-nav .owl-prev{
    left: 0;
}
.button-slider .owl-nav .owl-next{
    right: 0;
}

.button-slider .owl-nav .owl-prev,
.button-slider .owl-nav .owl-next{
    /* position: absolute;
    top: -30px; */
    margin: 0 2px; 
}
