@media screen and (max-width: 1024px) {

    .program:after,
    .contact-us:after,
    .differance-area:after,
    .blog-page:after,
    section.about-details:after,
    .service-details:after,
    .gallery:after,
    .team-details:after,
    .blog-area:after,
    .our-team:after,
    .choose-us:after,
    .about:after {
        content: '';
    }
    .contact-form {
        margin-right: 0;
    }
    textarea.form-control {
        height: 130px;
    }
    .contact-form input[type=text],
    .contact-form input[type=email] {
        height: 45px;
    }
    .ftr-content .social li {
        margin-right: 10px;
    }
    .ftr-content h3 {
        font-size: 20px;
    }

    .sitemenu:before {
        left: 45%;
    }
    .sitemenu .navbar ul li a {
        font-size: 24px;
    }
    .sitemenubar .address {
        font-size: 20px;
    }
    .single-blog .info {
        padding: 30px 15px;
    }
    .blog-detail .quoteblock {
        padding: 40px 30px;
    }
    .related-post h3:after {
        left: 23%;
    }
}



@media screen and (max-width: 768px) {
    .hero-img {
        display: none;
    }
    .hero-area {
        padding-bottom: 100px;
        background: url(../images/hero-bg.jpg) no-repeat center center / cover;
        position: relative;
        z-index: 1;
    }
    .hero-area:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
    .hero-content p,
    .hero-content h1 {
        color: #fff;
    }
    .section-title p {
        padding-top: 15px;
    }
    .about-img {
        margin-top: 30px;
    }
    .about-img img,
    .chooseus-area img {
        width: 100%;
    }
    .differance-img {
        margin: 40px 0;
    }
    .chooseus-area img {
        margin-bottom: 30px;
    }
    .contact-img {
        display: none;
    }
    .ftr-content {
        margin-bottom: 30px;
    }
    .top-footer {
        padding-bottom: 70px;
    }
    .hero-content .btn {
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    .hero-content .btn.btn-active {
        border-color: #d5ab90;
    }
    .sitemenu:before {
        left: 40%;
    }
    .sitemenu .navbar ul li a {
        margin-top: 30px;
    }
    .sitemenubar .address li {
        padding-bottom: 10px;
        line-height: 40px;
    }
    .about-images,
    .about-images2 {
        display: none;
    }
    .about-details-content {
        padding: 0;
    }
    .about-details-content-bottom {
        padding-left: 0;
        padding-top: 30px;
    }
    section.about-details {
        padding: 100px 0;
    }
    .post-area .single-post .img {
        width: initial;
    }
    .page-list-2 {
        margin-top: 30px;
    }
    .single-comment .info {
        padding: 15px 30px;
    }
    .reply-area {
        margin-bottom: 50px;
    }
    .page-title h1 {
        font-size: 45px;
    }
}





@media screen and (max-width: 425px) {
    .header {
        padding: 30px 0;
    }
    .hero-content h1 {
        font-size: 35px;
        font-weight: 700;
    }
    .single-blog,
    .single-member,
    .single-program {
        width: 390px;
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .single-blog img,
    .single-member img,
    .single-program img {
        width: 100%;
    }
    .contact-form {
        padding: 30px 15px;
    }
    .contact-form .btn {
        min-width: 100%;
        height: 55px;
        line-height: 55px;
    }
    .sitemenubar {
        text-align: center !important;
    }
    .sitemenubar .navbar {
        display: block;
    }
    .sitemenubar .address,
    .sitemenu:before {
        display: none;
    }
    .sitemenu .navbar ul li:hover:after,
    li.current-item:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 100px;
        background: #fff;
        left: 50%;
        top: 40px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .page-title h1 {
        font-size: 42px;
    }
    .blog-detail img {
        width: 100%;
    }
    .related-post h3:after {
        left: 35%;
    }
    .related-single-post {
        margin-bottom: 30px;
    }
    .related-single-post img{
        width: 100%;
    }
    .view-comments {
        margin-top: 0;
    }
    .form-area {
        padding: 50px 15px;
    }
    .form-area .btn {
        width: 100%;
    }
    .sitemenu .navbar ul li ul {
        left: 50px;
    }
}


@media screen and (max-width: 375px) {
    .hero-content .btn {
        min-width: 155px;
    }
    .hero-content .btn,
    .about-content .btn {
        height: 55px;
        line-height: 55px;
        margin: 30px 15px 0 0;
    }
    .contact-form {
        padding: 30px 15px;
    }
    .page-list .page-link {
        width: 35px;
    }
    .post-area .single-post .img {
        width: 40%;
    }
    .related-post h3:after {
        left: 50%;
        width: 150px;
    }
    .single-comment:nth-child(odd) {
        margin-left: 0;
    }
    .sitemenu .navbar ul li ul {
        left: 15px;
    }
}



@media screen and (max-width: 320px) {
    .hero-content h1 {
        font-size: 28px;
    }
    .hero-content .btn {
        min-width: 125px;
    }
    .section-title .title h2 {
        font-size: 22px;
    }
    .post-area .single-post .img {
        width: 70%;
    }
    .single-comment {
        display: block;
    }
    .single-comment .info,
    .single-comment .img {
        width: 100%;
    }
    .reply-area .btn {
        width: 100%;
    }
    .sitemenu .navbar ul li ul {
        left: -15px;
    }
}