@charset "UTF-8";
.sec-contact-iranmednet .contact-form {
  padding: 20px 15px 20px 40px;
}

.sec-contact-iranmednet .contact-details {
  position: relative;
  padding: 20px 40px 20px 15px;
}

.sec-contact-iranmednet .contact-details::before {
  content: "";
  width: 1px;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid var(--lightcolor);
}

.sec-other-contents .tab-contents .section {
  width: 100%;
}

.sec-other-contents .tab-contents .form-comment .head-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec-other-contents .tab-contents .form-comment .head-form .title {
  font-size: 20px;
  font-weight: 900;
  color: var(--blackcolor);
  margin: 0;
}

.sec-other-contents .tab-contents .form-comment .row-form-comment {
  margin: 0 -10px;
}

.sec-other-contents .tab-contents .form-comment .form-group {
  margin: 0 0 20px;
  padding: 0 10px;
}

.sec-other-contents .tab-contents .form-comment .form-control {
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  text-align: right;
  border-radius: 0;
  border: 2px solid var(--lightcolor);
  background-color: var(--whitecolor);
  font-size: 16px;
  font-weight: normal;
  color: var(--blackcolor);
  box-shadow: none;
  transition: all 0.3s;
}

.sec-other-contents .tab-contents .form-comment .form-control:focus {
  border-color: var(--maincolor);
}

.sec-other-contents .tab-contents .form-comment .form-control::placeholder {
  font-size: 14px;
  font-weight: normal;
  color: var(--textcolor);
  opacity: 0.5;
}

.sec-other-contents .tab-contents .form-comment textarea.form-control {
  height: 125px;
  padding: 25px;
}

.sec-other-contents .tab-contents .form-comment .bottom-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.sec-other-contents .tab-contents .form-comment .message-form {
  font-size: 14px;
  font-weight: normal;
  color: var(--maincolor);
}

.sec-other-contents .tab-contents .form-comment .btn-send-form {
  background-color: var(--greencolor);
  display: flex;
  padding: 18px 26px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--maincolor);
  font-size: 16px;
  font-weight: 600;
  border: none;
  transition: all 0.3s;
}

.sec-other-contents .tab-contents .head-tell {
  margin-bottom: 30px;
}

.sec-other-contents .tab-contents .head-tell .title-head {
  font-size: 20px;
  font-weight: 900;
  color: var(--blackcolor);
  margin: 0;
}

.sec-other-contents .tab-contents .row-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sec-other-contents .tab-contents .fullname {
  font-size: 14px;
  font-weight: 500;
  color: var(--textcolor);
}

.sec-other-contents .tab-contents .tel-number {
  font-size: 18px;
  font-weight: 800;
  color: var(--maincolor);
  direction: ltr;
  transition: all 0.3s;
}

.sec-other-contents .tab-contents .tel-number:hover {
  color: var(--greencolor);
}

.sec-other-contents .contact-details .head-address {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sec-other-contents .contact-details .head-address .title-head {
  font-size: 20px;
  font-weight: 900;
  color: var(--blackcolor);
  margin: 0;
}

.sec-other-contents .contact-details .list-address .map-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-other-contents .contact-details .list-address .item-adrs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-shrink: 0;
}

.sec-other-contents .contact-details .list-address .item-adrs:not(:last-child) {
  margin: 0 0 30px;
}

.sec-other-contents .contact-details .list-address .item-adrs .title {
  font-size: 16px;
  font-weight: 800;
  color: var(--maincolor);
  margin: 0 0 5px;
  transition: all 0.3s;
}

.sec-other-contents .contact-details .list-address .item-adrs .text {
  font-size: 14px;
  font-weight: 300;
  color: var(--textcolor);
  margin: 0;
}

.sec-other-contents .contact-details .socials-website .title-sc {
  font-size: 18px;
  font-weight: 900;
  color: var(--blackcolor);
  margin: 0 0 20px;
}

.sec-other-contents .contact-details .list-socials {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}

.sec-other-contents .contact-details .list-socials .item-sc {
  font-size: 26px;
  color: var(--light3color);
  transition: all 0.3s;
}

.sec-other-contents .contact-details .list-socials .item-sc:hover {
  color: var(--greencolor);
}

.sec-other-contents .box-map {
  background-color: var(--lightcolor);
  width: 100%;
  height: 400px;
  border-radius: 0;
  overflow: hidden;
  margin-top: 40px;
}

.sec-other-contents .box-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

hr.spacing {
  border-color: var(--lightcolor);
}

.sec-other-contents .tab-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--whitecolor);
  border-radius: 0;
  padding: 30px;
  margin-bottom: 100px;
  border: 2px solid var(--lightcolor);
}
.sec-other-contents .tab-contents .head-normal h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--blackcolor);
  margin: 0 0 15px;
}

.sec-other-contents .tab-contents .head-sticky {
  position: sticky;
  width: 100%;
  align-self: flex-start;
  top: 0;
  z-index: 9999;
  background-color: var(--lightcolor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 15px 30px;
  border-radius: 0;
  margin-bottom: 40px;
  transition: all 0.3s;
}

.sec-other-contents .head-sticky .list-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.sec-other-contents .head-sticky .list-tabs .item-tab {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--blackcolor);
  padding: 15px 0;
  transition: all 0.3s;
}

.sec-other-contents .head-sticky .list-tabs .item-tab.active {
  background-color: var(--whitecolor);
  border-radius: 0;
  padding: 15px 30px;
  box-shadow: 0px 4px 100px 0px rgba(69, 71, 75, 0.1);
  font-weight: 700;
  color: var(--maincolor);
}

.sec-other-contents .head-sticky .list-tabs .item-tab::after {
  content: "";
  width: 0;
  height: 4px;
  background-color: var(--greencolor);
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0.2s;
}

.sec-other-contents .head-sticky .list-tabs .item-tab.active::after {
  width: 60px;
  opacity: 1;
  visibility: visible;
}

.sec-other-contents .tab-contents .box-desc h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--blackcolor);
  margin: 0 0 15px;
}

.sec-other-contents .tab-contents .box-desc p {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  text-align: justify;
  color: var(--blackcolor);
  margin: 0;
}

.sec-other-contents .tab-contents .box-desc p a {
  font-weight: 700;
  color: var(--maincolor);
  text-decoration: underline !important;
}

.sec-other-contents .tab-contents .box-desc p strong {
  font-weight: 700;
  color: var(--maincolor);
}

.sec-other-contents .tab-contents .sec-banners {
  margin-top: 40px;
}

.sec-other-contents .sec-agancies-news {
  width: 100%;
}

.sec-agancies-news .swiper-agancies-news {
  padding: 20px 0;
}

.sec-agancies-news .list-agancies .item-ags {
  background-color: var(--lightcolor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border-radius: 0;
  height: 100px;
  border: 2px solid var(--lightcolor);
  transition: all 0.3s;
}

.sec-agancies-news .list-agancies .item-ags:hover {
  background-color: var(--whitecolor);
}

.sec-agancies-news .list-agancies .item-ags .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.sec-agancies-news .list-agancies .item-ags .content .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--blackcolor);
  margin: 0 0 2px;
}

.sec-agancies-news .list-agancies .item-ags .content .date {
  font-size: 14px;
  font-weight: 400;
  color: var(--textcolor);
  margin: 0;
}

.sec-agancies-news .list-agancies .item-ags .arrow-left {
  background-color: var(--light3color);
  padding: 5px;
  height: 33px;
  border-radius: 0;
  margin-right: 10px;
  font-size: 24px;
  color: var(--whitecolor);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.sec-agancies-news .list-agancies .item-ags:hover .arrow-left {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.sec-about-iranmednet .image-manager img {
  width: 100%;
  height: 450px;
  border: 4px solid var(--lightcolor);
  border-radius: 0;
  object-fit: cover;
}

.sec-about-iranmednet .content-manager .signature {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}

.sec-about-iranmednet .content-manager .signature > img {
  height: 60px;
}

.sec-about-iranmednet .content-manager .signature .manager {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
  color: var(--maincolor);
  margin-left: 50px;
}

.sec-about-iranmednet .content-manager .signature .manager > i {
  transform: scale(-1);
  font-size: 36px;
  margin-right: 15px;
  color: var(--light2color);
}

.sec-about-iranmednet .tab-manager .row {
  align-items: center;
}

.sec-other-contents .tab-contents hr.spacing {
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 1px solid var(--lightcolor);
  margin: 60px 0;
}

.header-main .head-search.breadcrumb-head .content-box .slogan-content {
  gap: 4px;
}

.header-main .head-search.breadcrumb-head .content-box .slogan-content p {
  font-size: 16px;
}

.form-box-karjoo {
  background-color: var(--lightcolor);
  padding: 32px;
}

.form-box-karjoo .form-group {
  margin-bottom: 24px;
}
.form-box-karjoo .form-group span.help-block.field-validation-error {
  font-size: 12px;
  color: #dc3545;
}

.form-box-karjoo .form-group > label {
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--blackcolor);
}

.form-box-karjoo .form-control {
  background-color: var(--whitecolor);
  height: 60px;
  padding: 16px;
  border-radius: 0;
  border: 2px solid var(--whitecolor);
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--blackcolor);
  transition: all 0.3s;
}
.form-box-karjoo .form-control.ltr {
  text-align: left;
  direction: ltr;
}
.form-box-karjoo .form-control[readonly] {
  background: #ededed;
  cursor: not-allowed;
}

.form-box-karjoo .form-control:focus {
  border-color: var(--maincolor);
}

.form-box-karjoo .form-control::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: var(--light3color);
  opacity: 1;
  direction: rtl;
  text-align: right;
}

.form-box-karjoo textarea.form-control {
  min-height: 120px;
}

.form-box-karjoo .input-group {
  position: relative;
}

.form-box-karjoo .input-group .form-control {
  padding-left: 55px;
}

.form-box-karjoo .input-group .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--maincolor);
  z-index: 10;
}

.form-box-karjoo .form-group .form-text {
  font-size: 10px;
  margin-top: 0;
  color: var(--textcolor);
}

/* باکس در یک ردیف کامل */
.profile-upload-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

/* باکس عکس */
.profile-box {
  position: relative;
  width: 200px;
  height: 200px;
  border: 2px dashed var(--light2color);
  border-radius: 0;
  padding: 4px;
  /* مربع */
  overflow: hidden;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
}

.profile-box:hover {
  border-color: var(--maincolor);
}

/* تصویر پروفایل */
.profile-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* input فایل پنهان */
.profile-box input[type=file] {
  display: none;
}

/* برچسب آپلود */
.upload-label {
  cursor: pointer;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--maincolor);
  font-size: 14px;
  background-color: var(--whitecolor);
  margin: 0;
  transition: background-color 0.3s ease;
}

.upload-label:hover {
  background-color: var(--lightcolor);
}

.upload-label i {
  font-size: 24px;
  margin-bottom: 6px;
}

/* دکمه ویرایش در گوشه بالا */
.edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--maincolor);
  border: none;
  color: var(--whitecolor);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.edit-btn:hover {
  background: var(--greencolor);
  color: var(--maincolor);
}

.edit-btn i {
  font-size: 16px;
}

/* ساختار کلی */
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  direction: rtl;
  text-align: right;
}

/* استایل هر چک‌باکس */
.checkbox-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.checkbox-item input[type=checkbox],
.checkbox-item input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--light2color);
  background-color: #fff;
  border-radius: 0;
  /* حذف گردی */
  cursor: pointer;
  margin-left: 8px;
  /* فاصله بین باکس و متن */
  transition: all 0.2s ease-in-out;
  position: relative;
}
.checkbox-item input[type=checkbox]:hover,
.checkbox-item input[type=radio]:hover {
  border-color: var(--maincolor);
}
.checkbox-item input[type=checkbox]:checked,
.checkbox-item input[type=radio]:checked {
  background-color: var(--greencolor);
  border-color: var(--greencolor);
}
.checkbox-item input[type=checkbox]:checked::after,
.checkbox-item input[type=radio]:checked::after {
  content: "\ea10";
  font-family: "icomoon";
  color: var(--whitecolor);
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 1px;
}

/* متن چک‌باکس */
.checkbox-label {
  font-size: 0.95rem;
  color: #333;
}

.custom-file {
  position: relative;
  height: 60px;
  width: 100%;
}

.custom-file-input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.custom-file-label {
  border: 2px solid var(--whitecolor);
  border-radius: 0;
  padding: 16px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--whitecolor);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--light3color);
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.custom-file-label:hover {
  background-color: var(--light2color);
}

.custom-file-label::after {
  content: "\e9cd" !important;
  font-family: "icomoon";
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--maincolor);
  z-index: 10;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: var(--maincolor);
}

.form-box-karjoo .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 600;
}

.form-box-karjoo .select2-container--default .select2-selection--single {
  height: 60px !important;
  border: 2px solid var(--whitecolor);
  transition: all 0.3s;
}

.form-box-karjoo .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--maincolor);
}

.form-box-karjoo .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 18px;
  top: 21px;
  font-size: 18px;
}

.form-box-karjoo .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--light3color);
}

.form-box-karjoo .select2-container .select2-selection--multiple {
  min-height: 60px;
}

.form-box-karjoo .select2-container--default .select2-selection--multiple {
  background-color: var(--whitecolor);
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.form-box-karjoo .select2-container--default .select2-selection--multiple {
  border: 2px solid var(--whitecolor);
}

.form-box-karjoo .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid var(--maincolor);
}

.form-box-karjoo .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  max-width: 100%;
  height: 20px;
  font-family: Estedad;
  color: var(--light3color);
  font-weight: 300;
}

.form-box-karjoo .select2-container .select2-search--inline .select2-search__field::placeholder {
  opacity: 1;
}

.form-box-karjoo .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.form-box-karjoo .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--lightcolor);
  border: 1px solid var(--light2color);
  border-radius: 0;
  margin-left: 6px;
  margin-top: 6px;
  padding: 0;
  padding-left: 20px;
}

.form-box-karjoo .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  display: flex;
  font-size: 12px;
  padding: 4px 8px 4px 12px;
  color: var(--maincolor);
}

.form-box-karjoo .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid var(--light2color);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--light3color);
  font-size: 16px;
  font-weight: 300;
  padding: 2px 8px;
}

.form-box-karjoo span.select2-selection.select2-selection--multiple {
  display: flex;
  padding-bottom: 16px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
.form-box-karjoo span.select2-search.select2-search--inline {
  margin-top: 4px;
  direction: rtl;
}

.form-box-karjoo .btn-confirm-form {
  background-color: var(--greencolor);
  display: inline-flex;
  padding: 18px 26px;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none;
  gap: 12px;
  color: var(--maincolor);
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  transition: all 0.3s;
  margin-right: 15px;
}

.form-box-karjoo .spacing {
  border-color: var(--light2color);
  margin: 32px 0;
}

.form-box-karjoo .box-info-profile {
  position: relative;
}

.box-info-profile .box-image {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.box-info-profile .box-image > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.box-info-profile .box-image .box-fullname {
  width: 100%;
  padding: 16px;
  background-color: var(--greencolor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--maincolor);
  flex-shrink: 0;
  text-align: center;
}

.box-info-profile .details-info {
  position: relative;
  width: 100%;
  padding: 20px;
}

.box-info-profile .details-info .head-inf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 20px;
}

.box-info-profile .details-info .head-inf .state {
  font-size: 14px;
  font-weight: 400;
  color: var(--textcolor);
}

.box-info-profile .details-info .head-inf .expertise {
  font-size: 24px;
  font-weight: bold;
  color: var(--blackcolor);
  margin: 0;
}

.box-info-profile .details-info .head-inf .expertise > strong {
  display: inline-flex;
  background-color: var(--maincolor);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--whitecolor);
  margin-right: 10px;
}

.box-info-profile .details-info .row-inf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}
.box-info-profile .details-info .row-inf .education-spans span:first-child::after {
  content: "/";
}
.box-info-profile .details-info .row-inf.show-on-map .btn-google-map {
  font-size: 14px;
  color: var(--blackcolor);
  font-weight: 600;
}
.box-info-profile .details-info .row-inf.show-on-map .btn-google-map img {
  width: 18px;
  margin-left: 5px;
}

.box-info-profile .details-info .row-inf strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--blackcolor);
}

.box-info-profile .details-info .row-inf span {
  font-size: 16px;
  font-weight: 400;
  color: var(--textcolor);
}

.box-info-profile .details-info .row-inf small {
  font-size: 14px;
  font-weight: 300;
  color: var(--textcolor);
}

.box-info-profile .details-info .row-inf .price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  font-size: 18px;
  font-weight: bold;
  color: var(--maincolor);
}

.box-info-profile .details-info .row-inf .price > span {
  font-size: 14px;
  color: var(--maincolor);
}

.box-info-profile .details-info .row-skills {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.box-info-profile .details-info .row-skills strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--blackcolor);
}

.box-info-profile .details-info .list-skills {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.box-info-profile .details-info .list-skills .item-skill {
  background-color: var(--whitecolor);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  color: var(--textcolor);
}

.box-info-profile .details-info .buttons-group-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.box-info-profile .details-info .buttons-group-top .btn-item {
  background-color: var(--whitecolor);
  height: 46px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: var(--maincolor);
  direction: ltr;
  gap: 10px;
  transition: all 0.3s;
}

.box-info-profile .details-info .buttons-group-top .btn-item > i {
  font-size: 20px;
  transform: scaleX(-1);
}

.box-info-profile .details-info .buttons-group-top .btn-item:first-child {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.box-info-profile .details-info .buttons-group-top .btn-item:hover {
  background-color: var(--maincolor);
  color: var(--whitecolor);
}

.form-box-karjoo .outer-box-bio {
  width: 100%;
  background-color: var(--whitecolor);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
}

.form-box-karjoo .outer-box-bio .title {
  font-size: 18px;
  font-weight: bold;
  color: var(--blackcolor);
  margin: 0;
}

.form-box-karjoo .outer-box-bio .box-desc {
  position: relative;
  height: 300px;
  overflow: hidden;
  width: 100%;
}

.form-box-karjoo .outer-box-bio .box-desc.show {
  height: auto;
  padding-bottom: 20px;
}

.form-box-karjoo .outer-box-bio .box-desc::after {
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1050;
}

.form-box-karjoo .outer-box-bio .box-desc.show::after {
  opacity: 1;
  visibility: hidden;
}

.form-box-karjoo .outer-box-bio .box-desc p {
  font-size: 14px;
  font-weight: 300;
  color: var(--blackcolor);
  line-height: 1.8;
}

.form-box-karjoo .outer-box-bio .box-desc .btn-more-description {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 2000;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--maincolor);
  transition: all 0.3s;
}

.form-box-karjoo .outer-box-bio .box-desc.show .btn-more-description {
  color: var(--light3color);
}

.form-box-karjoo .outer-box-bio .box-desc .btn-more-description::before {
  content: "نمایش بیشتر";
}

.form-box-karjoo .outer-box-bio .box-desc.show .btn-more-description::before {
  content: "نمایش کمتر";
}

.form-box-karjoo .outer-box-bio .box-desc .btn-more-description > i {
  display: inline-flex;
  font-size: 16px;
  transition: all 0.3s;
}

.form-box-karjoo .outer-box-bio .box-desc.show .btn-more-description > i {
  transform: rotate(180deg);
}

.form-box-karjoo .box-info-profile .rating-view {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
}

.form-box-karjoo .box-info-profile .rating-view .number {
  font-size: 14px;
  font-weight: normal;
  color: var(--blackcolor);
}

.form-box-karjoo .box-info-profile .rating-view .rating {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 2px;
  line-height: 0.8;
}

.form-box-karjoo .box-info-profile .rating-view .rating .star {
  font-size: 36px;
  color: var(--light3color);
  opacity: 0.6;
}

.form-box-karjoo .box-info-profile .rating-view .rating .star.filled {
  color: #FFC50F;
  opacity: 1;
}

.swiper-similar-jobs .box-item-job {
  width: 400px;
  background-color: var(--whitecolor);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  transition: all 0.3s;
}

.swiper-similar-jobs .box-item-job:hover {
  background-color: var(--maincolor);
}

.swiper-similar-jobs .box-item-job .title-job {
  font-size: 18px;
  font-weight: bold;
  color: var(--blackcolor);
  margin: 0;
  transition: all 0.3s;
}

.swiper-similar-jobs .box-item-job:hover .title-job {
  color: var(--greencolor);
}

.swiper-similar-jobs .box-item-job .desc-job {
  display: -webkit-box;
  width: 100%;
  height: 42px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--textcolor);
  margin: 0;
  transition: all 0.3s;
}

