/*=====Reset CSS======*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.svg_container {
  display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

/* body {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #00283C;
  background: #fff;
  font-family: var(--body-font);
  overflow-x: hidden;

} */
body {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #00283c;
  background: #fff;
  font-family: var(--body-font);
  overflow-x: hidden;
  min-height: 100vh;
}

::-webkit-scrollbar-thumb {
  background: #1c92cd;
  border-radius: 10px;
}

::-webkit-scrollbar {
  background: #fff;
  width: 10px;
}

::-moz-selection {
  background-color: #1c92cd;
  color: #fff;
}

::selection {
  background-color: #1c92cd;
  color: #fff;
}

/* Reset-css--------------- */

:root {
  --body-font: "Poppins", sans-serif;
  --secondary_body_font: "Open Sans", sans-serif;
  --heading-font: "Baloo Thambi", sans-serif;
  --glb--transition: 0.6s all;
  --glb_padd: 100px 0px;
}

/* Global Headings */

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--heading-font);
  font-weight: 400;
}

h1 {
  font-size: 88px;
  line-height: 85px;
  color: #004466;
  letter-spacing: -0.88px;
  display: inline-block;
  padding-left: 15px;
}

h1 span {
  color: rgb(149, 170, 50);
}

h2 {
  font-size: 88px;
  line-height: 82px;
  color: #004466;
  letter-spacing: -0.88px;
}

h2 span {
  color: rgb(149, 170, 50);
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 30px;
}

a {
  color: #55b3dc;
  position: relative;
}

a:hover {
  color: #81ad68;
  text-decoration: none;
  right: 0;
  left: unset;
}

.site_btn {
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  padding: 5px 22px;
  height: 60px;
  min-width: 165px;
  background: linear-gradient(118.07deg,
      rgb(82, 180, 230) 3.257%,
      rgb(149, 170, 50) 119.132%);
  position: relative;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--glb--transition);
  z-index: 2;
}

/* .site_btn:before {
  content: "";
  background: linear-gradient(118.07deg, rgb(82, 180, 230) 3.257%, rgb(149, 170, 50) 119.132%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 11px;
  z-index: 1;
} */

.site_btn:hover {
  background: linear-gradient(118.07deg,
      rgb(149, 170, 50) 3.257%,
      rgb(82, 180, 230) 119.132%);
  color: #fff;
}

.sec_center_heading {
  text-align: center;
}

.sec_center_heading p {
  color: rgb(59, 79, 109);
  letter-spacing: 0px;
  text-align: center;
  max-width: 612px;
  margin: 10px auto 20px;
}

/* Global Headings */

/* Header Start ---------------*/

.sticky_hdr .header {
  padding: 0px 0;
  background-color: #2f94cb;
}

/* .sticky_hdr .vet-logo {
  max-width: 100px;
}

.sticky_hdr .navbar {
  padding-bottom: 0;
}

.sticky_hdr .call-info a {
  font-size: 15px;
}


/* sticky */

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  transition: var(--glb--transition);
  padding: 0 0 8px 0;
  background: transparent;
}

body.sticky_hdr .hrd-cont {
  margin-top: 0;
  background-color: #fff;
}

.hrd-cont {
  border-radius: 16px;
  box-shadow: 0px 15px 34px 0px rgba(190, 211, 239, 0.1),
    0px 62px 62px 0px rgba(190, 211, 239, 0.09),
    0px 139px 83px 0px rgba(190, 211, 239, 0.05),
    0px 247px 99px 0px rgba(190, 211, 239, 0.01),
    0px 385px 108px 0px rgba(190, 211, 239, 0);
  background: rgb(255 255 255 / 50%);
  padding: 0 10px;
  margin-top: 20px;
}

.header .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
  align-items: center;
}

.header-top {
  background: #24496b;
  padding: 15px 0;
}

.navlink {
  color: #001a2f;
  font-weight: 400;
  text-transform: capitalize;
  transition: var(--glb--transition);
  position: relative;
  padding: 26px 0px;
  cursor: pointer;
}

.navlink::after {
  position: absolute;
  content: "";
  background: #15aae3;
  bottom: 0;
  left: unset;
  right: 0;
  width: 0;
  height: 4px;
  transition: var(--glb--transition);
}

.ofbdy>ul {
  align-items: center;
  /* justify-content: flex-end; */
  justify-content: center;
  margin-right: 0px;
  margin-left: 100px;
}

.ofbdy ul li {
  position: relative;
  padding: 0 20px;
}

/* .ofbdy ul li:last-child {
  padding: 0 0 0 17px;
} */

.ofbdy ul li.active>.navlink {
  color: #15aae3;
}

.ofbdy ul li.active .navlink::after {
  position: absolute;
  content: "";
  background: #8bc53e;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 20px 20px 0 0;
}

.hdr-rslt-1 .navlink:hover {
  color: #15aae3;
}

.hdr-rslt-1 .navlink:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

/* Scroll-up */
.nav-up {
  top: -120px;
}

.language_change {
  margin-right: 20px;
}

.language_change select {
  border: none;
  border-radius: 40px;
  background: rgba(179, 225, 235, 0.4);
  padding: 0px 15px 0px 15px;
  appearance: none;
  background-image: url(../images/don_ar.png);
  background-repeat: no-repeat;
  background-position: 49px center;
  background-size: 20px;
  cursor: pointer;
  width: 80px;
  height: 35px;
}

/* sub_menu_css */
li.has-children {
  position: relative;
}

.navbar-nav>li:hover .sub-menu {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  top: 40px;
}

.navbar-nav>li .sub-menu a {
  color: #001a2f;
}

.navbar-nav>li .sub-menu a:hover {
  color: #15aae3;
}

.sub-menu {
  background: #fff;
  position: absolute;
  top: 35px;
  left: 0px;
  opacity: 0;
  width: 200px;
  visibility: hidden;
  transition: 0.4s all;
}

.sub-menu li:hover .child-sub-menu {
  opacity: 1;
  visibility: visible;
}

.hdr-logo {
  max-width: 100px;
}

/* Animated Offcanvas */

/* Header End----------- */

/* banner */
.banner-image {
  width: 100%;
}

.banner-text {
  position: relative;
  z-index: 2;
}

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

.banner {
  position: relative;
}

.ban_content {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 900px;
}

.banner-text p {
  max-width: 670px;
  margin: auto;
  margin-top: 10px;
}

.banner-btn a {
  margin-top: 30px;
}

.banner-text h1 {
  position: relative;
}

