/* Theme Name: Trademark Australia */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* font-family: "Montserrat", sans-serif; */
/* font-family: "Jost", sans-serif; */

/* body,
html {
	overflow-x: hidden;
} */

/* body,html{
    width: 100%;
} */

:root {
  scroll-behavior: smooth;
  --bg-black: #000000;
  --bg-mint: #42b99e;
  --bg-blue-green: #009dcb;
  --bg-cinder: #121212;
  --bg-jet-grey: #667085;
  --bg-sage-green: #858585;
  --bg-hit-grey: #acacac;
  --bg-aqua-green: #00d2b0;
  --bg-white: #fff;
  --bg-white-lilac: #f6f6f6;
  --bg-sugar-cane: #f0fffd;
  --bg-white-lilac: #f7f7f7;
  --bg-white-rock: #e6e7e7;
  --bg-link-water: #e0e6e8;
  --bg-ice-cold: #bbf8ea;
  --bg-greenish-teal: #41b99e;
  --bg-grey-goose: #d4d4d4;
  --bg-snow-drift: #f2fdfb;
  --bg-green-white: #d9edea;
  --bg-gum-leaf: #b7cfcb;
  --bg-bluish-grey: #669a90;
  --body-font: "Montserrat", sans-serif;
  --heading-font: "Jost", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-family: var(--body-font);
  font-weight: normal;
  font-style: normal;
  color: var(--bg-jet-grey);
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--bg-white);
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

.sub-heading {
  color: var(--bg-blue-green);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: var(--body-font);
}

.sub-heading:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px 0;
  padding: 0;
  font-family: var(--heading-font);
  color: var(--bg-cinder);
  font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 600;
  font-size: 54px;
  margin: 0 0 40px 0;
  text-transform: capitalize;
  line-height: 1.07em;
}

h2,
.h2-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.44em;
}

h3,
.h3-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--bg-mint);
  font-family: var(--body-font);
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 17px;
}

h4,
.h4-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 17px;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 17px;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  font-family: var(--body-font);
  display: inline-block;
  color: var(--bg-black);
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--bg-aqua-green);
}

.cmn-btn {
  background-color: var(--bg-mint);
  color: var(--bg-white);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 29px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
}

.cmn-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bg-black);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cmn-btn:hover {
  color: var(--bg-white);
}

.cmn-btn:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.footer-trade-form .cmn-btn {
  background-color: var(--bg-cinder);
  color: var(--bg-white);
}

.footer-trade-form .cmn-btn::before {
  background-color: var(--bg-mint);
}

.footer-trade-form .cmn-btn:hover input  {
  color: var(--bg-black);
}
.footer-trade-form .cmn-btn::before {
  background-color: var(--bg-white);
}

.cmn-btn-more {
  color: var(--bg-mint);
  font-weight: 700;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  padding: 0 15px 0 0;
}

.cmn-btn-more::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background-image: url(images/aqua-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cmn-btn-more:hover {
  color: var(--bg-cinder);
  padding: 0 20px 0 0;
}

.cmn-btn-more:hover::before {
  background-image: url(images/black-arrow-right.svg);
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background-color: var(--bg-mint);
  color: var(--bg-white);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 29px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  border: none;
  outline: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background-color: var(--bg-cinder);
  color: var(--bg-white);
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

.cmn-heading {
  margin-bottom: 40px;
}

.cmn-heading:last-child {
  margin-bottom: 0px;
}

.cmn-heading .sub-heading {
  font-size: 18px;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.main-head {
  padding: 27px 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.main-head.fixed {
  padding: 15px 0;
  position: fixed;
  background-color: var(--bg-white);
  -webkit-box-shadow: 0 4px 20px #42b99e26;
  box-shadow: 0 4px 20px #42b99e26;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 245px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 17px;
  padding: 13px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--bg-black);
  font-weight: 400;
  font-size: 16px;
  position: relative;
  font-weight: normal;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--bg-mint);
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.main-head.fixed .navbar-brand {
  width: 175px;
}

/* for push-menu end*/

/* banner */

.banner {
  position: relative;
  z-index: 1;
}

.banner-bottom-img-overaly {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}

.banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#00d2b0),
    color-stop(69.51%, #ffffff)
  );
  background: -o-linear-gradient(bottom, #00d2b0 0%, #ffffff 69.51%);
  background: linear-gradient(360deg, #00d2b0 0%, #ffffff 69.51%);
  z-index: -2;
}

.home-banner {
  min-height: 700px;
  padding: 140px 0 128px;
}

.home-banner .banner-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-right-image-wrap {
  width: calc(100% + 55px);
}

.banner-right-image-wrap img {
  width: 100%;
}

.banner-cont-wrap-left {
  width: 46.4%;
  padding: 55px 0 0;
}

.banner-right-image {
  width: 53.6%;
  position: relative;
  padding-left: 57px;
  z-index: 1;
}

.banner-right-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 522px;
  height: 522px;
  background-image: url(images/banner-blur-img.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.banner-right-overlay {
  position: absolute;
  bottom: 2px;
  height: 100%;
  width: 50%;
  right: 0;
  pointer-events: none;
}

.banner-blur-laft-img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.banner-sky-img-one {
  width: 139px;
  position: absolute;
  top: 148px;
  left: -28px;
  pointer-events: none;
}

.banner-sky-img-two {
  width: 139px;
  position: absolute;
  top: 117px;
  left: 49%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
}

.banner-sky-img-one img {
  width: 100%;
}

.trademark-input-box {
  border: 1px solid var(--bg-sage-green);
  border-radius: 10px;
  height: 50px;
  position: relative;
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  background-color: var(--bg-white);
}

.trademark-input-box input[type="text"] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 12px;
  font-family: var(--body-font);
  padding: 0 170px 0 20px;
}

.trademark-input-box input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.trademark-input-box input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.trademark-input-box input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.trademark-input-box input[type="text"]::-ms-input-placeholder {
  opacity: 1;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.trademark-input-box input[type="text"]::placeholder {
  opacity: 1;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.trademark-input-wrap > label {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--bg-jet-grey);
  display: inline-block;
  margin-bottom: 10px;
}

.trademark-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
	flex-wrap: wrap; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.trademark-input-box {
  width: calc(100% - 134px);
}

.trademark-submit {
  min-width: 124px;
}

.btn-submit-wrap.cmn-btn {
  padding: 0;
  height: 100%;
}

.btn-submit-wrap input {
  padding: 17px 29px;
  background: transparent !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.file-input {
  width: 150px;
  background-color: var(--bg-white-lilac);
  position: absolute;
  border-radius: 4px;
  top: 50%;
  right: 8px;
  height: 36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.file-input input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bg-hit-grey);
  padding: 7px 14px;
  text-transform: capitalize;
  cursor: pointer;
  font-family: var(--body-font);
}

/* about */

.cmn-gap {
  padding: 90px 0;
}

.about-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img-col img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-text-col {
  padding: 0 5px 0 40px;
}

.about-text-col h2 {
  margin: 0 0 10px;
}

.inner-banner {
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 130px 0 65px;
}

.inner-banner-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.inner-banner::before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(19.62%, #00d2b0),
    color-stop(84.15%, #ffffff)
  );
  background: -o-linear-gradient(bottom, #00d2b0 19.62%, #ffffff 84.15%);
  background: linear-gradient(360deg, #00d2b0 19.62%, #ffffff 84.15%);
  opacity: 0.05;
  z-index: -1;
}

.inner-banner .banner-bottom-img-overaly {
  z-index: -2;
}

.inner-banner .banner-right-overlay {
  width: 39%;
  height: 438px;
  opacity: 0.7;
}

.about-text-col .cmn-btn-more {
  margin-top: 10px;
}

/* counter-sec */

.counter-sec {
  background-color: var(--bg-sugar-cane);
}

.counter-col-wrap {
  background: var(--bg-white);
  border-radius: 10px;
  padding: 52px 30px 20px;
  text-align: center;
  height: 216px;
}

.counter-col-wrap span {
  font-weight: 600;
  line-height: 1;
  font-size: 60px;
  display: inline-block;
  font-family: var(--heading-font);
  color: var(--bg-mint);
  margin-bottom: 10px;
}

.counter-col-wrap p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  text-transform: capitalize;
  font-family: var(--heading-font);
  color: var(--bg-black);
}

.counter-row {
  margin: -10.5px;
  justify-content: space-between;
}

.counter-col {
  width: 20%;
  padding: 10.5px;
}

/* card-icon  */

.card-icon {
  background-color: var(--bg-white-lilac);
  border-radius: 10px;
  height: 100%;
  padding: 27px 11px 17px 17px;
}

.card-icon-img {
  height: 55px;
  margin-bottom: 25px;
}

.card-icon-info h3 {
  margin-bottom: 10px;
}

.card-icon-row {
  margin: -15px;
}

.card-icon-col {
  padding: 15px;
}

.card-icon-info h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--bg-black);
}

.card-button {
  margin-top: 34px;
}

/* tab-slider */

.tab-slider-sec {
  background-color: var(--bg-sugar-cane);
  position: relative;
  z-index: 1;
}

.main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--bg-white);
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.tab-slider-box {
  webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  height: 520px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-slider-detail {
  width: 93.5%;
  height: 100%;
  background: white;
  color: black;
  padding: 35px 36px 48px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

.tab-slider-box.active {
  width: 228% !important;
}

.tab-slider-box.active .tab-slider-detail {
  display: block;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tab-slider-box .tab-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: var(--heading-font);
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: var(--bg-cinder);
  text-transform: capitalize;
  position: relative;
  width: 68px;
  height: 100%;
  padding: 28px 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-slider-box .tab-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0%;
  background-color: var(--bg-mint);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tab-slider-box.active .tab-title {
  background-color: var(--bg-white);
}

.tab-slider-box.active .tab-title::after {
  height: 100%;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.ab-slider-detail-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}

.ab-slider-detail-hd h3,
.ab-slider-detail-hd h2 {
  font-weight: 600;
  font-size: 36px;
  margin: 0;
  font-family: var(--heading-font);
  color: var(--bg-black);
}

.ab-slider-detail-hd h3 {
  font-weight: 400;
  text-transform: capitalize;
}

.title-tag {
  background: var(--bg-mint);
  display: inline-block;
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border-radius: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--bg-white);
  padding: 13px 23px;
}

.tab-slider-content-col-left ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.tab-slider-content-col-left ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 30px;
  font-family: var(--body-font);
  color: var(--bg-jet-grey);
  margin-bottom: 17px;
  background-image: url(images/green-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 3px;
}

.tab-slider-content-col-left ul li:last-child {
  margin-bottom: 0;
}

.tab-slider-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-slider-content-col-left {
  width: 40%;
}

.tab-slider-content-col-right {
  width: 60%;
  padding-left: 83px;
}

.tab-slider-content-col-wrap {
  background-color: var(--bg-white-lilac);
  border-radius: 10px;
  padding: 22px 55px 50px 30px;
  height: 378px;
  overflow-y: auto;
}

.tag-includes {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bg-white);
  background-color: var(--bg-white-rock);
  padding: 14px 23px;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 26px;
}

.tab-slider-content-col-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-slider-content-col-wrap ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-family: var(--body-font);
  color: var(--bg-jet-grey);
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-slider-content-col-wrap ul li:last-child {
  margin-bottom: 0;
}

.tab-slider-content-col-wrap ul li span {
  width: 34px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 19px;
}

.tab-slider-box:nth-child(2) .tab-title {
  background-color: var(--bg-ice-cold);
}

.tab-slider-box:nth-child(3) .tab-title {
  background-color: var(--bg-mint);
}

.tab-slider-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

/* tab-new */

.accordion__container {
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.accordion__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-slider-titel {
  width: 67px;
  padding: 0 15px;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.state-active .tab-slider-titel {
  border-right: 0px solid var(--bg-mint);
}

.tab-slider-detail-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0px;
  padding: 0;
}

.accordion__item.state-active .tab-slider-detail-wrap {
  width: calc(100% - 67px);
  padding: 40px 30px 48px 30px;
}

.tab-slider-titel span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: var(--heading-font);
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: var(--bg-cinder);
  text-transform: capitalize;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: 400;
  padding: 28px 0;
}

.accordion__container::after {
  content: " ";
  display: table;
  clear: both;
}

.accordion__item-wrapper {
  margin-left: -1px;
  margin-right: -1px;
}

.accordion__item {
  height: 542px;
  width: 33.33%;
  float: left;
  background-color: var(--bg-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion__item.state-collapsed {
  width: 67px;
}

.accordion__item.state-active {
  width: calc(100% - 134px);
}

.accordion__item:nth-child(2) .tab-slider-titel {
  background-color: var(--bg-ice-cold);
}

.accordion__item:nth-child(3) .tab-slider-titel {
  background-color: var(--bg-mint);
}

.tab-slider-detail-wrap {
  opacity: 0;
}

.state-active .tab-slider-detail-wrap {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* why-choose-us */

.why-choose-us-card-row {
  margin: -9px;
}

.why-choose-us-card-col {
  padding: 9px;
}

.why-choose-us-card-item {
  background-color: var(--bg-white-lilac);
  border-radius: 10px;
  padding: 40px 22px 45px 17px;
  height: 100%;
}

.why-choose-us-card-img {
  height: 55px;
  margin-bottom: 17px;
}

.why-choose-us-card-img img {
  max-height: 100%;
}

.why-choose-us-card-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  text-transform: capitalize;
  color: var(--bg-black);
  font-family: var(--heading-font);
  margin-bottom: 7px;
}

.why-choose-us-sec-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-us-right-col h2 {
  line-height: 1.27em;
  margin: 0 0 15px;
}

/* faq */

.faq-sec {
  background-color: var(--bg-sugar-cane);
}

.faq-left-col-img {
  width: calc(100% + 44px);
  margin-left: -44px;
}

.faq-left-col-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: darken;
}

.faq-hd {
  padding-left: 30px;
}

.faq-hd h2 {
  line-height: 1.13em;
}

.faq-accordion-right-col {
  padding-right: 40px;
}

/* acco */
.faq-sec .accordion-button {
  font-weight: 500;
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--bg-black);
  background-color: transparent;
  outline: none;
  padding: 20px 50px 20px 30px;
}

.faq-sec .accordion-item {
  margin-bottom: 19px;
  color: transparent;
  background-color: var(--bg-white);
  border: 1px solid var(--bg-link-water);
  -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

.faq-sec .accordion-item:last-child {
  margin-bottom: 0px;
}

.faq-sec .accordion-button:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-accordion-body p {
  color: var(--bg-jet-grey);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.faq-sec .accordion-body {
  padding: 0 66px 23px 27px;
}

.faq-sec .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 3px;
}

.faq-sec .accordion-button::after {
  position: absolute;
  right: 0;
  background-size: 13px;
  width: 13px;
  height: 13px;
  right: 22px;
  top: 27px;
  background-image: url(images/plus-icon.svg);
  background-position: center;
}

.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url(images/minus-icon.svg);
}

/* cta */

.cta {
  padding: 67px 0;
  position: relative;
  background-color: var(--bg-greenish-teal);
  z-index: 1;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

.cta-wrap {
  width: 100%;
  max-width: 528px;
  margin: 0 auto;
  text-align: center;
}

.cta-wrap h2 {
  color: var(--bg-white);
  margin: 0 0 2px;
}

.cta-wrap p {
  color: var(--bg-white);
  margin-bottom: 17px;
}

.h-white::before {
  background-color: var(--bg-white);
}

.h-white:hover input {
  color: var(--bg-black);
}

/* footer */

.page-footer {
  padding: 110px 0 180px;
  position: relative;
}

.page-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#00d2b0),
    to(#ffffff)
  );
  background: -o-linear-gradient(bottom, #00d2b0 0%, #ffffff 100%);
  background: linear-gradient(360deg, #00d2b0 0%, #ffffff 100%);
  opacity: 0.05;
}

.footer-img-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.page-footer a {
  position: relative;
}

.page-footer a:hover {
  color: var(--bg-greenish-teal);
}

.footer-col-links ul li.active a {
  color: var(--bg-mint);
}

.page-footer a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: var(--bg-greenish-teal);
}

.page-footer a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.f-logo-wrap {
  width: 100%;
  max-width: 259px;
  display: inline-block;
  margin-bottom: 26px;
}

.f-logo-wrap img {
  width: 100%;
}

.f-logo-wrap::before {
  display: none;
}

.footer-col-links {
  padding-right: 20px;
}

.footer-col-left p {
  font-size: 18px;
  line-height: 1.44em;
  color: var(--bg-jet-grey);
  font-family: var(--body-font);
  margin-bottom: 14px;
}

.footer-col-left p a {
  font-size: 18px;
}

.footer-hd {
  font-weight: 600;
  font-size: 16px;
  color: var(--bg-black);
  margin: 0 0 16px;
}

.page-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-footer ul li {
  margin: 0 0 8px;
}

.page-footer a,
.page-footer ul li a {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--bg-jet-grey);
}

.page-footer ul li:last-child {
  margin-bottom: 0;
}

.footer-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 125px;
}

.footer-col-social {
  width: 223px;
}

.footer-col-social ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-col-social ul li span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  margin-right: 8px;
}

.brand-logos ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-logos ul li {
  margin-right: 6px;
}

.brand-logos ul li:last-child {
  margin-right: 0;
}

/* price-tab-slider */

.price-tab-slider {
  background-color: var(--bg-white);
}

.price-tab-slider .main-box {
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
}

.price-tab-slider .cmn-heading {
  margin-bottom: 30px;
}

/* contact */

.contact-left-item .cmn-heading {
  margin-bottom: 0;
}

.contact-left-item .cmn-heading h2 {
  margin-bottom: 10px;
}

.contact-info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--bg-grey-goose);
}

