@media (min-width : 1440px){
  .login-page .content{
    height: 800px;
  }

  .login-form{
    width: 70%;
  }

  .login-page.register .content{
    height: 1300px;
  }
}

@media (min-width : 1440px){
  .top-nav{
    background-size: 68%;

  }

  .login-form .header .link{
    width: 200px;
  }
}
@media (max-width: 1440px) {

  .login-form .header .link{
    width: 200px;
  }
}
@media (max-width: 1300px) {

  .login-form .header .link{
    width: 150px;
  }
  nav .main-container .element ul li {
    padding-left: 15px;
  }
  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::-webkit-scrollbar{
    height: 6px;
    cursor: pointer;
    margin-top: 5px;
    
  }

  .doctor-cards::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: var(--main-color);
    
  }
  .doctor-cards .d-card {
    flex: 0 0 auto;
    width: 420px;
    height: 450px;
  }

}

@media (max-width: 1250px) {
  .doctors-staff .main-container {
    padding: 0px 20px;
  }
  .top-nav{
    background-size: 85% 100%;

  }

  nav .main-container .element ul li a{
    font-size: 16px;
  }

  nav .main-container .element ul li {
    padding-left: 12px;
  }

  




}

@media (max-width: 1200px){
    .doctor-profile .about-doctor {
        flex-wrap: wrap;
    }
    .doctor-profile .about-doctor .doctore-qualifications {
        width: 100%;
       
    }
    .owl-one .item {
        height: 400px;
    }
    .hero .item h1 {
        font-size: 26px;
    }
  .products-page .slider .text p{
    font-size: 22px ;
    font-weight: 600;
  }
    .products .product-card-img {
        height: 282px;
    }
    .products .product-card {
    height: 100%;

}
.blog-card .blog-text h3 {
    font-size: 16px;
}
/* .offers .offer-card-img {
    height: 290px;
} */
.blog-card .blog-text {
    gap: 15px;
}
.h2, h2 {
    font-size: 24px;
}
.blogs {
    display: grid;
    height: 540px;
    grid-template-rows: repeat(5, calc(540px / 5));
}
.blog-card .blog-text {
    min-height: auto;
}

    .product-card .product-card-text p {
        font-size: 14px;
        font-weight: normal;
        height: 50px;
        margin: 0;
        overflow: hidden;
    }
  .products-page .slider .text p{
    font-size: 20px ;
    font-weight: 600;
  }
.categories .category-card {
    height: auto;

}
.branch-card .branch-card-img {
    width: 100%;
    height: 270px;
}
.doctors-staff .doctor-cards .d-card {
    width: calc(100% / 2 - 10px);
    height: 100%;

}
.branch-card .branch-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-partners {
    height: auto;
    padding: 70px 5%;
}
.review-text .sub-text p:last-child {
    width: 100%;
}
    .doctor-cards {
        flex-wrap: wrap;
        gap: 10px;
    }
.category-card .category-card-text p {
    font-weight: normal;
    margin: 0 !important;
}
.doctors-staff {
    height: auto;
}
.d-card-text {
    padding: 13px;
}
.doctors-staff .doctor-cards .d-card .d-card-img {
    height: 390px;
}
    .main-container {
        padding: 0 5%;
    }
  .categories .category-card {
    margin: 10px 0;
    }
.category-card .category-card-text span {
    font-size: 15px;
}
  .hero .item h1 {
    font-size: 32px;
  }
  .hero .item h3 {
    font-size: 24px;
  }
    .top-nav .main-container {
        padding: 0 5%;
    }
  nav .main-container {
    padding: 15px  5%;
  }
  nav .main-container .element ul li {
    padding-left: 10px;
  }
  nav .element ul li a {
    font-size: 14px;
  }
  /*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 */

  /* 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::-webkit-scrollbar{
    height: 3px;
  }

  .categories::-webkit-scrollbar-thumb{
    background-color: var(--main-color);
  }



  /* products */
  .products {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset !important;
    padding: 20px 8px;
  }

  .products::-webkit-scrollbar{
    height: 3px;
  }

  .products::-webkit-scrollbar-thumb{
    background-color: var(--main-color);
  }


  /* offers */
  .offers-page .offers .offer-card {
    width: 48%;
  }
  .offers.offers-container .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
  }

  .offers::-webkit-scrollbar{
    height: 3px;
  }
  .offers::-webkit-scrollbar-thumb{
    background-color: var(--main-color);
  }
  .offers .offer-card {
   
    
    margin-bottom: 20px;
  }

  .offer-card .offer-card-text p {
    
    display: block;
  }
  /* 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 */

  /* review */
  .review-text .sub-text::before {
    top: 50px;
    left: -17px;
  }

  .user-take-session .form{
    padding: 20px 0;
  }
  .edit-password .user-take-session .form{
    width: 80%;
  }


  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;
  }

  .login-page .content{
    height: 600px;
  }

  .login-page.register .content{
    height: 1150px;
  }

