:root {
  --color-primary: #fb3549;
}
@font-face {
  font-family: "iranyekan";
  font-weight: normal;
  src: url("../../../assets/fonts/iranyekanwebregularfanum.woff") format("woff");
}

@font-face {
  font-family: "iranyekan";
  font-weight: bold;
  src: url("../../../assets/fonts/iranyekanwebboldfanum.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "iranyekan" !important;
}

body {
  background-color: #fff !important;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #323232;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.w-160px {
  margin-top: 5px;
  width: 160px !important;
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  line-height: 27px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul li {
  list-style: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "yekan-bold";
}

:focus {
  outline: 0;
}

@-webkit-keyframes fadeRightToLeft {
  0% {
    opacity: 0;
    margin-right: -30px;
  }
  100% {
    opacity: 1;
    margin-right: 0px;
  }
}

@keyframes fadeRightToLeft {
  0% {
    opacity: 0;
    margin-right: -30px;
  }
  100% {
    opacity: 1;
    margin-right: 0px;
  }
}

@-webkit-keyframes animatebottom {
  from {
    margin-top: 78px;
    opacity: 0;
  }
  to {
    margin-top: 18px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    margin-top: 78px;
    opacity: 0;
  }
  to {
    margin-top: 18px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  15% {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
  }
  85% {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  15% {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
  }
  85% {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

img {
  height: auto;
}

.hide,
.hide1,
.hide2,
.hide3,
.hide4,
.hide5,
.hide6,
.hide7,
.hide8,
.hide9,
.hide10,
.hide11,
.hide12,
.hide13,
.hide14,
.hide15,
.hide16 {
  display: none;
}

#titleHide {
  display: none;
}

.display-none,
.display-none1,
.display-none2,
.display-none3,
.display-none4 {
  display: none;
}

.display-none:first-child,
.display-none1:first-child,
.display-none2:first-child,
.display-none3:first-child,
.display-none4:first-child {
  display: block;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success {
  font-size: 0.9rem;
  background-color: var(--color-primary);
  padding: 0rem 0.75rem;
  border: none;
  border-radius: 8px;
}

.btn-success:focus, .btn-success:active {
  background-color: #d12739;
}

.btn-success:hover {
  background-color: #ae1828 !important;
}

.sticky-top {
  top: 5px;
  z-index: 1;
}

.sticky-top.top-5 {
  top: 5rem;
}

.btn-toggle {
  padding: 0;
  border-radius: 20px;
  position: relative;
  border: none;
  height: 1.75rem;
  width: 3rem;
  color: #ffd610;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ffd610;
}

.btn-toggle.active {
  background-color: #000;
}

.btn-toggle.active {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.4rem;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.16rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: #ffd610;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}
body .phone-question .phone-number {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 2px solid var(--color-primary);
  border-top: 2px solid #f6f6f6;
  text-align: center;
  margin-top: 2rem;
}
body .phone-question .footer-phone {
  cursor: pointer;
  font-weight: bold;
  color: var(--color-primary);
}
body .phone-question .footer-phone span {
  margin-right: 6px;
  font-weight: normal;
}
body .phone-question .phone-number h4 {
  display: inline-block;
  position: relative;
  color: var(--theme-color);
  z-index: 3;
}

body .phone-question .phone-number h4 img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

body .phone-question .phone-number .up-button {
  position: relative;
  top: -34px;
  margin-bottom: -39px;
  z-index: 2;
}

body .phone-question .phone-number .up-button .btn-up {
  border: 1px solid #e1e1e1;
}

body .phone-question .phone-number .up-button .btn-up img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transform: rotate(90deg);
}
.page-links li img {
  width: 5px;
}

body .phone-question .phone-number .up-button .btn-up:hover {
  background-color: #f0f0f0;
}
.btn-gray {
  position: relative;
  background: #a8adbd;
  color: #fff;
  border-radius: 8px;
  z-index: 97;
}

.btn-gray:hover {
  background: #9498a7;
  color: #fff;
}

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-styled.swal2-confirm {
  border-radius: 8px !important;
  background-color: #626262 !important;
}

.swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal .modal-content {
  border: none;
  border-radius: 8px;
}

.modal .modal-content .modal-header {
  /*border: none;*/
}

.modal .modal-content .modal-header .btn-close {
  margin: 0;
}

.modal .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal .modal-content .modal-body {
  padding: 1rem 0 !important;
}

.modal .modal-content .modal-body .gray {
  color: #6c757e;
}

.modal .modal-content .modal-body .margin-modal {
  margin: 0 75px;
}

.modal .modal-content .modal-body .social-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #323232;
  text-align: right !important;
  margin-top: 16px;
  border-radius: 8px;
  height: 65px;
  border: 1px solid #e7e7e7;
  background-color: #f8f9fa;
}
.modal .modal-content .modal-body .col-6:nth-child(1) .social-btn span {
  background-color: #40CE50;
}
.modal .modal-content .modal-body .col-6:nth-child(2) .social-btn span {
  background-color: #0181C2;
}
.modal .modal-content .modal-body .col-6:nth-child(3) .social-btn span {
  background-color: #F24040;
}
.modal .modal-content .modal-body .col-6:nth-child(4) .social-btn span {
  background-color: #1D99E6;
}
.modal .modal-content .modal-body .social-btn span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content .modal-body .social-btn span img {
  width: 26px;
  filter: brightness(0) invert(1);
}

.modal .modal-content .modal-body .social-btn .msg {
  width: 36px;
  right: 13px;
  top: 10px;
  position: absolute;
}

.modal .modal-content .modal-body .social-btn:hover {
  background-color: #f6f6f6;
}

.modal .modal-content .modal-footer {
  border: none;
  padding: 0.75rem 0.75rem 1.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .modal-content .btn-gray-footer {
  padding: 0 !important;
}

.modal .modal-content .btn-gray-footer .btn {
  padding: 11px;
  width: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.modal .modal-content .btn-gray-footer .btn svg {
  vertical-align: middle;
  margin-left: 5px;
}

.modal .modal-content h3,
.modal .modal-content h4,
.modal .modal-content h5 {
  color: #231f20;
  margin: 3px auto 0;
}

.modal .modal-content p {
  font-size: 1.1rem;
}

.modal .modal-content .delete {
  width: 95px;
}

.modal .modal-content .mail-svg {
  width: 200px;
  margin-top: -30px;
}

.modal .modal-content .mail {
  padding: 0 4rem;
}

.modal .modal-content .mail span {
  color: #6c757e;
  font-size: 13px;
}

.modal .modal-content .mail .form-control {
  direction: ltr;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

.modal .modal-content .mail .form-control:focus {
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal .modal-content .btn {
  font-size: 19px;
  padding: 0.2rem 2.85rem;
  border-radius: 8px;
  border: none;
}

.modal .modal-content .btn-success {
  background-color: #ef394e;
}

.modal .modal-content .btn-success:hover {
  background-color: #df2336;
}

.modal .modal-content .btn-danger {
  background-color: #ef394e;
}

.modal .modal-content .btn-danger:hover {
  background-color: #ce3143;
}

.modal .modal-content .btn-secondary {
  background-color: #b5b5b5;
}

.modal .modal-content .btn-secondary:hover {
  background-color: #a0a0a0;
}

.modal .modal-content .btn-warning {
  background-color: #feb632;
  color: #fff;
  padding: 0.4rem 2.85rem;
}

.modal .modal-content .btn-warning:hover {
  background-color: #e2a430;
}

.modal .modal-content .btn-primary {
  background-color: #13273f;
}

.modal .modal-content .btn-primary:hover {
  background-color: #0f1d2e;
}

.modal .modal-content .btn-gray {
  background-color: #959799;
}

.modal .modal-content .btn-gray:hover {
  background-color: #636262;
}

.bg-gray {
  background-color: #f8f8f8;
}

.blue-btn {
  color: #fff;
  background-color: #00adef !important;
}

.blue-btn svg {
  visibility: hidden;
  width: 9px;
  margin-left: 4px;
}

.blue-btn svg path {
  fill: #fff;
}

.blue-btn:hover {
  background-color: #049cd8 !important;
}

.blue-btn:hover svg {
  visibility: visible;
}

body {
  direction: rtl;

  font-size: 15px;
}

body .menu-out-side {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: #00000047;
}

body header {
  position: relative;
  background-color: #f6f6f6;
  z-index: 999;
}
body header .desktop {
  padding-top: 16px;
}


body header .search-mobile {
  display: none;
}

body header .mobile-menu {
  display: none;
}

body header .mobile {
  display: none;
}

body header .container .main-logo {
  display: block;
}

body header .container .main-logo img {
  width: auto;
  height: 35px;
}

body header .container .main-logo-dark {
  display: none;
}

body header .container .search {
  position: relative;
  padding-bottom: 15px;
}

body header .container .search .form-control {

  padding: 0.575rem 0.75rem 0.575rem 5rem;
  font-size: 0.9rem;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}

body header .container .search .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #c1c1c1;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rounded-lg {
  border-radius: 50px;
}
body header .container .search .search-btns {
  position: absolute;
  left: 15px;
  top: 9px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

body header .container .search .search-btns a:first-child svg {
  width: 19px;
}

body header .container .search .search-btns a:first-child svg path {
  fill: var(--color-primary);
}

body header .container .search .search-btns a:first-child:hover svg path {
  fill: var(--color-primary);
}

body header .container .search .search-btns a:last-child svg {
  width: 16px;
  position: relative;
  top: 2px;
}

body header .container .search .search-btns a:last-child:hover svg path {
  fill: #a0a0a0 !important;
}

body header .container .search .search-btns .line {
  width: 2px;
  height: 16px;
  background-color: #d8d8d8;
  margin: 0 7px;
  position: relative;
  top: 5px;
}

body header .container .search .search-btns #deleteSearchInputValue {
  display: none;
}

body header .container .user {
  position: relative;
  width: 126px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: end;
}

body header .container .user .guest-user {
  display: inline-block;
  color: #13273f;
  margin: 0 4px;
}

body header .container .user .last {
  margin: 0 4px 0 16px;
}

body header .container .user .hover {
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
  cursor: pointer;
  z-index: 101;
}

body header .container .user .hover img {
  width: 40px;
  cursor: pointer;
}

body header .container .user .hover span {
  font-size: 13px;
  color: #212529;
  cursor: pointer;
}

body header .container .user .user-menu {
  display: none;
  position: absolute;
  width: 250px;
  left: 0;
  top: 50px;
  opacity: 1;
  margin-top: -5px;
  text-align: right;
  background-color: #fff;
  border: 2px solid #f6f6f6;
  -webkit-box-shadow: 0px 0px 16px -15px #1d1d1d;
  box-shadow: 0px 0px 16px -15px #1d1d1d;
  border-radius: 8px;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  z-index: 999;
}

body header .container .user .user-menu li a {
  display: block;
  font-size: 14px;
  color: #212529;
  padding: 17px 20px 17px 0;
}

body header .container .user .user-menu li a svg {
  margin-left: 10px;
}

body header .container .user .user-menu li span {
  display: inline-block;
  margin-right: 10px;
}

body header .container .user .user-menu li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 17px 20px 17px 20px;
}

body header .container .user .user-menu li .btn.active,
body header .container .user .user-menu li .btn:active {
  background-image: none;
}

body header .container .user .user-menu li .btn-check:focus + .btn,
body header .container .user .user-menu li .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body header .container .user .user-menu li:hover {
  background-color: #f5f5f5;
}

body header .container .user:hover .hover + .user-menu,
body header .container .user:hover .user-menu:hover {
  display: block;
}

body header .btn-dark-blue {
  background-color: #13273e;
  color: #fff;
  border-radius: 8px;
  padding: 4px 15px;
  font-size: 14px;
}

body header .btn-dark-blue:hover {
  color: #fff;
  background-color: #0f1d2e;
}

body header .btn-green {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  margin-left: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 0;
}

body header .btn-green svg path {
  fill: var(--color-primary);
}

body header .btn-green:hover {
  background-color: #c71f30;
}

body header .btn-green:hover svg path {
  fill: #fff;
}

body header #main-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0px 3px 11px -7px #383838;
  box-shadow: 0px 3px 11px -7px #383838;
  margin-top: 0px;
  z-index: 1000;
  overflow: hidden;
}

body header #main-menu a {
  color: #000;
}

body header #main-menu .main-menu-ul li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

body header #main-menu .main-menu-ul li:nth-child(1) {
  -webkit-animation: fadeRightToLeft 0.15s;
  animation: fadeRightToLeft 0.15s;
}

body header #main-menu .main-menu-ul li:nth-child(2) {
  -webkit-animation: fadeRightToLeft 0.3s;
  animation: fadeRightToLeft 0.3s;
}

body header #main-menu .main-menu-ul li:nth-child(3) {
  -webkit-animation: fadeRightToLeft 0.45s;
  animation: fadeRightToLeft 0.45s;
}

body header #main-menu .main-menu-ul li:nth-child(4) {
  -webkit-animation: fadeRightToLeft 0.6s;
  animation: fadeRightToLeft 0.6s;
}

body header #main-menu .main-menu-ul li:nth-child(5) {
  -webkit-animation: fadeRightToLeft 0.75s;
  animation: fadeRightToLeft 0.75s;
}

