@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .navbar-main .container {
    padding: 0 20px;
  }
  .search-wrapper {
    height: 150px;
  }
  .search-wrapper form.form-inline {
    padding-top: 40px;
  }
  .search-wrapper .form-inline .form-control,
  .search-wrapper .form-inline button {
    width: 100%;
  }
  .navbar-top {
    padding: 5px;
  }
  .navbar-main {
    padding: 18px 0;
  }
  .btn {
    font-size: 14px;
  }
  .btn-blue {
    min-width: 150px;
    padding: 9.5px 20px;
  }
  .item-btn .btn ~ .btn {
    margin-top: 0;
  }
  .sub-title {
    font-size: 18px;
    line-height: 26px;
  }

  /* Homepage */
  .hero-section:not(.home-hero-section) .carousel-item {
    height: auto;
  }
  .hero-section:not(.home-hero-section) .carousel-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-section:not(.home-hero-section) .carousel-caption {
    padding: 35px;
    position: inherit;
    top: inherit;
    transform: inherit;
    margin-top: 0;
  }
  .hero-section .carousel-caption h2.title {
    font-size: 30px;
  }
  .hero-section .carousel-caption h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .hero-section .carousel-caption p {
    font-size: 18px;
    line-height: 27px;
  }
  .hero-section.home-hero-section .carousel-item {
    height: 600px;
  }
  .hero-section.home-hero-section .carousel-caption {
    max-width: 100%;
    margin-top: -18px;
    padding-left: 35px;
    padding-right: 35px;
/*    max-height: 300px;*/
    overflow: scroll;
  }
  .hero-section.home-hero-section .carousel-caption h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 8px;
  }
  .hero-section.home-hero-section .carousel-caption p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  .hero-section .carousel-caption p br {
    display: none;
  }
  .hero-section .carousel-control-prev,
  .hero-section .carousel-control-next {
    margin-top: -63px;
    z-index: 10;
  }
  .hero-section .carousel-control-prev {
    left: 5px;
  }
  .hero-section .carousel-control-next {
    right: 5px;
  }
  .hero-section.home-hero-section .carousel-control-prev {
    left: 15px;
  }
  .hero-section.home-hero-section .carousel-control-next {
    right: 15px;
  }
  .about-nawbo-wrapper {
    padding: 24px 22px 26px;
    /*margin-top: -151px;*/
  }
  .about-content-block h3 {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .about-content-block p {
    line-height: 22px;
    margin-bottom: 19px;
  }
  .news-nawbo-section {
    padding-top: 38px;
    padding-bottom: 29px;
  }
  .news-block h5 {
    margin-bottom: 19px;
  }
  .news-block .item-list {
    padding-right: 17px;
  }
  .news-block .btn {
    padding-left: 29px;
    padding-right: 29px;
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .tweets-block {
    margin-top: 7px;
    margin-bottom: 4px;
  }
  .stay-connected-block {
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 21px;
  }
  .stay-connected-title,
  .stay-connected-list {
    padding: 6px 24px;
  }
  .stay-connected-list li ~ li {
    margin-left: 16px;
  }
  .stay-connected-list a {
    font-size: 19px;
  }
  .blog-block .item-list {
    margin-top: 12px;
  }
  .events-section {
    padding-top: 3px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .featured-events-block {
    position: relative;
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .featured-events-block:before {
    width: calc(100% + 40px);
    right: 0;
    border-radius: 0;
    left: -20px;
    top: 0;
    height: 100%;
  }
  .featured-events-slider .carousel-item h2 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .featured-events-block h2.title,
  .featured-events-slider .carousel-inner {
    margin: 0 auto;
    width: 76%;
  }
  .featured-events-slider .carousel-item h4 {
    line-height: 27px;
    margin-bottom: 10px;
  }
  .featured-events-slider .carousel-item p {
    font-size: 16px;
  }
  .featured-events-slider .carousel-item .btn {
    margin-top: 5px;
  }
  .featured-events-slider .carousel-control-next {
    margin-right: 0;
  }
  .national-events-block {
    padding-top: 41px;
    padding-bottom: 39px;
    margin-bottom: 3px;
  }
  .national-events-block .item-list {
    height: auto;
    margin-top: 27px;
  }
  .national-events-block .item-list .item-title {
    margin-bottom: 3px;
  }
  .add-banner-nawbo-wrapper {
    padding: 22px 25px 27px 33px;
  }
  .add-banner-nawbo-wrapper p {
    font-size: 18px;
    line-height: 24px;
  }
  .add-banner-nawbo-wrapper .btn {
    font-size: 16px;
    margin-top: 18px;
  }
  .news-section {
    padding-top: 0px;
    padding-bottom: 33px;
  }
  .member-spotlight-slider {
    padding: 35px 30px 48px;
    margin-top: 37px;
  }
  .member-spotlight-slider h2 {
    margin-bottom: 20px;
  }
  .news-section .carousel-indicators {
    margin-bottom: 39px;
  }
  .anniversary-slider {
    padding-top: 58px;
    padding-bottom: 59px;
  }
  .anniversary-slider .carousel-inner {
    max-width: 340px;
    text-align: center;
  }
  .anniversary-img {
    max-width: 106px;
    min-height: 120px;
    padding: 7px;
    margin: 0 auto;
  }
  .anniversary-slider h2 {
    font-size: 24px;
    padding: 0 18px;
    margin-top: 22px;
    margin-bottom: 4px;
  }
  .anniversary-slider h4 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 27px;
    margin-bottom: 20px;
  }
  .anniversary-slider .item-btn .btn {
    max-width: 220px;
    width: 100%;
  }
  .information-nawbo {
    padding: 0 0 14px;
  }
  .information-box {
    margin-bottom: 8px;
    margin-top: 22px;
  }
  .information-box .info-img {
    width: 100%;
  }
  .info-img,
  .information-box-content {
    max-width: 100%;
    padding: 0;
  }
  .information-box-content {
    margin-top: 22px;
  }
  .information-box h5 {
    margin-bottom: 5px;
  }
  .information-box p {
    padding-right: 15px;
    margin-bottom: 17px;
  }
  .supporters {
    margin-bottom: 37px;
  }
  .supporters-box .btn {
    font-size: 16px;
  }
  .add-banner-join-section .add-banner-join-wrapper {
    padding: 30px 30px 27px;
  }
  .add-banner-join-section .add-banner-join-wrapper p {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .add-banner-join-section .btn {
    font-size: 16px;
  }
  .our-chapters {
    padding-bottom: 28px;
  }
  .our-chapters h2 {
    margin-bottom: 6px;
  }
  .our-chapters h5 {
    margin-bottom: 20px;
  }
  .company-logo {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  /* Homepage Over */

  /* About Page */
  .head-section {
    padding: 30px 0;
  }
  .head-section h1 {
    font-size: 30px;
  }
  .about-section {
    margin-bottom: 40px;
  }
  .about-item {
    min-height: inherit;
    padding: 50px 0;
  }
  .about-item img {
    position: inherit;
    top: 0;
    max-width: 300px;
    margin-bottom: 40px;
  }
  .national-leadership {
    padding-bottom: 0;
  }
  .national-leadership.about-item img {
    max-width: 550px;
    width: 100%;
    margin-bottom: 0;
  }
  .about-item p {
    font-size: 18px;
    line-height: 24px;
  }
  .find-chapter.about-item img {
    max-width: 100%;
  }
  /* About Page Over*/

  /* About Sub pages */
  .about-subpage-section img {
    width: 768px;
    right: 0;
    left: inherit;
  }
  .about-subpage-section,
  .about-our-vision {
    padding: 40px 0;
  }
  .about-subpage-section h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .about-subpage-section h3 {
    font-size: 24px;
  }
  .about-subpage-section p {
    font-size: 18px;
  }
  .about-more-info {
    padding: 70px 0 40px;
  }
  .about-our-vision h4 {
    font-size: 20px;
    line-height: 30px;
  }
  /* About Sub pages Over */

  /* advocacy page */
  .event-update-section {
    padding: 40px 0 30px;
  }
  /* advocacy page over*/

  /* Blog Detail Page */
  .blog-artical {
    padding: 29px 0 25px;
  }
  .blog-title {
    font-size: 35px;
  }
  .blog-description {
    font-size: 16px;
  }
  .blog-user img {
    max-width: 50px;
  }
  .about_blog-user {
    max-width: calc(100% - 70px);
    margin-left: 9px;
  }
  .blog-share {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .blog-img img {
    height: 300px;
  }
  .blog-artical .sub-title {
    font-size: 20px;
    line-height: 31px;
  }
  .blog-description-list {
    margin: 22px auto 16px;
  }
  .blog-description-list li {
    line-height: 24px;
  }
  .blog-description-list li + li {
    margin-top: 24px;
  }
  /* Blog Detail Page */

  /* Membership Page */
  .priceTable td + td,
  .priceTable th + th {
    text-align: center;
    display: none;
  }
  .priceTable td:nth-of-type(2) {
    display: table-cell;
  }
  .testimonial-box p {
    font-size: 15px;
  }
  .testimonial-box h2 {
    font-size: 20px;
  }
  .testimonial-box h2 small {
    font-size: 16px;
  }
  .testimonial-box .testimonial-img {
    max-width: 110px;
  }
  .testimonial-box {
    padding: 40px 10px;
  }
  .membership-vid-section p.headline {
    font-size: 17px;
  }
  .member-profile-section {
    padding-top: 142px;
    padding-bottom: 30px;
  }
  .joinBanner .inCont .btn {
    max-width: 174px;
    line-height: 26px;
  }
  /* .heroSection */
  .heroSection {
    height: 500px;
  }

  /* profile-cout-box */
  .profile-cout-box .title-cont {
    height: 55px;
  }
  .profile-cout-box h2 {
    font-size: 50px;
  }
  .profile-cout-box h2.diff {
    font-size: 40px;
  }
  .profile-cout-box h2.diff small {
    font-size: 20px;
    line-height: 1.3;
  }

  .priceTable tr th:not(:first-child),
  .priceTable tr td:not(:first-child) {
    width: 50%;
  }

  .priceTable-tabs li h2 {
    font-size: 18px;
  }
  .priceTable-tabs li h3 {
    font-size: 11px;
  }
  .priceTable-tabs li p {
    font-size: 12px;
  }
  .priceTable tbody tr:first-child td:not(:first-child) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .priceTable tfoot tr:last-child td:not(:first-child) .footCont {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .joinBanner .inCont {
    max-width: 100%;
  }
  /* Membership Page Over */

  /* Footer */
  footer {
    padding-bottom: 28px;
  }
  .footer-logo img {
    max-width: 175px;
  }
  .footer-middle li {
    line-height: 19px;
  }
  .footer-social li ~ li {
    margin-left: 18px;
  }
  .footer-social li a {
    font-size: 20px;
  }
  .footer-middle {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer-middle ul li a {
    font-size: 12px;
    line-height: 17px;
  }
  /* Footer over*/
}

@media (max-width: 575px) {
  .navbar-top-right .status.leaf{
    width: 100%;
  }
  .view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
    .views-field.views-field-field-image {
    float: none;
    margin: 0 auto;
  }
  .view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
    .views-field.views-field-field-image
    + .views-field.views-field-title {
    margin-bottom: 0;
  }

  /* Membership Page */
  .heroSection h1 {
    font-size: 43px;
  }
  .heroSection p {
    font-size: 15px;
  }
  .priceTable-tabs {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .priceTable-tabs li {
    width: 49.5%;
    margin-bottom: 2px;
  }
  .priceTable-tabs li h2 {
    padding-top: 15px;
  }
  .priceTable .btn {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.3;
  }
  .priceTable tr td:first-child .btn-blue {
    max-width: 160px;
  }
  .joinBanner .inCont {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* Membership Page Over */
  .view-calendar .bef-checkboxes .form-type-bef-checkbox {
    width: 100%;
  }
}

@media (max-width: 419px) {
  .navbar-main .search-icon {
    margin-left: 10px;
  }
  .supporters-box {
    width: 320px;
  }
  .page-node-245 .supporters-box{
    width: 100%;
  }
  .footer-social {
    margin-left: 8px;
    justify-content: space-between;
  }
  .footer-social li ~ li {
    margin-left: 0;
  }
  /* Membership Page */
  .testimonial-box {
    width: 360px;
  }
  .joinBanner .inCont p {
    font-size: 14px;
  }
  /* Membership Page Over */

  .view-calendar .view-filters .views-exposed-widget > label {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .view-calendar .view-filters .views-exposed-form .views-widget {
    width: 100%;
  }
}

@media (max-width: 374px) {
  /* Homepage */
  .navbar-brand {
    max-width: 160px;
  }
  .hero-section.home-hero-section .carousel-caption h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .hero-section.home-hero-section .carousel-caption p {
    font-size: 18px;
  }
  .featured-events-block h2.title,
  .featured-events-slider .carousel-inner {
    width: 95%;
  }
  .events-section .carousel-control-prev {
    left: -20px;
  }
  .featured-events-slider .carousel-control-next {
    right: -20px;
  }
  .add-banner-join-section .add-banner-join-wrapper p {
    font-size: 27px;
  }
  .supporters-box {
    width: 270px;
  }
  .page-node-245 .supporters-box{
    width: 100%;
  }
  /* Homepage over*/

  /* About page */
  .about-item img {
    max-width: 220px;
  }
  /* About page over*/

  /* Membership Page */
  .heroSection h1 {
    font-size: 33px;
  }
  .priceTable tr td:first-child .btn-blue {
    max-width: 100px;
    min-width: 50px;
  }
  .testimonial-box {
    width: 270px;
  }
  .embed-container {
    padding-bottom: 65.25%;
  }
  /* Membership Page Over */
}
