.text-blue {
  color: #40A8C4;
}

.text-blue-light {
  color: #A2D5F2;
}

.text-blue-dark {
  color: #07689F;
}

.text-yellow {
  color: #FDB827;
}

.text-error {
  color: #D04848;
}

.text-gray {
  color: #768591;
}

.text-gray-light {
  color: #d5d4d4;
}

.bg-blue {
  background-color: #40A8C4;
}

.bg-blue-light {
  background-color: #A2D5F2;
}

.bg-blue-dark {
  background-color: #07689F;
}

.bg-yellow {
  background-color: #FDB827;
}

.bg-error {
  background-color: #D04848;
}

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

.bg-gray-light {
  background-color: #d5d4d4;
}

@font-face {
  font-family: "IRANSans";
  font-weight: 500;
  src: url("./fonts/ttf/IRANSansWeb(FaNum).ttf");
  /* IE9 Compat Modes */
  src: url("./fonts/eot/IRANSansWeb(FaNum).eot") format("embedded-opentype"), url("./fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("./fonts/woff/IRANSansWeb(FaNum).woff") format("woff");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "IRANSans";
  font-weight: bold;
  src: url("./fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf");
  /* IE9 Compat Modes */
  src: url("./fonts/eot/IRANSansWeb(FaNum)_Bold.eot") format("embedded-opentype"), url("./fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("./fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "IRANSans";
  font-weight: 400;
  src: url("./fonts/ttf/IRANSansWeb(FaNum)_Light.ttf");
  /* IE9 Compat Modes */
  src: url("./fonts/eot/IRANSansWeb(FaNum)_Light.eot") format("embedded-opentype"), url("./fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("./fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "IRANSans";
  font-weight: 600;
  src: url("./fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf");
  /* IE9 Compat Modes */
  src: url("./fonts/eot/IRANSansWeb(FaNum)_Medium.eot") format("embedded-opentype"), url("./fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("./fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff");
  /* Safari, Android, iOS */
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "IRANSans";
  font-weight: 500;
  direction: rtl;
  text-align: right;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  z-index: 0;
  padding-top: 100px;
  color: #373A40;
  background-color: #fdfdfd;
}
body::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1000px;
  background-image: url("./../img/bg-image-bottom.png");
  background-size: 100% 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  body::after {
    height: 2000px;
  }
}

* {
  box-sizing: border-box;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  color: inherit;
}

input,
textarea {
  background-color: transparent;
  border: none;
  font-weight: 500;
}

button {
  background: none;
  border: none;
}

button,
a {
  display: inline-block;
  transition: 0.3s;
  outline: 0 !important;
}

button:focus {
  outline: 0 !important;
}

button[disabled]:hover {
  box-shadow: none !important;
  transform: unset !important;
}

input,
textarea {
  outline: none !important;
}

.font-bold {
  font-weight: bold;
}

.font-semibold {
  font-weight: 600;
}

.text-one-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-xs {
  font-size: 0.6em;
}

.text-sm {
  font-size: 0.85em;
}

.text-one-line {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.text-2-line {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.text-3-line {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cccccc;
}

.hidden-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}

h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
}

h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 42px;
}

h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
}

h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
}

h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}

.btn-primary {
  background-color: #40A8C4;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 24px;
  border: 1px solid #40A8C4;
  font-size: 0.95em;
  text-wrap: nowrap;
}
.btn-primary:hover {
  background-color: #07689F;
}

.btn-yellow {
  background-color: #FDB827;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 24px;
  border: 1px solid #FDB827;
  font-size: 0.95em;
}
.btn-yellow:hover {
  background-color: #FDB827;
}

.btn-white {
  background-color: #ffffff;
  border: 1px solid #768591;
  color: #373A40;
  border-radius: 25px;
  padding: 10px 24px;
  font-size: 0.95em;
}
.btn-white:hover {
  background-color: #FDB827;
  border: 1px solid #FDB827;
  color: #ffffff;
}

.btn-square {
  height: 45px;
  width: 45px;
  border-radius: 15px;
  border: 1px solid #768591;
  color: #768591;
}
.btn-square svg {
  height: 24px;
}
.btn-square:hover, .btn-square.active {
  color: #07689F;
  border: 1px solid #07689F;
  background-color: rgba(64, 168, 196, 0.4);
}
@media only screen and (max-width: 768px) {
  .btn-square {
    height: 38px;
    width: 38px;
    border-radius: 12px;
  }
  .btn-square svg {
    height: 18px;
  }
}

