/* tab style default */

.ttm-elementor-tabs .ttm-elementor-tab-title i {
    padding-right: 5px;
}

.ttm-tab-content {
    display: none;
	transition:all .5s ease-in-out;
}

.ttm-tab-content.ttm-tab-active {
    display: block;
	animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.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 {

    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;
    width: auto;
    display: table;
	margin-bottom: 50px;
	border: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	justify-content: center;
}

.ttm-tab-default.ttm-elementor-tabs .ttm-elementor-tab-title {
    color: var(--ttm-secondarycolor);
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
	transition: all .5s ease-in-out;
}
 
.ttm-tab-default.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-greycolor);
	transition: all .5s ease-in-out;
}

.ttm-tab-default.ttm-elementor-tabs ul li:last-child {
    margin-right: 0px;
}

.ttm-tab-default.ttm-elementor-tabs .elementor-tabs-wrapper .ttm-elementor-tab-title .ttm-tab-badge{
	background-color: var(--ttm-redcolor);
	padding: 3px 10px;
	border-radius: 50px;
	color: var(--ttm-whitecolor);
	margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
}

@media (max-width:991px) {
    .ttm-elementor-tabs .tmtabs-content-wrapper {
		border: none;
		display: flex;
		flex-direction: column;
		gap: 45px;
	}

	.ttm-elementor-tabs .ttm-pricetable-column-w.ttm-ptable-col.col-md-4:last-child{
		margin-bottom: 0 !important;
	}

}


@media (max-width:767px) {
    .ttm-tab-default.ttm-elementor-tabs .elementor-tabs-wrapper {
        margin-bottom: 30px;
    }
}

/* faq */

.elementor-widget-ttm_tabbox_element.style-1 .ttm-elementor-tabs{
	display: flex;
	gap: 60px;
}

.elementor-widget-ttm_tabbox_element.style-1 .ttm-tab-default.ttm-elementor-tabs .elementor-tabs-wrapper {
	height: max-content;
	justify-content:start;
}




/* after live start */

/* tab on left */

.ttm-tab-on-left .ttm-tab-default.ttm-elementor-tabs .elementor-tabs-wrapper {
    position: absolute;
    left: -52%;
    top: 41%;
    background-color: var(--ttm-whitecolor);
    padding: 5px;
    border-radius: var(--border-radius-image);
    width: fit-content;
}



.ttm-tab-on-left .ttm-tab-default.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-greycolor) !important ;
}

.ttm-tab-on-left .ttm-tab-default.ttm-elementor-tabs .ttm-elementor-tab-title{
    border-radius: var(--border-radius-image);
}

@media(max-width:1024px){

    .ttm-tab-on-left .ttm-tab-default.ttm-elementor-tabs .elementor-tabs-wrapper {
        position: relative;
        top: 0;
        left: auto;
    }  

    .ttm-tab-on-left .ttm-tab-default .col-md-6{
        width: 100%;
    }

    .ttm-tab-on-left .ttm-tab-default .ttm-pricetable-column-w{
        margin-bottom: 30px;
    }

    .ttm-tab-on-left .ttm-tab-default.ttm-elementor-tabs .elementor-tabs-wrapper {
        margin-bottom: 30px;
    }
}