/*--------email-dashboard-------*/
.email-dashboard-outer {
    background: #1C1C1C;
}
.email-dashboard-logo {
    text-align: center;
    padding: 25px 0;
}
.email-dashboard {
    min-height: calc(100vh - 98px);
    height: 100%;
    padding: 50px 0;
    background: #FFFFFF;
    border-radius: 30px 30px 0px 0px;
    display: flex;
    align-items: center;
}
.email-dashboard-sliderbox .row {
    align-items: center;
}
.email-dashboard-slider-content {
    text-align: center;
}
.email-dashboard-slider-content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    align-items: center;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 14px;
}
.email-dashboard-slider-content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    align-items: center;
    text-align: center;
    color: #1C1C1C;
}
.email-dashboard-slider-content h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin-top: 25px;
}
.email-dashboard .container {
    max-width: 1270px;
}
.email-dashboard-slider-content {
    text-align: center;
    max-width: 427px;
    margin: -17px 0 0 10px;
}
.email-dashboard-slider-content p {
    max-width: 395px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.email-dashboard-slider-img {
    margin-left: -32px;
}
.email-dashboard .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: rgb(0 0 0 / 20%);
    border-radius: 50%;
}
.email-dashboard .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.email-dashboard .slick-dots li button:before{
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: auto;
    display: flex;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 235px;
    top: 72.5%;
}
.email-dashboard .slick-dots li.slick-active button{
    background: rgb(0 0 0 );
}
.email-dashboard-slider-content a.site-btn.bg_black {
    max-width: 417px;
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}
.email-dashboard-sliderbox4 .email-dashboard-slider-content p {
    max-width: 355px;
}
.email-dashboard-slider-outer {
    position: relative;
}
button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0px;
    border: 0;
    transform: translateY(-50%);
    z-index: 1;
}
button.slide-arrow.prev-arrow.slick-arrow{
    position: absolute;
    top: 50%;
    left: 0px;
    border: 0;
    transform: translateY(-50%) rotate(180deg);
    z-index: 1;
}
button.slide-arrow.slick-arrow.slick-disabled{
    display:none!important;

}


/*------@media---------*/

@media(max-width: 1200px){
    /*------email-dashboard-------*/
    .slick-dots {
        bottom: 0;
        right: auto;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    button.slide-arrow.next-arrow.slick-arrow {
        top: 100%;
        left:54%;
        right:auto;
        transform: translate(-50%, -50%);
    }
    button.slide-arrow.prev-arrow.slick-arrow{
        top:100%;
        left:46%;
        right:auto;
        transform: translate(-50%, -50%) rotate(180deg);
        
    }
}


@media(max-width: 767px){
    /*-------email-dashboard-------*/
    .slick-dots {
        position: static;
        justify-content: center;
        margin-top: 24px;
        transform: translate(0);
    }
    .email-dashboard-slider-content {
        text-align: center;
        max-width: 100%;
        margin: 24px 0 0 0px;
    }
    .email-dashboard-slider-img {
        margin-left: 0;
    }
    .email-dashboard-slider-img img {
        width: 500px;
        margin: 0 auto;
    }
    .email-dashboard-slider-content h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        align-items: center;
        text-align: center;
        color: #1C1C1C;
    }
    .email-dashboard-slider-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .email-dashboard-slider-content h5 {
        font-size: 16px;
        line-height: 19px;
        margin-top: 15px;
    }
    .email-dashboard-logo {
        text-align: center;
        padding: 15px 0;
    }
    .email-dashboard-logo img {
        width: 130px;
    }
    button.slide-arrow.next-arrow.slick-arrow {
        left:58%;
    }
    button.slide-arrow.prev-arrow.slick-arrow{
        left:42%;
    }
}