/** LOADING FONT FAMILY ***/

@import url("fonts/icons/flaticon.css?32343");



@import url("fonts/ShadedLarch.css?3948389");

@import url("fonts/gotham.css?3948389");

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");

@import url("fonts/icons/LineIcons.css");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@import url("fonts/freightbigpro.css?3948389");

@import url("fonts/effra.css?3948389");



:root {

  --main-bg-color: #fff;

  --title-bg-color: hsl(0, 0%, 93.3%);

  --header-bg-color: #fff;

  --green-color: #b42f10;

  --dark-green-color: #9c9e00;

  --product-bg-heading: #fcfcfc;

  --grey-btn-color: #b42f10;

}

* {

  font-family: "FreightBigPro";

  /*font-family: 'Noto Sans', sans-serif;*/

  font-weight: normal;

}

body {

  color: #000;

  overflow-x: hidden !important;

}

[v-cloak] > * {

  display: none;

}



[v-cloak] * {

  display: none;

}



.ui-datepicker-inline {

  width: 100%;

}



.ui-state-default,

.ui-widget-content .ui-state-default,

.ui-widget-header .ui-state-default,

.ui-button,

html .ui-button.ui-state-disabled:hover,

html .ui-button.ui-state-disabled:active {

  border: 1px solid #c5c5c5;

  background: #f6f6f6;

  font-weight: normal;

  color: #454545;

  padding: 12px;

}

@-webkit-keyframes placeholder-shimmer {

  /* line 53, ../sass/_functions.scss */

  0% {

    background-position: -468px 0;

  }



  /* line 56, ../sass/_functions.scss */

  100% {

    background-position: 468px 0;

  }

}



@-moz-keyframes placeholder-shimmer {

  /* line 53, ../sass/_functions.scss */

  0% {

    background-position: -468px 0;

  }



  /* line 56, ../sass/_functions.scss */

  100% {

    background-position: 468px 0;

  }

}



@-ms-keyframes placeholder-shimmer {

  /* line 53, ../sass/_functions.scss */

  0% {

    background-position: -468px 0;

  }



  /* line 56, ../sass/_functions.scss */

  100% {

    background-position: 468px 0;

  }

}



@-o-keyframes placeholder-shimmer {

  /* line 53, ../sass/_functions.scss */

  0% {

    background-position: -468px 0;

  }



  /* line 56, ../sass/_functions.scss */

  100% {

    background-position: 468px 0;

  }

}



@keyframes placeholder-shimmer {

  /* line 53, ../sass/_functions.scss */

  0% {

    background-position: -468px 0;

  }



  /* line 56, ../sass/_functions.scss */

  100% {

    background-position: 468px 0;

  }

}



/* line 6, ../sass/shimmer.scss */

.placeholder-item {

  -webkit-animation-name: placeholder-shimmer;

  -moz-animation-name: placeholder-shimmer;

  -ms-animation-name: placeholder-shimmer;

  -o-animation-name: placeholder-shimmer;

  animation-name: placeholder-shimmer;

  -webkit-animation-duration: 1s;

  -moz-animation-duration: 1s;

  -ms-animation-duration: 1s;

  -o-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: forwards;

  -moz-animation-fill-mode: forwards;

  -ms-animation-fill-mode: forwards;

  -o-animation-fill-mode: forwards;

  animation-fill-mode: forwards;

  -webkit-animation-iteration-count: infinite;

  -moz-animation-iteration-count: infinite;

  -ms-animation-iteration-count: infinite;

  -o-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;

  -moz-animation-timing-function: linear;

  -ms-animation-timing-function: linear;

  -o-animation-timing-function: linear;

  animation-timing-function: linear;

  background: #f6f7f8;

  background-image: -webkit-gradient(

    linear,

    0% 50%,

    100% 50%,

    color-stop(0%, #f6f7f8),

    color-stop(20%, #edeef1),

    color-stop(40%, #f6f7f8),

    color-stop(100%, #f6f7f8)

  );

  background-image: -webkit-linear-gradient(

    left,

    #f6f7f8 0%,

    #edeef1 20%,

    #f6f7f8 40%,

    #f6f7f8 100%

  );

  background-image: -moz-linear-gradient(

    left,

    #f6f7f8 0%,

    #edeef1 20%,

    #f6f7f8 40%,

    #f6f7f8 100%

  );

  background-image: -o-linear-gradient(

    left,

    #f6f7f8 0%,

    #edeef1 20%,

    #f6f7f8 40%,

    #f6f7f8 100%

  );

  background-image: linear-gradient(

    left,

    #f6f7f8 0%,

    #edeef1 20%,

    #f6f7f8 40%,

    #f6f7f8 100%

  );

  background-repeat: no-repeat;

  background-size: 800px 800px;

  position: relative;

  overflow: hidden;

}



h1,

h2 {

  /* font-family: Shaded Larch; */

}



/* Override bootstrap class */

a {

  color: inherit;

  text-decoration: none;

}



a:hover {

  color: inherit;

  text-decoration: none;

}



.grey-bg {

  /* background-color: hsl(35deg 100% 50%); */

}

.grey-dark-bg {

  /*background-color: #b42f10;*/

}



.t-title h2 {

  margin-bottom: 0px;

  font-size: 30px;

  font-weight: 600;

}

.productGrid .product-img {

  min-height: 222px;

}

.product-bar .productGrid .product-img {

  min-height: 249px;

  cursor: pointer;

}



form.searchBox .form-control {

  border-color: #b42f10;

}



.slider-tab-div img {

  width: 80px;

}

.borderstylestart-size {

  font-size: 30px;

}



.borderstylestart:before {

  content: "";

  position: absolute;

  left: 0%;

  bottom: -5px;

  height: 2px;

  width: 71%;

  border-bottom: 2px solid #f44336;

}



.borderstylestart:after {

  content: "";

  position: absolute;

  left: 0%;

  bottom: -10px;

  height: 2px;

  width: 51%;

  border-bottom: 2px solid #f44336;

}



.homeslider .owl-nav {

  overflow: hidden;

  height: 0px;

  margin-top: 0px;

}



.homeslider .owl-dots .owl-dot.active span,

.homeslider .owl-dots .owl-dot:hover span {

  background: #b42f10;

}



.homeslider .item {

  text-align: center;

}



.homeslider .owl-dots {

  position: absolute;

  bottom: 110px;

  width: 25px;

  display: flex;

  left: 76px;

}



.homeslider .owl-dots .owl-dot.active span,

.homeslider .owl-dots .owl-dot:hover span {

  width: 20px;

  margin-right: 5px;

}



.nav-btn .next-slide {

  display: none;

}

.nav-item-display ul li .dropdown-menu ul li {

  text-align: left;

}

/* Donate Success */

.donate_success_box {

  /*background-color: lightgrey;*/

  /*width: 300px;

  height: 500px;*/

  border-radius: 5px;

  border: 1px solid lightgrey;

  margin: 10px;

  padding: 86px 20px;



  /*padding: 91px;*/

  margin: 10px;

}

.redirect_link {

  font-size: 37px;

}

.success_aligns {

  font-size: 100px;

  color: #bf2e19;

}

.success-msg {

  padding-bottom: 23px;

}

.success_aligns-tick {

  font-size: 100px;

  color: #19bf5b;

}

.success-msg h3 {

  font-size: 25px !important;

  font-family: "Noto Sans", sans-serif;

  font-weight: bolder;

  margin-top: 18px;

}

.success-msg-sub p {

  font-size: 12px !important;

  font-family: "Noto Sans", sans-serif;

  font-weight: bolder;

  margin-top: 18px;

}

.redirect_link {

  font-size: 12px !important;

  font-family: "Noto Sans", sans-serif;

  font-weight: bolder;

  margin-top: 18px;

}

.redirect_link-back {

  /* margin-top: 100px;*/

  padding-top: 89px;

}

.display-paymentlog-left table {

  margin-bottom: 13px;

  margin-left: 10px;

  width: 97%;

}



.payment-log-style {

  overflow: auto !important;

}



.payment-log-style table thead tr th {

  min-width: 182px;

}



.subscription-title {

  margin-left: 22px;

  margin-bottom: 16px;

}

.subscription-title h5 {

  color: #5bb2bf;

  font-size: 20px;

  font-weight: 700;

}

.display-paymentlog-down table {

  margin-bottom: 13px;

  margin-left: 10px;

  width: 98%;

}



/* End Donate Success*/

/* End Donate Slider */



/*Donation module style*/



table.table.table-bordered.table-striped.table-machester-table thead tr th {

  min-width: 160px;

}

.no-detail-cls {

  padding-left: 24px;

  padding-bottom: 6px;

  font-weight: 700 !important;

}



/*end of the donation module*/



/*donate slider */

.donate-slider .owl-nav .owl-prev,

.donate-slider .owl-nav .owl-next {

  display: none;

}



.donate-slider .owl-dots .owl-dot.active span,

.donate-slider.owl-dots .owl-dot:hover span {

  background: #b42f10;

}



.donate-slider .owl-dots .owl-dot.active span,

.donate-slider .owl-dots .owl-dot:hover span {

  width: 20px;

  margin-right: 5px;

}



/*https://ecom.idaksh.net/manchesterapp/customer/subscription/subscr : css*/

.table-tab .tab > li {

  margin-right: 5px;

}



.table-tab .nav-tabs .nav-link.active,

.nav-tabs .nav-item.show .nav-link {

  background: #bd1717 !important;

  border: none;

  border-radius: 0;

  font-weight: 700;

  color: white;

}

.nav-t {
  width: 99% !important;
}

@media (max-width: 1030px) {
  .nav-t {
    width: 98% !important;
  }
}

@media (max-width: 768px) {
  .nav-t {
    width: 95% !important;
  }
}

@media (max-width: 420px) {
  .nav-t {
    width: 92% !important;
  }
}


/*carousel tabs */

.slider-tab-head {

  background: #bf2e1b;

}



.slider-tab {

  padding: 48px 16px;

}



.slider-tab .tab > li {

  margin-right: 5px;

}



.roundedcircle {

  min-width: 74px;

  min-height: 75px;

  border-radius: 50px;

  text-align: center;

  margin-right: 14px;

  line-height: 75px;

  font-weight: 900;

  color: #bf2e1b;

}



.service-title {

  font-weight: 600 !important;

  font-size: 13px;

}



.slider-tab-btn {

  background: #d4d4d4;

  color: black;

  border: none;

}



.slider-tab-btn:hover {

  color: black;

}



.slider-tab .nav-tabs .nav-link.active,

.nav-tabs .nav-item.show .nav-link {

  background: yellow !important;

  border: none;

  border-radius: 0;

  font-weight: 700;

  color: black;

}



.slider-tab-div img.img-thumbnail {

  min-width: 80px;

}



/* .nav-tabs .nav-link {

    font-weight:700;

    border: 0;

    border-top-left-radius: 0;

    border-top-right-radius: 0;

} */

.nav-tabs-line {
  border-bottom: 1px solid #dee2e6;
}



/*slider tab content*/

.slider-tab-content {

  border: none;

  background: transparent;

  border-bottom: 0.5px solid #df948a;

  padding-bottom: 1rem;

}



ul.list-group.slider-tab-contents > li:last-child {

  border: none !important;

  margin-bottom: 60px !important;

}



.text-trim {

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



/*tab 1 content*/

.tab1 h6 {

  font-weight: 700;

}



/*tab2 btn*/

.tab-div-btn {

  border: 1px solid white;

  color: white;

}



.slider-tab-contents {

  min-height: 300px;

  height: 375px;

  overflow: auto;

}



.slider-tab-contents::-webkit-scrollbar {

  width: 3px;

}



/* Track */

.slider-tab-contents::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey;

  border-radius: 10px;

}



/* Handle */

.slider-tab-contents::-webkit-scrollbar-thumb {

  background: yellow;

  border-radius: 10px;

}



/* Handle on hover */

.slider-tab-contents::-webkit-scrollbar-thumb:hover {

  background: yellow;

}



/*end of slider section scrool effect*/



.tab-div-btn:hover {

  background-color: white;

  color: black !important;

}



.slider-tab .list-group-item {

  padding: 0.75rem 0.75rem 0.75rem 0rem;

}



.heading {

  position: relative;

}

.news-heading {

  font-family: "FreightBigProBold";

  font-size: 41px;

  color: #3c3c3c;

}



.section-heading {

  font-size: 30px;

}



.section-heading:before {

  content: "";

  position: absolute;

  left: 15%;

  bottom: -5px;

  height: 2px;

  width: 71%;

  border-bottom: 2px solid #f44336;

}



.section-heading:after {

  content: "";

  position: absolute;

  left: 25%;

  bottom: -10px;

  height: 2px;

  width: 51%;

  border-bottom: 2px solid #f44336;

}



.section-heading-right:before {

  content: "";

  position: absolute;

  left: 0%;

  bottom: -5px;

  height: 2px;

  width: 71%;

  border-bottom: 2px solid #f44336;

}



.section-heading-right:after {

  content: "";

  position: absolute;

  left: 0%;

  bottom: -10px;

  height: 2px;

  width: 51%;

  border-bottom: 2px solid #f44336;

}



.checkout-header th {

  background: #b42f10;

  color: white;

  border: none !important;

}



.vsection-body {

  margin: 0 20px;

}



.vsection-body > div {

  margin: 20px 0;

}



.card {

  border: 0;

  border-radius: 0;

  margin-bottom: 10px;

}



.accordian-body {

  position: relative;

}



.card.accordian-body .card-header {

  background: #cacaca;

  text-decoration: none;

}



.card.accordian-body .card-body {

  color: #000;

  background: #eeeeee;

}



.card.accordian-body .card-header .btn-link {

  font-weight: 400;

  color: black;

  text-decoration: none;

}



.shop-box .shop {

  position: relative;

}



.card-img,

.card-img-top {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}



.video-thumbnail,

.vtitle {

  cursor: pointer;

}



.vsectiob-title {

  font-family: "FreightBigProSemibold";

  color: #3c3c3c;

  font-size: 26px;

  font-weight: 600;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden; 

  line-height: 1.8rem;

}



.vsectiob-desc {

  font-size: 20px;



  color: #3c3c3c;

  font-family: "Effra";

  font-weight: normal;

  /* text-align: justify; */

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

  line-height: 1.8rem;

}

.read-m {

  font-family: "FreightBigProSemibold";

  color: #3c3c3c;

  font-size: 22px;

  font-weight: 600;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  /* overflow: hidden; */

  line-height: 1.2rem;

}



.vsectiob-desc-list {

  font-size: 18px;

  font-weight: normal;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  line-height: 1.8rem;



  min-height: 55px;

}



.video-thumbnail {

  position: relative;

}



.video-thumbnail img {

  height: 250px;

  overflow: hidden;

  object-fit: cover;

}



.video-thumbnail-1 img {

  min-height: 38rem;

  max-height: 38rem;

  overflow: hidden;

  object-fit: cover;

}



@media (max-width: 1800px) {

  .video-thumbnail-1 img {

    min-height: 30rem;

    max-height: 30rem;

    

  }

}



@media (max-width: 768px) {

  .video-thumbnail-1 img {

    min-height: 25rem;

    max-height: 25rem;

    

  }

}



.vtitle {

  /* padding: 10px 0px; */

  position: relative;

  top: 10px;

}



.read-more {

  font-family: "Effra";

  color: #3c3c3c;

}

.read-more:hover .read-m {

  color: #b42f10;

}



/* donation-banner section */

.donation-section-bg {

  background: url(../image/dontion-section-img/donationbackground.png) no-repeat

    center;

}



.donation-section-bg-mobile {

  background-color: #051628;

}



.donation-btn {

  border: 2px solid #bf2e1b;

  background: #bf2e1b;



  color: white;

  padding: 10px 12px;

}



.donation-btn:hover {

  color: white;

  background: transparent;

}



.check-donation {

  background-color: #bf2e1b;

  padding: 37px 0px 36px 20px;

  width: 400px;

  position: absolute;

  top: -36px;

  background-image: url(../image/dontion-section-img/logodonation.jpg);

  background-repeat: no-repeat;

  background-position: 90% 92%;

}



.check-donation-mobile {

  background: #bf2e1b;

}



.donation-section-heading,

.donation-by-check-section-heading {

  font-size: 30px;

  font-weight: 400;

}



.donation-section-heading:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0px;

  height: 2px;

  width: 50%;

  border-bottom: 2px solid #bf2e1b;

}



.donation-section-heading:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -7px;

  height: 2px;

  width: 25%;

  border-bottom: 2px solid #bf2e1b;

}



.donation-by-check-section-heading:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0px;

  height: 2px;

  width: 50%;

  border-bottom: 2px solid #d4d4d4;

}



.donation-by-check-section-heading:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -7px;

  height: 2px;

  width: 30%;

  border-bottom: 2px solid #d4d4d4;

}



.donation-by-check-section-heading-para {

  font-weight: 100;

  font-size: 16px;

  margin-bottom: 5px;

  color: white;

  white-space: pre-line;

  line-height: 19px;

}



.donation-information {

  flex-direction: column;

  justify-content: space-between;

  padding: 65px 0px 30px 0px;

}



.donation-information > p {

  color: #ffffff;

  font-size: 16px;

}



.donation-section-bg .text123 {

  color: white;

}



.donation-section-bg-mobile .text123 {

  color: white;

  font-weight: bold;

  font-size: 2rem;

}



.check-donation-name {

  font-size: 1rem;

  font-weight: 600;

}



.money {

  font-size: 19px;

  border: 3px solid white;

  padding: 2px 9px;

  border-radius: 19px;

  margin-bottom: 18px;

  font-weight: 600;

}



/* Donation box mobile design*/

.donation-box {

  padding: 2rem 1rem 2rem 1rem;

  background-image: url(../image/dontion-section-img/logodonation.jpg);

  background-repeat: no-repeat;

  background-position: 90% 92%;

}



/*shops style section */



.shop-body {

  width: 223px;

}

.shop-item {

  font-size: 18px;

  font-weight: 600;

  padding: 10px 0px 0px 0px;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  line-height: 2;

}



.shop-price {

  color: #bf2e1b;

  font-weight: 600;

}



.shop-price2 {

  font-size: 16px;

}



.shop-cart {

  width: 34px;

  height: 34px;

  background: #000000;

  border: 2px solid #000000;

  color: white;

  border-radius: 18px;

  padding: 4px 7px;

  color: white;

}



.shop-cart:hover {

  background: #bf2e1b;

  border: 2px solid #bf2e1b;

  color: white;

}



.shop .shop-category {

  font-size: 14px;

}



.shadow-effect {

  box-shadow: 1px -1px 7px 1px rgb(0 0 0 / 20%);

}



/* end of shop style section */



/*News section style*/



.news-bg:nth-child(4n + 1) .news-img-caption,

.news-bg:nth-child(4n) .news-img-caption {

  background: white !important;

  color: black;

}



.news-section-heading,

.news-by-check-section-heading {

  font-size: 30px;

  font-weight: 400;

}



/*main news heading*/



.news-section-heading:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  height: 2px;

  width: 50%;

  border-bottom: 2px solid #f44336;

}



.news-section-heading:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -13px;

  height: 2px;

  width: 25%;

  border-bottom: 2px solid #f44336;

}



.news-by-check-section-heading:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  height: 2px;

  width: 50%;

  border-bottom: 2px solid #f44336;

}



.news-by-check-section-heading:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -13px;

  height: 2px;

  width: 30%;

  border-bottom: 2px solid #f44336;

}



.news-img {

  position: relative;

  margin-bottom: 25px;

}



.news-img-caption {

  position: absolute;

  bottom: 0;

  width: 100%;

  padding: 1rem 10px;

  background: transparent !important;

  color: white;

}



.news-img a {

  color: inherit;

}



.news-img .news-title {

  font-size: 23px;

  font-weight: 500;

  line-height: 35px;

}



.news-title-overflow {

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



.news-img .news-date {

  font-style: italic;

  font-size: 14px;

}



.news-img .news-desc {

  font-size: 15px;

  font-weight: 300;

  line-height: 18pt;

}



#news-read-more a {

  color: #bf2e1b;

}



/*end of News section */



.productGrid {

  background: #fff;

  padding: 5px;

  /* box-shadow: 0px 4px 6px #04040463; */

  border-radius: 3px;

  position: relative;

  margin-top: 9px;

  border: 1px solid #eee;

}



.productGrid h3 {

  text-align: left;

  font-size: 17px;

  font-weight: 700;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

  line-height: 18px;

  height: 19px;

  margin-bottom: 10px;

}



.selectors {

  margin: 0px 10px;

  display: flex;

  flex-direction: column;

}

.selectors .mz-thumb img {

  max-width: 75px;

  border: 2px solid #bf311a;

  margin: 5px;

  padding: 0 !important;

}



.MagicZoom {

  border: 1px solid #bdbdbd;

  padding: 10px;

}



.selectors .mz-thumb-selected img {

  border: 1px solid #df4859;

}



.productGrid a img {

  /* padding: 3px; */

  /* border-radius: 7px; */

}

.trendingGrid {

  min-height: 296px;

  background: #ddd;

}



