
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #fff url(../img/bg-texture.png) no-repeat center top;
  background-size: cover;

}

/* .body-bg{

  background-size: 100% auto;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #000a2d;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}
p {
 font-family: 'Poppins', sans-serif;
  color: #10285d;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a {
  color: #001E0F;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.capitalize {
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

.btn {
background: #FF900E;
border-radius: 8px;
  padding: 11px 24px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  letter-spacing: -0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  -moz-user-select: none;
  font-weight: 700;
  line-height: 0;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border:none;
  overflow: hidden;
  height: 46px;
}

.btn:hover {
  background: #FF900E;
  color: #000;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}


.btn-border {
background: transparent;
border-radius: 8px;
  padding: 11px 24px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  letter-spacing: -0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  -moz-user-select: none;
  font-weight: 700;
  line-height: 0;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border:2px solid #fff;
  overflow: hidden;
  height: 46px;
}
.btn-border:hover{
   color: #fff;
}


.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #B50005;
  padding: 10px 0 !important;
}

.cart-area{
  position: relative;
}
.cart-area img{
  width: 25px;
}
.cart-area a{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.cart-area .cart-tag{
  position: relative;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}



.header-area{
    position: relative;
    z-index: 210;
}
.header-area .main-header {
  padding: 30px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .main-header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .header-area .main-header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header .main-menu {
    margin-right: 30px;
  }
}
.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.main-header .main-menu ul li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: capitalize;
  position: relative;
  margin: 0 23px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  letter-spacing: -0.01em;
  font-style: italic;
  font-weight: 600;
}
.main-header .main-menu ul li a i{
  font-size: 12px;
  position: relative;
  margin-left: 5px;
}
.center-auto{
  margin-right: 0 !important;
  margin-left: 16%;
}
.group-text a{
    padding: 10px 30px;
      display: inline-flex;
      align-items: center;
      background-color: #fff;
      border-radius: 30px;
      font-size: 16px;
      color: #B50005 !important;
      font-weight: 600;
      border: 2px solid #fff;
      box-shadow: 0 10px 20px rgba(180, 0, 5, 0.5);
      margin: 0 2px;
}
.group-text a:hover{
  color: #fff !important;
  background: #B50005;
}
.content-h1{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.group-text2 a {
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  color: #B50005 !important;
  font-weight: 600;
  border: 2px solid #fff;
  box-shadow: 0 10px 20px rgba(180, 0, 5, 0.5);
  margin: 0 2px;
}

.group-text2 a:hover {
  color: #fff !important;
  background: #B50005;
}
.height-auto{
  height: auto !important;
  padding-bottom: 80px !important;
}
.height-auto2 {
  height: auto !important;
}
.red-section{
  padding: 80px 0;
  background: #B50005;
}
.font-common-white{
  font-size: 34px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header .main-menu ul li a {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header .main-menu ul li a {
    margin: 0 10px;
  }
}
.main-header .main-menu ul li:hover > a {
  color: #B50005;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  border-radius: 20px;

}


.main-header .main-menu ul li.active > a{
  color: #164A41;
  font-family: 'Poppins', sans-serif;
}
.main-header .main-menu ul li.active > a::after{
  width: 26px;
  height: 2px;
  background: #F1B24A;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
}


.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 15px;
}
.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}
.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  color: #858585;
}

.main-header .main-menu ul ul.submenu > li > a:hover {
  color: #B50005;
  background: none;
  font-weight: bold;
}

.main-header .main-menu ul ul.submenu > li > a:hover {
  padding-left: 15px !important;
}

.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-header .header-sticky.sticky-bar {
  background: #fff;
}
/* .header-sticky.sticky-bar .main-menu ul > li > a {
  padding: 0 10px;
  margin: 0 10px;
} */
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}
.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 16px !important;
}
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #4A5053;
}
.mobile_menu .slicknav_menu .slicknav_icon-bar {
  background-color: #fff !important;
}
.mobile_menu .slicknav_btn {
  top: -31px;
}
.mobile_menu .slicknav_nav {
  margin-top: 0px;
}




@media only screen and (min-width:768px) and (max-width:1023px){

  .slicknav_nav .slicknav_item a svg  {
  display: none !important;
}
.main-header.header-sticky.nav-black-inner .mobile_menu .slicknav_menu .slicknav_icon .slicknav_icon-bar{
  background-color: #4A5053 !important;
}
.slicknav_menu .slicknav_icon{
  margin-top: -14px;
}

}
@media only screen and (max-width:767px){

  .slicknav_nav .slicknav_item a svg  {
  display: none !important;
}

.main-header.header-sticky.nav-black-inner .mobile_menu .slicknav_menu .slicknav_icon .slicknav_icon-bar{
  background-color: #4A5053 !important;
}

}
.hero-banner-area{
  padding: 290px 0 250px 0;
  background: url(../img/banner1.png) no-repeat center top;
  background-size: cover;
  position: relative;
  margin-top: -125px;
  height: auto;
}


