.terms_condition_widget .nav-link {
    border: none;
    border-left: 1px solid #E9E9E9;
    border-radius: 0;
    color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    padding: 0 0 0 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.terms_condition_widget .nav-link.active {
  border-left: 2px solid #5BBB7B;
  color: #5BBB7B;
}

.vertical-tab .nav-tabs {
  border-bottom: none;
}
.vertical-tab .nav-link {
  border: none;
  border-radius: 0;
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 25px;
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-tab .nav-link span {
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.vertical-tab .nav-link.active span {
  border-bottom: 2px solid #222222;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.home2_testimonial_tabs .thumb {
  padding: 10px;
}
.home2_testimonial_tabs img {
  width: 70px;
}
@media (max-width: 991.98px) {
  .home2_testimonial_tabs img {
    width: 40px;
  }
}
.home2_testimonial_tabs .title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}
.home2_testimonial_tabs .title small {
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
}
.home2_testimonial_tabs .nav-link {
  border: 1px solid #E9E9E9;
  border-radius: 100px;
  margin: 0 15px;
  padding: 0;
  width: 350px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
  .home2_testimonial_tabs .nav-link {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .home2_testimonial_tabs .nav-link {
    max-width: initial;
  }
}
@media (max-width: 1399.98px) {
  .home2_testimonial_tabs .nav-link {
    margin: 0 5px 10px;
    width: 250px;
  }
}
@media (max-width: 991.98px) {
  .home2_testimonial_tabs .nav-link {
    width: 220px;
  }
}
.home2_testimonial_tabs .nav-link.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.extra-service-tab .nav-tabs {
  border-bottom: none;
}
.extra-service-tab .nav-link {
  border: 2px solid transparent;
  outline: 1px solid #E9E9E9;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 26px 30px 35px;
  position: relative;
}
.extra-service-tab .nav-link.active {
  border: 2px solid #1F4B3F;
}
.extra-service-tab .text-bottom {
  display: block;
  line-height: initial;
}
.extra-service-tab .price {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 45px;
}
@media (max-width: 575.98px) {
  .extra-service-tab .price {
    right: 20px;
    top: 10px;
  }
}

.home9-navtab-style .nav-link {
  border-bottom: none;
  color: rgba(34, 34, 34, 0.3);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  padding-top: 0;
  padding-left: 0;
  margin-right: 40px;
}
.home9-navtab-style .nav-link:last-child {
  margin-right: 0;
}
.home9-navtab-style .nav-link.active, .home9-navtab-style .nav-link:hover, .home9-navtab-style .nav-link:focus, .home9-navtab-style .nav-link:visited {
  color: #222222;
  border-bottom: none;
}

/*  Paginations Styles  */
.mbp_pagination ul {
  margin: 0;
  padding: 0;
}
.mbp_pagination .page_navigation {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.mbp_pagination .page-item {
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mbp_pagination .page-item:hover {
  background-color: #F1FCFA;
}
.mbp_pagination .page-item:first-child {
  border: 1px solid #E9E9E9;
}
.mbp_pagination .page-item:last-child {
    border: 1px solid #E9E9E9;
}
.mbp_pagination .page-item.active .page-link {
  background-color: #5BBB7B;
  color: #ffffff;
}
.mbp_pagination .page-link {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 40px;
}

/*	ProgressBar Styles  */
.progressbar-style1 {
  position: relative;
}
.progressbar-style1 .progressbar-bg {
  background-color: #F1FCFA;
  border-radius: 10px;
  height: 10px;
  width: 100%;
}
.progressbar-style1 .progressd-bar {
  background-color: #E1C03F;
  border-radius: 10px;
  position: absolute;
  height: 10px;
  top: 0;
}
.progressbar-style1 .progressd-bar span {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  right: 0;
  top: -25px;
  position: absolute;
}

.range-slider-style1,
.range-slider-style2 {
  max-width: 300px;
  position: relative;
  width: 100%;
}

span.ui-slider-handle.ui-corner-all.ui-state-default,
span.ui-slider-handle.ui-corner-all.ui-state-default:active,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
  border: 2px solid #5BBB7B;
  border-radius: 50%;
  height: 14px;
  margin-left: 0;
  outline: none;
  top: -6px;
  width: 14px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: #5BBB7B;
  height: 4px;
}

.slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  background-color: #E9E9E9;
  border: 1px solid transparent;
  border-radius: 6px;
  height: 4px;
}

input.amount {
  text-align: start;
}
input.amount, input.amount2, input.amount3, input.amount4 {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 22px;
  padding: 0 10px;
  width: 110px;
}
@media (max-width: 1199.98px) {
  input.amount, input.amount2, input.amount3, input.amount4 {
    max-width: 100px;
  }
}
input::placeholder {
  color: var(--headings-color);
}
input:focus-visible {
  border: none;
  outline: none;
}

#slider-range-value1,
#slider-range-value2 {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  padding: 5px;
}

#slider-range-value1,
#slider-range-value3 {
  float: left;
}

#slider-range-value2 {
  float: right;
}

