/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}


.title_pro a{
  cursor:default !important;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: "";
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}
.post-password-form label {
  width: 100%;
}
input[type="password"] {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 15px;
}
.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}
.sec_comments .col-lg-12 {
  padding: 0px;
}

.side_navbar {
  background-color: #ffffff;

  .nav-link {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.55) !important;
  }
  .nav-item {
    margin-right: 18px !important;
  }
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler:target {
  outline: 0;
}

@media (min-width: 990px) {
  .dropdown {
    position: relative;
    .drop_area {
      visibility: hidden;
      opacity: 0;
      width: 400px;
      padding: 10px;
      position: absolute;
      top: 38px;
      left: 40%;
      transform: translateX(-50%);
      background-color: #fff;
      box-shadow: 0px 10px 17px 4px #0000001f;
      z-index: 999;
      display: flex;
      flex-wrap: wrap;
      border-radius: 0 0 20px 20px;
      font-size: 13px;
      transition: all ease 0.2s, left 0.4s;
      div {
        width: 50%;
        &:nth-child(1) {
          border-right: 1px solid #cccccc7e;
        }
        a {
          display: block !important;
          color: #282f3b !important;
          padding: 3px 10px;
        }
      }
    }
    &:hover {
      .drop_area {
        visibility: visible;
        opacity: 1;
        left: 50%;
      }
    }
  }
  .navbar-collapse {
    margin: auto 0;
  }
  .topbar {
    padding: 0 30px;
    position: relative;
    .social_media {
      position: absolute;
      right: 50px;
      top: 10px;
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      a {
        color: var(--text-color-light);
        width: 30px;
        aspect-ratio: 1/1;
        border: 1px solid var(--text-color-light);
        text-align: center;
        display: flex;
        border-radius: 50%;
        transition: all ease 0.3s;
        &::before {
          /* transition: all ease 0.3s; */
          display: block;
          margin: auto;
        }
        &:hover {
          background-color: var(--primary-color-one);
          border-color: var(--primary-color-one);
          color: #282f3b;
        }
      }
    }
  }
  .naviebar .container-xxl {
    padding: 0 40px;
  }
  .naviebar .container-xxl .navbar-brand {
    width: 440px !important;
  }
  .naviebar .container-xxl .navbar-brand img {
    width: 100% !important;
  }
  .naviebar li .nav-link {
    color: var(--primary-color-one);
  }

  .naviebar li:hover .nav-link {
    color: var(--primary-color-one) !important;
    position: relative;
  }

  .nav-link::after {
    content: "";
    margin-top: 3px;
    display: block;
    width: 0;
    height: 2px;
    background: var(--primary-color-one);
    transition: width 0.3s;
    position: absolute;
    top: 40px;
    left: 0;
  }

  .nav-link:hover::after {
    width: 100%;
  }

  .dropdown {
    display: flex;
  }
}
@media (max-width: 990px) {
  .social_media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    a {
      color: var(--text-color-light);
      width: 30px;
      aspect-ratio: 1/1;
      border: 1px solid var(--text-color-light);
      text-align: center;
      display: flex;
      border-radius: 50%;
      transition: all ease 0.3s;
      &::before {
        transition: all ease 0.3s;
        display: block;
        margin: auto;
      }
      &:hover {
        background-color: var(--text-color-light);
        color: #282f3b;
      }
    }
  }
  .dropdown .btndrp-lead {
    display: inline-block;
  }
  .dropdown .btndrp {
    display: inline-block;
  }
  .dropdown-content {
    border: 0;
  }
  .dropdown-content {
    width: 100%;
  }
  .navbar-collapse .navbar-nav {
    padding-top: 4rem;
  }
  .naviebar {
    padding: 1rem 0;
  }
  .naviebar .container-xxl {
    height: auto;
  }
  .naviebar .container-xxl .navbar-brand img {
    width: 250px !important;
  }

  .naviebar li {
    padding: 0.4rem 0;
  }
}

