@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  background: var(--white);
}
.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.container {
  max-width: 1170px;
}

:root {
  --white: #fff;
  --black: #000;
  --theme-color: #014ca9;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-family: "Roboto", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* main pages css start  */

.custom-container {
  max-width: 1600px;
}
.vip-container {
  max-width: 1350px;
}
.topBar {
  padding: 0.625rem 2.188rem 1rem;
  background: var(--black);
}
.topBar .row {
}
.topBar .topbarBtn {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: -0.45px;
  color: var(--white);
  font-family: "Roboto", sans-serif;
}
.topBar .topbarBtn svg {
  margin-right: 10px;
}
.topBar .topbarBtn svg path {
  stroke: var(--theme-color);
}
header .navbar-brand {
  margin-right: 45px;
}
header .navbar-brand img {
  width: 120px;
}
header .navbar-nav {
  gap: 1.25rem;
  padding: 0px 0px 0px 40px;
  border-left: 1px solid #d9e5e5;
}
header .navbar-nav .nav-item .nav-link.active {
  font-weight: bold;
}
header .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4em;
  letter-spacing: -0.32px;
  /* padding: 0px 0px 0px 40px; */
  color: #3d3d3d;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu {
  color: #3d3d3d;
}
header .form-inline {
  gap: 1rem;
}
header .form-inline .searchForms {
}
header .form-inline .searchForms .form-group {
}
header .form-inline .searchForms .form-group input {
  height: 3.125rem;
  background-color: #f3f3f3;
  border-radius: 28px;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4em;
  letter-spacing: -0.32px;
  color: #c5c5c8;
  min-width: 330px;
  padding: 0px 0px 0px 34px;
}

header .form-inline .searchForms .form-group input:focus {
  box-shadow: none;
}
header .form-inline .searchForms .form-group input::placeholder {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4em;
  letter-spacing: -0.32px;
  color: #c5c5c8;
}
header .form-inline .userBtns {
  font-size: 1.375rem;
}
header .form-inline .userBtns i {
  color: #080808cf;
}
header .form-inline .cartBtns {
  font-size: 1.375rem;
  position: relative;
}
header .form-inline .cartBtns i {
  color: #080808;
}
header .form-inline .cartBtns sub {
  background-color: var(--theme-color);
  font-size: 10px;
  font-weight: 500;
  color: var(--white);
  right: 7px;
  border-radius: 50px;
  height: 15px;
  padding: 3px;
  width: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.BannerSection {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 6rem 2.188rem 6rem 2.188rem;
}

.BannerSection::before {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(110deg, #014ca9 16%, #ffffff00 64%);
  opacity: 0.91;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner-banner {
}
.inner-banner h1 {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.3em;
  letter-spacing: -1.2px;
  color: var(--white);
  margin: 0px 0px 7px 0px;
}
.inner-banner p {
  color: #ffffffcc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.32px;
  display: block;
}
.lbn-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
}
.ShopBtns {
  padding: 14px 37px 14px 37px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  border: none;
  letter-spacing: -0.32px;
  background: var(--theme-color);
  color: var(--white);
  border-radius: 1.875rem;
  transition: 0.5s;
}
.lbn-btns .abtbtns {
  padding: 14px 37px 14px 37px;
  background: var(--white);
  color: var(--white);
  border-radius: 1.875rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: -0.32px;
  color: var(--black);
  transition: 0.5s;
}
.lbn-btns a:hover {
  background: var(--black);
  color: var(--white);
}

.ListServices {
  padding: 60px 0px 80px 0px;
}

.parent_head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.parent_head h2 {
  font-weight: 600;
  text-transform: capitalize;
  line-height: 50px;
  font-size: 2rem;
}
.innerservices a {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  margin: 20px 20px 20px 20px;
  padding: 50px 50px 50px 50px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  display: block;
  min-height: 39rem;
}

.innerservices a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2%;
  background: #e5e5e5;
  transition: 0.5s;
}
.innerservices a:hover:before {
  height: 100%;
}
.innerservices figure img {
  position: relative;
  border-radius: 50%;
}
.innerservices a h4 {
  font-size: 1.563rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.innerservices a p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #212529;
  position: relative;
}
.vipCaseSection {
  background: var(--black);
  position: relative;
  margin-bottom: 50px;
}
.vipCaseSection .row {
  align-items: center;
}
.vipCaseSection video {
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.vip-txts {
}
.vip-txts h2 {
  color: var(--white);
  font-size: 3.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-family: "Helvetica", Sans-serif;
}
.vip-txts p {
  color: #ffffff;
  font-family: "Helvetica", Sans-serif;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 2.188rem;
}


.vip-txts .lbn-btns .ShopBtns {
  padding: 20px 35px 20px 35px;
  background-color: #efaf54;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.vip-txts .lbn-btns .ShopBtns:hover {
  background: var(--black);
  color: var(--white);
}
.innerblogs {
  margin-top: 2.5rem;
}
.innerblogs a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.innerblogs a img {
  border-radius: 20px;
}
.innerblogs a .blogtxt {
}
.innerblogs a .blogtxt span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #000000a8;
  margin-bottom: 17px;
  display: block;
}
.innerblogs a .blogtxt h6 {
  color: #081420;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.5em;
}

.Blogsection {
  margin-top: 54px;
  padding-bottom: 3.125rem;
}
.Blogsection .parent_head {
  text-align: left;
}
.Blogsection .parent_head h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--black);
}
.innertest {
  background-color: #f3f3f3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 11% 10% 12% 10%;
  border-radius: 1.25rem;
  margin: 1rem;
}
.innertest .testHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}
.innertest .testHead h6 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3em;
  color: var(--black);
}
.innertest .testHead h6 svg {
}
.innertest p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.6px;
  margin-bottom: 42px;
  color: var(--black);
}
.innertest .testBottom {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.innertest .testBottom img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.innertest .testBottom h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color: var(--black);
}
.innertest .testBottom h5 small {
  color: #00000096;
  font-size: 16px;
  line-height: 1.4em;
  display: block;
  font-weight: 400;
}