.contact-info-col:first-child {
  padding-top: 24px;
}

.contact-info-col .sub-heading {
  margin-bottom: 2px;
}

.contact-info-col-img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--bg-white);
  -webkit-box-shadow: 0px 14px 44px rgba(2, 86, 73, 0.09);
  box-shadow: 0px 14px 44px rgba(2, 86, 73, 0.09);
}

.contact-info-col-cont {
  width: calc(100% - 60px);
  padding-left: 16px;
}

.contact-info-col-cont h3 {
  font-weight: 500;
  font-size: 20px;
  color: var(--bg-black);
  font-family: var(--heading-font);
  text-transform: capitalize;
  margin-bottom: 5px;
}

.contact-info-col-cont p,
.contact-info-col-cont a {
  font-size: 16px;
  color: var(--bg-jet-grey);
}

.contact-info-col-cont a:hover {
  color: var(--bg-greenish-teal);
}

.contact-right-form {
  padding: 40px 40px 50px;
  background-color: var(--bg-white);
  border: 1px solid #00d2b0;
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  height: 100%;
}

.contact-right-form input[type="tel"],
.contact-right-form input[type="email"],
.contact-right-form input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  padding-right: 56px;
  color: var(--bg-black);
  border: 1px solid rgba(0, 210, 176, 0.2);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
  border-radius: 10px;
  margin-bottom: 24px;
  background-size: 16px;
}

.contact-right-form input[type="text"] {
  background-image: url(images/user-icon-c.svg);
}

.contact-right-form input[type="email"] {
  background-image: url(images/email-icon-c.svg);
}

.contact-right-form input[type="tel"] {
  background-image: url(images/call-icon-c.svg);
}

.contact-right-form textarea {
  background-image: url(images/message-icon-c.svg);
}

.contact-right-form textarea {
  width: 100%;
  height: 100px;
  display: block;
  padding: 12px 20px;
  padding-right: 56px;
  resize: none;
  color: var(--bg-black);
  border: 1px solid rgba(0, 210, 176, 0.2);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 20px;
  border-radius: 10px;
  margin-bottom: 18px;
}

.contact-right-form textarea::-webkit-input-placeholder,
.contact-right-form input[type="tel"]::-webkit-input-placeholder,
.contact-right-form input[type="email"]::-webkit-input-placeholder,
.contact-right-form input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.contact-right-form textarea::-moz-placeholder,
.contact-right-form input[type="tel"]::-moz-placeholder,
.contact-right-form input[type="email"]::-moz-placeholder,
.contact-right-form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.contact-right-form textarea:-ms-input-placeholder,
.contact-right-form input[type="tel"]:-ms-input-placeholder,
.contact-right-form input[type="email"]:-ms-input-placeholder,
.contact-right-form input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.contact-right-form textarea::-ms-input-placeholder,
.contact-right-form input[type="tel"]::-ms-input-placeholder,
.contact-right-form input[type="email"]::-ms-input-placeholder,
.contact-right-form input[type="text"]::-ms-input-placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.contact-right-form textarea::placeholder,
.contact-right-form input[type="tel"]::placeholder,
.contact-right-form input[type="email"]::placeholder,
.contact-right-form input[type="text"]::placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.contact-right-form .btn-submit-wrap {
  max-width: 156px;
  margin-top: 24px;
}

/* about-counter-sec */

.about-counter-sec {
  background-color: transparent;
}

.about-counter-sec .counter-col-wrap {
  background-color: var(--bg-white-lilac);
}

.about-right-img .about-text-col {
  padding: 0 45px 0 0;
}

.about-text-col .sub-heading {
  font-size: 18px;
  margin-bottom: 4px;
}

.about-text-col p {
  margin-bottom: 13px;
}

.about-text-col p:last-child {
  margin-bottom: 0px;
}

.about-left-img .about-text-col {
  padding: 0 43px 0 0;
}

.about-left-img .about-img-col {
  padding: 0 45px;
}

/* apply-trademark  */

.apply-trademark-wrap {
  background: var(--bg-sugar-cane);
  border-radius: 10px;
  padding: 50px 20px 62px;
}