.naviebar .container-xxl .address {
  color: var(--green);
  font-weight: 500;
  font-size: 13px;
  padding: 9px 12px;
}
.naviebar .container-xxl .address p {
  padding-left: 5px;
  margin-bottom: 0;
}

.naviebar li .nav-link {
  font-weight: 700;
  padding-right: 15px !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}

/* ============================================ */
/* Contact Us page  */
/* ============================================ */
/* .contactus {} */
/* .contactus .bg-color{background: linear-gradient(to right, #3a3e85 30%, #ffffff 200px, #ffffff);} */
.contactus h1 {
  color: var(--primary-color-two);
  text-align: center;
}
.contactus p:nth-child(2) {
  color: gray;
  text-align: center;
}
.contactus .container-xxl {
  padding: 0;
  background-color: #ffffff;
}
.contactus .container-xxl .left {
  background-color: var(--primary-color-three);
  margin: 1rem 0;
}
.contactus .container-xxl .card {
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 1rem;
}
.contactus .container-xxl .card h4 {
  font-weight: 400;
  color: #ffffff;
}
.contactus .container-xxl .card span span {
  display: block;
  padding: 0;
}
.contactus .container-xxl .card span {
  display: flex;
  gap: 0.3rem;
}
.contactus .container-xxl .card span img {
  margin-bottom: 0.3rem;
}
.contactus .container-xxl .card span p {
  font-size: 17px;
  text-align: start;
  color: #ffffff;
  & a {
    color: #ffffff;
    text-decoration: none;
  }
}
.contactus .container-xxl .right {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #ffffff;
}
.contactus .container-xxl .right h2 {
  padding: 2rem 0 1rem 0;
  color: var(--primary-color-one);
  font-weight: 400;
}
.contactus .container-xxl form label,
input,
textarea {
  display: block;
  width: 100%;
}
.contactus .container-xxl form input,
textarea {
  border: 1px solid #ccc;
  margin: 0.5rem 0;
  border-radius: 7px;
}
.contactus .container-xxl form input,
textarea:focus {
  outline: 0;
}
.contactus .container-xxl form input,
textarea input[type="text"],
select,
textarea {
  padding: 7px 12px;
}
.contactus .container-xxl form label {
  color: #7c7c7c;
  font-weight: 500;
  font-size: 17px;
}

@media (min-width: 880px) {
  .contactus .container-xxl {
    display: flex;
  }
  .contactus .container-xxl .card {
    width: 400px;
  }
}

@media (max-width: 560px) {
  .full-at-560 {
    width: 100%;
  }
  .img-body-main {
    margin-top: 3rem;
  }
}
@media (min-width: 561px) {
  .img-body-main .img-wrapper-body {
    width: 480px;
    /* height: 430px; */
    aspect-ratio: 1/1;
  }
}

.img-body-main .img-wrapper-body {
  border-radius: 0 0 40% 0;
  /* border-radius: 50%; */
  overflow: hidden;
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 4s infinite;
}
.img-body-main .img-wrapper-body img {
  animation: zoom 12s linear infinite;
}
.img-body-main .img-wrapper-body img {
  width: 142%;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 91, 29, 0.2);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(0, 196, 69, 0);
  }
}
@keyframes zoom {
  0% {
    margin-left: -5rem;
  }
  50% {
    margin-left: 0rem;
  }
  100% {
    margin-left: -5rem;
  }
}

.theme-heading-small {
  color: var(--primary-color-three);
}
.cstm-list-items li {
  list-style: none;
  padding: 0.7rem 0;
  border-bottom: 1px solid #cccccc93;
  color: var(--primary-color-three);
}
.cstm-list-items li span {
  color: #7c7c7c;
}
.cstm-list-items li::before {
  content: url(../images/arrow-icon.svg);
  display: inline-block;
  margin-left: -19px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(87%) saturate(379%)
    hue-rotate(128deg) brightness(92%) contrast(93%);
}

