@media screen and (max-width: 1300px) {
  .header > .container {
    width: 100%;
  }

  .sections > .container {
    width: 100%;
  }

  .sections .left img {
    width: 420px;
  }

  .sections .right h1 {
    font-size: 28px;
  }

  .sections .right p {
    font-size: 15px;
  }

  .sections .right ul {
    font-size: 14px;
  }

  .PSections > .container {
    width: 100%;
  }

  .PSections > .container.about {
    width: 100%;
  }

  .PSections > .container.about {
    padding: 100px 8%;
  }

  .headerDownload > .container {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .Features .left {
    margin: 0 0 0 30px;
  }

  .Features .right {
    margin-left: 20px;
  }
  .Features ul {
    font-size: 15px;
  }

  .Features ul li i {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .header .menu li {
    font-size: 17px;
  }

  .sections .left img {
    width: 380px;
  }

  .sections .right h1 {
    font-size: 25px;
  }

  .sections .right p {
    font-size: 14px;
  }

  .sections .right ul {
    font-size: 13px;
  }
}

@media screen and (max-width: 920px) {
  .Features .left {
    display: block;
    text-align: left;
    margin: 0 !important;
  }

  .Features .right {
    display: block;
    text-align: left;
    margin-left: 0;
  }

  .Features ul {
    margin-top: 0;
  }

  .Features ul li {
    padding-left: 32%;
  }

  .screenShot {
    min-height: 650px;
  }

  .slider .slidItems li {
    width: 700px;
    height: 450px;
  }

  .slider-thumb {
    display: none;
  }

  .slider .control_prev {
    left: 0;
  }

  .slider .control_next {
    right: 0;
  }
}

@media screen and (max-width: 800px) {
  .header .menu-btn {
    visibility: visible;
    opacity: 1;
  }

  .header .support {
    padding: 1px 70px 0 0;
  }

  .header .menu {
    position: absolute;
    height: auto;
    width: 100%;
    background-color: rgb(40, 40, 40);
    float: none;
    margin: 0;
    top: -400px;
    visibility: hidden;
    overflow: hidden;
  }

  .header .menu li:first-child {
    border-top: 1px solid #555;
  }

  .header .menu li {
    float: none;
    border-bottom: 1px solid #555;
  }

  .header .menu .sub ul {
    position: relative;
    height: 0;
    transition: 0.4s;
    box-shadow: none;
    opacity: 1;
    margin-top: 0;
    overflow: hidden;
  }

  .header .menu .sub input:checked ~ ul {
    height: 145px;
    visibility: visible;
  }

  .header .menu .sub input:checked + label i {
    transform: rotate(180deg);
  }

  .header .menu .sub:hover i {
    transform: none;
  }

  .header .menu .sub li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #555;
    padding-left: 20px;
  }

  .header .menu .sub li:hover {
    padding-left: 20px;
  }

  .header .menu .sub li.selected {
    background-color: rgb(90, 90, 90);
  }

  .sections .left {
    float: none;
    width: 100%;
  }

  .sections .right {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 10px 0 10px;
  }

  .sections .right .info {
    padding: 8px 0 40px 0;
  }

  .Features ul li {
    padding-left: 25%;
  }

  .screenShot {
    min-height: 600px;
  }

  .slider .slidItems li {
    width: 600px;
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .downlod h1 {
    font-size: 32px;
  }

  .downlod p {
    font-size: 18px;
    padding: 0 10px 0 10px;
  }

  .downlod .btn {
    width: 200px;
  }

  .downlod .info {
    font-size: 13px;
    margin: 75px 0 5px 0;
    padding: 0 5px 0 5px;
  }

  .btn {
    font-size: 16px;
  }

  .screenShot {
    min-height: 500px;
  }

  .slider .slidItems li {
    width: 490px;
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .header .support {
    display: none;
  }

  .sections .left img {
    width: 300px;
  }

  .Features ul li {
    padding-left: 15%;
  }

  .screenShot {
    min-height: 470px;
  }

  .slider .slidItems li {
    width: 390px;
    height: 300px;
  }

  .slider .control_next,
  .slider .control_prev {
    top: 45%;
    padding: 10px 4px;
    width: 30px;
    height: 55px;
    font-size: 32px;
    opacity: 0.8;
  }
}

@media screen and (max-width: 400px) {
  .Features ul li {
    padding-left: 5%;
  }

  .screenShot {
    min-height: 380px;
  }

  .slider {
    margin: 20px auto 0 auto;
  }

  .slider .slidItems li {
    width: 290px;
    height: 220px;
  }

  .updatelogLink {
    padding-bottom: 30px;
  }

  .scrollTop {
    right: 20px;
    bottom: 25px;
  }

  .footer span {
    padding: 12px;
    font-size: 13px;
  }
}