.apply-trademark-col {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.apply-trademark-wrap h2 {
  margin: 0 0 10px 0;
}

.apply-trademark-wrap p {
  margin: 0 0 26px 0;
}

/* single-banner */

.single-banner {
  overflow: hidden;
  min-height: 100vh;
  padding: 130px 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.single-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(19.62%, #00d2b0),
    color-stop(84.15%, #ffffff)
  );
  background: -o-linear-gradient(bottom, #00d2b0 19.62%, #ffffff 84.15%);
  background: linear-gradient(360deg, #00d2b0 19.62%, #ffffff 84.15%);
  opacity: 0.05;
  z-index: -2;
}

.single-banner-wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.single-banner-img {
  width: 130px;
  margin: 0 auto 37px;
}

.single-banner-img img {
  width: 100%;
}

.single-banner-hd {
  text-align: center;
  padding-bottom: 30px;
}

.single-banner-hd h1 {
  margin: 0 0 10px;
}

.single-banner-hd p {
  font-weight: 500;
  font-size: 20px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  color: var(--bg-mint);
}

.single-banner .trademark-input-wrap {
  text-align: center;
}

.single-banner .trademark-input-wrap > label {
  margin-bottom: 27px;
}

.single-banner .trademark-input-wrap > label b {
  color: var(--bg-black);
}

.apply-for-trademark {
  padding: 130px 0;
}

.step-wrap {
  width: 100%;
  max-width: 1017px;
  margin: 66px auto 0;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step-col {
  width: 208px;
  position: relative;
}

.step-col::after {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: -131px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #41b99d;
  z-index: -1;
}

.step-col:first-child::after {
  display: none;
}

.step-col.active .step-col-img {
  border-color: var(--bg-cinder);
}

.step-col.active::after {
  background-color: var(--bg-cinder);
}

.step-col-img {
  width: 70px;
  height: 70px;
  background-color: var(--bg-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bg-mint);
  margin: 0 auto;
  position: relative;
}

.step-col-cont {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
}

.step-col-cont p {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 20px;
  color: var(--bg-black);
  text-transform: capitalize;
  line-height: 1.2em;
  text-align: center;
}

.single-banner-hd-text {
  color: var(--bg-jet-grey);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-banner-hd-text span {
  margin-right: 6px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
}

.apply-trademark-hd-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  justify-content: space-between;
}

.apply-trademark-hd-wrap h2 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  color: var(--bg-black);
}

.apply-trademark-flex {
  background-color: var(--bg-white);
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 43px;
  gap: 35px;
}

.apply-trademark-name {
  font-weight: 600;
  font-size: 24px;
  font-family: var(--heading-font);
  display: inline-block;
  background-color: var(--bg-snow-drift);
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 20px;
  color: var(--bg-mint);
}

.apply-trademark-col-left {
  width: calc(100% - 475px);
  padding: 20px 0px 50px 43px;
}

.apply-trademark-hd p {
  font-weight: 700;
  font-size: 16px;
  color: var(--bg-jet-grey);
  margin: 0;
}

.apply-trademark-card-wrap {
  width: 100%;
  max-width: 520px;
  margin-top: 30px;
}

.apply-trademark-card-row {
  margin: -20px -15px;
}

.apply-trademark-card-col {
  padding: 20px 15px;
}

.apply-trademark-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apply-trademark-card-img {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bg-snow-drift);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.apply-trademark-card-content {
  padding-left: 10px;
}

.apply-trademark-card-content p {
  color: var(--bg-jet-grey);
  font-size: 16px;
  line-height: 1.43em;
}

.apply-trademark-col-right {
  width: 440px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bg-snow-drift);
}

.apply-trademark-col-right h3 {
  color: var(--bg-mint);
  font-size: 60px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px;
}

.apply-trademark-col-right p {
  color: var(--bg-jet-grey);
}

.apply-trademark-col-right span {
  font-size: 24px;
}

.apply-trademark-question {
  width: 100%;
  /* max-width: 463px; */
}

.apply-trademark-question h3 {
  font-weight: 600;
  font-size: 24px;
  color: var(--bg-black);
  text-transform: none;
  font-family: var(--heading-font);
  margin: 0 0 20px;
}

.apply-trademark-col-left.select-class-searcg-col {
  padding: 20px 0px 20px 20px;
}

.select-class-searcg-col-right p {
  font-weight: 600;
  font-size: 24px;
  font-family: var(--heading-font);
  color: var(--bg-green-white);
  display: flex;
  align-items: flex-start;
}

.select-class-searcg-col-right .apply-trademark-name {
  border: 1px solid #d0e0dd;
}

.search-wrap {
  width: 100%;
  max-width: 750px;
  margin: 28px auto 0;
}

.search-wrap .trademark-input-box input[type="text"] {
  padding: 0px 20px 0px 20px;
}

.landing-banner-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

/* search-add-class */

.search-add-class {
  min-height: auto;
  padding: 190px 0 119px;
}

.search-filter p {
  color: var(--bg-jet-grey);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  text-transform: none;
  font-family: var(--body-font);
}

.search-filter p b {
  font-weight: 700;
}

.search-filter-input-wrap {
  width: 187px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

.search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.search-filter-input-wrap input {
  border: 1px solid var(--bg-sage-green);
  border-radius: 5px;
  height: 40px;
  padding: 10px;
  padding-right: 27px;
  font-size: 14px;
  font-family: var(--body-font);
  background-color: var(--bg-white);
  color: var(--bg-jet-grey);
}

.search-filter-input-wrap input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.search-filter-input-wrap input::-moz-placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.search-filter-input-wrap input:-ms-input-placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.search-filter-input-wrap input::-ms-input-placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.search-filter-input-wrap input::placeholder {
  opacity: 1;
  color: var(--bg-jet-grey);
}

.fliter-close {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  padding: 0;
  height: 15px;
  background-color: #d9d9d9;
  border-radius: 50px;
  border: none;
  outline: none;
  background-image: url(images/close-fliter.svg);
  background-repeat: no-repeat;
  background-position: 4.5px center;
  background-size: 6px;
}

.fliter-close:hover {
  background-color: var(--bg-aqua-green);
  background-image: url(images/close-fliter-h.svg);
}

.search-add-class-list {
  margin-top: 30px;
  padding: 20px;
  background: var(--bg-white);
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.search-add-class-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-add-class-col-left {
  width: calc(100% - 368px);
  padding-right: 28px;
}

.search-add-class-col-right {
  width: 368px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--bg-snow-drift);
}

.search-add-class-col-item {
  padding: 20px 43px 10px 17px;
  background-color: var(--bg-white-lilac);
  border-radius: 4px;
  margin-bottom: 20px;
}

.search-add-class-col-item:last-child {
  margin-bottom: 0;
}

.search-add-class-col-item h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.search-add-class-col-item p {
  margin: 0 0 15px;
}

.add-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-add-item {
  border: none;
  border-radius: 5px;
  background-color: #e7e7e7;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--bg-jet-grey);
  padding: 2px 26px 2px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}

.btn-add-item:hover {
  background-color: var(--bg-mint);
  color: var(--bg-white);
}

.btn-add-item::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url(images/filter-plus.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-add-class-col-hd h2 {
  color: var(--bg-white);
}

.btn-add-item:hover::before {
  background-image: url(images/filter-plus-h.svg);
}

.btn-add-item.active {
  background-color: var(--bg-mint);
  color: var(--bg-white);
}

.btn-add-item.active::before {
  background-image: url(images/w-thick-icon.svg);
}

.search-add-class-col-hd {
  background-color: var(--bg-mint);
  padding: 16px 14px;
}

.search-add-class-col-hd .apply-trademark-hd-wrap {
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-item-wrap {
  padding: 7px 21px 21px;
}

.price-item-col {
  border-bottom: 1px solid var(--bg-gum-leaf);
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-item-col:first-child {
  padding-top: 0;
}

.price-item-col:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.price-item-left-top h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--bg-black);
  text-transform: uppercase;
  margin: 0 0 3px;
}

.price-item-left-top p {
  font-size: 14px;
  color: var(--bg-black);
}

.price-item-right-top {
  font-weight: 700;
  font-size: 20px;
  color: var(--bg-mint);
}

.price-item-left h4 {
  font-weight: 500;
  font-size: 20px;
  color: var(--bg-black);
  margin: 0 0 15px;
}

.price-item-left p {
  font-size: 14px;
  color: var(--bg-black);
}

.price-item-left-top {
  padding-right: 15px;
}

.price-item-left {
  max-width: 194px;
  padding-right: 15px;
}

.price-item-right span {
  font-weight: 500;
  font-size: 20px;
  color: var(--bg-black);
  text-transform: uppercase;
}

.sub-total-price-left {
  width: 50%;
}

.sub-total-price-right {
  text-align: right;
  width: 50%;
}

.sub-total-price-right span,
.sub-total-price-left span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  line-height: 1;
  color: var(--bg-bluish-grey);
  margin-bottom: 20px;
}

.total-price-text {
  color: var(--bg-black) !important;
}

.sub-total-price-right span:last-child,
.sub-total-price-left span:last-child {
  margin-bottom: 0;
}

.price-item-btn {
  margin-top: 30px;
}

.price-item-btn .cmn-btn {
  width: 100%;
  text-align: center;
}

/* details-form */

.details-form-wrap {
  padding: 17px 25px 17px 10px;
}

.details-form-wrap h3 {
  font-weight: 600;
  font-size: 24px;
  color: var(--bg-black);
  margin-bottom: 27px;
  text-transform: none;
  font-family: var(--heading-font);
}

.details-form-wrap label {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--bg-black);
  text-transform: capitalize;
  display: block;
  margin-bottom: 14px;
}

.frm-label {
  display: inline-block;
  margin-right: 37px;
}

.frm-label label {
  margin-bottom: 0;
}

.frm-label [type="radio"] {
  display: none;
}

.frm-label label span {
  cursor: pointer;
  display: inline-block;
  color: var(--bg-hit-grey);
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}

.frm-label label span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 19px;
  border: 1px solid var(--bg-sage-green);
  border-radius: 50px;
}

.frm-label label span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 11px;
  border: 1px solid transparent;
  border-radius: 50px;
}

.frm-label [type="radio"]:checked + span::before {
  border-color: var(--bg-mint);
}

.frm-label [type="radio"]:checked + span::after {
  background-color: var(--bg-mint);
}

.frm-label-radio > label {
  margin-bottom: 22px;
}

.details-form-col {
  margin-bottom: 40px;
}

.dtl-frm-col {
  margin-bottom: 30px;
}

.dtl-frm-col:last-child {
  margin-bottom: 0px;
}

.dtl-frm-col input {
  width: 100%;
  border: 1px solid var(--bg-sage-green);
  outline: none;
  border-radius: 4px;
  height: 50px;
  font-family: var(--body-font);
  font-size: 16px;
  padding: 2px 20px;
  color: var(--bg-black);
}

.dtl-frm-col input::-webkit-input-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.dtl-frm-col input::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.dtl-frm-col input:-ms-input-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.dtl-frm-col input::-ms-input-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.dtl-frm-col input::placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
  text-transform: capitalize;
}

.dtl-frm-col textarea {
  width: 100%;
  height: 118px;
  padding: 20px;
  border-radius: 4px;
  resize: none;
  border: 1px solid var(--bg-sage-green);
  color: var(--bg-black);
}

.dtl-frm-col textarea::-webkit-input-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
}

.dtl-frm-col textarea::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
}

.dtl-frm-col textarea:-ms-input-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
}

.dtl-frm-col textarea::-ms-input-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
}

.dtl-frm-col textarea::placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bg-hit-grey);
}

.price-item-wrap table {
  font-family: var(--body-font);
}

.price-item-wrap table td {
  vertical-align: top;
  padding: 22px 0;
}

.price-item-wrap table td:first-child {
  width: 60%;
}

.price-item-wrap table td:nth-child(2) {
  text-align: right;
}

.price-item-wrap table tr:last-child {
  border-bottom: none;
}

.price-item-wrap table tr {
  border-bottom: 1px solid var(--bg-gum-leaf);
}

.td-left-col h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
  font-family: var(--body-font);
  text-transform: uppercase;
  color: var(--bg-black);
}

.price-item-wrap table td p {
  font-size: 14px;
  line-height: 1.21em;
  font-weight: 300;
  color: var(--bg-black);
}

.price-text-blue {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  color: var(--bg-mint);
}

.price-text {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: var(--bg-black);
}

.td-left h4 {
  font-weight: 500;
  font-size: 20px;
  color: var(--bg-black);
  line-height: 1;
  font-family: var(--body-font);
}

.total-item-tr {
  border: none !important;
}

.total-item-tr td {
  padding: 0 !important;
}

.price-text-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-text-flex span {
  width: 50%;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 18px 0 0;
  color: var(--bg-bluish-grey);
}

.price-text-right {
  text-align: right;
}

.sub-total-tr span {
  font-size: 20px;
  font-weight: 500;
  color: var(--bg-black);
}

.owner-details {
  height: auto !important;
}

/* international-trade */

.international-trade-left .cmn-heading {
  padding-bottom: 40px;
  margin: 0;
}

.countrie-box-row {
  margin-top: -15px;
  margin-bottom: -15px;
}

.countrie-box-col {
  padding-top: 15px;
  padding-bottom: 15px;
}

.international-trade {
  background-color: var(--bg-sugar-cane);
}

.cmn-heading-wrap {
  width: 100%;
  max-width: 511px;
  margin-bottom: 30px;
}

.cmn-heading-wrap h2 {
  margin-bottom: 10px;
}

.search-cuntry {
  position: relative;
}

.search-cuntry input[type="text"] {
  border: 1px solid var(--bg-aqua-green);
  background-color: var(--bg-white);
  border-radius: 10px;
  height: 50px;
  font-size: 12px;
  color: var(--bg-black);
  padding: 0 60px 0 20px;
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
}

.search-cuntry input[type="text"]::placeholder {
  opacity: 1;
  color: var(--bg-hit-grey);
}

.search-cuntry .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
  background-color: transparent;
  background-image: url(images/search-icon-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  padding: 0;
}

.search-cuntry .search-submit:hover {
  background-color: transparent;
}

.cuntre-selects-wrap {
  border-top: 1px solid var(--bg-grey-goose);
  padding: 35px 0;
}

.cuntre-selects-wrap:last-child {
  padding-bottom: 0;
}

.cuntre-selects-wrap h3 {
  font-weight: 500;
  font-size: 26px;
  text-transform: capitalize;
  color: var(--bg-black);
  font-weight: 500;
  font-family: var(--heading-font);
  margin-bottom: 27px;
}

.frm-label-c [type="checkbox"] {
  display: none;
}

.frm-label-c label {
  padding: 0;
  width: 100%;
  margin: 0;
}

.countrie-box-wrap {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  background-color: var(--bg-white);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border: 1px solid transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.countrie-box-wrap:hover {
  border-color: var(--bg-aqua-green);
}

.countrie-box-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 1px solid #ccf6ef;
  background-color: var(--bg-white-lilac);
  border-radius: 50px;
  transition: all 0.1s ease-in-out;
}

.countrie-box-img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 10px;
}

.countrie-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.countrie-box-cont {
  width: calc(100% - 48px);
  padding: 0 50px 0 16px;
}

.cun-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25em;
  text-transform: capitalize;
  font-family: var(--heading-font);
  color: var(--bg-black);
  margin: 0 0 3px;
}

.cun-prc {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25em;
  color: var(--bg-mint);
  font-family: var(--body-font);
}

.frm-label-c [type="checkbox"]:checked + .countrie-box-wrap {
  border-color: var(--bg-aqua-green);
}

.frm-label-c [type="checkbox"]:checked + .countrie-box-wrap::before {
  background-image: url(images/check-icon.svg);
  border-color: var(--bg-aqua-green);
  background-color: var(--bg-aqua-green);
}

.international-trade-right {
  background-color: var(--bg-white);
  border-radius: 10px;
  padding: 24px;
  transition: all 0.3s ease-in-out;
}

.international-trade-right-hd h4 {
  font-size: 26px;
  margin-bottom: 5px;
}

.international-trade-right-hd p {
  color: var(--bg-jet-grey);
}

