#tscb-contact-widget{
	position: fixed;
    bottom: 0;
    right: 0;
	display: flex;
	width:100%;
	z-index: 99;
}
.tscb-button {
    display: flex;
	align-items: center;
	justify-content: center;	
	height: 40px;
	line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;   
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px!important;
}
.tscb-button svg{
	fill: #ffffff;
    margin-right:5px;
}
.tscb-button:hover{
	color: #ffffff!important;
}
.call-button {   
	background-image: linear-gradient(45deg, #3985c3, #005499);
}
.whatsapp-button {   
	background-image: linear-gradient(45deg, #059b52, #046a2a);
}
.call-button svg{
	width: 17px;
    height: 17px;
}
.whatsapp-button svg{
	width: 25px;
    height: 25px;
}
@media (max-width: 767px){
	#tscb-contact-widget .whatsapp-desktop-course, #tscb-contact-widget .whatsapp-desktop-counseling{
		display:none; 
	}
}
@media (min-width: 768px){
	#tscb-contact-widget{
		width: 215px;
		bottom: 70px;
        right: 20px;
	}
	#tscb-contact-widget .whatsapp-button{
		display:none; 
	}
	#tscb-contact-widget .call-button{
		width: 100%!important;
		border-radius: 50px;
		margin-bottom: 20px;
	}
	#tscb-contact-widget{
		flex-wrap:wrap; 
	} 
	#tscb-contact-widget .whatsapp-desktop-course, #tscb-contact-widget .whatsapp-desktop-counseling{
		display: flex;
    	align-items: center;
    	justify-content: center;
		width: 100%;
    	height: 40px;
    	line-height: 40px;
    	font-weight: 500;
    	font-size: 16px;
    	color: #ffffff;
    	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
		background-image: linear-gradient(45deg, #059b52, #046a2a);
		border-radius: 50px;
		margin-bottom: 20px;
	}
}