@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.landingpage-news-wrapper .single-news-wrapper {
	    width: 31.5%;
	    border: 1px solid rgba(var(--primary--color),.149);
	}
}
@media only screen and (max-width: 991px) {
    
    h1 {
        font-size: 29px;
    }
      
    h2 {
        font-size: 27px;
    }
      
    h3 {
        font-size: 25px;
    }
      
    h4 {
        font-size: 22px;
    }
      
    h5 {
        font-size: 18px;
    }
      
    h6,
    p,
    .heroes-form-wrapper form label,
    .nav-tabs .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link:hover {
        font-size: 16px;
    }

    .landingpage-news-wrapper .single-news-wrapper .single-news-description {
        font-size: 16px;
    }
    
    .modal-dialog button.btn-close:before {
        color: rgb(var(--quinary--color));
    }

    .logo {
        max-width: 130px;
    }

    .navbar-toggler {
        top: 0;
    }

    .justify-content-end {
        top: 59px;
        left: calc(100% - 200px);
    }

    .glasshouse-form-side {
        padding: 20px;
    }

    .newsletter-popup {
        flex-direction: column;
    }

    .newsletter-popup .newsletter-image {
        border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        -ms-border-radius: 20px 20px 0 0;
        -o-border-radius: 20px 20px 0 0;
    }

    .newsletter-popup .newsletter-image,
    .newsletter-form {
        width: 100%;
    }

    .intersection-banner {
      border-radius: 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -ms-border-radius: 10px 10px 0 0;
      -o-border-radius: 10px 10px 0 0;
    }

    .volunteer-description {
        padding: 0;
    }

    .andrew-image {
        margin: 0 auto 110px;
    }

    .glass-house-content-wrapper > div {
        width: 100%;
    }

    .new-glass-house-content {
      order: 1;
    }
    
    .new-glass-house-title {
      order: 2;
    }
    
    .new-glass-house-map {
      order: 3;
    }
    
    .old-glass-house-content {
      order: 4;
    }
    
    .old-glass-house-title {
      order: 5;
    }
    
    .old-glass-house-map {
      order: 6;
    }

    .landingpage-news-wrapper .single-news-wrapper {
        width: 48%;
    }

    .about-wrapper,
    .about-content-wrapper {
        flex-direction: column-reverse;
    }

    .which-intersection,
    .win-archieving,
    .keynote-wrapper,
    .volunteer-form,
    .andrew-list,
    .glass-house-content-wrapper,
    .glasshouse-form,
    .heroes-wrapper,
    .contact-wrapper,
    .address-bar {
        flex-direction: column;
    }

    .intersection-banner,
    .intersection-description,
    .win-archieving .archiving-title,
    .win-archieving .archieving-list,
    .keynote-description,
    .keynote-imgwrapper,
    .volunteer-description,
    .form-container,
    .andrew-list ul.secondary-list,
    .about-description,
    .andrew-image,
    .about-content,
    .about-img,
    .heroes-details,
    .heroes-video,
    .glasshouse-form-side,
    .glasshouse-comments,
    .contact-details,
    .contact-form {
        width: 100%;
    }

    .glass-house-content-wrapper {
        gap: 0;
    }

    .footer-contact,
    .footer-subscription {
        width: 50%;
    }

    .winners-grid > div,
    .winners-grid > div.winners-img-10,
    .winners-grid > div.winners-img-11 {
        flex: 0 0 49% !important;
    }

    .impacted-wrapper {
        flex-direction: column;
    }

    .projects-wrapper {
        justify-content: center;
    }

    .impacted-description,
    .impacted-imgwrapper {
        width: 100%;
    }

    .projects-wrapper .single-projects-wrapper {
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .justify-content-end {
        left: calc(100% - 190px);
        width: 320px;
    }
    
    .nav-tabs .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link:hover {
        padding: 10px;
    }
    
    section.breadscrumb_banner_view img {
        height: 300px;
        object-fit: cover;
    }

    .page--title {
        bottom: 10px;
    }

    .form-fields,
    .share-your-thoughts .form-header {
        padding: 15px;
    }

    .single-speech {
        gap: 5px;
    }

    .landingpage-news-wrapper .single-news-wrapper,
    .speech-date,
    .speech-document {
        width: 100%;
    }

    .speech-date p {
        margin: 0 !important;
    }
    
    .single-speech,
    .main-footer {
        flex-direction: column;
    }

    .footer-contact,
    .footer-subscription {
        width: 100%;
        text-align: center;
        border: 0;
        padding: 0;
    }

    .connect--social {
        justify-content: center;
    }

    .copyright--txt {
        text-align: center;
    }

    .footer-subscription .tertiary--btn {
        margin: 0;
    }

    .section_padding {
        padding: 25px 15px;
    }

    .tertiary--btn {
        width: 100%;
    }

    .form-container,
    .glasshouse-form-side,
    .glasshouse-comments {
        padding: 15px;
    }

    .accordion-item .accordion-button {
        font-size: 21px;
    }

    .projects-wrapper .single-projects-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .about-description {
        padding: 0;
    }

    .btn {
        width: 100%;
        min-width: fit-content;
    }

    .andrew-image {
        margin: 0 auto;
    }

    .andrew-image .blockquote {
        width: 100%;
        position: relative;
        margin-top: 10px;
        bottom: 0;
        left: 0;
    }

    .single-comment p.small {
        width: 100%;
        text-align: left !important;
        margin: 0 !important;
    }

    .landingpage-news-wrapper .single-news-wrapper .single-news-title span.howmany-likes a.news-like {
        padding: 2px 0px 0px;
    }

    .winners-grid > div,
    .winners-grid > div.winners-img-10,
    .winners-grid > div.winners-img-11 {
        flex: 0 0 100% !important;
    }

    .form-fields {
        padding: 15px;
    }

    .newsletter-form .form-fields {
        padding: 25px 0;
    }

    .newsletter-form .titles,
    .newsletter-form .titles + p {
        padding: 0;
    }

    .contact-title,
    .contact-description p {
        padding: 15px;
    }
}

@media only screen and (max-width: 425px) {
    .radioButtongrp label.contain {
        width: 100%;
    }
}