.h4-home {
  font-size: 38px;
  line-height: 59px;
}

.subscription-section {
  height: 500px;
}

.range-input-price {
  position: relative;
  height: 10px;
}
.bg-primary-color{
  background-color: var(--main--color);
}
.btn-contact{
  background-color: var(--main--color);
}
.text-primary{
  color: var(--main--color) !important;
}

.range-input-price input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  bottom: 50%;
  transform: translateY(-100%);
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.range-input-price input[type=range].range-min-price,
.range-input-price input[type=range].range-max-price {
  pointer-events: all;
}

.range-input-price input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

.range-input-price input[type=range]::-moz-range-track {
  height: 6px;
  background: transparent;
}

.range-input-price input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 12px;
  border-radius: 4px;
  background: #3b82f6;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.range-input-price input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 12px;
  border-radius: 4px;
  background: #3b82f6;
  border: none;
  cursor: pointer;
}

.range-min-price {
  z-index: 2;
}

.range-max-price {
  z-index: 3;
}

html[lang=ar] .range-input-price,
html[lang=ar] .range-input-price input[type=range] {
  direction: ltr;
}

.pagination li a {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0px;
  color: var(--mainColor2);
}

.active > .page-link,
.page-link.active {
  border: var(--main--color) ;
  color: white ;
}

html[lang=ar] .page-item:last-child .page-link i {
  transform: scale(-1);
}