.swiper-similar-jobs .box-item-job:hover .desc-job {
  color: var(--whitecolor);
}

.sec-customers .box-outer-cutomers.box-outer-jobs {
  padding: 16px;
}

.sec-list-comments .list-comments {
  position: relative;
  height: 900px;
  overflow: hidden;
}

.sec-list-comments .list-comments.show {
  height: auto;
  padding-bottom: 40px;
}

.sec-list-comments .list-comments::after {
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1050;
}

.sec-list-comments .list-comments.show::after {
  display: none;
}

.sec-list-comments .list-comments .btn-more-comments {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 2000;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--maincolor);
  transition: all 0.3s;
}

.sec-list-comments .list-comments.show .btn-more-comments {
  color: var(--light3color);
}

.sec-list-comments .list-comments .btn-more-comments::before {
  content: "نمایش بیشتر";
}

.sec-list-comments .list-comments.show .btn-more-comments::before {
  content: "نمایش کمتر";
}

.sec-list-comments .list-comments .btn-more-comments > i {
  display: inline-flex;
  font-size: 16px;
  transition: all 0.3s;
}

.sec-list-comments .list-comments.show .btn-more-comments > i {
  transform: rotate(180deg);
}

.sec-list-comments .item-comment {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.sec-list-comments .item-comment.answer {
  padding-right: 50px;
}

.sec-list-comments .box-comment {
  position: relative;
  background-color: var(--lightcolor);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  padding: 20px;
  gap: 30px;
  z-index: 100;
}

.sec-list-comments .item-comment.answer .box-comment {
  background-color: var(--whitecolor);
  border: 2px solid var(--lightcolor);
  /* box-shadow: 0px 4px 100px 0px rgba(69, 71, 75, 0.10); */
}

.sec-list-comments .item-comment.answer::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 20px;
  width: 1px;
  height: 37px;
  background-color: var(--lightcolor);
}

.sec-list-comments .item-comment.answer::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 20px;
  width: 90px;
  height: 40px;
  border-right: 1px solid var(--lightcolor);
  border-bottom: 1px solid var(--lightcolor);
}

.sec-list-comments .result-ratings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 350px;
  padding: 10px 20px;
  border-radius: 0;
  flex-shrink: 0;
}

.sec-list-comments .result-ratings .item-rate {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid var(--lightcolor);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-list-comments .result-ratings .item-rate .title {
  font-size: 12px;
  font-weight: bold;
  color: var(--blackcolor);
  line-height: 1.6;
  width: 50%;
}

.sec-list-comments .result-ratings .item-rate:last-child {
  border-bottom: none;
}

.sec-list-comments .result-ratings .item-rate .rating-view {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sec-list-comments .result-ratings .item-rate .rating-view .number {
  font-size: 12px;
  font-weight: 400;
  color: var(--textcolor);
}

.sec-list-comments .result-ratings .item-rate .rating-view .rating {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 0.8;
}

.sec-list-comments .result-ratings .item-rate .rating-view .star {
  font-size: 24px;
  color: var(--light3color);
  opacity: 0.6;
}

.sec-list-comments .result-ratings .item-rate .rating-view .star.filled {
  color: #FFC50F;
  opacity: 1;
}

.sec-list-comments .result-ratings .item-rate span.text {
  font-size: 12px;
  font-weight: 400;
  color: var(--textcolor);
}

.sec-list-comments .result-ratings .item-rate strong.text {
  font-size: 12px;
  font-weight: bold;
  color: var(--maincolor);
}

.sec-list-comments .result-ratings .rating-gohar {
  gap: 10px;
}

.sec-list-comments .result-ratings .br-theme-bars-gohar .br-widget {
  width: 100px;
}

.sec-list-comments .result-ratings .br-theme-bars-gohar .br-widget a {
  width: 5px;
  height: 5px;
}

.sec-list-comments .result-ratings .br-theme-bars-gohar .br-widget .br-current {
  width: 12px;
  height: 12px;
}

.sec-list-comments .result-ratings .counts {
  gap: 3px;
}

.sec-list-comments .result-ratings .counts .all,
.sec-list-comments .result-ratings .counts .value {
  font-size: 22px;
}

.sec-list-comments .result-ratings .counts .slash {
  font-size: 18px;
}

.sec-list-comments .result-ratings .rating-gohar .title-rating {
  width: 100%;
  color: var(--blackcolor);
}

.sec-list-comments .details-comment {
  padding: 0;
}

.sec-list-comments .item-comment.answer .details-comment {
  padding: 0;
}

.sec-list-comments .details-comment .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(155, 164, 180, 0.2);
}

.sec-list-comments .item-comment.answer .details-comment .head {
  padding: 0 0 15px;
}

.sec-list-comments .details-comment .user-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sec-list-comments .details-comment .user-info .image {
  width: 50px;
  height: 50px;
  border: 2px solid var(--whitecolor);
  border-radius: 100%;
  background-clip: padding-box;
  margin-left: 15px;
  overflow: hidden;
}

.sec-list-comments .details-comment .user-info .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-list-comments .details-comment .user-info .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sec-list-comments .details-comment .user-info .fullname {
  font-size: 16px;
  font-weight: 700;
  color: var(--blackcolor);
}

.sec-list-comments .details-comment .user-info .status {
  font-size: 12px;
  font-weight: normal;
  color: var(--textcolor);
}

.sec-list-comments .details-comment .rating-view {
  background-color: var(--whitecolor);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  height: 40px;
  padding: 0 10px 4px;
}

.sec-list-comments .details-comment .rating-view .text {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: var(--light3color);
  gap: 4px;
  padding-top: 4px;
}

.sec-list-comments .details-comment .rating-view .number {
  display: flex;
  align-items: center;
  direction: ltr;
  gap: 2px;
  font-size: 16px;
  color: var(--light3color);
}

.sec-list-comments .details-comment .rating-view .number > strong {
  color: var(--blackcolor);
}

.sec-list-comments .details-comment .rating-view .star {
  font-size: 32px;
  display: flex;
  line-height: 0.6;
  color: #FFC50F;
}

.sec-list-comments .details-comment .desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: var(--blackcolor);
  text-align: justify;
  margin: 15px 0;
}

.sec-list-comments .item-comment.answer .details-comment .desc {
  margin: 20px 0 0;
}

.sec-list-comments .details-comment .options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-list-comments .details-comment .btn-answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--textcolor);
}

.sec-list-comments .details-comment .btn-answer > i {
  font-size: 18px;
}

.sec-list-comments .details-comment .viewpoint {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.sec-list-comments .details-comment .viewpoint .text {
  font-size: 12px;
  font-weight: 500;
  color: var(--light3color);
}

.sec-list-comments .details-comment .viewpoint .result {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.sec-list-comments .details-comment .viewpoint .btn-like,
.sec-list-comments .details-comment .viewpoint .btn-dislike {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--maincolor);
}

.sec-list-comments .details-comment .viewpoint .btn-dislike {
  color: var(--textcolor);
}

.sec-list-comments .details-comment .viewpoint .btn-like > i,
.sec-list-comments .details-comment .viewpoint .btn-dislike > i {
  font-size: 20px;
}

.sec-list-comments .details-comment .viewpoint .btn-dislike > i {
  transform: scaleX(-1);
}

.sec-list-comments .head-section-imn .options {
  gap: 24px;
}

.sec-list-comments .head-section-imn .options .btn-more:hover {
  padding: 18px 26px;
  background-color: var(--lightcolor);
  color: var(--textcolor);
}

.sec-list-comments .head-section-imn .options .btn-more > i {
  font-size: 20px;
}

.sec-list-comments .head-section-imn .options .btn-more:hover > i {
  transform: none;
}

.sec-list-comments .head-section-imn .options .btn-send-comment {
  background-color: var(--greencolor);
  display: flex;
  padding: 18px 26px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--maincolor);
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
}

.sec-list-comments .head-section-imn .options .btn-send-comment:hover {
  background-color: var(--maincolor);
  color: var(--whitecolor);
  padding: 18px 32px;
}

.modal-iranmednet .ratings-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
  width: 100%;
}

.modal-iranmednet .ratings-container .rating-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-iranmednet .ratings-container .rating-label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}

.modal-iranmednet .ratings-container .stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  line-height: 0.6;
}

.modal-iranmednet .ratings-container .star {
  display: flex;
  font-size: 46px;
  color: var(--light2color);
  transition: color 0.2s;
}

.modal-iranmednet .ratings-container .star:hover {
  color: var(--light3color);
}

.modal-iranmednet .ratings-container .star.active {
  color: #FFC50F;
}

.modal-iranmednet .ratings-container .numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  margin-top: 4px;
}

.modal-iranmednet .ratings-container .numbers span {
  display: flex;
  width: 30px;
  justify-content: center;
  color: var(--textcolor);
  transition: color 0.2s;
}

.modal-iranmednet .ratings-container .numbers span.active {
  color: var(--blackcolor);
}

.modal-iranmednet .radio-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

.modal-iranmednet .radio-container .title-group {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 15px;
}

.modal-iranmednet .radio-container .radio-groups {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.modal-iranmednet .radio-container .radio-groups .box-radio {
  position: relative;
  width: 100%;
}

.modal-iranmednet .radio-container .radio-groups .box-radio input {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modal-iranmednet .radio-container .radio-groups .box-radio label {
  width: 100%;
  background-color: var(--lightcolor);
  border: 1px solid var(--light2color);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 300;
  color: var(--textcolor);
  margin: 0;
  transition: all 0.3s;
}

.modal-iranmednet .radio-container .radio-groups .box-radio input:checked + label {
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  color: var(--whitecolor);
  font-weight: 500;
}

.modal-iranmednet textarea.form-control {
  width: 100%;
  height: 125px;
  padding: 20px;
  text-align: right;
  border-radius: 0;
  border: 2px solid var(--lightcolor);
  background-color: var(--whitecolor);
  font-size: 16px;
  font-weight: 600;
  color: var(--blackcolor);
  box-shadow: none;
  margin-top: 32px;
  transition: all 0.3s;
}

.modal-iranmednet textarea.form-control:focus {
  border-color: var(--maincolor);
}

.modal-iranmednet textarea.form-control::placeholder {
  font-size: 14px;
  font-weight: normal;
  color: var(--textcolor);
  opacity: 0.5;
}

.modal-iranmednet .footer-form {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.modal-iranmednet .footer-form .note {
  font-size: 14px;
  font-weight: 400;
  color: var(--textcolor);
}

.modal-iranmednet .footer-form .note > a {
  display: inline-flex;
  margin: 0 4px;
  color: var(--maincolor);
  font-weight: bold;
  text-decoration: underline !important;
}

.modal-iranmednet .footer-form .btn-confirm-form {
  background-color: var(--greencolor);
  display: flex;
  padding: 14px 40px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--maincolor);
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
}

.modal-iranmednet .footer-form .btn-confirm-form:hover {
  padding: 14px 46px;
}

.head-search.box-outer-searchbox {
  margin-bottom: 64px;
  padding: 32px 0;
  /* background-color: var(--maindarkcolor); */
}

.box-outer-searchbox .row {
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -8px;
}

.box-outer-searchbox .row > .col-12 {
  padding: 0 8px;
}

.box-outer-searchbox .input-group {
  position: relative;
}

.box-outer-searchbox .input-group .form-control {
  width: 100%;
  height: 70px;
  padding: 20px 60px 20px 20px;
  color: var(--whitecolor);
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  border: 3px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  transition: all 0.3s;
}

.box-outer-searchbox .input-group .form-control:focus {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.4);
}

.box-outer-searchbox .input-group .form-control::placeholder {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

.box-outer-searchbox .input-group .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--whitecolor);
  z-index: 10;
}

.box-outer-searchbox .select2-container--default .select2-selection--single {
  border: 3px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  height: 70px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  transition: all 0.3s;
}

.box-outer-searchbox .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(255, 255, 255, 0.2);
}

.box-outer-searchbox .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 60px;
  color: var(--whitecolor);
  font-size: 15px;
}

.box-outer-searchbox .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 20px;
  top: 22px;
  color: var(--whitecolor);
  opacity: 0.5;
}

.box-outer-searchbox .btn-search-job {
  background-color: var(--whitecolor);
  display: flex;
  width: 100%;
  height: 66px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--maincolor);
  font-size: 18px;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
}

.filter-search .filter-result .head-result .result-count {
  font-size: 16px;
  font-weight: 300;
  color: var(--textcolor);
}

.filter-search .filter-result .head-result .result-count > strong {
  font-weight: bold;
  color: var(--greencolor);
  margin-left: 5px;
}

.sec-latest-jobs .box-job-details .content .visit,
.sec-latest-jobs .box-job-details .content .date {
  font-size: 12px;
}

.sec-latest-jobs .box-job-details .content .date > i {
  font-size: 20px;
}

.sec-latest-jobs .rowing .box-job-details {
  position: relative;
  flex-direction: row;
}

.sec-latest-jobs .rowing .box-job-person .btn-view-resume {
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto;
  padding: 10px 24px;
  height: 48px;
}

.sec-latest-jobs .rowing .box-job-person .content .details {
  flex-direction: row;
}

.sec-latest-jobs .rowing .box-job-person .content .image-profile {
  width: 90px;
  height: 90px;
}

.sec-latest-jobs .rowing .box-job-person .content .details .info {
  align-items: flex-start;
  padding: 5px 0;
}

.sec-latest-jobs .rowing .box-job-person .content .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.sec-latest-jobs .rowing .box-job-person .content .head {
  position: absolute;
  bottom: 20px;
  right: 126px;
  flex-direction: row-reverse;
  gap: 16px;
}

.sec-latest-jobs .rowing .box-job-person .content .visit {
  flex-direction: row-reverse;
}

.sec-latest-jobs .rowing .box-job-person .content .category {
  padding: 10px 8px 12px;
  height: 28px;
}

:root {
  --maincolor: #045694;
  --maindarkcolor: #034679;
  --greencolor: #80dc06;
  --greendarkcolor: #569404;
  --maindarkcolor: #034679;
  --blackcolor: #131313;
  --textcolor: #929292;
  --maintextcolor: #87C2EE;
  --lightcolor: #f2f2f2;
  --light2color: #dfdfdf;
  --light3color: #b9b9b9;
  --whitecolor: #FFFFFF;
  --easeoutcubic: cubic-bezier(.215, .61, .355, 1);
}