ul.categories_rule.expanded {

  overflow-y: auto;

  height: 200px;

  width: 100%;

}



ul.categories_rule li:nth-of-type(1n + 3) {

  display: none;

}

ul.categories_rule li.expanded:nth-of-type(1n + 3) {

  display: inherit;

}

ul.categories_rule li:last-child {

  display: inherit;

}



.btn-cart {

  background: #152545;

  padding: 0px;

  font-size: 19px;

  color: #ffff;

}



.btn-cart:hover {

  background: #83746b;

  color: #fff;

}



.price h5 {

  margin-bottom: 0px;

  font-size: 18px;

  font-weight: 700;

}



h5.sales-price {

  font-weight: 100;



  font-size: 16px;

}



del {

  color: #727272;

}



.product-ratings i {

  color: #ffd309;

  margin-right: 2px;

}



.product-ratings {

  padding-bottom: 10px;

}



.product-ratings span {

  font-size: 13px;

  color: #525252;

}



.loader-bg {

  position: relative;

  opacity: 0.8;

  pointer-events: none;

}



.loader-bg:before {

  content: "";

  background-image: url("../image/Rolling2.gif");

  background-size: 40px;

  background-position: center center;

  background-repeat: no-repeat;

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 9999;

  background-color: rgba(255, 255, 255, 0.8392156862745098);

  pointer-events: none;

}



.swal-footer {

  text-align: center;

}



span.count {

  border-radius: 50%;

  background-color: #000000;

  color: #fff;

  font-size: 10px;

  opacity: 1;

  position: absolute;

  top: -7px;

  right: 6px;

  width: 17px;

  height: 17px;

  line-height: 18px;

  text-align: center;

  /* box-shadow: 1px 2px 3px #000; */

}



a.cart-count {

  position: relative;

}



.swal-button {

  background-color: red;

  color: #fff;

  border: none;

  box-shadow: none;

  border-radius: 5px;

  font-weight: 500;

  font-size: 12px;

  padding: 6px 15px;

  margin: 0;

  cursor: pointer;

}



div#paypal-buttons-container {

  width: 30vw;

  margin: auto;

}



/*    top Menu */

.donate-now-link {

  border-radius: 20px;

  color: #fff;

  padding: 2px 22px !important;

  border: 2px solid #fff;

  font-size: 22px;

  /* font-weight: bold; */

  font-family: "Effra";

  display: inline-block;

}

.donate-now-link:hover {

  color: #fff;

  text-decoration: none;

  background: #a8946b;

  border: 2px solid #a8946b;

}



.white .donate-now-link {

  color: #000;



  border: 2px solid #000;

}

.white .donate-now-link:hover {

  color: #fff;

  text-decoration: none;

  background: #a8946b;

  border: 2px solid #a8946b;

}

.top-icon-logo {

  position: relative;

  float: left;

  left: auto;

  /* left: 80px;*/

  right: 25px;

  width: 130px;

  margin: 16px;

}

.btn-search-top {

  border-radius: 22px !important;

  height: 45px;

  margin-top: 2.3px;

  z-index: 3 !important;

}

.btn-search-top img {

  margin-bottom: 6px;

  width: 17px;

}

.text-search {

  border-radius: 30px !important;
  border-radius: 30px !important;
    height: 45px !important;
    font-style: normal !important;

}

input.form-control.text-search {

  font-style: italic;

  padding-left: 25px;

}

form.searchBox .form-control {

  border-color: #d6d6d6;

}

button.btn-search-top {

  margin-left: -44px;

}

button.btn-search-top i.fa.fa-search {

  position: relative;

  top: -2px;

}

.top-link-div {

  padding-top: 2px;

  padding-right: 11px;

}



.nav-item-display ul.navbar-nav li {

  text-align: center;

}



.menu-right {

  position: relative;

  left: 55%;

}



/* End Top Menu */

/****** PERSONALIZED GIFTS *******/

.personalized-Block h3 {

  padding: 15px;

  text-align: center;

  margin-bottom: 0px;

  background: #fff;

  font-size: 17px;

  color: #000;

  font-weight: 400;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

}



.personalized-Block a {

  text-decoration: none;

}



.personalized-Block a:hover h3 {

  background: #ddd;

}



/********* RIBBON ********/



/* common */

.ribbon {

  width: 113px;

  height: 50px;

  overflow: hidden;

  position: absolute;

  z-index: 9;

}



.ribbon span {

  position: absolute;

  display: block;

  /* width: 225px; */

  padding: 4px 5px;

  background-color: #b42f10;

  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);

  color: #fff;

  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);

  text-align: center;

}



/* top left*/

.ribbon-top-left {

  top: -10px;

  left: -10px;

}

.ribbon-top-left::before,

.ribbon-top-left::after {

  border-top-color: transparent;

  border-left-color: transparent;

}

.ribbon-top-left::before {

  top: 0px;

  right: 17px;

}

.ribbon-top-left::after {

  bottom: 16px;

  left: 0px;

}

.ribbon-top-left span {

  top: 15px;

  left: 15px;

  transform: rotate(0deg);

}



.productGrid:hover {

  box-shadow: 0px 1px 6px 7px #cccccc1a;

  transition-timing-function: cubic-bezier(0.29, 1.01, 1, -0.68);

}



/* ************** Donation user login Modules and in side view  *********/

.donate {

  background-color: #b42f10;

}

.donate form-group {

  margin-bottom: 3rem !important;

}

.donate h2 {

  /*text-align:center;

     color: #FFFFFF;*/

  font-size: 1.5rem;



  font-weight: bold;

}



.grid_item {

  box-sizing: border-box;

  /* padding-left: 32px;*/

}

.a7-12 {

  width: 100% !important;

}

.box {

  background-color: #fff;

  color: #312f2d;

  padding: 4rem 4rem 5rem;

  /*border: 1px solid red;

    font-family: FF Dax W01 !important;*/

}

.box small {

  color: #b42f10;

}

.d8-12 {

  width: 100% !important;

}

.f6-6 {

  width: 100%;

}



.grid_item-sub {

  box-sizing: border-box;

  /* padding-left: 32px;*/

}

.a7-12-sub {

  width: 100% !important;

}

.box-sub {

  background-color: #fff;

  color: #312f2d;

  padding: 3rem 3rem 2rem;

}

.box-sub img {

  border-radius: 15px;

}

.d8-12-sub {

  width: 100% !important;

}

.f6-6-sub {

  width: 100%;

}



.donation-amount label:first-child {

  /*padding-left: 0px;*/

}

.donation-amount label.radio-inline {

  padding: 0px 9px;

}

.company-logo img {

  width: 29px;

  /*padding-top: 4px;

    border: 1px solid;

    border-radius: 20px;

    border-color: #dadada;*/

}

.other-amounts {

  width: 30%;

  margin-bottom: 3rem;

}



.menu-hover:hover {

  color: #b42f10 !important;

}



.email-tel-nothank label.checkbox-inline {

  display: table;

}

.separator {

  border-color: #b42f10;

  border-style: solid;

  border-width: 0 0 6px;

  margin-bottom: 3rem;

  margin-top: 3rem;

}

.submit-button input.btn.btn-primary {

  color: #fff;

  background-color: #b42f10;

  border-color: #b42f10;

}

.submit-button input.btn.btn-primary:hover {

  color: #b42f10;

  background-color: #ffffff;

  border-color: #b42f10;

}

.donatebgcolor {

  background-color: #e9ebec;

}

.plogdesignleft {

  background-color: white;

  margin-top: 21px;

  /*padding: 30px 68px;*/

  border-radius: 5px;

}

.plogdesignright {

  background-color: white;

  margin-top: 21px;



  border-radius: 5px;

}

.donate-table-design {

  background-color: white;



  margin-bottom: 31px;

  border-radius: 5px;

}

.donate-success-btn {

  background-color: #1c84c6;

  color: #ffffff;

}

.donate-danger-btn {

  background-color: #b42f10;

  color: #ffffff;

}

.donate-label {

  /*background-color: #01b1ff;*/

  color: #ffffff;

  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-weight: 600;

  padding: 3px 8px;

  text-shadow: none;

  border-radius: 0.25em;

  line-height: 1;

  white-space: nowrap;

}

.tabledonate-tab table th {

  font-weight: bold;

  padding: 0px 36px;

}

.tabledonate-tab table td {

  padding: 0px 36px;

}

.nxtbtn {

  text-align: right;

  margin-bottom: 12px;

}

.prvbtn {

  text-align: left;

  margin-bottom: -40px;

}

.donate-success-nxt {

  background-color: #47739e;

  color: #ffffff;

  margin-right: 20px;

}

.donate-top-button {

  background-color: #bf2e1b;

  color: #ffffff;



  padding: 6px;

}

.search-align-second {

  margin-right: 12px;

}



.donate-label-nxt {

  /*background-color: #01b1ff;*/

  color: #ffffff;

  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-weight: 600;

  padding: 8px 11px;

  text-shadow: none;

  border-radius: 0.25em;

  line-height: 2;

  white-space: nowrap;

  border: 0;

}

.design-tbl-sub {

  margin-top: 8px;

}



.search-align-frst {

  text-align: right;

  margin-top: 24px;

}

.search-align-second {

  margin-top: 21px;

}

.donate-display-link {

  background-color: #bf2e19;

  color: #ffffff;

  margin-right: 20px;

}

.nodetails {

  margin-left: 25px;

  margin-bottom: 13px;

}

.div_next_bill {

  text-align: center;

  color: red;

  font-size: 18px;

}

/*.ridge.table tr,th,td {border-style: ridge;}*/



/************* Donation Modlues Ends **********/



/******** MASONARY *****/

.masonry {

  display: block;

}



.masonry figure:nth-child(1) {

  width: 49%;

  float: left;

  margin-right: 20px;

}



.masonry figure img {

  max-width: 100%;

  margin: 0 auto;

  display: block;

}



.masonry figure:nth-child(2) {

  float: left;

  width: 24%;

  margin-right: 18px;

}



.masonry figure:nth-child(3) {

  width: 24%;

  float: left;

}

.mosonary-last-img img {

  width: 49%;

  margin-left: 0px !important;

}

.masonry figure {

  margin-bottom: 10px;

}



/** SEARCH **/

.searchBox .form-control {

  min-width: 300px;

}



nav.navbar {

  padding: 0px;

  /*border-top: 1px solid #b42f10;

    box-shadow: 1px 1px 0px #b42f10;

    border-bottom: 1px solid #b42f10;*/

}



.navbar-dark .navbar-nav .nav-link {

  padding: 9px 11px;



  color: #000;

  font-weight: 400;

}

.navbar-dark .navbar-nav .nav-light {

  padding: 9px 11px;



  color: #fff;

  font-weight: 400;

}

.btn-light-green {

  background: #bf2e19;

  border-color: #b42f10;

  color: #fff;

}



.btn-light-green:hover {

  background-color: #b42f10;

  color: #fff;

}



/*Event section*/



.line-padding {

  padding: 4rem 0px;

}

.q-padding {

  padding-top: 4rem;
  padding-bottom: 4rem;

}

.event-live-padding {

  /* padding: 23px !important; */

  padding: 23px 22px 23px 15px !important;

}

.event-section {

  margin-bottom: 24px;

}



.event-box .card .card-body p {

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



.event-section .card {

  background: #ecebeb;

}



.card-header:first-child {

  border-radius: 0 !important;

}



.event-section .card-header {

  background: #bf2e1a !important;

  color: white;

}



.event-time {

  letter-spacing: 1px;

  margin-bottom: 16px;

  font-size: 20px;

  font-weight: 500;

}



.event-body {

  margin: 16px 0;

  padding: 5px;

  text-align: center;

}



.event-body .event-section_title {

  line-height: 2rem;

  height: 96px;

}



.event-btn {

  padding: 12px 0px;

  color: white;

  border: 2px solid #b42f10;

  background-color: #b42f10;

  border-radius: 0 !important;

}

.event-btn:hover {

  background-color: transparent;

  color: #b42f10;

}



.tv-live-padding {

  padding: 13px !important;

}



/*footer css*/

.container1 {

  padding: 0px 3% 0 5%;

}

.footer-section-top {

  background-color: #b42f10;

}

.footer-services .col-sm img {

  float: left;

  padding-right: 20px;

}

.footer-services h6 {

  color: white;

  font-size: 16px;

  margin: 0;

}



.footer-services h6 span {

  font-size: 13px;

  color: #f0f2c0;

}

.footer-services .right-border {

  border-right: 1px solid white;

}

.footer-services .star {

  color: red;

  font-size: 16px;

  margin-left: 2px;

}

.footer-services:last-child {

  padding-right: 7px;

}

.footer-title h2 {

  font-size: 18px;

  font-weight: 400;

  color: white;

}

.footer-content ul {

  padding-left: 0px;

}

.footer-content ul li {

  list-style-type: none;

  line-height: 24px;

}

.footer-section {

  border-top: 7px solid #b42f10;

  background-color: #000000e6;

}

.footer-content ul li a {

  color: #e8e8e8;

}



.footer-content {

  color: #e8e8e8;

}



.information-menu-para {

  font-size: 14px;

  font-weight: 300;

}



.footer-heading {

  font-size: 20px;

  font-weight: 600;

  color: #a8946b !important;

  font-family: "FreightBigProBold";

}



.ft-address {

  font-family: "Effra";

  font-size: 14px;

}



.tel-contact {

  color: #a8946b !important;

}



.footer-machester-logo {

  height: 230px;

}



.copywritetext {

  color: white;

  font-family: "Effra" !important;

}



.policy {

  font-family: "Effra" !important;

}

.copy-right {

  border-top: 1px solid white;

}



.social-icon li {

  margin-right: 10px;

  color: #a99c9c;

}



.border-line:before {

  content: "";

  height: 80%;

  position: absolute;

  border-left: 0.5px solid #e8e8e8;

  margin-top: 20px;

  margin-left: -20px;

}



.form .mail input {

  width: 100%;

  background-color: transparent;

  border: none;

  border-bottom: 1px solid white;

  padding: 5px;

  margin-bottom: 12px;

  color: white;

}



.form .mail input:focus {

  outline: none;

}

.mail input::-webkit-input-placeholder {

  color: #fff !important;

  font-weight: 400;

  font-size: 15px;

}

.btn-submit {

  background-color: #666666;

  border: none;

  padding: 8px 20px;

  font-size: 15px;

  border-radius: 4px;

  color: #fff !important;

}

.certificates ul li {

  display: inline;

  list-style-type: none;

  position: relative;

  left: -23px;

  line-height: 90px;

}



.footer-contact {

  max-width: 77%;

  margin: auto;

}

.footer-bt {

  background-color: rgb(0 0 0 / 82%);

}

.f-content {

  display: flex;

  align-items: center;

  justify-content: center;

}



.ftco-footer-social li {

  list-style: none;

  margin: 0 15px 0 0;

  display: inline-block;

}

.ftco-animate {

  color: #fff;

}



.logo-img {

  width: 12rem;

}



.border-bottom {

  border-bottom: 2px solid #837c678a !important;

  margin: auto;

}



.note-box {

  position: relative;

  background: #000000d9;

  padding: 20px;

  width: 80%;

  margin: auto;

}

.note-box a, .f-content a {
  text-decoration: none;
  color: #fff;
}

.n-title {

  font-size: 21px;

}

.n-desc {

  font-size: 16px;

}

.n-title,

.n-desc {

  color: #fff;

  text-align: left;

  font-family: "Effra";

}



/* Newsletter subscription form*/

form {

  color: #555;

  display: flex;

  padding: 2px;

  border-bottom: 1px solid currentColor;



  margin: 0 0 30px;

}



.signin {

  border: none;

  background: transparent;

  margin: 0;

  padding: 7px 8px;

  font-size: 14px;

  color: inherit;

  border: 1px solid transparent;

}



.signin::placeholder {

  color: #bbb;

}



.sign-btn {

  position: relative;

  left: 16%;

  text-indent: -999px;

  overflow: hidden;

  width: 50%;

  padding: 0;

  margin: 0;

  border: 1px solid transparent;

  border-radius: inherit;

  background: transparent url("../image/footer/arrow-right-white.png") no-repeat

    center;

  cursor: pointer;

  opacity: 0.7;

}



.sign-btn:hover {

  opacity: 1;

}



.sign-btn:focus,

.signin:focus {

  box-shadow: 0 0 3px 0 transparent;

  border-color: transparent;

  outline: none;

}



.subscribe {

  font-family: "Effra";

  color: #fff;

}



/*End News Letters*/



/* Social Media*/

.news-letter-txt {

  color: #fff;

  font-family: "Effra";

  font-size: 16px;

}

/* .social-img {

    width: 10%;

  } */

.social-txt {

  color: #fff;

  font-family: "Effra";

}



/*Footer menu Css */

.f-menu-title {

  color: #a8946b;

  font-size: 20px;

  font-weight: 700;

  font-family: "FreightBigProBold";

}



.f-menu-title a {

  font-family: "FreightBigProBold";
  color: #a8946b !important;

}



.footer-menu-item {

  font-size: 16px;

  font-family: "Effra";

}

.menu-item {

  font-size: 12px;

  font-family: "Effra";

}

/*Footer menu ends */



/*footer css ends*/



/*** HEADER ***/

header {

  background-color: var(--main-bg-color);

}



/*nav border*/

.dotted-border {

  position: relative;

}



li.nav-item.dotted-border a {

  font-size: 14px;

}



.dotted-border-child {

  font-weight: 500 !important;

}



.dotted-border-child:hover,

.dotted-border-child:focus,

.dotted-border-child:active {

  color: #b42f10 !important;

}



.offcanvas-header {

  display: none;

}



.navbar .has-megamenu a:after {

  display: none;

}



.navbar .megamenu {

  border: 0px;

  border-radius: 0px;

  background: #f5f5f5;

  margin: 0;

  border-top: 1px solid #989797;

}



.navbar-nav .dropdown-menu {

  position: relative !important;

}

.navbar .megamenu a:hover {

  text-decoration: underline;

}



.col-megamenu .title {

  color: var(--green-color);

  font-weight: 400;

}



.col-megamenu ul li a {

  font-size: 16px;

  color: #000000;

  padding-bottom: 6px;

  display: inline-block;

}



.col-megamenu ul li:before {

  content: "\f105";

  font-family: FontAwesome;

  color: #7b7b7b;

  margin-right: 8px;

}



.col-megamenu ul li {

  font-size: 16px;

  margin-left: 6px;

}



.navbar .has-megamenu.show > a {

  background: #bf2e1b;

  color: #ffd400 !important;

}



.stripper h3 {

  font-size: 23px;

}



.stripper p {

  font-size: 12px;

}



.stripper p.nav-link {

  font-size: 14px;

}



.product-title {

  font-size: 20px;

  font-weight: bold;

}



.product-title span {

  color: var(--green-color);

  font-size: 20px;

  font-weight: bold;

}

.white {

  background-color: #fff;

}



.product-filter hr {

  margin-bottom: 7px;

  margin-top: 10px;

}



.f-header h4 {

  font-size: 20px;

}



.filters label {

  font-size: 14px;

}



.chk {

  width: 15px;

  height: 15px;

  -webkit-appearance: initial;

  background-color: white;

  border: 1px solid #c5c5c5;

  position: relative;

}

.chk:checked {

  background: var(--dark-green-color);

}



.chk:focus {

  outline: none;

}



.chk:checked:after {

  content: "\2713";

  color: #fff;

  font-weight: 700;

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.card-body {

  color: #000;

}

/***payment checkout section***/

#PaymentAndNotes label:after {

  content: "\f054";

  font: normal normal normal 14px/1 FontAwesome;

  transform: translate(0, 0);

  font-size: 12px;

  color: #7f7f7f;

  float: right;

  position: relative;

  top: 10px;

}

#PaymentAndNotes {

  max-width: 438px;

}

#PaymentAndNotes label {

  box-shadow: 2px 1px #8e88881c;

}

#PaymentAndNotes textarea {

  box-shadow: 2px 1px #8e88881c;

}



.customized-categories {

  background-color: #b42f10eb;

  padding: 10px;

  min-height: 74px !important;

  border-bottom-right-radius: 10px;

  border-bottom-left-radius: 10px;

  bottom: 0 !important;

}

/** Product Section **/

.product-bg {

  background-color: #ffffff;

}

ol.breadcrumb.product-breadcrumb {

  background-color: transparent;

  padding-left: 0px;

}



ol.breadcrumb.product-breadcrumb a {

  color: #000;

  font-size: 14px;

}



ol.breadcrumb.product-breadcrumb li:before {

  padding-right: 3px;

}



.single-price h5 {

  font-size: 25px;

  color: red;

}



.single-price h5.sales-price {

  font-size: 18px;

}

.timeellapse .timeleft {

  font-weight: 500;

  color: #b10404;

}



span.deltxt,

span.deltxt1 {

  font-size: 12px;

  font-weight: 400;

  color: #b10404;

}



.product-description > h4 {

  font-size: 18px;

  font-weight: 500;

}



.product-content-description p {

  font-size: 14px;

  margin-bottom: 8px;

  color: #000;

}