.cstm-list-items2 {
  margin-top: 1rem;
}
.cstm-list-items2 li {
  list-style: none;
  color: var(--primary-color-three);
}
.cstm-list-items2 li span {
  color: #7c7c7c;
}
.cstm-list-items2 li::before {
  content: url(../images/arrow-icon.svg);
  display: inline-block;
  margin-left: -19px;
  margin-right: 4px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(87%) saturate(379%)
    hue-rotate(128deg) brightness(92%) contrast(93%);
}

/* cards on machine trade page  */

.main-cards-div {
  margin-top: 1.7rem;
  justify-content: center;
  gap: 3rem;
}
.main-cards-div .card {
  width: 230px;
  border: 0;
}
.main-cards-div .card span {
  width: 95%;
}
.main-cards-div .card span img {
  width: 100%;
  border-radius: 12px;
  height: 160px;
  border: 1px solid #ccc;
}
.main-cards-div .card p {
  border-left: 5px var(--primary-color-one) solid;
  padding: 0 0.6rem;
  margin-top: 1rem;
  line-height: 21px;
}

/* our trade page cards icons  */
.rice-cards-ico {
  margin-top: 2rem;
  text-align: center;
}
.rice-cards-ico h3 {
  color: var(--primary-color-three);
}
.rice-cards-ico .row {
  margin-top: 4rem;
}
.rice-cards-ico .row .card {
  width: 200px;
  height: 250px;
  border: 0;
  box-shadow: 0px 0px 15px #0000001e;
}
.rice-cards-ico .row .card span:nth-child(1) {
  transition: all ease 0.3s;
  margin: 3rem auto 2rem auto;
  border: 3px solid #ffffff;
  background-color: var(--primary-color-three);
  padding: 1rem 0.7rem;
  width: fit-content;
  border-radius: 50%;
}
.rice-cards-ico .row .card span:nth-child(1) img {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%)
    hue-rotate(130deg) brightness(106%) contrast(100%);
}
.rice-cards-ico .row .card h5 {
  color: black;
  font-weight: 400;
}
.rice-cards-ico .row .card:hover span:nth-child(1) {
  outline: 5px solid #9dfcf8;
}
.rice-cards-ico .row .card:hover h5 {
  color: var(--primary-color-three);
}

@media (min-width: 990px) {
  .rice-cards-ico .row {
    justify-content: space-between;
    gap: 4rem;
  }
}
@media (max-width: 990px) {
  .rice-cards-ico .row {
    justify-content: center;
    gap: 2rem;
  }
}

/* surgical instruments page cards  */
.surgical-cards-parent {
  margin-top: 3rem;
}
.surgical-cards-parent .card {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  border: 0;
  margin-top: 3rem;
}

.surgical-cards-parent .card .inner .image {
  display: flex;
}
.surgical-cards-parent .card .inner .content_box {
  background-color: #ffffff;
  width: 100%;
  padding: 1rem;
  box-shadow: 2px 2px 12px #0000001a;
}

.surgical-cards-parent .card .inner .content_box li {
  list-style: none;
}
.surgical-cards-parent .card .inner .content_box li::before {
  content: url(../images/arrow-icon.svg);
  margin-right: 3px;
  margin-left: -18px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(7%) saturate(6388%)
    hue-rotate(131deg) brightness(98%) contrast(83%);
}

@media (min-width: 995px) {
  .surgical-cards-parent .card .inner {
    display: flex;
  }
  .surgical-cards-parent .card .inner .image img {
    margin: 2rem;
    width: 220px;
  }
}
@media (max-width: 994px) {
  .surgical-cards-parent .card .inner .content_box .d-lg-flex .col-lg-4 {
    padding: 0;
    margin: 0;
  }
  .surgical-cards-parent .card .inner .content_box .d-lg-flex .col-sm {
    padding: 0;
    margin-top: 0;
  }
  /* .surgical-cards-parent .card .inner .content_box ul{} */
  .surgical-cards-parent .card .inner .image img {
    margin: 2rem auto;
  }
}

