.sl-shape2 {
    position: absolute;
    z-index: 1;
}

.sl-shape2.shape_01 {
    right: 47.3%;
    top: -151px;
    width: 992px;
}

.sl-shape2.shape_02 {
    right: 0;
    width: 800px;
    top: 157px;
    right: 122px;
}

.slider__img__box .img-one {
    width: 430px;
}


.main-title {
    font-size: 56px;
    color: #1e78ff;
}

.slider__content h5 {
    font-size: 20px;
    color: gray;
}

.search__area input {
    background-color: #fff;
    border: none;
    min-width: 360px;
}

.search__area {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.search__area li {
    padding: 15px;
    background-color: transparent;
}

.search__area li:first-child {
    width: 70%;
}

.search__area li:last-child {
    width: 20%;
}

.search__area .search-icon {
    color: #1e78ff;
    font-size: 29px;
    background: none;
    border: none;
}

.li-seach-botton {
    text-align: right;
    width: 15%;
}

.section-title h2 {
    font-size: 35px;
}

#trynow {
    background-color: #f2f1f1;
    position: relative;
    z-index: 1;
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

#trynow textarea {
    width: 85%;
    height: 300px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 10px;
}

#trynow textarea::placeholder {
    color: #999;
    opacity: 1;
}

/* .trynow-textarea {
        padding: 20px;
    }*/

#writing-text {
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 24px, #ddd 25px);
    line-height: 25px;
    padding: 0 10px;
    resize: vertical;
}

.feature-course-area .container {
    background-image: url(/static/home/img/bg-features.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.features-2-area .img-one {
    max-width: 550px;
}

.features-2-area .container {
    background-image: url(/static/home/img/bg-advanced-analysis.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.features-2-area h3 {
    font-size: 32px;
    color: #1e78ff;
    padding-bottom: 10px;
}

.features-2-area h5 {
    font-weight: 400;
}

.sample-report-area .container {
    background-image: url(/static/home/img/bg-report.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

}

.sample-report-area .report-box {
    padding-left: 137px;
    padding-bottom: 40px;
}

.sample-report-area .img-one {
    max-width: 350px;
}

.sample-report-area .img-bg {
    position: absolute;
    z-index: 1;
}

.sample-report-area .report-text {
    color: #fff;
}

.theme_btn.register_btn {
    background: #FF723A;
    color: #fff;
    padding: 13px 26px;
    border: 1px solid #FF723A;
}

.theme_btn.register_btn:hover {
    background: #fff;
    color: #FF723A;
    border: 1px solid #FF723A;
}

.trynow-textarea textarea#writing-text,
.trynow-textarea div#writing-evaluation {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    overflow-y: auto;
    margin-bottom: 10px;

    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}

.trynow-textarea textarea#writing-text {
    resize: vertical;
}

.trynow-textarea div#writing-evaluation {
    background-color: #f8f9fa;
    min-height: 300px;
    height: auto;
}


@media (max-width: 480px) {
    .search__area input {
        min-width: 200px;
    }

}

@media (max-width: 767px) {
    .slider__img__box img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .slider__content {
        text-align: center;
    }

    .slider__content h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .slider__content h5 {
        font-size: 16px;
    }

    #trynow .trynow-textarea {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #trynow textarea {
        height: 200px;
    }

    .features-container {
        text-align: center;
    }

    .features-container img {
        max-width: 80px;
        margin-bottom: 10px;
    }

    footer .d-flex {
        flex-direction: column;
        text-align: center;
    }

    footer .d-flex li {
        margin: 5px 0;
    }
}