.user_input_file_field input {

  width: 100%;

}



.user_inputs_fields {

  margin-top: 10px;

}

.product-content-description strong {

  font-weight: 500;

}



.product-content-description h5 {

  font-weight: 400;

}



.product-content-description {

  max-width: 500px;

}



span.sku {

  color: #3f3f3f;

  font-size: 13px;

}



.check-availability .form-control {

  max-width: 224px;

  border: 0px;

  border-radius: 0px;

  box-shadow: 1px 1px 1px 1px #ccc;

}



.check-availability .input-group-text {

  background: #fff;

  border-radius: 0px;

  border: 0px;

  box-shadow: 1px 2px 3px #ccc;

}



.variation ul {

  list-style-type: none;

  padding: 0;

}



.variation ul li {

  display: inline-block;

  width: 26%;

}



.variation h4 {

  font-size: 16px;

}



.btn-add-to-cart {

  border-radius: 0px;

  background-color: red;

}



.btn-wish-list {

  background: #fff;

  border-radius: 0px;

  border: 1px solid red;

}

.gallery-items {

  position: sticky;

  z-index: 1;

  top: 0;

  overflow: hidden;

  display: flex;

}



.types-block {

  background: #fffff7;

  box-shadow: 0px 0px 5px #9e9e9e85;

}



.types-block label.c-til {

  display: block;

  font-size: 18px;

  font-weight: 400;

}



.additonal_prices ul {

  list-style-type: none;

  padding: 0;

}



.additonal_prices ul li {

  font-size: 14px;

}



.user_inputs_fields input[type="text"],

.user_input_textarea_field textarea,

.user_input_dropdown_field select {

  width: 100%;

  background: #fff;

  border: 0px;

  height: 48px;

  box-shadow: 0px 0px 7px #969696dd;

  padding: 9px;

  font-size: 15px;

  color: #5b5b5d;

}

.user_input_textarea_field textarea {

  height: 56px;

}

.user_input_dropdown_field select {

  height: auto;

}

.user_inputs_fields .required {

  color: initial;

}



.order-notes {

  padding: 17px 0px;

}



.order-notes .note-title {

  color: #f60002;

  font-size: 13px;

}



.order-notes p {

  font-size: 13px;

  margin-bottom: 0px;

}



.form-message.error {

  color: red;

  font-size: 13px;

}

.form-message.success {

  color: green;

  font-size: 13px;

}



/** End Product Section **/



/* loader css */

.loader-bg {

  position: relative;

  opacity: 0.8;

  pointer-events: none;

}



.loader-bg:before {

  content: "";

  background-image: url("../image/Rolling2.gif");

  background-size: 40px;

  background-position: center center;

  background-repeat: no-repeat;

  position: fixed;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 9999;

  background-color: rgba(255, 255, 255, 0.8392156862745098);

  pointer-events: none;

}

body.loader-bg:before {

  background-size: 100px !important;

  background-attachment: fixed !important;

}

.user_inputs_fields input[type="text"].error,

.user_input_textarea_field textarea.error,

.user_input_dropdown_field select.error,

.user_inputs_fields input[type="checkbox"].error,

.user_inputs_fields input[type="file"].error {

  border: 2px solid #f60002;

}



/**********mobile search field**************/

.search-form-wrapper input {

  border-radius: 0px;

  font-size: 16px;

  color: #000 !important;

  border: 0px;

  background: #fff;

}

.search-form-wrapper {

  display: none;

  position: absolute;

  right: 0;

  padding: 3px 3px;

  margin-top: 13px;

  background: #5b5b5d;

  width: 100%;

  z-index: 999;

  top: 77px;

  left: 0;

}



/*** Mobile menu category-list***/

.mobile-nav-links i.fa.fa-search {

  color: #575757;

  font-weight: 100;

  font-size: 20px;

}

.mobile-nav-links i.fa-times.fa {

  color: #575757;

  font-weight: 100;

  font-size: 20px;

}

.menu-cat-list-bg {

  background-color: #e7e7e700;

}

.menu-category-list {

  overflow: auto;

}

.menu-category-list h3 {

  color: #000;

  font-weight: 400;

  font-size: 20px;

  text-align: center;

}

.hero-inner a.btn-submit {

  color: #000;

}

.mobile-cart-btns a.btn-lg {

  color: #fff;

}



/** checkout **/

.steps {

  position: relative;

}

.steps.faded {

  pointer-events: none;

  opacity: 0.5;

}

.steps .number {

  position: absolute;

  margin-left: auto;

  margin-right: auto;

  left: 0;

  right: 0;

  text-align: center;

  width: 40px;

  height: 40px;

  background: #17a2b8;

  top: -15px;

  color: #fff;

  line-height: 40px;

  border-radius: 50%;

}

.order-details button.btn {

  font-size: 16px;

}

.shipping-address {

  padding-left: 0px;

  padding-right: 0px;

}

.payment-method {

  padding-left: 0px;

  padding-right: 0px;

}

.order-summary {

  padding-left: 0px;

  padding-right: 0px;

}



/***checkout delivery address popup***/

.modal-footer button.checkout-button.btn {

  margin: 0 auto;

}

.checkout .address-block {

  border: 1px solid #ddd;

  padding: 15px;

}

.date-inner:hover {

  background-color: #5b5a5d;

  color: #fff;

}

.showDeliveryMethods button {

  margin-top: 10px;

  border: 0px;

  font-size: 14px;

  padding: 5px 10px;

}

.showDeliveryMethods button:hover {

  background-color: #5b5a5d;

  color: #fff;

}

.showDeliveryMethods .btn-link:hover {

  border-radius: 0px;

  text-decoration: none;

}



.showDeliveryTimings button {

  margin-top: 10px;

  border: 0px;

  font-size: 14px;

  padding: 5px 10px;

}

.showDeliveryTimings button:hover {

  background-color: #5b5a5d;

  color: #fff;

}

.showDeliveryTimings .btn-link:hover {

  border-radius: 0px;

  text-decoration: none;

}

div#OccasionForm .btn-lg {

  background: #5b5a5d;

  border-color: #5b5a5d;

  border-radius: 0px;

  margin-top: 15px;

}

.checkout .address-block {

  margin-top: 10px;

  background: #fff;

  border-radius: 3px;

}

.btn-delivery-here {

  background-color: #17a2b8;

  border-radius: 0px;

  font-size: 16px;

}

.recipient-address-btn {

  padding-top: 10px;

  padding-bottom: 10px;

  font-size: 20px;

}

.checkout-occation :checked + span {

  background-color: #028014 !important;

  color: #ffff !important;

}



.checkout-occation input[type="radio"] {

  display: none;

}

p#id_occasion {

  margin-left: -10px;

}

#id_occasion span {

  margin-left: 10px;

}



/***Dropdown menu***/

.dropdown-menu {

  background-color: white;

}

.dropdown-menu a.dropdown-item {

  font-size: 13px;

  color: #353535;

  padding-bottom: 6px;

}

.dropdown-menu a.dropdown-item:before {

  content: "\f105";

  font-family: FontAwesome;

  color: #292828;

  margin-right: 8px;

}



.dropdown-menu a.dropdown-item:hover {

  background-color: transparent;

  text-decoration: underline;

}

.ui-datepicker-inline.ui-datepicker {

  border-radius: 0px;

}

.ui-datepicker-header.ui-widget-header {

  border-radius: 0px;

  background-color: grey;

  color: #fff;

}



/***product filter***/

.product-filter {

  border: 1px solid #1414142e;

}

.discount-offer img.masonry-img {

  width: 100%;

}



/*owl-carousel style*/

.owl-carousel .owl-nav {

  overflow: hidden;

  height: 0px;

  margin-top: 0px;

}



.owl-carousel .prev-slide {

  /*background: url(../image/video_section_imgs/lefticon.jpg) no-repeat scroll 0 0;*/

  background: url(../image/video_section_imgs/arrow-black-left.png) no-repeat

    scroll 0 0;

  /* width: 44px;

    height: 28px; */

  width: 45px;

  height: 18px;

}

.owl-carousel .next-slide {

  background: url(../image/video_section_imgs/arrow-black-right.png) no-repeat

    scroll 0 0;

  /* width: 72px;

    height: 28px; */

  width: 45px;

  height: 18px;

}

.owl-prev:hover .prev-slide {

  background: url(../image/video_section_imgs/arrow-red-left.png) no-repeat

    scroll 0 0;

}

.owl-next:hover .next-slide {

  background: url(../image/video_section_imgs/arrow-red-right.png) no-repeat

    scroll 0 0;

}



.shop-section .owl-carousel .owl-dots.disabled,

.shop-section .owl-carousel .owl-nav.disabled {

  display: inline-block !important;

}



.owl-carousel .nav-btn {

  position: absolute;

  cursor: pointer;

  top: -52px !important;

  right: 0 !important;

  /* border-radius: 13px; */

}





.owl-carousel .nav-btn.prev-slide {

  right: 80px !important;

}



.mobile-sevice-timeing.d-flex.justify-content-start.align-items-center {

    padding-left: 18px !important;

}



.home-service-slider .owl-carousel .nav-btn.prev-slide{

    right: 60px !important;

}



/*https://ecom.idaksh.net/manchesterapp/news-events/news/ page styles*/

.news-event-header {

  text-align: center;

  color: white;

  padding: 82px 0px;

  background: url(../image/news-imgs/news-events.png) no-repeat center;

}



.news-event-title-overflow {

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



.news-event-header h1 {

  font-size: 2rem;

}



.news-event-body {

  margin: 70px 60px 47px 60px;

}



.news-event-bg:nth-child(odd) .news-event-caption {

  background: white !important;

  color: black;

}



.news-event-bg:nth-child(even) .news-event-caption {

  color: white;

  position: absolute;

  bottom: 0;

  left: 0;

  background-image: linear-gradient(#38383800, black);

}



.news-event-bg .news-event-caption {

  display: flex;

  flex-direction: column;

  min-height: 190px;

  justify-content: center;

  padding: 1rem 10px;

}



.news-event-caption p {

  margin-top: 0;

  margin-bottom: 9px;

}



.news-event-bg .news-event-img {

  margin: 10px;

  position: relative;

}



.news-event-caption .news-event-date {

  font-style: italic;

  font-size: 14px;

}



.news-event-caption .news-event-title {

  font-size: 23px;

  font-weight: 500;

  line-height: 35px;

}



.news-event-caption .news-event-decs {

  font-size: 15px;

  font-weight: 300;

  line-height: 18pt;

  /* width: 70%; */

}



/*Pagination styles*/



.news-pag-body {

  margin: 0px 4px;

  text-align: center;

}



.prev-btn .news-pag-item {

  font-size: 14px;

  width: 110px;

  height: 50px;

  margin-right: 7px;

}



.next-btn .news-pag-item {

  font-size: 14px;

  width: 110px;

  height: 50px;

  margin-left: 7px;

}



.news-pag-item {

  border-radius: 33px !important;

  text-transform: uppercase;

  font-size: 16px;

  color: black;

  line-height: 28px;

  height: 50px;

  width: 50px;

}



.news-pag-item:hover {

  color: black;

  background: #fef7ef;

}



.news-event-pagination {

  margin-bottom: 50px;

}



.playbtn {

  cursor: pointer;

}



.footer-links {

  color: #9c9c9c;

}



.footer-link {

  color: #fff;

  font-family: "Effra";

  font-size: 22px;

}



.event-content {

  min-width: 65%;

}



.col-to-action-head {

  background: url(../image/dontion-section-img/yellow_star_pattern_background.jpg)

    no-repeat center;

  padding: 40px 15px;

  color: white;

}



/*pages styles*/

.align-right:after,

.align-left:after {

  content: "";

  display: table;

  clear: both;

}



.page-accordion-block .card-body:after {

  content: "";

  display: table;

  clear: both;

}



.page-accordion-block .card-body {

  margin-bottom: 5px;

  padding-bottom: 5px;

}



.page-sub-links ul {

  min-height: 46px;

}



/*pages scroll style*/

.page-sub-links ul {

  white-space: nowrap;

}



.page-sub-links ul li {

  float: none !important;

  border-right: 1px dotted #fff;

  display: inline-block;

}



.page-sub-links ul::-webkit-scrollbar {

  height: 5px;

}



.page-sub-links ul::-webkit-scrollbar-track {

  border-radius: 10px;

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}



.page-sub-links ul::-webkit-scrollbar-thumb {

  border-radius: 10px;

  background-color: yellow;

}



.page-sub-links ul::-webkit-scrollbar:vertical {

  display: none;

}



/*Event list by month styel*/

.singleeventlist {

  border-radius: 10px;

  padding: 15px;

  background: #c6c6c65e;

  margin-bottom: 30px;

  min-height: 170px;

}



.singleeventlist .heading {

  font-weight: bold;

  font-size: 22px;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



.singleeventlist .time {

  font-size: 18px;

  font-weight: bold;

  word-break: keep-all;

  margin-left: 10px;

  min-width: 100px;

  text-align: right;

}



.virtual-tour {

  width: 90%;

  height: 50vh;

  margin: 80px auto;

  background: #fff;

  border-radius: 10px;

  padding: 20px;

}



.virtualtourlink {

  display: flex;

  justify-content: center;

  align-items: center;

}



.virtualtourlink-btn {

  background: #b42f10;

  border: 1px solid #b42f10;

  color: #fff;

  margin-top: 19%;

}



.virtualtourlink-btn:hover {

  background: #fff;

  border: 1px solid #b42f10;

  color: #b42f10;

}



#virtualtourframe {

  width: 100%;

  margin: auto;

  height: 100vh;

}



.virtual-tour__lang {

  gap: 20px;

}



.virtual-tour__lang-opt {

  display: flex;

  gap: 20px;

}



.virtual-tour__lang-opt {

  list-style: none;

  padding: 0px;

}



ul.virtual-tour__lang-opt li {

  font-size: 1rem;

  font-weight: bold;

  cursor: pointer;

  text-transform: capitalize;

}



.virtual-tour__lang-more a {

  font-size: 1rem;

  font-weight: bold;

  text-transform: capitalize;

}



.virtual__loading {

  height: 100vh;

  position: absolute;

  width: 100vw;

  z-index: 10;

  background: #52525287;

  display: flex;

  justify-content: center;

  align-items: center;

}



.select-plan-text {

  border-bottom: 1px solid red;

  text-align: center;

  color: #ffffff;

}



.live-error {

  display: flex;

  justify-content: center;

  align-items: center;

  height: 100%;

}



.col-sm-5.p-0.bg-video.virtialActive-remove.bgvtour {

  background: #bf2e1b;

}



/******** MEDIA QURIES ********************/

@media (min-width: 320px) {

  .container {

    max-width: 100%;

    /* width: 100% !important; */

  }

}



@media (max-width: 350px) {

  input.form-control.text-search {

    width: 200px;

  }

  .support {

    padding: 0px 35px 10px 35px !important;

  }

}



@media (max-width: 574px) {

  /* .container {

        width: 100% !important;

    } */

  /* .header-mb {

        width: 100% !important;

    } */

  .main-heading {

    font-size: 34px !important;

  }

  .sub-heading {
    font-size: 20px !important;
}



  .note-box {

    width: 100% !important;

    margin: 0% !important;

  }

}



@media (max-width: 1200px) {

  .offcanvas-header {

    display: block;

  }

  .navbar-collapse {

    visibility: hidden;

    transform: translateX(-100%);

    border-radius: 0;

    display: block;

    position: fixed;

    top: 0;

    left: 0;

    height: 100%;

    z-index: 1200;

    width: 100%;

    overflow-y: scroll;

    overflow-x: hidden;

    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;

    background: #bf2e1b;

  }

  .navbar-collapse.show {

    visibility: visible;

    transform: translateX(0);

    display: block;

  }



  .navbar-nav {

    /* display: flex; */

    /* width: 100%; */

  }

  .mobile-nav {

    background-color: #fff;

    border-top: 0px !important;

    border-bottom: 0px !important;

    box-shadow: none !important;

  }

  .mob-header-icons img {

    width: 70%;

  }

  .mobile-nav img {

    height: 25px;

  }

  .navbar-expand-xl .navbar-toggler {

    display: block;

  }

  .trendingGrid {

    min-height: auto;

    background: #ddd;

  }



  .video-duration {

    top: 278px;

  }



  .navbar-dark .navbar-nav .nav-link {

    color: white;

  }



  .dotted-border-child:hover,

  .dotted-border-child:focus,

  .dotted-border-child:active {

    color: white !important;

  }



  .nav-item-display ul.navbar-nav li {

    text-align: start;

  }



  .footer-bottom-text {

    display: flex;

  }

}



@media (max-width: 992px) {

  .mobile-header {

    border-bottom: 0.5px solid #d6d6d6;

  }



  /* Donate Module */

  .box {

    padding: 2rem 1rem;

  }

  .box-sub {

    padding: 2rem 1rem;

  }

  /* End Donate Module   */

  /***Mobile responsive home page***/

  .giftbox {

    background-color: var(--main-bg-color);

    margin-top: 0px !important;

    padding-top: 30px;

  }

  .mobile-gift-box {

    background-color: #e7e7e7 !important;

  }

  /****Trending Now***/

  .mobile-categories {

    position: initial !important;

    background-image: none !important;

    opacity: 1 !important;

    color: #000 !important;

    padding: 7px 0px !important;

  }

  .mobile-categories h2::before {

    content: none !important;

  }

  .mobile-categories h2::after {

    content: none !important;

  }

  .mobile-trendingGrid {

    background-color: #e7e7e7;

    margin-bottom: 0px !important;

    min-height: auto;

    margin-top: 15px;

  }

  .grey-light-bg {

    background-color: #e7e7e7 !important;

  }

  .mobile-trendingGrid img {

    border: 1px solid;

    padding: 2px;

  }

  .mobile-categories h2 {

    position: relative;

    opacity: 1 !important;

    margin-bottom: 0px !important;

    font-size: 14px !important;

    text-align: center !important;

    padding-left: 0px !important;

  }

  .btn-cart {

    background: #152545;

    padding: 0px 5px;

    font-size: 20px;

    color: #ffff;

  }

  .mobile-nav button.btn.btn-outline-danger.btn-close.float-right {

    color: white;

    border-color: #fff;

  }

  /**Gift css**/

  .giftGrid {

    position: relative;

    margin-bottom: 35px;

    min-height: auto !important;

  }

  .gift_categories {

    padding-right: 35px !important;

    padding-top: 10px !important;

    bottom: 10px !important;

  }

  .gift_categories .giftforher {

    margin-right: -27px !important;

  }

  .gift_categories li {

    margin-top: 2px !important;

    margin-bottom: 10px !important;

  }

  .giftforher h5 {

    font-size: 18px !important;

  }

  .square-image {

    width: 95px;

    height: 95px;

    border-radius: 0px;

    background-size: cover;

    background-position: center center;

    margin: 0 auto;

  }

  .offer-content {

    background-size: cover !important;

    background-position: center center !important;

  }

  .offer-body {

    margin: 0px 0px 50px 0px !important;

    background-color: #ffffffd1;

  }

  .offer-content h4 {

    line-height: 1;

  }



  /**** css for mobile single product page ***/

  .check-availability .form-control {

    max-width: 100%;

  }

  .product-info h3 {

    font-size: 25px;

  }

  .add-to-cart-mobile-btn {

    position: fixed;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 888;

  }

  .add-to-cart-mobile-btn .btn-add-to-cart.btn-lg {

    margin-right: 0px !important;

    width: 100%;

    font-size: 17px;

    background-color: #b42f10;

    /* border-color: #b6b800; */

    /* font-weight: 500; */

    /* padding: 15px 0px; */

  }

  .add-to-cart-mobile-btn .btn.btn-wish-list.btn-lg {

    width: 50%;

    margin-left: -5px;

    font-size: 17px;

  }

  /*** addon css for mobile***/

  .addon-text {

    font-size: 15px !important;

  }

  .addon-close-btn {

    margin-top: -16px !important;

    font-size: 30px !important;

  }

  .add-on-selected {

    font-size: 15px !important;

  }

  .nav.navbar.navbar-addon {

    top: -9px !important;

  }

  .add-on-btn {

    font-size: 15px;

    padding: 2px 5px;

  }

  .nav.navbar.navbar-addon ul li a {

    padding: 3px 5px !important;

    font-size: 15px;

  }

  .item-title {

    font-size: 15px !important;

  }

  .new-price {

    font-size: 15px !important;

  }

  .add-on-items {

    margin-top: -25px !important;

  }

  .mob-trending-colun-gap {

    padding-left: 0px;

    padding-right: 0px;

  }

  .navbar-nav i.fa.fa-angle-down {

    float: right;

  }

  .col-megamenu {

    margin-left: 13px;

  }

  .mobile-nav-links button.navbar-toggler {

    padding: 0px;

  }



  /**Cart css**/

  .my-cart h4 {

    font-size: 25px !important;

  }

  .table-heading {

    font-size: 16px !important;

  }

  .cart-table img {

    max-width: 100px;

  }

  .cart-table td {

    font-size: 16px;

  }

  .coupon-btn {

    font-size: 16px;

  }

  .coupon-box input {

    font-size: 16px;

  }

  .mobile-cart-btns a.btn-lg {

    font-size: 16px;

  }



  /**order history**/

  .order-details h2 {

    font-size: 25px;

  }

  .order-details img {

    max-width: 100px;

  }

  .order-details td {

    font-size: 13px;

  }

  .order-details th {

    font-size: 15px;

  }

  .order-details button.btn {

    font-size: 13px;

  }



  /**order detail**/

  .detail-order h1 {

    font-size: 20px !important;

  }

  .detail-order ul li {

    font-size: 13px;

  }

  .order-head border span {

  }



  span.order-id {

    font-size: 15px;

  }



  span.order-date {

    font-size: 15px;

  }



  span.delivery-date {

    font-size: 15px;

  }



  span.track {

    font-size: 15px;

  }



  span.invoice {

    font-size: 15px;

  }



  /***my profile***/

  .my-profile-info td {

    font-size: 13px;

  }

  .profile-options {

    font-size: 13px;

  }

  .profile-options i {

    font-size: 26px !important;

  }



  /*** product catelog***/

  .close-button {

    padding-right: 80px;

  }

  .close-btn {

    position: absolute;

    z-index: 9999;

  }

  .apply-cancel-btn {

    background: #e7e7e7;

    position: fixed;

    right: 0;

    left: 0;

    padding-top: 5px;

    bottom: 0;

    z-index: 99999;

  }

  .filter-contents {

    margin-top: -1px;

    padding-top: 55px;

  }



  .popup-overlay-filter {

    position: fixed;

    z-index: 999;

    width: 100%;

    bottom: 0;

    max-height: 100%;

    left: 0;

    right: 0;

    overflow: scroll;

    margin: 0;

  }



  .filter-search {

    background: #ffffff;

    width: 100%;

    left: 0;

    z-index: 999999;

    position: sticky;

    padding-top: 10px;

    padding-bottom: 0px;

    right: 0;

    overflow: scroll;

    top: 0;

    bottom: 0;

    margin: -56px 0 0 0;

    overflow-y: auto;

    scroll-behavior: smooth;

  }



  .filter-mob-btn {

    position: fixed;

    bottom: 0;

    width: 100%;

    z-index: 10;

    margin: 0;

    text-align: center;

  }

  .filter-btn {

    background-color: #fffffe !important;

    border-radius: 0px;

    color: black;

    font-weight: 500;

    box-shadow: 0px 0px 5px 2px #ababab;

    border: none;

  }



  .filter-mob-btn button:hover {

    border: 1px solid #666666;

    background: #666666;

    color: #000000;

  }

  .recipient-address-btn {

    padding-top: 10px;

    padding-bottom: 10px;

    font-size: 15px;

  }

  #id_occasion input[type="checkbox"] {

    display: none;

  }



  #id_occasion span {

    padding: 5px 10px 5px 10px !important;

  }

  .checkout-occation {

    display: block !important;

  }



  input.secret-checkbox:checked:before {

    height: 30px !important;

  }

  .other-occasion {

    width: 100% !important;

    height: 30px !important;

    margin-left: 0px !important;

    border: 1px solid #0000002b !important;

    margin-bottom: 10px;

  }

  .dropdown-menu a.dropdown-item:focus {

    background-color: transparent;

    outline: none;

  }



  /*Cart Mobile*/

  .stepper {

    display: flex;

    padding-top: 10px;

  }

  .trash-btn {

    float: right;

  }

  .product-name a {

    text-decoration: none;

    position: relative;

    display: inline-block;

    overflow: hidden;

    max-height: 60px;

    text-overflow: ellipsis;

  }

  .rmv-btn {

    padding-left: 0px;

  }

  .apply-cpn-btn {

    padding: 8px 0 8px 0;

  }

  .total-price {

    padding-top: 8px;

  }

  .cart-table img {

    max-width: 75px;

  }

  .stepper {

    display: flex;

    padding-right: 15px;

  }

  .m-cart-price {

    display: flex;

  }

  .m-cart-price.stepper {

  }

  .m-remove {

    padding-top: 7px;

    margin: auto;

    position: absolute;

    right: 30px;

  }



  .border-line:before {

    display: none;

  }



  /*donaton by check*/

  .check-donation {

    display: none;

  }



  /*pagintion style*/

  .news-event-body {

    margin: 70px 20px 47px 20px;

  }

}