.test-slider .slick-next {
}
.test-slider .slick-next {
  height: 45px;
  width: 45px;
  background-color: #08142036;
  color: var(--white);
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
  top: auto;
  right: 9rem;
}
.test-slider .slick-next::before {
  display: none;
}
.test-slider .slick-prev {
}
.test-slider .slick-prev {
  height: 45px;
  width: 45px;
  background-color: #08142036;
  color: var(--white);
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
  top: auto;
  right: 13rem;
  left: auto;
  z-index: 1;
}
.test-slider .slick-prev::before {
  display: none;
}
.PaymentSection {
  padding: 3.125rem 0;
}

.innerpayment {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-right: 1px solid #d9e5e5;
}
.innerpayment span {
}
.innerpayment span svg path {
  fill: var(--theme-color);
  stroke: var(--theme-color);
}
.innerpayment .payment-txt h5 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: -0.75px;
  color: var(--black);
}
.innerpayment .payment-txt small {
  color: #000000b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.PaymentSection .row div:last-child .innerpayment {
  border: none;
}

.subscribedSection {
  background-position: center center;
  background-size: cover;
  padding: 6rem 0;
  position: relative;
}
.subscribedSection::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(91deg, #014ca9 41%, #ffffff00 63%);
  opacity: 0.79;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  top: 0;
  left: 0;
}

