@media (min-width: 992px) {
  .main-navbar {
    padding-left: 155px;
    height: 50px;
  }

  .col-md-22 {
    width: 22%;
  }

  .col-md-28 {
    width: 28%;
  }

  .story-main-section {
    width: 825px;
    margin: 0 auto;
  }

  .menubar-block {
    display: none;
    height: 50px;
    width: 100%;
    background: #7fc8f0;
    position: relative;
    z-index: 99;
  }
  .modal-dialog {
    left: 25%;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .support-mission-instruction .container {
    padding: 0 100px;
  }
}

@media (max-width: 1199px) {

  #main-nav .donate-btn {
    font-size: 16px;
  }

  #main-nav .donate-btn {
    margin: 10px 0;
  }

  .inner-top-title {
    font-size: 66px;
  }

  .prayer-category-list h3 {
    color: #003b5b;
    font-size: 26px;
  }

  .page-title {
    font-size: 60px;
  }

  .prayer-banner .page-title {
    font-size: 60px;
  }

  .form-zipcode,
  .form-email {
    min-width: inherit;
  }

  .receive-our-news-mian .text-right {
    text-align: center;
  }

  .receive-our-news-bg .vc_custom_heading {
    margin-bottom: 20px;
  }

  .tab-btn-block {
    padding: 0;
  }

  ul.tabs li {
    padding: 0 5px;
  }

  .amm-name {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    display: none;
  }
  .amm-name {
    font-size: 26px;
    padding-left: 110px;
  }

  .fl-logo {
    width: 125px;
  }
  #primary-menu {
    display: none;
  }

  /* ul.main-navbar.container {
    width: 280px;
    position: fixed;
    top: 0;
    z-index: 99999;
    right: -280px;
    height: 100%;
    overflow: auto;
    transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
  } */

  .top-social a {
    font-size: 24px;
    color: #7fc8f0;
    margin: 15px 8px;
    display: inline-block;
  }

  body.ov-hidden {
    overflow: hidden !important;
  }

  .top-social li a {
    font-size: 18px;
    margin: 0 6px;
  }
  /*#main-nav {
        position: relative;
    }*/
  #main-nav .donate-btn {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px 0;
    /*top: -1px;
        right: 15px;*/
  }

  .other-btn {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .top-btn {
    width: 49%;
    padding: 12px 0;
    margin: 0;
  }

  .other-btn .top-btn {
    width: 100%;
  }

  .top-btn + .top-btn {
    float: right;
  }

  a.menu-toggle.full {
    /* padding-left: 125px; */
    width: 70px;
    margin: 0 auto;
    display: inline-block !important;
    position: absolute;
    top: .75rem;
    z-index: 99999;
    right: 0;
    padding: 0;
    margin: 0;
    color: #003b5b;
    font-weight: 900;
    line-height: 5px;
  }

  .header-section {
    position: relative;
  }

  .footer-mian-name {
    margin-top: 20px;
  }

  .about-inner-prayer-img .smal-btn {
    width: 190px;
    bottom: initial;
  }

  .about-inner-prayer-img {
    bottom: 0;
    width: 25%;
    top: 25%;
    margin: auto;
  }

  .product-img img {
    height: 190px;
    display: inline-block;
  }

  .products-section {
    padding: 70px 0;
  }

  #imaginary_container {
    display: block;
    /*margin-top: -50px;*/
    width: 100%;
  }

  @media (min-width: 768px) {
    #imaginary_container {
      max-width: 400px;
    }
  }

  h1.c-banner-title {
    margin-bottom: 60px;
  }

  .tab-btn-block {
    width: 100%;
    left: 0;
  }
  /*.tabs {
        display: none;
    }*/
  h3.tab_drawer_heading {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
  }

  h3.tab_drawer_heading > span {
    font-size: 15px;
    line-height: 48px;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all 0.5s;
  }

  h3.d_active.tab_drawer_heading > span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: all 0.5s;
  }

  .tab_drawer_heading {
    -moz-user-select: none;
    /* border-top: 1px solid #333; */
    cursor: pointer;
    display: none;
    height: 48px;
    margin: 0;
    padding: 10px 20px;
    border-radius: 5px;
  }
  /*.left-menu-page ul li {
        text-align: center;
    }*/
  .d_active {
    background-color: #ccc;
    color: #530029;
  }

  .d_active:hover {
    background-color: #ccc;
    color: #530029;
  }

  .sub-page-link-list {
    border-right: 1px solid #e6e7e8;
    margin-right: 0;
  }

  .tab_content {
    /*border-top: 5px solid #ccc;*/
    /*margin-top: -15px;*/
    /*z-index: -1;*/
    margin-bottom: 10px;
    /*background: #f7f7f7;*/
    /*border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;*/
    /*padding: 15px;*/
  }

  .left-menu-page {
    padding: 30px 0 50px 0;
  }

  .testimony-box {
    text-align: center;
  }

  .testimony-img-box {
    position: relative;
  }

  .testimony-detail-box {
    padding-left: 0;
  }

  .product-img {
    text-align: center;
  }

  .r-c-story-title {
    font-size: 60px;
    line-height: 60px;
  }

  .t-detail {
    padding: 0 0 10px 0;
  }

  .thankyou-box {
    padding: 18px 0 30px 10px;
  }

  .other-categories-block {
    padding: 15px;
  }

  .woocommerce-pagination.text-right {
    text-align: left;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .prayer-category-list-img {
    width: 210px;
    height: 210px;
  }

  .gold-block {
    height: 110px;
  }

  .support-mission {
    background-position: -850px 0px;
  }

  .footer-main-info .col-md-28 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  /*.other-btn .top-btn {
        margin-top: 5px;
    }*/
  /*a.menu-toggle.full {
        padding-left: 145px;
        width: 100%;
    }*/
  .footer-main-info .col-xs-6 {
    margin-top: 15px;
  }

  .footer-main-info .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }

  .prayer-category-list {
    margin-top: 55px;
  }

  .first-category {
    margin-top: -55px;
  }

  .page-title {
    font-size: 48px;
  }

  .inner-top-title {
    font-size: 46px;
  }

  .larg-btn {
    font-size: 20px;
  }

  .prayer-banner {
    padding: 60px 0 90px;
  }

  .prayer-in-Your-Life-section {
    padding-bottom: 60px;
  }

  .story-main-section {
    padding: 60px 20px 50px;
  }

  .story-list {
    margin: 15px 0;
  }

  .amm-story-main-listing {
    padding: 0;
  }

  .about-inner-prayer-img {
    position: relative;
    bottom: 0;
  }

  .about-inner-prayer-img {
    width: 100%;
  }

  .about-inner-prayer-img .smal-btn {
    bottom: 40px;
    position: absolute;
  }
  /*.inner-prayer-banner, .growing-in-faith-section {
        text-align: center;
    }*/
  .about-inner-prayer-img img {
    display: inline-block;
  }

  .growing-in-faith-section img {
    display: inline-block;
    margin-bottom: 20px;
  }

  .support-mission-instruction {
    text-align: center;
  }

  .support-mission-cantent {
    padding-left: 0;
  }

  .support-mission-instruction .btn {
    position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .product-detail {
    margin: 30px 0;
  }

  .growing-in-faith-section .btn-group {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    /* display: block; */
    padding: 0px 50px;
  }

  .tab-btn-block {
    position: relative;
  }

  ul.tabs li {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .tab-btn-block {
    margin: 0;
  }

  .tab-btn-block {
    width: 100%;
  }

  .left-menu-page ul li a {
    color: #003b5b;
  }

  .left-menu-page ul li {
    text-align: left;
  }

  .woocommerce-result-count {
    font-size: 14px;
    display: inline-block;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 560px) {
  a.menu-toggle.full {
    padding-left: 15px;
  }

  .col-xs-6,
  .footer-mian-name .col-xs-8,
  .footer-mian-name .col-xs-4 {
    width: 100%;
  }

  .footer-mian-name {
    text-align: center;
  }

  .footer-social {
    text-align: center;
    margin-top: 10px;
  }

  .story-list {
    margin: 15px 0;
  }

  .about-inner-prayer-img {
    width: 100%;
    text-align: center;
  }

  .about-inner-prayer-img img {
    display: inline-block;
  }

  .btn-group .btn {
    margin: 8px 0;
    width: 100%;
    border-radius: 5px !important;
  }

  h1.c-banner-title::before {
    right: 0;
    margin: auto;
  }

  .prayer-banner .page-title {
    font-size: 48px;
  }

  .prayer-in-Your-Life-section
    .row
    .col-md-4:not(:first-child)
    .prayer-category-list:after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: 110px;
    left: 0;
    background: rgb(142, 100, 40);
    background: -moz-linear-gradient(
      left,
      rgba(142, 100, 40, 1) 0%,
      rgba(176, 135, 66, 1) 20%,
      rgba(235, 205, 126, 1) 56%,
      rgba(239, 205, 125, 1) 58%,
      rgba(239, 205, 126, 1) 77%,
      rgba(136, 96, 37, 1) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(142, 100, 40, 1) 0%,
      rgba(176, 135, 66, 1) 20%,
      rgba(235, 205, 126, 1) 56%,
      rgba(239, 205, 125, 1) 58%,
      rgba(239, 205, 126, 1) 77%,
      rgba(136, 96, 37, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(142, 100, 40, 1) 0%,
      rgba(176, 135, 66, 1) 20%,
      rgba(235, 205, 126, 1) 56%,
      rgba(239, 205, 125, 1) 58%,
      rgba(239, 205, 126, 1) 77%,
      rgba(136, 96, 37, 1) 100%
    );
    z-index: -1;
  }

  .support-mission {
    background: url(../images/m-give-now-banner.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 200px;
    text-align: center;
  }

  .receive-our-news-mian {
    padding: 0;
  }

  .footer-left-side p {
    padding-left: 65px;
    padding-right: 65px;
  }

  .footer-contact-info {
    text-align: center;
  }

  .amm-name {
    font-size: 23px;
  }

  .amm-name i {
    font-size: 20px;
  }

  .receive-our-news-bg .vc_custom_heading {
    padding: 0 55px;
  }

  .about-us-banner {
    background: url(../images/about-us/m-about-us-top-banner.jpg) no-repeat
      center;
    background-size: cover;
    padding-bottom: 400px;
    text-align: center;
  }

  .inner-top-banner p {
    margin: 30px 0;
    text-align: left;
  }

  .inner-prayer-banner {
    background: #f2f2f2
      url(../images/about-us/m-about-us-prayer-banner-bg-img.jpg) no-repeat top;
    padding: 320px 0 0 0;
  }

  .support-mission.story-of-the-mm {
    background: url(../images/about-us/m-story-of-the-mm-bg.jpg) no-repeat
      center;
    background-size: cover;
    padding-bottom: 70px;
    text-align: center;
  }

  .growing-in-faith-section {
    padding: 50px 0 20px 0;
  }

  .products-section {
    padding: 40px 0 20px 0;
  }

  h1.c-banner-title {
    font-size: 48px;
  }

  .religious-banner {
    background: url(../images/m-religious-top-banner.jpg) no-repeat top;
    background-size: cover;
    padding-top: 250px;
    text-align: center;
  }

  .b-price-btn-group .btn {
    float: initial;
  }

  .b-price-btn-group span {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }

  .story-box {
    margin-bottom: 25px;
  }

  .father-latters-banner {
    padding: 30px 0;
  }

  .r-c-story-title {
    font-size: 48px;
    line-height: 48px;
  }

  .breadcrumbs-banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .breadcrumbs-banner span {
    font-size: 14px;
  }

  p {
    font-size: 16px;
  }

  .c-story-detail p {
    line-height: 25px;
  }

  .single-story-box {
    padding-bottom: 30px;
  }

  .thankyou-bg {
    background: #000 url(../images/m-thankyoupage-bg.png) no-repeat top;
    background-size: initial;
    padding-top: 150px;
    background-position: 0 -120px;
    background-size: 100%;
  }

  .thankyou-box {
    background-position: 85% 0;
  }

  .category-listing-banner {
    text-align: center;
  }
}

@media (max-width: 360px) {


  .amm-name {
    font-size: 19px;
    padding-left: 98px;
    /* padding: 10px 0; */
    /* text-align: center; */
  }

  .amm-name i {
    font-size: 17px;
  }

  .fl-search {
    width: 100px;
  }

  .testimony-img-box {
    position: relative;
    width: 100%;
  }

  .top-btn img {
    margin: -4px 2px 0 0;
  }

  .receive-our-news-bg .vc_custom_heading {
    padding: 0 24px;
  }
}
