@-webkit-keyframes tabsfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tabsfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hor_1 {
    -webkit-animation-name: tabsfadeIn;
    animation-name: tabsfadeIn;
}

.hor_1 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
}

.resp-tabs-list {
    text-align: left;
    font-size: 0px;
}

.resp-tabs-list li {
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
    padding: 0;
    margin: 0 0px 0 0;
    list-style: none;
    cursor: pointer;
    font-family: 'allerregular';
    font-size: 19px;
    font-weight: normal;
}

.resp-tabs-list li a {
    display: block;
    padding: 15px 40px;
    color: #6f6f6f;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0px;
    min-height: 200px;
}

.resp-tab-active {
    border: 0px solid #5AB1D0 !important;
    border-bottom: none;
    background: #2aabe1;
    margin-bottom: -1px !important;
}

.resp-tabs-list li.resp-tab-active a {
    background: #2aabe1;
    color: #000;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 0px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 0px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
}

.resp-vtabs li.resp-tab-active a {
    background: #2aabe1;
    display: block;
    padding: 14px 15px 15px 14px !important;
    position: relative;
}

.resp-tabs-list li.resp-tab-active a {
    position: relative;
}

.resp-tabs-list li.resp-tab-active a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top: 10px solid #2aabe1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
    /* !important;*/
}

#parentHorizontalTab .resp-tabs-list {
    margin-top: -50px;
    margin-left: -50px;
}

#other-feature-tabs {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(219, 219, 219);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(219, 219, 219);
    -moz-box-shadow: 0px 0px 10px 0px rgb(219, 219, 219);
    margin-top: 50px !important;
}

#other-feature-tabs .resp-tabs-list {
    border-bottom: 1px solid #d7d7d7;
}

#other-feature-tabs .resp-tabs-list li {
    border-right: 1px solid #d7d7d7;
    text-align: center;
}

#other-feature-tabs .resp-tab-content {
    padding: 60px 55px 5px 55px;
}

.other-feature-lst {
    text-align: center;
    margin-right: -40px;
}

.other-feature-lst li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d7d7d7;
    width: 100%;
    max-width: 327px;
    text-align: center;
    margin-right: 35px;
    font-size: 0px;
    margin-bottom: 35px;
    min-height: 430px;
    background: #f3f2f2;
}

.other-feature-lst li h3 {
    font-family: 'allerbold';
    padding: 0px;
    font-size: 18px;
    color: #2aabe1;
    margin-bottom: 16px;
    line-height: 24px;
}

.other-feature-lst li p {
    padding: 0px;
    margin: 0px;
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 24px;
}

.other-feature-lst li .img-rectangle {
    min-height: 213px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.other-feature-lst li .text-rectangle {
    background: #f3f2f2;
    padding: 20px 15px 40px 15px;
    border-top: 1px solid #d7d7d7;
}

#clinical-flex {
    margin: 0px 0px;
    margin-top: 48px;
}

#clinical-flex li {
    display: inline-block;
    vertical-align: top;
}

#clinical-flex li a {
    min-height: 175px;
    display: block;
    border: 1px solid #a7a7a7;
    margin: 0px auto;
    max-width: 345px;
    background-size: cover !important;
    text-indent: 0;
}

#operational-flexibility-flex {
    margin: 0px 0px;
    margin-top: 48px;
}

#operational-flexibility-flex li {
    display: inline-block;
    vertical-align: top;
}

#operational-flexibility-flex li a {
    min-height: 175px;
    display: block;
    border: 1px solid #a7a7a7;
    margin: 0px auto;
    max-width: 345px;
    background-size: cover !important;
    text-indent: 0;
}

.mobile-version-product-heading-image {
    display: none;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
/*
@media only screen and (max-width: 768px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #C1C1C1;
	}

	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: 100px;
		clear: none;
	}

	.resp-accordion-closed {
		display: none !important;
	}

	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}
*/

@media only screen and (max-width: 639px) {
    #parentHorizontalTab .resp-tabs-list {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .resp-tabs-list li a {
        padding: 10px 10px;
    }

    .mobile-version-product-heading-image {
        display: none;
        text-align: center;
        margin: 20px 0px;
    }
}
