.vc_row.vc_row-o-full-height {
min-height: 100vh !important;
}
.vc_row.vc_row-o-equal-height .wpb_wrapper {
height: 100%;
display: flex;
flex-direction: column;
}
.vc_row.vc_row-o-equal-height .wpb_wrapper .card__wrapper {
height: calc(100% - 20px) !important;
}
.wpb_wrapper .section__heading.lg,
.section__wrapper .section__heading.lg {
font-size: 35px;
}
.section__wrapper .vc_toggle.vc_toggle_default .vc_toggle_icon {
display: none;
}
.section__wrapper .vc_toggle.vc_toggle_default .vc_toggle_icon {
height: 2px;
}
.section__wrapper .vc_toggle.vc_toggle_default .vc_toggle_icon::before {
height: 13px;
width: 2px;
}
.section__wrapper .vc_toggle.vc_toggle_default .vc_toggle_icon::after {
width: 13px;
height: 2px;
}
.section__wrapper .vc_toggle_title {
position: relative;
}
.section__wrapper .vc_toggle_title > h4 {
font-size: 18px;
}
.section__wrapper .vc_toggle {
margin-bottom: 0;
border-bottom: 1px solid #ccc;
}
.section__wrapper .vc_toggle .vc_toggle_title:after {
content: '';
display: block;
background-image: url(//www.jasdesigner.com/wp-content/themes/jasdesigner/assets/svgs/right-arrow.svg);
position: absolute;
right: 0;
width: 15px;
height: 15px;
top: 15px;
transition: 0.3s;
}
.section__wrapper .vc_toggle.vc_toggle_active .vc_toggle_title:after {
transform: rotate(90deg);
}
.section__wrapper .vc_toggle.vc_toggle_default .vc_toggle_title {
padding: 12px 25px 12px 0px;
}
.section__wrapper .vc_toggle.vc_toggle_default .vc_toggle_content {
padding: 0 25px 0 0px;
}
.section__wrapper .vc_toggle.vc_toggle_default .vc_toggle_content a {
text-decoration: underline;
color: #0d6efd;
}
.section__wrapper .wpb_text_column ul {
padding-left: 2rem;
list-style: initial;
}
.wpb_single_image.wpb_content_element {
margin-bottom: 10px;
}