/* 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 {
    text-align: right;
    position: absolute;
    top: -70px;
    right: 0;
}
.elementor-tabs-wrapper li.ttm-tab-active {    
    color: var(--ttm-skincolor);	
}
.tm-layout-default.themetechmount-darklayout .ttm-tab-style2 .elementor-tabs-wrapper li.ttm-tab-active{
	background-color: var(--ttm-secondarycolor); 
}
.ttm-tab-style1 .elementor-tabs-wrapper li {
    list-style-type: none;   
    font-size: 17px;  
	line-height: 28px;
    padding: 0 0px;
    color: #fff; 
    text-align: center;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 500;
	font-family: var(--special-element-fontfamily);
}
.elementor-tabs-wrapper li {
	list-style-type: none;  
	cursor: pointer;
	display: inline-block;
}
.ttm-tab-style1 .elementor-tabs-wrapper li.ttm-tab-active{
	 color: var(--ttm-skincolor);
	 border-bottom: 1px solid var(--ttm-skincolor);
}
.ttm-tab-style1 .elementor-tabs-wrapper li:last-child {
    margin-right: 0;
}
.ttm-tab-style1 .tmtabs-content-wrapper {
    padding-top: 50px;
}

@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;
    }
	body .ttm-tab-style2 .ttm-tab-active .elementor-tab-content {
		display: block;
	}
}


/*---tab style 2---*/
.ttm-tab-style2 ul.elementor-tabs-wrapper {
	padding: 10px 0 60px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    padding-left: 0;
	border: unset;
	top: 0; 
}
.elementor-widget-tm_tabbox_element .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title span {
    list-style: none;
    font-size: 22px;    
    font-weight: 500;
    cursor: pointer;
}
.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.ttm-elementor-tabs .ttm-tab-content {
    display: none;
    margin-left: -10px;
}
.ttm-tab-style2.ttm-elementor-tabs .ttm-tab-content-title {
    display: none;
}
.ttm-tab-style2 ul.elementor-tabs-wrapper:before {
    content: '';
    position: absolute;
    height: 34px;
    width: 60px;
    border-radius: 2em;
    top: 8px;
    background-color: #fff;
}
.ttm-tab-style2 li.ttm-elementor-tab-title {
    content: '';
    position: relative;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: 8px;
    display: block;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0;
	cursor: pointer;
}
.ttm-tab-style2 ul.elementor-tabs-wrapper span {
    position: absolute;
    top: -3px;
    color: var(--body-blackfont-color);
}
.ttm-tab-style2 ul.elementor-tabs-wrapper li:first-child span {
    left: auto;
    right: 51px;
}
.ttm-tab-style2 ul.elementor-tabs-wrapper li:last-child span {
    left: 47px;
}
.ttm-tab-style2 .ttmtabs-content-wrapper {
    padding-top: 30px;
}
.tm-tab-box-position .ttm-tab-style2 ul.elementor-tabs-wrapper {
    padding-bottom: 25px;
    padding-top: 8px;
    position: absolute;
    padding-left: 120px;
    padding-right: 105px;
    right: 0px;
    top: -60px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 10px;
    cursor: pointer;
}
.ttm-tab-style2 ul.elementor-tabs-wrapper:before {
    top: 11px;
}


@media (max-width: 1550px){	
	.ttm-tab-style1 ul.elementor-tabs-wrapper {
		text-align: center;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		padding-top: 30px;
	}
	.ttm-tab-style1 .tmtabs-content-wrapper {
		padding-top: 10px;
	}
}



/* tab style 3 */
.ttm-tab-style3 ul.elementor-tabs-wrapper {
    text-align: center;
    position: relative;
    right: 0;
    left: 0;	
	border-radius: 15px;
	padding: 10px 15px;	
    margin: auto;
	top: 0; 
}
.ttm-tab-style3 .elementor-tabs-wrapper li {
    font-size: 18px;
    line-height: 26px;
    margin: 0 19px;
    color: var(--ttm-secondarycolor);
    font-weight: 500;
    padding: 17px 30px;
    border-radius: 30px;
	background-color: var(--ttm-greycolor);
}
.tm-tab-icbox .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    margin-bottom: 0;	
}
.tm-tab-icbox-margin .themetechmount-iconbox {
    margin-bottom: 0;
}
.ttm-tab-style3 .elementor-tabs-wrapper li.ttm-tab-active {
    color: #fff;
    background-color: var(--ttm-skincolor);
}
.ttm-elementor-tabs.ttm-tab-style3 {
    padding-top: 0px;
}



@media (max-width: 1049px){	
	.ttm-tab-style3 ul.elementor-tabs-wrapper {
		width: 100%;
	}
}
@media (max-width: 991px){
	.ttm-tab-content{
		display: block;
	}
	.ttm-elementor-tabs.ttm-tab-style3 {
		padding-top: 0;
	}
	.ttm-tab-style3 .ttm-tab-content .elementor-tab-content {
		padding: 0 0 20px;		
	}
	.ttm-tab-style2.ttm-elementor-tabs .ttm-tab-content {
		margin-left: 0; 
	}
	.ttm-tab-style2.ttm-elementor-tabs .tmtabs-content-wrapper {
		padding-top: 30px; 
	}
	.ttm-tab-style2 ul.elementor-tabs-wrapper {
		padding: 10px 0 15px;		
	}
	.elementor-tab-content {
		display: none;
	}
	.ttm-elementor-tabs .elementor-tabs-wrapper {
	    display: none;
	}
	.ttm-tab-content .elementor-tab-content {		
		padding: 0 0 50px;
	}
	
	.ttm-tab-active .elementor-tab-content {
		display: block;		
	}	
	.ttm-tab-style2 .ttm-tab-active .elementor-tab-content {
		display: flex;		
		flex-direction: column;
		width: 100%;
	}	
	.ttm-tab-content .ttm-tab-content-title {
		display: inline-block;
		width: 100%;
		background-color: transparent;
		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(--body-blackfont-color);
	}
	.ttm-tab-content.ttm-tab-active .ttm-tab-content-title {
		background-color: var(--ttm-skincolor);
		border-color: var(--ttm-skincolor);
		color: #fff;
	}
	.ttm-tab-style1 .ttm-tab-content .ttm-tab-content-title {
		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 only screen and (min-width: 992px) and (max-width: 1040px) {	
	.ttm-tab-style3 .elementor-tabs-wrapper li {
		margin: 0 12px;
	}
}