@charset "UTF-8";
/**
*
*	Name:			IRANSansX Fonts
*	Version:			2.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		June 22, 2021
*	Updated on:		June 22, 2021
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونتایران سنس Xا یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANSansX fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- fonts/-
*	
**/
@font-face {
  font-family: "cIRANSansX";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/irsans/woff/IRANSansX-Bold.woff") format("woff"), url("../fonts/irsans/woff2/IRANSansX-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "cIRANSansX";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/irsans/woff/IRANSansX-Regular.woff") format("woff"), url("../fonts/irsans/woff2/IRANSansX-Regular.woff2") format("woff2");
}
html,
body {
  font-family: "cIRANSansX", Tahoma;
  font-feature-settings: "ss02";
  text-align: right;
  direction: rtl;
  color: #101010;
}

a {
  text-decoration: none;
}

.hidden {
  display: none;
}

.icon {
  display: block;
}

.hbtn {
  padding: 8px 22px;
  color: white;
  background-color: #FF9300;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: 0.3s;
  font-size: 15px;
}
.hbtn:hover {
  background-color: #dd8100;
  color: white;
}
.hbtn.outlined {
  background-color: transparent;
  color: #FF9300;
  border-color: #FF9300;
}
.hbtn.outlined:hover {
  background-color: #FF9300;
  color: white;
  border-color: transparent;
}

