.pulsing_button_start{
border-radius: 0px!important;
  animation-name: redPulse;
  -webkit-animation-name: redPulse;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes redPulse {
    from { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
    50% { -webkit-box-shadow: 0 0 18px #ff5c00;-o-box-shadow: 0 0 18px #ff5c00;box-shadow: 0 0 18px #ff5c00; }
    to { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
  }
@keyframes redPulse {
    from { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
    50% { -webkit-box-shadow: 0 0 18px #ff5c00;-o-box-shadow: 0 0 18px #ff5c00;box-shadow: 0 0 18px #ff5c00; }
    to { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
  }

  .modal_popuo_body .button_sec_in_bottom{
  	color: blue;
	text-align: center;
	padding-top: 9px;
	font-size: 20px;
  }
  .avoid_margin .button_sec_in, .avoid_margin .button_sec_in_bottom{
  	margin-right: 0px !important;
  }
