/* .custom_tabs_nav {
	background: #fff;
	border-radius: 12px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 27px 0 rgba(0,0,0,0.08);
	display: inline-block;
	overflow: hidden;
	width: 100%;
	max-width: 320px;
} */
.custom_tabs_nav div {
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #282D32;
    cursor: pointer;
	padding: 19px 20px;

}
.custom_tabs_nav div.active {
    color: #1929C4;
	background: #F1F2F4;

}
/* .custom_tabs_nav div:last-child {
    margin-right: 0;
} */
.custom_tabs_nav i {
	margin-right: 20px;
}

.custom-tabs-content {
    display: none;
}
.elementor-editor-active .custom-tabs-content,
.custom-tabs-content.active {
    display: block;
    -webkit-animation-duration: 0.8s;
	animation-duration:         0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInUpShort;
	animation-name:         fadeInUpShort;
}

@media(max-width:1023px){

}
@media(max-width:767px){
    .custom_tabs_nav div {
        width: 100%;
    }
}