<!-- service-feature -- > .section {
  padding: 30px 15px;
  margin: 30px 15px;
}
.section-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.bg-white {
  background-color: #fff;
}
.facility-box {
  position: relative;
}
.fb-icon {
  font-size: 40px;
  color: #76b812;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.facility-inner {
  display: table;
  margin: 0 auto;
}
.fb-text {
  display: inline-block;
  vertical-align: middle;
}
.fb-text h4 {
  text-transform: uppercase;
}
.fb-text * {
  font-weight: 500;
}
.fb-text span {
  color: #666666;
  font-size: 13px;
  /* text-transform: uppercase; */
}
.facility-box:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #cccccc;
  right: 0;
}
.facility-box:last-child::before {
  content: none;
}
.facility_box {
  padding: 30px;
  position: relative;
  z-index: 0;
}
.facility_box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 2px dashed rgba(0, 0, 0, 0.5);
  margin: 10px;
  z-index: -1;
}
.facility_box .fb-text span {
  color: #444;
  font-style: italic;
  text-transform: capitalize;
}
/* <!-- service-feature End --> */
/**************************************/
/* 30.05. Shop Banner Section Css */

.shop-hover-style-2 .shop-hover-text {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: none;
  opacity: 1;
  visibility: visible;
}
.shop-hover-style-2 .shop-hover-text .shop-hover-wrap {
  top: 20px;
  -moz-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  right: 20px;
  width: auto;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
}

.shop-hover-style-2 .shop-hover:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.shop-hover-style-2 .shop-hover img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.shop-hover-style-2 .shop-hover {
  overflow: hidden;
  display: block;
}
.shop-hover-wrap {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  padding: 10px 10px;
  z-index: 1;
  width: 100%;
}
.shop-hover-wrap h5 {
  color: #fff;
}
.offer-section {
  padding: 5px 16px 50px 16px;
}
/**************************************/
#site-logo-new {
  /* width: auto; */
  width: 75px;
  margin-top: 0px;
}
/********Home page Image fixed hight*********/
.brand-img-hg img {
  height: 100px !important;
}

.image-box {
  /* border: 1px solid #f2f2f2; */
  text-align: center;
}

/****************
             menu css 
			     ********************/

.mini-archer-col {
  position: relative;
}

.mini-archer {
  display: flex;
  justify-content: end;
  margin: 0px;
  padding: 0px;
  margin-right: 20px;
}
.mini-archer li {
  list-style-type: none;
  margin-left: 10px;
}
.mini-archer > li > a {
  width: 35px;
  display: flex !important;
  height: 35px;
  /* background: #832729; */
  /* background-color: #b7106d; */
  justify-content: center;
  align-items: center;
  color: var(--dark-color);
}
.notifi-icon {
  position: relative;
}
.tp-header-action-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.mini-archer li a i {
  font-size: 20px;
}

.mini-card-section {
  width: 300px;
  right: 0px;
  opacity: 0;
  transition: all 0.45s ease-in-out;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  background-color: #2b2b2b;
  padding: 8px;
  color: #fff;
  /* padding-bottom: 0px; */
}
.cart-items {
  border-bottom: 1px solid #ffffff3f;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.mini-card-section img {
  width: 100%;
}

.cart-content {
  margin-left: 10px;
}

.cart-content h6 {
  font-size: 18px;
}

.mini-card-section p {
  color: #fff;
}

li.hover-mini-cart:hover .mini-card-section {
  opacity: 1;
  visibility: visible;
  /* display: block; */
}

.login-box-man:hover .login-section {
  opacity: 1;
  display: block;
  visibility: visible;
}
.login-section {
  width: 150px;
  float: left;
  right: 64px;
  background: #2b2b2b;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  visibility: hidden;
  position: absolute;
  z-index: 9;
}

.login-section ul {
  padding: 0px;
  margin: 0px;
}
.login-section ul li {
  margin-bottom: 4px;
  margin-left: 0px;
}
.login-section ul li a {
  color: #fff;
  padding: 6px 10px;
  display: block;
}

.search-box1 {
  display: none;
}

.header-search-box {
  position: relative;
}

.header-search-box input {
  background-color: #f7f7f7;
  /* border-radius: 30px; */
  padding: 7px 33px 7px 50px;
  width: 100%;
  border: 2px solid #ffd4ec;
  outline: unset;
}

.header-search-btn {
  border: none;
  font-size: 18px;
  line-height: 1;
  left: 10px;
  top: 50%;
  width: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: unset;
}

.headding-icons {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 25px;
}

.headding-icons li {
  display: inline-block;
  font-size: 15px;
}

.headding-icons ul {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}

.headding-icons li span {
  width: 27px;
  height: 27px;
  background: 0 0;
  border-radius: 100%;
  margin: 0 5px;
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
}
.headding-icons li span i {
  color: #f97242;
}

.headding-icons ul:after,
.headding-icons ul:before {
  width: 80px;
  height: 2px;
  top: 50%;
  position: absolute;
  margin-top: -1px;
  content: "";
}

.headding-icons ul:before {
  left: 100%;
  margin-left: 5px;
}

.headding-icons ul:after {
  right: 100%;
  margin-right: 5px;
}

.headding-icons .style {
  transform: scale(1.2);
}

.icons-section input[type="search"],
ul.nav.navbar-nav.sm li a:hover,
.search_terms:focus,
.setting.box input:focus,
.mini-cart-product-box {
  border-bottom: 1px solid #f97242;
}

.headding-icons li span,
.partner-figures:hover {
  border: 1px solid #f97242;
}

figure.itg-hover-section:before {
  background-color: #f97242;
}

.headding-icons ul:after {
  background: #f97242;

  background: linear-gradient(to right, #f97242 0%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f97242', endColorstr='#ffffff', GradientType=1);
}

.headding-icons ul:before {
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #f97242 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f97242', GradientType=1);
}

.call-now-sec {
  height: 70vh;
  position: relative;
  background: url(../../img/full_sec_1.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.call-now-sec .container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
}

.call-now-box {
  background-color: rgba(255, 255, 255, 0.794);
  box-shadow: 0px 0px 9px 0px #fff;
  width: 40%;
  text-align: center;
  padding: 20px;
  border-radius: 10px;

}

.call-now-box h3 {
  color: var(--main-color);
}

.call-now-box i {
  font-size: 20px;
  color: var(--main-color);
  margin-right: 6px;
}

.Social-Footer.social-top-header h6 {
  font-size: 18px;
}



.dropdown-menu.show {
  display: block !important;
}