.brxe-tabs_custom .tab-menu {
justify-content: center;
margin-bottom: 40px;
flex-wrap: nowrap;
}
@media screen and (max-width: 992px) {
.brxe-tabs_custom .tab-menu {
display: none;
}
}
.brxe-tabs_custom .tab-content {
border: 0 !important;
border-radius: 10px;
box-shadow: 0px 4px 8px 0px #00000026;
padding: 0 !important;
}
.brxe-tabs_custom .tab-menu li.tab-title {
display: inline-flex;
justify-content: center;
width: 100%;
max-width: 250px;
border-left: 2px solid #105BF4 !important;
border-top: 0 !important;
border-bottom: 0 !important;
border-right: 0 !important;
}
.brxe-tabs_custom .tab-menu li.tab-title:first-child {
border-left: 0 !important;
}
.brxe-tabs_custom .tab-content .tab-pane.brx-open {
display: flex;
}
@media screen and (max-width: 992px) {
.brxe-tabs_custom .tab-content .tab-pane.brx-open {
display: block;
}
}
.brxe-tabs_custom .tab-content .tab-pane.brx-open > div {
width: 50%;
}
@media screen and (max-width: 992px) {
.brxe-tabs_custom .tab-content .tab-pane.brx-open > div {
width: 100%;
}
}
.brxe-tabs_custom .tab-content .tab-pane .tab-pane-image {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
@media screen and (max-width: 992px) {
.brxe-tabs_custom .tab-content .tab-pane .tab-pane-image {
padding-bottom: 61.7%;
border-bottom-left-radius: 0;
border-top-right-radius: 10px;
}
}
.brxe-tabs_custom .tab-content .tab-pane .tab-pane-content {
padding: 40px;
position: relative;
}
.brxe-tabs_custom .tab-content .tab-pane .tab-pane-content h4 {
margin-bottom: 24px;
font-size: 32px;
}
@media screen and (max-width: 992px) {
.brxe-tabs_custom .tab-content .tab-pane .tab-pane-content h4 {
text-align: center;
}
}
.nav-tab-btns {
display: none;
align-items: center;
justify-content: space-between;
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
text-decoration: none;
position: absolute;
left: 0;
width: 100%;
}
@media screen and (max-width: 992px) {
.nav-tab-btns {
display: flex;
}
}
.nav-tab-btn {
background-repeat: no-repeat;
width: 31px;
height: 32px; 
position: relative;
background-size: 100%;
}
.prev-tab-btn {
background-image: url(//justmoveitnow.com/wp-content/themes/bricks-child/img/chevron-left.png);
left: 40px;
}
.next-tab-btn {
background-image: url(//justmoveitnow.com/wp-content/themes/bricks-child/img/chevron-right.png);
right: 40px;
}