
/* advance tab area css */
.witr_adv_tab_area {
    text-align: left;
}
.witr_taba_style1 .nav-tabs {
    /* border: 0; */
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	border-top: 1px solid #dee2e6;
}
.witr_taba_style1 .nav-tabs .nav-item {
    margin-bottom: 15px;
    text-align: center;	
}
.witr_taba_style1 .nav-tabs .nav-link {
    margin-right: 15px;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    padding: 20px 25px;
    position: relative;
	box-shadow: 0px 0px 25px 2px rgba(196, 206, 213, 0.2);
	-webkit-transition: .5s;
	transition:.5s;
}
.nav-tabs .nav-item:hover i{
	-webkit-transition: .5s;
	transition:.5s;	
}
.nav-tabs .nav-item:hover a{
	color:#fff;
}
.witr_taba_style1 .nav-tabs span{
    display: block;
    float: left;
    margin: 0 15px;	
}
.nav-link strong{
	display: inline-block;	
}
.nav-tabs img,
.witr_taba_style1 .nav-tabs i{
	position: relative;
	font-size: 30px;
}

.witr_adv_tab_content {
	margin: 15px 20px 30px 0px;
}

/* responsive */

@media (max-width: 767px) {
	.realet_tab li {
	margin-bottom: 20px;
}
.witr_adv_tab_content {
    margin: 0;
}
.witr_taba_style1 .nav-tabs .nav-link {
     margin-right: 0px; 
}
.nav-tabs {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.tab_content.text-left {
	text-align: center !important;
}
	
}




