@media only screen and (max-height: 600px) {
  .topbanner .logo img {
    width: 310px;
  }
}

@media only screen and (max-width: 1640px) {
  .container {
    max-width: 1360px;
  }

  .ctitle span,
  .aboutpart .abouttexts p,
  .dfactorconts .texts p,
  .wearetext .desc p,
  footer .copyright .email {
    font-size: 18px;
  }

  .ctitle h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .dfactorconts .texts h3,
  .contactpart h3 {
    font-size: 42px;
  }

  .dfactorconts .texts {
    width: 490px;
    margin-top: 280px;
  }

  .dfactorimg {
    width: 476px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .dfactorimg .saytext p {
    font-size: 16px;
    line-height: 24px;
  }

  .dfactorimg .imgbox {
    height: 460px;
  }

  .dfactimgpart {
    width: 750px;
    height: 750px;
  }

  .dfactimgpart:after {
    width: 100%;
    height: 100%;
  }

  .dfactorimg .saytext span {
    font-size: 16px;
  }

  .wearetext .desc {
    padding: 10px 140px 85px;
  }

  footer .copyright p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1439px) {
  .container {
    max-width: 1140px;
  }

  .mid1200 {
    width: 95%;
  }

  .dfactimgpart {
    width: 720px;
    height: 720px;
  }

  .dfactorimg {
    margin-top: 12px;
  }

  .dfactimgpart.fl {
    margin-left: -110px;
  }

  .dfactimgpart.fr {
    margin-right: -110px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 940px;
  }

  .topbanner {
    height: 600px;
    background-size: cover;
  }

  .topbanner .logo img {
    width: 310px;
  }

  .aboutpart {
    padding: 80px 0;
  }

  .dfactorconts .texts {
    width: 360px;
    margin-top: 180px;
  }

  .dfactorconts .texts p {
    width: 100%;
  }

  .dfactorimg {
    width: 356px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dfactimgpart .saytext {
    padding: 30px 25px;
  }

  .dfactimgpart .saytext:before {
    left: 25px;
  }

  .dfactorimg .imgbox {
    height: 350px;
  }

  .dfactimgpart {
    width: 600px;
    height: 600px;
  }

  .dfactimgpart.fr {
    margin-right: -50px;
  }

  .dfactimgpart.fl {
    margin-left: -50px;
  }

  .wearetext .desc {
    padding: 10px 0px 85px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 730px;
  }

  .topbanner .logo img {
    width: 240px;
  }

  .aboutpart .abouttexts {
    padding: 40px 20px 10px;
  }

  .dfactorconts .texts {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }

  .dfactimgpart {
    width: 100%;
    height: initial;
    margin: 0px !important;
  }

  .dfactimgpart:after {
    width: 540px;
    height: 540px;
  }

  .dfactimgpart.fr {
    margin-top: 50px !important;
  }

  .dfactimgpart.fl {
    margin-bottom: 50px !important;
  }

  .wearetext {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: auto;
    padding: 0 15px;
  }

  .topbanner {
    height: 460px;
  }

  .topbanner .logo img {
    width: 180px;
  }

  .contactpart .contactinner {
    width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .ctitle h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .aboutpart {
    padding: 50px 0;
  }

  .ctitle span,
  .aboutpart .abouttexts p,
  .dfactorconts .texts p,
  .wearetext .desc p,
  footer .copyright .email {
    font-size: 16px;
  }

  .aboutpart .abouttexts {
    padding: 20px 20px 0px;
  }

  .aboutpart .abouttexts .cbtn {
    bottom: -8px;
  }

  .dfactorconts .texts h3,
  .contactpart h3 {
    font-size: 32px;
  }

  .dfactorconts .controws {
    margin: 30px 0px;
  }

  .wearetext .desc {
    padding-bottom: 50px;
  }

  .contactpart {
    padding: 50px 0px;
  }

  .wearetext {
    margin-top: 110px;
  }

  .wearetext .dlogo {
    width: 200px;
  }

  .wearetext .desc p {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .dfactorimg {
    width: 286px;
  }

  .dfactorimg .imgbox {
    height: 290px;
  }
}
