/* ********************************* public styles ******************************** */
@import url("https://fonts.googleapis.com/css?family=Hind:400,600");

html,
body {
  height: 100%;
  background-color: #eaf8fb;
}

div:hover,
button:hover,
a:hover,
li:hover,
.card:hover {
  transition: 0.3s ease-in-out;
}

button,
link,
select,
a {
  cursor: pointer;
}

::-moz-selection {
  background-color: #1a1a1a;
  color: #ffffff;
}
::selection {
  background-color: #1a1a1a;
  color: #ffffff;
}

.card a,
.card img {
  cursor: pointer;
}

/* style dives */
.bg-div:hover,
.bg-div:focus {
  box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4),
    0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.bg-div2:hover,
.bg-div2:focus {
  box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4),
    0 6px 20px 0 rgba(86, 86, 86, 0.2);
}
/* style buttons */
button:hover,
button:focus {
  cursor: pointer;
}

/* style textarea */
textarea {
  resize: none;
}
/* style plceholder */
input::placeholder,
textarea::placeholder {
  color: #848484 !important;
  font-weight: 400;
}
#comments p {
  color: rgb(0, 0, 0);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d1d1d1 !important;
}
/* style blockqute */
blockquote {
  background: #fafafa;
  border-right: 2px solid #1a1a1a !important;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  color: #6e6e6e;
  line-height: 2.5rem !important;
}

blockquote p {
  display: inline;
}

button {
  box-shadow: none !important;
  outline: none !important;
}

/* order first */
@media (max-width: 991px) {
  .order-first2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 767px) {
  .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 656px) {
  .order-first3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
/* ******************************** header ************************************/
.menu-search-icon {
  padding: 10px 15px 10px 15px;
  color: #ffffff;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  height: fit-content;
  top: 0px;
  display: block;
  width: fit-content;
}
.menu-search-icon i {
  position: relative;
  top: 1px;
  left: 1px;
  font-size: 17px;
}

.search-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 37px;
  left: -5px;
  width: 300px;
}
.menu-collapse .search-box {
  visibility: visible;
  opacity: 1;
  position: relative;
  top: 0;
  left: -0;
  width: 100%;
}
.menu-search-icon:hover .search-box {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.search_custom {
  border-radius: 10px !important;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  background-color: white;
}
.search_custom .form-control {
  padding-right: 5px !important;
}
.search_custom input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.search-main button {
  border: 0 !important;
  background-color: #142d5c40;
  padding: 5px 7px;
  border-radius: 7px !important;
  top: 3px;
}

.search-main input {
  padding: 0.7rem;
  border: 0 !important;
  background: #fff;
}

.search-main i {
  padding-top: 5px;
  font-size: 22px;
  font-weight: 500;
  vertical-align: middle;
}
.search_custom input {
  font-size: 12px;
}
.logo-img img {
  width: 100px;
  border-radius: 50%;
}
.logo_text {
  padding: 0.3rem 1rem 0 0 !important;
  margin-bottom: auto;
  margin-top: auto;
}
.logo_text .header_title {
  display: inherit;
  margin-left: 1rem;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2rem;
}
.logo_text .header_desc {
  padding-bottom: 5px;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 500;
  margin: 0;
  line-height: 1.2rem;
}
.home header {
  /* background-color: rgb(255 255 255 / 50%); */
  /* padding-bottom: 10px;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.14), 0 2px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 10000000000;
  width: 100%; */
  position: absolute;
}
header {
  /* background-color: rgba(0, 0, 0, 0.39); */
  padding-bottom: 10px;
  /* box-shadow: 0 0px 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(0, 0, 0, 0); */
  position: relative;
  z-index: 10000000000;
  width: 100%;
}
/* top search */
.search_top input {
  width: 88% !important;
}
.navbar-toggler {
  outline: none !important;
}
.menu-search-icon {
  padding: 10px 10px 5px 10px;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
  background-color: #0b5f7c;
}

.search_custom {
  border-radius: 8px !important;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 3px 8px;
  background-color: white;
}
.search_custom .form-control {
  padding-right: 5px !important;
}
.search_custom input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.search-main button {
  border: 0 !important;
  background-color: #0b5f7c;
  padding: 5px 7px;
  border-radius: 7px !important;
  color: #000000;
  top: 0px;
}

.search-main input {
  padding: 0.7rem;
  border: 0 !important;
  background: #fff;
}

.search-main i {
  padding-top: 5px;
  font-size: 22px;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  top: 0px;
}
.search_custom input {
  font-size: 12px;
}

/* main menu */
.nav_main {
  padding: 0 !important;
}

.nav_main li {
  border: 1px solid transparent;
  padding-left: 0.1rem;
}

/*.nav_main li a {*/
/*  padding: 1rem !important;*/
/*}*/

.mainmenu-area ul.navbar-nav li a {
  color: #3d3d3d !important;
  font-size: 14px;
  font-weight: 500;
}

.mainmenu-area .nav > li > a:focus {
  color: #fff;
}
/* cart btn */
.shopping-item {
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  position: relative;
}

.shopping-item a {
  color: #434343;
  font-weight: 500;
}

.cart-amunt {
  white-space: pre;
  color: #747474;
  font-weight: 400;
  font-size: 14px;
}

.product-count {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  padding-top: 2px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 20px;
}

.shopping-item i {
  font-size: 23px;
  color: #323232;
}

.shopping-item i.icon {
  margin-left: 15px;
}

.shopping-item:hover a {
  text-decoration: none;
}

.shopping-item:hover .cart-amunt {
  color: #fff;
}

.div-top-menu ul {
  padding-right: 0;
  margin-bottom: 0;
}
.product-cat-subcategories ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.product-cat-subcategories ul li {
  background: #eef0f2 !important;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  padding: 0 1rem;
  cursor: pointer;
  transition: 0.4s;
}
.product-cat-subcategories ul li a {
  font-weight: 500;
}
.product-cat-subcategories ul li:hover {
  background: #d2d5d8 !important;
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%);
}
.nav_main .show [data-toggle="dropdown"]:after {
  content: "\f077";
}
/* collapse menu style */
header .menu-collapse {
  display: none;
  /* position: absolute; */
  width: 100%;
  z-index: 100;
}
header .menu-collapse .collapse-bg {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
}
.menu-collapse .logo_site {
  border-radius: 50%;
}
@media screen and (max-width: 440px) {
  #mainNav span {
    display: none;
  }
  #mainNav i {
    margin-left: 0;
  }
  .btn_register_job ul#mainNav > li {
    padding: 4px 5px 5px 5px;
  }
  .gold-price {
    margin-right: auto !important;
  }
  .gold-price .price-content .price-title p {
    top: 0 !important;
    font-size: 13px !important;
  }
  .price-number {
    font-size: 13px !important;
  }
}

header .menu-collapse .collapse-top-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .menu-collapse .collapse-top-menu a .icofont-ui-call {
  font-size: 24px;
  margin-left: 20px;
}
.icofont-align-center {
  font-size: 21px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
    .icofont-align-center {
    font-size: 16px;
}
}
header .menu-collapse .collapse-icon {
  margin-left: 10px;
  color: #ffffff;
  background-color: #0b5f7c;
  padding: 7px;
  border-radius: 5px;
}
.collapse-menu-container {
  z-index: 1000;
  background-color: white;
  font-size: 24px;
  position: absolute;
  top: 0px;
  width: 100%;
  transition: transform 1s ease-in-out;
  transform: translateX(+100%);
  padding: 15px 15px 0 15px;
}
.collapse-menu-container .icofont-close-squared-alt {
  cursor: pointer;
}
header .menu-collapse .collapse-menu-container ul li {
  list-style-type: none;
}

header .menu-collapse .collapse-menu-container ul li span {
  line-height: 2.2em;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 500;
}

header .menu-collapse .collapse-menu-container ul li a {
  list-style-type: none;
  display: flex;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 2em;
}

header .menu-collapse .collapse-menu-container ul li a {
  text-decoration: none;
  color: #012315;
  font-weight: 500;
  font-size: 16px;
}

header .menu-collapse .collapse-menu-container ul {
  padding-left: 0px;
  margin-top: 0px;
  padding-right: 0px;
}

header .menu-collapse .collapse-menu-container .collapse-menu-dropdown li a {
  font-weight: 400;
  font-size: 15px;
}
.collapse-top-menu-logo {
  position: relative;
}
.collapse-menu-header {
  display: flex;
  justify-content: space-between;
}
.collapse-menu-container .collapse-menu-header-icon {
  width: 30px;
  background-color: #f8f9fe;
  border-radius: 5px;
  position: relative;
  display: block;
  top: 15px;
  left: 10px;
}
.show-menu {
  transform: translateX(0%);
}
.show-drop-menu {
  display: block !important;
}
.show-drop-menu {
  display: block !important;
}
.sub-menu-collapse li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: relative;
  top: 13px;
  margin-left: 5px;
  display: block;
}
/* .sub-menu {
    display: none;
} */
.logo-img img {
  width: 80px;
}
/* register-box */
.register {
  background-color: #0b5f7c;
  padding: 1px 5px;
  border-radius: 7px;
}
.register ul {
  margin-bottom: 0px !important;
  padding: 5px;
}
.register ul li {
  list-style-type: none;
}
.register ul li a {
  padding: 1rem 0.3rem !important;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.4s;
  font-size: 14px;
}
.register ul li a .icon-user {
  position: relative;
  top: 3px;
  font-size: 20px;
}
.register ul li a:hover {
  color: #ffffffa9;
}
.main-menu {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4),
    0 6px 20px 0 rgba(86, 86, 86, 0.178);
}
@media screen and (max-width: 992px) {
  header .main-menu {
    display: none;
  }
  header .menu-collapse {
    display: block;
  }
}
header .has-children::after {
  margin-right: 10px;
  content: "\f0d7";
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #a9a9a9;
}
/* end collapse menu style */

