/* tab style default */

.ttm-elementor-tabs .ttm-elementor-tab-title i {
    padding-right: 5px;
}

.elementor-widget-ttm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-skincolor);
}

.ttm-tab-content {
    display: none;
}

.ttm-tab-content.ttm-tab-active {
    display: block;
}

.elementor-widget-ttm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title {
    position: relative;
}

.ttm-tab-content .ttm-tab-content-title {
    display: none;
}

body .ttm-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}

.elementor-widget-ttm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 17px;
    line-height: 28px;
    color: var(--ttm-secondarycolor);
    vertical-align: middle;
    font-family: var(--special-element-fontfamily);
}

.ttm-elementor-tabs .ttm-elementor-tab-title i {
    font-size: 40px;
    line-height: 30px;
    vertical-align: middle;
    color: var(--ttm-secondarycolor);
    padding-right: 8px;
}

.ttm-tab-default.ttm-elementor-tabs .elementor-tabs-wrapper {
    margin: 0 auto;
    text-align: center;
    border: 1px solid var(--ttm-bordercolor);
    width: auto;
    border-radius: 14px;
    padding: 10px 10px;
    display: table;
}

.ttm-tab-default.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin-right: 20px;
    color: var(--ttm-secondarycolor);
    display: inline-block;
    padding: 8px 40px;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--ttm-greycolor);
}

.ttm-tab-default.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-skincolor);
}

.elementor-widget-ttm_tabbox_element .ttm-tab-default.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}

.ttm-tab-default.ttm-elementor-tabs ul li:last-child {
    margin-right: 0px;
}
@media (max-width:991px) {
    .ttm-elementor-tabs .tmtabs-content-wrapper {
		border: none;
	}

	.ttm-elementor-tabs .elementor-tabs-wrapper {
		display: none !important;
	}

	.ttm-tab-content {
		display: block;
	}

	.elementor-tab-content {
		display: none;
	}

	.ttm-tab-active .elementor-tab-content {
		display: block;
		margin-bottom: 25px;
		padding-top: 0px;
	}

	.ttm-tab-content .ttm-tab-content-title {
		display: inline-block;
		width: 100%;
		background-color: var(--ttm-greycolor);
		padding: 15px 20px;
		border-radius: 10px;
		border: 1px solid var(--ttm-bordercolor);
		font-size: 20px;
		line-height: 20px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 20px;
		color: var(--ttm-secondarycolor);
	}

	.ttm-tab-content .ttm-tab-content-title i {
		font-size: 25px;
		line-height: 25px;
		vertical-align: middle;
		color: var(--ttm-skincolor);
		padding-right: 5px;
		position: relative;
		top: 2px;
	}

	.ttm-tab-content.ttm-tab-active .ttm-tab-content-title {
		background-color: var(--ttm-skincolor);
		border-color: var(--ttm-skincolor);
		color: #fff;
	}

	.ttm-tab-content.ttm-tab-active .ttm-tab-content-title i {
		color: #fff;
	}

	.ttm-tab-content .elementor-section .elementor-column .elementor-widget-wrap {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.ttm-tab-content .elementor-section .elementor-inner-section .elementor-container {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

}