@media screen and (min-width: 768px) {

  .playbtn {

    background: url(../image/video_section_imgs/play-btn.png) no-repeat;

    width: 50px;

    height: 51px;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

  }



  .virtual-tour {

    width: 500px;

  }



  .vlogo {

    background: url(../image/video_section_imgs/v_logo.png) no-repeat;

    position: absolute;

    width: 32px;

    height: 32px;

    top: 0;

    left: 0;

    margin: 5px;

  }



  .vduration {

    position: absolute;

    bottom: 0;

    left: 0;

    color: white;

    margin: 5px;

    background: black;

    padding: 2px;

  }



  .navbar-dark .navbar-nav .show > .nav-link,

  .navbar-dark .navbar-nav .active > .nav-link,

  .navbar-dark .navbar-nav .nav-link.show,

  .navbar-dark .navbar-nav .nav-link.active {

    color: #000;

  }

}



@media (max-width: 767px) {

  .shop-section .owl-carousel .owl-dots.disabled,

  .owl-carousel .owl-nav.disabled {

    display: none !important;

  }



  #virtualtourframe {

    height: 50vh;

  }



  .page-sub-links ul {

    white-space: nowrap;

    overflow-x: auto;

  }



  .cart-img {

    background: transparent;

  }



  .qty-select {

    display: flex;

    flex-direction: column-reverse;

    justify-content: space-between;

    align-items: center;

    background: white;

  }



  .mob-mycart {

    background: #efefef;

  }



  .page-sub-links ul li {

    float: none !important;

    border-right: 1px dotted #fff;

    display: inline-block;

  }



  .slider-tab-head {

    background: white;

  }



  .gallery-items {

    flex-direction: column;

  }



  .selectors {

    margin: 10px 0px;

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

  }



  .selectors .mz-thumb img {

    max-width: 50px;

    border: 1px solid #bf311a;

  }



  .donation-information {

    padding: 10px 0px 30px 0px;

  }



  .slider-tab {

    background: #b42f10;

    margin: 0px 45px;

  }

  .input.form-control.text-search {

    width: 390px;

  }

  .donation-by-check-section-heading-para {

    line-height: 22px;

  }

  .donate-now-link {

    border-radius: 20px;

    color: white;

    padding: 4px 22px;

    /* background:#b42f10; */

    font-size: 12px;

    font-weight: bold;

    border: 1px solid #fff;

  }

  .menu-category-list h3 {

    color: #000;

    font-weight: 500;

    font-size: 14px;

    margin-top: 6px;

    text-align: center;

    margin-bottom: 0px;

  }

  div#deliveryMethods label,

  #PaymentAndNotes label span strong {

    font-size: 13px;

  }

  .categories h2 {

    position: relative;

    opacity: 1;

    margin-bottom: 0px;

    font-size: 19px !important;

    max-width: 152px;

    text-align: left;

    padding-left: 13px;

    font-weight: 700;

  }

  .menu-category-list img {

    width: 70px;

    height: 70px;

    margin: 0 auto;

    display: block;

  }

  .productGrid .product-img {

    min-height: 150px !important;

  }

  .productGrid h3 {

    font-size: 15px;

    margin-bottom: 5px;

  }

  .price h5 {

    margin-bottom: 0px;

    font-size: 15px;

    font-weight: 500;

  }

  .product-content {

    padding: 5px 2px !important;

  }

  .hero-inner {

    margin-left: 25px !important;

    top: 21% !important;

  }

  .hero-inner h2 {

    font-size: 20px;

    max-width: 140px;

  }

  .hero-inner input.btn-submit {

    font-size: 10px;

    background-color: #a79c95;

    color: #fff;

    border-radius: 0px;

    padding: 6px 20px;

  }

  .hero-inner a.btn-submit {

    background-color: #a79c95;

    color: #fff;

    border-radius: 0px;

    padding: 6px 20px;

    font-size: 10px;

  }

  .masonry figure:nth-child(1) {

    width: auto;

    float: left;

    margin-right: 0px;

  }

  .masonry figure:nth-child(2) {

    float: left;

    width: 49%;

    margin-right: 0px;

  }



  .masonry figure:nth-child(3) {

    width: 49%;

    float: left;

    margin-left: 6px;

  }

  .mosonary-last-img img {

    width: 100%;

  }

  .add-on-footer {

    padding: 10px 15px 10px 15px !important;

  }

  .checkout-button {

    padding-right: 20px !important;

    padding-left: 20px !important;

    font-size: 15px;

  }

  .checkout-btn {

    font-size: 15px;

  }

  .checkout input {

    font-size: 15px;

  }

  .checkout select {

    font-size: 15px;

  }

  .checkout textarea {

    font-size: 15px;

  }

  .checkout label {

    font-size: 15px;

  }

  .delivery-address-date-rate {

    display: block !important;

  }

  p.orderhistory-deliver-date {

    padding: 6px 0px !important;

  }

  .checkout span {

    font-size: 15px;

  }

  .checkout .date-inner p {

    font-size: 33px !important;

    font-weight: 600;

  }

  .checkout .date-inner {

    width: 55px !important;

    height: 65px !important;

  }

  .checkout .date-li {

    padding-right: 0px;

    padding-left: 0px;

    font-size: 15px;

  }

  div#OccasionForm .btn-lg {

    font-size: 15px;

  }

  .steps .number {

    width: 30px;

    height: 30px;

    line-height: 30px;

  }

  .track-table {

    width: 100% !important;

  }

  .track-table .user-detail {

    font-size: 14px;

    line-height: 20px;

  }

  .td-w30 {

    width: 30%;

    font-weight: 500;

    line-height: 18px;

    font-size: 14px;

  }

  .order-label {

    font-size: 11px;

    line-height: 15px;

    text-align: center;

  }

  .single-price h5 {

    font-size: 25px;

  }

  /*top nav bar mobile responsive */

  span.count {

    top: -4px;

    right: 1px;

    width: 17px;

    height: 17px;

  }

  /*mobile logo*/

  .mobile-logo {

    width: 120px;

  }

  /*owl carousel dots*/

  .owl-theme .owl-dots .owl-dot span {

    width: 7px;

    height: 7px;

    margin: 3px 2px;

  }

  .vsectiob-desc {

    /* font-weight: bold; */

    line-height: 1.8rem;

    padding: 0;

  }

  .video-thumbnail {

    /*box-shadow: 2px 1px 10px 2px #111111;*/

    margin-top: 15px;

  }

  .playbtn {

    background: url(../image/video_section_imgs/mobplaybtn.png) no-repeat;

    width: 25px;

    height: 25px;

    position: absolute;

    bottom: 0;

    left: 0;

    margin: 5px;

    margin-left: 10px;

  }

  .vlogo {

    background: url(../image/video_section_imgs/v_logo@2x.png) no-repeat;

    position: absolute;

    width: 32px;

    height: 32px;

    top: 0;

    left: 0;

    margin: 5px;

  }

  .vduration {

    position: absolute;

    bottom: 0;

    right: 0;

    color: white;

    margin: 5px;

    background: black;

    padding: 2px;

  }

  .vduration > i {

    display: none;

  }

  .slider-tab {

    padding: 16px 16px !important;

  }

  .slider-tab .tab > li {

    margin-right: 0;

  }

  /*news section mobile styles*/

  .news-heading-mobile {

    text-align: center;

  }

  .news-section-heading:before {

    left: 12px;

    height: 2px;

    width: 73%;

  }

  .news-section-heading:after {

    left: 21px;

    height: 2px;

    width: 50%;

  }

  .shop-box .shop-item {

    font-size: 16px;

  }

  .shop-box .shop-category {

    font-size: 10px;

  }

  .shop-box .shop-price,

  .shop-box del {

    font-size: 20px;

  }

  /*home slider owl carousel dots*/

  .owl-theme .owl-nav.disabled + .owl-dots {

    margin: auto;

  }

  .homeslider .owl-dots {

    width: 25px;

    display: flex;

  }

  .owl-theme .owl-nav.disabled + .owl-dots {

    padding: 10px 0px;

  }

  .owl-theme .owl-nav.disabled + .owl-dots {

    position: static;

  }

  .homeslider .owl-dots {

    position: static;

  }

  .event-section-head {

    padding-bottom: 2rem;

  }

  /*footer*/

  .footer-machester-logo {

    align-items: start !important;

  }

  .mob-border-bottom {

    padding: 0px;

    margin: 0px 15px;

    border-bottom: 1px solid red;

  }

  .copy-right {

    border: none;

  }

  .copywritetext {

    font-size: 10px;

    font-family: "Effra" !important;

    font-size: 14px;

  }

  .policy {

    font-family: "Effra" !important;

    font-size: 14px;

  }

  .news-event-bg .news-event-caption {

    min-height: 122px;

  }

  .news-event-title-overflow {

    -webkit-line-clamp: 1;

  }

  .news-event-caption p,

  .news-event-caption a {

    margin: 0 !important;

  }

  /*pagination styles*/

  .news-pag-body {

    margin: 0px 2px;

  }

  .prev-btn .news-pag-item {

    width: 80px;

    height: 40px;

    margin-right: 5px;

  }

  .next-btn .news-pag-item {

    width: 80px;

    height: 40px;

    margin-left: 5px;

  }

  .news-pag-item {

    border-radius: 33px !important;

    height: 40px;

    width: 40px;

    line-height: 20px;

  }



  .nav-tabs-donation li {

    width: 100%;

  }



  .nav-tabs-donation li.active a {

    border-radius: 5px 5px 5px 5px !important;

  }



  .sub-search-form {

    width: 96.5% !important;

  }



  .footer-links {

    font-size: 12px;

    color: #9c9c9c;

  }



  div#paypal-buttons-container {

    width: 100%;

  }

}

.nav-tabs {

  border-bottom: 0px solid #dee2e6 !important;

  width: 100%;

}


@media (max-width: 500px) {

  .coupon-btn {

    font-size: 10px;

    padding: 9px 5px;

    margin: 0px 7px;

  }



  /*search form */

  input.form-control.text-search {

    width: 337px;

  }



  .slider-tab {

    margin: 0px 0px;

  }

  .nav-tabs .nav-link {

    font-size: 14px !important;

  }



  .nav-link {

    padding: 0.5rem 16px !important;

  }



  .giftfinder-display {

    display: inline;

  }

  .gift-finder-btn {

    text-align: center;

    margin-top: 15px;

  }

  .giftfindbox h2 {

    text-align: center !important;

  }

  .gift-finder {

    padding-bottom: 0px !important;

    padding-top: 0px !important;

  }

  .footer-services .right-border {

    border-right: 0px solid white;

  }

  .footer-services {

    margin-top: 18px;

  }

  .footer-section-top {

    background-color: #5b5b5d;

    padding-top: 10px !important;

  }



  /*donation banner mobile styles*/



  .donation-section-body-mobile {

    margin-bottom: 100px;

  }



  .check-donation-mobile {

    margin: 0px 1rem -80px 1rem !important;

  }



  .donation-information > p {

    color: #ffffff;

    font-size: 16px;

  }



  .donation-section-heading,

  .donation-by-check-section-heading {

    font-size: 30px;

  }



  .check-donation-name {

    font-size: 14px;

  }

}



/* @media(max-width: 1440px) and (min-width: 1440px) {

    .child2 {

        top: 77% !important;

    }

}

@media (max-width: 1920px) and (min-width: 1900px){

    .child2 {

        top: 87% !important;

    }

}

@media (max-width: 2560px) and (min-width: 2560px) {

    .child2 {

        top: 86% !important;

    }

} */

@media (max-width: 768px) and (min-width: 768px) {

  .today-subtitle {

    top: 26px !important;

    right: 72% !important;

    padding-top: 7px !important ;

  }

}

@media all and (min-width: 992px) {

  /*slider section scrool effect*/



  .slider-tab-section {

    height: 700px;

    overflow: hidden;

  }



  .slider-tab-sections {

    /* height: 79vh;

    min-height: 600px */

    height: 74vh;

    min-height: 430px;

  }

  .slider-section {

    height: 100vh;

  }

  .homeslider1 {

    height: 100%;

  }



  .homeslider1 .item {

    height: 100%;

  }



  .carousel-caption {

    text-align: left;

    left: 18%;

  }

  .nav-item-display ul .dotted-border:hover::after {

    content: "";

    position: absolute;

    width: 20px;

    border-bottom: 4px dotted #b42f10;

    bottom: 5px;

    margin-left: -9px;

  }



  .navbar {

    padding-top: 0;

    padding-bottom: 0;

  }

  .navbar .has-megamenu {

    position: inherit !important;

  }

  .navbar .megamenu {

    left: 0;

    right: 0;

    width: 100%;

    padding: 20px;

  }

  .navbar .nav-link {

    padding-top: 1rem;

    padding-bottom: 1rem;

  }

  /*.nav-item-display ul li:hover:after {

     content: "";

    position: absolute;

    width: 20px;

    border-bottom: 4px dotted #b42f10;

    bottom: 5px;

    margin-left: -9px;

}*/

}

@media (min-width: 1601px) {

  .container {

    max-width: 1600px;

  }

}

@media screen and (max-width: 450px) {

  input.form-control.text-search {

    width: 210px;

  }



  .img-icon {

    width: 15px !important;

    height: 9px !important;

  }

  .prev,

  .next {

    font-size: 12px !important;

  }

  .pagination-link {

    padding: 33px 0 70px 2px !important;

  }

}



@media screen and (max-width: 374px) and (min-width: 320px) {

  .masonry figure:nth-child(2) {

    float: left;

    width: 48%;

  }

  .hero-inner h2 {

    max-width: initial;

    margin-top: 8px;

  }

}



@media screen and (max-width: 965px) and (min-width: 200px) {

  .footer-logo {

    text-align: center;

  }

  .donte-btn {

    padding-top: 10px;

  }

}

@media screen and (max-width: 1295px) and (min-width: 767px) {

  .masonry figure:nth-child(1) {

    width: 49%;

    float: left;

    margin-right: 7px;

  }

  .masonry figure:nth-child(2) {

    float: left;

    width: 24%;

    margin-right: 9px;

  }

}

@media screen and (max-width: 767px) {

  .cel-content {

    left: 0% !important;

    padding-right: 0% !important;

  }

  .celebrate-section {

    left: 0% !important;

  }

  .c-image {

    height: 100% !important;

  }

}



@media (max-width: 575px) {

  .mobile-giftbox-padding:first-child {

    margin-top: 0px;

  }

  .mobile-giftbox-padding {

    margin-top: 10px;

  }

  .customized-categories {

    background-color: #152545e3;

    padding: 10px;

    min-height: 64px !important;

    border-bottom-right-radius: 10px;

    border-bottom-left-radius: 10px;

  }



  .vsection-body .owl-nav {

    display: none;

  }



  /* .video-thumbnail img {

height: 125px;

} */



  .searchBox .form-control {

    min-width: 180px;

  }



  .footer-machester-logo {

    flex-direction: column;

    margin-bottom: 30px;

  }

}



@media (min-width: 1024px) {

  .btn-add-to-cart {

    border-radius: 5px;

  }



  .donation-plan {

    display: flex;

  }

}



@media (max-width: 575px) {

  .box-section {

    width: 100%;

  }

}



@media screen and (max-width: 320px) {

  input.form-control.text-search {

    width: 190px;

  }

}



.bg-transparent {

  height: 0px !important;

  background-color: white !important;

  transition: all 0.5s ease-in-out;

}



.white {

  background-color: #fff !important;

  transition: all 0.5s ease-in-out;

}



.fixed-top {

  height: 80px;

}



/* .footer-link.active {



} */



.links {

  color: #fff;

  text-decoration: none;

  font-family: "Effra";

  font-size: 22px;

}

.links:hover {

  color: #fff;

  text-decoration: solid;

}



.active-item {

  border-bottom-color: #fff;

  border-bottom-style: solid;

  border-bottom-width: 2px;

}



.white .active-item {

  border-bottom-style: solid;

  border-bottom-width: 2px;

  border-bottom-color: #a8946b;

}

/* .menu-link:hover {

  border-bottom-style: solid;

  border-bottom-width: 2px;

} */



.white .links {

  color: #000;

}



.white .links:hover {

  color: #a8946b;

}

.dark {

  color: #000;

  text-decoration: none;

}



.slider-bar {

  border-bottom: 5px solid #bf2e1b;

}

.padding {

  padding: 0 5%;

}



/*Card Section */

.card-section-heading,

.card-by-check-section-heading {

  font-size: 30px;

  font-weight: 400;

}



/*main card heading*/



.card-section-heading:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  height: 2px;

  width: 50%;

  border-bottom: 2px solid #f44336;

}



.card-section-heading:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -13px;

  height: 2px;

  width: 25%;

  border-bottom: 2px solid #f44336;

}



