:root {
  /* font sizes */
  --fontSmall: 12px;
  --fontMedium: 14px;
  --fontLarge: 16px;
  --fontXlarge: 18px;
  --font2Xlarge: 32px;
  --font3Xlarge: 40px;
  --font4Xlarge: 48px;
  /* font weights */
  --ExtraBold: 900;
  --Bold: 700;
  --SemiBold: 500;
  --Regular: 300;
  /* colors */
  /* --violet: #6930c3; */
  --primary-blue:#0BACB6;
  --white: #ffffff;
  --purple: #efe9fa;
  --black: #000000;
  --darkGray: #726f6b;
}
@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir-FD.ttf");
}
@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir-FD.woff");
}
@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.master-column-wrapper .container {
  width: 100%;
  max-width: 100%;
}
.admin-header-link {
  background-color: #000000;
  text-align: center;
}
.admin-header-link ul {
  margin: 0;
}
.admin-header-link a {
  color: var(--white);
}
.bigTitle {
  font-weight: bolder;
  font-size: var(--font4Xlarge);
}
.title1 {
  font-weight: bold;
  font-size: var(--font4Xlarge);
}
.title2 {
  font-weight: var(--SemiBold);
  font-size: var(--font3Xlarge);
}
.text {
  font-weight: var(--Regular);
  font-size: var(--font2Xlarge);
}
.option {
  font-size: var(--fontMedium);
  font-weight: var(--SemiBold);
}
.Button1 {
  font-weight: var(--SemiBold);
  font-size: var(--fontMedium);
}
.Button2 {
  font-weight: var(--SemiBold);
  font-size: var(--fontLarge);
}
.popup {
  font-weight: var(--SemiBold);
  font-size: large;
}
.notification {
  font-weight: var(--SemiBold);
  font-size: large;
}
.textView {
  font-weight: var(--Regular);
  size: var(--fontSmall);
}
.header {
  width: 100%;
  height: 100%;
  background-color: var(--primary-blue);
  height: 60px;
}
.logo {
  height: 80px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: var(--white);
  padding-top: 10px;
  display: flex;
  justify-content: center;
  z-index: 1000;
  /* position: absolute; 
  left: 80px;*/
  align-items: center;
  padding: 0 0.25rem;
  box-shadow: 1px 5px 5px 0px #464646;
}
.language-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  height: 60px;
  margin: 0;
  align-items: center;
  gap: 1rem;
}
.language-list .selected {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
#small-search-box-form {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-start;
}
.search-box-button {
  background: url("/Themes/VM/content/Images/search.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-position: center;
  margin-left: 5px;
}
.searchBoxDiv {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-right: 0;
  padding-right: 0;
}
.search-box-text {
  padding: 5px;
  border-radius: 10px;
}
.headerHeight {
  height: 60px;
}
/* Footer Styles */
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: "Vazirmatn";
  direction: rtl;
}

