input[type="checkbox"] {
  min-width: 20px;
  height: 20px;
  width: 20px;
  background: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0;
  border-radius: 5px;
  transition: all 0.1s ease-in;
  cursor: pointer;
  overflow: hidden;
}

input[type="checkbox"]::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  right: 0;
  bottom: 0;
  transform: scale(1.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
  background-size: 17px !important;
  background: #0a35cd url(../images/tick.svg) no-repeat center;
}

input[type="checkbox"]:checked::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.about .max_container {
  background-color: #ffffff;
}
.about .max_container .max_sim {
  display: flex;
  align-items: center;
  justify-content: end;
}
.about .max_container .max_sim .lft {
  width: 45.8%;
  position: relative;
  margin-left: auto;
}
.about .max_container .max_sim .lft img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border-radius: 20px;
}
.about .max_container .max_sim .lft .ovrLayImg {
  position: absolute;
  background-color: #ffffff;
  left: -66px;
  height: 230px;
  width: 230px;
  border-radius: 50%;
  bottom: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .max_container .max_sim .lft .ovrLayImg img {
  height: 173px;
  width: 78px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: unset !important;
  filter: drop-shadow(0px 10px 9px rgba(0, 0, 0, 0.4)) !important;
}
.about .max_container .max_sim .rgt {
  width: 47.6%;
  padding-left: 91px;
}
.about .max_container .max_sim .rgt h1 {
  margin-bottom: 15px !important;
  text-transform: unset !important;
}
.about .max_container .max_sim .rgt p {
  color: #666666;
  margin-bottom: 25px;
}
.about .max_container .max_sim .rgt .insRght {
  display: flex;
  margin-bottom: 25px;
}
.about .max_container .max_sim .rgt .insRght .insClmns {
  width: 33.3%;
  padding: 0 21px;
  text-align: center;
}
.about .max_container .max_sim .rgt .insRght .insClmns img {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}
.about .max_container .max_sim .rgt .insRght .insClmns:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
}
.about .max_container .max_sim .rgt .insRght .insClmns:first-child {
  padding-left: 0;
}
.about .max_container .max_sim .rgt .insRght .insClmns:last-of-child {
  padding-right: 0;
}
.about .max_container .max_sim .rgt .insRght .insClmns b {
  font: 20px/28px "Roboto-Medium";
  color: #222222;
  margin-top: 15px;
  display: block;
}
.about .max_container .max_sim .rgt .lnk {
  font: 18px/25px "Roboto-Medium";
  color: #fff;
  background-color: #0a35cd;
  border-radius: 30px;
  padding: 11px 25px;
  transition: all 0.3s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid transparent;
}

.about .QualityTst {
  padding: 100px 0 225px;
}
.about .QualityTst .clmnssTest {
  display: flex;
  align-items: center;
}
.about .QualityTst .clmnssTest .lft {
  width: 48.29%;
  padding-right: 100px;
  margin-top: 70px;
}
.about .QualityTst .clmnssTest .lft h2 {
  color: #ffffff;
  text-transform: unset !important;
  margin-bottom: 20px;
}
.about .QualityTst .clmnssTest .lft h2 span {
  display: block;
  color: #ffffff;
}
.about .QualityTst .clmnssTest .lft p {
  color: #ffffff;
  margin-bottom: 30px;
}
.about .QualityTst .clmnssTest .rght {
  width: 51.7%;
  position: relative;
  z-index: 5;
}
.about .QualityTst .clmnssTest .rght img {
  width: 100%;
  max-width: 466px;
  height: 364px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  display: block;
  border-radius: 12px;
}
.about .QualityTst .clmnssTest .rght .ovrLayImg {
  position: absolute;
  bottom: -115px;
  left: 0;
}
.about .QualityTst .clmnssTest .rght .ovrLayImg img {
  width: 330px;
  height: 254px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .QualityTst .clmnssTest .rght::before {
  content: "";
  position: absolute;
  background: #070b6b url(../images/ftLabDNA.png) no-repeat;
  width: 395px;
  height: 314px;
  z-index: -1;
  left: -62px;
  top: -46px;
  background-blend-mode: screen;
  background-size: 395px, 314px;
}
.about .abtTRd {
  padding: 100px 0 !important;
  background-color: #e5f1ff;
}
.about .abtTRd .trdClmn {
  display: flex;
  align-items: center;
}
.about .abtTRd .trdClmn .rght {
  width: 48.95%;
  padding-left: 84px;
}

.about .abtTRd .trdClmn .rght ul li {
  font: 18px / 25px "Roboto-Medium";
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.about .abtTRd .trdClmn .rght ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/chckbox.png) no-repeat;
  height: 21px;
  width: 21px;
  top: 3px;
}
.about .abtTRd .trdClmn .rght h3 {
  text-transform: unset !important;
  margin-bottom: 8px;
}
.about .abtTRd .trdClmn .rght p {
  color: #666666;
  margin-bottom: 20px;
}
.about .abtTRd .trdClmn .rght .chckbox {
  margin-bottom: 10px;
}
.about .abtTRd .trdClmn .rght .chckbox ul li {
  font: 18px/25px "Roboto-Medium";
  margin-bottom: 15px;
}
.about .abtTRd .trdClmn .lft {
  display: flex;
  width: 51.18%;
}
.about .abtTRd .trdClmn .lft .insAbt {
  width: 48%;
}
.about .abtTRd .trdClmn .lft .insAbt img {
  width: 100%;
  height: 475px;
  border-radius: 10px;
  object-fit: cover;
}
.about .abtTRd .trdClmn .lft .insAbt:first-child {
  margin-right: 29px;
}
/* .about .abtResearch {
  padding: 80px 0 0;
} */
.about .abtResearch .innrResearch {
  display: flex;
  align-items: center;
}
.about .abtResearch .innrResearch .lft {
  width: 50%;
  padding-right: 107px;
}
.about .abtResearch .innrResearch .lft h5 {
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: unset !important;
}
.about .abtResearch .innrResearch .lft p {
  color: #ffffff;
  margin-bottom: 10px;
}
.about .abtResearch .innrResearch .rght {
  width: 51.3%;
}
.about .abtResearch .innrResearch .rght img {
  width: 100%;
  height: 436px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

/* product overview */

/* product overview */

/* privacy Policy */

.bread_Crm ul li span a span:hover {
  text-decoration: underline;
}

.privacy_policy .bread_Crm ul li {
  position: unset !important;
  padding-left: unset !important;
  font: unset !important;
}
.privacy_policy .bread_Crm ul li::before {
  content: unset !important;
}
.privacy_policy ul li {
  position: relative;
  padding-left: 20px;
  font: 18px / 25px "Roboto-Medium";
}

.privacy_policy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/arwImg.png) no-repeat;
  height: 21px;
  width: 21px;
  top: 8px;
}

.privacy_policy p strong {
  margin: unset !important;
}
/* privacy Policy */

/* Contact us */
.contact_us .mid_flx .lft .fld span textarea::-webkit-scrollbar {
  width: 5px;
}
.contact_us .mid_flx .lft .fld span textarea::-webkit-scrollbar-thumb {
  background-color: #070b6b;
  border-radius: 4px;
}
.contact_us .mid_flx .lft .fld span textarea::-webkit-scrollbar-track {
  background: #ccd0cc;
}
/* Contact us */
/* 03-01-26 */

.contact_us .mid_flx .lft .fld p span input {
  height: unset !important;
  padding: 14px 20px !important;
}
.contact_us .sim_flx .rgt {
  margin-left: 5.5% !important;
  width: 43.4% !important;
}
.contact_us .sim_flx .lft img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 430px;
}

textarea {
  height: 130px !important;
  border-radius: 30px;
  padding: 17px 24px;
}

