/*
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;
}

/**
   * 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;
}

.naviebar {
  background-color: #ffffff;
}

.dropdown .btndrp {
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.2rem;
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler:target {
  outline: 0;
}

@media (min-width: 990px) {
  .dropdown:hover .dropdown-content {
    display: block;
    margin-top: 1.5rem;
  }
  .dropdown-content .dropdown-item{font-size: 14px;}
  .navbar-collapse {
    margin-top: auto;
  }
  /* .naviebar{border-bottom: 2px solid var(--primary-color-one);} */
  .topbar {
    padding: 0rem 1rem;
  }
  .naviebar .container-xxl {
    padding: 1rem;
  }
  .naviebar .container-xxl .navbar-brand {
    width: 28%;
  }
  .naviebar .container-xxl .navbar-brand img {
    width: 90% !important;
  }
  .naviebar li .nav-link {
    color: var(--primary-color-one);
  }

  .naviebar li:hover .nav-link {
    color: var(--primary-color-one) !important;
  }

  .nav-link::after {
    content: "";
    margin-top: 3px;
    display: block;
    width: 0;
    height: 2px;
    background: var(--primary-color-one);
    transition: width 0.3s;
  }

  .nav-link:hover::after {
    width: 100%;
  }

  .dropdown {
    display: flex;
  }
}
@media (max-width: 990px) {
  .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;}
}

.img-body-main .img-wrapper-body {
  border-radius:0 0 40% 0 ;
  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: 127%;
}

@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 .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 .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;}

  
}