.slider-labels {
  margin-top: 15px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-handle .noUi-handle {
  z-index: 10;
}
.noUi-handle .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal .noUi-handle {
  background-color: #ffffff;
  border: 2px solid #5BBB7B;
  border-radius: 50%;
  height: 10px;
  left: 0;
  top: -7px;
  width: 10px;
}

.noUi-background {
  background-color: #F7F7F7;
  border-radius: 30px;
  height: 3px;
}

.noUi-connect {
  background-color: #5BBB7B;
  border-radius: 30px;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}

/*	Shop Styles  */
.shop-item {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 10px 30px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s ease;
  -moz-transition: all 0.3s ease 0s ease;
  -ms-transition: all 0.3s ease 0s ease;
  -o-transition: all 0.3s ease 0s ease;
  transition: all 0.3s ease 0s ease;
}
.shop-item:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

/*	Shop Single Page	*/
.shop-single .nav-link {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 0;
}
.shop-single .nav-link.active {
  background-color: transparent;
  border: 1px solid #222222;
}
.shop-single .shop-single-item {
  max-width: 643px;
}

.shop-single-content .price {
  font-weight: 700;
}

/*	Cart Page	*/
.cart-img {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  height: 100px;
  line-height: 100px;
  margin-right: 22px;
  text-align: center;
  width: 100px;
}

.shopping_cart_table thead {
  height: 70px;
  line-height: 70px;
}
.shopping_cart_table th {
  background-color: #F1FCFA;
  padding: 0;
}
.shopping_cart_table .table_body {
  padding-left: 30px;
}
.shopping_cart_table .table_body td {
  border-bottom: 1px solid #E9E9E9;
  padding: 30px 0;
  vertical-align: middle;
}

.shopping_cart_table .coupon_input {
  width: 270px;
}
@media (max-width: 1199.98px) {
  .shopping_cart_table .coupon_input {
    width: auto;
  }
}

.quantity-arrow-minus,
.quantity-arrow-plus {
  background-color: transparent;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--headings-color);
  font-size: 10px;
  height: 25px;
  line-height: 20px;
  left: 10px;
  outline: none;
  position: absolute;
  text-align: center;
  width: 25px;
  top: 15px;
}

.quantity-arrow-plus {
  left: auto;
  right: 10px;
}

.quantity-num {
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 15px;
  height: 56px;
  max-width: 140px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 100%;
}

.quantity-block {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  height: 60px;
  position: relative;
  vertical-align: middle;
  width: 140px;
}

.cart-delete {
  background-color: #FFEDE8;
  border-radius: 4px;
  color: #1F4B3F;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

/*	Shop Order  */
.order_complete_message {
  position: relative;
}
.order_complete_message .icon {
  border-radius: 50%;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px;
  width: 80px;
}
.order_complete_message .title {
  font-size: 28px;
}

.shop_order_box {
  position: relative;
}
.shop_order_box .order_list_raw {
  background-color: #FFEDE8;
  border: 2px dashed #222222;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 35px 80px;
}
@media (max-width: 575.98px) {
  .shop_order_box .order_list_raw {
    padding: 40px 30px;
  }
}
.shop_order_box .order_details {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 50px 60px 70px;
}
@media (max-width: 575.98px) {
  .shop_order_box .order_details {
    padding: 40px 30px;
  }
}

.checkout_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.checkout_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.checkout_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}

.checkout_coupon {
  position: relative;
}

