.innerSection {
    min-height: 500px;
}

.innerSection h1 {
    font-size: 32px;
}

.themeForm .form-label {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.themeForm .form-control[type=file] {
    padding: 12px 0px 10px 19px;
}

.themeForm .form-control {
    padding-left: 20px;
}

.bannerPostHeader {
    position: relative;
    padding: 50px 0;
    color: #fff;
    border-bottom: 3px solid #fff;
}

.bannerPostHeader .content {
    position: relative;
    z-index: 10;
}

.bannerPostHeader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(35, 41, 81, 90%);
    z-index: 0;
}

.bannerPostHeader h1 {
    color: #fff;
}

.bannerPostHeader h1 {
    font-size: 30px;
    text-transform: capitalize;
}

.bannerPostHeader h1:after {
    content: "";
    width: 100px;
    height: 0;
    display: block;
    border-top: 2px solid #fff;
    margin: 5px auto 0;
    border-bottom: 2px solid #c3c3c3;
}

.dashboard table th {
    font-weight: 500;
    vertical-align: top;
}

.dashboard table tr:last-child td {
    border-bottom: 0;
}

@media (min-width: 768px) {

    .bannerPostHeader h1:after {
        margin: 5px 0 0;
    }

    .innerSection.about h2 {
        font-size: 48px;
    }

    .innerSection.about,
    .innerSection.about p {
        font-size: 18px;
    }

    .themeForm .form-control:not(textarea),
    .themeForm .form-select {
        height: 50px;
    }


}

@media (max-width: 767px) {

    .wantToKnowSect .theme-btn {
        font-size: 12px;
    }

    .themeForm .form-control,
    .themeForm .form-select,
    .themeForm .form-label {
        font-size: 14px;
    }

    .adSectSearchForm .search .form-select.w-auto {
        width: 100% !important;
    }
    .enableEditingContainer i.align-bottom {
        vertical-align: middle !important;
    }

}