@font-face {
  font-family: vazirM;
  src: url("../font/vazir/Vazir-Medium-FD.eot"), url("../font/vazir/Vazir-Medium-FD.ttf"), url("../font/vazir/Vazir-Medium-FD.woff"), url("../font/vazir/Vazir-Medium-FD.woff2"); }

@font-face {
  font-family: vazirB;
  src: url("../font/vazir/Vazir-Bold-FD.eot"), url("../font/vazir/Vazir-Bold-FD.ttf"), url("../font/vazir/Vazir-Bold-FD.woff"), url("../font/vazir/Vazir-Bold-FD.woff2"); }

@font-face {
  font-family: vazirL;
  src: url("../font/vazir/Vazir-Light-FD.eot"), url("../font/vazir/Vazir-Light-FD.ttf"), url("../font/vazir/Vazir-Light-FD.woff"), url("../font/vazir/Vazir-Light-FD.woff2"); }

html {
  font-size: 90%;
  scroll-behavior: smooth; }

body {
  color: #666666;
  background: #fff !important;
  font-family: vazirL;
  text-align: right; }

p, h1, h2, h3, h4, h5, h6, span {
  line-height: 2 !important; }

a, a:hover, button {
  text-decoration: unset !important; }

button:focus {
  box-shadow: unset !important;
  outline: unset !important; }

.fontB {
  font-family: vazirB; }

.fontM {
  font-family: vazirM; }

.mb-10 {
  margin-bottom: 10rem !important; }

label {
  font-family: vazirM; }

.form-control {
  padding: 1.5rem; }
  .form-control:focus {
    box-shadow: none !important;
    outline: none !important; }