body header #main-menu .main-menu-ul li:nth-child(6) {
  -webkit-animation: fadeRightToLeft 0.9s;
  animation: fadeRightToLeft 0.9s;
}

body header #main-menu .main-menu-ul li:nth-child(7) {
  -webkit-animation: fadeRightToLeft 1.05s;
  animation: fadeRightToLeft 1.05s;
}

body header #main-menu .main-menu-ul li:nth-child(8) {
  -webkit-animation: fadeRightToLeft 1.2s;
  animation: fadeRightToLeft 1.2s;
}

body header #main-menu .main-menu-ul li:nth-child(9) {
  -webkit-animation: fadeRightToLeft 1.35s;
  animation: fadeRightToLeft 1.35s;
}

body header #main-menu .main-menu-ul li:nth-child(10) {
  -webkit-animation: fadeRightToLeft 1.5s;
  animation: fadeRightToLeft 1.5s;
}

body header #main-menu .main-menu-ul li:hover {
  background-color: #f5f5f5;
}

body header #main-menu ul li {
  padding: 20px 11px;
  cursor: pointer;
  border-right: 4px solid transparent;
}

body header #main-menu ul li:hover {
  background-color: #f5f5f5;
}

body header #main-menu ul .active-nav {
  border-right: 4px solid var(--color-primary);
}

