#dropdown1 {
  overflow-y: visible;
  display: none;
  width: 800px;
  flex-wrap: wrap !important;
  top: 44%;
}

#dropdown1 :hover {
  overflow-y: visible;
  display: flex !important;
  width: 800px;
  flex-wrap: wrap !important;
  top: 44%;
}
/*modal*/
body.main-page {
  width: 100% !important;
}
/*for notificationd*/
.card-alert {
  z-index: 99999;
}
.star-rotate {
  -webkit-animation: star-rotate 10s infinite linear;
  animation: star-rotate 10s infinite linear;
}
@-webkit-keyframes star-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes star-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.my-responsive-img {
  max-width: 100%;
  height: auto;
}

/* ------------------------ Date-Picker ----------------------*/

div.picker {
  background-color: #890030 !important;
  border: 2px solid #890030 !important;
}

div.picker table {
  border: 1px solid #000 !important;
  background-color: #890030 !important;
  font-size: 12px !important;
}

div.picker td.pickerHead {
  background-color: #890030 !important;
}

div.picker td.calWeekdays {
  background-color: #a01818 !important;
  color: #fff !important;
}

div.picker td {
  border: 1px solid #0a0a0a !important;
}

div.picker a.today {
  background-color: #500d0d !important;
  color: #fff !important;
}

div.picker a:hover,
div.picker td.pickerFoot a:hover,
div.monthYearPicker a:hover {
  color: #fff !important;
  background: #6d000f !important;
}

div.picker td.pickerFoot a {
  background-color: #a01818 !important;
}

div.monthYearPicker {
  background-color: #a01818 !important;
}

div.monthYearPicker a.selected {
  background-color: #6d000f !important;
}

/* ------------------------ End Date-Picker ----------------------*/

/**********************help-slider****************************/
#help-main {
  background-color: #fff;
  padding: 10px 0;
}

.help-container {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/*=Slides
----------------------------------------------- */
.cslide-slides-master {
  overflow: hidden;
  margin-bottom: 60px;
}

.cslide-slides-master:last-child {
  margin-bottom: 0;
}

.cslide-slides-container {
  visibility: hidden;
  position: relative;
}

.cslide-slide {
  float: left;
  padding: 10px 30px;
  /*border: double 1px #38678f;*/
  /*background-color: steelblue; }*/
}
.cslide-slide p {
  color: #000000;
  text-align: justify;
  direction: rtl;
}
.cslide-prev-next {
  display: block;
  position: absolute;
  width: 80%;
  top: 50%;
  right: 10%;
}

.cslide-prev,
.cslide-next {
  display: inline-block;
  cursor: pointer;
  z-index: 999;
  width: 30px;
  height: 30px;
}
.cslide-prev i,
.cslide-next i {
  line-height: 30px;
}
.cslide-prev.cslide-disabled:hover,
.cslide-next.cslide-disabled:hover {
  background: steelblue;
}

.cslide-disabled {
  opacity: 0.3;
}

/* ------------------------ SMS Answer ----------------------*/

.overflow-message {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 380px;
  padding-left: 25px !important;
}

.bubble p {
  margin: 0;
  font-size: 0.8rem;
}

.datestamp {
  display: block;
  text-align: center;
  /*font-weight: bold;*/
  margin-bottom: 8px;
  color: #8b91a0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}

/** ios1-ios6 bubbles **/
.bubble {
  box-sizing: border-box;
  float: left;
  width: auto;
  max-width: 80%;
  position: relative;
  clear: both;

  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.15, #e5e5e5),
    color-stop(1, #dbdbdb)
  );
  background-image: -webkit-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -moz-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -ms-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -o-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dbdbdb', endColorstr='#e5e5e5');

  /*background: #95c2fd;*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));*/
  /*background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);*/
  /*background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);*/
  /*background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);*/
  /*background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);*/
  /*background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#bee2ff');*/

  /*border: solid 1px rgba(0,0,0,0.5);*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.65),
    0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.65),
    0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.65),
    0 1px 2px rgba(0, 0, 0, 0.2);

  margin-bottom: 15px;
  padding: 6px 10px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  word-wrap: break-word;
}

.bubble:before,
.bubble:after {
  border-radius: 20px / 5px;
  content: "";
  display: block;
  position: absolute;
}

.bubble:before {
  /*border: 10px solid transparent;*/
  /*border-bottom-color: rgba(0,0,0,0.5);*/
  bottom: 0;
  left: -7px;
  z-index: -2;
}

.bubble:after {
  border: 8px solid transparent;
  border-bottom-color: #e5e5e5;

  /*border-bottom-color: #bee2ff; !* arrow color *!*/
  bottom: 1px;
  left: -5px;
}

.bubble-alt {
  float: right;
}

.bubble-alt:before {
  left: auto;
  right: -7px;
}

.bubble-alt:after {
  left: auto;
  right: -5px;
}

/* white bubble */
.back-alt {
  background: #95c2fd;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.15, #bee2ff),
    color-stop(1, #95c2fd)
  );
  background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#95c2fd', endColorstr='#bee2ff');

  /*background: #ccc;*/
  /*background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #e5e5e5),color-stop(1, #dbdbdb));*/
  /*background-image: -webkit-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);*/
  /*background-image: -moz-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);*/
  /*background-image: -ms-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);*/
  /*background-image: -o-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);*/
  /*background-image: linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbdbdb', endColorstr='#e5e5e5');*/
}

.back-alt:after {
  border-bottom-color: #bee2ff;

  /*border-bottom-color: #e5e5e5;*/
}

/* ------------------------ End SMS Answer ----------------------*/

/* ------------------------ Meeting Run Sample ----------------------*/

section,
footer {
  display: block;
}

#note {
  color: #666666;
  font-size: 12px;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  width: 400px;
}

/* ------------------------ End Meeting Run Sample ----------------------*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*input[type=number]:-moz-,*/
/*input[type=number]::-webkit-inner-spin-button {*/
/*-webkit-appearance: none;*/
/*margin: 0;*/
/*}*/
input[type="number"] {
  -moz-appearance: textfield;
}

/* -------------- Search Input ----------------- */
.search-council {
  width: 90% !important;
  height: 1rem !important;
  padding: 6px 8px !important;
  border-bottom: 0 !important;
  border-radius: 40px !important;
  position: relative;
  top: -43px !important;
  font-size: 0.9rem !important;
}

.home-search-council{
  width: 90% !important;
  height: 1rem !important;
  padding: 6px 8px !important;
  border-bottom: 0 !important;
  border-radius: 40px !important;
  font-size: 0.9rem !important;
  color: #fff;
}

.search-council:focus, .home-search-council:focus {
  border-bottom: 0 !important;
  box-shadow: inherit !important;
  color: #fff !important;
}

.header-search-wrapper {
  width: 200px !important;
  margin: 0 auto;
  margin-top: 3px;
}

.header-search-wrapper:hover {
  background-color: transparent !important;
}

.header-search-wrapper a {
  cursor: pointer;
}

.header-search-wrapper a i {
  font-size: 1.1rem;
  position: relative;
  z-index: 3;
  left: -8px;
  top: 3px !important;
}

input.header-search-input {
  padding: 8px 48px 8px 42px !important;
  background-color: #980030;
}

input.header-search-input:focus {
  color: #fff;
  background-color: #c11e49;
}
.border-backcolor {
  border: 0;
  background-color: transparent;
}

/* -------------- End Search Input ----------------- */

/* -------------- Left Comment ----------------- */

.comment-div {
  width: 300px;
  position: fixed;
  -moz-position: fixed;
  top: 28%;
  background-color: #fff;
  height: inherit;
  left: 35px;
  border-radius: 10px;
  z-index: 999;
  display: none;
}

.left-fixd-comment {
  -moz-position: fixed;
  -webkit-position: fixed;
  -ms-position: fixed;
  -o-position: fixed;
  position: fixed;
  border-radius: 7px;
  -moz-top: 300px;
  top: 300px;
  -moz-left: -60px;
  left: -60px;
  padding: 2px 15px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  background-color: #56a8e4;
  color: #ffffff;
  z-index: 9999;
  cursor: pointer;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: none !important;
  position: absolute;
  bottom: 2px;
}

.modal.modal-fixed-footer {
  padding: 0;
  /*height: 45% !important;*/
}

.modal-footer {
  height: 42px !important;
  padding: 0 10px !important;
}

.modal .modal-content {
  padding: 2px !important;
}

.modal.modal-fixed-footer {
  padding: 0;
  border-radius: 4px;
  /*height: 300px !important;*/
}

.modal .modal-content {
  padding: 2px !important;
}

#moda-comment {
  height: 275px !important;
  top: 20% !important;
}

