
.banner {
    background: #A7BD39;
    background-image: url("../../images/dr_jasem.png");
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: left bottom;
}

.banner-container {
    max-width: 100%;
    margin-right: 10%;
    margin-left: 35%;
    padding: 5% 0 2% 0;
}

.banner-subtitle h3 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner-subtitle a {
    color: #367BC0;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}

.banner-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 25px 10px 0px 10px;
    max-width: 70%;
    margin: auto;
}

.banner-list-item {
    color: #6C6C6C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-left: 1px solid #d3d3d3;
    padding: 10px 10px 10px 20px;
    text-align: center;
    width: 30%;
}

.banner-list-item:nth-child(3) {
    border-left: 0px;
}

.banner-widget-subscribe-button {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    background: #1A1A1A;
    width: 100%;
    text-align: center;
    max-height: 140px;
    height: 140px;
    padding: 20px 0 20px 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-items: center;
    justify-content: center;
}

.banner-widget-subscribe-button:hover {
    color: #fff;
}

.banner-widget-subscribe-button h2 {
    color: #F7941D;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
}

.banner-widget-subscribe-button h2 p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 0%;
}

.subscribe-gif {
    width: 230px;
    height: 230px;
    margin: 0;
    margin-top: 100px;
}

.banner-widget-item {
    color: #367BC0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 30%;
    text-align: center;
    max-height: 140px;
    height: 140px;
    padding: 20px 0 20px 0;
    border-radius: 8px;
    background: #FDFDFD;
}

.banner-widget-item img {
    display: block;
    margin: auto;
    margin-bottom: 5px;

}

.banner-widgets-three-col {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

.banner-widget-subscribe {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    gap: 15px;

}

.banner-widget-subscribe h4 {
    font-size: 20px;
    font-weight: 400;
}

.w-30 {
    width: 30%;
}

.w-65 {
    width: 65%;
}

.banner-subtitle .help-you-text {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media (min-width: 801px) {
    .banner-mobile {
        display: none;
    }

    .banner {
        display: block;
    }

    .banner-container-mobile {
        display: none;
    }

    .banner-container {
        display: block;
    }

}

@media (max-width: 800px) {
    .banner {
        display: none;
    }

    .banner-mobile {
        display: block;
        position: relative;
        height: 320px;
        background-size: 360px;
        background: #A7BD39;
        background-image: url("../../images/dr_jasem.png");
        background-repeat: no-repeat;
        background-size: 250px;
        background-position: left bottom;
    }

    .banner-container {
        display: none;
    }

    .banner-container-mobile {
        display: block;
        margin: auto;
        max-width: 100%;
        margin-top: 0px;
        position: relative;
        z-index: 999;
        background: #A7BD39;
        border-radius: 0px;
        padding: 40px 15px 0px 15px;
    }

    .banner-container-mobile banner-subtitle h3 {
        font-size: 22px;
    }

    .banner-container-mobile .banner-subtitle a {
        font-size: 22px;
    }

    .banner-container-mobile .banner-list {
        display: block;
    }

    .banner-container-mobile .banner-list-item {
        color: #6C6C6C;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: 0px;
        padding: 10px 10px 40px 20px;
        text-align: center;
        width: 100%;
        display: block;
        position: relative;
    }

    .banner-container-mobile .banner-list-item:after {
        content: ' ';
        width: 50px;
        height: 1px;
        position: absolute;
        background: #d3d3d3;
        bottom: 8px;
        right: 87px;
    }

    .banner-container-mobile .banner-widget-subscribe {
        flex-direction: column;
        margin-top: -100px;
    }

    .banner-container-mobile .banner-widget-subscribe-button {
        width: 100%;
        position: relative;
    }

    .banner-container-mobile .subscribe-gif {
        width: 150px;
        height: 150px;
        margin: 0;
        /* margin-top: 0; */
        position: absolute;
        top: 0px;
    }

    .banner-container-mobile .banner-widget-subscribe-button h2 {

        margin-top: 50px;
    }

    .banner-container-mobile .banner-widgets-three-col {
        flex-wrap: wrap;
        gap: 10px;
    }

    .banner-container-mobile .banner-widget-item {
        flex: 0 0 47%;
        margin-bottom: 10px;
    }

    .banner-mobile .banner-subtitle h3 {

        text-align: right;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
    }

    .banner-mobile .banner-subtitle {
        max-width: 70%;
        position: relative;
        top: 80px;
        right: 20px;
    }

    .banner-mobile .help-you-text {

        text-align: center;
        font-size: 21px;
        font-style: normal;
        font-weight: 800 !important;
        line-height: normal;
    }

    .banner-container-mobile .banner-widget-subscribe-button h2 p {
        line-height: 1.2;
        margin-top: 20px;
    }
}