.tabber_slider_outer .cust-row {
  display: flex;
  flex-wrap: wrap;
}
.tabber_slider_outer .left-column {
  width:50%;
  background-color: #efefef;
}
.tabber_slider_outer .right-column {
  width:50%;
  display: flex;
}
.tabber_slider_outer .right-column .owl-carousel .owl-stage-outer {
  display: flex;
  height: 100%;
}
.tabber_slider_outer .ground-details ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 0;
}

.tabber_slider_outer span.common-color {
  background-color: red;
  display: block;
  height: 24px;
  width: 24px;
  flex: 0 0 24px;
  margin-top: 4px;
}
.tabber_slider_outer .ground-details ul li {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
}
.tabber_slider_outer span.color-txt {
  color: #002a4e;
  flex: 0 0 65%;
  font-size: 14px!important;
  margin-left: 20px;
  line-height: 20px;
}
.tabber_slider_outer span.common-color.white {
  background: #ffffff;
}
.tabber_slider_outer span.common-color.blue {
  background: #9bc4bf;
}
.tabber_slider_outer span.common-color.brown {
  background: #898a8d;
}
.tabber_slider_outer span.common-color.foood {
  background: #6b7c8e;
}
.tabber_slider_outer span.common-color.end {
  background: #c1b6ac;
}
.tabber_slider_outer .main-img img {
  max-width: 100%;
  height: auto;
  width: 70%;
}
.tabber_slider_outer .tabber_top img {
  margin-bottom: 60px;
}
.tabber_slider_outer .main-img img {
  width: 100%;
  display: block;
}
.tabber_slider_outer .main-img  {
  height: 100%;
}
section.tabber_slider_outer .tabber_top img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 890px !important;
}
.tabber_slider_outer .background-image {
  position: relative;
}
section.tabber_slider_outer .tabber_top {
  text-align: center;
}
section.tabber_slider_outer {
  padding:50px 0;
}
.tabber_slider_outer ul.title-box {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.tabber_slider_outer ul.title-box li a {
  background-color: #fff;
  border:1px solid #a3a3a3;
  border-radius: 0;
  color: #3b4d61;
/*   font-family: Russisch Sans!important; */
  font-size: 16px;
  font-weight: 700;
  min-width: 184px!important;
  padding: 10px 30px 10px!important;
  display: inline-block;
  text-align: center;
/*   text-transform: uppercase; */
}
.tabber_slider_outer ul.title-box li.active a {
  background-color:#3b4d61;
  border-color: #3b4d61;
  color: #fff;
}
.tabber_slider_outer ul.title-box li {
  margin-bottom: 0;
}
{#.tabber_slider_outer .background-image {
  display: none;
}#}
.tabber_slider_outer .background-image.active {
  display: block;
}
.tabber_slider_outer .background-image {
  padding: 0 30px;
}
.tabber_slider_outer .owl-dots {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 50px;
  text-align: center;
}
.tabber_slider_outer  .owl-dots button.owl-dot.active {
  height: 15px;
  opacity: 1;
  width: 15px;
}
.tabber_slider_outer .owl-dots button.owl-dot {
  background: #fff;
  border-radius: 100%;
  color: #fff;
  height: 10px;
  margin: 0 20px;
  opacity: .5;
  width: 10px;
}
.tabber_slider_outer button.owl-dot {
  background: #fff !important;
  border-radius: 100%;
  color: #fff !important;
  height: 10px;
  margin: 0 20px;
  opacity: .5;
  width: 10px;
}
.tabber_slider_outer button.owl-next {
  right: 20px;
}
.tabber_slider_outer button.owl-prev {
  left: 20px;
}
.tabber_slider_outer .owl-nav button {
  bottom: 0;
  color: #fff!important;
  height: 85px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.tabber_slider_outer .owl-nav button.disabled {
  display: none;
}
.tabber_slider_outer .owl-nav button span {
  display: block;
  font-size: 55px;
}
.building_svg {
  margin: 0 auto 0;
  width: 100%;
  max-width: 900px;
}
.toggle-main{
  display:none;
}
.traversed{
  display:none;
}
section.tabber_slider_outer .owl-stage,
section.tabber_slider_outer .owl-stage .owl-item ,
section.tabber_slider_outer .owl-stage .owl-item .item,
section.tabber_slider_outer .owl-stage .owl-item .item .swiper-img {
  display: flex;
  width: 100%;
}
section.tabber_slider_outer .owl-stage .owl-item .item .swiper-img img {
  object-fit: cover;
  object-position: center;
}

.popup_camera {
  cursor: pointer;
}
.tabb_bottom_block {
  background-color: #e0e0e0;
  padding: 30px;
}
.tabb_bottom_block h4 {
  color: #002a4d;
  font-weight: 400;
  letter-spacing: 2.8px;
  margin-bottom:15px;
}
.bottom_block_inner {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 50%;
  padding-right: 25px;
}
.tabb_bottom_block .left_box {
  width: 24px;
  height: 24px;
}
.tabb_bottom_block .list {
  color: #002a4d;
  font-weight: 500;
  font-size: 14px;
  padding-left: 15px;
  width:95%;
}
.bottom_block_inner:last-child {
  margin-bottom: 0;
}
.tabb_bottom_block_inner {
  max-width: 600px;
  margin: auto;
}
.bottom_block_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.lightbox_popup {
  background-color: rgb(0 42 77 / 95%);
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*     overflow: auto; */
  display: none;
}
.lightbox_popup_image {
  max-width: 900px !important;
  margin:70px auto;
  display: block;
  position: relative;
}
.tabber_block_new .lightbox_popup_image img {
  padding: 30px 50px;
  width: 100%;
}
.tabber_block_new .lightbox_popup_image .light_box_close {
  position: absolute;
  right: 60px;
  top: 40px;
  font-size: 22px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #002A4D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.lightbox_popup_image .light_box_close i {
  color: #fff;
}
/* body.popup_image {
overflow: hidden;
} */
.tab-content.popactive {
  display: block;
}
.left-column.image_block__wrapper .main-img {
  position: relative;
}
.left-column.image_block__wrapper .popup_camera img {
  width:100% !important;
}
.left-column.image_block__wrapper .popup_camera {
  position: absolute;
  width: 7%;
  height: 10%;
}
.left-column.image_block__wrapper .inner_camera .popup_camera:first-child {
  top: calc(100% - 28vw);
  left: calc(100% - 43vw);
}
.left-column.image_block__wrapper .inner_camera .popup_camera:nth-child(3) {
  bottom: calc(100% - 32.4vw);
  left: calc(100% - 47vw);
}
.left-column.image_block__wrapper .inner_camera .popup_camera:nth-child(2) {
  top: calc(100% - 31vw);
  right: calc(100% - 36vw);
}
.left-column.image_block__wrapper .inner_camera .popup_camera:nth-child(4) {
  bottom: calc(100% - 33vw);
  right: calc(100% - 33vw);
}


















@media screen and (max-width:767px) {

  .tabber_slider_outer ul.title-box {
    justify-content: center;
  }
  .tabber_slider_outer ul.title-box li {
    margin: 0px;
  }  
  .tabber_slider_outer ul.title-box li a {
    min-width:unset !important;
  } 
  .tabber_slider_outer .left-column {
    background: #efefef;
    flex: 0 0 100%;
  }
  .tabber_slider_outer .cust-row {
    flex-wrap:wrap;
  }
  .tabber_slider_outer .right-column {
    width: 100%;
  } 
  .tabb_bottom_block_inner {
    max-width: 100%;
  }
  .tabber_block_new .lightbox_popup_image .light_box_close {
    font-size: 14px;
    width: 25px;
    height: 25px;
    right: 30px;
    top: 40px;
  }
  .tabber_block_new .lightbox_popup_image img {
    padding: 30px 20px;
  }
  .left-column.image_block__wrapper .inner_camera .popup_camera:first-child {
    top: calc(100% - 56vw);
    left: calc(100% - 86vw);
  }
  .left-column.image_block__wrapper .inner_camera .popup_camera:nth-child(2) {
    top: calc(100% - 63vw);
    right: calc(100% - 72vw);
  }
  .left-column.image_block__wrapper .inner_camera .popup_camera:nth-child(3) {
    bottom: calc(100% - 67.4vw);
    left: calc(100% - 97vw);
  }
  .left-column.image_block__wrapper .inner_camera .popup_camera:nth-child(4) {
    bottom: calc(100% - 67vw);
    right: calc(100% - 67vw);
  }
  .tabber_slider_outer .tabber-btn-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .building_svg {
    margin: 0 auto 0;
  }
}



@media screen and (max-width: 576px){

  .tabber_slider_outer .main{
    position:relative;
  }
  .tabber_slider_outer .main .tabber-btn-outer {
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    align-content: center;
    justify-content: center;
    background-color: rgba(107, 124, 142, 0.8);
    z-index: 2;
    width:100%;
  }
  .tabber_slider_outer ul.title-box li a{
    background:none;
    border:none;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.8px;
    line-height: 60px;
    padding:0px !important;
  }
  .tabber_slider_outer ul.title-box li{
    text-align: center;
    width:100%;
  }
  .tabber_slider_outer ul.title-box li.active a{
    background:none;
    border:none;
    color:#fff;
  }
  .tabber_slider_outer .toggle-main{
    display: flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    top: 0px;
    right: 19px;
    background: #fff;
    z-index: 3;
    width: 55px;
    height: 58px;
    cursor:pointer;
  }
  .tabber_slider_outer .traversed{
    display: flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    top: 0px;
    right: 19px;
    background: #fff;
    z-index: 3;
    width: 55px;
    height: 58px;
    cursor:pointer;
  }
  .tabber_slider_outer .main .tabber-btn-outer{
    height:0 !important;
    transition:0.5s;
    overflow: hidden !important;
  }
  .tabber_slider_outer .main .tabber-btn-outer.active{
    height:100% !important;
    transition:0.5s;
  }

}

@media (max-width:480px){
  .bottom_block_inner {
    width: 100%;
    padding-right: 0;
  }
}



