.top-icon {
    background-repeat: no-repeat;
    position: relative;
    max-height: 15px;
    min-height: 15px;
    pointer-events: auto;
    margin: 0;
    z-index: 222;
    display: block;
    padding: 22px 9px;
    line-height: 100%;
    border: 0;
    font-size: 100%;
    font: inherit;
}
.top-icon.shopping-bag, .top-icon.wish-list  {
    background-position: right center;
    background-size: 22px 46px;
    min-width: 15px;
    padding-right: 24px;
}
.top-icon.second-menu{
    background-position: left center;
    background-size: 20px 44px;
    min-width: 20px;
    padding-left: 20px;
}
.top-icon.shopping-bag{
    background-image: url(icons/bag.svg);
}
.top-icon.wish-list{
    background-image: url(icons/heart.svg);
}
.top-icon.search-icon{
    background-image: url(icons/search-Icon.svg);
}
.top-icon.login{
    background-image: url(icons/user-Icon.svg);
}
.top-icon.signup{
    background-image: url(icons/signup-Icon.svg);
}
.top-icon.tracking{
  background-size: 32px 24px;
  padding-left: 28px;
  background-image: url(icons/tracker.png);
}
.top-icon span.val-label {
    position: absolute;
    top: 3px;
    right: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 4px;
    width: auto;
    height: auto;
    line-height: 9px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    box-shadow: unset;
    border-color: transparent;
    border: unset;
    cursor: pointer;
}
.jb-right-border{
    padding-right: 15px!important;
    border-right: 1px solid #e6e6e6;
}
.second-menu a {
    color: #2b2b2b;
    position: relative;
    font-weight: 500;
    padding: 0;
    font-size: 12px;
    letter-spacing: -.01em;
    font-family: 'Avenir', Lato, Arial, Tahoma, sans-serif;
    top: -14px;
}
.top-logo{
    height: 26px;
}
.shop_header {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-width: 280px!important;
    min-height: 280px!important;
    background-color: #e6e6e6;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 1px -2px;
}
button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.btn:not([class*="btn-outline"]):not(.btn-secondary) {
    -webkit-box-shadow:unset;
    box-shadow:unset;
}
button:disabled {
    cursor: not-allowed;
  }
  .vld-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    vertical-align: middle !important;
    display: flex !important;
    align-items: center !important;
  }

  .vld-overlay.is-active {
    display: flex;
  }

  .vld-overlay.is-full-page {
    z-index: 999;
    position: fixed;
  }

  .vld-overlay .vld-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    /*opacity: 0.5;*/
  }

  .vld-overlay .vld-icon,
  .vld-parent {
    position: relative;
  }
  .modal .modal-dialog {
    margin-top: 13px;
  }
  .vue-notification {
    padding: 15px;
    margin: 10px 15px 15px;
    font-size: 12px;
    border-radius: 4;
  }
  .vue-notification .success {
    border-left-color: transparent;
  }
  #nprogress .spinner {
    display: none !important;
  }
  #nprogress .bar {
    background: #000 !important;
    height: 2px !important;
  }
  .single_slide {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    height: 600px; }
    @media only screen and (max-width: 767px) {
      .single_slide {
        height: 450px; } }
    .single_slide .welcome_slide_text {
      position: relative;
      z-index: 1; }
      .single_slide .welcome_slide_text p {
        color: #141414;
        letter-spacing: 5px;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          .single_slide .welcome_slide_text p {
            letter-spacing: 2px; } }
      .single_slide .welcome_slide_text h2 {
        text-transform: capitalize;
        font-size: 2.5rem;
        margin-bottom: 1rem; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single_slide .welcome_slide_text h2 {
            font-size: 3.5rem; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single_slide .welcome_slide_text h2 {
            font-size: 3rem; } }
        @media only screen and (max-width: 767px) {
          .single_slide .welcome_slide_text h2 {
            font-size: 2.5rem; } }
      .single_slide .welcome_slide_text h4 {
        font-size: 2rem;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .single_slide .welcome_slide_text h4 {
            font-size: 1.5rem; } }
      .single_slide .welcome_slide_text .regular-price {
        margin-left: 0.5rem;
        color: #747794;
        text-decoration: line-through; }
    .single_slide .welcome_slide_image {
      position: relative;
      z-index: 1; }
      .single_slide .welcome_slide_image img {
        display: block;
        margin: auto;
        max-width: 240px; }
      .single_slide .welcome_slide_image .discount_badge {
        background-color: #070a57;
        border-radius: 50%;
        color: #ffffff;
        height: 90px;
        padding: 15px;
        position: absolute;
        right: 70px;
        text-align: center;
        top: 10%;
        width: 90px;
        z-index: 1000;
        box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .single_slide .welcome_slide_image .discount_badge {
            right: 0; } }
        .single_slide .welcome_slide_image .discount_badge span {
          font-size: 16px;
          line-height: 1.5;
          font-weight: 700; }
  
  .welcome_slides {
    position: relative;
    z-index: 10; }
    .welcome_slides .owl-dots {
      position: absolute;
      z-index: 2;
      text-align: center;
      bottom: 30px;
      width: 100%;
      left: 0; }
      .welcome_slides .owl-dots .owl-dot {
        background-color: #ffffff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        margin: 0 5px;
        width: 10px; }
        .welcome_slides .owl-dots .owl-dot.active {
          background-color: #0f99f3; }
    .welcome_slides .owl-prev,
    .welcome_slides .owl-next {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      z-index: 100;
      width: 50px;
      display: inline-block;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-size: 24px;
      background-color: #070a57;
      color: #ffffff;
      margin-top: -25px;
      left: 70px;
      top: 50%;
      border-radius: 4px;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (max-width: 767px) {
        .welcome_slides .owl-prev,
        .welcome_slides .owl-next {
          left: 20px; } }
      .welcome_slides .owl-prev:hover, .welcome_slides .owl-prev:focus,
      .welcome_slides .owl-next:hover,
      .welcome_slides .owl-next:focus {
        color: #0f99f3; }
    .welcome_slides .owl-next {
      left: auto;
      right: 70px; }
      @media only screen and (max-width: 767px) {
        .welcome_slides .owl-next {
          right: 20px; } }
    .welcome_slides:hover .owl-prev,
    .welcome_slides:hover .owl-next, .welcome_slides:focus .owl-prev,
    .welcome_slides:focus .owl-next {
      opacity: 1;
      visibility: visible; }
    .welcome_slides.modern-slides .single_slide {
      height: 750px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .welcome_slides.modern-slides .single_slide {
          height: 600px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .welcome_slides.modern-slides .single_slide {
          height: 600px; } }
      @media only screen and (max-width: 767px) {
        .welcome_slides.modern-slides .single_slide {
          height: 500px; } }
  
  .welSlideTwo {
    position: relative;
    z-index: 10; }
    .welSlideTwo .single_slide {
      position: relative;
      z-index: 1; }
      .welSlideTwo .single_slide::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #000;
        opacity: 0.5; }
      .welSlideTwo .single_slide p,
      .welSlideTwo .single_slide h2 {
        color: #ffffff; }
    .welSlideTwo .owl-dots {
      bottom: 30px;
      width: 100%;
      position: absolute;
      left: 0;
      z-index: 2;
      text-align: center; }
      .welSlideTwo .owl-dots .owl-dot {
        background-color: #ffffff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        margin: 0 5px;
        width: 10px; }
        .welSlideTwo .owl-dots .owl-dot.active {
          background-color: #070a57; }
    .welSlideTwo .owl-prev,
    .welSlideTwo .owl-next {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      z-index: 100;
      width: 50px;
      display: inline-block;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-size: 24px;
      background-color: #070a57;
      color: #ffffff;
      margin-top: -25px;
      left: 70px;
      top: 50%;
      border-radius: 4px;
      opacity: 0;
      visibility: hidden; }
      .welSlideTwo .owl-prev:hover, .welSlideTwo .owl-prev:focus,
      .welSlideTwo .owl-next:hover,
      .welSlideTwo .owl-next:focus {
        color: #0f99f3; }
    .welSlideTwo .owl-next {
      left: auto;
      right: 70px; }
    .welSlideTwo:hover .owl-prev,
    .welSlideTwo:hover .owl-next, .welSlideTwo:focus .owl-prev,
    .welSlideTwo:focus .owl-next {
      opacity: 1;
      visibility: visible; }


/* Catagory CSS */
.single_catagory_area {
  position: relative;
  z-index: 1; }
  .single_catagory_area a {
    position: relative;
    z-index: 1;
    display: block; }
    .single_catagory_area a img {
      border-radius: 6px; }
    .single_catagory_area a:hover, .single_catagory_area a:focus {
      opacity: 0.8; }

.shop_by_catagory_area {
  position: relative;
  z-index: 1; }
 

.shop_by_catagory_slides {
  position: relative;
  z-index: 1; }

.single_catagory_slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single_catagory_slide a {
    display: block;
    margin: 0 auto 15px; }
    .single_catagory_slide a img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      border-radius: 50%;
      border: 2px solid #d6e6fb; }
  .single_catagory_slide p {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    font-weight: 700; }
  .single_catagory_slide:hover p, .single_catagory_slide:focus p {
    color: #0f99f3; }

.single_catagory {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .single_catagory img {
    width: 100%; }
  .single_catagory .single_cata_desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9; }
.single_catagory .single_cata_desc .single_cata_desc_text {
      padding: 40px;
      border-radius: 6px;
      background-color: rgba(7, 10, 87, 0.66);
      text-align: center; }
.single_catagory .single_cata_desc .single_cata_desc_text h5 {
        color: #ffffff; }
.single_catagory .single_cata_desc .single_cata_desc_text a {
        color: #ffffff; }
.single_catagory .single_cata_desc .single_cata_desc_text a:hover .single_catagory .single_cata_desc .single_cata_desc_text a:focus {
          color: #0f99f3; }

button.owl-dot >span{
  display: none!important;
  visibility: hidden;
}












/* All CSS from App.vue Index */

.form-control:focus {
  border: 1px solid #000;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.grid-margin {
  margin-bottom: 0.625rem;
}
.stretch-card > .card,
.stretch-card > .watch-video,
.stretch-card > .who-we-are {
  width: 100%;
  min-width: 100%;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jb-box {
  background: #fff;
  box-shadow: 0px 0px 42px 13px rgba(112, 112, 112, 0.08);
  padding: 46px 28px;
  border-color: transparent !important;
}
.jb-card {
  background: #fff !important;
  box-sizing: border-box !important;
  border: none;
}
.two-line {
  line-height: 20px;
  color: #333;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 40px;
  -webkit-line-clamp: 2;
}
button:disabled {
  cursor: not-allowed;
}
.widget-title.jb-title {
  font-size: 1.5rem !important;
}
a.jb-link {
  text-decoration: underline !important;
  color: #000 !important;
}

.jb-carousel .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  right: auto;
  left: auto;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.jb-carousel .owl-carousel .owl-prev,
.jb-carousel .owl-carousel .owl-next {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  z-index: 100;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 18px;
  background-color: #000 !important;
  color: #fff;
  padding: 0 !important;
  left: 0;
  top: 0;
  border-radius: 4px;
  opacity: 1;
}
.jb-carousel .owl-carousel .owl-next {
  left: auto;
  right: 0;
}
div::-webkit-scrollbar {
  width: 0.6em;
}

.scroll::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000;
  box-shadow: inset 0 0 6px #000;
  border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid #000;
}
div::-webkit-scrollbar {
  width: 0.3em;
}
div::-webkit-scrollbar-track {
  border-radius: 2px;
}

@media (max-width: 768px) {
  .mobo-hidden {
    display: none !important;
  }
  .mobo-show,
  .mobo-d-block {
    display: block !important;
  }
  .steps-body {
    display: flex;
  }
  .step {
    width: 25%;
  }
}




/* All Cloveswood General CSS */

.site-layout{
  margin: 0 auto;
  max-width: 1440px;
}
.contact-icon {
  border: none;
  border-radius: 0;
}
.welcome_area{
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin-right: 0!important;
  margin-left: 0!important;
 }
.col-1:first-child, .col-2:first-child, .col-3:first-child, .col-4:first-child, .col-5:first-child, .col-6:first-child, .col-7:first-child, .col-8:first-child, .col-9:first-child, .col-10:first-child, .col-11:first-child, .col-12:first-child, .col:first-child, .col-auto:first-child, .col-sm-1:first-child, .col-sm-2:first-child, .col-sm-3:first-child, .col-sm-4:first-child, .col-sm-5:first-child, .col-sm-6:first-child, .col-sm-7:first-child, .col-sm-8:first-child, .col-sm-9:first-child, .col-sm-10:first-child, .col-sm-11:first-child, .col-sm-12:first-child, .col-sm:first-child, .col-sm-auto:first-child, .col-md-1:first-child, .col-md-2:first-child, .col-md-3:first-child, .col-md-4:first-child, .col-md-5:first-child, .col-md-6:first-child, .col-md-7:first-child, .col-md-8:first-child, .col-md-9:first-child, .col-md-10:first-child, .col-md-11:first-child, .col-md-12:first-child, .col-md:first-child, .col-md-auto:first-child, .col-lg-1:first-child, .col-lg-2:first-child, .col-lg-3:first-child, .col-lg-4:first-child, .col-lg-5:first-child, .col-lg-6:first-child, .col-lg-7:first-child, .col-lg-8:first-child, .col-lg-9:first-child, .col-lg-10:first-child, .col-lg-11:first-child, .col-lg-12:first-child, .col-lg:first-child, .col-lg-auto:first-child, .col-xl-1:first-child, .col-xl-2:first-child, .col-xl-3:first-child, .col-xl-4:first-child, .col-xl-5:first-child, .col-xl-6:first-child, .col-xl-7:first-child, .col-xl-8:first-child, .col-xl-9:first-child, .col-xl-10:first-child, .col-xl-11:first-child, .col-xl-12:first-child, .col-xl:first-child, .col-xl-auto:first-child {
  padding-left: 0!important;
}
.col-1:last-child, .col-2:last-child, .col-3:last-child, .col-4:last-child, .col-5:last-child, .col-6:last-child, .col-7:last-child, .col-8:last-child, .col-9:last-child, .col-10:last-child, .col-11:last-child, .col-12:last-child, .col:last-child, .col-auto:last-child, .col-sm-1:last-child, .col-sm-2:last-child, .col-sm-3:last-child, .col-sm-4:last-child, .col-sm-5:last-child, .col-sm-6:last-child, .col-sm-7:last-child, .col-sm-8:last-child, .col-sm-9:last-child, .col-sm-10:last-child, .col-sm-11:last-child, .col-sm-12:last-child, .col-sm:last-child, .col-sm-auto:last-child, .col-md-1:last-child, .col-md-2:last-child, .col-md-3:last-child, .col-md-4:last-child, .col-md-5:last-child, .col-md-6:last-child, .col-md-7:last-child, .col-md-8:last-child, .col-md-9:last-child, .col-md-10:last-child, .col-md-11:last-child, .col-md-12:last-child, .col-md:last-child, .col-md-auto:last-child, .col-lg-1:last-child, .col-lg-2:last-child, .col-lg-3:last-child, .col-lg-4:last-child, .col-lg-5:last-child, .col-lg-6:last-child, .col-lg-7:last-child, .col-lg-8:last-child, .col-lg-9:last-child, .col-lg-10:last-child, .col-lg-11:last-child, .col-lg-12:last-child, .col-lg:last-child, .col-lg-auto:last-child, .col-xl-1:last-child, .col-xl-2:last-child, .col-xl-3:last-child, .col-xl-4:last-child, .col-xl-5:last-child, .col-xl-6:last-child, .col-xl-7:last-child, .col-xl-8:last-child, .col-xl-9:last-child, .col-xl-10:last-child, .col-xl-11:last-child, .col-xl-12:last-child, .col-xl:last-child, .col-xl-auto:last-child {
padding-right: 0!important;
}
.bg-secondary {
background-color: #fff!important;
}
.btn {
white-space: normal;
border-radius: 0;
border: none;
}
.card-img-tiles .main-img {
 width: 100%;
}


@media (min-width: 992px){
.container:not(.navbar-inner), .container-fluid:not(.navbar-inner) {
  padding: 0!important;
 }
}
@media (min-width: 768px){
.site-layout{
  padding-left: 2rem!important;
  padding-right: 2rem!important;
 }
}
@media (min-width: 1280px){
.container {
    max-width: 1440px;
 }
.welcome_area{
  padding: 0;
 }
}





/* All Cloveswood Header CSS */


@media (min-width: 992px){
.navbar-light{
  border:0;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
 }
.navbar-light.b-bottom{
  border-bottom: 1px solid #e6e6e6;
 }
 .lg-mrgn-top-32{
  margin-top: 32px!important;
 }
.jb-sec-b-header{
  padding-top: 2rem!important;
 }
.jb-logo-l992{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
 }
.navbar-expand-lg .navbar-collapse {
  position: relative;
 }
 .navbar .navbar-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.navbar .navbar-nav>li.nav-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  margin: 0 auto;
}
.navbar .navbar-nav>li.nav-item:last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
  color: #000!important;
 }
 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand-lg+.navbar .navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
 }
 .navbar-expand-lg .navbar-nav .nav-link{
  padding: 17px 0 15px!important;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
 }
}


.form-control:focus {
  border: 1px solid #000;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.grid-margin {
  margin-bottom: 0.625rem;
}
.stretch-card > .card,
.stretch-card > .watch-video,
.stretch-card > .who-we-are {
  width: 100%;
  min-width: 100%;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jb-box {
  background: #fff;
  box-shadow: 0px 0px 42px 13px rgba(112, 112, 112, 0.08);
  padding: 46px 28px;
  border-color: transparent !important;
}
.jb-card {
  background: #fff !important;
  box-sizing: border-box !important;
  border: none;
}
.two-line {
  line-height: 20px;
  color: #333;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 40px;
  -webkit-line-clamp: 2;
}
button:disabled {
  cursor: not-allowed;
}
.widget-title.jb-title {
  font-size: 1.5rem !important;
}
a.jb-link {
  text-decoration: underline !important;
  color: #000 !important;
}

.jb-carousel .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  right: auto;
  left: auto;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.jb-carousel .owl-carousel .owl-prev,
.jb-carousel .owl-carousel .owl-next {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  z-index: 100;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 18px;
  background-color: #000 !important;
  color: #fff;
  padding: 0 !important;
  left: 0;
  top: 0;
  border-radius: 4px;
  opacity: 1;
}
.jb-carousel .owl-carousel .owl-next {
  left: auto;
  right: 0;
}

div::-webkit-scrollbar {
  width: 0.6em;
}

.scroll::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000;
  border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid #000;
}
div::-webkit-scrollbar {
  width: 0.3em;
}
div::-webkit-scrollbar-track {
  border-radius: 2px;
}

@media (max-width: 768px) {
  .mobo-hidden {
    display: none !important;
  }
  .mobo-show,
  .mobo-d-block {
    display: block !important;
  }
  .steps-body {
    display: flex;
  }
  .step {
    width: 25%;
  }
}

/* All Cloveswood General CSS */

.site-layout {
  margin: 0 auto;
  max-width: 1440px;
}
.contact-icon {
  border: none;
  border-radius: 0;
}
.welcome_area {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.col-1:first-child,
.col-2:first-child,
.col-3:first-child,
.col-4:first-child,
.col-5:first-child,
.col-6:first-child,
.col-7:first-child,
.col-8:first-child,
.col-9:first-child,
.col-10:first-child,
.col-11:first-child,
.col-12:first-child,
.col:first-child,
.col-auto:first-child,
.col-sm-1:first-child,
.col-sm-2:first-child,
.col-sm-3:first-child,
.col-sm-4:first-child,
.col-sm-5:first-child,
.col-sm-6:first-child,
.col-sm-7:first-child,
.col-sm-8:first-child,
.col-sm-9:first-child,
.col-sm-10:first-child,
.col-sm-11:first-child,
.col-sm-12:first-child,
.col-sm:first-child,
.col-sm-auto:first-child,
.col-md-1:first-child,
.col-md-2:first-child,
.col-md-3:first-child,
.col-md-4:first-child,
.col-md-5:first-child,
.col-md-6:first-child,
.col-md-7:first-child,
.col-md-8:first-child,
.col-md-9:first-child,
.col-md-10:first-child,
.col-md-11:first-child,
.col-md-12:first-child,
.col-md:first-child,
.col-md-auto:first-child,
.col-lg-1:first-child,
.col-lg-2:first-child,
.col-lg-3:first-child,
.col-lg-4:first-child,
.col-lg-5:first-child,
.col-lg-6:first-child,
.col-lg-7:first-child,
.col-lg-8:first-child,
.col-lg-9:first-child,
.col-lg-10:first-child,
.col-lg-11:first-child,
.col-lg-12:first-child,
.col-lg:first-child,
.col-lg-auto:first-child,
.col-xl-1:first-child,
.col-xl-2:first-child,
.col-xl-3:first-child,
.col-xl-4:first-child,
.col-xl-5:first-child,
.col-xl-6:first-child,
.col-xl-7:first-child,
.col-xl-8:first-child,
.col-xl-9:first-child,
.col-xl-10:first-child,
.col-xl-11:first-child,
.col-xl-12:first-child,
.col-xl:first-child,
.col-xl-auto:first-child {
  padding-left: 0 !important;
}
.col-1:last-child,
.col-2:last-child,
.col-3:last-child,
.col-4:last-child,
.col-5:last-child,
.col-6:last-child,
.col-7:last-child,
.col-8:last-child,
.col-9:last-child,
.col-10:last-child,
.col-11:last-child,
.col-12:last-child,
.col:last-child,
.col-auto:last-child,
.col-sm-1:last-child,
.col-sm-2:last-child,
.col-sm-3:last-child,
.col-sm-4:last-child,
.col-sm-5:last-child,
.col-sm-6:last-child,
.col-sm-7:last-child,
.col-sm-8:last-child,
.col-sm-9:last-child,
.col-sm-10:last-child,
.col-sm-11:last-child,
.col-sm-12:last-child,
.col-sm:last-child,
.col-sm-auto:last-child,
.col-md-1:last-child,
.col-md-2:last-child,
.col-md-3:last-child,
.col-md-4:last-child,
.col-md-5:last-child,
.col-md-6:last-child,
.col-md-7:last-child,
.col-md-8:last-child,
.col-md-9:last-child,
.col-md-10:last-child,
.col-md-11:last-child,
.col-md-12:last-child,
.col-md:last-child,
.col-md-auto:last-child,
.col-lg-1:last-child,
.col-lg-2:last-child,
.col-lg-3:last-child,
.col-lg-4:last-child,
.col-lg-5:last-child,
.col-lg-6:last-child,
.col-lg-7:last-child,
.col-lg-8:last-child,
.col-lg-9:last-child,
.col-lg-10:last-child,
.col-lg-11:last-child,
.col-lg-12:last-child,
.col-lg:last-child,
.col-lg-auto:last-child,
.col-xl-1:last-child,
.col-xl-2:last-child,
.col-xl-3:last-child,
.col-xl-4:last-child,
.col-xl-5:last-child,
.col-xl-6:last-child,
.col-xl-7:last-child,
.col-xl-8:last-child,
.col-xl-9:last-child,
.col-xl-10:last-child,
.col-xl-11:last-child,
.col-xl-12:last-child,
.col-xl:last-child,
.col-xl-auto:last-child {
  padding-right: 0 !important;
}
.bg-secondary {
  background-color: #000 !important;
}
.btn {
  white-space: normal;
  border-radius: 0;
  border: none;
}
.card-img-tiles .main-img {
  width: 100%;
}

@media (min-width: 992px) {
  .container:not(.navbar-inner),
  .container-fluid:not(.navbar-inner) {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .site-layout {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1440px;
  }
  .welcome_area {
    padding: 0;
  }
}

/* All Cloveswood Header CSS */

@media (min-width: 992px) {
  .navbar-light {
    border: 0;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
  }
  .navbar-light.b-bottom {
    border-bottom: 1px solid #e6e6e6;
  }
  .lg-mrgn-top-32 {
    margin-top: 32px !important;
  }
  .jb-sec-b-header {
    padding-top: 2rem !important;
  }
  .jb-logo-l992 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .navbar-expand-lg .navbar-collapse {
    position: relative;
  }
  .navbar .navbar-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 985px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .navbar .navbar-nav > li.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    margin: 0 auto;
  }
  .navbar .navbar-nav > li.nav-item:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg + .navbar .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 17px 0 15px !important;
    -webkit-transition: color 0.3s linear;
  }
}