.floating-btn {
  background-color: #fff;
  box-shadow: 0 1px 10px 3px rgba(0,0,0,.18);
  border-radius: 50px;
  height: 60px;
  width: 130px;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  bottom: 40px;
  right: 20px;
  transition: all .2s linear;
}

.floating-btn:hover {
  box-shadow: 0 1px 10px 3px rgba(0,0,0,.18);
}

.plus {
  background: url(../images/socialMediaIcon/chat.png) 87px 0 no-repeat;
  width: auto;
  height: 27px;
  display: block;
  background-size: 27px 27px;
  position: relative;
  margin: 18px auto 0 auto;
}
.end{
	    margin-left:-50px !important;   
	}
	div.at-navigation {
     
     
      overflow: scroll !important;
    }.at-navigation {
     
      height: auto !important;
      /*overflow: scroll !important;*/
    }
	.sticky-contact-form .block_section{
		margin-bottom:0;
	}
	.sticky-contact-form .block_section form
	{
		margin:0;
	}
	#frm input
	{
		height:35px !important;
	}
	
	.sticky-contact-form .block_section form .title_right:after{
		content:none;
	}

	.sticky-contact-form
	{
		position:fixed;top:45%;right:-250px;transform:translateY(-50%);width:250px;height:auto;z-index:999999;padding:15px 15px 15px 15px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.5);box-sizing:border-box;transition:.5s;max-height:745px;zoom:1.05
	}
	.sticky-contact-form.active{
		right:0;
	}.toggle-form
	{
		position:absolute;height:48px;width:160px;text-align:center;box-shadow:-2px -1px 8px rgba(58,56,52,.28);
		cursor:pointer;background:#449d44;top:45%;font-weight:600;left:-104px;border-radius:3px 3px 0 0;transform:
		rotate(270deg);cursor:pointer;color:#fff;line-height:48px;font-size:16px;z-index:9999999;padding-left: 8px;
	}.toggle-form:before
	{
		content:'\2709';font-family:fontAwesome;font-size:18px;color:#fff;left:-8px;position:relative;
	}

	@media only screen and (max-width:480px)
	{	
	    #validCode
    	{
    		width:100% !important;
    	}
		.toggle-form
		{
			line-height:30px;
			font-size:14px;
			left:-90px;
			height:30px;
			width:150px;
		}.sticky-contact-form{
		    height:390px !important;
		}
	}
.plus:before {
  position: absolute;
  left: 0;
  border: 0;
  -webkit-animation: sploosh 2s cubic-bezier(.165,.84,.44,1);
  -webkit-animation-iteration-count: infinite;
  border-radius: 50px;
  content: 'Live Chat';
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  color: #F4A636 ;
  /*font-family: proxima_nova_rgbold;*/
  font-weight: 400;
}

.textpand {
  background: url(../images/socialMediaIcon/cross.png) center center no-repeat;
  width: 22px ;
  height: 22px ;
  
  display: block;
  background-size: 27px 27px;
  z-index: -1;
  margin: 19px auto 15px auto;
}

.boxspand {
  width: 60px;
  height: 60px;
}

.boxspand .plus:before {
  display: none;
}

.action {
  border-radius: 50px;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
  margin-bottom: -40px;
  background-color: #fff;
  position: relative;
  -webkit-transition: top 0.3s,margin-bottom 0.3s,opacity 0.1s;
  transition: top 0.3s,margin-bottom 0.3s,opacity 0.1s;
  padding: 16px 0 15px 0;
  cursor: pointer;
  transition: all .2s linear;
  box-shadow: 0 1px 10px 3px rgba(0,0,0,.18);
  visibility: hidden;
}

.action .svg {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.action .svg path {
  fill: #000;
}

.action img {
  width: auto;
  height: 28px;
  display: block;
  text-align: center;
  margin: 0 auto;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.action img.email-icon {
  height: 20px;
  margin-top: 4px;
}

.actionive:nth-of-type(1) {
  top: -140px;
  opacity: 1;
}

.actionive:nth-of-type(2) {
  top: -90px;
  opacity: 1;
}

.actionive:nth-of-type(3) {
  top: -40px;
  opacity: 1;
}

.talkchat-container {
  position: fixed;
  right: 20px;
  bottom: 67px;
  z-index: 1111;
}

.product-info {
  width: 370px;
  height: 320px;
  background: #F4A636 ;
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  margin-bottom: 30px;
}

.product-info a {
  color: #fff;
  text-decoration: none;
}

.product-info .pro-logo {
  display: table-cell;
  text-align: center;
  height: 53px;
  width: 100%;
  margin-bottom: 10px;
  line-height: 53px;
  vertical-align: middle;
  font-size: 24px;
  /*font-family: proxima_nova_ltsemibold;*/
  text-transform: uppercase;
  font-weight: 400;
}

.product-info .pro-logo img {
  text-align: center;
  display: table;
  vertical-align: middle;
  margin: 0 auto;
}

.product-info .pro-preview {
  display: table;
  text-align: center;
  margin: 15px 0 10px 0;
  height: 150px;
  vertical-align: middle;
  width: 100%;
}

.product-info .pro-preview img {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.product-info .pro-desc {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  /*font-family: 'open_sanslight';*/
  font-weight: 400;
  padding: 0 20px;
}

.action>a,.actionive>a {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

.action .talkchat-toggle {
  opacity: 0;
}

.actionive .talkchat-toggle {
  background: #fff;
  position: absolute;
  right: 30px;
  top: -16px;
  z-index: 0;
  border-right: 0;
  border-radius: 50px 10px 10px 50px;
  color: #000;
  white-space: nowrap;
  line-height: 60px;
  height: 60px;
  padding: 0 20px 0 15px;
  opacity: 0;
  width: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  box-shadow: -7px 0 9px 1px rgba(0,0,0,.1);
  font-size: 16px;
  color: #F4A636 ;
  /*font-family: proxima_novaregular;*/
  font-weight: 400;
}

.actionive:hover .talkchat-toggle {
  opacity: 1;
  width: 115px;
  text-align: center;
}