body header #main-menu ul .active-nav:last-child {
  border-bottom-right-radius: 20px;
}

body header #main-menu .left-box {
  display: none;
  -webkit-animation: fadeIn 0.7s;
  animation: fadeIn 0.7s;
}

body header #main-menu .left-box .last-child {
  border-bottom-left-radius: 20px;
}

body header nav {
  display: inline-block;
  margin-top: 9px;
  padding-bottom: 18px;
  cursor: pointer;
}

body header nav .line-hamburger {
  width: 20px;
  height: 2.8px;
  background-color: #989ba0;
  margin-bottom: 2.8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body header nav .line-hamburger:last-child {
  margin-bottom: 0;
}

body header nav span {
  color: #323232;
  margin: 0 6px;
  cursor: pointer;
}

body header nav svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body header nav:hover .line-hamburger {
  background-color: #7e8085;
}

body header nav:hover span {
  color: #5c5e63;
}

body header nav:hover svg path {
  color: #5c5e63;
}

body header nav:hover .line-hamburger {
  background-color: #7e8085;
}

body header nav:hover .line-hamburger:nth-child(1) {
  width: 10px;
}

body header nav:hover .line-hamburger:nth-child(2) {
  width: 15px;
}

body header nav:hover span {
  color: #5c5e63;
}

body header nav:hover svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body header nav:hover svg path {
  color: #5c5e63;
}

body header .active .line-hamburger {
  background-color: #7e8085;
}

body header .active .line-hamburger:nth-child(1) {
  width: 10px;
}

body header .active .line-hamburger:nth-child(2) {
  width: 15px;
}

body header .active span {
  color: #5c5e63;
}

body header .active svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body header .active svg path {
  color: #5c5e63;
}

body header .call-us {
  margin-right: 16px;
}

body header .call-us a {
  color: #a9abae;
  transform: translateY(2px);
}
body header .call-us a:hover {
  color: #707072;
}

body .fiexd-menu-scroll-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 83px !important;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  overflow: hidden;
  background-color: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaaaaa;
  z-index: 999;
}

