@media (max-width: 1440px) {
  .sub-about .owl-one .owl-dots {
    bottom: 170px;
  }
}
@media (max-width: 1300px) {
  nav .main-container .element ul li {
    padding-left: 18px;
  }
  nav .element ul li a {
    font-size: 16px;
  }
  /* doctors */
  .doctor-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset !important;
  }
  .doctor-cards .d-card {
    flex: 0 0 auto;
    width: 420px;
    height: 450px;
  }
  .blog-card .blog-text h3 {
    margin-left: 10px;
  }
}

@media (max-width: 1200px) {
  .doctors-staff .main-container {
    padding: 0px 20px;
  }
}
@media (max-width: 1024px) {
  .main-container {
    padding: 0 20px;
  }
  .owl-one .item .item-text {
    right: 100px;
  }
  .hero .item h1 {
    font-size: 32px;
  }
  .hero .item h3 {
    font-size: 24px;
  }
  .top-nav .main-container {
    padding: 0 15px;
  }
  nav .main-container {
    padding: 0px 15px;
  }
  nav .main-container .element ul li {
    padding-left: 16px;
  }
  nav .element ul li a {
    font-size: 15px;
  }
  /*home about  */

  .sub-about .sub-about-text h2 {
    color: var(--main-color);
    padding-bottom: 10px;
  }

  .sub-about .sub-about-text .main-btn {
    margin-top: 20px;
  }

  /*home offers */
  .offers .offer-card {
    width: 31%;
    height: 485px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  /* location */

  .location .contact-data-header {
    font-size: 24px;
  }
  .location .contact-info .contact-card h3 {
    font-size: 20px;
  }
  .location .contact-info .contact-card p {
    font-size: 16px;
  }
  .location .contact-info {
    margin: 40px;
  }
  .location-card .sub-text {
    margin: 19px 50px 10px 40px;
  }
  .location-card .sub-text span {
    font-size: 20px;
    color: black;
    font-weight: bold;
  }

  .location-card .sub-text p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 600;
  }

  /* home about */
  .sub-about::before {
    left: 20%;
  }
  /* ================= */
  /* contact us page */
  .contact-form {
    height: 1433px;
    display: flex;
    align-items: center;
  }
  .contact-form .contact-forms {
    width: 80%;
    height: 1121px;
    margin: auto;
    background-color: white;
    direction: rtl !important;
  }
  /* -===== */
  /* home category */
  .our-categories {
    margin: 40px 0;
  }
  .categories {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
  }
  .categories .category-card {
    flex: 0 0 auto;
    width: 420px;
    height: 450px;
  }

  /* products */
  .products {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset !important;
    padding: 20px 8px;
  }
  .products .product-card {
    flex: 0 0 auto;
    width: 420px;
    height: 485px;
  }

  /* offers */
  .offers-page .offers .offer-card {
    width: 48%;
  }
  .offers {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
  }
  .offers .offer-card {
    flex: 0 0 auto;
    width: 420px;
    height: 450px;
  }

  /* profile page  */

  .edit-personal-info .user-take-session .form {
    padding: 10px;
  }

  /* footer */
  footer .main-container {
    padding: 20px;
  }

  /* ================= */
  /* contact us page */
  .contact-form {
    height: 1433px;
    display: flex;
    align-items: center;
  }
  .contact-form .contact-forms {
    width: 80%;
    height: 1121px;
    margin: auto;
    background-color: white;
    direction: rtl !important;
  }
  /* blog */
  .blog-card .blog-text h3 {
    margin-left: 20px;
  }
  /* review */
  .review-text .sub-text::before {
    top: 50px;
    left: -17px;
  }
}