.contact_us .sim_flx .rgt .cnt_dtl > div .icn_ img {
  height: 34px !important ;
  width: 24px !important;
  object-fit: contain !important;
}
/* 03-01-26 */
/* build peptide */
.pd-pg .pd-top .pd-sli-flx .pd-rgt .product-features ul li {
  text-transform: uppercase !important;
}
.wooco_component_product_selection_list
  .wooco_component_product_selection_list_item {
  width: 97% !important;
}

.related.products .related_inr ul.products .pd-slide-blk .owl-nav {
  display: block;
  position: absolute;
  right: 30px;
  top: -77px;
}

.related.products .related_inr ul.products .pd-slide-blk .owl-nav button {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 1px solid #000000;
}

.related.products .related_inr ul.products .pd-slide-blk .owl-nav button span {
  display: none;
}

.related.products
  .related_inr
  ul.products
  .pd-slide-blk
  .owl-nav
  button.owl-prev {
  margin-right: 10px !important;
}
.related.products
  .related_inr
  ul.products
  .pd-slide-blk
  .owl-nav
  button.owl-prev {
  position: relative;
}
.related.products
  .related_inr
  ul.products
  .pd-slide-blk
  .owl-nav
  button.owl-prev::before {
  content: "";
  background: url(../images/prd-prev.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 10px, 10px;
  height: 20px;
  width: 20px;
}
.related.products
  .related_inr
  ul.products
  .pd-slide-blk
  .owl-nav
  button.owl-next {
  position: relative;
}
.related.products
  .related_inr
  ul.products
  .pd-slide-blk
  .owl-nav
  button.owl-next::before {
  content: "";
  background: url(../images/prd-nxt.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 10px, 10px;
  height: 20px;
  width: 20px;
}
/* build peptide */

/* admin */
.post-11 .entry-content .my-account-afterlogin {
  position: relative;
  padding: 230px 0 100px;
}
.post-11 .entry-content .my-account-afterlogin::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/page_back.jpg) no-repeat;
  content: "";
  z-index: -1;
  background-size: cover;
  top: 0;
}

