@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"),
    url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "HelveticaNowDisplay", sans-serif;
  overflow-x: hidden;
}
body,
html {
  background: #f3f3f3 !important;
}
a {
  text-decoration: none;
}
.main-wrap {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 4px 5px #0000000a;
}
.navbar-brand img {
  max-height: 55px;
}
.header {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.top-links a {
  color: #52565a;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  margin-left: 15px;
}
.top-links a::before {
  border-right: 1px solid #dddedf;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: -18px;
}
.top-links a:first-child::before {
  display: none;
}
.top-links a:hover {
  color: #293189;
}
.top-right-info {
  display: flex;
  gap: 20px;
}
.top-right-info a {
  color: #293189;
  text-decoration: none;
  font-size: 18px;
}
.top-right-info a i {
  margin: 0 5px 0 0;
}
.top-right-info a:hover {
  text-decoration: underline;
}
.bottom-header {
  position: relative;
  border-top: 1px solid #dddedf;
  /* border-bottom: 0 none; */
  border-bottom: 1px solid #dddedf;
  background: #f9f9f9;
}
/* HERO PART START*/
.hero-section {
  background: url("../images/homehero.png") 50% 50% no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}
.hero-section::after {
  content: "";
  position: absolute;
  background: rgba(41, 49, 137, 0.25);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-content h1 {
  font-size: 3.5rem;
}
.hero-content p {
  font-size: 1.5rem;
}
.contact-hero-section {
  background: url("../images/contactushero.png") 50% 50% no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
  position: relative;
}
.contact-hero-section::after {
  content: "";
  position: absolute;
  background: rgba(41, 49, 137, 0.25);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.contact-hero-content {
  position: relative;
  z-index: 2;
  background: linear-gradient(315deg, #293189 1%, #0b82c9 100%);
  max-width: 50%;
  margin: 0 auto;
  padding: 50px;
  text-align: left;
}
.contact-hero-content h3 {
  margin: 0 0 25px;
  font-size: 24px;
}
.contact-hero-content p {
  font-size: 20px;
  margin: 0;
}
.contact-hero-content p a {
  text-decoration: none;
  color: #ff8303;
}
.contact-hero-content .dd-menu-link{
  font-size: 1.5em;
}
.inner-hero-section {
  background: url("../images/texturedbluebg.jpeg") 50% 50% no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}
.inner-hero-content h1 {
  margin: 0 0 25px;
  font-size: 3.5em;
}
.inner-hero-content h3 {
  margin: 0 0 25px;
  font-size: 1.5em;
}

.container-services-hero-section {
  background: url("../images/containerserviceshero.png") 50% 50% no-repeat;
  background-size: cover;
}
.ekegs-and-ecasks-hero-section {
  background: url("../images/ekegsandecaskshero.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.sale-and-rent-back-hero-section {
  background: url("../images/saleandrentbackhero.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.container-maintenance-hero-section {
  background: url("../images/containerserviceshero1.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.keg-and-cask-recovery-hero-section {
  background: url("../images/kegandcaskrecoveryhero.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.ekegplus-hero-section {
  background: url("../images/ekegplushero.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.ekegplus-calculator-hero-section {
  background: url("../images/pricingcalculatorhero.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.retail-and-wholesale-delivery-hero-section {
  background: url("../images/retailandwholesaledeliveryhero.jpg") 50% 50%
    no-repeat;
  background-size: cover;
}
.about-us-hero-section {
  background: url("../images/aboutushero.png") 50% 50% no-repeat;
  background-size: cover;
}
.our-technology-hero-section{
  background: url("../images/aboutushero.png") 50% 50% no-repeat;
  background-size: cover;
}

/* HERO PART END */
.card-icon {
  font-size: 40px;
  color: #0d47a1;
}
.footer {
  background: linear-gradient(135deg, #004a99, #0073e6);
  background: linear-gradient(315deg, #293189 1%, #0b82c9 100%);
  color: white;
  padding: 100px 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.news-card img {
  height: 200px;
  object-fit: cover;
}
.news-card h6,
.case-card .card-title {
  font-size: 1.5em;
  color: #293189;
}

.navbar {
  border-top: 1px solid #eee;
  border-bottom: 0 none;
}
.nav-link {
  display: block;
  padding: 15px 20px !important;
  position: relative;
}
.dropdown-toggle.nav-link {
  padding-right: 30px !important;
  padding-left: 20px !important;
}
.dropdown-toggle::after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000000a6;
  font-size: 14px;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  margin: 0;
  border: 0;
}
.nav-item {
  position: static;
}
.nav-item .nav-link::before {
  border-right: 1px solid #dddedf;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.navbar-nav li:first-child .nav-link::before {
  display: none;
}
/* Mega Menu */
.dropdown-menu.mega-menu {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0 none;
}
.mega-menu .row div {
  margin-bottom: 15px;
}
.mega-menu h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.btn-link {
  color: #ff8201;
  text-decoration: none;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-link i {
  margin: 0 0 0 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-link:hover {
  border: 1px solid;
}
.btn-link:hover i {
  margin: 0 0 0 15px;
}
.two-list {
  display: flex;
}
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30%;
}
.footer-list li {
  margin: 0 0 10px;
}
.footer-list li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer-list li a:hover {
  text-decoration: none;
  padding-left: 35px;
}
.footer-list li a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.below-footer {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-links {
  display: flex;
}
.left-links a {
  color: #52565a;
  position: relative;
  margin-left: 20px;
}
.left-links a::before {
  border-right: 1px solid #52565a;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: -10px;
}
.left-links a:first-child {
  margin-left: 0;
}
.left-links a:first-child:before {
  display: none;
}
.service-box {
  box-shadow: 0 1.25rem 1.0625rem -0.8125rem rgb(41 49 137 / 18%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.service-box h5 {
  font-size: 1.8rem;
  color: #293189;
}
.footer-title {
  font-size: 24px;
  margin: 0 0 25px;
}
.keepin-touch {
  display: flex;
  gap: 20px;
  margin: 10px 0 0;
}
.keepin-touch a {
  font-size: 36px;
  display: inline-flex;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.keepin-touch a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.699);
}
.news-section {
  background: url(../images/texturedgreybg.png) 0 0 no-repeat;
  padding: 60px 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute; /* Allows precise positioning */
  top: 50%; /* Vertically centers them */
  transform: translateY(
    -50%
  ); /* Adjusts for vertical centering based on element height */
  /* Add width, height, background, border, etc. as needed */
}
.owl-nav.disabled {
  display: block !important;
}
.owl-nav .owl-prev {
  left: 0; /* Positions the previous button to the left */
}

.owl-nav .owl-next {
  right: 0; /* Positions the next button to the right */
}
.owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  background: #fff !important;
  color: #000 !important;
  font-size: 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  position: relative;
  font-size: 0 !important;
}
.owl-nav .owl-prev span:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 14px;
}
.owl-nav .owl-next span:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 14px;
}
.dd-menu-info {
  padding: 30px;
  background-color: #f7f8ff;
  margin: 0 !important;
}
.dd-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.dd-menu a {
  position: relative;
  color: #ff8201;
  margin: 5px 0;
  font-size: 18px;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dd-menu a::before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dd-menu a:hover {
  padding-left: 30px;
}
.dd-menu a:hover::before {
  left: 5px;
}

.dd-menu-link {
  color: #ff8201;
}
.dd-menu-link i {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dd-menu-link:hover i {
  margin-left: 15px;
}

.content-section-white {
  padding: 60px 0;
  background-color: #fff;
}
.content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.content-text {
  height: 100%;
}
.content-text h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 15px;
}
.content-text h3 a {
  color: #ff8303;
}

.content-text h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 15px;
}
.form-wrap {
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 1.5rem 0.25rem rgba(41, 49, 137, 0.15);
  max-width: 85%;
  margin: 0 auto;
}
.form-wrap h3 {
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 32px;
}
.form-wrap h3 a {
  color: #ff8303;
}

.form-section {
  background: url(../images/orangetexturebg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.form-control,
.form-select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  padding: 12px 16px !important;
}
.btn-primary {
  background: #ff8303;
  border-color: #ff8303;
  padding: 12px 16px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
  background: #333;
  border-color: #333;
}

.location-box {
  border: 1px solid #e8e8e8;
  padding: 25px;
  height: 100%;
}
.location-img {
  margin: 0 0 15px;
  height: 200px;
  overflow: hidden;
}
.location-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  height: 100%;
  overflow: hidden;
  object-position: 50% 50%;
  -webkit-object-position: 50% 50%;
  -o-object-position: 50% 50%;
  -moz-object-position: 50% 50%;
  border-radius: 0 !important;
}
.location-box h2 {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 600;
}
.location-box h4 {
  font-size: 18px;
  margin: 0 0 15px;
}
.location-box h4 a {
  color: #ff8303;
}
.location-box h4 a i {
  margin: 0 10px 0 0;
}
.location-box p {
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.location-box p i {
  margin: 0 13px 0 0;
  font-size: 24px;
}

.location-box span {
  display: flex;
  position: relative;
  top: -2px;
}
.form-text a {
  color: #ff8303;
}
.dropdown-menu[data-bs-popper] {
  top: calc(100% - 1px);
}
.card,
.card-img-top {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.sidebar-wrap {
  margin: 0;
}
.sidebar-wrap h3 {
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  font-size: 24px;
}
.sidebar-wrap .form-check {
  margin: 0 0 15px;
}
.blog-section .news-card {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-section .news-card:hover {
  box-shadow: 0 0 20px 0px #0000002b;
}
.show-more {
  text-align: center;
  margin: 15px 0 0;
}

.btn-show-more {
  background: #ff8201;
  padding: 10px 30px;
  color: #fff;
  font-size: 1em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-show-more:hover {
  background: #333;
}
.inner-content h2 {
  color: #293189;
  margin: 0 0 20px;
  font-size: 2.1em;
}
.inner-content h4 {
  color: #293189;
  margin: 0 0 20px;
}

.inner-content {
  margin: 0;
}
.inner-content p {
  margin: 0 0 20px;
  font-size: 1.1em;
}
.inner-content p a {
  color: #ff8201;
}
.inner-content ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.inner-content ul li {
  margin: 0 0 10px;
}
.inner-content ul li a {
  color: #ff8201;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.inner-content ul li a::before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
.inner-content ul li a:hover {
  padding-left: 25px;
}
.content-section-gray {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.financial-difficulty-wrap .case-card {
  height: 100%;
}
.container-service .news-card {
  height: 100%;
}
.container-maintenance-wrap .case-card {
  height: 100%;
}
.text-primary {
  color: #293189 !important;
}
.content-float-section {
  background: url("../images/ekegandecaskspecification.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-top: 50px;
}
.about-float-section {
  background: url("../images/containerfleet.png") 50% 50% no-repeat;
  background-size: cover;
}
.keg-and-cask-specification {
  background: url("../images/kegandcaskspecification.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.our-technology-float-section{
  background: url("../images/benefitsofusingtrackingdata.png") 50% 50% no-repeat;
  background-size: cover;
}
.content-float-section .container {
  overflow: visible;
}
.float-box {
  position: relative;
  background: #fff;
  padding: 50px;
  top: -170px;
  left: 0%;
  box-shadow: 0 0.75rem 1.5rem 0 rgb(41 49 137 / 18%);
  max-width: 100%;
}
.float-box h2 {
  color: #293189;
  margin: 0 0 20px;
  font-size: 2.1em;
}
.float-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.float-box ul li {
  margin: 0 0 20px;
  position: relative;
  padding-left: 25px;
}
.float-box ul li::before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
.image-wrap {
  margin: 0;
}
.image-wrap img {
  max-width: 100%;
}
.inner-content .only-list li {
  margin: 0 0 20px;
  position: relative;
  padding-left: 25px;
}
.inner-content .only-list li::before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
.no-space-wrap {
  margin: 0;
}
.no-space-wrap p {
  margin: 0;
}
.two-btn-up-down-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.two-btn-up-down-wrap a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #ff8201;
  color: #fff;
  padding: 15px;
  font-size: 1.2em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.two-btn-up-down-wrap a:hover {
  background: #333;
}

.side-by-side {
  box-shadow: 0 1.25rem 1.0625rem -0.8125rem rgb(41 49 137 / 18%);
  max-width: 80%;
  margin: 0 auto;
}
.side-by-side .img-wrap img {
  max-width: 100%;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.container-maintenance-wrap .case-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container-maintenance-wrap .case-card ul li {
  margin: 0 0 5px;
  position: relative;
  padding-left: 20px;
}
.container-maintenance-wrap .case-card ul li::before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
.case-card a {
  color: #ff8201;
}
.key-benefit-wrap .key-benefit-card {
  text-align: left;
  padding: 25px;
  height: 100%;
}
.key-benefit-wrap .key-benefit-card img {
  max-width: 100px;
  margin: 0 0 15px;
}

.key-benefit-card .card-title {
  font-size: 1.5em;
  color: #293189;
}
.key-benefit-card .card-body {
  padding: 0;
}
.iframe-wrap {
  box-shadow: 0 0 1.5rem 0.25rem rgba(41, 49, 137, 0.15);
  margin: 25px 0 0;
}
.custom-tab-wrap .nav.nav-tabs {
  margin: 0 0 -1px!important;
  
}
.custom-tab-wrap .nav.nav-tabs li{
  margin-bottom: 0 !important;
  border: 0 none;
  flex: 1;
}
.custom-tab-wrap .nav.nav-tabs li .nav-link{
  font-size: 1.2em !important;
  width: 100%;
  color: #a5a5a5 !important;
  height: 100%;
}
.custom-tab-wrap .nav.nav-tabs li .nav-link.active{
  color: #ff8201 !important;
}
.custom-tab-wrap .nav-item .nav-link::before{
  display: none;
}
.custom-tab-wrap .tab-content {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0.0625rem 2rem 0.0625rem rgb(0 0 0 / 10%);
  border: 1px solid #dee2e6;
  border-top: 0 none;
}