header {
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eae9e9;
  box-shadow: 0 1px 6px rgba(118, 133, 145, 0.2);
  z-index: 100;
}
header .btn-open-menu .arrow {
  transition: 0.3s;
  display: inline-block;
}
header .btn-open-menu .menu-icon {
  display: inline-block;
}
header .btn-open-menu .close-icon {
  display: none;
}
header .btn-open-menu.active .arrow {
  transform: rotate(180deg);
}
header .btn-open-menu.active .menu-icon {
  display: none;
}
header .btn-open-menu.active .close-icon {
  display: inline-block;
}
header .logo {
  height: 40px;
}
header .logo img {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  header .logo {
    height: 30px;
  }
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 70px;
  height: 575px;
  display: none;
}
.navigation .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.navigation .navigation-menu {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.navigation .navigation-menu .bg-active {
  background-color: rgba(162, 213, 242, 0.2);
}
.navigation .parents {
  width: 320px;
  border-left: 1px solid #dcdcdc;
  padding: 10px;
  height: 100%;
  overflow: auto;
}
.navigation .parents .parent .parent-click-able {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.navigation .parents .parent .parent-click-able .icon {
  height: 40px;
}
.navigation .parents .parent .parent-click-able .icon svg {
  height: 100%;
}
.navigation .child-level-1-items {
  width: 320px;
  height: 100%;
  position: absolute;
  right: 320px;
  top: 0;
  display: none;
  border-left: 1px solid #dcdcdc;
  padding: 8px;
  font-size: 0.95em;
}
.navigation .child-level-1-items .child-level-1-click-able {
  padding: 10px;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.navigation .child-level-1-items .child-level-1-click-able .arrow {
  width: 10px;
  transition: 0.3s;
  display: none;
}
.navigation .child-level-1-items .child-level-1-click-able .arrow svg {
  width: 100%;
}
.navigation .child-level-1-items .child-level-1-click-able.bg-active .arrow {
  transform: rotate(-90deg);
}
.navigation .child-level-2-items {
  width: 500px;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 320px;
  top: 0;
  display: none;
  padding: 10px;
  font-size: 0.9em;
}
.navigation .child-level-2-items .child-level-2 {
  padding: 8px;
  border-radius: 5px;
  display: block;
}
.navigation .child-level-2-items .child-level-2:hover {
  color: #40A8C4;
}
@media only screen and (max-width: 768px) {
  .navigation .navigation-menu {
    top: 63px;
    left: 0;
    position: fixed;
    width: 100%;
    height: calc(100vh - 65px);
  }
  .navigation .parents {
    width: 100px;
    height: 100%;
    padding: 5px;
    overflow: auto;
  }
  .navigation .parents .parent .parent-click-able {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .navigation .parents .parent .parent-click-able .icon {
    height: 35px;
  }
  .navigation .child-level-1-items {
    width: calc(100% - 100px);
    position: absolute;
    right: 100px;
    height: 100%;
    overflow: auto;
  }
  .navigation .child-level-1-items .child-level-1-click-able .arrow {
    display: block;
  }
  .navigation .child-level-2-items {
    width: auto;
    position: static;
    top: 0;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navigation-menu {
    max-width: 700px;
  }
  .navigation .parents {
    width: 225px;
  }
  .navigation .child-level-1-items {
    width: 225px;
    right: 225px;
  }
  .navigation .child-level-2-items {
    width: 250px;
    right: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation .navigation-menu {
    max-width: 950px;
  }
  .navigation .parents {
    width: 300px;
  }
  .navigation .child-level-1-items {
    width: 300px;
    right: 300px;
  }
  .navigation .child-level-2-items {
    width: 350px;
    right: 300px;
  }
}

.dropdown-profile {
  position: relative;
}
.dropdown-profile .dropdown-items {
  position: absolute;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  top: calc(100% + 8px);
  left: 0;
  width: 250px;
  background-color: #ffffff;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  display: none;
}
.dropdown-profile .dropdown-items a:hover {
  color: #40A8C4;
}
@media only screen and (max-width: 575px) {
  .dropdown-profile .dropdown-items {
    width: 225px;
  }
}

footer {
  background-color: rgba(162, 213, 242, 0.2);
}
footer .contact-us .contact-us-item .icon {
  height: 45px;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  border-radius: 15px;
  background-color: rgba(64, 168, 196, 0.2);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07689F;
}
footer .contact-us .contact-us-item .item-title {
  font-size: 0.8em;
  margin-bottom: 1px;
}
footer .copy-right {
  background-color: #07689F;
}
footer .copy-right .cony-text {
  font-size: 0.95em;
}
footer .socials-network {
  gap: 10px;
}
footer .links a:hover {
  color: #07689F;
}

.breadcrumb-page {
  color: #40A8C4;
  font-size: 0.95em;
  list-style-type: none;
  padding: 0;
}
.breadcrumb-page .item {
  margin-right: 10px;
  display: inline-block;
  color: #717171;
}
.breadcrumb-page .item:after {
  content: "/";
  opacity: 0.7 !important;
  margin-right: 5px;
}
.breadcrumb-page .item:last-child:after {
  display: none;
}
.breadcrumb-page .item a:hover {
  color: #40A8C4;
}

.banner {
  display: block;
}
.banner img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.special-article {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.special-article .img {
  height: 175px;
  overflow: hidden;
  width: 50%;
  min-width: 50%;
}
.special-article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.special-article .title {
  transition: 0.3s;
}
.special-article .description {
  font-size: 0.95em;
}
.special-article .footer {
  font-size: 0.75em;
}
.special-article .footer .category {
  background-color: rgba(64, 168, 196, 0.15);
  color: #07689F;
  padding: 3px 10px;
  border-radius: 5px;
  max-width: 50%;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.special-article .footer .date {
  color: #768591;
}
.special-article:hover .title {
  color: #40A8C4;
}
.special-article:hover .img img {
  transform: scale(1.05);
}
@media only screen and (max-width: 575px) {
  .special-article {
    display: block;
    margin-bottom: 35px;
  }
  .special-article .img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.cards-slider .swiper-slide {
  width: 300px !important;
  height: auto !important;
}
.cards-slider .head-section {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards-slider .head-section .text {
  background-color: #fdfdfd;
  display: inline-block;
  padding-left: 10px;
  color: #373A40;
}
.cards-slider .head-section:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background-color: rgba(7, 104, 159, 0.1);
  z-index: -1;
}
.cards-slider .card-slider {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  transition: 0.3s;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cards-slider .card-slider .img {
  height: 150px;
  width: 100%;
  overflow: hidden;
}
.cards-slider .card-slider .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cards-slider .card-slider .body {
  padding: 12px;
}
.cards-slider .card-slider .title {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
  transition: 0.3s;
}
.cards-slider .card-slider .description {
  font-size: 0.9em;
  opacity: 0.85;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 45px;
  overflow: hidden;
}
.cards-slider .card-slider .tags {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  padding: 10px;
  font-size: 0.7em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.cards-slider .card-slider .tags .tag {
  background-color: #40A8C4;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 25px 0 25px 25px;
  border: 1px solid #ffffff;
}
.cards-slider .card-slider .tags .offer {
  background-color: #FF473B;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 25px 0 25px 25px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
}
.cards-slider .card-slider:hover {
  border-color: #07689F;
}
.cards-slider .card-slider:hover .title {
  color: #07689F;
}
.cards-slider .card-slider:hover .img img {
  transform: scale(1.08);
}
.cards-slider .arrows-slider {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fdfdfd;
  padding-right: 10px;
}
.cards-slider .arrows-slider .arrow-slider {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #768591;
  border: 1px solid #768591;
}
.cards-slider .arrows-slider .arrow-slider:hover {
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.05);
}
.cards-slider .arrows-slider .arrow-slider.swiper-button-disabled {
  opacity: 0.5;
}
.cards-slider .arrows-slider .arrow-slider.swiper-button-disabled:hover {
  box-shadow: none;
}
.cards-slider.blue-theme .head-section .text {
  color: #07689F;
}
.cards-slider.blue-theme .head-section:after {
  background-color: rgba(7, 104, 159, 0.1);
}
.cards-slider.blue-theme .arrows-slider .arrow-slider {
  background-color: #ffffff;
  color: #07689F;
  border: 1px solid #07689F;
}
@media only screen and (max-width: 768px) {
  .cards-slider .arrows-slider {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .cards-slider .swiper-slide {
    width: 225px !important;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 22px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
.index-page .search-box {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 2px 15px 5px rgba(7, 104, 159, 0.08);
  width: 75%;
  margin: 0 auto;
}
.index-page .search-box .select-types-search {
  border-bottom: 1px solid #e0e0e0;
}
.index-page .search-box .select-types-search .select-type-search {
  border-right: 1px solid #e0e0e0;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  color: #768591;
}
.index-page .search-box .select-types-search .select-type-search:hover {
  color: #40A8C4;
}
.index-page .search-box .select-types-search .select-type-search:first-child {
  border-right: 1px solid transparent;
}
.index-page .search-box .select-types-search .select-type-search:after {
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: transparent;
  transition: 0.3s;
}
.index-page .search-box .select-types-search .select-type-search.active {
  color: #40A8C4;
}
.index-page .search-box .select-types-search .select-type-search.active:after {
  background-color: #40A8C4;
}
.index-page .search-box .select-input {
  border: 1px solid #d5d4d4;
  color: rgba(118, 133, 145, 0.8);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s;
}
.index-page .search-box .select-input:hover {
  border: 1px solid #40A8C4;
}
.index-page .search-box .select-location {
  min-width: 175px;
}
.index-page .search-box .select-value {
  display: none;
  color: #373A40;
}
.index-page .search-box .btn-search {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .index-page .search-box {
    width: 100%;
  }
  .index-page .search-box .select-location {
    min-width: 100%;
  }
  .index-page .search-box .btn-search {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .index-page .search-box {
    width: 100%;
  }
}
.index-page .categories-slider .swiper-slide {
  height: auto !important;
  padding: 15px 8px;
}
.index-page .categories-slider .category {
  display: block;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 1.05em;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 1px 10px 0 rgba(7, 104, 159, 0.15);
  border: 1px solid transparent;
}
.index-page .categories-slider .category .icon {
  width: 85px;
  margin: 0 auto 10px auto;
}
.index-page .categories-slider .category .title {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .categories-slider .category:hover {
  background-color: rgba(162, 213, 242, 0.3);
  border: 1px solid #07689F;
  color: #07689F;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.index-page .categories-slider .arrow-slider {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 9;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #40A8C4;
  border: 1px solid rgba(162, 213, 242, 0.4);
}
.index-page .categories-slider .next-arrow {
  left: -15px;
}
.index-page .categories-slider .prev-arrow {
  right: -15px;
}
.index-page .categories-slider .swiper-button-disabled {
  transform: scale(0);
}
@media only screen and (max-width: 768px) {
  .index-page .categories-slider .swiper-slide {
    width: 115px !important;
    padding: 15px 5px;
  }
  .index-page .categories-slider .category {
    padding: 10px 8px;
    font-size: 1em;
  }
  .index-page .categories-slider .category .icon {
    width: 55px;
    margin: 0 auto 5px auto;
  }
  .index-page .categories-slider .category .title {
    height: 45px;
  }
  .index-page .categories-slider .arrow-slider {
    display: none;
  }
}
.index-page .expert-adv {
  border-radius: 5px;
  position: relative;
}
.index-page .expert-adv .img {
  max-width: 450px;
  margin: auto;
}

.modal .search-input .input {
  border: 1px solid #d5d4d4;
  color: rgba(118, 133, 145, 0.8);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 8px var(0, 0, 0, 0.2);
}
.modal .search-input .text-error {
  font-size: 0.8em;
  padding-top: 2px;
}
.modal .search-input .text-error:empty {
  padding-top: 0;
}
.modal .search-results {
  max-height: calc(100vh - 200px);
  overflow: auto;
  font-size: 0.9em;
}
.modal .search-results .title-result {
  font-size: 1.05em;
}
.modal .search-results .search-result {
  border-bottom: 1px solid #d5d4d4;
  font-size: 0.95em;
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.modal .search-results .search-result:hover {
  background-color: rgba(64, 168, 196, 0.1);
}
.modal .search-results .dropdown-result {
  border-bottom: 1px solid #d5d4d4;
  font-size: 0.95em;
}
.modal .search-results .dropdown-result .d-header {
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.modal .search-results .dropdown-result .d-header .arrow {
  transition: 0.3s;
}
.modal .search-results .dropdown-result .d-header:hover {
  background-color: rgba(64, 168, 196, 0.1);
}
.modal .search-results .dropdown-result .d-items {
  display: none;
}
.modal .search-results .dropdown-result .d-items .d-item {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  cursor: pointer;
}
.modal .search-results .dropdown-result .d-items .d-item .circle-checkbox {
  color: transparent;
  height: 18px;
  width: 18px;
  border: 1px solid #d5d4d4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.modal .search-results .dropdown-result .d-items .d-item .circle-checkbox svg {
  color: transparent;
  transition: 0.3s;
}
.modal .search-results .dropdown-result .d-items .d-item.selected .circle-checkbox {
  border: 1px solid #40A8C4;
}
.modal .search-results .dropdown-result .d-items .d-item.selected .circle-checkbox svg {
  color: #40A8C4;
}
.modal .search-results .dropdown-result.active .d-header {
  background-color: rgba(64, 168, 196, 0.1);
}
.modal .search-results .dropdown-result.active .arrow {
  transform: rotate(180deg);
}

.landing-service .header-service {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #ffffff;
  z-index: 0;
  padding: 50px;
}
.landing-service .header-service:before {
  content: "";
  background-color: rgba(12, 53, 106, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.landing-service .header-service .title {
  font-size: 2em;
}
.landing-service .header-service .subtitle {
  font-size: 1.2em;
}
.landing-service .header-service .subtitle .num {
  font-size: 1.4em;
}
.landing-service .header-service .number-info {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
}
.landing-service .header-service .number-info .number {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .landing-service .header-service {
    padding: 30px;
  }
  .landing-service .header-service .title {
    font-size: 1.8em;
  }
  .landing-service .header-service .subtitle .num {
    font-size: 1.3em;
  }
  .landing-service .header-service .number-info .number {
    font-size: 1.3em;
  }
}
.landing-service .tabs-navigation-holder {
  position: sticky;
  top: 100px;
}
.landing-service .tabs-navigation-holder .tabs-navigation {
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  padding: 10px 0;
}
.landing-service .tabs-navigation-holder .tabs-navigation .select-nav {
  padding: 10px 15px;
  display: block;
  position: relative;
  cursor: pointer;
}
.landing-service .tabs-navigation-holder .tabs-navigation .select-nav:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 4px;
  height: 20px;
  border-radius: 10px 0 0 10px;
  background-color: transparent;
}
.landing-service .tabs-navigation-holder .tabs-navigation .select-nav.active {
  color: #40A8C4;
}
.landing-service .tabs-navigation-holder .tabs-navigation .select-nav.active:before {
  background-color: #40A8C4;
}
@media only screen and (max-width: 768px) {
  .landing-service .tabs-navigation-holder .tabs-navigation {
    padding: 0;
    display: flex;
    overflow: auto;
  }
  .landing-service .tabs-navigation-holder .tabs-navigation .select-nav {
    padding: 15px;
    text-wrap: nowrap;
  }
  .landing-service .tabs-navigation-holder .tabs-navigation .select-nav:before {
    right: calc(50% - 15px);
    top: unset;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 10px 10px 0 0;
  }
}
.landing-service .tab-content {
  border: 1px solid #d5d4d4;
  border-radius: 5px;
}
.landing-service .price-table .table-row {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.9em;
}
.landing-service .price-table .header-table {
  font-weight: 600;
}
.landing-service .price-table .body-table .table-row {
  background-color: rgba(64, 168, 196, 0.05);
}
.landing-service .price-table .body-table .table-row:nth-child(odd) {
  background-color: rgba(64, 168, 196, 0.15);
}
.landing-service .experts-slider .swiper-slide {
  width: 250px !important;
  height: auto !important;
  padding: 8px;
}
.landing-service .experts-slider .expert-card {
  padding: 15px;
  height: 100%;
  box-shadow: 0 1px 10px 0 rgba(118, 133, 145, 0.2);
  cursor: pointer;
  border-radius: 5px;
}
.landing-service .experts-slider .expert-card .img {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.landing-service .experts-slider .expert-card .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.landing-service .experts-slider .expert-card .filed {
  opacity: 0.7;
  font-size: 0.85em;
}
.landing-service .experts-slider .expert-card .rate {
  font-size: 0.75em;
  background-color: #FDB827;
  border-radius: 25px;
  padding: 3px 8px;
}
.landing-service .experts-slider .expert-card .comment-count {
  font-size: 0.8em;
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .landing-service .experts-slider .swiper-slide {
    width: 230px !important;
  }
}
.landing-service .comments .comment {
  box-shadow: 0 1px 10px 0 rgba(118, 133, 145, 0.2);
  padding: 15px;
  border-radius: 10px;
}
.landing-service .comments .comment .footer-comment {
  background-color: rgba(118, 133, 145, 0.1);
  font-size: 0.8em;
  border-radius: 5px;
}
.landing-service .comments .comment .date-created {
  font-size: 0.8em;
  color: #768591;
}
.landing-service .comments .label {
  text-wrap: nowrap;
}
.landing-service .comments .value {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 30px);
}
.landing-service .comments .expert .img {
  height: 25px;
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.landing-service .comments .expert .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.landing-service .comments .expert a:hover {
  color: #07689F;
}
.landing-service .comments .stars-rating {
  position: relative;
}
.landing-service .comments .stars-rating .deactivate-stars {
  color: #bcbaba;
}
.landing-service .comments .stars-rating .active-stars {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .landing-service .comments .comment .footer-comment {
    font-size: 0.85em;
  }
}

.join-page .header-slider {
  position: relative;
  padding-bottom: 75px;
}
.join-page .header-slider .swiper-slide {
  height: 400px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.join-page .header-slider .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #768591 -50%, rgba(0, 0, 0, 0) 70%);
  top: 0;
  left: 0;
  position: absolute;
}
.join-page .header-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.join-page .header-slider .swiper-pagination {
  bottom: 150px;
}
.join-page .header-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.7;
}
.join-page .header-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 25px;
  opacity: 1;
}
.join-page .header-slider .expert-form {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 15px 5px rgba(7, 104, 159, 0.1);
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: -50px;
  left: 5%;
  z-index: 1;
}
.join-page .header-slider .expert-form .select-input {
  border: 1px solid #d5d4d4;
  color: rgba(118, 133, 145, 0.8);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s;
}
.join-page .header-slider .expert-form .select-input:hover {
  border: 1px solid #40A8C4;
}
.join-page .header-slider .expert-form .select-location {
  min-width: 175px;
}
.join-page .header-slider .expert-form .select-value {
  display: none;
  color: #373A40;
}
.join-page .header-slider .expert-form .btn-search {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .join-page .header-slider {
    padding-bottom: 0;
  }
  .join-page .header-slider .swiper-slide {
    height: 200px;
  }
  .join-page .header-slider .swiper-pagination {
    bottom: 5px;
  }
  .join-page .header-slider .expert-form {
    position: static;
    width: 100%;
  }
  .join-page .header-slider .expert-form .select-location {
    min-width: 100%;
  }
  .join-page .header-slider .expert-form .btn-search {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .join-page .header-slider .swiper-slide {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .join-page .header-slider {
    padding-bottom: 200px;
  }
  .join-page .header-slider .expert-form {
    bottom: -200px;
  }
  .join-page .header-slider .expert-form .select-location {
    min-width: 100%;
  }
  .join-page .header-slider .expert-form .btn-search {
    width: 100%;
  }
}
.join-page .options {
  background-color: rgba(64, 168, 196, 0.15);
  padding-top: 50px;
}
.join-page .options .options-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.join-page .options .options-items .option-item {
  padding: 20px;
  border-radius: 5px;
  width: calc((100% - 20px) / 2);
  display: flex;
  gap: 15px;
}
.join-page .options .img-holder {
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(50px);
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.join-page .options .img-holder:before {
  content: "";
  background-color: rgba(12, 53, 106, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.join-page .options .img-holder .text {
  padding: 50px 15px;
}
.join-page .options .img-holder .text .number-info {
  padding-bottom: 1rem;
  text-align: center;
}
.join-page .options .img-holder .text .number-info .number {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 4px;
  color: #EBF400;
}
@media only screen and (max-width: 575px) {
  .join-page .options .options-items .option-item {
    width: 100%;
  }
  .join-page .options .img-holder .text {
    padding: 35px 15px;
  }
  .join-page .options .img-holder .text .number-info .number {
    font-size: 1.8em;
  }
}
.join-page .signup-levels .level-num {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 5px;
}
.join-page .signup-levels .level-num.bg-blue {
  background-color: rgba(64, 168, 196, 0.2);
  color: #40A8C4;
  border-bottom: 2px solid #40A8C4;
}
.join-page .signup-levels .level-num.bg-yellow {
  background-color: rgba(253, 184, 39, 0.2);
  color: #FDB827;
  border-bottom: 2px solid #FDB827;
}
.join-page .signup-levels .level-description {
  font-size: 0.95em;
}
@media only screen and (max-width: 575px) {
  .join-page .signup-levels .level-num {
    width: 25px;
    height: 25px;
  }
}
.join-page .questions .question {
  border: 1px solid #d5d4d4;
  border-radius: 5px;
}
.join-page .questions .question .question-header {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.join-page .questions .question .question-header .num {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: rgba(64, 168, 196, 0.2);
  color: #07689F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.9em;
  line-height: 0;
}
.join-page .questions .question .question-body {
  padding: 0 15px 15px 15px;
  display: none;
  font-size: 0.95em;
  opacity: 0.9;
}
.join-page .questions .question .arrow {
  transition: 0.3s;
}
.join-page .questions .question.open .arrow {
  transform: rotate(180deg);
}
.join-page .earning-steps .earning-step {
  border-radius: 5px;
  border: 1px solid #d5d4d4;
  padding: 15px;
}
.join-page .earning-steps .earning-step .step-num {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #40A8C4;
  font-weight: bold;
  border-right: 5px solid #40A8C4;
  border-top: 5px solid #40A8C4;
  padding-top: 5px;
}
.join-page .earning-steps .earning-step .step-num.yellow {
  color: #FDB827;
  border-right: 5px solid #FDB827;
  border-top: 5px solid #FDB827;
}
.join-page .earning-steps .earning-step .step-description {
  font-size: 0.95em;
  opacity: 0.95;
}

.blog-page .all-categories {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  overflow: auto;
}
.blog-page .all-categories .category {
  padding: 4px 12px;
  border: 1px solid #d5d4d4;
  border-radius: 25px;
  font-size: 0.9em;
  color: #768591;
  cursor: pointer;
  text-wrap: nowrap;
  transition: 0.3s;
}
.blog-page .all-categories .category:hover, .blog-page .all-categories .category.active {
  background-color: #40A8C4;
  border: 1px solid #40A8C4;
  color: #ffffff;
}
.blog-page .filter-and-search {
  width: auto;
}
.blog-page .filter-and-search .search-input {
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 8px 10px;
  color: #768591;
  width: 250px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9em;
}
.blog-page .filter-and-search .search-input input {
  width: calc(100% - 30px);
  padding: 0;
}
.blog-page .filter-and-search .search-input input::placeholder {
  opacity: 0.7;
}
@media only screen and (max-width: 575px) {
  .blog-page .filter-and-search .search-input {
    width: 100%;
  }
}
.blog-page .filter-and-search .filter-input {
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 8px 10px;
  color: #768591;
  font-size: 0.9em;
  cursor: pointer;
  position: relative;
}
.blog-page .filter-and-search .filter-input .click-able {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.blog-page .filter-and-search .filter-input .value {
  width: 120px;
}
.blog-page .filter-and-search .filter-input .filters {
  position: absolute;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.blog-page .filter-and-search .filter-input .filters .filter {
  transition: 0.3s;
}
.blog-page .filter-and-search .filter-input .filters .filter:hover {
  color: #40A8C4;
}
@media only screen and (max-width: 575px) {
  .blog-page .filter-and-search .filter-input {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .blog-page .filter-and-search {
    width: 100%;
  }
}
.blog-page .articles {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.blog-page .articles .article {
  display: block;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  font-size: 0.95em;
  width: calc((100% - 45px) / 4);
}
.blog-page .articles .article .img {
  height: 175px;
  overflow: hidden;
}
.blog-page .articles .article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.blog-page .articles .article .title {
  transition: 0.3s;
  height: 45px;
}
.blog-page .articles .article .description {
  font-size: 0.95em;
  height: 40px;
}
.blog-page .articles .article .footer {
  font-size: 0.75em;
}
.blog-page .articles .article .footer .category {
  background-color: rgba(64, 168, 196, 0.15);
  color: #07689F;
  padding: 3px 10px;
  border-radius: 5px;
  max-width: 50%;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-page .articles .article .footer .date {
  color: #768591;
}
.blog-page .articles .article:hover .title {
  color: #40A8C4;
}
.blog-page .articles .article:hover .img img {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .blog-page .articles .article {
    width: calc((100% - 15px) / 2);
  }
  .blog-page .articles .article .title {
    height: 40px;
    font-size: 1em;
  }
  .blog-page .articles .article .description {
    height: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-page .articles .article {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page .articles .article {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-page .articles .article {
    width: calc((100% - 30px) / 3);
  }
}
.blog-page .pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.blog-page .pagination .page-number, .blog-page .pagination .next-page, .blog-page .pagination .prev-page {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d4d4;
  font-size: 0.85em;
  line-height: 0;
  color: #768591;
}
.blog-page .pagination .page-number:hover, .blog-page .pagination .page-number.active, .blog-page .pagination .next-page:hover, .blog-page .pagination .next-page.active, .blog-page .pagination .prev-page:hover, .blog-page .pagination .prev-page.active {
  background-color: #40A8C4;
  color: #ffffff;
  border: 1px solid #40A8C4;
}
@media only screen and (max-width: 575px) {
  .blog-page .pagination {
    gap: 5px;
  }
}

.category-page .categories .swiper-slide {
  height: auto !important;
  padding: 15px 8px;
}
.category-page .categories .category {
  display: block;
  padding: 10px 8px;
  border-radius: 5px;
  font-size: 1.05em;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 1px 10px 0 rgba(7, 104, 159, 0.15);
  border: 1px solid #eae9e9;
}
.category-page .categories .category .icon {
  width: 55px;
  margin: 0 auto 10px auto;
}
.category-page .categories .category .title {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
}
.category-page .categories .category:hover, .category-page .categories .category.active {
  background-color: rgba(162, 213, 242, 0.3);
  border: 1px solid #07689F;
  color: #07689F;
  box-shadow: 0 1px 10px 0 rgba(7, 104, 159, 0.2);
}
.category-page .categories .arrow-slider {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 9;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #40A8C4;
  border: 1px solid rgba(162, 213, 242, 0.4);
}
.category-page .categories .next-arrow {
  left: -15px;
}
.category-page .categories .prev-arrow {
  right: -15px;
}
.category-page .categories .swiper-button-disabled {
  transform: scale(0);
}
@media only screen and (max-width: 768px) {
  .category-page .categories .swiper-slide {
    width: 100px !important;
    padding: 15px 5px;
  }
  .category-page .categories .category {
    padding: 10px 8px;
    font-size: 1em;
  }
  .category-page .categories .category .icon {
    width: 55px;
    margin: 0 auto 5px auto;
  }
  .category-page .categories .category .title {
    height: 45px;
  }
  .category-page .categories .arrow-slider {
    display: none;
  }
}
.category-page .current-category-items {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.category-page .current-category-items .current-category-item {
  box-shadow: 0 1px 5px 2px rgba(118, 133, 145, 0.15);
  font-size: 0.9em;
  width: calc((100% - 45px) / 4);
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
}
.category-page .current-category-items .current-category-item .img {
  width: 100%;
  height: 150px;
}
.category-page .current-category-items .current-category-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-page .current-category-items .current-category-item .text {
  padding: 12px;
  text-align: center;
}
.category-page .current-category-items .current-category-item:hover {
  color: #40A8C4;
}
@media only screen and (max-width: 768px) {
  .category-page .current-category-items .current-category-item {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .category-page .current-category-items {
    gap: 10px;
  }
  .category-page .current-category-items .current-category-item {
    width: calc((100% - 10px) / 2);
  }
  .category-page .current-category-items .current-category-item .img {
    height: 100px;
  }
  .category-page .current-category-items .current-category-item .text {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-page .current-category-items .current-category-item {
    width: calc((100% - 30px) / 3);
  }
}

.service-request-page .request-steps .request-step {
  background-color: #fafafa;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  max-width: 768px;
  margin: auto;
  display: none;
}
.service-request-page .request-steps .request-step:first-child {
  display: block;
}
.service-request-page .request-steps .request-step .question {
  font-size: 1.1em;
}
.service-request-page .request-steps .request-step .holder-input label {
  font-size: 0.95em;
}
.service-request-page .request-steps .request-step .holder-input input, .service-request-page .request-steps .request-step .holder-input textarea {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  resize: none;
  font-size: 0.9em;
  margin: 0;
  outline: 0 !important;
}
.service-request-page .request-steps .request-step .holder-input .err-text {
  font-size: 0.8em;
  padding-top: 5px;
}
.service-request-page .request-steps .request-step .holder-input .err-text:empty {
  padding-top: 0 !important;
}
.service-request-page .request-steps .request-step .select-inputs .select-input .click-able {
  border-radius: 50px;
  border: 1px solid #d5d4d4;
  background-color: #ffffff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.service-request-page .request-steps .request-step .select-inputs .select-input .click-able:hover {
  background-color: rgba(64, 168, 196, 0.1);
}
.service-request-page .request-steps .request-step .select-inputs .select-input .click-able .circle-checkbox {
  height: 28px;
  width: 28px;
  min-height: 28px;
  min-width: 28px;
  border-radius: 25px;
  border: 1px solid #d5d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  padding: 5px;
}
.service-request-page .request-steps .request-step .select-inputs .select-input .click-able .circle-checkbox .icon svg {
  width: 100%;
}
.service-request-page .request-steps .request-step .select-inputs .select-input .click-able .counter {
  align-items: center;
  font-size: 0.9em;
  display: none;
  gap: 5px;
}
.service-request-page .request-steps .request-step .select-inputs .select-input .click-able .counter .current-value {
  padding: 2px;
  border-radius: 5px;
  min-width: 28px;
  border: 1px solid #d5d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  line-height: 0;
  height: 25px;
}
.service-request-page .request-steps .request-step .select-inputs .select-input .helper-text {
  font-size: 0.8em;
  padding-top: 0;
  padding-right: 5px;
  display: none;
}
.service-request-page .request-steps .request-step .select-inputs .select-input.selected .click-able {
  background-color: rgba(64, 168, 196, 0.1);
}
.service-request-page .request-steps .request-step .select-inputs .select-input.selected .click-able .circle-checkbox {
  background-color: #40A8C4;
  color: #ffffff;
  border: 1px solid #40A8C4;
}
.service-request-page .request-steps .request-step .select-inputs .select-input.selected .click-able .counter {
  display: flex;
}
.service-request-page .request-steps .request-step .select-inputs .select-input.selected .helper-text {
  padding-top: 5px;
  display: block;
}
.service-request-page .request-steps .request-step .dates-slider {
  background-color: #ffffff;
  padding: 10px 0;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.service-request-page .request-steps .request-step .dates-slider .next-arrow, .service-request-page .request-steps .request-step .dates-slider .prev-arrow {
  width: 30px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.service-request-page .request-steps .request-step .dates-slider .swiper {
  width: calc(100% - 60px);
}
.service-request-page .request-steps .request-step .dates-slider .swiper-slide {
  display: inline-block !important;
  width: auto !important;
  overflow: visible !important;
}
.service-request-page .request-steps .request-step .dates-slider .date {
  padding: 2px 12px;
  font-size: 0.85em;
  border-left: 1px solid #d5d4d4;
  color: #768591;
  cursor: pointer;
  text-wrap: nowrap;
  position: relative;
}
.service-request-page .request-steps .request-step .dates-slider .date:after {
  content: "";
  height: 1px;
  width: calc(100% - 24px);
  position: absolute;
  left: 12px;
  bottom: 0;
  transition: 0.3s;
}
.service-request-page .request-steps .request-step .dates-slider .date.active, .service-request-page .request-steps .request-step .dates-slider .date:hover {
  color: #40A8C4;
}
.service-request-page .request-steps .request-step .dates-slider .date.active:after, .service-request-page .request-steps .request-step .dates-slider .date:hover:after {
  background-color: #40A8C4;
}
.service-request-page .request-steps .request-step .times-slider {
  display: flex;
  align-items: center;
}
.service-request-page .request-steps .request-step .times-slider .next-arrow, .service-request-page .request-steps .request-step .times-slider .prev-arrow {
  width: 30px;
  display: flex;
  justify-content: center;
}
.service-request-page .request-steps .request-step .times-slider .swiper {
  width: calc(100% - 60px);
}
.service-request-page .request-steps .request-step .times-slider .swiper-slide {
  display: inline-block !important;
  width: auto !important;
  overflow: visible !important;
}
.service-request-page .request-steps .request-step .times-slider .time {
  padding: 5px 15px;
  font-size: 0.85em;
  color: #768591;
  cursor: pointer;
  text-wrap: nowrap;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d5d4d4;
  border-radius: 25px;
  transition: 0.3s;
}
.service-request-page .request-steps .request-step .times-slider .time.active, .service-request-page .request-steps .request-step .times-slider .time:hover {
  color: #40A8C4;
  background-color: rgba(64, 168, 196, 0.1);
  border: 1px solid #40A8C4;
}
@media only screen and (max-width: 768px) {
  .service-request-page .request-steps .request-step .select-inputs .select-input {
    font-size: 0.9em;
  }
  .service-request-page .request-steps .request-step .select-inputs .select-input .click-able {
    padding: 8px 10px;
  }
  .service-request-page .request-steps .request-step .select-inputs .select-input .click-able .circle-checkbox {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    padding: 3px;
  }
  .service-request-page .request-steps .request-step .select-inputs .select-input .click-able .counter .current-value {
    min-width: 22px;
    height: 22px;
  }
}
.service-request-page .controls {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
  z-index: 9;
  box-shadow: 0 -1px 6px rgba(118, 133, 145, 0.2);
}
.service-request-page .control-steps {
  max-width: 768px;
  margin: auto;
}
.service-request-page .control-steps .line-level {
  background-color: #d5d4d4;
  height: 10px;
  border-radius: 25px;
  position: relative;
}
.service-request-page .control-steps .line-level .active-line {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #40A8C4;
  display: flex;
  justify-content: end;
  border-radius: 25px;
  min-width: 10px !important;
  transition: 0.3s;
}
.service-request-page .control-steps .line-level .active-line .circle {
  height: 18px;
  width: 18px;
  min-height: 15px;
  min-width: 15px;
  transform: translateY(-4px) translateX(-4px);
  background-color: #40A8C4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.dashboard-page .dashboard-box {
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  display: none;
}
.dashboard-page .dashboard-box:first-child {
  display: block;
}
.dashboard-page .tabs-navigation-holder {
  position: sticky;
  top: 100px;
}
.dashboard-page .tabs-navigation-holder .tabs-navigation {
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 600;
}
.dashboard-page .tabs-navigation-holder .tabs-navigation .select-nav {
  padding: 10px 15px;
  display: block;
  position: relative;
  cursor: pointer;
}
.dashboard-page .tabs-navigation-holder .tabs-navigation .select-nav:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 4px;
  height: 20px;
  border-radius: 10px 0 0 10px;
  background-color: transparent;
}
.dashboard-page .tabs-navigation-holder .tabs-navigation .select-nav.active {
  color: #40A8C4;
}
.dashboard-page .tabs-navigation-holder .tabs-navigation .select-nav.active:before {
  background-color: #40A8C4;
}
@media only screen and (max-width: 768px) {
  .dashboard-page .tabs-navigation-holder .tabs-navigation {
    padding: 0;
    display: flex;
    overflow: auto;
  }
  .dashboard-page .tabs-navigation-holder .tabs-navigation .select-nav {
    padding: 15px;
    text-wrap: nowrap;
  }
  .dashboard-page .tabs-navigation-holder .tabs-navigation .select-nav:before {
    right: calc(50% - 15px);
    top: unset;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 10px 10px 0 0;
  }
}
.dashboard-page .holder-input label {
  font-size: 0.95em;
  font-weight: 600;
}
.dashboard-page .holder-input .input-button {
  display: flex;
  gap: 10px;
}
.dashboard-page .holder-input .btn-edit {
  background-color: #FDB827;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.9em;
  width: 100px;
}
.dashboard-page .holder-input .btn-edit.btn-save {
  background-color: #40A8C4;
}
.dashboard-page .holder-input input, .dashboard-page .holder-input textarea {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  resize: none;
  font-size: 0.9em;
  margin: 0;
  outline: 0 !important;
  font-weight: 500;
}
.dashboard-page .holder-input input:disabled, .dashboard-page .holder-input textarea:disabled {
  background-color: rgba(213, 212, 212, 0.2);
}
.dashboard-page .holder-input .err-text {
  font-size: 0.8em;
  padding-top: 5px;
}
.dashboard-page .holder-input .err-text:empty {
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .dashboard-page .holder-input .input-button {
    gap: 5px;
  }
  .dashboard-page .holder-input .btn-edit {
    width: 90px;
  }
}
.dashboard-page .radio-buttons .radio-button {
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.dashboard-page .radio-buttons .radio-button input {
  display: none;
}
.dashboard-page .radio-buttons .radio-button .circle {
  height: 20px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 1px solid #d5d4d4;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
}
.dashboard-page .radio-buttons .radio-button .circle:before {
  content: "";
  height: 100%;
  width: 100%;
  min-width: 12px;
  min-height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
.dashboard-page .radio-buttons .radio-button.checked .circle {
  color: #40A8C4;
}
.dashboard-page .radio-buttons .radio-button.checked .circle:before {
  background-color: #40A8C4;
}

.single-article .content-box {
  border: 1px solid #d5d4d4;
  border-radius: 5px;
}
.single-article .main .details-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}
.single-article .main .details-items .details-item {
  display: flex;
  gap: 5px;
  align-items: center;
}
.single-article .main .article-content .tag {
  background-color: #40A8C4;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
}
.single-article .main .article-content .header-image img {
  border-radius: 5px;
}
.single-article .sidebar .tags {
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-article .sidebar .tags .tag {
  border-radius: 25px;
  border: 1px solid #40A8C4;
  padding: 5px 15px;
  color: #40A8C4;
}
.single-article .sidebar .tags .tag:hover {
  background-color: #40A8C4;
  color: #ffffff;
}
.single-article .sidebar .popular-recent-articles .select-types {
  text-align: center;
  border-bottom: 1px solid #d5d4d4;
  font-size: 0.95em;
  font-weight: 600;
  color: #768591;
}
.single-article .sidebar .popular-recent-articles .select-types .select-type {
  padding: 12px;
  width: 50%;
  border-left: 1px solid #d5d4d4;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.single-article .sidebar .popular-recent-articles .select-types .select-type:hover {
  color: #40A8C4;
}
.single-article .sidebar .popular-recent-articles .select-types .select-type:last-child {
  border-left: 0;
}
.single-article .sidebar .popular-recent-articles .select-types .select-type:after {
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: transparent;
  transition: 0.3s;
}
.single-article .sidebar .popular-recent-articles .select-types .select-type.active {
  color: #40A8C4;
}
.single-article .sidebar .popular-recent-articles .select-types .select-type.active:after {
  background-color: #40A8C4;
}
.single-article .sidebar .popular-recent-articles .articles:last-child {
  display: none;
}
.single-article .sidebar .popular-recent-articles .articles .article {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.single-article .sidebar .popular-recent-articles .articles .article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-article .sidebar .popular-recent-articles .articles .article .img {
  height: 70px;
  width: 95px;
  min-width: 95px;
}
.single-article .sidebar .popular-recent-articles .articles .article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-article .sidebar .popular-recent-articles .articles .article .title {
  font-size: 0.9em;
  font-weight: 600;
  transition: 0.3s;
}
.single-article .sidebar .popular-recent-articles .articles .article .date {
  font-size: 0.8em;
  color: #768591;
}
.single-article .sidebar .popular-recent-articles .articles .article:hover .title {
  color: #40A8C4;
}
.single-article .sidebar .share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.single-article .sidebar .share .social-network {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  color: #40A8C4;
  border: 1px solid #40A8C4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-article .sidebar .share .social-network:hover {
  background-color: #40A8C4;
  color: #ffffff;
}
.single-article .holder-input label {
  font-size: 0.95em;
}
.single-article .holder-input input, .single-article .holder-input textarea {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  resize: none;
  font-size: 0.9em;
  margin: 0;
  outline: 0 !important;
}
.single-article .holder-input .err-text {
  font-size: 0.8em;
  padding-top: 5px;
}
.single-article .holder-input .err-text:empty {
  padding-top: 0 !important;
}
.single-article .comments .comment {
  box-shadow: 0 1px 10px 0 rgba(118, 133, 145, 0.2);
  padding: 15px 15px 5px 15px;
  border-radius: 10px;
}
.single-article .comments .comment .date-created {
  font-size: 0.8em;
  color: #768591;
}
.single-article .comments .comment .comment {
  background-color: #f4f4f4;
  box-shadow: 0 1px 10px 0 rgba(55, 58, 64, 0.2);
  border-right: 3px solid #07689F;
}
.single-article .comments .label {
  text-wrap: nowrap;
}
.single-article .comments .value {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 30px);
}
.single-article .comments .expert .img {
  height: 25px;
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.single-article .comments .expert .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-article .comments .expert a:hover {
  color: #07689F;
}
.single-article .comments .stars-rating {
  position: relative;
}
.single-article .comments .stars-rating .deactivate-stars {
  color: #bcbaba;
}
.single-article .comments .stars-rating .active-stars {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .single-article .comments .comment .footer-comment {
    font-size: 0.85em;
  }
}

/*# sourceMappingURL=style.css.map */