body .fiexd-menu-scroll-top .desktop .row .fiexd-menu-hide {
  display: none !important;
}

body .fiexd-menu-scroll-top .desktop .row .fiexd-menu-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 6px;
}

body .fiexd-menu-scroll-top .desktop .row .fiexd-menu-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

body .fiexd-menu-scroll-top .desktop .row .fiexd-menu-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

body .fiexd-menu-scroll-top .desktop .row .fiexd-lg-3 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 25% !important;
}

body .fiexd-menu-scroll-top .col-lg-3 {
  margin-top: 3px;
}

body .fiexd-menu-scroll-top #menuOutSide1 {
  display: none;
  position: fixed;
  background: #0000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

body .fiexd-menu-scroll-top .container .search {
  position: relative;
}

body .fiexd-menu-scroll-top .container .search .form-control {

  padding: 0.575rem 0.75rem 0.575rem 5rem;
  font-size: 0.9rem;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}

body .fiexd-menu-scroll-top .container .search .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #c1c1c1;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body .fiexd-menu-scroll-top .container .search .search-btns {
  position: absolute;
  left: 15px;
  top: 10px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

body .fiexd-menu-scroll-top .container .search .search-btns a:first-child svg {
  width: 19px;
}

body .fiexd-menu-scroll-top .container .search .search-btns a:first-child:hover svg path {
  fill: #14b863 !important;
}