.card-by-check-section-heading:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  height: 2px;

  width: 50%;

  border-bottom: 2px solid #f44336;

}



.card-by-check-section-heading:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -13px;

  height: 2px;

  width: 30%;

  border-bottom: 2px solid #f44336;

}



.card-img {

  position: relative;

  margin-bottom: 25px;

}



.card-img-caption {

  position: absolute;

  bottom: 0;

  width: 100%;

  padding: 1rem 10px;

  padding-top: 3rem;

  background: linear-gradient(0deg, #000000, transparent);

  /* background:  linear-gradient(

        0deg

        , #383838, transparent); */



  /* background: transparent !important; */

  color: white;

}

.card-img-caption1 {

  position: absolute;

  bottom: 0;

  width: 100%;

  padding: 1rem 4rem;

  /* background:  -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(68 68 68 / 89%) 100%); */



  background: transparent !important;

  color: white;

}

.card-img a {

  color: inherit;

}



.card-img .card-title {

  font-family: "FreightBigProBold";

  font-size: 30px;

  font-weight: 600;

  line-height: 35px;

}



.card-title-overflow {

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



.card-img .card-date {

  font-style: italic;

  font-size: 14px;

}



.card-img .card-desc {

  font-size: 15px;

  font-weight: 300;

  line-height: 18pt;

}

.card-desc p a {
  color: #a8946b;
}

p a {
  color: #a8946b;
}

#card-read-more a {

  color: #bf2e1b;

}



.card-title-padding {

  padding: 20px;

}



.image {

  display: block;

  width: 100%;

  height: auto;

}



.overlay {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  /* / opacity: 0; / remove */

  transition: 0.5s ease;

  background-color: #c92216a8;

  background-color: rgb(189, 23, 23, 0);

  cursor: pointer;

}



.c1:hover .card-imgs {

  filter: grayscale(100%) !important;

  -webkit-filter: grayscale(100%);

}

.c1:hover .card-img-caption {

  background: transparent !important;

}

.c2:hover .card-imgs {

  filter: grayscale(100%) !important;

  -webkit-filter: grayscale(100%);

}



.c3:hover .card-imgs {

  filter: grayscale(100%) !important;

  -webkit-filter: grayscale(100%);

}



.c4:hover .card-imgs {

  filter: grayscale(100%) !important;

  -webkit-filter: grayscale(100%);

}

.c5:hover .card-imgs {

  filter: grayscale(100%) !important;

  -webkit-filter: grayscale(100%);

}

.c6:hover .card-imgs {

  filter: grayscale(100%) !important;

  -webkit-filter: grayscale(100%);

}

.overlay span {

  display: inline;

  /* top: 135% !important; */

  z-index: -1;

}



.overlay:hover span {

  display: inline;

  top: 90% !important;

  transition: all 0.5s ease-in-out;

  z-index: 0;

}

.overlay:hover .sub-txt {

  display: inline;

}



.overlay:hover {

  background-color: rgb(189, 23, 23, 0.7);

}



.overlay:hover .text {

  bottom: 33px !important;

  transition: all 0.5s ease-in-out;

}

.overlay:hover .text-1 {

  bottom: 22% !important;

  transition: all 0.5s ease-in-out;

}



/* .card-imgs {

    background-image: linear-gradient(to left top, blue, red);

} */



.card-img .card-title {

  display: none;

}



.c1:hover .overlay,

.c2:hover .overlay,

.c3:hover .overlay,

.c4:hover .overlay,

.c5:hover .overlay,

.c6:hover .overlay {

  opacity: 1;

}



.c1:hover .card-title,

.c2:hover .card-title,

.c3:hover .card-title,

.c4:hover .card-title,

.c5:hover .card-title,

.c6:hover .card-title {

  opacity: 0;

}



.text-1,

.text {

  color: white;

  font-family: "FreightBigProBold";

  font-size: 39px;

  font-weight: 600;

  position: absolute;

  bottom: -31px;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;

  transition: all 0.5s ease-in-out;

  line-height: 40px;

}



.sub-txt {

  color: white;

  font-family: "Effra";

  font-size: 17px;

  /* font-weight: 600; */

  position: absolute;

  top: 75%;

  left: 50%;

  width: 56%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;

}



.sub-txt {

  display: none;

}



.sub-title {

  color: white;

  font-family: "Effra";

  font-size: 22px;

  font-weight: 400;

  position: absolute;

  top: 110%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;

  transition: all 0.5s ease-in-out;

}

/* Card Section ends */



.content {

  max-width: 72%;

  margin: auto;

  /* padding: 25px 0; */

}



.nav-tabs .nav-link {

  font-family: "Effra Medium";

  color: #343a40;

  font-weight: 500;

  font-size: 22px;

  /* font-size: 18px; */

  border: 0;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  background: #fff;

  margin: auto;

}

.nav-tabs .nav-link-heading {

  font-family: "Effra Medium";

  color: #343a40;

  font-weight: 500;

  font-size: 18px;

  border: 0;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  background: #fff;

  position: relative;

  left: 24px;

}

.nav-tabs .nav-link.active {

  color: #c92216;

  background-color: #fff;

  /* border-color: #dee2e6 #dee2e6 #fff; */

  border-bottom: 2px solid #c92216;

}

.nav-new-tabs {
  border-bottom: 1px solid #dee2e6 !important;
    width: 100%;
}


div#nav-tab-1 button{
  width:33.3%;
}


.cnt {

  padding: 5% 0%;

}



/* .how-img 

{

    text-align: center;

} */

.title {

  color: #bb1717;

  font-weight: bold;

  font-family: "FreightBigProBold";

  font-size: 39px;

}

.about-content {

  font-family: "Effra";

  color: #3c3c3c;

  font-size: 20px;

}



.img-space {

  padding-top: 10px;

  text-align: center;

}

.full-name {

  font-family: "Effra Medium";

  font-size: 22px;

  /* font-weight: 700; */

  color: #3c3c3c;

}

.sub-name {

  font-size: 16px;

  font-family: "Effra";

  color: #3c3c3c;

  line-height: 1;

}



/* .corporate-section {

    background: #e9ecef;

    color: #000;

    padding: 60px 0;

    text-align: center;

} */



.image-hidden {

  opacity: 0;

}

.corp-img {

  width: 100%;

  float: left;

}



.align-item-center {

  align-items: center;

  padding-right: 4%;

}

.corporate-align {

  position: relative;

  /* left: 1%; */

  align-items: center;

  /* padding-right: 6%; */

}

.corporate-title {

  font-family: "FreightBigProBold";

  font-size: 25px;

  line-height: 2.5;

  display: inline-block;

}



.card-text {

  font-family: "FreightBigProBold" !important;

}



.card-text .icon {

  line-height: 50px;

}

.icon {

  vertical-align: middle;

}



.banner {

  width: 100%;

  padding: 60px 0;

  text-align: center;

  background: #e9ecef;

  color: #000;

}



.quote-banner {

  width: 100%;

  padding: 10%;

  text-align: center;

  color: #000;

}

.quote-heading h1 {

  color: #fff;

  font-family: "FreightBigProBold" !important;

  font-size: 60px;

}



.quote-banner p {

  color: #fff;

  font-family: "FreightBigProBold" !important;

  font-size: 35px;

}



.btn-bgstroke {

  font-size: 20px;

  display: inline-block;

  border: 1px solid white;

  padding: 10px 20px;

  border-radius: 10px;

  cursor: pointer;

  font-weight: 300;

  margin-top: 30px;

}



.btn-bgstroke:hover {

  background-color: white;

  color: #33cccc;

}



/* .banner-section {

    max-width: 77%;

    margin: auto;

} */

.banner-img {

  max-width: 100%;

  height: 100%;

  object-fit: cover;

  /* height: auto !important */

}



.arrow-icon {

  width: 45px !important;

  height: 18px !important;

}



.img-icon {

  width: 30px !important;

  height: 12px !important;

  vertical-align: middle;

}



.arrow-hidden {

  display: none;

}



.list-group-item {

  background-color: transparent !important;

  color: #5b5b5b;

  font-weight: 600;

  font-size: 20px;

}

.list-group {

  text-align: left;

}



/* .list-group-item-action:hover {

    color: #bd1717;

} */

.text-test {

  display: none;

}



.text-container .list-group-item-action:hover {

  color: #bd1717;

}

.text-container .list-group-item-action:hover .arrow-default {

  display: none;

}

.text-container .list-group-item-action:hover .arrow-hidden {

  display: inline;

}



.text-container .list-group-item-action:hover ~ .image-container .text-test {

  display: block;

}



/* .text-container:hover ~ .image-container .image-hover {

    opacity: 1;

} */



/* Celebrate section */

.celebrating-banner {

  width: 100%;

  padding: 40px 0;

  text-align: center;

  /* background: url(../image/banner/bg.jpg) no-repeat; */

  background-size: cover;

}

.c-image {

  height: 100%;

}

.cel-content {

  position: relative;

  /* left: 12%; */

  padding-top: 4%;

  padding-right: 17%;

}



.title-clebrate {

  text-align: left;

  font-weight: 700;

  font-family: "FreightBigProBold" !important;

  color: #3c3c3c;

}

.celebrate-desc {

  font-family: "Effra";

  color: #3c3c3c;

}



.more {

  float: left;

  font-family: "Effra";

  color: #3c3c3c;

  cursor: pointer;

}



.celebrate-section {

  position: relative;

  /* left: 14%; */

}



.celb-img {

  margin: auto;

}



.parent {

  position: relative;

  /* background-image: linear-gradient(to bottom, #000000d9, #000000 , #00000036, transparent); */

  background-image: linear-gradient(to top, rgb(0 0 0 / 76%), rgb(0 0 0));

}

/* .parent .homeslider::after {

    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.8));

} */

.slider-bar {

  z-index: 1;

  opacity: 0.9;

}

.child2 {

  position: absolute;

  /* top: 75%; */

  bottom: -150px;

  left: 57%;

  width: 43%;

  /* height: 279px; */

  height: auto;

  z-index: 2;

  background: #f7f7f7;

  /* opacity: 0.9; */

  border-top-left-radius: 25px;

}

.todayservice-title {

  width: 100%;

  padding: 0px;

  position: relative;

}

.today-slider {

  padding: 0px 0 0 20px;

}

.todayservice-subtitle {

  padding: 2% 4% 1% 6%;

}



.todayservice-subtitle .row {

  margin-right: 0;

  margin-left: 0;

}



.todayservice-subtitle a {

  color: #3c3c3c;

  font-family: "Effra Medium";

  font-size: 16px;

}



.serv-title {

  padding: 22px 68px 17px 32px;

  color: #c92216;

  font-weight: 600;

  font-size: 30px;

  display: flex;

  justify-content: space-between;

  align-items: center;  

}



.owl-demo .item {

  background: #fff;

  padding: 7px 20px;

  margin: 0px 0px 0 16px;

  color: #000;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  text-align: left;

  height: 96px;

  border: 2px solid #cbc1c1bd;

}

.item-title {

  font-size: 12px;

  font-weight: 600;

  color: #c92216;

  font-family: "Effra";

  line-height: 2.2;

}

.item-desc {

  font-size: 12px;

  font-weight: 600;

  font-family: "Effra";

  line-height: 1.2;

  /* line-break: anywhere !important; */

  display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;



}



.heading-section {

  width: 60%;

  padding-top: 32px;

  padding-bottom: 32px;

}



.heading-title::before {

  float: right;

  width: calc(100% - 7.6em);

  height: 1em;

  content: "";

}

.heading-title {

  font-family: "FreightBigProBold";

  color: #3c3c3c;

  font-size: 55px;

  font-weight: 400 !important;

  line-height: 1;

}



.heading-title span {

  font-family: "FreightBigProBold";

  font-weight: 600;

  font-size: 70px;

}



.top-part {

  padding: 10px;

  /* background-image: linear-gradient(to bottom, #000000d9, #00000094 , #00000036, transparent); */

}



@media (max-width: 465px) and (min-width: 200px) {

  .top-part {

    /* padding-left: 15px; */

    padding: 15px 35px 15px 15px !important;

  }

}

.top-white-part {

  padding: 10px;

  background: #fff;

}



@media only screen and (max-width: 1366px) {

  .todayservice-subtitle a {

    font-size: 13px !important;

  }

}

@media only screen and (max-width: 1675px) and (min-width: 1020px) {

  .today-subtitle {

    font-size: 14px !important;

    /* right: 19% !important; */

    left: 20% !important;

    vertical-align: middle;

  }



  .serv-title {

    padding: 30px 68px 17px 30px;

    color: #c92216;

    font-weight: 600;

    /* width: 78%; */

  }

}

@media only screen and (max-width: 1024px) and (min-width: 765px) {

  .corporate-title {

    font-size: 18px;

    line-height: 2.5;

  }

  /* .banner-section {

        margin: 0 !important;

    } */

  .child2 {

    position: unset !important;

    margin: 5% auto;

    width: 70%;

    border-top-left-radius: 0;

  }

}

@media only screen and (max-width: 555px) and (min-width: 200px) {

  /* .menu-list {

        display: none;

    }

    .menu-list-mb {

        display: inline !important;

    } */



  .wrapper {

    width: 100% !important;

  }



  .today-slider {

    padding: unset !important;

  }

  .row-mb {

    margin-left: 0px !important;

    margin-right: 0px !important;

  }

  .img-fluid1 {

    width: 9rem !important;

  }



  .top-icon-logo {

    right: 50px !important;

  }



  .menu-btn {

    top: 4px !important;

  }



  .todayservice-subtitle {

    padding: 2% 4% 6% 0% !important;

  }

  .menu-socl {

    position: relative;

    top: 12px;

    left: 8px;

  }

}

@media only screen and (max-width: 1240px) and (min-width: 556px) {

  .row-mb {

    margin-left: 0px !important;

    margin-right: 0px !important;

  }

  .todayservice-subtitle {

    padding: 2% 4% 6% 0% !important;

  }

}



@media only screen and (max-width: 572px) and (min-width: 444px) {

  .menu-btn {

    bottom: 15% !important;

    top: unset !important;

    left: unset !important;

  }

}



@media only screen and (max-width: 440px) and (min-width: 200px) {

  .corporate-title {

    font-size: 25px;

    line-height: 2.5;

  }



  /* .banner-section {

        margin: unset !important;

    } */

  .menu-list {

    position: relative;

    left: 24px;

    top: 10px;

  }

  .list-group {

    text-align: left !important;

  }

  .corporate {

    position: relative;

    left: 13%;

  }



  .owl-carousel .nav-btn.prev-slide {

    right: 60px !important;

  }

}



@media only screen and (max-width: 810px) and (min-width: 750px) {

  .c-image {

    height: 50%;

  }

}

@media only screen and (max-width: 430px) and (min-width: 200px) {

  .top-part {

    padding-left: 15px;

  }

  .menu-btn {

    right: 3% !important;

    left: 2% !important;

  }



  nav ul li a span {

    left: 122% !important;

  }

}

.menu-item-mb {

  display: inline;

}

@media only screen and (max-width: 766px) and (min-width: 598px) {

  .menu-btn {

    left: 169% !important;

  }

}

@media (max-width: 425px) {

  .title-clebrate {

    text-align: center;

    font-size: 16px;

  }

}

@media only screen and (max-width: 1166px) and (min-width: 200px) {

  /* .padding {

        padding: 10px !important;

    } */

  .menu-item-mb {

    display: none;

  }

  .title {

    text-align: center !important;

    font-size: 25px !important;

  }



  .about-top {

    padding-top: 15px;

  }

  .heading-section {

    margin: auto;

  }

  .heading-title {

    font-size: 30px;

  }

  .heading-section {

    width: 100%;

  }

  .title-clebrate {

    /* text-align: center; */

    font-size: 16px;

  }



  .child2 {

    position: unset !important;

    border-top-left-radius: 0;



    margin: 5% auto;

    width: 78%;

  }



  .head-section {

    padding: 35px 0 !important;

    max-width: 100% !important;

  }



  /* .banner-section {

        margin: unset !important;

    } */

  .menu-list {

    left: unset !important;

    bottom: 25px !important;

    top: unset !important;

  }

  .list-group {

    text-align: left !important;

  }

  .corporate {

    position: relative;

    left: 13%;

  }

}



.subnav .subnavbtn {

  font-size: 16px;

  border: none;

  outline: none;

  color: white;

  padding: 14px 16px;

  background-color: inherit;

  font-family: inherit;

  margin: 0;

}



.subnav-content {

  display: none;

  position: absolute;

  left: 0;

  background-color: red;

  width: 100%;

  z-index: 1;

}



#menu {

  display: none;

}

.show {

  display: block;

}

.menu {

  display: none;

}



.menu-btn {

  position: absolute;

  z-index: 2;

  /* right: 11%; */

  /*left: 20px; */

  /* top: 8px; */

  /* height: 50px; */

  left: 108%;

  top: 18px;

  height: 21px;

  width: 50px;

  text-align: center;

  line-height: 50px;

  border-radius: 50%;

  font-size: 20px;

  cursor: pointer;

  /*color: #fff;*/

  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/

  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */

  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */

  transition: all 0.3s ease-in-out;

}

.menu-btn span,

.menu-btn:before,

.menu-btn:after {

  content: "";

  position: absolute;

  top: calc(50% - 1px);

  left: 30%;

  width: 40%;

  border-bottom: 2px solid #fff;

  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

}



.white .menu-btn span,

.white .menu-btn:before,

.white .menu-btn:after {

  content: "";

  position: absolute;

  top: calc(50% - 1px);

  left: 30%;

  width: 40%;

  border-bottom: 2px solid #000;

  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

}



.menu-btn:before {

  transform: translateY(-8px);

}

.menu-btn:after {

  transform: translateY(8px);

}



.menu-list {

  padding-right: 90px;

}



.close {

  z-index: 1;

  width: 100%;

  height: 100%;

  pointer-events: none;

  transition: background 0.6s;

}



/* #active:checked + body {

  overflow: hidden;

} */

/* closing animation */

#active:checked + .menu-btn span {

  transform: scaleX(0);

}

#active:checked + .menu-btn:before {

  transform: rotate(45deg);

  border-color: #000;

}

#active:checked + .menu-btn:after {

  transform: rotate(-45deg);

  border-color: #000;

}



.white #active:checked + .menu-btn:before {

  transform: rotate(45deg);

  border-color: #000;

}

.white #active:checked + .menu-btn:after {

  transform: rotate(-45deg);

  border-color: #000;

}

input[type="checkbox"] {

  display: none;

}

.menu-img {

  background: #e7e5e5;

  /* object-fit: cover;

        width: 50%; */

  height: auto;

}

.sub-wrapper {

  position: fixed;

  top: 0;

  /*left: -100%;*/

  right: -100%;

  height: 100%;

  width: 45%;

}

.sidebar-menu-bg {

  background: #e7e5e5;

  padding-bottom: 63px;

}



/* Menu Section */



.grid-container {

  display: grid;

  grid-template-columns: 1fr;

  grid-template-rows: 1fr;

  /* grid-gap: 15px 0; */

  height: 100vh;

  overflow: hidden;

}



.menu-left-img {

    background-image: url("https://staging.manchestercathedral.org/image/menu/Menu-Image.jpg");

    background-size: cover;

    background-position: center center;

    grid-column: 1;

    grid-row: 2;

    height: 100vh;

    display: block;

}



.menu-right-side {

  grid-column: 1;

  grid-row: 3;

  overflow-x: hidden;

}

@media only screen and (orientation: landscape) {

  .grid-container {

    grid-template-columns: 5fr 4fr;

    grid-template-rows: 1fr 1fr 1fr;

  }

  .menu-right-side {

    grid-column: 2;

    grid-row: 1 / span 3;

  }

}

@media only screen and (max-width: 768px) and (orientation: landscape) {

  .grid-container {

    grid-template-columns: 0fr 4fr;

    grid-template-rows: 1fr 1fr 1fr;

  }

}

@media (max-width: 768px) {

  .menu-left-img {

    display: none;

  }

}



.wrapper {

  position: fixed;

  top: 0;

  /*left: -100%;*/

  right: -100%;

  height: 100%;

  width: 100%;



  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/

  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */

  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/

  transition: all 0.6s ease-in-out;

  overflow: auto;

}

#active:checked ~ .wrapper {

  /*left: 0;*/

  right: 0;

  width: 100%;

  overflow-x: hidden;

}

.sidebar {

  padding-top: 20%;

}



nav ul {

  background: #e7e5e5;

  height: 100%;

  width: 100%;

  list-style: none;

}

nav ul li {

  line-height: 60px;

  /* border-top: 1px solid rgba(255,255,255,0.1); */

  border-top: none;

}

nav ul li:last-child {

  border-bottom: 1px solid rgba(255, 255, 255, 0.05);

}

nav ul li a {

  /* position: relative; */

  color: black;

  text-decoration: none;

  font-size: 26px;

  font-family: "Effra";

  padding-left: 15px;

  font-weight: 500;

  /* display: block; */

  /* width: 100%; */

  border-left: 3px solid transparent;

}