.order_sidebar_widget {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.order_sidebar_widget .title {
  margin-bottom: 28px;
}

.payment_widget {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.payment_widget .title {
  margin-bottom: 28px;
}
.payment_widget .form-check-label {
  font-weight: 500;
}

/*	Shop Details Pages Styles */
.service-single-sldier {
  position: relative;
}
.service-single-sldier:after {
  background-color: #404040;
  border-radius: 4px;
  bottom: 130px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .service-single-sldier:after {
    bottom: 0;
  }
}
.service-single-sldier.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: 30px;
}
@media (max-width: 767.98px) {
  .service-single-sldier.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    width: 35px;
  }
}
.service-single-sldier.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: 30px;
}
@media (max-width: 767.98px) {
  .service-single-sldier.vam_nav_style.owl-theme .owl-nav button.owl-next {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    right: 10px;
    width: 35px;
  }
}
.service-single-sldier button.owl-dot {
  border-radius: 4px;
  height: 114px;
  margin-right: 10px;
  width: 150px;
}
.service-single-sldier button.owl-dot:first-child {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .service-single-sldier button.owl-dot:first-child {
    display: none;
  }
}
.service-single-sldier button.owl-dot:nth-child(2) {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .service-single-sldier button.owl-dot:nth-child(2) {
    display: none;
  }
}
.service-single-sldier button.owl-dot:nth-child(3) {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .service-single-sldier button.owl-dot:nth-child(3) {
    display: none;
  }
}