#footer_moda-comment {
  height: 275px !important;
  top: 20% !important;
}

/* -------------- End Left Comment ----------------- */

.line-height {
  line-height: 2rem !important;
}
.margin-top-20-important {
  margin-top: 20px !important;
}
.icon-rial {
  width: 30px;
}
.margin-0-bottom-20 {
  margin: 0 0 20px 0;
}
.margin-top-7 {
  margin-top: 7px;
}

.padd-right-p p {
  padding-right: 20px;
}

.h-center h6 {
  text-align: center;
}

.h-center p {
  text-align: center;
}

.text-indent {
  text-indent: 10px;
}

.margin-top-card {
  margin-top: 0.5rem;
}

.text-color-farama {
  color: #ad1457;
}

.padding-top-10 {
  padding-top: 10px;
}

.margin-top-3 {
  margin-top: 0.3rem;
}

.padding-10-15 {
  padding: 10px 15px;
}

.padding-35 {
  padding: 0 35px 0 35px !important;
}

.margin-top-1 {
  margin-top: 1rem;
}

/*.mycheckbox input[type="checkbox"] + label {*/
/*margin-bottom: 0 !important;*/
/*}*/
/*.mycheckbox input[type="checkbox"] + label:before {*/
/*top: 0 !important;*/
/*right: 10px !important;*/
/*}*/
/*.mycheckbox input[type="checkbox"]:checked+label:before {*/
/*width: 9px !important;*/
/*top: -4px !important;*/
/*}*/