nav ul li.active a {

  color: #a8946b;

  /* background: #1e1e1e; */

  /* border-left-color: #a8946b; */

}

nav ul li a:hover {

  color: #a8946b;

}

nav ul ul {

  position: static;

  display: none;

  border-left: 1px solid #a8946b !important;

}

nav ul .feat-show.show {

  display: block;

}

nav ul .serv-show.show1 {

  display: block;

}

nav ul ul li {

  line-height: 42px;

  border-top: none;

}

nav ul ul li a {

  font-family: "Effra";

  font-size: 23px;

  color: #1e1e1e;

  width: 100%;

  display: contents;



  /* padding-left: 80px; */

}

.menu-icon-fa {

  font-size: 26px;

  cursor: pointer;

  vertical-align: middle;

  justify-content: space-between;

  float: right;

  position: relative;

  left: 7%;

}

nav ul li.active ul li a {

  color: #1e1e1e;

  /* background: #1b1b1b; */

  border-left-color: transparent;

}

nav ul ul li a:hover,

nav ul li i:hover {

  color: #a8946b !important;

  /* background: #1e1e1e!important; */

}

nav ul li a span {

  position: absolute;

  top: 50%;

  right: 0px;

  transform: translateY(-50%);

  font-size: 22px;

  transition: transform 0.4s;

}

nav ul li a span.rotate {

  transform: translateY(-50%) rotate(-180deg);

}



.top-icon-logo-menu {

  position: relative;

  left: 80px;

  right: 25px;

  margin: 25px;

}



.menu-lists {

  position: relative;

  width: 100%;

  padding: 0;

  left: 0;

  display: block;

}



#active:checked ~ .wrapper ul li a {

  opacity: 1;

}



.close-btn {

  font-size: 30px;

  color: #fff;

  float: right;

}



.menu-side-img {

  display: block;

  background-image: url("https://cp.idaksh.net/manchester-development/image/menu/Menu-Image.jpg");

  background-size: cover;

  background-position: center center;



  /* height: 100vh; */

}

.wrapper-menu {

  padding-right: 30%;

}



.main-heading {

  font-size: 90px;

  font-family: "FreightBigProBold";

  font-weight: 600;

}
.sub-heading {
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 4px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Freight Big Pro Bold";
}

.banner-img {

  width: 100%;

  /* max-height: 700px; */

  min-height: 50vh;

  object-fit: cover;

}

.head-section {

  padding: 60px;

  /* max-width: 100%; */

  text-align: center;

  max-width: 95%;

  margin: auto;

}

.head-section-1 {
    padding: 60px 0;
    max-width: 100%;
    margin: auto;
}

.head-section-1 p {

  font-family: "FreightBigProSemibold";

  color: #3c3c3c;

  font-size: 20px;

}

.head-section-1 h3 {

  font-family: "FreightBigProSemibold";

  color: #3c3c3c;

  font-size: 40px;

}

.head-section p {

  font-family: "FreightBigProSemibold";

  color: #3c3c3c;

  font-size: 30px;

}



.acc-section {

  max-width: 70%;

  margin: auto;

}

.accordion .card-header:after {

  font-family: "FontAwesome";

  content: "\f106";

  float: right;

  font-size: 26px;

}



.accordion .card-header {

  padding: 0.95rem 2.25rem;

  margin-bottom: 0 !important;



  border-bottom: 1px solid rgba(0, 0, 0, 0.125);

  cursor: pointer;

}

.accordion .card-header.collapsed:after {

  /* symbol for "collapsed" panels */

  content: "\f107";

}

.disable {

  display: none;

}

.enable {

  display: block;

}



.menu-icon-fa .collapsed .enable {

  display: none;

}

.accordion .acc-heading.card-header::after {

  content: "";

}

.acc-heading {

  background: #a8946b !important;

}

.card-head.card-header::after {

  content: "";

}

.acc-desc {

  padding: 0px 4%;

  font-family: "Effra";

  font-size: 22px;

  color: #3c3c3c;

}

.t {

  color: #a39259;

}

.acc-title {

  color: #ffffff;

  font-size: 35px;

  font-weight: bold;

  font-family: "FreightBigProBold";

}

.accordian-sub-title {

  font-family: "Effra Medium";

  color: #3c3c3c;

  font-size: 22px;

}

.accordian-inner-title {

  font-family: "Effra";

  font-size: 22px;

  color: #3c3c3c;

}

.acc-sub-title {

  font-family: "Effra";

  color: #3c3c3c !important;

  font-size: 22px;

}



.card-desc * {

  font-family: "Effra" !important;

}



.cb-color {

  background: #f7f7f7;

}

.service {

  width: 100%;

  text-align: center;

  color: #000;

  /* padding: 19px; */

}



.support {

  padding: 60px;

}

.support-title {

  font-size: 20px;

  font-family: "FreightBigProBold";

  text-transform: uppercase;

}



.support-subtitle {

  font-family: "FreightBigProBold";

  color: #a39259;

  font-size: 40px;

  font-weight: 600;

  line-height: 1.2;

  padding-bottom: 12px;

}

.support-desc {

  font-family: "Effra";

  font-size: 20px;

}



.donate-link {

  border-radius: 20px;

  color: #a39259 !important;

  padding: 5px 25px;

  border: 2px solid #a39259;

  font-size: 22px;

  font-family: "Effra";

  font-weight: bold;

  display: inline-block;

}

.donate-link:hover {

  color: #fff !important;

  background-color: #a39259;

}



.d-link {

  padding-top: 7%;

}



.event-history-vedio p::after {

  content: "";

  display: block;

  border-top: 5px solid #d9e4f0;

  margin-top: 10px;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  width: 20%; /* Adjust this to control the line's width */

}



.img-evnt {

  width: 100%;

    height: 241px;

    object-fit: cover;

    min-height: 44vh

}



.evnt-img-pd {

  padding: 0;

}



.history-of-events {

  color: #bb1717;

  font-family: "FreightBigProBold";

  font-size: 40px;

}

.event-history-vedio {

  padding: 0 !important;

}

.history-subtitle {

  font-family: "Effra";

  font-size: 20px;

  color: #3c3c3c;

}

.play-icon {

  width: 4rem;

  padding-bottom: 12px;

}

/* .vedio-icon {

    font-size: 45px;

    color: #bb1717;

    padding-bottom: 10px;

} */

/* .secondary-title-bg

{

	background-image: url("../image/worship/Background.jpg");

    /*background: linear-gradient(-8deg, #C6061B 67%, white 49%);*/

/*background-repeat: no-repeat;

    background-size: cover;

    width:100%;

    margin:0 auto; 

    padding: 12% 17% 3% 17%;

    

} */



/* .secondary-title-bg-events

{

	background-image: url("../image/events/Events Background.png");

    /*background: linear-gradient(-8deg, #C6061B 67%, white 49%);*/

/* background-repeat: no-repeat;

    background-size: cover;

    width:100%;

    margin:0 auto; 

    padding: 12% 17% 3% 17%; 

    

} */

/* .card-banner {

    width: 100%;

    padding: 60px 0;

    text-align: center;

    background-image: url("../image/events/Events Background.png");

    /*background: linear-gradient(-8deg, #C6061B 67%, white 49%);*/

/*background-repeat: no-repeat;

    background-size: cover;

    color: #000;

} */



@media (min-width: 768px) {

  .secondary-title-bg-events {

    background-image: url("../image/events/Events Background.png");

    background-repeat: no-repeat;

    background-size: cover;

    padding: 0;

    margin-top: -4rem;

  }

}



@media (max-width: 991px) {

  .secondary-title-bg-events {

    background: linear-gradient(-96deg, #c6061b 100%, white 0);

  }

  .worship-main-card-section,

  .event-main-card-section {

    padding-top: 1rem !important;

  }

}

@media screen and (max-width: 768px) and (min-width: 368px) {

  .support {

    padding: 0px 35px 100px 35px !important;

  }



  .d-link {

    padding-top: 4% !important;

  }



  .support-subtitle {

    padding-bottom: 5px !important;

  }

}

@media (max-width: 768px) {

  .corporate-title {

    font-size: 25px !important;

    line-height: 2.5;

  }

  .worship-main-card-section,

  .event-main-card-section {

    padding-top: 4rem !important;

  }

  .sec-title {

    text-align: center !important;

  }



  .support-subtitle {

    font-size: 29px !important;

  }

  .banner-section {

    width: 90% !important;

  }

  .service-heading,

  .whats-on-heading {

    width: 100% !important;

  }

  .prev {

    padding-left: 1rem !important;

  }

  .next {

    padding-right: 2rem !important;

  }



  .evnt-title p {

    font-size: 15px !important;

    

  }

  .evnt-value P {

    font-size: 15px !important;

  }

}

@media (max-width: 430px) {

  .worship-main-card-section,

  .event-main-card-section {

    padding-top: 3rem !important;

  }

  /* .event-main-card-section {

        width: 100% !important;

    } */



    .video-lnk {

      font-size: 15px !important;

  }

  .video-container {

    width: 100% !important;

  }

}

@media (min-width: 1900px) {

  .worship-main-card-section,

  .event-main-card-section {

    padding-top: 26rem !important;

  }

}

.worship-main-card-section,

.event-main-card-section {

  padding-top: 18rem;

  padding-bottom: 3rem;

}

.sec-title {

  font-family: "FreightBigProBold";

  font-size: 50px;

  font-weight: 700;

  color: #fff;

  text-align: right;

}



/* Service & What`s on Section css*/

.service-heading,

.whats-on-heading {

  width: 84%;

  margin: auto;

  padding: 6%;

}

.worship-service-title,

.whats-on-title,

.tv-title,

.history-title {

  color: #bd1717;

  font-family: "FreightBigProBold";

  font-size: 50px;

  font-weight: 600;

}

.worship-service-desc,

.whats-on-desc,

.tv-desc,

.history-desc {

  font-family: "Effra";

  font-size: 19px;

}

.service-link {

  font-family: "Effra";

  font-size: 22px;

}



.service-link:hover .arrow-default {

  display: none;

}

.service-link:hover .arrow-hidden {

  display: inline;

}

.service-link:hover {

  color: #bd1717;

}



.service-heading {

  width: 84%;

  margin: auto;

}

/* Events Card */



.event-card {

  padding: 25px 12px;

}



.event-card-title {

  height: 45px;

  background: #b7a97b;

  width: 100%;

  padding: 9px 22px;

}

a:hover .event-card-title {

  background: #bd1717;

}



.event-card-title h4 {

  color: #fff;

  font-size: 21px;

  font-weight: 600;

  font-family: "FreightBigProBold";

  white-space: nowrap;

  width: 100%;

  overflow: hidden;

  text-overflow: ellipsis;

}



.event-top {

  padding-top: 25px;

}

.event-btm {

  padding-bottom: 30px;

}

.evnt-title p {

  font-size: 22px;

  font-family: "Effra Medium";

  color: #3c3c3c;

}

.event-detail {
  position: relative;
    top: 14px;
}

.evnt-value P {

  font-size: 22px;

  font-family: "Effra";

  color: #3c3c3c;



  white-space: pre-line;

  overflow: hidden;

  text-overflow: ellipsis;



  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}



.month-list {

  font-family: "Effra";

  margin: auto 0 !important;

  padding: 0% 6% 1% 6% !important;

}

.eventgrid {

  position: unset !important;

  height: auto !important;

}

.eventgriditem {

  position: unset !important;

}

/* --- GetIn Touch Css -- */

.video-live {

  width: 73%;

  margin: auto;

  padding: 8%;

}



.tv-live-padding{

  padding: 14px !important;

}

.mc-text{

  font-size: 16px;

font-family: 'Effra';

color: #3c3c3c;

width: 100%;



}

@media (max-width: 1024px) {

  .video-live {

      padding: 7% 2%;

  }

          

}

@media (max-width: 768px) {

  .tv-live-padding{

      padding: 0 29px 0 29px !important;

  }

}

/* --- GetIn Touch --- */



.evnt-page {

  max-width: 72%;

  margin: auto;

}

.evnt-content {

  padding-top: 6%;

}

.evt-title {

  font-size: 55px;

  color: #bd1717;

  font-family: "FreightBigProBold";

}

.evt-title-underline {

  height: 1px;

  background: #bd1717;

  width: 50%;

}

.content-list {

  padding: 0 0 0 40px;

}

.img-gallery {

  padding: auto;

}

.img-gallery-1 {

  height: 60% !important;

}





.evnt-img {

  width: auto;
  max-width: 100%;
  margin: auto;
  height: auto;
  object-fit: contain;

}

.contents {

  padding-top: 30px;

  font-family: "Effra" !important;

}

.contents p {

  font-family: "Effra" !important;

  font-size: 18px;

}

.contents ul li{

  font-family: "Effra" !important;

  font-size: 18px;

}

.contents em {

  font-family: "Effra" !important;

}

.contents strong {

  font-family: "Effra" !important;

}



.contents a {

  font-family: "Effra" !important;

  color: #a8946b;

}

.side-value {

  padding: 10px 0;

}

.date-label {

  display: table-cell;

  font-family: "Effra Medium";

  font-size: 18px;

}

.date-value {

  font-family: "Effra";

  font-size: 18px;

}



.single-event-price {

  position: relative;

  top: 30px;

  width: 100%;

  height: 100%;

  background: #e3e3e37a;

  margin: auto auto 20px auto;

}

.line {

  border-left: 2px solid #a39259;

  display: flex;

  flex-flow: column wrap;

  text-align: center;

}



.line span {

  font-family: "Effra Medium";

  color: #a39259;

  font-size: 24px;

}

.booking-link {

  display: block;

  color: #a39259;

  font-family: "Effra";

  line-break: anywhere;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

}

.line-value {

  padding: 10px 10px 2px 28px;

}

.line-value p {

  font-family: "Effra";

}

.gallery-title {

  font-family: "FreightBigProBold";

  color: #3c3c3c;

  font-size: 40px;

}

 @media (max-width: 1500px) {
  .gallery-title {
    font-size: 30px;

  }
 }

.gallery-title-1 {

  font-family: "FreightBigProBold";

  color: #3c3c3c;

  font-size: 29px;

  width: 52%;

  float: left;

}



/* Service Section */

.tv-heading {

  padding: 15%;

}

.slider-caption {

  position: absolute;

  /* right: 15%; */

  bottom: 20px;

  /* left: 15%; */

  z-index: 10;

  padding-top: 20px;

  padding-bottom: 20px;

  color: #fff;

}

.tv-padding {

  padding: 0 !important;

}

/* .tv-section {

    padding: 0px 5% 3% 5%;

} */

.download {

  width: 100%;

  height: 7rem;

  display: flex;

  justify-content: center;

  align-items: center;

}

.download-link {

  padding: 10px;

}

.download-btn {

  border-radius: 20px;

  color: #a8946b !important;

  padding: 2px 22px;

  border: 1px solid #a8946b;

  font-size: 16px;

  font-weight: bold;

  font-family: "Effra";

  display: inline-block;

}

.download-link:hover .arrow-default {

  display: none;

}

.download-link:hover .arrow-hidden {

  display: inline;

}

.download-link:hover .download-btn {

  color: #fff !important;

  background: #a8946b !important;

}



@media screen and (max-width: 991px) and (min-width: 200px) {

  .evnt-page {

    max-width: 84%;

  }

  .line {

    border-left: 0 !important;

    border-top: 2px solid #a39259;

  }

  .line-value {

    padding: 10px 11px 2px 15px;

  }

  .content-list {

    padding: 0 0 0 0;

  }

  .content-pad {

    padding: 0 2rem 0 2rem !important;

  }

  .content-pad-1 {

    padding-left: 1rem !important;

    padding-right: 1rem !important;

  }

  .content-pad-2 {

    padding-left: 2rem !important;

    padding-right: 2rem !important;

  }

  .container-full {

    width: 100% !important;

  }

}



@media screen and (max-width: 760px) and (min-width: 200px) {

  .evnt-content {

    padding-top: 10% !important;

  }



  .heading-md-title {

    padding-left: 0px !important;

  }

}



@media screen and (min-width: 1640px) {

  .padding {

    padding: 0px 4%;

  }



  .align-item-center {

    align-items: center;

    padding-right: 20%;

  }

  .corporate-align {

    position: relative;

    left: 0% !important;

  }

  .menu-right {

    position: relative;

    left: 25%;

  }

  .menu-btn {

    right: 10%;

    /* left: 116%; */

  }

  .menu-list {

    position: relative;

    left: 2%;

    right: 0%;

  }

  /* .cel-content {

        left: 2% !important;

    } */



  .corporate-title {

    font-family: "FreightBigProBold";

    font-size: 30px;

    line-height: 2.8;

  }

  .c-image {

    height: 100%;

  }

  /* .sub-title {

        top: 94% !important;

    } */

  .card-label {

    display: inline-block;

  }

  .sub-title .icon {

    line-height: 50px;

  }



  .content {

    max-width: 73% !important;

  }



  .container1 {

    padding: 0 2% 0 3%;

  }

  .sign-btn {

    left: 35% !important;

  }

}



.latest-news {

  padding: 16px;

}

.container-custom {

  width: 80%;

  margin: 0 auto;

  position: relative;

}



.container {

  width: 80%;

  margin: 0 auto;

  position: relative;

}

.item {

  .img-box {

    padding: 10px;

  }

  img {

    width: 100%;

  }

}

.customNavigation {

  a {

    position: absolute;

    height: 40px;

    width: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #fff;

    border-radius: 50%;

    opacity: 1;

    margin-top: auto;

    margin-bottom: auto;

    box-shadow: -2px 1px 10px #bdbdbd;

    top: calc(50% - 20px);

    cursor: pointer;

  }

  .prev {

    left: -15px;

  }

  .next {

    right: -15px;

  }

}



.today-subtitle {

  font-family: "Effra Medium";

  font-size: 19px;

  color: #281f1e;

  vertical-align: middle;

}



@media (min-width: 1920px) and (max-width: 1920px) {

  .card-text {

    font-size: 40px;

    line-height: 2.6 !important;

  }

}



@media (min-width: 1851px) and (max-width: 2560px) {

  .today-subtitle {

    right: 16% !important;

    top: 9px !important;

  }

  .todayservice-subtitle a {

    font-size: 19px !important;

  }

}

@media (max-width: 991px) and (min-width: 523px) {

  .menu-btn {

    left: 132% !important;

  }

  .pagination-link {

    padding: 32px 0 70px 0 !important;

  }

  .text-1,

  .text {

    line-height: 29px !important;

  }

  .header-container {

    width: 100% !important;

  }

  .top-icon-logo {

    right: 10px !important;

  }

}




@media only screen and (max-width: 750px) and (min-width: 200px) {

  .corporate-align {

    right: 13% !important;

  }

  .banner {

    padding: 43px 0 !important;

  }



  .arrow-icon {

    width: 30px !important;

    height: 15px !important;

  }



  .celebrate-section {

    left: 0% !important;

  }

  .child2 {

    width: 100% !important;

    height: 100% !important;

  }

  .today-subtitle {

    font-family: "Effra Medium";

    font-size: 14px !important;

    float: right !important;

    right: 0 !important;

  }

  .serv-title {

    font-size: 18px !important;

  }

  .sub {

    padding: 7px 0px 0px 20px;

  }



  .heading-section {

    padding-left: 15px !important;

  }

}



.menu-list {

  list-style-type: none;

  margin: 0;

  padding: 0 0px;

  float: right;

  /* overflow: hidden; */

}

.menu-item {

  float: left;

}

.menu-item .links {

  display: block;

  /* color: white; */

  text-align: center;

  /* margin: 16px; */

  text-decoration: none;

}

.menu-item-l {

  margin: 16px;

}



.hdbuttons {

  position: relative;

  /* top: 12px; */

  bottom: 3px;

  left: 14px;

  margin: 16px;

}

.social-icons {

  align-items: center;

  justify-content: space-around;

}

.img-fluid1 {

  width: 12rem;

}



.menu-item-tabs {

  font-size: 16px !important;

  font-family: "Effra";

}



/** Slider Image height */

@media screen and (max-width: 1920px) and (min-width: 920px) {

  .slider-mb {

    height: 700px !important;

  }

}



@media screen and (max-width: 1850px) and (min-width: 768px) {

  .todayservice-title {

    width: 89% !important;

  }

}



@media only screen and (max-width: 1024px) and (min-width: 768px) {

  .cel-content {

    left: 12% !important;

  }

  .today-slider {

    padding: 0px 0px 13px 0px !important;

  }



  .corporate-title {

    font-size: 25px !important;

    line-height: 2.5;

  }

}

@media only screen and (max-width: 2560px) and (min-width: 1920px) {

  .celb-img {

    margin: 0 !important;

  }

  .celebrate-section {

    left: 14% !important;

  }

}



@media (min-width: 1024px) {

  .pagination-link {

    padding: 32px 0 70px 25px !important;

  }

}



.pagination-link {

  position: relative;

  top: 20px;

  padding: 32px 0 70px 40px;

  font-size: 14px;

}

.prev,

.next {

  font-size: 18px;

  font-family: "Effra";

  color: #3c3c3c;

}

.prev {

  float: left;

}

.next {

  float: right;

}

.prev:hover,

.next:hover {

  color: #bd1717;

}



.prev:hover .arrow-hidden,

.next:hover .arrow-hidden {

  display: inline;

}

.prev:hover .arrow-default,

.next:hover .arrow-default {

  display: none;

}

/* a:hover {

    color: #a8946b;

} */



/* Add this CSS for scrollable tabs */

.nav-tabs-scrollable {

  overflow-x: auto;

  white-space: nowrap;

}



.nav-tabs-scrollable .nav-tabs {

  display: inline-flex;

  flex-wrap: nowrap;
  

}

.nav-custom {
  display: inline-flex;

  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  right: 16px;
  position: relative;
}

.nav-custom::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background-color: #aaa; /* or add it to the track */
}