.innersubscribed {
}
.innersubscribed h2 {
  font-size: 3.125rem;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.3em;
  color: var(--white);
  margin-bottom: 22px;
}
.innersubscribed p {
  color: #ffffffcc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}


.myaccount-tab-menu.nav a {
  display: block;
  padding: 20px;
  font-size: 16px;
  align-items: center;
  width: 100%;
  font-weight: bold;
  color: inherit;
  border-radius: 0;
  border: 1px solid #25282a;
  margin-bottom: 15px;
  font-family: var(--heading--font-family);
  text-transform: uppercase;
}

.myaccount-tab-menu.nav a i {
  padding-right: 10px;
}

.myaccount-tab-menu.nav a.active {
  background: #014ca9;
  color: white;
}

.view-invoice {
  background: #014ca9;
  color: white;
}

#update-btn {
  background: #014ca9;
  color: white;
  font-weight: 600;
}

img.profile-pic {
  margin-bottom: 1rem;
}


ul.pagination.product-pagination {
  display: flex !important;
  justify-content: center !important;
}

.product-pagination .page-item.active .page-link {
  background-color: #014ca9 !important;
  border-color: #014ca9 !important;
}






.innersubscribed .subscribeform {
  position: relative;
}
.innersubscribed .subscribeform input {
  height: 65px;
  border-radius: 3.875rem;
  padding: 1.25rem 0px 1.25rem 2.188rem;
  background-color: #ffffff5e;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075);
  border: solid 1px #ffffff5e;
  color: white;
}
.innersubscribed .subscribeform input::placeholder {
  color: white;
}
.innersubscribed .subscribeform .subscribebtn {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3em;
  width: 120px;
  border-radius: 1.563rem;
  padding: 14px 33px 14px 33px;
  color: #000000;
  background-color: #ffffff;
  box-shadow: -10px 20px 40px 0px
    rgba(
      214.85874481201174,
      214.85874481201174,
      214.85874481201174,
      0.30196078431372547
    );
  transition: all ease-out 0.3s;
  position: absolute;
  top: 9px;
  border: none;
  right: 14px;
}
.innersubscribed .subscribeform .subscribebtn:hover {
  background: var(--black);
  color: var(--white);
}
.innersubscribed .subscribeform .form-group {
  max-width: 70%;
  position: relative;
}

footer {
  padding: 67px 35px 50px 35px;
}
footer .footlogo {
}
footer .footlogo img {
  width: 45%;
}
footer .quicklinks {
}
footer .quicklinks h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  color: var(--black);
}
footer .quicklinks ul {
}
footer .quicklinks ul li {
  margin-bottom: 0.625rem;
}
footer .quicklinks ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0px 0px 10px 0px;
  color: var(--black);
}
footer .quicklinks ol {
}
footer .quicklinks ol li {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  color: var(--black);
  margin-bottom: 1rem;
}
footer .quicklinks ol li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}
.copyright .row {
  border-top: 1px solid #d9e5e5;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 22px 0px 30px 0px;
}
.copyright p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.32px;
}
.copyright ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.25rem;
}
.copyright ul li {
  color: var(--black);
}
.copyright ul li a {
}
.copyright ul li a i {
  color: var(--black);
}
/* main pages css end */

/* Inner pages css start  */
.AboutBanner {
}
.AboutBanner .row {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #333;
  overflow: hidden;
  border-radius: 25px;
  margin-top: 30px;
  padding: 5rem 0 3.125rem;
  position: relative;
}
.AboutBanner .row::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #14b0b67a;
  bottom: 0;
  right: 0;
  left: 0;
}
.innerpg_txt {
  text-align: center;
  position: relative;
  z-index: 1;
}
.innerpg_txt h1 {
  color: var(--white);
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 1.25rem;
}
.innerpg_txt nav {
  background: transparent;
}
.innerpg_txt nav .breadcrumb {
  background: transparent;
  justify-content: center;
}
.innerpg_txt nav .breadcrumb li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  color: var(--white);
}
.innerpg_txt nav .breadcrumb li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  color: var(--white);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
  content: ">";
}
.aboutProvider {
  margin-top: 52px;
  margin-bottom: 0px;
  padding: 0px 35px 0px 35px;
}
.about-txt {
}
.about-txt span {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.22em;
  color: var(--theme-color);
  margin: 0px 0px 35px 0px;
  display: block;
}
.about-txt h2 {
  font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1.2em;
  color: var(--black);
  position: relative;
  padding: 0px 0px 44px 0px;
}
.about-txt h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 165px;
  background-color: var(--theme-color);
  left: 0;
  bottom: 0;
}
.about-txt p {
  color: #000000c4;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 3.125rem 0px 0px 0px;
}
.about-txt ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 4rem;
}
.about-txt ul li {
  border-right: 1px solid var(--theme-color);
}
.about-txt ul li:last-child {
  border: none;
}
.about-txt ul li b {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: -0.2px;
  color: var(--black);
  margin: 0px 0px 10px 0px;
  display: block;
  font-family: "Roboto";
}
.about-txt ul li p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #000000c7;
  margin: 0px 0px 0px 0px;
}

