
#float_body2 .btn-callbk{
    background: #ffbf00;
    color: #fff;
    text-align: center;
    height: 30px;
}
#color-switch{width:200px;font-size: 14px;
    text-align: center;
    padding: 0px;
    margin: 23px 0;} 
#float_table tbody{background: url(../images/customer01.jpg) right no-repeat;
    background-color: #fff; background-size: auto!important;}  
#click2callsection #float_body2 {
    position: relative;
    width: 353px;
    height: 300px;
   border: 3px solid #d10011!important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    margin: auto;
    top: 100px;
    background-color: #FFFFFF;
    /* background-image: url(../images/sl2.jpg); */
    background-size: 300px 150px;
    background-repeat: no-repeat;
}

#click2callsection #make_call{
		position:fixed;
		border:0;
		color:#FFFFFF;
		background-color: #4AA02C;
		font-size:26px;
		font-family:"Montserrat",Arial,Helvetica,sans-serif;
		-ms-transform: rotate(-90deg); /* IE 9 */
		-webkit-transform: rotate(-90deg); /* Safari */
		transform: rotate(-90deg);
		width:250px;
		height:50px;
	}
	#close span{color:#fff!important;}
	#click2callsection #make_call:active{
		outline: none;
	}
	
	#click2callsection #make_call:focus{
		outline: none;
	}
	
	#click2callsection #call_connect{
		z-index:9999;
		font-family: 'Open Sans', sans-serif;
		position:fixed;
		top:0;
		width:100%;
		height:100%;
		background-color:rgba(225,225,225,0.5);
		/*display:none;*/
	}
	
	#click2callsection #float_body{
		position:relative;
		width:309px;
		height:172px;
		border:5px solid #d10011;
		box-shadow:0 0 20px rgba(0,0,0,0.5);
		margin:auto;
		top:100px;
		background-color:#FFFFFF;
		/*background-image: url("../images/sl2.jpg");*/
		background-size: 300px 150px;
		background-repeat: no-repeat;
	}
	
	#click2callsection #float_table{
		width:100%;
		border-collapse: collapse;
	}
	
	#click2callsection #float_table button{
		border:0px;
		color:#FFFFFF;
		background-color: #000;
		padding:5px;
		border-radius:5px;
		width: 188px;
    margin: 55x 20px;
		font-size:18px;
	}
	
	#click2callsection #float_table input:focus{
		outline: none;
		border: 1px solid rgba(0,0,0,0.5);
	}
	
	#click2callsection #float_table button:active{
		outline: none;
		background-color: #A27A00;
	}
	
	@keyframes example {
		from {color: red;}
		to {color: green;}
	}
	
	#click2callsection #color-switch{
		animation-name: example;
		animation-duration: 1s;
		animation-iteration-count: infinite;
	}
	
	#click2callsection .row span {
		position: relative;
		display: inline-block;
		margin: 10px 0px;
	}
	
	#click2callsection .basic-slide {
		display: inline-block;
		width: 200px;
		padding: 10px 0 10px 15px;
		font-family: "Open Sans", sans;
		font-weight: 400;
		color: #377D6A;
		background: #efefef;
		border: 1px solid #999;
		border-radius: 0 3px 3px 0;
		outline: 0;
		transition: all .3s ease-in-out;
		transform: translateX(-5px);
		margin:0;
		font-size: small;
	}
	
	#click2callsection .basic-slide::-webkit-input-placeholder {
		color: #999999;
		text-indent: 0;
		font-weight: 300;
	}
	
	#click2callsection .basic-slide:focus::-webkit-input-placeholder,
	#click2callsection .basic-slide:active::-webkit-input-placeholder {
		color: #CCC;
	}
	
	#click2callsection .basic-select {
		display: inline-block;
		width: 60px;
		padding: 10px 0 10px 10px;
		font-family: "Open Sans", sans;
		font-weight: 400;
		color: #FFFFFF;
		background: #999;
		border: 1px solid #999;
		border-radius: 3px 0 0 3px;
		outline: 0;
		transition: all .3s ease-in-out;
		appearance:none;
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari and Chrome */
		margin:0;
		font-size: small;
	}
	
	#click2callsection .basic-select option{
		background-color:#FFFFFF;
		color:#666666;
	}
	
	#click2callsection .basic-select::-webkit-input-placeholder {
		color: #999999;
		text-indent: 0;
		font-weight: 300;
	}
	
	#click2callsection .basic-select:focus::-webkit-input-placeholder,
	#click2callsection .basic-select:active::-webkit-input-placeholder {
		color: #CCC;
	}