/* tab style one */
.ttm-tab-content{
    display: none;
}
.ttm-tab-content.ttm-tab-active{
    display: block;
}
.ttm-tab-content .ttm-tab-content-title{
    display: none;
}
.tmtabs-content-wrapper {
    padding-top: 20px;
}
body .ttm-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}
ul.elementor-tabs-wrapper {
    padding: 0;
    margin: 75px 30px 0 0;
    width: 25.7%;
    float: left;
}
.elementor-tabs-wrapper li.ttm-tab-active span {
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}
.ttm-tab-style1 .elementor-tabs-wrapper li {
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
.ttm-tab-style1 .elementor-tabs-wrapper li span {
    list-style-type: none;
    line-height: 26px;
    font-size: 16px;
    border-radius: var(--ttm-border-shape-30px);
    padding: 12px 25px;
    color: var(--body-blackfont-color);
    text-align: left;
    cursor: pointer;
	font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    border: 1px solid;
    display: inline-block;
    vertical-align: top;
}
.ttm-tab-style1 .elementor-tabs-wrapper li.ttm-tab-active span {
    color: var(--ttm-whitecolor) !important;
}
.ttm-tab-style1 .elementor-tabs-wrapper li:last-child {
    margin-right: 0;
}
.ttm-tab-style1 .tmtabs-content-wrapper {
    padding-top: 0;
	    overflow: hidden;
}

@media (max-width: 991px){
	.ttm-tab-content{
		display: block;
	}
	.elementor-tab-content {
		display: none;
	}
	.ttm-elementor-tabs .elementor-tabs-wrapper {
	    display: none;
	}
	.ttm-tab-content .elementor-tab-content {		
		padding: 0 0 30px;
	}
	.ttm-tab-active .elementor-tab-content {
		display: block;		
	}	
	.ttm-tab-content .ttm-tab-content-title {
		display: inline-block;
		width: 100%;
		background-color: transparent;
		padding: 12px 25px;
		border-radius: var(--ttm-border-shape-30px);
		border: 1px solid;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		margin-bottom: 20px;
		color: var(--body-blackfont-color);
		font-family: var(--special-element-fontfamily);
		font-weight: var(--special-element-fontweight);
	}
	.ttm-tab-content.ttm-tab-active .ttm-tab-content-title {
		background-color: var(--ttm-secondarycolor);
		border-color: var(--ttm-secondarycolor);
		color: #fff;
	}
	.ttm-tab-content.ttm-tab-active .ttm-tab-content-title i {
		color: #fff;
	}
	  
	.ttm-tab-content .elementor-section .elementor-inner-section .elementor-container {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
}

@media (max-width: 767px){	
	.ttm-tab-content:last-child .elementor-tab-content {		
		padding: 0;
	}
    .ttm-tab-style2 .ttm-tab-content:last-child .elementor-tab-content {        
        padding: 0 0 40px;
    }
}

/*---tab style 5---*/
.ttm-tab-style2 ul.elementor-tabs-wrapper {
	width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
	display: flex;
    justify-content: center;
}
.ttm-tab-style2 li.ttm-elementor-tab-title.ttm-tab-active span:before {
    color: #fff;
}

.ttm-tab-style2.ttm-elementor-tabs .ttm-tab-content.ttm-tab-active {
    display: block;
}
.ttm-tab-style2 li.ttm-elementor-tab-title {
	list-style-type: none;
}
.tm-bg-greycolor .ttm-tab-style2 ul.elementor-tabs-wrapper span {
    background: var(--ttm-whitecolor);
}
.ttm-tab-style2 ul.elementor-tabs-wrapper li.ttm-elementor-tab-title.ttm-tab-active span {
    background-color: var(--ttm-skincolor);
	color: var(--ttm-whitecolor);
}
.ttm-tab-style2 ul.elementor-tabs-wrapper li:first-child span {
    border-radius: var(--ttm-border-shape-15px) 0 0 var(--ttm-border-shape-15px);
}
.ttm-tab-style2 ul.elementor-tabs-wrapper li:last-child span {
    border-radius: 0 var(--ttm-border-shape-15px) var(--ttm-border-shape-15px) 0;
}
.ttm-tab-style2 ul.elementor-tabs-wrapper span {
    line-height: 26px;
    font-size: 16px;
    border-radius: var(--ttm-border-shape-15px);
    padding: 12px 25px;
    color: var(--body-blackfont-color);
    text-align: left;
    cursor: pointer;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    background: var(--ttm-greycolor);
    display: inline-block;
    vertical-align: top;
}
.ttm-tab-style2 .ttmtabs-content-wrapper {
    padding-top: 30px;
}
@media (max-width: 1024px){
.ttm-tab-style2.ttm-elementor-tabs .ttm-tab-content {
     margin-left: 0px;
}
}
@media (max-width: 991px){
.ttm-tab-style2 .ttm-tab-content .elementor-tab-content {
    padding: 0;
}
}