/*---------------------- Public Style ---------------------*/
body {
  background-color: var(--whitecolor);
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.overhide {
  overflow: hidden;
}

* {
  font-family: Estedad;
  outline: medium none !important;
  text-decoration: none !important;
}

.container {
  max-width: 1520px;
  padding: 0;
}

::selection {
  background-color: var(--maincolor);
  color: var(--whitecolor);
}

.overlay-resp,
.overlay-filter-resp {
  background-color: var(--blackcolor);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
  transition: all 0.3s;
}

.overlay-resp.show,
.overlay-filter-resp.show {
  opacity: 0.7;
  visibility: visible;
}

.mt-128 {
  margin-top: 128px;
}

.head-section-imn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.head-section-imn .content-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.head-section-imn .content-box .box-icon {
  background-color: var(--maincolor);
  display: flex;
  width: 62px;
  height: 62px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.head-section-imn .content-box .box-icon.green {
  background-color: var(--greencolor);
}

.head-section-imn .content-box .box-icon > svg {
  height: 36px;
}

.head-section-imn .content-box .box-icon .half {
  fill: var(--whitecolor);
}

.head-section-imn .content-box .box-icon .circle {
  fill: var(--greencolor);
}

.head-section-imn .content-box .box-icon.green .circle {
  fill: var(--maincolor);
}

.head-section-imn .content-box .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.head-section-imn .content-box .title {
  color: var(--blackcolor);
  text-align: right;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  margin: 0;
}

.head-section-imn .content-box .desc {
  color: var(--textcolor);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.head-section-imn .options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}

.head-section-imn .options .btn-more {
  background: var(--lightcolor);
  display: flex;
  height: 62px;
  padding: 18px 26px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--textcolor);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}

.head-section-imn .options .btn-more:hover {
  background-color: var(--greencolor);
  color: var(--maincolor);
  padding: 18px 30px;
}

.head-section-imn .options .btn-more > i {
  font-size: 16px;
  transition: all 0.3s;
}

.head-section-imn .options .btn-more:hover > i {
  transform: rotate(-45deg);
}

.head-section-imn .options .arrows-swiper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-section-imn .options .arrows-swiper .swiper-button {
  display: flex;
  width: 42px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 56px;
  color: var(--light2color);
  transition: all 0.3s;
}

.head-section-imn .options .arrows-swiper .swiper-button:hover {
  color: var(--greencolor);
}

.sec-ads-website .outer-box-ads {
  background-color: var(--lightcolor);
  padding: 26px;
}

.sec-ads-website .outer-box-ads .swiper-slide {
  width: auto;
}

.sec-ads-website .outer-box-ads .box-ads-image {
  display: flex;
  width: 420px;
  height: 120px;
  overflow: hidden;
}

.sec-ads-website .outer-box-ads .box-ads-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-right-imn {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.head-right-imn .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-right-imn .head .title {
  color: var(--maincolor);
  text-align: right;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}

.head-right-imn .head .arrows-swiper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-right-imn .head .arrows-swiper .swiper-button {
  display: flex;
  width: 36px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 40px;
  color: var(--light2color);
  transition: all 0.3s;
}

.head-right-imn .head .arrows-swiper .swiper-button:hover {
  color: var(--greencolor);
}

.head-right-imn .desc {
  color: var(--textcolor);
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

/*---------------------- /Public Style ---------------------*/
/*---------------------- Tooltip ---------------------*/
.tooltip {
  z-index: 99999;
}

.tooltip-inner {
  background-color: var(--whitecolor);
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 6px;
  color: var(--maincolor);
}

.tooltip .arrow::before {
  border-bottom-color: var(--whitecolor);
  border-top-color: var(--whitecolor);
}

/*---------------------- /Tooltip ---------------------*/
/*---------------------- Select2 Style ---------------------*/
.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: var(--whitecolor);
  height: 60px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 16px;
  color: var(--blackcolor);
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 300;
  color: var(--textcolor);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 300;
  color: var(--light3color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  content: "\e929";
  font-family: "icomoon";
}

.dropdown-mednet {
  background-color: var(--whitecolor);
  border: none;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  border-radius: 0;
  border: none;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  overflow: hidden;
}

.dropdown-mednet .select2-search--dropdown {
  padding: 15px 15px;
  border-bottom: 1px dashed var(--light2color);
  margin-bottom: 15px;
}

.dropdown-mednet .select2-search--dropdown .select2-search__field {
  height: 40px;
  border-radius: 0;
  background-color: var(--lightcolor);
  border: none;
  padding: 15px;
  text-align: right;
  color: var(--textcolor);
}

.dropdown-mednet .select2-results__option {
  padding: 10px 15px;
  font-size: 14px;
  color: var(--textcolor);
}

.dropdown-mednet .select2-results__option.select2-results__message {
  text-align: center;
  padding-bottom: 20px;
}

.dropdown-mednet .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--lightcolor);
  color: var(--blackcolor);
}

.dropdown-mednet .select2-results__option--selected {
  background-color: var(--maincolor) !important;
  color: var(--whitecolor) !important;
}

/*---------------------- /Select2 Style ---------------------*/
/*---------------------- Modal ---------------------*/
.modal-backdrop {
  background-color: rgba(19, 19, 19, 0.7);
  z-index: 99999;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-iranmednet {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  z-index: 999999;
  transition: all 0.5s;
}

.modal-iranmednet.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal-iranmednet .modal-content {
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: 0px 4px 100px 0px rgba(0, 69, 61, 0.4);
}

.modal-iranmednet .modal-header {
  position: relative;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}

.modal-iranmednet .modal-header .modal-title {
  font-weight: bold;
  color: var(--maincolor);
  font-size: 18px;
  display: flex;
  align-items: center;
}

.modal-iranmednet .modal-header .modal-title > .icon-long-arrow {
  transform: scaleX(-1);
  margin-left: 10px;
}

.modal-iranmednet .modal-header .close {
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  background-color: var(--lightcolor);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--textcolor);
  opacity: 1;
  text-shadow: none;
  transition: all 0.4s;
}

.modal-iranmednet .modal-header .close:hover {
  background-color: var(--greencolor);
  color: var(--maincolor);
  opacity: 1;
}

.modal-iranmednet .modal-header .logo-modal {
  background: url("../images/site/vector-footer-after.svg") no-repeat center center/250px;
  width: 250px;
  height: 80px;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-iranmednet .modal-header .logo-modal img {
  width: 40px;
  filter: brightness(0) invert(1);
}

.modal-iranmednet .modal-body {
  padding: 20px;
}

.modal-iranmednet .video-gohar {
  background-color: var(--blackcolor);
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid var(--lightcolor);
}

.modal-iranmednet .modal-body .desc-modal {
  font-size: 14px;
  font-weight: normal;
  color: var(--textcolor);
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}

.modal-iranmednet .form-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-iranmednet .form-copy .btn-copy-clipboard {
  background-color: var(--whitecolor);
  width: 180px;
  height: 60px;
  border: 2px solid var(--lightcolor);
  border-radius: 0;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.modal-iranmednet.modal-factor .form-copy .btn-copy-clipboard {
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--whitecolor);
  width: 200px;
}

.modal-iranmednet .form-copy .btn-copy-clipboard.copied {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.modal-iranmednet .form-copy .btn-copy-clipboard::after {
  content: "کپی کنید";
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--blackcolor);
  transition: all 0.3s;
}

.modal-iranmednet.modal-factor .form-copy .btn-copy-clipboard::after {
  display: none;
}

.modal-iranmednet .form-copy .btn-copy-clipboard.copied::after {
  content: "کپی شد";
  color: var(--maincolor);
}

.modal-iranmednet .form-copy .btn-copy-clipboard > i {
  font-size: 20px;
  color: var(--textcolor);
  transition: all 0.3s;
}

.modal-iranmednet .form-copy .btn-copy-clipboard.copied > i {
  color: var(--white);
}

.modal-iranmednet .form-link {
  background-color: var(--lightcolor);
  border-radius: 0;
  width: 100%;
  height: 60px;
  padding: 15px;
  font-size: 16px;
  font-weight: normal;
  color: var(--blackcolor);
  box-shadow: none;
  border: 2px solid var(--lightcolor);
  text-align: left;
  direction: ltr;
  transition: all 0.3s;
}

.modal-iranmednet.modal-factor .form-link {
  font-size: 14px;
  text-align: right;
  color: var(--textcolor);
}

.modal-iranmednet.modal-factor .form-link::placeholder {
  opacity: 0.5;
}

.modal-iranmednet textarea.form-control-gohar {
  min-height: 125px;
  padding: 25px;
}

.modal-iranmednet .btn-confirm-modal {
  background-color: var(--maincolor);
  width: auto;
  display: inline-flex;
  height: 70px;
  padding: 25px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(55, 151, 119, 0.4);
  font-size: 16px;
  font-weight: 600;
  color: var(--whitecolor);
  border: none;
  flex-shrink: 0;
  margin-top: 30px;
  transition: all 0.3s;
}

.modal-iranmednet .btn-confirm-modal:hover {
  background-color: var(--subcolor);
  box-shadow: 0px 4px 30px 0px rgba(0, 69, 61, 0.4);
}

.modal-iranmednet.modal-sm-del .modal-body {
  padding: 20px;
}

.modal-sm-del .modal-body .content-delete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal-sm-del .modal-body .content-delete > i {
  font-size: 40px;
  color: var(--redcolor);
  margin-bottom: 15px;
}

.modal-sm-del .modal-body .content-delete > i.logout {
  transform: scaleX(-1);
}

.modal-sm-del .modal-body .content-delete .desc-modal {
  font-size: 14px;
  font-weight: 600;
  color: var(--textcolor);
  text-align: center;
}

.modal-sm-del .modal-body .btns-footer-modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.modal-sm-del .modal-body .btns-footer-modal .btn-item-footer {
  background-color: var(--lightcolor);
  width: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: var(--textcolor);
  transition: all 0.3s;
}

.modal-sm-del .modal-body .btns-footer-modal .btn-confirm {
  background-color: var(--redcolor);
  color: var(--whitecolor);
}

/*---------------------- /Modal ---------------------*/
/*---------------------- Header ---------------------*/
.header-main, .head-search {
  position: relative;
  background-color: var(--maincolor);
}

.header-main::before, .head-search::before {
  content: "";
  background: url("../images/site/bg-noise.png") repeat center center/1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.header-main .head-menu {
  position: relative;
  z-index: 9999;
  padding: 32px 0;
}

.header-main .head-menu .row {
  align-items: center;
  justify-content: space-between;
}

.header-main .head-menu .right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}

.header-main .head-menu .logo-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.header-main .head-menu .logo-main > img {
  height: 68px;
}

.header-main .head-menu .logo-main .name {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4px;
}

.header-main .head-menu .logo-main .name .en {
  color: var(--whitecolor);
  font-family: Teko;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.7;
}

.header-main .head-menu .logo-main .name .en > strong {
  letter-spacing: 0.64px;
  font-family: Teko;
  color: var(--greencolor);
}

.header-main .head-menu .logo-main .name .fa {
  color: var(--whitecolor);
  font-size: 12px;
  font-weight: 200;
  opacity: 0.6;
}

.header-main .head-menu .navbar-nav {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.header-main .head-menu .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--whitecolor);
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0;
  transition: all 0.3s;
}
.header-main .head-menu .navbar-nav .nav-link > i:first-child {
  filter: brightness(0) invert(1);
  font-size: 24px;
}

.header-main .head-menu .navbar-nav .nav-link:hover,
.header-main .head-menu .navbar-nav .dropdown.show .nav-link {
  color: var(--greencolor);
  text-shadow: 0 0 40px var(--greencolor);
}

.header-main .head-menu .navbar-nav .nav-link > img {
  filter: brightness(0) invert(1);
  height: 24px;
  opacity: 0.4;
  transition: all 0.3s;
}

.header-main .head-menu .navbar-nav .nav-link:hover > img,
.header-main .head-menu .navbar-nav .dropdown.show .nav-link > img {
  opacity: 1;
}

.header-main .head-menu .navbar-nav .dropdown-toggle::after {
  content: "\e929";
  font-family: "icomoon";
  border: none;
  font-size: 20px;
  font-weight: 200;
  opacity: 0.4;
  margin: 0 -4px 0 0;
  transition: all 0.3s;
}

.header-main .head-menu .navbar-nav .dropdown-toggle:hover::after,
.header-main .head-menu .navbar-nav .dropdown.show .dropdown-toggle::after {
  transform: scaleY(-1);
}

.header-main .head-menu .navbar-nav .dropdown-menu-custom {
  background-color: var(--whitecolor);
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 200px;
  overflow-y: auto;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.header-main .head-menu .navbar-nav .dropdown.show .dropdown-menu-custom {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header-main .head-menu .navbar-nav .dropdown-menu-custom ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.header-main .head-menu .navbar-nav .dropdown-menu-custom a {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: var(--textcolor);
  text-align: right;
  padding: 6px 16px;
  transition: all 0.3s;
}

.header-main .head-menu .navbar-nav .dropdown-menu-custom a:hover {
  background-color: var(--greencolor);
  color: var(--maincolor);
  padding-right: 20px;
}

.header-main .head-menu .btn-register {
  background-color: var(--greencolor);
  display: flex;
  padding: 14px 26px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--maincolor);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}
.header-main .head-menu .btn-register .user-name {
  display: flex;
  flex-direction: column;
}

.header-main .head-menu .btn-register:hover {
  background-color: var(--whitecolor);
  padding: 14px 30px;
}

.header-main .head-menu .btn-register > i {
  font-size: 26px;
}

.head-search {
  position: relative;
  z-index: 100;
  padding: 64px 0 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.head-search .content-box {
  display: flex;
  max-width: 1136px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 56px;
  margin: 0 auto;
}

.head-search .content-box .slogan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.head-search .content-box .slogan-content h1 {
  color: var(--whitecolor);
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  margin: 0;
}

.head-search .content-box .slogan-content h1 > strong {
  color: var(--greencolor);
}

.head-search .content-box .slogan-content p {
  color: var(--maintextcolor);
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}

.head-search .content-box .slogan-content p > strong {
  position: relative;
  font-weight: bold;
  color: var(--greencolor);
}

.head-search .content-box .slogan-content p > strong::after {
  content: "";
  background: url("../images/site/wave.svg") no-repeat center center/108px;
  width: 108px;
  height: 6px;
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.head-search .content-box form {
  align-self: stretch;
}

.head-search .content-box .search-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.head-search .content-box .search-box .input-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 18px 212px 18px 32px;
  color: var(--whitecolor);
  font-size: 18px;
  font-weight: 300;
  border: 4px solid rgba(255, 255, 255, 0.06);
  background: var(--maindarkcolor);
  background-clip: padding-box;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  transition: all 0.3s;
}

.head-search .content-box .search-box.no-state .input-search {
  padding: 18px 32px 18px 32px;
}

.head-search .content-box .search-box .input-search:focus {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.4);
}

.head-search .content-box .search-box .input-search::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

.head-search .content-box .search-box .select-city {
  background: rgba(255, 255, 255, 0.08);
  position: absolute;
  right: 20px;
  top: 19px;
  display: flex;
  height: 62px;
  padding: 18px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: none;
  color: var(--whitecolor);
  font-size: 16px;
  font-weight: 500;
  z-index: 100;
}

.head-search .content-box .search-box .select-city > span {
  width: 75px;
  line-height: 1.3;
  text-align: right;
}

.head-search .content-box .search-box .select-city > span.selected {
  font-size: 14px;
}

.head-search .content-box .search-box .select-city > i {
  font-size: 26px;
  font-weight: 200;
}

.head-search .content-box .search-box .select-city::after {
  content: "\e929";
  font-family: "icomoon";
  border: none;
  font-size: 18px;
  font-weight: 200;
  opacity: 0.4;
  margin: 0 -8px 0 0;
}

.head-search .content-box .search-box .btn-search {
  background-color: transparent;
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: 32px;
  color: var(--whitecolor);
  border: none;
}

.head-search .content-box .search-box .list-cities-box {
  background-color: var(--whitecolor);
  position: absolute;
  top: 110%;
  right: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.head-search .content-box .search-box .list-cities-box.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.head-search .search-box .list-cities-box ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.head-search .search-box .list-cities-box .item-prv-search {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: var(--textcolor);
  text-align: right;
  padding: 6px 16px;
  transition: all 0.3s;
}

.head-search .search-box .list-cities-box .item-prv-search:hover {
  background-color: var(--lightcolor);
  color: var(--blackcolor);
}

.head-search .search-box .list-cities-box .item-prv-search.active {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.header-main .head-menu .options-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-main .head-menu .options-head .btn-show-menu {
  position: relative;
  background-color: var(--whitecolor);
  width: 45px;
  height: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.4s;
}

.header-main .head-menu .options-head .btn-show-menu .line {
  background-color: var(--maincolor);
  width: 20px;
  height: 2px;
  border-radius: 100px;
  box-shadow: 0 -6px 0 0 var(--maincolor), 0 6px 0 0 var(--maincolor);
}

.header-main .head-menu .navbar-custom-imn .close-menu-resp {
  display: none;
}

/*---------------------- /Header ---------------------*/
/*---------------------- Main ---------------------*/
/*---------------------- Section Categories ---------------------*/
.sec-categories .row {
  row-gap: 30px;
}

.sec-categories .item-ctg {
  background: var(--maindarkcolor);
  display: flex;
  width: 100%;
  height: 240px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--maindarkcolor);
  gap: 20px;
  transition: all 0.3s;
}

.sec-categories .item-ctg:hover {
  background-color: var(--whitecolor);
}

.sec-categories .item-ctg > img {
  height: 80px;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}

.sec-categories .item-ctg:hover > img {
  transform: scale(0.9);
  filter: none;
}

.sec-categories .item-ctg .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.sec-categories .item-ctg .text .title {
  color: var(--whitecolor);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  transition: all 0.3s;
}

.sec-categories .item-ctg:hover .text .title {
  color: var(--maincolor);
}

.sec-categories .item-ctg .text .count {
  color: var(--whitecolor);
  font-size: 16px;
  font-weight: 300;
  opacity: 0.6;
  transition: all 0.3s;
}

.sec-categories .item-ctg:hover .text .count {
  color: var(--textcolor);
  opacity: 1;
}

/*---------------------- /Section Categories ---------------------*/
/*---------------------- Section Latest News ---------------------*/
.sec-latest-news .row {
  align-items: stretch;
}

.sec-latest-news .item-news {
  background-color: var(--lightcolor);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.3s;
}

.sec-latest-news .item-news:hover {
  background-color: var(--maindarkcolor);
}

.sec-latest-news .item-news .image-box {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.sec-latest-news .item-news .image-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.sec-latest-news .item-news:hover .image-box > img {
  transform: scale(1.2);
}

.sec-latest-news .item-news .image-box .date {
  background: var(--maincolor);
  position: absolute;
  left: 0px;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--whitecolor);
  font-size: 12px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-latest-news .item-news:hover .image-box .date {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.sec-latest-news .item-news .image-box .date > i {
  font-size: 16px;
}

.sec-latest-news .item-news .content-box {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.sec-latest-news .item-news .content-box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.sec-latest-news .item-news .content-box .category {
  background: var(--whitecolor);
  display: flex;
  padding: 12px;
  height: 33px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--textcolor);
  font-size: 12px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-latest-news .item-news:hover .content-box .category {
  background: rgba(255, 255, 255, 0.08);
  color: var(--whitecolor);
}

.sec-latest-news .item-news .content-box .visit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--textcolor);
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-latest-news .item-news:hover .content-box .visit {
  color: rgba(255, 255, 255, 0.6);
}

.sec-latest-news .item-news .content-box .visit::after {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 3px solid var(--maincolor);
  transition: all 0.3s;
}

.sec-latest-news .item-news:hover .content-box .visit::after {
  border-color: var(--greencolor);
}

.sec-latest-news .item-news .content-box .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.sec-latest-news .item-news .content-box .details .title {
  display: -webkit-box;
  width: 100%;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.sec-latest-news .item-news .content-box .details .title > a {
  color: var(--blackcolor);
  font-weight: 900;
  transition: all 0.3s;
}

.sec-latest-news .item-news:hover .content-box .details .title > a {
  color: var(--whitecolor);
}

.sec-latest-news .item-news .content-box .details .desc {
  display: -webkit-box;
  width: 100%;
  height: 75px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.8;
  color: var(--textcolor);
  font-weight: 300;
  margin: 0;
  transition: all 0.3s;
}

.sec-latest-news .item-news:hover .content-box .details .desc,
.sec-latest-news .item-news:hover .content-box .details .top-title {
  color: var(--maintextcolor);
}

.sec-latest-news .box-list-aside {
  position: relative;
  background-color: var(--maincolor);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.sec-latest-news .box-list-aside::before {
  content: "";
  background: url("../images/site/bg-noise.png") repeat center center/1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.sec-latest-news .box-list-aside .title-head {
  background: var(--maindarkcolor);
  position: relative;
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  z-index: 100;
  border-bottom: 4px solid rgba(255, 255, 255, 0.06);
  background-clip: padding-box;
  flex-shrink: 0;
}

.sec-latest-news .box-list-aside .title-head > h3 {
  color: var(--greencolor);
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
  margin: 0;
}

.sec-latest-news .box-list-aside .list-row-news {
  position: relative;
  width: 100%;
  height: 540px;
  padding: 26px;
  z-index: 100;
  overflow-y: auto;
}

.sec-latest-news .box-list-aside .list-row-news ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.sec-latest-news .box-list-aside .list-row-news ul a {
  color: var(--whitecolor);
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: all 0.3s;
}

.sec-latest-news .box-list-aside .list-row-news ul a:hover {
  color: var(--greencolor);
  text-shadow: 0 0 40px var(--greencolor);
  font-weight: bold;
}

.sec-latest-news .box-list-aside .list-row-news ul a::before {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 3px solid var(--whitecolor);
  opacity: 0.2;
  transition: all 0.3s;
}

.sec-latest-news .box-list-aside .list-row-news ul a.external-link::before {
  width: 16px;
  height: 16px;
  opacity: 0.2;
  border: none;
  transition: 0.3s;
  background-image: var(--favicon);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-latest-news .box-list-aside .list-row-news ul a:hover::before {
  opacity: 1;
}

/*---------------------- /Section Latest News ---------------------*/
/*---------------------- Section Banner ---------------------*/
.sec-banners .item-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 240px;
  padding: 32px 48px;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
}

.sec-banners .item-banner::before {
  content: "";
  background: url("../images/site/bg-noise.png") repeat center center/1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 10;
}

.sec-banners .item-banner.blue {
  background-color: var(--maindarkcolor);
}

.sec-banners .item-banner.green {
  background-color: var(--greendarkcolor);
}

.sec-banners .item-banner .banner-icon {
  filter: brightness(0) invert(1);
  height: 90px;
  position: absolute;
  left: 30px;
  top: 30px;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  z-index: 1;
}

.sec-banners .item-banner .content {
  display: flex;
  width: 75%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
}

.sec-banners .item-banner .content .title {
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--whitecolor);
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin: 0;
  padding-bottom: 4px;
}

.sec-banners .item-banner .content .desc {
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--whitecolor);
  text-align: right;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.sec-banners .item-banner .btn-more {
  background: var(--whitecolor);
  display: flex;
  padding: 14px 26px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}

.sec-banners .item-banner .btn-more:hover {
  padding: 14px 30px;
}

.sec-banners .item-banner.blue .btn-more:hover {
  color: var(--maindarkcolor);
}

.sec-banners .item-banner.green .btn-more:hover {
  color: var(--greendarkcolor);
}

.sec-banners .item-banner .btn-more > i {
  font-size: 18px;
  transition: all 0.3s;
}

.sec-banners .item-banner .btn-more:hover > i {
  transform: rotate(-45deg);
}

/*---------------------- /Section Banner ---------------------*/
/*---------------------- Section Application ---------------------*/
.sec-application {
  position: relative;
  background-color: var(--maincolor);
  padding: 96px 0;
  gap: 10px;
}

.sec-application::before {
  content: "";
  background: url("../images/site/bg-noise.png") repeat center center/1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.sec-application .container {
  position: relative;
}

.sec-application .content-app {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  z-index: 100;
}

.sec-application .content-app .title {
  color: var(--whitecolor);
  text-align: right;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  margin: 0;
}

.sec-application .content-app .title strong {
  color: var(--greencolor);
  font-weight: 800;
}

.sec-application .content-app .title span {
  font-size: 32px;
}

.sec-application .content-app .desc {
  color: var(--maintextcolor);
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
}

.sec-application .coming-csoon {
  background-color: var(--greencolor);
  display: inline-flex;
  padding: 18px 26px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: var(--maincolor);
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 32px;
}

.sec-application .app-image {
  position: absolute;
  bottom: -96px;
  left: 0;
  width: 650px;
}

/*---------------------- /Section Application ---------------------*/
/*---------------------- Section Latest Job ---------------------*/
.sec-latest-jobs .box-job-person {
  background-color: var(--lightcolor);
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
}

.sec-latest-jobs .box-job-person .content {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.sec-latest-jobs .box-job-person .content .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.sec-latest-jobs .box-job-person .content .category {
  background: var(--whitecolor);
  display: flex;
  padding: 12px;
  height: 33px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--textcolor);
  font-size: 12px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-latest-jobs .box-job-person:hover .content .category {
  background: var(--maincolor);
  color: var(--whitecolor);
}

.sec-latest-jobs .box-job-person .content .visit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--textcolor);
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-latest-jobs .box-job-person .content .visit::after {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 3px solid var(--maincolor);
  transition: all 0.3s;
}

.sec-latest-jobs .box-job-person:hover .content .visit::after {
  border-color: var(--greencolor);
}

.sec-latest-jobs .box-job-person .content .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.sec-latest-jobs .box-job-person .content .image-profile {
  width: 126px;
  height: 126px;
  border-radius: 100%;
  overflow: hidden;
  border-radius: 100px;
  border: 4px solid var(--whitecolor);
}

.sec-latest-jobs .box-job-person .content .image-profile > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-latest-jobs .box-job-person .content .details .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 4px;
}

.sec-latest-jobs .box-job-person .content .details .fullname {
  color: var(--blackcolor);
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  margin: 0;
}

.sec-latest-jobs .box-job-person .content .details .expertise {
  color: var(--textcolor);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.sec-latest-jobs .box-job-person .content .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: var(--blackcolor);
  font-size: 14px;
  font-weight: 400;
}

.sec-latest-jobs .box-job-person .content .date > i {
  font-size: 22px;
  color: var(--textcolor);
}

.sec-latest-jobs .box-job-person .btn-view-resume {
  background-color: var(--maincolor);
  display: flex;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
  color: var(--whitecolor);
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-latest-jobs .box-job-person .btn-view-resume:hover {
  background-color: var(--greencolor);
  color: var(--maincolor);
  font-weight: bold;
}

.sec-latest-jobs .box-job-person .card-action {
  display: flex;
}

.sec-latest-jobs .box-job-person .btn-edit {
  background-color: var(--greencolor);
  display: flex;
  width: 20%;
  height: 64px;
  justify-content: center;
  align-items: center;
  color: var(--whitecolor);
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
  margin-right: 3px;
}

.sec-latest-jobs .box-job-person .btn-edit:hover {
  background-color: var(--greencolor);
  color: var(--maincolor);
  font-weight: bold;
}

/*---------------------- /Section Latest Job ---------------------*/
/*---------------------- Section Latest Videos ---------------------*/
.sec-latest-videos .item-video-box {
  width: 100%;
  overflow: hidden;
}

.sec-latest-videos .item-video-box .video-cover {
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sec-latest-videos .item-video-box .video-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.sec-latest-videos .item-video-box:hover .video-cover > img {
  transform: scale(1.2);
}

.sec-latest-videos .item-video-box .video-cover::before {
  content: "";
  background-color: rgba(30, 30, 30, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.sec-latest-videos .item-video-box .video-cover .btn-play {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  font-size: 28px;
  color: var(--whitecolor);
  position: absolute;
  z-index: 100;
  transition: all 0.3s;
}

.sec-latest-videos .item-video-box:hover .video-cover .btn-play {
  background-color: var(--whitecolor);
  color: var(--maincolor);
}

.sec-latest-videos .item-video-box .video-cover .category {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  height: 38px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--whitecolor);
  font-size: 12px;
  font-weight: 500;
  z-index: 100;
  transition: all 0.3s;
}

.sec-latest-videos .item-video-box:hover .video-cover .category {
  background-color: var(--whitecolor);
  color: var(--blackcolor);
}

.sec-latest-videos .item-video-box .video-cover .time {
  background-color: var(--maincolor);
  display: flex;
  height: 38px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--whitecolor);
  font-size: 14px;
  font-weight: 500;
  z-index: 100;
  direction: ltr;
  transition: all 0.3s;
}

.sec-latest-videos .item-video-box:hover .video-cover .time {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.sec-latest-videos .item-video-box .video-cover .time > i {
  font-size: 18px;
}

.sec-latest-videos .item-video-box .title {
  background-color: var(--lightcolor);
  display: flex;
  height: 64px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin: 0;
  transition: all 0.3s;
}

.sec-latest-videos .item-video-box:hover .title {
  background-color: var(--maincolor);
}

.sec-latest-videos .item-video-box .title > a {
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.3s;
}

.sec-latest-videos .item-video-box:hover .title > a {
  color: var(--whitecolor);
  font-weight: bold;
}

/*---------------------- /Section Latest Videos ---------------------*/
/*---------------------- Section Cutomers ---------------------*/
.sec-customers .box-outer-cutomers {
  background-color: var(--lightcolor);
  padding: 26px;
}

.sec-customers .box-outer-cutomers .swiper-slide {
  width: auto;
}

.sec-customers .box-outer-cutomers .item-cst > img {
  height: 80px;
  opacity: 0.2;
  filter: grayscale(1);
  transition: all 0.3s;
}

.sec-customers .box-outer-cutomers .item-cst:hover > img {
  filter: none;
  opacity: 1;
}

/*---------------------- /Section Cutomers ---------------------*/
/*---------------------- Section Map Doctors ---------------------*/
.sec-map-doctors .row {
  align-items: center;
}

.sec-map-doctors .details-map {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.sec-map-doctors .details-map .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.sec-map-doctors .details-map .content .title {
  color: var(--blackcolor);
  text-align: right;
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
  margin: 0;
}

.sec-map-doctors .details-map .content .desc {
  color: var(--textcolor);
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
}

.sec-map-doctors .details-map form {
  align-self: stretch;
}

.sec-map-doctors .details-map .box-outer-form {
  background-color: var(--lightcolor);
  width: 100%;
  padding: 26px;
  align-self: stretch;
}

.sec-map-doctors .details-map .box-outer-form .row {
  margin: 0 -8px;
  row-gap: 16px;
}

.sec-map-doctors .details-map .box-outer-form .row .col-12 {
  padding: 0 8px;
}

.sec-map-doctors .details-map .btn-search-doctor {
  background-color: var(--greencolor);
  display: flex;
  width: 100%;
  height: 62px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--maincolor);
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
}

.sec-map-doctors .details-map .btn-search-doctor:hover {
  background-color: var(--maincolor);
  color: var(--whitecolor);
}

.sec-map-doctors .details-map .btn-search-doctor > i {
  font-size: 26px;
  transition: all 0.3s;
}

.sec-map-doctors .details-map .btn-search-doctor:hover > i {
  transform: scaleX(-1);
}

.sec-map-doctors .map-column {
  position: relative;
}

.sec-map-doctors .iran-map {
  width: 100%;
}

.sec-map-doctors .iran-map .bg-path {
  fill: var(--maincolor);
  transition: all 0.3s;
}

.sec-map-doctors .iran-map .link-map:hover .bg-path {
  fill: var(--greencolor);
}

.sec-map-doctors .iran-map .point {
  fill: var(--greencolor);
  transition: all 0.3s;
}

.sec-map-doctors .iran-map .link-map:hover .point {
  fill: var(--maincolor);
}

.tooltip-map {
  position: absolute;
  background-color: var(--whitecolor);
  display: none;
  padding: 20px;
  text-align: center;
  pointer-events: none;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  min-width: 220px;
  transform: translate(-50%, -106%);
}

.tooltip-map::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--whitecolor);
}

.tooltip-map h3 {
  color: var(--blackcolor);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 40px;
  flex-shrink: 0;
}

.tooltip-map .number {
  color: var(--greencolor);
  font-size: 64px;
  font-weight: 800;
  line-height: 50px;
}

.tooltip-map .desc {
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 300;
}

/*---------------------- /Section Map Doctors ---------------------*/
/*---------------------- /Main ---------------------*/
/*---------------------- Footer ---------------------*/
.footer-main {
  position: relative;
  background-color: var(--maincolor);
}

.footer-main::before {
  content: "";
  background: url("../images/site/bg-noise.png") repeat center center/1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.footer-main .footer-head {
  position: relative;
  background-color: var(--maindarkcolor);
  padding: 48px 0;
  z-index: 50;
}

.footer-main .footer-head::before {
  content: "";
  background: url("../images/site/bg-noise.png") repeat center center/1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.footer-main .footer-head .row {
  position: relative;
  z-index: 100;
  align-items: center;
  justify-content: space-between;
}

.footer-main .footer-head .logo-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.footer-main .footer-head .logo-main > img {
  height: 80px;
}

.footer-main .footer-head .logo-main .name {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4px;
}

.footer-main .footer-head .logo-main .name .en {
  color: var(--whitecolor);
  font-family: Teko;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.7;
}

.footer-main .footer-head .logo-main .name .en > strong {
  letter-spacing: 0.64px;
  font-family: Teko;
  color: var(--greencolor);
}

.footer-main .footer-head .logo-main .name .fa {
  color: var(--whitecolor);
  font-size: 15px;
  font-weight: 200;
  opacity: 0.6;
}

.footer-main .footer-head .contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 64px;
}

.footer-main .footer-head .contacts .item-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.footer-main .footer-head .contacts .item-contact > i {
  font-size: 44px;
  color: var(--greencolor);
}

.footer-main .footer-head .contacts .item-contact .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-main .footer-head .contacts .item-contact .title {
  color: var(--whitecolor);
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.footer-main .footer-head .contacts .item-contact .title > a {
  color: var(--whitecolor);
  transition: all 0.3s;
}

.footer-main .footer-head .contacts .item-contact .title > a:hover {
  color: var(--greencolor);
}

.footer-main .footer-head .contacts .item-contact .desc {
  color: var(--maintextcolor);
  font-size: 16px;
  font-weight: 300;
}

.footer-main .footer-info {
  padding: 64px 0;
}

.footer-main .footer-info .about-box {
  display: flex;
  padding-left: 62px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-main .footer-info .title-footer {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--whitecolor);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.footer-main .footer-info .head-about {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-main .footer-info .head-about .website {
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  color: var(--whitecolor);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  transition: all 0.3s;
}

.footer-main .footer-info .head-about .website:hover {
  background-color: var(--whitecolor);
  color: var(--maincolor);
  letter-spacing: 1px;
}

.footer-main .footer-info .about-box .desc {
  width: 100%;
  color: var(--maintextcolor);
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
}

.footer-main .footer-info .list-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.footer-main .footer-info .list-links > li {
  width: 47%;
}

.footer-main .footer-info .list-links > li > a {
  color: var(--maintextcolor);
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}

.footer-main .footer-info .list-links > li > a:hover {
  color: var(--greencolor);
  text-shadow: 0 0 40px var(--greencolor);
  font-weight: 700;
}

.footer-main .footer-info .head-licenses {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-main .footer-info .head-licenses .arrows-swiper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.footer-main .footer-info .head-licenses .arrows-swiper .swiper-button {
  display: flex;
  width: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 40px;
  color: var(--whitecolor);
  opacity: 0.2;
  transition: all 0.3s;
}

.footer-main .footer-info .head-licenses .arrows-swiper .swiper-button:hover {
  opacity: 1;
}

.footer-main .footer-info .box-outer-lcs {
  background: rgba(255, 255, 255, 0.08);
  padding: 32px;
  margin-top: 20px;
}

.footer-main .footer-info .box-outer-lcs .item-lcs {
  background-color: var(--whitecolor);
  height: 176px;
  display: flex;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}

.footer-main .footer-info .box-outer-lcs .item-lcs > img {
  height: 100px;
}

.footer-main .footer-info .box-outer-lcs .item-lcs .name {
  background-color: var(--light2color);
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: var(--textcolor);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  z-index: 50;
  margin: 0;
}

.footer-main .footer-copyright {
  position: relative;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  z-index: 50;
}

.footer-main .footer-copyright .row {
  align-items: center;
  justify-content: space-between;
}

.footer-main .footer-copyright .copyright-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}

.footer-main .footer-copyright .go-top {
  background-color: var(--greencolor);
  display: flex;
  width: 62px;
  height: 62px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 32px;
  color: var(--maincolor);
  transition: all 0.3s;
}

.footer-main .footer-copyright .go-top:hover {
  background-color: var(--whitecolor);
}

.footer-main .footer-copyright .copyright-box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-main .footer-copyright .copyright-box .designer {
  color: var(--whitecolor);
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.footer-main .footer-copyright .copyright-box .designer > a {
  color: var(--whitecolor);
  transition: all 0.35s ease;
}
.footer-main .footer-copyright .copyright-box .designer > a:hover {
  color: var(--greencolor);
}

.footer-main .footer-copyright .copyright-box .company {
  color: var(--maintextcolor);
  text-align: right;
  font-size: 16px;
  font-weight: 300;
}

.footer-main .footer-copyright .socials {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}

.footer-main .footer-copyright .socials .item-sc {
  font-size: 26px;
  color: var(--whitecolor);
  opacity: 0.2;
  transition: all 0.3s;
}

.footer-main .footer-copyright .socials .item-sc:hover {
  color: var(--greencolor);
  filter: drop-shadow(0 0 15px var(--greencolor));
  opacity: 1;
}

/*---------------------- /Footer ---------------------*/
/*---------------------- Pages Style ---------------------*/
.sec-slideshow .swiper-slideshow {
  height: 500px;
}

.sec-slideshow .swiper-slideshow .box-item-slideshow {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.sec-slideshow .swiper-slideshow .box-item-slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide {
  background: rgba(19, 19, 19, 0.3);
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  z-index: 100;
  gap: 10px;
}

.sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide .title {
  color: var(--whitecolor);
  text-align: right;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}

.sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide .desc {
  display: -webkit-box;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.8;
  color: var(--light3color);
  font-weight: 300;
  margin: 0;
}

.sec-slideshow .swiper-slideshow .arrows-swiper {
  background-color: var(--maincolor);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 5px 5px 15px;
}

.sec-slideshow .swiper-slideshow .arrows-swiper .swiper-button {
  display: flex;
  width: 36px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 48px;
  color: var(--whitecolor);
  opacity: 0.3;
  transition: all 0.3s;
}

.sec-slideshow .swiper-slideshow .arrows-swiper .swiper-button:hover {
  opacity: 1;
}

.sec-latest-news .row-outer-news,
.sec-row-news .row-outer-news {
  row-gap: 30px;
}

.sec-row-news .item-news {
  background-color: var(--lightcolor);
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  transition: all 0.3s;
}

.sec-row-news .item-news:hover {
  background-color: var(--maindarkcolor);
}

.sec-row-news .item-news .image-box {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.sec-row-news .item-news .image-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.sec-row-news .item-news:hover .image-box > img {
  transform: scale(1.2);
}

.sec-row-news .item-news .image-box .date {
  background: var(--maincolor);
  position: absolute;
  left: 0px;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--whitecolor);
  font-size: 10px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-row-news .item-news:hover .image-box .date {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.sec-row-news .item-news .image-box .date > i {
  font-size: 14px;
}

.sec-row-news .item-news .content-box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.sec-row-news .item-news .content-box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.sec-row-news .item-news .content-box .category {
  background: var(--whitecolor);
  display: flex;
  padding: 10px;
  height: 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--textcolor);
  font-size: 10px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-row-news .item-news:hover .content-box .category {
  background: rgba(255, 255, 255, 0.08);
  color: var(--whitecolor);
}

.sec-row-news .item-news .content-box .visit {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--textcolor);
  font-size: 11px;
  font-weight: normal;
  transition: all 0.3s;
}

.sec-row-news .item-news:hover .content-box .visit {
  color: rgba(255, 255, 255, 0.6);
}

.sec-row-news .item-news .content-box .visit::after {
  content: "";
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid var(--maincolor);
  transition: all 0.3s;
}

.sec-row-news .item-news:hover .content-box .visit::after {
  border-color: var(--greencolor);
}

.sec-row-news .item-news .content-box .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.sec-row-news .item-news .content-box .details .title {
  display: -webkit-box;
  width: 100%;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.sec-row-news .item-news .content-box .details .title > a {
  color: var(--blackcolor);
  font-weight: 900;
  transition: all 0.3s;
}

.sec-row-news .item-news:hover .content-box .details .title > a {
  color: var(--whitecolor);
}

.sec-row-news .item-news .content-box .details .desc {
  display: -webkit-box;
  width: 100%;
  height: 66px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.8;
  color: var(--textcolor);
  font-weight: 300;
  margin: 0;
  transition: all 0.3s;
}

.sec-row-news .item-news:hover .content-box .details .desc {
  color: var(--maintextcolor);
}

.aside-ads .box-outer-ads {
  background-color: var(--lightcolor);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 20px;
  height: 100%;
}

.aside-ads .box-outer-ads .box-ads-image {
  width: 100%;
  height: 87px;
}

.aside-ads .box-outer-ads .box-ads-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-special-full {
  background-color: var(--maincolor);
  padding: 64px 0;
}

.sec-special-full .head-section-imn .content-box .title {
  color: var(--whitecolor);
}

.sec-special-full .head-section-imn .content-box .desc {
  color: var(--light3color);
}

.sec-special-full .head-section-imn .options .btn-more {
  background-color: var(--whitecolor);
}

.sec-special-full .head-section-imn .options .arrows-swiper .swiper-button {
  color: var(--whitecolor);
  opacity: 0.4;
}

.sec-special-full .head-section-imn .options .arrows-swiper .swiper-button:hover {
  color: var(--greencolor);
  opacity: 1;
}

.sec-special-full .item-news {
  background-color: var(--whitecolor);
}

.sec-special-full .item-news .content-box .category {
  background-color: var(--lightcolor);
}

.filter-aside .accordion {
  position: sticky;
  top: 20px;
}

.filter-search .filter-aside .accordion .card {
  margin-bottom: 24px;
  border: 1px solid var(--light2color);
  border-radius: 0;
}

.filter-search .filter-aside .accordion .card:last-child {
  margin-bottom: 0;
}

.filter-search .filter-aside .accordion .card-header {
  background-color: transparent;
  padding: 0;
}

.filter-search .filter-aside .accordion .card-header .btn-link {
  background-color: var(--maincolor);
  padding: 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: var(--whitecolor);
  outline: none;
  box-shadow: none;
}

.filter-search .filter-aside .accordion .card-header .btn-link > i {
  font-size: 18px;
  transform: rotate(180deg);
  transition: all 0.3s;
}

.filter-search .filter-aside .accordion .card-header .btn-link.collapsed > i {
  transform: rotate(0);
}

.filter-search .filter-aside .accordion .card-body {
  padding: 20px;
  max-height: 500px;
  overflow-y: auto;
}
.filter-search .filter-aside .accordion .card-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter-search .filter-aside .accordion .card-body ul li {
  padding-left: 0;
  /* padding-right: 36px; */
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: normal;
}
.filter-search .filter-aside .accordion .card-body ul li a {
  color: var(--textcolor);
  font-weight: 500;
  transition: all 0.35s ease;
}
.filter-search .filter-aside .accordion .card-body ul li a:hover, .filter-search .filter-aside .accordion .card-body ul li a.active {
  color: var(---blackcolor);
}

.filter-search .filter-aside .accordion .custom-checkbox {
  padding-left: 0;
  padding-right: 36px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}

.filter-search .filter-aside .accordion .custom-checkbox:last-child {
  margin-bottom: 0;
}

.filter-search .filter-aside .accordion .custom-control-input {
  left: auto;
  right: 0;
  width: 22px;
  height: 22px;
}

.filter-search .filter-aside .accordion .custom-control-label::before {
  top: -0.5px;
  left: auto;
  right: -36px;
  width: 22px;
  height: 22px;
  border-radius: 0;
  border-color: var(--light3color);
  box-shadow: none;
  transition: all 0.3s;
}

.filter-search .filter-aside .accordion .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--greencolor);
  background-color: var(--greencolor);
}

.filter-search .filter-aside .accordion .custom-control-input ~ .custom-control-label {
  color: var(--textcolor);
  transition: all 0.3s;
}

.filter-search .filter-aside .accordion .custom-control-input:checked ~ .custom-control-label {
  color: var(--blackcolor);
  font-weight: 500;
}

.filter-search .filter-aside .accordion .custom-control-label::after {
  top: -0.5px;
  left: auto;
  right: -36px;
  width: 22px;
  height: 22px;
  border-radius: 0;
}

.filter-search .filter-result .head-result {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-search .filter-result .head-result .search-box {
  position: relative;
  display: inline-flex;
}

.filter-search .filter-result .head-result .input-search {
  border: 1px solid var(--light2color);
  border-radius: 0;
  height: 65px;
  width: 350px;
  background-color: var(--whitecolor);
  padding: 10px 20px 10px 40px;
  font-size: 16px;
  font-weight: normal;
  color: var(--blackcolor);
  transition: all 0.3s;
}

.filter-search .filter-result .head-result .input-search:hover {
  border-color: var(--textcolor);
}

.filter-search .filter-result .head-result .input-search::placeholder {
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
  color: var(--textcolor);
}

.filter-search .filter-result .head-result .search-box .btn-search {
  background-color: transparent;
  border: none;
  width: 55px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: var(--maincolor);
}

.filter-search .filter-result .head-result .options-head {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.filter-search .filter-result .head-result .box-opt-list {
  background-color: var(--lightcolor);
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.filter-search .filter-result .head-result .box-opt-list .btn-opt {
  background-color: transparent;
  height: 100%;
  aspect-ratio: 1/1;
  border: none;
  font-size: 22px;
  color: var(--textcolor);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.filter-search .filter-result .head-result .box-opt-list .btn-opt.active {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.filter-search .filter-result .head-result .btn-box-sort {
  position: relative;
  background-color: var(--whitecolor);
  width: 300px;
  height: 65px;
  padding: 10px 20px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--light2color);
  gap: 20px;
  font-size: 14px;
  font-weight: normal;
  color: var(--textcolor);
  transition: all 0.3s;
}

.filter-search .filter-result .head-result .btn-box-sort:hover {
  border-color: var(--textcolor);
}

.filter-search .filter-result .head-result .btn-box-sort > i {
  font-size: 18px;
}

.filter-search .filter-result .head-result .box-dropdown-list {
  background-color: var(--whitecolor);
  position: absolute;
  top: 110%;
  right: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.3s;
}

.filter-search .filter-result .head-result .box-dropdown-list.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.filter-search .filter-result .box-dropdown-list ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.filter-search .filter-result .box-dropdown-list .btn-item-sort {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: var(--textcolor);
  text-align: right;
  padding: 6px 16px;
  transition: all 0.3s;
}

.filter-search .filter-result .box-dropdown-list .btn-item-sort:hover {
  background-color: var(--lightcolor);
  color: var(--blackcolor);
}

.filter-search .filter-result .box-dropdown-list .btn-item-sort.active {
  background-color: var(--greencolor);
  color: var(--maincolor);
}

.sec-latest-news .row-outer-news.rowing {
  flex-direction: column;
  row-gap: 20px;
}

.sec-latest-news .row-outer-news.rowing .col-news {
  max-width: 100%;
}

.sec-latest-news .row-outer-news.rowing .item-news {
  flex-direction: row;
}

.sec-latest-news .row-outer-news.rowing .item-news .image-box {
  width: auto;
  height: 230px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.filter-search .filter-result .pagination {
  padding: 0;
  margin: 48px 0 0;
}

.filter-search .filter-result .pagination .page-link {
  border-radius: 0;
  border-color: var(--light2color);
  padding: 16px 24px;
  height: 54px;
  color: var(--blackcolor);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.filter-search .filter-result .pagination .page-link:hover {
  background-color: var(--lightcolor);
}

.filter-search .filter-result .pagination .page-item:first-child .page-link {
  border-left: none;
}

.filter-search .filter-result .pagination .page-item.disabled .page-link {
  color: var(--light3color);
}

.filter-search .filter-result .pagination .page-item.active .page-link {
  background-color: var(--greencolor);
  color: var(--maindarkcolor);
  font-weight: 500;
}

.filter-search .title-filter-side {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: var(--blackcolor);
  margin: 0 0 30px;
  display: none;
}

.filter-search .btn-confirm-filters {
  background-color: var(--greencolor);
  display: none;
  width: 100%;
  padding: 18px 26px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--maindarkcolor);
  font-size: 16px;
  font-weight: 700;
  border: none;
  margin: 20px 0 0;
}

.filter-search .btn-confirm-filters > i {
  font-size: 26px;
}

.filter-search .filter-aside .close-filter-resp {
  padding: 15px;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--maincolor);
  color: var(--whitecolor);
}

#btn_show_filters {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--greencolor);
  display: none;
  padding: 18px 26px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--maindarkcolor);
  font-family: Estedad;
  font-size: 14px;
  font-weight: 700;
  border: none;
  box-shadow: 0 24px 80px 0 rgba(5, 38, 63, 0.16);
  z-index: 999;
}

#btn_show_filters > i {
  font-size: 22px;
}

.head-search .content-box .slogan-content h3 {
  color: var(--whitecolor);
  font-size: 30px;
  font-weight: 800;
  line-height: 48px;
  margin: 0;
}

.breadcrumb-head {
  position: relative;
  background-color: var(--maindarkcolor);
  padding: 32px 0;
}

.breadcrumb-head::before {
  content: "";
  background: url("../images/site/bg-noise.png") repeat center center/1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.breadcrumb-head .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.breadcrumb-head .breadcrumb-item {
  font-size: 14px;
  font-weight: 300;
  color: var(--maintextcolor);
}

.breadcrumb-head .breadcrumb-item > a {
  color: var(--whitecolor);
  font-weight: normal;
  transition: all 0.3s;
}

.breadcrumb-head .breadcrumb-item > a:hover {
  color: var(--greencolor);
}

.breadcrumb-head .breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.breadcrumb-head .breadcrumb-item + .breadcrumb-item::before {
  content: "\e92a";
  font-family: "icomoon";
  color: var(--whitecolor);
  padding: 0 6px;
  opacity: 0.5;
}

.sec-news-details .content-news {
  padding-left: 50px;
}

.sec-news-details .content-news .title-main {
  font-size: 25px;
  font-weight: 700;
  color: var(--blackcolor);
  margin: 0 0 10px;
}

.sec-news-details .content-news .image-news {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 0 32px;
}

.sec-news-details .content-news .image-news > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-news-details .content-news .image-news .btn-like-news {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--whitecolor);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s;
}

.sec-news-details .content-news .image-news .btn-like-news.active {
  color: var(--greencolor);
}

.sec-news-details .content-news .other-desc-news p {
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  text-align: justify;
  color: var(--blackcolor);
  margin: 0;
}

.sec-news-details .content-news .other-desc-news p a {
  font-weight: 700;
  color: var(--maincolor);
  text-decoration: underline !important;
}

.sec-news-details .content-news .other-desc-news .short-quote {
  position: relative;
  background-color: var(--lightcolor);
  padding: 15px 20px 15px 100px;
  margin: 20px 0 30px;
}

.sec-news-details .content-news .other-desc-news .short-quote::before {
  content: "\e908";
  font-family: "icomoon";
  font-size: 50px;
  color: var(--textcolor);
  position: absolute;
  bottom: 5px;
  left: 25px;
  transform: scale(-1);
  opacity: 0.2;
}

.sec-news-details .content-news .other-desc-news .short-quote p {
  font-size: 14px;
  line-height: 32px;
  color: var(--textcolor);
}

.sec-news-details .content-news .other-desc-news h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--blackcolor);
  margin: 0 0 15px;
}

.sec-news-details .content-news .other-desc-news .banner-desc {
  position: relative;
  background-color: var(--subcolor);
  height: 200px;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  overflow: hidden;
  margin: 40px 0;
}

.sec-news-details .content-news .other-desc-news .banner-desc::before {
  content: "";
  width: 600px;
  height: 600px;
  position: absolute;
  right: -150px;
  bottom: -400px;
  border-radius: 500px;
  opacity: 0.6;
  background: var(--maincolor);
  filter: blur(1000px);
}

.sec-news-details .content-news .other-desc-news .banner-desc .details {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sec-news-details .content-news .other-desc-news .banner-desc .svg-fruit {
  width: 90px;
  height: 90px;
  margin-left: 30px;
  flex-shrink: 0;
}

.sec-news-details .content-news .other-desc-news .banner-desc .path-color {
  fill: var(--yellowcolor);
  stroke: var(--yellowcolor);
}

.sec-news-details .content-news .other-desc-news .banner-desc .content .title {
  font-size: 25px;
  font-weight: 200;
  color: var(--whitecolor);
  margin: 0 0 5px;
}

.sec-news-details .content-news .other-desc-news .banner-desc .content .title > strong {
  font-weight: 800;
}

.sec-news-details .content-news .other-desc-news .banner-desc .content .desc {
  font-size: 16px;
  font-weight: 300;
  color: var(--whitecolor);
  margin: 0;
  line-height: normal;
}

.sec-news-details .content-news .other-desc-news .banner-desc .btn-link-banner {
  background-color: var(--yellowcolor);
  display: flex;
  height: 70px;
  padding: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(244, 206, 20, 0.4);
  font-size: 16px;
  font-weight: 700;
  color: var(--subcolor);
  border: none;
  flex-shrink: 0;
  transition: all 0.3s;
}

.sec-news-details .content-news .other-desc-news .banner-desc .btn-link-banner:hover {
  background-color: var(--whitecolor);
  box-shadow: 0px 4px 30px 0px rgba(255, 255, 255, 0.4);
}

.sec-news-details .content-news .other-desc-news .banner-desc .btn-link-banner .arrow-left {
  background-color: var(--whitecolor);
  padding: 5px;
  height: 22px;
  border-radius: 100px;
  margin-right: 10px;
  font-size: 24px;
  color: var(--subcolor);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.sec-news-details .content-news .other-desc-news .banner-desc .btn-link-banner:hover .arrow-left {
  background-color: var(--subcolor);
  color: var(--whitecolor);
}

.sec-news-details .content-news hr.spacing {
  width: 100%;
  height: 1px;
  border: none;
  opacity: 1;
  margin: 60px 0;
  border-top: 1px solid var(--lightcolor);
}

.sec-news-details .content-news .row-head-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec-news-details .content-news .title-head-section {
  background-color: var(--maincolor);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: var(--whitecolor);
  margin: 0 0 40px;
}

.sec-news-details .content-news .row-head-between .title-head-section {
  margin: 0;
}

.sec-news-details .content-news .row-head-between .desc-head-section {
  font-size: 16px;
  font-weight: 700;
  color: var(--textcolor);
}

.sec-news-details .content-news .box-comment {
  background-color: var(--whitecolor);
}

.sec-news-details .cart-details {
  position: sticky;
  top: 30px;
  align-self: flex-start;
}

.sec-news-details .cart-details .accordion-news {
  background-color: var(--lightcolor);
  border-radius: 0;
  box-shadow: none;
}

.sec-news-details .cart-details .accordion-news .accordion-news-header {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--maincolor);
  border-bottom: 2px solid var(--whitecolor);
  margin-bottom: 20px;
}

.sec-news-details .cart-details .accordion-news .accordion-news-header .title {
  font-size: 14px;
  font-weight: 600;
  color: var(--whitecolor);
  margin: 0;
}

.sec-news-details .cart-details .accordion-news .accordion-news-header > i {
  font-size: 18px;
  color: var(--whitecolor);
}

.sec-news-details .cart-details .accordion-news .accordion-news-header .box-icon {
  display: flex;
  font-size: 16px;
  color: var(--textcolor);
  transition: all 0.4s;
}

.sec-news-details .cart-details .box-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  padding: 5px 0;
  border-radius: 30px;
  margin-top: -20px;
}

.sec-news-details .cart-details .box-details .item-dts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.sec-news-details .cart-details .box-details .item-dts:last-child {
  border-bottom: none;
}

.sec-news-details .cart-details .box-details .item-dts .title {
  font-size: 12px;
  font-weight: 600;
  color: var(--blackcolor);
}

.sec-news-details .cart-details .box-details .item-dts .content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  color: var(--textcolor);
}

.sec-news-details .cart-details .box-details .item-dts .content > i {
  font-size: 18px;
}

.sec-news-details .cart-details .box-details .item-dts .content > span {
  padding-top: 2px;
}

.sec-news-details .cart-details .btn-list-comments {
  border-radius: 25px;
}

.sec-news-details .cart-details .btn-list-comments {
  background-color: var(--whitecolor);
  height: 90px;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-top: 20px;
  transition: all 0.3s;
}

.sec-news-details .cart-details .btn-list-comments:hover {
  box-shadow: 0px 4px 100px 0px rgba(69, 71, 75, 0.1);
}

.sec-news-details .cart-details .btn-list-comments .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.sec-news-details .cart-details .btn-list-comments .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--blackcolor);
  margin: 0;
}

.sec-news-details .cart-details .btn-list-comments .desc {
  font-size: 12px;
  font-weight: 400;
  color: var(--textcolor);
}

.sec-news-details .cart-details .btn-list-comments > i {
  font-size: 28px;
  color: var(--maincolor);
}

.sec-news-details .content-news .item-comment {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.sec-news-details .content-news .item-comment.answer {
  padding-right: 50px;
}

.sec-news-details .content-news .box-comment {
  position: relative;
  background-color: var(--lightcolor);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  padding: 10px 20px;
  gap: 30px;
  z-index: 100;
}

.sec-news-details .content-news .item-comment.answer .box-comment {
  background-color: var(--whitecolor);
  border: 2px solid var(--lightcolor);
  /* box-shadow: 0px 4px 100px 0px rgba(69, 71, 75, 0.10); */
}

.sec-news-details .content-news .item-comment.answer::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 20px;
  width: 1px;
  height: 37px;
  background-color: var(--lightcolor);
}

.sec-news-details .content-news .item-comment.answer::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 20px;
  width: 90px;
  height: 40px;
  border-right: 1px solid var(--lightcolor);
  border-bottom: 1px solid var(--lightcolor);
}

.sec-news-details .content-news .result-ratings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  background-color: var(--whitecolor);
  width: 400px;
  padding: 20px;
  border-radius: 20px;
  flex-shrink: 0;
}

.sec-news-details .content-news .result-ratings .item-rate {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(155, 164, 180, 0.2);
}

.sec-news-details .content-news .result-ratings .item-rate:last-child {
  border-bottom: none;
}

.sec-news-details .content-news .result-ratings .rating-gohar {
  gap: 10px;
}

.sec-news-details .content-news .result-ratings .br-theme-bars-gohar .br-widget {
  width: 100px;
}

.sec-news-details .content-news .result-ratings .br-theme-bars-gohar .br-widget a {
  width: 5px;
  height: 5px;
}

.sec-news-details .content-news .result-ratings .br-theme-bars-gohar .br-widget .br-current {
  width: 12px;
  height: 12px;
}

.sec-news-details .content-news .result-ratings .counts {
  gap: 3px;
}

.sec-news-details .content-news .result-ratings .counts .all,
.sec-news-details .content-news .result-ratings .counts .value {
  font-size: 22px;
}

.sec-news-details .content-news .result-ratings .counts .slash {
  font-size: 18px;
}

.sec-news-details .content-news .result-ratings .rating-gohar .title-rating {
  width: 100%;
  color: var(--blackcolor);
}

.sec-news-details .content-news .details-comment {
  padding: 15px 0;
}

.sec-news-details .content-news .item-comment.answer .details-comment {
  padding: 0;
  width: 100%;
}

.sec-news-details .content-news .details-comment .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(155, 164, 180, 0.2);
}

.sec-news-details .content-news .item-comment.answer .details-comment .head {
  padding: 0 0 15px;
}

.sec-news-details .content-news .details-comment .user-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sec-news-details .content-news .details-comment .user-info .image {
  width: 50px;
  height: 50px;
  border: 2px solid var(--whitecolor);
  border-radius: 100%;
  background-clip: padding-box;
  margin-left: 15px;
  overflow: hidden;
}

.sec-news-details .content-news .details-comment .user-info .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-news-details .content-news .details-comment .user-info .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sec-news-details .content-news .details-comment .user-info .fullname {
  font-size: 16px;
  font-weight: 700;
  color: var(--blackcolor);
}

.sec-news-details .content-news .details-comment .user-info .status {
  font-size: 12px;
  font-weight: normal;
  color: var(--textcolor);
}

.sec-news-details .content-news .details-comment .desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: var(--blackcolor);
  text-align: justify;
  margin: 15px 0;
}

.sec-news-details .content-news .item-comment.answer .details-comment .desc {
  margin: 20px 0 0;
}

.sec-news-details .content-news .details-comment .options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-news-details .content-news .details-comment .btn-answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--textcolor);
}

.sec-news-details .content-news .details-comment .btn-answer > i {
  font-size: 18px;
}

.sec-news-details .content-news .details-comment .viewpoint {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.sec-news-details .content-news .details-comment .viewpoint .text {
  font-size: 12px;
  font-weight: 500;
  color: var(--light3color);
}

.sec-news-details .content-news .details-comment .viewpoint .result {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.sec-news-details .content-news .details-comment .viewpoint .btn-like,
.sec-news-details .content-news .details-comment .viewpoint .btn-dislike {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--maincolor);
}

.sec-news-details .content-news .details-comment .viewpoint .btn-dislike {
  color: var(--textcolor);
}

.sec-news-details .content-news .details-comment .viewpoint .btn-like > i,
.sec-news-details .content-news .details-comment .viewpoint .btn-dislike > i {
  font-size: 20px;
}

.sec-news-details .content-news .details-comment .viewpoint .btn-dislike > i {
  transform: scaleX(-1);
}

.sec-news-details .content-news .row-add-comment {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.sec-news-details .content-news .form-comment .head-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec-news-details .content-news .form-comment .head-form .title {
  font-size: 20px;
  font-weight: 900;
  color: var(--blackcolor);
  margin: 0;
}

.sec-news-details .content-news .form-comment .head-form .btn-logout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: normal;
  color: var(--textcolor);
  transition: all 0.3s;
}

.sec-news-details .content-news .form-comment .head-form .btn-logout:hover {
  color: var(--maincolor);
  gap: 6px;
}

.sec-news-details .content-news .form-comment .head-form .btn-logout > i {
  font-size: 20px;
}

.sec-news-details .content-news .form-comment .row-form-comment {
  margin: 0 -10px;
}

.sec-news-details .content-news .form-comment .form-group {
  margin: 0 0 20px;
  padding: 0 10px;
}

.sec-news-details .content-news .form-comment .form-control {
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  text-align: right;
  border-radius: 0;
  border: 2px solid var(--lightcolor);
  background-color: var(--whitecolor);
  font-size: 16px;
  font-weight: 600;
  color: var(--blackcolor);
  box-shadow: none;
  transition: all 0.3s;
}

.sec-news-details .content-news .form-comment .form-control:focus {
  border-color: var(--maincolor);
}

.sec-news-details .content-news .form-comment .form-control::placeholder {
  font-size: 14px;
  font-weight: normal;
  color: var(--textcolor);
  opacity: 0.5;
}

.sec-news-details .content-news .form-comment textarea.form-control {
  height: 125px;
  padding: 25px;
}

.sec-news-details .content-news .form-comment .bottom-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.sec-news-details .content-news .form-comment .message-form {
  font-size: 14px;
  font-weight: normal;
  color: var(--maincolor);
}

.sec-news-details .content-news .form-comment .btn-send-form {
  background-color: var(--greencolor);
  display: flex;
  padding: 18px 26px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--maincolor);
  font-size: 16px;
  font-weight: 600;
  border: none;
  transition: all 0.3s;
}

.sec-news-details .content-news .form-comment .btn-send-form:hover {
  background-color: var(--maincolor);
  color: var(--whitecolor);
  padding: 18px 32px;
}

.sec-news-details .sec-ads-website {
  margin: 32px 0;
}

.sec-news-details .head-section-imn {
  margin-bottom: 32px;
}

.sec-news-details .head-section-imn .content-box .box-icon {
  width: 50px;
  height: 50px;
}

.sec-news-details .head-section-imn .options .btn-more {
  height: 50px;
  padding: 10px 20px;
}

.sec-news-details .head-section-imn .options .btn-more:hover {
  background-color: var(--lightcolor);
  color: var(--textcolor);
}

.sec-news-details .head-section-imn .options .btn-more > i {
  font-size: 20px;
}

.sec-news-details .head-section-imn .options .btn-more:hover > i {
  transform: none;
}

.sec-news-details .sec-latest-news .box-list-aside,
.sec-news-details .aside-ads {
  margin-top: 24px;
}

.sec-news-details .sec-latest-news .box-list-aside .title-head {
  padding: 20px;
  height: auto;
  justify-content: flex-start;
}

.sec-news-details .sec-latest-news .box-list-aside .title-head > h3 {
  font-size: 16px;
  line-height: normal;
}

.sec-news-details .sec-latest-news .box-list-aside .list-row-news {
  height: 400px;
  padding: 20px;
}

.sec-news-details .sec-latest-news .box-list-aside .list-row-news ul a {
  font-size: 14px;
  gap: 8px;
}

.sec-news-details .sec-latest-news .box-list-aside .list-row-news ul a::before {
  width: 12px;
  height: 12px;
}

.sec-news-details .sec-latest-news .box-list-aside .list-row-news ul {
  gap: 14px;
}

.sec-news-details .aside-ads .box-outer-ads {
  gap: 10px;
}

.sec-latest-jobs .box-job-person .rating-view {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sec-latest-jobs .box-job-person .rating-view .number {
  font-size: 12px;
  font-weight: normal;
  color: var(--light3color);
}

.sec-latest-jobs .box-job-person .rating-view .rating {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 2px;
  line-height: 0.8;
}

.sec-latest-jobs .box-job-person .rating-view .rating .star {
  font-size: 30px;
  color: var(--light3color);
  opacity: 0.6;
}

.sec-latest-jobs .box-job-person .rating-view .rating .star.filled {
  color: #FFC50F;
  opacity: 1;
}

.no-record {
  display: flex;
  width: 100%;
  flex: 1;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.no-record .back-icon {
  background: url(../images/site/not-found.png) no-repeat;
  width: 150px;
  height: 150px;
  background-size: cover;
}
.no-record p {
  font-size: 14px;
}

/*---------------------- /Pages Style ---------------------*/
/*---------------------- Responsives ---------------------*/
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .container {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .container {
    padding: 0 16px;
  }
}
/*---------------------- /Responsives ---------------------*/
.whatsapp-button {
  position: fixed;
  bottom: var(--whb-top, 20px);
  z-index: 99;
}
.whatsapp-button.right {
  right: 20px;
}
.whatsapp-button.right span {
  right: 55px;
}
.whatsapp-button.left {
  left: 20px;
}
.whatsapp-button.left span {
  left: 55px;
}
.whatsapp-button a {
  display: block;
  flex-shrink: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  order: 2;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
  transition: 0.5s;
  position: relative;
  z-index: 200;
  text-decoration: none !important;
  background-color: rgb(77, 194, 71) !important;
}
.whatsapp-button a:hover {
  transform: scale(1.2);
}
.whatsapp-button span {
  position: absolute;
  top: -20px;
  background: #ffffff;
  font-size: 12px;
  width: 100px;
  padding: 5px 8px;
  border-radius: 6px;
}

/*-----------------------------------------------------------*/
.user-menu-wrapper {
  position: relative;
}
.user-menu-wrapper > a .subtext {
  font-size: 11px;
}

.user-dropdown-menu {
  position: absolute;
  top: 100px;
  opacity: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  /* border-radius: 8px; */
  /* padding: 10px 0; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 160px;
  transition: all 0.35s ease;
  visibility: hidden;
}
.user-dropdown-menu.show {
  visibility: visible;
  top: 82px;
  opacity: 1;
}

.user-dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-dropdown-menu ul li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
  font-size: 14px;
}
.user-dropdown-menu ul li a:hover {
  background: #f2f2f2;
}
.user-dropdown-menu ul li a i {
  position: relative;
  top: 3px;
  right: -3px;
}

/*------------------------ Custom Alert ---------------------------*/
:root {
  /* رنگ‌های اصلی */
  --c-warning-bg: #fff8d6;
  --c-warning-border: #ffc50f;
  --c-warning-text: #6b5600;
  --c-success-bg: #e8f9e9;
  --c-success-border: #3bb54a;
  --c-success-text: #205b22;
  --c-info-bg: #e8f4ff;
  --c-info-border: #2196f3;
  --c-info-text: #0b437a;
}

/* پایه مشترک */
.c-alert {
  /*display: flex;*/
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 1rem;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin: 0.5rem 0;
  direction: rtl;
}

/* حالت‌های مختلف */
.c-alert--warning {
  background: var(--c-warning-bg);
  border-color: var(--c-warning-border);
  color: var(--c-warning-text);
}

.c-alert--success {
  background: var(--c-success-bg);
  border-color: var(--c-success-border);
  color: var(--c-success-text);
}

.c-alert--info {
  background: var(--c-info-bg);
  border-color: var(--c-info-border);
  color: var(--c-info-text);
}

/* ریسپانسیو */
@media (max-width: 600px) {
  .c-alert {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
  .mt-128 {
    margin-top: 64px;
  }
  .navbar-custom-imn .collapse:not(.show) {
    display: block;
    width: 100%;
  }
  .header-main .head-menu {
    position: static;
  }
  .header-main .head-menu .options-head .btn-show-menu {
    display: flex;
  }
  .header-main .head-menu .navbar-custom-imn {
    position: fixed;
    background-color: var(--whitecolor);
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    z-index: 999999;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    transition: all 0.4s;
  }
  .header-main .head-menu .navbar-custom-imn.show {
    right: 0;
  }
  .header-main .head-menu .navbar-custom-imn .close-menu-resp {
    padding: 15px;
    font-size: 16px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--maincolor);
    color: var(--whitecolor);
  }
  .header-main .head-menu .navbar-custom-imn::after {
    content: "";
    background: url("../images/site/shape-icon.svg") no-repeat center center/80px;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .header-main .head-menu .navbar-nav {
    padding: 20px 0;
    gap: 16px;
  }
  .header-main .head-menu .navbar-nav > li {
    width: 100%;
  }
  .header-main .head-menu .navbar-custom-imn .nav-link {
    padding: 12px 20px;
    font-size: 14px;
    color: var(--blackcolor);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-main .head-menu .navbar-custom-imn .nav-link > img {
    width: 22px;
    filter: brightness(0);
    opacity: 0.2;
  }
  .header-main .head-menu .navbar-nav .dropdown-toggle::after {
    position: absolute;
    left: 16px;
  }
  .header-main .head-menu .navbar-nav .dropdown-menu-custom {
    background-color: var(--maincolor);
    top: 100%;
    min-width: 100%;
    z-index: 9999;
    transform: translateY(5px);
  }
  .header-main .head-menu .navbar-nav .dropdown-menu-custom a {
    font-size: 12px;
    padding: 8px 16px;
    color: var(--whitecolor);
  }
  .header-main .head-menu .navbar-nav .nav-link:hover,
  .header-main .head-menu .navbar-nav .dropdown.show .nav-link {
    color: var(--maincolor);
    text-shadow: 0 0 40px var(--maincolor);
  }
  .header-main .head-menu .dropdown .dropdown-menu {
    top: 40px !important;
    right: 10px;
    min-width: 92%;
    border-radius: 16px;
  }
  .header-main .head-menu .dropdown.show .dropdown-menu {
    top: 40px !important;
  }
  .header-main .head-menu .dropdown-menu .dropdown-item {
    padding: 8px;
    font-size: 12px;
  }
  .head-section-imn {
    margin-bottom: 32px;
  }
  .head-section-imn .content-box .title {
    font-size: 20px;
    line-height: 32px;
  }
  .head-section-imn .content-box .desc {
    font-size: 14px;
  }
  .head-section-imn .content-box .box-icon {
    width: 48px;
    height: 48px;
  }
  .head-section-imn .options .btn-more {
    height: 48px;
    padding: 14px 20px;
    gap: 10px;
    font-size: 12px;
  }
  .head-section-imn .options .btn-more > i {
    font-size: 12px;
  }
  .head-section-imn .options {
    gap: 20px;
  }
  .head-section-imn .options .arrows-swiper .swiper-button {
    color: var(--greencolor);
    width: 30px;
    font-size: 40px;
  }
  .head-right-imn {
    gap: 0;
  }
  .head-right-imn .head .title {
    font-size: 20px;
  }
  .head-right-imn .head .arrows-swiper .swiper-button {
    width: 30px;
    font-size: 40px;
  }
  .head-right-imn .desc {
    font-size: 14px;
  }
  .header-main .head-menu {
    padding: 20px 0;
  }
  .header-main .head-menu .logo-main {
    position: relative;
    gap: 10px;
    z-index: 100;
  }
  .header-main .head-menu .logo-main > img {
    height: 54px;
  }
  .header-main .head-menu .logo-main .name .en {
    font-size: 26px;
  }
  .header-main .head-menu .logo-main .name .fa {
    font-size: 10px;
  }
  .header-main .head-menu .btn-register {
    position: relative;
    padding: 12px 14px;
    gap: 8px;
    font-size: 14px;
    z-index: 100;
  }
  .header-main .head-menu .btn-register > i {
    font-size: 22px;
  }
  .header-main .head-search {
    padding: 32px 0 40px;
  }
  .header-main .head-search .content-box {
    gap: 40px;
  }
  .header-main .head-search .content-box .slogan-content {
    gap: 8px;
  }
  .header-main .head-search .content-box .slogan-content h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .header-main .head-search .content-box .slogan-content p {
    font-size: 14px;
  }
  .header-main .head-search .content-box .slogan-content p > strong::after {
    background-size: 80px;
    width: 80px;
    right: -4px;
  }
  .header-main .head-search .content-box .search-box {
    height: 90px;
  }
  .header-main .head-search .content-box .search-box .select-city {
    right: 15px;
    top: 18px;
    height: 54px;
    padding: 14px 18px;
    gap: 10px;
    font-size: 14px;
  }
  .header-main .head-search .content-box .search-box .select-city > i {
    font-size: 24px;
  }
  .header-main .head-search .content-box .search-box .select-city > span {
    width: 65px;
  }
  .header-main .head-search .content-box .search-box .select-city::after {
    font-size: 16px;
    margin: 0 -12px 0 0;
  }
  .header-main .head-search .search-box .list-cities-box ul {
    padding: 6px 0;
  }
  .header-main .head-search .search-box .list-cities-box .item-prv-search {
    font-size: 12px;
    padding: 6px 14px;
  }
  .header-main .head-search .content-box .search-box .select-city > span.selected {
    font-size: 12px;
  }
  .header-main .head-search .content-box .search-box .input-search {
    padding: 18px 176px 18px 32px;
    font-size: 16px;
  }
  .header-main .head-search .content-box .search-box .input-search::placeholder {
    font-size: 14px;
  }
  .header-main .head-search .content-box .search-box .btn-search {
    top: 26px;
    left: 20px;
    font-size: 28px;
  }
  .sec-categories .row {
    row-gap: 20px;
    margin: 0 -10px;
  }
  .sec-categories .row .col-md-4 {
    padding: 0 10px;
  }
  .sec-categories .item-ctg {
    height: 200px;
  }
  .sec-categories .item-ctg > img {
    height: 60px;
  }
  .sec-categories .item-ctg .text .title {
    font-size: 16px;
  }
  .sec-categories .item-ctg .text .count {
    font-size: 12px;
  }
  .sec-latest-news .item-news .image-box .date {
    font-size: 10px;
  }
  .sec-latest-news .item-news .content-box {
    padding: 12px;
    gap: 14px;
  }
  .sec-latest-news .item-news .content-box .category {
    height: 30px;
    font-size: 10px;
  }
  .sec-latest-news .item-news .content-box .visit {
    font-size: 12px;
  }
  .sec-latest-news .item-news .content-box .visit::after {
    width: 12px;
    height: 12px;
  }
  .sec-latest-news .item-news .content-box .details {
    gap: 0px;
  }
  .sec-latest-news .item-news .content-box .details .title {
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }
  .sec-latest-news .item-news .content-box .details .desc {
    height: 64px;
    font-size: 12px;
  }
  .sec-latest-news .box-list-aside {
    margin-top: 30px;
  }
  .sec-latest-news .item-news .image-box {
    height: 240px;
  }
  .sec-latest-news .box-list-aside .title-head {
    height: 90px;
  }
  .sec-latest-news .box-list-aside .title-head > h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .sec-latest-news .box-list-aside .list-row-news {
    height: auto;
  }
  .sec-latest-news .box-list-aside .list-row-news ul {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 32px;
  }
  .sec-latest-news .box-list-aside .list-row-news ul > li {
    flex-shrink: 0;
  }
  .sec-latest-news .box-list-aside .list-row-news ul a {
    font-size: 14px;
  }
  .sec-latest-news .box-list-aside .list-row-news ul a::before {
    width: 12px;
    height: 12px;
  }
  .sec-banners .item-banner {
    height: 180px;
    padding: 0px 32px;
    margin: 10px 0;
  }
  .sec-banners .item-banner .banner-icon {
    height: 80px;
    left: 20px;
    top: 20px;
  }
  .sec-banners .item-banner .content .title {
    font-size: 24px;
    line-height: 32px;
  }
  .sec-banners .item-banner .content .desc {
    font-size: 14px;
  }
  .sec-banners .item-banner .btn-more {
    padding: 12px 20px;
    gap: 10px;
    font-size: 14px;
  }
  .sec-banners .item-banner .btn-more > i {
    font-size: 14px;
  }
  .sec-ads-website .outer-box-ads {
    padding: 15px;
  }
  .sec-ads-website .outer-box-ads .box-ads-image {
    width: 300px;
    height: 80px;
  }
  .sec-application {
    padding: 48px 0;
  }
  .sec-application .content-app .title {
    font-size: 30px;
    line-height: 36px;
  }
  .sec-application .content-app .title span {
    font-size: 24px;
  }
  .sec-application .content-app .desc {
    font-size: 14px;
  }
  .sec-application .coming-csoon {
    flex-shrink: 0;
  }
  .sec-application .coming-csoon {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .sec-application .app-image {
    left: 20px;
    width: 400px;
    bottom: -48px;
  }
  .sec-latest-jobs .box-job-person .content {
    padding: 15px;
    gap: 15px;
  }
  .sec-latest-jobs .box-job-person .content .category {
    height: 30px;
    font-size: 10px;
  }
  .sec-latest-jobs .box-job-person .content .visit {
    gap: 8px;
    font-size: 12px;
  }
  .sec-latest-jobs .box-job-person .content .visit::after {
    width: 12px;
    height: 12px;
  }
  .sec-latest-jobs .box-job-person .content .image-profile {
    width: 100px;
    height: 100px;
  }
  .sec-latest-jobs .box-job-person .content .details .fullname {
    font-size: 16px;
    line-height: 20px;
  }
  .sec-latest-jobs .box-job-person .content .details .expertise {
    font-size: 12px;
  }
  .sec-latest-jobs .box-job-person .content .date {
    font-size: 12px;
  }
  .sec-latest-jobs .box-job-person .content .date > i {
    font-size: 18px;
  }
  .sec-latest-jobs .box-job-person {
    height: auto;
  }
  .sec-latest-jobs .box-job-person .btn-view-resume {
    height: 48px;
    font-size: 14px;
    margin-top: 10px;
  }
  .sec-latest-videos .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -10px;
  }
  .sec-latest-videos .row .col-md-5 {
    padding: 0 10px;
  }
  .sec-latest-videos .item-video-box .video-cover {
    height: 200px;
  }
  .sec-latest-videos .item-video-box .video-cover .btn-play {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .sec-latest-videos .item-video-box .video-cover .category {
    height: 30px;
    padding: 12px;
    font-size: 10px;
  }
  .sec-latest-videos .item-video-box .video-cover .time {
    height: 30px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 10px;
  }
  .sec-latest-videos .item-video-box .video-cover .time > i {
    font-size: 14px;
  }
  .sec-latest-videos .item-video-box .title {
    height: 48px;
  }
  .sec-latest-videos .item-video-box .title > a {
    font-size: 13px;
  }
  .sec-customers .box-outer-cutomers {
    margin-top: 20px;
    padding: 15px;
  }
  .sec-customers .box-outer-cutomers .item-cst > img {
    height: 50px;
  }
  .sec-map-doctors .details-map {
    gap: 32px;
  }
  .sec-map-doctors .details-map .content .title {
    font-size: 24px;
    line-height: 30px;
  }
  .sec-map-doctors .details-map .content .desc {
    font-size: 16px;
  }
  .sec-map-doctors .details-map .box-outer-form {
    padding: 15px;
  }
  .sec-map-doctors .map-column {
    text-align: center;
  }
  .tooltip-map {
    padding: 15px 10px;
    min-width: 160px;
  }
  .tooltip-map h3 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .tooltip-map .number {
    font-size: 48px;
    line-height: 40px;
  }
  .tooltip-map .desc {
    font-size: 12px;
  }
  .sec-map-doctors .iran-map {
    width: 70%;
    margin-top: 30px;
  }
  .select2-container--default .select2-selection--single {
    height: 50px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .sec-map-doctors .details-map .btn-search-doctor {
    height: 50px;
    gap: 10px;
    font-size: 14px;
  }
  .sec-map-doctors .details-map .btn-search-doctor > i {
    font-size: 22px;
  }
  .footer-main .footer-head {
    padding: 32px 0;
  }
  .footer-main .footer-head .row {
    justify-content: center;
  }
  .footer-main .footer-head .logo-main {
    gap: 10px;
  }
  .footer-main .footer-head .logo-main > img {
    height: 60px;
  }
  .footer-main .footer-head .logo-main .name .en {
    font-size: 30px;
  }
  .footer-main .footer-head .logo-main .name .fa {
    font-size: 11.5px;
  }
  .footer-main .footer-head .contacts {
    width: 100%;
    justify-content: space-between;
    gap: 0;
    margin-top: 32px;
  }
  .footer-main .footer-head .contacts .item-contact {
    gap: 16px;
  }
  .footer-main .footer-head .contacts .item-contact > i {
    font-size: 36px;
  }
  .footer-main .footer-head .contacts .item-contact .title {
    font-size: 16px;
    line-height: 22px;
  }
  .footer-main .footer-head .contacts .item-contact .desc {
    font-size: 12px;
  }
  .footer-main .footer-info {
    padding: 40px 0;
  }
  .footer-main .footer-info .about-box {
    gap: 16px;
    padding-left: 15px;
    margin-bottom: 32px;
  }
  .footer-main .footer-info .title-footer {
    height: 32px;
    font-size: 18px;
  }
  .footer-main .footer-info .head-about .website {
    font-size: 14px;
  }
  .footer-main .footer-info .about-box .desc {
    font-size: 14px;
    line-height: 32px;
  }
  .footer-main .footer-info .list-links > li > a {
    font-size: 14px;
  }
  .footer-main .footer-info .box-outer-lcs {
    padding: 20px;
  }
  .footer-main .footer-info .box-outer-lcs .item-lcs {
    height: 160px;
  }
  .footer-main .footer-info .box-outer-lcs .item-lcs > img {
    height: 90px;
  }
  .footer-main .footer-copyright {
    padding: 24px 0;
  }
  .footer-main .footer-copyright .row {
    flex-direction: column-reverse;
  }
  .footer-main .footer-copyright .socials {
    gap: 24px;
  }
  .footer-main .footer-copyright .socials .item-sc {
    font-size: 24px;
  }
  .footer-main .footer-copyright .copyright-box {
    gap: 16px;
    width: 100%;
    margin-top: 20px;
  }
  .footer-main .footer-copyright .go-top {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .footer-main .footer-copyright .copyright-box .content {
    gap: 4px;
  }
  .footer-main .footer-copyright .copyright-box .designer {
    font-size: 14px;
  }
  .footer-main .footer-copyright .copyright-box .company {
    font-size: 14px;
  }
  /*---------------------- Pages Style ---------------------*/
  .sec-slideshow .swiper-slideshow {
    height: 350px;
  }
  .sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide {
    width: 70%;
  }
  .sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide .title {
    font-size: 18px;
  }
  .sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide .desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .sec-slideshow .swiper-slideshow .arrows-swiper .swiper-button {
    width: 30px;
    font-size: 40px;
  }
  .sec-latest-news .row-outer-news {
    margin: 0 -10px;
  }
  .sec-latest-news .row-outer-news,
  .sec-row-news .row-outer-news {
    row-gap: 20px;
  }
  .sec-latest-news .row-outer-news .col-news {
    padding: 0 10px;
  }
  .sec-row-news .item-news .image-box {
    width: 160px;
    height: 160px;
  }
  .sec-row-news .item-news .content-box .details .title {
    height: auto;
    -webkit-line-clamp: 1;
  }
  .sec-row-news .item-news .content-box .details .desc {
    height: auto;
    -webkit-line-clamp: 2;
  }
  .aside-ads .box-outer-ads {
    padding: 15px;
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
  }
  .aside-ads .box-outer-ads .box-ads-image {
    flex-shrink: 0;
    width: 43%;
  }
  .filter-search .filter-aside {
    position: fixed;
    background-color: var(--whitecolor);
    top: 0;
    right: -100%;
    width: 350px;
    height: 100%;
    z-index: 999999;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    overflow-y: auto;
    transition: all 0.4s;
  }
  .filter-search .filter-aside.show {
    right: 0;
    padding-top: 30px;
  }
  .filter-search .title-filter-side {
    display: block;
  }
  .filter-search .btn-confirm-filters {
    display: flex;
  }
  .filter-search .filter-aside .accordion .card {
    margin-bottom: 12px;
  }
  .filter-search .filter-result .head-result {
    flex-direction: column;
  }
  .filter-search .filter-result .head-result form {
    width: 100%;
  }
  .filter-search .filter-result .head-result .search-box {
    width: 100%;
    margin-bottom: 16px;
  }
  .filter-search .filter-result .head-result .input-search {
    width: 100%;
  }
  .filter-search .filter-result .head-result .options-head {
    width: 100%;
    justify-content: space-between;
  }
  .sec-latest-news .row-outer-news.rowing .item-news .image-box {
    height: 200px;
  }
  .filter-search .filter-result .pagination .page-item:first-child .page-link,
  .filter-search .filter-result .pagination .page-item:last-child .page-link {
    font-size: 14px;
  }
  .filter-search .filter-aside .close-filter-resp {
    display: flex;
  }
  #btn_show_filters {
    display: flex;
  }
  .sec-news-details .content-news {
    padding: 0;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc {
    margin: 20px 0;
    height: auto;
    padding: 20px;
    border-radius: 20px;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .svg-fruit {
    display: none;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .content .title {
    font-size: 18px;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .content .desc {
    font-size: 12px;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .btn-link-banner {
    height: auto;
    padding: 15px 20px;
    margin-right: 20px;
    font-size: 14px;
    border-radius: 16px;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .btn-link-banner .arrow-left {
    padding: 5px;
    height: 20px;
    font-size: 20px;
  }
  .sec-news-details .content-news .item-comment {
    margin-bottom: 20px;
  }
  .sec-news-details .content-news .box-comment {
    flex-direction: column;
    padding: 15px;
  }
  .sec-news-details .content-news .details-comment {
    padding: 0;
  }
  .sec-news-details .content-news .details-comment .head {
    padding: 0 0 10px;
  }
  .sec-news-details .content-news .details-comment .user-info .image {
    width: 45px;
    height: 45px;
  }
  .sec-news-details .content-news .details-comment .user-info .fullname {
    font-size: 14px;
  }
  .sec-news-details .content-news .details-comment .user-info .status {
    font-size: 12px;
  }
  .sec-news-details .content-news .details-comment .desc {
    font-size: 11px;
    line-height: 25px;
    margin: 10px 0;
  }
  .sec-news-details .content-news .details-comment .btn-answer > i {
    font-size: 15px;
  }
  .sec-news-details .content-news .details-comment .btn-answer,
  .sec-news-details .content-news .details-comment .viewpoint .text {
    font-size: 12px;
  }
  .sec-news-details .content-news .details-comment .viewpoint {
    gap: 30px;
  }
  .sec-news-details .content-news .details-comment .viewpoint .result {
    gap: 20px;
  }
  .sec-news-details .content-news .details-comment .viewpoint .btn-dislike {
    font-size: 16px;
  }
  .sec-news-details .content-news .details-comment .viewpoint .btn-dislike > i {
    font-size: 22px;
  }
  .sec-news-details .content-news .item-comment.answer {
    padding-right: 50px;
  }
  .sec-news-details .content-news .item-comment.answer::before,
  .sec-news-details .content-news .item-comment.answer::after {
    right: 25px;
  }
  .sec-news-details .content-news .item-comment.answer .details-comment .desc {
    margin: 10px 0 0;
  }
  .sec-news-details .content-news .row-add-comment {
    margin-top: 60px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .sec-news-details .content-news .rating-form .title-head-rating {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .sec-news-details .content-news .form-comment .head-form .title {
    font-size: 16px;
  }
  .sec-news-details .content-news .form-comment .head-form .btn-logout {
    font-size: 12px;
    gap: 8px;
  }
  .sec-news-details .content-news .form-comment .head-form .btn-logout > i {
    font-size: 16px;
  }
  .sec-news-details .content-news .form-comment .head-form {
    margin-bottom: 20px;
  }
  .sec-news-details .content-news .form-comment .form-control {
    height: 65px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .sec-news-details .content-news .form-comment textarea.form-control {
    padding: 20px;
  }
  .sec-news-details .content-news .form-comment .message-form {
    font-size: 12px;
  }
  .sec-news-details .content-news .form-comment .btn-send-form {
    height: auto;
    padding: 15px 20px;
    font-size: 14px;
  }
  .sec-news-details .content-news .form-comment .btn-send-form .arrow-left {
    padding: 5px;
    height: 20px;
    font-size: 20px;
  }
  .sec-news-details .cart-details {
    margin-top: 32px;
  }
  .sec-news-details .aside-ads .box-outer-ads {
    margin-top: 0;
  }
  .header-main .head-search .content-box .slogan-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .sec-other-contents .tab-contents {
    padding: 20px;
  }
  .sec-contact-iranmednet .contact-form {
    order: 1;
    padding: 30px 15px 15px;
  }
  .sec-other-contents .tab-comments .form-comment .head-form {
    margin-bottom: 20px;
  }
  .sec-other-contents .tab-comments .form-comment .head-form .title {
    font-size: 16px;
  }
  .sec-contact-iranmednet .contact-details {
    padding: 5px 15px 30px;
  }
  .sec-contact-iranmednet .contact-details::before {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px solid var(--lightcolor);
    top: auto;
  }
  .sec-other-contents .tab-contents .head-tell {
    margin-bottom: 20px;
  }
  .sec-other-contents .tab-comments .form-comment .form-control {
    height: 65px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .sec-other-contents .tab-contents .form-comment .btn-send-form {
    padding: 14px 20px;
    font-size: 14px;
  }
  .sec-other-contents .tab-contents .form-comment .message-form {
    font-size: 13px;
  }
  .sec-other-contents .box-map {
    height: 300px;
    margin-top: 30px;
  }
  .sec-other-contents .tab-contents .head-sticky {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .sec-other-contents .head-sticky .list-tabs {
    margin-bottom: 0;
    gap: 20px;
  }
  .sec-other-contents .head-sticky .list-tabs .item-tab {
    font-size: 12px;
    padding: 12px 0;
  }
  .sec-other-contents .tab-contents .box-desc h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .sec-other-contents .tab-contents .box-desc p {
    font-size: 14px;
    line-height: 30px;
  }
  .sec-other-contents .tab-contents .sec-banners {
    margin-top: 20px;
  }
  .sec-other-contents .tab-contents hr.spacing {
    margin: 30px 0;
  }
  .sec-agancies-news .list-agancies .item-ags .content .title {
    font-size: 16px;
  }
  .sec-agancies-news .list-agancies .item-ags .content .date {
    font-size: 12px;
  }
  .sec-agancies-news .list-agancies .item-ags {
    padding: 20px;
  }
  .sec-agancies-news .list-agancies .item-ags .arrow-left {
    padding: 4px;
    height: 28px;
    font-size: 20px;
  }
  .sec-about-iranmednet .image-manager img {
    height: 500px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .container {
    padding: 0 15px;
  }
  .mt-128 {
    margin-top: 40px;
  }
  .navbar-custom-imn .collapse:not(.show) {
    display: block;
    width: 100%;
  }
  .header-main .head-menu {
    position: static;
  }
  .header-main .head-menu .options-head {
    gap: 6px;
  }
  .header-main .head-menu .options-head .btn-show-menu {
    width: 34px;
    height: 34px;
    display: flex;
  }
  .header-main .head-menu .options-head .btn-show-menu .line {
    width: 16px;
    box-shadow: 0 -5px 0 0 var(--maincolor), 0 5px 0 0 var(--maincolor);
  }
  .header-main .head-menu .navbar-custom-imn {
    position: fixed;
    background-color: var(--whitecolor);
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    z-index: 999999;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    transition: all 0.4s;
  }
  .header-main .head-menu .navbar-custom-imn.show {
    right: 0;
  }
  .header-main .head-menu .navbar-custom-imn .close-menu-resp {
    padding: 15px;
    font-size: 14px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--maincolor);
    color: var(--whitecolor);
  }
  .header-main .head-menu .navbar-custom-imn::after {
    content: "";
    background: url("../images/site/shape-icon.svg") no-repeat center center/60px;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 8%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .header-main .head-menu .navbar-nav {
    padding: 20px 0;
    gap: 4px;
  }
  .header-main .head-menu .navbar-nav > li {
    width: 100%;
  }
  .header-main .head-menu .navbar-custom-imn .nav-link {
    padding: 12px 15px;
    font-size: 12px;
    color: var(--blackcolor);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-main .head-menu .navbar-custom-imn .nav-link > img {
    width: 18px;
    filter: brightness(0);
    opacity: 0.2;
  }
  .header-main .head-menu .navbar-nav .dropdown-toggle::after {
    position: absolute;
    left: 16px;
    font-size: 18px;
  }
  .header-main .head-menu .navbar-nav .dropdown-menu-custom {
    background-color: var(--maincolor);
    top: 100%;
    min-width: 100%;
    z-index: 9999;
    transform: translateY(5px);
  }
  .header-main .head-menu .navbar-nav .dropdown-menu-custom a {
    font-size: 12px;
    padding: 8px 16px;
    color: var(--whitecolor);
  }
  .header-main .head-menu .navbar-nav .nav-link:hover,
  .header-main .head-menu .navbar-nav .dropdown.show .nav-link {
    color: var(--maincolor);
    text-shadow: 0 0 40px var(--maincolor);
  }
  .header-main .head-menu .dropdown .dropdown-menu {
    top: 40px !important;
    right: 10px;
    min-width: 92%;
    border-radius: 16px;
  }
  .header-main .head-menu .dropdown.show .dropdown-menu {
    top: 40px !important;
  }
  .header-main .head-menu .dropdown-menu .dropdown-item {
    padding: 8px;
    font-size: 12px;
  }
  .head-section-imn {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 20px;
  }
  .head-section-imn .content-box {
    flex-direction: column;
    gap: 10px;
  }
  .head-section-imn .content-box .text {
    align-items: center;
  }
  .head-section-imn .content-box .title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .head-section-imn .content-box .desc {
    font-size: 12px;
    text-align: center;
  }
  .head-section-imn .content-box .box-icon {
    width: 40px;
    height: 40px;
  }
  .head-section-imn .options .btn-more {
    height: 40px;
    padding: 10px 14px;
    gap: 10px;
    font-size: 11px;
  }
  .head-section-imn .options .btn-more > i {
    font-size: 11px;
  }
  .head-section-imn .options {
    gap: 20px;
  }
  .head-section-imn .options .arrows-swiper .swiper-button {
    color: var(--greencolor);
    width: 24px;
    font-size: 36px;
  }
  .head-right-imn {
    gap: 0;
  }
  .head-right-imn .head .title {
    font-size: 18px;
  }
  .head-right-imn .head .arrows-swiper .swiper-button {
    width: 24px;
    font-size: 36px;
  }
  .head-right-imn .desc {
    font-size: 12px;
  }
  .header-main .head-menu {
    padding: 15px 0;
  }
  .header-main .head-menu .logo-main {
    gap: 10px;
  }
  .header-main .head-menu .logo-main > img {
    height: 36px;
  }
  .header-main .head-menu .logo-main .name .en {
    font-size: 20px;
  }
  .header-main .head-menu .logo-main .name .fa {
    font-size: 7.8px;
  }
  .header-main .head-menu .btn-register {
    position: relative;
    padding: 8px;
    gap: 6px;
    font-size: 10px;
    z-index: 100;
  }
  .header-main .head-menu .btn-register > i {
    font-size: 18px;
  }
  .header-main .head-search {
    padding: 24px 0 32px;
  }
  .header-main .head-search .content-box {
    gap: 32px;
  }
  .header-main .head-search .content-box .slogan-content {
    gap: 8px;
  }
  .header-main .head-search .content-box .slogan-content h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .header-main .head-search .content-box .slogan-content p {
    font-size: 12px;
  }
  .header-main .head-search .content-box .slogan-content p > strong::after {
    background-size: 66px;
    width: 66px;
    right: -2px;
    height: 7px;
  }
  .header-main .head-search .content-box .search-box {
    height: 70px;
    margin-top: 40px;
  }
  .header-main .head-search .content-box .search-box .select-city {
    right: 0;
    top: -40px;
    height: 40px;
    padding: 10px;
    gap: 6px;
    font-size: 12px;
  }
  .header-main .head-search .content-box .search-box .select-city > i {
    font-size: 18px;
  }
  .header-main .head-search .content-box .search-box .select-city > span {
    width: 78px;
  }
  .header-main .head-search .content-box .search-box .select-city::after {
    font-size: 14px;
    margin: 0 -16px 0 0;
  }
  .header-main .head-search .search-box .list-cities-box ul {
    padding: 6px 0;
  }
  .header-main .head-search .search-box .list-cities-box .item-prv-search {
    font-size: 11px;
    padding: 6px 12px;
  }
  .header-main .head-search .content-box .search-box .select-city > span.selected {
    font-size: 10px;
  }
  .header-main .head-search .content-box .search-box .input-search {
    padding: 16px 16px 16px 32px;
    font-size: 13px;
    border-width: 3px;
  }
  .header-main .head-search .content-box .search-box .input-search::placeholder {
    font-size: 11px;
  }
  .header-main .head-search .content-box .search-box .btn-search {
    top: 20px;
    left: 16px;
    font-size: 22px;
  }
  .sec-categories .row {
    row-gap: 15px;
    margin: 0 -7px;
  }
  .sec-categories .row .col-md-4 {
    padding: 0 7px;
  }
  .sec-categories .item-ctg {
    height: 150px;
  }
  .sec-categories .item-ctg > img {
    height: 40px;
  }
  .sec-categories .item-ctg .text {
    gap: 4px;
  }
  .sec-categories .item-ctg .text .title {
    font-size: 14px;
  }
  .sec-categories .item-ctg .text .count {
    font-size: 11px;
  }
  .sec-latest-news .item-news .image-box .date {
    font-size: 9px;
    padding: 8px 10px;
    gap: 6px;
  }
  .sec-latest-news .item-news .image-box .date > i {
    font-size: 14px;
  }
  .sec-latest-news .item-news .content-box {
    padding: 8px;
    gap: 10px;
  }
  .sec-latest-news .item-news .content-box .category {
    height: 24px;
    font-size: 8px;
    padding: 6px;
  }
  .sec-latest-news .item-news .content-box .visit {
    font-size: 8px;
    gap: 4px;
  }
  .sec-latest-news .item-news .content-box .visit::after {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  .sec-latest-news .item-news .content-box .details {
    gap: 6px;
  }
  .sec-latest-news .item-news .content-box .details .title {
    height: 38px;
    font-size: 12px;
    line-height: 18px;
  }
  .sec-latest-news .item-news .content-box .details .desc {
    height: 56px;
    font-size: 10px;
  }
  .sec-latest-news .box-list-aside {
    margin-top: 30px;
  }
  .sec-latest-news .item-news .image-box {
    height: 180px;
  }
  .sec-latest-news .box-list-aside .title-head {
    height: 70px;
  }
  .sec-latest-news .box-list-aside .title-head > h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .sec-latest-news .box-list-aside .list-row-news {
    height: 350px;
    padding: 16px;
  }
  .sec-latest-news .box-list-aside .list-row-news ul {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
  }
  .sec-latest-news .box-list-aside .list-row-news ul > li {
    flex-shrink: 0;
  }
  .sec-latest-news .box-list-aside .list-row-news ul a {
    font-size: 12px;
  }
  .sec-latest-news .box-list-aside .list-row-news ul a::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .sec-banners .item-banner {
    height: auto;
    padding: 20px 20px 40px;
    margin: 8px 0;
  }
  .sec-banners .item-banner .banner-icon {
    height: 60px;
    left: 15px;
    top: 15px;
  }
  .sec-banners .item-banner .content {
    gap: 6px;
  }
  .sec-banners .item-banner .content .title {
    font-size: 18px;
    line-height: 26px;
  }
  .sec-banners .item-banner .content .desc {
    font-size: 12px;
  }
  .sec-banners .item-banner .btn-more {
    padding: 8px 10px;
    gap: 8px;
    font-size: 12px;
  }
  .sec-banners .item-banner .btn-more > i {
    font-size: 12px;
  }
  .sec-ads-website .outer-box-ads {
    padding: 10px;
  }
  .sec-ads-website .outer-box-ads .box-ads-image {
    width: 220px;
    height: 64px;
  }
  .sec-application {
    padding: 32px 0 0;
  }
  .sec-application .content-app {
    align-items: center;
  }
  .sec-application .content-app .title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .sec-application .content-app .title span {
    font-size: 20px;
  }
  .sec-application .content-app .desc {
    font-size: 12px;
    text-align: center;
  }
  .sec-application .coming-csoon {
    flex-shrink: 0;
  }
  .sec-application .coming-csoon {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    margin-top: 20px;
  }
  .sec-application .app-image {
    left: 30px;
    width: 100%;
    bottom: 0;
    position: relative;
    margin-top: 32px;
  }
  .sec-latest-jobs .box-job-person .content {
    padding: 10px;
    gap: 10px;
  }
  .sec-latest-jobs .box-job-person .content .category {
    height: 24px;
    font-size: 9px;
    padding: 8px;
  }
  .sec-latest-jobs .box-job-person .content .visit {
    gap: 4px;
    font-size: 9px;
  }
  .sec-latest-jobs .box-job-person .content .visit::after {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  .sec-latest-jobs .box-job-person .content .image-profile {
    width: 80px;
    height: 80px;
    border-width: 3px;
  }
  .sec-latest-jobs .box-job-person .content .details {
    gap: 8px;
  }
  .sec-latest-jobs .box-job-person .content .details .fullname {
    font-size: 12px;
    line-height: 16px;
  }
  .sec-latest-jobs .box-job-person .content .details .expertise {
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sec-latest-jobs .box-job-person .content .date {
    font-size: 9px;
    gap: 6px;
  }
  .sec-latest-jobs .box-job-person .content .date > i {
    font-size: 14px;
  }
  .sec-latest-jobs .box-job-person {
    height: auto;
  }
  .sec-latest-jobs .box-job-person .btn-view-resume {
    height: 40px;
    font-size: 11px;
    margin-top: 5px;
  }
  .sec-latest-videos .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -10px;
  }
  .sec-latest-videos .row .col-md-5 {
    padding: 0 10px;
  }
  .sec-latest-videos .item-video-box .video-cover {
    height: 160px;
  }
  .sec-latest-videos .item-video-box .video-cover .btn-play {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
  .sec-latest-videos .item-video-box .video-cover .category {
    height: 24px;
    padding: 10px;
    font-size: 9px;
  }
  .sec-latest-videos .item-video-box .video-cover .time {
    height: 24px;
    padding: 8px 10px;
    gap: 4px;
    font-size: 9px;
  }
  .sec-latest-videos .item-video-box .video-cover .time > i {
    font-size: 12px;
  }
  .sec-latest-videos .item-video-box .title {
    height: 40px;
  }
  .sec-latest-videos .item-video-box .title > a {
    font-size: 11px;
  }
  .sec-customers .box-outer-cutomers {
    margin-top: 20px;
    padding: 15px;
  }
  .sec-customers .box-outer-cutomers .item-cst > img {
    height: 40px;
  }
  .sec-map-doctors .details-map {
    gap: 24px;
  }
  .sec-map-doctors .details-map .content .title {
    font-size: 20px;
    line-height: 24px;
  }
  .sec-map-doctors .details-map .content .desc {
    font-size: 12px;
  }
  .sec-map-doctors .details-map .box-outer-form {
    padding: 10px;
  }
  .sec-map-doctors .map-column {
    text-align: center;
  }
  .tooltip-map {
    padding: 15px 10px;
    min-width: 160px;
  }
  .tooltip-map h3 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .tooltip-map .number {
    font-size: 48px;
    line-height: 40px;
  }
  .tooltip-map .desc {
    font-size: 12px;
  }
  .sec-map-doctors .iran-map .point {
    width: 16px;
    height: 16px;
  }
  .sec-map-doctors .iran-map {
    width: 100%;
    margin-top: 15px;
  }
  .sec-map-doctors .details-map .box-outer-form .row {
    row-gap: 10px;
  }
  .select2-container--default .select2-selection--single {
    height: 40px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    padding-right: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 14px;
    top: 10px;
    font-size: 16px;
  }
  .sec-map-doctors .details-map .btn-search-doctor {
    height: 40px;
    gap: 8px;
    font-size: 12px;
  }
  .sec-map-doctors .details-map .btn-search-doctor > i {
    font-size: 18px;
  }
  .footer-main .footer-head {
    padding: 24px 0;
  }
  .footer-main .footer-head .row {
    justify-content: center;
  }
  .footer-main .footer-head .logo-main {
    gap: 10px;
  }
  .footer-main .footer-head .logo-main > img {
    height: 48px;
  }
  .footer-main .footer-head .logo-main .name .en {
    font-size: 24px;
  }
  .footer-main .footer-head .logo-main .name .fa {
    font-size: 9.2px;
  }
  .footer-main .footer-head .contacts {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-main .footer-head .contacts .item-contact {
    gap: 16px;
  }
  .footer-main .footer-head .contacts .item-contact > i {
    font-size: 30px;
  }
  .footer-main .footer-head .contacts .item-contact .title {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-main .footer-head .contacts .item-contact .desc {
    font-size: 11px;
  }
  .footer-main .footer-info {
    padding: 32px 0;
  }
  .footer-main .footer-info .about-box {
    gap: 16px;
    padding-left: 15px;
    margin-bottom: 32px;
  }
  .footer-main .footer-info .title-footer {
    height: auto;
    font-size: 16px;
  }
  .footer-main .footer-info .head-about .website {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .footer-main .footer-info .about-box .desc {
    font-size: 12px;
    line-height: 28px;
  }
  .footer-main .footer-info .list-links {
    gap: 10px;
  }
  .footer-main .footer-info .list-links > li > a {
    font-size: 12px;
  }
  .footer-main .footer-info .head-licenses .arrows-swiper {
    gap: 10px;
    padding-left: 4px;
  }
  .footer-main .footer-info .head-licenses .arrows-swiper .swiper-button {
    width: 20px;
    font-size: 36px;
  }
  .footer-main .footer-info .box-outer-lcs {
    padding: 10px;
  }
  .footer-main .footer-info .box-outer-lcs .item-lcs {
    height: 150px;
  }
  .footer-main .footer-info .box-outer-lcs .item-lcs > img {
    height: 80px;
  }
  .footer-main .footer-info .box-outer-lcs .item-lcs .name {
    font-size: 10px;
  }
  .footer-main .footer-copyright {
    padding: 24px 0;
  }
  .footer-main .footer-copyright .row {
    flex-direction: column-reverse;
  }
  .footer-main .footer-copyright .socials {
    gap: 20px;
  }
  .footer-main .footer-copyright .socials .item-sc {
    font-size: 20px;
  }
  .footer-main .footer-copyright .copyright-box {
    gap: 12px;
    width: 100%;
    margin-top: 20px;
  }
  .footer-main .footer-copyright .go-top {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .footer-main .footer-copyright .copyright-box .content {
    gap: 4px;
  }
  .footer-main .footer-copyright .copyright-box .designer {
    font-size: 11px;
  }
  .footer-main .footer-copyright .copyright-box .company {
    font-size: 10px;
  }
  /*---------------------- Pages Style ---------------------*/
  .sec-slideshow .swiper-slideshow {
    height: 250px;
  }
  .sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide {
    padding: 15px;
    width: 100%;
    align-items: center;
  }
  .sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide .title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .sec-slideshow .swiper-slideshow .box-item-slideshow .content-slide .desc {
    display: none;
  }
  .sec-slideshow .swiper-slideshow .arrows-swiper {
    padding: 2px 3px 2px 10px;
    bottom: auto;
    top: 0;
  }
  .sec-slideshow .swiper-slideshow .arrows-swiper .swiper-button {
    width: 24px;
    font-size: 32px;
  }
  .sec-latest-news .row-outer-news {
    margin: 0 -8px;
  }
  .sec-latest-news .row-outer-news,
  .sec-row-news .row-outer-news {
    row-gap: 16px;
  }
  .sec-latest-news .row-outer-news .col-news {
    padding: 0 8px;
  }
  .sec-row-news .item-news .image-box {
    width: 120px;
    height: 120px;
  }
  .sec-row-news .item-news .image-box .date {
    padding: 5px 8px;
    gap: 10px;
    font-size: 9px;
  }
  .sec-row-news .item-news .content-box {
    padding: 12px;
    gap: 12px;
  }
  .sec-row-news .item-news .content-box .category {
    padding: 8px;
    height: 26px;
    font-size: 9px;
  }
  .sec-row-news .item-news .content-box .visit {
    gap: 4px;
    font-size: 10px;
  }
  .sec-row-news .item-news .content-box .visit::after {
    width: 9px;
    height: 9px;
  }
  .sec-row-news .item-news .content-box .details .title {
    height: auto;
    -webkit-line-clamp: 1;
    font-size: 12px;
    line-height: 20px;
  }
  .sec-row-news .item-news .content-box .details .desc {
    height: auto;
    -webkit-line-clamp: 2;
    font-size: 10px;
    line-height: 1.6;
  }
  .aside-ads .box-outer-ads {
    padding: 10px;
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
  }
  .aside-ads .box-outer-ads .box-ads-image {
    flex-shrink: 0;
    height: 64px;
    width: 220px;
  }
  .sec-special-full {
    padding: 32px 0;
  }
  .filter-search .filter-aside {
    position: fixed;
    background-color: var(--whitecolor);
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 999999;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    overflow-y: auto;
    transition: all 0.4s;
  }
  .filter-search .filter-aside.show {
    right: 0;
    padding-top: 20px;
  }
  .filter-search .title-filter-side {
    display: block;
  }
  .filter-search .btn-confirm-filters {
    display: flex;
  }
  .filter-search .filter-aside .accordion .card {
    margin-bottom: 12px;
  }
  .filter-search .filter-result .head-result {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .filter-search .filter-result .head-result form {
    width: 100%;
  }
  .filter-search .filter-result .head-result .search-box {
    width: 100%;
    margin-bottom: 16px;
  }
  .filter-search .filter-result .head-result .input-search {
    width: 100%;
    height: 55px;
    font-size: 14px;
  }
  .filter-search .filter-result .head-result .input-search::placeholder {
    font-size: 12px;
  }
  .filter-search .filter-result .head-result .search-box .btn-search {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .filter-search .filter-result .head-result .options-head {
    width: 100%;
    justify-content: space-between;
  }
  .filter-search .filter-result .head-result .box-opt-list {
    height: 55px;
    padding: 4px;
  }
  .filter-search .filter-result .head-result .box-opt-list .btn-opt {
    font-size: 20px;
  }
  .sec-latest-news .row-outer-news.rowing .item-news .image-box {
    height: 150px;
  }
  .filter-search .filter-result .pagination .page-item:first-child .page-link,
  .filter-search .filter-result .pagination .page-item:last-child .page-link {
    font-size: 12px;
  }
  #btn_show_filters {
    bottom: 15px;
    right: 15px;
    padding: 16px 20px;
    gap: 6px;
    font-size: 12px;
  }
  #btn_show_filters > i {
    font-size: 18px;
  }
  .filter-search .title-filter-side {
    font-size: 16px;
  }
  .filter-search .filter-aside .accordion .card-header .btn-link {
    padding: 16px;
    font-size: 14px;
  }
  .filter-search .filter-aside .accordion .custom-checkbox {
    padding-right: 30px;
    margin-bottom: 16px;
    font-size: 13px;
  }
  .filter-search .btn-confirm-filters {
    font-size: 14px;
  }
  .filter-search .filter-result .head-result .btn-box-sort {
    width: 100%;
    height: 55px;
    font-size: 12px;
    padding: 6px 12px 6px 10px;
    text-align: right;
  }
  .filter-search .filter-result .head-result .btn-box-sort > i {
    font-size: 16px;
  }
  .filter-search .filter-result .head-result .search-box {
    margin-bottom: 8px;
  }
  .filter-search .filter-result .box-dropdown-list .btn-item-sort {
    font-size: 12px;
  }
  .filter-search .filter-result .pagination .page-link {
    padding: 10px 15px;
    font-size: 14px;
  }
  .sec-latest-news .row-outer-news.rowing {
    row-gap: 10px;
  }
  .filter-search .filter-aside .close-filter-resp {
    display: flex;
    font-size: 14px;
  }
  #btn_show_filters {
    display: flex;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc {
    margin: 20px 0;
    flex-direction: column;
    height: auto;
    padding: 15px;
    border-radius: 20px;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .svg-fruit {
    display: none;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .content .title {
    font-size: 16px;
    text-align: center;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .content .title strong {
    display: block;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .content .desc {
    display: none;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .btn-link-banner {
    position: relative;
    height: auto;
    padding: 12px 16px;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 16px;
    z-index: 10;
  }
  .sec-news-details .content-news .other-desc-news .banner-desc .btn-link-banner .arrow-left {
    padding: 4px;
    height: 16px;
    font-size: 18px;
  }
  .sec-news-details .content-news .item-comment {
    margin-bottom: 15px;
  }
  .sec-news-details .content-news .box-comment {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
  .sec-news-details .content-news .details-comment {
    padding: 0;
    width: 100%;
  }
  .sec-news-details .content-news .details-comment .head {
    padding: 0 0 10px;
    flex-direction: column;
  }
  .sec-news-details .content-news .details-comment .user-info {
    margin-bottom: 5px;
  }
  .sec-news-details .content-news .details-comment .user-info .image {
    width: 40px;
    height: 40px;
  }
  .sec-news-details .content-news .details-comment .user-info .fullname {
    font-size: 12px;
  }
  .sec-news-details .content-news .details-comment .user-info .status {
    font-size: 11px;
  }
  .sec-news-details .content-news .details-comment .desc {
    font-size: 10px;
    line-height: 20px;
    margin: 10px 0;
  }
  .sec-news-details .content-news .details-comment .options {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-news-details .content-news .details-comment .btn-answer > i {
    font-size: 14px;
  }
  .sec-news-details .content-news .details-comment .btn-answer,
  .sec-news-details .content-news .details-comment .viewpoint .text {
    font-size: 11px;
  }
  .sec-news-details .content-news .details-comment .viewpoint {
    gap: 30px;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
  }
  .sec-news-details .content-news .details-comment .viewpoint .result {
    gap: 20px;
  }
  .sec-news-details .content-news .details-comment .viewpoint .btn-like,
  .sec-news-details .content-news .details-comment .viewpoint .btn-dislike {
    font-size: 14px;
  }
  .sec-news-details .content-news .details-comment .viewpoint .btn-like > i,
  .sec-news-details .content-news .details-comment .viewpoint .btn-dislike > i {
    font-size: 20px;
  }
  .sec-news-details .content-news .item-comment.answer {
    padding-right: 40px;
  }
  .sec-news-details .content-news .item-comment.answer::before,
  .sec-news-details .content-news .item-comment.answer::after {
    right: 20px;
  }
  .sec-news-details .content-news .item-comment.answer .details-comment .desc {
    margin: 10px 0 0;
  }
  .sec-news-details .content-news .row-add-comment {
    margin-top: 60px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .sec-other-contents .tab-comments .rating-form .title-head-rating {
    font-size: 13px;
    margin: 0 0 15px;
  }
  .sec-news-details .content-news .form-comment .head-form .title {
    font-size: 13px;
  }
  .sec-news-details .content-news .form-comment .head-form .btn-logout {
    font-size: 11px;
    gap: 8px;
  }
  .sec-news-details .content-news .form-comment .head-form .btn-logout > i {
    font-size: 14px;
  }
  .sec-news-details .content-news .form-comment .head-form {
    margin-bottom: 15px;
  }
  .sec-news-details .content-news .form-comment .form-group {
    margin-bottom: 10px;
  }
  .sec-news-details .content-news .form-comment .form-control {
    height: 55px;
    padding: 10px 15px;
    font-size: 12px;
  }
  .sec-news-details .content-news .form-comment .form-control::placeholder {
    font-size: 12px;
  }
  .sec-news-details .content-news .form-comment textarea.form-control {
    padding: 15px;
  }
  .sec-news-details .content-news .form-comment .bottom-form {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .sec-news-details .content-news .form-comment .message-form {
    font-size: 11px;
    text-align: center;
  }
  .sec-news-details .content-news .form-comment .btn-send-form {
    width: 100%;
    height: auto;
    padding: 16px;
    margin: 10px 0 20px;
    font-size: 12px;
    z-index: 10;
  }
  .sec-news-details .content-news .form-comment .btn-send-form .arrow-left {
    padding: 4px;
    height: 16px;
    font-size: 18px;
  }
  .sec-news-details .content-news {
    padding-left: 0;
  }
  .sec-news-details .cart-details .accordion-news .accordion-news-header .box-icon {
    transform: rotate(180deg);
  }
  .sec-news-details .cart-details .box-details .item-dts {
    padding: 15px 20px;
  }
  .sec-news-details .content-news .title-main {
    font-size: 18px;
  }
  .sec-news-details .content-news .image-news {
    height: 250px;
    margin: 15px 0;
  }
  .sec-news-details .content-news .image-news .btn-like-news {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .sec-news-details .content-news .other-desc-news p {
    font-size: 12px;
    line-height: 25px;
  }
  .sec-news-details .content-news .other-desc-news .short-quote {
    padding: 15px 15px 40px 15px;
  }
  .sec-news-details .content-news .other-desc-news .short-quote::before {
    font-size: 30px;
    left: 15px;
  }
  .sec-news-details .content-news .other-desc-news .short-quote p {
    font-size: 12px;
    line-height: 25px;
  }
  .sec-news-details .content-news .other-desc-news h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec-news-details .content-news hr.spacing {
    margin: 40px 0;
  }
  .sec-news-details .content-news .row-head-between .title-head-section,
  .sec-news-details .content-news .row-head-between .desc-head-section {
    font-size: 12px;
  }
  .header-main .head-search .content-box .slogan-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .header-main .breadcrumb-head {
    padding: 24px 0;
  }
  .header-main .breadcrumb-head .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .header-main .breadcrumb-head .breadcrumb-item {
    flex-shrink: 0;
  }
  .header-main .breadcrumb-head .breadcrumb-item {
    font-size: 11px;
  }
  .modal-iranmednet .modal-header {
    padding: 15px;
  }
  .modal-iranmednet .modal-header .modal-title {
    font-size: 14px;
  }
  .modal-iranmednet .modal-header .close {
    width: 36px;
    height: 36px;
    font-size: 9px;
  }
  .modal-iranmednet .modal-body {
    padding: 15px;
  }
  .modal-iranmednet .modal-body .desc-modal {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .modal-iranmednet .form-link,
  .modal-iranmednet .form-copy .btn-copy-clipboard {
    height: 50px;
  }
  .modal-iranmednet .form-copy .btn-copy-clipboard::after {
    margin-right: 5px;
    font-size: 12px;
  }
  .modal-iranmednet .form-copy .btn-copy-clipboard > i {
    font-size: 18px;
  }
  .modal-iranmednet .form-link {
    font-size: 12px;
  }
  .modal-iranmednet .form-control-gohar {
    height: 60px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 16px;
  }
  .modal-iranmednet .form-control-gohar::placeholder {
    font-size: 14px;
  }
  .modal-iranmednet .btn-send-form {
    height: 60px;
    padding: 20px;
    border-radius: 16px;
    font-size: 14px;
    margin-top: 10px;
  }
  .modal-iranmednet .btn-send-form .arrow-left {
    height: 18px;
    font-size: 20px;
  }
  .modal-iranmednet .modal-body .btn-inline-style {
    font-size: 12px;
  }
  .modal-iranmednet .form-codes {
    gap: 5px;
  }
  .modal-iranmednet .form-codes .frm-code {
    height: 60px;
    font-size: 25px;
    padding: 0;
  }
  .modal-iranmednet .again-code {
    margin: 20px 0;
    font-size: 11px;
  }
  .modal-iranmednet .modal-body .btn-inline-style.reload-code {
    font-size: 11px;
  }
  .sec-other-contents .tab-contents {
    padding: 15px;
  }
  .sec-contact-iranmednet .contact-form {
    order: 1;
    padding: 20px 15px 15px;
  }
  .sec-other-contents .tab-comments .form-comment .head-form {
    margin-bottom: 15px;
  }
  .sec-other-contents .tab-comments .form-comment .head-form .title {
    font-size: 14px;
  }
  .sec-contact-iranmednet .contact-details {
    padding: 5px 15px 30px;
  }
  .sec-other-contents .tab-contents .head-tell .title-head,
  .sec-other-contents .contact-details .head-address .title-head {
    font-size: 16px;
  }
  .sec-other-contents .contact-details .socials-website .title-sc {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .sec-other-contents .tab-contents .fullname {
    font-size: 12px;
  }
  .sec-other-contents .tab-contents .tel-number {
    font-size: 14px;
  }
  .sec-other-contents .contact-details .list-address .item-adrs .title {
    font-size: 14px;
  }
  .sec-other-contents .contact-details .list-address .item-adrs .text {
    font-size: 12px;
    font-weight: 300;
  }
  .sec-contact-iranmednet .contact-details::before {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px solid var(--lightcolor);
    top: auto;
  }
  .sec-other-contents .tab-contents .head-tell {
    margin-bottom: 20px;
  }
  .sec-other-contents .tab-comments .form-comment .form-control {
    height: 50px;
    padding: 10px 15px;
    font-size: 12px;
  }
  .sec-other-contents .tab-comments .form-comment .form-control::placeholder {
    font-size: 12px;
  }
  .sec-other-contents .tab-contents .form-comment .form-group {
    margin: 0 0 10px;
  }
  .sec-other-contents .tab-contents .form-comment .btn-send-form {
    width: 100%;
    padding: 12px 16px;
    font-size: 12px;
    margin-top: 6px;
  }
  .sec-other-contents .tab-contents .form-comment .message-form {
    font-size: 11px;
  }
  .sec-other-contents .box-map {
    height: 200px;
    margin-top: 30px;
  }
  .sec-other-contents .contact-details .list-socials {
    gap: 20px;
  }
  .sec-other-contents .contact-details .list-socials .item-sc {
    font-size: 24px;
  }
  .sec-other-contents .tab-contents .form-comment textarea.form-control {
    padding: 15px;
  }
  .sec-other-contents .tab-contents .form-comment .bottom-form {
    flex-direction: column;
    margin-top: 10px;
  }
  .sec-other-contents .tab-contents .head-sticky {
    flex-direction: column;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
  }
  .sec-other-contents .head-sticky .list-tabs {
    gap: 20px;
    overflow-x: auto;
    width: 100%;
  }
  .sec-other-contents .head-sticky .list-tabs .item-tab {
    font-size: 11px;
    flex-shrink: 0;
  }
  .sec-other-contents .head-sticky .list-tabs .item-tab.active {
    padding: 10px 15px;
  }
  .sec-other-contents .tab-contents .box-desc h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .sec-other-contents .tab-contents .box-desc p {
    font-size: 12px;
    line-height: 24px;
  }
  .sec-other-contents .tab-contents .sec-banners {
    margin-top: 20px;
  }
  .sec-other-contents .tab-contents hr.spacing {
    margin: 20px 0;
  }
  .sec-agancies-news .list-agancies .item-ags .content {
    gap: 10px;
  }
  .sec-agancies-news .list-agancies .item-ags .content > img {
    height: 50px;
    max-width: 80px;
  }
  .sec-agancies-news .list-agancies .item-ags .content .title {
    font-size: 12px;
  }
  .sec-agancies-news .list-agancies .item-ags .content .date {
    font-size: 10px;
  }
  .sec-agancies-news .list-agancies .item-ags {
    padding: 10px;
    height: auto;
  }
  .sec-agancies-news .list-agancies .item-ags .arrow-left {
    padding: 4px;
    height: 28px;
    font-size: 20px;
  }
  .sec-about-iranmednet .image-manager img {
    height: 300px;
    margin-bottom: 20px;
  }
  .sec-about-iranmednet .content-manager .signature {
    flex-direction: column;
    margin-top: 30px;
  }
  .sec-about-iranmednet .content-manager .signature > img {
    height: 50px;
  }
  .sec-about-iranmednet .content-manager .signature .manager {
    font-size: 12px;
    margin: 15px 0 0;
  }
  .sec-about-iranmednet .content-manager .signature .manager > i {
    font-size: 25px;
  }
}