.page-item:last-child .page-link {
  border-color: var(--main--color) !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

.border-color {
  border-color: var(--main--color);
}

.img-container {
  height: 430px;
}

.fs-14 {
  font-size: 14px !important;
}

.header-div {
  height: 350px;
}

.header-div {
  border-radius: 0px 0px 48px 48px;
}

.img-card {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-card img {
  transition: all 0.8s ease;
}

.img-card:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.container-reverse-store .mission::after {
  position: absolute;
  left: 0px;
  right: -200px;
  top: 0px;
  bottom: 0px;
  content: "";
  background-color: white;
  border-radius: 1000px;
  z-index: -1;
}

.container-reverse-store .row:nth-child(even) .mission {
  flex-direction: row-reverse;
}

.container-reverse-store .row:nth-child(even) .mission::after {
  left: -200px;
  right: 0px;
}

.border-color {
  border-color: var(--main--color);
}

.img-container {
  height: 430px;
}

.fs-14 {
  font-size: 14px !important;
}

.carousel-caption {
  top: 10%;
}

.layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.carousel-item {
  height: 490px;
}

.carousel-item .img-slider {
  height: 100%;
}

.carousel-item .img-slider img {
  min-height: 100% !important;
}

.carousel-caption {
  z-index: 1;
  color: white ;
  right: 6%;
  top: 22%;
  left: 6%;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--SecondaryColor);
  border-radius: 20px !important;
  width: 35px;
  border: 0px;
  height: 7px;
  border-radius: 11px;
  opacity: 1;
  transition: 0.7s !important;
}

.carousel-indicators {
  bottom: 55px;
}

.carousel-indicators .active {
  background-color: var(--main--color)  !important;
}

.carousel-indicators .active {
  width: 78.75px !important;
}

.border:has(input:checked) .form-check {
  border-color: var(--main--color) !important;
}

footer {
  background-image: url("../imgs/home/Footer.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white ;
}
footer h4 {
  font-size: 20px;
  line-height: 36px;
}
footer form div {
  color: white ;
}
footer form div:hover {
  cursor: pointer;
}
footer .nav-link {
  font-size: smaller;
  color: white ;
}
footer .nav-link:hover {
  cursor: pointer;
  color: white ;
  background-color: white ;
  color: var(--mainColor2);
}


footer {
  background-image: url("../imgs/home/Footer.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white ;
}
footer h4 {
  font-size: 20px;
  line-height: 36px;
}
footer .nav-link {
  font-size: smaller;
  color: white;
}
footer .nav-link:hover {
  cursor: pointer;
  color: white;
  background-color: white;
  color: white;
}
footer a {
    color: white;
    opacity: 100%;
    font-size: 16px;
    font-weight: 400;
}

footer a:hover
 {
    color: white;
    opacity: 100%;
}
ul{
    list-style:  none;
    list-style-position: inside;
}
footer li,
.dropdown-menu li:has(.dropdown-item) {
  transition: transform 0.3s ease-in-out !important;

 }
footer li:hover,
.dropdown-menu li:has(.dropdown-item):hover {
    cursor: pointer;
    transform: translateX(5px) !important;
  }
.social li {
  list-style: none;
}
.social li a {
  opacity: 100% !important;
  width: 40px;
  height: 40px;
  background-color: rgba(183, 233, 246, 0.2);
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.377);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main--color) ;
}
.social li a::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
.social li a .icon {
  position: relative;
  transition: 0.5s;
  z-index: 3;
  color: white;
  opacity: 1;
}
.social li a:hover .icon {
  color: white;
  transform: rotateY(360deg);
  font-size: 20px;
}
.social li a:hover::before {
  top: 0;
}

.social li a:before {
  background: var(--main--color) ;
}
@media only screen and (max-width: 770px) {
  .header-div {
    height: 250px;
  }
}
@media only screen and (max-width: 1254px) {
  .icon-menu:hover {
    color: white ;
  }
  body {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas-body {
    padding: 0px;
  }

  .offcanvas {
    overflow-y: auto;
    max-width: 85%;
  }
 
  .second-navbar .offcanvas {
    background-color: var(--ThirdColor);
    font-size: 16px !important;
  }

  

  .social {
    padding-inline: 0px;
  }
  .social li a {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  /* .list-data-footer li{
    text-align: center;
  } */
  /* .navContainer .nav-link span {
    color: var(--mainColor2);
  } */
  .carousel-caption {
    right: 7%;
    top: 17%;
    left: 7%;
  }
  .bg-img {
    background-size: 100% 41%;
    background-position: top;
    height: 250px;
  }
  .bg-img.rating {
    background-position: center center;
    background-size: cover;
    height: auto;
  }
  .h3-absloute {
    position: static;
  }
  .bg-img h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .zoom {
    max-height: 350px;
    overflow: hidden;
  }
  .gray-bage h3 {
    font-size: 30px;
  }
  .flex-shrink-0 img {
    max-width: 100%;
  }
  .table-row-data h6 {
    font-size: 13px;
    font-weight: 300;
    text-wrap: nowrap;
  }
  .table-row-data h6.semibold {
    font-size: 10px;
  }
  .w-75,
  .w-50 {
    width: 100% !important;
  }
  form.w-50 {
    width: 100% !important;
  }
  .nav-pills-profile {
    display: none;
  }
  .nav-pills {
    flex-wrap: wrap;
    width: 100%;
  }
  .nav-pills h6 {
    text-wrap: nowrap;
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .profile .nav-pills h6 {
    text-align: center;
  }
  .icon-menu-profile {
    display: flex !important;
    padding-inline: 2rem;
  }
  .color-calendar.basic .calendar__days .calendar__day-other {
    color: var(--cal-color-primary);
    opacity: 0.2;
  }
  h2 {
    font-size: 24px;
    line-height: 37px;
  }
  h4 {
    font-size: 20px !important;
    line-height: 27px;
    text-wrap: balance;
  }
  .service-img::after {
    left: 2%;
    width: 300px;
    height: 300px;
  }
  h5 {
    font-size: 27px !important;
    line-height: 34px;
    font-weight: 600;
  }
  .card h2 {
    font-size: 18px;
  }
  .emcan {
    font-size: 12px !important;
  }
  .emcan a {
    font-size: 13px !important;
  }
  .w-img-popup {
    width: 30%;
  }
  .floatwhatsapp,
  .back-to-top {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .nav-link span {
    font-size: 14px !important;
  }
  .nav-pills .nav-link h2 {
    font-size: 13px !important;
  }
  .prev-button,
  .next-button {
    width: 30px !important;
    height: 30px !important;
    bottom: 93% !important;
  }
  .small-absolute {
    height: 350px;
  }
  .img-phonesmart {
    height: 350px;
  }
  .phone img {
    height: 100%;
  }
  .phone::after {
    width: 80px;
    height: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .parent {
    display: flex;
  }
  .parent {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .parent div {
    height: 250px;
  }
  .projects .parent {
    display: flex;
  }
  .projects .parent {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .projects .parent div {
    height: 250px;
  }
  .item-height {
    height: 40vh;
    overflow: hidden;
  }
  .item-height img,
  .item-height video {
    max-width: 182%;
  }
  .item-container {
    height: 250px;
  }
  .img-card.img-flip img {
    width: 100% !important;
  }
  .slider2 .img-card {
    max-height: 200px;
  }
  .flex-grow-1 {
    font-size: 10px;
  }
  .text-price {
    font-size: 14px;
  }
  .overlay2 {
    font-size: 1.5rem;
  }
  .container {
    width: 99%;
  }
  .section {
    padding: 2.3rem 0rem 2.3rem 0rem;
  }
}
@media only screen and (max-width: 770px) {
  .text-md-start.text-center {
    text-align: center !important;
  }
  .img-container {
    height: 330px;
  }
  .footer-style {
    order: 2;
  }
  .header-div {
    height: 220px;
  }
  .container-divs div:nth-child(3n+2) {
    padding-inline-start: 4px;
  }
  .container-divs div:nth-child(3n+1) {
    padding-inline-end: 4px;
  }
  .container-divs div:nth-child(3n) {
    margin-block: 16px;
  }
  .slick-dots {
    bottom: 26px;
  }
  html[lang=ar] .second-img {
    transform: translateX(-25%);
  }
  .position-relative:has(.item-height) .card-body h4.h4-home {
    font-size: 20px;
    line-height: 30px;
  }
  .img-container.doctor-img {
    height: 350px;
  }
  .img-container.doctor-img img {
    max-width: 75% !important;
  }
  .rate h4 {
    font-size: 24px;
  }
  .rate h5 {
    font-size: 15px;
  }
  .header-div.bg-img {
    height: 200px;
  }
  .about h5 {
    font-size: 23px;
    line-height: 35px;
  }
  .carousel-caption h4 {
    font-size: 25px;
  }
  .carousel-caption h6 {
    font-size: 16px;
  }
  .carousel-item {
    height: 650px;
  }
  .carousel-caption {
    right: 3%;
    top: 10%;
    left: 3%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 198px;
  }
  .carousel-caption h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .carousel-caption p {
    font-size: 16px;
    line-height: 25px;
  }
  .row-res {
    display: flex;
  }
  .row-res-img {
    display: none;
  }
  .row-small {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .row-small .zoom {
    max-width: 20%;
  }
  .img-big {
    width: 100% !important;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    /* left: -9999px; */
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  tbody tr {
    margin-block: 15px;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 0px;
    width: 100%;
    padding-inline: 0.5rem;
    white-space: nowrap;
    font-weight: 700;
  }
  td:nth-of-type(1):before {
    content: "Id";
  }
  td:nth-of-type(2):before {
    content: "Date";
  }
  td:nth-of-type(3):before {
    content: "Location";
  }
  td:nth-of-type(4):before {
    content: "Price";
  }
  td:nth-of-type(5):before {
    content: "Status";
  }
  td {
    display: flex;
    flex: 1;
    text-wrap: nowrap;
  }
}
@media only screen and (max-width: 550px) {
  .img-circle1 {
    height: 100px;
  }
  .img-circle2 {
    width: 100px;
    height: 100px;
  }
  .carousel-item {
    height: 500px;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 18px !important;
  }
  label:not(.form-check-label) {
    font-size: 15px;
  }
  footer a {
    font-size: 14px;
  }
  .expert li {
    font-size: 13px;
  }
  .carousel-caption {
    right: 0%;
    left: 0%;
  }
  .first-img {
    height: 90%;
  }
}

@media only screen and (max-width: 450px) {
 
  p {
    font-size: 14px !important;
    text-wrap: wrap;
    line-height: 18px;
  }
  .carousel-caption h4 {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 0px;
  }
  .carousel-caption h6 {
    font-size: 16px;
  }
  .carousel-caption p {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 991px) {
 
  body:has(.slider-home-nav) .navContainer {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
  }
  body:has(.slider-home-nav) .navContainer .LanguageMenu {
    color: white;
  }

  body:has(.slider-home-nav) .navContainer .LanguageMenu svg {
    transition: transform 0.2s ease-in-out;
  }
  body:has(.slider-home-nav) .navContainer .LanguageMenu svg path {
    stroke: white;
  }
  body:has(.slider-home-nav) .navContainer .LanguageMenu svg path:hover {
    transform: rotateY(180deg);
  }
  body:has(.slider-home-nav) .navContainer .nav-link span {
    color: white ;
    font-weight: 400;
  }
  body:has(.slider-home-nav) .navContainer .navbar-brand2 {
    display: block;
  }
  body:has(.slider-home-nav) .navContainer .navbar-brand1 {
    display: none;
  }
  body:has(.slider-home-nav) .navContainer .icon-svg svg path {
    stroke: white !important;
  }
 


}/*# sourceMappingURL=style.css.map */