.ppocta-ft-fix{
        position: fixed;
        bottom: 5px;
        left: 10px;
        min-width: 120px;
        text-align: center;
        z-index: 999;
    }
#NNCallNow .CallNow-content {
	background: url(../images/bg-callnow.png) no-repeat;
	background-color:#4f4f4f;
	background-position: left top;
	width: 100%;
	border: 0;
	padding: 0;
	overflow: inherit;
}
#NNCallNow .CallNow-content .CallNow-body {
	padding: 15px 20px;
}
.CallNow-body {
	position: relative;
}
#NNCallNow .CallNow-title {
	padding: 0 20px 30px 120px;
	color: #fff;
	font-size: 18px;
}
#NNCallNow #callautoform {
	padding-top: 10px;
	max-width: 460px;
	margin: 0 auto;
	text-align: center;
}
#NNCallNow #callautoform .form-group {
	padding-left: 0;
	margin:0px;
	padding-top: 0;
	position:relative;
}
#NNCallNow #callautoform #phonenumberautocall, #NNCallNow #callautoform #namephone {
	height: 40px;
	width: 100%;
	background-color: #fff;
	color: #333;
	border: 0;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	padding: 6px 15px;
	margin-bottom: 24px;
}
#NNCallNow #callautoform #phonenumberautocall { margin-bottom:15px;}
#NNCallNow #callautoform #button-call {
	height: 40px;
	border: 0;
	background-color: #212121;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
	position: static;
	border-radius: 3px;
	margin-top: 10px;
}
#NNCallNow #callautoform #button-reset {
	height: 40px;
	border: 0;
	background-color: #fff;
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
	position: static;
	border-radius: 3px;
	margin-top: 10px;
}
#NNCallNow #callautoform .box-tuvan-load {
	height: 40px;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 15px;
	position: static;
	border-radius: 3px;
	margin-top: 10px;
	background: url("../images/ajax-loader.gif") no-repeat scroll 0 center;
	font-style: italic;
	display:none;
}
#NNCallNow #call-error {
	color: #ffed00;
	font-size: 14px;
	margin-bottom: 0px;
}
#NNCallNow #callautoform .disabled {
	background:#fff !important;
}
#NNCallNow .CallNow-content .CallNow-footer {
	color: #333;
	text-align: center;
	background: #fff;
	padding: 14px 10px;
}
#NNCallNow .CallNow-content .CallNow-footer span {
	max-width: 460px;
	display: block;
	margin: auto;
	font-style: italic;
	font-size: 17px;
	font-weight: 300;
}
#NNCallNow #callautoform label.error {
	border: none;
	border-radius: 2px;
	color: #ffed00;
	display: block;
	font-size: 14px;
	padding: 0;
	position: absolute;
	top: 40px;
	font-style: italic;
}
#callNowClick {
	display: inline-block;
	position: relative;
	border-radius: 50%;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}
#callNowClick a {
	display: block;
	text-decoration: none;
	outline: none;
	color: #fff;
	text-align: center;
}
#callNowClick i {
	border-radius: 100%;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #ed1c24;
	line-height: 50px;
	font-size: 24px;
}
#callNowClick a.txt {
	position: absolute;
	top: -40px;
	left: calc(50% - 60px);
	background: #ed1c24;
	width: 120px;
	max-width: 120px;
	line-height: 2;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 17px;
}
#callNowClick a.txt::after {
	position: absolute;
	bottom: -8px;
	left: 50px;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid #ed1c24;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
@media only screen and (max-width: 767px) and (min-width: 480px){
	#NNCallNow .CallNow-content {
		background-size: contain;
	}
	#NNCallNow #callautoform {
	}
	#NNCallNow #callautoform #phonenumberautocall { width:100%; margin-bottom:10px;}
    #NNCallNow .CallNow-content .CallNow-footer {
      padding: 15px 25px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 321px){
	#NNCallNow .CallNow-content {
		background-size: contain;
	}
	#NNCallNow .CallNow-title {
		padding: 0 0 15px 100px;
		font-size: 16px;
	}
	#NNCallNow #callautoform #phonenumberautocall { width:100%; margin-bottom:10px;}
    #NNCallNow .CallNow-content .CallNow-footer {
      padding: 15px 25px;
	  }
}
@media only screen and (max-width: 320px){
	#NNCallNow .CallNow-content {
		background-size: contain;
	}
	#NNCallNow #callautoform {
	}
	#NNCallNow #callautoform #phonenumberautocall { width:100%; margin-bottom:10px;}
    #NNCallNow .CallNow-content .CallNow-footer {
      padding: 15px 25px;
  }
}

#callNowButton {
	margin-right: 10px;
}