body {
  font-family: "Poppins", sans-serif;
  /* margin-top: 79px; */
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

h2 {
  color: #0c0c45;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}

h4 {
  color: #0c0c45;
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 600;
}

h5 {
  color: #0c0c45;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  opacity: .9;
}

h6 {
  color: #0c0c45;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  opacity: .9;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}

.large-pera {
  line-height: 40px;
  font-weight: 500;
}

.small-pera {
  opacity: .9;
  color: #0c0c45;
  font-size: 16px;
  line-height: 1.4;
}

.small-light-pera {
  opacity: .5;
  color: #0c0c45;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  color: #0c0c45;
}



.head-section p {
  max-width: 860px;
  margin: auto;
}

section {
  padding: 40px 0px;
}

.divider {
  height: 78px;
}

/* ==================================     theme-btn-bg    ================================== */
i {
  padding-top: 5px;
}

.animation-btn i {
  transition: all 0.3s ease-in-out;
}

.theme-btn {
  padding:8 15px;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.theme-btn-sacendory {
  background: #ed3541;
  color: #fff;
}

.theme-btn-primary {
  background: #0c0c45;
  color: #fff;
}

.theme-btn-primary:hover {
  background: #227afe;
  color: #fff;
}

.animation-btn:hover i {
  transform: translate(5px, 0px);
}

/* ==================================     theme-bg-color     ================================== */
.theme-bg-primary {
  background: #ed3541;
}

.theme-bg-secondary {
  background: #0c0c45;
}

.theme-bg-primary-light {
  background: #80808017;
}


/* ==================================     theme-bg-color close     ================================== */
/* ==================================     theme-icon-color     ================================== */
.theme-icon-primary {
  color: #0c0c45;
}
.theme-icon-primary-light {
  color: #fff;
}
.theme-icon-secondary {
  color: #ed3541;
}
.theme-icon-size-small{
  font-size: 20px;
}

.theme-icon-size {
  font-size: 40px;
}

/* ==================================     theme-icon-color     ================================== */
/* ==================================     Border radius     ================================== */
.theme-border-radius {
  border-radius: 18px;
}

.theme-border-radius-light {
  border-radius: 10px;
}
/* ==================================     Border radius close     ================================== */
/* ==================================     Form fields     ================================== */
.form-control,
.input-group-text,
textarea.form-control,
select,
input[type="date"],
input[type="text"],
input[type="number"],
input[type="email"] {
  border: none;
  background: #fff;
  height: 50px;
  padding: 10px 20px;
  border-radius: 3px;
  height: 35px;
}















/* ==================================     theme-text-size     ================================== */

.theme-small-text {
  font-size: 14px;
}

.theme-med-text {
  font-size: 16px;
  font-weight: 700;
}

.upper-transform-text {
  text-transform: uppercase;
}

/* ==================================     theme-text-size close     ================================== */
/* ==================================     theme-text-color     ================================== */
.theme-text-primary {
  color: #ed3541;
}

.theme-text-secondary {
  color: #36C991;
}

.theme-text-primary-light {
  color: #74777d;
}

.theme-text-secondary-light {
  color: #227afe;
}

.theme-text-light {
  color: #fff;
}

.theme-text-dark {
  color: #0c0c45;
}

/* ==================================     theme-text-color close     ================================== */
/* ==================================     theme-text-box shadow     ================================== */




/* ==================================     header section     ================================== */
header .nav-btn a {
  cursor: pointer;
  text-align: center;
  padding-left: 25px !important;
  padding-right: 25px !important;

}

header .navbar span {
  font-size: 18px;
  font-weight: 600;
}

.order a{
  cursor: pointer;
}

.features-section .features-info .card {
  min-height: 150px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.features-section .features-info .card-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  color: #fff;


}






.features-section .features-info .card:hover .card-title {
  color: #0c0c45;
}

.features-section .features-info .card:hover {
  box-shadow: rgb(0 0 0 / 3%) 0px 0px 0px 0px, rgba(0, 0, 0, 0.23) 0px 2px 6px;
  transform: translate(0px, -5px);
}




.benefits-pera i {
  width: 30px;
  padding-top: 6px;
}

.benefits-pera p {
  width: calc(100% - 30px);
}

.our-story{position: relative; height: 600px;}
.our-story::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c0c45;
  opacity: .9;
  top: 0;
  left: 0;
}
.our-story .head-section h2{padding-bottom: 30px;}
.our-story .head-section{position: absolute; z-index: 1; padding-bottom: 0; top: 50%; left: 0; right: 0;transform: translateY(-50%);}

footer .footer-social {
  width: 247px;
}

footer .footer-logo {
  width: calc(100% - 247px);
}


footer .footer-location i{width: 15px;}
footer .footer-location p{width: calc(100% - 24px);}
footer .footer-social a:hover{color: #ed3541;}
.testimonials .swiper-slide img{max-width: 90px; display: inline-block;margin-bottom: 15px;}
.testimonials .swiper {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.testimonials .swiper-slide{height: auto; width: auto;}
.order a:hover{background: #b0d345; color: #fff;}
.nav-btn .nav-link:hover{color: #fff;}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
}


.features-section .features-img {
  padding-left: 50px;
}

.home-slider-section .slider-info{position: relative;}
.home-slider-section .slider-info .loader{    
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  top: 30%;}



  .home-slider-section .slider-info .swiper{visibility: hidden;}



  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .home-slider-section .swiper-slide{position: relative;}
  .home-slider-section .swiper-slide .read-more,
  .home-slider-section .swiper-slide .add-card,
  .home-slider-section .swiper-slide .modal-price{
    position: absolute;
    top: 5px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 2px;
    background: #fff;
    color: #0c0c45;
    font-weight: 500;
  }
  .home-slider-section .swiper-slide .add-card{ 
    left: 5px;
    background: #b0d345;
    color: #fff;
  }
  .home-slider-section .swiper-slide .modal-price{right: 5px;}
  .home-slider-section .swiper-slide .add-card:hover{
    background: #fff;
   color: #0c0c45;
  }
  .home-slider-section .swiper-slide .read-more{
    top: auto;
    bottom: -29px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none;
  }
  .home-slider-section .swiper-slide .read-more:hover{
    background:#0c0c45 ;
    color: #fff;
  }

  .modal-dialog {
    max-width: 600px;
   
}
.modal-body-cover {
    position: relative;
}

.modal-body-content {
  position: absolute;
  bottom: 0%;
  left: 45%;
  transform: translate(-50%, -0%);
  margin: auto;
  width: calc(100% - 89px);
  background: #000000db;
  padding: 15px 20px;
  border-radius: 10px;


 
}
.modal-body-content div{color: #fff; font-size: 12px;}
.modal-body-overlay{position: relative;border-radius: 20px;}
.modal-body {
  padding: 10px;
}
.modal-body-overlay img{border-radius: 10px;}
.modal-body-overlay::after{
  width: calc(100% - 24px);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  margin: 0 auto;
}
.cart-info{
  position: absolute;
    left: 18px;
    top: 10px;
    text-align: center;
    border-radius: 7px;
    width: 15px;
    height: 15px;
    background-color: #0c0c45;
    border: 1px solid #fff;
    font-weight: 400;
    color: #f0f0f0;
    line-height: 15px;
    font-size: 10px;

}


/* Modal box card */
.modal-staff-card .modal-body-overlay {
  position: inherit;
  
  width: 50%;
  
}
.modal-staff-card .modal-body-content {
 
    margin: initial;
    transform: initial;
    position: initial;
    width: calc(50% - 12px);

}
.modal-staff-card .modal-body-overlay img {
  border-radius: 10px;
  width: 100%;
}
.user-address{margin-top: 10px; display: inline-block;}
.user-inner-card{ background: #000000db; color: #fff; padding: 10px; border-radius: 10px; margin-top: 10px; font-size: 14px;}
.inner-btn-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

.inner-user-btn{background: #b0d345; color: #fff; border: none;}
textarea.form-control {height: 107px;}
.modal-staff-card .modal-body-content .btn-close {
  background-image: none;
  position: absolute;
  right: 13px;
  top: 2px;
  font-size: 20px;
  height: 10px;
  width: 10px;
  opacity: 1;
  z-index: 9;
}
  .modal-staff-card .modal-body-content .btn-close i{
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    background: red;
    width: 25px;
    height: 25px;
    border-radius: 50px;
}

.btn-close:focus {
 
  box-shadow: none;
}
    .overlay-product-count {
      background: #242424d9;
      position: absolute;
      bottom: 0px;
      border-radius: 0px 0px 10px 10px;
      text-align: center;
      width: calc(100% - 24px);
      height: 40px;
      padding: 5px 0px;
      z-index: 1
  }
  .overlay-product-count .btn.btn-outline-primary {
      font-size: 10px;
      color: #fff;
      border-color: #fff;
  }
  .order .theme-btn {
   
    padding: 5px 26px 5px 37px !important;
}

.home-slider-section .swiper-slide .read-more{
  background:#0c0c45;
  color: #fff;
}
.home-slider-section .swiper-slide .read-more:hover{
  background:#fff;
  color: #ed3541;
}

.product-modal-info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 12px;
  padding: 7px;
  height: 75px;
}
.product-modal-info span{display: block;}
.total-price{background:#ed3541;color:#fff;    border: none;
  width: 100%;}

  footer .footer-logo img{max-width: 200px;}
 .policy-section .nav-link{color: #212529; font-weight: 600;}
 .policy-section .nav-pills .nav-link.active{background: #ed3541;}
 header .logo{height: 75px;}
 .container.policy-section p a{text-decoration: underline; color: #ed3541;}
body {
  font-family: "Poppins", sans-serif;
  /* margin-top: 79px; */
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

h2 {
  color: #0c0c45;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}

h4 {
  color: #0c0c45;
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 600;
}

h5 {
  color: #0c0c45;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  opacity: .9;
}

h6 {
  color: #0c0c45;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  opacity: .9;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}

.large-pera {
  line-height: 40px;
  font-weight: 500;
}

.small-pera {
  opacity: .9;
  color: #0c0c45;
  font-size: 16px;
  line-height: 1.4;
}

.small-light-pera {
  opacity: .5;
  color: #0c0c45;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  color: #0c0c45;
}

.head-section {
  text-align: center;
  padding-bottom: 30px;
}

.head-section p {
  max-width: 860px;
  margin: auto;
}

section {
  padding: 40px 0px;
}

.divider {
  height: 78px;
}

/* ==================================     theme-btn-bg    ================================== */
i {
  padding-top: 5px;
}

.animation-btn i {
  transition: all 0.3s ease-in-out;
}

.theme-btn {
  padding: 10px 15px;
  border-radius: 5px;
  /* font-size: 14px; */
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.theme-btn-sacendory {
  background: #ed3541;
  color: #fff;
}

.theme-btn-primary {
  background: #0c0c45;
  color: #fff;
}

.theme-btn-primary:hover {
  background: #227afe;
  color: #fff;
}

.animation-btn:hover i {
  transform: translate(5px, 0px);
}

/* ==================================     theme-bg-color     ================================== */
.theme-bg-primary {
  background: #ed3541;
}

.theme-bg-secondary {
  background: #0c0c45;
}

.theme-bg-primary-light {
  background: #80808017;
}


/* ==================================     theme-bg-color close     ================================== */
/* ==================================     theme-icon-color     ================================== */
.theme-icon-primary {
  color: #0c0c45;
}
.theme-icon-primary-light {
  color: #fff;
}
.theme-icon-secondary {
  color: #ed3541;
}
.theme-icon-size-small{
  font-size: 20px;
}

.theme-icon-size {
  font-size: 40px;
}

/* ==================================     theme-icon-color     ================================== */
/* ==================================     Border radius     ================================== */
.theme-border-radius {
  border-radius: 18px;
}
.theme-border-radius-light {
  border-radius: 10px;
}
/* ==================================     Border radius close     ================================== */
/* ==================================     Form fields     ================================== */
.form-control,
.input-group-text,
textarea.form-control,
select,
input[type="date"],
input[type="text"],
input[type="number"],
input[type="email"] {
  border: none;
  background: #fff;
  height: 50px;
  padding: 10px 20px;
  border-radius: 3px;
  height: 35px;
}


/* ==================================     theme-text-size     ================================== */

.theme-small-text {
  font-size: 14px;
}

.theme-med-text {
  font-size: 16px;
  font-weight: 700;
}

.upper-transform-text {
  text-transform: uppercase;
}

/* ==================================     theme-text-size close     ================================== */
/* ==================================     theme-text-color     ================================== */
.theme-text-primary {
  color: #ed3541;
}

.theme-text-secondary {
  color: #36C991;
}

.theme-text-primary-light {
  color: #74777d;
}

.theme-text-secondary-light {
  color: #227afe;
}

.theme-text-light {
  color: #fff;
}

.theme-text-dark {
  color: #0c0c45;
}

/* ==================================     theme-text-color close     ================================== */
/* ==================================     theme-text-box shadow     ================================== */




/* ==================================     header section     ================================== */
header .nav-btn a {
  cursor: pointer;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding: 8px 15px;

}

header .navbar span {
  font-size: 18px;
  font-weight: 600;
}

.order a{
  cursor: pointer;
}

.features-section .features-info .card {
  min-height: 150px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.features-section .features-info .card-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  color: #fff;


}






.features-section .features-info .card:hover .card-title {
  color: #0c0c45;
}

.features-section .features-info .card:hover {
  box-shadow: rgb(0 0 0 / 3%) 0px 0px 0px 0px, rgba(0, 0, 0, 0.23) 0px 2px 6px;
  transform: translate(0px, -5px);
}




.benefits-pera i {
  width: 30px;
  padding-top: 6px;
}

.benefits-pera p {
  width: calc(100% - 30px);
}

.our-story{position: relative; height: 470px;}
.our-story::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c0c45;
  opacity: .9;
  top: 0;
  left: 0;
}
.our-story .head-section h2{padding-bottom: 30px;}
.our-story .head-section{position: absolute; z-index: 1; padding-bottom: 0; top: 50%; left: 0; right: 0;transform: translateY(-50%);}

footer .footer-social {
  width: 247px;
}

footer .footer-logo {
  width: calc(100% - 247px);
}


footer .footer-location i{width: 15px;}
footer .footer-location p{width: calc(100% - 24px);}
footer .footer-social a:hover{color: #ed3541;}
.testimonials .swiper-slide img{max-width: 90px; display: inline-block;margin-bottom: 15px; height: auto;}
.testimonials .swiper {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.testimonials .swiper-slide{height: auto; width: auto;}
.order a:hover{background: #b0d345; color: #fff;}
.nav-btn .nav-link:hover{color: #fff;}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  height:auto;
}


.features-section .features-img {
  padding-left: 50px;
}

.home-slider-section .slider-info{position: relative;}
.home-slider-section .slider-info .loader{    
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  top: 30%;}



  .home-slider-section .slider-info .swiper{visibility: hidden; height: 270px;}



  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .home-slider-section .swiper-slide{position: relative;}
  .home-slider-section .swiper-slide .read-more,
  .home-slider-section .swiper-slide .add-card,
  .home-slider-section .swiper-slide .modal-price{
    position: absolute;
    top: 5px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 2px;
    background: #fff;
    color: #0c0c45;
    font-weight: 500;
  }
  .home-slider-section .swiper-slide .add-card{ 
    left: 5px;
    background: #b0d345;
    color: #fff;
  }
  .home-slider-section .swiper-slide .modal-price{right: 5px;}
  .home-slider-section .swiper-slide .add-card:hover{
    background: #fff;
   color: #0c0c45;
  }
  .home-slider-section .swiper-slide .read-more{
    top: auto;
    bottom: 19px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none;
    z-index: 1;
  }
  .home-slider-section .swiper-slide .read-more:hover{
    background:#0c0c45 ;
    color: #fff;
  }

  .modal-dialog {
    max-width: 600px;
   
}
.modal-body-cover {
    position: relative;
}

.modal-body-content {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -0%);
  margin: auto;
  width: calc(100% - 24px);
  background: #000000db;
  padding: 15px 20px;
  border-radius: 10px;
}
.modal-body-content div{color: #fff; font-size: 12px;}
.modal-body-overlay{position: relative;border-radius: 20px;}
.modal-body {
  padding: 10px;
}
.modal-body-overlay img{border-radius: 10px; width: 100%; 
  height: auto;
  /* height: 72vh; */
   object-fit: cover;}
.modal-body-overlay::after{
  width: calc(100% - 24px);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  margin: 0 auto;
}
.cart-info{
  /* position: absolute;
    left: 18px;
    top: 10px;
    text-align: center;
    border-radius: 7px;
    width: 15px;
    height: 15px;
    background-color: #0c0c45;
    border: 1px solid #fff;
    font-weight: 400;
    color: #f0f0f0;
    line-height: 15px;
    font-size: 10px; */
      position: absolute;
      left: 18px;
      top: 8px;
      text-align: center;
      border-radius: 7px;
      width: 18px;
      height: 22px;
      background-color: #0c0c45;
      border: 1px solid #fff;
      font-weight: 400;
      color: #f0f0f0;
      line-height: 21px;
      font-size: 14px;
    

}


/* Modal box card */
.modal-staff-card .modal-body-overlay {
  position: inherit;
  
  width: 50%;
  
}
.modal-staff-card .modal-body-content {
 
    margin: initial;
    transform: initial;
    position: initial;
    width: calc(50% - 12px);

}
.modal-staff-card .modal-body-overlay img {
  border-radius: 10px;
  width: 100%;
}
.user-address{margin-top: 10px; display: inline-block;}
.user-inner-card{ background: #000000db; color: #fff; padding: 10px; border-radius: 10px; margin-top: 10px; font-size: 14px;}
.inner-btn-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

.inner-user-btn{background: #b0d345; color: #fff; border: none;}
textarea.form-control {height: 107px;}
.modal-staff-card .modal-body-content .btn-close {
  background-image: none;
  position: absolute;
  right: 13px;
  top: 2px;
  font-size: 20px;
  height: 10px;
  width: 10px;
  opacity: 1;
}
  .modal-staff-card .modal-body-content .btn-close i{
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    background: red;
    width: 25px;
    height: 25px;
    border-radius: 50px;
}

.btn-close:focus {
 
  box-shadow: none;
}
    .overlay-product-count {
      background: #242424d9;
      position: absolute;
      bottom: 0px;
      border-radius: 0px 0px 10px 10px;
      text-align: center;
      width: calc(100% - 24px);
      height: 40px;
      padding: 5px 0px;
      z-index: 1
  }
  .overlay-product-count .btn.btn-outline-primary {
      font-size: 10px;
      color: #fff;
      border-color: #fff;
  }
  .order .theme-btn {
   
    padding: 5px 26px 5px 37px !important;
}

.home-slider-section .swiper-slide .read-more{
  background:#0c0c45;
  color: #fff;
}
.home-slider-section .swiper-slide .read-more:hover{
  background:#ed3541;
  color: #fff;
}

.product-modal-info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 12px;
  padding: 7px;
  height: 85px;
}
.product-modal-info span{display: block;}
.total-price{background:#ed3541;color:#fff;    border: none;
  width: 100%;}

  footer .footer-logo img{max-width: 200px;}
 .policy-section .nav-link{color: #212529; font-weight: 600;}
 .policy-section .nav-pills .nav-link.active{background: #ed3541;}
 header .logo{height: 70px;}

 .Contact_icon{
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 1rem;
}

.address_discription{
 width: 100%;
}

.container.policy-section p a{text-decoration: underline; color: #ed3541;}

.modal-staff-card .modal-body-overlay img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  /* height: 45vh; */
  object-fit: cover;
  max-width: 100%;
}

.modal-staff .modal-body-cover {
  position: relative;
}

.benefits-pera p{position: relative; padding-left: 25px; margin-left: 15px;}
.benefits-pera p::before {
  position: absolute;
  content: "";
  width: 8px;
  height:8px;
  background: #ed3541;
  left: 0;
  top: 7px;
  border-radius: 30px;
  border: none;
}

.home-slider-section .swiper-pagination{display: none;}
.swiper-pagination-bullet-active{background: #0c0c45;}
.modal-staff-card .modal-body-overlay {width: 100%;}
.modal-staff-card .modal-body-content {background: transparent;}
.overlay-product-count {position: relative; top: 10px;width: 100%;}
.modal-staff-card .modal-body-content {padding: 0;}
.home-slider-section .swiper-slide .modal-price{background: #0c0c45;color: #fff;}
.nav-link:focus{color: #fff;}
.modal-staff .modal-body-content {position: initial;transform: initial;}
.testimonials h2{margin-bottom: 0px;}
.swiper.mySwiper-modal{padding-top: 0; padding-bottom: 40px;}
.swiper.mySwiper-modal img {
  border: 3px solid #0000000f;
  border-radius: 10px;
}
span.whatsapp-chat {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 111111111;
}
span.whatsapp-chat img {
  border-radius: 50px;
} 


 .home-slider-section .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 330px;
  height: 100%;
  margin-bottom: 20px;
}
.home-slider-section .swiper-slide .modal-price {
  right: 17px;
  top: 5px;
  z-index: 11;
  display: none;
}
.home-slider-section .swiper-slide .read-more {
  width: 100%;
  box-shadow: none;
} 
.home-slider-section .swiper.mySwiper-modal{
  padding-bottom: 28px;
}

button.theme-btn.total-price {pointer-events: none;}
.home-slider-section .swiper-slide img{border: none;}