@media only screen and ( max-width: 3000px ) {

  .switchButtonDiv{
      position: absolute;
      right:1.3%;
      top:16%;
      z-index:20021321;
  }
  .switchMap{
      display: inline-block;
      vertical-align: middle;
      border: none;
      transition: transform .5s;
      background-color: #fff;
      cursor: pointer;
      width:100px;
      height: 85px;
      -webkit-box-shadow: 10px 10px 8px -7px rgba(189,189,189,1);
-moz-box-shadow: 10px 10px 8px -7px rgba(189,189,189,1);
box-shadow: 10px 10px 8px -7px rgba(189,189,189,1);
  }
  .switchMap:hover{
    transform: scale(1.1);
  }
  .switchMap img{
      width: 46px;
      height: auto;
  }
  .switchMap span{
    font-size: 14px;
    padding-top: 7px;
    color: rgb(0,94,62);
}
  .switchPlan{
    display: inline-block;
    vertical-align: middle;
    border: none;
    transition: transform .5s;
    background-color: #fff;
    cursor: pointer;
    width:100px;
    height: 85px;
    -webkit-box-shadow: 10px 10px 8px -7px rgba(189,189,189,1);
    -moz-box-shadow: 10px 10px 8px -7px rgba(189,189,189,1);
    box-shadow: 10px 10px 8px -7px rgba(189,189,189,1);
  }
  .switchPlan:hover{
    transform: scale(1.1);
  }
  .switchPlan img{
    width: 46px;
    height: auto;
}
    .switchPlan span{
    font-size: 14px;
    padding-top: 7px;
    color: rgb(0,94,62);
    }
}
@media only screen and ( max-width: 1799px ) {
    .switchButtonDiv{
        right:1.5%;
    }
}	
@media only screen and ( max-width: 1599px ) {
.switchButtonDiv{
    right:1.7%;
}
}
@media only screen and ( max-width: 1280px ) {
	.switchButtonDiv{
		right:2.4%;
        top: 8%;
	}
}
@media only screen and ( max-width: 1024px ) {
	.switchButtonDiv {
		right: 3.5%;
		top: 20%;
	}
}
@media only screen and ( max-width: 768px ) {
    .switchButtonDiv {
		position: static;
      
        
	}
    .switchMap{
        width: auto;
        height: auto;
    }
    .switchMap img{
       display: none;
    }
    .switchMap span{
      font-size: 12px;
     /* padding-top: 3px;*/
      color: rgb(0,94,62);
    }
    .switchMap br{
        display: none;
    }
    .switchPlan{
        width:auto;
        height: auto;
    }
    .switchPlan img{
        display: none;
    }
    .switchPlan span{
    font-size: 12px;
    padding-top: 3px;
    color: rgb(0,94,62);
    }
    .switchPlan br{
        display: none;
    }
}
@media only screen and ( max-width: 479px ) {
	.switchButtonDiv {
		position: static;

        
	}
    .switchMap{
        width: auto;
        height: auto;
    }
    .switchMap img{
       display: none;
    }
    .switchMap span{
      font-size: 12px;
     /* padding-top: 3px;*/
      color: rgb(0,94,62);
    }
    .switchMap br{
        display: none;
    }
    .switchPlan{
        width:auto;
        height: auto;
    }
    .switchPlan img{
        display: none;
    }
    .switchPlan span{
    font-size: 12px;
    padding-top: 3px;
    color: rgb(0,94,62);
    }
    .switchPlan br{
        display: none;
    }
}