 @media (max-width: 3330px) {
  .details-section {
    padding-left: 0px !important;
  }
 }


@media (max-width: 1200px) {
    .mobile-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .list-text {
    color: #fff;
    font-family: "poopins medium";
    font-size: 24px;
    padding-left: 8px !important;
    padding-bottom:30px !important;
}
.right-side {
    display: none;
}
.logo {
    display: none;
}
.main {
    justify-content: start;
    align-items: center;
    height: 100%;
}
.content {
    padding-top: 40px !important;
    width: 90%;
    padding-left: 0px !important;

}
.lower-section {
  padding: 40px 0px !important;
  width: 90%;
  justify-content: space-between;
  /* align-items: center; */
 }
 .first-link {
    width: auto;
    gap: 10px;
    border-right: 1px solid #f7dfbe;
      border-radius: 7px;
      font-size: 16px;
      background-color: #faac45 !important;
}
.mobile-active {
    background-color: #fff !important;
}
.first-link p {
    font-size: 20px;
}
.details-section {
    padding-left: 0px !important;
}
.content-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    width: 100%;
 }
}

@media (max-width: 785px) {
    .mobile-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main {
        align-items: center;
         justify-content: start;
         height: 100%;
         background-position: 65% 20%;
    }
    .content {
        padding:40px 0px 0px 0px !important;
        width: 85%;
    }
       .list-text {
    color: #fff;
    font-family: "poopins medium";
    font-size: 18px;
    padding-left: 8px !important;
    padding-bottom:25px !important;
}
/* .title h1 {
    font-size: 30px;
} */
.title h1 {
    font-size: 28px;
}
.title {
    width: fit-content;
}
.title img {
    max-width: 100%;
}
/* .title {
    width: 200px;
} */
.lower-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0px 40px 0px !important;
    width: 85%;
    gap: 20px;
}
.right-link {
    text-align: center;
}
.first-link {
    width: auto;
    gap: 10px;
    border-right: 1px solid #f7dfbe;
      border-radius: 7px;
      font-size: 16px;
      background-color: #faac45 !important;
}
.mobile-active {
    background-color: #fff !important;
}
.first-link p {
    font-size: 20px;
}
/* .details-section {
    padding-left: 0px !important;
} */
 .content-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
 }
 .client-details {
    flex-direction: column;
    gap: 0;
 }
 .offcanvas  {
    width: 100% !important;
 }
 }



