/* tab start  */
* {
  box-sizing: border-box
}

body {
  font-family: "Lato", sans-serif;
}

/* Style the tab */
.tab {
  float: left;
  background-color: #eeeff4;
  width: 100%;
  height: auto;
  padding: 16px 0px 0px 0px;

}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 8px 0px 16px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid #dee1e6;
  height: 55px;
  text-align: left;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #fff;
    width: 100%;
    margin-left: 13px;
    color: #068cd2;
/*box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;*/
border:1px solid #f5f5f5;
padding: 14px 0px 18px 10px;
    margin-bottom: 13px;
    position: relative;
    /* right: 12px; */
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 100%;
  border-left: none;
  height: 900px;
}


.no-pad {
  padding: 0px;
}


.list-arrow::before {
  content: "\00BB";
  font-size: 20px;
  padding-right: 10px;
  padding: 14px 24px 19px 13px;
}

li.list-title {
  color: #068cd2;
  font-size: 19px;
  font-weight: 500;
  margin-left: -10px;
  padding-bottom: 0px;
}

.tabs-bg {
  background-color: #eeeff4;
}

li.tab-li {
  list-style: none;
}

li.tab-li {
  list-style: none;
  padding: 20px 15px 23px 98px;
  border-bottom: 1px solid #e4e4e4;
  /* margin-left: -7px; */
  margin-right: 14px;
}
.float-right{float:right;}
.p-10{padding:0px 18px!important;
    font-size: 14px!important;}
.title_all_box.style_one .title_sections .title {
  font-size: 26px;
  line-height: 50px;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 0px 0px 10px 0px;
  font-family: var(--company-family-one);
}

.carousel-contents {
  border-top: 1px solid #dee1e6;
  margin-top: -71px;
  padding: 28px 14px 14px 0px;
}

.title2 {
  font-size: 23px;
  line-height: 50px;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 0px 0px 10px 0px;
  font-family: var(--company-family-one);
}

.scrollbar-wrapper {
  display: flex;
  height: 100vh;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.scrollbar {
  height: max-content;
  width: 100%;
  background: #f5f5f5;
  overflow-y: auto;
  direction: rtl;
  
}

.force-overflow {
  min-height: 450px;
}


#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #068cd2;
  border-radius: 20px;
}

.widgets_grid_box ul.wp-block-categories {
  width: 100%;
}

.widgets_grid_box {
  border-radius: 0px;
  background-color: whitesmoke;
}

ul.scrollbar-content {
  direction: ltr;
}
ul.carousel-ul ul {
    list-style: none;
}
.widgets_grid_box .contact_box_widget.widget_box {
  position: relative;
  text-align: center;
  top: 0px;
  background: white !important;
}
.carousel-item img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}
.carousel-control-prev-icon {
    background-color: #000000;
}
.carousel-control-next-icon {
    background-color: #000000;
}
@media (min-width: 992px){
    .carousel-control-next, .carousel-control-prev {
        top: 0px !important;
    }
}