.product-card .product-card-text span {
    font-size: 16px;
}

  .blug-container .blug .text{
    display: flex;
  }

  .blug-container .blug .text p{
    font-size: 20px;
  }
  .offer-card .offer-card-text p span {
    margin-right: 0;
}
.product-card .product-card-text p {
    font-size: 14px;
    font-weight: normal;
}
.offer-card .offer-card-text p {
    margin-right: 0px;
    flex-wrap: wrap;
}
.branches .branch-card {
    height: auto;
    flex-wrap: wrap;
}
}


@media(max-width:1024px){

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

  .cart-page .cart-container{
    flex-direction: column;
  }
  .cart-page .cart-container .cart-list {
    
    overflow-x: scroll;
  }
}

@media (max-width: 992px) {
    .product-details-page .product-details .product-text .product-sell {
    flex-wrap: wrap;
}
.product-details-page .product-details .product-text .product-sell .btn {

    padding: 14px 20px;
    font-size: 16px;
    width: 100%;
    height: 55px;
    text-align: center;
    justify-content: center;
}
    .branches .branch-card {
        width: calc(100%);
    }
.top-nav {
        display: none;
    }
    .branches {
        flex-wrap: wrap;
    }
    .categories {
        flex-wrap: wrap;
    }
    .categories {
    display: flex;
        gap: 10px;
    }
    .categories .category-card {
        width: calc(100% / 2 - 10px);
    }
  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: 14px;
  }
  .top-nav ul li {
    padding-left: 0;
    padding-right: 30px;
  }
  .top-nav .top-social {
    justify-content: space-between;
    gap: 15px;
  }

  .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: 15px;
    }
    .products .product-card,
        .categories .category-card
 {
    width: calc(100% / 2 - 10px);
}
    .products {
        flex-wrap: wrap;
        gap: 10px;
    }
    .offers .offer-card .offer-card-component {
    height: 100%;
}
.our-offers {
    margin: 40px 0;
}
  /* home contact */
  .contact-info {
    margin: 8px 20px 0 0;
  }
  /* blog */
  .blog-card .blog-text {
    align-items: center;
  }

  /* 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;
  }

  .preferred-products-container{
    margin-top: 30px;   
  }
  footer .footer-colum{
    margin-top: 0;
    margin-bottom: 0;
  }
  .reserve-form{
    margin: 100px 65px;
  }

  .offers-booking-form .contact-form .contact-forms {
    height: auto;
  }

  

  .login-page .content{
    height: 600px;
  }

  .login-page.register .content{
    height: 1150px;
  }

  .sub-about::before {
    width: 250px;
  }
  
  .sub-about::before {
    left: 14%;
  }

}

@media (max-width: 768px) {
.btn-container {
    width: 100%;
}

.offer-card .offer-card-text .btn-container {
  width: auto;
}
.about-intro .links {
    flex-wrap: wrap;
}
.form h1 {
    font-size: 19px;
    margin-bottom: 35px;
}

.offers .offer-card{
  height: 450px;
}

.offers-page .offers .offer-card-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.offers-page .offer-card .offer-card-text {
    flex-wrap: wrap;
}
.product-container {
    width: 100%;
}
.product-details-page .product-details .product-text {
    width: 100%;
}
.product-details-page .related-products .related-products-container .product-component {
    width: calc(100% / 2 - 15px);
}
    .owl-one .item {
        height: 255px;
    }
    .categories .category-card {
        box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
    }
    .doctors-staff .doctor-cards .d-card .d-card-img {
        height: 290px;
    }

  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .cotact-info .sub-info {
    padding-left: 4px;
  }
  .main-container {
    padding: 0 20px;
  }

  .hero .item h1 {
    font-size: 22px;
  }
  .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);
  }



  /*home doctors */
  .doctors-staff .doctor-cards {
    gap: 10px;
  }
  .doctors-staff .doctor-cards .d-card {
    background-color: #e7e6e6;
  }
  .doctors-staff {
    height: auto;
    margin-top: 120px;
  }
  .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 {
        flex: 0 0 auto;
        height: 100%;
    }
  /* ======= */
  /* offers */
  .our-offers {
    margin: 100px 0;
  }
  .offers {
    gap: 15px;
  }

  /* offers page */
  .offer-card .sub-text p span {
    display: block;
  }
  .offers-page .offers .offer-card {
    width: 48%;
    
    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;
  }

  .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 {
    min-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 button {
    width: 121px;
    margin-left: 20px;
    font-size: 12px;
  }
    .blog-card .blog-text a {
        margin: 15px 0 0;
    }
  /* ===== */
  /* 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;
  }
  .reserve-form{
    margin: 50px 30px;
  }

  .form form .btn{
    width: 200px;
  }

  .our-partners {
    margin-bottom: 50px;
    height: 300px;
    position: relative;
}

.products-page .slider h1,
.products-page .header h1 {
  font-size: 24px;
}

.text-info-about * {
    text-align: center;
    font-size: 20px !important;
}

}
@media (width : 768px){
 
  footer .main-container .row .col-md-6{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .forms {
    width: 100%;
    padding: 25px 0;
}
    .forms::before {
        top: 0;
    }
.owl-one .item .item-text {
    right: 5%;
}
.container-header {
    margin-bottom: 30px;
}

}
@media (max-width: 668px) {
  header .social-info {
    display: none;
  }
  .doctor-profile .about-doctor .doctor-card .doctor-info .patient-number h4 {
    font-size: 17px !important;
}
.doctor-profile .about-doctor .doctore-qualifications ul li {
    font-size: 15px;
}
.title-center {
    text-align: center;
    margin-bottom: 30px;
}
.doctor-profile .about-doctor .doctore-qualifications h2 {
    font-size: 15px;
}
    .doctor-profile .about-doctor {
        padding: 0 20px;
        margin: 50px 0;
    }
    .doctor-profile .doctor-slider {
    padding: 0 0;
}
.doctor-profile .about-doctor .doctor-card .doctor-info .take-session {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 25px;
}
  /* about home */

  .sub-about .main-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    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;
  }


  /*  */

  /* == */
  /* 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) {
    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;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .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: auto;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        bottom: 0;
        width: 100%;
        color: white;
        gap: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


  /* 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;
  }
    .text-info-about * {
        font-size: 16px !important;
    }
.our-vision {
    padding: 0 5%;

    gap: 20px;
}
}

@media (max-width: 426px) {
  .main-container {
    padding: 0 10px;
  }
  header .social-info {
    display: none;
  }

  .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%;
  }
  /* ===== */
  /* 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);
  }


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

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

  /* offers page */

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

  }
  .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);
  }
  .branche-map-contact{
    margin-top: 30px;
  }
  /* .hero-branch{
    height:  calc(100vh - 30px);
  } */

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

  .form-my-account .my-account-info p:last-child {
    font-size: 15px;

    
}



}
@media (max-width: 668px) {
    .doctors-staff .main-container h2 {
    margin-bottom: 0;
}
  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) {
    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 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 {
    width: 100%;
  }
  .sub-about .owl-one .item {
    height: 220px;
}
  .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;
  }

  .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%;
  }
    .owl-one .item .item-text {
        right: 3%;
    
    }
  .doctors-staff .doctor-cards {
    gap: 10px;
  }
  /* doctors   */
  .doctors-staff .doctor-cards .d-card {
    width: 100%;
    height: 452px;
    background-color: #e7e6e6;
  }
  .doctors-staff {
    margin-top: 50px;

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

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


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


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

  /* offers page */

  .offers-page .offers .offer-card {
    width: 100%;
  }
  .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 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: auto;
  }
  .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;
  }

  /* 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: 64px;
  }

  .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: 992px) {
  

  .reserve-contact .main-container .box {
    width: calc(100% / 2 - 20px);
  }

  .branche-map-contact{
    flex-direction: column;
    padding: 0 20px;
  }

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

  .cotact-info .sub-info{
    padding-left: 20px;
  }

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

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

}

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

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

}

@media (max-width: 768px) {

  footer  .footer-logo img{
    width: 150px;
  }
  .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: 100%;
    height: auto;
  }

  .categories-boxes {
    padding: 100px 5%;
  }

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

  .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-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% / 2 - 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-colum .footer-colum-text .footer-title{
    
    pointer-events:all;
}

  .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;
  }

  .offers-booking-form .contact-form .close{
    top: 50px;
    right: 50px;
    display: block;
    text-align: center;
  
  }

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

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

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

  .user-take-session .form form label{
    font-size: 15px  !important;
  }

  .delete-account-form .delete-card{
    width: 95%;
  }

  .delete-account-form .delete-card .delete-btns-container .delete-btn{
    width: 120px;
  }

  .delete-account-form .delete-card p{
    font-size: 18px;
  }

  .contact-form form label{
    font-size: 16px;
  }

  .reserve-contact .main-container .box{
    width: 100%;
  }
  .reserve-form{
    padding: 25px;
  }
  .reserve-form form .input-container{
    flex-direction: column;
  }
  .form form .input {
    width: 100%;
  }
    .about-page .aboutus-info {
        padding: 0px 5% 50px;
    }
.item.landing-hero .item-text h3 {
    font-size: 14px;
    line-height: 2.5;
}
.products-page .slider{
  margin: 20px;
}

.cotact-info .sub-info{
  padding-left: 10px;
}

.about-intro {
    height: 200px;
    gap: 0;

}
.text-info-about {
    margin: 19px 0 0px;
}
.title-aboutus-info > h2::after {
    height: 35px;
    top: 56%;

}

    h1 {
        font-size: 29px;
    }.title-aboutus-info > h2 {
    padding: 10px 17px;

    font-size: 29px;
}

}

@media (max-width: 550px) {
        .products .product-card,
            .categories .category-card
 {
        width: 100%;
    }
    .offers {    justify-content: center;  
    }
  .preferred-products-container .preferred-product {
    width: 500px;
  }

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

  .preferred-products-container::-webkit-scrollbar{
    height: 3px;   
    background-color: var(--main-color);
  }
  
  .preferred-products-container::-webkit-scrollbar-thumb{
    height: 3px ;
    background-color: var(--main-color);
  }


  .contact-form .contact-forms input{
    height: 45px !important;
  }

  .reserve-contact .main-container .box {
    padding: 20px;
  }

  .reserve-contact .main-container .box h3{
    font-size: 18px;
  }

  .cotact-info .sub-info{
    font-size: 12px;
  }

  .cotact-info .sub-info img{
    width: 18px;
    height: 18px;
  }

.cotact-info .sub-info:first-child{
  display: none;
}
.top-nav .top-social .cotact-info {
  justify-content: center;
  width: 100%;
  flex-direction: column-reverse;
}

.cotact-info .sub-info {
  padding-left: 0;
}

.product-filter .filtered-products .all-products .product-component {
  width: calc(100% / 1 - 15px);
}


.product-filter .filter-content {
   
    padding: 0 30px;
    
}

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

  .orders-section .user-orders{
    flex-direction: column;
  }


  .hero .item h1 {
    font-size: 20px;
  }

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

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

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

  .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;
  }
}

@media (max-width: 426px) {
    


  .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%;
  }

  

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

  
  /* .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: right;
    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;
    gap: 0;
  }

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

  .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 .header h1 {
    font-size: 24px;
    font-weight: 500;
  }

  .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: row;
        flex-wrap: wrap;
    }

  .product-details-page .give-comment input {
    width: 0%;
    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;
  }

  .edit-password .user-take-session .form{
    width: 95%;
  }

  .branche-map-contact .hour-work p{
    width: 100%;
  }
}

@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;
  }
  .login-form .header{
    width: auto;
  }

  .product-filter .filters .filter-body {
    padding: 15px;
  }
}

@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;
}