body .fiexd-menu-scroll-top .container .search .search-btns a:last-child svg {
  width: 16px;
  position: relative;
  top: 2px;
}

body .fiexd-menu-scroll-top .container .search .search-btns a:last-child:hover svg path {
  fill: #a0a0a0 !important;
}

body .fiexd-menu-scroll-top .container .search .search-btns .line {
  width: 2px;
  height: 16px;
  background-color: #d8d8d8;
  margin: 0 7px;
  position: relative;
  top: 5px;
}

body .fiexd-menu-scroll-top .container .search .search-btns #deleteSearchInputValue1 {
  display: none;
}

body .fiexd-menu-scroll-top .container .user {
  position: relative;
}

body .fiexd-menu-scroll-top .container .user .guest-user {
  display: inline-block;
  color: #13273f;
  margin: 0 4px;
}

body .fiexd-menu-scroll-top .container .user .hover {
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
  cursor: pointer;
  z-index: 101;
}

body .fiexd-menu-scroll-top .container .user .hover img {
  width: 40px;
  cursor: pointer;
}

body .fiexd-menu-scroll-top .container .user .hover span {
  font-size: 13px;
  color: #212529;
  cursor: pointer;
}

body .fiexd-menu-scroll-top .container .user #user-menu1 {
  display: none;
  position: absolute;
  opacity: 1;
  margin-top: -5px;
  width: 100%;
  text-align: right;
  background-color: #fff;
  border: 2px solid #f6f6f6;
  -webkit-box-shadow: 0px 0px 16px -15px #1d1d1d;
  box-shadow: 0px 0px 16px -15px #1d1d1d;
  border-radius: 8px;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  z-index: 999;
}