[type="checkbox"] + label:before {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

[type="checkbox"]:checked + label:before {
  width: 10px;
  height: 20px;
  top: -4px;
}

.mycheckbox input[type="checkbox"]:checked + label {
  /*padding-right: 1.5rem !important;*/
}

.input-field .text-input {
  margin-top: 0 !important;
}

h5 {
  font-size: 1.3rem;
}

.margin-top-60 {
  margin-top: 60px;
}

.font-weight-text {
  font-weight: bold;
}

.input-field .fa {
  font-size: 1.1rem;
  padding-top: 5px;
  padding-right: 9px !important;
}

.border-card-radius {
  border-radius: 8px;
  margin-bottom: 1rem;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-23 {
  padding: 0 23px;
}

.font-w-s {
  font-size: 1.2rem;
  font-weight: bold;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20-important {
  padding-bottom: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.font-size-06 {
  font-size: 0.6rem;
}

.font-awesome i {
  font-size: 1rem !important;
}

.over-flow {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}

.padding-right-15 {
  padding-right: 15px;
}

.back-color {
  background-color: rgba(221, 221, 221, 0.55) !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}
/* ---------------------------------- badge --------------------------------------- */

.notification-badge {
  position: relative;
  right: -25px;
  top: -17px;
  color: #ffffff;
  background-color: #ff3338;
  margin: 0 -0.8em;
  border-radius: 50%;
  padding: 0 7px;
  z-index: 2;
}

span.badge.new:after {
  content: "جدید";
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 45% !important;
}

/* ---------------------------------- End badge --------------------------------------- */

/* -------------- Hover-contents------------------ */

.portfolio-thumb {
  position: relative;
  text-align: center;
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
}

.portfolio-thumb img {
  border: 0 solid #000;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.portfolio-thumb img:hover {
  opacity: 0.1;
}

.portfolio-thumb:hover .text-over-thumb {
  opacity: 0.1;
}

.hover-contents {
  background-color: rgba(72, 0, 28, 0.1);
  border: 0.5px solid transparent;
  color: #b71c1c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-wrap: break-word;
  font-size: 21px;
  border-radius: 20px;
}

.hover-contents h4 {
  margin: 10% auto 0 auto;
  font-size: 6rem;
  font-weight: bold;
}

.text-over-thumb {
  position: relative;
  top: -70px;
  z-index: 103;
}

.hover-contents h3 {
  color: #b71c1c;
  margin: 0;
  font-size: 30px !important;
  font-weight: bold;
}

.hover-contents .marg {
  color: #b71c1c;
  margin: 40% auto;
  font-size: 40px !important;
  font-weight: bold;
  padding: 0 10px;
}

.hover-contents p {
  font-size: 80%;
  letter-spacing: 0.5px;
}

.big-error-icon {
  font-size: 70px;
  line-height: 1.2;
}

.big-error-icon-sample {
  font-size: 15pt;
  position: relative;
  top: 3px;
  left: 8px;
}

/* -------------- End Hover-contents------------------ */

/* -------------- Toast ----------------- */

.toast {
  border-radius: 6px;
  top: 0;
  width: auto;
  clear: both;
  margin: 0 0 6px 0 !important;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 30px;
  line-height: 1rem !important;
  word-break: break-all;
  background-color: #eeeeee !important;
  padding: 10px !important;
  font-size: 1rem !important;
  font-weight: 300;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* for notification*/
#toast-container {
  /*z-index: 0 !important;*/
  z-index: 999999;
}

.toast a {
  color: #000 !important;
}

.toast .btn,
.toast .btn-large,
.toast .btn-flat {
  margin-left: 0 !important;
}

/* -------------- End Toast ----------------- */

/* -------------- Menu ----------------- */

.nav-chevron-height {
  height: 30px !important;
  line-height: 35px !important;
}

.display-active {
  display: none;
}

.a_active:after {
  content: "\e7c2" !important;
}

.a_open:after {
  content: "\e7c1" !important;
}

.welcom:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

i.left {
  margin-right: 0;
}

.breadcrumbs-title {
  /*font-size: 15pt;*/
}

.breadcrumbs-title > li + li:before {
  padding: 0 0 0 7px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumbs-title li a.black-text:hover {
  color: #f44336 !important;
}

.with-sub {
  position: relative;
  transition: 0.5s all ease-in-out;
}

.with-sub:hover .sub-menu {
  display: block;
}

.with-sub:active .sub-menu {
  display: block;
}

.sub-menu {
  transition: 0.5s all ease-in-out;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 9999;
  background-color: white;
  border: thin solid #eee;
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sub-menu li {
  padding: 5px 0 5px 10px;
}

#dropdown1 {
  overflow-y: visible;
}

.ul-display {
  padding-right: 0;
}

.ul-display li {
  display: inline-block;
}

/* -------------- End Menu ----------------- */

/* -------------- Rating----------------- */

a[href*="intent"] {
  display: inline-block;
  margin-top: 0.4em;
}

/*
 * Rating styles
 */
/*.rating {*/
/*width: auto;*/
/*font-size: 30px;*/
/*overflow: inherit;*/
/*margin-top: -5px;*/
/*margin-bottom: 0;*/
/*}*/

/*.rating input {*/
/*float: right;*/
/*opacity: 0;*/
/*position: absolute;*/
/*}*/

/*.rating a,*/
/*.rating label {*/
/*float: right;*/
/*color: #aaa;*/
/*text-decoration: none;*/
/*-webkit-transition: color .4s;*/
/*-moz-transition: color .4s;*/
/*-o-transition: color .4s;*/
/*transition: color .4s;*/
/*}*/

/*.rating label:hover ~ label,*/
/*.rating input:focus ~ label,*/
/*.rating label:hover,*/
/*.rating a:hover,*/
/*.rating a:hover ~ a,*/
/*.rating a:focus,*/
/*.rating a:focus ~ a {*/
/*color: orange;*/
/*cursor: pointer;*/
/*}*/

.rating2 {
  direction: rtl;
}

.rating2 a {
  float: none;
}

/* -------------- End Rating----------------- */

/* -------------- Collapsible ----------------- */

.collapsible-header {
  line-height: 2rem;
  padding: 0 0.6rem;
  /*font-weight: 600;*/
}

.collapsible-header i.menu {
  line-height: 2rem;
  font-size: 1.4rem;
}

.collapsible-body p {
  padding: 1rem;
}

/* -------------- End Collapsible----------------- */

/* -------------- Index ----------------- */

.farama-index li {
  display: inline;
}

.btn-index i {
  font-size: 2.1rem !important;
}

.btn-index {
  width: 150px !important;
  height: 150px !important;
  position: relative;
  margin-left: -20px;
}

.btn-index:hover {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
  z-index: 999;
}

.btn-index h5 {
  font-size: 1rem !important;
  margin-top: 0;
}

.text-index {
  padding-top: 35px !important;
}

.text-index-2line {
  font-size: 48px;
  padding-top: 29px !important;
}

.z-index-998-color {
  z-index: 998;
  background-color: #8f0933;
}

.z-index-997-color {
  z-index: 997;
  background-color: #b1033a;
}

.z-index-996-color {
  z-index: 996;
  background-color: #c90845;
}

.z-index-995-color {
  z-index: 995;
  background-color: #e30b4f;
}

.color-end {
  background-color: #f20650;
}

.color-end-2 {
  background-color: #ff2065;
}

/*animate*/
.box {
  border-radius: 50%;
  transition: background 0.2s linear, box-shadow 0.2s ease-in;
}

.box:hover {
  background-color: #d43e5b;
  /*border-radius: 30px;*/
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2),
    0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/*end*/

/* -------------- End Index ----------------- */

/* -------------- consultant-view ----------------- */

.border-bottom {
  border-bottom: 1px solid #000;
}

.border-img {
  background-color: rgba(225, 209, 165, 0.12);
  border-radius: 5px;
}

.image-profile-state-cv {
  margin: 5px 0 0 0 !important;
  width: 100px;
  border-radius: 50% !important;
  position: relative;
  height: 100px;
}

.image-profile-state-cv-marg {
  margin: 0 !important;
  width: 90px;
  border-radius: 50% !important;
  position: relative;
}

.rating-off {
  /*width: 80px;*/
  /*margin: 0 auto;*/
  /*margin-top: 10px;*/
  /*margin-right: 10px;*/
  /*font-size: 15px;*/
  overflow: hidden;
}

.rating-off a {
  /*float: right;*/
  /*color: #000;*/
  text-decoration: none !important;
  -webkit-transition: color 0.4s !important;
  -moz-transition: color 0.4s !important;
  -o-transition: color 0.4s !important;
  transition: color 0.4s !important;
}

.height-btn {
  height: 27px;
  line-height: 27px;
}

/* -------------- End consultant-view ----------------- */

td img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 !important;
}

/*********************************home ****************************/
.home-nav2 li {
  float: right;
  margin-left: 30px;
}

.margin-top-10 {
  /*margin-top: 10px;*/
}

.home-body {
  background-color: #e4e4e4;
}

.display-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-action-carousel {
  direction: ltr;
  /*overflow-y: visible !important;*/
  /*overflow-x: hidden;*/
  /*overflow: scroll;*/
}

.slideshow-prefix {
  color: #b71c1c;
}

.item {
  direction: rtl !important;
  z-index: 999;
}

.owl-controls {
  text-align: center !important;
  margin: 20px 0;
}

.owl-prev {
  width: 49%;
  float: left;
  text-align: right;
  margin: 0;
}

.owl-next {
  width: 49%;
  float: right;
  text-align: left;
}

.my-slide-btn {
  /*font-size:2rem !important;*/
  color: #bf360c;
}

.owl-carousel .select-wrapper ul.dropdown-content li {
  text-align: right !important;
}

.owl-carousel {
  /*overflow-y: visible !important;*/
  /*overflow-x: hidden;*/
}

.owl-carousel .owl-stage-outer {
  /*overflow-y: visible !important;*/
}

.img-health {
  width: 150px;
  height: 150px;
  line-height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 99;
}

.img-health img {
  width: 100%;
  height: 100%;
  background-size: contain;
}

.my-text-second-slider {
  text-align: justify;
}

/*.farama-slider{*/
/*height: 390px !important;*/
/*}*/
/*.farama-slider .slides{*/
/*height: 350px !important;*/
/*}*/
.farama-slider.slider {
  height: 300px !important;
  background-color: #c3dde9 !important;
  border-radius: 10px;
}

.farama-slider .slides {
  background-color: #c3dde9 !important;
  direction: rtl;
  /*border: 1px solid green;*/
  height: 270px !important;
  /*padding: 0 !important;*/
  /*border-top-left-radius: 10px;*/
  /*border-top-right-radius: 10px;*/
  border-radius: 10px;
}
.farama-slider .slides li {
  height: 85% !important;
}

.farama-slider .caption {
  width: 95% !important;
  top: 0 !important;
  left: 2.5% !important;
  font-size: 1rem !important;
  /*border: 1px solid red;*/
  margin: 0 !important;
  height: 100%;
}

.preview-btn-farama {
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.farama-slider .indicators .indicator-item {
  padding: 0;
  margin: 5px;
  width: 13px;
  height: 13px;
}

.farama-slider .indicators .indicator-item.active {
  background-color: #b71c1c;
}

.farama-slider .slides li.active .caption {
  transition: all 2s !important;
  transform: translateX(0px) translateY(0px) !important;
  opacity: 1 !important;
}

.farama-slider .indicators {
  direction: rtl;
}

.content-height {
  height: 240px;
  position: relative;
}
.margin-right-10 {
  margin-right: 10px;
}

.my-check-text-2 {
  white-space: normal !important;
}

.justify-content {
  text-align: justify !important;
}

.bold-text {
  /*font-size: x-large;*/
  font-weight: 600;
}

/************* wizard style***********************/
.main-wizard {
  background: #c3dbe5;
  border-radius: 10px;
  transition: all ease-in-out 500ms;
  height: auto;
}

.comment-wizard {
  height: 6rem !important;
  padding-top: 10px !important;
  /*margin-right: 5px !important;*/
}

.main-wizard button {
  font-size: 16pt;
}

.form-wizard {
  /*background: #00b8d4;*/
  display: block;
  /*position: relative;*/
  border-radius: 10px;
}

.form-wizard fieldset {
  border: none;
}

.main-wizard textarea,
.main-wizard input[type="text"].select-dropdown,
.main-wizard input,
.main-wizard select,
.main-wizard ul {
  background: #e3f4f9;
  border-radius: 8px;
  border: none;
}

.main-wizard textarea,
.main-wizard input[type="text"].select-dropdown,
.main-wizard select,
.main-wizard ul {
  padding-right: 10px !important;
}

.first-select-wizard input,
.second-select-wizard1 input,
.second-select-wizard2 input,
.wizard-input-2 input {
  height: 2rem !important;
}

.wizard-input-2 input {
  text-align: center;
}

.first-select-wizard span,
.second-select-wizard1 span,
.second-select-wizard2 span {
  z-index: 10;
}

.first-select-wizard ul.dropdown-content li,
.second-select-wizard1 ul.dropdown-content li,
.second-select-wizard2 ul.dropdown-content li {
  padding: 2px 0 !important;
}

.first-select-wizard ul.dropdown-content li span,
.second-select-wizard1 ul.dropdown-content li span,
.second-select-wizard2 ul.dropdown-content li span {
  color: rgb(183, 28, 28);
  font-size: 18px;
}

.main-wizard .input-field label {
  top: 0 !important;
}

.form-wizard .farzan-select .select-wrapper span.caret {
  z-index: 20;
  left: 20px !important;
}

.my-wizard-box {
  transition: all linear 700ms;
  /*position: absolute;*/
}
fieldset.my-wizard-box {
  border: none !important;
}

.form-wizard .dropify-wrapper,
.form-wizard .dropify-wrapper.touch-fallback {
  height: 145px !important;
  position: relative;
}

.form-wizard .dropify-wrapper .dropify-message span.file-icon {
  font-size: 40px !important;
}

.form-wizard .dropify-wrapper .dropify-message {
  /*position: absolute;*/
  top: 0 !important;
  /*right: 15%;*/
  /*right: 20%;*/
  padding-top: 0 !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
}

/*.no-label-input-field label{*/
/*margin-right: -2.5rem !important;*/
/*}*/

.wizard-active-row {
  /*opacity: 0;*/
  display: none;
  /*transition: all ease-in-out 500s;*/
}

.fa-right {
  font-size: 1.6rem !important;
  margin-right: 3px !important;
}

.fa-left {
  font-size: 1.6rem !important;
  padding-right: 5px !important;
}

.type-color {
  color: #b71c1c !important;
}

form p {
  text-align: center;
}

.remove-box {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}

/********************************end wizard************/
.box2 {
  display: none;
}

.margin-top-25 {
  margin-top: 25px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.margin-top-myimage {
  margin-top: 20px;
}

/*********************************end home ***********/
.padding-5 {
  padding: 5px;
}

.padding-right-20 {
  padding-right: 20px !important;
}
.parent-col {
  position: relative;
}
.user-img {
  position: absolute;
  top: 28%;
  left: 42%;
}
.email-icon {
  font-size: 4.5rem;
}

/***************************profiler *****************/
#credit-demo {
  direction: ltr;
  text-align: center;
}

.character-counter {
  font-size: 16px !important;
  float: left !important;
}

.user_council {
  display: none;
}

span.star-red-text {
  font-size: 16px;
  color: red;
}

.condition {
  display: none;
}

.swal-farsi {
  font-size: 14pt;
}

.sweet-alert h2 {
  font-size: 16pt !important;
}

.sweet-alert p,
.sweet-alert fieldset {
  display: none;
}

.sweet-alert button.confirm {
  margin-top: 10px !important;
}

#money-error {
  margin-right: 10px !important;
}

.error {
  margin-right: 40px;
  margin-top: 0 !important;
}

/************ consultant-list***********/
.vertical-middle {
  vertical-align: middle;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.my-text-btn {
  padding: 0 !important;
  width: 100%;
}

.col-width {
  margin-top: 30px;
}

.margin-top-bottom-5-all {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*.online-status{*/
/*position: absolute;*/
/*top: 35%;*/
/*right:-10px;*/
/*z-index: 99;*/
/*padding: 3px;*/
/*border-radius: 50%;*/
/*width: 30px;*/
/*height: 30px;*/
/*line-height: 23px;*/
/*font-size:20px;*/
/*}*/

.online-status {
  position: absolute;
  top: 77%;
  right: 39%;
  z-index: 99;
  padding: 3px;
  border-radius: 20%;
  width: 30px;
  font-size: 18pt;
}

.online-user {
  position: relative;
}

.comment-card-consil {
  font-size: 18px;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.busy-user {
  font-size: 22px !important;
  height: 29px;
}

/************************************* filter options *****************/
.filter-result {
  position: relative;
  /*min-width: 270px;*/
  /*float: left;*/
  cursor: pointer;
}
.margin-left-span-filter {
  margin-left: 25px;
}
.filter-icon {
  position: absolute;
  left: 0;
  top: 5px;
}

.filter-ul {
  display: none;
  position: absolute;
  width: 160px;
  top: 40px;
  /*right: 120px;*/
  z-index: 999;
  /*left: 25px;*/
  left: 0;
}

ul.filter-ul li {
  text-align: right;
  /*border: 1px solid #ffcdd2;*/
  border-radius: 5px;
  background: #ffffff;
  /*box-shadow:0px 0px 50px #b71c1c;*/
  padding: 5px 10px;
  margin-bottom: 2px;
  color: #b71c1c;
}

ul.filter-ul li:hover {
  background: #ffebee;
}

ul.filter-ul li a {
  color: #b71c1c;
  display: block;
}

.padding-top-bottom-5 {
  padding: 5px 0 !important;
}

.paddin-top-bottom-0 {
  padding-top: 0  !important;
  padding-bottom: 0 !important;
}

.padding-10 {
  padding: 10px;
}

/***************meeting.list******************/
.send-btn-filter {
  height: 30px;
  line-height: 30px;
  font-size: 0.9rem !important;
}
.council-btn {
  width: 55px !important;
  height: 55px !important;
  line-height: 57px !important;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.margin-right-hidden-s-25 {
  margin-right: 25px;
}

.margin-top-serch-btn {
  margin-top: 20px;
}

.p-size-large {
  font-size: 16pt;
}

.p-size-small {
  font-size: 12pt;
}

.animat-btn {
  -moz-animation-name: blind2;
  -webkit-animation-name: blind2;
  -o-animation-name: blind2;
  animation-name: blind2;

  -moz-animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;

  -moz-animation-iteration-count: 10000;
  -webkit-animation-iteration-count: 10000;
  -o-animation-iteration-count: 10000;
  animation-iteration-count: 10000;
}

@keyframes blind2 {
  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.confirm-btn {
  -webkit-animation-name: flash;
  animation-name: flash;
  height: 25px;
  line-height: 25px;
  padding: 0 12px 0 10px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 1000;
  -moz-animation-iteration-count: 1000;
  -webkit-animation-iteration-count: 1000;
}
.wobble {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 1000;
  -moz-animation-iteration-count: 1000;
  -webkit-animation-iteration-count: 1000;
}

/*************** radio table padding **************/
table [type="checkbox"] + label,
table [type="radio"]:checked + label,
table [type="radio"]:not(:checked) + label {
  padding-left: 25px !important;
}

.btn-council {
  width: 150px;
  margin-top: 10px;
}

/********************************** ask.id**************/
.img-title-question {
  width: 100px;
}

.img2-title-question {
  width: 70px;
}

.margin-top-m-and-up-30 {
  margin-top: 30px;
}

.margin-top-m-and-up-25 {
  margin-top: 25px;
}

.best-reply {
  font-size: 28px;
}

.best-reply:hover {
  cursor: pointer;
}
.score {
  display: inline;
}
ul.rate-star {
  list-style: none;
  margin: 15px auto 0 auto;
}
ul.rate-star li {
  float: left;
  display: inline-block;
  width: 20%;
}
.star-on {
  background: url("../../images/star-on.png");
  background-repeat: no-repeat;
  /*background-position: center;*/
}
.star-off {
  background-image: url("../../images/star-off.png");
  background-repeat: no-repeat;
  /*background-position: center;*/
}
.star-row {
  width: 105px;
  height: 20px;
  display: inline-block;
  margin-top: 15px;
}
.margin-left-star {
  margin-left: 5px;
}
.star-circle {
  margin-top: 60px;
}
/**-----------modal----------**/
#help-main {
  /*height:calc(100% - 56px);*/
  /*height: 100%;*/
}
/* ----------------------------------- Resposive --------------------------- */
.filter-result {
  /*margin-top: 8px;*/
}
.padd-bot {
  padding-bottom: 10px;
}
.margin-top-bottom-20 {
  margin: 20px auto;
}
@media screen and (max-width: 424px) {
  .portfolio-thumb {
    height: 225px;
  }

  .padd-bot {
    padding-bottom: 0 !important;
  }
  .filter-result {
    margin-top: 0 !important;
  }

  /* --------- Amiri ------------- */
  .doubled-border-bottom {
    border-bottom: 4px double #fff;
  }

  .header-search-wrapper {
    padding-right: 10px;
    margin-top: 0;
  }

  .search-council {
    top: -42px !important;
  }

  #toast-container {
    left: 10% !important;
    top: 10% !important;
    min-width: 65% !important;
  }

  .float-txt {
    text-align: right;
  }

  .btn-index h5 {
    font-size: 0.8rem !important;
    margin-top: 0;
  }

  .btn-index i {
    font-size: 1.3rem !important;
    margin-top: 0;
  }

  .btn-index {
    width: 100px !important;
    height: 100px !important;
    margin-left: -20px;
  }

  .text-index {
    padding-top: 20px !important;
  }

  .margin-top-right-m-s-20 {
    margin-top: 30px !important;
    margin-right: 20px;
  }

  .hover-contents .marg {
    /*font-size: 30px !important;*/
  }

  .hover-contents h3 {
    /*margin-top: 15px;*/
    /*font-size: 25px !important;*/
  }

  .hover-contents h4 {
    /*font-size: 55px;*/
    /*margin-top: 3rem;*/
  }

  .comment-div {
    width: 260px;
    left: 27px;
  }

  .left-fixd-comment {
    top: 200px;
    left: -51px;
  }

  .margin-top-m-and-up-30 {
    margin-top: 0 !important;
  }

  .margin-top-m-and-up-25 {
    margin-top: 0 !important;
  }

  .padd-bottom-table thead tr th {
    padding-bottom: 7px !important;
  }

  [type="checkbox"] + label:before {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }

  [type="checkbox"]:checked + label:before {
    width: 8px;
    height: 20px;
    top: -6px;
  }

  .mycheckbox input[type="checkbox"] + label {
    padding-right: 2rem !important;
  }

  #money-error {
    margin-right: 0 !important;
  }

  /* --------- Zeinali ------------- */
  td img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 !important;
  }

  h5 {
    font-size: 16pt !important;
  }

  .first-select-wizard input.select-dropdown,
  .second-select-wizard1 input.select-dropdown,
  .second-select-wizard2 input.select-dropdown,
  .wizard-input-2 input.select-dropdown {
    font-size: 12pt !important;
  }

  .first-select-wizard span,
  .second-select-wizard1 span,
  .second-select-wizard2 span {
    top: 10px !important;
  }

  .main-wizard button {
    font-size: 14pt !important;
  }

  .main-wizard .btn-floating {
    width: 30px !important;
    height: 30px !important;
  }

  .main-wizard .btn-floating,
  .main-wizard .btn-floating i {
    line-height: 30px !important;
  }

  .first-select-wizard ul.dropdown-content li span,
  .second-select-wizard1 ul.dropdown-content li span,
  .second-select-wizard2 ul.dropdown-content li span {
    font-size: 12pt !important;
  }

  .form-wizard .dropify-wrapper,
  .form-wizard .dropify-wrapper.touch-fallback {
    height: 130px !important;
  }

  .form-wizard .dropify-wrapper .dropify-message {
    /*right: 0 !important;*/
  }

  .main-wizard {
    min-height: 320px;
  }

  .farama-slider.slider {
    height: 420px !important;
  }

  .farama-slider .slides {
    height: 385px !important;
  }
  .content-height {
    height: 350px !important;
  }
  .farama-slider .slides li {
    height: 90% !important;
  }

  .img-health {
    width: 80px !important;
    height: 80px !important;
    line-height: 85px !important;
  }

  .rotate-myimage {
    transform: rotate(90deg);
  }

  .wizard-active-row {
    padding: 0 !important;
  }

  .margin-top-s-slider {
    margin-top: 10px !important;
  }

  .form-wizard .dropify-wrapper,
  .form-wizard .dropify-wrapper.touch-fallback {
    height: 165px !important;
  }

  /****home2***/
  .img-phone-size {
    width: 80%;
  }
  .star-rotate {
    width: 80%;
  }
  .my-responsive-img {
    width: 25%;
  }
  h3 {
    font-size: 2rem !important;
  }

  ul.filter-ul {
    left: 0px;
  }

  .margin-right-hidden-s-25 {
    margin-right: 0 !important;
  }

  .remove-box {
    margin-top: 20px !important;
    width: 25px !important;
    height: 25px !important;
  }

  .remove-box-margin-top-s {
    margin-top: 45px !important;
  }

  .small-width {
    width: auto !important;
  }

  .float-right-s {
    float: right !important;
  }

  .margin-right-s {
    margin-right: 25px;
  }

  .filter-result {
    /*min-width: 210px !important;*/
  }

  .filter-ul {
    width: 125px !important;
    top: 32px !important;
    right: 93px !important;
  }

  .error {
    margin-right: 30px !important;
  }

  .padding-left-s-0 {
    padding-left: 0 !important;
  }

  .padding-right-s-0 {
    padding-right: 0 !important;
  }

  .question-content {
    text-align: justify;
  }

  /*.rating {*/
  /*font-size: 22px !important;*/
  /*}*/

  .best-reply {
    float: none !important;
    display: inline-block;
    margin: 10px auto;
  }

  .img2-title-question {
    float: none !important;
    display: inline-block;
    margin: 10px auto;
  }
  .help-container {
    width: 100%;
  }
  .cslide-prev-next {
    width: 90%;
    top: 50%;
    right: 7%;
  }
  .cslide-prev,
  .cslide-next {
    width: 25px;
    height: 25px;
    line-height: 35px;
  }
  .cslide-prev i,
  .cslide-next i {
    font-size: 1.35rem !important;
    line-height: 1.35rem !important;
  }
  span.badge {
    margin-right: 50% !important;
  }
  .user-img {
    top: 32% !important;
    left: 40% !important;
  }
  .busy-user {
    font-size: 18px !important;
  }
  .online-status {
    width: 27px;
    height: 24px;
    top: 81%;
    font-size: 20px;
  }
  .rating-card {
    margin-right: 5px;
  }
  .star-circle {
    width: 60%;
    margin-top: 20px !important;
  }
  .email-icon {
    font-size: 3.5rem !important;
  }
  .profile-img {
    margin: 30px auto;
  }
  .position-img-profile {
    float: none !important;
  }
}

@media screen and (min-width: 425px) and (max-width: 600px) {
  .padd-bot {
    padding-bottom: 0 !important;
  }
  .filter-result {
    margin-top: 0 !important;
  }
  .position-img-profile {
    float: none !important;
  }
  .profile-img {
    margin: 30px auto;
  }
  /* --------- Amiri ------------- */
  .hover-contents h4 {
    /*font-size: 55px;*/
    margin-top: 2rem;
  }
  .ul-display {
    float: none !important;
  }

  .doubled-border-bottom {
    border-bottom: 4px double #fff;
  }

  .header-search-wrapper {
    padding-right: 10px;
    margin-top: 0;
  }

  .search-council {
    top: -42px !important;
  }

  #toast-container {
    left: 18% !important;
    top: 5% !important;
    min-width: 65% !important;
  }

  .float-txt {
    text-align: right;
  }

  span.badge {
    margin-right: 30% !important;
  }

  .btn-index h5 {
    font-size: 0.8rem !important;
    margin-top: 0;
  }

  .btn-index i {
    font-size: 1.3rem !important;
    margin-top: 0;
  }

  .btn-index {
    width: 100px !important;
    height: 100px !important;
    margin-left: -20px;
  }

  .text-index {
    padding-top: 20px !important;
  }

  .margin-top-right-m-s-20 {
    margin-top: 35px !important;
    margin-right: 20px;
  }

  .left-fixd-comment {
    top: 210px;
    left: -52px;
    padding: 0 10px;
  }

  .comment-div {
    width: 300px;
    left: 31px;
  }

  .padd-bottom-table thead tr th {
    padding-bottom: 7px !important;
  }

  [type="checkbox"] + label:before {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }

  [type="checkbox"]:checked + label:before {
    width: 8px;
    height: 20px;
    top: -6px;
  }

  #money-error {
    margin-right: 0 !important;
  }

  /* --------- Zeinali ------------- */
  .help-container {
    width: 100%;
  }
  td img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 !important;
  }

  /*.form-wizard .dropify-wrapper .dropify-message{*/
  /*right: 5% !important;*/
  .img-health {
    width: 80px !important;
    height: 80px !important;
    line-height: 85px !important;
  }

  /*}*/
  h5 {
    font-size: 16pt !important;
  }

  .main-wizard {
    min-height: 365px;
  }

  .main-wizard {
    min-height: 365px !important;
  }

  .first-select-wizard ul.dropdown-content li span,
  .second-select-wizard1 ul.dropdown-content li span,
  .second-select-wizard2 ul.dropdown-content li span {
    font-size: 12pt !important;
  }

  .first-select-wizard input.select-dropdown,
  .second-select-wizard1 input.select-dropdown,
  .second-select-wizard2 input.select-dropdown,
  .wizard-input-2 input.select-dropdown {
    font-size: 12pt !important;
  }

  .main-wizard button {
    font-size: 14pt !important;
  }

  .farama-slider.slider {
    height: 390px !important;
  }

  .farama-slider .slides {
    height: 370px !important;
  }
  .content-height {
    height: 350px !important;
  }
  .farama-slider .slides li {
    height: 94% !important;
  }

  .farama-slider .slides h5 {
    /*margin-top: 50px !important;*/
  }

  /****home2***/
  .img-phone-size {
    width: 70%;
  }
  .star-rotate {
    width: 70%;
  }
  .my-responsive-img {
    width: 25%;
  }
  h3 {
    font-size: 2rem !important;
  }

  .form-wizard .dropify-wrapper .dropify-message {
    /*right: 15px !important;*/
  }

  .form-wizard .dropify-wrapper,
  .form-wizard .dropify-wrapper.touch-fallback {
    height: 165px !important;
  }

  .margin-right-hidden-s-25 {
    margin-right: 0 !important;
  }

  .remove-box {
    margin-top: 20px !important;
    width: 25px !important;
    height: 25px !important;
  }

  .margin-top-s-slider {
    margin-top: 10px !important;
  }

  /*.online-status{*/
  /*right:25px !important;*/
  /*}*/
  .margin-top-m-and-up-30 {
    margin-top: 0 !important;
  }

  .margin-top-m-and-up-25 {
    margin-top: 0 !important;
  }

  .float-right-s {
    float: right !important;
  }

  .margin-right-s {
    margin-right: 25px;
  }

  .filter-result {
    /*min-width: 215px !important;*/
  }

  .filter-ul {
    width: 125px !important;
    top: 32px !important;
    right: 93px !important;
  }

  .error {
    margin-right: 30px !important;
  }

  .padding-left-s-0 {
    padding-left: 0 !important;
  }

  .padding-right-s-0 {
    padding-right: 0 !important;
  }

  .question-content {
    text-align: justify;
  }

  .best-reply {
    float: none !important;
    display: inline-block;
    margin: 10px auto;
  }

  .img2-title-question {
    float: none !important;
    display: inline-block;
    margin: 10px auto;
  }

  .rating-box-margin {
    margin: 10px auto;
  }
  .cslide-prev-next {
    width: 90%;
    top: 50%;
    right: 7%;
  }
  .cslide-prev,
  .cslide-next {
    width: 25px;
    height: 25px;
    line-height: 35px;
  }
  .cslide-prev i,
  .cslide-next i {
    font-size: 1.35rem !important;
    line-height: 1.35rem !important;
  }

  .user-img {
    top: 28% !important;
    left: 41% !important;
  }
  .busy-user {
    font-size: 18px !important;
  }
  .online-status {
    width: 27px;
    height: 24px;
    top: 81%;
    font-size: 20px;
  }
  .margin-left-star {
    /*margin-left: 2px !important;*/
  }
  .star-circle {
    width: 50%;
    margin-top: 20px !important;
  }
  .email-icon {
    font-size: 3.5rem !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .profile-img {
    margin-top: 100px;
  }
  /* --------- Amiri ------------- */
  .input-field .label-fa {
    right: 1.5rem !important;
  }

  .input-field .fa {
    padding-right: 3px !important;
  }

  .header-search-wrapper {
    padding-right: 10px;
  }

  .search-council {
    top: -43px !important;
  }

  #toast-container {
    left: 35% !important;
    top: 5% !important;
  }

  .float-txt {
    text-align: left;
  }

  .btn-index {
    width: 135px !important;
    height: 135px !important;
  }

  .padding-right-m-20 {
    padding-right: 20px;
  }

  .margin-right-m-10 {
    margin-right: 10px;
  }

  .margin-top-right-m-s-20 {
    margin-top: 35px !important;
    margin-right: 10px;
  }

  .comment-div {
    width: 300px;
    left: 31px;
  }

  .left-fixd-comment {
    top: 230px;
    left: -55px;
    padding: 2px 15px;
  }

  .padd-bottom-table thead tr th {
    padding-bottom: 7px !important;
  }

  [type="checkbox"] + label:before {
    width: 15px;
    height: 15px;
    margin-top: 4px;
  }

  [type="checkbox"]:checked + label:before {
    width: 10px;
    height: 20px;
    top: -5px;
  }

  #money-error {
    margin-right: 0 !important;
  }

  /* --------- Zeinali ------------- */
  td img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 !important;
  }

  .form-wizard .dropify-wrapper,
  .form-wizard .dropify-wrapper.touch-fallback {
    /*height: 100px !important;*/
  }

  .form-wizard .dropify-wrapper .dropify-message {
    /*right: 30% !important;*/
  }

  .farama-slider.slider {
    /*height: 480px !important;*/
  }

  .farama-slider .slides {
    /*height: 450px !important;*/
  }
  .farama-slider .slides li {
    height: 90% !important;
  }

  .margin-top-myimage {
    margin-top: 85px !important;
  }

  .margin-to-med {
    margin-top: 60px;
  }

  ul.filter-ul {
    left: 0px;
  }

  .comment-wizard {
    height: 6.5rem !important;
  }

  .margin-top-serch-btn {
    margin-top: 15px !important;
  }

  .margin-left-m {
    margin-left: 58px !important;
  }

  .margin-left-m2 {
    margin-left: 75px !important;
  }

  .m-txt-size {
    width: 85% !important;
  }

  .filter-result {
    /*min-width: 240px !important;*/
  }

  .filter-ul {
    width: 130px !important;
    right: 110px !important;
    top: 35px !important;
  }

  .best-reply {
    margin-top: 40px;
  }

  .img2-title-question {
    margin-top: 25px;
  }

  /*.rating {*/
  /*margin-top: 5px !important;*/
  /*margin-bottom: 5px !important;*/
  /*height: 30px;*/
  /*}*/

  .rating-box-margin {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .user-img {
    /*top: 38% !important;*/
    left: 26% !important;
  }
  .star-rotate {
    margin-top: 50px;
  }
  .img-phone-size {
    width: 150%;
    margin-top: 30px;
  }
  .meeting-p {
    margin-top: 45px;
  }
  .email-icon {
    font-size: 4rem !important;
  }
  .rate-star {
    width: 90%;
  }
  .star-circle {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 992px) {
  #toast-container {
    top: 5% !important;
    right: 40% !important;
  }

  .float-txt {
    text-align: right;
  }

  .rating-box-margin {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .profile-img {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .portfolio-thumb {
    height: 225px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1180px) {
  /* --------- Amiri ------------- */
  .hover-contents h4 {
    font-size: 5rem;
  }

  .hover-contents h3 {
    font-size: 22px !important;
  }

  /* --------- Zeinali ------------- */
  .form-wizard .dropify-wrapper .dropify-message {
    /*right: 2% !important;*/
  }

  .farama-slider.slider {
    height: 320px !important;
  }

  .farama-slider .slides {
    height: 300px !important;
  }
  .content-height {
    height: 300px !important;
  }
  .farama-slider .slides li {
    height: 95% !important;
  }

  ul.filter-ul {
    left: 0px;
  }

  /*.online-status{*/
  /*right: -10px !important;*/
  /*}*/
  .confirm-btn {
    font-size: 16px;
    padding: 0 3px;
  }

  .remove-box {
    margin-right: 150px;
  }

  .rating-card {
    margin-right: 10px !important;
  }

  .font-btn {
    font-size: 18px;
  }

  .best-reply {
    margin-top: 30px;
  }

  .img2-title-question {
    margin-top: 15px;
  }

  .img2-title-question {
    margin-top: 15px;
  }
  .rate-star {
    width: 100%;
  }
  .margin-left-star {
    /*margin-left: 2px !important;*/
  }
  .star-circle {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 1180px) {
  /* --------- Amiri ------------- */
  /* --------- Zeinali ------------- */
  ul.filter-ul {
    left: 0px;
  }

  .col-width {
    width: 25% !important;
    /*margin: auto 1.75%;*/
  }

  .remove-box {
    margin-right: 215px;
  }

  .best-reply {
    margin-top: 30px;
  }

  .img2-title-question {
    margin-top: 15px;
  }
  .rate-star {
    width: 60%;
  }
  .form-wizard .dropify-wrapper .dropify-message {
    /*right: 20% !important;*/
  }
}

@media screen and (min-width: 1445px) {
  /* --------- Amiri ------------- */
  /* --------- Zeinali ------------- */
  .form-wizard .dropify-wrapper .dropify-message {
    /*right: 32% !important;*/
  }
  .width-larg-screen {
    width: 25% !important;
  }
}

.position-relative {
  position: relative !important;
}

.cancel-meeting-btn {
  position: absolute !important;
  left: 8px;
  top: 8px;
}

.overflow-message {
  overflow-y: auto;
  overflow-x: hidden;
  height: 120px;
  padding-left: 25px !important;
}

.left-fixd-comment-ar {
  left: -41px;
}

.adviser-name {
  display: none;
}

.icon-dollar {
  width: 22px !important;
  height: 27px !important;
}

.site-headline{
  font-size: 150%;
  font-weight: bold;
}