/*	Employee Single Styles */
.employee-single-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: 30px;
}
@media (max-width: 767.98px) {
  .employee-single-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    width: 35px;
  }
}
.employee-single-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: 30px;
}
@media (max-width: 767.98px) {
  .employee-single-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    right: 10px;
    width: 35px;
  }
}
.employee-single-slider button.owl-dot {
  border-radius: 4px;
  height: 114px;
  margin-right: 10px;
  width: 150px;
}
.employee-single-slider button.owl-dot:first-child {
  background-image: url(../images/about/employee-single-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .employee-single-slider button.owl-dot:first-child {
    display: none;
  }
}
.employee-single-slider button.owl-dot:nth-child(2) {
  background-image: url(../images/about/employee-single-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .employee-single-slider button.owl-dot:nth-child(2) {
    display: none;
  }
}
.employee-single-slider button.owl-dot:nth-child(3) {
  background-image: url(../images/about/employee-single-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .employee-single-slider button.owl-dot:nth-child(3) {
    display: none;
  }
}

/*	Social Styles  */
.social-style1 i {
  color: #ffffff;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-style1 i:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.social-style1.light-style i {
  color: var(--headings-color);
}
.social-style1.light-style i:hover {
  background-color: var(--headings-color);
  color: #ffffff;
}
.social-style1.light-style2 i {
  color: var(--headings-color);
}
.social-style1.light-style2 i:hover {
  background-color: #F7F7F7;
  color: var(--headings-color);
}
.social-style1.at-home15 i:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.app-list .app-title,
.app-list i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.app-list:hover .app-title,
.app-list:hover i {
  color: #ffffff;
}
.app-list.light-style i {
  color: rgba(34, 34, 34, 0.7);
}
.app-list.light-style i:hover {
  background-color: var(--headings-color);
  color: #ffffff;
}
.app-list.light-style .app-title {
  color: rgba(34, 34, 34, 0.7);
}

/*	Sliders Styles  */
.thumbimg-countnumber-carousel .owl-dots {
  position: absolute;
  right: 340px;
  top: 300px;
  width: 60px;
}
@media (max-width: 1399.98px) {
  .thumbimg-countnumber-carousel .owl-dots {
    right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .thumbimg-countnumber-carousel .owl-dots {
    bottom: 0;
    left: 30px;
    top: auto;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .thumbimg-countnumber-carousel .owl-dots {
    display: none;
  }
}

.banner-wrapper .owl-dot {
  display: grid;
  position: relative;
  z-index: 991;
}
.banner-wrapper .owl-dot span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border-radius: 50%;
  height: 50px;
  margin: 0 0 15px;
  opacity: 0.7;
  width: 50px;
  transition: all 0.4s ease;
}
.banner-wrapper .owl-dot:last-child {
  margin-bottom: 0;
}
.banner-wrapper .owl-dot.active span {
  opacity: 1;
  outline: 2px solid #ffffff;
  outline-offset: 5px;
}
.banner-wrapper .carousel-control-block {
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 160px;
  padding: 15px 20px;
  position: absolute;
  right: 20px;
  width: 100%;
  z-index: 999;
}
.banner-wrapper .carousel-btn-block {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #E9E9E9;
  padding-left: 20px;
}
.banner-wrapper .carousel-btn-block span {
  font-size: 30px;
  color: var(--headings-color);
  cursor: pointer;
  line-height: 0.6em;
}
.banner-wrapper .carousel-btn-block span + span {
  margin-top: 7px;
}
.banner-wrapper .slider-number-count {
  font-weight: 400;
  color: var(--headings-color);
  display: flex;
}
.banner-wrapper .sep {
  margin-left: 10px;
  margin-right: 10px;
}
.banner-wrapper .sep,
.banner-wrapper .current-number {
  color: #5BBB7B;
  font-weight: 600;
}

.nav_none.owl-theme.owl-carousel .owl-nav {
  display: none !important;
}

.dots_none.owl-theme.owl-carousel .owl-dots {
  display: none !important;
}

.navi_pagi_top_right.owl-theme .owl-dots,
.navi_pagi_bottom_left.owl-theme .owl-dots,
.navi_pagi_bottom_center.owl-theme .owl-dots {
  display: block;
  text-align: center;
  width: 100px;
}
.navi_pagi_top_right.owl-theme .owl-nav,
.navi_pagi_bottom_left.owl-theme .owl-nav,
.navi_pagi_bottom_center.owl-theme .owl-nav {
  display: block;
  width: 140px;
  position: absolute;
}
.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev {
  left: 0;
  right: auto;
}
.navi_pagi_top_right.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next {
  background-color: transparent;
  border: none;
  color: var(--headings-color);
  font-size: 14px;
  height: auto;
  line-height: initial;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navi_pagi_top_right.owl-theme .owl-nav .owl-prev:hover, .navi_pagi_top_right.owl-theme .owl-nav .owl-prev:active, .navi_pagi_top_right.owl-theme .owl-nav .owl-prev:focus,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next:hover,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next:active,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next:focus,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev:hover,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev:active,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev:focus,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next:hover,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next:active,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next:focus,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev:hover,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev:active,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev:focus,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next:hover,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next:active,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next:focus {
  background-color: transparent;
  color: var(--headings-color);
}
.navi_pagi_top_right.owl-theme .owl-nav .owl-prev i,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev i,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navi_pagi_top_right.owl-theme .owl-nav .owl-prev:hover i,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev:hover i,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev:hover i {
  transform: translateX(-5px) scale(1.25);
}
.navi_pagi_top_right.owl-theme .owl-nav .owl-next i,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next i,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navi_pagi_top_right.owl-theme .owl-nav .owl-next:hover i,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next:hover i,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next:hover i {
  transform: translateX(5px) scale(1.25);
}
.navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:hover span, .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot.active span,
.navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:hover span,
.navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot.active span,
.navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:hover span,
.navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #222222;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.navi_pagi_top_right.owl-theme .owl-dots button.owl-dot span,
.navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot span,
.navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot span {
  background-color: #C0C0C0;
  border-radius: 50%;
  height: 6px;
  position: relative;
  width: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fullscreenModal {
    height: 100vh;
    overflow: hidden;
}

#fullscreenModal .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#fullscreenModal .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: black;
    text-align: center;
}

#fullscreenModal .carousel-item.active {
    display: flex;
    position: relative;
}

#fullscreenModal .carousel-item img,
#fullscreenModal .carousel-item video {
    max-width: 100%;
    max-height: 100%;
}

#categoriesContainer,
.bootstrap-select .dropdown-menu.inner
{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden !important;
    box-sizing: content-box;
    z-index: 99999;
}

#categoriesContainer::-webkit-scrollbar,
.bootstrap-select .dropdown-menu.inner::-webkit-scrollbar,
{
    width: 6px;
}

#categoriesContainer::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu.inner::-webkit-scrollbar-track {
    background: transparent;
}

#categoriesContainer::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu.inner::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.dropdown-menu .inner{
    overflow-x:hidden;
}
