.oom-tabs {
    display: block;
    margin: 0;
    padding: 0;
}
.oom-tab-content, .oom-tab-titles{
    width: 50%;
}

.oom-tab-titles {
	float: left;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oom-tab-title {
    display: flex;
    flex: 1;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.oom-tab-title.oom-active {
	z-index: 2;
	position: relative;
}

.oom-tab-content {
    float: left;
    display: block;
	margin-top: -50px;
}
.oom-tab-content img {
    position: relative;
    border-radius: 15px;
    z-index: 1;
}

/*.oom-tab-title.oom-active:before {*/
/*    content: "";*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    border: 2px solid blue;*/
/*	background: #ffffff;*/
/*    left: -35px;*/
/*}*/


.oom-tab-title p {
	margin-bottom: 0;
}

.oom-tab-pane {
    display: none;
    position: relative;
    overflow: hidden;
}

.oom-tab-pane.oom-active {
    display: block;
}
.oom-widget-oom-advanced-tabs:before {
    content: "";
    width: 2px;
    height: 550px;
    background: blue;
    position: absolute;
    left: -26px;
    top: 28px;
}
.oom-widget-oom-advanced-tabs {
    position: relative;
}
.hide-text {
  display: none;
}
.oom-slide-icon-wrapper {
    display: flex;
    align-items: center;
}




/*Slider*/
.oomslider .swiper-button-next:after, .oomslider .swiper-button-prev:after{
    display: none;
}
.oomslider .swiper-slide {
    position: relative;
}
.slide-content.oom-tab-title {
    position: absolute;
    bottom: 3%;
    width: 90%;
    left: 5%;
}
.oomslider .swiper-button-next, .oomslider .swiper-button-prev {
    background: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}


/*Responsive*/
@media (min-width: 768px){
    .swiper.mobile-view{
        display: none;
    }
}
@media (max-width: 767px){
    .oom-tabs.laptop-view{
        display: none;
    }
}