.top-bg-color::after{
  content: "";
  background: url(../img/top-bg.png) repeat-x center top;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  position: absolute;
}
.top-bg-color::before {
  content: "";
  background: url(../img/sdw.png) repeat-x center bottom;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
}

.carousel{
  width: 100%;
z-index: 20;
position: relative;
}
.carousel .carousel-inner .carousel-item{
  padding: 0 80px 50px;
}
.banner-h1{
  font-size: 60px;
  color: #FFE600;
  font-weight: bold;
}
.container-fit{
  width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
      max-width: 1400px;
      font-style: italic;
}
.banner-h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.top-bg-color p{
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
}

.btn-red{
  padding: 12px 30px;
  background-color: #B50005;
  border-radius: 30px;
  font-size: 16px;
  color: #fff !important;
  font-style: normal;
  font-weight: 600;
  border: 2px solid #B50005;
  box-shadow: 0 10px 20px rgba(180, 0, 5, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-red:hover {
  opacity: 0.6;
}
.btn-red-border {
  padding: 12px 30px;
  background-color: transparent;
  border-radius: 30px;
  font-size: 16px;
  color: #B50005 !important;
  font-style: normal;
  font-weight: 600;
  border: 2px solid #B50005;
  /* box-shadow: 0 10px 20px rgba(180, 0, 5, 0.5); */
  display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-red-border:hover {
  background-color: #B50005;
  color: #fff !important;
}
.carousel-indicators{
  bottom: -130px;
}
.carousel-indicators li{
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  margin: 0 10px;
}
.carousel-indicators li.active{
  background: #B50005;
}
.carousel-control-next,
.carousel-control-prev{
  opacity: 1;
}
.carousel-control-next {
right: -74px;
}
.carousel-control-next-icon{
  background-image: url(../img/right-chevron.png) ;
  width: 50px;
  height: 50px;
  opacity: 1;

}
.carousel-control-prev {
  left: -74px;
}
.carousel-control-prev-icon {
  background-image: url(../img/left-chevron.png);
  width: 50px;
  height: 50px;
  opacity: 1;

}

.best-even{
  padding: 100px 0 100px;
}
.img-box-style{
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.best-even h2{
  font-size: 34px;
  font-weight: bold;
  color: #B50005;
}


.supplier{
  padding: 80px 0;
  background: url(../img/mask-bg.png) no-repeat center;
  background-size: cover !important;
  position: relative;
}
.supplier.reverce-img{
  background: url(../img/car2.png) no-repeat center ;
}
.supplier::after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(180, 0, 5, 0.8);
  content: "";
}
.supplier .container{
  position: relative;
  z-index: 1;
}
.supplier h2{
  color: #fff;
  font-weight: bold;
  /* font-style: italic; */
  font-size: 34px;
}

.btn-white{
  padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    font-size: 16px;
    color: #B50005 !important;
    /* font-style: italic; */
    font-weight: 600;
    border: 2px solid #fff;
    box-shadow: 0 10px 20px rgba(180, 0, 5, 0.5);
}
.btn-white:hover{
  opacity: 0.6;
}
.video-iframe{
  position: relative;
}
.video-iframe img{
  border-radius: 30px;
}
.margin-top{
  margin-top: 190px;
}
.play-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  cursor: pointer;
}

.whats-new{
  padding: 100px 0;
}
.whats-new h2{
  font-size: 34px;
  color: #B50005;
  font-weight: bold;
  font-style: normal;
}
.font-size-24{
  color: #000;
  font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
.radius-img{
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.list-hr{
  margin: 0;
  padding: 0;
}
.list-hr li{
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 15px 0;
}
.list-hr li a{
    font-size: 16px;
      font-weight: bold;
      color: #000;
      text-decoration: none;
}
.list-hr li a:hover{
  color: #B50005;
}

.add-section{
  padding: 100px 0;
}
.add-section .owl-dots{
  display: none;
}

.footer-section{
  padding: 50px 0;
  background: url(../img/footer-bg.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
}
.footer-section::after{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background: url(../img/ftr-ptn.png) repeat-x bottom;

}
.footer-section .container{
  position: relative;
  z-index: 1;
}
.glad-star{
  text-align: center;
}

.list-middle h3{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.list-middle li{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0;
}
.list-middle li a{
  color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.list-middle li a:hover{
  color: #B50005;
}
.social-section li{
display: inline-block;
margin: 0 15px;
}
.social-section li a{
  color: #fff;
}
.social-section li a:hover{
  opacity: 0.6;
}

.font-white{
  color: #fff;
  font-size: 16px;
}

.banner-2{
  /* background: url(../img/banner2.png) no-repeat center; */
  background-size: cover;
  padding: 290px 0 250px 0;
  position: relative;
  margin-top: -125px;
  height: 800px;
  overflow: hidden;
}
.banner-2 .container{
  position: relative;
  z-index: 15;
}
.bg-overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
.bg-overlay img{
  height: 100%;
  /* object-fit: cover; */
}
.bracket-kit label{
  font-weight: 600;
}
.banner-2::before {
  content: "";
  background: url(../img/sdw2.png) repeat-x center bottom;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-2::after {
  content: "";
  background: url(../img/top-bg.png) repeat-x center top;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-2 .container-fit{
  position: relative;
  z-index: 20;
}
.ct-text-style{
  font-weight: 500;
  color: #000;
  font-size: 24px;
  line-height: 34px;
}
.ct-text-style span{
  color: #B50005;
}
.add-categori .item{
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
margin: 20px 15px;
border-radius: 30px;
}
.add-categori .owl-dots{
  display: none;
}
.add-categori.dot-display .owl-dots {
  display: block;
  padding-top: 20px;
}
.add-categori.dot-display .owl-dots .owl-dot span{
  width: 20px;
  height: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.add-categori.dot-display .owl-dots .owl-dot.active span{
  background: #B50005;
}

.add-categori.dot-display .owl-nav {
  display: none;
}


.add-categori .owl-nav{
  position: absolute;
  left: 0;
  right: 0;
  top: 43%;
  transform: translateY(-50%) !important;
}
.add-categori .owl-nav .owl-prev{
  position: absolute;
  left: -30px;
  background: transparent !important;
  top:0;
  padding: 0;
}
.add-categori .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  background: transparent !important;
  top: 0;
  padding: 0;
}
.add-categori .owl-nav button{
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.add-categori .owl-nav button i{
  font-size:40px;
  color: #B50005;
}

.thumb-pro{
position: relative;
overflow: hidden;
  border-radius: 30px;
}



.thumb-pro:hover{
  border: 8px solid #B50005;
  opacity: 1;
}

.thumb-pro img{
opacity: 0.6;
-webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}

.thumb-pro:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}
.thumb-pro:hover .text-inner{
  color: #fff;
  font-size: 20px;
}
.text-inner{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
  align-items: flex-end;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: left;
  z-index: 1;

}
.thumb-pro:hover .text-inner{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
}

.looking-for{
  padding: 80px 0;
}
.looking-for h2{
  font-size: 40px;
  color: #B50005;
  font-weight: 600;
}
.center-pragraph{
  font-weight: 600;
  color: #000;
  line-height: 28px;
  font-size: 18px;
}
.banner-h2-34{
    color: #B50005;
      font-size: 34px;
      font-weight: bold;
}
.banner-h1-red{
  color: #B50005;
  font-size: 40px;
  font-weight: bold;
}
.po-btm-text{
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
}
.radius-box{
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


.list-hr2 {
  margin: 0;
  padding: 0;
}

.list-hr2 li {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 15px 0;
}

.list-hr2 li a {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #AAAAAA;
  text-decoration: none;
}

.list-hr2 li a:hover {
  color: #B50005;
}

.banner-h1-white{
  font-size:44px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.banner-h2-white{
  font-size: 70px;
    color: #FFE600;
    line-height: 100px;
    font-weight: bold;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.opacity-5{
  opacity: 0.5;
}
.banner-h2-white span{
  color: #B50005;
}
.relative-index{
  position: relative;
  z-index: 15;
}
.display-table-box td{
  position: relative;
}
.radio-left-minus{
  left: -30px;
  top: -12px;
  position: absolute;
}
.p-white{
      color: #fff;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
}
.our-aim{
  background: url(../img/aim.png) no-repeat center #d6d4d9;
  background-size: contain;
  position: relative;
}
.our-aim::after{
  position: absolute;
  right: 0;
  content: "";
  background-color: #B50005;
  top: 0;
  bottom: 0;
  width: 40%;
}
.our-aim .container{
  position: relative;
  z-index: 1;
}
.our-mission {
  background: url(../img/mission.png) no-repeat center #d6d4d9;
  background-size: contain;
  position: relative;
}
.our-mission::after {
  position: absolute;
  left: 0;
  content: "";
  background-color: #B50005;
  top: 0;
  bottom: 0;
  width: 40%;
}

.our-mission .container {
  position: relative;
  z-index: 1;
}
.card-simple{
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  padding: 40px;
  min-height: 400px;
  margin: -25px 0;

}
.content-h2 {
  font-size: 34px;
  color: #B50005;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 20px;
}

.card-simple2 {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  padding: 40px;
  min-height: 350px;
}
.content-h3{
  font-size: 28px;
    color: #B50005;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px;
}



.mb-100{
  margin-bottom: 100px;
}

.pro-category{
  padding: 120px 0 50px;
}
.grid{
  display: grid;
}
.grid-gap {
      gap: 1rem;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.item-box p{
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  text-transform: uppercase;
}
.item-curcel{
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 30px;
  margin-bottom: 20px;
}
.item-curcel img{
  width: 100%;
}
.img-style-40{
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.h4-size{
  font-weight: bold;
  color: #000;
  font-size: 24px;
  line-height: 34px;
}
.list-iso{
  padding-top: 10px;
}
.list-iso li{
font-size: 20px;
color: #000;
font-weight: 500;
margin: 5px 0 15px 0;
padding-left: 40px;
position: relative;
}
.list-iso li img{
  position: absolute;
  left: 0;
  width: 30px;
}


.ct-text-style2 {
  font-weight: bold;
  color: #000;
  font-size: 24px;
  line-height: 34px;
}

.our-held{
      background: url(../img/c1.png) no-repeat center #B50005;
        background-size: contain;
        position: relative;
}
.our-held.c2{
  background: url(../img/c2.png) no-repeat center #B50005;
  background-size: contain;
}
.our-held.c3{
  background: url(../img/c3.png) no-repeat center #B50005;
  background-size: contain;
}
.our-held.brand {
  background: url(../img/g.png) no-repeat center #d6d4d9;
  background-size: contain;
}
.our-held.brand .container{
  position: relative;
  z-index: 2;
}
.our-held.brand::after {
  position: absolute;
  right: 0;
  content: "";
  background-color: #B50005;
  top: 0;
  bottom: 0;
  width: 40%;
}
.exp-pro{
  padding: 0px 0 80px;
}

.mt-100{
  margin-top: 100px;
}

.pagenate-box .page-item{
margin: 0 10px;
}
.pagenate-box .page-item.disabled{
  display: none;
}

.pagenate-box .page-item .page-link{
width: 35px;
height: 35px;
border-radius: 50%;
border: none;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
color: #B1B1B1;
display: inline-flex;
align-items: center;
justify-content: center;
}
.pagenate-box .page-item .page-link:hover{
  background: #B50005;
  color: #fff;
}
.pagenate-box .page-item .page-link.arrow-nav{
  background: transparent;
  box-shadow: none;
  color: #B50005;
  width: auto;
  height: auto;
  font-size: 24px;
  padding: .5rem 0;
}

.page-item.active .page-link{
  background: #B50005;
    color: #fff;
}
.contact-form-box{
  padding: 80px 0;
}

.form-area{
  background-color: rgba(181, 0, 5, 0.8);
  padding: 50px;
  border-radius: 30px;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgba(181, 0, 5, 0.3);
}
.form-area .form-control{
  border: 4px solid rgba(112, 112, 112, 0.4);
  height: auto;
  padding: 15px 30px;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(181, 0, 5, 0.3);
}
.forgot-link{
  color: #B50005;
  font-size: 16px;
  font-weight: 500;
}
.content-h5{
  color: #B50005;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.btn-profile{
  position: relative;

}
.btn-profile button{
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.btn-profile button::after{
  display: none;
}
.btn-profile .dropdown-menu{
  right: 0 !important;
  transform: inherit !important;
  left: initial !important;
  top: 30px !important;
  border-radius: 24px;
  overflow: hidden;
  padding: 15px 0;
}
.btn-profile .dropdown-menu a{
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding: 5px 20px;
}
.btn-profile .dropdown-menu a:hover{
  background: transparent;
  color: #B50005;
  font-weight: bold;
}
.search-control{
  background: #fff url(../img/magnifier.svg) no-repeat right 25px top 10px;
  background-size: 25px;
  border-radius: 30px;
  padding: 10px 50px 10px 30px;
  border: none;
  width: 500px;
  max-width: 90%;
  text-align: center;

}
.search-control::placeholder{
color: rgba(181, 0, 5, 0.3);
}

.search-control2 {
  background: #fff url(../img/magnifier.svg) no-repeat right 25px top 10px;
  background-size: 25px;
  border-radius: 30px;
  padding: 10px 50px 10px 30px;
  border: none;
  width: 400px;
  max-width: 90%;
  text-align: center;
border: 2px solid #B50005;
}

.search-control2::placeholder {
  color: rgba(181, 0, 5, 0.3);
}


.pt-100{
  padding-top: 140px;
}

.add-categori2 .item {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin: 20px 15px;
  border-radius: 30px;
}

.add-categori2 .owl-dots {
  display: block;
}

.add-categori2.dot-display .owl-dots {
  display: block;
  padding-top: 20px;
}

.add-categori2.dot-display .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  background: #fff;
    border: 2px solid transparent;
}
.add-categori2 .thumb-pro:hover{
  border: 8px solid #fff;
}
.add-categori2 .thumb-pro img{
  opacity: 1;
}
.add-categori2.dot-display .owl-dots .owl-dot.active span {
  background: #B50005;
  border: 2px solid #fff;
}

.font-common-red{
  color: #B50005;
  font-weight: bold;
  font-size: 34px;
}
.add-categori2 .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  transform: translateY(-50%) !important;
}

.add-categori2 .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  background: transparent !important;
  top: 0;
  padding: 0;
}

.add-categori2 .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  background: transparent !important;
  top: 0;
  padding: 0;
}

.add-categori2 .owl-nav button {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.add-categori2 .owl-nav button i {
  font-size: 40px;
  color: #fff;
}


.add-categori.dot-display2 .owl-dots {
  display: block;
  padding-top: 20px;
}

.add-categori.dot-display2 .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 2px solid transparent;
}


.add-categori.dot-display2 .owl-dots .owl-dot.active span {
  background: #B50005;
  border: 2px solid #fff;
}

.add-categori.dot-display2 .owl-nav{
  top: 35%;
}

.cat-box{
  padding: 80px 0;
}

.hedaing-content-top{
  top: -70px;
  z-index: 100;
  position: relative;
}
.category-list{
  border: 2px solid #B50005;
  border-radius: 30px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(181, 0, 5, 0.3);
}
.category-list .list-hr2 li a{
  display: inline-block;
}
.category-list .list-hr2 li a:hover{
color: #fff !important;
background: #B50005;
border-radius: 30px;
padding: 8px 15px;
font-size: 14px;
box-shadow:0 5px 10px rgba(181, 0, 5, 0.3);
}

.search-cart{
  position: relative;
}
.thumb-box img{
  border-radius: 10px;
  width: 100%;
  border: 2px solid #707070;
  transition: transform .2s;
}
.thumb-box img:hover{
    border: 2px solid #B50005;
    transform: scale(1.2);
}
.category-list h4{
  font-weight: bold;
  color: #B50005;
  font-size: 16px;
}
.border-filter{
  border: 1px solid #707070;
  padding: 20px;
  height:280px;
}
.border-filter .form-group label{
  font-size: 14px;
  font-weight: 500;
}
.border-filter .form-group label sup{
  color: #B50005;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.form-control{
  border-radius: 6px;
  height: auto;
  font-size: 14px;

}
.custom-select{
  border-radius: 6px;
    height: auto;
    font-size: 14px;

}
.height-scroll{
  height: 210px;
  overflow: auto;
    overflow-x: hidden;
}
.height-scroll::-webkit-scrollbar {
  width: 3px;
}

.height-scroll::-webkit-scrollbar-track {
  background: #ccc;

}

.height-scroll::-webkit-scrollbar-thumb {
  border: 3px solid #B50005;
  border-radius: 10px;

}

.custom-checkbox .custom-control-label{
  font-size: 14px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background: #B50005;
}
:focus{
box-shadow: none !important;
outline: none !important;
}
.flex-end{
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
}
.flex-end2 {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
}
.applyFilter{
  background: #B50005;
  padding:5px 10px;
  height: auto;
  border: none;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
}
.applyFilter img{
  width: 15px;
}

.cart-pro{
  padding: 5px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #707070;
  transition: transform .2s;
}
.cart-pro img.thumb-cart{
border-radius: 10px;
width: 100%;
}
.cart-pro:hover{
  transform: scale(1.2);
  border: 2px solid #B50005;
}
.bottom-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.quantity{
  border: 1px solid #707070;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px 10px;
  width: 50px;
  text-align: center;
}
.add-to-cart{
  font-size: 12px;
    border-radius: 6px;
    padding: 5px 10px;
    background-color: #B50005;
      color: #fff !important;
      font-weight: 600;

}
.add-to-cart img{
  width: 12px;

}

.cart-pro:hover .add-to-cart{
background-image: url(../img/cart-car.png);
  background-repeat: no-repeat;
  background-position: 12px 7px;
  background-size: 85%;
  font-size: 10px;
  padding: 10px 15px;
}
.cart-pro:hover .add-to-cart img{
  display: none;
}
.height-700{
  height: 700px;
}
.custom-radio .custom-control-label::before{
  background: #fff;
  border: 2px solid #B50005;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
  background: #B50005;
}

.bracket-kit{
  border: 2px solid #B50005;
  border-radius: 30px;
  padding: 30px;
  background: #fff;
}
.bracket-kit h2{
  font-size:24px;
  font-weight: bold;
  color: #B50005;
}
.download-pdf{
  padding: 5px 15px;
  background: #B50005;
  border-radius: 25px;
  font-size: 12px;
  color: #fff !important;
  font-weight: bold;
}
.bracket-kit label{
  font-size: 16px;
}
.bracket-kit span{
  font-weight: 500;
  font-size: 16px;
}
.add-to-car{
  padding: 6px 15px;
  border-radius: 6px;
  background: #B50005;
  text-align: center;
}
.add-to-car img{
  width: 80%;
}

.quantity2{
      border: 1px solid #707070;
        font-size: 14px;
        border-radius: 6px;
        padding: 10px 15px;
        width: 100px;
        text-align: center;
        font-weight: bold;
        color: #7E7E7E;
}

.location-order{
  font-size: 20px;
  color: #B50005;
  font-weight: bold;
}

.radio-list li{
 background: #B50005;
 padding: 3px 10px;
 border-radius: 20px;
 display: inline-block;
 font-size: 11px;
 color: #fff;
 font-weight: bold;
}
.radio-list li .custom-radio{
  display: flex;
  align-items: center;
}
.radio-list li .custom-radio .custom-control-label::after{
  top: 0;
}
.radio-list li .custom-radio .custom-control-label::before{
  top: 0;
  border: 2px solid #fff;
  background: transparent;
}

.bg-red-radio{
  background: #B50005;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    align-items: center;
    width: 100px;
}
.bg-red-radio label{
  left: 25px;
  position: relative;
}
.search-cart .custom-radio {
  display: flex;
  align-items: center;
}

.search-cart .custom-radio .custom-control-label::after {
  top: 0;
}

.search-cart .custom-radio .custom-control-label::before {
  top: 0;
  border: 2px solid #fff;
  background: transparent;
}

.radius-30{
  border-radius: 30px;
}
.bg-red-radio.rdo-ic{
  width: 100px;
}
.rdo-ic.custom-radio .custom-control-label::before{
  top: 0 !important;
}
.rdo-ic.custom-radio .custom-control-label::after {
  top: 0 !important;
}
.rdo-ic.custom-radio .custom-control-input:checked~.custom-control-label::before{
  border: 2px solid #fff;
}
.tbl-content{
  position: relative;
}
.absolute-radio{
  position: absolute;
  left: -25px;
  top: -20px !important;
}

.status{
  border-radius: 30px;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  min-width: 120px;
  text-align: center;
  display: inline-block;
}
.out-of-stock{
  background: #FF0000;
}
.in-stock{
  background: #00BE2C;
}
.delete-icon{
  width: 40px;
  height: 40px;
  border: 1px solid #B50005;
  border-radius: 50%;
  padding: 10px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.delete-icon img{
  width: 100%;
}
.flex-end{
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
.with-selected{
  width: auto;
  border: 2px solid #B50005;
  background: transparent;
  padding: 5px;
  border-radius: 30px;
}
.with-selected .custom-select{
  background: transparent url(../img/right-chevron-red.svg) no-repeat right;
  background-size: 18px;
  border: none;
  font-size: 14px;
  color: #000;
}
.btn-red-submit{
  padding: 8px 20px;
  background: #B50005;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border: none;
  border-radius: 40px;
  display: inline-block;
  cursor: pointer;
}
.wish-list-icon img{
  width: 25px;
}
.mt-200-top{
  margin-top: -450px;
  z-index: 21;
  position: relative;
}
.checkout-list-table{
  border-radius: 20px;
  border: 2px solid #7E7E7E;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


.minus,
.plus {
  width: 20px;
  height: 20px;
  background: #B50005;
  border-radius: 50%;
  padding: 8px 5px 8px 5px;
  border:none;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  cursor: pointer;
}

.number input {
  height: 30px;
  width: 80px;
  text-align: center;
  font-size: 16px;
  border: 2px solid #B50005;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.mt-100-top {
  margin-top: -250px;
  z-index: 21;
  position: relative;
}
.nav-list li{
  display: inline-block;

}
.nav-list li a{
  padding: 5px 15px;
  color: #B50005;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
}

.nav-list li a:hover{
  background: #B50005;
  color: #fff;
  border-radius: 30px;
}
.nav-list li a.active {
  background: #B50005;
  color: #fff;
  border-radius: 30px;
}
.list-display li{
display: flex;
margin: 8px 0;
}
.td-green-span{
  color: #1AA500;
}
.list-display li span{
  width: 50%;
  font-weight: 400;
  font-size: 16px;
}
.list-display li span:nth-child(1){
  font-weight: 600;
}
.display-table-box table {
  width: 100%;
  table-layout: fixed;
}

.tbl-header {
  background-color: #B50005;
  border-radius: 40px;
  margin-bottom: 15px;
}
.category-list label{
  font-weight: 600;
}
.tbl-content {
  height: auto;
  /* overflow-x: auto; */
  margin-top: 0px;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.3);
}

.display-table-box th {
  padding: 10px 10px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.display-table-box td {
  padding:5px 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  color: #000000;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.td-red-span{
  color: #B50005;
}
.sm-size-11{
  font-size: 9px;
}

.content-h3-black{
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.grp-btn{
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 100%;
}
.print-btn{
  border-radius: 40px;
  background: #B50005;
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 15px;
  cursor: pointer;
}
.trtf-table{
  border: none !important;
}

.sub-total-div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #B50005;
  font-size: 16px;
}
.list-ancor li{
  display: inline-block;
  margin-bottom: 10px;
}
.list-ancor li a{
  font-size: 12px;
  color: #B50005;
  background: #fff;
  border: 2px solid #B50005;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 40px;
  font-weight: bold;
}
.list-ancor li a:hover{
  background-color: #B50005;
  color: #fff;
}
.ct-text-style2{
  color: #B50005;
  font-weight: normal;
}

.print-btn.gray-btn{
background: #8B8B8B;
}
.table-head h4{
  color: #B50005;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.table-head h6{
  font-weight: 600;
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}
.table-head .mail-env{
  font-size: 12px;
}
.radio-left-div{
  position: relative;
  padding-left: 25px;
}
.absolute-rdo{
  position: absolute;
  left: 0;
  top: -20px;
}
.height-100{
  height: 52px;
}
.table.border-nan th{
border: none;
}
.table.border-nan td{
border: none;
}

#my-filter{
  border-radius: 20px;
  padding: 20px;
  width: 400px;
  border: 1px solid #B50005;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
  background: #fff;
}
.control-input{
background: #F1F1F1;
border: 1px solid #707070;
width: 100%;
border-radius:20px;
padding: 10px 20px;
}




@media only screen and (min-width:768px) and (max-width:1023px){
  .carousel-control-next,
    .carousel-control-prev
    {
      display: none;
    }
    .margin-top{
      margin-top: 15px;
    }
    br{
      display: none;
    }
    .carousel .carousel-inner .carousel-item{
      padding: 0 0 50px;
    }
    .hero-banner-area{
      padding: 150px 0;
    }
    .carousel-indicators{
          bottom: -50px;
    }
        .banner-2{
          padding: 180px 0 100px;
          height: auto;
        }
    .banner-2::before{
      display: none;
    }
    .bg-overlay img{
      object-fit: cover;
      height: 100%;
    }
  .banner-h2-white span {
    color: #fff;
  }
  .category-thumb .grid-cols-6{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
    .category-thumb .grid-cols-5 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .category-thumb .grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
        .mt-200-top{
          margin-top: -200px;
        }
    .mt-100-top{
      margin-top:-150px;
    }
              .display-table-box th{
                font-size: 10px;
                padding: 5px;
              }
  .display-table-box td{
  font-size: 10px;
    padding: 5px;
  }
  .mobile-pt-50{
    padding-top: 50px !important;
  }
  }

@media only screen and (max-width:767px){
  .social-section li{
    margin: 0 5px;
  }
  br{
    display: none;
  }
  .list-middle ul{
    margin-bottom: 30px;
  }
  .list-hr{
    margin-bottom: 30px;
  }
  .whats-new{
    padding: 50px 0;
  }
  .radius-img{
    margin-bottom: 30px;
  }
  .margin-top{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .supplier{
    text-align: center;
  }
    .best-even{
      text-align: center;
    }
  .best-even .col-sm-12.col-md-8.col-lg-8 .pl-5{
    padding: 30px 0 0 0 !important;
  }
  .logo img{
    width: 140px !important;
  }
  .hero-banner-area{
    padding: 150px 0 100px;
  }
  .carousel .carousel-inner .carousel-item{
    padding: 0 0 50px 0;
  }
  .carousel-indicators{
    bottom: -34px;
  }
    .carousel-control-next,
    .carousel-control-prev{
      display: none;
    }
    .banner-h1{
      font-size: 34px;
      text-align: center;
    }
    .banner-h2{
      font-size: 24px;
      text-align: center;
    }
    .top-bg-color p{
      font-size: 16px;
      text-align: center;
    }
    .cart-area a{
      font-size: 14px;
    }
    .best-even{
      padding-top: 50px !important;
      padding-bottom: 50px;
    }
    .supplier{
      padding: 50px 0;
    }
    .add-section{
    padding: 50px 0;
    }
    .banner-2{
    padding: 170px 0 100px;
    height: auto;
    }
    .ct-text-style{
      font-size: 24px;
    }
    .add-categori .owl-nav .owl-prev{
      left: 0;
      position: relative;
    }
    .add-categori .owl-nav .owl-next{
      position: relative;
      right: 0;
    }
    .add-categori .owl-nav{
      top: inherit;
      transform: inherit;
      bottom: -60px;
    }
    .banner-h1-red{
      font-size: 40px;
    }
    .body-bg{
      background-size: cover;
    }
    .banner-h1-white{
      font-size: 34px;
      line-height: 44px;
    }
    .banner-h2-white{
      font-size: 45px;
      line-height: 55px;

    }
    .grid-cols-5{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .video-iframe{
      margin-bottom: 20px;
    }
    .banner-2::before{
      display: none;
    }
  .banner-2 .banner-h1-white{
    text-align: center;
  }
  .banner-2 .banner-h2-white{
    text-align: center;
  }
    .banner-h1-red{
      color: #fff;
    }
.bg-overlay img{
    object-fit: cover;
      height: 100%;
}
.banner-h2-white span{
  color: #fff;
}
.form-area{
  padding: 20px;
}
.group-text a{
  margin: 10px 0;
  padding: 10px 15px;
}
.group-text2 a{
  margin: 10px 0;
    padding: 10px 15px;
}
.add-categori.dot-display2 .owl-nav{
  bottom: -60px;
  top: inherit;
}
.add-categori.dot-display2 .owl-dots{
  display: none;
}
.add-categori2 .owl-nav{
  bottom: -60px;
    top: inherit;
}
.add-categori2 .owl-nav .owl-prev {
  left: 0;
  position: relative;
}
.add-categori2 .owl-nav .owl-next {
  position: relative;
  right: 0;
}
.add-categori2.dot-display .owl-dots{
  display: none;
}
.category-list{
  padding: 20px;
}
.search-control2{
  width: 100%;
  max-width: 100%;
}
.category-thumb .grid-cols-6{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.border-filter{
  margin-bottom: 15px;
}
.radio-list li{
  margin: 5px 0;
}
.search-cart{
  display: inline-block !important;
  width: 100%;
}
.search-cart .custom-radio{
  margin-top: 20px;
}
.radius-30{
  margin-bottom: 20px;
}
.category-list .text-right{
  text-align: center !important;
}
.flex-end{
  position: relative;
  justify-content: center;
}
.flex-mobile{
  display: inline-block !important;
  width: 100%;
}
.flex-mobile .btn-red-border{
  width: 100%;
}
.with-selected{
  margin-top: 20px;
}
.with-selected{
  display:flex ;
  align-items: center;
  justify-content: space-between;
}
.hedaing-content-top{
  top: 0;
  padding-top: 50px;
  margin-bottom: 50px !important;
}
.cart-area img{
  width: 20px;
}
.logo{
  position: absolute;
  left: 10px;
  top: -6px;
}
.cart-area{
  margin-left: 108px;
}
.mt-200-top{
  margin-top: -160px;
}
.mt-100-top{
  margin-top: 0;
}
.nav-list li{
  margin: 5px 0;
}
.display-table-box{
overflow: auto;
}
.tbl-header{
 width: 1000px;
 overflow: auto;
}
.no-flex{
  display: inline-block !important;
  width: 100%;
}
.tbl-content.ml-4{
  margin-left: 0 !important;
}
/* .display-table-box th{
  display: contents;
} */
/* .display-table-box td{
  display: contents;
} */
.tbl-content{
  width: 1000px;
    overflow: auto;
}
.sm-mb-20{
  margin-bottom: 20px;
}
.print-btn{
  font-size: 10px;
  text-align: center;
}
.mb-mobile{
  margin-bottom: 15px;
}
.pricing-table{
  overflow: auto;
}
    .mobile-pt-50 {
      padding-top: 50px !important;
    }
    html{
       overflow-x: hidden;
    }
    .body-bg{
      overflow-x: hidden;
    }
}

.color-red{
  color: #B50005;
}


@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.invalid-feedback {
    color: #efff4d !important;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #efff4d !important;
}