.nav-tabs-scrollable .nav-link {

  white-space: nowrap;

}



/* Add this CSS for customized scrollable tabs buttons with hidden scrollbar but still scrollable with the mouse wheel */



.nav-tabs-scrollable::-webkit-scrollbar {

  display: none;

}



/* Responsive page Font size update below 1920 device */

@media (max-width: 1800px) {

  .child2 {

    /* top: 81% !important; */

    bottom: -112px !important;

  }



  .evnt-title p {

    font-size: 18px !important;

    

  }

  .evnt-value P {

    font-size: 18px !important;

  }

  .quote-heading h1 {

    font-size: 32px;

  }

  .quote-heading p {

    font-size: 22px;

  }

}

/* @media(max-width:1680px) and (min-width: 1600px){

    .child2 {

        top: 80% !important;

    }

} */



@media (max-width: 425px) and (min-width: 399px) {

  .today-subtitle {

    float: right !important;

  }



  .support {

    padding: 0px 35px 100px 35px !important;

  }

}

@media (max-width: 425px) and (min-width: 200px) {

  .gallery-title-1 {

    width: 100% !important;

  }

  .accordion .card-header {

    padding: 0.75rem 1.25rem;

  }

  .acc-sub-title {

    font-size: 16px !important;

  }

}

@media (max-width: 360px) and (min-width: 360px) {

  .accordion .card-header {

    padding: 0.75rem 2rem !important;

  }

}

@media (max-width: 1800px) and (min-width: 768px) {

  .video-lnk {

    font-size: 20px !important;

  }

}

@media (max-width: 1920px) and (min-width: 1920px) {

  .video-container {

    width: 91% !important;

  }

}

@media (max-width: 1025px) and (min-width: 998px) {

  .video-container {

    width: 81% !important;

  }

}

@media (max-width: 1800px) and (min-width: 1340px) {

  .overlay:hover .text-1 {

    bottom: 35% !important;

    transition: all 0.5s ease-in-out;

  }



  .sub-txt {

    top: 70% !important;

  }

}

@media (max-width: 768px) and (min-width: 768px) {

  .overlay:hover .text-1 {

    bottom: 41% !important;

    transition: all 0.5s ease-in-out;

  }



  .sub-txt {

    top: 63% !important;

  }

  .sub-title {

    font-size: 12px !important;

  }

  .img-icon {

    width: 25px !important;

  }

  .footer-container {

    width: 100%;

  }

  .footer-padding {

    padding: 0 2rem 0 2rem;

  }

  .border-bottom {

    width: 95%;

  }

}

@media (max-width: 1440px) and (min-width: 1239px) {
  .col-footer {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 29.333333%;
  }
}

@media (max-width: 750px) and (min-width: 200px) {

  .overlay:hover .text-1 {

    bottom: 45% !important;

    transition: all 0.5s ease-in-out;

  }



  .sub-txt {

    top: 60% !important;

  }

  .sub-title {

    font-size: 12px !important;

  }

  .evt-title {

    font-size: 33px !important;

  }

}

@media (max-width: 1800px) {

  .main-heading {

    font-size: 60px;

  }

  .sub-heading {
    font-size: 30px;
}

  .head-section p {

    font-size: 20px;

  }

  .worship-service-title {

    font-size: 40px;

  }

  .worship-service-desc,

  .whats-on-desc,

  .tv-desc,

  .history-desc {

    font-size: 16px;

  }



  .service-link {

    font-size: 17px !important;

  }

  .sec-title {

    font-size: 40px;

  }

  .text-1,

  .text {

    font-size: 28px;

    line-height: 35px;

  }

  .donate-link {

    font-size: 14px;

  }

  .events-card-contents ul li{
   
    font-size: 14px;
  }

  .support-desc {

    font-size: 14px;

  }

  .support-subtitle {

    font-size: 30px;

  }

  .support-title {

    font-size: 16px;

  }

  .history-of-events {

    font-size: 30px;

  }

  .history-subtitle {

    font-size: 16px;

  }

  .sub-title {

    font-size: 16px;

  }

  .acc-title {

    font-size: 25px !important;

  }

  .acc-sub-title {

    font-size: 19px;

  }

  .acc-desc {

    font-size: 18px !important;

  }

  .accordian-sub-title {

    font-size: 18px !important;

  }

  .accordian-inner-title {

    font-size: 18px !important;

  }

  .accordian-inner-time {

    font-size: 18px !important;

  }

  .acc-sub-title {

    font-size: 18px ;

  }



  .heading-title {

    font-size: 40px;

  }



  .heading-title span {

    font-size: 45px;

  }

  .today-subtitle {

    font-size: 16px;

  }

  .serv-title {

    font-size: 24px;

  }

  .title {

    font-size: 30px;

  }

  .about-content {

    font-size: 15px;

  }

  .full-name {

    font-size: 19px;

  }

  .sub-name {

    font-size: 14px;

  }

  .vsectiob-title {

    font-size: 20px;

  }

  .vsectiob-desc {

    font-size: 16px;

  }

  .read-m {

    font-size: 18px;

  }

  .links {

    font-size: 16px;

  }

  
  .donate-now-link,

  .footer-link {

    font-size: 16px;

  }

  .f-menu-title {

    font-size: 17px;

  }

  .footer-menu-item {

    font-size: 12px;

  }

  .footer-heading {

    font-size: 18px;

  }

  .evt-title {

    font-size: 43px;

  }



  



  .play-icon-1 {

    width: 2rem !important;

    padding-bottom: 0 !important;

  }



  .worship-service-title,

  .whats-on-title,

  .tv-title,

  .history-title {

    font-size: 35px;

  }

  .gallery-title-1 {

    font-size: 17px !important;

  }

  .text-line {

    font-size: 16px !important;

  }

  .news-heading {

    font-size: 30px !important;

  }

}



.tb-column {

  width: 72px;

}

.left-space {

  position: relative;

  left: 10px;

}



.seeless-1,

.seemore-1,

.seeless,

.seemore {

  width: 100%;

  height: 3rem;

  display: flex;

  justify-content: center;

  align-items: center;

}



/*Worship css */
@media (min-width: 768px) {

  .secondary-title-bg {

    

    background-repeat: no-repeat;

    background-size: cover;

    padding: 0;

    margin-top: -2rem;

  }

  .back-title-bg {

    

    background-repeat: no-repeat;

    background-size: cover;

    padding: 0;

    margin-top: -1rem;

  }

}



@media (max-width: 991px) {

  /* .back-title-bg,

  .secondary-title-bg {

    background: linear-gradient(-96deg, <?= $v->bg_color ?> 100%, white 0);

  } */

  .worship-main-card-section {

    padding-top: 1rem !important;

  }

}


@media (max-width: 768px) {

  .worship-main-card-section {

    padding-top: 4rem !important;

  }

}

@media (max-width: 430px) {

  .worship-main-card-section {

    padding-top: 2rem !important;

  }

}



@media (max-width: 768px) and (min-width: 320px) {

  .main-card-section {

    padding-top: 3rem !important;

  }

}



.main-card-section {

  /* padding-top: 21rem; */
  padding-top: 25rem;

}

@media (max-width: 1450px) and (min-width: 1025px) {

  .main-card-section {

    padding-top: 15rem !important;

  }

}

.worship-main-card-section {

  padding-top: 16rem;

}



@media screen and (max-width: 1050px) and (min-width: 989px) {

  .col-lg-4 {

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 49.333333% !important;

    max-width: 79.333333% !important;

  }

  .secondary-title-bg-events {

    margin-top: -15rem !important;

  }

  .event-main-card-section {

    padding-top: 26rem !important;

  }

  .back-title-bg {

    margin-top: -8rem !important;

  }

  .secondary-title-bg {

    margin-top: -15rem !important;

  }

  .main-card-section {

    padding-top: 17rem;

  }

  .worship-main-card-section {

    padding-top: 26rem !important;

  }

  .overlay:hover .text-1 {

    bottom: 41% !important;

    transition: all 0.5s ease-in-out;

  }



  .sub-txt {

    top: 63% !important;

  }

}

@media (min-width: 1920px) {

  .corp-img {

    width: 95%;

    float: left;

    padding-left: 3rem;

  }

  .text-padding {

    padding-right: 9rem !important;

  }

}



.tb-column-1 {

  width: 44px;

}

.accordian-inner-time {

  font-family: "Effra Medium";

  font-size: 22px;

  color: #3c3c3c;

}

.video-lnk {

  color: #bd1717;

  font-family: "FreightBigProBold";

  font-size: 27px;

}

.video-container {

  width: 86%;

  margin: 0 auto;

  position: relative;

}

.table-pad {

  padding-left: 4.3rem;

}

@media (max-width: 1800px) and (min-width: 1024px) {

  .table-pad {

      padding-left: 3.3rem !important;

  }

}

@media (max-width: 425px) {

  .table-pad {

    padding-left: 0 !important;

  }

  .card-body {

    padding: 0 1.25rem !important;

  }

}



.play-icon-1 {

  width: 4rem;

  padding-bottom: 10px;

}

.v-link {

  font-family: "FreightBigProBold";

  padding-left: 12px;

  vertical-align: middle;

}



/* Map Box Css*/

.map-box {

  padding: 0 !important;

}

.line-padding-map {

  padding: 3rem 0px;

}

.map-box-padding {

  padding: 16px !important;

}



.bg-map-box {

  background-color: #a8946b;

}



.donate-heading {

  font-family: "FreightBigProBold";

  font-size: 25px;

}

.donate-text {

  font-family: "Effra";

  font-size: 16px;

  text-align: justify;

  padding-top: 5px;

}

.today-sctn {

  display: none;

}



/* Today Service design Chnages in 1024 below devices*/

@media (max-width: 1166px) {

  .child2 {

    display: none;

  }



  .heading-section {

    padding-top: 42px;

    padding-bottom: 42px;

  }



  .today-sctn {

    width: 100%;

    padding: 18px 0;

    /* text-align: center; */

    background: #f7f7f7;

    color: #000;

    display: block;

  }

  .col-padding {

    padding-right: 0px !important;

  }

  .attend {

    text-align: center;

  }

  .watch {

    text-align: right;

  }

  .serv-padding {

    padding-left: 18px;

  }

}

@media (max-width: 974px) {

  .attend {

    text-align: left;

  }

  .watch {

    text-align: left;

  }

  .sub-1 {

    padding: 7px 0px 0px 18px;

  }

}

@media (max-width: 425px) {

  .heading-section {

    padding-left: 14px;

  }

  .banner-img-1 {

    height: 25vh;

    object-fit: cover;

  }

}

@media (max-width: 375px) {

  .today-subtitle {

    left: 3px !important;

  }

  .serv-padding {

    padding-bottom: 9%;

  }

}



.card-body {

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  min-height: 1px;

  padding: 0 2.25rem;

}



.card-header {

  padding: 0.95rem 1.25rem;

  margin-bottom: 0;

  /* background-color: rgba(0,0,0,.03); */

  border-bottom: 1px solid rgba(0, 0, 0, 0.125);

}



@media (max-width: 992px) {

  .menu-side-img {

    display: none !important;

  }

}

@media (max-width: 1500px) and (min-width: 1200px) {

  .menu-side-img {

    height: auto;

  }

}

@media (max-width: 768px) and (min-width: 200px) {

  .menu-icon-fa {

    left: 36%;

  }



  .slider-caption {

    text-align: center;

    /* width: 100%; */

  }

}



@media (max-width: 360px) and (min-width: 360px) {

  .menu-socl {

    position: relative;

    top: 12px;

    left: 25px !important;

}





  .card-body {

    padding: 0 2rem !important;

  }



}

@media (max-width: 768px) {

  .accordion .card-header.collapsed:after {

    position: relative;

    bottom: 7px;

}

}

.wdth-inpt {
  min-width: 280px !important;
}
/* .section-box {
  background-color: red !important;
} */

@media (max-width: 485px) {

  .social-icons-top {

    left: 90px !important;
    width: 100%;
  }

  .menu-mb {

    position: relative;

    right: 6%;

  }



  .menu-btns {

    flex-wrap: wrap;

}



  .hdbuttons-1 {

    left: 75px !important;

  }

  .donate-now-link-sidebar-menu {

    width: 250px;

    text-align: center;

  }



  .search-bt{

    top: 10px;

    /* left: 34px; */

    margin: auto;

    /* left: 30%; */

    /* width: 300px; */

}

.input-width {

  width: 253px !important;

}



}



.social-icons-top {

  position: relative;

  bottom: 40px;

  left: 50px;

}

.sc-icons {

  padding: 10px;

}



.menu-btns {

  position: relative;

  display: flex;

  width: 100%;

}



.hdbuttons-1 {

  position: relative;

  bottom: 2px;

  left: 54px;

}

.donate-now-link-sidebar-menu {

  border-radius: 20px;

  color: #3c3c3c;

  padding: 0px 22px !important;

  border: 2px solid #3c3c3c;

  font-size: 22px;

  /* font-weight: bold; */

  font-family: "Effra";

  display: inline-block;

}

.donate-now-link-sidebar-menu:hover {

  color: #fff;

  text-decoration: none;

  background: #3c3c3c;

  border: 2px solid #3c3c3c;

}



.form-search {

  color: #555;

  display: flex;

  padding: 2px;

  border-bottom: none !important;

  margin: 0 0 30px;
  gap: 20px;

}

.input-group-menu {

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: stretch;

  align-items: stretch;

  /* width: 112%; */

  bottom: 7px;

  left: 73px;

}

.input-group-menu-service {
  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: stretch;

  align-items: stretch;
}



.form-search .form-control {

  min-width: 203px;

}

.btn-light-green-top-menu {

  color: #3c3c3c;

}



form.form-search .form-control {

  border: 2px solid #3c3c3c;

  font-family: "Effra";

}



.text-line {

  font-size: 22px;

  font-family: "Effra";

  color: #3c3c3c;

}

.pre-book {

  font-family: 'Effra';

  color: #a8946b;

}



.address-title {

  font-family: "FreightBigProBold";

  color: #fff;

  font-size: 35px;

  padding-bottom: 15px;

}



.address-detail {

  color: #fff;

  font-family: "Effra";

  font-size: 25px;

  margin: 0;

  padding: 0;

  line-height: 30px;

}



.get-link {

  color: #fff;

  font-family: "Effra";

  font-size: 22px;

}

.get-achor {

  position: relative;

  top: 35px;

}

@media (max-width: 390px) {

  .hdbuttons-1 {

    left: 35px;

  }

  .input-group-menu {

    left: 40px;

  }

}

@media (max-width: 375px) {

  .social-icons-top {

    bottom: 27px !important;

    left: 60px !important;

  }



  .sc-icons {

    padding: 5px !important;

  }



  .donate-now-link-sidebar-menu {

    padding: 0px 13px !important;

  }

  .hdbuttons-1 {

    left: 45px !important;

  }

  .input-group-menu {

    left: 44px;

  }

}

@media (max-width: 360px) {

  /* .menu-btns {

    left: -38px;

  } */



  .menu-btns {

    left: -18px;

  }

}

@media (max-width: 1440px) and (min-width: 768px) {

  /* .menu-btns {

        bottom: 36px;

    }

    .social-icons-top {

        bottom: 75px;

    } */



  .sidebar {

    padding-top: 15%;

  }

}

@media (max-width: 1024px) and (min-width: 1024px) {

  .sidebar {

    padding-top: 22% !important;

  }

  .col-width {

    flex: 0 0 50%;

    max-width: 50% !important;

  }



  .service-heading,

  .whats-on-heading {

    width: 89% !important;

    padding: 8% 0% !important;

  }

}

@media (min-width: 1920px) {

  .sidebar {

    padding-top: 10%;

  }

}



.img-icon-card {

  width: 70px;

  height: 70px;

}

.plan-card {

  padding: 15px;

}



@media (max-width: 425px) {

  .event-live-padding {

    padding: 11px !important;

  }

  .download-btn {

    font-size: 12px !important;

  }

  .download-link {

    padding: 0 20px !important;
    margin: auto;
    text-align: center;

  }



  nav ul li a {

    font-size: 20px !important;

  }

}



@media (max-width: 370px) {

  .download-btn {

    font-size: 11px !important;

  }

  .download-link {

    padding: 0px !important;

  }

}



.map-image {

  height: 450px;

}



.corporate-list {

  border-bottom: 2px solid rgba(0, 0, 0, 0.125) !important;

}



.news-img {

  max-width: 100%;

  margin: auto;

}

.accrd-card {

  padding: 2.25rem;

}



/*news single page photo*/

.photo-content {

  width: 84%;

  margin: auto;

  padding: 8%;

}

.photo-content p {

  font-family: 'Effra' !important;

}

.photo-box {

  padding: 0px !important;

}

.img-size {

  width: 729px;

  height: 350px;

  object-fit: cover;

}



.image-content-box {

  margin: auto;

}

.img-content-box {

  margin-left: -15px;

}



/* Accordian Style */



.font-name a {

  font-family: "Effra";

  font-size: 22px;

  color: #3c3c3c;

}

.font-name-p {

  font-family: "Effra";

  font-size: 22px;

  color: #3c3c3c;

}



@media (max-width: 1800px) {

  .font-name a {

    font-size: 16px;

  }

  .font-name-p {

    font-size: 16px;

  }

  .nav-font {

    font-size: 16px !important;

  }

  .nav-tabs .nav-link {

    font-size: 16px !important;

  }

  .address-title {

    font-size: 25px !important;

  }

  .address-detail {

    font-size: 18px !important;

  }

  .get-link {

    font-size: 18px !important;

  }

}



/* Plan Your Visit Tabs*/



.nav-font {

  font-size: 22px;

}

.handerline {

  border-bottom: 1px solid rgb(0, 0, 0, 0.125) !important;

}



.card-header.font-name.collapsed {

  border-bottom: 1px solid rgb(0, 0, 0, 0.125) !important;

}

.card-header.font-name {

  border-bottom: 0px solid rgb(0, 0, 0, 0.125) !important;

}



@media (min-width: 992px) {

  .address-card {

    position: relative;

    left: 30%;

  }

}

@media (max-width: 993px) {

  .address-card {

    padding-top: 14px;

  }

  .map-box-1 {

    height: 45vh;

  }

}

@media (max-width: 768px) {
  .owl-carousel-video-slider.owl-carousel .nav-btn {

    top: auto !important;

    right: auto !important;

  }

  .tb-content {
    justify-content: center!important
  }
  

  .gallery-title-1 {

    width: 100% !important;

  }

  .owl-carousel-video-slider.owl-carousel .nav-btn.prev-slide {

    right: 50% !important;

  }

  .owl-carousel-video-slider-1.owl-carousel .nav-btn {

    top: auto !important;

    right: auto !important;

  }



  .owl-carousel-video-slider-1.owl-carousel .nav-btn.prev-slide {

    right: 50% !important;

  }
}


@media (max-width: 768px) {

  .pdd-bt {

    padding-bottom: 32px;

  }

}



.text-val {

  list-style-type: none;

  padding: 0;

  margin: 0;

  color: #a8946b;

}

.events-card-contents ul{

  list-style-type: none;

  padding: 0;

  margin: 0;

  color: #a8946b;

}
.events-card-contents ul li{
  font-family: "Effra";

  font-size: 20px;
}

.events-card-contents h2 {
  color: #a39259 !important;

  font-family: "FreightBigProBold";

  font-size: 40px;

  font-weight: 600;

  padding-top: 5px;

  padding-bottom: 8px;
}




/* Menu Header Shadow effect */

.fixed-top.bg-transparent .top-part {

  background-image: linear-gradient(

    to bottom,

    transparent,

    transparent,

    transparent,

    transparent

  ); /* Initial transparent gradient */

  animation: changeBackground 0.75s ease-in-out forwards;

}



@keyframes changeBackground {

  to {

    background-image: linear-gradient(

      to bottom,

      #000000d9,

      #00000094,

      #00000036,

      transparent

    ); /* Target gradient after 7 seconds */

  }

}



/*Event CSS */



.events-card-item {

  position: relative;

  overflow: hidden;

  height: 650px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  margin-bottom: 30px;

}

.events-card-item-1 {

  position: relative;

  overflow: hidden;

  /* height: 680px; */
  /* min-height: 700px; */
  height: 800px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  margin-bottom: 30px;

}



.events-card-item:hover .events-card-disc {

  transform: translateY(0%);

}



