home-service
{
	position: relative;  
	box-sizing: border-box; 
}
.tp-caption {
    margin-left: 10px !important;
}
button.show-topbar {
    background: #34beb9;
    height: 38px;
    width: 100%;
    line-height: 35px;
}
i.fa.fa-angle-down {
    font-size: 40px;
}
.vc_tta.vc_tta-tabs .vc_tta-tabs-container.testimonial-tab {
    display: block;
}
.vc_tta-panel-heading.testimonial-title {
    display: none;
}
.vc_tta-panel-body {
    width: 100% !important;
}
/*Hide Show Topbar*/
@media only screen and (min-device-width : 320px) and (max-device-width : 600px)
{
	body .site-topbar 
	{
	    display: none;
	}
}
@media only screen and (min-device-width : 620px) and (max-device-width : 2560px)
{
	button.show-topbar
	{
	    display: none;
	}
}