body .fiexd-menu-scroll-top .container .user #user-menu1 li {
  padding: 17px 20px 17px 0;
}

body .fiexd-menu-scroll-top .container .user #user-menu1 li svg {
  margin-left: 10px;
}

body .fiexd-menu-scroll-top .container .user #user-menu1 li a {
  display: inline-block;
  font-size: 14px;
  color: #212529;
  vertical-align: middle;
}

body .fiexd-menu-scroll-top .container .user #user-menu1 li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 17px 20px 17px 20px;
}

body .fiexd-menu-scroll-top .container .user #user-menu1 li .btn.active,
body .fiexd-menu-scroll-top .container .user #user-menu1 li .btn:active {
  background-image: none;
}

body .fiexd-menu-scroll-top .container .user #user-menu1 li .btn-check:focus + .btn,
body .fiexd-menu-scroll-top .container .user #user-menu1 li .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body .fiexd-menu-scroll-top .container .user #user-menu1 li:hover {
  background-color: #f5f5f5;
}

body .fiexd-menu-scroll-top .container .user #user-menu1:hover {
  display: block;
}

body .fiexd-menu-scroll-top nav {
  display: inline-block;
  margin-top: 9px;
  padding-bottom: 20px;
  cursor: pointer;
}

body .fiexd-menu-scroll-top nav .line-hamburger {
  width: 20px;
  height: 2.8px;
  background-color: #989ba0;
  margin-bottom: 2.8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .fiexd-menu-scroll-top nav .line-hamburger:last-child {
  margin-bottom: 0;
}

body .fiexd-menu-scroll-top nav span {
  color: #7c7f83;
  margin: 0 6px;
  cursor: pointer;
}

body .fiexd-menu-scroll-top nav svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .fiexd-menu-scroll-top nav:hover .line-hamburger {
  background-color: #7e8085;
}

body .fiexd-menu-scroll-top nav:hover span {
  color: #5c5e63;
}

body .fiexd-menu-scroll-top nav:hover svg path {
  color: #5c5e63;
}

body .fiexd-menu-scroll-top .active1 .line-hamburger {
  background-color: #7e8085;
}

body .fiexd-menu-scroll-top .active1 .line-hamburger:nth-child(1) {
  width: 10px;
}

body .fiexd-menu-scroll-top .active1 .line-hamburger:nth-child(2) {
  width: 15px;
}

body .fiexd-menu-scroll-top .active1 span {
  color: #5c5e63;
}

body .fiexd-menu-scroll-top .active1 svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body .fiexd-menu-scroll-top .active1 svg path {
  color: #5c5e63;
}

body .fiexd-menu-scroll-top .call-us {
  margin-right: 13px;
  padding-right: 13px;
  border-right: 2px solid #383838;
}

body .fiexd-menu-scroll-top .call-us a {
  color: #0d0d0d;
}

body .fiexd-menu-scroll-top #main-menu1 {
  display: none;
  position: absolute;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0px 3px 11px -7px #383838;
  box-shadow: 0px 3px 11px -7px #383838;
  margin-top: 10px;
  z-index: 1000;
}