.international-trade-list-bottom {
  margin: 20px 0;
}

.international-trade-list-bottom table {
  width: 100%;
}

.international-trade-list-bottom table tr td {
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--bg-jet-grey);
  padding: 4px 0;
}

.international-trade-list-bottom table tr td:last-child {
  text-align: right;
}

.international-trade-list-bottom table .total-international-trade td {
  color: var(--bg-black);
  font-size: 18px;
}

.open-form {
  width: 100%;
  border: none;
  display: inline-block;
}

.international-form-item label {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--heading-font);
  margin-bottom: 5px;
}

.international-form-col {
  margin-bottom: 15px;
}

.international-form-item input[type="tel"],
.international-form-item input[type="email"],
.international-form-item input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  color: var(--bg-black);
  border: 1px solid rgba(0, 210, 176, 0.2);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
  border-radius: 10px;
  background-size: 16px;
}

.international-form-item textarea {
  width: 100%;
  height: 100px;
  display: block;
  padding: 12px 20px;
  resize: none;
  color: var(--bg-black);
  border: 1px solid rgba(0, 210, 176, 0.2);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 20px;
  border-radius: 10px;
}

.international-form-col-submit .cmn-btn {
  width: 100%;
  text-align: center;
}

.international-form-wrap {
  margin-top: 20px;
  display: none;
}

.faq-content {
  display: none;
  padding: 0 10px 10px;
}

.accordion-btn {
  width: 25px;
  height: 25px;
  background-image: url(images/plus-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: all 0.3s ease-in-out;
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
}

.faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  padding: 11px;
  line-height: 1.25em;
  text-transform: capitalize;
  font-family: var(--heading-font);
  color: var(--bg-black);
}

.faq-collection-item {
  border: 1px solid #d2d2d2;
  margin-top: 20px;
  border-radius: 5px;
}

.faq-collection-item:last-child {
  margin-bottom: 0;
}

.faq-title.open .accordion-btn {
  background-image: url(images/minus-icon.svg);
}

.faq-content table {
  width: 100%;
}

.faq-content table tr td {
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--bg-jet-grey);
  padding: 4px 0;
  font-size: 14px;
}

.faq-content table tr td:last-child {
  text-align: right;
}

.international-trade-right.sticky {
  position: sticky;
  top: 100px;
}

/* 22.07.24 start */

.apply-trademark-secnd {
  background-color: var(--bg-white);
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 40px;
  margin-top: 43px;
}
.apply-trademark-title {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #2fb195;
  width: 100%;
}
.apply-trademark-title h2 {
  margin-bottom: 0;
}
.apply-trademark-secnd-class-wrppr h3,
.apply-trademark-secnd-apply h3 {
  font-size: 20px;
  line-height: 1.2;
  color: var(--bg-black);
  text-transform: inherit;
  margin-bottom: 5px;
}
.apply-trademark-secnd-apply {
  width: 100%;
}
.apply-trademark-secnd-apply h3 {
  padding-bottom: 35px;
  border-bottom: 1px solid #2fb195;
  width: 100%;
}
.apply-trademark-secnd-innr-class {
  background: #eefdfa;
  padding: 20px 25px;
  border: 1px solid #2fb195;
  border-radius: 10px;
  margin-top: 24px;
  width: 100%;
}

