@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400&display=swap");
.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 13px !important;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px;
}

.font-25 {
  font-size: 25px;
}

.color-black {
  color: #000 !important;
}

.color-gray {
  color: gray;
}

.color-blue {
  color: #397dde !important;
}

.color-666666 {
  color: #666666;
}

.color-4d4d4d {
  color: #4d4d4d !important;
}

.color-808080 {
  color: #808080 !important;
}

.color-bebebe {
  color: #bebebe !important;
}

.color-primary-color {
  color: #017bff !important;
}

.color-cccccc {
  color: #cccccc;
}

.color-9c9c9c {
  color: #9c9c9c !important;
}

.border-e6e6e6 {
  border: 1px solid #e6e6e6 !important;
}

.border-left-e6e6e6 {
  border-left: 1px solid #e6e6e6 !important;
}

.border-bottom-e6e6e6 {
  border-bottom: 1px solid #e6e6e6 !important;
}

.rounded-5px {
  border-radius: 5px;
}

.rounded-5em {
  border-radius: 0.5em;
}

.font-bolder {
  font-weight: bolder !important;
}

.p-20 {
  padding: 20px;
}

.gap-y-2 {
  row-gap: 2px !important;
}

.grid-no-image-box {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  color: #000;
}

.addon-images {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.addon-images .addon-img img {
  height: 150px;
}

.btns-list {
  display: flex;
  gap: 10px;
}

.lang-icon img {
  height: 15px;
  width: 22px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f4f5f6;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.btn {
  min-width: 120px;
}

.custom-header {
  padding: 7px 20px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.custom-header .user-link {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
}
.custom-header .add-link {
  font-size: 16px;
  color: #017bff;
  border: 1px solid #017bff;
  border-radius: 4px;
  padding: 6px 13px;
  transition: 0.4s ease;
}
.custom-header .add-link i {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .custom-header .add-link i {
    margin-left: 0;
  }
}
.custom-header .add-link:hover {
  background: #017bff;
  color: #fff;
}
.custom-header .search-link {
  font-size: 16px;
  color: #a0a0a0;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 6px 13px;
  display: flex;
  height: 100%;
}
.custom-header .search-link img {
  width: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .custom-header .search-link img {
    margin-left: 0;
  }
}
.custom-header .daily-link {
  font-size: 16px;
  color: #397dde;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 6px 13px;
}
.custom-header .daily-link img {
  width: 15px;
  margin-left: 5px;
}
.custom-header .header-logo img {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  .custom-header .header-logo img {
    width: 30px;
  }
}
.custom-header .menu-item img {
  width: 38px;
}

.keywords-section {
  max-width: 1315px;
  margin: 0 auto;
}
.keywords-section .keyword-card {
  width: calc(100% - 170px);
  overflow-x: auto;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .keywords-section .keyword-card {
    width: calc(100% - 100px);
  }
}
.keywords-section .keywords-list {
  display: flex;
  gap: 10px;
  list-style-type: none;
  flex-direction: row;
  white-space: nowrap;
  align-items: center;
  align-self: start;
  padding-left: 0;
  padding-right: 0;
}
.keywords-section .keywords-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #fff;
  padding: 6px 12px;
  color: #017bff;
  border-radius: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  transition: 0.4s ease;
}
.keywords-section .keywords-list li a.active {
  background: #017bff;
  color: #fff;
}
.keywords-section .keywords-list li a:hover {
  background-color: #017bff;
  color: #fff;
}
.keywords-section .search-container {
  width: 170px;
  display: flex;
}
@media (max-width: 767px) {
  .keywords-section .search-container {
    width: 100px;
  }
}
.keywords-section .search-container .research-btn {
  width: 170px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  color: #397dde;
  white-space: nowrap;
  border: 1px solid #397dde;
  padding: 8px 14px;
  margin-left: 2px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .keywords-section .search-container .research-btn {
    width: 100px;
  }
}
.keywords-section .search-container .research-btn img {
  width: 15px;
}

.grid-card {
  display: block;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.grid-card:hover {
  background: #f7f7f7;
}
.grid-card .grid-img {
  height: 100%;
}
.grid-card .grid-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-card .grid-content {
  padding: 15px 15px 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.grid-card .grid-content span {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #4d4d4d;
  margin-right: 30px;
}
.grid-card .grid-content span img {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .grid-card .grid-content span {
    margin-right: 5px;
    font-size: 13px;
  }
  .grid-card .grid-content span img {
    width: 18px;
  }
}
.grid-card .grid-content h2 {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  color: #4d4d4d;
  max-width: 70%;
  margin: 0;
}
.grid-card .grid-content .price-text {
  font-size: 22px;
  font-weight: 700;
  color: #017bff;
}
.grid-card .grid-content .desc-text {
  margin-bottom: 0px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-card .grid-content .edit-property-pencil {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-color: #017bff;
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  height: 30px;
  margin: 5px;
  min-width: 30px;
  background: #e6e6e6;
  font-size: 13px;
  color: #000;
  transition: 0.4s ease;
}
.pagination li a.active {
  background: #017bff;
  color: #fff;
}
.pagination li a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination li a:hover {
  background: #017bff;
  color: #fff;
}

footer {
  background-color: #fff;
  padding-top: 42px;
  padding-right: 168px;
  padding-left: 168px;
}
footer .inner-footer {
  padding-bottom: 68px;
}
footer .footer-logo {
  width: 150px;
}
footer .footer-text {
  font-size: 22px;
  color: #808080;
}
footer .store-btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  background: #4d4d4d;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  transition: 0.4s ease;
}
footer .store-btn:hover {
  background: #fff;
  color: #4d4d4d;
}
footer .store-btn img {
  width: 20px;
  margin-right: 5px;
}
footer h3 {
  font-size: 22px;
  color: #4d4d4d;
  margin-bottom: 24px;
}
footer .footer-links-wrapper {
  display: flex;
  gap: 30px;
}
footer .footer-links-wrapper .quick-links-lists {
  width: 50%;
}
footer .footer-links-wrapper .quick-links-lists li {
  margin-bottom: 16px;
}
footer .footer-links-wrapper .quick-links-lists li a {
  font-size: 17px;
  color: #397dde;
}
footer .footer-links-wrapper .quick-links-lists li a img {
  width: 20px;
}
@media only screen and (max-width: 1600px) {
  footer .footer-links-wrapper .quick-links-lists {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  footer .footer-links-wrapper {
    display: block;
  }
}
footer .footer-links-wrapper {
  display: flex;
  gap: 30px;
}
footer .footer-links-wrapper .search-options-lists {
  width: 100%;
  padding-left: 16px;
  -moz-columns: 2;
       columns: 2;
}
@media (max-width: 767px) {
  footer .footer-links-wrapper .search-options-lists {
    -moz-columns: 1;
         columns: 1;
  }
}
footer .footer-links-wrapper .search-options-lists li {
  list-style: disc;
  margin-bottom: 16px;
}
footer .footer-links-wrapper .search-options-lists li a {
  font-size: 17px;
  color: #397dde;
}
footer .footer-links-wrapper .search-options-lists li a img {
  width: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 1600px) {
  footer .footer-links-wrapper .search-options-lists {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  footer .footer-links-wrapper {
    display: block;
  }
}
footer .social-lists {
  padding: 20px 0 10px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .social-lists .footer-imgs {
  display: flex;
}
footer .social-lists .footer-imgs img {
  width: 40px;
}
footer .social-lists .social-links-lists {
  display: flex;
}
footer .social-lists .social-links-lists a {
  font-size: 20px;
  color: #4d4d4d;
}
@media only screen and (max-width: 576px) {
  footer .social-lists {
    display: block;
    text-align: center;
  }
  footer .social-lists .footer-imgs {
    justify-content: center;
  }
  footer .social-lists .social-links-lists {
    margin-top: 20px;
  }
}
footer .copyright {
  color: gray;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 20px 50px 10px;
  }
}

.popup-card {
  text-align: center;
}
.popup-card a {
  font-size: 13px;
  color: #666666;
}
.popup-card a div {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 4px 10px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
}
.popup-card a div img {
  width: 25px;
}

.breadcrumb ul {
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 0px;
  }
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li:after {
  content: ">";
  position: absolute;
  right: -20px;
  top: 0;
}
@media (max-width: 767px) {
  .breadcrumb ul li:after {
    right: -15px;
  }
}
.breadcrumb ul li:last-child:after {
  content: "";
}

.property-head {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.property-img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-info {
  padding: 1rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.property-info .property-price {
  font-weight: 700;
  font-size: 20px;
  color: #017bff;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .property-info .property-price {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.property-info .property-details {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8509803922);
  padding: 20px 0;
  margin-bottom: 25px;
}
.property-info .property-feature {
  border: 1px solid #f9f9f9;
}
.property-info .property-feature .feature-col > div:nth-child(even) {
  background: #f9f9f9;
}
.property-info .property-feature .feature-col img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.property-info .property-feature .feature-col .data-heading {
  margin: 0;
  padding: 8px 15px 8px 8px;
  color: #808080;
  font-size: 15px;
}
.property-info .property-feature .feature-col .data-text {
  margin: 0;
  padding: 8px 15px 8px 8px;
  color: #017bff;
  font-size: 15px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .property-info .property-feature .feature-col .data-text {
    text-align: left;
  }
}

.date-text {
  font-size: 12px;
  color: #808080;
}

.property-video {
  width: 100%;
  height: 400px;
}

.map-property p {
  font-size: 20px;
  color: #000;
}
.map-property .mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 400px;
}
.map-property .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 400px;
}
.map-property .gmap_iframe {
  height: 400px !important;
  border-radius: 10px;
}

.adv-card {
  padding: 1rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.adv-card img {
  height: 40px;
  width: auto;
  margin-bottom: 12px;
}
.adv-card .property-name img {
  width: 25px;
  margin-left: 4px;
}
.adv-card .blue-btn {
  background: transparent;
  border: 1px solid #397dde;
  color: #397dde;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
}
.adv-card .blue-btn img {
  width: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.ribbon-info {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #eef3fc;
  border: 1px solid #a8bfea;
  font-size: 15px;
  color: #363636;
}
.ribbon-info img {
  width: 20px;
  margin-left: 3px;
  margin-right: 3px;
}

.additional-section {
  display: flex;
}
.additional-section .addition-btn {
  width: auto;
  background: #fff;
  border: none;
  border-radius: 0;
  color: #666;
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
  outline: none;
  text-decoration: none;
  font-size: 20px;
  align-items: center;
}
.additional-section .addition-btn img {
  width: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.additional-section .prev-btn img {
  transform: rotate(-180deg);
  margin-right: 20px;
  margin-left: 0px;
}
.additional-section .navigate-btn {
  padding: 20px 50px;
}
@media only screen and (max-width: 768px) {
  .additional-section .navigate-btn {
    width: 20%;
  }
}
.additional-section .addition-options {
  flex-grow: 1;
  border: 1px solid #e6e6e6;
  color: #666;
  display: flex;
  padding: 0;
}
.additional-section .addition-options .addition-btn {
  width: 100%;
  border-right: 1px solid #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .additional-section.grid-adver {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
  }
  .additional-section.grid-adver .navigate-btn {
    padding: 10px;
  }
  .additional-section.grid-adver .navigate-btn > div {
    flex-direction: column;
    align-items: center;
  }
  .additional-section.grid-adver .addition-btn {
    font-size: 15px;
    flex-direction: column-reverse;
    text-align: center;
  }
  .additional-section.grid-adver .addition-btn img {
    margin: 0px 0px 5px;
  }
}

.ques-tag {
  align-items: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #367cde;
  display: inline-flex;
  font-size: 15px;
  height: 32px;
  padding: 1px 6px;
  border-radius: 4px;
  min-height: 38px;
  min-width: 30px;
}
.ques-tag span {
  color: #acacac;
  margin-left: 5px;
}

.login-section {
  margin: 30px auto 100px;
}
.login-section .join-text {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
  color: #4d4d4d;
}

.login-card {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.login-card .login-text {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0;
  word-wrap: break-word;
  border-radius: 2px;
  margin: 0 0 20px;
  background-color: #fff;
}
.login-card .login-pills {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 5px;
}
.login-card .login-pills .login-item {
  width: 50%;
}
.login-card .login-pills .login-item .login-link {
  width: 100%;
  padding: 10px 10px;
  color: #017bff;
  display: block;
  text-align: center;
}
.login-card .login-pills .login-item .login-link.active {
  background: #017bff;
  color: #fff;
}
.login-card .general-form label {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 12px;
  margin-top: 15px;
}
.login-card .general-form .login-field {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px 12px 28px;
  transition: all 0.3s;
  width: 100%;
}
.login-card .general-form .login-field.error-field {
  border: 1px solid #f00000;
}
.login-card .general-form .login-btn {
  width: 100%;
  background-color: #017bff;
  border: 1px solid #017bff;
  padding: 4px 5px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
}
.login-card .general-form .login-btn.calculator-btn {
  font-size: 15px;
  padding: 10px 6px;
  max-width: 400px;
}

.refresh-btn {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  color: #f00000;
}

.filter-section .aqara-filter {
  border-radius: 5px;
  border: 1px solid #f8c500;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.filter-section .aqara-filter p {
  color: #f8c500;
  font-size: 16px;
  margin-bottom: 8px;
}
.filter-section .aqara-filter button {
  background: #017bff;
  color: #fff;
  font-size: 20px;
  border: 1px solid #017bff;
  width: 100%;
  padding: 4px;
}
.filter-section .label_text {
  margin: 10px 0;
  color: #808080;
  font-size: 16px;
}
.filter-section .filter-field:focus {
  box-shadow: none;
}
.filter-section .flex-1 {
  flex: 1;
}
.filter-section .filter-radio {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.filter-section .filter-grid > div .filter-radio:checked ~ .filter_label {
  background: #017bff;
  color: #fff;
}
.filter-section .filter-grid > div .filter_label {
  display: block;
  width: 100%;
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 5px;
  font-size: 14px;
  color: #017bff;
  cursor: pointer;
  transition: 0.4s ease;
  text-align: center;
}
.filter-section .filter-grid > div:first-child label {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #e6e6e6;
}
.filter-section .filter-grid > div:last-child label {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #e6e6e6;
}
.filter-section .green-btn {
  background: #017bff;
  color: #fff;
  font-size: 20px;
  border: 1px solid #017bff;
  width: 100%;
  padding: 4px;
}
.filter-section .filter_check:checked[type=checkbox] {
  background-color: #017bff;
  border-color: #017bff;
}
.filter-section .filter_check:focus[type=checkbox] {
  box-shadow: none;
}

.listing-wrapper {
  padding: 0px;
}
.listing-wrapper .add-listing-img {
  display: block;
  padding: 13px 20px;
}
.listing-wrapper .add-listing-img img {
  width: 30px;
}
.listing-wrapper .listing-content {
  display: block;
  padding: 13px 20px;
}

.error-text {
  color: #f00000;
  font-size: 14px;
}

.form-switch .switch-toggle {
  width: 44px;
  height: 22px;
  margin-left: 0px;
  float: none;
  background-color: #808080;
  border: 1px solid #808080;
  background-image: url("../img/switch-circle.svg");
}
.form-switch .switch-toggle:checked {
  border-color: #017bff;
  background-color: #017bff;
}

.grid-construct {
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
  border-radius: 5px;
}

.grid-wrapper .grid-construct-inner {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  min-height: 39px;
}
.grid-wrapper .grid-construct-inner:nth-child(even) {
  background: #f9f9f9;
}
.grid-wrapper .grid-construct-inner:last-child:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .grid-wrapper .grid-construct-inner {
    min-height: 62px;
  }
}
.grid-wrapper .construct-btn {
  background: #fff;
  max-width: 200px;
  width: 100%;
}
.grid-wrapper .construct-btn img {
  width: 17px;
  margin-right: 5px;
}

.service-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .service-card {
    flex-direction: column;
  }
}
.service-card img {
  width: 25px;
}
.service-card p {
  font-size: 16px;
  color: #4d4d4d;
}

.packages-card {
  border-radius: 5px;
  border: 1px solid;
  overflow: hidden;
  height: 100%;
  display: flex;
  background: #fff;
  justify-content: space-between;
  flex-direction: column;
}
.packages-card.yellow-card {
  border-color: #fdd542;
}
.packages-card.blue-card {
  border-color: #397dde;
}
.packages-card.grey-card {
  border-color: #c3c8d2;
}
.packages-card .package-head {
  font-size: 1.17em;
  color: #696969;
  margin: 0;
  text-align: center;
  padding: 36px 20px;
  background: #fff7d7;
  border-bottom: 1px solid #fdd542;
}
.packages-card .package-head.blue-head {
  background: #dce9f9;
  border-bottom: 1px solid #397dde;
}
.packages-card .package-head.grey-head {
  background: #e8eaee;
  border-bottom: 1px solid #c3c8d2;
}
.packages-card .package-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #dedddd;
}
.packages-card .package-list li:nth-child(even) {
  background: #f9f9f9;
}
.packages-card .package-list img {
  width: 20px;
}
.packages-card .subscribe-btn {
  min-height: 45px;
  background: #017bff;
  padding: 0 50px;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #017bff;
}
.packages-card .clari-text {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.packages-card .clari-text img {
  width: 15px;
}
.packages-card .clari-text h3 {
  color: #696969;
  font-size: 16px;
  margin: 0;
}
.packages-card .clari-text p {
  font-size: 12px;
  margin-bottom: 0px;
}

.payment-container {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 36px 20px 20px;
}
.payment-container p {
  margin-bottom: 1em;
  color: #666666;
}
.payment-container .project-btn {
  min-height: 38px;
  background: transparent;
  padding: 0 50px;
  color: #017bff;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #017bff;
}

.login-card-logo {
  width: 150px;
  height: auto;
  display: flex;
  margin: auto;
}

.login-card-heading {
  font-size: 17px;
  border-bottom: 1px solid #666;
  color: #666;
  font-weight: 500;
}

.login-dark-heading {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.checkbox-logo {
  width: 25px;
}

.wttsapp-icon {
  width: 40px;
}

.term-heading {
  color: #4d4d4d;
  font-size: 32px;
}

.agreement-para {
  font-size: 400;
}

.term-section-heading {
  font-size: 1.17em;
  margin: 20px 0;
}

.license-list li {
  list-style: disc;
}

.license-table th {
  background: #eee;
  color: #777777;
  font-weight: 400;
  text-align: center;
}
.license-table td {
  text-align: center;
  color: #969696;
}

.average-link {
  cursor: pointer;
}
.average-link .stats-card {
  text-align: center;
  font-size: 13px;
  color: #666666;
  display: block;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.4s ease;
}
.average-link .stats-card:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.average-link .stats-card img {
  width: 50px;
}
.average-link.active {
  background-color: transparent !important;
}
.average-link.active .stats-card {
  border: 1px solid #397dde;
}

.chart-bg {
  background-color: #f9f9f9;
  padding: 20px 0;
}

.stats-table {
  border: 1px solid #e6e6e6;
  max-height: 400px;
  overflow-y: auto;
}
.stats-table::-webkit-scrollbar {
  display: none;
}
.stats-table > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.stats-table > div:nth-child(even) {
  background-color: #f9f9f9;
}
.stats-table > div:last-child {
  border-bottom: none;
}

.range {
  background: linear-gradient(to left, #e6e6e6 100%, #017bff 0%);
  height: 10px;
  max-width: 100%;
  width: 100%;
  position: relative;
  border: none;
  border-radius: 20px;
  margin: 20px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.range [type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
.range [type=range]:focus {
  outline: none;
}
.range [type=range]::-webkit-slider-runnable-track {
  background: transparent;
}
.range [type=range]::-moz-range-track {
  background: transparent;
}
.range [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: none;
}
.range [type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: none;
}
.range [type=range]::-ms-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: none;
}
.range [type=range]::-ms-fill-lower {
  background: #017bff;
}
.range [type=range]::-ms-fill-upper {
  background: #e6e6e6;
}
.range [type=range]::-ms-track {
  color: transparent;
  border: 0 solid transparent;
  background: transparent;
}
.range [type=range]::-ms-tooltip {
  display: none;
}

.range {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .range {
    max-width: 100%;
  }
}

.partners-img img {
  width: 200px;
}

.snb-img {
  width: 180px;
}

.inner-blog .blog-menu {
  margin: 20px 0 50px;
}
.inner-blog .blog-menu a {
  display: inline-block;
  font-size: 16px;
  color: #242323;
  margin-right: 13px;
  transition: 0.4s ease;
}
.inner-blog .blog-menu a:last-child {
  margin-right: 0px;
}
.inner-blog .blog-menu a:hover {
  color: #017bff;
}
.inner-blog .blog-menu a.active {
  color: #017bff;
}
@media only screen and (max-width: 768px) {
  .inner-blog .blog-menu {
    display: none;
  }
}
.inner-blog .blog-card .blog-imgbx {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
  margin-bottom: 30px;
  display: block;
}
.inner-blog .blog-card .blog-imgbx .pill-blog {
  position: absolute;
  left: 20px;
  top: 25px;
  z-index: 10;
  border-radius: 25px;
  padding: 7px 10px;
  background: #397dde;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.inner-blog .blog-card .blog-imgbx .pill-blog span {
  margin-right: 10px;
}
.inner-blog .blog-card .blog-imgbx .pill-blog i {
  margin-left: 3px;
}
.inner-blog .blog-card .blog-imgbx img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-blog .blog-card .blog-imgbx .blog-img-head {
  font-size: 22px;
  font-weight: 600;
  background: #fff;
  color: #017bff;
  position: absolute;
  bottom: 35px;
  left: 10px;
  padding: 2px 5px;
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
}
.inner-blog .blog-card .blog-imgbx .read-blog-btn {
  position: absolute;
  bottom: 30px;
  right: 10px;
  transform: translateX(110%);
  width: -moz-fit-content;
  width: fit-content;
  background-color: #397dde;
  font-size: 16px;
  padding: 5px 25px 8px;
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease;
  border: none;
}
.inner-blog .blog-card .blog-imgbx:hover .blog-img-head {
  opacity: 0;
  visibility: hidden;
}
.inner-blog .blog-card .blog-imgbx:hover .read-blog-btn {
  transform: translateX(0);
}
.inner-blog .blog-card .blog-imgbx.single-blog:hover .blog-img-head {
  opacity: 1;
  visibility: visible;
}
.inner-blog .blog-card .avatar-img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.inner-blog .blog-card .blog-author {
  position: relative;
  padding: 0 10px;
}
.inner-blog .blog-card .blog-author p {
  font-size: 15px;
  font-weight: 600;
  color: #424851;
}
.inner-blog .blog-card .blog-author:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #017bff;
}
.inner-blog .blog-card .tag-name {
  font-size: 15px;
  font-weight: 600;
  color: #424851;
}
.inner-blog .blog-card .blog-desc {
  margin: 25px 0;
  text-align: center;
  font-size: 16px;
  color: #424851;
}
.inner-blog .blog-content {
  margin-top: 20px;
}
.inner-blog .blog-content h2 {
  font-size: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 18px;
  padding-top: 14px;
}
.inner-blog .blog-content p {
  padding-top: 8px;
  margin-bottom: 24px;
  color: #424851;
}
.inner-blog .blog-content p a {
  color: #017bff;
}
.inner-blog .blog-content hr {
  margin-top: 28px;
  border-color: #397dde;
  opacity: 1;
}
.inner-blog .blog-content .blog-content-img {
  padding: 8px;
  background: #f9f9f9;
  max-width: 610px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.inner-blog .blog-content .blog-content-img img {
  max-width: 600px;
  width: 100%;
}
.inner-blog .blog-content .blog-content-img p {
  margin-bottom: 0px;
  font-size: 12px;
}
.inner-blog .blog-content .comment-box {
  display: inline-block;
  width: auto;
  padding: 0.75em;
  background: #eee;
  color: #424851;
  border-radius: 0.5em;
}
.inner-blog .blog-content .comment-box .comment-date {
  color: #919191;
  font-size: 17px;
}
.inner-blog .blog-content .comment-box p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.inner-blog .blog-content .comment-box .review-stars i {
  opacity: 0.5;
}
.inner-blog .blog-content .comment-box .review-stars i.active {
  color: #fadb14;
  opacity: 1;
}
.inner-blog .navigate-btn {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 40px;
  border: 1px solid #017bff;
  color: #fff;
  background: #017bff;
}

.slick-slider div.slick-item {
  padding: 10px;
}

.errors ul {
  padding: 0;
  color: #c00;
  font-size: 14px;
}

.success-msg {
  color: #090;
  font-size: 14px;
}

.error-msg {
  color: #c00;
  font-size: 14px;
}

.radio-list .radio-item {
  display: inline-block;
  width: 45%;
}

.account-section .user-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  color: #666666;
  margin: 0px auto 10px;
}
.account-section .user-icon-wrapper .user-icon {
  font-size: 60px;
}
.account-section .minutes-btn {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  color: #AAAAAA;
}
.account-section .minutes-btn img {
  width: 25px;
}
.account-section .account-card-wrapper::-webkit-scrollbar {
  display: none;
}
.account-section .account-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  display: block;
}
.account-section .account-card img {
  width: 25px;
}
.account-section .account-card h3 {
  font-size: 17px;
  margin-bottom: 0px;
  white-space: nowrap;
  color: #555555;
}
.account-section .divider {
  border-color: #dedddd;
  opacity: 1;
  margin: 20px 0;
}
.account-section .account-tab-pills .account-tab-item .account-tab {
  background: #fff;
  border-radius: 0px;
  padding: 14px 15px;
  font-size: 14px;
  color: #a2a2a2;
  border: 1px solid #e6e6e6;
}
.account-section .account-tab-pills .account-tab-item .account-tab.active {
  color: #397dde;
}
.account-section .account-tab-pills .account-tab-item:first-child .account-tab {
  border-right: none;
  border-radius: 5px 0px 0px 5px;
}
.account-section .account-tab-pills .account-tab-item:last-child .account-tab {
  border-left: none;
  border-radius: 0px 5px 5px 0px;
}
.account-section .account-tab-content {
  font-size: 18px;
  color: #e6e6e6;
  text-align: center;
}
.account-section .account-settings-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  color: #a0a0a0;
  font-size: 15px;
  padding: 8px;
}
.account-section .account-setting-wrapper {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 5px;
}
.account-section .account-setting-wrapper .account-settings-tabs {
  height: 100%;
}
.account-section .account-setting-wrapper .account-settings-tabs .ac-link {
  border-radius: 0px;
  background-color: transparent;
  padding: 15px 20px;
  color: #4d4d4d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  transition: 0.4s ease;
}
.account-section .account-setting-wrapper .account-settings-tabs .ac-link i {
  transition: 0.4s ease;
}
.account-section .account-setting-wrapper .account-settings-tabs .ac-link.active {
  color: #397dde;
  border-right: 1px solid transparent;
}
.account-section .account-setting-wrapper .account-settings-tabs .ac-link.active i {
  opacity: 0;
}
.account-section .account-setting-wrapper .account-settings-tabs .ac-link:last-child {
  border-bottom: none;
}
.account-section .account-setting-wrapper .account-field {
  color: #969696;
  padding: 12px 35px 12px 35px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 5px;
  box-shadow: none !important;
}
.account-section .account-setting-wrapper .account-label {
  font-size: 15px;
  color: #4d4d4d;
  margin: 15px 0 12px;
}
.account-section .account-setting-wrapper .account-setting-content {
  background: #fff;
  padding: 20px;
}
.account-section .account-setting-wrapper img {
  width: 50px;
}
.account-section .account-setting-wrapper .text-account {
  font-size: 15px;
  color: #4d4d4d;
  margin: 15px 0px 12px;
}
.account-section .change-pass-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.page-heading {
  font-size: 20px;
  color: #4d4d4d;
}

.aqar-plus-card .plus-icon {
  width: 30px;
}
.aqar-plus-card .plus-grid {
  height: -moz-max-content;
  height: max-content;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: auto;
  grid-gap: 10px;
  grid-row-gap: 33px;
  row-gap: 33px;
}
.aqar-plus-card .plus-grid img {
  width: 60px;
  margin-bottom: 10px;
}
.aqar-plus-card .plus-grid p {
  font-size: 12px;
  color: #666666;
}
.aqar-plus-card .price-plus {
  font-size: 17px;
  color: #cad0c7;
  text-align: center;
}

.category-card .category-pills {
  flex-wrap: nowrap;
}
.category-card .category-pills .category-item {
  width: 100%;
}
.category-card .category-pills .category-item .category-link {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 0px;
  border: 1px solid #e6e6e6;
  color: #397dde;
  text-align: center;
  padding: 12px;
  font-size: 16px;
}
.category-card .category-pills .category-item .category-link.active {
  background-color: #397dde;
  color: #fff;
}
.category-card .category-pills .category-item:first-child .category-link {
  border-radius: 5px 0px 0px 5px;
  border-right: none;
}
.category-card .category-pills .category-item:last-child .category-link {
  border-radius: 0px 5px 5px 0px;
  border-left: none;
}
.category-card .category-tab-wrapper > a {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4d4d4d;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.category-card .category-tab-wrapper > a i {
  font-size: 20px;
  color: #397dde;
}
.category-card .category-tab-wrapper > a:hover {
  color: #397dde;
}
.category-card .category-tab-wrapper > a:first-child {
  border-radius: 5px 5px 0px 0px;
}
.category-card .category-tab-wrapper > a:nth-child(odd) {
  background-color: #fff;
}
.category-card .category-tab-wrapper > a:nth-child(even) {
  background-color: #f9f9f9;
}
.category-card .category-tab-wrapper > a:last-child {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px 0px 5px 5px;
}

.helper-text {
  font-size: 14px;
  color: #969696;
}/*# sourceMappingURL=style.min.css.map */