.xe-theme--devryan-prime-idc .section-slide-banner {
    position: relative;
    height:470px;
}

.xe-theme--devryan-prime-idc .section-slide-banner .section-slid-banner-background {
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    bottom: 0;
    z-index: -2;
}

.xe-theme--devryan-prime-idc .section-slide-banner .section-slide-background-img img {
    width: 320px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
    z-index: -1;
}

.xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper {
    padding-top: 90px;
    text-align: center;
}

.xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper .section-slide-banner-sub-title {
    font-size: 17px;
    line-height: 1.41;
    color: #181818;
}

.xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper .section-slide-banner-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.41;
    color: #000000;
    letter-spacing: -1.5px;
}

.xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper .section-slide-banner-text {
    display: none;
    font-size: 17px;
    line-height: 1.59;
    color: #181818;
}

.xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper .section-slide-banner-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -86px;
    background-color: #181818;
    border: 1px solid #181818;
    padding: 0;
    color: #fff;
    text-decoration: none;
    height: 48px;
    width: 172px;
    line-height: 48px;
}

.xe-theme--devryan-prime-idc .prime-btn {
    font-size: 15px;
}

@media (min-width:768px) {
}

@media (min-width:992px) {
    .xe-theme--devryan-prime-idc .section-slide-banner {
        height:680px;
        display: flex;
    }

    .xe-theme--devryan-prime-idc .section-slide-banner .section-slide-background-img img {
        width: 643px;
        position: absolute;
        right: 0;
        margin-left: 100px;
        z-index: -1;
    }

    .xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper {
        padding-top: 0;
        margin: 0 auto;
        align-self: center;
    }

    .xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper .section-slide-banner-sub-title {
        font-size: 17px;
        line-height: 1.41;
    }
    
    .xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper .section-slide-banner-title {
        font-size: 46px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    .xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper .section-slide-banner-text {
        display: block;
    }

    .xe-theme--devryan-prime-idc .section-slide-banner .section-slide-banner-wrapper .section-slide-banner-btn {
        bottom: 125px;
        line-height: 64px;
        width: 240px;
        height: 64px;
        margin-left: -120px;
    }

    .xe-theme--devryan-prime-idc .prime-btn {
        font-size: 17px;
    }
}

@media (min-width:1200px) {

}