@media screen and (max-width: 400px)
{

.fix-call{
    position:fixed;
    left:0;
    bottom:10px;
    width:100%;
    z-index:1000;
    background-color:#ffb500 !important;
    text-align:center;
    padding:0 10px;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0)!important;
	text-align:right;
}
}
.fix-call a{
    color:#fff !important;
    font-size:32px;
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
}
.fix-call a .fa{
    color:#fff !important;
    font-size:36px!important;
	width:52px!important;
	height:52px!important;
	line-height:52px!important;
	border-radius:100%;
	display:inline-block;
	margin:0 10px;
	box-shadow:0px 3px 3px rgba(0,0,0,.5);
}
.fix-call a .fa-volume-control-phone{
	background-color:#6f0335;
}
.fix-call a .fa-whatsapp{
	background-color:#13990a;
	font-size:42px!important;
}
.fix-call a .fa-envelope-open-o{
	background-color:#6f0335;
}


.right-fix{
	position:fixed;
	right:-67px;
	z-index:999;
	top:30%;
	width:170px;	
	text-align:center;
	background-color:#6f0335;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:35px;
	padding:0 0;
}
.right-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.right-fix2{
	position:fixed;
	right:-67px;
	z-index:999;
	top:60%;
	width:170px;	
	text-align:center;
	background-color:#6f0335;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
}
.right-fix2 a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:35px;
	padding:0 0;
}
.right-fix2 i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
@media screen and (max-width : 400px) {
.right-fix{
	position:fixed;
	right:-65px;
	top:30%;
	width:150px;	
	text-align:center;
	background-color:#6f0335;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
.right-fix2{
	position:fixed;
	right:-65px;
	top:60%;
	width:150px;	
	text-align:center;
	background-color:#111;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix2 a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
    
    
    background: linear-gradient(1deg, #ffa400, #ffd325);
    
    text-align:center;
    padding:0 10px;
    box-shadow:0px 0px 5px rgba(0, 0, 0, .1)!important;
	text-align:center;
}
.fix-call a{
    color:#fff !important;
    font-size:26px;
	width:auto;
	height:auto;
	display:inline-block;
	width:31%;
	text-align:center;
}
.fix-call a .fa{
    color:#fff !important;
    font-size:26px;
	width:45px!important;
	height:45px!important;
	line-height:45px!important;
	border-radius:100%;
	display:inline-block;
	box-shadow:0px 3px 3px rgba(0,0,0,0);
}
.fix-call a .fa-volume-control-phone{
	background-color:rgba(255,255,255,0);
}
.fix-call a .fa-whatsapp{
	background-color:rgba(255,255,255,0);
	font-size:34px;
}
.fix-call a .fa-envelope-open-o{
	background-color:rgba(255,255,255,0);
}
}