.telephone .telephone_area{
	width:100%;
	background:#41b6e6;
	padding:20px 0;
	position:fixed;
	bottom:0px;
	z-index:99999;
	transform: scale3d(1, 0, 1);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.telephone.active .telephone_area {
	width:100%;
	background:#41b6e6;
	padding:20px 0;
	position:fixed;
	bottom:0px;
	z-index:998;
	transform: scale3d(1, 1, 1);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

		.telephone .telephone_area div{
			max-width:1200px;
			display:inline-block;
			text-align:center;
			margin-right:-4%;
		}

		.telephone .telephone_area div img{
			max-width:100%;
		}

		.telephone .telephone_area .t_icon{
			width:35%;
			display:inline-block;
			margin:0;
			text-align:right;
			margin-top:5px;
		}

		.telephone .telephone_area .t_line{
			margin:0 2%;
			width:5%;
		}

		.telephone .telephone_area .t_number{
			margin:0;
			width:55%;
			text-align:left;	
		}

		.telephone_area .t_number p:first-child{
			font-size:2rem;
			opacity:0.6;

		}

		.telephone_area .t_number p:last-child{
			font-size:2.9rem;
		}
		.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus{background-position: center center !important;}

@media (min-width:0px) and (max-width:499px) {


	.telephone .telephone_area{
		padding-bottom:0;	
	}


	.telephone .telephone_area .t_icon{
		width:100%;
		text-align:center;
		margin-top:10px;
	}

	.telephone .telephone_area .t_line{
		display:none;
	}

	.telephone .telephone_area .t_number{
		text-align:center;
		width:100%;
		padding:30px 0 20px 0;}
}

@media (min-width:499px) and (max-width:768px) {


	.telephone .telephone_area{
		padding-bottom:0;	
	}

	.telephone .telephone_area .t_icon img{
		width:37%;
	}

	.telephone .telephone_area .t_icon{
		text-align:center;
	}

	.telephone .telephone_area .t_line{
		display:none;
	}


	.telephone .telephone_area .t_number{
		text-align:center;
		width:53%;
		padding-bottom:20px;}

}

@media (min-width:768px) and (max-width:1200px) {

	.telephone .telephone_area{
		padding-bottom:5px;	
	}


	.telephone .telephone_area .t_icon{
		text-align:center;
		width:30%;
	}

		.telephone .telephone_area .t_line{
		text-align:left;
		margin-left:0;
	}


	.telephone .telephone_area .t_number{
		text-align:center;
		width:55%;
		padding-bottom:10px;}

}

@media screen and (max-width:640px) {
  .sct7_pf_list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .sct7_pf_list li {
    float: none !important;
    width: calc(50% - 10px) !important;
    margin: 0 5px 20px 5px !important;
    box-sizing: border-box !important;
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    clear: none !important;
    position: static !important;
  }
}