@media (max-width: 992px) {
  nav .main-container {
    margin: 10px 0;
  }
  nav .main-container .element {
    display: none !important;
  }
  nav .logo-img {
    display: block;
  }
  .menu-div {
    display: block;
  }
  .moving {
    display: none;
  }
  .top-nav {
    background-color: var(--main-color);
  }
  .top-nav .top-social {
    width: 100%;
  }
  .top-nav .main-container .logo-img {
    display: none;
  }
  .top-nav::after {
    display: none;
  }
  .cotact-info .sub-info {
    font-size: 15px;
  }
  .top-nav ul li {
    padding-left: 0;
    padding-right: 30px;
  }
  .top-nav .top-social {
    justify-content: space-between;
    gap: 15px;
  }
  .owl-one .item .item-text {
    right: 100px;
  }
  .hero .item h1 {
    font-size: 24px;
  }
  .hero .item h3 {
    font-size: 20px;
  }

  .main-container {
    padding: 0 40px;
  }
  /* home about */
  .sub-about .sub-about-text p {
    color: var(--text-color);
    font-size: 18px;
  }
  /* home contact */
  .contact-info {
    margin: 8px 20px 0 0;
  }
  /* blog */
  .blog-card .blog-text {
    align-items: center;
  }
  .blog-card .blog-text h3 {
    font-size: 20px;
    margin-left: 10px;
    padding-left: 10px;
  }
  /* partners */
  .our-partners .container-header {
    margin-bottom: 0;
  }
  /* location */
  .location .contact-data-header {
    font-size: 20px;
  }
  .location .contact-info .contact-card h3 {
    font-size: 18px;
  }
  .location .contact-info .contact-card p {
    font-size: 16px;
  }
  .location .contact-info {
    margin: 40px;
  }
  .location-card .sub-text {
    margin: 19px 50px 10px 20px;
  }
  .location-card .sub-text span {
    font-size: 20px;
    color: black;
    font-weight: bold;
  }

  .location-card .sub-text p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 600;
  }

  /* ================= */
  /* contact us page */
  .contact-form {
    height: 1433px;
    display: flex;
    align-items: center;
  }
  .contact-form .contact-forms {
    width: 80%;
    height: 1121px;
    margin: auto;
    background-color: white;
    direction: rtl !important;
  }

  /* ================= */
  /* contact us page */
  .contact-form {
    height: 1433px;
    display: flex;
    align-items: center;
  }
  .contact-form .contact-forms {
    width: 80%;
    height: 1121px;
    margin: auto;
    background-color: white;
    direction: rtl !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20;
  }
  p {
    font-size: 16px;
  }
  .cotact-info .sub-info {
    padding-left: 25px;
  }
  .main-container {
    padding: 0 20px;
  }
  .owl-one .item .item-text {
    right: 80px;
  }
  .hero .item h1 {
    font-size: 24px;
  }
  .hero .item h3 {
    font-size: 20px;
  }
  .owl-nav {
    display: none !important;
  }

  .our-partners .container-header {
    margin-bottom: 20px;
  }
  /* home about */
  .sub-about-text {
    line-height: 1.7;
  }
  .sub-about .sub-about-text p {
    color: var(--text-color);
    font-size: 16px;
  }
  .sub-about .main-container {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    height: 380px;
    gap: 5px;
  }
  .sub-about .sub-about-img {
    width: 50%;
  }
  .sub-about .sub-about-text .main-btn {
    margin-top: 20px;
  }
  .sub-about::before {
    width: 185px;
    left: 17%;
  }
  .sub-about .item {
    height: calc(100vh - 250px);
  }
  /* home categories */

  .our-categories {
    margin: 100px 0;
  }
  .container-header a {
    color: var(--main-color);
  }

  .categories .category-card {
    width: 50%;

    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  }

  /*home doctors */
  .doctors-staff .doctor-cards {
    gap: 10px;
  }
  .doctors-staff .doctor-cards .d-card {
    background-color: #e7e6e6;
  }
  .doctors-staff {
    height: auto;
    margin-top: 120px;

    z-index: -1;
  }
  .doctors-staff .redirect-btn {
    margin-bottom: 40px;
  }

  /* =========== */
  /* our product */
  .our-products {
    margin: 100px 0;
  }
  .container-header a {
    color: var(--main-color);
  }
  .products {
    gap: 15px;
  }
  .products .product-card {
    width: 425px;
    height: 485px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  }

  /* ======= */
  /* offers */
  .our-offers {
    margin: 100px 0;
  }
  .offers {
    gap: 15px;
  }
  .offers .offer-card {
    width: 48%;
    height: 485px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
    position: relative;
  }

  /* offers page */
  .offer-card .sub-text p span {
    display: block;
  }
  .offers-page .offers .offer-card {
    width: 48%;
    height: 380px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .reservation-completed .form-header .img-offer {
    width: 100px;
    height: 100px;
    margin-top: 35px;
    margin: 35px auto 0;
  }
  .reservation-completed .row .col-12 h3 {
    font-weight: 400;
    font-size: 20px;
  }

  .reservation-completed .main-btn {
    width: 250px;
    height: 64px;
  }
  /* branches */
  .our-branches {
    margin: 100px 0;
  }
  .our-branches .branches-header a {
    color: var(--main-color);
  }
  .branches {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .branches .branch-card {
    width: 100%;
    display: flex;
    align-items: center;
    height: 181px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .branch-card .branch-text {
    padding: 30px;
    display: flex;
    align-items: end;
  }

  /* blog */
  .blog-card {
    position: relative;
    width: 100%;
  }
  /* reviews */
  .reviews {
    background-color: #f6f6f6;
    padding: 40px 0;
  }

  .card-review {
    height: 287px;
    background-repeat: no-repeat;
    position: relative;
  }

  .card-review .card-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .card-review .card-img img {
    width: 100%;
    height: 100%;
  }
  .review-text .sub-text::before {
    left: -22px;
  }

  /* contact */
  .our-contact {
    padding: 100px 0;
  }
  .contacts {
    height: 663px;
    display: flex;
    background-color: #f6f6f6;
  }
  .contacts-data {
    width: 40%;
    padding: 20px;
  }
  .text-info {
    margin: auto;
    width: 300px;
  }
  .text-info h2 {
    font-size: 20px;
  }
  .contact-card .text-info p {
    font-size: 14px;
  }
  .contact-info h3 {
    font-size: 18px;
  }
  .contacts-data .contact-info .contact-card {
    display: flex;
    align-items: center;
    justify-content: start;
    line-height: 1;
  }
  .contact-card .contact-img {
    margin-left: 15px;
  }

  .forms {
    width: 60%;
    height: 100%;
    position: relative;
  }
  .forms::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    /* z-index: 1; */
  }
  .forms .main-container {
    position: relative;
  }
  .forms .form-header {
    color: white;
    z-index: 99999;
    text-align: center;
    margin-bottom: 50px;
  }
  .forms form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .forms input,
  .forms textarea {
    height: 64px;
  }
  .forms input:nth-child(1),
  .forms input:nth-child(2) {
    width: calc(50% - 8px);
  }
  .forms input:nth-child(3),
  .forms input:nth-child(4),
  .forms textarea {
    width: 100%;
  }
  .forms textarea {
    height: 162px;
  }
  /* footer */

  footer .footer-colum .footer-logo {
    margin: 24px 0 24px 20px;
  }
  /* blog */
  .blogs {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  .blog-card {
    position: relative;
  }
  .blog-card:first-child {
    height: calc(100vh - 150px);
  }

  .blog-card img {
    width: 100%;
    height: 100%;
  }

  .blog-card .blog-text {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
  }
  .blog-card .blog-text h3 {
    padding: 15px;
    margin-left: 10px;
    font-size: 16px;
  }
  .blog-card .blog-text button {
    width: 121px;
    margin-left: 20px;
    font-size: 12px;
  }
  .blog-card .blog-text a {
    margin: 30px;
  }
  /* ===== */
  /* location */
  .location {
    margin: 50px 0;
    display: flex;
    height: auto;
    /* grid-template-columns: repeat(5 , 1fr);
        grid-template-rows: repeat(1fr); */
    gap: 20px;
    flex-wrap: wrap;
  }

  .main-dates-my-account .title-dates-acount a {
    font-size: 16px !important;
    font-weight: bold;
    color: var(--text-color);
  }

  /* footer */
  footer .footer-colum {
    margin: 20px 0px;
  }
  .col-lg-1 .footer-colum:first-child {
    display: flex;
    justify-content: center;
    margin: 10px;
  }
  footer ul {
    justify-content: center;
  }
  footer .footer-colum h3 {
    font-size: 20px;
  }
  footer .footer-colum p {
    font-size: 15px;
  }
  .footer-colum .footer-colum-text .footer-list-header i {
    display: block;
  }
  .sub-about .owl-one .owl-dots {
    bottom: 20px;
  }

  .cart-page .cart-container {
    padding: 0 20px;
  }

  .empty-cart .empty-cart-content {
    width: 400px;
  }
}
@media (max-width: 668px) {
  header .social-info {
    display: none;
  }

  /* about home */
  .hero {
    height: calc(100vh - 270px);
  }
  .sub-about .main-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    height: auto;
    gap: 5px;
  }
  .sub-about::before {
    display: none;
  }
  .sub-about .sub-about-img {
    width: auto;
  }
  .sub-about .sub-about-text {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-about .sub-about-text .main-btn {
    margin-top: 5px;
  }
  .owl-one .item {
    height: calc(100vh - 350px);
    position: relative;
  }

  /*  */
  .offers .offer-card {
    width: 420px;
    height: 485px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  /* == */
  /* footer */
  footer .main-container {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    flex-wrap: wrap;
  }

  footer .footer-colum {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 45%;
  }
  footer .footer-colum:nth-child(3) {
    margin: auto;
  }

  .footer-colum h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .footer-colum h3:nth-child(1) {
    font-weight: bold;
    color: black;
  }
  footer .footer-contact {
    display: flex;
    align-items: center;
  }
  footer .footer-contact .img-contact {
    width: 24px;
    height: 24px;
    margin-left: 5px;
  }

  footer .footer-contact img {
    width: 100%;
    height: 100%;
  }
  footer .footer-colum .footer-logo {
    margin: 24px 0 24px 20px;
  }
  footer ul {
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
  footer ul li {
    border-radius: 50%;
    border: 1px solid black;
    padding: 4px;
  }
  footer ul .img-social {
    width: 24px;
    height: 24px;
  }
  footer ul .img-social img {
    width: 100%;
    height: 100%;
  }
  footer .footer-end {
    text-align: center;
    background-color: #f6f6f6;
    padding: 20px;
    border-top: 2px solid #777777;
  }
  .footer-end p {
    margin: 0;
  }

  /* blog */
  .blogs {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  .blog-card {
    position: relative;
  }
  .blog-card img {
    width: 100%;
    height: 100%;
  }

  .blog-card .blog-text {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
  }
  .blog-card .blog-text h3 {
    padding: 15px;
    margin-left: 10px;
    font-size: 16px;
  }
  .blog-card .blog-text button {
    width: 121px;
    margin-left: 20px;
    font-size: 12px;
  }
  .blog-card .blog-text button {
    margin-top: 30px;
  }

  /* offer page */
  /* offer pop up */

  .user-take-session .form {
    padding: 10px;
    width: 90%;
  }
  .user-take-session .contact-form .contact-forms .main-container {
    padding: 0 10px;
  }
  .user-take-session h2 {
    margin: 0;
  }

  .contact-form .form-header {
    margin: 40px 0;
  }

  /* offers */
  .offers-page .offers .offer-card {
    width: 100%;
  }

  .cart-page .cart-progress .line {
    width: 80px;
  }

  .cart-page .cart-container .cart-checkout {
    width: 100%;
  }

  .cart-page .cart-progress .progress__item span {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .cart-page .cart-progress .progress__item p {
    font-size: 16px;
  }
}

@media (max-width: 426px) {
  .main-container {
    padding: 0 10px;
  }
  header .social-info {
    display: none;
  }
  .owl-one .item .item-text {
    right: 50px;
  }
  .hero .item h1 {
    font-size: 20px;
  }
  .hero .item h3 {
    font-size: 18px;
  }

  /* =========== */
  /* our categories */
  .our-categories {
    margin: 50px 0;
  }
  .container-header a {
    color: var(--main-color);
  }

  .categories .category-card {
    width: 100%;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  }
  /* ===== */
  /* doctors   */
  .doctors-staff .doctor-cards {
    gap: 10px;
  }
  .doctors-staff .doctor-cards .d-card {
    width: 100%;
    height: 452px;
    background-color: #e7e6e6;
  }
  .doctors-staff {
    height: auto;
    margin-top: 120px;

    z-index: -1;
  }
  .doctors-staff .redirect-btn {
    margin-bottom: 40px;
  }

  /* =========== */
  /* our product */
  .our-products {
    margin: 50px 0;
  }
  .container-header a {
    color: var(--main-color);
  }

  .products .product-card {
    width: 100%;
    height: 485px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  }

  /* ======= */
  /* offers */
  .our-offers {
    margin: 50px 0;
  }

  .offer-card .sub-text p span {
    display: block;
  }

  /* offers page */

  .offers-page .offers .offer-card {
    width: 100%;
    height: 492px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .offers-page .offer-card .sub-text p span {
    display: inline;
  }
  .reservation-completed .form-header .h3 {
    font-size: 20px !important;
  }
  .reservation-completed .form-header .img-offer {
    width: 70px;
    height: 70px;
    margin-top: 35px;
    margin: 35px auto 0;
  }
  .reservation-completed .row .col-12 h3 {
    font-weight: 400;
    font-size: 14px;
  }

  .reservation-completed .main-btn {
    width: 180px;
    height: 54px;
  }
  .edit-personal-info .form-header h2 {
    font-size: 20px;
  }
  .edit-personal-info .contact-form form button.main-btn {
    width: 200px;
    height: 60px;
  }

  /* footer */

  /* blog */

  .blogs {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  .blog-card {
    position: relative;
  }

  .location .location-card {
    width: 100%;
    height: 100%;
  }
  .location .location-card iframe {
    width: 100%;
    height: 400px;
  }
  /* offer page */
  .offers-page .offer-card .offer-card-text span {
    font-size: 20px;
  }
  .offers-page .offer-card .offer-card-text p {
    font-size: 14px;
  }
  .offers-page .offer-card .offer-card-text .sub-text p span {
    font-size: 14px;
  }
  .offers-page .offer-card .offer-card-text .btn-container button {
    width: 90px;
  }

  /* ================= */
  /* contact us page */
  .contact-form {
    height: 1433px;
    display: flex;
    align-items: center;
  }
  .contact-form .contact-forms {
    width: 90%;
    height: 1121px;
    margin: auto;
    background-color: white;
    direction: rtl !important;
  }

  /* ====== */
  /* profile page */
  .dates-my-account .col-12 .dates-details {
    border-left: 1px solid #e4e4e4;
    padding-right: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-dates-my-account .title-dates-acount {
    margin-right: 20px;
    display: flex;
    gap: 80px;
  }
  .main-dates-my-account .title-dates-acount a {
    font-size: 16px !important;
    font-weight: bold;
    color: var(--text-color);
  }

  .product-details-page .results {
    padding: 0 20px;
  }

  .product-details-page .related-products {
    padding: 0 20px;
  }

  .product-details-page
    .related-products
    .related-products-container
    .product-component {
    width: calc(100% / 3 - 15px);
  }
}
@media (max-width: 668px) {
  header .social-info {
    display: none;
  }
  .top-nav .top-social .cotact-info {
    justify-content: space-between;
    width: 100%;
  }
  .cotact-info .sub-info:last-child {
    padding-left: 0;
  }
  footer .main-container {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    flex-wrap: wrap;
  }

  footer .footer-colum {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 45%;
  }
  footer .footer-colum:nth-child(3) {
    margin: auto;
  }

  .footer-colum h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .footer-colum h3:nth-child(1) {
    font-weight: bold;
    color: black;
  }
  footer .footer-contact {
    display: flex;
    align-items: center;
  }
  footer .footer-contact .img-contact {
    width: 24px;
    height: 24px;
    margin-left: 5px;
  }

  footer .footer-contact img {
    width: 100%;
    height: 100%;
  }
  footer .footer-colum .footer-logo {
    margin: 24px 0 24px 20px;
  }
  footer ul {
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
  footer ul li {
    border-radius: 50%;
    border: 1px solid black;
    padding: 4px;
  }
  footer ul .img-social {
    width: 24px;
    height: 24px;
  }
  footer ul .img-social img {
    width: 100%;
    height: 100%;
  }
  footer .footer-end {
    text-align: center;
    background-color: #f6f6f6;
    padding: 25px;
    border-top: 2px solid #777777;
  }
  .footer-end p {
    margin: 0;
  }

  /* blog */
  .blogs {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  .blog-card {
    position: relative;
  }
  .blog-card img {
    width: 100%;
    height: 100%;
  }

  .blog-card .blog-text {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
  }
  .blog-card .blog-text h3 {
    padding: 15px;
    margin-left: 10px;
    font-size: 16px;
  }
  .blog-card .blog-text button {
    width: 121px;
    margin-left: 20px;
    font-size: 12px;
  }
  .blog-card .blog-text button {
    margin-top: 30px;
  }

  /* offer page */
  /* offer pop up */

  .user-take-session .form {
    padding: 10px;
    width: 90%;
  }
  .user-take-session .contact-form .contact-forms .main-container {
    padding: 0 10px;
  }
  .user-take-session h2 {
    margin: 0;
  }

  .contact-form .form-header {
    margin: 40px 0;
  }
  /* contact */
  .our-contact {
    padding: 80px 0;
  }
  .contacts {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #f6f6f6;
  }
  .contacts-data {
    width: 100%;
  }
  .contact-info {
    margin: auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .contacts-data .contact-info .contact-card {
    display: flex;
    align-items: center;
    justify-content: start;
    line-height: 1;
    width: 250px;
  }
  .contact-info .contact-data-header {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .forms {
    width: 100%;
  }
  form button {
    margin-bottom: 10px;
  }
  /*  */
}

@media (max-width: 426px) {
  .main-container {
    padding: 0 10px;
  }
  header .social-info {
    display: none;
  }
  .owl-one .item .item-text {
    right: 50px;
  }
  .hero .item h1 {
    font-size: 20px;
  }
  .hero .item h3 {
    font-size: 18px;
  }

  .sub-about .main-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    height: auto;
    gap: 5px;
  }
  .sub-about .sub-about-img {
    width: auto;
  }
  .sub-about .sub-about-text {
    width: 100%;
  }
  .sub-about .hero .owl-one .owl-dots {
    bottom: 40px;
  }

  .doctors-staff .doctor-cards {
    gap: 10px;
  }
  /* doctors   */
  .doctors-staff .doctor-cards .d-card {
    width: 100%;
    height: 452px;
    background-color: #e7e6e6;
  }
  .doctors-staff {
    height: auto;
    margin-top: 120px;

    z-index: -1;
  }
  .doctors-staff .redirect-btn {
    margin-bottom: 40px;
  }

  /* =========== */
  /* our product */
  .our-products {
    margin: 50px 0;
  }
  .container-header a {
    color: var(--main-color);
  }

  .products .product-card {
    width: 100%;
    height: 460px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  }

  /* ======= */
  /* offers */
  .our-offers {
    margin: 50px 0;
  }

  .offers .offer-card {
    width: 100%;
    height: 485px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .offer-card .sub-text p span {
    display: block;
  }

  /* offers page */

  .offers-page .offers .offer-card {
    width: 100%;
    height: 375px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
  }
  .offers-page .offer-card .sub-text p span {
    display: inline;
  }
  /* footer */

  /* blog */

  .blogs {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  .blog-card {
    position: relative;
  }
  .blog-card img {
    width: 100%;
    height: 100%;
  }

  .blog-card .blog-text {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .blog-card .blog-text h3 {
    padding: 5px;
    margin-left: 5px;
    font-size: 16px;
  }
  .blog-card .blog-text button {
    width: 121px;
    margin-left: 20px;
    font-size: 12px;
  }
  .blog-card .blog-text button {
    margin-top: 30px;
  }

  /* branch */
  .branch-card .branch-card-img {
    width: 100%;
    height: 100%;
  }
  .branch-card .branch-text {
    padding: 5px;
  }
  .branch-text h3 {
    margin: 0;
  }
  .branch-card .branch-text p {
    margin: 3px;
  }
  .branch-text {
    margin: 0;
  }
  .branch-text .img-container {
    margin-bottom: 10px;
  }

  /* reviews */
  .reviews {
    padding: 0px 0;
  }
  .review-text .sub-text::after {
    right: -16px;
  }

  /* profile page */
  .main-dates-my-account .title-dates-acount {
    margin-right: 50px;
    display: flex;
    gap: 50px;
  }

  /* foooter */
  footer .footer-colum .footer-logo {
    margin: 24px 0 8px 5px;
  }
  footer .footer-colum {
    width: unset;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .footer-colum h3 {
    font-size: 18px;
  }

  footer .footer-colum {
    margin: 0px;
  }
  footer .main-container .row {
    justify-content: center;
  }
  footer p {
    font-size: 16px !important;
  }

  .footer-colum {
    margin-bottom: 1em;

    padding-bottom: 0.5em;
  }

  .footer-title {
    cursor: pointer;
    border: none;
    font-size: 1.1em;
  }

  .footer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
    padding: 0 1em;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }

  .footer-content.open {
    max-height: 500px; /* يمكنك ضبط هذه القيمة بناءً على المحتوى */
  }
}

@media (max-width: 376px) {
  .cotact-info .sub-info {
    font-size: 14px;
    padding-left: 9px;
  }
  .hero .item h1 {
    font-size: 18px;
  }
  .hero .item h3 {
    font-size: 16px;
  }
  .owl-one .item .item-text {
    right: 20px;
  }
  .products .product-card {
    width: 100%;
    height: 450px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  }
  /* foooter */
  footer .footer-colum .footer-logo {
    margin: 15px 0 8px 5px;
  }
  footer .footer-colum {
    width: unset;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  footer .footer-colum h3 {
    font-size: 16px;
  }
  .footer-end p {
    font-size: 14px;
  }

  .menu_responsive.active {
    transform: translateX(11px);
  }
  /* profile page */
  .main-dates-my-account .title-dates-acount {
    margin-right: 30px;
    display: flex;
    gap: 30px;
  }

  .cart-page .cart-container .cart-checkout .discount input {
    width: 150px;
  }
}

/* ============ */
@media (max-width: 1366px) {
  .login-form .input label {
    font-size: 15px;
    color: rgb(31, 31, 31);
    margin-top: 10px;
  }

  .login-form input {
    height: 30px;
  }

  .login-form .header .link {
    font-size: 17px;
  }

  .login-form .social .icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .login-form .social .icon img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .about-page .aboutus-info {
    padding: 100px 20px;
  }

  .our-vision {
    padding: 50px 20px;
  }

  .doctor-profile .about-doctor {
    flex-direction: column;
  }
  .doctor-profile .about-doctor .doctore-qualifications {
    width: 100%;
  }

  .doctor-profile .about-doctor .doctor-card {
    width: 100%;
  }

  .doctor-profile .owl-carousel.owl-drag .owl-item {
    width: 11% !important;
  }

  .login-form {
    width: 600px;
  }

  .login-form .input-container {
    flex-direction: column;
    gap: 0;
  }

  .login-page .content {
    height: 120vh;
  }

  .login-page .content .right,
  .login-page .content .left {
    width: 50%;
    height: 120vh;
  }

  .product-details-page .product-details .product-container .img {
    width: 400px;
  }

  .product-details-page .give-comment .btn {
    width: 200px;
  }

  .cart-page .cart-container {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .product-filter .filtered-products .all-products .product-component {
    width: calc(100% / 2 - 15px);
  }
}

@media (max-width: 800px) {
  .product-filter .filter-content {
    flex-direction: column;
  }

  .product-filter .filters {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-page .aboutus-info p.first {
    text-align: center;
    font-size: 18px;
  }

  .about-page .aboutus-info p.second {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .our-vision {
    flex-wrap: wrap;
    justify-content: start;
  }
  .our-vision .box {
    width: calc(100% / 2 - 20px);
  }

  .categories-boxes {
    padding: 100px 20px;
  }

  .categories-boxes .category {
    width: calc(100% / 2 - 20px);
  }

  .natural-therapy .video {
    height: 400px;
    padding: 0 20px;
  }

  .natural-therapy .slider {
    padding: 0 20px;
  }

  .all-doctors .doctors {
    padding: 10px 20px;
  }

  .all-doctors .doctors .doctor-box {
    width: calc(100% / 2 - 20px);
  }
  .all-doctors .header {
    padding: 20px;
  }

  .all-doctors .header h1 {
    font-size: 25px;
  }
  .natural-therapy .slider .owl-prev,
  .slider .owl-next {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
  }

  .natural-therapy .slider .owl-prev {
    left: -15px;
  }

  .natural-therapy .slider .owl-next {
    right: -15px;
  }

  .natural-therapy .form {
    padding: 20px;
    margin: 100px 20px;
  }

  .user-take-session .form h1 {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .edit-personal-info .form .close,
  .user-take-session1 .form .close,
  .user-take-session .form .close {
    top: 10px;
    right: 10px;
  }

  .form form label {
    margin: 5px 0;
    font-size: 15px;
    color: #1f1f1f;
  }

  .doctor-profile .about-doctor {
    padding: 0 20px;
  }

  .doctor-profile .owl-carousel.owl-drag .owl-item {
    width: 10% !important;
  }

  .doctor-profile .owl-prev {
    left: 48%;
  }

  .form .close {
    top: 90px;
  }

  .blug-container {
    padding: 0 20px;
  }
  .blug-container .blug {
    width: 100%;
  }

  .blug-news-section .img {
    height: 170px;
  }
  .blug-news-section {
    padding: 0px 100px;
  }

  .blug-details .blug-details-img {
    padding: 0 20px;
    height: 400px;
  }
  .blug-details-text {
    padding: 0 20px;
  }
  .blug-details-text .header {
    flex-direction: column-reverse;
    text-align: center;
    gap: 30px;
  }

  .blug-details-text p {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .blug-more-navigate {
    padding: 0 20px;
  }

  .blug-more-navigate h2 {
    font-size: 20px;
  }

  .all-partners {
    padding: 0 20px;
  }

  .all-partners .partner {
    width: calc(100% / 3 - 20px);
    height: 200px;
  }

  .all-branches {
    padding: 0 20px;
  }

  .all-branches .branche {
    width: 100%;
  }
  .reserve-contact {
    padding: 0 20px;
    justify-content: start;
  }
  .reserve-contact .box {
    width: calc(100% / 2 - 20px);
  }

  .reserve .form {
    margin: 50px 20px;
    padding: 50px 20px;
  }

  .login-form {
    width: 450px;
  }

  .login-form .agree label {
    font-size: 13px;
  }
  .products-page .header {
    padding: 50px 20px;
  }

  .products-page .all-products {
    padding: 0 20px;
  }

  .products-page .all-products .product-component {
    width: calc(100% / 3 - 15px);
  }

  .product-details-page .product-details {
    padding: 0 20px;
    flex-direction: column;
  }

  .top-nav .top-social {
    flex: 1;
  }

  .social-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
  }

  .social-info ul li {
    cursor: pointer;
    background-color: var(--main-color);
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-info ul li i {
    color: #fff;
  }
  /* foooter */
  footer .footer-colum .footer-logo {
    margin: 24px 0 8px 5px;
  }
  footer .footer-colum {
    width: unset;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .footer-colum h3 {
    font-size: 18px;
  }

  footer .footer-colum {
    margin: 0px;
  }
  footer .main-container .row {
    justify-content: center;
  }
  footer p {
    font-size: 16px !important;
  }

  .footer-colum {
    margin-bottom: 1em;

    padding-bottom: 0.5em;
  }

  .footer-title {
    cursor: pointer;
    border: none;
    font-size: 1.1em;
  }

  .footer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
    padding: 0 1em;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }

  .footer-content.open {
    max-height: 500px; /* يمكنك ضبط هذه القيمة بناءً على المحتوى */
  }
  .product-details-page .give-comment .give-rate {
    font-size: 11px;
    gap: 5px;
    background-color: #f4f4f4;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-details-page .give-comment {
    gap: 5px;
  }

  .cart-page .cart-container .delever-form {
    padding: 20px;
  }

  .cart-page .cart-container .delever-form .input label {
    font-size: 13px;
  }

  .all-devices .header h1 {
    font-size: 25px;
  }

  .all-devices .header {
    padding: 0 20px;
  }

  .doctor-slider .arows .swiper-button-prev,
  .doctor-slider .arows .swiper-button-next {
    display: none;
  }

  .user-take-session-offer .contact-form .contact-forms {
    width: 100%;
  }

  .user-take-session-offer .form {
    margin: 0;
    padding: 10px !important;
    /* padding-right: ; */
  }

  .user-take-session-offer.show .close {
    cursor: pointer;
    position: relative;
    top: 170px;
    right: 40px;
  }

  .contact-form form button.main-btn {
    width: 240px;
  }

  .reservation-completed .close {
    top: 30px !important;
    right: 120px;
  }

  .reservation-completed .form {
    margin: 0;
    padding: 10px;
  }
}

@media (max-width: 550px) {
  .preferred-products-container .preferred-product {
    width: 500px;
  }

  .preferred-products-container {
    overflow-x: scroll;
    margin: 10px;
  }

  
}

@media (max-width: 425px) {
  .our-vision .box {
    width: 100%;
  }

  .categories-boxes .category {
    width: 100%;
  }

  .all-doctors .doctors .doctor-box {
    width: 100%;
  }

  .natural-therapy .text h1 {
    font-size: 25px;
    width: 200px;
  }

  .natural-therapy .text p {
    font-size: 15px;
  }

  .natural-therapy .video {
    height: 300px;
  }

  .all-doctors .header h1 {
    font-size: 18px;
  }

  .all-doctors .header .more {
    gap: 3px;
  }

  .form form .input-container {
    flex-direction: column;
    width: 100%;
  }

  .form form .input {
    width: 100%;
  }

  .doctor-profile .owl-prev {
    left: 45%;
  }

  .doctor-profile .owl-carousel.owl-drag .owl-item {
    width: 300px !important;
  }

  .doctor-profile .about-doctor .doctor-card {
    flex-direction: column;
  }

  .doctor-profile .about-doctor .doctor-card .img {
    width: 100%;
  }

  .doctor-profile .about-doctor .doctor-card .doctor-info {
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .doctor-profile .about-doctor .doctor-card .doctor-info .rating {
    justify-content: center;
  }

  .doctor-profile .about-doctor .doctor-card .doctor-info .take-session {
    margin-top: 30px;
  }

  .doctor-profile .about-doctor .doctore-qualifications {
    width: 100%;
    height: auto;
  }
  .doctor-profile .about-doctor .doctor-card .doctor-info p {
    font-size: 16px;
  }

  .doctor-profile .about-doctor .doctor-card .doctor-info p.description {
    width: 100%;
    font-size: 15px;
  }

  .user-rate .box {
    width: auto;
  }

  .user-take-session .form h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .user-take-session .form .close {
    top: 20px;
    right: 20px;
    font-size: 15px;
    width: 25px;
    height: 25px;
  }
  .user-take-session .form {
    background-color: #fff;
    padding: 20px;
    width: 95%;
  }
  .blug-container .blug .text p {
    width: 330px;
    font-size: 17px;
  }

  .blug-news-section {
    text-align: center;
    padding: 0 20px;
  }

  .blug-news-section .blug-news-content h3 {
    font-size: 20px;
  }

  .blug-news-section .blug-news-content p {
    font-size: 17px;
  }

  .blug-news-section .blug-news-content .input {
    padding: 10px;
  }

  .blug-news-section .blug-news-content .input input {
    font-size: 16px;
  }

  .blug-details .blug-details-img {
    height: 250px;
  }

  .blug-details-text .header h1 {
    font-size: 18px;
  }

  .blug-details-text p {
    font-size: 15px;
  }
  .blug-details-text .header .date .text {
    font-size: 17px;
  }

  .blug-details-text .header .date .img {
    width: 30px;
    height: 30px;
  }

  .all-partners .partner {
    width: calc(100% / 2 - 20px);
  }

  .all-branches .branche {
    flex-direction: column;
    padding: 20px;
  }

  .reserve-contact .box {
    width: 100%;
  }
  .reserve .form form .btn {
    width: 220px;
  }

  .login-form {
    width: 95%;
    padding: 20px;
  }

  .products-page .all-products .product-component {
    width: 100%;
  }

  .products-page .header h1 {
    font-size: 24px;
    font-weight: 400;
  }

  .products-page .header .sort select {
    width: 100px;
    height: 40px;
    position: relative;
    border: 1px solid var(--color-orange);
    padding: 0 5px;
    outline: none;
    color: var(--color-orange);
    font-size: 17px;
  }

  /* footert */

  .product-details-page .product-details .product-container .images {
    gap: 5px;
  }

  .product-details-page .product-details .product-container .images .img {
    width: calc(100% / 3 - 5px);
  }

  .product-details-page .product-details .product-text .header h2 {
    font-size: 20px;
  }

  .product-details-page .product-details .product-text .header .icons .icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .product-details-page .product-details .product-text .rating {
    margin: 5px 0;
  }

  .product-details-page
    .related-products
    .related-products-container
    .product-component {
    width: 100%;
  }

  .product-details-page .results .links .link {
    font-size: 15px;
  }

  .product-details-page .results .links {
    justify-content: space-between;
  }

  .product-details-page .give-comment {
    flex-direction: column;
  }

  .product-details-page .give-comment input {
    width: 100%;
    height: 60px;
    display: block;
    padding: 20px;
  }

  .product-details-page .give-comment .give-rate {
    width: 100%;
  }

  .product-details-page .give-comment .btn {
    width: 100%;
  }

  .product-details-page .results .rating-result .rating-result-box p {
    text-align: center;
  }

  .empty-cart .empty-cart-content {
    width: 95%;
  }

  .cart-page .cart-progress .line {
    width: 50px;
  }

  .cart-page .cart-progress {
    gap: 5px;
  }

  .all-devices .header h1 {
    font-size: 18px;
  }

  .reservation-completed .contact-form {
    width: 100%;
  }

  .reservation-completed h3 {
    font-size: 14px;
  }

  .reservation-completed .close {
    top: 42px !important;
    right: 41px;
  }
}

@media (max-width: 375px) {
  .blug-container .blug .text p {
    width: 260px;
    font-size: 17px;
  }

  .all-partners .partner {
    width: 100%;
  }

  .product-details-page .product-details .product-container .img {
    width: 320px;
  }
}

@media (max-width: 320px) {
}



.preferred-products-container::-webkit-scrollbar {
  width: 5px !important;
}

.preferred-products-container::-webkit-scrollbar-thumb {
  background: #888;
  width: 5px !important;
  border-radius: 10px;
}

.preferred-products-container::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}