.partnershipSection {
  margin-top: 110px;
  margin-bottom: 96px;
  padding: 0px 35px 0px 35px;
}


.contact-left {
}
.contact-left h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: -1.5px;
  color: var(--black);
}
.contact-left ol {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.contact-left ol li {
}
.contact-left ol li span {
  background-color: #f6f6f6;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 1.563rem;
}
.contact-left ol li span i {
  color: var(--theme-color);
}
.contact-left ol li b {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  line-height: 1.3em;
  margin-bottom: 1rem;
  color: var(--black);
}
.contact-left ol li a {
  color: #00000099;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.contactRight {
}
.contactRight .form_submission {
}
.form_submission {
}
.form_submission .form-group {
}
.form_submission .form-group input, .form_submission .form-group select {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3em;
  height: 3.75rem;
  border-radius: 3.125rem;
  padding: 1.25rem 0px 1.25rem 2rem;
  margin: 0px 0px 1.25rem 0px;
  border: 1px solid #d9e5e5;
}
.form_submission .form-group textarea {
  border-radius: 1.25rem;
  padding: 1.563rem 0px 0px 2rem;
  margin: 0px 0px 1.875re 0px;
  border: 1px solid #d9e5e5;
  transition: all ease-out 0.3s;
}
.form_submission .form-group input::placeholder,
.form_submission .form-group textarea::placeholder {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  color: #00000099;
}
.form_submission .sendBtn {
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.3em;
  letter-spacing: -0.32px;
  border-radius: 1.875rem;
  padding: 1.25rem 3.125rem 1.25rem 3.125rem;
  margin: 5px 0px 0px 0px;
  background-color: var(--theme-color);
  transition: all ease-out 0.3s;
  border: 1px solid var(--theme-color);
  color: var(--white);
}
.form_submission .sendBtn:hover {
  background-color: var(--black);
  color: var(--white);
}
.comingsoonSection {
  padding: 6.25rem 0rem;
  background: var(--black);
}
.comingsoonInner {
  text-align: center;
}
.comingsoonInner h1 {
  color: var(--white);
  font-weight: 700;
  font-size: 3.75rem;
  text-align: center;
  text-transform: uppercase;
}

.countdown {
  width: 100%;
  text-align: center;
  margin: auto;
}
.countdown .bloc-time {
  float: left;
  margin-right: 45px;
  text-align: center;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .count-title {
  display: block;
  margin-bottom: 15px;
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
  font-family: "Noto Sans";
  font-weight: 600;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 110px;
  width: 100px;
  margin-right: 10px;
  background-color: var(--theme-color);
  border-radius: 0px;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 76px;
  font-weight: 600;
  color: var(--white);
  font-family: "Roboto";
}
.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: var(--theme-color);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--theme-color);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: var(--theme-color);
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top,
.countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: var(--theme-color);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

.categorylists {
}
.categorylists h4 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.6px;
  font-size: 1.875rem;
  color: var(--black);
  border-bottom: 2px solid rgba(0,0,0,.1);
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}