/* ======================================== */
.slider.style_four.nav_position_one {
  h1 {
    margin-bottom: 0px !important;
    line-height: normal !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1700px) {
  .slider.style_four.nav_position_one {
    .slider_content p {
      font-size: calc(10px + 1.2vw) !important;
      overflow: visible !important;
    }
  }
}
@media (min-width: 1700px) {
  .slider.style_four.nav_position_one {
    .slider_content p {
      font-size: 30px !important;
      overflow: visible !important;
    }
  }
}
/* ======================================== */

.service-card-wrapper {
  .row {
    justify-content: center;
    gap: 30px;
    margin: 50px 0;
  }
  .card {
    width: 270px;
    height: 270px;
    background-image: url(../images/img-body-solar.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0;
    border: 0;
    transition: all ease 0.4s;
    &::before {
      content: "";
      display: block;
      width: 85%;
      height: 85%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 2px solid #ffffff;
      z-index: 10;
      transition: all ease 0.4s;
      opacity: 0;
    }
    &::after {
      content: "";
      display: block;
      background-image: linear-gradient(to top, #000, #00000090);
      opacity: 0.7;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 8;
      transition: all ease 0.4s;
    }

    p {
      position: relative;
      z-index: 11;
      width: fit-content;
      height: fit-content;
      margin: auto;
      color: #ffff;
      font-size: 23px;
      transition: all ease 0.4s;
      opacity: 0.7;
    }

    &:hover {
      &::before {
        opacity: 0.6;
      }
      &::after {
        opacity: 1;
      }
    }
  }
}

/* =================================================== */
.service-slider-custom {
  background-color: #f4f4f4 !important;
  margin: 0;
  padding: 70px 0 50px;

  .slider .owl-prev::before,
  .slider .owl-next::before {
    background-color: #00000016 !important;
    transition: all ease 0.5s;
  }
  .slider .owl-prev:hover::before,
  .slider .owl-next:hover::before {
    background-color: #0000006c !important;
  }

  .slide-item-content::before {
    background-color: #f4f4f4 !important;
  }
  .slide-item-content {
    min-height: 500px;
    display: flex;
    /* background-color: #000; */
    /* height: 100%; */
    .slide-item {
      height: fit-content;
      display: block;
      margin: auto 0;
      .auto-container {
        /* background-color: red; */
        padding: 0 0 0 0 !important;
      }

      .row {
        background-color: #ffff;
        overflow: hidden;
        border-radius: 12px;
        padding: 0;
        row-gap: 10px;
        margin-bottom: 20px;
        div {
          padding: 0;
        }
        img {
          height: 390px;
          width: 100%;
          object-fit: cover;
        }
        div:has(.inner) {
          display: flex;
          .inner {
            padding: 30px 0;
            height: fit-content;
            margin: auto 40px;
          }
        }
      }
    }
  }
  /* 
  .owl-dots {
    width: 1000px;
    margin: auto;
    display: flex !important;
    column-gap: 20px;
    background-color: red;
    button.owl-dot {
      background-color: green;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      text-align: center;
      span{
        background-color: #fff;
        width: 5px;
        height: 5px;
        display: block;
        margin: auto;
        border-radius: 50%;
      }
    }
  } */
}

/* ==================================================== */
.profile-popover-wrapper {
  div {
    padding: 0;
  }
}
@media (min-width: 1150px) {
  .profile-card,
  .fancybox-content,
  .profile-card.fancybox-content {
    .row {
      width: 1100px !important;
      max-width: 100% !important;
    }
  }
}
@media (max-width: 1150px) {
  .profile-card,
  .fancybox-content,
  .profile-card.fancybox-content {
    .row {
      width: 80vw !important;
      box-sizing: border-box;
      min-width: 270px;
    }
  }
}
@media (max-width: 750px) {
  .profile-card,
  .fancybox-content,
  .profile-card.fancybox-content {
    padding: 10px 0 !important;
  }
}

.profile-card,
.fancybox-content,
.profile-card.fancybox-content {
  display: none;
  .row {
    margin: 0 auto !important;
    height: 405px;
    overflow: auto;
    /* overflow-y: auto; */

    &::-webkit-scrollbar {
      width: 4px;
    }

    /* Track */
    &::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    /* Handle */
    &::-webkit-scrollbar-thumb {
      background: #c4c4c4;
    }

    /* Handle on hover */
    &::-webkit-scrollbar-thumb:hover {
      background: #c2c2c2;
    }
    img {
      width: 100%;
    }
    .descrip_prof {
      padding: 20px;
      .info_desp {
        width: 400px;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px !important;
        p {
          color: var(--primary-color-one);
          font-weight: 600;
          white-space: nowrap;
          margin: 0;
          &:nth-child(even)::before {
            content: "|";
            padding: 0 7px;
          }
        }
      }
    }
  }
}

/* ===========================  */
.mapswrapper {
  background: #fff;
  position: relative;
}

.mapswrapper iframe {
  border: 0;
  position: relative;
  z-index: 2;
}

/* ======================================== */
.dropdown-menu.width_45_percentage {
  .list_item_box {
    li {
      position: relative;
      &::after {
        transition: all ease 0.5s;
        content: "";
        width: 0%;
        display: block;
        position: absolute;
        bottom: -2px;
        border-bottom: 1px dashed var(--primary-color-one) !important;
      }
    }
  }
}
.dropdown-menu.width_45_percentage {
  .list_item_box {
    li:hover {
      a {
        color: var(--primary-color-one) !important;
      }
      &::after {
        width: 100%;
      }
    }
  }
}

/* ================================================= */
.g-client-slide {
  position: relative;
  padding-bottom: 10px;
  transition: all ease 0.1s;
  background-color: gray;
  overflow: hidden;

  &:hover {
    background-color: var(--primary-color-one);
    img {
      scale: 1.02;
    }
    .g-client-title {
      background-color: var(--primary-color-one);
    }
  }
  img {
    position: relative;
    z-index: 4;
    transition: all ease 0.5s;
  }
  .g-client-title {
    transition: all ease 0.7s;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    background-color: gray;
    color: #fff;
    padding: 10px 40px 6px 40px;
    font-size: 19px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 85%, 85% 0%);
    &::before {
      content: "";
      display: block;
      width: 17px;
      height: 60%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      background: transparent;
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      opacity: 0.3;
    }
  }
}

.g-client-slider-wrapper {
  padding: 70px 0 0 0;
}
.swiper-button-prev::before {
  /* right: -90vw !important; */
  left: calc(53vw - 120px) !important;
}
.swiper-button-next::before {
  /* right: -90vw !important; */
  right: calc(53vw - 120px) !important;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  width: 35px !important;
  height: auto !important;
  line-height: 35px !important;
  aspect-ratio: 1/1;
  top: -125px !important;
  background-color: var(--primary-color-one) !important;
  color: #fff !important;
}

/* =========================================================== */

.background-anthem-sticky {
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 99px;
  padding: 5px 0 0 0;
  overflow-y: hidden;
  z-index: 999999999;
  transition: all ease 0.3s;
  
  &:hover{
    background: #a5a5a533;
    input[type="range"] {
      opacity: 1;
    }
  }
  
  button {
    background: #ffffff;
    border: none;
    cursor: pointer;
    width: 50px;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 50%;
    /* font-size: 14px; */
    background-position: center;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: 70%;
    margin-bottom: -10px;
  }
  
  button.audio-mute {
    background-image: url(../images/audio-playing-icon.png);
  }
  button.audio-unmute {
    background-image: url(../images/audio-mute-icon.png);
  }
  input[type="range"] {
    width: fit-content;
    margin: 10px auto;
    height: 80px;
    padding: 0px !important;
    writing-mode: vertical-lr;
    direction: rtl;
    appearance: slider-vertical;
    width: 16px;
    vertical-align: bottom;
    transition: all ease 0.3s;
    opacity: 0;
  }
}