.events-card-overlay {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: transparent;

  padding: 15px;

  overflow: hidden;

  transition: background-color 0.3s ease;

  cursor: pointer;

  /* Adding transition */

}



.events-card-overlay:hover {

  background-color: rgb(189, 23, 23, 0.7);

}



/* .events-card-content {

  position: absolute;

  width: 100%;

  bottom: 0;

  left: 0;

  padding: 0px 15px 16px;

  transform: translateY(calc(100% - 66px));

  transition: transform 0.3s ease;

  background: linear-gradient(to top, #000000, #000000, #000000d9, transparent);

} */



.events-card-content {

  position: absolute;

  width: 100%;

  bottom: 0;

  left: 0;

  padding: 0px 15px 16px;

  transform: translateY(calc(100% - 66px));

  transition: transform 0.3s ease;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 85%);

}



.events-card-content p {

  font-family: "Effra";

}



.events-card-overlay:hover .events-card-content {

  transform: translateY(0);

  background: transparent;

}



h4.events-card-sub-title.text-uppercase {

  color: #fff;

  font-size: 20px;

  font-family: "FreightBigProBold";

}



.events-card-overlay .events-card-content .events-card-content-inner {

  opacity: 0;

}



.events-card-overlay:hover .events-card-content .events-card-content-inner {

  opacity: 1;

}



.events-card-heading {

  display: flex;

  justify-content: center;

  align-items: end;

  max-height: 48px;

}



.events-card-disc {

  color: #fff;

  font-size: 20px;

  font-family: "Effra";

  margin-bottom: 10px;

}

.events-card-contents p{
  color: #fff;

  font-size: 20px;

  font-family: "Effra";

  margin-bottom: 10px;
}



.events-card-btn {

  color: white;

  font-family: "Effra";

  font-size: 22px;

  font-weight: 400;

  text-align: center;

}



.events-card-btn-last {

  border-radius: 30px;

  color: #a39259 !important;

  padding: 10px 30px;

  border: 2px solid #a39259;

  font-size: 22px;

  font-family: "Effra";

  font-weight: bold;

  display: inline-block;

}



.events-card-btn-last:hover {

  color: #fff !important;

  background-color: #a39259;

}



.events-card-item.last {

  padding: 50px;

  display: flex;

  justify-content: center;

  align-items: center;

}



.events-card-heading-last .events-card-title {

  color: #a39259 !important;

  font-family: "FreightBigProBold";

  font-size: 40px;

  font-weight: 600;

  padding-top: 5px;

  padding-bottom: 8px;

}



.events-card-item.last p {

  font-family: "Effra";

  font-size: 18px;

}



.events-card-btn img {

  vertical-align: middle;

  width: 15px;

  height: 15px;

  margin-left: 5px;

}



.events-card-wrapper .events-card-title {

  margin-top: 10px;

  font-family: "FreightBigProBold";

  font-size: 40px;

}



.text-decoration-none {

  text-decoration: none;

}



@media only screen and (max-width: 1675px) and (min-width: 1020px) {

  .events-card-item {

    height: 500px;

  }



  .events-card-item.last {

    padding: 40px !important;

    display: flex;

    justify-content: center;

    align-items: center;

  }



  .events-card-heading-last .events-card-title {

    font-size: 2rem;

    padding-top: 0;

    padding-bottom: 0;

  }

  .events-card-contents h2 {
    font-size: 2rem;

    padding-top: 0;

    padding-bottom: 0;
  }

}



@media only screen and (max-width: 768px) {

  .events-card-item {

    height: 465px;

  }

}

@media (max-width: 350px) {

  .events-card-item {

    height: 395px;

  }



  .events-card-item.last {

    padding: 25px !important;

  }



  .d-link {

    padding-top: 5%;

  }

}

@media (max-width: 1879px) {

  .pad {

    padding: 5px !important;

  }

}



.show-footer {

  display: block;

}

.show-footer-mb {

  display: none;

}



@media (max-width: 424px) {

  .show-footer {

    display: none !important;

  }

  .show-footer-mb {

    display: block !important;

  }

}



@media (max-width: 1800px) {

  .events-card-title {

    font-size: 30px !important;

  }

  .events-card-btn {

    font-size: 16px !important;

  }

  .events-card-disc {

    font-size: 15px !important;

  }

  .events-card-contents p{
    font-size: 13px !important;
  }

  .events-card-btn-last {

    font-size: 16px !important;

  }
  .events-card-contents h2 {
    font-size: 27px !important;
  }

  h4.events-card-sub-title.text-uppercase {
    font-size: 17px;
  }

}


.today-srv-title {

  font-family: "FreightBigProBold";

}

.pad {

  padding: 14px;

}



.footer-subscription {

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: stretch;

  align-items: stretch;

}

.text-subscription {

  background: transparent;

  border: 1px solid transparent !important;

  border-bottom: 1px solid #d6d6d6 !important;

  width: 300px;

}



.mobile-sevice-timeing {

    padding-bottom: 31px;

}



form.footer-newslatter-form {

  display: flex;

  justify-content: space-between;

}



form.footer-newslatter-form  input:focus-visible {

  border: none;

  outline: none;

}



form.footer-newslatter-form .btn{

  padding-inline: 0px;

}



form.footer-newslatter-form input {

  width: 100%;

  background: transparent;

  border: 0;

  font-family: 'Effra';

  color: #fff;

}



/* Footer section hover effect*/

.footer-link a {

  color:#fff;

  position: relative;

  text-decoration: none;

  padding-bottom:4px;

}

.footer-link a::before {

  content: "";

  position: absolute;

  display: block;

  width: 100%;

  height: 1px;

  bottom:0;

  left: 0;

  background-color: #a8946b;

  transform: scaleX(0);

  transform-origin: top left;

  transition: transform 0.3s ease;

}

.footer-link a:hover::before {

  transform: scaleX(1);

}



.main-link a {

  position: relative;

  text-decoration: none;

  padding-bottom:4px;
  /* color: #a8946b; */

}

.main-link a::before {

  content: "";

  position: absolute;

  display: block;

  width: 100%;

  height: 2px;

  bottom:0;

  left: 0;

  background-color: #a8946b;

  transform: scaleX(0);

  transform-origin: top left;

  transition: transform 0.3s ease;

}

.main-link a:hover::before {

  transform: scaleX(1);

}

/* Footer section animation end */

@media (max-width:768px){

  .goverance-padding {

    padding-bottom: 30px;

  }

}



.goverance-padding {

  padding-bottom: 3rem;

}



@media (max-width: 1800px) and (min-width: 992px) {

  .footer-col {

    flex: 0 0 24.666667% !important;

      max-width: 53.666667% !important;

  }

}

@media (max-width: 1920px) and (min-width: 1801px) {

  .quick-footer {

    flex: 0 0 9.666667% !important;

    max-width: 9.666667% !important;

  }

  .about-footer {

    flex: 0 0 22%;

    max-width: 22%;

  }

} 


.news-letters {
  padding: 15px 0px 22px 0;
}
.arrow-icn {
  margin-left: 12px;
  vertical-align: middle;
}



/* 404 page css */
.error-main-title {
  font-family: 'FreightBigProBold';
  font-size: 150px;
  color: #bd1717;
}
.error-title {
  font-family: 'Effra';
  font-weight: 500;
  font-size: 30px;
  color: #a8946b;
}
.error-desc {
  font-family: 'Effra';
  font-size: 22px;
}
.home-link {
  color: #a8946b;
}

@media (max-width: 1800px) {
  .error-main-title {
    font-size: 95px;
  }
  .error-title {
    font-size: 25px;
  }
  .error-desc {
    font-size: 18px;
  }
}

@media (max-width: 1440px) and (min-width: 1239px) {
  .social-media-footer-section {
    flex: 0 0 33%;
    max-width: 33.33333%;
  } 
}
.a-links {
  font-size: 16px;
  color: #a8946b;
  font-family: 'Effra';
}

/*Service Page Description*/
.des p  a {
  color:  #a8946b;
  font-family: 'Effra';
}


/*Privacy and accesibility*/

.privacy-contents h3, .privacy-contents h2, .privacy-contents h1{
  font-family: 'FreightBigProBold';
  color: #3c3c3c;
}

.privacy-contents p {
  font-family: 'Effra';
}

.privacy-contents ul li {
  font-family: 'Effra';
}

.privacy-contents a {
  color:  #a8946b;
  font-family: 'Effra';
}

@media(max-width:480px){
  #accordion .card-body{
      padding:0 15px !important;
  }
}

.card-pad {
    padding-bottom: 2.25rem;
}
  



/** Latest News css**/



.news-card-item {

  position: relative;

  overflow: hidden;

  height: 567px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  margin-bottom: 30px;

}



.news-card-item:hover .news-card-disc {

  transform: translateY(0%);

}





.news-card-overlay {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: transparent;

  padding: 15px;

  overflow: hidden;

  transition: background-color 0.3s ease;

  /* Adding transition */

}



.news-card-overlay:hover {

  background-color: rgb(189, 23, 23, 0.7);

}



.news-card-content {

  position: absolute;

  width: 100%;

  bottom: 0;

  left: 0;

  padding: 0px 15px 16px;

  transform: translateY(calc(100% - 168px));

  transition: transform 0.3s ease;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 85%);

}



.news-card-content p {

  font-family: "Effra";

}





.news-card-overlay:hover .news-card-content {

  transform: translateY(0);

  background: transparent;



}



h4.news-card-sub-title.text-uppercase {

  color: #fff;

  font-size: 20px;

  font-family: 'FreightBigProBold';

}



.news-card-overlay .news-card-content .news-card-content-inner {

  opacity: 0;

}



.news-card-overlay:hover .news-card-content .news-card-content-inner {

  opacity: 1;

}



.news-card-heading {

  display: flex;

  justify-content: end;

  align-items: end;

  max-height: 151px;

  min-height: 151px;

  flex-direction: column;

  align-items: center;

}



.news-card-disc {

  color: #fff;

  font-size: 20px;

  font-family: "Effra";

  margin-bottom: 10px;

}



.news-card-btn {



  color: white;

  font-family: "Effra";

  font-size: 22px;

  font-weight: 400;

  text-align: center;



}



.news-card-btn-last {

  border-radius: 30px;

  color: #a39259 !important;

  padding: 10px 30px;

  border: 2px solid #a39259;

  font-size: 22px;

  font-family: "Effra";

  font-weight: bold;

  display: inline-block;

}



.news-card-btn-last:hover {

  color: #fff !important;

  background-color: #a39259;

}



.news-card-item.last {

  padding: 50px;

  display: flex;

  justify-content: center;

  align-items: center;

}



.news-card-heading-last .news-card-title {

  color: #a39259 !important;

  font-family: 'FreightBigProBold';

  font-size: 40px;

  font-weight: 600;

  padding-top: 5px;

  padding-bottom: 8px;

}



.news-card-item.last p {

  font-family: 'Effra';

  font-size: 18px;

}





.news-card-btn img {

  vertical-align: middle;

  width: 15px;

  height: 15px;

  margin-left: 5px;

}







.news-card-wrapper .news-card-title {

  margin-top: 10px;

  font-family: 'FreightBigProBold';

  font-size: 40px;

}



.text-decoration-none {

  text-decoration: none;

}



@media only screen and (max-width: 1675px) and (min-width: 1020px) {

  .news-card-item {

      height: 450px;

  }



  .news-card-item.last {

      padding: 40px;

      display: flex;

      justify-content: center;

      align-items: center;

  }



  .news-card-heading-last .news-card-title {

      font-size: 2rem;

      padding-top: 0;

      padding-bottom: 0;

  }

}



@media only screen and (max-width: 768px) {

  .news-card-item {

      height: 465px;

  }

}

@media (max-width: 350px) {

  .news-card-item {

      height: 340px;

  }

}



@media (max-width: 1800px) {

  .news-card-title {

      font-size: 30px !important;

  }

  .news-card-btn {

      font-size:  16px !important;

  }

  .events-card-disc {

      font-size: 15px !important;

  }

  .news-card-btn-last {

      font-size: 16px !important;

  }

}

  
  .news-date {

      /*position: relative;

      bottom: 70px;*/

      color: #fff;

      font-family: 'Effra Medium';

      font-size: 17px;

      /* margin-bottom: 20px; */

  }

  .bg-overlay {

      background-color: rgba(0,0,0,0.4);

  }

  .card-content-bg {

      background: linear-gradient( 0deg , #000000, transparent) !important;

  }

  /* GRID DESIGN ends **/


  /**** Search Section css ***/
  .list-items {
    text-transform:capitalize;
  }
  .search-header h2 {
    font-family: 'FreightBigProBold';
  }
  .search-header p {
    font-family: 'Effra';
    font-size: 18px;
  }
  .list-items {
    font-family: 'Effra';
    font-size: 18px;
  }
  
  .list-items a {
    color: #a8946b;
    font-weight: bold;
  }

  .err-msg {
    font-family: 'FreightBigProBold';
    font-size: 30px;
  }
  .msg-sub {
    font-family: 'Effra';
    font-size: 15px;
  }

  .msg-error {
    padding-top: 5rem;
  }

  .input-group-menu-page {
    position: relative;

    display: -ms-flexbox;
  
    display: flex;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -ms-flex-align: stretch;
  
    align-items: stretch;
  
  }

  /***End ***/

  @media (max-width: 790px) and (min-width: 430px) 
  {
    .saerch-padding-left {
      padding-left: 1.2rem;
    }
  }
  @media (max-width: 429px)  
  {
    .saerch-padding-left {
      padding-left: 1rem;
    }
  }


  @media (max-width: 583px) and (min-width: 240px) {
    .wrapper-menu {

      padding-right: 0% !important;
    
    }

    .menu-icon-fa {
      left: -3% !important;
    }
  }



  /***** Our Archives Css ****/
.get_in_touch {

  /* padding-top: 80px; */

  padding-bottom: 80px;

}

.mc-image-sec img{

  height: 100%;

  object-fit: cover;



}

.get_in_touch .mc-content-sec p {

  font-family: 'Effra';

  color: #3c3c3c;

  font-size: 20px;

  max-width: 700px;

}



.records p {

  font-family: 'Effra';

  color: #3c3c3c;

  font-size: 20px;

  max-width: 700px;

}



.get_in_touch_section_content {

  background-color: #f0f0f0;

  text-align: center;

  padding: 90px 25px;

}



.get_in_touch_section_content h2 {

  font-weight: 600;

  font-family: 'FreightBigProBold';

}



.get_in_touch_section_content p {

  font-family: 'Effra';

  color: #3c3c3c;

  font-size: 20px;

  max-width: 427px;

  margin: auto;

}



.get_in_touch_section_content a {

  font-family: 'Effra';

  color: #a8946b;

  font-size: 20px;

  word-wrap: break-word;



}



.get_in_touch_section_content .email_address {

  margin-top: 20px;

}

.archive_quote_section{

  background-image: url(../image/About_us/our-archieves/our-archeive_quote_section.jpg) !important;

  padding: 17% !important;

}

.archive_quote_section h1{

font-family: 'FreightBigProSemibold' !important;

font-size: 50px !important;

}





@media(max-width:1500px) {

  .get_in_touch .mc-content-sec p{

      font-size: 16px !important;

  }



  .get_in_touch_section_content p{

      font-size: 16px !important;

  }

  .records p {

      font-size: 16px !important;

  }

}

@media(max-width:992px)

{

.get_in_touch_section_content a {

  font-size: 16px;



}

.records p {

 text-align: center;

}

.get_in_touch_section_content p{

  text-align: center;

}

.get_in_touch p{

  text-align: center;

}



}



@media(max-width: 425px) {

.archive_quote_section {

  padding: 10% !important;

}

.get_in_touch {

  padding-top:30px !important;

}

}

/*****Our Archives End ****/



/****** Donate Section ****/

@media(max-width:768px){

  .list-group-item-pading{

    padding: 0 !important;

  }

  .corporate-page-wrap{

    flex-wrap: wrap !important;

  }

  .corporate-width{

    flex:0 0 100% !important;

    max-width: 100% !important;

  }

}
/****** Donate Section End ****/


/**** Month Scroll for tabs ***/

.left-pos {
  position: relative;
    bottom: 33px;
    left: 7px;
}
.right-pos {
  position: relative;
    bottom: 33px;
    right: 7px;
}

.disable-icon {
  pointer-events: none;
  color: #9b9797;
}
/****end ***/

@media(min-width:1800px){
  .section-lg {
    display: block;
  }

  .input-form {
    min-width: 160px !important;
  }

  .left-pos {
      bottom: 38px;
  }
  .right-pos {
      bottom: 38px;
  }
}
@media(max-width:1780px){
  .section-lg {
    display: none;
  }
}

.section-box {
  /* display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; */
  /* justify-content: space-between; */
  /* align-items: center; */

  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: center;
  align-items: baseline;
}

.section-box-1 {
  /* display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; */
  /* justify-content: space-between; */
  /* align-items: center; */

  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: space-between;
  align-items: end;
}

.item {
  margin: 4px;
  /* flex: 0 1 calc(20% - 8px);  */
  /* <-- adjusting for margin */
}
.text-weight {
  font-weight: bold;
  font-family: 'Effra';
}
.text-form {
  font-family: 'Effra' !important;
  /* font-family: 'FreightBigProSemibold' !important; */
    height: 45px;
    border: 0 !important;
    background: #ffffff !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}
.input-form {
  min-width: 175px !important;
}

.frm-flex {
  flex-wrap: wrap !important;
    justify-content: center !important;
}

.clear-search a, .clear-search-mb a {
  text-align: right;
  display: flex;
  justify-content: right;
  padding: 0 12px;
  font-family: 'Effra';
  font-weight: 700;
  color: #000 !important;
}
.custom-style {
  display: none;
}

.clear-search a:hover {
  color: #a8946b !important;
}
@media (max-width: 1390px) {
  .clear-search {
    display: none !important;
  }
  .custom-style {
    display: flex !important;
    align-items: center;
    padding-top:0;
  }
}



.btn-custom {
   background-color: transparent !important;
  border: 0 !important;
  color: #000 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between text and icon */
}

.img-icon {
  height: 16px; /* adjust as needed */
  width: auto;
  vertical-align: middle;
}

.btn-custom:hover {
  color: #a8946b; /* gold shade */
}


.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: left; /* center horizontally (optional) */
  gap: 20px; /* space between prev and next buttons */
  margin-top: 20px; /* optional spacing */
}

a.prev, a.next {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3c3c3c;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hide red icons by default */
.arrow-hidden {
  display: none;
}

/* Hover effect for active links */
a.prev:not(.disabled):hover,
a.next:not(.disabled):hover {
  color: #c1272d;
}

/* Swap icon color on hover */
a.prev:not(.disabled):hover .arrow-default,
a.next:not(.disabled):hover .arrow-default {
  display: none;
}
a.prev:not(.disabled):hover .arrow-hidden,
a.next:not(.disabled):hover .arrow-hidden {
  display: inline-block;
}

/* Disabled state */
a.disabled {
  pointer-events: none;
  opacity: 0.5;
  color: #999;
}
a.disabled .arrow-hidden {
  display: none;
}


/* @media (max-width: 442px) {
  .custom-style {
    padding-top:20px !important;
  }
} */


/*** Footer Menu Accordion Section css **/
@media(min-width: 700px){
  .web-footer {
    display: flex !important;
  }
  .mb-footer {
    display: none !important;
  }
}

@media(max-width: 699px){
  .web-footer {
    display: none !important;
  }
  .mb-footer {
    display: block !important;
  }
}
 .accordion-footer {
    max-width: 400px;
    margin: auto;
    background: transparent !important;
    overflow: hidden;
}

/*.accordion-item {
    border-bottom: 1px solid #444;
}*/

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.accordion-link {
    font-family: "FreightBigProBold";
    color: #a8946b !important;
    font-size: 18px !important;
    text-decoration: none;
    flex-grow: 1;
}

.accordion-link:hover {
    text-decoration: none;
}

.accordion-icon {
    color: #a8946b !important;
    font-size: 26px !important;
    transition: transform 0.3s ease;
}

.accordion-icon.rotate {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    padding: 0 15px;
}

.accordion-content ul {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
}

.accordion-content li {
    padding: 5px 0 5px 15px;

}

.accordion-content a {
    text-decoration: none;
    color: #fff !important;
    font-family: 'Effra';
    font-size: 14px;
}

.accordion-content a:hover {
    text-decoration: none;
}


.book-icon {

  width: 4rem;

  padding-bottom: 12px;

}
.chime-mc-logo {
  display: inline;
}
.img-fluid-new {

    width: 10rem !important;

  }

@media only screen and (max-width: 1540px) {
  .chime-mc-logo {
    display: none !important;
  }
}
/** End Footer Accordian Section css **/


figure img{
  max-width: 100%;
}

figure.image {
    display: inline-block;
    max-width: 502px; /* match image width */
    margin: 0 auto;
    text-align: center;
}

figure.image img {
    width: 100%;
    height: auto;
    display: block;
}

figure.image figcaption {
    width: 100%;
}