.catergoryForm .form-check {
}
.catergoryForm .form-check input {
  width: 35px;
  height: 16px;
  margin-left: -2.25rem;
}
.catergoryForm .form-check label {
  font-weight: 400;
  color: var(--e-global-color-text);
  line-height: 30px;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: -0.48px;
  display: flex;
  align-items: end;
  margin-bottom: 15px;
  justify-content: space-between;
}
.catergoryForm .form-check input label span {
}

.ProductList {
  padding: 6.25rem 0;
}
.topproductsAreas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topproductsAreas h3 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: -0.9px;
  color: var(--black);
}
.topproductsAreas .selectboxes {
}

.topproductsAreas .selectboxes select {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
  padding: 14px 68px 14px 38px;
  display: inline-block;
  background-color: var(--theme-color);
  border-radius: 3.125rem;
  border: none;
}
.topproductsAreas .selectboxes select option {
  background: var(--white);
  color: var(--black);
}

.innerproducts {text-align: center;margin: auto;margin-bottom: 3rem;}
.innerproducts a {
  border: 1px solid #d9e5e5;
  border-radius: 10px;
  transition: 0.5s;
  display: block;
  padding-bottom: 1.563rem;
}
.innerproducts a img {
}
.innerproducts a .product-txt {
    text-align: center;
}
.innerproducts a .product-txt span {
    margin: 5px 0 8px;
    display: block;
    font-size: 0.875em;
    color: #BBB;
    font-weight: 700;
    font-family: 'Noto Sans';
}
.innerproducts a .product-txt h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black);
    margin-top: 8px;
    line-height: 1.4em;
    text-transform: capitalize;
}
.innerproducts a .product-txt strong {
    margin-top: 10px;
    display: block;
    font-size: 1.563rem;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -0.75px;
    color: var(--theme-color);
    font-family: 'Noto Sans';
}

.innerproducts a:hover{
    box-shadow: -20px 30px 60px #0000001A;
    z-index: 1;
    border-color: var(--white);
}


.RegisterSection{
    padding: 6.25rem 0;

}


.all-products{
  margin-top: 1rem;
}


.RegitserForms .form-group label{
    font-size: 1rem;
    font-weight: 700;
}

.RegitserForms .form-group input {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3em;
    height: 3.75rem;
    border-radius: 3.125rem;
    padding: 1.25rem 0px 1.25rem 2rem;
    margin: 0px 0px 1.25rem 0px;
    border: 1px solid #d9e5e5;
  }
  .RegitserForms .form-group textarea {
    border-radius: 1.25rem;
    padding: 1.563rem 0px 0px 2rem;
    margin: 0px 0px 1.875re 0px;
    border: 1px solid #d9e5e5;
    transition: all ease-out 0.3s;
  }
  .RegitserForms .form-group input::placeholder,
  .RegitserForms .form-group textarea::placeholder {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4em;
    color: #00000099;
  }
  .RegitserForms .sendBtn {
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: -0.32px;
    border-radius: 1.875rem;
    padding: 0.8rem 3.125rem 0.8rem 3.125rem;
    margin: 5px 0px 0px 0px;
    background-color: var(--theme-color);
    transition: all ease-out 0.3s;
    border: 1px solid var(--theme-color);
    color: var(--white);
  }
  .RegitserForms .sendBtn:hover {
    background-color: var(--black);
    color: var(--white);
  }
  .innerRegister {
    padding: 1.875rem 2.5rem;
    border: 1px solid #cfcfcf;
    border-radius: 1.25rem;
}
.offering-btns {
    padding-top: 1.25rem;
}