body .fiexd-menu-scroll-top #main-menu1 a {
  color: #000;
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li:nth-child(1) {
  -webkit-animation: fadeRightToLeft 0.15s;
  animation: fadeRightToLeft 0.15s;
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li:nth-child(2) {
  -webkit-animation: fadeRightToLeft 0.3s;
  animation: fadeRightToLeft 0.3s;
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li:nth-child(3) {
  -webkit-animation: fadeRightToLeft 0.45s;
  animation: fadeRightToLeft 0.45s;
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li:nth-child(4) {
  -webkit-animation: fadeRightToLeft 0.6s;
  animation: fadeRightToLeft 0.6s;
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li:nth-child(5) {
  -webkit-animation: fadeRightToLeft 0.75s;
  animation: fadeRightToLeft 0.75s;
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li:nth-child(6) {
  -webkit-animation: fadeRightToLeft 0.9s;
  animation: fadeRightToLeft 0.9s;
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li:nth-child(7) {
  -webkit-animation: fadeRightToLeft 1.05s;
  animation: fadeRightToLeft 1.05s;
}

body .fiexd-menu-scroll-top #main-menu1 .main-menu-ul li:hover {
  background-color: #f5f5f5;
}

body .fiexd-menu-scroll-top #main-menu1 ul li {
  padding: 20px 13px;
  cursor: pointer;
  border-right: 4px solid transparent;
}

body .fiexd-menu-scroll-top #main-menu1 ul li:hover {
  background-color: #f5f5f5;
}

body .fiexd-menu-scroll-top #main-menu1 ul .active-nav1 {
  border-right: 4px solid var(--color-primary);
}

body .fiexd-menu-scroll-top #main-menu1 ul .active-nav1:last-child {
  border-bottom-right-radius: 20px;
}

body .fiexd-menu-scroll-top #main-menu1 .left-box {
  display: none;
  -webkit-animation: fadeIn 0.7s;
  animation: fadeIn 0.7s;
}

body .fiexd-menu-scroll-top #main-menu1 .left-box li:last-child {
  border-bottom-left-radius: 20px;
}

body #border-link {
  border-bottom: 2px solid #dedede;
  margin-bottom: -34px;
  margin-top: 27px;
}

body section .search-d-section {
  position: relative;
  display: none;
  z-index: 100;
  padding: 20px 0;
  background-color: #fff;
}

body section .search-d-section .tags {
  margin: 10px 0;
}

body section .search-d-section .tags h6 {
  font-size: 17px;
  display: inline-block;
  background-color: #fff;
}

body section .search-d-section .tags ul {
  display: inline-block;
  background-color: #fff;
  margin-right: -3px;
}

body section .search-d-section .tags ul li {
  display: inline-block;
  margin: 0 5px;
}

body section .search-d-section .tags ul li a {
  display: inline-block;
  font-size: 13px;
  background: #f8f8f8;
  color: #13273f;
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-right: 9px;
  margin-top: 10px;
  border-radius: 8px;
}

body section .search-d-section .tags ul li a:hover {
  background: #f0f0f0;
}