.apply-trademark-secnd-innr-class:first-child {
  margin-top: 0;
}
.apply-trademark-secnd-innr-class-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.apply-trademark-secnd-innr-class-title h4 {
  font-size: 18px;
  color: var(--bg-mint);
  line-height: 1;
  margin-bottom: 0;
}
.apply-trademark-secnd-innr-class-title a {
  font-size: 12px;
  color: var(--bg-black);
  background-color: var(--bg-white);
  padding: 4px 15px;
  border-radius: 15px;
  border: 1px solid var(--bg-mint);
  display: inline-flex;
  margin-left: 15px;
}
.apply-trademark-secnd-innr-class-title a:hover {
  background-color: var(--bg-mint);
  color: var(--bg-white);
}
.apply-trademark-secnd-class-wrppr {
  margin-bottom: 45px;
}
.apply-trademark-secnd-apply ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -24px;
  list-style: none;
}
.apply-trademark-secnd-apply li {
  padding: 0 24px;
  flex: 0 0 auto;
  width: 50%;
}
.apply-trademark-secnd-apply li .apply-trademark-card {
  padding: 24px 0;
  border-bottom: 1px solid var(--bg-mint);
}
.apply-trademark-secnd-apply .apply-trademark-card-content p {
  color: var(--bg-black);
}
.apply-trademark-secnd-price {
  margin-top: 30px;
  display: flex;
  align-items: center;
  background-color: var(--bg-snow-drift);
  padding: 30px;
  border-radius: 10px;
  width: 100%;
}
.apply-trademark-secnd-price-wrrpr {
  flex: 0 0 auto;
  padding-right: 35px;
}
.apply-trademark-secnd-price-wrrpr h3 {
  color: var(--bg-mint);
  font-size: 60px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px;
}
.apply-trademark-secnd-price-wrrpr span {
  font-size: 24px;
}
.apply-trademark-secnd-price-wrrpr p {
  color: var(--bg-jet-grey);
}
.search-result-shw-main {
  margin-top: 43px;
}
.search-result-shw-main > h2 span {
  color: var(--bg-mint);
}
.search-result-bx {
  background-color: var(--bg-white);
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px;
}
.user-view-wrpp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.user-view-wrpp h3 {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--bg-black);
}
.user-view-wrpp .view-count {
  background: #eefdfa;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--bg-mint);
}
.user-view-wrpp .view-count i {
  margin-left: 10px;
  line-height: 0;
  transition: 0.5s all;
}
.user-view-wrpp .view-count:hover {
  background-color: var(--bg-mint);
  color: var(--bg-white);
}
.user-view-wrpp .view-count:hover i {
  filter: brightness(0) invert(1);
}
.search-result-row-wrppr {
  padding-top: 35px;
  width: 100%;
}
.search-result-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-result-icon {
  width: 50px;
  flex: 0 0 auto;
}
.search-result-icon img {
  width: 100%;
}
.search-result-txt {
  padding-left: 25px;
  flex: 1;
}
.search-result-txt p {
  font-size: 18px;
  color: var(--bg-black);
  font-weight: 700;
}
.search-result-txt p.title-result {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--bg-jet-grey) !important;
  text-transform: uppercase;
}
.search-result-txt.green-txt p {
  color: var(--bg-mint);
}
.search-result-bx:not(:last-child) {
  margin-bottom: 35px;
}
.apply-trademark-secnd-list {
  display: none;
  padding-top: 20px;
}
.apply-trademark-secnd-list.apply-trademark-class-list {
  display: block;
}
.apply-trademark-secnd-list ul {
  padding: 0;
  margin: 0 0 -10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.apply-trademark-secnd-list ul li {
  padding-bottom: 10px;
}
.apply-trademark-secnd-list ul li:not(:last-child) {
  margin-right: 10px;
}
.apply-trademark-secnd-list li p {
  font-size: 12px;
  color: var(--bg-black);
  background-color: var(--bg-white);
  padding: 4px 12px;
  border: 2px solid rgba(66, 185, 156, 0.3);
  border-radius: 7px;
}
.apply-trademark-secnd-list.apply-trademark-class-list li p a {
  font-size: 12px;
}
.apply-trademark-secnd-innr-class p {
  margin-bottom: 0;
}

/* 22.07.24 end */

/* 01.08.2024 start */
.apply-trademark-secnd-innr-class-title a.trademark-after-toogle {
  display: none;
}

.section-loading {
  position: fixed;
  top: 0;
  background: var(--bg-mint);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  display: none;
}
.animated-text {
  padding: 10px 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  background-image: linear-gradient(
    70deg,
    #72ffe1 45%,
    /* font color */ #fff 50%,
    #72ffe1 55% /* font color */
  );
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
  font-weight: 700;
  animation-timing-function: ease-in-out;
  text-transform: uppercase;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.animation-text-holder {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  bottom: auto;
  right: 0;
  width: 100%;
  text-align: center;
}
.animation-text-holder h2 {
  color: #fff;
  font-size: 80px;
  text-transform: none;
}

/* Css added on 22nd August */
.show-result-count {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
.filter-key-words input {
  border: 1px solid var(--bg-sage-green);
  border-radius: 10px;
  height: 50px;
  position: relative;
  font-size: 12px;
}
.filter-key-words input::placeholder {
  color: var(--bg-sage-green);
}

.filter-key-words input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--bg-sage-green);
}
a.choose-keyword,
a.choosed-keyword {
  display: flex;
  gap: 5px;
}
span.add-keyword {
  background: #36ba9f;
  color: #fff;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
}
.apply-trademark-secnd-list.apply-trademark-class-list ul li:hover p {
  background-color: #36ba9f;
}
.apply-trademark-secnd-list.apply-trademark-class-list ul li:hover a {
  color: #ffffff;
}
.apply-trademark-secnd-list.apply-trademark-class-list
  ul
  li:hover
  span.add-keyword {
  color: #36ba9f;
  background: #fff;
  rotate: 90deg;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transform: translate(0, 0) rotate(90deg) skew(0) skewY(0) scaleX(1) scaleY(1);
}
.apply-trademark-secnd-list.apply-trademark-class-list p.choosed {
  background-color: #36ba9f;
}
.apply-trademark-secnd-list.apply-trademark-class-list p.choosed a {
  color: #ffffff;
}
.apply-trademark-secnd-list.apply-trademark-class-list
  p.choosed
  span.add-keyword {
  color: #36ba9f;
  background: #fff;
}
span.added-keyword,
span.remove-keyword {
  display: flex;
  background: #ffffff;
  color: #36ba9f;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
span.remove-keyword {
  display: none;
}
.apply-trademark-secnd-list.apply-trademark-class-list
  ul
  li.keyword-choosed:hover
  span.remove-keyword {
  display: flex;
}
.apply-trademark-secnd-list.apply-trademark-class-list
  ul
  li.keyword-choosed:hover
  span.added-keyword {
  display: none;
}
.trademark-for-cart {
  width: 100%;
  margin-bottom: 16px;
}
.each-cart-box {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #36ba9f;
  margin-bottom: 20px;
}
.class-description {
  display: flex;
  flex-direction: column;
}
.class-description h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.class-description p,
.class-description p span {
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.box-header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
p.class-price, p.total-class-price {
  color: #36ba9f;
  font-size: 18px;
}
.aus-ip-desc {
  display: flex;
  justify-content: space-between;
}
.aus-ip-desc h4,
.aus-ip-desc .aus-ip-price span {
  font-size: 18px;
  color: rgba(56, 89, 97, 0.7);
}
.keywords-list ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
li.each-key-list {
  display: flex;
  justify-content: space-between;
}
li.each-key-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
li.each-key-list p {
  font-size: 16px;
  color: #000;
  width: 90%;
}
li.each-key-list.chk-each-key-list p {
  width: auto;
}
span.remove-cart-keyword {
  background: #36ba9f;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  cursor: pointer;
}

/* End */
.exact-price {
  display: block;
  font-size: 12px;
}
/*support pp.c 4/9/2024*/
.woocommerce-cart .cart_totals a.checkout-button,
.woocommerce-checkout form.checkout .place-order button {
  background-color: var(--bg-mint);
  color: var(--bg-white);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 29px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  outline: none !important;
}
.woocommerce-cart .cart_totals .checkout-button::before,
.woocommerce-checkout form.checkout .place-order button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bg-black);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.woocommerce-cart .cart_totals a.checkout-button:hover,
.woocommerce-checkout form.checkout .place-order button:hover {
  background-color: var(--bg-mint);
  color: var(--bg-white);
}
.woocommerce-cart .cart_totals table .order-total {
  color: var(--bg-cinder);
  font-size: 22px;
}
.woocommerce-cart .cart_totals .checkout-button:hover::before,
.woocommerce-checkout form.checkout .place-order button:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form table th {
  font-size: 18px;
  padding: 12px 12px;
  color: var(--bg-mint);
}

.woocommerce-cart .woocommerce-cart-form table td.actions .coupon {
  float: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-cart
  .woocommerce-cart-form
  table
  .coupon
  input[type="text"].input-text {
  border: 1px solid var(--bg-sage-green);
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  background-color: var(--bg-white);
  font-size: 16px;
  padding: 9px 12px;
  width: 100%;
  max-width: 250px;
  float: none;
}
.woocommerce-cart .woocommerce-cart-form table .coupon .button,
.woocommerce-checkout .checkout_coupon .form-row-last .button {
  background-color: var(--bg-mint);
  color: var(--bg-white);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 20px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  float: none !important;
}
.woocommerce-cart .woocommerce-cart-form table .coupon button::before,
.woocommerce-checkout .checkout_coupon .form-row-last .button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bg-black);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.woocommerce-cart .woocommerce-cart-form table .coupon button:hover,
.woocommerce-checkout .checkout_coupon .form-row-last .button:hover {
  background-color: var(--bg-mint);
  color: var(--bg-white);
}
.woocommerce-cart .woocommerce-cart-form table .coupon button:hover::before,
.woocommerce-checkout .checkout_coupon .form-row-last .button:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.woocommerce-checkout form input[type="text"],
.woocommerce-checkout form input[type="tel"],
.woocommerce-checkout form input[type="password"],
.woocommerce-checkout form input[type="email"],
.woocommerce-checkout form select,
.woocommerce-checkout form textarea {
  border: 1px solid var(--bg-sage-green);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border-radius: 10px;
  background-color: var(--bg-white);
  font-size: 16px;
  padding: 9px 12px;
  height: 50px;
}
.woocommerce-checkout form.checkout textarea {
  height: 158px;
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
}
.woocommerce-checkout form.checkout > .col2-set, .woocommerce-checkout-review-order {
  background-color: var(--bg-white);
  border: 1px solid #00d2b0;
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.woocommerce-checkout form.checkout label {
  color: var(--bg-cinder);
  font-weight: 500;
}
/* .woocommerce-checkout form.checkout .select2-selection {
  border: 1px solid var(--bg-sage-green);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border-radius: 6px;
  background-color: var(--bg-white);
  font-size: 16px;
  padding: 0 0;
  height:45px;
} */
.woocommerce-checkout
  form.checkout
  .select2-selection
  .select2-selection__rendered {
  height: 100%;
}
.woocommerce-checkout
  form.checkout
  .select2-selection
  .select2-selection__arrow {
  height: 100%;
}
.woocommerce-checkout .checkout_coupon .form-row.form-row-first {
  width: 60%;
}
.woocommerce-checkout .checkout_coupon .form-row.form-row-last {
  width: 40%;
}
.woocommerce-checkout .woocommerce-info {
  border-top-color: var(--bg-mint);
}
.woocommerce-checkout .woocommerce-info a{font-size: inherit;}
.woocommerce-checkout .woocommerce-info::before {
  color: var(--bg-mint);
}
.woocommerce-checkout form.checkout .place-order button {
  margin-top: 15px;
}

/*support pp.c 4/9/2024*/

.alert-details {
  display: none;
}
.trademark-alart {
  display: flex;
  gap: 20px;
  padding: 16px;
  border: 2px solid #36ba9f;
  border-radius: 10px;
  background: #eefdfa; 
}
.alert-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.alert-heading h4{
  margin: 0;
}
span.shrink-0.text-ttmfRed {
  color: #36ba9f;
}
a.cmn-alert-btn {
  background: #36ba9f;
  color: #fff;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 12px;
}
.order-review {
  width: 100%;
}
.order-review ul {
  padding: 0;
}
.order-review ul li {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.order-review p.order-rev-head {
  color: rgba(56, 89, 97, 0.7);
}
.order-review p.order-total-head{
  color: #000;
}
/* After login page design */
/* left part */
.woocommerce-account .woocommerce-MyAccount-navigation{
  padding: 20px;
  background-color: var(--bg-white);
  border: 1px solid #00d2b0;
  margin-bottom: 10px;
  border-radius: 10px; 
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
  border-bottom: 1px solid #00d2b026;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{border: none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  padding: 15px 10px;
  display: block;
  font-weight: 600;
  font-size: 16px; 
  position: relative; 
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
  background-color: var(--bg-aqua-green);
  color: #fff;
} 
 
/* right part */
.woocommerce-account .woocommerce-MyAccount-content{ 
  padding: 30px 20px; 
  background-color: var(--bg-white);
  border: 1px solid #00d2b0;
  border-radius: 10px; 
}
.woocommerce-account .woocommerce-MyAccount-content a{color: var(--bg-aqua-green);}
.woocommerce .button[name="save_account_details"], .woocommerce .button[name="save_address"]{margin-top: 15px !important;}
.woocommerce-MyAccount-content h2{font-size: 26px; margin-bottom: 15px;}
/* Woocommerce Order */
.woocommerce table.my_account_orders{
  background-color: #fff;
  border: none;
  margin-bottom: 0;
}
/* cart page */
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount{font-weight: 600;}
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-cart-form{
  border: 1px solid var(--bg-aqua-green);
  padding: 30px 20px;
  border-radius: 10px;
}
.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active{margin-bottom: 0 !important;}
.woocommerce-page .cart-collaterals .cart_totals{margin-top: 30px;}
.woocommerce-cart .woocommerce-cart-form table .coupon input[type="text"].input-text{border-radius: 0;}
/* common table */
.woocommerce table.shop_table{
  /* border: none; */
  background-color: var(--bg-sugar-cane);
}
.woocommerce table.shop_table th{ 
  font-weight: 600;
  color: #000; 
  padding: 10px;
  font-size: 16px;
}
.woocommerce table.shop_table td{
  color: #000;
  padding: 10px;
  font-size: 15px;
} 
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
  font-weight: 600; 
}
/* Woocommerce Address */
.woocommerce-page .woocommerce-Address{
  background-color: var(--bg-sugar-cane);
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.woocommerce-page .woocommerce-Address:last-child{margin-bottom: 0;}
.woocommerce-page .woocommerce-Address .woocommerce-Address-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-page .woocommerce-Address .woocommerce-Address-title a{
  padding: 5px;
  background-color: var(--bg-aqua-green);
  line-height: normal;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}
.woocommerce-page .woocommerce-Address .woocommerce-Address-title a:where(:hover,:focus){
  background-color: var(--bg-cinder);
}
/* common form */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  border: 1px solid #12121269;
  width: 100%;
  height: 45px;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  color: #121212ad;
}
.woocommerce form .form-row input.input-text#coupon_code{height: 49px;}
.woocommerce form .form-row textarea{height: 120px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 45px;
  padding: 0 16px;
  color: #121212ad;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 45px;}
.select2-container .select2-selection--single{height: 45px; border: 1px solid #12121269; border-radius: 4px;}
/* common button */
.woocommerce .button{
  padding: 15px 20px !important;
  background-color: var(--bg-aqua-green) !important;
  line-height: normal !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 10px !important;  
  transition: all 300ms ease-in-out;
} 
.woocommerce .button.woocommerce-form-register__submit, .woocommerce .button.woocommerce-form-login__submit{margin-top: 13px;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{margin-top: 25px; float: right;}
/* .woocommerce .button.view{padding: 7px 15px !important; font-size: 13px !important;} */
.woocommerce .woocommerce-button { padding: 7px 15px !important; font-size: 13px !important; margin: 0 5px !important; }
.woocommerce .button:hover{
  background-color: var(--bg-cinder) !important;
}
/* Login rtegister Form */
.woocommerce form.login, .woocommerce form.register, .woocommerce form.woocommerce-ResetPassword{ 
  border: 1px solid var(--bg-aqua-green);
  padding: 30px;
  border-radius: 6px;
}
.woocommerce form.woocommerce-ResetPassword{
  max-width: 660px;
  margin: 0 auto;
}
.woocommerce form.woocommerce-ResetPassword .form-row{width: 100%;}
/* View order */
.woocommerce .woocommerce-customer-details address{
  border-radius: 10px;
  background-color: var(--bg-sugar-cane);
  padding: 10px;
  border: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table.woocommerce-table--order-details h5,
.woocommerce table.shop_table.woocommerce-table--order-details h6{margin-bottom: 10px; font-size: 16px;}
.woocommerce table.shop_table.woocommerce-table--order-details h6, .woocommerce table.shop_table.woocommerce-table--order-details ul{font-size: 14px;}
.woocommerce table.shop_table.woocommerce-table--order-details ul{list-style: none; padding: 0;}
.woocommerce table.shop_table.woocommerce-table--order-details .product-total{
  font-weight: 600;
  font-size: 15px;
}
/* ===== */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: var(--bg-sugar-cane);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #cdf6f0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{border-bottom-color: #cdf6f0;}

/* CSS change 11-09-2024 */
.file-input.search-for-logo {
  width: calc(100% - 16px);
}
.toggle-search-form-type, .each-tab-content{
  display: none;
}
.each-tab-content.active{
  display: block;
}
.form-tab-header ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
li.search-tab-menu a {
  padding: 8px 24px;
  border: 1px solid #36ba9f;
  border-radius: 50px;
  font-size: 14px;
  display: inline-flex;
  gap: 8px;
  line-height: 20px;
  font-weight: 700;
}
li.search-tab-menu.active a {
  background: #36ba9f;
  color: #FFF;
}
.upload-image img {
  width: 26px;
  height: auto;
}
span.apply-trademark-name img {
  width: 100px;
}
/* End 11-09-2024 */

/* 12-09-2024 */
.trademark-info {
  margin-bottom: 25px;
  display: block;
}
.trademark-info img {
  width: 100px; 
  margin: 0 auto; 
  display: block;
}
.woocommerce-order-details .trademark-info img {
  margin: 0; 
}
/* End 12-09-2024 */

/* 13-09-2024 */
a.cmn-btn.add-to-cart.disable, a.cmn-btn.disable {
  pointer-events: none;
  opacity: 0.7;
}
/* End 13-09-2024 */

/* 16-09-2024 */
.footer-trade-form li.search-tab-menu.active a {
  background: #121212;
}
.footer-trade-form li.search-tab-menu a {
  border: 1px solid #121212;
}
.footer-trade-form li.search-tab-menu a:hover {
  background-color: #121312;
  color: #FFFFFF;
}
/* END 16-09-2024 */

/* SS160924 Begin */

.topbar-right{
  display: flex;
  align-items: center;
  margin-left: 34px;
}
.topbar-right a{
  margin: 0 17px;
}
.topbar-right a:first-child{
  margin-left: 0;
}
.topbar-right a:last-child{
  margin-right: 0;
}

/* End Of SS160924 */

label[data-target="individual"]{
  display: none;
}
.application-details .apply-trademark-col-right {
  width: auto;
  justify-content: flex-start;
}
.application-details .class-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#billing_individual_organisation_field{display: none;}
.order-review-section {
  display: none;
}
.common-radio-wrapper .woocommerce-input-wrapper{
  display: flex;
}
.woocommerce-input-wrapper label.radio {
  margin-left: 15px;
}
.woocommerce-checkout .application-details .class-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.apply-trademark-secnd-class-wrppr h3 {
  color: #c71f1f;
}

.woocommerce-error-tax {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #193d7e;
  border-top: 3px solid #193d7e;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-error-tax::before {
  content: "\e016";
  color: #193d7e;
  font-family: WooCommerce;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

/* AD 27/09/2024 */
.contact-right-form form .gform_body > .gform_fields {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-right-form form .gform_body > .gform_fields > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 16px;
}

.contact-right-form form input[type=tel],
.contact-right-form form input[type=email],
.contact-right-form form input[type=text] {
  width: 100%;
  height: 50px;
  color: var(--bg-black);
  border: 1px solid rgba(0, 210, 176, 0.2);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
  border-radius: 10px;
  padding-right: 54px;

}
.contact-right-form form textarea {
  width: 100%;
  height: 100px;
  display: block;
  resize: none;
  color: var(--bg-black);
  border: 1px solid rgba(0, 210, 176, 0.2);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.01);
  border-radius: 10px;
  padding-right: 54px;

}
.contact-right-form form .gform_footer {
  margin-top: 8px;
}
.contact-right-form .gform_wrapper.gform-theme.gform-theme--framework form .gform_footer input[type="submit"] {
  background-color: var(--bg-mint);
  color: var(--bg-white);
  -webkit-box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  box-shadow: 0px 13px 54px rgba(2, 136, 114, 0.06);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 0 29px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  border: 1px solid var(--bg-mint);
  outline: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
}
.contact-right-form .gform_wrapper.gform-theme.gform-theme--framework form .gform_footer input[type="submit"]:hover {
  color: var(--bg-mint);
  background-color: var(--bg-white);
}
.animation-text-holder {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.animation-text-holder h2 {
  line-height: 1.1;
  margin-bottom: 10px;
}
.trademark-input-box input[type="text"],
.search-wrap .trademark-input-box input[type="text"] {
  border-radius: 10px;
}
.order-review ul li p {
  margin-bottom: 0;
}
.order-review ul li {
  margin-bottom: 6px;
}
.aus-ip-desc h4, .aus-ip-desc .aus-ip-price span {
  margin-bottom: 4px;
}
li.each-key-list p,
.trademark-for-cart {
  margin-bottom: 8px;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper > input[type="radio"] {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper > input[type="radio"] + label {
  padding-left: 30px;
  margin: 0 20px 0 0;
  position: relative;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper > input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--bg-mint);
  background-color: transparent;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper > input[type="radio"] + label::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bg-mint);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper > input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.woocommerce form .form-row .select2-container {
  max-width: 100%;
  width: 100% !important;
}
.home-banner {
  overflow: hidden;
}
.accordion__item.js-accordion__item.state-active.full {
  width: 100%;
}
/* AD 27/09/2024 END */
.trademark-infom img {
  width: 80px;
}
.checkout-tab.active{
  display: block;
}
.checkout-tab{
  display: none;
}

/* SS071024 Begin */

.place-order-btn-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.place-order-btn-wrapper>*{
  margin-bottom: 10px;
}
.place-order-btn-wrapper>*:last-child,.all-personal-details .p-wrap:last-child{
  margin-bottom: 0;
}
.all-personal-details .p-wrap{
  display: flex;
  /* align-items: center; */
  margin-bottom: 16px;
}
.all-personal-details .p-wrap h6{
  margin: 0 6px 0 0;
}
.personal-details{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bg-mint);
}
.term-label p a{
  font-weight: 600;
  text-decoration: underline !important;
}
.term-checkbox{
  accent-color: var(--bg-mint);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--bg-white);
  border-radius: 2px;
  margin-right: 16px;
  cursor: pointer;
}
.term-condition-wrap .p-wrap{
  display: flex;
  /* align-items: center; */
}
.woocommerce-checkout .col-1 h3, #order_review_heading {
  font-size: 24px;
}

a.cmn-btn.proceed-to-next-tab.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
}

/* End Of SS071024 */
/* CSS Modification 18.11.24 */
.checkout-timeline{
  margin-bottom: 80px;
}
.checkout-timeline .breadcrumbs {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -12px;
  margin-right: -12px;
  list-style: none;
}
.checkout-timeline .breadcrumbs > li{
  width: calc(100% / 4);
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.checkout-timeline .breadcrumbs>li .bread-link {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--bg-snow-drift);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.checkout-timeline .breadcrumbs > li .bread-link img{
  max-width: 48px;
  max-height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.checkout-timeline .breadcrumbs>li.active{
  color: var(--bg-mint);
}
.checkout-timeline .breadcrumbs>li.active .bread-link{
  background-color:var(--bg-mint);
}
.checkout-timeline .breadcrumbs > li.active .bread-link img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.list-img-wrap{
  margin-bottom: 20px;
  position: relative;
}
.checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::before {
  position: absolute;
  content: "";
  left: calc(49% + 50px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(images/dot_wave.svg) no-repeat top center;
  background-size: contain;
  height: 26px;
  width: 100%;
}
.checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::after{
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: url(images/slight_triangle.svg) no-repeat top center;
  width: 20px;
  height: 20px;
  background-size: contain;
}
/* CSS Modification 18.11.24 */

/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}

@media (max-width: 1440px) {
  .main-head {
    padding: 16px 0;
  }

  .inner-banner {
    min-height: 260px;
    padding: 90px 0 25px;
  }

  .banner-sky-img-two {
    top: 87px;
  }

  .navbar-brand {
    width: 200px;
  }
}

@media (max-width: 1366px) {
  .faq-accordion-right-col {
    padding-right: 0px;
  }

  .faq-hd {
    padding-left: 0px;
  }

  .faq-left-col-img {
    width: calc(100%);
    margin-left: 0px;
  }

  .banner-right-image-wrap {
    width: calc(100%);
  }

  .single-banner {
    height: auto;
    min-height: 100vh;
    padding: 130px 0;
  }
}

@media (max-width: 1199px) {
  .navbar-brand {
    width: 140px;
  }

  .navbar-nav > li {
    margin: 0 10px;
    padding: 5px 0;
  }

  .home-banner {
    min-height: 550px;
    padding: 150px 0 90px;
  }

  .home-banner .banner-content-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-cont-wrap-left {
    padding: 0;
  }

  .cmn-gap {
    padding: 70px 0;
  }

  .counter-col-wrap span {
    font-size: 35px;
  }

  .counter-col-wrap p {
    font-size: 16px;
  }

  .counter-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    height: 156px;
  }

  .card-icon-row {
    margin: -10px;
  }

  .card-icon-col {
    padding: 10px;
  }

  .tab-slider-titel span {
    font-size: 20px;
  }

  .tab-slider-titel {
    width: 50px;
    padding: 0 10px;
  }

  .accordion__item.state-collapsed {
    width: 50px;
  }

  .tab-slider-detail-wrap {
    padding: 0;
    width: calc(100% - 50px);
  }

  .accordion__item.state-active .tab-slider-detail-wrap {
    padding: 30px;
  }

  .accordion__item.state-active {
    width: calc(100% - 101px);
  }

  .ab-slider-detail-hd h3,
  .ab-slider-detail-hd h2 {
    font-weight: 600;
    font-size: 25px;
  }

  .tab-slider-content-col-right {
    width: 60%;
    padding-left: 20px;
  }

  .tag-includes {
    padding: 10px 17px;
    margin-bottom: 15px;
  }

  .tab-slider-content-col-wrap ul li {
    font-size: 15px;
  }

  .accordion__item {
    height: 511px;
  }

  .accordion__item.state-active .tab-slider-detail-wrap {
    width: calc(100% - 50px);
    padding: 30px;
  }

  .about-right-img .about-text-col {
    padding: 0;
  }

  .about-left-img .about-img-col {
    padding: 0;
  }

  .about-left-img .about-text-col {
    padding: 0;
  }

  .apply-for-trademark {
    height: auto;
    min-height: 100vh;
  }

  .apply-trademark-col-left {
    width: 50%;
    padding: 10px;
  }
  .apply-trademark-col-right.select-class-searcg-col-right,
  .apply-trademark-col-left.select-class-searcg-col{width: 100%;} 
  .apply-trademark-col-right {
    width: 50%;
  }

  .apply-trademark-col-right h3 {
    font-size: 50px;
  }
  .apply-trademark-col-right .class-description h3{font-size: 18px; margin-bottom: 10px;}

  .apply-trademark-name {
    font-size: 20px;
  }

  .apply-trademark-col-left.select-class-searcg-col {
    padding: 20px;
    padding-left: 10px;
  }

  .select-class-searcg-col-right .apply-trademark-name {
    font-size: 20px;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-content table tr td {
    padding: 2px 0;
  }

  .international-trade-list-bottom table tr td {
    padding: 3px 0;
    font-size: 14px;
  }

  .international-trade-list-bottom table .total-international-trade td {
    font-size: 16px;
  }

  /* 22.07.24 start */

  .apply-trademark-secnd-apply li .apply-trademark-card {
    padding: 15px 0;
  }
  .apply-trademark-secnd-price-wrrpr h3 {
    font-size: 50px;
  }
  .apply-trademark-secnd {
    padding: 40px 30px;
  }
  .apply-trademark-title {
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
  .apply-trademark-secnd-class-wrppr {
    margin-bottom: 35px;
  }
  .apply-trademark-secnd-apply h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .search-result-bx {
    padding: 30px;
  }
  .user-view-wrpp {
    margin-bottom: 20px;
  }
  .search-result-txt p {
    font-size: 17px;
  }

  /* 22.07.24 end */
  /*support pp.c 4/9/2024*/
  .woocommerce-checkout form.checkout > .col2-set {
    padding: 20px;
  }
  .woocommerce-checkout form.checkout > .col2-set .form-row-first,
  .woocommerce-checkout form.checkout > .col2-set .form-row-last {
    width: 100%;
  }
  /*support pp.c 4/9/2024*/

  /* SS160924 Begin */

  .topbar-right a{
    margin: 0 10px;
  }

  /* End Of SS160924 */
  /* CSS Modification 18.11.24 */
  .checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::before{
    height: 18px;
  }
  /* CSS Modification 18.11.24 */

}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }

  h2,
  .h2-title {
    font-size: 30px;
    line-height: 1.2em;
  }

  .cmn-btn-more {
    font-size: 14px;
  }

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 100px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */

  .sub-heading {
    font-size: 14px;
  }

  h1,
  .h1-title {
    font-size: 35px;
    margin: 0 0 20px 0;
  }

  .trademark-input-wrap > label {
    font-size: 14px;
  }

  .trademark-input-box {
    width: 100%;
  }

  .trademark-submit {
    margin-top: 20px;
  }

  .banner-bottom-img-overaly {
    bottom: -5px;
  }

  .about-text-col {
    padding: 0;
  }

  .counter-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .counter-col {
    width: 25%;
    padding: 10px;
  }

  .title-tag {
    font-size: 14px;
    padding: 12px 16px;
  }

  .tab-slider-content-col-left ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .tab-slider-content-col-wrap {
    padding: 20px;
    height: auto;
  }

  .tab-slider-content-col-wrap ul li span {
    width: 20px;
    margin-right: 14px;
  }

  .tab-slider-content-col-wrap ul li {
    font-size: 14px;
    line-height: 1.3em;
  }

  .cmn-btn {
    font-size: 14px;
    padding: 15px 19px;
  }

  .tag-includes {
    padding: 9px 13px;
    margin-bottom: 15px;
  }

  .why-choose-us-sec-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .why-choose-us-right-col {
    padding: 0 0 30px;
  }

  .faq-sec .accordion-button {
    font-size: 18px;
    padding: 15px 44px 15px 20px;
  }

  .faq-sec .accordion-button::after {
    right: 18px;
    top: 20px;
  }

  .faq-sec .accordion-body {
    padding: 8px 46px 23px 20px;
  }

  .cta .trademark-input-box {
    width: calc(100% - 134px);
  }

  .cta .trademark-submit {
    margin-top: 0px;
  }

  .footer-col-right {
    padding-left: 50px;
  }

  .f-logo-wrap {
    max-width: 160px;
  }

  .page-footer a,
  .page-footer ul li a {
    font-size: 14px;
  }

  .footer-col-left p {
    font-size: 14px;
  }

  .page-footer {
    padding: 80px 0 100px;
  }

  .navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .counter-col-wrap p {
    font-size: 15px;
  }

  .counter-col-wrap span {
    font-size: 30px;
  }

  .counter-col-wrap {
    height: 136px;
  }

  .cmn-heading .sub-heading {
    font-size: 14px;
  }

  .accordion__item.state-active .tab-slider-detail-wrap {
    width: calc(100% - 47px);
    padding: 20px;
  }

  .inner-banner {
    min-height: auto;
    padding: 90px 0 45px;
  }

  .inner-banner .banner-sky-img-one {
    width: 99px;
    top: 98px;
    left: -8px;
  }

  .inner-banner .banner-sky-img-two {
    width: 109px;
    top: 57px;
    left: 45%;
  }

  .accordion__item {
    height: auto;
  }

  .contact-info-col {
    padding: 20px 0;
  }

  .contact-info-col-img {
    width: 50px;
    height: 50px;
  }

  .contact-info-col-cont {
    width: calc(100% - 50px);
    padding-left: 12px;
  }

  .contact-right-form {
    padding: 20px 20px;
  }

  .contact-right-form input[type="tel"],
  .contact-right-form input[type="email"],
  .contact-right-form input[type="text"] {
    height: 45px;
    padding: 0 15px;
    padding-right: 40px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    background-position: calc(100% - 13px) center;
  }

  .contact-right-form textarea {
    border-radius: 6px;
    font-size: 14px;
    padding: 15px;
    padding-right: 40px;
    background-position: calc(100% - 13px) 17px;
  }

  .contact-info-col-cont p,
  .contact-info-col-cont a {
    font-size: 14px;
  }

  .contact-info-col-cont h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .main-head {
    padding: 20px 0;
  }

  .apply-trademark-wrap {
    padding: 40px 30px;
  }

  /* tab */

  .accordion__item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-slider-titel span {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    font-size: 18px;
    padding: 17px 15px;
    padding-right: 45px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-slider-titel {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .accordion__item.state-active,
  .accordion__item {
    width: 100%;
  }

  .accordion__item.state-collapsed {
    width: 100%;
  }

  .tab-slider-detail-wrap {
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    margin-top: -40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }

  .accordion__item.state-active .tab-slider-detail-wrap {
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 20px;
    margin-top: 0px;
    pointer-events: all;
    z-index: 1;
  }

  .state-active .tab-slider-detail-wrap {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .tab-slider-content-flex {
    height: auto;
    overflow-y: unset;
    padding-right: 0;
  }

  .title-tag {
    font-size: 14px;
    padding: 11px;
  }

  .state-active .tab-slider-titel {
    border: none;
    border-bottom: 1px solid var(--bg-mint);
  }

  .btn-submit-wrap input {
    padding: 15px 5px;
    font-size: 14px;
  }

  .tab-slider-titel::after {
    content: "";
    position: absolute;
    background-size: 13px;
    width: 13px;
    height: 13px;
    right: 22px;
    top: 21px;
    background-image: url(images/plus-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .accordion__item.state-active .tab-slider-titel::after {
    background-image: url(images/minus-icon.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .tab-slider-content-col-left {
    width: 100%;
    padding: 0;
  }

  .tab-slider-content-col-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }

  .tab-slider-content-col-left ul li {
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 17px;
    background-size: 15px;
  }

  .single-banner-img {
    width: 90px;
    margin: 0 auto 17px;
  }

  .single-banner .trademark-input-box {
    width: calc(100% - 134px);
  }

  .btn-submit-wrap input {
    height: 100%;
  }

  .single-banner .trademark-submit {
    margin-top: 0px;
  }

  .single-banner {
    padding: 90px 0;
  }

  .single-banner {
    min-height: 100vh;
  }

  .step-col-cont p {
    font-size: 14px;
  }

  .step-col-img {
    width: 40px;
    height: 40px;
  }

  .step-col {
    width: 120px;
  }

  .step-col-cont {
    top: 55px;
  }

  .step-wrap {
    max-width: 575px;
    margin: 36px auto 0;
    padding-bottom: 70px;
  }

  .step-col-img img {
    width: 19px;
  }

  .step-col::after {
    width: 130px;
    left: -89px;
  }

  .apply-trademark-col-left {
    width: 100%;
  }

  .apply-trademark-col-right {
    width: 100%;
    margin-top: 20px;
    padding: 40px;
  }

  .apply-trademark-flex {
    padding: 20px;
  }

  .apply-trademark-card-content p {
    font-size: 14px;
  }

  .apply-trademark-card-wrap {
    max-width: 100%;
  }

  .apply-trademark-question {
    max-width: 100%;
  }

  .apply-trademark-col-left.select-class-searcg-col {
    padding: 10px 0;
  }

  .select-class-searcg-col-right .apply-trademark-name {
    font-size: 18px;
  }

  .search-add-class-col-left {
    width: 60%;
    padding-right: 15px;
  }

  .search-add-class-col-right {
    width: 40%;
  }

  .btn-add-item {
    text-align: left;
    font-size: 14px;
  }

  .search-add-class-col-item {
    padding: 20px;
  }

  .search-add-class-col-hd h2 {
    font-size: 20px;
  }

  .apply-trademark-name {
    font-size: 14px;
  }

  .price-item-wrap {
    padding: 7px 15px 15px;
  }

  .td-left h4 {
    font-size: 16px;
  }

  .price-text {
    font-size: 16px;
  }

  .price-text {
    font-size: 16px;
  }

  .details-form-wrap {
    padding: 17px 15px 17px 10px;
  }

  .frm-label-radio > label {
    margin-bottom: 12px;
  }

  .frm-label label span {
    font-size: 14px;
  }

  .frm-label label span::before {
    top: 1px;
    width: 15px;
    height: 15px;
  }

  .frm-label label span::after {
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
  }

  .details-form-col {
    margin-bottom: 20px;
  }

  .details-form-wrap {
    padding: 0;
  }

  .details-form-wrap label {
    margin-bottom: 8px;
  }

  .dtl-frm-col input {
    height: 45px;
    padding: 7px 15px;
  }

  .dtl-frm-col {
    margin-bottom: 20px;
  }

  .footer-col-left p a {
    font-size: 14px;
  }

  .btn-add-item:hover {
    background-color: #e7e7e7;
    color: var(--bg-jet-grey);
  }

  .btn-add-item:hover::before {
    background-image: url(images/filter-plus.svg);
  }

  .btn-add-item.active {
    background-color: var(--bg-mint);
    color: var(--bg-white);
  }

  .btn-add-item.active::before {
    background-image: url(images/w-thick-icon.svg);
  }

  .international-trade-right-col {
    margin-top: 40px;
  }

  .cun-name {
    font-size: 16px;
    margin: 0 0 3px;
  }

  .cun-prc {
    font-size: 14px;
  }

  .countrie-box-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }

  .countrie-box-cont {
    width: calc(100% - 40px);
    padding: 0 30px 0 16px;
  }

  .countrie-box-wrap:hover {
    border-color: transparent;
  }

  /* 22.07.24 start */

  .apply-trademark-secnd-class-wrppr h3,
  .apply-trademark-secnd-apply h3 {
    font-size: 18px;
  }
  .apply-trademark-secnd-innr-class {
    padding: 15px;
  }
  .search-result-content {
    padding-bottom: 20px;
  }
  .search-result-rw {
    margin-bottom: -20px;
  }
  .search-result-txt {
    padding-left: 15px;
  }
  .apply-trademark-secnd-apply li {
    width: 100%;
    padding: 0;
  }
  .apply-trademark-secnd-apply ul {
    margin: 0;
  }
  .apply-trademark-secnd-apply li .apply-trademark-card {
    padding: 10px 0;
  }
  .apply-trademark-secnd-apply .apply-trademark-card-img {
    width: 45px;
    height: 45px;
    padding: 10px;
  }
  .apply-trademark-secnd-price {
    padding: 25px;
  }
  .apply-trademark-secnd-price-wrrpr h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .apply-trademark-secnd-price-wrrpr span {
    font-size: 20px;
  }
  .apply-trademark-secnd-price-wrrpr {
    padding-right: 20px;
  }

  /* 22.07.24 end */

  /* For woocommerce only */ 
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{width: 100%;} 
  /* Search Class */
  .alert-heading{align-items: center;}
  .alert-heading h4{font-size: 16px; margin-right: 5px;}
  .select-class-searcg-col-right .keywords-list ul{margin-bottom: 0;} 
  .trademark-for-cart > p{justify-content: center; text-align: center;}
  .woocommerce-billing-fields{margin-bottom: 10px;}
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table td{padding: 5px;}

    /* SS160924 Begin */

    .topbar-right{
      margin-left: 20px;
    }
    .navbar-collapse.show{
      padding-bottom: 20px;
    }
  
    /* End Of SS160924 */


  /* AD 27/09/2024 */
  .order-review ul li p,
  .apply-trademark-col-right span {
    font-size: 22px;
  }
  .trademark-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .trademark-input .trademark-submit {
    margin-top: 0;
  }
  /* AD 27/09/2024 END */
  /* CSS Modification 18.11.24 */
  .checkout-timeline .breadcrumbs>li .bread-link{
    width: 80px;
    height: 80px;
  }
  .checkout-timeline{
    margin-bottom: 50px;
  }
  .checkout-timeline .breadcrumbs > li .bread-link img{
    max-width: 40px;
    max-height: 40px;
  }
  .checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::before {
    left: calc(49% + 40px);
  }  
  .checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::after{
    width: 16px;
    height: 16px;
  }
  .checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::before{
    height: 13px;
  }
  /* CSS Modification 18.11.24 */
} 

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .banner-right-image {
    width: 60%;
    padding-left: 0;
    position: relative;
  }

  .banner-right-overlay {
    z-index: -1;
  }

  .banner-cont-wrap-left {
    width: 100%;
    padding-top: 25px;
    text-align: center;
  }

  .banner-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .trademark-input-box {
    width: calc(100% - 134px);
  }

  .trademark-submit {
    margin-top: 0px;
  }

  .banner-sky-img-two {
    width: 119px;
    top: 97px;
    left: 29%;
  }

  .about-img-col {
    width: 60%;
    margin: 0 auto;
  }

  .about-text-col {
    padding: 35px 0 0;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .counter-col {
    width: 33.33%;
  }

  .cmn-heading {
    margin-bottom: 30px;
  }

  .card-icon-col {
    width: 50%;
  }

  .why-choose-us-card-col {
    width: 50%;
  }

  .faq-sec .accordion-item {
    margin-bottom: 10px;
  }

  .brand-logos ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .f-logo-wrap {
    margin-bottom: 16px;
  }

  .footer-col-right {
    padding: 25px 0 0;
  }

  .footer-col-links {
    padding-right: 30px;
    width: 50%;
  }

  .footer-col-social {
    width: 50%;
    padding-left: 30px;
  }

  .page-footer {
    padding: 50px 0 100px;
  }

  .contact-right-form {
    margin-top: 35px;
    height: auto;
  }

  .about-right-img .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-left-img .about-text-col,
  .about-right-img .about-text-col {
    padding-top: 35px;
  }

  .footer-col-left p {
    margin-bottom: 21px;
  }

  .footer-col-left p br {
    display: none;
  }

  .faq-left-col-img {
    width: 70%;
    margin: 0 auto;
  }

  .apply-trademark-card-row {
    margin: -10px -15px;
  }

  .apply-trademark-card-col {
    padding: 10px 15px;
  }

  .search-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .search-filter-input-wrap {
    margin: 10px 0 0;
  }

  .search-add-class-col-left {
    width: 100%;
    padding: 0;
  }

  .search-add-class-col-right {
    width: 100%;
    margin-top: 25px;
  }

  .details-form-wrap label {
    font-size: 14px;
  }

  .dtl-frm-col textarea {
    padding: 15px;
    font-size: 14px;
  }

  .dtl-frm-col input {
    font-size: 14px;
  }

  .cuntre-selects-wrap h3 {
    font-size: 23px;
  }

  /* 22.07.24 start */

  .apply-trademark-secnd {
    padding: 30px 20px;
  }
  .search-result-shw-main > h2 {
    font-size: 24px;
  }
  .search-result-bx:not(:last-child) {
    margin-bottom: 25px;
  }
  .search-result-bx {
    padding: 20px;
  }
  .user-view-wrpp h3 {
    font-size: 20px;
  }
  .apply-trademark-secnd-innr-class-title {
    margin-bottom: 10px;
  }
  .search-result-txt p {
    font-size: 16px;
  }
  .search-result-row-wrppr {
    padding-top: 25px;
  }
  .search-result-icon {
    width: 40px;
  }

  /* 22.07.24 end */


  /* AD 27/09/2024 */
  .trademark-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  /* AD 27/09/2024 END */

  /* SS081024 Begin */

  .woocommerce-checkout .woocommerce-billing-fields h3{
    font-size: 18px;
  }
  .personal-details{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .term-checkbox{
    margin-right: 10px;
    width: 15px;
    height: 15px;
    margin-top: 2px;
  }

  /* End Of SS081024 */
  /* CSS Modification 18.11.24 */
    .checkout-timeline .breadcrumbs>li .bread-link {
      width: 60px;
      height: 60px;
    }
  
    .checkout-timeline .breadcrumbs>li .bread-link img {
      max-width: 28px;
      max-height: 28px;
    }
    .checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::before {
      left: calc(49% + 30px);
    }
    .checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::after {
      width: 14px;
      height: 14px;
    }
    .checkout-timeline .breadcrumbs > li{
      font-size: 12px;
    }
    .checkout-timeline .breadcrumbs{
      margin-left: -6px;
      margin-right: -6px;
    }
    .checkout-timeline .breadcrumbs > li{
      padding-left: 6px;
      padding-right: 6px;
    }
    /* CSS Modification 18.11.24 */
}

@media (max-width: 575px) {
  h1,
  .h1-title {
    font-size: 30px;
  }

  h2,
  .h2-title {
    font-size: 25px;
  }

  h3,
  .h3-title {
    font-size: 15px;
  }

  h4,
  .h4-title {
    font-size: 18px;
    margin: 0 0 11px;
  }

  .main-head.fixed .navbar-brand {
    width: 120px;
  }

  .banner-sky-img-one {
    width: 90px;
    top: 128px;
    left: -16px;
  }

  .banner-sky-img-two {
    width: 110px;
    top: 87px;
    left: 39%;
  }

  .banner-right-image {
    width: 70%;
  }

  .counter-col {
    width: 50%;
  }

  .card-icon-info h4 {
    font-size: 16px;
  }

  .ab-slider-detail-hd h3,
  .ab-slider-detail-hd h2 {
    font-size: 20px;
  }

  .cmn-btn {
    font-size: 14px;
    padding: 13px 17px;
  }

  .banner-right-overlay {
    height: auto;
  }

  .why-choose-us-card-img {
    height: 40px;
    margin-bottom: 12px;
  }

  .why-choose-us-card-item {
    padding: 30px 15px;
  }

  .page-footer {
    padding: 50px 0 70px;
  }

  .about-img-col {
    width: 80%;
  }

  .faq-accordion-body p {
    font-size: 14px;
  }

  .contact-right-form {
    padding: 15px;
  }

  .contact-info-col-img img {
    width: 16px;
  }

  .main-head {
    padding: 15px 0;
  }

  .file-input-label {
    padding: 9px 8px 6px;
  }

  .file-input {
    width: 130px;
  }

  .file-input-label img {
    width: 17px;
  }

  .trademark-input-box input[type="text"] {
    font-size: 12px;
    padding: 0 149px 0 15px;
  }

  .trademark-input-box {
    height: 47px;
  }

  .step-col-cont p {
    font-size: 12px;
  }

  .step-col {
    width: 90px;
  }

  .step-wrap {
    max-width: 400px;
    margin: 55px auto 0;
  }

  .step-col::after {
    width: 80px;
    left: -54px;
  }

  .step-col-cont {
    top: 50px;
  }

  .apply-for-trademark {
    padding: 90px 0 70px;
  }

  .apply-trademark-col-left {
    padding: 0;
  }

  .apply-trademark-flex {
    padding: 15px;
  }

  /* .select-class-searcg-col-right {
    text-align: center;
  } */

  .international-trade-right {
    padding: 15px;
  }

  .countrie-box-row {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .countrie-box-col {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /*support pp.c 4/9/2024*/
  .woocommerce-checkout .checkout_coupon .form-row {
    float: none;
  }
  .woocommerce-checkout .checkout_coupon .form-row.form-row-first {
    width: 100%;
  }
  .woocommerce-checkout .checkout_coupon .form-row.form-row-last {
    width: 100%;
  }
  /*support pp.c 4/9/2024*/


  /* AD 27/09/2024 */
  .woocommerce-checkout .woocommerce-billing-fields .form-row {
    width: 100%;
  }
  /* AD 27/09/2024 END */

  /* SM 5_11_24 */
  .about-text-col {
    text-align: center;
  }
   /* CSS Modification 18.11.24 */
   .checkout-timeline .breadcrumbs{
    margin: 0;
    padding-left: 10px;
   }
   .checkout-timeline .breadcrumbs > li{
    width: 100%;
   }
   .checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::before,.checkout-timeline .breadcrumbs>li:not(:last-child) .list-img-wrap::after{
    display: none;
   }
   .checkout-timeline .breadcrumbs > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0px 12px 15px;
    position: relative;
   }
   .checkout-timeline .breadcrumbs > li:first-child{
    padding-top: 0;
   }
   .checkout-timeline .breadcrumbs > li:last-child{
    padding-bottom: 0;
   }
   .list-img-wrap{
    margin: 0;
    margin-right: 20px;
   }
   .checkout-timeline .breadcrumbs > li{
    border-left: 1px dashed var(--bg-mint);
   }
   .checkout-timeline .breadcrumbs > li:not(:last-child)::before{
    position: absolute;
    content: "";
    left: -7px;
    top: calc(50% + 30px);
    -webkit-transform: rotate(79deg);
    -ms-transform: rotate(79deg);
    transform: rotate(79deg);
    background: url(images/slight_triangle.svg) no-repeat top center;
    width: 16px;
    height: 16px;
    background-size: contain;
   }
   .checkout-timeline{
    margin-bottom: 30px;
   }
    /* CSS Modification 18.11.24 */
}

@media (max-width: 479px) {
  .banner-right-image {
    width: 100%;
  }

  .trademark-input-box {
    width: calc(100%);
    height: 50px;
  }

  .trademark-input-box input[type="text"] {
    padding: 0 60px 0 15px;
  }

  .file-input {
    width: 43px;
  }

  .file-input-label {
    font-size: 0;
    padding: 9px 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trademark-submit {
    margin-top: 15px;
  }

  .home-banner {
    min-height: auto;
    padding: 90px 0 40px;
  }

  .banner-cont-wrap-left {
    padding-top: 20px;
    text-align: left;
  }

  .about-img-col {
    width: 100%;
  }

  .about-text-col {
    padding: 20px 0 0;
  }

  .counter-col-wrap span {
    font-size: 25px;
  }

  .counter-col-wrap p {
    font-size: 14px;
  }

  .counter-col-wrap {
    height: 100%;
    padding: 30px 15px;
  }

  .card-icon-col {
    width: 100%;
  }

  .card-icon-img {
    height: 35px;
  }

  .card-icon-img img {
    height: 100%;
  }

  .card-icon {
    padding: 20px;
  }

  .card-button {
    margin-top: 25px;
  }

  .ab-slider-detail-hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ab-slider-detail-hd h3,
  .ab-slider-detail-hd h2 {
    font-size: 18px;
  }

  .title-tag {
    margin-top: 15px;
  }

  .why-choose-us-card-col {
    width: 100%;
  }

  .faq-sec .accordion-body {
    padding: 8px 35px 17px 20px;
  }

  .cta .trademark-input-box {
    width: calc(100%);
  }

  .cta .trademark-submit {
    margin: 15px auto 0;
  }

  .tab-slider-content-col-wrap {
    padding: 15px;
  }

  .tab-slider-content-col-wrap ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tab-slider-content-col-wrap ul li span {
    margin-top: 5px;
  }

  .inner-banner .banner-sky-img-one {
    width: 77px;
    top: 90px;
    left: -15px;
  }

  .inner-banner .banner-sky-img-two {
    width: 79px;
    top: 67px;
    left: 55%;
  }

  .apply-trademark-wrap {
    padding: 30px 15px;
  }

  .footer-col-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-col-links {
    padding: 0px;
    width: 100%;
  }

  .footer-col-social {
    width: 100%;
    padding: 15px 0 0;
  }

  .faq-left-col-img {
    width: 100%;
  }

  .page-footer {
    padding: 50px 0;
  }

  .single-banner .trademark-input-box {
    width: calc(100%);
  }

  .single-banner .trademark-submit {
    margin: 15px auto 0;
  }

  .single-banner-img {
    width: 70px;
    margin: 0 auto 17px;
  }

  .apply-trademark-card-content p {
    font-size: 14px;
  }

  .apply-trademark-card-img img {
    width: 20px;
  }

  .apply-trademark-col-right span {
    font-size: 16px;
  }

  .apply-trademark-col-right h3 {
    font-size: 40px;
  }

  .apply-trademark-card-wrap {
    margin-top: 20px;
  }

  .apply-trademark-col-right {
    padding: 30px 15px;
  }

  .single-banner-hd-text {
    font-size: 14px;
  }

  .search-wrap .trademark-input-box input[type="text"] {
    padding: 0 12px;
  }

  .select-class-searcg-col-right .apply-trademark-name {
    font-size: 14px;
    padding: 4px 5px;
  }

  .select-class-searcg-col-right p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 13px;
  }
  .select-class-searcg-col-right .class-description p{
    font-size: 12px;
    margin-bottom: 0;
  } 
  .apply-trademark-question h3 {
    font-size: 20px;
  }

  .only-search .trademark-input-box {
    height: 45px;
  }

  .search-filter p {
    font-size: 14px;
    text-align: left;
  }

  .search-filter {
    margin-top: 40px;
  }

  .search-add-class-col-item {
    padding: 15px 15px 5px;
  }

  .search-add-class-list {
    padding: 15px;
  }

  .btn-add-item::before {
    top: 5px;
  }

  .td-left-col h4 {
    font-size: 18px;
  }

  .price-text-blue {
    font-size: 18px;
  }

  .price-text-flex span {
    padding: 12px 0 0;
  }

  .btn-add-item {
    font-size: 12px;
  }

  .price-item-wrap table td {
    padding: 15px 0;
  }

  .sub-total-tr span {
    font-size: 18px;
  }

  .frm-label {
    margin: 0 20px 5px 0;
  }

  .single-banner {
    min-height: 100vh;
  }

  .step-col-cont {
    top: unset;
    position: relative;
  }

  .step-wrap {
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-top: 30px;
  }

  .step-col-img {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .step-col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .step-col-cont {
    width: calc(100% - 40px);
    padding: 0px 0px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .step-col-cont p {
    text-align: left;
    font-size: 14px;
  }

  .step-col::after {
    width: 1px;
    height: 100%;
    left: 20px;
    top: 0;
    transform: translateY(0%);
  }

  .step-col:first-child:after {
    display: block;
  }

  .step-col:last-child:after {
    display: none;
  }

  .single-banner-hd-text {
    text-align: left;
  }

  /* 22.07.24 start */

  .apply-trademark-secnd {
    padding: 20px 15px;
  }
  .apply-trademark-secnd-class-wrppr h3,
  .apply-trademark-secnd-apply h3 {
    font-size: 16px;
  }
  .apply-trademark-secnd-innr-class-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .apply-trademark-secnd-innr-class-title h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .apply-trademark-secnd-innr-class-title a {
    margin-left: 0;
  }
  .apply-trademark-secnd-price {
    margin-top: 20px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .apply-trademark-secnd-price-wrrpr h3 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .apply-trademark-secnd-price-wrrpr span {
    font-size: 16px;
  }
  .apply-trademark-secnd-price-wrrpr {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .search-result-shw-main > h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .user-view-wrpp {
    flex-direction: column;
    align-items: flex-start;
  }
  .user-view-wrpp h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .user-view-wrpp .view-count {
    padding: 6px 15px;
    font-size: 14px;
  }
  .user-view-wrpp .view-count i {
    margin-left: 6px;
    width: 18px;
  }

  /* 22.07.24 end */
  /*support pp.c 4/9/2024*/
  .woocommerce-cart .woocommerce-cart-form table td.actions .coupon {
    flex-direction: column;
  }
  .woocommerce-cart .woocommerce-cart-form table td.actions .coupon .button {
    padding: 15px 17px;
    font-size: 15px;
    margin-top: 10px;
    width: auto;
    max-width: 250px;
  }
  /*support pp.c 4/9/2024*/
  /* For woocommerce only */ 
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding: 10px 10px;}
  .woocommerce .button{padding: 13px 20px !important;}

  .trademark-input .trademark-submit{margin-top: 0;}
  .show-result-count{flex-direction: column; margin-bottom: 20px;}
  .show-result-count p{margin-bottom: 0;}
  .show-result-count .filter-key-words{width: 100%;}
  .trademark-input{flex-direction: column;}
  .trademark-input .trademark-submit{width: 100%;}
  .trademark-input .trademark-submit input{width: 100%;}
  .only-search .trademark-input-box{overflow: hidden;}
  .filter-key-words input{height: 40px;}
  a.cmn-alert-btn { 
    padding: 5px 8px; 
    font-size: 14px;
  }
  .apply-trademark-secnd-list li p{padding-right: 6px;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 22px;
    float: right;
    font-size: 13px;
  }
  .woocommerce-checkout form.checkout > .col2-set, .woocommerce-checkout-review-order{padding: 15px;}
  .woocommerce-checkout form.checkout .woocommerce-checkout-review-order label{display: inline;}
  .woocommerce-cart .woocommerce-cart-form table .coupon input[type="text"].input-text{width: 100%; max-width: 100%;}
  .woocommerce-cart-form{padding: 20px 10px 0; overflow: hidden;}



  /* AD 27/09/2024 */
  .trademark-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* AD 27/09/2024 END */
    /* SM 5_11_24 */
    .faq-sec .accordion-button:not(.collapsed) {
      padding-bottom: 15px;
    }

    .faq-hd,
    .ab-slider-detail-hd h3,
    .banner-cont-wrap-left,
    .card-icon,
    .tab-slider-content-col-left,
    .why-choose-us-card-item,
    .why-choose-us-right-col {
      text-align: center;
    }

    .ab-slider-detail-hd {
      align-items: center;
    }

    .tab-slider-content-col-left .cmn-btn {
      margin: 0 auto;
    }

    .tab-slider-content-col-left ul li {
      text-align: left;
    }

    .tab-slider-content-col-wrap {
      text-align: center;
    }

    .tab-slider-content-col-wrap ul li {
      flex-direction: column;
      align-items: center;
    }
    .tab-slider-content-col-wrap ul li span {
      margin: 0 0 10px;
    }

    .form-tab-header ul {
      justify-content: center;
    }

    .footer-col-left {
      text-align: center;
    }

    .footer-col-social ul li,
    .brand-logos ul {
      justify-content: center;
    }

    .footer-col-social,
    .footer-col-links {
      text-align: center;
    }

    .f-logo-wrap {
      max-width: 140px;
    }

    .footer-hd {
      margin: 0 0 10px;
    }

    .footer-col-social {
      padding: 20px 0 0;
  }

    /* SM 5_11_24 end */
}

@media (max-width: 375px) {
  .apply-trademark-name {
    font-size: 14px;
  }

  .apply-trademark-hd-wrap h2 {
    font-size: 20px;
  }

  .apply-trademark-hd p {
    font-size: 14px;
  }
}



.newflex_gap{
	justify-content: space-between;
}
.new_price_item{
	font-size:21px;
	color:black;
}



.spinner {
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  border-top: 5px solid #667085;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  margin: 10px auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


