.desktop-view{
  display: block;
}
.mob_view{
 display: none;
}

@media (max-width: 785px) {
  .desktop-view{
    display: none;
  }
  .mob_view{
   display: block;
  }
}


/*******************************buttons*********************************/
#button-container {
  display: inline-block;
  width: 100%;
}
#button-container .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#button-container .button {
  margin: 20px;
  float: left;
  position: relative;
  font-family: arial;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
#button-container .button .label {
  padding: 10px;
  display: inline-block;
}

#button-container .button.v1:hover .icon {
  -webkit-transform: scale(0.9) skew(0deg, 0deg);
          transform: scale(0.9) skew(0deg, 0deg);
}
#button-container .button.v1:hover .icon:before, #button-container .button.v1:hover .icon:after {
  width: 60px;
}
#button-container .button.v1:hover .icon:before {
  left: calc(50% - 30px);
}
#button-container .button.v1:hover .icon:after {
  right: calc(50% - 30px);
}
#button-container .button.v1:hover .icon span:before, #button-container .button.v1:hover .icon span:after {
  height: 0;
}
#button-container .button.v1 .label {
   color: #fff;
/*    color: #2eca6a;*/
  padding: 10px 22px;
}
#button-container .button.v1 .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg, 0deg);
   transform: skew(-40deg, 0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#button-container .button.v1 .icon:before, #button-container .button.v1 .icon:after {
  content: '';
  height: 3px;
  width: 30px;
  position: absolute;
  display: block;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#button-container .button.v1 .icon:before {
  left: 0;
  top: 0;
}
#button-container .button.v1 .icon:after {
  right: 0;
  bottom: 0;
}
#button-container .button.v1 .icon span:before, #button-container .button.v1 .icon span:after {
  content: '';
  background: #fff;
  position: absolute;
  display: block;
  width: 4px;
  height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#button-container .button.v1 .icon span:before {
  left: 0;
  top: 0;
}
#button-container .button.v1 .icon span:after {
  right: 0;
  bottom: 0;
}


/*************************************oragn ****************************************************/

#button-container .button.v2:hover .icon {
  -webkit-transform: scale(0.9) skew(0deg, 0deg);
          transform: scale(0.9) skew(0deg, 0deg);
}
#button-container .button.v2:hover .icon:before, #button-container .button.v2:hover .icon:after {
  width: 60px;
}
#button-container .button.v2:hover .icon:before {
  left: calc(50% - 30px);
}
#button-container .button.v2:hover .icon:after {
  right: calc(50% - 30px);
}
#button-container .button.v2:hover .icon span:before, #button-container .button.v2:hover .icon span:after {
  height: 0;
}
#button-container .button.v2 .label {
    color: #eb5939;
  padding: 10px 22px;
}
#button-container .button.v2 .icon {

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg, 0deg);
          transform: skew(-40deg, 0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#button-container .button.v2 .icon:before, #button-container .button.v2 .icon:after {
  content: '';
  height: 3px;
  width: 30px;
  position: absolute;
  display: block;
  background: #eb5939;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#button-container .button.v2 .icon:before {
  left: 0;
  top: 0;
}
#button-container .button.v2 .icon:after {
  right: 0;
  bottom: 0;
}
#button-container .button.v2 .icon span:before, #button-container .button.v2 .icon span:after {
  content: '';
  background: #eb5939;
  position: absolute;
  display: block;
  width: 4px;
  height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#button-container .button.v2 .icon span:before {
  left: 0;
  top: 0;
}
#button-container .button.v2 .icon span:after {
  right: 0;
  bottom: 0;
}
/*************************************blue ****************************************************/

#button-container .button.v3:hover .icon {
  -webkit-transform: scale(0.9) skew(0deg, 0deg);
          transform: scale(0.9) skew(0deg, 0deg);
}
#button-container .button.v3:hover .icon:before, #button-container .button.v3:hover .icon:after {
  width: 60px;
}
#button-container .button.v3:hover .icon:before {
  left: calc(50% - 30px);
}
#button-container .button.v3:hover .icon:after {
  right: calc(50% - 30px);
}
#button-container .button.v3:hover .icon span:before, #button-container .button.v3:hover .icon span:after {
  height: 0;
}
#button-container .button.v3 .label {
    color: #48aeff;
  padding: 10px 22px;
}
#button-container .button.v3 .icon {

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg, 0deg);
          transform: skew(-40deg, 0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#button-container .button.v3 .icon:before, #button-container .button.v3 .icon:after {
  content: '';
  height: 3px;
  width: 30px;
  position: absolute;
  display: block;
  background: #48aeff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#button-container .button.v3 .icon:before {
  left: 0;
  top: 0;
}
#button-container .button.v3 .icon:after {
  right: 0;
  bottom: 0;
}
#button-container .button.v3 .icon span:before, #button-container .button.v3 .icon span:after {
  content: '';
  background: #48aeff;
  position: absolute;
  display: block;
  width: 4px;
  height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#button-container .button.v3 .icon span:before {
  left: 0;
  top: 0;
}
#button-container .button.v3 .icon span:after {
  right: 0;
  bottom: 0;
}
/*************************************cyan ****************************************************/

#button-container .button.v4:hover .icon {
  -webkit-transform: scale(0.9) skew(0deg, 0deg);
          transform: scale(0.9) skew(0deg, 0deg);
}
#button-container .button.v4:hover .icon:before, #button-container .button.v4:hover .icon:after {
  width: 60px;
}
#button-container .button.v4:hover .icon:before {
  left: calc(50% - 30px);
}
#button-container .button.v4:hover .icon:after {
  right: calc(50% - 30px);
}
#button-container .button.v4:hover .icon span:before, #button-container .button.v4:hover .icon span:after {
  height: 0;
}
#button-container .button.v4 .label {
    color: #11dbcf;
  padding: 10px 22px;
}
#button-container .button.v4 .icon {

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg, 0deg);
          transform: skew(-40deg, 0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#button-container .button.v4 .icon:before, #button-container .button.v4 .icon:after {
  content: '';
  height: 3px;
  width: 30px;
  position: absolute;
  display: block;
  background: #11dbcf;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#button-container .button.v4 .icon:before {
  left: 0;
  top: 0;
}
#button-container .button.v4 .icon:after {
  right: 0;
  bottom: 0;
}
#button-container .button.v4 .icon span:before, #button-container .button.v4 .icon span:after {
  content: '';
  background: #11dbcf;
  position: absolute;
  display: block;
  width: 4px;
  height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#button-container .button.v4 .icon span:before {
  left: 0;
  top: 0;
}
#button-container .button.v4 .icon span:after {
  right: 0;
  bottom: 0;
}








.mob_view{
 display: none;
}

/*****************************************************/
@media (max-width: 992px) {
.mob_none{
  display: none;
}
.mob_view{
 display: block;
}
}