/* 
----------- 
Custom styles for the Nteps Mart 
--------------
*/



* {
  /* font-size: 15px; */
  /* outline: 1px solid red; */
}

html {
  scroll-behavior: smooth !important;
}

/* 
----------- Body --------------
*/
body {
  font-family: 'Poppins', sans-serif !important;
  box-sizing: border-box;
  font-size: 14px !important;
  color: #969696 !important;
  /* color: #212529 !important; */
  /* background-color: #e7e2e2 !important; */
}

main {
  background-color: #f7f7f7;

}

header {
  background-image: linear-gradient(150deg, #233A95, #bb2913);
}

/* -----Rating Stars----- */
.checked {
  color: orange;
}

/* 
----------- Custom Scrollbar --------------
*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* 
----------- Others --------------
*/
.container {
  max-width: 1450px !important;
  /* max-width: 100% !important; */
}

h2 {
  font-size: 30px !important;
  font-weight: bold;
  color: #2b2b2b !important;
}

a {
  text-decoration: none !important;
  color: #2b2b2b !important;
}

ul {
  list-style: none;
}

p {
  font-size: 14px !important;
}

.fs-7 {
  font-size: 0.9rem;
}

.hero-paragraph {
  display: none !important;
}

.heading {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  color: #2b2b2b !important;
  font-size: 1.5em !important;
  margin-top: 20px;
}

.heading::after {
  content: "";
  height: 2px;
  width: 100%;
  margin: auto !important;
  background-color: #2b2b2b;
  display: block;
  transition: 0.5s;
}


.light-heading {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  color: #ffffff !important;
  font-size: 1.5em !important;
  margin-top: 20px;
}

.light-heading::after {
  content: "";
  height: 2px;
  width: 100%;
  margin: auto !important;
  background-color: #ffffff;
  display: block;
  transition: 0.5s;
}

.small-heading {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.5em !important;
  margin-top: 20px;
}

.inline {
  display: inline !important;
}


.modal-welcome {
  background-color: #233A95 !important;
  padding: 1em;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px !important;
}

/* 
----------- Text --------------
*/
.text-dark {
  color: #2b2b2b !important;
}


/* 
----------- Backgrounds --------------
*/
.bg-primary {
  background-color: #233A95 !important;
}

.bg-secondary {
  background-color: #EA2B0F !important;
}

.bg-light-gray {
  background-color: #fafafa !important;
}

.bg-shade-gray {
  background-color: #F7F8FD !important;
}

.bg-dark-gray {
  background-color: #e5e5e5 !important;
}

.bg-light {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}

.bg-gray {
  background-color: #a7a1a1 !important;

}

.bg-success {
  background-color: #085B20 !important;
}

.bg-pink {
  background-color: #FFE5F3 !important;
}


.white-section {
  box-shadow: 5px 7px 10px rgba(98, 79, 99, 0.1);
  background-color: #fff;
  padding: 20px;
}

.bg-primary-fruits {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/market/others/bg/primary-fruits-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


/* 
----------- Error Pages --------------
*/
.error-card {
  border: 1px solid transparent;
  padding: 3rem 0;
}

.error-header {
  background-image: linear-gradient(190deg, #233A95, #bb2913);
  ;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 9rem;
  font-family: 'Impact', sans-serif;
}

.error-btn-primary {
  background-color: #233A95 !important;
  padding: 10px 2rem !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 1px solid #233A95 !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
  border-radius: 2rem;
}

.error-btn-primary:hover {
  background-color: transparent !important;
  color: #233A95 !important;
  border: 1px solid #233A95 !important;
}

/* 
----------- Buttons --------------
*/

.btn-primary {
  background-color: #233A95 !important;
  padding: 5px 15px !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 1px solid #233A95 !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-primary:hover {
  background-color: transparent !important;
  border: 1px solid #233A95 !important;
  color: #233A95 !important;
}

.btn-warning {
  background-color: #ffc107 !important;
  padding: 5px 15px !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 1px solid #ffc107 !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-warning:hover {
  background-color: transparent !important;
  color: #ffc107 !important;
}

.btn-dark {
  background-color: #2b2b2b !important;
  /* padding: 10px 20px !important; */
  padding: 5px 15px !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 1px solid #2b2b2b !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-dark:hover {
  background-color: #2b2b2b96 !important;
}

.btn-dark-outline {
  background-color: transparent !important;
  padding: 5px 15px !important;
  color: #2b2b2b !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 1px solid #2b2b2b !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-dark-outline:hover {
  background-color: #2b2b2b !important;
  color: #fff !important;
}

.btn-outline-danger {
  background-color: transparent !important;
  padding: 5px 15px !important;
  color: #d41919 !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 1px solid #d41919 !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-outline-danger:hover {
  background-color: #d41919 !important;
  color: #fff !important;
}

.btn-primary-outline {
  background-color: transparent !important;
  padding: 5px 15px !important;
  color: #233A95 !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 1px solid #233A95 !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-secondary {
  background-color: #EA2B0F;
}

.btn-secondary:hover {
  background-color: #ea2c0fb6;
  color: rgba(255, 255, 255, 0.781) !important;
}

.btn-secondary-outline {
  background-color: transparent !important;
  padding: 5px 15px !important;
  color: #EA2B0F !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 1px solid #EA2B0F !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-secondary-outline:hover {
  background-color: #EA2B0F !important;
  color: #fff !important;
}

.btn-primary-outline:hover {
  background-color: #233A95 !important;
  color: #fff !important;
}

.btn-primary-rounded {
  background-color: #233A95 !important;
  padding: 5px 15px !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.9s;
  border: 0px !important;
  border-radius: 10px !important;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-primary-rounded:hover {
  background-color: #233A95 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.btn-secondary-rounded {
  background-color: #EA2B0F !important;
  padding: 12px 20px !important;
  border: 1px solid #EA2B0F !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: 500;
  transition: 0.5s;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-secondary-rounded:hover {
  background-color: transparent !important;
  color: #EA2B0F !important;
  border-radius: 0 !important;
}

.btn-secondary-outline-rounded {
  background-color: transparent !important;
  padding: 9px 20px !important;
  border: 1px solid #EA2B0F !important;
  border-radius: 10px !important;
  color: #EA2B0F !important;
  text-align: center !important;
  /* font-weight: 500; */
  transition: 0.9s;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-secondary-outline-rounded:hover {
  background-color: #EA2B0F !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.btn-hero-secondary-rounded {
  background-color: #EA2B0F !important;
  padding: 15px 50px !important;
  border: 1px solid #EA2B0F !important;
  color: #fff !important;
  text-align: center !important;
  /* font-weight: 500; */
  transition: 0.9s;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.btn-hero-secondary-rounded:hover {
  background-color: transparent !important;
  color: #fff !important;
}


/* CTA has to be the last in the buttons section */
.cta {
  padding: 10px 20px !important;
}

.cta:hover {
  padding: 10px 20px !important;
  transform: scale3d(1.2);
}




/*
----------- Navbar --------------
*/
nav.navbar {
  background-color: #fff !important;
}

.top-announcement-nav-fixed-top-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #EA2B0F;
  transition: all 0.5s ease;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.nav-fixed-top-shadow {
  position: fixed;
  top: 2rem;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.5s ease;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.navbar-nav .nav-link {
  margin-right: 7px !important;
  color: #212529 !important;
}

.navbar-nav .nav-link:hover {
  color: #EA2B0F !important;
  text-decoration: underline !important;
}

.nav-link.active {
  color: #EA2B0F !important;
}

.navbar-search {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  padding: 5px 10px;
  margin: 8px 0;
  display: inline-block;
  box-sizing: border-box;
  width: 60% !important;
  /* position: relative !important; */
}

.nav-location-selector {
  padding: 5px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  width: 100% !important;
}

.navbar-search::placeholder {
  color: #969696;
  font-size: 15px !important;
  padding-left: 20px;
}

.navbar-search-button {
  z-index: 2;
  margin: 8px 0;
  /* padding: 5px 10px; */
  /* margin-left: -12px; */
}

.navbar-search+i {
  position: absolute !important;
  left: 24%;
  top: 40%;
  color: #0e0c0c;
}

.navbar-nav .form-select {
  color: #969696 !important;
  font-size: 15px !important;
  padding: 7px 30px 7px 15px;
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}

.navbar-search-div {
  position: relative;
}

.nav-cart {
  font-size: 1.2em !important;
  position: relative;
}

.navbar-cart-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.nav-dropdown {
  color: #2b2b2b !important;
}

.dropdown-menu-content {
  margin-left: -50px !important;
}


/* Navbar offcanvas  */
.nav-offcanvas {
  width: 70%;
  height: 50%;
}



/* 
----------- Table --------------
*/
.table-dark {
  background-color: #2b2b2b !important;
  background-color: #fff !important;
}

/* 
----------- Form --------------
*/
input:active,
input:focus,
textarea:active,
textarea:focus,
button:active,
button:focus,
select:active,
select:focus,
.page-link:active,
.page-link:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #EA2B0F !important;
}

.field-required .form-label:after {
  content: " *";
  color: #ff0000;
}

.btn:active,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #969696 !important;
}

/* Borders */
.border-secondary {
  border: 2px solid #ea2b0f;
}


/* 
----------- Text --------------
*/
.text-primary {
  color: #233A95 !important;
}

.text-secondary {
  color: #ea2b0f !important;
}

.text-secondary-shade {
  color: #ea2c0f9f !important;
}

.text-farm {
  color: #327501 !important;
  /* color: #094403 !important; */
}

.text-light {
  color: #fff !important;
}

.text-light {
  color: #fff !important;
}

/* -------card-details------- */
.location-selector {
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #c7c7cd;
  width: 100%;
}

.location-selector:hover {
  border: 1px solid #bb2913;
}

/* 
----------- Header --------------
*/

.header-hero {
  min-height: 100vh !important;
}

.header-hero img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hero-slider-img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}


.hero-span {
  color: #fff !important;
  font-size: 0.9em;
  font-weight: 600 !important;
  display: block !important;
  margin-bottom: 5em;
  text-transform: uppercase;
}

.hero-heading {
  color: #2b2b2b !important;
  font-weight: bold !important;
  margin-bottom: 40px;
  font-size: 4.5em;
  font-family: 'Montserrat', sans-serif !important;
  text-shadow: -18px 8px 18px #b1b3b3;
}

.hero-content-box {
  padding: 5em 0 !important;
}

.hero-paragraph {
  font-family: 'Poppins', sans-serif !important;
  color: #969696 !important;
  font-size: 18px !important;
  font-weight: normal;
  margin-bottom: 40px;
}


/* 
----------- Carousel --------------
*/
.hero-carousel-item {
  height: 24.6rem;
}

.hero-carousel-item-1 {
  background-image: url(../images/ntep-banner.jpg) !important;
  background-repeat: no-repeat;
  background-position: right;
  /* padding: 3.5rem 0; */
  background-size: cover;
  height: 50.7vh;
}

.hero-carousel-item-2 {
  /* background-image: url(../images/fruits-juice.png) !important; */
  background-image: url(../images/indomie-chicken_572x250.png) !important;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 3.5rem 0;
  /* max-height: 24.3rem !important; */
  height: 50.7vh;
  /* max-width: 90rem !impo rtant; */
}

.sidebar-carousel {
  max-height: 60.2rem !important;
  max-width: 80rem !important;

}

.hero-carousel-item-3 {
  /* background-image: url(../images/beverages.png) !important; */
  background-image: url(../images/mamaspriderice_572x250.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 3.5rem 0;
  max-height: 24.3rem !important;
  height: 50.7vh;
}



.hero-sidebar-carousel {
  width: 100%;
  max-height: 500px !important;
}

.carousel-control-prev,
.carousel-control-next {
  margin: 10rem 1rem;
  /* top: 8rem !important; */
  bottom: 0;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 3em !important;
  background: #b92f2f2d !important;
  opacity: 1 !important;
  height: 5% !important;
  padding: 2rem 0 !important;
  border-radius: 3px;
}

.stores-carousel-control-prev {
  border-radius: 3px;
  border: 1px solid #ea2b0f;
  background-color: #ea2b0f;
}

.stores-carousel-control-next {
  border-radius: 3px;
  border: 1px solid #ea2b0f;
  background-color: #ea2b0f;
}

.stores-carousel-control-prev:hover {
  border-radius: 3px;
  border: 1px solid #233A95 !important;
  background-color: #233A95 !important;
}

.stores-carousel-control-next:hover {
  border-radius: 3px;
  border: 1px solid #233A95 !important;
  background-color: #233A95 !important;
}

.sm-header-hero-image {
  height: 10rem !important;

}



/* 
----------- Product Detail --------------
*/
.product-images {
  border-radius: 1rem;
}

.product-detail-name {
  font-family: 'Montserrat', sans-serif !important;
  color: #2b2b2b !important;
  font-size: 2.5em !important;
  margin-bottom: 0.3em;
}

.product-detail-price {
  color: #2b2b2b !important;
  font-size: 2em !important;
  font-weight: bold;
  margin-bottom: 0.7em;
}

.product-detail-price-cross {
  color: #2b2b2b !important;
  font-size: 0.8em !important;
  font-weight: bold;
}

.product-detail-img {
  /* width: 100%; */
  /* object-fit: cover; */
  height: 400px !important;
  width: 400px !important;
}

.product-detail-cart-btn {
  padding: 10px 15px !important;
}

.product-detail-card-section {
  box-shadow: 5px 7px 10px rgba(98, 79, 99, 0.1);
  background-color: #fff;
}

.product-detail-content {
  padding: 25px 15px;
}

.product-detail-content p {
  margin-bottom: 7px !important;
}

.product-detail-store-name {
  font-family: 'Montserrat', sans-serif !important;
  /* margin-bottom: 2px; */
  margin-top: 10px;
  font-weight: lighter !important;
  font-size: 1.2em !important;
}

.product-detail-stockist-name {
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 15px;
  margin-top: 7px;
  font-weight: lighter !important;
  font-size: 1em !important;
}

.product-detail-section-title {
  color: #969696 !important;
  font-weight: bold;
  font-size: 1em !important;
  padding: 10px 15px;
  margin: 0 !important;
}

.product-detail-image {
  width: 5rem;
  border-radius: 100px;
  margin: 0 7rem;
}

/* 
----------- Cart --------------
*/
.cart-store-name {
  color: #969696 !important;
  font-size: 1em !important;
  font-weight: normal;
}

.cart-product-name {
  color: #2b2b2b !important;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
  font-family: 'Poppins', sans-serif !important;
}

#cart-table {
  vertical-align: text-bottom !important;
}

.table-hover#cart-table>tbody>tr:hover {
  background-color: rgb(250, 250, 250) !important;
}

.cart-total {
  color: #2b2b2b !important;
  font-size: 2em;
  font-weight: bold;
}

.cart-update-field {
  width: 10% !important;
  border: 1px solid #bb2913 !important;
  border-radius: 5px;
  padding: 7px 10px;
}


/* 
----------- Store & Products --------------
*/


.product-store-name {
  font-size: 0.9em !important;
  font-weight: lighter;
}

.product-store-location {
  font-size: 0.9em !important;
  font-weight: lighter;
}

.product-thumbnail {
  object-fit: cover;
  height: 150px;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}

.product-name {
  font-size: 1em !important;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
  color: #EA2B0F !important;
}

.product-price {
  font-size: 1.1em !important;
  font-weight: bolder;
  margin-bottom: 0.9em;
}


.product-card {
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #e7e2de;
  border-radius: 10px;
}

.product-card a {
  color: #969696 !important;
  background-color: #fff;
}

.product-card:hover {
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
  border: 1px solid #EA2B0F;
}

.product-card:hover .product-thumbnail {
  opacity: .7;
}

.product-card:hover .btn-primary-outline {
  border-radius: 0 !important;
}

.product-card-body {
  padding: 0.5em 0.9em 1.3em;
}

/* banner section */
.banner-section {
  /* padding: 1rem 0 !important; */
}


/* 
----------- Product Category --------------
*/
.card-text {
  color: #000 !important;
  font-weight: bold;
}


#sub-heading {
  color: white;
  font-weight: none !important;
}

.category-images {
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

.category-card {
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 0.4em;
  border: 1px solid #a8aab3 !important;
}

.category-card a {
  color: #EA2B0F !important;
  background-color: #fff;
}

.category-card:hover {
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
  border: 1px solid #EA2B0F !important;
}

.category-card:hover img {
  width: 100%;
}


.category-card:hover .category-card-body {
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}


/* 
----------- Stores --------------
*/
.store-card {
  /* background-color: #2b2b2b; */
  transition: all 0.3s ease;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #e7e2de;
  border-radius: 10px;
  max-height: 13rem;
}

.store-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 8rem !important;
  filter: brightness(70%);
}

.store-card:hover {
  border: 1px solid #ea2b0f;
  box-shadow: 5px 7px 15px rgba(98, 79, 99, 0.1);
}

.store-card:hover img {
  width: 100%;
}


.store-card:hover .store-img {
  opacity: 0.9;
}


.store-description {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1em !important;
  margin-bottom: 3em;
}


.store-name {
  font-size: 1.3em !important;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.store-address {
  font-size: 1em !important;
  font-weight: bold;
  color: #fff;
  padding: 0 0.5rem;
}

.store-content {
  padding: 25px 15px;
}


/* Store Detail */
.detail-store-name {
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 20px;
  margin-top: 15px;
  font-weight: lighter !important;
  font-size: 1em !important;
}

.store-detail {
  box-shadow: 5px 7px 10px rgba(98, 79, 99, 0.1);
  background-color: #fff;
}



/* 
----------- Content Section --------------
*/
.content-box {
  padding: 5em 0 !important;
}

.content-box-top {
  padding-top: 5em !important;
}

.dropdown-menu {
  font-size: 14px !important;
}

.profile-picture {
  border: 1px solid #bb2913 !important;
  padding: 0.3em !important;
}

.section-heading {
  padding: 0;
  margin-bottom: 1em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sub-hero-content {
  text-align: center;
  padding: 5em 0;
}

.sub-hero-heading {
  font-size: 3em !important;
  color: #2b2b2b;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  word-break: normal;
}

.sub-hero-paragraph {
  font-size: 16px !important;
  color: #969696;
}

.page-item.active .page-link {
  background-color: #bb2913 !important;
  color: #fff !important;
  border: 0 !important;
  outline: none !important;
}

hr.title-divider {
  margin: 0 !important;
}

hr.short-divider {
  margin: 10px auto !important;
  width: 80% !important;
}


.mt-10 {
  margin-top: 6rem !important;
}

.summary-item {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
  font-size: 1em !important;
  color: #2b2b2b;
  margin-bottom: 1.3em;
}

.summary-subheading {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
  font-size: 1.3em !important;
  color: #2b2b2b;
  margin-bottom: 1.3em;
}

.summary-total {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 2em !important;
  font-weight: bold;
  color: #2b2b2b;
}

.content-card {
  background-color: #fff;
  box-shadow: 5px 7px 10px rgba(98, 79, 99, 0.1);
  padding: 20px 0;
  border-radius: 10px;
}


.content-card-title {
  color: #969696 !important;
  font-weight: bold;
  font-size: 1em !important;
  padding: 10px 15px;
  margin: 0 !important;
}

.content-card-body {
  padding: 25px 15px;
}

.min-h-50 {
  min-height: 50vh !important;
}

/*
----------- d --------------
*/

.top-announcement {
  /* background-color: #bb2913; */
  padding-top: 1em;
  padding-bottom: 2em;
  color: #fff !important;
  /* height: 100vh; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.announcement-text {
  margin: 0;
}

.announcement-text a {
  color: #e9e9e9 !important;
  transition: 0.3s !important;
}

.announcement-text a:hover {
  color: #fff !important;
}

/* back to the top button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ea2b0f;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #233A95;
}

/* 
----------- Footer --------------
*/
footer h5 {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #979797 !important;
  position: relative !important;
  padding-bottom: 12px !important;
  font-family: 'Montserrat', sans-serif !important;
}

footer ul a {
  color: #dddddd !important;
  transition: 0.3s !important;
  display: inline-block !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

footer ul a:hover {
  text-decoration: underline !important;
  color: #fff !important;
  padding-left: 10px;
}

.footer-logo {
  max-width: 10rem !important;
}



/* media query */
@media (max-width: 768px) {
  .policy-icons {
    width: 20% !important;

  }
}

@media (max-width: 1440px) {

  .hero-sidebar-carousel {
    width: 100%;
    max-height: 900px !important;
  }
}

@media (max-width: 1180px) {
  .hero-sidebar-carousel {
    width: 100%;
    max-height: 900px !important;
  }

  .categorize-10,
  .categorize-11 {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hero-sidebar-carousel {
    padding: auto 0 !important;
    width: 100%;
    max-height: 1000px !important;
  }

  .hero-paragraph {
    display: none !important;

  }

  .categorize-7,
  .categorize-8,
  .categorize-9,
  .categorize-10,
  .categorize-11 {
    display: none !important;
  }

  .hero-carousel-item-3 {
    height: 17.2rem !important;
  }
}

@media (max-width:1280px) {
  .categorize-11 {
    display: none !important;
  }
}

@media (max-width: 912PX) {
  .hero-sidebar-carousel {
    /* margin: 2rem 0 !important; */
    width: 100%;
    max-height: 800px !important;
  }

  .sidebar-carousel {
    /* margin: 2rem 0 !important; */
    width: 100%;
    max-height: 1000px !important;
  }

  .categorize-7,
  .categorize-8,
  .categorize-9,
  .categorize-10,
  .categorize-11 {
    display: none !important;
  }
}

@media (max-width: 768px) {

  .categorize-6,
  .categorize-7 {
    display: none !important;
  }
}

.ul-list {
  list-style-type: circle;
}



.whatsapp-button-left {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-button {
  margin-top: 16px;
}