body section .search-d-section .box-search {
  margin-top: 29px;
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

body section .search-d-section .box-search a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

body section .search-d-section .box-search a:hover img {
  -webkit-transform: scale(1.17);
  transform: scale(1.17);
}

body section .search-d-section .box-search img {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

body section .search-d-section .box-search h5 {
  color: #282828;
  margin-top: 15px;
}

body section .search-d-section .box-search h5:hover {
  opacity: 0.8;
}

body section .search-d-section hr {
  margin: 2.5rem 0;
  color: #e4e4e4;
  opacity: 1;
}

body section .search-d-section .btn-dark-blue {
  color: #fff;
  background-color: #13273f;
  border-radius: 8px;
  margin-right: 16px;
}
body section .search-d-section .text-start {
  display: flex;
  align-items: center;
}

body section .search-d-section .btn-dark-blue:hover {
  background-color: #0d1c2e;
}

body section .search-d-section .line {
  height: 2px;
  flex: 1;
  background-color: #e4e4e4;
}
body section .search-d-section .text-start {
  align-items: center;
  display: flex;
}
body section .slider-mobile {
  display: none;
}

body section #mainMenuBackground,
body section #mainMenuBackground1,
body section #mainMenuBackground2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #00000047;
}

body section .phone-number {
  margin-top: 30px;
  background-color: #fff;
  padding: 7px 0;
  border-bottom: 2px solid var(--color-primary);
  border-top: 2px solid #f6f6f6;
  text-align: center;
}

body section .phone-number .gry-color {
  color: #a8adbd;
}

body section .phone-number svg {
  width: 39px;
  vertical-align: text-bottom;
}

body section .phone-number svg path {
  fill: var(--color-primary);
}

body footer {
  background-color: #fafafa;
}

body footer .mobile {
  display: none;
}

body footer .top-footer {
  padding: 50px 0;
}

body footer .top-footer .q-menu h5 {
  margin-bottom: 30px;
}

body footer .top-footer .q-menu ul li {
  margin-top: 20px;
}

body footer .top-footer .q-menu ul li a {
  color: #616161;
}

body footer .top-footer .q-menu ul li a:hover {
  color: #3a3a3a;
}

body footer .top-footer .trust .green {
  color: var(--color-primary);
}

body footer .top-footer .trust .footer-logo img {
  width: 188px !important;
}

body footer .top-footer .trust .footer-logo-dark {
  display: none;
}

body footer .top-footer .trust p {
  color: #616161;
}

body footer .top-footer .pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

body footer .top-footer .pay div {
  background-color: #fff;
  border-radius: 8px;
  width: 120px;
  height: 120px;
  margin: 5px;
}

body footer .top-footer .pay div a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body footer .top-footer .pay div:nth-child(3) img, body footer .top-footer .pay div:nth-child(4) img {
  width: 70px;
  height: 72px;
  border-radius: 8px;
}

body footer .bottom-footer {
  background-color: #f4f4f4;
  text-align: center;
  padding: 15px 0;
}

body footer .bottom-footer p {
  color: #13273f;
}

body footer .bottom-footer p a {
  color: #fb3449;
}
body footer .bottom-footer p span {
  color: #fb3549;
}

body footer .bottom-footer p a:hover {
  color: #fb3449;
}
/*# sourceMappingURL=main.css.map */

body header .container .user .hover img{
  height: 40px;
}


body header #main-menu ul li,
body header #main-menu .main-menu-ul li{
  min-width: 190px;
}
.errorNotFound {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.errorNotFound h1 {
  font-size: 36px;
}

.errorNotFound img {
  width: 50%;
  margin: 0 0px;
}

.errorNotFound p {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 15px;
}

.errorNotFound a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  min-width: 20%;
  border: 1px solid #dc3545;
  color: #dc3545;
  position: relative;
  margin: 30px auto;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.errorNotFound a:hover{
  color: #fff;
  background-color: #dc3545;
}

body section .about-section ,
body section .about-section font,
.question-section,
.question-section font{

}

body section .images-section .img-box .detail-box .img-text{
  top: 0 !important;
}

.go-top {
  display: none;
  background-color: #a5a5a5;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 20px;
  position: fixed;
  bottom: 60px;
  left: 45px;
  z-index: 1000;
  color: #fff;
  line-height: 60px;
  cursor: pointer;
}
.go-top.show {
  opacity: 1;
  visibility: visible;
}

.post-menu > div {
  display: flex;
  align-items: center;
}

body footer .copy-right {
  text-align: center;
}

body footer .copy-right p {
  color: #6c757e;
}

body footer .copy-right p a {
  color: var(--theme-color);
}

body footer .copy-right p a:hover {
  color: var(--theme-color-hover);
}

.copy-right span {
  color: #FB3549;
}
.shop-btn {
  margin-top: -7px;
}
.shop-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid #dc3545;
}
body section .post-content .squer-box .post-box h2 {
  font-size: 1.3rem;
}
body section .about-section .box-shadow-bottom h1 {
  font-size: 28px;
  font-weight: bold;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: rgba(0,0,0,0.2) !important;
}
.post-details tbody{
  border: 1px solid !important;
}

.post-details td{
  border: 1px solid !important;
}

.post-details td p{
  display:flex;
  width:100%;
  height:100%;
  justify-content:center;
  align-items:center;
}

.post-details ul {
  padding-right: 25px !important;
  line-height: 27px !important;
}
.post-details ul li {
  list-style: unset !important;
}

.post-details h2 {
  margin: 15px 0;
}

.post-details h3 {
  font-size: 20px !important;
  margin: 15px 0;
}
