.btn btn-primary .btn-calc{
background:#0a8fde!important;
}


.btn_payment{
  background:#0a8fde;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  -webkit-box-shadow: 0px 1px 7px #666666;
  -moz-box-shadow: 0px 1px 7px #666666;
  box-shadow: 0px 1px 7px #666666;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  padding: 12px;
  border:none;
  cursor:pointer;
  position: relative;
  right: 43px;
  top: 27px;
  text-align: center;
  transition:background 0.5s;
}

.btn_payment:hover {
  background:#00baff;
  transition:background 0.5s;
}


.btn{
background-color:#0a8fde!important;
}
@media (min-device-width: 320px)
and (max-device-width: 1200px)
{

.btn_payment {
  background: linear-gradient(to bottom, #00ccff, #00a2ff);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  -webkit-box-shadow: 0px 1px 7px #666666;
  -moz-box-shadow: 0px 1px 7px #666666;
  box-shadow: 0px 1px 7px #666666;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  padding: 12px;
  border:none;
  cursor:pointer;
  position: relative;
  left: 40px;
  top: 27px;
  text-align: center;
}

}

	.nok_mob{
position:relative;right:49px;
}
@media (min-device-width: 320px)
and (max-device-width: 1300px)
{
	.nok_mob{
position:relative;left:30px;
}
}