.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-navigation {
  float: unset !important;
  width: 100% !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-navigation
  .login_list_itm {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-bottom: 100px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-navigation
  .login_list_itm
  li
  a {
  background-color: #0a35cd !important;
  padding: 8px 20px;
  font: 17px / 25px "Roboto-Regular";
  color: #ffffff;
  border-radius: 8px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-navigation
  .login_list_itm
  li
  a:hover {
  background-color: #ffffff !important;
  color: #007fff;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-navigation
  .login_list_itm
  li.is-active
  a {
  background-color: #ffffff !important;
  color: #007fff;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content {
  float: unset !important;
  width: 100% !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_das_parent_inu
  .max_container {
  padding: 0 !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_das_parent_inu
  .main_das_inrrr {
  padding: 30px 20px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_das_parent_inu
  .main_das_inrrr
  p {
  font: 18px / 26px "Roboto-Bold";
  margin-bottom: 10px;
  color: #222222 !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  p
  a:hover {
  color: #007fff !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  p
  a {
  color: #007fff !important;
}

.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table {
  background-color: #e5f1ff;
  border-radius: 10px;
  width: 100%;
}
/* .post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table.shop_table {
  border: 1px solid #616264;
} */
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table
  thead
  tr
  th
  span {
  font: 20px / 27px "Roboto-Medium";
  color: #000000;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table
  thead
  tr
  th,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table
  tbody
  tr
  th,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table
  tbody
  tr
  td {
  padding: 15px 20px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .myord-hd
  strong {
  font: 20px / 28px "Roboto-medium";
  color: #ffffff;
  margin-bottom: 10px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .ord-count
  b {
  margin-bottom: 10px;
  font: 20px / 28px "Roboto-Bold";
  color: #ffffff;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table
  tbody
  tr
  th
  a {
  font: 17px / 22px "Roboto-ExtraBold";
  color: #000000;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table
  tbody
  tr
  td.prd-txt {
  font: 17px / 23px "Roboto-Medium";
  color: #000000 !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  table
  tbody
  tr
  td:last-of-type
  a {
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #007fff;
  color: #ffffff;
  font: 17px / 22px "Roboto-Medium";
}

.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-info {
  font: 16px / 22px "Roboto-Regular";
  margin-bottom: 0 !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .myord-table {
  margin-bottom: 25px;
}

.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .myord-table
  thead
  tr
  th {
  font: 20px / 28px "Roboto-Medium" !important;
  color: #000000;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .myord-table
  tbody
  tr {
  border-top: 1px solid #007fff;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .myord-table
  tbody
  tr
  td.prd-cde
  span,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .myord-table
  tbody
  tr
  td.ord-on
  span,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .myord-table
  tbody
  tr
  td.prd-tol
  span {
  font: 17px / 24px "Roboto-Regular";
  color: #000000;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .my-ord
  .myord-table
  tbody
  td.prd-img
  a
  img {
  height: 90px !important;
  width: 90px !important;
  object-fit: contain;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-info
  a.wc-forward {
  background-color: #007fff;
  color: #ffffff;
  padding: 10px 15px !important;
  font: 17px / 22px "Roboto-Medium";
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-info
  a:hover {
  background-color: #0363c4;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns {
  padding: 35px 0 0;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column1,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column2 {
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #e5f1ff;
  border: 2px solid #070b6b;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column1
  header,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column2
  header {
  position: unset !important;
  padding: 20px 0;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column1
  .title
  .edit,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column2
  .title
  .edit {
  float: unset !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column1
  .title
  .edit,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column2
  .title
  .edit {
  font: 16px / 22px "Roboto-Regular";
  color: #070b6b !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column1
  .title
  h2,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column2
  .title
  h2 {
  color: #1259c4;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column1
  address,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column2
  address {
  font: 16px / 22px "Roboto-Regular";
  color: #666666;
  margin: 0 !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column1
  address
  br,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .u-columns
  .u-column2
  address
  br {
  display: block !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  .max_container {
  padding: 50px 20px !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  .edit_address_inrrr
  p {
  font: 18px / 25px "Roboto-Medium";
  color: #222222 !important;
  margin-bottom: 11px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content::before {
  display: none !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  .woocommerce-address-fields
  p
  label.required_field {
  font: 18px/26px "Roboto-Bold";
  color: #222222 !important;
  margin-bottom: 8px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  .woocommerce-address-fields {
  width: 80% !important;
  margin: 0 auto;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  .woocommerce-address-fields
  p
  span.woocommerce-input-wrapper {
  width: 100% !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  .woocommerce-address-fields
  p
  span.woocommerce-input-wrapper
  input {
  font: 15px / 22px "Roboto-Regular";
  color: #222 !important;
  padding: 15px 20px !important;
  background: #fff;
  width: 100% !important;
  border-radius: 50px;
  border: unset !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  .woocommerce-address-fields
  p
  span.woocommerce-input-wrapper
  label.checkbox
  input {
  width: unset !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  .woocommerce-address-fields
  p
  span
  span.select2
  span.selection {
  width: 100% !important;
}

.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  .woocommerce-address-fields
  button.button {
  background-color: #1259c4;
  color: #ffffff;
  font: 20px/28px "Roboto-Medium";
  padding: 10px 15px;
}

.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  .woocommerce-address-fields {
  padding: 20px 0;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .edit_address_parent_inu
  form
  h2 {
  text-align: center;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content
  .lft {
  background: unset !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content
  .rgt {
  width: 100% !important;
  padding: 100px 20px !important;
  border-radius: 20px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content
  .rgt
  .frm_sec
  form
  label {
  font: 17px / 23px "Roboto-Bold";
  color: #000;
  margin-bottom: 10px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content
  .rgt
  .frm_sec
  form
  p.woocommerce-form-row
  input {
  font: 15px / 22px "Roboto-Regular";
  color: #222 !important;
  padding: 13px 19px !important;
  background: #fff;
  width: 100% !important;
  border-radius: 50px;
  border: unset !important;
  height: unset !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content
  .rgt
  .frm_sec
  form
  label
  span.required {
  color: red;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content
  .rgt
  .frm_sec
  form
  p
  span
  em {
  font: 17px / 23px "Roboto-Bold";
  color: rgb(255, 0, 0);
  /* margin-top: 10px; */
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content
  .rgt
  .frm_sec
  form
  fieldset
  legend {
  font: 20px / 28px "Roboto-Bold";
  color: #0363c4;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .main_content
  .rgt
  .frm_sec {
  text-align: start !important;
  width: 80% !important;
  max-width: unset !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  h2 {
  color: #ffffff !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  table {
  margin: 20px 0;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  table
  thead
  tr
  th {
  font: 20px / 28px "Roboto-Medium" !important;
  color: #000000;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  table
  tbody
  tr
  td.product-name
  a {
  font: 16px / 22px "Roboto-Regular";
  color: #666666;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  table
  tbody
  tr
  td.product-name
  strong {
  font: 18px / 24px "Roboto-Bold";
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  table
  tbody
  tr
  td.product-total
  span
  bdi {
  font: 16px / 22px "Roboto-Regular";
  color: #666666;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  table
  tfoot
  tr
  th {
  font: 18px/25px "Roboto-Bold";
  color: #222222;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  table
  tfoot
  tr
  td
  span
  bdi {
  font: 18px/25px "Roboto-Bold";
  color: #222222;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-order-details
  table
  tfoot
  tr
  td {
  font: 18px/25px "Roboto-Bold";
  color: #222222;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  p {
  color: #ffffff !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  p
  mark {
  color: #0363c4 !important;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns {
  padding: 20px 0;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--1,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--2 {
  background-color: #e5f1ff;
  padding: 30px 20px;
  border-radius: 15px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--1
  h2,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--2
  h2 {
  color: #1259c4;
  margin-bottom: 15px;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--1
  address
  br,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--2
  address
  br {
  display: block;
}
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--1
  address,
.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--2
  address {
  font: 16px / 22px "Roboto-Regular";
  color: #666666;
}

.post-11
  .entry-content
  .woocommerce
  .my-account-afterlogin
  .my-account-afterlogin-inrr
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column--1
  address
  p {
  color: #000 !important;
  font: 20px/28px "Roboto-Medium";
  margin: 10px 0 5px;
}
/* admin */
.home .banner_blk .prnt .rgt {
  position: relative;
}
.home .banner_blk .prnt .rgt::before {
  content: "";
  position: absolute;
  background: url(../images/background.png) no-repeat !important;
  background-size: cover !important;
  top: 1px;
  left: -289px;
  height: 573px;
  width: 660px;
  z-index: -1;
  opacity: 1;
}
.home .banner_blk .prnt .rgt::after {
  content: "";
  position: absolute;
  background: url(../images/topbfre.png) no-repeat !important;
  background-size: cover !important;
  height: 106px;
  width: 397px;
  z-index: -1;
  bottom: 4px;
  left: -168px;
}
.contact_us .sim_flx .rgt .cnt_dtl > div .icn_:hover img {
  filter: brightness(10) !important;
}
.contact_us .sim_flx .rgt .cnt_dtl > div .icn_:hover {
  background-color: #0a77cd !important;
}

footer li.current-menu-item a {
  color: #070b6b !important;
}
.lnk:hover {
  color: #0a35cd !important;
  border-color: #0a35cd;
  background: transparent;
}
footer .inner_foot .cnt_info ul li a .rgt p:hover {
  color: #0a35cd !important;
}
header .btm .prnt ul li.current_page_item a {
  color: rgb(115 191 255);
}
.abt_hme .prnt .rgt > a:hover {
  color: #0a35cd !important;
  background: #ffffff !important;
  border-color: #0a35cd !important;
}
.pd-pg .pd-top .pd-sli-flx .pd-rgt .cart .single_add_to_cart_button:hover {
  border-color: #fff;
  background: #ffffff !important;
  color: #0a35cd !important;
}
.contact_us .mid_flx .lft .chk_fld > p a:hover {
  text-decoration: underline;
  color: #0a35cd !important;
}
.prd_blk_parent .tp_hd_prd .rgt a:hover{
  border: 1px solid #0a35cd;
  background: #ffffff !important;
  color: #0a35cd !important;
}
/* privacy */
.privacy_policy p {
  position: relative;
  font: 18px / 25px "Roboto-Medium";
}
/* privacy */
/* hamburger */
.body_new {
  position: relative;
}
.body_new::before {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 3; */
  z-index: 2;
}
/* hamburger */
@media screen and (max-width: 1600px) {
  .about .abtTRd {
    padding: 90px 0 !important;
    background-color: #e5f1ff;
  }
}
@media screen and (max-width: 1500px) {
  /* .max_container {
    padding: 90px 10px !important;
  } */
  .about .abtTRd .trdClmn .rght h3 {
    text-transform: unset !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .max_container {
    padding: 80px 10px !important;
  }
  .container {
    padding: 0 10px;
  }
  .about .max_container .max_sim .rgt {
    width: 47.6%;
    padding-left: 57px !important;
  }
  .about .max_container .max_sim .rgt h1 {
    margin-bottom: 10px !important;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns img {
    height: 45px;
    width: 45px;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns b {
    font: 19px / 25px "Roboto-Medium" !important;
    margin-top: 15px !important;
  }
  .about .max_container .max_sim .rgt .insRght {
    margin-bottom: 19px !important;
  }
  .about .max_container .max_sim .lft .ovrLayImg img {
    height: 160px !important;
    width: 70px !important;
  }
  .about .max_container .max_sim .rgt p {
    margin-bottom: 20px !important;
  }
  .about .max_container .max_sim .lft .ovrLayImg {
    left: -66px;
    height: 220px;
    width: 220px;
    bottom: -3px;
  }
  /* .about .max_container .max_sim .lft img {
    max-width: 580px;
    height: 530px;
    border-radius: 20px;
  } */
  .about .QualityTst .clmnssTest .rght img {
    max-width: 440px;
    height: 350px;
    border-radius: 15px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 320px;
    height: 240px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg {
    bottom: -103px;
    left: 0;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 360px;
    height: 277px;
    z-index: -1;
    left: -56px;
    top: -33px;
    background-blend-mode: screen;
    background-size: 360px, 277px;
  }
  .about .QualityTst .clmnssTest .lft {
    width: 48.29%;
    padding-right: 65px;
    margin-top: 70px;
  }
  .about .QualityTst {
    padding: 85px 0 216px;
  }
  /* 03-01-26 */
  .contact_us .sim_flx .rgt {
    margin-left: 5.2% !important;
    width: 43.4% !important;
  }
  .contact_us .sim_flx .lft img {
    height: 430px !important;
  }

  .contact_us .mid_flx .lft .fld .lbl {
    font: 16px / 25px "Roboto-Medium" !important;
    color: #000;
    margin-bottom: 8px;
  }
  .contact_us .sim_flx .rgt ul li {
    font: 17px / 24px "Roboto-Medium" !important;
    padding-left: 30px !important;
  }
  /* 03-01-26 */
  /* 06-01-26 admin */
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-hd
    strong {
    font: 19px / 25px "Roboto-medium";
    margin-bottom: 10px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .ord-count
    b {
    margin-bottom: 10px;
    font: 19px / 25px "Roboto-Bold";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    thead
    tr
    th {
    font: 19px / 26px "Roboto-Medium" !important;
    color: #000000;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    td.prd-img
    a
    img {
    height: 85px !important;
    width: 85px !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td.prd-txt {
    font: 16px / 22px "Roboto-Medium";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.prd-cde
    span,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.ord-on
    span,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.prd-tol
    span {
    font: 16px / 23px "Roboto-Regular";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td:last-of-type
    a {
    border-radius: 10px;
    padding: 9px 18px;
    background-color: #007fff;
    color: #ffffff;
    font: 16px / 22px "Roboto-Medium";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .edit_address_inrrr
    p {
    font: 17px / 23px "Roboto-Medium";
    color: #222222 !important;
    margin-bottom: 10px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns {
    padding: 30px 0 0;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    p
    label.required_field {
    font: 17px / 24px "Roboto-Bold";
    margin-bottom: 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    p
    span.woocommerce-input-wrapper
    input {
    font: 15px / 22px "Roboto-Regular";
    color: #222 !important;
    padding: 13px 19px !important;
    background: #fff;
    width: 100% !important;
    border-radius: 50px;
    border: unset !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    button.button {
    background-color: #1259c4;
    color: #ffffff;
    font: 19px / 26px "Roboto-Medium";
    padding: 8px 13px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    .woocommerce-columns
    .woocommerce-column--1
    address
    p {
    color: #000 !important;
    font: 19px / 27px "Roboto-Medium";
    margin: 8px 0 5px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    thead
    tr
    th {
    font: 19px / 27px "Roboto-Medium" !important;
    color: #000000;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    thead
    tr
    th,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    th,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td {
    padding: 12px 20px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    th {
    font: 18px / 24px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    td
    span
    bdi {
    font: 17px / 24px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    td {
    font: 17px / 24px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    label {
    font: 16px / 22px "Roboto-Bold";
    color: #000;
    margin-bottom: 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    p
    span
    em {
    font: 16px / 22px "Roboto-Bold";
    color: rgb(255, 0, 0);
    /* margin-top: 10px; */
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt {
    width: 100% !important;
    padding: 80px 20px !important;
    border-radius: 20px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    fieldset
    legend {
    font: 16px / 22px "Roboto-Bold";
    color: #0363c4;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    p.woocommerce-form-row
    input {
    font: 15px / 22px "Roboto-Regular";
    color: #222 !important;
    padding: 10px 19px !important;
    background: #fff;
    width: 100% !important;
    border-radius: 50px;
    border: unset !important;
    height: unset !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    p
    .lnk {
    width: 100%;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 9px 0 !important;
    font-weight: unset !important;
    font: 17px / 25px "Roboto-Medium" !important;
    border-radius: 40px;
    background-color: #0a35cd;
    color: #ffffff;
    border: 1px solid transparent;
  }

  /* 06-01-26 admin */
  /* 07-01-26 */
  .privacy_policy ul li {
    position: relative;
    padding-left: 20px;
    font: 17px / 24px "Roboto-Medium";
  }
  .privacy_policy p {
    position: relative;
    font: 17px / 24px "Roboto-Medium";
  }
  .related.products
    .related_inr
    ul.products
    .pd-slide-blk
    .owl-nav
    button.owl-prev::before {
    content: "";
    background: url(../images/prd-prev.svg) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 10px, 10px;
    height: 17px;
    width: 17px;
  }
  .related.products
    .related_inr
    ul.products
    .pd-slide-blk
    .owl-nav
    button.owl-next::before {
    content: "";
    background: url(../images/prd-nxt.svg) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 10px, 10px;
    height: 17px;
    width: 17px;
  }
  .related.products .related_inr ul.products .pd-slide-blk .owl-nav button {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid #000000;
  }
  /* 07-01-26 */
}

@media screen and (max-width: 1300px) {
  .about .abtTRd {
    padding: 70px 0 !important;
    background-color: #e5f1ff;
  }
  .about .abtTRd .trdClmn .lft .insAbt:first-child {
    margin-right: 20px;
  }
  .about .abtTRd .trdClmn .rght {
    width: 48.95%;
    padding-left: 57px;
  }
  .about .abtTRd .trdClmn .rght ul li::before {
    left: 0;
    height: 19px;
    width: 19px;
    background-size: 19px;
    top: 4px;
  }
  .about .abtTRd .trdClmn .lft .insAbt img {
    height: 450px;
  }
  .about .abtResearch .innrResearch .lft {
    width: 50%;
    padding-right: 70px;
  }

  .about .abtResearch .innrResearch .rght img {
    height: 390px;
    border-radius: 15px;
  }
  .about .abtTRd .trdClmn .rght ul li {
    font: 17px / 24px "Roboto-Medium";
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 420px;
    height: 350px;
    border-radius: 15px;
  }
  .about .QualityTst .clmnssTest .lft {
    width: 48.29%;
    padding-right: 50px;
    margin-top: 70px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 295px;
    height: 225px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 295px;
    height: 224px;
    z-index: -1;
    left: -24px;
    top: -1px;
    background-size: 295px, 224px;
    background-blend-mode: screen;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg {
    bottom: -100px;
    left: 1px;
  }
  .about .QualityTst {
    padding: 90px 0 190px;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 388px;
    height: 345px;
    border-radius: 15px;
  }
  .about .max_container .max_sim .rgt {
    width: 47.6%;
    padding-left: 36px !important;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns b {
    font: 18px / 24px "Roboto-Medium" !important;
    margin-top: 14px !important;
  }
  .about .max_container .max_sim .rgt .lnk {
    font: 16px / 23px "Roboto-Medium";
    border-radius: 30px;
    padding: 11px 25px;
  }

  .about .max_container .max_sim .lft .ovrLayImg img {
    height: 150px !important;
    width: 65px !important;
  }
  .about .max_container .max_sim .lft .ovrLayImg {
    left: -66px;
    height: 210px;
    width: 210px;
    bottom: -3px;
  }
  .about .QualityTst .clmnssTest .lft h2 {
    margin-bottom: 15px;
  }
  .about .QualityTst .clmnssTest .lft p {
    margin-bottom: 25px;
  }
  .about .abtTRd .trdClmn .rght p {
    margin-bottom: 15px;
  }
  /* contact */
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ {
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ img {
    height: 32px !important;
    width: 22px !important;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .rg b {
    font: 17px / 25px "Inter-Bold";
    color: #fff;
    margin-bottom: 7px;
  }
  .contact_us .sim_flx .lft iframe {
    height: 470px !important;
    max-height: unset !important;
  }
  .contact_us .sim_flx .rgt ul li {
    background-size: 19px !important;
  }
  /* contact */

  /*06-01-26 admin */
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm
    li
    a {
    padding: 5px 15px;
    font: 16px / 24px "Roboto-Regular";
    border-radius: 8px;
  }

  /*06-01-26 admin */
}
@media screen and (max-width: 1200px) {
  .padding {
    padding: 80px 0;
  }
  .max_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mb_btm {
    margin-bottom: 80px;
  }
  p {
    font-size: 17px;
    line-height: 22px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .head {
    font-size: 38px;
    line-height: 45px;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ {
    min-width: 55px;
    width: 55px;
    height: 55px;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .rg b {
    font-size: 17px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
  }

  .about .max_container .max_sim .rgt .insRght .insClmns img {
    height: 40px;
    width: 40px;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns b {
    font: 17px / 23px "Roboto-Medium" !important;
    margin-top: 14px !important;
  }
  .about .max_container .max_sim .lft img {
    height: 520px;
    border-radius: 20px;
  }
  .about .max_container .max_sim .lft .ovrLayImg {
    height: 190px;
    width: 190px;
  }
  .about .max_container .max_sim .lft .ovrLayImg img {
    height: 135px !important;
    width: 60px !important;
  }
  .about .QualityTst {
    padding: 70px 0 170px;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 350px;
    height: 340px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 276px;
    height: 220px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg {
    bottom: -100px;
    left: 20px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 260px;
    height: 211px;
    z-index: -1;
    left: -1px;
    top: 25px;
    background-blend-mode: screen;
    background-size: 260px, 211px;
  }

  .about .QualityTst .clmnssTest .lft {
    width: 48.29%;
    padding-right: 15px;
    margin-top: 70px;
  }
  .about .abtTRd .trdClmn .lft .insAbt img {
    height: 400px;
  }
  .about .abtTRd {
    padding: 65px 0 !important;
    background-color: #e5f1ff;
  }
  .about .abtResearch .innrResearch .lft {
    width: 50%;
    padding-right: 55px;
  }
  .about .abtResearch .innrResearch .rght img {
    height: 345px;
    border-radius: 15px;
  }
  /* 03-01-26 */
  .contact_us .sim_flx .lft iframe {
    height: 440px !important;
    max-height: unset !important;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ img {
    height: 30px !important;
    width: 20px !important;
  }
  .contact_us .mid_flx .lft .chk_fld > p {
    font-size: 16px;
    line-height: 21px;
  }
  .contact_us .sim_flx .rgt {
    margin-left: 4.8% !important;
    width: 43.4% !important;
  }
  .contact_us .sim_flx .lft img {
    height: 415px !important;
  }
  /* 03-01-26 */
  /* 06-01-26  admin*/
  .post-11 .entry-content .my-account-afterlogin {
    position: relative;
    padding: 210px 0 80px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm {
    padding-bottom: 70px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-info
    a.wc-forward {
    background-color: #007fff;
    color: #ffffff;
    padding: 9px 15px !important;
    font: 16px / 21px "Roboto-Medium";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .edit_address_inrrr
    p {
    font: 16px / 22px "Roboto-Medium";
    margin-bottom: 10px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column1,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column2 {
    border-radius: 20px;
    padding: 20px 20px;
    border: 2px solid #070b6b;
  }
  /* 06-01-26 admin*/
}
@media screen and (max-width: 1100px) {
  .about .max_container .max_sim .rgt {
    width: 47.6%;
    padding-left: 47px !important;
  }
  .about .max_container .max_sim .lft img {
    height: 490px;
    border-radius: 20px;
  }
  .about .max_container .max_sim .lft .ovrLayImg {
    height: 185px;
    width: 185px;
    bottom: -3px;
  }
  .about .max_container .max_sim .lft .ovrLayImg img {
    height: 110px !important;
    width: 55px !important;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns b {
    font: 16px / 22px "Roboto-Medium" !important;
    margin-top: 12px !important;
  }
  .about .abtTRd .trdClmn .rght ul li {
    font: 16px / 23px "Roboto-Medium";
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
  }
  .about .abtTRd .trdClmn .rght ul li::before {
    left: 0;
    height: 17px;
    width: 17px;
    background-size: 17px;
    top: 5px;
  }
  .about .abtTRd .trdClmn .lft .insAbt img {
    height: 400px;
  }
  .about .abtResearch .innrResearch .lft {
    width: 50%;
    padding-right: 41px;
  }
  .about .abtResearch .innrResearch .rght img {
    height: 315px;
    border-radius: 15px;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 317px;
    height: 339px;
  }
  .contact_us .sim_flx .rgt ul li {
    background-size: 17px !important;
  }
  .contact_us .sim_flx .rgt ul li {
    font: 16px / 23px "Roboto-Medium" !important;
    padding-left: 30px !important;
  }
  .contact_us .sim_flx .lft img {
    height: 400px !important;
  }
  /* 07-01-26 */
  .related.products .related_inr ul.products .pd-slide-blk .owl-nav {
    display: block;
    position: absolute;
    right: 30px;
    top: -73px;
  }
  /* 07-01-26 */
}
@media screen and (max-width: 1024px) {
  .mb_btm {
    margin-bottom: 65px;
  }
  .padding {
    padding: 65px 0;
  }
  .max_container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 249px;
    height: 204px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 260px;
    height: 211px;
    z-index: -1;
    left: -8px;
    top: 37px;
    background-blend-mode: screen;
    background-size: 260px, 211px;
  }
  .about .QualityTst .clmnssTest .lft {
    width: 48.29%;
    padding-right: 0px;
    margin-top: 70px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 197px;
    height: 180px;
    z-index: -1;
    left: 42px;
    top: 77px;
    background-blend-mode: screen;
    background-size: 197px, 180px;
  }
  .about .max_container .max_sim .rgt {
    width: 47.6%;
    padding-left: 25px !important;
  }
  .about .abtTRd .trdClmn .rght {
    width: 48.95%;
    padding-left: 30px;
  }
  .about .abtTRd .trdClmn .lft .insAbt img {
    height: 377px;
  }

  .about .abtResearch .innrResearch .lft {
    width: 50%;
    padding-right: 10px;
  }
  .about .abtResearch .innrResearch .rght img {
    height: 300px;
    border-radius: 15px;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 300px;
    height: 325px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 235px;
    height: 195px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg {
    bottom: -100px;
    left: 42px;
  }
  /* 03-01-26 */
  .contact_us .sim_flx .rgt {
    margin-left: 2.6% !important;
    width: 43.4% !important;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ {
    min-width: 52px;
    width: 52px;
    height: 52px;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .rg b {
    font-size: 16px !important;
    line-height: 23px !important;
    margin-bottom: 3px !important;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ img {
    height: 28px !important;
    width: 18px !important;
  }
  .contact_us .sim_flx .rgt ul li {
    background: url(../images/li_bk_light.svg) no-repeat left 0 top 4px !important;
    background-size: 17px !important;
  }
  .contact_us .sim_flx .lft iframe {
    height: 410px !important;
    max-height: unset !important;
  }
  /* 03-01-26 */

  /* 06-01-26  admin*/
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm {
    gap: 49px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-hd
    strong {
    font: 18px / 24px "Roboto-medium";
    margin-bottom: 10px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .ord-count
    b {
    margin-bottom: 10px;
    font: 18px / 24px "Roboto-Bold";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    thead
    tr
    th {
    font: 18px / 25px "Roboto-Medium" !important;
    padding: 12px 20px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    td.prd-img
    a
    img {
    height: 75px !important;
    width: 75px !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td.prd-txt {
    font: 15px / 21px "Roboto-Medium";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.prd-cde
    span,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.ord-on
    span,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.prd-tol
    span {
    font: 15px / 21px "Roboto-Regular";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td:last-of-type
    a {
    border-radius: 10px;
    padding: 7px 18px;
    background-color: #007fff;
    color: #ffffff;
    font: 15px / 21px "Roboto-Medium";
  }
  .post-11 .entry-content .my-account-afterlogin {
    position: relative;
    padding: 220px 0 80px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    p
    label.required_field {
    font: 16px / 22px "Roboto-Bold";
    margin-bottom: 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    p
    span.woocommerce-input-wrapper
    input {
    font: 15px / 22px "Roboto-Regular";
    color: #222 !important;
    padding: 11px 19px !important;
    background: #fff;
    width: 100% !important;
    border-radius: 50px;
    border: unset !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    thead
    tr
    th {
    font: 18px / 26px "Roboto-Medium" !important;
    color: #000000;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    th {
    font: 17px / 23px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    td
    span
    bdi {
    font: 16px / 23px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    td {
    font: 16px / 23px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    .woocommerce-columns
    .woocommerce-column--1
    address
    p {
    color: #000 !important;
    font: 18px / 26px "Roboto-Medium";
    margin: 8px 0 5px;
  }
  /* 06-01-26  admin*/
  /* 07-01-26 */
  .contact_us .sim_flx .lft {
    width: 50%;
    border-radius: 12px !important;
    overflow: hidden;
  }

  /* 07-01-26 */
}
@media screen and (max-width: 991px) {
  .mb_btm {
    margin-bottom: 60px;
  }
  .about .max_container .max_sim {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about .max_container .max_sim .lft {
    width: 80%;
    position: relative;
    margin: auto;
  }
  .about .max_container .max_sim .lft img {
    height: 450px;
    border-radius: 20px;
  }
  .about .max_container .max_sim .rgt {
    width: 100%;
    padding-left: 0 !important;
    padding: 50px 0 0;
  }
  .about .abtTRd .trdClmn {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about .abtTRd .trdClmn .lft {
    display: flex;
    width: 90%;
    justify-content: center;
  }
  .about .abtTRd .trdClmn .lft .insAbt {
    width: 43%;
  }
  .about .abtTRd .trdClmn .rght {
    width: 100%;
    padding-left: 0;
    padding: 50px 10px 0;
  }

  .about .abtResearch .innrResearch {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about .abtResearch .innrResearch .lft {
    width: 100%;
    padding: 0 0 20px;
    padding-right: 0;
  }
  .about .abtResearch .innrResearch .rght {
    width: 70%;
  }
  .about .QualityTst .clmnssTest {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about .QualityTst .clmnssTest .lft {
    width: 100%;
    padding-right: 0px;
    margin-top: 0;
  }
  .about .QualityTst .clmnssTest .rght {
    width: 70%;
    position: relative;
    z-index: 5;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 400px;
    border-radius: 10px;
    height: 315px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 300px;
    height: 225px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 231px;
    height: 224px;
    z-index: -1;
    left: 85px;
    top: 34px;
    background-blend-mode: screen;
    background-size: 231px, 224px;
  }

  /* 03-01-26 */
  .contact_us .sim_flx {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .contact_us .sim_flx .lft {
    width: 85% !important;
    border-radius: 15px;
    overflow: hidden;
  }
  .contact_us .sim_flx .rgt {
    margin-left: 0 !important;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .contact_us .mid_flx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .contact_us .mid_flx .lft {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .contact_us .mid_flx .rgt {
    width: 85% !important;
    margin: 0 auto;
  }
  .contact_us .mid_flx .rgt img {
    height: 500px !important;
    border-radius: 11px !important;
  }
  /* 03-01-26 */
  /* 06-01-26 admin*/
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm {
    gap: 34px;
    padding-bottom: 70px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_das_parent_inu
    .main_das_inrrr
    p {
    font: 16px / 24px "Roboto-Bold";
    margin-bottom: 10px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    thead
    tr
    th,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    th,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td {
    padding: 13px 9px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td:last-of-type
    a {
    border-radius: 10px;
    padding: 7px 12px;
    background-color: #007fff;
    color: #ffffff;
    font: 15px / 21px "Roboto-Medium";
  }

  /* .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .edit_address_inrrr
    p {
    font: 16px / 22px "Roboto-Medium";
    color: #222222 !important;
    margin-bottom: 5px;
  } */
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    button.button {
    background-color: #1259c4;
    color: #ffffff;
    font: 18px / 25px "Roboto-Medium";
    padding: 6px 13px;
  }
  /* 06-01-26 admin*/
  /* 07-01-26 */
  .privacy_policy ul li {
    position: relative;
    padding-left: 20px;
    font: 16px / 23px "Roboto-Medium";
  }
  .privacy_policy p {
    position: relative;
    font: 16px / 23px "Roboto-Medium";
  }
  .related.products
    .related_inr
    ul.products
    .pd-slide-blk
    .owl-nav
    button.owl-prev::before {
    content: "";
    background: url(../images/prd-prev.svg) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 10px, 10px;
    height: 15px;
    width: 15px;
  }
  .related.products
    .related_inr
    ul.products
    .pd-slide-blk
    .owl-nav
    button.owl-next::before {
    content: "";
    background: url(../images/prd-nxt.svg) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 9px, 9px;
    height: 15px;
    width: 15px;
  }
  .related.products .related_inr ul.products .pd-slide-blk .owl-nav button {
    border-radius: 50%;
    height: 37px;
    width: 37px;
    border: 1px solid #000000;
  }
  .related.products .related_inr ul.products .pd-slide-blk .owl-nav {
    display: block;
    position: absolute;
    right: 30px;
    top: -66px;
  }
  /* 07-01-26 */
}

@media screen and (max-width: 880px) {
  .about .max_container {
    background-color: #ffffff;
    padding: 55px 0 !important;
  }
  .about .abtTRd .trdClmn .rght {
    width: 100%;
    padding: 45px 10px 0;
  }
  .about .abtResearch .innrResearch .lft h5 {
    margin-bottom: 12px;
    color: #ffffff;
    text-transform: unset !important;
  }
  .about .max_container .max_sim .lft img {
    height: 450px;
    border-radius: 15px;
  }
  .about .max_container .max_sim .lft .ovrLayImg {
    height: 165px;
    width: 165px;
    bottom: -3px;
    left: -55px;
  }
  .about .max_container .max_sim .lft .ovrLayImg img {
    height: 100px !important;
    width: 48px !important;
  }
  .about .abtTRd .trdClmn .lft .insAbt img {
    height: 350px;
    border-radius: 15px;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 370px;
    border-radius: 10px;
    height: 305px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 280px;
    height: 205px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 231px;
    height: 224px;
    z-index: -1;
    left: 28px;
    top: 30px;
    background-blend-mode: screen;
    background-size: 231px, 224px;
  }
  .about .abtResearch .innrResearch .rght img {
    height: 330px;
    border-radius: 15px;
  }
  .contact_us .mid_flx .lft .fld p span input {
    height: unset !important;
    padding: 11px 20px !important;
  }
  /* 06-01-26 admin*/
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 50px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm
    li {
    width: 30%;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm
    li
    a {
    width: 100%;
    text-align: center;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    thead
    tr
    th {
    font: 16px / 24px "Roboto-Medium" !important;
    padding: 12px 5px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-hd
    strong {
    font: 17px / 22px "Roboto-medium";
    margin-bottom: 9px;
  }

  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .ord-count
    b {
    margin-bottom: 9px;
    font: 17px / 23px "Roboto-Bold";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-info
    a.wc-forward {
    background-color: #007fff;
    color: #ffffff;
    padding: 7px 13px !important;
    font: 15px / 20px "Roboto-Medium";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column1,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column2 {
    border-radius: 20px;
    padding: 25px 20px;
    border: 2px solid #070b6b;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column1 {
    margin-bottom: 20px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields {
    width: 95% !important;
    margin: 0 auto;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    button.button {
    background-color: #1259c4;
    color: #ffffff;
    font: 17px / 23px "Roboto-Medium";
    padding: 6px 13px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    .woocommerce-columns
    .woocommerce-column--1 {
    margin-bottom: 20px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    .woocommerce-columns
    .woocommerce-column--1
    address
    p {
    color: #000 !important;
    font: 17px / 25px "Roboto-Medium";
    margin: 7px 0 5px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    thead
    tr
    th {
    font: 17px / 25px "Roboto-Medium" !important;
    color: #000000;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    thead
    tr
    th,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    th,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td {
    padding: 9px 9px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tbody
    tr
    td.product-name
    a {
    font: 15px / 21px "Roboto-Regular";
    color: #666666;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tbody
    tr
    td.product-name
    strong {
    font: 16px / 21px "Roboto-Bold";
  }

  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tbody
    tr
    td.product-total
    span
    bdi {
    font: 15px / 21px "Roboto-Regular";
    color: #666666;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    th {
    font: 16px / 22px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    td
    span
    bdi {
    font: 15px / 22px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-order-details
    table
    tfoot
    tr
    td {
    font: 15px / 22px "Roboto-Bold";
    color: #222222;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    .woocommerce-columns
    .woocommerce-column--1
    address
    p {
    color: #000 !important;
    font: 16px / 24px "Roboto-Medium";
    margin: 7px 0 5px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec {
    text-align: start !important;
    width: 100% !important;
    padding: 25px 20px;
    max-width: unset !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt {
    background: unset !important;
    padding: 0 !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    p
    span
    em {
    font: 15px / 21px "Roboto-Bold";
    color: rgb(255, 0, 0);
    /* margin-top: 10px; */
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    label {
    font: 15px / 21px "Roboto-Bold";
    color: #000;
    margin-bottom: 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    fieldset
    legend {
    font: 15px / 21px "Roboto-Bold";
    color: #0363c4;
  }
  /* 06-01-26 admin*/
  /* 07-01-26 */
  .related.products .related_inr ul.products .pd-slide-blk .owl-nav button {
    height: 35px !important;
    width: 35px !important;
  }
  .related.products
    .related_inr
    ul.products
    .pd-slide-blk
    .owl-nav
    button.owl-prev::before {
    height: 14px;
    width: 14px;
    background-size: 9px, 9px;
  }
  .related.products
    .related_inr
    ul.products
    .pd-slide-blk
    .owl-nav
    button.owl-next::before {
    background-size: 9px, 9px;

    height: 14px;
    width: 14px;
  }
  .related.products .related_inr ul.products .pd-slide-blk .owl-nav {
    right: 0px !important;
    top: -48px !important;
  }
  header .btm .prnt.dkp {
    padding: 25px 22px 0px !important;
  }
  header .btm .prnt .lgo {
    margin: 0 !important;
  }
  /* 07-01-26 */
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 21px;
  }
  .about .max_container .max_sim .lft img {
    height: 400px;
    border-radius: 12px;
  }
  .about .max_container .max_sim .rgt p {
    margin-bottom: 15px !important;
  }
  .about .abtResearch .innrResearch .lft {
    width: 100%;
    padding: 0 0 15px;
    padding-right: 0;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns {
    width: 33.3%;
    padding: 0 16px;
    text-align: center;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns img {
    height: 37px;
    width: 37px;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 335px;
    border-radius: 9px;
    height: 295px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg {
    bottom: -100px;
    left: 0px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 231px;
    height: 224px;
    z-index: -1;
    left: 36px;
    top: 10px;
    background-blend-mode: screen;
    background-size: 231px, 224px;
  }

  /* 30-01-26 contact */
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ {
    min-width: 50px !important;
    width: 50px !important;
    height: 50px !important;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .icn_ img {
    height: 26px !important;
    width: 17px !important;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div .rg b {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 5px !important;
  }
  .contact_us .sim_flx .lft iframe {
    height: 365px !important;
    max-height: unset !important;
  }
  .contact_us .mid_flx .rgt img {
    height: 410px !important;
    border-radius: 11px;
  }
  .contact_us .mid_flx .lft .fld {
    margin-bottom: 12px !important;
  }
  /* 30-01-26 contact */
  /* 06-01-26 admin */
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm
    li
    a {
    padding: 5px 15px;
    font: 15px / 22px "Roboto-Regular";
    border-radius: 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_das_parent_inu
    .main_das_inrrr
    p {
    font: 15px / 23px "Roboto-Bold";
    margin-bottom: 10px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content {
    overflow-x: auto;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table {
    width: 800px;
    margin-bottom: 25px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-hd
    strong {
    font: 16px / 21px "Roboto-medium";
    margin-bottom: 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    thead
    tr
    th {
    font: 15px / 21px "Roboto-Medium" !important;
    padding: 9px 5px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    thead
    tr
    th,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    th,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td {
    padding: 8px 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    td.prd-img
    a
    img {
    height: 65px !important;
    width: 65px !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.prd-cde
    span,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.ord-on
    span,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    tr
    td.prd-tol
    span {
    font: 14px / 20px "Roboto-Regular";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    table
    tbody
    tr
    td:last-of-type
    a {
    border-radius: 9px;
    padding: 6px 11px;
    background-color: #007fff;
    color: #ffffff;
    font: 15px / 21px "Roboto-Medium";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields {
    padding: 15px 0;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .edit_address_inrrr
    p.form-row-first,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .edit_address_inrrr
    p.form-row-last {
    width: 100% !important;
    float: unset !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    p.form-row-first,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    p.form-row-last {
    width: 100% !important;
    float: unset !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    p {
    margin-bottom: 12px;
  }
  /* 06-01-26 admin */
  /* 07-01-26 */
  .privacy_policy ul li {
    position: relative;
    padding-left: 20px;
    font: 15px / 22px "Roboto-Medium";
  }
  /* 07-01-26 */
}
@media screen and (max-width: 650px) {
  .padding {
    padding: 60px 0;
  }
  .max_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about .max_container .max_sim .lft {
    width: 80%;
    position: relative;
    margin: auto;
  }
  .about .max_container .max_sim .lft .ovrLayImg {
    height: 150px;
    width: 150px;
    bottom: -3px;
    left: -55px;
  }
  .about .max_container .max_sim .lft .ovrLayImg img {
    height: 92px !important;
    width: 40px !important;
  }
  .about .max_container .max_sim .rgt .lnk {
    font: 15px / 22px "Roboto-Medium";
    border-radius: 30px;
    padding: 9px 25px;
  }
  .about .abtTRd .trdClmn .lft .insAbt {
    width: 48%;
  }
  .about .QualityTst .clmnssTest .rght {
    width: 90%;
    position: relative;
    z-index: 5;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 300px;
    border-radius: 9px;
    height: 270px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 250px;
    height: 190px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 200px;
    height: 185px;
    z-index: -1;
    left: 68px;
    top: 18px;
    background-blend-mode: screen;
    background-size: 200px, 185px;
  }

  /* 03-01-26 */
  .contact_us .sim_flx .lft iframe {
    height: 330px !important;
    max-height: unset !important;
  }
  .contact_us .mid_flx .lft .fld p span input {
    height: unset !important;
    padding: 10px 20px !important;
  }
  .contact_us .mid_flx .rgt img {
    height: 379px !important;
    border-radius: 9px;
  }
  .contact_us .sim_flx .rgt ul li {
    font: 15px / 22px "Roboto-Medium" !important;
    background: url(../images/li_bk_light.svg) no-repeat left 0 top 5px !important;
    background-size: 16px !important;
    padding-left: 30px !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .ord-count
    b {
    margin-bottom: 9px;
    font: 16px / 22px "Roboto-Bold";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .edit_address_inrrr
    p {
    font: 15px / 21px "Roboto-Medium";
    margin-bottom: 5px;
  }
  /* 03-01-26 */
  /* 06-01-26 admin */
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    p
    label.required_field {
    font: 15px / 21px "Roboto-Bold";
    margin-bottom: 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .max_container {
    padding: 50px 10px !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields {
    width: 98% !important;
    margin: 0 auto;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    button.button {
    background-color: #1259c4;
    color: #ffffff;
    font: 16px / 22px "Roboto-Medium";
    padding: 5px 12px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .max_container {
    padding: 35px 10px !important;
  }
  /* 06-01-26 admin */
  /* 07-01-26 */
  .about .max_container .max_sim .rgt .insRght .insClmns {
    width: 99%;
    padding: 0 16px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns img {
    margin: 0 auto;
  }
  .privacy_policy p {
    position: relative;
    font: 15px / 22px "Roboto-Medium";
  }
  /* 07-01-26 */
}
@media screen and (max-width: 550px) {
  p {
    font-size: 15px;
  }
  .mb_btm {
    margin-bottom: 55px;
  }
  .about .max_container {
    background-color: #ffffff;
    padding: 50px 0 30px !important;
  }
  .about .max_container .max_sim .lft img {
    height: 350px;
    border-radius: 10px;
  }
  .about .max_container .max_sim .lft .ovrLayImg {
    height: 130px;
    width: 130px;
    bottom: -3px;
    left: -40px;
  }
  .about .max_container .max_sim .lft .ovrLayImg img {
    height: 87px !important;
    width: 37px !important;
  }
  .about .max_container .max_sim .rgt .insRght {
    flex-wrap: wrap;
    gap: 8px;
  }
  /* .about .max_container .max_sim .rgt .insRght .insClmns {
    width: 49%;
    padding: 0 16px;
    text-align: center;
  } */
  /* .about .max_container .max_sim .rgt .insRght .insClmns:nth-child(even) {
    border-right: none !important;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns:not(:last-of-type) {
    border-right: 1px solid #e5e5e5;
  } */
  .about .abtTRd .trdClmn .rght {
    width: 100%;
    padding: 25px 10px 0;
  }
  .about .abtTRd .trdClmn .rght ul li {
    font: 15px / 22px "Roboto-Medium";
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
  }
  .about .abtTRd .trdClmn .rght ul li::before {
    left: 0;
    height: 15px;
    width: 15px;
    background-size: 15px;
    top: 5px;
  }
  .about .abtResearch .innrResearch .rght {
    width: 100%;
  }
  .about .abtResearch .innrResearch .rght img {
    height: 280px;
    border-radius: 10px;
  }
  .about .abtTRd .trdClmn .lft {
    display: flex;
    width: 100%;
  }

  .about .abtTRd .trdClmn .lft .insAbt:first-child {
    margin-right: 13px;
  }
  .about .abtTRd .trdClmn .lft .insAbt img {
    height: 300px;
    border-radius: 10px;
  }
  .about .max_container .max_sim .rgt .insRght .insClmns b {
    font: 15px / 21px "Roboto-Medium" !important;
    margin-top: 10px !important;
  }
  .about .max_container .max_sim .rgt {
    width: 100%;
    padding-left: 0 !important;
    padding: 30px 0 0;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 275px;
    border-radius: 9px;
    height: 260px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 230px;
    height: 175px;
  }
  .about .QualityTst .clmnssTest .rght::before {
    width: 200px;
    height: 185px;
    z-index: -1;
    left: 54px;
    top: 47px;
    background-blend-mode: screen;
    background-size: 200px, 185px;
  }

  /* 03-01-26  contact*/
  .contact_us .mid_flx .rgt {
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px !important;
  }
  .contact_us .sim_flx .lft {
    width: 100% !important;
    border-radius: 15px;
    overflow: hidden;
  }
  .contact_us .sim_flx .lft img {
    height: 350px !important;
  }
  .contact_us .mid_flx .rgt img {
    height: 342px !important;
    border-radius: 9px;
  }
  .max_container {
    padding: 55px 10px !important;
  }
  .contact_us .mid_flx .lft .fld .lbl {
    font: 15px / 24px "Roboto-Medium" !important;
    color: #000;
    margin-bottom: 8px;
  }
  .contact_us .mid_flx .lft {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  textarea {
    height: 100px !important;
    border-radius: 30px;
    padding: 17px 24px;
  }
  .contact_us .sim_flx .lft img {
    height: 330px !important;
    border-radius: 13px !important;
  }
  .contact_us .sim_flx .rgt .cnt_dtl > div:not(:last-child) {
    margin-bottom: 20px;
  }

  /* 03-01-26  contact*/
  /* 06-01-26 admin*/
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm
    li {
    width: 47%;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_das_parent_inu
    .main_das_inrrr
    p {
    /* font: 14px / 22px "Roboto-Bold"; */
    margin-bottom: 6px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .myord-table
    tbody
    td.prd-img
    a
    img {
    height: 55px !important;
    width: 55px !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .woocommerce-info
    a.wc-forward {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .my-ord
    .ord-count
    b {
    margin-bottom: 9px;
    font: 15px / 21px "Roboto-Bold";
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields {
    padding: 15px 0 0;
  }
  /* 06-01-26 admin*/
  /* 07-01-26 */
  .related.products .related_inr ul.products .pd-slide-blk .owl-nav {
    right: 0px;
    top: -59px !important;
  }
  /* 07-01-26 */
}
@media screen and (max-width: 450px) {
  .padding {
    padding: 55px 0;
  }
  .max_container {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .about .max_container .max_sim .lft img {
    height: 300px;
    border-radius: 10px;
  }
  .about .QualityTst {
    padding: 55px 0 140px;
  }
  .about .QualityTst .clmnssTest .lft p {
    margin-bottom: 10px;
  }
  .about .QualityTst .clmnssTest .rght {
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 20px 0 0;
  }
  .about .QualityTst .clmnssTest .rght img {
    max-width: 240px;
    border-radius: 9px;
    height: 240px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg img {
    width: 198px;
    height: 147px;
  }
  .about .QualityTst .clmnssTest .rght .ovrLayImg {
    bottom: -82px;
    left: 0px;
  }
  .about .abtTRd .trdClmn .lft .insAbt img {
    height: 260px;
    border-radius: 9px;
  }
  .about .abtResearch .innrResearch .rght img {
    height: 260px;
    border-radius: 9px;
  }

  /* 03-01-26 contact */
  .contact_us .sim_flx .lft img {
    height: 290px !important;
    border-radius: 10px !important;
  }
  .contact_us .mid_flx .rgt img {
    height: 310px !important;
    border-radius: 9px !important;
  }
  /* 03-01-26 contact */
  /*06-01-26 admin  */
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column1
    address,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column2
    address {
    font: 15px / 21px "Roboto-Regular";
    color: #666666;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    .edit_address_inrrr
    p {
    font: 15px / 21px "Roboto-Medium";
    /* margin-bottom: 0; */
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns {
    padding: 20px 0 0;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column1,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column2 {
    border-radius: 15px;
    padding: 10px 10px;
    border: 2px solid #070b6b;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column1
    h2,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column2
    h2 {
    margin-bottom: 10px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column1
    header,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column2
    header {
    position: unset !important;
    padding: 10px 0;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    p
    span.woocommerce-input-wrapper
    input {
    font: 15px / 22px "Roboto-Regular";
    color: #222 !important;
    padding: 10px 19px !important;
    background: #fff;
    width: 100% !important;
    border-radius: 50px;
    border: unset !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    button.button {
    background-color: #1259c4;
    color: #ffffff;
    font: 15px / 21px "Roboto-Medium";
    padding: 5px 12px;
    margin-top: 5px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .main_content
    .rgt
    .frm_sec
    form
    label {
    font: 14px / 20px "Roboto-Bold";
    color: #000;
    margin-bottom: 8px;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-navigation
    .login_list_itm
    li {
    width: 90%;
  }
  /*06-01-26 admin  */
  /* 07-01-26 */
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column1
    .title
    h2,
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .u-columns
    .u-column2
    .title
    h2 {
    color: #1259c4;
    margin-bottom: 4px !important;
  }
  .post-11
    .entry-content
    .woocommerce
    .my-account-afterlogin
    .my-account-afterlogin-inrr
    .woocommerce-MyAccount-content
    .edit_address_parent_inu
    form
    .woocommerce-address-fields
    button.button {
    background-color: #1259c4;
    color: #ffffff;
    font: 15px / 21px "Roboto-Medium";
    padding: 10px 12px;
    width: 100%;
    margin-top: 11px;
    border-radius: 20px;
  }
  /* 07-01-26 */
}

@media screen and (max-width: 380px) {
  /* 06-01-26 admin*/
  .pd-pg .pd-top .pd-sli-flx .pd-rgt .product-features ul li {
    font-size: 14px;
    line-height: 20px;

    background-size: 17px;
    width: unset !important;
    padding-left: 25px;
  }
  .pd-pg
    .pd-top
    .pd-sli-flx
    .pd-rgt
    .product-features
    ul
    li:not(:last-of-type) {
    margin-right: 17px !important;
  }
  /* 06-01-26 admin*/
  /* 07-01-26 */

  /* 07-01-26 */
}
