.hero-slider-1 .slide-1 {
  background: rgb(34, 193, 195);
  background: linear-gradient(9deg,
      rgba(34, 193, 195, 1) 0%,
      rgba(167, 45, 253, 1) 100%);
}

.hero-slider-1 .slide-2 {
  background: rgb(17, 17, 17);
  background: linear-gradient(9deg,
      rgb(92, 95, 95) 0%,
      rgb(191, 190, 192) 100%);
}

.animated-wrapper {
  margin: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(271deg, #0ca1f5, #8d0cf5, #ca0cf5);
  background-size: 400% 400%;
  animation: gradientBG 25s ease infinite;
}

.animated-wrapper-black {
  margin: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(171deg, #161616, #000000, #242424);
  background-size: 400% 400%;
  animation: gradientBG 25s ease infinite;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.active-menu {
  background-color: #111111 !important;
  color: white !important;
}

.nav-hover-1>li:hover>a,
.nav-hover-1>li:focus>a {
  background-color: #111111;
  color: white;
  height: 50px !important;
  animation: 25s ease;
}

.btn-custom {
  background: linear-gradient(271deg, #0ca1f5, #8d0cf5, #ca0cf5);
}

.fury-notify {
  display: none;
}

.cta-wave .cta-wave-svg path {
  fill: url(#MyGradient);
}

.padding-equal {
  padding: 40px;
}

.mayur-bg-primary {
  background-color: #5CB8E3;
  color: white;
}

.cust {
  border-left: 1px solid #d9d9d9;
}

.menu-dark .header-right div>a,
.menu-dark .menu-list>li>a {
  color: #ffffff;
}

.header-shop-3 .search-sub {
  background-color: #2a3446;
}

.count-badge::before {
  background-color: #f91414;
}

.seo-top-nav li a {
  color: white !important;
}

.mayur-outlined-bg {
  background: #fff;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
}

.mayur-outlined-bg-fonts>li>a {
  color: #111111 !important;
}

.no-pad-mar {
  margin: 0px !important;
  padding: 0px !important;
}

/* .site-header {
  background: white !important;
  position: relative !important;
} */
.bordered-menu {
  background: #2a3446 !important;
}

/* .header-top {
  margin: 10px !important;
} */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-large,
.btn-large:hover,
.btn-large:focus {
  background-color: #111111;
  color: white;
}

.btn-white i,
.btn-white:hover i {
  color: white;
}

.realestate-slide-content .price {
  color: #111111;
}

.menu-list>li>a {
  line-height: 50px !important;
  height: unset !important;
}

.header-bottom {
  padding: 10px !important;
}

#undefined-sticky-wrapper {
  width: 100% !important;
}

.pb-10 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 40px !important;
}

/* ----------------------------------------------------------------
	Toastr Notifications
-----------------------------------------------------------------*/
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-full-width {
  top: 10px;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 10px;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 1999;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container>div {
  margin: 0 0 6px;
  padding: 15px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container>div i {
  position: relative;
  top: 1px;
  width: 16px;
  text-align: center;
  margin-right: 3px;
}

#toast-container> :hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

@media all and (min-width: 240px) and (max-width: 479px) {
  #toast-container>div {
    padding: 8px;
    width: 18em;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  #toast-container>div {
    padding: 15px;
    width: 25em;
  }
}

.fury-notify {
  display: none;
}

.alert i,
.msgtitle i,
.sb-msg i {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 5px;
}

.newsletter-3.light .nl-inner {
  border: 1px solid rgba(53, 53, 53, 0.7);
  border-radius: 0px;
  padding: 1px;
}

.newsletter-3 .nl-input {
  border-radius: 0px;
}

.footer {
  border-top: 1px solid #d9d9d9;
  background-color: #2a3446;
  color: white;
}

.footer-img-bg {
  background-color: #5CB8E3;
}

.primary-footer.dark {
  background-color: #2a3446;
}

.advts {
  margin: 20px 0px;
}

.cat_title {
  background-color: #f4f3fc;
  padding: 10px;
  margin-bottom: 10px;
}

.header-shop-3 .new {
  border-left: 0px;
  margin: 13px;
}

.header-shop-3 .new span {
  font-size: 13px;
  font-weight: 500;
}

.header-shop-3 .new .option {
  font-size: 12px;
  line-height: 30px;
  min-height: 30px;
  color: #030303;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

/* no-gutters Class Rules */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters>[class^="col-"],
.row-no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.pl-15px {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .pl-sm-15px {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .pl-md-15px {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl-lg-15px {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .pl-xs-15px {
    padding-left: 15px;
  }
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

.d-flex {
  display: flex;
}

.justify-start {
  justify-content: flex-start;
}

.items-center {
  align-items: center;
}

@media(min-width: 768px) {
  .d-sm-flex {
    display: flex;
  }

  .d-sm-justify-start {
    justify-content: flex-start;
  }

  .d-sm-items-center {
    align-items: center;
  }
}

.text-white {
  color: white;
}

.bg-white {
  background-color: white;
}

.text-nowrap {
  white-space: nowrap;
}

.customer-contact {
  font-size: 12px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .customer-contact {
    font-size: 14px;
    line-height: 50px;
  }
}

.line-height-30 {
  line-height: 30px;
}

.line-height-50 {
  line-height: 0px;
}

.product-card {
  margin-bottom: 30px;
}



/* --------------------------------------------------------------------
New Custom Changes By Gopal for final production date 28-09-2021 
-------------------------------------------------------------------- */
/* custom class name mustbe start with 'bnbmp-' prefix */
/* 
main {
  padding-top: 87px;
}

@media (min-width: 768px) {
  main {
    padding-top: 92px;
  }
}

@media (min-width: 992px) {
  main {
    padding-top: 93px;
  }
} */


/* product card title link */
.product .title-link,
.product .price {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* padding: 0 12px; */
}

.product .title {
  padding: 30px 15px 20px !important;
  text-align: left;
}

.product .price {
  /* padding: 0 !important; */
  /* text-align: left; */
}

.product .text-link {
  white-space: nowrap;
  display: inline-block;
}

.product .product-actions>*+* {
  margin-top: 10px;
}

/* box-margin height */
.box-margin .box1,
.box-margin .box2 {
  height: 90px;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/* product filter all and latest */
.masonry-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .masonry-filter {
    justify-content: center;

  }
}

.masonry-filter li>a {
  padding: 0 15px 10px !important;
}

/* 
.masonry-filter li > a::before {
  left: auto !important;
  right: 0 !important;
}
.masonry-filter li > a.active::before {
  right: auto !important;
  left: 0 !important;
} */
.widget.type-2 {
  padding: 15px !important;
}

/* checkeout sections */

h4.order-head {
  padding-bottom: 10px !important;
}

/* user dashboard page */

/* dash board titles */
.mpcs-db-table thead th,
.mpcs-db-table tbody td {
  padding: 15px !important;
  text-align: center;
  white-space: nowrap;
}

/* .mpcs-db-table th {
  padding: 15px;
  text-align: center;
  white-space: nowrap;
} */


/* saved address */
.db-billing-address {
  padding-bottom: 20px;

}

.db-billing-address p {
  margin-bottom: 10px;
}

.input-lg {
  line-height: 1 !important;
  height: auto !important;
}

/* step 1 tab-2 select from existing */
.mpcs-address-radio input[type=radio] {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: relative;
  color: rgba(0, 0, 0, 1);
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  border: 0;
}
.mpcs-address-radio label {
  padding: 0;
}
.mpcs-address-radio p {
  margin: 0;
}

.mpcs-address-radio input[type=radio]::after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  /* top: -2px;
  left: -1px; */
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  transition: all .3s ease;
}

.mpcs-address-radio input[type=radio]:checked::after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  /* top: -2px;
  left: -1px; */
  position: relative;
  background-color: #35d366;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  box-shadow: 0 0px 4px rgba(0,0,0,0.45);
}
.section-full {
  padding: 90px 0 !important;
}

@media (min-width: 768px) {
  .section-full {
    padding: 100px 0 !important;
  } 
}

/* table cart */

.table-cart thead th {
  padding: 15px !important;
  text-align: left;
  white-space: nowrap;
}
.table-cart tbody td {
  padding: 15px !important;
  text-align: left;
  white-space: nowrap;
}
.mcart-product .thumb {
  padding: 20px;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.mcart-product .thumb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

/* box sizing > > border box */
.box-border {
  box-sizing: border-box !important;
}


/* Review cart */
.quantity-field input {
  box-sizing: border-box !important;
  padding: 0 25px 0 10px !important;
}
.quantity-field button {
  width: 20px;
  height: 20px;
  background-color: #f1f1f1;
  /* color: white; */
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .quantity-field button:focus, .quantity-field button:hover {
  color: white;
} */

.quantity-field button i {
  width: 8px;
  height: 8px;
  display: inline-block;
}

/* Active Menu Styling */
.menu-active a{
 color: #5CB8E3 !important;
 font-weight: bolder;
}
a, a:hover, a:focus {
  color: #5CB8E3;
}
.textwidget{
  color:white;
}
.gray-bg-3 {
  background-color: #5cb8e32e;
}
.tm-item.style2 .author-info .name, .tm-item.style4 .author-info .name {
  color: #5CB8E3;
}
.fa-quote-left:before {
  content: "\f10d";
  color:#2a3446;
}
.fa-long-arrow-left:before {
  content: "\f177";
  color:#2a3446;
}
.fa-long-arrow-right:before {
  content: "\f178";
  color:#2a3446;
}
.text-link {
  color: #5CB8E3;
}
.btn-dark {
  background-color: #2a3446;
}


.masonry-filter.style-3 li a::before, .masonry-filter.style-4 li a::before, .masonry-filter-2.style-3 li a::before, .masonry-filter-2.style-4 li a::before {
  background-color: #5CB8E3;
}