@media (min-width: 992px) {
  /* فقط آیتم‌هایی که mega-menu نیستند */
  .nav_main .navbar-nav > li.nav-item:not(.mega-menu):hover > .dropdown-menu {
    display: block !important;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    border: 0;
    padding: 0;
    text-align: justify;
  }

  /* زیرمنوی سطح دوم برای غیر mega-menu */
  .nav_main
    .navbar-nav
    > li.nav-item:not(.mega-menu):hover
    .dropdown-menu
    li:hover
    > .dropdown-menu {
    display: block !important;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    border: 0;
    right: 10rem;
    top: 0;
    text-align: right;
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  header .main-menu {
    display: none;
  }
  header .menu-collapse {
        display: block;
        background-color: rgb(255 255 255);
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0 4px 4px 0 rgb(56 56 56 / 17%), 0 6px 20px 0 rgba(86, 86, 86, 0.178);
  }
}

/*  */
.counseling_link li {
  list-style-type: none;
}
.counseling_link .counseling-icon {
  padding: 7px 7px 3px 7px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.counseling_link .counseling-icon i {
  font-size: 24px;
}
.counseling_link .counseling-content span {
  font-size: 14px;
  font-weight: 500;
  color: #2b0006;
}
.counseling_link .counseling-content a {
  font-size: 14px;
  font-weight: 500;
}

.navbar_mobile {
  background-color: #ffffff00;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}
.navbar_mobile .navbar {
  background-color: #75b0bb;
  border-radius: 50px 50px 0 0;
  padding: 10px 40px 0 40px;
  box-shadow: 0 1px 4px 1px rgba(255, 255, 255, 0.2);
}
.navbar_mobile a i {
  font-size: 24px;
  color: white;
}
.navbar_mobile i {
  font-size: 24px;
  color: white;
}
.navbar_mobile .icofont-ui-home {
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff6e;
}
.navbar_mobile .container {
  width: 100%;
  display: block !important;
}

.navbar_mobile ul {
  text-align: center;
  margin-right: auto;
  display: contents;
}

.navbar_mobile ul li {
  margin-right: auto;
  margin-left: auto;
  padding: 0.2rem 0;
}

/* Style the links inside the navigation bar */
.navbar_mobile ul li .nav-link {
  background: transparent !important;
  padding-right: 0 !important;
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #2d2d2d;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Change the color of links on hover */
.navbar_mobile a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a green background color to the active link */
.navbar_mobile a.active {
  color: white;
}
/* Hide the link that should open and close the navbar on small screens */
.navbar_mobile .icon {
  display: none;
}

@media only screen and (max-device-width: 480px) {
  .navbar_mobile {
    display: block;
  }
}
/* #login h3,
h4 {
  color: #fff;
} */
#login .container-cats {
  margin-top: 0px !important;
}
/****************mega-menu style********************************/
/* جهت راست به چپ */

/* سطح اول منو */
.sidenav ul > li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.sidenav ul > li > a {
  display: block;
  padding: 12px 5px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  padding-bottom: 8px !important;
}
@media screen and (max-width: 1360px) {
   .sidenav ul > li > a  {
        font-size: 14px;
    }
    .logo_text .header_title {
        font-size: 14px;
    }
    .logo-img img {
    width: 60px;
}
}
@media screen and (max-width: 1300px) {
.sidenav ul > li > a {
    padding: 12px 0px;
}
.logo_text .header_title {
    margin: 0 !important;
    font-size: 14px !important;
}
}

/* مگا منو مخفی به طور پیش‌فرض */
.dropdown-hover {
  display: none;
  /* display: block; */
  width: 860px;
  position: absolute;
  top: 100%;
  right: 0;
  height: 310px;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 0px;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}

ul > li:hover .dropdown-hover {
  display: block;
}

/* ساختار داخل مگا منو */

.dropdown-hover ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.header-container {
  display: flex;
}
.header-container:hover {
  border-radius: 10px 0 0 10px;
  background-color: #bf2a3e08;
}
.header-container h6 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* سطح دوم */

.sub-menu li a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.sub-menu .sub-menu-level-2 {
  padding-top: 10px !important;
  margin-top: 10px;
  background-color: #bf2a3e08;
}

/* سطح سوم */
.sub-menu-level-3 {
  margin-top: 5px;
  padding-right: 15px;
}
.sub-menu-level-3 li a {
  font-size: 13px;
  color: #777;
  padding: 10px 0 !important;
}
.sub-menu-level-3 li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
  position: relative;
  top: 1px;
  margin-left: 5px;
  display: inline-block;
}

/* ریسپانسیو ساده */
@media screen and (max-width: 768px) {
  ul > li {
    display: block;
    margin: 0;
  }

  .dropdown-hover {
    position: static;
    box-shadow: none;
    padding: 15px 10px;
  }

  .dropdown-hover .row {
    flex-direction: column;
  }

  .dropdown-hover li.col-md-4 {
    width: 100%;
  }
}
/* استایل پایه برای ساب‌منوها */

/* استایل هنگام نمایش */

/* استایل آیتم‌های منو */
.header-container {
  position: relative;
}

.header-container > li {
  position: relative;
}

.sub-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* برای نمایش در حالت موبایل (اختیاری) */
@media (max-width: 991px) {
  .sub-menu,
  .sub-menu-level-3 {
    position: static;
    box-shadow: none;
    display: none;
  }

  .sub-menu.show,
  .sub-menu-level-3.show {
    display: block;
  }
}
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 999;
  margin: 0;
  bottom: 0;
}

.header-container:hover + .sub-menu {
  display: block;
}

.fixed-top {
  /* background-color: white;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.14), 0 2px 0 rgba(0, 0, 0, 0.05); */
}
/******************************************** carousel banner ****************************************************/
.content-container {
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 30%;
  width: 100%;
  font-weight: 700;
}
.content-container .banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .content-container .banner-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .content-container .banner-title {
    font-size: 2rem;
  }
}
.content-container .banner-text {
  font-size: 1.2rem;
}
#slider .main-slider {
  margin-bottom: 0px !important;
}
.container_slider #demo {
  display: block !important;
}
.container_slider .carousel-caption {
  bottom: inherit !important;
  text-align: center !important;
  top: 40% !important;
  padding: 0 !important;
  cursor: default;
}
.container_slider h3 {
  line-height: 2.5rem;
  color: #ffffff !important;
}
.container_slider .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.div_adv img {
  height: 200px;
  border-radius: 3px;
  object-fit: cover;
}
.container_slider .carousel-indicators li {
  height: 10px;
  width: 10px !important;
  border-radius: 50%;
}
.container_slider .carousel-indicators li {
  background-color: #9e9e9e;
}
.container_slider .carousel-indicators .active {
  background-color: #fff;
}

/* opacity background img carousel */
.item_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.432);
}
/* carousel fade */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 800px) {
  .container_slider .carousel-caption {
    top: 45% !important;
  }
}

@media (max-width: 656px) {
  .container_slider h3 {
    font-size: 25px;
    line-height: 2.2rem;
  }
  .container_slider h3 {
    font-size: 22px;
  }
}
@media (max-width: 499px) and (min-width: 399px) {
  .container_slider .carousel-indicators {
    display: none;
  }
}
@media (max-width: 398px) {
  .container_slider .carousel-indicators {
    display: none;
  }
}
@media (max-width: 992px) {
  .slider-ads-main {
    display: none !important;
  }
  .main-slider {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.slider-ads-main .container .row img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
#slider .carousel-control-prev,
#slider .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  background-color: #0b5f7c;
  border-radius: 20px;
}
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  #slider .carousel-control-prev,
  #slider .carousel-control-next {
    width: 50px;
    height: 50px;
  }
}
#slider .carousel-control-next {
  right: 50px;
}
#slider .carousel-control-prev {
  left: 50px;
}
#slider .banner-bottom-slider {
  position: absolute;
  bottom: -15px;
  width: 100%;
  z-index: 10000;
}
.main-banner-divider {
  position: absolute;
  bottom: -5px;
  transform: rotate(180deg);
  width: 100%;
}
#slider .carousel-indicators {
  display: none;
}
@media screen and (max-width: 768px) {
    .main-banner-divider {
        display: none;
    }
    #slider {
        margin-bottom: 30px;
    }
}
/******************************************* main site index *****************************************/