.offering-btns p a {
    color: var(--theme-color);
    text-decoration: underline !important;
}
.RegitserForms .form-check input{
    height: auto;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.ProductDetailsOne{
    padding: 6.25rem 0  ;
}
.ProductDetailsOne a img{
    border-radius: 0.625rem;
}
.innerproductDetails h3{
    margin-bottom: 46px;
    color: var(--black);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.2px;
}
.innerproductDetails {}




.productDetail_form .sendBtn {
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: -0.32px;
    border-radius: 1.875rem;
    padding: 0.8rem 3.125rem 0.8rem 3.125rem;
    margin: 5px 0px 0px 0px;
    background-color: var(--theme-color);
    transition: all ease-out 0.3s;
    border: 1px solid var(--theme-color);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
.productDetail_form label{
    font-size: 1.1em;
    color: #3D3D3D;
    font-weight: 600;
}

.productDetail_form input{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3em;
    height: 3.125rem;
    border-radius: 0;
    /* padding: 1.25rem 0px 1.25rem 2rem; */
    margin: 0px 0px 1.25rem 0px;
    border: 1px solid #d9e5e5;
}

.productDetail_form input[type="file"] {
    padding: 10px;
}
.productDetail_form input[type="date"]{
    padding-left: 0;
}
.productDetail_form input[type="date"] {
    padding-left: 10px;
}
.productDetail_form select{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3em;
    height: 3.125rem;
    border-radius: 0;
    margin: 0px 0px 1.25rem 0px;
    border: 1px solid #d9e5e5;
}
.productDetail_form input::placeholder{
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4em;
    color: #00000099;
}
.productDetail_form .wishBtn{
    background-color: var(--white);
    border: 1px solid var(--theme-color);
    color: var(--black);
}
.productDetail_form .sendBtn:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .productDetail_form small{
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
  }
  .productDetail_form small b{
    color: var(--theme-color);
    font-weight: 700;
    font-size: 1rem;
  }
.productsBtns {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 3.125rem;
}


.tooth-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.svg-tooth-designs {
    position: absolute;
    left: 26px;
    top: 14px;
}

.tooth-text.tooth-text-upper {
    position: absolute;
    text-align: center;
    display: flex;
    right: 7.6rem;
    top: 5rem;
    width: auto;
    justify-content: center;
    color: #374852;
    margin-left: 7.2rem;
}

.tooth-text.tooth-text-lower {
    position: absolute;
    right: 7.6rem;
    text-align: center;
    display: flex;
    width: auto;
    justify-content: center;
    color: #374852;
    margin-left: 7.2rem;
    bottom: 5rem;
}

.fil0 {
    fill: #fff;
}

.fil0:hover {
    fill: #014CA9;
}

.tooth:hover .fil1 {
    fill: white;
}

.tooth.active .fil0 {
    fill: #014CA9;
}

.tooth.active .fil1 {
    fill: white;
}

button.btn.btn-save {
    background: #014CA9;
    width: 50%;
    color: white;
    font-size: 18px;
    padding: 11px;
    border-radius: 9px;
}

.select-button button {
    display: inline-block;
    margin: 0 9px;
    font-size: 15px !important;
}

.select-button {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

.tooth-wrapper.Allon4 g.tooth,.tooth-wrapper.Removables g.tooth {
    cursor: not-allowed;
    pointer-events: none;
}

.RekatedSection{
    padding: 6.25rem 0;
}



.BlogDetailSection{
  padding: 6.25rem 0;
}

.innerblogdetals{}
.innerblogdetals img{
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
  width: 100%;
}

.innerblogdetals ol{
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerblogdetals ol li{
  padding: 0 1.25rem;
  border-right: 1px solid black;
}
.innerblogdetals ol li:last-child{
  border: none;
}
.innerblogdetals ol li span{
  color: #081420;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3em;
}
.innerblogdetals ol li a{
  color: #081420;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
}
.innerblogdetals ol li a:hover{
  color: var(--theme-color);
  text-decoration: underline !important;
}
.innerblogdetals h2{
  color: rgb(26, 31, 47);
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
.innerblogdetals p{
  font-size: 1rem;
  color: #7c7b7b;
  margin-bottom: 1rem;
  font-weight: 400;
}

.PageBlogsectionOne{
  padding: 6.25rem 0;
}
.innblogOne{}
.innblogOne  a{
  display: block;
  border: 1px solid #d9e5e5;
    border-radius: 10px;
    transition: 0.5s;
    padding-bottom: 1.563rem;
 }

 .innblogOne a:hover{
  box-shadow: -20px 30px 60px #0000001A;
  z-index: 1;
  border-color: var(--white);
}



header .navbar-nav .nav-item .dropdownMain {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  left: -68px;
  transition: all 0.5s ease;
  margin-top: 1rem;
  display: none;
  z-index: 111;
  top: 20px;
  background: #F3F3F3;
  transition: 0.5s;
  /* padding: 10px 0px; */
  /* width: 220px; */
}

header .navbar-nav .nav-item .dropdownMain li {
  clear: both;
  width: 220px;
  /* margin-bottom: 1px; */
  padding: 10px 16px;
  /* border-bottom: 1px solid #b1b0b0; */
}

header .navbar-nav .nav-item .dropdownMain li:hover {
  background: #EAEAEA;
}

header .navbar-nav .nav-item .dropdownMain li a{
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4em;
  letter-spacing: -0.32px;
  /* padding: 0px 0px 0px 40px; */
  color: #3d3d3d;
  padding: 5px 0px;
  /* margin: 0px 10px; */
  width: 100%;
  display: block;
}
header .navbar-nav .nav-item.DropsCustom{position: relative;text-decoration: none;transition: 0.5s;}


header .navbar-nav .nav-item.DropsCustom:hover {
  cursor: pointer;
}

header .navbar-nav .nav-item.DropsCustom:hover > .dropdownMain, header .navbar-nav .nav-item.DropsCustom .dropdownMain:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}



p.header-text {
  color: var(--white);
  margin: 0;
}

a.dowload-btn {
  background: #014ca9;
  color: white;
  border-radius: 50%;
}



 .innblogOne img{
  border-radius: 0.625rem 0.625rem 0 0;
  margin-bottom: 1rem;
  width: 100%;
 }
 .innblogOne  a .blogtxt{
  padding: 0 1rem;
 }

.innblogOne a .blogtxt span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #000000a8;
  margin-bottom: 17px;
  display: block;
}

.DropsCustom a.nav-link i {
  width: 10px;
  height: 6px;
  margin-left: 0.375em;
  display: inline-block;
  position: relative;
  top: 1px;
}

div#modal-container {
  text-align: left;
}

div#modal-container label {
  color: #014CA9;
  font-size: 17px;
}
.innblogOne a .blogtxt h6 {
  color: #081420;
  font-size: 1.25rem;
  font-weight: bold;text-transform: capitalize;
  line-height: 1.5em;
}
/* Inner pages css end */
.tooth-wrapper.not-allowed {
  display: none;
}
.error.alert-danger.tooth-allowed {
  padding: 3px;border-radius: 2px;
}

.error.alert-danger.tooth-allowed p {
  margin: 0;
}
.error.alert-danger.tooth-allowed.none {
  display: none;
}
button#addtocart.hide {
    display: none;
}

h6.category-span {
    color: #a59b9b;
    font-weight: 700;
    font-size: 18px;
}


button.btn.btn-save.active {
    background: #000;
}

.not-allow-teeth .select-button {
    display: none;
}
.select-button.not-allow-teeth {
    display: none;
}

.tooth-wrapper.not-allow-teeth g.tooth {
  pointer-events: none;
}
.innerproducts figure {
    height: 250px;
}

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

.catergoryForm .form-check input::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  bottom: -3px;
  left: 8px;
}
.catergoryForm .form-check input:checked::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 0;
  background: #014ca9;
  border: 1px solid #ccc;
  padding: 10px;
  bottom: -3px;
  left: 8px;
  border-radius: 5px;
}

.catergoryForm .form-check input:checked {
  display: flex;
  justify-content: center;
}

.catergoryForm .form-check input:checked + label {
  font-weight: 800;
}
.header-flex{
  display: flex;
  gap: 6px;
}
.custom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}