.custom_txt_green {
  color: #69cb6a; }

.custom_txt_blue {
  color: #3c97e8; }

.custom_bg_light {
  background: whitesmoke; }

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 14px;
  font-weight: 400; }
  .form-control:focus {
    border-color: #3c97e8; }

.got_top_btn {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #3c97e8;
  position: fixed;
  bottom: 1%;
  right: 1%; }
  .got_top_btn:before {
    content: '\2191';
    color: #ffffff;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/*BUTTONS*/
.custom_primary_btn {
  background-color: #69cb6a;
  color: #ffffffe6;
  border-color: #69cb6a;
  border-radius: 2rem;
  padding: .4rem 1.5rem; }
  .custom_primary_btn:hover, .custom_primary_btn:focus {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    color: #ffffffe6 !important; }
  .custom_primary_btn svg {
    fill: #ffffffe6 !important;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem; }

.custom_blue_btn {
  background-color: #3c97e8;
  color: #ffffffe6;
  border-color: #3c97e8;
  border-radius: 2rem;
  padding: .4rem 1.5rem; }
  .custom_blue_btn:hover, .custom_blue_btn:focus {
    background-color: #69cb6a;
    border-color: #69cb6a;
    color: #ffffffe6 !important; }
  .custom_blue_btn svg {
    fill: #ffffffe6 !important;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem; }

.custom_white_btn {
  background-color: transparent;
  color: #ffffffe6;
  border-color: #ffffffe6;
  border-radius: 2rem;
  padding: .4rem 1.5rem; }
  .custom_white_btn:hover, .custom_white_btn:focus {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    color: #ffffffe6 !important;
    background-color: #69cb6a;
    border-color: #69cb6a; }
  .custom_white_btn svg {
    fill: #ffffffe6 !important;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem; }

/*MAIN HEADER*/
.main_header .navbar-nav a {
  color: #ffffffe6 !important; }

.main_header .navbar-nav .active a {
  color: #8ff090  !important; }

.main_header .navbar-nav a {
  font-family: vazirM;
  padding: 1.5rem !important; }

.main_header .navbar {
  background-color: #3c97e8 !important; }

.main_header_info {
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 100%;
  position: relative; }
  .main_header_info svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #69cb6a;
    width: 1.5rem;
    height: 1.5rem; }

.main_header_box {
  position: relative;
  color: #ffffffe6;
  background-color: #3c97e8;
  padding: 1.5rem;
  border-left: 1px solid #197ed8;
  border-bottom: 1px solid #197ed8; }
.main_header_box a {
  color: #ffffffe6; }
.main_header_box a:hover, .main_header_box a:focus {
  color: rgba(230, 230, 230, 0.901961); }
.main_header_box_container {
  margin-top: -6rem; }
.main_header_box svg {
  position: absolute;
  width: 7rem;
  height: 7rem;
  left: 5%;
  top: 17%;
  fill: rgba(242, 248, 254, 0.2); }
.main_header_box p {
  word-wrap: break-word; }

.main_slider .flickity-page-dots {
  margin-bottom: 10rem !important; }
  .main_slider .flickity-page-dots .dot {
    background-color: #ffffff !important; }

.main_slider_info {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .main_slider_info img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main_slider_info_content {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    height: 50vh; }

.header_img {
  position: relative;
  height: 100vh; }
  .header_img img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .header_img h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/*COLLAPSE*/
.accordion .btn-link {
  color: #1d2124; }

.x {
  background-color: #69cb6a !important; }
  .x button {
    color: #ffffffe6 !important; }

.custom_bg_purple {
  background-image: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%); }

/*SERVICES*/
.services_box {
  border: 1px solid #f2f2f2 !important;
  padding: 2rem 1rem; }
  .services_box:hover, .services_box:focus {
    -webkit-box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    transition: 0.3s; }
  .services_box:hover .services_box_img {
    background-color: #69cb6a;
    transition: 0.3s; }
  .services_box_img {
    width: 5rem;
    height: 5rem;
    background-color: #3c97e8;
    border-radius: 100%;
    position: relative; }
    .services_box_img svg {
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      fill: #ffffffe6; }

/*WHY CHOOSE US*/
.choose_us_video {
  width: 100% !important;
  height: 100% !important; }

.choose_us_img img {
  height: 100%;
  object-fit: cover; }

.choose_us_content, .choose_us_img {
  flex: 50%; }

.choose_us_content {
  padding: 2.5rem;
  background-image: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%); }
  .choose_us_content_box {
    color: #ffffffe6; }
    .choose_us_content_box svg {
      fill: #ffffffe6;
      width: 3rem;
      height: 3rem;
      margin-left: 1.5rem; }

/*DOCTORS LIST*/
.doctors_list_img {
  width: 100%;
  height: 22rem;
  object-fit: cover; }

.doctors_list_box {
  border: 1px solid #f2f2f2 !important;
  padding: 1rem; }

.doctors_list_social {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: #f2f2f2;
  position: relative; }
  .doctors_list_social svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #69cb6a;
    width: 1rem;
    height: 1rem; }

/*MAIN PARALLAX*/
.main_parallax {
  height: 12rem !important;
  position: relative;
  padding: 15rem 0;
  clear: both;
  /* The image used */
  background-image: url(../image/1.jpg);
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .main_parallax_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    opacity: .8; }
  .main_parallax svg {
    fill: #ffffffe6;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    margin-bottom: 1rem; }

.main_parallax_2 {
  height: 12rem !important;
  position: relative;
  padding: 5rem 0;
  clear: both;
  /* The image used */
  background-image: url(../image/2.jpg);
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .main_parallax_2_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    opacity: .8; }
  .main_parallax_2 .btn {
    font-size: 1.5rem; }

.blog {
  border: 1px solid #f2f2f2 !important;
  padding: 1rem; }
  .blog_date {
    background-color: #3c97e8;
    color: #ffffff;
    padding: .5rem 2rem;
    position: absolute;
    bottom: 0;
    left: 0; }
  .blog_img {
    position: relative; }
    .blog_img img {
      width: 100%;
      height: 18rem;
      object-fit: cover; }

/*CUSTOMER BOX*/
.customer_box {
  background-color: #ffffff;
  padding: 2rem; }
  .customer_box img {
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    border: 1rem solid whitesmoke; }
  .customer_box svg {
    fill: #FFBC2C;
    width: 1rem;
    height: 1rem; }

/*FOOTER*/
.footer {
  color: #ffffffe6 !important;
  background: #314355; }
  .footer_privacy {
    background: #2b3b4b;
    padding: 2em; }
  .footer_list p:before {
    content: '\2713';
    color: #3c97e8;
    padding-left: .6rem;
    font-size: .9rem; }
  .footer input, .footer textarea {
    background-color: rgba(0, 0, 0, 0.15) !important; }

/*APPOINTMENT*/
.appointment_form {
  border: 4px solid rgba(0, 0, 0, 0.03);
  padding: 3em; }

/*DEPARTMENT*/
.department_img {
  flex: 50%; }
  .department_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.department_box {
  padding: 1rem 3rem;
  flex: 50%; }
  .department_box_item {
    padding: 1em 2em;
    background: whitesmoke;
    transition: 0.3s; }
    .department_box_item:hover {
      background-color: #69cb6a;
      color: #ffffff !important; }

/*DOCTOR INFO*/
.doctor_info_img {
  width: 100%;
  height: 25rem;
  object-fit: cover; }

.doctor_info_contacts {
  margin-bottom: 2rem;
  background-color: whitesmoke;
  padding: 1.5rem;
  width: 100%; }
  .doctor_info_contacts svg {
    fill: #69cb6a;
    width: 2rem;
    height: 2rem; }

.doctor_info_time {
  background-color: whitesmoke;
  padding: 1.5rem; }
  .doctor_info_time svg {
    fill: #3c97e8;
    width: 3rem;
    height: 3rem; }

.doctor_info .btn {
  background-color: #69cb6a;
  color: #ffffffe6;
  border-color: #69cb6a;
  font-size: 1.9rem; }
  .doctor_info .btn:hover, .doctor_info .btn:focus {
    background-color: #8fd890; }

.department_single_box:hover {
  background-color: #69cb6a !important;
  transition: all .3s; }
  .department_single_box:hover h5 {
    color: #ffffff !important; }

.fromBottomAnimation {
  animation: fromBottom 1s;
  animation-fill-mode: both; }

.custom_fade {
  opacity: 0; }

/*ANIMATION*/
@keyframes fromBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*RESPONSIVE*/
@media (max-width: 992px) {
  html {
    font-size: 75%; } }

@media (max-width: 768px) {
  .choose_us_video {
    height: 264px !important; } }

@media (max-width: 576px) {
  .main_slider_info {
    height: 40vh; }
  html {
    font-size: 75%; } }