.FooterBackground {
  width: 100%;
  height: 337px;
  background: url("../images/Footer.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.FooterIconContainer {
  width: 100%;
  height: 42px;
  background: url("../images/v133_129.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  column-gap: 80px;
}
.FooterLinks {
  display: flex;
  justify-content: center;
  column-gap: 20%;
  width: 80%;
  align-self: center;
  border-bottom: 4px solid var(--primary-blue);
  padding-bottom: 10px;
}

.CopyRightDiv {
  align-self: center;
  color: rgba(0, 0, 0, 0.800000011920929);

  font-size: 15px;
  opacity: 1;
  text-align: center;
}
.FooterDevider {
  width: 100%;
  height: 4px;
  background: rgba(105, 48, 195, 1);
  opacity: 1;

  top: 117px;
  left: 124px;
  overflow: hidden;
}
.FooterAboutUs {
  width: 86px;
  color: rgba(0, 0, 0, 1);

  top: 76px;
  left: 1187px;
  font-family: "Vazir";
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}
.FooterNews {
  width: 86px;
  color: rgba(0, 0, 0, 1);

  top: 76px;
  left: 533px;
  font-family: "Vazir";
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}
.FooterContactUs {
  color: rgba(0, 0, 0, 1);

  font-family: "Vazir";
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}
.FooterWeblog {
  width: 86px;
  color: rgba(0, 0, 0, 1);

  top: 76px;
  left: 206px;
  font-family: "Vazir";
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}

.FooterFacebookIcon {
  width: 42px;
  height: 42px;
  background: url("../images/facebook.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.FooterInstagramIcon {
  width: 42px;
  height: 42px;
  background: url("../images/Instagram.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  top: 0px;
  left: 142px;
  overflow: hidden;
}
.FooterLinkedinIcon {
  width: 42px;
  height: 42px;
  background: url("../images/Linkedin.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  top: 0px;
  left: 284px;
  overflow: hidden;
}
/* custom stiles */
:root {
  --primarycolor: var(--primary-blue);
}
.text-main {
  color: var(--primarycolor);
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.VmSlideHomeIntro {
  width: 100%;
  margin-top: 200px;
}
.VmSlideHomeIntro .slideBody {
  padding: 2%;
  font-family: "Vazir";
}
/* .blogElement,
  .blogElement2 {
    height: 15rem;
  } */
/* .blogElement > div:first-of-type,
  .blogElement2 > div:last-of-type {
    height: 15rem;
  }
  .blogElement > div:last-of-type,
  .blogElement2 > div:first-of-type {
    height: 10rem;
  } */
.blog {
  background: linear-gradient(
    359deg,
    rgba(105, 48, 195, 0.7) 24.57%,
    rgba(105, 48, 195, 0) 92.04%
  );
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.blogDiv h1 {
  font-size: 36px;
  font-weight: 700;
}
.blogDiv div {
  color: #fff;
  background-color: var(--primary-blue);
  font-size: 24px;
  padding: 1rem;
  font-weight: 500;
}
.newsSection {
  height: 30rem;
}
.newsSection .newsSectionIntro {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.newsSection .newsSectionIntro h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 4rem;
}
.hospitalNewsSlide {
  border: 1px solid var(--primary-blue);
}
.mySwiper .hospitalNewsSlide > img {
  width: 100%;
}
.hospitalSections {
  height: fit-content;
  overflow-y: unset !important;
}
.hospitalSections > div:first-of-type h2 {
  font-size: 2rem;
}
.hospitalSectionIntro > span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.big-pic-upper-text {
  position: absolute;
  top: 23rem;
  width: 80%;
}
.small-pic-upper-text {
  position: absolute;
  top: 11rem;
  width: 70%;
}
.border-set {
  border: 1px solid var(--primary-blue);
}
.border-b-set {
  border-bottom: 1px solid var(--primary-blue);
  width: 80%;
  margin: 1rem auto;
}
.border-t-set {
  border-top: 1px solid var(--primary-blue);
}
.gray-color {
  color: #726f6b;
}
.side-2 {
  display: none;
}
.slick-slide {
  float: none !important;
}
.brands.row,
.page-title,
.post-head,
.blog-details,
.news-date,
.post-date,
.contact-page form {
  display: none;
}

.light-purple-bg {
  background: #efe9facc;
  border-radius: 140px 0;
}
.small-pic-purple-upper-text {
  background: #f2edfb;
  position: absolute;
  bottom: 0;
  width: 85%;
  padding-right: 1rem;
  height: max-content;
}
.blogPageSwiper {
  width: 90%;
  margin: 0 auto;
}
.blue-color {
  color: #72d9ef;
}
.clinic {
  background: url("/Themes/VM/Content/images/clinicPage.png") var(--primary-blue);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}
.clinicItems {
  background: rgb(255 255 255 / 60%);
  border-radius: 80px 0;
  padding: 2rem;
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
}
.clinicItems > span {
  padding: 1rem;
}
.purple-border {
  border: 1px solid var(--primary-blue);
  border-radius: 10px;
}
.btn-full {
  background-color: var(--primary-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
}
.width-50 {
  width: 50%;
}
.home-page .slider-wrapper:first-child {
  margin: 0 !important;
}
.clinic-search,
.clinic-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.clinic-all {
  top: 60%;
  color: #fff;
  cursor: pointer;
}
.purple-color {
  color: var(--primary-blue);
}
.back-purple {
  background: var(--primary-blue);
}
.placeholder-purple {
  width: 60%;
}
.placeholder-purple::placeholder {
  color: var(--primary-blue);
}
.border-r-set {
  border-right: 1px solid var(--primary-blue);
}
.location {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}
.location-blank {
  position: absolute;
  z-index: 12;
  top: 53%;
  left: 51.3%;
}
.clinicList {
  overflow-y: scroll;
  height: -webkit-fill-available;
}
.blog-overlay {
  background: linear-gradient(transparent, var(--primary-blue));
  z-index: 10;
  position: absolute;
}
.text-half {
  font-size: 0.5rem;
}
.login-page {
  .form-fields {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border: 1px solid var(--primary-blue);
    border-radius: 10px;
    padding: 1rem;
    width: 30%;
    margin: 8rem auto 0 auto;
  }
  .inputs {
    display: flex;
    flex-direction: column;
    width: 70%;
  }
  .inputs input:focus {
    outline: none;
  }
  .inputs.reversed {
    flex-direction: row;
    gap: 0.5rem;
  }
  .inputs.reversed input {
    width: auto;
  }
  .form-fields .buttons {
    width: 40%;
  }
  .login-button {
    background: var(--primary-blue);
    color: #fff;
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
  }
  .register-block .title,
  .register-block .text {
    display: none;
  }
  .register-block .buttons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 30%;
    margin: 0.5rem auto 5rem auto;
  }
  .register-button {
    cursor: pointer;
  }
  .login-logo {
    width: 10rem;
    margin: 2rem auto;
  }
}
.registration-page {
  form {
    border: 1px solid var(--primary-blue);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 5rem auto;
    padding: 2rem;
    gap: 2rem;
  }
  .fieldset a {
    text-align: -webkit-center;
  }
  .form-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background-color: #fff;
    border: none;
    gap: 1rem;
  }
  .inputs-title {
    width: 100%;
    display: flex;
    gap: 0.5rem;
  }
  .inputs label {
    display: initial;
    margin: 0 0 10px;
    text-align: unset;
    font-size: 1rem;
    color: #444;
  }
  .date-picker-wrapper {
    display: flex;
    gap: 1rem;
    padding-top: 0.7rem;
  }
  .date-picker-wrapper select {
    border: 1px solid var(--primary-blue);
    border-radius: 10px;
    padding: 0.7rem;
    width: 100%;
  }
  .gender {
    display: flex;
    align-items: center;
  }
  .buttons {
    width: 30%;
    margin: 2rem auto;
  }
  .register-next-step-button {
    background: var(--primary-blue);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
  }
  .register-logo {
    width: 10rem;
    margin: 0 auto;
  }
  .fieldset .title {
    text-align: center;
    padding-bottom: 1rem;
  }
}
.login-page,
.registration-page {
  .inputs input {
    border: 1px solid var(--primary-blue);
    border-radius: 10px;
    padding: 0.8rem;
    width: 100%;
  }
  .required {
    color: red;
  }
}
.footer {
  background: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.footer-border {
  border-bottom: 2px solid var(--primary-blue);
  padding-bottom: 2rem;
}
input:focus,
select:focus {
  outline: none;
}
/* desktop View */
@media scree and (min-width: 769px) {
  .width-90 {
    width: 90%;
  }
  .width-95 {
    width: 95%;
  }
}
/* mobile View */
@media screen and (max-width: 768px) {
  .location {
    left: 47%;
    top: 47%;
  }
  .big-pic-upper-text {
    top: 8rem;
  }
  .light-purple-bg {
    border-radius: 60px 0;
  }
  .clinic-all {
    top: 65%;
  }
  .clinicItems {
    border-radius: 50px 0;
    padding: 0;
  }
  .placeholder-purple::placeholder {
    font-size: 0.75rem;
  }
  .clinicItems > span {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
  .login-page {
    .form-fields,
    .register-block .buttons {
      width: 90%;
    }
    .inputs {
      width: 85%;
    }
    .form-fields .buttons {
      width: 50%;
    }
  }
}
.rich-blog-homepage p {
  display: -webkit-box; /* For Safari */
  -webkit-box-orient: vertical; /* For Safari */
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis;
}
@font-face {
  font-family: "yekan-bakh";
  src: url("YekanBakh-Regular.eot");
  src: url("../fonts/YekanBakh-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/YekanBakh-Regular.woff2") format("woff2"),
    url("../fonts/YekanBakh-Regular.woff") format("woff"),
    url("../fonts/") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
::placeholder {
  font-family: "yekan-bakh" !important;
}
.mega-menu-responsive{
  position: relative;
  z-index: 999;
  right: -5dvw;
}
.rich-blog-homepage,
.newsSection{
  display: none !important;
}
#small-search-box-form{
  width: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.searchAppear{
  width: 11rem !important;
}
.primary-color{
  color: #0BACB6;
}
.logo > img{
  width: 4.5rem;
}
@media screen and (max-width:768px) {
  .swiper-slide-item img:last-of-type{
    display: none !important;
  }
}