/* tab style one */

.prt-elementor-tabs .prt-elementor-tab-title i {
    padding-right: 5px;
}
.prt-tab-style1.prt-elementor-tabs .elementor-tabs-wrapper {
    padding: 40px;
    margin: 0 auto;
    background-color: var(--prt-greycolor);
	margin-top: 90px;
}
.prt-tab-style1 .elementor-tab-content img {
    border-radius: 20px;
    margin: 0;
}
.prt-tab-style1 ul.elementor-tabs-wrapper {
    padding: 0;
    width: 43%;
    margin-top: 0;
    float: left;
    display: block;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
	z-index: 11;
	position: relative; 
}
.prt-tab-style1 .tmtabs-content-wrapper {
    float: left;
    width: 70%;
    padding-left: 0px;    
    margin-left: -220px;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title {
    margin: 0px 0 20px;    
    display: flex;
    padding: 0;
    cursor: pointer;    
    border: none;
	text-align: left;
	position: relative;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title span:after {
    position: absolute;
    content: '';
    width: 320px;
    height: 2px;
    background-color: var(--body-blackfont-color);
    right: -342px;
    top: 20px;
	opacity: 0;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title.prt-tab-active span:after { 
	opacity: 1;
}
.prt-bgcolor-skincolor .prt-element-heading-content-wrapper .prt-element-content-desctxt {
    color: var(--body-fonts-color);
	padding-bottom: 20px;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title:last-child {
    margin-bottom: 0;
}
.prt-tab-content{
    display: none;
}
.prt-tab-content.prt-tab-active{
    display: block;
}
.prt-tab-content .prt-tab-content-title{
    display: none;
}
body .prt-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}
.prt-elementor-tabs .prt-elementor-tab-title i{
    font-size: 40px;
    line-height: 30px;
    vertical-align: middle;
    color: var(--prt-skincolor);
    padding-right:8px;	
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title span {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 4px 25px;
    border-radius: 10px;
    background-color: #fff;
	font-weight: 600;
	color: var(--body-blackfont-color);
	position: relative; 
}

@media (max-width: 1024px){
	.prt-tab-style1 ul.elementor-tabs-wrapper {
		width: 45%;
	}
	.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title span {
		font-size: 20px;
		line-height: 30px;
	}
	.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title {
		margin: 0px 0 12px;
	}
	.prt-tab-style1 .tmtabs-content-wrapper {    
		width: 70%;    		
	}
	
}


@media (min-width: 992px) {
.prt-tab-style1 .elementor-tabs-wrapper {
    display: -webkit-flex;
    display: flex;
}   
}
@media (max-width: 991px){
	.prt-tab-style1.prt-elementor-tabs .tmtabs-content-wrapper {
		border: none;
		width: 100%;
		padding: 0;
	}
	.prt-tab-style1 .tmtabs-content-wrapper {    
		margin-left: 0;
	}
	.prt-tab-style1.prt-elementor-tabs .elementor-tabs-wrapper {
		display: none;
	}
	.prt-tab-style2 ul.elementor-tabs-wrapper {
		display: none;
	}
	.prt-tab-content{
		display: block;
	}
	.elementor-tab-content {
		display: none;
	}
	.prt-tab-content .elementor-tab-content {		
		padding: 0 0 50px;
	}
	.prt-tab-style1 .prt-tab-content .elementor-tab-content {
		padding: 0 0 30px;
	}
	.prt-tab-active .elementor-tab-content {
		display: block;		
	}	
	.prt-tab-content .prt-tab-content-title {
		display: inline-block;
		width: 100%;
		background-color: transparent;
		padding: 15px 20px;
		border-radius: 10px;
		border: 1px solid #eee;
		font-size: 20px;
		line-height: 20px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 20px;
		color: #fff;
	}
	.prt-tab-content .prt-tab-content-title i{
		font-size: 25px;
		line-height: 25px;
		vertical-align: middle;
		color: var(--prt-skincolor);
		padding-right: 5px;
		position: relative;
		top: 2px;
	}	
	.prt-tab-content.prt-tab-active .prt-tab-content-title i {
		color: #fff;
	}
	.prt-tab-content .elementor-section .elementor-column .elementor-widget-wrap {
		padding-left:0px !important;
		padding-right:0px !important;
	}   
	.prt-tab-content .elementor-section .elementor-inner-section .elementor-container {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
}

@media (max-width: 767px){	
	.tmtabs-content-wrapper .prt-tab-content:last-child .prt-tab-content-title {
		margin: 0;
	}	
	.prt-tab-content:last-child .elementor-tab-content {		
		padding: 0;
	}
}


@media only screen and (min-width:992px) and (max-width:1024px) { 
	.prt-tab-style1.prt-elementor-tabs .elementor-tabs-wrapper {
		margin: 30px 0;
	}
}
 