body {
  font-family: "Open Sans" !important;
}

.mobile-header-right {
  float: right;
}

.mobile-red-div {
  background-color: #C4161C;
}

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 16;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidepanel a {
  text-decoration: none;
  font-size: 3.8vw;
  font-weight: 400;
  color: #0074B2;
  display: block;
  transition: fast;
}

.sidepanel .closebtn {
  position: absolute;
  top: 2%;
  right: 3%;
  font-size: 4vw;
  z-index: 17;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: none;
}

.openbtn:hover {
  background-color: #C4161C;
}

.open-cat {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
  color: #000;
  list-style: none;
  border: none;
}

/* .open-cat:hover {
     color: #C4161C;
 }*/
.Categories {
  color: #C4161C;
  border-bottom: 1px solid #C4161C;
}

/*------------------search bar with mic-----------*/
.search-form {
  position: relative;
}

.search-form .fa-search {
  position: absolute;
  top: 2vw;
  right: 16vw;
  color: #000;
  font-size: 20px;
}

.search-left-pan {
  /*padding-left: 7px;*/
  
    position: absolute;
    right: 24vw;
    top: 4vw;
    color: #C4161C;
    font-size: 20px;
}

.search-left-pan i {
  padding-left: 9px;
}

.search-form span{

  position: absolute;
  right: 7vw; 
  top: 1vw;
  color: #C4161C;
  font-size: 20px;

}

.search-form-input {
  color: #C4C5C4;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  align-items: center;
  width: 70vw;
  text-indent: 5px;
  background: #FAFAFA;
  border-radius: 13.0971px;
}

.search-form-input:focus {
  box-shadow: none;
  border: none;
}

/****************************************mobile-banner**************************************/
.card-img {
  box-shadow: 0px 3.7312500477px 3.7312500477px 0px rgba(0, 0, 0, 0.2509803922) !important;
}

h5.card-title,
p.card-text {
  font-size: 0.85vw;
  line-height: 1.3em;
}

h5.card-title {
  font-weight: 600;
}

p.card-text {
  font-weight: 400;
}

.h1.main-section-heading {
  font-size: 1.85vw;
  font-weight: 700;
  line-height: 1.4em;
}

.bullets li {
  border: 0.995745px solid #000000;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 2.5vh;
  width: 1.7vw;
}

.bullets li {
  border-radius: 1000px;
}

.carousel-indicators .active {
  background: rgba(196, 22, 28, 0.84);
  border: none;
}