@media screen and (max-width: 1440px) {
  footer > .div1 {
    width: 431px;
  }
  footer > .div2 {
    width: 317px;
  }
  .testimoial .testimMenu {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .carusel .photo p {
    font-size: 49px;
  }
  .carusel .photo .icons label .frame {
    transform: translate(60px, 300px);
  }
  .apoitment .apoHeader .menu .apoData {
    width: 97.5%;
  }
  .apoitment .apoHeader .menu > button {
    width: 83.5%;
    height: 56px;
    margin-right: 2%;
  }
  .aboutUs .aboutText {
    gap: 10px;
  }
  .aboutUs .aboutText > h4 {
    font-size: 32px;
  }
  .features {
    display: flex;
    flex-direction: column;
  }
  .features img {
    width: 75%;
  }
  .features img {
    width: 300px;
  }
  .atorneys .colorFrame {
    flex-wrap: wrap;
    height: 80%;
    gap: 120px;
  }
  .atorneys .colorFrame .atorFrame > h5 {
    text-align: center;
  }
  .testimoial .testimMenu {
    flex-wrap: wrap;
  }
  footer > .div1 {
    width: 300px;
  }
  footer > .div2 {
    width: 304px;
  }
  footer > .div3 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  main .logo h1 {
    font-size: 40px;
  }
  nav {
    display: none;
  }
  main .logo {
    background-color: white;
  }
  .contacts .frow {
    display: none;
  }
  .apoitment .apoHeader .menu {
    width: 80%;
  }
  .services {
    display: flex;
    flex-direction: column;
  }
  .action .actionImg .actionHeader > h2 {
    font-size: 30px;
  }
  footer > .div3 {
    margin-bottom: 8%;
  }
  footer > .div1 {
    width: 216px;
  }
  .bugerUl {
    top: -150px;
  }
  .burgerLabel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translate(700px, 20px);
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .aboutUs {
    display: flex;
    flex-direction: column;
    padding: 50% 5% 0 5%;
  }
  .Services {
    display: flex;
    flex-direction: column-reverse;
    padding: 30% 5% 30% 5%;
  }
  .apoitment {
    margin: 0;
    width: 90%;
    margin: 30% 5% 30% 5%;
  }
  .apoitment .apoHeader {
    width: 100%;
    height: 100%;
  }
  .services .colFrame {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .features {
    padding: 30% 5% 30% 5%;
  }
  .features img {
    width: 100%;
  }
  .features .text > .frame {
    width: 100%;
  }
  .features .text .frameIcon {
    width: 35%;
  }
  .testimoial .testimMenu .testimFrame {
    gap: 10px;
  }
  .testimoial .testimMenu .testimFrame .testimText > p {
    line-height: 1;
  }
  .testimoial .testimMenu .testimFrame .testimText {
    padding: 15% 8%;
  }
  .action {
    width: 100%;
    padding: 0;
    padding: 0% 5% 30% 5%;
  }
  .action .actionImg {
    width: 100%;
  }
  .action .actionImg .actionHeader > h2 {
    font-size: 25px;
    padding-bottom: 5%;
  }
  footer > .div1 {
    font-size: 30px;
    justify-content: start;
    padding-left: 10px;
  }
  footer > .div1 i {
    font-size: 30px;
  }
  footer > .div1 h5 {
    font-size: 16px;
  }
  footer > .div1 p {
    font-size: 12px;
  }
  footer > .div3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30%;
  }
  .carusel .photo .icons label .frame {
    transform: translate(10px, 250px);
  }
  .burgerLabel {
    transform: translate(380px, 35px);
  }
  .burgerLabel::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 375px) {
  .features .text .frameIcon {
    width: 53%;
  }
  .testimoial .testimMenu .testimFrame .testimCleint .testimCleintImg > img {
    height: 85%;
  }
  .carusel .photo .icons label .frame {
    transform: translate(5px, 250px);
  }
  .burgerLabel {
    transform: translate(330px, 35px);
  }
}
@media screen and (max-width: 320px) {
  .carusel .photo .icons label .frame {
    transform: translate(1px, 250px);
  }
  .burgerLabel {
    transform: translate(270px, 35px);
  }
  .features .text .frameIcon {
    width: 100%;
  }
  .atorneys > h2 {
    padding-left: 22%;
  }
  .testimoial .testimMenu .testimFrame .testimText {
    height: 83%;
  }
  .testimoial .testimMenu .testimFrame .testimCleint .testimCleintImg > img {
    height: 75%;
  }
}
