/* Start Media For Responsive */
/* For Mobile */
.navbar-toggler {
  font-size: medium;
  padding: 2px 4px;
  background-color: #d1af43;
}
@media (max-width: 768px) {
  .fixed-event {
    width: 70%;
    left: 15%;
  }
  /* .backimg {
    background-image: url("../img/home-mobile.jpg");
  } */
  .backimgwomen {
    background-image: url("../img/back-women-mobile.jpg");
  }
  .backimgmen {
    background-image: url("../img/back-men-mobile.jpg");
  }
  .backimg,
  .backimgwomen,
  .backimgmen,
  .services,
  .work-hours,
  .footer {
    background-attachment: scroll;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    height: 44px;
    width: 44px;
  }
  .navbar-brand span {
    font-size: 16px;
  }
  .btnbarsclick-change-navbar-backgroundcolor {
    background-color: black !important;
  }
  .backimgcont h1 {
    font-size: 34px;
  }
  .backimgcont .callback-service-btn {
    margin-block: 4rem;
  }

  .modal .modal-header {
    padding-inline: 0.6rem;
  }

  .modal .modal-header h6 {
    font-size: 1.1rem;
  }

  .backimgcont a {
    margin-top: 0rem;
  }
  .loader-title {
    top: 30%;
  }
  .services-main,
  .about-us,
  .work-hours,
  .contact-us,
  .footer {
    padding: 10px 0;
  }
  .services-main h1,
  .contact-us h1,
  .work-hours .work-hours-cont h1,
  .about-us h1 {
    margin-bottom: 4px;
    font-size: 34px;
  }
  .services-main .services-slideshow .slide {
    width: 90%;
    margin: 0 auto;
    opacity: 1;
  }
  .services-main .services-slideshow h3 {
    padding: 4px 0 8px;
  }
  .services-main .txt-slider {
    text-align: center;
  }
  .part-sel img {
    height: 42px;
  }
  .page-about-us .about-img-sabah {
    padding-left: 0;
  }
  .page-about-us .about-img-milad {
    padding-right: 0;
  }
  .about-us .about-img img {
    width: 50%;
  }
  .about-us .about-txt p {
    line-height: 1.6;
  }
  .work-hours .work-hours-cont .days .row .work-day {
    padding: 0px 14px 6px;
  }
  .work-hours .work-hours-cont .days .row .work-day div {
    padding: 20px 10px;
  }
  .work-hours .work-hours-cont .days .row .work-day div h5 {
    font-size: 16px;
  }
  .work-hours .work-hours-cont .days .row .work-day div h6 {
    font-size: 12px;
  }
  .rating-us .rating-txt,
  .rating-us .rating-btn {
    height: 180px;
  }
  .rating-us .rating-txt h1 {
    font-size: 30px;
  }
  .rating-us .rating-btn a {
    padding: 12px;
    font-size: 12px;
  }
  .contact-us .container .row div {
    margin-bottom: 10px;
  }
  .contact-us .container .row div p {
    margin-bottom: 0;
  }
  .contact-us h1 {
    padding-bottom: 0;
  }
  .contact-us .icon {
    font-size: 30px;
  }
  .contact-us div h3 {
    padding: 0 0 4px;
    margin-bottom: 0;
  }
  .footer h3 {
    margin-bottom: 0;
  }
  .footer ul li {
    padding: 6px;
  }
  .footer .footer-logo img {
    height: 70px;
  }
  .footer .footer-logo h3 {
    font-size: 22px;
    padding: 4px 0 8px;
  }
  .footer .footer-logo p {
    line-height: 1.4;
  }
  .footer .social-links {
    padding-bottom: 0;
  }
  .footer hr {
    margin: 4px auto 8px;
  }
  .footer .copyright {
    font-size: 9px;
    padding-bottom: 4px;
  }
  .scroll-to-top {
    bottom: 30px;
  }

  /* Men and Women Page */
  .backimgwomen .backimgcont h2,
  .backimgmen .backimgcont h2 {
    font-size: 32px;
  }
  .backimgwomen .backimgcont h1,
  .backimgmen .backimgcont h1 {
    font-size: 40px;
    letter-spacing: 2px;
    top: 14%;
  }

  .backimgwomen .backimgcont a,
  .backimgmen .backimgcont a {
    margin-top: 70% !important;
  }

  .mob-full-slider .swiper-slide img {
    display: block;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
  }
  .services h1 {
    letter-spacing: 0;
    font-size: 30px;
  }
  .gallery-block.grid-gallery .item img {
    height: 300px;
    width: 300px;
  }
  .ved {
    padding-top: 40px;
  }

  /* About Us Page */
  .about-intro {
    padding-top: 80px;
  }
  .about-intro h1,
  .page-about-us .about-header h1 {
    font-size: 30px;
  }
  .page-about-us .page-about-details {
    justify-content: center;
    text-align: center;
  }

  /* Gallery and Video Pages */
  .gallery-page,
  .video-page {
    padding-top: 70px !important;
  }
}

/* For Midium Screen */
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-link {
    margin-right: 8px;
    font-size: 15px;
    text-transform: capitalize;
  }
}