/***********************************************slider link index***************************************/
.slider-links .slider-link-container a {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  color: white;
  background-color: #0b5f7c;
  display: block;
  text-align: center;
}
.slider-links .slider-link-container a:hover {
  background-color: #0b607ca4;
  transition: all 0.4s;
}
/********************************************index video**********************************************/
.index-video-section {
  padding: 80px 0;
  background-image: url(../images/img_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.video-wrapper video,
.image-wrapper img {
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.video-section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.video-section-desc {
  font-size: 16px;
  line-height: 2.2em;
  color: #000000;
  text-align: justify;
}
/************************************index contact form***********************************************/
.contact-section {
  background: #eaf8fb;
  padding: 80px 0;
  background-image: url(../images/img_16.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}
.contact-section .box-title {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}

/* خط پایه */
.contact-section .box-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0b5f7c24;
}

/* خط متحرک */
.contact-section .box-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0b5f7c;
  transform: translateX(-50%);
  animation: centerLine 4.5s ease-in-out infinite;
}

/* انیمیشن */
@keyframes centerLine {
  0% {
    width: 0;
    opacity: 1;
  }
  40% {
    width: 60%;
    opacity: 1;
  }
  70% {
    width: 100%;
    opacity: 0.8;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b5f7c;
  margin-bottom: 10px;
}

.section-header p {
  color: #5f6f73;
}

/* Panels */
.contact-panels {
  margin-bottom: 60px;
}

.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.contact-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.contact-card .contact-card-title {
  font-size: 17px;
  color: #0e7490;
  font-weight: 700;
}

.contact-card:hover {
  transform: translateY(-6px);
}

/* Direct Contact */
.direct-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.direct-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.direct-card .icon {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}

.direct-card h4 {
  color: #0b5f7c;
  margin-bottom: 8px;
}

.direct-card p {
  color: #5f6f73;
  font-size: 14px;
}

.direct-card:hover {
  background: #0e7490;
  color: #fff;
}

.direct-card:hover h4,
.direct-card:hover p {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-panels {
    grid-template-columns: 1fr;
  }
  .direct-contact {
    grid-template-columns: 1fr;
  }
}
/*********************************************** features *******************************************/
.col-services {
  margin-bottom: 28px;
}
.card_services {
  cursor: pointer !important;
  border: 0 !important;
  display: table;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.card_services:hover .title_services {
  transition: 0.3s;
}
.card_services img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  max-width: 100%;
  margin: 0px auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5);
}
.title_services {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 5px !important;
  background-color: #0b5f7c;
  border-radius: 7px;
  transition: all 0.4s;
  position: absolute;
  top: 30px;
  width: 170px;
  right: 30px;
}
@media screen and (max-width: 567px) {
  .title_services {
    width: 90px;
  }
}
.text_services {
  cursor: default !important;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .card_services img {
    height: 200px;
  }
}
.card_services:hover img {
  --tw-rotate: 30deg;
  opacity: 0.7;
}
.card_services:hover {
  transition: 0.3s;
}
.card_service_body {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #1a1a1a;
  border-radius: 1px;
  bottom: 0;
  position: relative;
  top: 99%;
}
.card_service_body h5 {
  color: #292929 !important;
  font-size: 17px;
}

/***********************************************  about us in main page *******************************************/
.container_about {
  margin-top: 3%;
  margin-bottom: 4rem;
}
.container_about img {
  width: 100%;
  border-radius: 7px;
  /* border: 1px solid #1a1a1a; */
}
.container_about img:hover {
  opacity: 0.8;
  /* border: 1px solid#1a1a1a; */
}
.container_about h4 {
  cursor: default;
  text-align: center;
  font-size: 30px;
  padding-bottom: 1.5rem;
  color: #232323;
}
.container_about .content_about {
  cursor: default;
  color: #404040;
  font-weight: 500;
  line-height: 2rem;
  font-size: 15px !important;
  padding-bottom: 1rem;
}
.card-about {
  border-radius: 7px;
}

.btn-about {
  float: left;
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 7px;
  font-size: 22px;
}
.btn-about:hover {
  color: #ededed;
  background-color: #1a1a1a;
}

/***********************************************  parallax *******************************************/

/*  parallax */
.mb_parallax_overlay {
  height: 60vh;
  padding-top: 6.5rem !important;
  z-index: 1;
  position: relative;
}

.mb_parallax_overlay p {
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  line-height: 4rem;
  text-shadow: 2px 2px #343434;
  text-align: center;
}

.paralsec1 {
  background-image: url("../images/slider/map.png");
  cursor: default;
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100%;
  position: relative;
}
.paralsec1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-paralax {
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 7px;
  font-size: 22px;
  padding: 0.5rem 2rem;
}
.btn-paralax:hover {
  color: #ededed;
  background-color: #1a1a1a;
}
@media (max-width: 1020px) and (min-width: 992px) {
  .mb_parallax_overlay p {
    font-size: 32px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mb_parallax_overlay p {
    font-size: 28px;
  }
}
@media (max-width: 767px) and (min-width: 567px) {
  .mb_parallax_overlay p {
    font-size: 23px;
  }
  .paralsec1 {
    height: 300px;
  }
  .mb_parallax_overlay {
    padding-top: 3.5rem !important;
  }
}
@media (max-width: 566px) and (min-width: 510px) {
  .mb_parallax_overlay p {
    font-size: 20px;
  }
  .paralsec1 {
    height: 250px;
  }
  .mb_parallax_overlay {
    padding-top: 1.5rem !important;
  }
}
@media (max-width: 509px) and (min-width: 401px) {
  .mb_parallax_overlay p {
    font-size: 16px;
    line-height: 2rem;
  }
  .btn-paralax {
    font-size: 18px;
  }
  .paralsec1 {
    height: 200px;
  }

  .mb_parallax_overlay {
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 400px) {
  .mb_parallax_overlay p {
    font-size: 14px;
    line-height: 2rem;
    padding: 0 1rem;
  }
  .btn-paralax {
    font-size: 16px;
  }
  .paralsec1 {
    height: 200px;
  }

  .mb_parallax_overlay {
    padding-top: 1rem !important;
  }
}
/***********************************************  list services *******************************************/

/*  titles */
.titles_style {
  cursor: default;
}
.titles_style h4,
.titles_style h2 {
  font-size: 30px;
  font-weight: 500;
  color: #020202bf;
}
@media (max-width: 500px) {
  .titles_style h4,
  .titles_style2 h4,
  .titles_style h2 {
    font-size: 22px !important;
  }
}
.hr_style {
  border: 1px solid #1a1a1a;
  box-shadow: 0 1px 3px 1px rgba(197, 150, 68, 0.6);
}
.services_content {
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 3rem;
}

.hm-black-strong-icon {
  position: relative;
  border-radius: 5px;
  width: 90px;
  height: 90px;
  margin-bottom: 1rem;
}

.hm-black-strong-icon img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  vertical-align: top;
  object-fit: cover;
}
.hm-black-strong-icon:after {
  border-radius: 5px;
  content: "\A";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  background: rgba(197, 150, 68, 0.3);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.card_services:hover .hm-black-strong-icon:after,
.card-blog:hover .hm-black-strong-icon:after,
.hm-black-strong-icon:hover:after {
  opacity: 1;
  transition: 0.7s ease-in-out;
}
.title_services {
  cursor: pointer !important;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 5px !important;
  background-color: #0b5f7c;
  border-radius: 10px;
  transition: all 0.4s;
}
.text_services {
  cursor: default !important;
  font-weight: 400;
}
.card_services:hover .title_services {
  color: #333;
  background-color: #0b5f7c;
}
.card_services:hover .text_services {
  color: #4a4a4a;
}
@media (max-width: 992px) {
  .services_content {
    margin-bottom: 3rem;
    color: #ffffd2;
  }
}

/***********************************************  list products *******************************************/
/*  titles */
.titles_style2 {
  cursor: default;
}
.titles_style2 h4 {
  font-size: 27px;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 0px 8px 0px;
}
.hr_style2 {
  border: 1px solid #0b0b0b;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
/*  content */
.services_content2 {
  font-size: 18px;
  color: #e8e8e8;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 3rem;
}
.div_list_prices {
  background: #f1f1f1;
  margin: 5px;
  padding: 1rem;
  border-radius: 2px;
}
.div-prices {
  position: relative;
}
.div-prices table td,
.div-prices table td a {
  font-weight: 400;
  color: #212529;
}
.div-prices table td a:hover {
  color: #1a1a1a;
}
.div-prices table th,
.div-prices table td {
  text-align: center;
  font-size: 14px;
  border: 0 !important;
}
/* width */
.div_list_prices .body_prices::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.div_list_prices .body_prices::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.div_list_prices .body_prices::-webkit-scrollbar-thumb {
  background: #6e6e6e;
  border-radius: 10px;
}
/* Handle on hover */
.div_list_prices .body_prices::-webkit-scrollbar-thumb:hover {
  background: #6e6e6e;
}
.div_list_prices .header_prices {
  margin-bottom: 10px;
  padding: 1.1rem 10px 8px 10px;
}
.div_list_prices .body_prices {
  padding: 10px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.header_prices .top_cat h3 {
  margin-bottom: 13px;
}
.header_prices .sub_cat a {
  font-size: 15px;
  color: #3c3a3a;
  font-weight: 500;
}
.header_prices .top_cat a {
  font-size: 15px;
  background-color: #3c3a3a;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 3px 3px 3px 25px;
}
.div_list_prices .header_prices,
.div_list_prices .body_prices {
  background-color: #fff;
  border-radius: 3px;
}

@media (max-width: 991px) and (min-width: 550px) {
  .services_content2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 549px) {
  .services_content2 {
    margin-bottom: 0.1rem;
  }
  .div-prices table th,
  .div-prices table td {
    font-size: 13px;
    padding: 10px 5px;
  }
  .div_list_prices .header_prices,
  .div_list_prices .body_prices {
    padding: 0 !important;
  }
}
.container-text-cats {
  padding-bottom: 0;
}

.container-cats {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

/* slider */
.div-products .slick-prev:before,
.div-products .slick-next:before {
  border-radius: 2px;
  font-weight: bold;
  font-size: 15px !important;
  color: #fffdfd !important;
  font-family: "icomoon" !important;
  vertical-align: middle;
  cursor: pointer !important;
  background: #0b5f7c;
  padding: 3px;
}
.div-prices .slick-prev,
.div-prices .slick-next {
  position: absolute;
  top: -4%;
}
.div-prices .slick-prev {
  right: 6%;
  display: block;
}
.div-prices .slick-next {
  right: 0;
  display: block;
}
.div-prices .slick-prev:before,
.div-prices .slick-next:before {
  border-radius: 2px;
  font-weight: bold;
  font-size: 15px !important;
  color: #fffdfd !important;
  font-family: "icomoon" !important;
  vertical-align: middle;
  cursor: pointer !important;
  background: #1a1a1a;
  padding: 3px;
}
.div-products .slick-next:before,
.div-prices .slick-next:before {
  content: "\e907" !important;
}
.div-products .slick-prev:before,
.div-prices .slick-prev:before {
  content: "\e906" !important;
}
.slick-slider {
  margin-bottom: 4rem !important;
}
.slider_cat.slick-slider {
  margin-bottom: 0.5rem !important;
}
.div-products .slick-slide img {
  width: 100%;
  display: block;
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}
.div_posts a:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}

.card_product {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 5px;
  padding: 0 !important;
}

.div_posts .card_product_info {
  background-color: #ffffff00 !important;
}
.div-products .slick-slide:hover .card_product {
  filter: brightness(100%);
  transition: 0.7s;
}

.slick-initialized .slick-slide {
  height: auto !important;
  margin-left: 5px;
  margin-right: 5px;
}

.div-products .slick-prev {
  right: auto !important;
  left: 3.3rem !important;
}
.div-products .slick-next {
  right: auto !important;
  left: 1rem !important;
}
.div-products .slick-prev,
.div-products .slick-next {
  bottom: auto !important;
  top: -25px !important;
}
.div-products .slick-prev:hover,
.div-products .slick-next:hover {
  color: #444444 !important;
}
.card_product_info {
  border: 0 !important;
}
.card_product_info button,
.components-button {
  box-shadow: none !important;
  background-color: #0b5f7c;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  border: 0 !important;
  margin-top: 10px;
  transition: all 0.4s;
}
.card_product_info button a,
.components-button span {
  color: #ffffff;
  font-size: 14px;
}
.card_product_info button:hover,
.components-button:hover {
  background-color: #b59477;
  color: #333;
}
.card_product_info h4 {
  line-height: 1.3rem;
  color: #000000de;
  font-size: 15px;
}
.card_product_info .title_price2 {
  font-size: 15px;
  color: #3b3b3b;
  font-weight: 500;
}
.card_product_info .title_price {
  font-size: 15px;
  color: #63b52a;
  font-weight: 500;
}
.card-body-style_product {
  margin: 1rem 0;
  text-align: center;
  font-size: 14px;
  /* text-align: justify; */
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card-body-style_product span {
  color: #000000 !important;
  font-weight: 600;
}
.old_price {
  color: #950000;
  text-decoration: line-through;
  font-weight: 500;
}
.btn_sale {
  top: 4px;
  background: none repeat scroll 0 0 #ff9800;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 33px;
  position: absolute;
  right: 3px;
  text-align: center;
  width: 81px;
  padding: 0;
  border: 0;
}
@media (max-width: 1199px) and (min-width: 850px) {
  .card_product_info h4 {
    height: 35px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .div-products .slick-slide img {
    height: 190px;
  }
  .logo_text span {
    display: block;
  }
}
@media (max-width: 992px) and (min-width: 850px) {
  .div-products .slick-slide img {
    height: 150px;
  }
}
@media (max-width: 849px) {
  .container-text-cats {
    margin-top: 4rem;
  }
  .container-text-cats {
    padding-bottom: 0 !important;
  }
  .div-products .slick-slide img {
    height: 150px;
  }
}
@media (max-width: 529px) {
  .div-products .slick-slide img {
    height: 150px;
  }
  .div-products img {
    height: 220px;
  }
}
@media (max-width: 400px) {
  .titles_style2 h4 {
    font-size: 30px;
  }
}
/* cards style */
.div-products {
  margin-bottom: 0 !important;
  background-color: #0b5f7c;
  border-radius: 30px;
  padding: 30px 30px 20px 30px;
}
.div-products .slick-slide {
  padding-left: 0.5rem;
  padding-bottom: 0.6rem;
  padding-right: 0.5rem;
}

.col-doctors h5 {
  color: #242424;
}
.col-doctors p {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 1.25rem;
  height: 60px;
}
.card-doctors {
  border: 1px solid #939393;
  border-radius: 2px;
  text-align: center;
}
.col-doctors .card-title {
  height: 35px;
}

.col-doctors img {
  padding: 0;
  margin: 0;
  height: 230px;
}
.card-doctors:hover img {
  opacity: 0.8;
}
@media (max-width: 1199px) and (min-width: 1101px) {
  .col-doctors img {
    height: 200px;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .col-doctors img {
    height: 180px;
  }
  .col-doctors p {
    height: 90px;
  }
}
@media (max-width: 565px) and (min-width: 530px) {
  .col-doctors img {
    height: 160px;
  }
  .col-doctors p {
    height: 90px;
  }
}
@media (max-width: 529px) and (min-width: 420px) {
  .col-doctors img {
    height: 270px;
  }
  .col-doctors p {
    height: 60px;
  }
}

.card_cats h4,
.card_dl_style h4 {
  padding-top: 2rem;
  font-size: 20px;
  color: #fff !important;
  font-weight: 500;
}
.card_cats span,
.card_dl_style span {
  font-size: 14px;
  color: #d8d8d8;
  font-weight: 400;
}

/*********************************************** form turn *******************************************/
.mb_parallax_overlay2 h4,
h3 {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
  z-index: 2;
  position: relative;
}
.paralsec3 .mb_parallax_overlay2 {
  z-index: 100;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.paralsec3 .mb_parallax_overlay2 h4 {
  color: #fff !important;
}
.paralsec3 .mb_parallax_overlay2 h3 {
  color: #fff !important;
  font-weight: 600;
  line-height: 2rem;
}
.paralsec2 {
  margin-bottom: 4rem;
  margin-top: 2rem;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  cursor: default;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: 100%;
  position: relative;
  height: 100%;
  text-align: right;
  background-repeat: no-repeat;
  width: 100%;
  padding: 10rem 0;
}

.paralsec2:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.btn-paralax {
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 7px;
  font-size: 22px;
  padding: 0.5rem 2rem;
}
.btn-paralax:hover {
  color: #ededed;
  background-color: #1a1a1a;
}
/* form */
.form-turn h2 {
  color: #191919;
  margin-bottom: 2rem;
}
.form-turn input {
  padding: 0.65rem;
}
.form-turn input,
.form-turn select,
.form-turn textarea {
  border-radius: 5px !important;
  font-size: 13px !important;
}
.form-turn select,
.form-turn select option {
  color: #7d7d7d !important;
  font-weight: 400 !important;
  padding-right: 4px !important;
}
.form-turn input:focus,
.form-turn select:focus,
.form-turn select option,
.form-turn textarea:focus,
.comment-respond input:focus,
.comment-respond textarea:focus {
  border-color: #1a1a1a;
}
.form-turn select:focus option {
  border-color: #1a1a1a !important;
  border-radius: 5px !important;
}
.btn:focus {
  outline: none !important;
}
.btn-turn-form {
  box-shadow: 0 1px 3px 1px rgba(74, 74, 74, 0.4);
  background-color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 3px 25px;
  text-align: center;
}
.btn-turn-form:hover {
  background-color: #ffdcdc;
}
@media (max-width: 400px) {
  .div-alert span {
    font-size: 13px;
  }
}

@media (max-width: 1020px) and (min-width: 992px) {
  .mb_parallax_overlay p {
    font-size: 32px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mb_parallax_overlay p {
    font-size: 28px;
  }
}
@media (max-width: 767px) and (min-width: 567px) {
  .mb_parallax_overlay p {
    font-size: 23px;
  }
  .paralsec1 {
    height: 300px;
  }
  .mb_parallax_overlay {
    padding-top: 3.5rem !important;
  }
}
@media (max-width: 566px) and (min-width: 510px) {
  .mb_parallax_overlay p {
    font-size: 20px;
  }
  .paralsec1 {
    height: 250px;
  }
  .mb_parallax_overlay {
    padding-top: 1.5rem !important;
  }
}
@media (max-width: 509px) and (min-width: 401px) {
  .mb_parallax_overlay p {
    font-size: 16px;
    line-height: 2rem;
  }
  .btn-paralax {
    font-size: 18px;
  }
  .paralsec1 {
    height: 200px;
  }

  .mb_parallax_overlay {
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 400px) {
  .mb_parallax_overlay p {
    font-size: 14px;
    line-height: 2rem;
    padding: 0 1rem;
  }
  .btn-paralax {
    font-size: 16px;
  }
  .paralsec1 {
    height: 200px;
  }

  .mb_parallax_overlay {
    padding-top: 1rem !important;
  }
}
/*********************************************** main list blog *******************************************/
.div-blog {
  margin-top: 1rem;
}
.col-blog {
  margin-bottom: 7px;
}
.card-blog {
  border: 1px solid #909090 !important;
}
.col-blog img {
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  padding: 0;
}
.col-blog img:hover {
  opacity: 0.8;
  border: 1px solid #2e2e2e;
}
.card-blog:hover .title_blog {
  color: #1a1a1a;
}
.title_blog {
  color: #1a1a1a;
  font-size: 18px;
  text-align: center;
  padding-top: 1rem;
  height: 60px;
  line-height: 1.5rem;
}
.text_blog {
  height: 45px;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: #303030;
}
.col-blog span {
  text-align: right;
}
.col-blog span:hover {
  color: #1a1a1a;
}
.col-blog span,
.col-blog i {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: bold;
}
.col-blog i {
  vertical-align: middle;
  padding-right: 2px;
}

@media (min-width: 1300px) {
  .title_blog {
    height: 60px;
  }
  .text_blog {
    height: 45px;
  }
}
@media (max-width: 1299px) and (min-width: 1050px) {
  .title_blog {
    height: 78px;
  }
  .text_blog {
    height: 58px;
  }
}
@media (max-width: 1049px) and (min-width: 992px) {
  .title_blog {
    height: 85px;
  }
  .text_blog {
    height: 75px;
  }
}
@media (max-width: 991px) and (min-width: 360px) {
  .title_blog {
    height: 60px;
  }
  .text_blog {
    height: 40px;
  }
}
@media (max-width: 359px) {
  .title_blog {
    height: 75px;
  }
  .text_blog {
    height: 55px;
  }
}
@media (min-width: 1700px) {
  .col-blog img {
    height: 280px;
  }
}
@media (max-width: 1699px) and (min-width: 1480px) {
  .col-blog img {
    height: 250px;
  }
}

@media (max-width: 1479px) and (min-width: 1300px) {
  .col-blog img {
    height: 210px;
  }
}
@media (max-width: 1299px) and (min-width: 1199px) {
  .col-blog img {
    height: 185px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .col-blog img {
    height: 140px;
  }
}
@media (max-width: 991px) and (min-width: 750px) {
  .col-blog img {
    height: 230px;
  }
}
@media (max-width: 749px) and (min-width: 657px) {
  .col-blog img {
    height: 210px;
  }
}
@media (max-width: 656px) and (min-width: 505px) {
  .col-blog {
    margin: 0.5rem 5rem;
  }
  .col-blog img {
    height: 310px;
  }
}
@media (max-width: 504px) and (min-width: 380px) {
  .col-blog img {
    height: 240px;
  }
}

@media (max-width: 379px) and (min-width: 330px) {
  .col-blog img {
    height: 180px;
  }
}
@media (max-width: 329px) {
  .col-blog img {
    height: 160px;
  }
}
/*********************************************** footer *******************************************/
.logo_text {
  padding:  10px 0 10px 0 !important;
  margin-bottom: auto;
  margin-top: auto;
}
.footer .footer-link {
  color: white;
  font-weight: 600;
}
.logo_text .header_title {
  display: inherit;
  margin-right: 1rem;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2rem;
  /* font-family: sans-serif !important; */
}
.footer .logo_text .header_title {
  color: #fff;
}
.footer .footer_ul_amrc ul {
  padding-inline-start: 0px !important;
}
.logo_text .header_desc {
  padding-bottom: 5px;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 500;
  margin: 0;
  line-height: 1.2rem;
}
.row_navbar {
  width: 100%;
}
.text-white {
  color: white;
}
.footer {
  border-top: 1px solid #0b5f7c;
  width: 100%;
  min-height: 200px;
  background-color: #0b5f7c !important;
}
#footer {
  /* margin-top: 100px;
  position: relative; */
}
.footer-divider {
  position: relative;
  transform: rotate(180deg);
  width: 100%;
  top: 20px;
}
.site-stats-box {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  max-width: 420px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.stat-icon {
  font-size: 26px;
}

.stat-content {
  display: flex;
  flex-direction: row-reverse;
  line-height: 1.2;
}

.stat-number {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.stat-label {
  font-size: 16px;
}
.footer h6,
.footer p {
  cursor: default;
  color: #ffffff;
  line-height: 2.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer p {
  text-align: center;
  padding: 0 1rem;
  margin: 4px 0 9px 0;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 2rem;
}
.footer h6 {
  text-align: center !important;
  font-size: 17px;
  font-weight: 500;
}
.footer ul li a {
  font-size: 14px;
}
.footer ul li a:hover {
  color: #2c2c2c;
}
.headin5_amrc img {
  width: 75px;
  margin-top: 0.3rem;
}
.social-div img {
  border-radius: 4px;
}
.social_footer_ul,
.social_footer_ul2 {
  color: #000000;
  display: flex;
  margin: 15px auto 0 auto;
  list-style-type: none;
  text-align: center;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.social_footer_ul i,
.social_footer_ul2 i {
  font-size: 27px;
  color: #0b5f7c;
}
footer .social_footer_ul i,
footer .social_footer_ul2 i {
  font-size: 27px;
  color: #ffffff;
}
footer .social_footer_ul i:hover,
footer .social_footer_ul2 i:hover {
  color: #ffffff9a !important;
}

.social_footer_ul li,
.social_footer_ul2 li {
  padding-left: 0.9rem;
  padding-top: 0;
  float: left;
  cursor: pointer;
}
.links-div {
  margin-top: 2rem;
}
.counseling_link svg {
  color: #ffffff !important;
  width: 30px;
  margin-right: 5px;
  margin-top: 7px;
}
.counseling_link p {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.counseling_link span {
  font-weight: 500;
  font-size: 12px;
  display: block;
}
.counseling_link a {
  display: block;
  font-weight: 500;
}
.counseling_link a:hover {
  color: #fa3c08 !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footer p {
    margin: 3px 0 3px 0;
  }
  .social_footer_ul li {
    padding-top: 9px !important;
  }
}
@media (max-width: 991px) {
  .footer p {
    margin: 1px 0 1px 0;
  }
  .links-div {
    margin-top: 0.5rem;
  }
}

.line_footer {
  background-color: #fbfbfb !important;
  margin: 0;
}
.pt2 {
  padding-top: 25px;
  margin-bottom: 2rem;
}

.mb10 {
  padding-bottom: 15px;
}
.col_white_amrc ul {
  padding: 0;
}
.footer_ul_amrc {
  padding: 1rem 0 0 0;
}
.footer_ul_amrc2 {
  padding: 0;
}

.footer_ul_amrc {
  margin-top: 0 !important;
}
.footer_ul_amrc li,
.footer_ul_amrc2 li {
  margin: 0;
  text-align: right;
  list-style-type: none;
  font-size: 16px;
}
.footer_ul_amrc li {
  padding: 0 0 0.85rem 0;
  text-align: center;
}
.footer_ul_amrc2 li {
  padding: 0 0 1rem 0;
}
.footer_ul_amrc li a,
.footer_ul_amrc2 li a {
  font-weight: 500;
  color: #ffffff;
  margin-top: 1rem;
}
.footer_ul_amrc li a:hover,
.footer_ul_amrc2 li a:hover {
  color: #e0e0e0 !important;
  text-decoration: none;
}

.footer_ul_amrc2 img {
  margin-top: 0;
  border-radius: 3px;
  width: 160px;
}
.footer_ul_amrc2 img:hover {
  opacity: 0.8;
}

.footer_bottom {
  background-color: #fff !important;
  padding-top: 0.5rem;
  border-top: 1px solid #dedede;
}
.footer_bottom p {
  font-weight: 400 !important;
  color: #535353 !important;
  font-size: 12px;
}
.copy_right p {
  color: #e1e1e1;
  font-size: 12px;
}
.fartak .fartaak {
  color: #878787;
  font-weight: 600 !important;
  font-size: 12px;
}
.fartak .almas {
  color: #878787;
  font-weight: 600 !important;
  font-size: 12px;
}
.fartak .fartaak:hover {
  color: #9900cc;
}
.fartak .almas:hover {
  color: #4a64e6;
}
.fartak p {
  color: #e1e1e1;
}

@media (max-width: 767px) and (min-width: 657px) {
  .links-div {
    padding-right: 3rem !important;
  }
  .mb_parallax_overlay2 h4 {
    font-size: 22px;
  }
}
@media (max-width: 656px) {
  .col_white_amrc,
  .line_footer,
  .footer_ul_amrc li {
    text-align: center !important;
  }
  .links-div {
    margin-top: 1rem;
  }
  .mb_parallax_overlay2 h4 {
    font-size: 19px;
    line-height: 3rem;
  }
  .mb_parallax_overlay2 h3 {
    font-size: 25px;
  }
}

@media (max-width: 506px) {
  .social-div {
    margin-top: 0 !important;
  }
  .mb_parallax_overlay2 h4 {
    font-size: 19px;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .mb_parallax_overlay2 h3 {
    font-size: 21px;
  }
}

@media (max-width: 800px) {
  .footer_contact,
  .social_footer_ul,
  .footer_ul_amrc {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .social_footer_ul li {
    padding-bottom: 9px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .footer_ul_amrc2 img {
    width: 140px;
    margin-top: 1.9rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .social-div {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) and (min-width: 380px) {
  .headin5_amrc img {
    width: 30%;
  }
}
@media (max-width: 379px) {
  .headin5_amrc img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .fartak {
    text-align: center !important;
  }
  .footer_ul_amrc li a {
    text-align: center !important;
  }
  .footer_ul_amrc2 {
    padding: 0 !important;
  }
  .footer_ul_amrc2 img {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .footer_ul_amrc2 img {
    width: 100px;
  }
  .paralsec2 {
    margin-top: 1rem;
    padding: 5rem 0px;
  }
  .container_features {
    margin-top: 1.5rem;
  }
}

.social-div img {
  width: 75px;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #0b5f7c;
  margin-top: 35px;
}
.social_footer_ul {
  color: #d5d5d5;
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.social_footer_ul i {
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
}
.social_footer_ul i:hover,
.list_phone:hover a,
.list_phone:hover i,
.social_footer_ul2 i:hover {
  color: #0b607cbb !important;
}
.social_footer_ul li {
  padding-left: 0.6rem;
  padding-top: 2px;
  float: left;
  cursor: pointer;
}
.social_footer_ul li a {
  color: #2346ca;
}

/* ********************************* list page ******************************** */
.carousel-list img {
  height: 350px;
  object-fit: cover;
}
.card_blog {
  border: 0;
  padding-right: 5px;
  margin-bottom: 1rem;
  color: #6d6d6d !important;
  font-size: 15px;
  list-style-type: none;
  cursor: pointer;
  font-weight: 300;
  border-radius: 10px !important;
  background-color: #ffffff00 !important;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.card_blog:hover img {
  filter: brightness(80%);
  transition: 0.5s;
}
.card_blog h5 {
  color: #030303;
}
.div-list-blog .col-blog {
  margin-bottom: 2rem !important;
}
.card-border1 p {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 2rem;
  text-align: justify;
}
.card-border1 .card-date {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}
.card-border1 .card-cat {
  font-size: 13px;
  padding: 5px !important;
  color: #000000;
  border: 1px solid rgb(210 210 210);
}
.card-border1 .card-cat:hover {
  border: 1px solid #0b5f7c;
}
.button-radius {
  position: relative;
  border: 1px solid #eaeaea;
  min-height: 34px;
  background: #fff;
  display: inline-block;
  width: auto;
  line-height: 30px;
  color: #666666;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 14px;
}

.button-radius:after {
  padding-top: 2px;
  font-family: "icomoon";
  content: "\e906";
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  width: 28px;
  height: 28px;
  background-color: #0b5f7c;
  border-radius: 90%;
  text-align: center;
  line-height: 26px;
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 2px;
  overflow: hidden;
  font-weight: 700;
}

.button-radius:hover {
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: #1a1a1a;
  padding-right: 20px;
  padding-left: 30px;
}
@media (max-width: 991px) and (min-width: 600px) {
  .carousel-list img {
    height: 250px;
  }
}
@media (max-width: 599px) and (min-width: 400px) {
  .carousel-list img {
    height: 200px;
  }
}
@media (max-width: 399px) {
  .carousel-list img {
    height: 150px;
  }
}

/* breadcrump */
@media (min-width: 450px) {
  .container-bread {
    margin-top: 1rem;
  }
}
.bread-custom {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: #eaf8fb;
  margin-bottom: 1rem;
  direction: rtl !important;
  font-size: 16px;
}
.bread-custom li {
  font-size: 14px;
  float: right;
}
.bread-custom li a {
  color: #000000 !important;
  font-weight: 400;
}
.bread-custom li a:hover {
  color: #1d1d1d !important;
  font-weight: 400;
}
.bread-custom .active {
  cursor: default !important;
  color: #000000;
  font-weight: 400;
}
.div-list-doctors .col-doctors {
  margin-bottom: 2rem;
}
@media (max-width: 1199px) and (min-width: 1101px) {
  .div-list-doctors img {
    height: 180px !important;
  }
  .div-list-doctors p {
    height: 80px !important;
  }
}
@media (max-width: 799px) and (min-width: 768px) {
  .div-list-doctors p {
    height: 80px !important;
  }
}
@media (max-width: 330px) {
  .div-list-doctors p {
    height: 80px !important;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .div-list-doctors img {
    height: 160px !important;
  }
}
@media (max-width: 656px) and (min-width: 530px) {
  .div-list-doctors img {
    height: 280px !important;
  }
}
@media (max-width: 480px) and (min-width: 400px) {
  .div-list-doctors img {
    height: 220px !important;
  }
}
@media (max-width: 380px) {
  .div-list-doctors img {
    height: 170px !important;
  }
}
/* sidebar */
@media (min-width: 1254px) {
  .div-sidebar {
    margin-top: 3.4rem;
  }
}
@media (max-width: 1253px) and (min-width: 768px) {
  .div-sidebar {
    margin-top: 3.5rem;
  }
}

@media (max-width: 920px) and (min-width: 768px) {
  .div-list-blog img {
    height: 180px !important;
  }
}

/* search */
.search-blog button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0 !important;
  border-radius: 30px 0 0 30px !important;
  background: #fff;
}
.search-blog input {
  border: 1px solid rgb(122 122 122 / 10%);
  border-left: 0 !important;
  border-radius: 0 30px 30px 0 !important;
}
.search-blog i {
  font-size: 19px;
  color: #888888;
  vertical-align: middle;
}
.search-blog button:hover .icon-search {
  color: #383838 !important;
}
.search_top button:hover .icon-search {
  color: rgba(78, 78, 78, 0.7);
}
.search-blog {
  margin-bottom: 5px;
}
.btn-search i {
  cursor: pointer !important;
}
/* categories */
.cats_blog,
.most_popular {
  border: 0;
  text-align: right;
  background-color: #a1959500;
  margin-top: 0.6rem;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.cats_blog i,
.most_popular i {
  cursor: default;
  font-size: 15px;
  color: #000000 !important;
  font-weight: 500;
  vertical-align: middle;
}
.cats_blog p,
.most_popular p {
  cursor: default;
  text-align: right;
  font-size: 15px;
  padding: 0.5rem 0.5rem 0 0.5rem;
  color: #000000;
  font-weight: 500;
}
.popular_txt p {
  padding: 0.5rem 0 0 0 !important;
}

.popular_txt p del {
  font-size: 13px;
  color: #000000;
}
.cats_blog ul,
.most_popular ul {
  padding-right: 0 !important;
}
.cats_blog ul li:last-child,
.most_popular ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cats_blog ul li,
.most_popular ul li {
  padding-right: 5px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #6d6d6d !important;
  font-size: 15px;
  list-style-type: none;
  cursor: pointer;
  font-weight: 300;
}
.cats_blog ul li img {
  width: 40px;
  height: 30px;
  padding: 0;
}
.most_popular ul li img {
  width: 60px;
  padding: 0;
  height: 50px;
}

.cats_blog ul li img:hover,
.cats_blog ul li:hover .img_cats,
.most_popular ul li img:hover,
.most_popular ul li:hover .img_cats {
  filter: brightness(80%);
}
.cats_blog ul li a {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}
.most_popular ul li a {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
}
.cats_blog ul li a:hover,
.cats_blog ul li a:focus,
.cats_blog ul li:hover .link_cats,
.most_popular ul li a:hover,
.most_popular ul li a:focus,
.most_popular ul li:hover .link_cats {
  color: #9c9b9b !important;
  transition: 0.2s;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cats_blog ul li a {
    font-size: 13px;
  }
  .most_popular ul li a {
    font-size: 13px;
  }
  .cats_blog ul li img {
    width: 30px;
    height: 25px;
  }
  .logo_text h1,
  .logo_text p {
    margin-left: 0;
  }
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .most_popular ul li a {
    font-size: 13px;
  }
  .most_popular ul li img {
    width: 50px;
    height: 45px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .popular_txt {
    float: right !important;
  }
  .most_popular ul li img {
    width: 40px;
    height: 35px;
  }
}
@media (max-width: 767px) and (min-width: 360px) {
  .popular_txt {
    float: right !important;
    padding-right: 1rem;
  }
  .logo_text h1,
  .logo_text p {
    margin-left: 0;
  }
}
@media (max-width: 359px) {
  .popular_txt {
    float: right !important;
    padding-right: 1rem;
  }
  .most_popular ul li img {
    width: 40px;
    height: 35px;
  }
  .most_popular ul li a {
    font-size: 12px;
  }
  .logo_text h1,
  .logo_text p {
    margin-left: 0;
  }
}

/*custom pagination */
.custom-pagination {
  text-align: center;
  direction: rtl !important;
  padding-bottom: 1.5rem !important;
}
.pagination {
  display: inline-block;
}
.custom-pagination ul {
  list-style: in;
}
.custom-pagination a,
.custom-pagination span {
  text-decoration: none;
  padding: 0 10px;
  border-radius: 3px;
}
.custom-pagination a {
  font-size: 14px;
  color: #6c6c6c;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
.custom-pagination span {
  border: 1px solid #1a1a1a;
  color: #ffffff;
  background-color: #1a1a1a;
}

.custom-pagination a:hover {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
}

/* ********************************* single ******************************** */
/* image single */
.box8 {
  cursor: pointer;
}
.box8 .icon,
.box8 .title {
  margin: 0 !important;
  position: absolute !important;
}
.box8 {
  position: relative;
}
.box8 img {
  margin-bottom: 0 !important;
  width: 100%;
}
.box8 .title,
.cat_box8 .title {
  background: #1a1a1a !important;
  font-size: 14px !important;
  color: #fff !important;
}

.box8 .title:hover,
.cat_box8 .title:hover {
  background: #1a1a1a !important;
  color: #fff !important;
  opacity: 1 !important;
}
.box8 .title,
.cat_box8 .title {
  opacity: 0.8;
  padding: 5px 7px;
  border-radius: 5px;
  font-weight: 600;
  top: 20px;
  right: 20px;
  transition: all 0.9s ease 0s;
}

.box8 .icon li a {
  transition: all 0.35s ease 0s;
}

@media only screen and (max-width: 990px) {
  .box8 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .box8 img {
    height: 150px;
  }
}
@media (max-width: 656px) and (min-width: 450px) {
  .box8 img {
    height: 300px;
  }
}
.container_gallery img {
  margin-bottom: 0 !important;
}
.container_gallery .slider-nav .slick-slide {
  padding: 5px !important;
}
.container_gallery .slider-nav .slick-list .slick-slide img {
  height: 120px !important;
  object-fit: cover;
}

.single-service-box {
  flex-direction: column;
  flex-wrap: nowrap;
  display: flex;
}
.single-service-box .single-slider-nav {
  margin-top: 7rem;
}
@media screen and (max-width: 992px) {
  .container_gallery .slider-nav .slick-list .slick-slide img {
    height: 70px;
  }
  .single-service-box {
    flex-direction: column-reverse;
  }
  .single-service-box .single-slider-nav {
    margin-top: 0;
  }
}
.rel_title p {
  font-weight: bold;
  color: #2c2c2c;
  font-size: 18px;
}
.card_header_style {
  padding: 0 0 0.5rem 0 !important;
  background: transparent !important;
}

.single-content h1 {
  font-size: 25px !important;
  color: #3f3e3e !important;
  line-height: 3rem !important;
  font-weight: 500;
}
@media (max-width: 500px) {
  .single-content h1 {
    font-size: 22px !important;
  }
  .single-content h2 {
    font-size: 20px !important;
  }
  .single-content h3 {
    font-size: 18px !important;
  }
  .single-content h4 {
    font-size: 17px !important;
  }
  .single-content p {
    font-size: 15px !important;
  }
}

/* single post */
.post_top,
.post_rel {
  padding: 1rem 2rem;
  background-color: #ffffff40;
  border-radius: 3px;
  box-shadow: 1px 4px 20px 1px rgba(0, 0, 0, 0.1);
  cursor: default;
  padding-top: 35px;
  margin-top: 2px;
}
.post_top2 {
  margin-top: 2px;
  margin-bottom: 1rem;
  padding: 0 !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.post_top2 h1 {
  font-size: 30px !important;
  line-height: 3rem !important;
}
.post_top2 h2 {
  font-size: 22px !important;
  line-height: 2rem !important;
}
.doctor_info {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .doctor_info {
    text-align: center;
  }
}
.doctor_info .w-btn {
  width: 60%;
}
.title_info,
.title_social {
  color: #000000ed;
  font-weight: bold;
}
.title_social a {
  font-size: 18px;
  padding-right: 2px;
  font-weight: 400;
}

.title_info a {
  color: #515151;
  font-weight: 400;
  line-height: 1.5rem !important;
}
@media (max-width: 656px) {
  .post_top,
  .post_rel {
    padding: 1rem 1rem;
  }
}

.rel_title p {
  font-weight: bold;
  color: #2c2c2c;
  font-size: 18px;
}
.card_header_style {
  padding: 0 0 0.5rem 0 !important;
  background: transparent !important;
}

.single-content h1 {
  font-size: 28px !important;
  color: #000 !important;
  line-height: 3rem !important;
}
/* single social */
.div-social p,
.div-social {
  color: #000000 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin: 0 !important;
}
.share-social i,
.share-social2 i {
  color: #0b5f7c;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}

.share-social a,
.share-social2 a {
  box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-bottom: 5px !important;
  display: inline-block;
}
.share-social a {
  padding: 5px 10px !important;
}
.share-social2 a {
  padding: 0 18px !important;
}
.share-social a:hover,
.share-social2 a:hover {
  transition: 0.5s;
  background-color: #fff;
  color: #ffffff;
  border-color: transparent;
}
.share-social a:hover i,
.share-social2 a:hover i {
  color: #000;
}
/* single content */
.single-content {
  text-align: right;
}
.post_top blockquote {
  text-align: right;
}
.single-content img {
  margin-bottom: 2rem;
}
.single-content p,
.single-content {
  line-height: 3rem;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.single-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #414141;
  padding-top: 0.5rem;
}
.single-content h3 {
  font-size: 18px;
  color: #414141;
  padding-top: 0.5rem;
}
.single-content h4 {
  font-size: 16px;
  color: #414141;
  padding-top: 0.5rem;
}
.single-content h5 {
  font-size: 15px;
  color: #414141;
  padding-top: 0.5rem;
}
.single-content h6 {
  font-size: 14px;
  color: #414141;
  padding-top: 0.5rem;
}
.single-content a {
  color: #222222;
}
.single-content a:hover {
  color: #1a1a1a;
}

.single-content img {
  height: 500px;
  max-width: 100% !important;
  cursor: pointer !important;
  border-radius: 5px;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 656px) {
  .single-content img {
    height: 350px;
  }
}
.single-content img:hover {
  filter: brightness(82%);
  transition: 0.5s;
}
.slick-dots li button:before {
  font-size: 30px !important;
}
.img-doctor img {
  max-height: 450px;
  object-fit: cover !important;
}
.img-blog img {
  max-height: 400px;
}
/* single post */
.single-post-info {
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.6rem;
  font-size: 13px;
  font-weight: 400;
}
.single-post-info span,
.single-post-info a {
  color: #000000;
  padding-bottom: 10px;
}
.single-post-info a:hover {
  color: #1a1a1a;
}
.single-post-info i {
  color: #6a6a6a;
  cursor: default;
}
.single-post-info span {
  padding-left: 0.9rem;
  cursor: default;
  line-height: 1rem !important;
}
.single_info_icon {
  padding-top: 0;
}
.single_info_icon {
  padding-left: 3px;
}
.card-tags {
  margin-right: 1rem;
  text-align: right !important;
  margin-bottom: 1rem;
}
.card-tags i {
  padding-left: 5px;
  color: #0b5f7c;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}

.card-tags a {
  color: #0b5f7c;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff00;
  border-radius: 5px;
  padding: 0 5px;
  margin-bottom: 5px !important;
  display: inline-block;
}
.card-tags a:hover {
  color: #1a1a1a;
}

.tags_div {
  text-align: center;
}
@media (max-width: 991px) {
  .cats_break {
    display: block;
  }
  .card_blog {
    padding: 0;
  }
}

.card-body-style3 img {
  object-fit: cover;
  border-radius: 15px;
  height: 300px !important;
  margin-bottom: 1rem !important;
}
@media (max-width: 800px) and (min-width: 768px) {
  .card-body-style {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .card-body-style3 {
    height: 200px;
  }
  .card-body-style3 img {
    height: 170px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .card-body-style3 {
    height: 220px !important;
  }
  .card-body-style3 img {
    height: 200px !important;
  }
  .card-date-title {
    display: none;
  }
}

@media (max-width: 991px) and (max-width: 657px) {
  .card-body-style3 img {
    height: 300px !important;
  }
}
@media (max-width: 656px) {
  .card_blog h5 {
    line-height: 2rem;
  }
}
@media (max-width: 656px) and (min-width: 500px) {
  .card-body-style3 img {
    height: 250px !important;
  }
}
@media (max-width: 499px) and (min-width: 350px) {
  .card-body-style3 img {
    height: 250px !important;
  }
}
@media (max-width: 349px) {
  .card-body-style3 img {
    height: 200px !important;
  }
}
@media (max-width: 499px) {
  .container_div_blog {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* comments */
.list-comments {
  margin-top: 0;
}
.comment-body {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.title_comments {
  font-size: 23px;
  font-weight: 500;
  color: #494949;
}
.comment-list {
  margin-top: 2rem !important;
  padding-right: 0 !important;
  margin-bottom: 3rem;
}
.comment-list li {
  list-style-type: none;
}
.comment-list img {
  border-radius: 15px;
  margin-left: 0.5rem;
}
.comment-author {
  cursor: default;
  font-size: 14px;
  color: #636363;
}
.comment-metadata a {
  color: #636363 !important;
  margin-right: 2.6rem;
}
.comment-content {
  color: #636363 !important;
  font-weight: 400;
  margin-right: 2.6rem;
  margin-top: 1.5rem;
  cursor: default;
}
.comment-content p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.comment-list .reply {
  float: left;
}
.comment-list .reply a {
  color: #1a1a1a !important;
}

.comment-list .reply a:before {
  content: "\e912";
  font-family: "icomoon";
  display: inline-block;
  width: 1.5em;
  color: #1a1a1a !important;
  font-size: 14px;
  vertical-align: middle;
}

.logged-in-as a {
  color: #000000 !important;
  font-size: 14px;
}
.comment-reply-title {
  color: #000000 !important;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2rem;
}
.logged-in-as a:hover {
  color: #1a1a1a !important;
}
.comment-reply-title:before {
  content: "\e915";
  font-family: "icomoon";
  display: inline-block;
  width: 1.7em;
  color: #0b5f7c !important;
  font-size: 18px;
  vertical-align: middle;
}
.comment-form-cookies-consent {
  display: none;
}
.row_input_comment {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-top: 0.6rem;
}

.comment-reply-title a {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
}
#cancel-comment-reply-link {
  color: #1a1a1a !important;
  padding-right: 7px;
}

.screen-reader-text {
  display: none !important;
}
.comment-navigation .nav-links {
  text-align: center;
  font-size: 13px;
}
.comment-navigation .nav-links a {
  color: #adadad !important;
}
.comment-respond {
  margin-top: 3rem;
}

.btn_comment {
  padding: 1rem;
  margin-left: 0.1rem;
  background: #0b5f7c;
  border: 0;
  color: #000000;
}
.btn_comment:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: rgba(116, 116, 116, 0.644);
  transition: 0.3s;
}
.btn:focus {
  box-shadow: none !important;
}
.ajax-success {
  color: #00816a;
}
.ajax-error {
  color: red;
}
.comment-author a {
  color: #353535;
  font-weight: 500;
}
.comment-content a {
  color: #353535;
}
.comment-author a:hover {
  color: #353535;
  font-weight: 500;
}
@media (max-width: 767px) {
  .row_input_comment {
    margin-top: 0;
  }
}

/*  **************** contact page **************************/
.contact_content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contact_content h2 {
  line-height: 2.5rem;
  font-size: 22px;
  color: rgb(0, 0, 0);
}
.contact_content p,
.contact_content {
  text-align: justify;
  line-height: 3rem;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.contact_content a {
  color: #000000;
}
.post_info_title {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: bold;
}
.single-content2 a:hover {
  color: #aaaaaa;
}
.post_info i {
  vertical-align: middle;
  color: #000000;
  font-size: 26px;
  margin-left: 5px;
}
.post_info p {
  color: #7a7a7a !important;
  font-size: 12px;
  font-weight: 500;
}
.post_info h3 {
  font-size: 14px;
  font-weight: bold;
}
.contact_info {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
}

.hover_contact_item:hover .contact_icon {
  color: #1a1a1a;
}
.hover_contact_item:hover .contact_info {
  color: #1a1a1a !important;
}
.contact-style iframe {
  width: 100% !important;
}

@media (max-width: 991px) {
  .contact-style p {
    padding: 0 !important;
  }
}
@media (max-width: 656px) and (min-width: 400px) {
  .contact_content {
    padding: 1rem 10px !important;
  }
  iframe {
    height: 300px;
  }
}
@media (max-width: 399px) {
  .contact_content {
    padding: 1rem 10px !important;
  }
  iframe {
    height: 270px;
  }
  .post_info_title {
    font-size: 14px;
  }
  .contact_info {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .container_contact {
    padding: 5px !important;
  }
}

/* form contact */

.form-div input[type="text"]:focus,
.form-div input[type="email"]:focus,
.form-div textarea:focus,
.comment-respond input:focus,
.comment-respond textarea:focus {
  border-color: #1a1a1a;
}

.form-div input[type="text"],
.form-div input[type="email"] {
  text-align: right;
  padding: 0.7rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 50px;
  border-radius: 10px;
}
.form-search input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.btn:focus,
.input-group-btn:focus {
  outline: none !important;
}

.form-div button,
.form-div input[type="submit"] {
  background-color: #0b5f7c;
  border: 0;
  color: #000;
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
  width: 150px;
  border-radius: 10px;
}
.form-div input[type="submit"]:hover,
.form-div input[type="submit"]:focus {
  transition: 0.5s;
  background-color: #1a1a1a;
  color: #fff;
}
iframe {
  width: 100%;
}

.form-div textarea {
  font-size: 14px;
  margin-bottom: 1rem;
  border: 1px solid #d6d6d6;
  width: 100%;
  border-radius: 10px;
  padding-right: 10px;
  height: 150px;
}
.form-div button {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.submit_contact button,
.submit_contact input[type="submit"] {
  padding: 1rem !important;
}

/*errors form */
.error {
  border-color: #c31510 !important;
}
@media (min-width: 1200px) {
  .contact_item {
    padding-right: 26px !important;
  }
}
#form_contact label {
  width: 100%;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  font-size: 14px;
  border-color: #c31510 !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}
@media (min-width: 991px) {
  .col-contact-form {
    padding-left: 0 !important;
  }
}

/*  **************** 404 page **************************/
/* 404 page */
@media (min-width: 767px) {
  .container_404 {
    margin-bottom: 20rem;
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .container_404 {
    margin-bottom: 6rem;
    margin-top: 5rem;
  }
}
.btn-404:hover {
  background-color: #1a1a1a;
  border-color: transparent !important;
}
.link-404 {
  color: #1a1a1a;
}
.link-404 {
  color: #1a1a1a;
}
.link-404:hover {
  color: #000000;
}

/*  **************** gallery page **************************/
/* gallery */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  bottom: 20px !important;
  background: none !important;
}

/*  **************** user panel **************************/

/* user panel */
.carousel-panel img {
  height: 170px;
  object-fit: cover;
}
@media (max-width: 767px) and (min-width: 768px) {
  .carousel-panel img {
    height: 150px;
  }
}
@media (max-width: 767px) and (min-width: 431px) {
  .carousel-panel img {
    height: 160px;
  }
}
@media (max-width: 430px) and (min-width: 370px) {
  .carousel-panel img {
    height: 150px;
  }
}
@media (max-width: 369px) {
  .carousel-panel img {
    height: 140px;
  }
}
/*  login back form  */
.mb_parallax_overlay3 {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.mb_parallax_overlay3 h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 4rem;
  text-shadow: 2px 2px #343434;
  text-align: center;
}

.paralsec3 {
  cursor: default;
  height: 30vh;
  background-size: contain;
  background-position: center right;
  position: relative;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .paralsec3 {
    height: 50vh;
  }
}
.paralsec3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(139, 89, 88, 0.432);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
}
#index_banner {
  margin-top: 80px;
}
.form-login {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  margin: 5rem 0;
}
.form-login h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  text-shadow: none !important;
}
.form-login i {
  font-size: 30px;
  color: #1a1a1a !important;
  vertical-align: middle;
}

.form-login input[type="text"],
.form-login input[type="password"] {
  border-radius: 5px !important;
  display: block !important;
  width: 100% !important;
  padding: 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  text-align: left !important;
}
.form-login input[type="text"]:focus,
.form-login input[type="password"]:focus {
  border: 1px solid #1a1a1a !important;
}

.form-login input:focus {
  border-color: #1a1a1a;
}
.form-login input[type="submit"] {
  width: 30% !important;
  background-color: #1a1a1a !important;
  border: 1px solid transparent !important;
  color: #ffffff !important;
  border-radius: 2px !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.form-login input[type="submit"]:hover,
.form-login input[type="submit"]:focus {
  box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4),
    0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.form-login label {
  color: #656565;
  font-weight: 400;
}
.error_msg {
  color: red !important;
  font-size: 13px;
  font-weight: 400;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  font-size: 14px;
}
.title_span {
  font-size: 16px !important;
  padding-left: 5px;
  color: #1a1a1a;
}
/*  login text  */
.text-login p {
  font-size: 19px;
  color: black;
  font-weight: bold;
  line-height: 2rem;
}
.logout-link,
.login-link {
  font-size: 15px;
}
.bread-custom .logout-link i {
  color: red !important;
  vertical-align: middle;
}
.bread-custom .login-link i {
  color: #1a1a1a !important;
  vertical-align: middle;
}

.comments_index {
  text-align: center;
  margin-top: 10px;
}

.comments_index img {
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.comments_index .author_comment {
  color: #535151;
  font-weight: 500;
}

.comments_index .text_comment {
  text-align: justify;
  line-height: 1.5rem;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .text-login {
    padding: 5rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .text-login {
    padding: 5rem 3rem;
  }
}
@media (max-width: 767px) and (min-width: 300px) {
  .text-login {
    padding: 3rem 0 0 0;
  }
}

/*panel user gallery */
.gallery_style .example-image {
  height: 300px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .gallery_style .example-image {
    height: 250px !important;
  }
}
@media (max-width: 991px) and (min-width: 900px) {
  .gallery_style .example-image {
    height: 200px !important;
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .gallery_style .example-image {
    height: 165px !important;
  }
}
@media (max-width: 767px) {
  .gallery_style .example-image {
    height: auto !important;
    max-height: 600px !important;
  }
}

/* form change password */
.change_pass_link {
  color: #535353;
  font-weight: 400;
  font-size: 14px;
}
.change_pass_link:hover {
  color: #222222;
}
@media (max-width: 466px) {
  .list_user_panel {
    float: right;
    padding: 5px 0 0 0;
  }
  /* .paralsec3 {
        height: 30vh;
    } */
  .mb_parallax_overlay2 {
    padding-top: 2.5rem;
  }
}
@media (max-width: 458px) {
  .change_psw_link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.list_user_panel li {
  list-style: none;
}
.success_msg {
  color: #00987d !important;
  font-size: 13px;
  font-weight: 400;
}
/* gallery */
.title_gallery_images {
  margin-top: -15% !important;
  margin-right: 5% !important;
  color: #000 !important;
  z-index: 9999 !important;
  font-size: 14px !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  .title_gallery_images {
    margin-top: -20% !important;
  }
}

#to_top {
  right: auto !important;
  left: 30px;
}

#whatsup_bottom {
  left: auto !important;
  right: 30px;
}

#to_top,
#whatsup_bottom {
  font-size: 0;
  z-index: 999;
  display: none;
  text-align: center;
  color: #ffffff;
  position: fixed;
  right: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transform: 0.5s;
  bottom: 80px;
}

#to_top {
  box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
  height: 44px;
  width: 44px;
  background-color: #0b5f7c;
}

#whatsup_bottom {
  height: 54px;
  width: 54px;
  display: none !important;
}

#whatsup_bottom img:hover {
  filter: brightness(70%);
}

#to_top:before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 2px;
  margin: 0 auto;
  content: "\f077";
  text-align: center;
  padding-top: 10px;
}

#to_top:hover,
#to_top:focus {
  background-color: #fff;
  color: #1a1a1a;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

/*********************************************** list blog in index *******************************************/
.container-index-blog {
  border: 0 !important;
  padding-bottom: 1rem;
}
.card-body-style_blog {
  text-align: right;
}
.card-body-style_blog h4 {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: justify;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.card-body-style_blog h4:hover {
  color: #0b5f7c;
  transition: all 0.4s;
}
.card-body-style_blog span {
  font-size: 12px;
  font-weight: 500;
  color: #818182;
}
#blog {
  margin-top: 100px;
}
.card-body-content-style_blog {
  height: 40px;
}
.card-body-content-style_blog p {
  font-size: 13px;
  text-align: justify;
  font-weight: 500;
  margin: 0;
  line-height: 2em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_index_blog {
  margin-bottom: 0 !important;
  border-radius: 10px;
}
.card_index_blog .card-body {
  /* padding: 1rem !important; */
}
.card_index_blog .div_info_order {
  margin: 0.5rem 0 !important;
}
#slider_blog {
  margin-bottom: 2.5rem !important;
}
@media (max-width: 991px) {
  .card-body-style_blog h4 {
    font-size: 15px;
  }
}

.div-blog {
  margin-top: 0.7rem;
  margin-bottom: 1rem;
}
.col-blog {
  margin-bottom: 2rem;
}
.card-blog {
  border: 1px solid #9d9d9d;
  margin: 0 !important;
}
.blog-content {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column-reverse;
}
.blog-content .view {
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.col-blog img {
  border: 0;
  padding: 0;
  margin: 0;
}
.line_title {
  width: 50%;
  float: right;
  box-shadow: 0 2px 5px 1px rgba(53, 53, 53, 0.5);
}

.card-blog:hover .line_title {
  width: 90%;
  transition: 0.8s ease-in-out;
}

.title_blog {
  font-size: 16px;
  text-align: right;
  padding: 1rem 10px 1rem 10px;
  line-height: 1.5rem;
}
.title_list {
  margin-top: 4rem;
}
.text_blog {
  padding: 1rem 10px 1rem 10px;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #303030;
}
.btn-blog {
  text-align: center;
  background-color: transparent;
  color: #ededed;
  border-radius: 30px;
  font-size: 24px;
  padding: 0.5rem 2rem;
}
.btn-blog:hover {
  color: #ededed;
  background-color: rgba(69, 69, 69, 0.3);
}

@media (min-width: 1700px) {
  .col-blog img {
    height: 250px;
  }
}
@media (max-width: 1699px) and (min-width: 1480px) {
  .col-blog img {
    height: 220px;
  }
}

@media (max-width: 1479px) and (min-width: 1300px) {
  .col-blog img {
    height: 210px;
  }
}
@media (max-width: 1299px) and (min-width: 1199px) {
  .col-blog img {
    height: 185px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .col-blog img {
    height: 160px;
  }
}
@media (max-width: 991px) and (min-width: 750px) {
  .col-blog img {
    height: 280px;
  }
}
@media (max-width: 749px) and (min-width: 657px) {
  .col-blog img {
    height: 210px;
  }
}
@media (max-width: 656px) and (min-width: 505px) {
  .col-blog {
    margin: 0.5rem 5rem;
  }
  .col-blog img {
    height: 270px;
  }
}
@media (max-width: 504px) and (min-width: 380px) {
  .col-blog img {
    height: 220px;
  }
}

@media (max-width: 379px) and (min-width: 330px) {
  .col-blog img {
    height: 180px;
  }
}
@media (max-width: 329px) {
  .col-blog img {
    height: 160px;
  }
}

/***********************************************  about us index *******************************************/
.container_about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
}
.container_about img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.7);
}
.img-container .title_about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 70px;
}
@media screen and (min-width: 1750px) {
}
@media screen and (max-width: 1600px) {
  .img-container .title_about h2 a {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .img-container .title_about h2 a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .img-container .title_about h2 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .img-container .title_about h2 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .img-container .title_about h2 a {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .img-container .title_about h2 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  .img-container .title_about h2 a {
    font-size: 16px;
  }
}
.img-container .title_about h2 a {
  color: white;
}
.card-about {
  background-color: transparent !important;
  border: none;
}
.card-about-header {
  border: none;
}
.div_about_text {
}
.title_about h4 {
  text-align: right;
  font-size: 28px;
  font-weight: 500;
}
.title_about span {
  font-size: 18px;
  color: #0c0c0c;
  font-weight: 500;
}
.container_about .content_about {
  font-weight: 400;
  padding: 0;
}
.container_about .content_about p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2em;
  text-align: justify;
}
.card-about {
  border-radius: 7px;
}

.btn-about {
  float: left;
  color: #ffffff;
  border-radius: 7px;
  font-size: 22px;
}
.btn-about:hover {
  color: #ededed;
}
/* card img hover */
.hm-black-strong {
  position: relative;
}

.hm-black-strong img {
  width: 100%;
  vertical-align: top;
}
.hm-black-strong:after {
  border-radius: 5px;
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(43, 43, 43, 0.3);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.card-about:hover .hm-black-strong:after,
.card-blog:hover .hm-black-strong:after,
.hm-black-strong:hover:after {
  opacity: 1;
  transition: 0.7s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 1070px) {
  .container_about img {
    height: 300px;
  }
  .paralsec1 {
    margin-top: -2.4% !important;
  }
}
@media (max-width: 1069px) and (min-width: 993px) {
  .container_about img {
    height: 280px;
  }
  .paralsec1 {
    margin-top: -2.4% !important;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .container_about img {
    height: 550px;
  }
  .paralsec1 {
    margin-top: -2.4% !important;
  }
}
@media (max-width: 991px) and (min-width: 945px) {
  .container_about img {
    height: 300px;
  }
  .paralsec1 {
    margin-top: -2.5% !important;
  }
  .container_about .content_about {
    padding: 0;
  }
}
@media (max-width: 944px) and (min-width: 768px) {
  .container_about img {
    height: 250px;
  }
  .paralsec1 {
    margin-top: -3.1% !important;
  }
  .container_about .content_about {
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .div_about_text {
    margin-top: -3.2% !important;
  }
}
@media (max-width: 699px) and (min-width: 657px) {
  .div_about_text {
    margin-top: -3.5% !important;
  }
}
@media (max-width: 656px) and (min-width: 600px) {
  .div_about_text {
    margin-top: -4.4% !important;
  }
}
@media (max-width: 599px) and (min-width: 550px) {
  .div_about_text {
    margin-top: -4.9% !important;
  }
}
@media (max-width: 549px) and (min-width: 500px) {
  .div_about_text {
    margin-top: -5.3% !important;
  }
}
@media (max-width: 499px) and (min-width: 450px) {
  .div_about_text {
    margin-top: -5.9% !important;
  }
}
@media (max-width: 449px) and (min-width: 380px) {
  .div_about_text {
    margin-top: -6.5% !important;
  }
}
@media (max-width: 379px) and (min-width: 361px) {
  .div_about_text {
    margin-top: -7.6% !important;
  }
}
@media (max-width: 360px) and (min-width: 321px) {
  .div_about_text {
    margin-top: -8% !important;
  }
}
@media (max-width: 320px) {
  .div_about_text {
    margin-top: -8.9% !important;
  }
}
@media (max-width: 767px) {
  .container_about img {
    height: auto;
    max-height: 500px;
  }
}
@media (max-width: 656px) {
  .container_about .content_about {
    padding: 0;
  }
  .container_about {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-position: bottom;
    width: 100%;
    background-size: contain;
  }
}
@media (min-width: 1880px) {
  .card-about-header {
    padding: 0.6rem;
  }
}
@media (max-width: 1879px) and (min-width: 1828px) {
  .card-about-header {
    padding: 0.55rem;
  }
}
@media (max-width: 1827px) and (min-width: 1800px) {
  .card-about-header {
    padding: 0.54rem;
  }
}
@media (max-width: 1799px) and (min-width: 1765px) {
  .card-about-header {
    padding: 0.53rem;
  }
}
@media (max-width: 1764px) and (min-width: 1725px) {
  .card-about-header {
    padding: 0.5rem;
  }
}
@media (max-width: 1724px) and (min-width: 1680px) {
  .card-about-header {
    padding: 0.46rem;
  }
}
@media (max-width: 1679px) and (min-width: 1600px) {
  .card-about-header {
    padding: 0.42rem;
  }
}
@media (max-width: 1599px) and (min-width: 1500px) {
  .card-about-header {
    padding: 0.35rem;
  }
}
@media (max-width: 1499px) and (min-width: 1430px) {
  .card-about-header {
    padding: 0.3rem;
  }
}
@media (max-width: 1429px) and (min-width: 1390px) {
  .card-about-header {
    padding: 0.27rem;
  }
}
@media (max-width: 1389px) and (min-width: 1350px) {
  .card-about-header {
    padding: 0.24rem;
  }
}
@media (max-width: 1349px) and (min-width: 1285px) {
  .card-about-header {
    padding: 0.2rem;
  }
}
@media (max-width: 1284px) and (min-width: 1220px) {
  .card-about-header {
    padding: 0.15rem;
  }
}
@media (max-width: 1219px) and (min-width: 1050px) {
  .card-about-header {
    padding: 0.05rem;
  }
}
@media (max-width: 899px) and (min-width: 830px) {
  .div_about_text {
    margin-top: -3.3% !important;
  }
}
@media (max-width: 829px) and (min-width: 800px) {
  .div_about_text {
    margin-top: -3.4% !important;
  }
}
@media (max-width: 799px) and (min-width: 768px) {
  .div_about_text {
    margin-top: -3.5% !important;
  }
}
#blog .card img {
  cursor: pointer;
  border-radius: 10px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

/*************faq***********************/
#faq .paralsec3 {
  /* margin-bottom: 4rem; */
  /* margin-top: 2rem; */
  background-image: url(../images/wall.jpg);
  cursor: default;
  background-attachment: unset;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
  text-align: right;
  background-repeat: no-repeat;
  width: 100%;
  padding: 5rem 0;
}
#faq .paralsec3 .mb_parallax_overlay {
  height: 100%;
  padding-top: 0 !important;
  z-index: 1;
  position: relative;
  width: 100%;
}
#faq .paralsec3 .mb_parallax_overlay h3 {
  color: #ffffff !important;
}
#accordion .card-header {
  border: none;
  border-radius: 6px;
  color: #fff;
}
#accordion .card {
  border: 0;
  margin-bottom: 5px;
  background-color: transparent;
}
#accordion .card-header h5 button {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  white-space: inherit !important;
  padding-left: 5px;
  margin-left: 1rem;
  font-size: 17px;
}
#accordion .card-header {
  text-align: right;
  background-color: rgb(245 245 220 / 18%);
  padding-bottom: 9px;
}
#accordion .card-body {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 2.2em;
}

#accordion .card-header h5 button::before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  content: "\f077";
  text-align: center;
  padding: 20px 23px;
  background: #0b5f7c;
  color: #000;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  #accordion .card-header h5 button::before {
    padding: 15px 15px;
  }
}
#accordion .card-header:before
    /* card img hover */
.hm-black-strong {
  position: relative;
}

.cat-section {
  padding-top: 4rem;
}

.container_ads img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

/**********************main banner**********************/
.namad-banner {
  position: absolute;
  width: 100%;
  top: 60%;
  z-index: 10000;
}
.container-namad .namad img {
  width: auto;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .container-namad .namad img {
    height: 90px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .container-namad .namad img {
    height: 80px;
    margin-bottom: 10px;
  }
  .namad-banner {
      top: 70%;
  } 
}
.container-namad .card-namad {
  flex-direction: row;
  border: none !important;
  padding: 15px 15px 10px 15px;
  border-radius: 10px;
}

#login {
  padding-top: 80px;
}

/*******************gallery style*********************?
/* gallery style*/
.index-gallery {
  margin-bottom: 80px;
  padding-top: 80px;
}
.index-gallery .big-box,
.small-box {
  height: 400px;
}
.index-gallery .main-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.index-gallery .carousel-main img {
  object-fit: cover;
  border-radius: 10px;
  height: 400px;
}
.index-gallery .flickity-prev-next-button.previous {
  left: 30px;
}
.index-gallery .flickity-prev-next-button.next {
  right: 30px;
}
.index-gallery .flickity-fullscreen-button {
  right: 20px;
}
.index-gallery .is-fullscreen img {
  margin-top: 100px;
}
.flickity-fullscreen-button {
  top: 85px !important;
}
.flickity-enabled.is-fullscreen {
  z-index: 10000000000 !important;
}
.project-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.project-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.project-item:hover img {
  transform: scale(1.08);
}

/* لایه روی تصویر */
.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 80%), rgba(0, 0, 0, 0.15));
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 1;
  justify-content: center;
}

/* عنوان پروژه */
.project-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}
/* end gallery style*/

/*********************************************** stations in index *******************************************/
/*  titles */
.titles_style {
  cursor: default;
}
.titles_style h1 {
  margin: 0;
}
.titles_style h4,
.titles_style h2,
.titles_style h1 {
  font-size: 26px;
  font-weight: 500;
  color: #000;
}
.titles_style2 {
  cursor: default;
}
@media (max-width: 500px) {
  .titles_style h4,
  .titles_style2 h4,
  .titles_style h2 {
    font-size: 25px !important;
  }
  .mb_parallax_overlay h4 {
    font-size: 28px !important;
  }
}
.container-text-cats .card-title {
  color: #000;
}
.container_stations {
  margin-bottom: 3.5rem;
}
.container_stations .card {
  background-color: #00000000 !important;
}
.container-text-cats {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.col-stations {
  margin-bottom: 2rem;
}
.card-stations {
  border: 0;
}
.card-stations {
  margin-bottom: 2rem;
  text-align: center;
}
.card-stations .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    hsl(0deg 1.05% 43.63% / 55%) 40%,
    #9492926b
  );
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  border-radius: 10px 10px 10px 10px;
}
.card-stations h3 {
  margin-top: 1rem;
  font-size: 19px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.img-station {
  border: 0;
  border-radius: 10px;
}
.card-stations img {
  height: 320px;
}

.img-station,
.img-station2,
.img-pages {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.img-station img {
  object-fit: cover;
  filter: brightness(80%);
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.img-station2 img,
.img-pages img {
  filter: brightness(40%);
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
  opacity: 1;
}

.btn-more {
  background-color: #0b5f7c;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #0b5f7c;
}
.btn-more:hover {
  background-color: white;
  color: #0b5f7c;
  transition: all 0.4s;
}
.img-station:hover .img-station img,
.card-stations:hover .overlay {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.img-station:hover .img-station img,
.card-stations:hover h3 {
  display: none;
}
.img-station .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.img-station:hover .img-station img,
.card-stations:hover .img-station img {
  opacity: 1;
  filter: brightness(70%);
  transition: 0.5s ease;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.img-station:hover .middle,
.card-stations:hover .middle {
  opacity: 1;
}
.img-station .middle i {
  font-size: 40px;
  color: #fff;
}
.img-station .middle p {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .card-stations img {
    height: 280px;
  }
}
@media (max-width: 1099px) and (min-width: 900px) {
  .card-stations img {
    height: 250px;
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .card-stations img {
    height: 220px;
  }
}
@media (max-width: 767px) and (min-width: 657px) {
  .card-stations img {
    height: 270px;
  }
}
@media (max-width: 656px) and (min-width: 500px) {
  .card-stations img {
    height: 250px;
  }
}
@media (max-width: 499px) and (min-width: 375px) {
  .card-stations img {
    height: 280px;
  }
}
@media (max-width: 374px) {
  .card-stations img {
    height: 230px;
  }
  .img-station .middle p {
    font-size: 15px;
  }
}

.sidebar_station {
  text-align: right;
  background-color: #fff;
  margin-top: 0.6rem;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.search-station input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0 !important;
  border-radius: 0 30px 30px 0 !important;
  padding: 1rem;
}
.search-station button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0 !important;
  border-radius: 30px 0 0 30px !important;
  background: #fff;
  padding: 1rem;
  box-shadow: none !important;
  outline: none !important;
}
.sidebar_station i {
  padding-left: 5px;
  cursor: default;
  font-size: 25px;
  color: #0b5f7c !important;
  font-weight: 500;
  vertical-align: middle;
}
.sidebar_station .icon-title-search {
  color: #292929 !important;
  font-size: 18px !important;
}
.card-project-meta {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}

.project-meta-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #444;
}

.project-meta-item i {
  margin-left: 8px;
  color: #0b5f7c;
}

.project-meta-item strong {
  margin-left: 6px;
  font-weight: 600;
}

.project-meta-item.full {
  flex-direction: row;
  align-items: flex-start;
}

/*************************forms*************************/
.cantainer-forms {
  padding-top: 200px;
}
.farayand-form {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: "IRANSans", sans-serif;
}

.farayand-form-row {
  margin-bottom: 18px;
}

.farayand-form-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0b5f7c;
}

.farayand-form-row input[type="text"],
.farayand-form-row input[type="email"],
.farayand-form-row input[type="number"],
.farayand-form-row input[type="date"],
.farayand-form-row textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s;
}

.farayand-form-row input:focus,
.farayand-form-row textarea:focus {
  border-color: #0b5f7c;
  outline: none;
}

.farayand-submit-btn {
  background-color: #0b5f7c;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.farayand-submit-btn:hover {
  background-color: #144080;
}

.farayand-form-row input::placeholder {
  color: #aaa;
}

/****************************login page************************/
.custom-login-container {
  max-width: 420px;
  margin: 60px auto;
  padding: 40px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.custom-login-container h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #0b5f7c;
  font-size: 24px;
}

.custom-login-container form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}

.custom-login-container form input[type="text"],
.custom-login-container form input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.custom-login-container form input:focus {
  border-color: #0073aa;
  outline: none;
}

.custom-login-container form .remember-label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.custom-login-container form button {
  width: 100%;
  padding: 14px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-login-container form button:hover {
  background: #005d8a;
}

.custom-login-container .login-errors {
  color: #b32d2e;
  background: #fdecea;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.custom-login-container .login-errors p {
  margin: 0;
  font-size: 14px;
}

.custom-login-container .lost-password {
  text-align: center;
  margin-top: 15px;
}

.custom-login-container .lost-password a {
  color: #0073aa;
  text-decoration: none;
}

.custom-login-container .lost-password a:hover {
  text-decoration: underline;
}

/* ریسپانسیو موبایل */
@media (max-width: 480px) {
  .custom-login-container {
    margin: 40px 15px;
    padding: 30px 20px;
  }
}

.personnel-form a {
  color: #0b5f7c;
  font-weight: 500;
}
.personnel-form .row div {
  padding: 10px;
  border: 1px solid #0b5f7c78;
  border-radius: 10px;
  background-color: white;
  margin: 0 10px;
}
.personnel-form .row div:hover {
  background-color: #0b607c50;
}