.site-hero {
  background-image: url(../images/hero-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.site-hero .hero-row {
  margin: 40px 0;
  align-items: center;
}
.site-hero .hero-row h2,
.site-hero .hero-row h1 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
}
.site-hero .hero-row p {
  font-size: 16px;
  line-height: 32px;
  color: #828282;
  margin-bottom: 24px;
  text-align: justify;
}
.site-hero .hero-row img {
  transition: 0.3s transform;
}
.site-hero .hero-row:hover img {
  transform: translateY(-8px);
}

.site-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
.site-breadcrumb a {
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.medical-sec {
  margin: 60px 0;
}
.medical-sec .sec-header {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.medical-sec .sec-header h2 {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.medical-sec .sec-header a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #828282;
  transition: 0.3s;
}
.medical-sec .sec-header a:hover {
  gap: 14px;
}

.top-interview {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.top-interview .item-top {
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-interview .item-top .top-text p {
  margin: 0;
  color: #828282;
}
.top-interview .item-top .top-grade {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #15D0BF;
  font-weight: bold;
}
.top-interview .item-top .top-voice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.top-interview .item-top .top-voice .top-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-interview .item-top .top-voice .top-name span {
  font-weight: bold;
  font-size: 16px;
}
.top-interview .item-top .top-voice .top-name img {
  border-radius: 50%;
}

.stat-boxes {
  margin-bottom: 60px;
}
.stat-boxes .stat-item {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.stat-boxes .stat-item .counter {
  width: 80px;
  height: 80px;
  background-color: gray;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  transition: 0.3s;
}
.stat-boxes .stat-item:hover .counter {
  transform: scale(1.1);
}
.stat-boxes .stat-item strong {
  font-size: 14px;
}
.stat-boxes .stat-item.stat-green .counter {
  background-color: #E9F9F8;
  color: #00CEBC;
}
.stat-boxes .stat-item.stat-orange .counter {
  background-color: #FDF3E9;
  color: #FF8D23;
}
.stat-boxes .stat-item.stat-blue .counter {
  background-color: #E7F0FE;
  color: #2D6AF6;
}

.bartar-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  transition: 0.3s;
}
.bartar-item:hover {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.18);
}
.bartar-item .bartar-info {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.bartar-item .bartar-info .bartar-star {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bartar-item .bartar-info .bartar-star .rating-total {
  font-size: 14px;
  color: #828282;
}
.bartar-item .bartar-info .bartar-pic img {
  border-radius: 15px;
}
.bartar-item .bartar-info strong {
  font-size: 14px;
}
.bartar-item .bartar-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.bartar-item .bartar-contact .bartar-cm {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bartar-item .bartar-contact .bartar-cm span {
  font-size: 14px;
}
.bartar-item .bartar-contact .bartar-reserve a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FF9300;
  font-size: 14px;
  flex-direction: row-reverse;
  font-weight: bold;
  transition: 0.3s;
}
.bartar-item .bartar-contact .bartar-reserve a:hover {
  gap: 8px;
}

.seo-box {
  margin-bottom: 60px;
  position: relative;
}
.seo-box h2,
.seo-box h3,
.seo-box h4,
.seo-box h5,
.seo-box h6 {
  font-size: 24px;
  margin-bottom: 8px;
}
.seo-box p {
  color: #828282;
  line-height: 32px;
}
.seo-box .seo-box-content {
  height: 200px;
  overflow: hidden;
}
.seo-box .seo-box-opener {
  width: 100%;
  height: 60px;
  margin-top: -60px;
  background: linear-gradient(to bottom, transparent, white);
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seo-box .seo-box-opener button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 50px;
  background-color: #F7F7F7;
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.seo-box .seo-box-opener button.active svg {
  transform: rotate(180deg);
}
.seo-box.active .seo-box-content {
  height: auto;
}
.seo-box.active .seo-box-opener {
  margin-top: 0;
}

.blog-section {
  background-color: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 30px;
}
.blog-section header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blog-section header h2,
.blog-section header a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-section header h2 {
  font-size: 20px;
  margin: 0;
}
.blog-section header a {
  color: #828282;
  transition: 0.3s;
}
.blog-section header a:hover {
  gap: 14px;
}

.blog-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.blog-lists .blog-list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-lists .blog-list-item .bli-title h3 {
  font-size: 16px;
  font-weight: normal;
  color: #292D32;
}
.blog-lists .blog-list-item .bli-title h3 a {
  color: #292D32;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.blog-lists .blog-list-item .bli-title h3 a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF9300;
  display: block;
}
.blog-lists .blog-list-item .bli-title h3 a:hover {
  gap: 14px;
  color: #FF9300;
}
.blog-lists .blog-list-item .bli-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-right: 16px;
  color: #828282;
  font-size: 14px;
}
.blog-lists .blog-list-item .bli-info .bli-date {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}
.blog-lists .blog-list-item .bli-info .bli-readmore a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FF9300;
  transition: 0.3s;
}
.blog-lists .blog-list-item .bli-info .bli-readmore a:hover {
  gap: 14px;
}

 
.blog-widget img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-widget .widget-link {
  background: linear-gradient(to bottom, #C4FF23, #6FB74B);
  padding: 8px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: white;
  font-weight: bold;
  border-radius: 15px;
  font-size: 15px;
  transition: 0.3s;
}
.blog-widget .widget-link .icon {
  transition: 0.8s;
}
.blog-widget .widget-link:hover {
  padding: 8px 20px;
}
.blog-widget .widget-link:hover .icon {
  transform: rotate(180deg);
}

.article-item {
  border-radius: 15px;
  
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 16px;
}
.article-item figure {
  margin: 0;
}
.article-item figure img {
  width: 100%;
  height: auto;
   border-radius: 15px 15px 0 0 ;
}
.article-item .article-body {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 16px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    color: #000;
    box-shadow: 0 5px 20px rgb(0 0 0 / 13%);
    border-radius: 0 0 15px 15px;
}
.article-item .article-body div.description {
  margin: 0;
  transition: 0.4s;
  color: #D3D3D3;
  font-size: 15px;
  text-align: justify;
  overflow: hidden;
  
  visibility: visible;
  opacity: 1;
}
 
.article-item .article-body header h3 {
  font-size: 19px;
  margin: 0;
  font-weight: normal;

}
.article-item .article-body header h3 a {
  color: #000;
}
.article-item .article-body footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.article-item .article-body .article-date,
.article-item .article-body .article-readmore a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.article-item .article-body .article-readmore a {
  color: #4fdccf;
  transition: 0.3s;
}
.article-item .article-body .article-readmore a:hover {
  gap: 14px;
}
.article-item .article-body .article-date {
  flex-direction: row-reverse;
  opacity: 1;
}

.about-box {
  background-color: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.about-box .about-box-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
}
.about-box .about-box-text h2,
.about-box .about-box-text h1 {
  font-size: 20px;
  margin-bottom: 0;
}
.about-box .about-box-text p {
  color: #828282;
  font-size: 16px;
  text-align: justify;
  line-height: 32px;
  margin-top: 30px;
}
.about-box .about-box-image {
  width: 30%;
}
.about-box .about-box-image img {
  width: 100%;
  height: auto;
}

.articles-archive {
  text-align: center;
  margin-top: 16px;
}
.articles-archive .hbtn {
  background-color: #F7F7F7;
  color: #101010;
  padding: 8px 48px;
}
.articles-archive .hbtn:hover {
  background-color: #f0f0f0;
}

.simple-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.simple-title h1,
.simple-title h2 {
  font-size: 20px;
}
.simple-title p {
  font-size: 15px;
  color: #828282;
  margin-top: 16px;
}

.contact-ways {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.contact-ways a {
  color: #292D32;
}
.contact-ways .con-link-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
.contact-ways .con-link-wrapper .contact-link a {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}
.contact-ways .con-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-ways .con-btn-wrapper .contact-btn {
  background-color: #E7FAF9;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.medical-team {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
}
.medical-team .team-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.medical-team .team-item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: 0.3s;
}
.medical-team .team-item:hover img {
  transform: translateY(-6px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.28);
}
.medical-team .team-item strong {
  font-size: 15px;
}

.article-content h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.article-content .article-thumbnail {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.article-content .article-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.article-content .article-thumbnail .thumbnail-info {
  position: absolute;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, transparent, #101010);
  bottom: 0;
  right: 0;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
}
.article-content .article-desc {
  margin-bottom: 40px;
}
.article-content .article-desc p {
  color: #828282;
  line-height: 30px;
}
.article-content .article-terms {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-content .share-icons {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 8px;
}
.article-content .share-icons a {
  padding: 5px;
  display: block;
  transition: 0.3s;
}
.article-content .share-icons a:hover {
  transform: translateY(-2px);
}

.post-info {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}
.post-info .post-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.title-widget {
  color: #101010;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.title-widget:before {
  content: "";
  width: 20px;
  height: 10px;
  border-radius: 5px;
  background-color: #15D0BF;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.side-blog-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.side-blog-list .blog-list-item {
  display: flex;
  gap: 20px;
}
.side-blog-list .blog-list-item .bli-thumbnail {
  min-width: 100px;
}
.side-blog-list .blog-list-item .bli-thumbnail img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  transition: 0.3s;
}
.side-blog-list .blog-list-item .bli-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.side-blog-list .blog-list-item .bli-info h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
.side-blog-list .blog-list-item .bli-info h5 a {
  color: #292D32;
}
.side-blog-list .blog-list-item:hover img {
  transform: translateY(-6px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.28);
}

.newsletter-form {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.newsletter-form input {
  height: 40px;
  flex-grow: 1;
  border: none;
  outline: none;
}
.newsletter-form button {
  background-color: #15D0BF;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px;
}/*# sourceMappingURL=main.css.map */
.blog-widget {
  background-color: white;
  box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
  border-radius: 15px;
  padding: 0; 
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  gap: 24px;
}


.appboxinHome{
 
  margin: 184px auto 0 !important;
   
  background-image: -webkit-gradient(linear, left top, right top, color-stop(46%, #6a72fb), color-stop(0, #fff));
   
  background-image: linear-gradient(90deg, #6a72fb 46%, #fff 0);
   
  height: 329px;
   
  margin-bottom: 80px;
   
  border-style: solid;
   
  border-width: 1px;
   
  border-color: #d4d5e3;
   
  border-radius: 32px;
   
  box-shadow: 0 5px 2px 0 rgb(67 75 235 / 4%), 0 10px 5px 0 rgb(67 75 235 / 1%), 0 16px 10px 0 rgb(67 75 235 / 2%), 0 24px 17px 0 rgb(67 75 235 / 4%), 0 40px 33px 0 rgb(67 75 235 / 5%), 0 90px 60px 0 rgb(67 75 235 / 4%);
  }
  img.medapp2 {
    position: absolute;
    left: auto;
    top: -90px;
    right: -25px;
    bottom: 0%;
    max-height: 490px;
    margin-top: -72px;
}
.boxDesktop {
  margin: 75px 0px 0 auto;
  padding-right: 58px;
}

a.appdownload2 {
  font-weight: 700;
  font-size: 17px;
  display: block;
  text-align: right;
  color: #6a72fb;
}




.article-item .article-body header h3 a {
    font-family: "av";
    color: #000;
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 2;
    text-align: justify;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-item .article-body div.description {
    font-size: 12px;
    color: #333;
    line-height: 2;
    height: 55px;
}
span.icon-cal2.bloghomcla {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    color: #4fdccf;
}


.app-box-text {
    display: block;
    width: 60%;
    text-align: justify;
    font-size: 14px;
    line-height: 2;
}

.app-box-image {
    width: 45%;
    position: absolute;
    top: -38px;
    bottom: 0;
    left: -10%;
}

.container {
    position: relative;
}

.about-box {
    position: relative;
}

.app-boox .app-box-text h2 {
    font-size: 20px;
    margin-bottom: 0px;
}


.app-boox .app-box-text .bli-readmore a:hover {
    gap: 14px;
}
.app-boox .app-box-text .bli-readmore a {
    display: flex;    float: left;
    align-items: center;
    gap: 8px;
    color: #FF9300;
    transition: 0.3s;
}


.app-boox {
    background-color: white;
    box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
}




















































.moshaver-single-box {
  background-color: white;
  padding: 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  margin-top: 32px;
}
.moshaver-single-box img {
  border-radius: 15px;
  display: block;
}
.moshaver-single-box p {
  margin: 0;
  color: #828282;
  text-align: justify;
  line-height: 32px;
}
.moshaver-single-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.moshaver-single-box ul.ms-info {
  flex-wrap: wrap;
  font-size: 14px;
  gap: 30px;
}
.moshaver-single-box ul.ms-info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.moshaver-single-box ul.ms-info span {
  color: #828282;
}
.moshaver-single-box ul.ms-tags {
  gap: 8px 16px;
  flex-wrap: wrap;
  font-size: 14px;
}
.moshaver-single-box ul.ms-tags li {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  padding: 8px 24px;
  background-color: rgba(130, 130, 130, 0.08);
}
.moshaver-single-box ul.ms-tags li svg {
  display: block;
}
.moshaver-single-box .msb-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.moshaver-single-box .ms-title {
  font-size: 22px;
  color: #101010;
  margin: 0;
}

.ms-features .feature-item-ms {
  background-color: white;
  padding: 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  text-align: center;
}
.ms-features .feature-item-ms h2 {
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  background-color: #eee;
  color: #101010;
  font-size: 20px;
  margin: 0;
  margin-bottom: 24px;
}
.ms-features .feature-item-ms.msf-blue h2 {
  background-color: rgba(21, 208, 191, 0.05);
}
.ms-features .feature-item-ms.msf-orange h2 {
  background-color: rgba(255, 147, 0, 0.05);
}
.ms-features .feature-item-ms.msf-green h2 {
  background-color: rgba(25, 185, 11, 0.05);
}
.ms-features .feature-item-ms ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-features .feature-item-ms ul li {
  font-size: 15px;
}

.item-ghabooli {
  background-color: white;
  padding: 0 24px 24px 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  border: 1px solid transparent;
  transition: 0.35s;
}
.item-ghabooli .ghabooli-pic {
  width: 100%;
  text-align: center;
  margin-top: -40px;
  transition: 0.35s;
}
.item-ghabooli:hover {
  box-shadow: none;
  border-color: #ddd;
  background-color: #eee;
}
.item-ghabooli:hover .ghabooli-pic {
  transform: translateY(7px);
}
.item-ghabooli img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.item-ghabooli .ghabooli-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 15px;
}
.item-ghabooli strong {
  color: #101010;
}
.item-ghabooli span {
  color: #828282;
  font-size: 14px;
}
.item-ghabooli span.rotbeh-gh {
  color: #FF9300;
}

.comment-box-med {
  background-color: white;
  padding: 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: 0.35s;
}
.comment-box-med:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}
.comment-box-med p {
  color: #828282;
  font-size: 15px;
  text-align: justify;
  margin: 0;
}
.comment-box-med .com-thumbnail-med {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comment-box-med .com-thumbnail-med .com-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment-box-med .com-thumbnail-med .com-name img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
}
.comment-box-med .com-thumbnail-med .com-date {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.comment-box-med .com-thumbnail-med .com-date strong {
  color: #FF9300;
  font-weight: normal;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(130, 130, 130, 0.15);
}
.comment-box-med .com-thumbnail-med .com-date span {
  color: #828282;
}

.white-article-md {
  background-color: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: 0.35s;
}
.white-article-md figure {
  margin: 0;
}
.white-article-md figure a {
  display: block;
}
.white-article-md figure img {
  width: 100%;
  height: auto;
  display: block;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  transition: 0.3s;
}
.white-article-md .wamd-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.white-article-md .wamd-content p {
  color: #828282;
  font-size: 15px;
  text-align: justify;
  margin: 0;
}
.white-article-md .wamd-content h3 {
  margin: 0;
  font-size: 18px;
  color: #101010;
}
.white-article-md .wamd-content h3 a {
  color: #101010;
}
.white-article-md .wamd-content svg.icon {
  display: block;
  width: 22px;
  height: 22px;
}
.white-article-md .wamd-content footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.white-article-md .wamd-content .wamd-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #828282;
  flex-direction: row-reverse;
}
.white-article-md .wamd-content .wamd-footer.wamd-more {
  color: #15D0BF;
  flex-direction: row;
}
.white-article-md:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}
.white-article-md:hover figure img {
  filter: contrast(110%);
}

.overlap-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
}

.overlap-container {
  min-height: 70vh;
  background-image: url(../images/moshaveran.jpg?ver=3);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 140px 0 60px 0;
  display: flex;
  align-items: flex-end;
}
.overlap-container img {
  width: 80%;
  margin: 10%;
}
.overlap-container .moshaver-single-box {
  padding: 40px;
}

.moshaveran-features {
  background-color: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  transition: 0.35s;
  padding: 30px;
}
.moshaveran-features:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}
.moshaveran-features svg.icon {
  display: block;
  width: 22px;
  height: 22px;
}
.moshaveran-features .mfeature-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.moshaveran-features .mfeature-item .mfi-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.moshaveran-features .mfeature-item .mfi-header h2 {
  margin: 0;
  font-size: 17px;
  color: #101010;
}
.moshaveran-features .mfeature-item p {
  color: #828282;
  font-size: 15px;
  text-align: justify;
  margin: 0;
}
.moshaveran-features .mfeature-item .icon-holder-mfi {
  background-color: rgba(255, 147, 0, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moshaveran-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.moshaver-list-item {
  background-color: white;
  padding: 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  transition: 0.3s;
}
.moshaver-list-item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}
.moshaver-list-item img {
  border-radius: 15px;
  display: block;
}
.moshaver-list-item p {
  margin: 0;
  color: #828282;
  text-align: justify;
  line-height: 32px;
}
.moshaver-list-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.moshaver-list-item ul.ms-info {
  flex-wrap: wrap;
  font-size: 14px;
  gap: 30px;
}
.moshaver-list-item ul.ms-info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.moshaver-list-item ul.ms-info span {
  color: #828282;
}
.moshaver-list-item ul.ms-tags {
  gap: 8px 16px;
  flex-wrap: wrap;
  font-size: 14px;
}
.moshaver-list-item ul.ms-tags li {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  padding: 8px 24px;
  background-color: rgba(130, 130, 130, 0.08);
}
.moshaver-list-item ul.ms-tags li svg.icon {
  width: 22px;
  height: 22px;
  display: block;
}
.moshaver-list-item .msb-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.moshaver-list-item .ms-title {
  font-size: 20px;
  color: #101010;
  margin: 0;
}
.moshaver-list-item .ms-title a {
  color: #101010;
}
.moshaver-list-item .moreinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moshaver-list-item .moreinfo svg.icon {
  width: 22px;
  height: 22px;
  display: block;
}
.moshaver-list-item .moreinfo a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #FF9300;
  flex-direction: row-reverse;
  transition: 0.3s;
}
.moshaver-list-item .moreinfo a:hover {
  gap: 14px;
}

.moshaveran-filter {
  background-color: white;
  padding: 16px 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.moshaveran-filter:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}
.moshaveran-filter .fl-major {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 40px;
  justify-content: center;
  border-left: 1px solid rgba(130, 130, 130, 0.15);
  border-right: 1px solid rgba(130, 130, 130, 0.15);
}
.moshaveran-filter .fl-major .major-select-btn {
  border: none;
  padding: 8px 16px;
  font-size: 15px;
  display: block;
  border-radius: 15px;
  background-color: rgba(130, 130, 130, 0.05);
  transition: 0.3s;
  outline: none;
}
.moshaveran-filter .fl-major .major-select-btn.active {
  background-color: #15D0BF;
  color: white;
}
.moshaveran-filter .fl-form {
  width: 100%;
}
.moshaveran-filter .fl-form .ajax-form-moshaveran {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.moshaveran-filter .fl-form .ajax-form-moshaveran input {
  width: 100%;
  border: none;
  background-color: white;
  outline: none;
  height: 36px;
}
.moshaveran-filter .fl-form .ajax-form-moshaveran button {
  border: none;
  background-color: white;
}
.moshaveran-filter .fl-select {
  justify-content: center;
  position: relative;
}
.moshaveran-filter .fl-select .fl-select-dropdown {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: white;
  padding: 16px 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  transition: 0.3s;
  width: 300px;
  display: none;
  transform: translateY(-10px);
  transition: 0.3s transform;
}
.moshaveran-filter .fl-select .fl-select-dropdown.active {
  transform: translateY(0);
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box:last-child {
  margin-bottom: 0;
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box strong {
  font-size: 14px;
  margin-bottom: 4px;
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box p.check-field {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box p.check-field label {
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box p.check-field label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #707070;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  position: relative;
  vertical-align: middle;
  border-radius: 7px;
  transition: 0.35s;
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box p.check-field input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box p.check-field input:checked + label:before {
  background-color: #15D0BF;
  border-color: transparent;
}
.moshaveran-filter .fl-select .fl-select-dropdown .fl-select-box p.check-field input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 7px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.35s;
}
.moshaveran-filter .fl-select .fl-select-opener {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  word-break: keep-all;
  width: 160px;
  justify-content: center;
  flex-direction: row-reverse;
}
.moshaveran-filter .fl-select .fl-select-opener svg {
  display: block;
  width: 20px;
  height: 20px;
}

.moshaveran-pagination {
  background-color: white;
  padding: 24px 32px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.moshaveran-pagination:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}
.moshaveran-pagination .first-page a, .moshaveran-pagination .last-page a {
  color: #101010;
  font-weight: bold;
  font-size: 15px;
}.moshaver-single-box img {
     
    margin: 0 auto;
}.imgSingleMoshaver img {
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}