.banner-text h1 span.head_shap {
  position: absolute;
  top: -45px;
  left: -22px;
}

.ban_shap {
  width: 100%;
  position: absolute;
  bottom: 200px;
}

.ban_shap img {
  width: 100%;
}

.ban_shap {
  width: 100%;
  position: absolute;
  bottom: -53px;
}

/* banner */

/* product */
.produc_sec {
  padding: var(--glb_padd);
  padding-bottom: 60px;
}

.product_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  position: relative;
}

.product_item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0px 25px 20px 0px rgba(127, 157, 191, 0.19);
  bottom: 0;
  left: 0;
  border-radius: 20px;
}

.pduct_img {
  max-width: 200px;
  margin-left: auto;
  width: 200px;
  height: 200px;
}

.pduct_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pr_item {
  padding: 0px 15px;
  display: flex !important;
  height: auto;
}

.product_item .logo {
  max-width: 80px;
}

.product_item h3 {
  color: rgb(25, 25, 25);
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -1px;
  margin: 10px 0px;
}

.product_item p {
  color: rgb(25, 25, 25);
  font-size: 14px;
  line-height: 21px;
  max-width: 290px;
  margin-bottom: 15px;
}

.product_item .all_text {
  padding-left: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

/* slick---slider */
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background-color: #1c92cd;
  border-radius: 50px;
  position: absolute;
}

.slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(../images/pre_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 18px;
  width: 26px;
  top: 15px;
  left: 14px;
  opacity: 1;
}

.slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/next_aro.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 18px;
  width: 26px;
  top: 16px;
  left: 11px;
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.7;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #1c92cd;
}

.product_slider .slick-next {
  right: -60px;
}

.product_slider .slick-prev {
  left: -60px;
}

.lear_btn {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  background: rgb(234, 251, 255);
  color: #18729f;
  border-radius: 8px;
  padding: 3px 5px;
  z-index: 2;
  font-size: 16px;
}

.lear_btn:hover {
  background-color: #8f6b2a;
  color: #fff;
}

.pr_item_2 .lear_btn {
  color: #8f6b2a;
  background-color: #ffeec9;
}

.pr_item_2 .lear_btn:hover {
  background-color: #8f6b2a;
  color: #fff;
}

.product_slider .slick-list {
  padding-bottom: 50px;
  height: 100%;
}

.pro_btn {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

.product_slider {
  margin-top: 40px;
}

/* product */

/* < !-- why_bp --> */
.why_bp_sec {
  padding: var(--glb_padd);
  padding-top: 0;
  padding-bottom: 175px;
}

.why_list_wrap ul {
  margin-top: 40px;
}

.why_list_wrap ul li {
  box-sizing: border-box;
  border-radius: 18px;
  box-shadow: 6px 5px 28px 0px rgba(73, 73, 73, 0.2);
  background: rgb(255, 255, 255);
  display: flex;
  padding: 13px;
  position: relative;
  max-width: 480px;
}

.why_list_wrap ul li+li {
  margin-top: 30px;
}

.why_list_wrap ul li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #2bb2f3, #8bbd3b);
  z-index: -1;
  border-radius: 18px;
}

.why_logo {
  width: 95px;
  height: 95px;
}

.why_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why_list_wrap ul li .why_text {
  width: calc(100% - 95px);
  margin-left: 20px;
}

.why_text_wrap {
  padding-right: 30px;
}

.why_text h3 {
  color: rgb(0, 26, 73);
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.22px;
  font-family: var(--body-font);
  margin-bottom: 8px;
}

.why_text p {
  color: rgb(59, 79, 109);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  max-width: 340px;
}

.why_img_wrp {
  margin-right: -197px;
  margin-left: -31px;
}

/* < !-- why_bp --> */

/*  < !-- feature_sec --> */
.feature_sec {
  padding: var(--glb_padd);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 35px;
}

.feature_sec .sec_center_heading {
  position: relative;
  z-index: 2;
}

.featur_list_wrp ul {
  display: flex;
  flex-wrap: wrap;
  /* background-color: rebeccapurple; */
  margin-left: -30px;
  margin-right: -30px;
}

.featur_list_wrp ul li {
  width: 50%;
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 35px;
  padding: 0px 30px;
  max-width: 480px;
  margin: auto;
  margin-bottom: 35px;
}

.feature_sec .sec_center_heading p {
  color: #004466;
}

.featur_list_wrp ul li .fea_all_text {
  width: 100%;
  display: flex;
  position: relative;
  height: 100%;
}

.featur_list_wrp ul li .fea_all_text .why_logo {
  position: absolute;
  top: 20px;
  left: -60px;
  width: 100px;
  height: 100px;
}

.featur_list_wrp ul li .why_text {
  border-radius: 18px;
  background: rgb(242, 250, 255);
  padding: 20px 30px 20px 70px;
  min-height: 145px;
  width: 100%;
}

.featur_list_wrp {
  margin-top: 50px;
}

.fea_top {
  width: 100%;
  position: absolute;
  bottom: 96%;
  left: 0;
}

/* .fea_top {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(0% - 154px);
} */

.fea_top img {
  width: 100%;
}

/*  < !-- feature_sec --> */

/* testemonial_sec */
.testemonial_sec .sec_center_heading span {
  display: block;
}

.testemonial_sec {
  padding: var(--glb_padd);
  position: relative;
  padding-top: 0;
}

.testemonial_sec:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-49.25deg,
      rgb(204, 246, 255) 2.091%,
      rgb(240, 252, 255) 91.634%);
  z-index: 1;
  background: linear-gradient(to bottom, #ccf6ff82 10%, #ffffff 90%);
}

.testemonial_sec .container {
  position: relative;
  z-index: 2;
}

/* slider */
.tstml_sldr {
  margin-top: 50px;
}

.tstml_sldr .item {
  padding: 0 15px;
  height: auto;
  display: flex;
}

.tstmnl_tp_shp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

.tstmnl_tp_shp img {
  width: 100%;
}

.tstml_sldr_innr {
  display: flex;
  flex-wrap: wrap;
  border-radius: 21px;
  background: #f0faff;
  padding: 15px 15px;
  align-items: center;
  height: 100%;
}

.tstml_sldr_innr .cnct_wrp {
  flex: 0 0 auto;
  width: 50%;
}

.tstml_sldr_innr .cnct_wrp h6 {
  color: rgb(28, 146, 205);
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  margin-top: 10px;
}

.sldr_img_wrp {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 25px;
  height: 100%;
}

.sldr_img_wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.rating_wrp {
  margin-bottom: 15px;
  line-height: 1;
  color: #ffc107;
}

