/*----- FONTS -----*/
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');

/* files */
@import url('../css/header_footer.css');


/*----- BASIC -----*/
html, body{
  height: auto;
}
body {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  background: #F5F6FA;
  color: #000000;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}
body.active-sidebar {
    overflow: hidden;
}
a, a:hover{
  text-decoration: none;
  color: #000000;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
h1,h2,h3{
  
  font-weight: 600;
}
h4,h5,h6{
  font-weight: 500;
}
.favicon{
  width: 16px;
  height: 16px;
  object-fit: contain;
}
main{
  padding:0;
  position: relative;
}
/*----- MAIN -----*/
/*-----Home [ START ]----*/
.banner{
  padding: 30px 0 0;
}
.wd_banner{
  background: #FFF;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.10);
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
  z-index: 0;
}
.owl-home-video .item{
  position: relative;
}
.owl-home-video .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wd_ban_txt{
  
  padding: 50px 30px;
}
.wd_ban_txt h2{
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 7px;
}
.wd_ban_txt p{
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.progress{
  border-radius: 190px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #EAEAEA;
}
.bg-success {
  border-radius: 190px;
  background-color: #3BBA00 !important;
}
.wd_prog_txt {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 28px;
}
.wd_prog_lft h3{
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.wd_prog_lft span{
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.wd_prog_txt h4{
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}
.coffee_shop{
  border-radius: 10px;
  background: #0050A0;
  border:2px solid #0050A0;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 35px;
  display: inline-block;
}
.coffee_shop:hover{
  background: transparent;
  color: #0050A0;
}
.play-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  animation: ripple 0.7s linear infinite;
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
 @keyframes ripple {
   0% {
     box-shadow: 0 0 0 0 rgba(255, 255, 255 , 0.10), 0 0 0 0.5em rgba(255, 255, 255 , 0.10), 0 0 0 2em rgba(255, 255, 255 , 0.10), 0 0 0 3em rgba(255, 255, 255 , 0.10);
  }
   100% {
     box-shadow: 0 0 0 0.5em rgba(255, 255, 255 , 0.10), 0 0 0 2em rgba(255, 255, 255 , 0.10), 0 0 0 3em rgba(255, 255, 255 , 0.10), 0 0 0 5em rgba(255, 255, 255 , 0);
  }
}
.owl-home-video.owl-carousel .owl-nav{
  display: none;
}
.owl-home-video .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.owl-home-video.owl-carousel .owl-dots .owl-dot.active {
    background: #F29E38 !important;
    width: 33px !important;
}
.owl-home-video.owl-carousel .owl-dots .owl-dot{
  padding: 5px !important;
  margin: 0 2px 22px;
  text-align: center;
  border-radius: 90px !important;
  background: rgba(255, 255, 255, 0.30) !important;
 }
.wd_support{
  padding: 44px 0 80px;
}
.wd_support .head-title{
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 28px;
}
.wd_support_bx{
  background: #FFF;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.21);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.wd_supp_txt{
  padding: 15px 15px 15px 25px;
  width: 100%;
}
.wd_supp_txt h3{
  color: #000;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 15px;
}
.wd_supp_txt p{
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.wd_supp_txt h6{
  color: #000;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wd_cart_btn, .wd_view_btn, .wd_share_btn{
  border-radius: 10px;
  background: #0050A0;
  padding: 8px 25px;
  display: inline-block;
  border:2px solid  #0050A0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.wd_share_btn:hover{
  background: transparent;
  color: #0050A0;
}
.wd_view_btn:hover{
  background: transparent;
  color: #0050A0;
}
.wd_cart_btn:hover{
  background: transparent;
  color: #0050A0;
}
.wd_supp_img{
  padding: 15px 25px 0 0;
  width: 40%;
}
.wd_supp_img img{
  width: 100%;
  height: 302px;
  object-fit: contain;
}

.wd_main_leader{
  margin-bottom: 30px;
}
.wd_main_leader h3{
  font-size: 26px;
  font-weight: 700 !important;
}
.wd_mem_bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wd_mem_bx span{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.wd_mem_bx a{
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.wd_leader_bx{
  background: #FFF;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.10);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.wd_leader_lft {
  display: flex;
  align-items: center;
}
.wd_lead_inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 18px;
}
.wd_lead_inner img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.wd_lead_inner span{
  background: #F29E38;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 5px solid #fff;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.wd_leader_lft h3{
  color: #545454;
  font-size: 15px !important;
  font-weight: 500;
  margin: 0 0 0 15px;
}
.wd_leader_bx p{
  color: #0050A0 !important;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 90px;
  background: rgba(0, 80, 160, 0.09);
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0 !important;
}
.wd_supp_lft h4{
  color: #545454;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.wd_supp_lft span{
  color: #545454;
  font-size: 12px;
  font-weight: 400;
}
.wd_vw_cart{
  background: #FFF;
  box-shadow: 0px -6px 34px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.wd_vw_bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd_vw_txt h3{
  color: #0050A0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wd_vw_txt p{
  color: rgba(0, 0, 0, 0.40);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
/*----Cart Sidebar [ START ]----*/
.wd_main_side{
  position: relative;


}
.wd_left_side{
  position: fixed;
  inset: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  transition: opacity 300ms ease-out 0s;
  opacity: 1;
  display: none;
  z-index: 1;
}
.wd_cart_sidebar, .wd_leader_sidebar, .wd_support_sidebar {
  background: #FFF;
  box-shadow: -20px 4px 54px 0px rgba(0, 0, 0, 0.45);
  width: 500px; 
  max-height: 100%;
  padding-bottom: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 50px 30px 30px;
  z-index: 2;
  box-shadow: 0px -6px 24px rgba(0, 0, 0, 0.15);
  transition-property: transform;
  transition-duration: 900ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
  transform: translateX(500px);

}
.back_shop_btn{
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  border-radius: 90px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 10px 15px;
  color: #0050A0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.back_shop_btn:hover{
  background: #0050A0;
  color: #fff;
  transition: all 0.5s ease-in;
  -webkit-transition:all 0.5s ease-in;
  -moz-transition:all 0.5s ease-in;
}
.back_shop_btn:hover svg path{
  stroke: #fff;
  transition: all 0.5s ease-in;
  -webkit-transition:all 0.5s ease-in;
  -moz-transition:all 0.5s ease-in;
}
.wd_cart_sidebar h2, .wd_leader_sidebar h2, .wd_support_sidebar h2{
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0 6px;
}
.wd_cart_sidebar p, .wd_leader_sidebar p, .wd_support_sidebar p{
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.wd_item_list{
  background: #F5F5F5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wd_item_lft{
  display: flex;
  align-items: center;
  grid-gap: 13px;
}
.wd_item_lft img{
  width: 100px;
  height: 80px;
  object-fit: cover;
}
.wd_item_lft h4{
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}
.quantity {
  display: inline-flex;
  border: 2px solid #0050a0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity button {
  background-color: #0050a0;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 5px;
  font-size: 16px;
  outline: none;
  color: #545454;
  font-size: 14px;
  font-weight: 500;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}
.wd_item_rgt span{
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.wd_item_rgt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.wd_price_bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd_price_bx h6{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.wd_price_bx span{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.wd_fbg{
  background: #fff;
  width: 100%;
  display: block;
   position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 30px;
}
.wd_checkout_btn{
  border-radius: 10px;
  background: #0050A0;
  border: 2px solid #0050A0;
  padding: 12px 20px;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
 
}
.wd_checkout_btn:hover{
  background: transparent;
  color: #0050A0;
}
.slide-sidebar {
  transform: translateX(0px);
  transition-property: transform;
  transition-duration: 900ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
}

.scrollbar{
/*  margin-right: 30px;*/
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 60px;
}
.scrollbar_supp{
  height: 700px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 25px;
}
#style-4::-webkit-scrollbar-track
{
 /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;*/
}

#style-4::-webkit-scrollbar
{
  width: 2px;
/*  background-color: #0050a0;*/
}

#style-4::-webkit-scrollbar-thumb
{
 /*background-color: #0050a0;
  border: 2px solid #0050a0;*/
}
.wd_leader_sidebar .wd_leader_bx, .wd_support_sidebar .wd_leader_bx{
  margin: 6px;
}

/*----Cart Sidebar [ END ]----*/

/*-----Home [ END ]----*/
/*----- Order Confirmation [ START ]----*/
.order_blog{
  padding: 30px 0 50px;
}
.wd_confirm_bx{
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
  padding: 35px;
  margin: 0 auto;
  text-align: center;
  width: 65%;
}
.wd_confirm_bx h5{
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.wd_confirm_bx span{
  color: #8F959E;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  display: block;
}
.wd_order_item{
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
}
.wd_order_item img{
  width: 25%;
  height: 130px;
  object-fit: cover;
  border-radius: 7px 0 0 7px;
}
.wd_order_txt{
  width: 70%;
  text-align: left;
  padding: 0 15px;
}
.wd_order_txt h4{
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
}
.wd_order_txt p{
  color: rgb(35 35 35 / 60%);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.wd_confirm_bx ul{
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 30px 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.wd_confirm_bx ul li{
  display: inline-block;
  margin-right: 50px;
}
.wd_confirm_bx ul li:last-child{
  margin-right: 0;
}
.wd_confirm_bx ul li span{
  color: rgb(0 0 0 / 50%);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.wd_confirm_bx ul li h4{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.62px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wd_cont_btn{
  border-radius: 10px;
  background: #0050A0;
  padding: 10px 20px;
  display: inline-block;
  border:2px solid #0050A0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.wd_cont_btn:hover{
  background: transparent;
  color:#0050A0;
}
/*----- Order Confirmation  [ END ]----*/
/*-----Checkout [ START ]----*/
.wd-checkout-blog{
  padding: 30px 0 34px;
}
.wd-back-shop{
  padding-bottom: 30px;
}
.wd-back-btn{
  border-radius: 90px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color:  #0050A0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  width: fit-content;
}
.wd-back-btn:hover{
  font-weight: 700;
  text-decoration: none;
  color:  #0050A0;
}
.wd-checkout-title{
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  margin-bottom: 24px;
}
.wd-checkout-title h1{
  color: #000;
  font-family: Cabin;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6PX;
}
.wd-checkout-title p{
  color: #545454;
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}
/*------- checkout form----- */
.wd-form-box{
  background: #FFF;
  box-shadow: 6px 6px 22px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 24px;
  padding: 18px 20px 8px;
}
.wd-form-title{
  color:  #424143;
  font-family: Cabin;
  font-size: 20px;
  font-weight: 700;
}
.wd-brdr-botm{
  border-top: 0;
  border-bottom: 0.9px solid #DFDFDF;;
}
.wd-frm-grp {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
}
.checkout-form .form-group{
  margin-bottom: 14px;
  width: 100%;
  position: relative;
}
.checkout-form .form-group label{
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
.checkout-form .form-group .form-control{
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
  padding: 12px 15px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 400;
  height: auto;
}
select option {color: rgba(0, 0, 0, 0.25);}
textarea.form-control{height: 150px !important;}
.cstm-checkbox{position: relative;}
.cstm-checkbox input{display: none;}
.cstm-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  padding: 8px;
  /* width: 18px;
  height: 18px; */
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background:  #fff;
}
.cstm-checkbox input:checked + label:before {
  background: #0050A0;
}
.cstm-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wd-card-type{
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px 15px;
}
.wd-place-btn{
  border-radius: 10px;
  background:  #0050A0;
  box-shadow: 0px 8px 13px 0px rgba(9, 113, 254, 0.30);
  border: 1px solid #0050A0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: block;
  height: auto;
  padding: 14px 30px;
  margin: 0 auto;
  width: 55%;
}
.wd-place-btn:hover{
  background: transparent;
  color: #0050A0;
  text-decoration: none;
}
/* checkout right side */
.wd-white-box{
  background: #FFF;
  box-shadow: 6px 6px 22px 0px rgba(0, 0, 0, 0.10);
  padding: 18px 20px;
}
.wd-item-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.wd-item-title h3{
  color:  #424143;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.wd-total-item{
  color:  #0050A0;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.wd-item-dtls{
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 18px 0 0;
}
.wd-item-img img{
  border-radius: 12px;
  width: 66px;
  height: 66px;
  object-fit: contain;
}
.wd-item-desc h4{
  color: #838383;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.wd-mr-qty{
  color: #545454;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.wd-mr-prize{
  color: #545454;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
/* prixe summary area */
.wd-prize-sumry{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.wd-prize-sumry p:first-child{
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  margin: 0;
}
.wd-prize-sumry p:last-child{
  color: #424143;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  margin: 0;
}
.wd-total-sumry p:first-child{
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0;
}
.wd-total-sumry p:last-child{
  color: #0050A0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0;
}
.wd-supprt-area{
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F6F6F6;
  display: flex;
  align-items: center;
  padding: 5px 8px;
}
.wd-suport-lft{display: flex;gap: 6px;}
.wd-suport-lft .cstm-checkbox label{
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.wd-suport-lft  .cstm-checkbox label:before{
  margin: 4px 5px 0 0;
}
.wd-suport-lft .cstm-checkbox input:checked + label:after{
  top: 6px !important;
}
.wd-suport-lft .cstm-checkbox input:checked + label:after{
  top: 3px;
}
.ocity_3{
  opacity: 0.2;
}
.wd_noevent{
  padding: 40px 25px;
  background: #FFF;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.10);
}
.wd_noevent img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wd_noevent p{
  color: rgba(0, 0, 0, 0.50);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px auto 30px;
}
/* ---checkout form[END]--------- */
/*-----Checkout [ END ]----*/
body.active-cartbar .wd_vw_cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
}
.wd-suport-right a{display: block;
line-height: 0;}
/*----- SECTION -----*/
/*----28-03-2024---*/
.owl-tab-slider .wd_supp_img{
  padding: 0;
  width: unset;
}
.owl-tab-slider .wd_supp_img img{
  object-fit: cover;
}
.owl-tab-slider.owl-carousel.owl-theme.owl-loaded.owl-drag{
  width: 50%;
}
.owl-tab-slider .owl-nav.disabled{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 0;
}
.owl-tab-slider .owl-nav button{
  background: #0050a0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;

}
.owl-tab-slider .owl-nav button span{
  color: #fff;
}
.owl-tab-slider .owl-dots.disabled{
  display: none;
}
.item_img{
  position: relative;
}
.item_img::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
}
.owl-tab-slider.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  padding: 15px;
}