/* Minification failed. Returning unminified contents.
(4023,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-1'
(4044,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-9'
(4076,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-4'
(4188,26): run-time error CSS1039: Token not allowed after unary operator: '-gray-19'
(4317,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-1'
(4366,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-9'
 */
body {
  direction: rtl;
  margin: 0;
}

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*font-family*/
/*font-icons*/
/*colors*/
/*font sizes*/
/* spacer */
/* media query
-----------------------------------------------------------*/
/*font-family*/
/*font-icons*/
/*colors*/
/*font sizes*/
/* spacer */
/* media query
-----------------------------------------------------------*/
/*input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {*/
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  padding: 8px;
  line-height: 1.5;
  color: #262626;
  background-clip: padding-box;
  font-family: "IRANYekan";
  width: 100%;
  height: 40px;
  -webkit-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
@media (max-width: 992px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  text-align: right;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  text-align: right;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  text-align: right;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  text-align: right;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border: 1px solid #1e90ff;
}
input[type=text].not-valid,
input[type=password].not-valid,
input[type=email].not-valid,
input[type=number].not-valid,
textarea.not-valid {
  border-color: #ff4757;
}

textarea {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 992px) {
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

select {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  width: 100%;
  height: 40px;
  font-family: "IRANYekan";
}
@media (max-width: 992px) {
  select {
    font-size: 16px;
    font-size: 1rem;
  }
}
select.not-valid {
  border-color: #ff4757;
}

.breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  position: relative;
}
.breadcrumb li:last-child a {
  color: #999999;
}
.breadcrumb li:first-child a {
  padding-right: 0;
}
.breadcrumb li a {
  color: #262626;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.73;
  padding: 0 8px;
  position: relative;
}
.breadcrumb li:not(:last-child) a:after {
  content: "\e91b";
  font-family: "iconRoyaGasht";
  position: absolute;
  left: 0;
  width: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 8px;
  font-size: 0.5rem;
}
.breadcrumb.breadcrumb--white li a {
  color: #fff;
}
.breadcrumb.breadcrumb--white li:last-child a {
  color: #fff;
  opacity: 0.4;
}
.breadcrumb.breadcrumb--white li:not(:last-child) a:after {
  color: #fff;
}
.breadcrumb.breadcrumb--white-color li:last-child a {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb.breadcrumb--white-color li a {
  color: #fff;
}
.breadcrumb.breadcrumb--white-color li:not(:last-child) a:after {
  color: #fff;
}

.form .form-validation {
  color: #ff4757;
  font-size: 12px;
  font-size: 0.75rem;
}
.form hr {
  margin: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form .form-element-group.form-element-group--with-icon > div {
  position: relative;
}
.form .form-element-group.form-element-group--with-icon input:not([type=submit]),
.form .form-element-group.form-element-group--with-icon select.form-element {
  padding-right: 48px;
}
.form .form-element-group.form-element-group--with-icon i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #999999;
  transform: translateY(-50%);
}
.form .form-element-group.form-element-group--with-icon span .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 48px;
}
.form .form-element-group.form-element-group--icon-right i {
  left: auto;
  right: 10px;
}
.form .form-element-group.form-element-group--icon-right input:not([type=submit]),
.form .form-element-group.form-element-group--icon-right select.form-element {
  padding-right: 48px;
  padding-left: 4rempx;
}
.form .form-element-group.form-element-group--icon-right button {
  position: absolute;
  border: none;
  background: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form .form-element-group.form-element-group--icon-right button i {
  position: relative;
  top: unset;
  transform: unset;
}
.form .form-element-group .pseudo-input {
  position: absolute;
  left: 70px;
  top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
}
.form .form__row {
  margin-bottom: 16px;
}

.captcha-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 40px;
}
.captcha-box img {
  height: 30px;
  margin-right: 4px;
}
.captcha-box input[type=text] {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 35px;
}
.captcha-box > div:first-child {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding-right: 16px;
  padding-left: 8px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.captcha-box > div:last-child {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
}
.captcha-box button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1.21;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  text-decoration: none;
  width: 176px;
  height: 40px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-family: "IRANYekan";
  font-weight: normal;
}
.btn.btn--sm {
  width: 107px;
  height: 36px;
}
.btn.btn--lg {
  width: 250px;
  height: 40px;
}
.btn.btn-default {
  color: #999999;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-default:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn.btn-purple {
  color: #fff;
  background-color: #64104e;
  border-color: #64104e;
}
.btn.btn-purple:hover {
  background-color: #4a0c3a;
  border-color: #4a0c3a;
}
.btn.btn-blue {
  color: #fff;
  background-color: #1e90ff;
  border-color: #1e90ff;
}
.btn.btn-blue:hover {
  background-color: #1b80e3;
  border-color: #1b80e3;
}
.btn.btn-yellow {
  color: #262626;
  background-color: #ffcb05;
  border-color: #ffcb05;
}
.btn.btn-yellow:hover {
  background-color: #f0bf05;
  border-color: #f0bf05;
}
.btn.btn-light {
  color: #999999;
  background-color: transparent;
  border-color: #e6e6e6;
}
.btn.btn-light:hover {
  color: #fff;
  background-color: #1e90ff;
  border-color: #1e90ff;
}
.btn.btn-blue-color {
  background-color: transparent;
  color: #1e90ff;
  border-color: transparent;
}
.btn.btn-blue-color:hover {
  color: #1b80e3;
}

.checkmark[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.checkmark[type=checkbox]::-webkit-input-placeholder {
  color: #bfbfbf;
}
.checkmark[type=checkbox]:-moz-placeholder {
  color: #bfbfbf;
}
.checkmark[type=checkbox]::-moz-placeholder {
  color: #bfbfbf;
}
.checkmark[type=checkbox]:-ms-input-placeholder {
  color: #bfbfbf;
}
.checkmark[type=checkbox] + label, .checkmark[type=checkbox] + input[type=hidden] + label {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  padding-right: 24px;
}
.checkmark[type=checkbox] + label:after, .checkmark[type=checkbox] + input[type=hidden] + label:after {
  height: 16px;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  content: "";
  margin-left: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  top: 0;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0px 1px 1px 0 rgba(22, 29, 37, 0.05);
  -moz-box-shadow: 0px 1px 1px 0 rgba(22, 29, 37, 0.05);
  box-shadow: 0px 1px 1px 0 rgba(22, 29, 37, 0.05);
}
.checkmark[type=checkbox] + label:before, .checkmark[type=checkbox] + input[type=hidden] + label:before {
  height: 16px;
  width: 16px;
  content: "\e905";
  font-size: 16px;
  font-size: 1rem;
  top: 0;
  right: 0;
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: "iconRoyaGasht";
  border: 1px solid #64104e;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 2;
}
.checkmark[type=checkbox]:checked + label:before, .checkmark[type=checkbox]:checked + input[type=hidden] + label:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkmark[type=checkbox]:checked + label:after, .checkmark[type=checkbox]:checked + input[type=hidden] + label:after {
  background-color: #64104e;
}

.checkmark[type=radio] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.checkmark[type=radio]::-webkit-input-placeholder {
  color: #bfbfbf;
}
.checkmark[type=radio]:-moz-placeholder {
  color: #bfbfbf;
}
.checkmark[type=radio]::-moz-placeholder {
  color: #bfbfbf;
}
.checkmark[type=radio]:-ms-input-placeholder {
  color: #bfbfbf;
}
.checkmark[type=radio] + label {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0;
  position: relative;
  color: #999999;
  cursor: pointer;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  padding-right: 24px;
}
.checkmark[type=radio] + label:after {
  height: 16px;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  content: "";
  margin-left: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  right: 0;
}
.checkmark[type=radio] + label:before {
  content: "";
  text-align: center;
  color: #fff;
  background-color: #fff;
  height: 6px;
  width: 6px;
  right: 6px;
  position: absolute;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 2;
}
.checkmark[type=radio]:checked + label {
  color: #262626;
}
.checkmark[type=radio]:checked + label:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkmark[type=radio]:checked + label:after {
  background-color: #64104e;
  border-color: #64104e;
}

.c-modal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-modal .modal .modal__wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-modal .modal .modal__wrapper {
    width: 890px;
    margin-top: 88px;
    margin-bottom: 88px;
    position: relative;
  }
}
.c-modal .modal.show-modal.fade {
  opacity: 1;
  display: block;
}
.c-modal .modal.show-modal .modal__wrapper {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .c-modal .modal.show-modal {
    padding: 0 16px;
  }
}
.c-modal .modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.c-modal .modal.fade .modal__wrapper {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.c-modal .modal .modal__content {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 48px;
}
.c-modal .modal .modal__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 32px 16px;
  border-bottom: 1px solid #ccc;
  margin: 0 16px;
}
.c-modal .modal .modal__header h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #555;
  margin: 0;
}
@media (max-width: 767px) {
  .c-modal .modal .modal__header h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
}
.c-modal .modal .modal__header button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.c-modal .modal .modal__header button i {
  color: #ff4757;
}
.c-modal .modal .modal__body {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .c-modal .modal .modal__body {
    height: calc(100vh - 270px);
    overflow: auto;
  }
}

