@media only screen and (max-width: 1399px) {
  .login-form {
    padding: 50px 0 100px 0;
  }
  .popup-form {
    padding: 20px;
  }
  .form-page .login-form {
    padding: 70px 0px 100px 0;
  }
}
@media only screen and (max-width: 1279px) {
  .categoty-image span {
    width: 70px;
    height: 64px;
  }
  .category-bottom-detail {
    padding: 10px 10px 20px 10px;
  }
  .category-bottom-detail span {
    width: 80px;
  }
  .c-message {
    width: 100px;
  }
  .category-content h4 {
    font-size: 15px;
  }
  .category-content p {
    font-size: 12px;
  }
  .checkboxes-container {
    top: 17px;
    left: -16px;
  }
  .category-content {
    margin-left: 10px;
  }
  .last-login span {
    font-size: 15px;
  }
  .wrap input {
    font-size: 14px;
  }
  .search-label label {
    font-size: 15px;
  }
  .p-title {
    flex: 3;
  }
  .p-title h4 {
    font-size: 25px;
  }
  /* .r-favourite .red-heart-checkbox + label::before {
    top: 8px;
  }
  .r-favourite .red-heart-checkbox:checked + label::before {
    top: 8px;
  } */
  .r-favourite .red-heart-checkbox + label::before {
    top: 0px;
  }
  .r-favourite .red-heart-checkbox:checked + label::before {
    top: 0px;
  }
  .product-detail p {
    font-size: 15px;
  }
  .shape-bg span {
    width: 110px;
    font-size: 14px;
  }
  .shape-bg span::before {
    border-top: 13px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 13px solid transparent;
  }
  .shape-bg span::after {
    border-top: 13px solid transparent;
    border-right: 13px solid #fff;
    border-bottom: 13px solid transparent;
  }
  .category-name span,
  .condition-name span {
    font-size: 17px;
  }
  header .navbar-light .navbar-nav .nav-link {
    /* padding-right: 25px; */
    font-size: 16px;
  }
  .nav-item {
    margin-right: 20px;
  }
  .event-detail {
    padding: 10px;
  }
  .event-detail .category-name span {
    font-size: 15px;
  }
  .product-detail p {
    margin: 25px 0 30px 0;
  }
  .goods-new-bottom-detail .c-message {
    width: 190px;
  }
}
@media only screen and (max-width: 1250px) {
  .news-slider .slick-arrow {
    top: 175px;
  }
  .l-news-slider-title span {
    line-height: 20px;
  }
}
@media only screen and (max-width: 1160px) {
  .news-slider .slick-arrow {
    top: 200px;
  }
  .church-info h1 {
    font-size: 35px !important;
    line-height: 40px;
  }
  .church-info p {
    font-size: 18px !important;
    line-height: 25px;
    margin: 10px 0px;
  }

  .church-contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
  }
  .office-hours {
    flex-direction: row;
    margin-top: 10px;
  }
  .office-hours p:first-child {
    margin-right: 10px;
  }
  .contact-links {
    margin: 10px 0px;
  }
  .edit-profile-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .edit-profile-block .profile-img {
    margin-left: 0px;
  }
  .edit-form {
    margin: 0;
  }
  .l-n-sec_details {
    padding-top: 10px;
  }
  .e-date {
    font-size: 17px;
  }
  .e-found {
    font-size: 14px;
  }
  .event-image span {
    width: 75px;
    height: 60px;
  }
  .event-image span img {
    width: 100%;
    height: 100%;
  }
  .event-c-content h4 {
    font-size: 14px;
  }
  .event-date,
  .event-time {
    font-size: 13px;
  }
  .church-link {
    text-align: center;
  }
}
@media only screen and (max-width: 1112px) {
  .header-icon {
    margin: 0 7px;
  }
  .header-top-profile .nav-link {
    padding: 0px 0px 0px 10px;
  }
  header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  header .nav-item {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .megamenu {
    padding: 12px;
    border-radius: 0;
    left: -600px;
    border: 1px solid #e9ecef;
    border-bottom: 2px solid #3b5998;
    min-width: 1000px;
    color: rgba(27, 27, 27, 0.8);
    background: #fff;
    position: absolute;
    z-index: 1000;
    width: 100%;
    float: none !important;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: lightgray;
  }
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 85px;
  }
  header {
    padding-top: 5px;
    z-index: 9;
  }
  .header-icon {
    margin: 0 15px;
  }
  .c-container {
    padding: 0 15px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
    position: absolute;
    right: 0;
    padding-right: 0;
    z-index: 1;
  }
  header .navbar {
    margin: 0 auto;
    max-width: unset;
    position: unset;
    top: 0;
    right: 0;
    left: 15px;
    z-index: 1030;
    background: #fff;
    width: 100%;
  }
  .offcanvas {
    position: relative;
    min-height: 100%;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .offcanvas-right {
    right: 0;
  }

  .offcanvas-right.active {
    right: 0px;
  }

  .offcanvas-right .sidebar-offcanvas {
    right: -100%;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .offcanvas-right.active .sidebar-offcanvas {
    right: 0;
    border-left: 1px solid #fff;
  }

  .sidebar-offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    padding: 90px 20px 15px;
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    z-index: 1050;
  }

  .sidebar-offcanvas .dropdown-menu {
    border: medium none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding-top: 0;
    position: static;
  }

  .navbar-toggler {
    z-index: 1060;
  }
  .header-top-profile {
    display: none;
  }
  .header-top-profile-sidebar {
    display: block;
  }
  .header-top-profile-sidebar .nav-link {
    display: block;
    padding: 0.5rem 1.5rem;
  }
  .act-text span {
    font-size: 13px;
  }
  .header-top-icons {
    position: absolute;
    right: 30px;
    display: flex;
  }
  .categoty-image span {
    width: 100px;
    height: 90px;
  }
  .checkboxes-container {
    top: 41px;
  }
  .c-message {
    width: 140px;
  }
  .category-content {
    margin-left: 20px;
  }
  .search-bar {
    display: inline-block;
    width: 100%;
  }
  .t-listing ul li {
    padding-right: 25px;
  }
  .last-login {
    display: none;
  }
  .search-label {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .search-label label {
    margin: 0;
  }
  .res-login {
    display: block;
  }
  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .banner-slider .slider.slider-for {
    padding-right: 0;
  }
  .banner-slider .slider.slider-nav {
    height: auto;
  }
  .slider-banner-image {
    height: 500px;
  }
  .slider.slider-nav.thumb-image {
    padding: 10px 30px 0;
  }
  .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .slick-prev {
    left: 0;
    right: unset;
  }
  .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .bid-tag {
    padding: 10px 0 15px;
  }
  .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }
  .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
  .thumb-image {
    display: none;
  }
  .banner-slider .slider.slider-for {
    padding-left: 0;
  }
  .r-favourite .red-heart-checkbox + label::before {
    top: 0px;
  }
  .r-favourite .red-heart-checkbox + label::before {
    top: 0px;
  }
  .l-n-img img {
    width: unset;
  }
  /* .l-n-sec_details {
    margin-top: 15px;
  } */
  .l-news-slider-title h3 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .latest-news-slider {
    padding: 20px 0;
  }
  .news-slider .slick-arrow {
    display: none;
  }
  .news-slider .l-n-sec_details p {
    height: 160px;
  }
  .news-slider .l-n-sec_details h5 {
    font-size: 20px;
  }
  .profile-info {
    margin-left: 0px;
    padding: 0px;
  }
  .profile-block {
    text-align: center;
  }
  .profile-img {
    margin: 0 0 20px 0px;
  }
  .profile-box {
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .profile-name {
    margin-bottom: 15px;
  }
  .h-message-icon {
    display: block;
  }
  .r-padding-content {
    padding: 0 30px;
  }
  header .navbar-nav {
    display: none;
  }
  .header-top-profile {
    display: none;
  }
  /* .offcanvas-right .sidebar-offcanvas::before {
    content: " ";
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    transition: 0.25s ease-in-out;
  } */
  .offcanvas-right.active .sidebar-offcanvas::before {
    width: calc(100% - 300px);
    background: rgba(0, 0, 0, 0.7);
  }
  .r-container {
    padding: 0px;
  }
  .side-menu {
    display: block;
  }
  .login-form h3 {
    font-size: 38px;
  }
  /* profile-edit */
  .edit-profile-block .profile-img {
    text-align: center;
    margin: 0px;
  }
  .contact-form textarea {
    height: 150px !important;
    resize: unset;
  }
  .prayer-first-top {
    border-radius: 7px;
  }
  .prayer-first-left {
    order: 2;
    align-items: unset;
    display: block;
  }
  .prayer_first-details {
    margin-left: 0;
  }
  .prayer-first-right {
    flex-direction: column;
    align-items: unset;
    justify-content: center;
  }
  /* .prayer-first-left img {
    object-fit: contain;
  } */
  .prayer_first-details h4 {
    font-size: 26px;
    line-height: 34px;
  }
  .prayer_first-details span {
    font-size: 20px;
    line-height: 22px;
  }
  .request-pray-btn {
    margin-top: 10px;
  }
  .prayer-first-bottom {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: unset;
    border-radius: 0;
    padding: 50px 0 0px 0;
  }
  .prayer-first-bottom p {
    margin-left: 0;
    padding: 0 21px;
  }
  .prayer-first-bottom h5 {
    display: inline-block;
    font-family: "montserratbold";
    padding-left: 20px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 26px;
  }
  .prayer-first-bottom h5::before {
    content: " ";
    height: 30px;
    width: 3px;
    background: #f15d35;
    left: 0;
    position: absolute;
    top: 0px;
  }
  .coming-soon-img {
    margin-top: 100px;
  }
  .btn.btn-pray.pray-bg {
    display: inline-block;
    background-color: #503e9d;
    color: #ffff;
    margin: 22px 22px;
  }
  .btn.btn-pray {
    font-size: 13px;
  }
  .b-image::after {
    display: block;
  }
  .c-fas {
    display: inline-block;
    margin-right: 10px;
  }
  .accept-invitation a {
    width: 100%;
  }
  .product-list-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .bg-purple {
    display: none !important;
  }
  .r-bg-white {
    display: flex !important;
    background: transparent;
    margin-top: 15px;
  }
  .event-text {
    margin-top: 0 !important;
  }
  .event-des {
    display: block;
  }
  #navbarOffcanvas-1 {
    width: 300px;
    position: fixed;
    right: 0;
    background: #fff;
    height: 100vh;
    z-index: 99;
    display: none;
    top: 0;
    padding-top: 20px;
    padding-right: 20px;
  }
  .pray-request-nav {
    border: 0;
    height: unset;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
  }
  .prayer_sidebar_sec {
    padding-top: 30px;
    background: rgb(249, 249, 249);
    background: linear-gradient(
      180deg,
      rgba(249, 249, 249, 1) 25%,
      rgba(255, 255, 255, 1) 25%
    );
    background: unset;
  }
  .prayer_sec {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .recent-prayer-box-bottom {
    margin-left: 0;
    margin-top: 5px;
  }
  .r-prayer-box-d-bootm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  .recent-prayer-box-details a {
    display: inline-block;
  }
  /* .pray-protection {
    margin: 0 0 0 15px;
  } */
  .recent-prayer-box-details span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prayer-search-bar {
    display: block;
  }
  .r-p-title {
    display: none;
  }
  .list-header {
    display: none;
  }
  .showing-prayer-request {
    display: block;
  }
  .offcanvas-1 {
    position: relative;
    min-height: 100%;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .btn.btn-close {
    display: block;
    margin-left: 10px;
  }
  .ic_filter {
    display: block;
  }
  .description {
    display: inline-grid;
    margin-top: 15px;
    width: 100%;
  }
  .product-detail p {
    order: 2;
    margin-bottom: 0;
    min-height: unset;
  }
  .fill-box {
    box-shadow: unset;
    padding: 0;
  }
  .fill-box button {
    width: 100%;
    height: 45px;
  }
  .add-new-dd .select-options li {
    transition: 0.5s ease-in-out;
  }
  .add-new-dd .select-options li:hover {
    background: #000;
    color: #fff;
  }
  .e-date {
    font-size: 14px;
    font-weight: normal;
    color: #3f3f3f;
  }
  .e-found {
    font-size: 14px;
  }
  .listing-event {
    padding: 40px 20px 20px 20px;
    background: #f7f7f7;
    border-radius: 0;
  }
  .r-reverse {
    flex-direction: row-reverse;
  }
  .r-padding {
    padding: 0;
  }
  .event-c-content {
    margin-left: 20px;
  }
  .event-image span {
    width: 135px;
    height: 92px;
  }
  .event-image span img {
    width: 100%;
    height: 100%;
    object-position: right;
  }
  .event-c-content h4 {
    font-size: 16px;
  }
  .p-upload-image {
    box-shadow: unset;
    border: 3px dashed #b7b5b5;
  }
  .input-prayer form {
    max-width: 877px;
  }
  .input-prayer form input {
    max-width: 805px;
  }
  .header-top-icons .dropdown-menu {
    right: 0px;
  }
  .list-banner img {
    height: 300px;
  }
  .p-fillter {
    width: 35%;
  }
  .p-fillter.p-category {
    width: 45%;
  }
  .contact-info-box .collapse {
    margin-bottom: 10px;
  }
  .cancel-post button {
    width: 25%;
  }
  .gooods-new-sec .offcanvas.offcanvas-right.ic_filter-main {
    width: auto;
  }
  .gooods-filter-nav {
    background: unset;
    padding: 0;
  }
  .gooods-filter-nav::after {
    display: none;
  }
  .prayer-sidebar-details {
    padding: 0 20px;
  }
  .gooods-new-sec #navbarOffcanvas-1 {
    background: #fff8f6;
  }
  .goods-filter-sidebar {
    display: flex;
    flex-direction: column;
    margin: 15px 0 30px 0;
  }
  .goods-filter-sidebar .new-goods-select {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    height: 33px;
  }
  .goods-filter-sidebar label {
    font-size: 16px;
  }
  .goods-category-btn {
    font-size: 14px;
  }
  .prayer-sidebar-first {
    display: none;
  }
  .prayer-sidebar-first.second {
    display: block !important;
  }
  .gooods-new-sec .prayer-sidebar-details .prayer-sidebar-first span {
    font-size: 16px;
  }
  .goods-cat-btn {
    display: block;
  }
  .goods-new-search .p-fillter {
    margin: 0;
    margin-top: 15px;
    width: 100%;
  }
  .m-checkbox.goods-new-search .p-fillter .select-styled {
    padding: 8px 35px 8px 15px;
  }
}
@media only screen and (max-width: 900px) {
  .church-info h1 {
    font-size: 30px !important;
    line-height: 40px;
  }
  .church-info p {
    font-size: 15px !important;
    line-height: 25px;
    margin: 10px 0px;
  }

  .church-contact {
    display: flex;
    flex-direction: column;

    align-items: center;
  }
  .office-hours {
    flex-direction: row;
  }
  .office-hours p:first-child {
    font-size: 11px !important;
    font-weight: 400;
    margin-right: 10px;
  }
  .office-hours p:last-child {
    font-size: 15px !important;
  }
  .parish-information {
    margin-top: 50px;
  }
  .church-info {
    padding: 0px 30px;

    padding: 15px;
  }
  /* .b-image::after {
  } */
  .product-list-slider .slick-dots li {
    display: inline-block;
  }

  .act-text span {
    display: none;
  }
  .act-text a img {
    display: inline-block;
  }
  ul.ks-cboxtags li label {
    padding: 3px 12px;
    margin: 6px 0;
    font-size: 14px;
  }
  /* .nav-next.arrow {
    display: none;
  }
  .nav-prev.arrow {
    display: none;
  } */
  .search-label label {
    font-size: 13px;
  }
  .last-login span {
    font-size: 13px;
  }
  .c-slider {
    padding: 20px 0;
  }
  .wrap button img {
    max-width: 17px;
  }
  .wrap input {
    font-size: 13px;
  }
  .slider-banner-image {
    height: 400px;
  }
  .slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
  .act-text img {
    display: inline-block;
  }
  .listing-left h1 {
    font-size: 26px;
  }
  .listing-description p {
    font-size: 22px;
  }
  .listing-left .post-date {
    font-size: 16px;
  }
  .news-slider .l-n-sec_details p {
    font-size: 16px;
  }
  .content-hide {
    display: none;
  }
  .parish-content {
    padding: 5px;
  }
  .parish-information {
    padding: 25px;
    margin: 0px;
    background: linear-gradient(
      180deg,
      rgba(80, 62, 157, 1) 0%,
      rgba(80, 62, 157, 1) 60%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .church-info {
    padding: 0px;
    width: 100%;
  }
  .church-info h1 {
    margin-top: 30px;
    font-size: 30px !important;
    line-height: 40px;
  }
  .church-info p {
    font-size: 16px !important;
    line-height: 25px;
    margin: 5px 0px;
    display: inline-block;
  }
  .parish-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;

    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0px;
  }
  .parish-img {
    width: 275px;
  }
  .parish-img img {
    border-radius: 50%;
    margin-top: 20px;
    width: 100%;
  }
  .church-contact {
    display: flex;
    flex-direction: column;
  }

  .contact-links {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 10px 0px 5px 0px;
  }
  .contact-links span {
    padding: 13px 10px;
  }
  .contact-links img {
    width: 29px;
    height: 29px;
  }

  .office-hours {
    flex-direction: column;

    align-items: center;

    background: #f3f3f3;
    border-radius: 0px 0px 10px 10px;
    margin-top: 20px;
    padding: 10px 0px;
    width: 100% !important;
  }

  .contact-info-box h2 {
    text-align: center;
  }
  .pastor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    height: auto;
    padding: 15px 18px 15px 18px;
  }
  .pastor .circle {
    width: 54px;
    height: 54px;

    font-size: 15px;
    line-height: 100.4%;
  }
  .pastor-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .pastor h3 {
    margin: 0px 0 0 15px;
    font-size: 18px;
  }
  .pastor p {
    font-weight: 500;
    font-size: 18px;
  }
  .contact-information {
    display: flex;
    flex-direction: column;
  }
  .pastor-spacing {
    margin: 20px 0px;
  }
  .pastor-spacing-last {
    margin: 0px 0px;
  }
  .contact-info-box h2 {
    margin: 25px 0px 18px 0px;
  }
  .profile-information {
    margin: 50px 0 0 0;
    padding: 0px;
  }

  .profile-img {
    margin-left: 0px;
  }
  .profile-block {
    flex-direction: column !important;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
  }
  .profile-info {
    margin-left: 0px !important;
  }
  .profile-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .profile-info h1 {
    font-size: 30px;
  }
  .profile-info p {
    font-size: 15px;
    line-height: 20px;
  }
  .edit-profile button {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;

    padding: 10px 30px;
  }
  .services-offer {
    border-radius: 0px 0px 10px 10px;
  }
  .services-details {
    overflow-x: scroll;
    white-space: nowrap;
    direction: ltr;
    width: 100%;
    padding-bottom: 20px;
  }
  .profile-details {
    padding: 0px !important;
  }
  .collapse .pastor {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: auto;
    padding: 0;
  }
  .collapse .pastor-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .login-form.prayer-pop-up h3 span {
    font-size: 22px;
    line-height: 23px;
  }
  .login-form.prayer-pop-up p {
    font-size: 14px;
  }
  .login-form.prayer-pop-up .select-styled {
    font-size: 16px;
    line-height: 21px;
  }
  .login-form.prayer-pop-up .btn.btn-submit {
    font-size: 16px;
  }
  .chat-main {
    margin-top: 5px;
  }
  .chat-header {
    padding: 7px 15px;
  }
  .messages-content {
    padding: 10px 21px;
  }
  .user-list {
    display: none;
  }
  .chat-conversations-main {
    padding: 0;
    height: 100vh;
  }
  .user-message .userchatbbl {
    font-size: 14px;
  }
  .messages-textarea {
    padding: 19px 21px;
  }
  .messages-textarea-block .form-group {
    margin-right: 10px;
  }

  .messages {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 57px - 49px);
    justify-content: space-between;
  }
  .chat-main-list .user-list {
    display: block;
  }
  #iner-thum {
    position: unset;
    margin-top: 20px;
  }
  #iner-thum .pip {
    margin-bottom: 20px;
  }
  .fill-title {
    display: inline-block;
    width: 100%;
  }
  .p-fillter {
    width: 50%;
  }
  .p-fillter.p-category {
    width: 50%;
  }
  .form-logo.l-change img {
    max-width: 70px;
  }
  .l-change a {
    font-size: 26px;
  }
  .appointment-recurrence-pattern-inner {
    flex-direction: column;
    margin-top: 0;
  }
  .appointment-recurrence-pattern-day {
    border-right: 0;
    border-bottom: 2px solid #503e9d;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .radio-label {
    padding-left: 25px;
  }
  .recurrance-radio {
    margin-right: 15px;
  }
  .appointment-recurrence-pattern-week-inner {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  header {
    padding-top: 5px;
  }
  .left-tab {
    width: 100%;
  }
  ul.ks-cboxtags li {
    margin-right: 10px;
  }
  .section-title h4 {
    font-size: 15px;
  }
  .section-title a {
    font-size: 15px;
  }
  #navbar-brand-image {
    max-width: 50px;
    max-height: 30px;
  }
  body {
    padding-top: 53px;
  }
  .cat-box {
    padding-top: 20px;
  }
  .slider-banner-image {
    height: 340px;
  }
  .form-logo {
    display: inline-block;
  }
  .md-modal {
    max-width: 575px;
    height: 100vh;
  }
  .login-form .form-control {
    background: #503e9d;
    color: #fff;
  }
  /* .md-content {
    background: #503e9d;
    height: 100%;
    padding: 30px 30px 0 30px;
    border-radius: 0;
  } */

  /* .login-form form label {
    color: #fff;
  } */
  .form-page .btn.btn-submit {
    background: #fff;
    color: #503e9d;
  }
  .form-bottom a {
    color: #fff;
  }
  .login-form {
    padding: 45px;
  }
  .form-bottom {
    text-align: center;
  }
  .md-close {
    display: none;
  }
  .modal-content.md-content .md-close {
    display: block;
    z-index: 1;
  }
  .p-title h4 {
    font-size: 19px;
  }
  .product-detail p {
    font-size: 14px;
  }
  .message-link a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 25px;
  }
  .c-slider .cat-box {
    padding-top: 20px;
  }
  .shape-bg span {
    width: 90px;
    font-size: 12px;
  }
  .shape-bg span::before {
    border-top: 12px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 12px solid transparent;
  }
  .shape-bg span::after {
    border-top: 12px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 12px solid transparent;
  }
  .category-name label,
  .condition-name label {
    font-size: 12px;
  }
  .category-name span,
  .condition-name span {
    font-size: 14px;
  }
  .act-breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
  .act-breadcrumb .breadcrumb {
    margin-bottom: 0;
  }
  .category-name span img {
    display: inline-block;
  }
  .listing-left h1 {
    font-size: 22px;
    margin-top: 35px;
  }
  .listing-description p {
    font-size: 16px;
  }

  .event-cal-main {
    margin-top: 0px;
  }

  .list-banner1 img {
    width: 100%;
    border-radius: 0px;
  }
  .return-btn {
    display: none !important;
  }
  .listing-left .post-date {
    font-size: 15px;
  }
  .social-icon img {
    width: 22px;
  }
  .social-icon {
    margin: 25px 0px;
  }
  .social-icon .img-gap {
    margin: 0px 14px;
  }
  .social-icon .img-gap1 {
    margin-right: 14px;
  }
  .list-banner-details {
    padding: 0 15px;
  }
  .listing-right {
    padding: 0 30px;
  }
  .mobile-container-pad-0 {
    padding: 0px;
  }

  .l-n-sec_details h5 {
    font-size: 15px;
  }
  .l-n-sec_details p {
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
  }
  .l-n-sec_details a {
    font-size: 13px;
    float: right;
  }
  .l-n-details {
    padding: 25px 0;
  }
  .l-n-img img {
    width: 100%;
  }
  .parish-information {
    background: linear-gradient(
      180deg,
      rgba(80, 62, 157, 1) 0%,
      rgba(80, 62, 157, 1) 60%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  .parish-img {
    width: 128px;
  }
  .church-info h1 {
    font-size: 24px !important;
    line-height: 30px;
  }
  .church-info p {
    font-size: 13px !important;
    line-height: 16px;
    padding: 0px 10px;
  }

  .pastor .circle {
    width: 34px;
    height: 34px;
    font-size: 14px;
    font-weight: 600;
  }
  .pastor h3 {
    font-size: 13px;
    margin-left: 5px;
  }
  .pastor p {
    font-size: 13px;
  }
  .office-hours p:first-child {
    font-size: 11px !important;
    margin-bottom: 5px;
  }
  .office-hours p:last-child {
    font-size: 13px !important;
  }
  .link-space {
    margin: 0px 15px;
  }

  .back-listing-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .back-listing-options span {
    display: block;
    position: absolute;
    color: #fff;

    font-size: 24px;
    right: 6%;
  }
  .profile-information {
    margin: 0px 0px;
    padding: 25px 0px;
  }
  .profile-img {
    /* margin-top: 20px; */
    width: 100%;
  }

  .profile-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .edit-profile button {
    margin: 20px 0;
  }
  .services-offer {
    margin-top: 0px;
    flex-direction: column;
    text-align: center;
    padding: 17px 0px;
  }
  .services-offer .offer-text p {
    margin: 0 auto 15px auto;
  }

  .services-info p {
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    font-weight: 500;
  }
  .services-info span {
    padding: 11px;
  }
  .service3 span {
    padding: 11px 16px;
  }

  .profile-contact-info .profile-address p {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 5px;
  }
  .profile-contact-info .profile-address h3 {
    font-size: 14px;
    line-height: 160%;
  }
  .profile-name p {
    margin-bottom: 20px;
  }
  .save-change span {
    font-size: 13px;
    padding: 2px 10px;
    margin-right: 0px;
    display: flex;
    margin-bottom: 25px;
  }
  .edit-profile button {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 18px 0px;
    margin-top: 40px;
  }
  .edit-button-content {
    display: block;
    width: 100%;
  }
  .edit-button-main {
    display: none;
  }
  .login-form h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 37px;
  }
  .form-bottom {
    margin-top: 15px;
  }
  .form-page {
    height: auto;
  }
  .login-form p {
    font-size: 13px;
  }
  .f-container {
    padding: 0 35px;
  }
  .login-form {
    padding: 30px 0 50px 0;
  }
  .popup-form {
    padding: 20px;
  }
  .form-page .login-form .form-control {
    height: 48px;
  }
  .form-page .btn.btn-submit {
    width: 100%;
  }
  .f-password {
    text-align: left;
  }
  .form-page .login-form h3::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    height: 65px;
    width: 3px;
    background-color: #f15d35;
  }
  .user-name {
    font-size: 14px;
    margin: 16px 0 20px 0;
  }
  .edit-form input {
    padding: 10px 15px;
    font-size: 13px;
    color: #000;
  }
  .bootstrap-tagsinput {
    padding: 10px 15px;
    font-size: 13px;
    color: #000;
  }
  .bootstrap-tagsinput input {
    padding: 0;
  }
  .bootstrap-chip .plus-icon-input {
    bottom: 10px;
  }
  .edit-form ::placeholder {
    font-size: 13px;
  }
  .edit-form {
    padding: 0 16px;
  }

  .profile-edit-buttons button {
    font-size: 14px;
    line-height: 17px;
  }
  .l-n-sec_details a img {
    display: none;
  }
  .news-slider .l-n-sec_details h5 {
    font-size: 15px;
  }
  .l-n-sec_bottom {
    display: none;
  }
  .category-slider.news-slider {
    padding: 0;
  }
  .news-slider .l-n-sec_details {
    padding: 20px;
    bottom: 20px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    left: 5%;
    z-index: 99999;
    width: 90%;
  }
  .news-slider .category-box {
    box-shadow: unset;
  }
  .news-slider .categoty-image img {
    border-radius: 10px;
    height: 250px;
    width: 254px;
    object-fit: cover;
    object-position: center;
  }
  .form-page .login-form h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .form-page .login-form {
    padding: 50px 0px 50px 0;
  }
  .back-listing span {
    font-size: 16px;
  }
  .l-news-slider-title span {
    font-size: 15px;
  }
  .l-news-slider-title h3 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 37px;
  }
  .l-news-slider-title {
    margin-bottom: 15px;
  }
  .contact-form .form-control {
    height: 41px;
    font-size: 13px;
  }
  .contact-form label {
    margin-bottom: 8px;
  }
  .btn.send-btn {
    width: 100%;
  }
  .back-content {
    margin-top: 5px;
  }
  .latest-news-slider {
    padding: 10px 0;
  }
  .l-n-sec_details {
    padding-top: 5px;
  }
  .latest-news {
    background: unset;
  }
  .contact-pop-up h6 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .contact-pop-up span {
    font-size: 14px;
  }
  .contact-pop-up .modal-submit .btn.btn-submit {
    font-size: 16px;
  }

  .form-page .login-form p {
    font-size: 14px;
  }
  .prayer-first-top {
    padding: 20px;
  }
  .prayer_first-details h4 {
    font-size: 16px;
    line-height: 23px;
  }
  .prayer_first-details span {
    font-size: 13px;
  }
  .btn.btn-pray {
    font-size: 10px;
    line-height: 15px;
    padding: 10px 12px;
  }
  .btn.btn-pray.pray-bg {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 20px;
    margin: 20px 15px;
  }
  .prayer-first-bottom h5 {
    font-size: 17px;
    line-height: 24px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .prayer-first-bottom p {
    padding: 0 15px;
    font-size: 13px;
  }
  .prayer-first-bottom h5::before {
    height: 25px;
  }
  .c-remain.p-mobile {
    display: inline-block !important;
    font-size: 9px;
    margin: 0;
    width: unset;
  }
  .c-remain {
    display: none;
  }
  .login-form.prayer-pop-up .modal-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
  .login-form.prayer-pop-up .btn.btn-submit {
    font-size: 12px;
    margin: 0;
  }
  .login-form.prayer-pop-up label {
    font-size: 13px;
    line-height: 19px;
  }
  .login-form.prayer-pop-up .select-styled {
    font-size: 13px;
    line-height: 19px;
  }
  .login-form.prayer-pop-up textarea::placeholder {
    color: #000;
  }
  .login-form.prayer-pop-up p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 0;
    padding-left: 13px;
  }
  .login-form.prayer-pop-up p a {
    font-size: 14px;
  }
  .login-form.prayer-pop-up h3 span {
    font-size: 17px;
    line-height: 21px;
  }
  .login-form.prayer-pop-up h3 small {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
  .login-form.prayer-pop-up h3 {
    line-height: 29px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .login-form.prayer-pop-up h3::before {
    height: 35px;
  }
  .back-content {
    padding: 15px 0;
  }
  .dropdown-n-post.dot-dropdown {
    display: block;
  }
  .tableContainer textarea {
    padding-left: 0;
  }
  .tableContainer {
    padding: 5px 15px 5px 15px;
  }
  .tableContainer li {
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
  }
  .tableContainer li span {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
  }
  .tableContainer .deleteButton {
    font-size: 16px;
  }
  .location-icon img {
    width: 20px;
    height: 20px;
  }
  .add-icon img {
    width: 18px !important;
  }
  .left-heading {
    font-size: 16px;
    padding: 10px 0 !important;
  }
  .category-name-icons-show {
    display: block;
  }
  .login-form.prayer-pop-up textarea {
    color: #000;
    font-size: 13px;
  }

  .btn.send-btn.s-btn-mobile-1 {
    display: none;
  }
  .btn.send-btn.s-btn-mobile-2 {
    display: inline-block;
  }
  .l-news-slider-title.l-news-slider-title-hide {
    display: none;
  }
  .dropdown-n-post.dot-dropdown {
    display: block;
  }
  .modal.fade.message-modal.conatct-model {
    display: none !important;
  }
  .activity-img img {
    width: 16px !important;
    height: 12px !important;
  }
  .left-arrow-show {
    display: block;
    margin-right: 10px;
    margin-bottom: 2px;
  }
  .options-dots {
    display: block;
  }
  .avatar-upload .avatar-preview {
    width: 111px;
    height: 111px;
  }
  .recent-prayer-box-b p {
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 18px;
  }
  .recent-prayer-box-top-right h5 {
    width: 100%;
    font-size: 16px;
  }
  .r-prayer-box-d-bootm a img {
    display: inline-block;
  }
  .btn.btn-submit.btn-i-prayed {
    margin-left: 0;
    font-size: 12px;
  }
  .prayer-first-bottom {
    padding-bottom: 15px;
  }
  .pray-request-nav {
    padding: 30px 0;
  }
  /* .prayer_sidebar_sec {
    padding-top: 30px;
    background: rgb(249, 249, 249);
    background: linear-gradient(
      180deg,
      rgb(249, 249, 249) 23%,
      rgb(255, 255, 255) 23%
    );
  } */
  .recent-prayer-box-details h6 {
    font-size: 13px;
    line-height: 18px;
  }
  .recent-prayer-box-details span {
    font-size: 13px;
    line-height: 20px;
  }
  .pray-protection {
    font-size: 13px !important;
  }
  .recent-prayer-box-details a {
    font-size: 13px;
    line-height: 18px;
  }
  .recent-prayer-box-b {
    width: 100%;
    text-align: left;
  }
  .recent-prayer-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .recent-prayer-box.r-p-box-one {
    border-radius: 10px;
  }
  .prayer-update-edit a {
    margin: 0 10px;
  }
  .recent-prayer-box-top-right span {
    text-align: right;
  }
  .md-content h3 small {
    font-size: 12px;
  }
  .login-form h3 {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 21px;
  }
  .modal-content.md-content h3::before {
    height: 40px;
    top: 3px;
  }
  .o-price span {
    font-size: 13px;
  }
  .per-day {
    font-size: 13px !important;
  }
  .modal-content.md-content textarea {
    font-size: 13px;
  }
  .categoty-image.new-1 span {
    width: 100px;
    height: 90px;
  }
  .edit-delete {
    margin-left: 50px;
  }
  .m-link-edit a {
    padding: 10px 0;
  }
  .active-offers {
    padding: 20px;
  }
  .a-offer-header {
    margin-bottom: 0;
  }
  .add-more-images a {
    width: 162px;
  }
  #profile-upload {
    height: 150px;
    width: 150px;
  }
  .add-more-images {
    margin-left: 15px;
  }
  .bg-a-purple a {
    width: 100px;
  }
  .start-end-time input {
    width: 162px !important;
  }
  .fill-box textarea {
    padding-right: 0;
  }
  .act-breadcrumb {
    display: none;
  }
  .d-title {
    display: block;
    order: 1;
    margin: 25px 0 10px 0;
  }
  .description p {
    margin-top: 0;
  }
  .view-history {
    font-size: 15px;
    line-height: 18px;
  }
  .res-container {
    padding-right: 0;
  }
  .r-tab-hidden {
    display: none;
  }
  .d-view-hidden {
    display: block;
    margin-top: 20px;
  }
  .your-price {
    max-width: 100%;
  }
  .close-image {
    right: -5px;
    top: 0;
  }
  .form-page .l-form h3::before {
    height: 36px;
  }
  .prayer-i img {
    width: 172px;
    height: 157px;
  }
  .prayer-lst-item span {
    font-size: 20px;
  }
  .prayer-lst-item a {
    font-size: 15px;
  }
  /* .prayer_sidebar_sec {
    background: linear-gradient(
      180deg,
      rgb(249, 249, 249) 35%,
      rgb(255, 255, 255) 23%
    );
  } */
  .round-message {
    width: 90px;
    height: 90px;
  }
  .round-message img {
    max-width: 60px;
  }
  .p-fillter {
    width: 100%;
  }
  .p-fillter.p-category {
    width: 100%;
  }
  /* .prayer-fillter {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
  }
  .p-fillter .select{
    max-width: 200px;
  } */
  .p-category {
    margin-right: 0px;
  }
  .p-category-filter {
    flex-direction: column;
  }
  .prayer-fillter {
    width: 120px;
    font-size: 16px;
  }
  .prayer-first-left img {
    max-width: 105px;
    height: 105px;
  }
  .recent-prayer-box {
    padding: 15px 20px 20px 20px;
  }
  .recent-prayer-box-top-right {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
  }
  .recent-prayer-box-top-right span {
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
  }
  .recent-prayer-box .recent-prayer-box-b .prayer-update-edit {
    padding-bottom: 10px;
  }
  .r-prayer-box-d-bootm {
    margin-top: 10px;
  }
  .side-checkbox {
    margin-top: 15px;
  }
  .news-slider .l-n-sec_details {
    bottom: 0;
    font-size: 12px;
  }
  .news-slider .categoty-image {
    height: 280px;
  }
  .name-logo {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .cancel-post button {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .category-bottom-detail-change .c-message {
    width: 160px;
    font-size: 14px;
  }
  .name-logo span {
    font-size: 14px !important;
  }
  .name-logo {
    width: 30px;
    height: 30px;
  }
  .c-name span {
    font-size: 15px;
  }
  .calaender-date .calaender-date-bottom {
    padding-bottom: 0;
  }
  .calaender-date .calaender-date-bottom span {
    line-height: 25px;
  }
  .calaender-date .calaender-date-bottom span strong {
    font-size: 22px;
  }
  .recurrance-checkbox label {
    font-size: 12px;
  }
  .radio-label {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 480px) {
  .slider-banner-image {
    height: 280px;
  }

  .listing-left h1 {
    font-size: 18px !important;
  }
  .listing-description p {
    font-size: 14px !important;
  }
  .listing-left .list-banner {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .listing-left .post-date {
    font-size: 13px;
  }
  .social-icon {
    margin: 20px 0px;
  }
  .social-icon .img-gap {
    margin: 0px 10px;
  }
  .social-icon .img-gap1 {
    margin-right: 9px;
  }
  .left-heading {
    font-size: 16px;
    padding: 10px 0 !important;
  }
  .church-info h1 {
    margin-top: 20px;
  }
  .profile-name h1 {
    font-size: 24px;
  }
  .profile-name P {
    font-size: 13px;
  }
  .profile-details .services-details .services-info:last-child {
    padding: 0 !important;
  }
  /* .profile-img img {
    width: 111px;
  } */
  .profile-img .profile-img-inside {
    width: 111px;
    height: 111px;
  }
  .profile-img-inside img {
    width: 111px;
    height: 111px;
  }
  .user-first-later {
    width: 111px;
    height: 111px;
    font-size: 22px;
  }
  .services-details {
    justify-content: center;
  }
  .services-details .services-info:first-child {
    padding-left: 100px;
  }
  .services-details .services-info:last-child {
    padding-right: 20px;
  }
  .recurrance-checkbox {
    width: 30%;
  }
}

@media only screen and (max-width: 399px) {
  .categoty-image span {
    width: 60px;
    height: 54px;
  }
  .checkboxes-container {
    top: 10px;
  }
  .c-message {
    width: 90px;
  }
  .category-content {
    margin-left: 10px;
  }
  .category-content h4 {
    font-size: 13px;
  }
  .category-content p {
    font-size: 11px;
  }
  .c-name span {
    font-size: 12px;
  }
  .category-bottom-detail span {
    width: 85px;
  }
  .c-message {
    width: 80px;
    font-size: 14px;
  }
  .t-listing ul li {
    padding-right: 9px;
  }
  .search-label label {
    font-size: 12px;
  }
  .last-login span {
    font-size: 12px;
  }
  .b-tabbing li a {
    font-size: 14px;
    padding: 10px 8px 15px 7px;
  }
  .b-tabbing li .active {
    font-size: 14px;
  }
  .services-details .services-info:first-child {
    padding-left: 170px;
  }
  .services-details .services-info:last-child {
    padding-right: 15px;
  }
  .l-n-sec_details {
    padding-top: 0;
  }
  .contact-pop-up {
    padding: 50px 10px;
  }
  .edit-delete {
    margin-left: 35px;
  }
  .add-more-images a {
    width: 140px;
    font-size: 13px;
  }
  #profile-upload {
    height: 120px;
    width: 120px;
  }
  .bg-a-purple a {
    width: 80px;
    font-size: 13px;
  }
  .start-end-time input {
    width: 132px !important;
    margin-right: 10px;
  }
  .p-upload-image {
    padding: 10px;
  }
  .e-date {
    font-size: 15px;
  }
  .e-found {
    font-size: 13px;
  }
  .event-c-content {
    margin-left: 10px;
  }
  .event-image span {
    width: 70px;
    height: 70px;
  }
  .event-c-content h4 {
    font-size: 13px;
  }
  .event-date,
  .event-time {
    font-size: 13px;
  }
  .header-top-icons .dropdown-menu {
    width: 250px;
  }
  .login-form.prayer-pop-up .modal-submit {
    margin-top: 15px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .c-remain.p-mobile {
    width: 100%;
    margin-bottom: 10px;
    float: right;
  }
  .recurrance-checkbox {
    width: 50%;
  }
}
@media only screen and (max-width: 340px) {
  .form-page .login-form h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