.tstml_sldr .slick-arrow {
  top: unset;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #1c92cd;
  bottom: -110px;
  transform: translate(0, -50%);
  right: unset;
  left: 45%;
}

.tstml_sldr .slick-next {
  margin-left: 70px;
}

.tstml_sldr .slick-prev::before {
  display: block;
  font-size: 0;
  content: "";
  background-image: url(../images/pre_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 27px;
  position: absolute;
  top: 16px;
  right: 13px;
  opacity: 1;
}

.tstml_sldr .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/next_aro.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 16px;
  left: 13px;
  height: 20px;
  width: 27px;
  opacity: 1;
}

.tstml_sldr .slick-prev.slick-disabled,
.tstml_sldr .slick-next.slick-disabled {
  opacity: 0.7;
}

.tstml_sldr_innr .cnct_wrp p {
  color: rgb(59, 79, 109);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.tstml_sldr .slick-list.draggable {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slick-track {
  display: flex !important;
  height: 100%;
}

/* testemonial_sec */

/* faq_sec */
.faq_sec {
  padding: var(--glb_padd);
  padding-bottom: 180px;
  padding-top: 70px;
  max-width: 920px;
  margin: auto;
}

.custom-accordion .accordion-button {
  box-sizing: border-box;
  border: 1px solid rgb(231, 237, 243);
  border-radius: 50px;
  background: rgb(255, 255, 255);
  /* padding: 10px 10px 10px 50px; */
}

.custom-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.custom-accordion .accordion-item {
  margin-bottom: 20px;
  border: none;
  position: relative;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #2396cf;
  z-index: 5;
}

.custom-accordion .accordion-button:not(.collapsed) h5 {
  color: rgb(255, 255, 255);
  /* font-size: 18px;
  line-height: 36px; */
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  font-family: var(--body-font);
}

.custom-accordion .accordion-button h5 {
  font-family: var(--body-font);
  font-weight: 600;
  color: #031029;
  text-transform: capitalize;
}

.custom-accordion .accordion-button:focus {
  border-color: rgb(231, 237, 243);
  box-shadow: none;
}

/* .custom-accordion .accordion-button::after {
  height: 50px;
  width: 50px;
  font-size: 27px;
  background-color: #2396CF;
  border-radius: 50px;
  background-image: none !important;
  font-family: "fontawesome";
  color: #fff;
  content: "\2b";
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\f068";
  color: #031029;
  background-color: #fff;
} */

.custom-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.custom-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.custom-accordion {
  position: relative;
}

.faq_sec .sec_center_heading {
  margin-bottom: 40px;
}

.custom-accordion .accordion-button.collapsed::before {
  width: 20px;
  height: 20px;
  background-color: #9bb237;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 15px;
  border: 4px solid #fff;
  outline: 1px solid #9bb237;
  z-index: 3;
  content: "";
  transform: translateY(-50%);
}

.custom-accordion .accordion-button::before {
  background: #fff;
  outline: 1px solid #fff;
  border: 4px solid #3498cd;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 3;
  content: "";
}

/* .custom-accordion:before {
  content: "";
  width: 1px;
  height: 86.8%;
  background-color: #9BB237;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
} */

.custom-accordion .accordion-body {
  max-width: 910px;
  margin-left: 30px;
}

/* .custom-accordion .accordion-item:has(.accordion-button:not(.collapsed)):before {
  content: "";
  width: 1px;
  height: 114%;
  background-color: #78b8c7;
  position: absolute;
  top: 3px;
  left: 25px;
  z-index: 3;
} */

.custom-accordion .accordion-item:has(.accordion-button:not(.collapsed)):last-child:before {
  display: none;
}

.faq_btn {
  text-align: center;
  margin-top: 50px;
}

.custom-accordion:has(.accordion-item:has(.accordion-button:not(.collapsed)):last-child)::before {
  display: none;
}

.custom-accordion.hide-line:before {
  height: 68%;
}

/* .custom-accordion .accordion-button:hover {
  z-index: unset;
} */
/* faq_sec */

/* contact_page */

.inner_banner .banner-text p {
  max-width: 690px;
  margin: 5px auto 0px;
}

.inner_banner .site_btn {
  min-width: 230px;
}

.ban_content {
  top: 210px;
}

.enquary_sec {
  padding: var(--glb_padd);
  padding-bottom: 200px;
  padding-top: 130px;
}

.enquary_tab_wrp .nav-pills {
  justify-content: center;
  border-radius: 50px;
  background: rgba(5, 172, 255, 0.1);
  max-width: fit-content;
  margin: 35px auto;
  padding: 5px;
}

.enquary_tab_wrp .nav-pills .nav-link.active,
.enquary_tab_wrp .nav-pills .show>.nav-link {
  border-radius: 100px;
  background: linear-gradient(118.07deg,
      rgb(82, 180, 230) 0.98%,
      rgb(149, 170, 50) 119.404%),
    rgb(217, 217, 217);
  color: #fff;
}

.enquary_tab_wrp .nav-pills .nav-link {
  color: rgb(0, 26, 73);
  font-weight: 600;
  padding: 10px 55px;
  font-family: var(--secondary_body_font);
  text-transform: capitalize;
}

.tab_text p {
  color: rgb(0, 26, 73);
  font-family: var(--secondary_body_font);
  text-transform: capitalize;
  text-align: center;
}

.form_input select {
  width: 100%;
  border: 1px solid rgba(5, 172, 255, 0.22);
  border-radius: 10px;
  background: rgba(5, 172, 255, 0.07);
  appearance: none;
  padding: 12px 40px;
  color: rgba(37, 53, 76, 0.703);
  font-family: var(--secondary_body_font);
  background-image: url(../images/down_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center right 10px;
}

.form_input select:focus,
.form_input select:hover {
  border-color: #7ead70;
}

.form_input input {
  border: 1px solid rgba(5, 172, 255, 0.22);
  border-radius: 10px;
  background: rgba(5, 172, 255, 0.07);
  padding: 12px 40px;
}

.form_input textarea {
  border: 1px solid rgba(5, 172, 255, 0.22);
  border-radius: 10px;
  background: rgba(5, 172, 255, 0.07);
  padding: 12px 40px;
  resize: none;
  height: 120px;
}

.form_input {
  margin-bottom: 10px;
}

.form_input label {
  margin-bottom: 15px;
  color: #25354c;
  font-family: var(--secondary_body_font);
  text-transform: capitalize;
}

.tab_text {
  margin-bottom: 60px;
}

.form_input input::placeholder,
.form_input textarea::placeholder {
  color: rgba(37, 53, 76, 0.703);
  font-family: var(--secondary_body_font);
}

.check_list_wrp ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  justify-content: center;
  margin-top: 0px;
}

/* .check_list_wrp ul li:first-child {
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.check_list_wrp ul li {
  width: 50%;
  flex: 0 0 auto;
  padding: 0px 5px;
  display: flex;
  align-items: flex-start;
  position: relative;
} */
.check_list_wrp ul li:first-child {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}

.check_list_wrp ul li {
  width: 100%;
  flex: 0 0 auto;
  padding: 0px 5px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.check_list_wrp ul li+li {
  margin-top: 10px;
}

.enquary_tab_wrp {
  max-width: 1030px;
  margin: auto;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  color: rgb(37, 53, 76);
  font-family: var(--secondary_body_font);
  font-size: 14px;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid rgb(82, 180, 230);
  border-radius: 4px;
}

.custom-checkbox input:checked~.checkmark {
  background-color: rgb(82, 180, 230);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tab_ex_text p {
  color: rgb(37, 53, 76);
  font-family: var(--secondary_body_font);
  font-size: 15px;
  max-width: 870px;
  margin: 30px auto;
  text-align: center;
  line-height: 23px;
}

.form_input_submit {
  text-align: center;
  margin-top: 20px;
}

.form_input_submit input.site_btn {
  border: none;
  min-width: 230px;
}

.form-control:focus,
.form-control:hover {
  border-color: #7ead70;
  box-shadow: none;
}

.enquary_from .row .col-md-6 {
  padding-right: 0px;
}

/* contact_page */

/* footer */
/* .footer_sec {
  padding: var(--glb_padd);
  position: relative;
  background-color: #3594d1;
  padding-bottom: 30px;
} */
.footer_sec {
  padding: var(--glb_padd);
  position: absolute;
  background-color: #3594d1;
  padding-bottom: 30px;
  width: 100%;
}

.ftr_lnks h6 {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  text-align: left;
  margin-bottom: 10px;
  font-family: var(--body-font);
}

.ftr_lnks ul li a {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  padding: 10px 0px;
  display: inline-block;
}

.ftr_lgo_cnct_wrp ul.social_links a {
  color: #fff;
}

.ftr_lgo_cnct_wrp ul.social_links li {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  max-width: 360px;
  margin-bottom: 20px;
  display: flex;
}

.ftr_lgo_cnct_wrp ul.social_links li span {
  margin-right: 5px;
  width: 21px;
  flex: 0 0 auto;
}

.ftr_btm p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.ftr_btm ul li a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.ftr_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 30px 20px;
}

.ftr_btm ul {
  display: flex;
  align-items: center;
}

.ftr_btm ul li {
  padding: 0px 30px;
}

.foot_top {
  width: 100%;
  position: absolute;
  bottom: 92%;
}

.foot_top img {
  width: 100%;
}

.ftr_lnks.ftr_lnks_3 {
  padding-left: 70px;
}

.ftr_lnks.ftr_lnks_1 {
  padding-left: 70px;
}

.ftr_lnks.ftr_lnks_2 {
  padding-left: 20px;
}

.ftr_lgo_cnct_wrp {
  max-width: 300px;
}

.ftr_lgo_cnct_wrp a.ftr_lgo {
  margin-bottom: 30px;
}

.footer_sec a {
  position: relative;
  transition: var(--glb--transition);
}

.footer_sec a::after {
  position: absolute;
  content: "";
  background: #fff;
  bottom: 7px;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: var(--glb--transition);
}

.footer_sec a:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

.ftr_lgo_cnct_wrp ul.social_links li a {
  position: relative;
}

.ftr_lgo_cnct_wrp ul.social_links li a:after {
  position: absolute;
  content: "";
  background: #fff;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: var(--glb--transition);
}

.ftr_lgo_cnct_wrp ul.social_links li a:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

.ftr_lgo_cnct_wrp>a:after {
  display: none;
}

.footer_sec .ftr_btm ul li a:after {
  bottom: -5px;
}

.footer_sec .ftr_btm ul li a:hover:after {
  bottom: -5px;
}

/* footer */

/* Our Story Page start */
.banner-text::after {
  content: "";
  position: absolute;
  background: url(../images/hdng_bfr.png) no-repeat center;
  width: 970px;
  height: 544px;
  left: 0;
  top: -220px;
  z-index: -1;
}

.whoweare_sec {
  padding: 100px 0 20px;
  position: relative;
}

.whoweare_sec .row:nth-child(even) {
  flex-direction: row-reverse;
}

.whoweare_sec .row:not(:first-child) {
  margin-top: 65px;
}

.whobby_img_hldr {
  max-width: 510px;
  margin: auto;
}

.whowe_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.whowe_content h2 {
  margin-bottom: 12px;
}

.whowe_content p {
  color: rgb(59, 79, 109);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

.ul_listing ul li {
  color: rgb(59, 79, 109);
  font-size: 17px;
  margin-bottom: 13px;
  position: relative;
  padding-left: 32px;
}

.ul_listing ul li::after {
  content: "";
  position: absolute;
  background: url(../images/tick_mark.png) no-repeat left;
  width: 18px;
  height: 18px;
  left: 0;
  top: 6px;
}

.whoweare_sec .row:nth-child(even) .whobby_img_hldr {
  margin-left: -25px;
}

.caorevalue_sec {
  position: relative;
  padding: 13% 0 15%;
  transition: var(--glb--transition);
}

.core_value_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caorevalue_sec::after {
  content: "";
  position: absolute;
  background: url(../images/corevalue_light_bg.png) no-repeat center;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.corevalue_wave {
  position: absolute;
  top: calc(0% - 1px);
  width: 100%;
}

.corevalue_wrp h2 {
  margin-bottom: 5px;
}

.cvalue_hldr {
  border-radius: 18px;
  background: rgb(242, 250, 255);
  text-align: center;
  height: 100%;
  padding: 30px 20px;
}

.core_sldr_item {
  height: auto;
  padding: 0 15px;
}

.corevalue_slider .slick-track {
  display: flex;
  padding: 90px 0 0;
}

.corevalue_icon {
  width: 124px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  box-sizing: border-box;
  border: 2px solid rgb(32, 28, 81);
  background: rgb(255, 255, 255);
  border-radius: 50%;
  margin-top: -90px;
  margin-bottom: 21px;
}

.cvalue_hldr h3 {
  color: rgb(0, 26, 73);
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.35px;
  margin-bottom: 8px;
}

.cvalue_hldr p {
  color: rgb(59, 79, 109);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.cvalue_hldr p+p {
  margin-top: 10px;
}

.core_value_btn {
  text-align: center;
  margin-top: 50px;
}

.corevalue_slider .slick-next {
  right: -20px;
  top: 60%;
}

.corevalue_slider .slick-prev {
  left: -20px;
  z-index: 1;
  top: 60%;
}

.slick-next,
.slick-prev {
  transition: var(--glb--transition);
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 0.8;
}

/* Our Story Page end */

/* product_apge */
.product_tape_sec,
.product_pant_sec {
  padding: var(--glb_padd);
}

.product_pant_sec {
  background-color: #f2fbff;
}

.product_wipe_sec {
  padding: 5% 0px 13%;
}

.product_head h2 {
  font-size: 43px;
  line-height: 40px;
  margin-bottom: 30px;
}

.product_item_wrp .row {
  margin-top: -30px;
}

.product_item_wrp .row>* {
  margin-top: 30px;
}

.product_item_wrp .product_item .all_text p {
  max-width: 410px;
}

.product_item_wrp .product_item .lear_btn {
  padding: 11px 25px;
  background-color: #ffeec9;
  border: 1px solid #0000;
  color: #8f6b2a;
}

.product_item_wrp .product_item a.lear_btn.bt_blu {
  background-color: #eafbff;
  color: #1c92cd;
}

.product_item_wrp .product_item .lear_btn:hover {
  background-color: transparent;
  border: 1px solid #8f6b2a;
}

.product_item_wrp .product_item .pro_btn {
  position: absolute;
  bottom: 35px;
  left: 30px;
}

.product_wipe_sec .wet_wipe_item .pduct_img {
  margin-right: -50px;
}

.product_wipe_sec .wet_wipe_item .pduct_img {
  max-width: 390px;
  margin-left: auto;
  width: auto;
  height: 230px;
}

.pr_item_all_wrp {
  overflow: hidden;
}

.product_item_wrp.tape_diper .pduct_img {
  max-width: 234px;
  margin-left: auto;
  width: unset;
  height: 330px;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  justify-content: end;
  margin-top: auto;
  margin-right: 20px;
}

.product_item_wrp.tape_diper .product_item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.product_item_wrp.tape_diper .pduct_img img {
  width: unset;
  height: unset;
  object-fit: unset;
  border-radius: 10px;
}

.product_item_wrp.pant_diper .pduct_img {
  max-width: 200px;
  margin-left: auto;
  width: unset;
  height: 360px;
  margin-right: 20px;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  justify-content: end;
  margin-top: auto;
}

.product_item_wrp.pant_diper .pduct_img img {
  width: unset;
  height: unset;
  object-fit: unset;
  border-radius: 10px;
}

.product_item_wrp.pant_diper .product_item {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* product */

/* main_faq_sec start */
.main_faq_sec .custom-accordion .accordion-button.collapsed::before {
  z-index: 5;
}

.main_faq_sec .custom-accordion:before {
  height: 95%;
}

.main_faq_sec .custom-accordion.hide-line:before {
  height: 87%;
  z-index: 4;
}

.main_faq_sec .custom-accordion .accordion-button::before {
  z-index: 5;
}

.wipes_sec h2 {
  text-align: center;
}

.wipes_sec .custom-accordion .accordion-item {
  margin-bottom: 20px;
  border: none;
  position: relative;
  background-color: transparent;
}

.wipes_sec .custom-accordion:before {
  content: "";
  height: 88.5%;
  top: 32px;
}

.wipes_sec .corevalue_wrp {
  margin-bottom: 40px;
}

.wipes_sec .custom-accordion:before {
  content: "";
  height: calc(100% - 60px);
  top: 32px;
}

.wipes_sec .faq_all_wrp {
  max-width: 920px;
  margin: 0 auto;
}

.faq_bnnr .banner-text h1 span.head_shap {
  left: 62px;
}

.main_faq_sec {
  padding-top: 140px;
  padding-bottom: 100px;
}

.custom-accordion .accordion-button:not(.collapsed) h5 {
  font-family: var(--secondary_body_font);
}

.custom-accordion .accordion-button:not(.collapsed) h5 {
  font-family: var(--secondary_body_font);
}

.custom-accordion .accordion-collapse p {
  font-family: var(--secondary_body_font);
  letter-spacing: 0;
}

/* main_faq_sec End */

/* product_deatils_apge */
.product_slider_img .slider-for {
  background-color: #f2fbff;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 20px 20px 30px;
}

.product_slider_img .slider-nav .slick-slide {
  background-color: #f2fbff;
  /* background-color: red; */
  border-radius: 20px;
  width: 160px !important;
  padding: 1px;
  margin: 0px 10px;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product_slider_img .slider-nav .slick-slide img {
  padding: 10px;
}

/* .product_slider_img .slider-nav .slick-slide::after {
  content: "";
  width: 100px;
  height: 36px;
  background-image: url(../images/elip_nav.png);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
} */

.product_slider_img .slider-for .slick-list .slick-track .slick-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.product_slider_img .slider-for .slick-list .slick-track .slick-slide img {
  padding: 20px;
  object-fit: contain;
  height: 300px;
}

/* .product_slider_img .slider-for .slick-list .slick-track .slick-slide:after {
  content: "";
  width: 300px;
  height: 30px;
  background-image: url(../images/elip.png);
  bottom: 0;
  left: 105px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: 100%;
} */

.product_slider_img .slider-nav .slick-slide.slick-current {
  border: 0px solid transparent;
  /* Needed for border-image to work */
  border-radius: 20px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(#f2fbff, #f2fbff),
    /* linear-gradient(to bottom right, #00c6ff, #0072ff); */
    linear-gradient(to bottom right, #54b4e0, #88ac58);
  /* Adjust gradient as needed */
}

.diper_heading h2 {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 15px;
}

.diper_heading p {
  margin-bottom: 20px;
  color: #3b4f6d;
  font-size: 17px;
  text-align: left;
}

.select-size {
  margin-top: 10px;
}

/* number_count */
.number span {
  cursor: pointer;
}

.number .minus,
.number .plus {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  font-size: 18px;
  font-weight: 500;
}

.number input {
  width: calc(100% - 40px);
  border: none;
  color: rgb(0, 68, 102);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.number input:focus-visible {
  outline: none;
}

.num_and_button_arap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.num_and_button_arap .number {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  width: 130px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 5px 15px;
}

.cart_btn {
  flex-grow: 1;
}

.cart_btn a.site_btn {
  display: flex;
  text-align: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}

.select-size h6 {
  color: rgb(59, 79, 109);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 20px;
}

/* number_count */

.rating_div ul {
  display: flex;
}

.rating_div ul li i {
  color: #ffbb00;
  padding: 2px;
}

.rating_div {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  align-items: center;
}

.rating_div a {
  color: #3b4f6d;
  border-bottom: 1px solid #3b4f6d;
  margin-left: 10px;
}

.price span {
  color: rgb(0, 68, 102);
  font-family: var(--heading-font);
  font-size: 45px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}

.price h6 {
  color: rgb(59, 79, 109);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.prdct_details_sec {
  padding: 10% 0px 5%;
}

/* custome_radio */
.size-selector {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.size-selector li {
  position: relative;
}

.size-selector input[type="radio"] {
  display: none;
}

.size-selector label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7dce1;
  border-radius: 10px;
  padding: 12px 53px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 100px;
}

.size-selector input[type="radio"]:checked+label {
  background-color: #e9f5ff;
  border-color: #b0d7f1;
}

.size-code {
  margin-bottom: 4px;
  color: rgb(0, 68, 102);
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}

.size-weight {
  color: rgb(59, 79, 109);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

/* custome_radio */

.quality_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 30px;
}

.quality_list ul li {
  /* width: 50%; */
  flex: 0 0 auto;
  text-transform: capitalize;
  display: flex;
  align-items: flex-start;
}

.quality_list ul li span {
  max-width: 20px;
  margin-right: 15px;
}

.quality_list ul li p {
  flex-grow: 1;
  color: rgb(59, 79, 109);
  font-size: 16px;
  font-weight: 400;
}

/* .product_slider_img {
  position: sticky;
  top: 180px;
} */

/* wet_wipes_sec start  */
.wet_wipes_sec .corevalue_wrp {}

.wet_wipes_sec .corevalue_wrp p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  max-width: 862px;
  margin: 0 auto;
  margin-bottom: 65px;
}

.wet_wipes_sec .corevalue_wrp h2 {
  font-size: 80px;
  text-align: center;
  line-height: 76px;
  text-transform: capitalize;
  max-width: 1044px;
  margin: 0 auto;
}

.wipe_purpos_lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 114px;
  margin-top: 50px;
}

.wipe_purpos_lists .ingreden_list {
  width: 49.7%;
}

.wipe_purpos_lists .ingreden_list h6 {
  background-color: #e2f5ff;
  border-radius: 9px;
  padding: 22px 50px 22px;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  color: #001a49;
  margin-bottom: 11px;
}

.ingreden_list ul li {
  border-radius: 9px;
  background: #effaff;
  padding: 20px 50px 20px;
  color: #3b4f6d;
  line-height: 25px;
  margin-bottom: 5px;
}

.instruct_box {
  padding: 43px 32px 74px;
  border-radius: 12px;
  background: #e2f5ff;
  height: 100%;
}

.corevalue_wrp .instruct_box p {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #3b4f6d;
}

.corevalue_wrp .instruct_box h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  color: #001a49;
  margin-bottom: 20px;
}

.wet_wipes_sec .core_value_bg {
  height: auto;
  object-fit: contain;
}

.premium_wet_wipes_sec .corevalue_wrp p {
  max-width: 1080px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
  margin-bottom: 75px;
}

.premium_wet_wipes_sec .wipe_purpos_lists {
  margin-bottom: 90px;
}

.prem_instruction_wrap {
  max-width: 1070px;
  margin: 0 auto;
}

.corevalue_wrp .prem_instruction_wrap h6 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  color: #001a49;
  margin-bottom: 27px;
}

.corevalue_wrp .prem_instruction_wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.premium_wet_wipes_sec {
  padding-bottom: 150px;
}

/* wet_wipes_sec start  */

/* tape_pant_start */
.fr_tap_pant .product_slider_img .slider-nav .slick-slide {
  height: 100px;
}

.fr_tap_pant .product_slider_img .slider-nav .slick-slide img {
  padding: 10px;
  width: 120px;
  height: 100px;
  object-fit: contain;
  margin: auto;
}

/* product_deatils_apge */

/* premium_pant */
.pre_pant_head h2 {
  text-align: center;
  margin-bottom: 40px;
}

.use_instructure ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -80px;
  position: relative;
}

.use_instructure ul:after {
  content: "";
  position: absolute;
  background: url(../images/dot_curv.png);
  height: 359px;
  width: 284px;
  top: 130px;
  right: -50px;
  background-position: center;
  opacity: 0.2;
  background-repeat: no-repeat;
}

.use_instructure ul li {
  width: 25%;
  padding: 0px 40px;
  flex: 0 0 auto;
  text-align: center;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

.use_instructure ul li:after {
  content: "";
  position: absolute;
  background: url(../images/line_dot.png);
  height: 10px;
  width: 130%;
  top: 42px;
  left: 80px;
  background-position: center;
  opacity: 0.2;
  background-repeat: no-repeat;
}

.use_instructure ul li:nth-child(4):after,
.use_instructure ul li:nth-child(7):after {
  display: none;
}

.use_instructure ul li .use_img {
  width: 100px;
  height: 100px;
  margin: auto;
  background: #fff;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}

.use_instructure ul li .use_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  border: 1px solid #201c51;
  overflow: hidden;
}

.use_instructure ul li h3 {
  color: rgb(0, 26, 73);
  font-size: 22px;
  font-weight: 600;
  font-family: var(--body-font);
  line-height: 31px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
}

.use_instructure ul li p {
  color: rgb(59, 79, 109);
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.use_instructure ul li:nth-child(5) {
  width: 50%;
}

.use_pr_image {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 2;
}

.use_pr_image img {
  max-width: 370px;
  margin-right: auto;
}

.feature_head {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 3;
}

.feature_image {
  position: relative;
  z-index: 3;
}

.feature_sec {
  padding: 0px 0px 12%;
  position: relative;
}

.feature_sec:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 537px;
  background-image: url(../images/feat_elip.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: -323px;
  left: 0;
  z-index: -1;
}

.premium_pant {
  position: relative;
  padding: 13% 0 6%;
}

.premium_pant {
  padding: 10% 0px 0%;
}

/* premium_pant */

/* air_pant */
.fr_pre_pant {
  padding-bottom: 8%;
}

.air_pant {
  padding: 10% 0px 5%;
}

.air_pant_feature {
  padding: 0px 0px 15%;
}

/* .fr_pre_pant .product_slider_img {
  top: 170px;
} */
.slider-nav .slick-list {
  padding: 0px !important;
}

/* .slider-nav .slick-list .slick-track {
  width: 100% !important;
} */
.slider-nav .slick-prev {
  z-index: 2;
}

.product_slider_img {
  position: sticky;
  top: 100px;
}

/* air_pant */

ul.wp-block-list {
  list-style-type: none !important;
  margin: 0 !important;
}

/* default  ul */
.ofbdy ul li:after {
  display: none;
}

.footer_sec ul li:after {
  display: none;
}

.footer_sec ul li {
  padding-left: 0;
}

/* cart--icon */

.cart_icon {
  position: relative;
}

.cart_icon a {
  border: 2px solid transparent;
  transition: var(--glb--transition);
}

.cart_icon a i {
  color: #85ad5f;
}

.cart_icon a:hover {
  border-bottom: 2px solid #85ad5f;
}

.cart_icon span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #15aae3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: -7px;
  right: -16px;
  padding: 9px;
}

.cart_icon.fr_dext {
  margin-right: 20px;
}

.cart_icon.fr_mob {
  display: none;
}

.slider-nav .slick-arrow {
  top: unset;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1c92cd;
  bottom: -84px;
  transform: translate(0, -50%);
  right: unset;
  left: 37%;
}

.slider-nav .slick-next {
  margin-left: 50px;
}

.slider-nav .slick-next:before {
  height: 14px;
  width: 23px;
  top: 13px;
  left: 9px;
  opacity: 1;
}

.slider-nav .slick-prev:before {
  height: 14px;
  width: 23px;
  top: 13px;
  left: 9px;
  opacity: 1;
}

/* air_pant */

/* sub_menu */
.sub-menu {
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0px;
  opacity: 0;
  width: 200px;
  visibility: hidden;
  transition: 0.4s all;
}

.child-sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 230px;
}

.child-sub-next-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: 190px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}

.child-sub-menu li:hover .child-sub-next-menu {
  opacity: 1;
  visibility: visible;
}

li.has-children {
  position: relative;
}

.sub-menu li:hover .child-sub-menu {
  opacity: 1;
  visibility: visible;
}

li.navitem.has-children {
  position: relative;
}

.sub-menu li.has-children>a::before {
  transform: rotate(0deg);
  right: 10px;
  transition: 0.4s all;
  top: 5px;
}

.sub-menu li a {
  padding: 5px 13px;
  position: relative;
  font-size: 14px;
  display: block;
  width: 100%;
}

.navbar-nav>li:hover .sub-menu {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  top: 70px;
  margin-left: 0;
}

.has-children:hover a::after .sub-menu li a {
  padding: 10px 23px;
}

.navlink {
  padding: 26px 15px;
}

.ofbdy ul li {
  position: relative;
  padding: 0 0;
  margin: 0px 5px;
}

a.navlink span i {
  transition: var(--glb--transition);
}

li.navitem.has-children:hover>a.navlink span i {
  transform: rotate(180deg);
}

ul.sub-menu li.has-children:hover a span i {
  transform: rotate(270deg);
}

ul.sub-menu li.has-children a span i {
  transition: var(--glb--transition);
}

ul.sub-menu li.has-children .navlink::after {
  display: none;
}

/* sub_menu */

.enquary_sec .wpcf7-not-valid-tip {
  font-size: 14px;
}

.enquary_sec .wpcf7-list-item {
  margin: 0 0 0 0 !important;
}

.wipes_sec .custom-accordion.hide-line:before {
  height: 70%;
}

.custom-accordion .accordion-button:hover {
  z-index: unset;
}

.custom-accordion .accordion-button:not(.collapsed):hover {
  z-index: 5;
}

.custom-accordion .accordion-button:not(.collapsed):focus {
  z-index: 5;
}

.custom-accordion .accordion-button:focus {
  z-index: unset;
}

.site-main {
  min-height: 100vh;
}

/* account_fixing */

.account_icon {
  margin: 0px 30px 0px 5px;
}

.account_icon a {
  position: relative;
  color: #85ad5f;
  display: flex;
  align-items: center;
}

.account_icon a span {
  color: #2cacf9;
  max-width: 200px;
  font-size: 13px;
  line-height: 13px;
}

.account_img i {
  font-size: 20px;
  margin-bottom: 15px;
}

.account_img i {
  margin-bottom: 0;
}

.account_icon.fr_dext {
  display: block;
}

.account_icon.fr_mob {
  display: none;
}

.custom-accordion .accordion-button:not(.collapsed) h5 {
  position: relative;
}

/* .wipes_sec .custom-accordion .accordion-button:not(.collapsed) h5:after {
  height: 65px;
} */

/* .custom-accordion .accordion-button:not(.collapsed) h5:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -26px;
  width: 1px;
  height: 65px;
  background-color: #78b8c7;
} */

/* =========================================================== */
/* accordion */

.accordion-button:focus {
  z-index: unset;
}

.custom-accordion .accordion-button h5 {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 100px;
}

.custom-accordion .accordion-button h5::after {
  height: 50px;
  width: 50px;
  font-size: 27px;
  background-color: #2396cf;
  border-radius: 50px;
  background-image: none !important;
  font-family: "fontawesome";
  color: #fff;
  content: "\2b";
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-accordion .accordion-button:not(.collapsed) h5::after {
  background-image: none !important;
  content: "\f068";
  color: #031029;
  background-color: #fff;
}

.accordion-button::after {
  display: none;
}

.custom-accordion .accordion-button {
  box-sizing: border-box;
  border: 1px solid rgb(231, 237, 243);
  border-radius: 50px;
  background: rgb(255, 255, 255);
  padding: 15px 10px 15px 50px;
}

.custom-accordion .accordion-button::before {
  background: #fff;
  outline: 1px solid #fff;
  border: 4px solid #3498cd;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  content: "";
  left: 15px;
  transform: translateY(-50%);
}

.custom-accordion .accordion-button:not(.collapsed) {
  position: relative;
}

.custom-accordion .accordion-item:before {
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  background-color: #9bb237;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
}

.custom-accordion .accordion-item:has(.accordion-button:not(.collapsed))::before {
  background-color: #5098bbe0;
  height: 100%;
}

.custom-accordion .accordion-item:last-child::before {
  display: none;
}

.custom-accordion .accordion-item:has(.accordion-button:not(.collapsed)):last-child:after {
  display: none;
}

.custom-accordion .accordion-button::after {
  background-image: none;
}

.custom-accordion .accordion-button::after {
  background-color: #fff;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 3;
  content: "";
  left: 24px;
  transform: translateY(-50%);
}

button.accordion-button.collapsed:after {
  display: none;
}

.custom-accordion .accordion-button h5::after {
  height: 50px;
  width: 50px;
  font-size: 27px;
  background-color: #2396cf;
  border-radius: 50px;
  background-image: none !important;
  font-family: "fontawesome";
  color: #fff;
  content: "\2b";
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main_faq_sec .custom-accordion .accordion-item:before {
  top: 40px;
}

/* accordion */
.feature_image.desktop_feature_image {
  display: block;
}

.feature_image.mob_feature_image {
  display: none;
}

.tape_prdt_img.tape_prdt_img_desktop {
  display: block;
}

.tape_prdt_img.tape_prdt_img_mob {
  display: none;
}

.woocommerce-checkout .banner-text::after {
  display: none;
}

/* 29-05-25------hand_mourh_wipe */
.feature_wrap ul li span {
  width: 65px;
  height: 65px;
  border: 1px solid #1d4e70;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto 10px;
}

.feature_wrap ul li span img {
  max-width: 45px;
}

.feature_wrap ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 452px;
  margin-left: -40px;
}

.feature_wrap ul li {
  width: 33.33%;
  flex: 0 0 auto;
  margin-bottom: 20px;
}

.feature_wrap ul li p {
  color: rgb(0, 26, 73);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: capitalize;
}

.feature_wrap {
  margin-top: 40px;
}

.choose_img {
  width: 106px;
  height: 106px;
  margin: 0px auto 25px;
  text-align: center;
}

.choose_text h6 {
  color: rgb(0, 26, 73);
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  max-width: 250px;
  margin: auto;
}

.hand_core .hnd_choos_item .choose_text p {
  color: rgb(59, 79, 109);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.2px;
  text-align: center;
  max-width: 265px;
  margin: 0px auto 10px;
}

.hand_core .corevalue_wrp h2 {
  text-align: left;
  margin: 0px 0px 10px;
}

.hand_core .corevalue_wrp p {
  max-width: unset;
  margin-bottom: 85px;
  color: rgb(59, 79, 109);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
  text-align: left;
}

.hand_core {
  padding-bottom: 0;
}

.hnd_wip_featu_sec {
  padding: 6% 0px 12%;
  position: relative;
}

.hnd_wip_featu_sec:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #dff6fba1 10%, #ffffff 90%);
}

.feature_list_fr_hand ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature_list_fr_hand ul li {
  width: 50%;
  flex: 0 0 auto;
  margin-bottom: 30px;
}

.feature_list_fr_hand ul li+li {
  margin-top: 0;
}

.feature_list_fr_hand ul li .why_logo {
  width: 85px;
  height: 85px;
}

.hnd_feature_head {
  max-width: 820px;
  text-align: center;
  margin: 0px auto 70px;
}

.why_list_wrap.feature_list_fr_hand {
  position: relative;
  z-index: 2;
}

.hnd_feature_head h2 {
  margin-bottom: 15px;
}

.hnd_feature_head p {
  color: rgb(59, 79, 109);
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.2px;
  text-align: center;
}

.anti_backterial ul li span {
  border: none;
  height: 40px;
}

.anti_backterial ul li span img {
  max-width: 40px;
}

.anti_backterial ul {
  max-width: 550px;
}

.anti_backterial ul li {
  width: 25%;
}

.anti_bacterial .corevalue_wrp p {
  max-width: 961px;
  margin-bottom: 78px;
}

.choose_img.fr_logo {
  width: 250px;
}

.anti_bacterial_wipe .choose_text h6 {
  font-size: 18px;
  line-height: 26px;
}

.anti_bacterial_feature .hnd_feature_head {
  max-width: 930px;
}

.anti_ingredient_wrap .instruct_box h6 {
  color: rgb(0, 26, 73);
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 10px;
}

.anti_ingredient_wrap .instruct_box {
  padding: 35px 30px 35px;
}

.anti_ingredient_wrap .instruct_box p {
  color: rgb(59, 79, 109);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.2px;
  text-align: left;
}

.anti_bacterial_wipe .row {
  justify-content: center;
  margin-top: -40px;
}

.anti_bacterial_wipe .row>* {
  margin-top: 40px;
}

.anti_bacterial_wipe .hnd_choos_item .choose_img {
  height: 75px;
  margin: 0px auto 10px;
}

.anti_bacterial {
  padding-bottom: 6%;
}

.anti_bacterial_feature {
  padding: 6% 0px 15%;
}

.hand_wip_chose_row .row {
  justify-content: center;
}

/* 29-05-25------hand_mourh_wipe */

.choose_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 04-06-2025 User Review */
.cstr_rvw_mdl h2 {
  font-size: 40px;
  line-height: 1.2;
}

.cstr_rvw_mdl #comments {
  display: none;
}

.comment-respond input,
.comment-respond textarea {
  border: 1px solid rgba(5, 172, 255, 0.22);
  border-radius: 10px;
  background: rgba(5, 172, 255, 0.07);
  padding: 12px 40px;
  display: block;
  width: 100%;

}

.comment-respond input:focus-visible {
  outline: none;
}

.comment-respond label,
.comment-reply-title,
.comment-notes {
  margin-bottom: 7px;
  color: #25354c;
  font-family: var(--secondary_body_font);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.comment-form-cookies-consent label {
  margin-bottom: 0;
  font-size: 15px;
  cursor: pointer;
}

.comment-respond p {
  margin-bottom: 10px;
}

p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before,
p.stars:hover a::before {
  color: #ffbb00;
}

.comment-notes {
  margin-top: 20px;
}

.form-submit {
  text-align: center;
}

.form-submit .site_btn {
  border: none;
  background: linear-gradient(118.07deg, rgb(82, 180, 230) 3.257%, rgb(149, 170, 50) 119.132%);
  width: auto;
  display: inline-block;
  transition: var(--glb--transition);
}

.form-submit .site_btn:hover {
  background: linear-gradient(118.07deg, rgb(149, 170, 50) 3.257%, rgb(82, 180, 230) 119.132%);
  color: #fff;
}

.comment-respond textarea {
  height: 100px;
}

.list-group-item {
  font-family: var(--secondary_body_font);
  font-size: 14px;
}

.rating_div .site_btn {
  border: none;
  height: 38px;
  font-size: 14px;
  margin-left: 10px;

}

/* 04-06-2025 User Review End*/