.c-tab .tab .tab__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 58px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.c-tab .tab .tab__tabs li {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.c-tab .tab .tab__tabs li a {
  color: #000;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #000;
}
.c-tab .tab .tab__tabs li.active a {
  border-bottom: none;
}
.c-tab .tab .tab__content > div {
  display: none;
}
.c-tab .tab .tab__content > div:first-child {
  display: block;
}

.alert {
  position: relative;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.alert.alert--success {
  color: #2ed573;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.alert--danger, .alert.alert--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert--info {
  color: #1e90ff;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert i {
  margin-left: 4px;
}
.alert .close {
  background: none;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
  height: 15px;
  line-height: 1;
}

.arrow-right {
  background: inherit;
  height: 2px;
  width: 16px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-right:before, .arrow-right:after {
  content: "";
  background: inherit;
  position: absolute;
  height: 2px;
  width: 10px;
}
.arrow-right:before {
  right: -4px;
  bottom: -3px;
  transform: rotate(-45deg);
}
.arrow-right:after {
  right: -4px;
  top: -3px;
  transform: rotate(45deg);
}

.arrow-left {
  background: inherit;
  height: 2px;
  width: 16px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-left:before, .arrow-left:after {
  content: "";
  background: inherit;
  position: absolute;
  height: 2px;
  width: 10px;
}
.arrow-left::before {
  left: -4px;
  bottom: -3px;
  transform: rotate(45deg);
}
.arrow-left::after {
  left: -4px;
  top: -3px;
  transform: rotate(-45deg);
}

.validation {
  font-weight: 500;
  margin: 4px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.validation.validation--error {
  color: #ff4757;
}
.validation.validation--success {
  color: #2ed573;
}
.validation.validation--warning {
  color: orange;
}

.cicle-loading {
  width: 60px;
  height: 60px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke-linecap: round;
  stroke-width: 4;
  fill: none;
}
.cicle-loading .internal-circle,
.cicle-loading .external-circle {
  stroke: #64104e;
  stroke-dashoffset: 0;
  transform-origin: center;
}
.cicle-loading .internal-circle {
  stroke-dasharray: 187;
  animation: internal 1s ease-in-out infinite;
  opacity: 0.4;
}
.cicle-loading .external-circle {
  stroke-dasharray: 312;
  animation: external 1s linear infinite;
  opacity: 0.9;
}

.bg-box {
  display: block;
  direction: ltr;
  padding: 16px;
  margin: 24px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.42857143;
  color: #737373;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.qoute {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #eeeeee;
  padding: 48px;
  margin: 40px 0;
  position: relative;
}
@media (max-width: 992px) {
  .qoute {
    padding: 32px;
  }
}
.qoute .qoute-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #eeeeee;
  position: absolute;
  top: -28px;
  left: 50%;
  color: #64104e;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.img-footnote {
  text-align: center;
}
.img-footnote > div {
  display: inline-block;
}
.img-footnote img {
  display: block;
}
.img-footnote .footnote {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999999;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
}

.bounce-loading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
}
.bounce-loading span {
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-color: #ffcb05;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.bounce-loading span.bounce1 {
  animation-delay: -0.32s;
}
.bounce-loading span.bounce2 {
  animation-delay: -0.16s;
}
.bounce-loading.bounce-loading--white {
  background-color: #ffcb05;
}
.bounce-loading.bounce-loading--white span {
  background-color: #fff;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes internal {
  0% {
    stroke-dashoffset: 187;
  }
  25% {
    stroke-dashoffset: 80;
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(360deg);
  }
}
@keyframes external {
  0% {
    stroke-dashoffset: 312;
    transform: rotate(70deg);
  }
  60% {
    stroke-dashoffset: -312;
  }
  100% {
    stroke-dashoffset: -312;
    transform: rotate(450deg);
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "IRANYekan";
  font-size: 16px !important;
  font-weight: normal;
  color: #262626;
}

@media (max-width: 992px) {
  body.open-modal {
    position: relative;
  }
  body.open-modal:after {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}

button {
  font-family: "IRANYekan";
}

.container {
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 993px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 1321px) {
  .container {
    width: 1320px;
  }
}

[class*=col-] {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  /*max-width:767*/
  .col-xs--12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-xs--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-xs--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-xs--9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .col-xs--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-xs--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-xs--6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .col-xs--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-xs--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-xs--3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .col-xs--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xs--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  /*min-width:768*/
  .col-sm--12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-sm--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-sm--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-sm--9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .col-sm--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-sm--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-sm--6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .col-sm--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-sm--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-sm--3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .col-sm--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-sm--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
}
@media (min-width: 993px) {
  /*min-width:992px*/
  .col-md--12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-md--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-md--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-md--9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .col-md--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-md--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-md--6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .col-md--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-md--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-md--3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .col-md--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-md--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
}
@media (min-width: 1321px) {
  /*min-width:1321px*/
  .col-lg--12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-lg--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-lg--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-lg--9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .col-lg--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-lg--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-lg--6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .col-lg--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-lg--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-lg--3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .col-lg--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-lg--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

a {
  color: #1e90ff;
}

h1,
.h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2,
.h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 993px) {
  .main-container {
    min-height: calc(100vh - 353px);
  }
}

.no-scroll {
  overflow: hidden;
}

.hidden,
.hide {
  display: none !important;
}

.dis-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

@media (min-width: 993px) {
  .hide-in-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-in-phone {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-in-not-phone {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hide-in-not-desktop {
    display: none !important;
  }
}

.select2-container {
  font-size: 14px;
  font-size: 0.875rem;
}

span.select2-container .select2-selection--single {
  border: solid 1px #e6e6e6;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  height: 38px;
}
span.select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding-right: 8px;
  padding-left: 48px;
  text-align: left;
  line-height: 38px;
}
span.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}
span.select2-container .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 1px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
span.select2-container .select2-results__option {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
  direction: rtl;
}

.is-fixed {
  position: fixed !important;
}

.select2 {
  width: 100% !important;
}

.bold {
  font-weight: bold;
}

.w-100 {
  width: 100%;
}

.text-red {
  color: #ff4757;
}

.text-yellow {
  color: #ffcb05;
}

.text-blue {
  color: #1e90ff;
}

.text-gray {
  color: #262626;
}

.daterangepicker {
  border: 1px solid #e6e6e6;
  display: none;
}

.icon-star-yellow {
  color: #ffcb05;
}
.icon-star-yellow:before {
  content: "\e912";
}

.icon-half-star-yellow {
  color: #ffcb05;
}
.icon-half-star-yellow:before {
  content: "\e933";
}

.m--0 {
  margin: 0px !important;
}

.mt--0,
.my--0 {
  margin-top: 0px !important;
}

.mr--0,
.mx--0 {
  margin-right: 0px !important;
}

.mb--0,
.my--0 {
  margin-bottom: 0px !important;
}

.ml--0,
.mx--0 {
  margin-left: 0px !important;
}

.m--1 {
  margin: 8px !important;
}

.mt--1,
.my--1 {
  margin-top: 8px !important;
}

.mr--1,
.mx--1 {
  margin-right: 8px !important;
}

.mb--1,
.my--1 {
  margin-bottom: 8px !important;
}

.ml--1,
.mx--1 {
  margin-left: 8px !important;
}

.m--2 {
  margin: 16px !important;
}

.mt--2,
.my--2 {
  margin-top: 16px !important;
}

.mr--2,
.mx--2 {
  margin-right: 16px !important;
}

.mb--2,
.my--2 {
  margin-bottom: 16px !important;
}

.ml--2,
.mx--2 {
  margin-left: 16px !important;
}

.m--3 {
  margin: 24px !important;
}

.mt--3,
.my--3 {
  margin-top: 24px !important;
}

.mr--3,
.mx--3 {
  margin-right: 24px !important;
}

.mb--3,
.my--3 {
  margin-bottom: 24px !important;
}

.ml--3,
.mx--3 {
  margin-left: 24px !important;
}

.m--4 {
  margin: 32px !important;
}

.mt--4,
.my--4 {
  margin-top: 32px !important;
}

.mr--4,
.mx--4 {
  margin-right: 32px !important;
}

.mb--4,
.my--4 {
  margin-bottom: 32px !important;
}

.ml--4,
.mx--4 {
  margin-left: 32px !important;
}

.m--5 {
  margin: 40px !important;
}

.mt--5,
.my--5 {
  margin-top: 40px !important;
}

.mr--5,
.mx--5 {
  margin-right: 40px !important;
}

.mb--5,
.my--5 {
  margin-bottom: 40px !important;
}

.ml--5,
.mx--5 {
  margin-left: 40px !important;
}

.m--6 {
  margin: 48px !important;
}

.mt--6,
.my--6 {
  margin-top: 48px !important;
}

.mr--6,
.mx--6 {
  margin-right: 48px !important;
}

.mb--6,
.my--6 {
  margin-bottom: 48px !important;
}

.ml--6,
.mx--6 {
  margin-left: 48px !important;
}

.m--7 {
  margin: 56px !important;
}

.mt--7,
.my--7 {
  margin-top: 56px !important;
}

.mr--7,
.mx--7 {
  margin-right: 56px !important;
}

.mb--7,
.my--7 {
  margin-bottom: 56px !important;
}

.ml--7,
.mx--7 {
  margin-left: 56px !important;
}

.p--0 {
  padding: 0px !important;
}

.pt--0,
.py--0 {
  padding-top: 0px !important;
}

.pr--0,
.px--0 {
  padding-right: 0px !important;
}

.pb--0,
.py--0 {
  padding-bottom: 0px !important;
}

.pl--0,
.px--0 {
  padding-left: 0px !important;
}

.p--1 {
  padding: 8px !important;
}

.pt--1,
.py--1 {
  padding-top: 8px !important;
}

.pr--1,
.px--1 {
  padding-right: 8px !important;
}

.pb--1,
.py--1 {
  padding-bottom: 8px !important;
}

.pl--1,
.px--1 {
  padding-left: 8px !important;
}

.p--2 {
  padding: 16px !important;
}

.pt--2,
.py--2 {
  padding-top: 16px !important;
}

.pr--2,
.px--2 {
  padding-right: 16px !important;
}

.pb--2,
.py--2 {
  padding-bottom: 16px !important;
}

.pl--2,
.px--2 {
  padding-left: 16px !important;
}

.p--3 {
  padding: 24px !important;
}

.pt--3,
.py--3 {
  padding-top: 24px !important;
}

.pr--3,
.px--3 {
  padding-right: 24px !important;
}

.pb--3,
.py--3 {
  padding-bottom: 24px !important;
}

.pl--3,
.px--3 {
  padding-left: 24px !important;
}

.p--4 {
  padding: 32px !important;
}

.pt--4,
.py--4 {
  padding-top: 32px !important;
}

.pr--4,
.px--4 {
  padding-right: 32px !important;
}

.pb--4,
.py--4 {
  padding-bottom: 32px !important;
}

.pl--4,
.px--4 {
  padding-left: 32px !important;
}

.p--5 {
  padding: 40px !important;
}

.pt--5,
.py--5 {
  padding-top: 40px !important;
}

.pr--5,
.px--5 {
  padding-right: 40px !important;
}

.pb--5,
.py--5 {
  padding-bottom: 40px !important;
}

.pl--5,
.px--5 {
  padding-left: 40px !important;
}

.p--6 {
  padding: 48px !important;
}

.pt--6,
.py--6 {
  padding-top: 48px !important;
}

.pr--6,
.px--6 {
  padding-right: 48px !important;
}

.pb--6,
.py--6 {
  padding-bottom: 48px !important;
}

.pl--6,
.px--6 {
  padding-left: 48px !important;
}

.p--7 {
  padding: 56px !important;
}

.pt--7,
.py--7 {
  padding-top: 56px !important;
}

.pr--7,
.px--7 {
  padding-right: 56px !important;
}

.pb--7,
.py--7 {
  padding-bottom: 56px !important;
}

.pl--7,
.px--7 {
  padding-left: 56px !important;
}

.m--n1 {
  margin: -8px !important;
}

.mt--n1,
.my-n1 {
  margin-top: -8px !important;
}

.mr--n1,
.mx--n1 {
  margin-right: -8px !important;
}

.mb--n1,
.my--n1 {
  margin-bottom: -8px !important;
}

.ml--n1,
.mx--n1 {
  margin-left: -8px !important;
}

.m--n2 {
  margin: -16px !important;
}

.mt--n2,
.my-n2 {
  margin-top: -16px !important;
}

.mr--n2,
.mx--n2 {
  margin-right: -16px !important;
}

.mb--n2,
.my--n2 {
  margin-bottom: -16px !important;
}

.ml--n2,
.mx--n2 {
  margin-left: -16px !important;
}

.m--n3 {
  margin: -24px !important;
}

.mt--n3,
.my-n3 {
  margin-top: -24px !important;
}

.mr--n3,
.mx--n3 {
  margin-right: -24px !important;
}

.mb--n3,
.my--n3 {
  margin-bottom: -24px !important;
}

.ml--n3,
.mx--n3 {
  margin-left: -24px !important;
}

.m--n4 {
  margin: -32px !important;
}

.mt--n4,
.my-n4 {
  margin-top: -32px !important;
}

.mr--n4,
.mx--n4 {
  margin-right: -32px !important;
}

.mb--n4,
.my--n4 {
  margin-bottom: -32px !important;
}

.ml--n4,
.mx--n4 {
  margin-left: -32px !important;
}

.m--n5 {
  margin: -40px !important;
}

.mt--n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr--n5,
.mx--n5 {
  margin-right: -40px !important;
}

.mb--n5,
.my--n5 {
  margin-bottom: -40px !important;
}

.ml--n5,
.mx--n5 {
  margin-left: -40px !important;
}

.m--n6 {
  margin: -48px !important;
}

.mt--n6,
.my-n6 {
  margin-top: -48px !important;
}

.mr--n6,
.mx--n6 {
  margin-right: -48px !important;
}

.mb--n6,
.my--n6 {
  margin-bottom: -48px !important;
}

.ml--n6,
.mx--n6 {
  margin-left: -48px !important;
}

.m--n7 {
  margin: -56px !important;
}

.mt--n7,
.my-n7 {
  margin-top: -56px !important;
}

.mr--n7,
.mx--n7 {
  margin-right: -56px !important;
}

.mb--n7,
.my--n7 {
  margin-bottom: -56px !important;
}

.ml--n7,
.mx--n7 {
  margin-left: -56px !important;
}

.m--auto {
  margin: auto !important;
}

.mt--auto,
.my--auto {
  margin-top: auto !important;
}

.mr--auto,
.mx--auto {
  margin-right: auto !important;
}

.mb--auto,
.my--auto {
  margin-bottom: auto !important;
}

.ml--auto,
.mx--auto {
  margin-left: auto !important;
}

@media (min-width: 769px) {
  .m-sm--0 {
    margin: 0px !important;
  }
  .mt-sm--0,
  .my-sm--0 {
    margin-top: 0px !important;
  }
  .mr-sm--0,
  .mx-sm--0 {
    margin-right: 0px !important;
  }
  .mb-sm--0,
  .my-sm--0 {
    margin-bottom: 0px !important;
  }
  .ml-sm--0,
  .mx-sm--0 {
    margin-left: 0px !important;
  }
  .m-sm--1 {
    margin: 8px !important;
  }
  .mt-sm--1,
  .my-sm--1 {
    margin-top: 8px !important;
  }
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: 8px !important;
  }
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: 8px !important;
  }
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: 8px !important;
  }
  .m-sm--2 {
    margin: 16px !important;
  }
  .mt-sm--2,
  .my-sm--2 {
    margin-top: 16px !important;
  }
  .mr-sm--2,
  .mx-sm--2 {
    margin-right: 16px !important;
  }
  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: 16px !important;
  }
  .ml-sm--2,
  .mx-sm--2 {
    margin-left: 16px !important;
  }
  .m-sm--3 {
    margin: 24px !important;
  }
  .mt-sm--3,
  .my-sm--3 {
    margin-top: 24px !important;
  }
  .mr-sm--3,
  .mx-sm--3 {
    margin-right: 24px !important;
  }
  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: 24px !important;
  }
  .ml-sm--3,
  .mx-sm--3 {
    margin-left: 24px !important;
  }
  .m-sm--4 {
    margin: 32px !important;
  }
  .mt-sm--4,
  .my-sm--4 {
    margin-top: 32px !important;
  }
  .mr-sm--4,
  .mx-sm--4 {
    margin-right: 32px !important;
  }
  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: 32px !important;
  }
  .ml-sm--4,
  .mx-sm--4 {
    margin-left: 32px !important;
  }
  .m-sm--5 {
    margin: 40px !important;
  }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: 40px !important;
  }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: 40px !important;
  }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: 40px !important;
  }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: 40px !important;
  }
  .m-sm--6 {
    margin: 48px !important;
  }
  .mt-sm--6,
  .my-sm--6 {
    margin-top: 48px !important;
  }
  .mr-sm--6,
  .mx-sm--6 {
    margin-right: 48px !important;
  }
  .mb-sm--6,
  .my-sm--6 {
    margin-bottom: 48px !important;
  }
  .ml-sm--6,
  .mx-sm--6 {
    margin-left: 48px !important;
  }
  .m-sm--7 {
    margin: 56px !important;
  }
  .mt-sm--7,
  .my-sm--7 {
    margin-top: 56px !important;
  }
  .mr-sm--7,
  .mx-sm--7 {
    margin-right: 56px !important;
  }
  .mb-sm--7,
  .my-sm--7 {
    margin-bottom: 56px !important;
  }
  .ml-sm--7,
  .mx-sm--7 {
    margin-left: 56px !important;
  }
  .p-sm--0 {
    padding: 0px !important;
  }
  .pt-sm--0,
  .py-sm--0 {
    padding-top: 0px !important;
  }
  .pr-sm--0,
  .px-sm--0 {
    padding-right: 0px !important;
  }
  .pb-sm--0,
  .py-sm--0 {
    padding-bottom: 0px !important;
  }
  .pl-sm--0,
  .px-sm--0 {
    padding-left: 0px !important;
  }
  .p-sm--1 {
    padding: 8px !important;
  }
  .pt-sm--1,
  .py-sm--1 {
    padding-top: 8px !important;
  }
  .pr-sm--1,
  .px-sm--1 {
    padding-right: 8px !important;
  }
  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: 8px !important;
  }
  .pl-sm--1,
  .px-sm--1 {
    padding-left: 8px !important;
  }
  .p-sm--2 {
    padding: 16px !important;
  }
  .pt-sm--2,
  .py-sm--2 {
    padding-top: 16px !important;
  }
  .pr-sm--2,
  .px-sm--2 {
    padding-right: 16px !important;
  }
  .pb-sm--2,
  .py-sm--2 {
    padding-bottom: 16px !important;
  }
  .pl-sm--2,
  .px-sm--2 {
    padding-left: 16px !important;
  }
  .p-sm--3 {
    padding: 24px !important;
  }
  .pt-sm--3,
  .py-sm--3 {
    padding-top: 24px !important;
  }
  .pr-sm--3,
  .px-sm--3 {
    padding-right: 24px !important;
  }
  .pb-sm--3,
  .py-sm--3 {
    padding-bottom: 24px !important;
  }
  .pl-sm--3,
  .px-sm--3 {
    padding-left: 24px !important;
  }
  .p-sm--4 {
    padding: 32px !important;
  }
  .pt-sm--4,
  .py-sm--4 {
    padding-top: 32px !important;
  }
  .pr-sm--4,
  .px-sm--4 {
    padding-right: 32px !important;
  }
  .pb-sm--4,
  .py-sm--4 {
    padding-bottom: 32px !important;
  }
  .pl-sm--4,
  .px-sm--4 {
    padding-left: 32px !important;
  }
  .p-sm--5 {
    padding: 40px !important;
  }
  .pt-sm--5,
  .py-sm--5 {
    padding-top: 40px !important;
  }
  .pr-sm--5,
  .px-sm--5 {
    padding-right: 40px !important;
  }
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: 40px !important;
  }
  .pl-sm--5,
  .px-sm--5 {
    padding-left: 40px !important;
  }
  .p-sm--6 {
    padding: 48px !important;
  }
  .pt-sm--6,
  .py-sm--6 {
    padding-top: 48px !important;
  }
  .pr-sm--6,
  .px-sm--6 {
    padding-right: 48px !important;
  }
  .pb-sm--6,
  .py-sm--6 {
    padding-bottom: 48px !important;
  }
  .pl-sm--6,
  .px-sm--6 {
    padding-left: 48px !important;
  }
  .p-sm--7 {
    padding: 56px !important;
  }
  .pt-sm--7,
  .py-sm--7 {
    padding-top: 56px !important;
  }
  .pr-sm--7,
  .px-sm--7 {
    padding-right: 56px !important;
  }
  .pb-sm--7,
  .py-sm--7 {
    padding-bottom: 56px !important;
  }
  .pl-sm--7,
  .px-sm--7 {
    padding-left: 56px !important;
  }
  .m-sm--n1 {
    margin: -8px !important;
  }
  .mt-sm--n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm--n1,
  .mx-sm--n1 {
    margin-right: -8px !important;
  }
  .mb-sm--n1,
  .my-sm--n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm--n1,
  .mx-sm--n1 {
    margin-left: -8px !important;
  }
  .m-sm--n2 {
    margin: -16px !important;
  }
  .mt-sm--n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm--n2,
  .mx-sm--n2 {
    margin-right: -16px !important;
  }
  .mb-sm--n2,
  .my-sm--n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm--n2,
  .mx-sm--n2 {
    margin-left: -16px !important;
  }
  .m-sm--n3 {
    margin: -24px !important;
  }
  .mt-sm--n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm--n3,
  .mx-sm--n3 {
    margin-right: -24px !important;
  }
  .mb-sm--n3,
  .my-sm--n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm--n3,
  .mx-sm--n3 {
    margin-left: -24px !important;
  }
  .m-sm--n4 {
    margin: -32px !important;
  }
  .mt-sm--n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm--n4,
  .mx-sm--n4 {
    margin-right: -32px !important;
  }
  .mb-sm--n4,
  .my-sm--n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm--n4,
  .mx-sm--n4 {
    margin-left: -32px !important;
  }
  .m-sm--n5 {
    margin: -40px !important;
  }
  .mt-sm--n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm--n5,
  .mx-sm--n5 {
    margin-right: -40px !important;
  }
  .mb-sm--n5,
  .my-sm--n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm--n5,
  .mx-sm--n5 {
    margin-left: -40px !important;
  }
  .m-sm--n6 {
    margin: -48px !important;
  }
  .mt-sm--n6,
  .my-sm-n6 {
    margin-top: -48px !important;
  }
  .mr-sm--n6,
  .mx-sm--n6 {
    margin-right: -48px !important;
  }
  .mb-sm--n6,
  .my-sm--n6 {
    margin-bottom: -48px !important;
  }
  .ml-sm--n6,
  .mx-sm--n6 {
    margin-left: -48px !important;
  }
  .m-sm--n7 {
    margin: -56px !important;
  }
  .mt-sm--n7,
  .my-sm-n7 {
    margin-top: -56px !important;
  }
  .mr-sm--n7,
  .mx-sm--n7 {
    margin-right: -56px !important;
  }
  .mb-sm--n7,
  .my-sm--n7 {
    margin-bottom: -56px !important;
  }
  .ml-sm--n7,
  .mx-sm--n7 {
    margin-left: -56px !important;
  }
  .m-sm--auto {
    margin: auto !important;
  }
  .mt-sm--auto,
  .my-sm--auto {
    margin-top: auto !important;
  }
  .mr-sm--auto,
  .mx-sm--auto {
    margin-right: auto !important;
  }
  .mb-sm--auto,
  .my-sm--auto {
    margin-bottom: auto !important;
  }
  .ml-sm--auto,
  .mx-sm--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 993px) {
  .m-md--0 {
    margin: 0px !important;
  }
  .mt-md--0,
  .my-md--0 {
    margin-top: 0px !important;
  }
  .mr-md--0,
  .mx-md--0 {
    margin-right: 0px !important;
  }
  .mb-md--0,
  .my-md--0 {
    margin-bottom: 0px !important;
  }
  .ml-md--0,
  .mx-md--0 {
    margin-left: 0px !important;
  }
  .m-md--1 {
    margin: 8px !important;
  }
  .mt-md--1,
  .my-md--1 {
    margin-top: 8px !important;
  }
  .mr-md--1,
  .mx-md--1 {
    margin-right: 8px !important;
  }
  .mb-md--1,
  .my-md--1 {
    margin-bottom: 8px !important;
  }
  .ml-md--1,
  .mx-md--1 {
    margin-left: 8px !important;
  }
  .m-md--2 {
    margin: 16px !important;
  }
  .mt-md--2,
  .my-md--2 {
    margin-top: 16px !important;
  }
  .mr-md--2,
  .mx-md--2 {
    margin-right: 16px !important;
  }
  .mb-md--2,
  .my-md--2 {
    margin-bottom: 16px !important;
  }
  .ml-md--2,
  .mx-md--2 {
    margin-left: 16px !important;
  }
  .m-md--3 {
    margin: 24px !important;
  }
  .mt-md--3,
  .my-md--3 {
    margin-top: 24px !important;
  }
  .mr-md--3,
  .mx-md--3 {
    margin-right: 24px !important;
  }
  .mb-md--3,
  .my-md--3 {
    margin-bottom: 24px !important;
  }
  .ml-md--3,
  .mx-md--3 {
    margin-left: 24px !important;
  }
  .m-md--4 {
    margin: 32px !important;
  }
  .mt-md--4,
  .my-md--4 {
    margin-top: 32px !important;
  }
  .mr-md--4,
  .mx-md--4 {
    margin-right: 32px !important;
  }
  .mb-md--4,
  .my-md--4 {
    margin-bottom: 32px !important;
  }
  .ml-md--4,
  .mx-md--4 {
    margin-left: 32px !important;
  }
  .m-md--5 {
    margin: 40px !important;
  }
  .mt-md--5,
  .my-md--5 {
    margin-top: 40px !important;
  }
  .mr-md--5,
  .mx-md--5 {
    margin-right: 40px !important;
  }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: 40px !important;
  }
  .ml-md--5,
  .mx-md--5 {
    margin-left: 40px !important;
  }
  .m-md--6 {
    margin: 48px !important;
  }
  .mt-md--6,
  .my-md--6 {
    margin-top: 48px !important;
  }
  .mr-md--6,
  .mx-md--6 {
    margin-right: 48px !important;
  }
  .mb-md--6,
  .my-md--6 {
    margin-bottom: 48px !important;
  }
  .ml-md--6,
  .mx-md--6 {
    margin-left: 48px !important;
  }
  .m-md--7 {
    margin: 56px !important;
  }
  .mt-md--7,
  .my-md--7 {
    margin-top: 56px !important;
  }
  .mr-md--7,
  .mx-md--7 {
    margin-right: 56px !important;
  }
  .mb-md--7,
  .my-md--7 {
    margin-bottom: 56px !important;
  }
  .ml-md--7,
  .mx-md--7 {
    margin-left: 56px !important;
  }
  .p-md--0 {
    padding: 0px !important;
  }
  .pt-md--0,
  .py-md--0 {
    padding-top: 0px !important;
  }
  .pr-md--0,
  .px-md--0 {
    padding-right: 0px !important;
  }
  .pb-md--0,
  .py-md--0 {
    padding-bottom: 0px !important;
  }
  .pl-md--0,
  .px-md--0 {
    padding-left: 0px !important;
  }
  .p-md--1 {
    padding: 8px !important;
  }
  .pt-md--1,
  .py-md--1 {
    padding-top: 8px !important;
  }
  .pr-md--1,
  .px-md--1 {
    padding-right: 8px !important;
  }
  .pb-md--1,
  .py-md--1 {
    padding-bottom: 8px !important;
  }
  .pl-md--1,
  .px-md--1 {
    padding-left: 8px !important;
  }
  .p-md--2 {
    padding: 16px !important;
  }
  .pt-md--2,
  .py-md--2 {
    padding-top: 16px !important;
  }
  .pr-md--2,
  .px-md--2 {
    padding-right: 16px !important;
  }
  .pb-md--2,
  .py-md--2 {
    padding-bottom: 16px !important;
  }
  .pl-md--2,
  .px-md--2 {
    padding-left: 16px !important;
  }
  .p-md--3 {
    padding: 24px !important;
  }
  .pt-md--3,
  .py-md--3 {
    padding-top: 24px !important;
  }
  .pr-md--3,
  .px-md--3 {
    padding-right: 24px !important;
  }
  .pb-md--3,
  .py-md--3 {
    padding-bottom: 24px !important;
  }
  .pl-md--3,
  .px-md--3 {
    padding-left: 24px !important;
  }
  .p-md--4 {
    padding: 32px !important;
  }
  .pt-md--4,
  .py-md--4 {
    padding-top: 32px !important;
  }
  .pr-md--4,
  .px-md--4 {
    padding-right: 32px !important;
  }
  .pb-md--4,
  .py-md--4 {
    padding-bottom: 32px !important;
  }
  .pl-md--4,
  .px-md--4 {
    padding-left: 32px !important;
  }
  .p-md--5 {
    padding: 40px !important;
  }
  .pt-md--5,
  .py-md--5 {
    padding-top: 40px !important;
  }
  .pr-md--5,
  .px-md--5 {
    padding-right: 40px !important;
  }
  .pb-md--5,
  .py-md--5 {
    padding-bottom: 40px !important;
  }
  .pl-md--5,
  .px-md--5 {
    padding-left: 40px !important;
  }
  .p-md--6 {
    padding: 48px !important;
  }
  .pt-md--6,
  .py-md--6 {
    padding-top: 48px !important;
  }
  .pr-md--6,
  .px-md--6 {
    padding-right: 48px !important;
  }
  .pb-md--6,
  .py-md--6 {
    padding-bottom: 48px !important;
  }
  .pl-md--6,
  .px-md--6 {
    padding-left: 48px !important;
  }
  .p-md--7 {
    padding: 56px !important;
  }
  .pt-md--7,
  .py-md--7 {
    padding-top: 56px !important;
  }
  .pr-md--7,
  .px-md--7 {
    padding-right: 56px !important;
  }
  .pb-md--7,
  .py-md--7 {
    padding-bottom: 56px !important;
  }
  .pl-md--7,
  .px-md--7 {
    padding-left: 56px !important;
  }
  .m-md--n1 {
    margin: -8px !important;
  }
  .mt-md--n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md--n1,
  .mx-md--n1 {
    margin-right: -8px !important;
  }
  .mb-md--n1,
  .my-md--n1 {
    margin-bottom: -8px !important;
  }
  .ml-md--n1,
  .mx-md--n1 {
    margin-left: -8px !important;
  }
  .m-md--n2 {
    margin: -16px !important;
  }
  .mt-md--n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md--n2,
  .mx-md--n2 {
    margin-right: -16px !important;
  }
  .mb-md--n2,
  .my-md--n2 {
    margin-bottom: -16px !important;
  }
  .ml-md--n2,
  .mx-md--n2 {
    margin-left: -16px !important;
  }
  .m-md--n3 {
    margin: -24px !important;
  }
  .mt-md--n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md--n3,
  .mx-md--n3 {
    margin-right: -24px !important;
  }
  .mb-md--n3,
  .my-md--n3 {
    margin-bottom: -24px !important;
  }
  .ml-md--n3,
  .mx-md--n3 {
    margin-left: -24px !important;
  }
  .m-md--n4 {
    margin: -32px !important;
  }
  .mt-md--n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md--n4,
  .mx-md--n4 {
    margin-right: -32px !important;
  }
  .mb-md--n4,
  .my-md--n4 {
    margin-bottom: -32px !important;
  }
  .ml-md--n4,
  .mx-md--n4 {
    margin-left: -32px !important;
  }
  .m-md--n5 {
    margin: -40px !important;
  }
  .mt-md--n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md--n5,
  .mx-md--n5 {
    margin-right: -40px !important;
  }
  .mb-md--n5,
  .my-md--n5 {
    margin-bottom: -40px !important;
  }
  .ml-md--n5,
  .mx-md--n5 {
    margin-left: -40px !important;
  }
  .m-md--n6 {
    margin: -48px !important;
  }
  .mt-md--n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md--n6,
  .mx-md--n6 {
    margin-right: -48px !important;
  }
  .mb-md--n6,
  .my-md--n6 {
    margin-bottom: -48px !important;
  }
  .ml-md--n6,
  .mx-md--n6 {
    margin-left: -48px !important;
  }
  .m-md--n7 {
    margin: -56px !important;
  }
  .mt-md--n7,
  .my-md-n7 {
    margin-top: -56px !important;
  }
  .mr-md--n7,
  .mx-md--n7 {
    margin-right: -56px !important;
  }
  .mb-md--n7,
  .my-md--n7 {
    margin-bottom: -56px !important;
  }
  .ml-md--n7,
  .mx-md--n7 {
    margin-left: -56px !important;
  }
  .m-md--auto {
    margin: auto !important;
  }
  .mt-md--auto,
  .my-md--auto {
    margin-top: auto !important;
  }
  .mr-md--auto,
  .mx-md--auto {
    margin-right: auto !important;
  }
  .mb-md--auto,
  .my-md--auto {
    margin-bottom: auto !important;
  }
  .ml-md--auto,
  .mx-md--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1321px) {
  .m-lg--0 {
    margin: 0px !important;
  }
  .mt-lg--0,
  .my-lg--0 {
    margin-top: 0px !important;
  }
  .mr-lg--0,
  .mx-lg--0 {
    margin-right: 0px !important;
  }
  .mb-lg--0,
  .my-lg--0 {
    margin-bottom: 0px !important;
  }
  .ml-lg--0,
  .mx-lg--0 {
    margin-left: 0px !important;
  }
  .m-lg--1 {
    margin: 8px !important;
  }
  .mt-lg--1,
  .my-lg--1 {
    margin-top: 8px !important;
  }
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: 8px !important;
  }
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: 8px !important;
  }
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: 8px !important;
  }
  .m-lg--2 {
    margin: 16px !important;
  }
  .mt-lg--2,
  .my-lg--2 {
    margin-top: 16px !important;
  }
  .mr-lg--2,
  .mx-lg--2 {
    margin-right: 16px !important;
  }
  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: 16px !important;
  }
  .ml-lg--2,
  .mx-lg--2 {
    margin-left: 16px !important;
  }
  .m-lg--3 {
    margin: 24px !important;
  }
  .mt-lg--3,
  .my-lg--3 {
    margin-top: 24px !important;
  }
  .mr-lg--3,
  .mx-lg--3 {
    margin-right: 24px !important;
  }
  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: 24px !important;
  }
  .ml-lg--3,
  .mx-lg--3 {
    margin-left: 24px !important;
  }
  .m-lg--4 {
    margin: 32px !important;
  }
  .mt-lg--4,
  .my-lg--4 {
    margin-top: 32px !important;
  }
  .mr-lg--4,
  .mx-lg--4 {
    margin-right: 32px !important;
  }
  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: 32px !important;
  }
  .ml-lg--4,
  .mx-lg--4 {
    margin-left: 32px !important;
  }
  .m-lg--5 {
    margin: 40px !important;
  }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: 40px !important;
  }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: 40px !important;
  }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: 40px !important;
  }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: 40px !important;
  }
  .m-lg--6 {
    margin: 48px !important;
  }
  .mt-lg--6,
  .my-lg--6 {
    margin-top: 48px !important;
  }
  .mr-lg--6,
  .mx-lg--6 {
    margin-right: 48px !important;
  }
  .mb-lg--6,
  .my-lg--6 {
    margin-bottom: 48px !important;
  }
  .ml-lg--6,
  .mx-lg--6 {
    margin-left: 48px !important;
  }
  .m-lg--7 {
    margin: 56px !important;
  }
  .mt-lg--7,
  .my-lg--7 {
    margin-top: 56px !important;
  }
  .mr-lg--7,
  .mx-lg--7 {
    margin-right: 56px !important;
  }
  .mb-lg--7,
  .my-lg--7 {
    margin-bottom: 56px !important;
  }
  .ml-lg--7,
  .mx-lg--7 {
    margin-left: 56px !important;
  }
  .p-lg--0 {
    padding: 0px !important;
  }
  .pt-lg--0,
  .py-lg--0 {
    padding-top: 0px !important;
  }
  .pr-lg--0,
  .px-lg--0 {
    padding-right: 0px !important;
  }
  .pb-lg--0,
  .py-lg--0 {
    padding-bottom: 0px !important;
  }
  .pl-lg--0,
  .px-lg--0 {
    padding-left: 0px !important;
  }
  .p-lg--1 {
    padding: 8px !important;
  }
  .pt-lg--1,
  .py-lg--1 {
    padding-top: 8px !important;
  }
  .pr-lg--1,
  .px-lg--1 {
    padding-right: 8px !important;
  }
  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: 8px !important;
  }
  .pl-lg--1,
  .px-lg--1 {
    padding-left: 8px !important;
  }
  .p-lg--2 {
    padding: 16px !important;
  }
  .pt-lg--2,
  .py-lg--2 {
    padding-top: 16px !important;
  }
  .pr-lg--2,
  .px-lg--2 {
    padding-right: 16px !important;
  }
  .pb-lg--2,
  .py-lg--2 {
    padding-bottom: 16px !important;
  }
  .pl-lg--2,
  .px-lg--2 {
    padding-left: 16px !important;
  }
  .p-lg--3 {
    padding: 24px !important;
  }
  .pt-lg--3,
  .py-lg--3 {
    padding-top: 24px !important;
  }
  .pr-lg--3,
  .px-lg--3 {
    padding-right: 24px !important;
  }
  .pb-lg--3,
  .py-lg--3 {
    padding-bottom: 24px !important;
  }
  .pl-lg--3,
  .px-lg--3 {
    padding-left: 24px !important;
  }
  .p-lg--4 {
    padding: 32px !important;
  }
  .pt-lg--4,
  .py-lg--4 {
    padding-top: 32px !important;
  }
  .pr-lg--4,
  .px-lg--4 {
    padding-right: 32px !important;
  }
  .pb-lg--4,
  .py-lg--4 {
    padding-bottom: 32px !important;
  }
  .pl-lg--4,
  .px-lg--4 {
    padding-left: 32px !important;
  }
  .p-lg--5 {
    padding: 40px !important;
  }
  .pt-lg--5,
  .py-lg--5 {
    padding-top: 40px !important;
  }
  .pr-lg--5,
  .px-lg--5 {
    padding-right: 40px !important;
  }
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: 40px !important;
  }
  .pl-lg--5,
  .px-lg--5 {
    padding-left: 40px !important;
  }
  .p-lg--6 {
    padding: 48px !important;
  }
  .pt-lg--6,
  .py-lg--6 {
    padding-top: 48px !important;
  }
  .pr-lg--6,
  .px-lg--6 {
    padding-right: 48px !important;
  }
  .pb-lg--6,
  .py-lg--6 {
    padding-bottom: 48px !important;
  }
  .pl-lg--6,
  .px-lg--6 {
    padding-left: 48px !important;
  }
  .p-lg--7 {
    padding: 56px !important;
  }
  .pt-lg--7,
  .py-lg--7 {
    padding-top: 56px !important;
  }
  .pr-lg--7,
  .px-lg--7 {
    padding-right: 56px !important;
  }
  .pb-lg--7,
  .py-lg--7 {
    padding-bottom: 56px !important;
  }
  .pl-lg--7,
  .px-lg--7 {
    padding-left: 56px !important;
  }
  .m-lg--n1 {
    margin: -8px !important;
  }
  .mt-lg--n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg--n1,
  .mx-lg--n1 {
    margin-right: -8px !important;
  }
  .mb-lg--n1,
  .my-lg--n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg--n1,
  .mx-lg--n1 {
    margin-left: -8px !important;
  }
  .m-lg--n2 {
    margin: -16px !important;
  }
  .mt-lg--n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg--n2,
  .mx-lg--n2 {
    margin-right: -16px !important;
  }
  .mb-lg--n2,
  .my-lg--n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg--n2,
  .mx-lg--n2 {
    margin-left: -16px !important;
  }
  .m-lg--n3 {
    margin: -24px !important;
  }
  .mt-lg--n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg--n3,
  .mx-lg--n3 {
    margin-right: -24px !important;
  }
  .mb-lg--n3,
  .my-lg--n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg--n3,
  .mx-lg--n3 {
    margin-left: -24px !important;
  }
  .m-lg--n4 {
    margin: -32px !important;
  }
  .mt-lg--n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg--n4,
  .mx-lg--n4 {
    margin-right: -32px !important;
  }
  .mb-lg--n4,
  .my-lg--n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg--n4,
  .mx-lg--n4 {
    margin-left: -32px !important;
  }
  .m-lg--n5 {
    margin: -40px !important;
  }
  .mt-lg--n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg--n5,
  .mx-lg--n5 {
    margin-right: -40px !important;
  }
  .mb-lg--n5,
  .my-lg--n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg--n5,
  .mx-lg--n5 {
    margin-left: -40px !important;
  }
  .m-lg--n6 {
    margin: -48px !important;
  }
  .mt-lg--n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg--n6,
  .mx-lg--n6 {
    margin-right: -48px !important;
  }
  .mb-lg--n6,
  .my-lg--n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg--n6,
  .mx-lg--n6 {
    margin-left: -48px !important;
  }
  .m-lg--n7 {
    margin: -56px !important;
  }
  .mt-lg--n7,
  .my-lg-n7 {
    margin-top: -56px !important;
  }
  .mr-lg--n7,
  .mx-lg--n7 {
    margin-right: -56px !important;
  }
  .mb-lg--n7,
  .my-lg--n7 {
    margin-bottom: -56px !important;
  }
  .ml-lg--n7,
  .mx-lg--n7 {
    margin-left: -56px !important;
  }
  .m-lg--auto {
    margin: auto !important;
  }
  .mt-lg--auto,
  .my-lg--auto {
    margin-top: auto !important;
  }
  .mr-lg--auto,
  .mx-lg--auto {
    margin-right: auto !important;
  }
  .mb-lg--auto,
  .my-lg--auto {
    margin-bottom: auto !important;
  }
  .ml-lg--auto,
  .mx-lg--auto {
    margin-left: auto !important;
  }
}
.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  margin: 0 9px;
}

.arrow.down {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.up {
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.arrow.left {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow.right {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[data-notify] {
  max-width: 450px;
  left: 10px !important;
  right: auto !important;
}

.range-slider .slider.slider-horizontal {
  width: 100% !important;
}
.range-slider .slider-handle {
  background: #ff4757;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
}
.range-slider .slider-selection {
  background: #e6e6e6;
}
.range-slider .slider-track {
  height: 2px !important;
  margin: 0 !important;
  top: 0 !important;
}

.line {
  border-top: 1px solid #eeeeee;
  border-top: none;
}

.owl-carousel {
  visibility: hidden;
}

.owl-carousel.owl-loaded {
  visibility: visible;
}

input[type=email].input-email, input[type=number].input-number,
input[type=email].input-number, input[type=number].input-email,
input[type=text].input-email, input[type=text].input-number {
  text-align: left;
  font-family: "IRANYekan-enNum";
  direction: ltr;
}
input[type=email].input-email::-webkit-input-placeholder, input[type=number].input-number::-webkit-input-placeholder,
input[type=email].input-number::-webkit-input-placeholder, input[type=number].input-email::-webkit-input-placeholder,
input[type=text].input-email::-webkit-input-placeholder, input[type=text].input-number::-webkit-input-placeholder {
  text-align: right;
}
input[type=email].input-email:-moz-placeholder, input[type=number].input-number:-moz-placeholder,
input[type=email].input-number:-moz-placeholder, input[type=number].input-email:-moz-placeholder,
input[type=text].input-email:-moz-placeholder, input[type=text].input-number:-moz-placeholder {
  text-align: right;
}
input[type=email].input-email::-moz-placeholder, input[type=number].input-number::-moz-placeholder,
input[type=email].input-number::-moz-placeholder, input[type=number].input-email::-moz-placeholder,
input[type=text].input-email::-moz-placeholder, input[type=text].input-number::-moz-placeholder {
  text-align: right;
}
input[type=email].input-email:-ms-input-placeholder, input[type=number].input-number:-ms-input-placeholder,
input[type=email].input-number:-ms-input-placeholder, input[type=number].input-email:-ms-input-placeholder,
input[type=text].input-email:-ms-input-placeholder, input[type=text].input-number:-ms-input-placeholder {
  text-align: right;
}

hr {
  border-top: 1px solid #eeeeee;
  border-bottom: none;
}

.tour-offer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #ff4757;
  color: #fff;
  font-size: 13px;
  line-height: 1.62;
}

.c-modal-login .modal-login .modal__wrapper {
  width: 424px;
  max-width: 100%;
}
.c-modal-login .modal-login .modal__header {
  border-bottom: none;
  margin: 0;
  padding: 0;
  height: 74px;
}
.c-modal-login .modal-login .modal__header button {
  right: 0;
  top: 16px;
  position: absolute;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 992px) {
  .c-modal-login .modal-login .modal__header button {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.c-modal-login .modal-login .modal__header button i {
  color: #999999;
  font-size: 24px;
  font-size: 1.5rem;
}
.c-modal-login .modal-login .modal__header label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.c-modal-login .modal-login .modal__body {
  padding: 0;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.c-modal-login .modal-login .tab__tabs {
  height: auto;
  margin: 0;
  background-color: #eeeeee;
}
.c-modal-login .modal-login .tab__tabs li {
  background-color: transparent;
}
.c-modal-login .modal-login .tab__tabs li:after {
  content: unset;
}
.c-modal-login .modal-login .tab__tabs li a {
  color: #999999;
  border-bottom: none;
  padding: 16px 0;
  font-weight: 600;
}
.c-modal-login .modal-login .tab__tabs li.active {
  background-color: #fff;
}
.c-modal-login .modal-login .tab__tabs li.active a {
  color: #262626;
}
.c-modal-login .modal-login .tab__content {
  background-position: bottom;
  position: relative;
}
.c-modal-login .modal-login .tab__content:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.c-modal-login .modal-login .tab__content > div {
  position: relative;
  z-index: 1;
  padding: 24px 24px 0;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-modal-login .modal-login .tab__content > div {
    padding: 24px 16px 0;
  }
}
.c-modal-login .modal-login .tab__content input[type=text] {
  height: 40px;
}
.c-modal-login .modal-login .modal__content {
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.c-modal-login .modal-login .modal-login__title {
  text-align: center;
  padding: 50px 0 30px;
}
.c-modal-login .modal-login .modal-login__title label {
  font-size: 16px;
  font-size: 1rem;
}

.c-sign-up .sign-up {
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-sign-up .sign-up.show-modal.fade {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up.show-modal.fade {
    padding: 0;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.c-sign-up .sign-up .sign-up__submit {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.c-sign-up .sign-up .sign-up__submit.disable > span:first-child {
  display: none;
}
.c-sign-up .sign-up .sign-up__submit.disable > span:last-child {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-sign-up .sign-up .sign-up__submit > span:last-child {
  display: none;
}
.c-sign-up .sign-up .sign-up__item-title {
  margin-bottom: 56px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: var(--gray-1);
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .sign-up__item-title {
    margin-bottom: 32px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.69;
  }
}
.c-sign-up .sign-up .sign-up__item-title button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin-right: auto;
  color: var(--gray-9);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 993px) {
  .c-sign-up .sign-up .sign-up__item-title--mb-4 {
    margin-bottom: 32px;
  }
}
.c-sign-up .sign-up .sign-up__input-wrapper {
  margin-bottom: 24px;
}
.c-sign-up .sign-up .sign-up__input-title {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: var(--gray-4);
}
.c-sign-up .sign-up .sign-up__input {
  margin-bottom: 24px;
  position: relative;
}
.c-sign-up .sign-up .sign-up__input label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: #999999;
  display: block;
  margin-bottom: 4px;
}
.c-sign-up .sign-up .sign-up__input input {
  direction: ltr;
}
.c-sign-up .sign-up .sign-up__input input::-webkit-input-placeholder {
  text-align: right;
  direction: rtl;
}
.c-sign-up .sign-up .sign-up__input input:-moz-placeholder {
  text-align: right;
  direction: rtl;
}
.c-sign-up .sign-up .sign-up__input input::-moz-placeholder {
  text-align: right;
  direction: rtl;
}
.c-sign-up .sign-up .sign-up__input input:-ms-input-placeholder {
  text-align: right;
  direction: rtl;
}
.c-sign-up .sign-up .sign-up__input .form-validation {
  margin-bottom: 8px;
}
.c-sign-up .sign-up .sign-up__input-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #e6e6e6;
  width: 100%;
  height: 40px;
}
.c-sign-up .sign-up .sign-up__input-inner input {
  width: calc(100% - 115px);
  height: 100%;
  border: none;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
}
.c-sign-up .sign-up .sign-up__input-inner span {
  width: 115px;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  color: #1e90ff;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-sign-up .sign-up .sign-up__input-inner span::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 25px;
  background-color: #e6e6e6;
}
.c-sign-up .sign-up .sign-up__divider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 24px 0;
  position: relative;
}
.c-sign-up .sign-up .sign-up__divider::after {
  content: "";
  background-color: var(--gray-19);
  position: absolute;
  right: 0;
  height: 0;
  width: 100%;
  height: 1px;
}
.c-sign-up .sign-up .sign-up__divider span {
  width: 45px;
  height: 25px;
  background-color: #fff;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  z-index: 1;
}
.c-sign-up .sign-up .sign-up__back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 auto;
  cursor: pointer;
  color: #999999;
  border: none;
  background: none;
  padding: 0;
}
.c-sign-up .sign-up .sign-up__back i {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 8px;
}
.c-sign-up .sign-up .sign-up__description {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
.c-sign-up .sign-up .sign-up__description.show {
  display: block;
}
.c-sign-up .sign-up .sign-up__description--gray {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: #999999;
}
.c-sign-up .sign-up .sign-up__description--gray span {
  margin-left: 4px;
  display: inline-block;
  width: 45px;
  direction: ltr;
}
.c-sign-up .sign-up .sign-up__re-send {
  display: block;
  margin: 0 auto 24px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: #1e90ff;
  width: 85px;
  cursor: pointer;
  text-align: center;
}
.c-sign-up .sign-up .sign-up__re-send.de-active {
  display: none;
}
.c-sign-up .sign-up .sign-up__message {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .sign-up__message {
    margin-bottom: 32px;
  }
}
.c-sign-up .sign-up .sign-up__message img {
  width: 80px;
  height: 80px;
  margin: 0 auto 40px;
}
.c-sign-up .sign-up .sign-up__message p {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--gray-1);
}
.c-sign-up .sign-up .modal__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .modal__wrapper {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.c-sign-up .sign-up .modal__content {
  width: 428px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .modal__content {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    width: 100%;
  }
}
.c-sign-up .sign-up .modal__header {
  padding: 16px 16px 0;
  border: none;
  margin: 0;
}
.c-sign-up .sign-up .modal__header button {
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: auto;
  color: var(--gray-9);
}
.c-sign-up .sign-up .modal__header button i {
  color: inherit;
}
.c-sign-up .sign-up .modal__body {
  padding: 12px 32px 32px;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .modal__body {
    padding: 24px 16px;
    max-height: calc(100% - 200px);
    height: initial;
  }
}
.c-sign-up .sign-up .alert {
  margin-top: 16px;
}

.c-nav-bar .nav-bar {
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  direction: rtl;
  height: 100%;
  width: calc(100% - 460px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media (min-width: 1321px) {
  .c-nav-bar .nav-bar {
    position: absolute;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-nav-bar .nav-bar {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar {
    width: 65%;
    position: fixed;
    left: -40px;
    right: -16px;
    top: 56px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    margin: 0;
    height: calc(100% - 48px);
  }
}
.c-nav-bar .nav-bar.is-sticky .nav-bar__logo {
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/eavar-logo-red.svg);
}
.c-nav-bar .nav-bar.is-sticky .nav-bar__menu > li:hover .nav-bar__sub-menu:after {
  background-color: #ff4757;
}
.c-nav-bar .nav-bar.is-sticky .nav-bar__menu > li a.nav-bar__menu-item {
  color: #262626;
}
.c-nav-bar .nav-bar.is-sticky .customMenuItem {
  display: none;
}
.c-nav-bar .nav-bar.is-sticky .header__nav {
  border-bottom: none;
  height: 64px;
}
.c-nav-bar .nav-bar.is-sticky .nav-bar__toggler span {
  background-color: #262626;
}
.c-nav-bar .nav-bar.is-sticky .header__search-box .search-box__line {
  background-color: #ff4757;
}
.c-nav-bar .nav-bar.is-sticky .header__search-box button {
  color: #ff4757;
}
.c-nav-bar .nav-bar.is-sticky .header__account-is-login li a span {
  color: #262626;
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .header__account {
    display: none;
  }
}
.c-nav-bar .nav-bar .nav-bar__logo {
  width: 100px;
  height: 30px;
  background: url(/Themes/RoyaGasht/UI/Assets/Img/eavar-logo.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__logo {
    width: 80px;
    height: 24px;
  }
}
.c-nav-bar .nav-bar .nav-bar__container {
  opacity: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__container {
    position: static;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  direction: rtl;
  position: relative;
  height: 100%;
}
@media (min-width: 1321px) {
  .c-nav-bar .nav-bar .nav-bar__menu {
    max-width: calc(100% - 310px);
    margin-right: 32px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-nav-bar .nav-bar .nav-bar__menu {
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .c-nav-bar .nav-bar .nav-bar__menu {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 16px;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
  }
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li:hover:after {
    width: 100%;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.c-nav-bar .nav-bar .nav-bar__menu > li:hover > ul:after {
  width: 100%;
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li:hover > ul {
    margin-top: 0;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li.active:after {
  content: "";
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.c-nav-bar .nav-bar .nav-bar__menu > li a.nav-bar__menu-item {
  color: #262626;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li a.nav-bar__menu-item {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li a.nav-bar__menu-item {
    padding: 16px 32px 16px 16px;
    width: 100%;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li .nav-bar__menu-item--has-sub-menu {
  padding-left: 16px;
  position: relative;
}
.c-nav-bar .nav-bar .nav-bar__menu > li .nav-bar__menu-item--has-sub-menu::after {
  margin-right: 8px;
  margin-top: 0px;
  content: "";
  border: solid #262626;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 2px;
  border-width: 0 1px 1px 0;
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li .nav-bar__menu-item--has-sub-menu::after {
    position: absolute;
    left: 8px;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li .nav-bar__menu-item--has-sub-menu:hover:after {
  transform: rotate(225deg);
  margin-top: 4px;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li.customMenuItem {
    padding: 0 0 64px;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li.customMenuItem a {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: auto;
  height: auto;
}
.c-nav-bar .nav-bar .nav-bar__menu > li.open-sub-menu .nav-bar__menu-item--has-sub-menu:after {
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: auto;
}
.c-nav-bar .nav-bar .nav-bar__menu > li.open-sub-menu > ul {
  display: block;
}
.c-nav-bar .nav-bar .nav-bar__sub-menu {
  position: absolute;
  right: 0;
  margin-top: 24px;
  z-index: 1;
  top: 100%;
  background: #fff;
  padding: 8px;
  min-width: 164px;
  opacity: 0;
  visibility: hidden;
  border: solid 1px #e6e6e6;
  -webkit-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -o-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  transition: opacity 0.2s ease-in, margin 0.2s ease-out;
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .nav-bar__sub-menu {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    width: 100%;
    position: relative;
    display: none;
    background-color: #f9f9f9;
    border: none;
    border-top: 1px solid rgba(238, 238, 238, 0.4);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-nav-bar .nav-bar .nav-bar__sub-menu li {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__sub-menu li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-nav-bar .nav-bar .nav-bar__sub-menu li a {
  white-space: nowrap;
  color: #262626;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 4px 8px;
  font-weight: normal;
}
.c-nav-bar .nav-bar .nav-bar__sub-menu li a:hover {
  background-color: #ffcb05;
}

.c-header .header {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.c-header .header .header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 88px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  width: 100%;
}
@media (max-width: 1320px) {
  .c-header .header .header__wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .c-header .header .header__wrapper {
    padding: 0 16px;
    height: 56px;
  }
}
.c-header .header .header__search-btn {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 310px;
  height: 40px;
  min-width: initial;
  background-color: #f9f9f9;
  padding-right: 16px;
  color: #999999;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__search-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 60px;
    font-size: 0;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .c-header .header .header__search-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 24px;
    padding-right: 0;
    background-color: transparent;
    width: 16px;
    margin-left: 0;
    padding-left: 0;
    color: #262626;
  }
}
.c-header .header .header__search-btn i {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 993px) {
  .c-header .header .header__search-btn i {
    margin-left: 12px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__search-btn i {
    margin-left: 0;
  }
}
.c-header .header .header__search-box {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  direction: rtl;
  background-color: #f9f9f9;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
}
@media (max-width: 992px) {
  .c-header .header .header__search-box {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: absolute;
    left: auto;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
    z-index: 9;
    background-color: #fff;
    top: 56px;
    padding: 0 16px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__search-box {
    max-width: calc(100% - 500px);
    margin: auto;
    left: 0;
  }
}
.c-header .header .header__search-box input[type=text] {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  width: 100%;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .c-header .header .header__search-box input[type=text] {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-right: 36px;
    background-color: #f9f9f9;
  }
}
.c-header .header .header__search-box input[type=text]:focus {
  border: none;
}
.c-header .header .header__search-box button {
  width: 32px;
  height: 32px;
  min-width: initial;
  background: transparent;
  border: none;
  color: #999999;
}
@media (max-width: 992px) {
  .c-header .header .header__search-box button {
    background: none;
    border: none;
    position: absolute;
    right: 20px;
  }
}
.c-header .header .header__search-box button i {
  font-size: 16px;
  font-size: 1rem;
}
.c-header .header.search-fade-in .header__search-box {
  animation: search_fade_in 0.5s cubic-bezier(0.38, 0.01, 0, 0.85) both 0.25s;
}
.c-header .header.search-fade-in .nav-bar__menu {
  animation: search_fade_out 0.1s cubic-bezier(0.38, 0.01, 0, 0.85) both 0.25s;
}
@media (max-width: 992px) {
  .c-header .header.search-fade-in .header__search-btn i {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .c-header .header.search-fade-in .header__search-btn i:before {
    content: "\e90a";
  }
}
@media (min-width: 993px) {
  .c-header .header.search-fade-out .header__search-box {
    animation: search_fade_out 0.5s cubic-bezier(0.38, 0.01, 0, 0.85) both 0.001s;
  }
}
@media (min-width: 993px) {
  .c-header .header.search-fade-out .nav-bar__menu {
    opacity: 1;
    visibility: visible;
  }
}
.c-header .header .header__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  direction: ltr;
}
@media (max-width: 992px) {
  .c-header .header .header__info {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.c-header .header .header__info-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #64104e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  direction: rtl;
  margin-right: 16px;
}
.c-header .header .header__info-phone-img {
  width: 50px;
  height: 50px;
  background-color: #4a0c3a;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 992px) {
  .c-header .header .header__info-phone-img {
    width: 35px;
    height: 35px;
  }
}
.c-header .header .header__info-phone-img img {
  width: 24px;
}
@media (max-width: 992px) {
  .c-header .header .header__info-phone-img img {
    width: 20px;
  }
}
.c-header .header .header__info-phone-content {
  width: calc(100% - 50px);
  padding: 0 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-header .header .header__info-phone-content span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  display: block;
}
@media (max-width: 992px) {
  .c-header .header .header__info-phone-content span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-header .header .header__info-phone-content span:last-child {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #ffcb05;
  direction: ltr;
  text-align: right;
}
.c-header .header .header__language {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  color: #262626;
}
.c-header .header .header__language::after {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 1px;
  border-right: 1px solid #e6e6e6;
  top: 50%;
  height: 100%;
  right: 0;
}
.c-header .header .header__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__nav {
    max-width: calc(100% - 360px);
  }
}
@media (max-width: 992px) {
  .c-header .header .header__nav {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.c-header .header .header__nav.open-nav .nav-bar {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  left: 0;
  display: block;
  z-index: 3;
}
@media (max-width: 992px) {
  .c-header .header .header__logo {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: auto;
    position: absolute;
    right: 65px;
    top: 4px;
    display: flex;
    justify-content: center;
  }
}
.c-header .header .header__logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  width: 190px;
  height: 60px;
  font-weight: bold;
  color: #ffcb05;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/royaGasht.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__logo a {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .c-header .header .header__logo a {
    font-size: 27px;
    font-size: 1.6875rem;
    width: 120px;
    height: 48px;
  }
}
.c-header .header .header__account {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 993px) {
  .c-header .header .header__account {
    position: relative;
  }
}
.c-header .header .header__account > button {
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
  color: #999999;
  min-width: initial;
  font-weight: normal;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 992px) {
  .c-header .header .header__account > button {
    color: #262626;
  }
}
.c-header .header .header__account > button i {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .c-header .header .header__account > button {
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
  }
}
.c-header .header .header__account .header__account-arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 4px 0 0;
}
.c-header .header .header__account-is-login {
  height: 100%;
}
.c-header .header .header__account-is-login ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 8px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #eeeeee;
  background: #fff;
  margin-top: 24px;
  -webkit-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -o-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  display: block;
}
@media (max-width: 992px) {
  .c-header .header .header__account-is-login ul {
    opacity: 1;
    visibility: visible;
    display: none;
    margin-top: 0;
    width: 100vw;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.c-header .header .header__account-is-login ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .c-header .header .header__account-is-login ul li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-header .header .header__account-is-login ul li:last-child {
  border-top: 1px solid #e6e6e6;
  margin-top: 8px;
}
.c-header .header .header__account-is-login ul li a {
  white-space: nowrap;
  color: #262626;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 8px 16px;
  font-weight: normal;
  width: 100%;
  text-align: right;
}
.c-header .header .header__account-is-login li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 993px) and (min-width: 993px) {
  .c-header .header .header__account-is-login li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: -16px;
  }
}
@media (min-width: 993px) {
  .c-header .header .header__account-is-login li:hover .header__account-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 4px;
  }
}
.c-header .header .header__account-user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  color: #64104e;
}
@media (max-width: 767px) {
  .c-header .header .header__account-user.open i:before {
    content: "\e90a";
    color: #262626;
  }
}
.c-header .header .header__account-user.open:after {
  content: initial;
}
.c-header .header .header__account-user:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #2ed573;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-header .header .header__toggler {
  width: 24px;
  height: 24px;
  -moz-transform: 0deg;
  -o-transform: 0deg;
  -ms-transform: 0deg;
  -webkit-transform: 0deg;
  transform: 0deg;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
.c-header .header .header__toggler span {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #262626;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.c-header .header .header__toggler span:nth-child(1) {
  top: 0px;
}
.c-header .header .header__toggler span:nth-child(2), .c-header .header .header__toggler span:nth-child(3) {
  top: 8px;
}
.c-header .header .header__toggler span:nth-child(4) {
  top: 16px;
}
.c-header .header .header__toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.c-header .header .header__toggler.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 70%;
}
.c-header .header .header__toggler.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 70%;
}
.c-header .header .header__toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media (min-width: 993px) {
  .c-header .header--none-bg {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .c-header .header--none-bg {
    z-index: initial;
  }
}

@-webkit-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-ms-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-footer .footer {
  background-color: #262626;
  width: 100%;
}
.c-footer .footer .footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 1320px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1320px) {
  .c-footer .footer .footer__wrapper {
    padding: 0 16px;
  }
}
.c-footer .footer .footer__logo {
  display: block;
  width: 82px;
  height: 128px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/footerLogo.png);
  background-repeat: no-repeat;
  margin-left: 32px;
  margin-top: 40px;
}
.c-footer .footer .footer__container {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: calc(100% - 115px);
}
.c-footer .footer .footer__top-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 56px 0 40px;
  border-bottom: 1px solid #737373;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__top-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 40px 0 24px;
  }
}
.c-footer .footer .footer__newsletters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 100%;
  width: 480px;
}
.c-footer .footer .footer__newsletters-input {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.16);
  border: none;
  text-align: left;
  padding: 16px;
  color: #fff;
}
.c-footer .footer .footer__newsletters-submit {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  width: 40px;
  height: 40px;
}
.c-footer .footer .footer__address {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__address {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.c-footer .footer .footer__address span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1320px) {
  .c-footer .footer .footer__address span {
    margin-bottom: 8px;
  }
}
@media (min-width: 993px) {
  .c-footer .footer .footer__address span:first-child {
    margin-left: 24px;
  }
}
@media (min-width: 993px) {
  .c-footer .footer .footer__address span i {
    margin-left: 4px;
  }
}
@media (max-width: 992px) {
  .c-footer .footer .footer__address span i {
    margin-left: 4px;
  }
}
.c-footer .footer .footer__address i {
  color: #ffcb05;
}
.c-footer .footer .footer__bottom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  padding: 32px 0;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0 0;
  }
}
.c-footer .footer .footer__bottom-row ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer .footer .footer__bottom-row ul:first-child {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row ul:first-child {
    width: 480px;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
  }
}
.c-footer .footer .footer__bottom-row ul:first-child li {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 993px) {
  .c-footer .footer .footer__bottom-row ul:first-child li {
    margin-left: 32px;
  }
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row ul:first-child li {
    width: 50%;
    margin-bottom: 24px;
  }
}
.c-footer .footer .footer__bottom-row ul:first-child li a {
  color: #fff;
  padding-right: 12px;
  position: relative;
}
.c-footer .footer .footer__bottom-row ul:first-child li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffcb05;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: 12px;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li i {
  font-size: 16px;
  font-size: 1rem;
  color: #ffcb05;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li:last-child {
  margin-left: 0;
}
.c-footer .footer .footer__enamads {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__enamads {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 16px 0;
  }
}
.c-footer .footer .footer__enamads-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 88px;
  height: 90px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 8px;
  padding: 4px;
}
.c-footer .footer .footer__enamads-item:not(:last-child) {
  margin-left: 16px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__enamads-item:not(:last-child) {
    margin-left: 8px;
  }
}
.c-footer .footer .footer__enamads-item img {
  max-height: 82px;
  cursor: pointer;
}
.c-footer .footer .footer__enamads-item a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-footer .footer .footer__copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  background: #1e1e1e;
  color: #999999;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__copyright {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .c-footer .footer .footer__copyright label:first-child {
    margin-bottom: 8px;
  }
}
.c-footer .footer .footer__copyright span {
  margin-left: 4px;
  margin-right: 4px;
}
.c-footer .footer .footer__copyright a {
  color: #ffcb05;
}

/*# sourceMappingURL=public.css.map */

.scoreWrapper i {
    margin-right: 1px;
}
/*.rate_Score {
    float: right;
}*/
.scoresContainer {
    display:flex;
    margin-left: 5px;
}
.scoreWrapper  {
       position: relative;
}
/*set rate in Html Elements*/
.scoresContainer span.rateItem {
    display: inline-block;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 2px #00537f;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
    position: relative;
    margin-top: 33px;
}
.scoresContainer span i {
 
    width: 1px;
    height: 100%;
    margin: 0;
    padding: 0;
}
.scoresContainer span.fillColor {
    background:#00537f
}
.scoresContainer i.on {
    background:#00537f
}
.scoresContainer  span.RateNume {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #00537F;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    margin-top: 15px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/Themes/RoyaGasht/UI/Css/Libs/OwlCarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*font-family*/
/*font-icons*/
/*colors*/
/*font sizes*/
/* spacer */
/* media query
-----------------------------------------------------------*/
.c-page-cover .page-cover {
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  width: 100%;
  height: 489px;
  padding-top: 160px;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover {
    height: 180px;
    padding-top: 30px;
  }
}
.c-page-cover .page-cover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.c-page-cover .page-cover.page-cover--in-blog-list {
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/adventure-aerial.jpg);
}
@media (max-width: 767px) {
  .c-page-cover .page-cover.page-cover--in-blog-list {
    background-image: url(/cdn/RoyaGasht/UI/Assets/Img/adventure-mobile.jpg);
  }
}
.c-page-cover .page-cover .page-cover__btn-scroll-down {
  background-color: #fff;
  color: #ffcb05;
  border: none;
  height: 48px;
  width: 48px;
  position: absolute;
  z-index: 9;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 10px 20px 0 rgba(100, 16, 78, 0.16);
  -moz-box-shadow: 0 10px 20px 0 rgba(100, 16, 78, 0.16);
  box-shadow: 0 10px 20px 0 rgba(100, 16, 78, 0.16);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
}
.c-page-cover .page-cover .page-cover__btn-scroll-down i {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 24px;
  font-size: 1.5rem;
  animation: hoverScroll 3s infinite;
}
.c-page-cover .page-cover .page-cover__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  -webkit-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover .page-cover__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: center;
  }
}
.c-page-cover .page-cover .page-cover__title + span {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover .page-cover__title + span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.67;
  }
}
.c-page-cover .page-cover .page-cover__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-page-cover .page-cover .page-cover__box .tour-offer {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .c-page-cover .page-cover .page-cover__box .tour-offer {
    margin: 16px 13px 8px 0;
  }
}
.c-page-cover .page-cover .page-cover__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-page-cover .page-cover .page-cover__links {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.c-page-cover .page-cover .page-cover__links .page-cover__btn-light {
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.c-page-cover .page-cover .page-cover__links .btn {
  margin: 0 16px;
  width: 134px;
  position: relative;
  z-index: 9;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-page-cover .page-cover .page-cover__links .btn:first-child {
  margin: 0 8px;
}
.c-page-cover .page-cover .page-cover__sub-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover .page-cover__sub-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-page-cover .page-cover .page-cover__bottom-layout {
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/cover-bottom-layout.svg);
  background-position: center;
  width: 100%;
  height: 135px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover .page-cover__bottom-layout {
    display: none;
  }
}
.c-page-cover .page-cover.page-cover--large {
  height: 650px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover.page-cover--large {
    height: 308px;
  }
}
.c-page-cover .page-cover.page-cover--small {
  height: 232px;
  padding-top: 64px;
  padding-bottom: 88px;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover.page-cover--small {
    height: auto;
    padding-bottom: 16px;
    height: 95px;
    padding-top: 16px;
    display: block;
  }
}
.c-page-cover .page-cover.page-cover--small::after {
  background-color: rgba(100, 16, 78, 0.83);
}
.c-page-cover .page-cover.page-cover--small .page-cover__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover.page-cover--small .page-cover__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-page-cover .page-cover.page-cover--text-right {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.c-page-cover .page-cover.page-cover--bg-purple {
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/rg-line.svg);
  display: block;
  background-color: #64104e;
  min-height: 232px;
  height: auto;
  padding-top: 16px;
  padding-bottom: 88px;
  background-size: cover;
  background-position: bottom right;
  color: #fff;
}
.c-page-cover .page-cover.page-cover--bg-purple::after {
  display: none;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover.page-cover--bg-purple {
    min-height: 137px;
    height: auto;
    padding-bottom: 32px;
    background-image: none;
  }
}
.c-page-cover .page-cover.page-cover--bg-purple h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.13;
  margin: 24px 0;
}
@media (max-width: 992px) {
  .c-page-cover .page-cover.page-cover--bg-purple h1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 16px 0 8px;
  }
}
.c-page-cover .page-cover.page-cover--bg-purple .page-cover--bg-purple-rate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-page-cover .page-cover.page-cover--bg-purple .page-cover--bg-purple-rate .scoresContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #ffcb05;
}
.c-page-cover .page-cover.page-cover--bg-purple .page-cover--bg-purple-rate .scoresContainer i {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 4px;
}
.c-page-cover .page-cover.page-cover--bg-purple .page-cover--bg-purple-rate span {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 8px;
}

@-webkit-keyframes hoverScroll {
  0% {
    -webkit-transform: rotate(-90deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-90deg) translate(-10px, 0);
  }
  40% {
    -webkit-transform: rotate(-90deg) translate(0, 0);
  }
}
@keyframes hoverScroll {
  0% {
    transform: rotate(-90deg) translate(0, 0);
  }
  20% {
    transform: rotate(-90deg) translate(-10px, 0);
  }
  40% {
    transform: rotate(-90deg) translate(0, 0);
  }
}
.c-search-holder .search-holder {
  margin: 0 auto;
  width: 1320px;
  max-width: 100%;
  position: relative;
}
.c-search-holder .search-holder .search-holder__link {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__link {
    height: 87px;
    background-color: #fff;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.c-search-holder .search-holder .search-holder__link li {
  width: 146px;
  height: 49px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 16px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  -ms-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__link li {
    border-bottom: 4px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0;
    padding-bottom: 16px;
    width: 33.3333333333%;
    height: 100%;
  }
}
.c-search-holder .search-holder .search-holder__link li.active, .c-search-holder .search-holder .search-holder__link li:hover {
  background-color: #ffcb05;
  color: #262626;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__link li.active, .c-search-holder .search-holder .search-holder__link li:hover {
    color: #ffcb05;
    border-color: #ffcb05;
    background-color: #fff;
  }
}
.c-search-holder .search-holder .search-holder__link li i {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__link li i {
    margin: auto;
    margin-bottom: 8px;
  }
}
.c-search-holder .search-holder .search-holder__link li a {
  color: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__link li a {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-search-holder .search-holder .search-holder__content {
  background-color: #fff;
  border-radius: 5px 0 5px 5px;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__content {
    background-color: #4a0c3a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 16px;
    padding-bottom: 24px;
  }
}
.c-search-holder .search-holder .search-holder__content .flight-booking {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__content .flight-booking {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.c-search-holder .search-holder .search-holder__content .flight-booking .flight-booking__routs {
  background-color: rgba(0, 0, 0, 0.3);
  height: 56px;
  top: initial;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__content .flight-booking .flight-booking__routs {
    height: 46px;
    background-color: #4a0c3a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .c-search-holder .search-holder .search-holder__content .flight-booking .flight-booking__routs li {
    margin-top: initial;
    margin-bottom: initial;
  }
}
.c-search-holder .search-holder .search-holder__content .hotel-booking .hotel-booking__wrapper {
  margin: auto;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder--negative {
    margin-top: -48px;
  }
}
@media (max-width: 992px) {
  .c-search-holder .search-holder--negative70 {
    margin-top: -72px;
  }
}
.c-search-holder .search-holder--negativeTop {
  margin-top: -48px;
}
@media (max-width: 992px) {
  .c-search-holder .search-holder--negativeTop {
    padding: 0;
    margin-top: 0;
  }
}

.c-tour-booking .tour-booking {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 767px) {
  .c-tour-booking .tour-booking {
    width: 96%;
    margin: -60px auto 0;
    padding: 8px;
  }
}
.c-tour-booking .tour-booking .tour-booking__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 767px) {
  .c-tour-booking .tour-booking .tour-booking__inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-tour-booking .tour-booking .tour-booking__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-left: none;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
}
@media (min-width: 993px) {
  .c-tour-booking .tour-booking .tour-booking__items {
    border: 1px solid #e6e6e6;
  }
}
@media (min-width: 768px) {
  .c-tour-booking .tour-booking .tour-booking__items {
    width: calc(100% - 56px);
  }
}
@media (max-width: 767px) {
  .c-tour-booking .tour-booking .tour-booking__items {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
    width: 100%;
  }
}
.c-tour-booking .tour-booking .tour-booking__item {
  width: calc(100% - 120px);
  padding: 0 24px;
}
@media (min-width: 768px) {
  .c-tour-booking .tour-booking .tour-booking__item:not(:last-child) {
    border-left: 1px solid #e6e6e6;
  }
}
@media (max-width: 767px) {
  .c-tour-booking .tour-booking .tour-booking__item {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    margin-bottom: 8px;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
}
.c-tour-booking .tour-booking .tour-booking__item label {
  color: #ffcb05;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.67;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .c-tour-booking .tour-booking .tour-booking__item .tour-booking__item-inner {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .c-tour-booking .tour-booking .tour-booking__item.show-mobile {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .c-tour-booking .tour-booking .tour-booking__item.show-mobile .tour-booking__item-inner {
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .c-tour-booking .tour-booking .tour-booking__item.show-mobile .tour-booking__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 992px) {
  .c-tour-booking .tour-booking .tour-booking__item.show-mobile .form-element-group.form-element-group--with-icon i {
    right: 10px;
    font-size: 16px;
    font-size: 1rem;
    color: #64104e;
  }
}
@media (max-width: 992px) {
  .c-tour-booking .tour-booking .tour-booking__item.show-mobile .form-element-group.form-element-group--with-icon .tour-booking__input {
    border: 1px solid #e6e6e6;
    padding-right: 48px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .c-tour-booking .tour-booking .tour-booking__item.show-mobile ul {
    border: none;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0 !important;
  }
}
.c-tour-booking .tour-booking .tour-booking__item.show-mobile ul li a {
  padding: 8px;
}
.c-tour-booking .tour-booking .tour-booking__header {
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin-bottom: 16px;
}
.c-tour-booking .tour-booking .tour-booking__header span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.c-tour-booking .tour-booking .tour-booking__header button {
  background: none;
  border: none;
  padding: 0;
  color: #999999;
  font-size: 22px;
  font-size: 1.375rem;
}
.c-tour-booking .tour-booking .form-element-group.form-element-group--with-icon i {
  right: 0;
  color: #64104e;
  font-size: 16px;
  font-size: 1rem;
}
.c-tour-booking .tour-booking .form-element-group.form-element-group--with-icon .tour-booking__input {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-right: 24px;
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  height: 56px;
}
@media (max-width: 767px) {
  .c-tour-booking .tour-booking .form-element-group.form-element-group--with-icon .tour-booking__input {
    height: 100%;
  }
}
.c-tour-booking .tour-booking .form-element-group.form-element-group--with-icon .tour-booking__input::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}
.c-tour-booking .tour-booking .form-element-group.form-element-group--with-icon .tour-booking__input:-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}
.c-tour-booking .tour-booking .form-element-group.form-element-group--with-icon .tour-booking__input::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}
.c-tour-booking .tour-booking .form-element-group.form-element-group--with-icon .tour-booking__input:-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}
.c-tour-booking .tour-booking .tour-booking__list {
  position: relative;
}
.c-tour-booking .tour-booking .tour-booking__list ul {
  right: 0 !important;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #fff;
  border: none;
  border-top: 2px solid #ffcb05;
  padding: 16px 0;
  max-width: 350px;
  min-width: 300px;
  max-height: 310px;
  overflow-y: auto;
  position: absolute !important;
  z-index: 9;
}
@media (max-width: 992px) {
  .c-tour-booking .tour-booking .tour-booking__list ul {
    max-height: initial;
    min-width: initial;
  }
}
.c-tour-booking .tour-booking .tour-booking__list ul li {
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-tour-booking .tour-booking .tour-booking__list ul li .ui-menu-item-wrapper {
  border: none;
  color: inherit;
  margin: 0;
}
.c-tour-booking .tour-booking .tour-booking__list ul li.ui-state-focus {
  border: none;
  background-color: #f9f9f9;
  margin: auto;
}
.c-tour-booking .tour-booking .tour-booking__list ul li:hover, .c-tour-booking .tour-booking .tour-booking__list ul li.ui-state-active {
  background-color: #f9f9f9;
}
.c-tour-booking .tour-booking .tour-booking__list ul a {
  display: block;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #262626;
  border: none;
  padding: 12px 8px;
  margin: 0;
  line-height: 1.62;
  text-align: right;
  font-family: "IRANYekan";
}
.c-tour-booking .tour-booking .tour-booking__list ul a:hover, .c-tour-booking .tour-booking .tour-booking__list ul a.ui-state-active {
  background-color: #f9f9f9;
  margin: 0;
}
.c-tour-booking .tour-booking .tour-booking__list ul i {
  margin-left: 8px;
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.c-tour-booking .tour-booking .tour-booking__btn-search {
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  cursor: initial;
  font-size: 22px;
  font-size: 1.375rem;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .c-tour-booking .tour-booking .tour-booking__btn-search {
    width: 100%;
    height: 48px;
    background: #64104e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
}
.c-tour-booking .tour-booking .tour-booking__btn-search span {
  color: #262626;
}

.c-features .features {
  margin: 48px 0;
}
@media (max-width: 992px) {
  .c-features .features {
    margin-bottom: 0px;
  }
}
.c-features .features .features__description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .c-features .features .features__description {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 16px;
  }
}
.c-features .features .features__description > div p {
  position: relative;
}
.c-features .features .features__description > div:first-of-type {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
}
@media (min-width: 1321px) {
  .c-features .features .features__description > div:first-of-type {
    width: 530px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-features .features .features__description > div:first-of-type {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .c-features .features .features__description > div:first-of-type {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
.c-features .features .features__description > div:last-of-type {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.25;
}
@media (min-width: 1321px) {
  .c-features .features .features__description > div:last-of-type {
    width: calc(100% - 536px);
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-features .features .features__description > div:last-of-type {
    width: 50%;
  }
}
.c-features .features .features__description > div .features__quote {
  position: absolute;
  font-size: 94px;
  font-size: 5.875rem;
  color: #999999;
  position: absolute;
  color: #eeeeee;
  height: 70px;
  line-height: 1;
  z-index: 0;
  top: -20px;
}
.c-features .features .features__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .c-features .features .features__items {
    padding: 0 16px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .c-features .features .features__items > div {
    width: calc(50% - 12px);
  }
}
.c-features .features .features__items.features__items--four .features__item {
  width: calc(25% - 24px);
}
.c-features .features .features__items.features__items--six .features__item {
  width: calc(16.6666666667% - 24px);
}
.c-features .features .features__items .features__items-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}
.c-features .features .features__items .features__items-icon.features__icon-group-tours {
  width: 40px;
  height: 44px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/teamwork.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-iran {
  width: 50px;
  height: 44px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/iran.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-visa {
  width: 39px;
  height: 44px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/passport.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-flights {
  width: 44px;
  height: 44px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/airplane.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-transportation {
  width: 44px;
  height: 44px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/bus.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-communication {
  width: 44px;
  height: 44px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/communication.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-home {
  width: 36px;
  height: 37px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/home.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-camera {
  width: 28px;
  height: 37px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/camera.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-services {
  width: 30px;
  height: 37px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/services.svg);
}
.c-features .features .features__items .features__items-icon.features__icon-residence {
  width: 37px;
  height: 37px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/residence.svg);
}
.c-features .features .features__items .features__title {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 16px;
  margin-bottom: 0;
}
.c-features .features .features__items p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999999;
  line-height: 1.62;
  margin: 4px 0 0 0;
}

.c-popular-destinations .popular-destinations {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-popular-destinations .popular-destinations {
    margin-top: 24px;
    padding-right: 16px;
  }
}
.c-popular-destinations .popular-destinations .popular-destinations__container {
  overflow: hidden;
  max-height: 495px;
}
@media (min-width: 993px) {
  .c-popular-destinations .popular-destinations .popular-destinations__container {
    padding: 64px 0 24px;
  }
}
@media (max-width: 992px) {
  .c-popular-destinations .popular-destinations .popular-destinations__container {
    margin-top: 24px;
  }
}
.c-popular-destinations .popular-destinations .popular-destinations__title {
  font-weight: 600;
  border-right: 4px solid #64104e;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 16px;
  margin: 0 0 16px;
}
@media (max-width: 992px) {
  .c-popular-destinations .popular-destinations .popular-destinations__title {
    margin: 0 16px 24px;
  }
}
.c-popular-destinations .popular-destinations .popular-destinations__slider .popular-destinations__slide {
  height: 405px;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767px) {
  .c-popular-destinations .popular-destinations .popular-destinations__slider .popular-destinations__slide {
    width: 80vw;
  }
}
.c-popular-destinations .popular-destinations .popular-destinations__slider .popular-destinations__slide:after {
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0) 68%);
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.c-popular-destinations .popular-destinations .popular-destinations__slider .popular-destinations__slide .owl-item {
  -webkit-transition: transform 0.25s, box-shadow 0.25s;
  -moz-transition: transform 0.25s, box-shadow 0.25s;
  -ms-transition: transform 0.25s, box-shadow 0.25s;
  -o-transition: transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.c-popular-destinations .popular-destinations .popular-destinations__slider .popular-destinations__slide .owl-item:hover {
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  z-index: 1;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16);
}
.c-popular-destinations .popular-destinations .popular-destinations__slider .popular-destinations__slide span {
  position: absolute;
  bottom: 32px;
  border-bottom: 4px solid #ffcb05;
  padding-bottom: 16px;
  color: #fff;
  z-index: 9;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
.c-popular-destinations .popular-destinations .owl-nav button {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: #eeeeee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .c-popular-destinations .popular-destinations .owl-nav button {
    display: none;
  }
}
.c-popular-destinations .popular-destinations .owl-nav button.owl-next {
  left: -16px;
}
.c-popular-destinations .popular-destinations .owl-nav button.owl-prev {
  right: -16px;
}
.c-popular-destinations .popular-destinations .owl-nav button i {
  font-size: 10px;
  font-size: 0.625rem;
}
.c-popular-destinations .popular-destinations .owl-stage-outer {
  padding: 16px 0;
}
.c-popular-destinations .popular-destinations .owl-stage-outer .owl-item {
  z-index: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -ms-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
}
.c-popular-destinations .popular-destinations .owl-stage-outer .owl-item .popular-destinations__slide {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -ms-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
}
.c-popular-destinations .popular-destinations .owl-stage-outer .owl-item:hover {
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  z-index: 2;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
}
.c-popular-destinations .popular-destinations .owl-stage-outer .owl-item:hover .popular-destinations__slide {
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.c-best-tours .best-tours {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .c-best-tours .best-tours {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-best-tours .best-tours {
    padding-right: 16px;
    margin-top: 24px;
    border: none;
  }
}
@media (max-width: 992px) {
  .c-best-tours .best-tours.best-tours--four-box {
    padding: 0 16px;
  }
}
.c-best-tours .best-tours.best-tours--four-box .best-tours__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-best-tours .best-tours.best-tours--four-box .best-tours__container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .c-best-tours .best-tours.best-tours--four-box .best-tours__container .best-tours__item {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1321px) {
  .c-best-tours .best-tours.best-tours--four-box .best-tours__container .best-tours__item {
    width: calc(25% - 24px);
  }
}
@media (max-width: 767px) {
  .c-best-tours .best-tours.best-tours--four-box .best-tours__container .best-tours__item {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.c-best-tours .best-tours.best-tours--no-border {
  border-top: none;
}
.c-best-tours .best-tours .best-tours__title-container {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 992px) {
  .c-best-tours .best-tours .best-tours__title-container {
    margin-bottom: 24px;
  }
}
.c-best-tours .best-tours .best-tours__title-container .best-tours__all-link {
  color: #1e90ff;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-best-tours .best-tours .best-tours__title-container .best-tours__all-link {
    display: none;
  }
}
.c-best-tours .best-tours .best-tours__title-container .best-tours__all-link i {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 4px;
}
.c-best-tours .best-tours .best-tours__title {
  font-weight: 600;
  border-right: 4px solid #64104e;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 16px;
  margin: 0;
}
.c-best-tours .best-tours .best-tours__detailes {
  padding: 20px;
  height: 256px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-best-tours .best-tours .best-tours__detailes .best-tours__detailes-container {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 992px) {
  .c-best-tours .best-tours .best-tours__container {
    padding-bottom: 0;
  }
}
.c-best-tours .best-tours .best-tours__container .best-tours__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-best-tours .best-tours .best-tours__container .best-tours__item {
    width: 80vw;
  }
}
.c-best-tours .best-tours .best-tours__container .tour-offer {
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 10;
}
.c-best-tours .best-tours .best-tours__container .best-tours__item-title {
  margin: 0 0 16px;
  color: #262626;
  display: block;
}
.c-best-tours .best-tours .best-tours__container .best-tours__item-img {
  height: 176px;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-best-tours .best-tours .best-tours__container .best-tours__item-img:after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0) 68%);
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-best-tours .best-tours .best-tours__container .best-tours__rating {
  position: absolute;
  bottom: 12px;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-best-tours .best-tours .best-tours__container .best-tours__rating > span {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
}
.c-best-tours .best-tours .best-tours__container .best-tours__rating .scoresContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-best-tours .best-tours .best-tours__container .best-tours__rating i {
  margin-right: 0;
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 4px;
  color: #ffcb05;
}
.c-best-tours .best-tours .owl-nav button {
  position: absolute;
  top: calc(50% - 32px);
  width: 32px;
  height: 32px;
  background-color: #eeeeee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .c-best-tours .best-tours .owl-nav button {
    display: none;
  }
}
.c-best-tours .best-tours .owl-nav button.owl-next {
  left: -16px;
}
.c-best-tours .best-tours .owl-nav button.owl-prev {
  right: -16px;
}
.c-best-tours .best-tours .owl-nav button i {
  font-size: 10px;
  font-size: 0.625rem;
}
.c-best-tours .best-tours .best-tours__price {
  direction: ltr;
}
.c-best-tours .best-tours .best-tours__price > label {
  color: #999999;
  margin-bottom: 8px;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
.c-best-tours .best-tours .best-tours__price > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-best-tours .best-tours .best-tours__price > div label {
  color: #1e90ff;
  direction: rtl;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-best-tours .best-tours .best-tours__price > div label span {
  font-weight: 600;
  margin-left: 4px;
  display: inline-block;
}
.c-best-tours .best-tours .best-tours__price > div > span {
  color: #999999;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-best-tours .best-tours .best-tours__features {
  max-height: 120px;
  overflow: hidden;
}
.c-best-tours .best-tours .best-tours__features i {
  margin-left: 8px;
  color: #999999;
  top: 3px;
  position: relative;
}
.c-best-tours .best-tours .best-tours__features li {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  max-height: 55px;
}
.c-best-tours .best-tours .best-tours__features li a {
  color: #262626;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  line-height: 1.5;
}
.c-best-tours .best-tours .best-tours__features .best-tours__nights {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #eeeeee;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  padding: 0 6.4px;
  margin-right: 8px;
}
.c-best-tours .best-tours--auto-column .best-tours__item {
  width: 312px;
}

.c-users-comments .users-comments {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 24px;
}
@media (max-width: 992px) {
  .c-users-comments .users-comments {
    margin-bottom: 32px;
  }
}
.c-users-comments .users-comments .users-comments__image {
  height: 364px;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (min-width: 993px) {
  .c-users-comments .users-comments .users-comments__image {
    margin-left: 16px;
    width: 590px;
  }
}
.c-users-comments .users-comments .users-comments__image:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58));
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.c-users-comments .users-comments .users-comments__slider-conatiner {
  max-width: 100%;
}
@media (min-width: 993px) {
  .c-users-comments .users-comments .users-comments__slider-conatiner {
    margin-left: 32px;
    width: 590px;
  }
}
.c-users-comments .users-comments .users-comments__slider-conatiner .swiper-slide {
  min-width: 100%;
}
.c-users-comments .users-comments .users-comments__image-label {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 32px;
}
.c-users-comments .users-comments .users-comments__image-label h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
  color: #fff;
}
.c-users-comments .users-comments .users-comments__image-label p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #fff;
}
.c-users-comments .users-comments .users-comments__quote-sign {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #64104e;
}
.c-users-comments .users-comments .users-comments__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 16px;
}
.c-users-comments .users-comments .users-comments__comment {
  line-height: 2;
  margin: 0 0 16px;
  max-height: 160px;
  overflow: hidden;
}
.c-users-comments .users-comments .users-comments__writer {
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-users-comments .users-comments .owl-dots {
  position: relative;
  bottom: 0;
  text-align: right;
}
@media (min-width: 993px) {
  .c-users-comments .users-comments .owl-dots {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .c-users-comments .users-comments .owl-dots {
    left: 0;
    right: 0;
    text-align: center;
    bottom: -54px;
  }
}
.c-users-comments .users-comments .owl-dots .owl-dot {
  background-color: #e6e6e6;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-left: 4px;
}
.c-users-comments .users-comments .owl-dots .owl-dot.active {
  background-color: #64104e;
}

.c-tourism-magazine .tourism-magazine {
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .c-tourism-magazine .tourism-magazine {
    margin-top: 24px;
  }
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__title {
  border-right: 4px solid #64104e;
  padding-right: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 32px;
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .c-tourism-magazine .tourism-magazine .tourism-magazine__container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__card {
  overflow: hidden;
}
@media (min-width: 993px) {
  .c-tourism-magazine .tourism-magazine .tourism-magazine__card {
    width: calc(25% - 24px);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    height: 320px;
  }
}
@media (max-width: 992px) {
  .c-tourism-magazine .tourism-magazine .tourism-magazine__card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .c-tourism-magazine .tourism-magazine .tourism-magazine__card:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__card.tourism-magazine__card--links {
  background-color: #64104e;
  padding: 32px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/rg-line-blog-box.svg);
}
@media (max-width: 992px) {
  .c-tourism-magazine .tourism-magazine .tourism-magazine__card.tourism-magazine__card--links {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__card.tourism-magazine__card--links .tourism-magazine__card-title {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__card.tourism-magazine__card--links .tourism-magazine__card-title i {
  color: #ffcb05;
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__card.tourism-magazine__card--links .tourism-magazine__links {
  margin-top: 32px;
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__card.tourism-magazine__card--links .tourism-magazine__links li {
  margin-bottom: 16px;
  list-style-type: disc;
  color: #fff;
  list-style-position: inside;
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__card.tourism-magazine__card--links .tourism-magazine__links a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__img {
  height: 207px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media (max-width: 992px) {
  .c-tourism-magazine .tourism-magazine .tourism-magazine__img {
    height: 70px;
    width: 104px;
  }
}
@media (min-width: 993px) {
  .c-tourism-magazine .tourism-magazine .tourism-magazine__details {
    padding: 8px 24px;
  }
}
@media (max-width: 992px) {
  .c-tourism-magazine .tourism-magazine .tourism-magazine__details {
    padding: 0 8px 0 0;
    width: calc(100% - 104px);
  }
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__details .tourism-magazine__details-title {
  font-size: 12px;
  font-size: 0.75rem;
  color: #64104e;
  margin: 0 0 8px;
  font-weight: 600;
}
.c-tourism-magazine .tourism-magazine .tourism-magazine__details .tourism-magazine__details-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.93;
  margin: 8px 0 0 0;
  color: #262626;
  display: block;
}
.c-tourism-magazine .tourism-magazine--slider {
  max-width: 100%;
}
@media (min-width: 993px) {
  .c-tourism-magazine .tourism-magazine--slider .tourism-magazine__card {
    width: 312px;
    margin-bottom: 40px;
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .c-tourism-magazine .tourism-magazine--slider .tourism-magazine__container {
    visibility: visible;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.c-tourism-magazine .tourism-magazine--slider .owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 32px);
  width: 32px;
  height: 32px;
  background-color: #eeeeee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .c-tourism-magazine .tourism-magazine--slider .owl-carousel .owl-nav button {
    display: none;
  }
}
.c-tourism-magazine .tourism-magazine--slider .owl-carousel .owl-nav button.owl-next {
  left: -16px;
}
.c-tourism-magazine .tourism-magazine--slider .owl-carousel .owl-nav button.owl-prev {
  right: -16px;
}
.c-tourism-magazine .tourism-magazine--slider .owl-carousel .owl-nav button i {
  font-size: 10px;
  font-size: 0.625rem;
}

.c-video .video {
  height: 509px;
}
@media (max-width: 992px) {
  .c-video .video {
    padding: 0 16px;
    height: 200px;
  }
}
.c-video .video iframe {
  border: none;
}

.c-ads .ads {
  height: 322px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .c-ads .ads {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
}
.c-ads .ads .ads__details {
  width: 50%;
  background-color: #64104e;
  color: #fff;
  padding: 80px 64px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/rg-line-banner-box.svg);
}
@media (max-width: 992px) {
  .c-ads .ads .ads__details {
    height: 166px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
}
.c-ads .ads .ads__details span {
  display: block;
}
@media (min-width: 993px) {
  .c-ads .ads .ads__details span {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .c-ads .ads .ads__details span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}
.c-ads .ads .ads__details h6 {
  font-size: 34px;
  font-size: 2.125rem;
  margin: 0 0 16px;
}
@media (max-width: 992px) {
  .c-ads .ads .ads__details h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-ads .ads .ads__img {
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .c-ads .ads .ads__img {
    height: 176px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
}

.c-business-logos .business-logos {
  margin-top: 56px;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
.c-business-logos .business-logos .business-logos__title {
  border-right: 4px solid #64104e;
  padding-right: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 32px;
}
.c-business-logos .business-logos .business-logos__slider a {
  width: 135px;
  height: 72px;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.c-business-logos .business-logos .business-logos__slider a img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-business-logos .business-logos .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  bottom: 0;
  text-align: right;
  margin-top: 48px;
}
.c-business-logos .business-logos .owl-dots .owl-dot {
  background-color: #e6e6e6;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-left: 4px;
}
.c-business-logos .business-logos .owl-dots .owl-dot.active {
  background-color: #64104e;
}

.c-footer .footer {
  background-color: #262626;
  width: 100%;
}
.c-footer .footer .footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 1320px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1320px) {
  .c-footer .footer .footer__wrapper {
    padding: 0 16px;
  }
}
.c-footer .footer .footer__logo {
  display: block;
  width: 82px;
  height: 128px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/footerLogo.png);
  background-repeat: no-repeat;
  margin-left: 32px;
  margin-top: 40px;
}
.c-footer .footer .footer__container {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: calc(100% - 115px);
}
.c-footer .footer .footer__top-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 56px 0 40px;
  border-bottom: 1px solid #737373;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__top-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 40px 0 24px;
  }
}
.c-footer .footer .footer__newsletters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 100%;
  width: 480px;
}
.c-footer .footer .footer__newsletters-input {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.16);
  border: none;
  text-align: left;
  padding: 16px;
  color: #fff;
}
.c-footer .footer .footer__newsletters-submit {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  width: 40px;
  height: 40px;
}
.c-footer .footer .footer__address {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__address {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.c-footer .footer .footer__address span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1320px) {
  .c-footer .footer .footer__address span {
    margin-bottom: 8px;
  }
}
@media (min-width: 993px) {
  .c-footer .footer .footer__address span:first-child {
    margin-left: 24px;
  }
}
@media (min-width: 993px) {
  .c-footer .footer .footer__address span i {
    margin-left: 4px;
  }
}
@media (max-width: 992px) {
  .c-footer .footer .footer__address span i {
    margin-left: 4px;
  }
}
.c-footer .footer .footer__address i {
  color: #ffcb05;
}
.c-footer .footer .footer__bottom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  padding: 32px 0;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0 0;
  }
}
.c-footer .footer .footer__bottom-row ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer .footer .footer__bottom-row ul:first-child {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row ul:first-child {
    width: 480px;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
  }
}
.c-footer .footer .footer__bottom-row ul:first-child li {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 993px) {
  .c-footer .footer .footer__bottom-row ul:first-child li {
    margin-left: 32px;
  }
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row ul:first-child li {
    width: 50%;
    margin-bottom: 24px;
  }
}
.c-footer .footer .footer__bottom-row ul:first-child li a {
  color: #fff;
  padding-right: 12px;
  position: relative;
}
.c-footer .footer .footer__bottom-row ul:first-child li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffcb05;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: 12px;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li i {
  font-size: 16px;
  font-size: 1rem;
  color: #ffcb05;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li:last-child {
  margin-left: 0;
}
.c-footer .footer .footer__enamads {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__enamads {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 16px 0;
  }
}
.c-footer .footer .footer__enamads-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 88px;
  height: 90px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 8px;
  padding: 4px;
}
.c-footer .footer .footer__enamads-item:not(:last-child) {
  margin-left: 16px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__enamads-item:not(:last-child) {
    margin-left: 8px;
  }
}
.c-footer .footer .footer__enamads-item img {
  max-height: 82px;
  cursor: pointer;
}
.c-footer .footer .footer__enamads-item a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-footer .footer .footer__copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  background: #1e1e1e;
  color: #999999;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__copyright {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .c-footer .footer .footer__copyright label:first-child {
    margin-bottom: 8px;
  }
}
.c-footer .footer .footer__copyright span {
  margin-left: 4px;
  margin-right: 4px;
}
.c-footer .footer .footer__copyright a {
  color: #ffcb05;
}

/*# sourceMappingURL=home.css.map */

