/*
Theme Name: RPNAO Theme 2019
Author: 108Ideaspace
Description: This is the new theme developed in Oct 2019.
Version: 2.0.0
*/

/* Table of contents

- Font Declarations > Theinhardt
- Font Declarations > Tiempos
- Base Styles
- Typography
- Heading Styles
- Paragraph Styles
- Colour System > Foreground
- Colour System > Background
- Grid System Modifications

- GLOBAL
--- Global > Graphic Devices
--- Global > Mobile Navigation
--- Global > Header (Shared)
--- Global > Header > Navigation Tier 1
--- Global > Header > Navigation Tier 2
--- Footer

- SHARED
--- Shared > Nested Container

- WOOCOMMERCE
*/

/* Font Declarations > Theinhardt */


@font-face {
  font-family: 'Theinhardt';
  src: url('fonts/Theinhardt-Regular.eot');
  src: url('fonts/Theinhardt-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Theinhardt-Regular.woff2') format('woff2'), url('fonts/Theinhardt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Theinhardt';
  src: url('fonts/Theinhardt-Italic.eot');
  src: url('fonts/Theinhardt-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/Theinhardt-Italic.woff2') format('woff2'), url('fonts/Theinhardt-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Theinhardt';
  src: url('fonts/Theinhardt-Medium.eot');
  src: url('fonts/Theinhardt-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Theinhardt-Medium.woff2') format('woff2'), url('fonts/Theinhardt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Theinhardt';
  src: url('fonts/Theinhardt-MediumItalic.eot');
  src: url('fonts/Theinhardt-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Theinhardt-MediumItalic.woff2') format('woff2'), url('fonts/Theinhardt-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

/* Font Declarations > Tiempos */

@font-face {
  font-family: 'TiemposHeadline';
  src: url('fonts/TiemposHeadlineWeb-Semibold.eot');
  src: url('fonts/TiemposHeadlineWeb-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposHeadlineWeb-Semibold.woff2') format('woff2'), url('fonts/TiemposHeadlineWeb-Semibold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TiemposHeadline';
  src: url('fonts/TiemposHeadlineWeb-SemiboldItalic.eot');
  src: url('fonts/TiemposHeadlineWeb-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposHeadlineWeb-SemiboldItalic.woff2') format('woff2'), url('fonts/TiemposHeadlineWeb-SemiboldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Tiempos';
  src: url('fonts/TiemposTextWeb-Medium.eot');
  src: url('fonts/TiemposTextWeb-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposTextWeb-Medium.woff2') format('woff2'), url('fonts/TiemposTextWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Tiempos';
  src: url('fonts/TiemposTextWeb-MediumItalic.eot');
  src: url('fonts/TiemposTextWeb-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposTextWeb-MediumItalic.woff2') format('woff2'), url('fonts/TiemposTextWeb-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Tiempos';
  src: url('fonts/TiemposTextWeb-Semibold.eot');
  src: url('fonts/TiemposTextWeb-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposTextWeb-Semibold.woff2') format('woff2'), url('fonts/TiemposTextWeb-Semibold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Tiempos';
  src: url('fonts/TiemposTextWeb-SemiboldItalic.eot');
  src: url('fonts/TiemposTextWeb-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/TiemposTextWeb-SemiboldItalic.woff2') format('woff2'), url('fonts/TiemposTextWeb-SemiboldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

/* Base Styles */

html {
  position: relative;
  min-height: 100%
}

body {
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  color: #00ab84
}

a:hover,
a:focus,
a:active {
  color: #00ab84
}

.mobile-exclusive {
  display: block
}

.mobplus-exclusive {
  display: block
}

.mobile-show {
  display: block
}

.mobtab-show {
  display: block
}

.tablet-show {
  display: none
}

.tabdesk-show {
  display: none
}

.desktop-show {
  display: none
}

.pad-right-10,
.pad-right-15,
.pad-right-20,
.pad-right-25,
.pad-right-30,
.pad-right-35,
.pad-right-40,
.pad-right-45,
.pad-right-50 {
  padding-right: 0
}

.search-form-box {
  display: none;
}

a.current-menu {
  color: #00A37D !important;
}

a.current-menu1 {
  color: #00A37D !important;
}

.ff-theinh {
  font-family: 'Theinhardt', Helvetica, sans-serif !important;
}

.hidden {
  display: none
}

.clear {
  width: 100%;
  clear: both
}

/* Shared > Learn */

#section-learn {
  padding-bottom: 10px;
}

#section-learn .learn-title h3 {
  margin-bottom: 15px;
}

#section-learn .learn-block {
  cursor: pointer;
}

#section-learn .learn-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333 !important;
  overflow: hidden;
}

#section-learn .learn-image img {
  width: 100%;
  height: auto;
}

#section-learn .learn-caption {
  padding: 23px 28px 19px 28px;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #004c97;
}

#section-learn .learn-block:hover .learn-caption {
  background-color: #00ab84;
}

#section-learn .learn-text {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 405px;
}

a.home-learn {
  text-decoration: none
}

.woocommerce-LostPassword.lost_password a {
  font-size: 20px;
  padding: 10px 0;
  text-decoration: underline;
  display: inline-block
}

.contact-us-header a {
  font-weight: 600;
  font-size: 12px
}

.forgot-pswrd-wrap,
.page-id-7 p {
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px
}

.forgot-pswrd-wrap {
  padding: 30px 0 100px
}

.page-id-352819 .forgot-pswrd-wrap {
  padding: 100px 0;
}

.forgot-pswrd-wrap h2 {
  font-size: 50px !important;
  line-height: 52px !important;
}

.formsq .form-control {
  height: 42px;
  padding-bottom: 5px;
  color: #004c97;
  border: 2px solid #004c97;
  border-radius: 0
}

.lst-pswrd-head {
  font-size: 18px
}

.frgt-pswrd-help-wrap p {
  font-weight: 600;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px
}

.quest-sticky-wrap a {
  position: fixed;
  bottom: 40%;
  display: block;
  right: 0;
  transform: rotate(-90deg) translate(50%, -50%);
  transform-origin: 100% 50%;
  background: #00ab84;
  color: #fff;
  padding: 10px 20px 5px;
  z-index: 9999999999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.frgt-pswrd-help-wrap a:hover {
  text-decoration: none
}

/* new branding css */
.instruction p,
.woocommerce-form-login .lost_password label {
  font-size: 18px !important;
  color: #000 !important;
  line-height: 24px;
}

.woocommerce-form-login .btn-primary,
.subscribe-form-wrap .btn {
  border-radius: 0 !important
}

.woocommerce-form-login .btn-primary:hover,
.subscribe-form-wrap .btn:hover {
  background-color: #012D5A !important;
  border-color: #012D5a !important
}

.green-box {
  display: none
}

.btn.btn-primary {
  border-radius: 0 !important
}

.subscribe-form-wrap h2 {
  text-align: center;
  font-size: 20px !important;
}

.subscribe-form-wrap {
  background: #f1f6fc !important;
  padding: 85px 0 60px !important
}

.subscribe-form-wrap .form-check label {
  font-size: 16px;
  text-align: center
}

.footer .footer-social p {
  font-weight: normal !important
}

.btn.btn-primary.text-uppercase {
  text-transform: none !important
}

/* new branding css */
div#\32 024-2025 p.spcl-mem-note {
  display: none
}

.spcl-mem-note {
  font-weight: 500;
  font-style: italic;
  color: #00ab84;
  font-size: 19px;
}

/* Harshal Start changes 05-09-2025 */
.coupon {
    display: inline-flex;
    align-items: center;
}
.coupon label {
    margin-right: 10px;
}
input#coupon_code {
    height: 53px;
    margin-right: 10px;
    width: auto;
}
button.btn.btn-primary.text-uppercase.mBtm2{
  margin-right: 20px;
}
/* Harshal End changes 05-09-2025 */

/* Harshal Start Changes 10-09-2025 */
/* Ensure proper positioning */
/* Target only the new password field's container */
.password-input:has(#password_1) {
    display: block !important; /* Override flex layout */
    position: relative;
}

/* Position eye icon absolutely within the container */
.password-input:has(#password_1) .show-password-input {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
}

/* Add padding to input to make room for icon */
#password_1 {
    padding-right: 40px !important;
}

/* Ensure strength meter doesn't affect layout */
#password_strength,
.woocommerce-password-hint {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* Position the new password eye icon */
.new_password {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

/* Ensure input has padding */
#password_1 {
    padding-right: 40px !important;
}

/* Hide WooCommerce's duplicate button */
.form-group:has(#password_1) button.show-password-input {
    display: none !important;
}
/* Harshal End Changes 10-09-2025 */

@media only screen and (min-width:576px) {
  .mobile-exclusive {
    display: none
  }
}

/* @media only screen and (max-width:991px){
body{padding-top:100px!important}
} */
@media only screen and (min-width:768px) {
  .mobile-show {
    display: none
  }

  .mobplus-exclusive {
    display: none
  }

  .mobtab-show {
    display: block
  }

  .tablet-exclusive {
    display: block
  }

  .tablet-show {
    display: block
  }

  .tabdesk-show {
    display: block
  }

  .desktop-show {
    display: none
  }

  .pad-right-10 {
    padding-right: 5%
  }

  .pad-right-15 {
    padding-right: 7%
  }

  .pad-right-20 {
    padding-right: 10%
  }

  .pad-right-25 {
    padding-right: 12%
  }

  .pad-right-30 {
    padding-right: 15%
  }

  .pad-right-35 {
    padding-right: 17%
  }

  .pad-right-40 {
    padding-right: 20%
  }

  .pad-right-45 {
    padding-right: 22%
  }

  .pad-right-50 {
    padding-right: 25%
  }
}

@media only screen and (min-width:992px) {

  /* body{padding-top:190px;font-size:18px;line-height:30px} */
  /* body.customize-support{padding-top:158px;} */
  .mobile-show {
    display: none
  }

  .mobtab-show {
    display: none
  }

  .tablet-exclusive {
    display: none
  }

  .tablet-show {
    display: block
  }

  .tabdesk-show {
    display: block
  }

  .desktop-exclusive {
    display: block
  }

  .desktop-show {
    display: block
  }

  .pad-right-10 {
    padding-right: 10%
  }

  .pad-right-15 {
    padding-right: 15%
  }

  .pad-right-20 {
    padding-right: 20%
  }

  .pad-right-25 {
    padding-right: 25%
  }

  .pad-right-30 {
    padding-right: 30%
  }

  .pad-right-35 {
    padding-right: 35%
  }

  .pad-right-40 {
    padding-right: 40%
  }

  .pad-right-45 {
    padding-right: 45%
  }

  .pad-right-50 {
    padding-right: 50%
  }
}

@media only screen and (min-width:1200px) {
  .desktop-exclusive {
    display: none
  }

  .super-exclusive {
    display: block
  }
}

.rel {
  position: relative
}

strong {
  font-weight: 700
}

h1 {
  font-family: 'TiemposHeadline', Georgia, serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  color: #004c97
}

h1+p {
  margin-top: 20px
}

h2 {
  margin-bottom: 1rem;
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #00ab84
}

p+h2 {
  margin-top: 25px
}

#subpage-intro h2+h3 {
  margin-top: 45px
}

h3 {
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #00ab84
}

p+h3 {
  margin-top: 30px
}

ul+h3 {
  margin-top: 30px
}

h4 {
  font-family: 'TiemposHeadline', Georgia, serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #004c97
}

h5 {
  font-family: 'TiemposHeadline', Georgia, serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 43px;
  color: #004c97
}

h6 {
  font-family: 'TiemposHeadline', Georgia, serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #00ab84
}

.content-intro h6 {
  margin-bottom: 25px
}

@media only screen and (min-width:768px) {
  h2 {
    font-size: 22px;
    line-height: 30px
  }

  h4 {
    font-size: 16px
  }

  h5 {
    font-size: 50px;
    line-height: 55px
  }

  h6 {
    font-size: 32px;
    line-height: 40px
  }
}

@media only screen and (min-width:992px) {
  h1 {
    font-size: 76px;
    line-height: 76px
  }

  h6 {
    font-size: 28px;
    line-height: 34px
  }
}

@media only screen and (min-width:1200px) {
  h6 {
    font-size: 32px;
    line-height: 40px
  }
}

.p1 {
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #00ab84
}

p+p.p1 {
  margin-top: 25px
}

.p2 {
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #004c97
}

.p3 {
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #004c97
}

.p4 {
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #004c97
}

.p5 {
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #004c97
}

.p6 {
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #004c97
}

.footnote {
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #004c97;
  font-style: italic
}

@media only screen and (min-width:768px) {
  .p1 {
    font-size: 22px;
    line-height: 30px
  }

  .p2 {
    font-size: 19px;
    line-height: 24px
  }

  .p3 {
    font-size: 27px;
    line-height: 34px
  }

  .p4 {
    font-size: 21px;
    line-height: 31px
  }

  .p5 {
    font-size: 20px
  }

  .p6 {
    font-size: 26px;
    line-height: 36px
  }
}

.text-blue,
.text-blue a {
  color: #004c97 !important
}

.text-green,
.text-green a {
  color: #00ab84 !important
}

.text-purple,
.text-purple a {
  color: #bb29bb !important
}

.text-white,
.text-white a {
  color: #fff !important
}

.bckgnd-blue {
  background-color: #004c97
}

.bckgnd-green {
  background-color: #00ab84
}

.bckgnd-purple {
  background-color: #bb29bb
}

.bckgnd-white {
  background-color: #fff
}

.bckgnd-cyan {
  background-color: #f1f6fc
}

@media(min-width:1200px) {
  .container {
    max-width: 1280px !important
  }
}

.content-body {
  word-wrap: break-word
}

.content-body a,
a.more_benefits {
  color: #004c97;
  text-decoration: underline
}

.content-body a.btn {
  text-decoration: none
}

.content-body a:hover,
a.more_benefits {
  color: #00ab84;
}

hr {
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: #004c97;
  border-color: #004c97
}

a.boxed-button {
  padding: 15px 22px;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #00ab84
}

a.boxed-button-blue {
  color: #004c97
}

a.boxed-button-white {
  color: #fff
}

a.boxed-button:hover,
a.boxed-button:focus,
a.boxed-button:active {
  color: #fff;
  background-color: #00ab84
}

a.box-link {
  text-decoration: none
}

a.more_benefits {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none
}

.more-button {
  margin-top: 55px;
  width: 53px;
  height: 29px;
  background-color: #004c97
}

.more-button:hover {
  background-color: #00ab84
}

.link-text:after {
  content: "  >";
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #00ab84 !important;
  white-space: pre
}

.link-text:hover:after {
  color: #004c97 !important
}

.section-link {
  margin-top: -8px;
  text-align: right
}

.section-link a {
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #00ab84;
  text-decoration: none
}

.section-link a:hover,
.section-link a:focus,
.section-link a:active {
  color: #004c97
}

.section-link a:after {
  content: "  >";
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #00ab84 !important;
  white-space: pre
}

.section-link:hover a:after {
  color: #004c97 !important
}

@media(min-width:768px) {
  hr {
    margin-bottom: 30px;
    height: 2px
  }
}

li.tier1-menu-search img {
  width: 16px;
  cursor: pointer
}

/*.logged-in li.tier1-menu-toggle{display:none!important}*/
li.tier1-menu-login a {
  padding: 7px 10px 3px;
  border: 1px solid #004c97
}

li.tier1-menu-login a:hover,
li.tier1-menu-login a:focus,
li.tier1-menu-login a:active {
  text-decoration: none !important;
  color: #f1f6fc !important;
  background-color: #004c97;
  cursor: pointer
}

li.tier1-menu-social img {
  display: inline-block;
  margin-left: 6px;
  width: 20px;
  height: 20px;
  background-color: #004c97;
  border-radius: 50%;
  cursor: pointer
}

li.tier1-menu-social img:hover,
li.tier1-menu-social img.focus {
  background-color: #00ab84
}

.menu-social {
  width: 21px;
  height: 21px
}

#header-navigation li.menu-cart {
  background: url(img/icon-cart.png) center no-repeat;
  background-size: cover;
  width: 34px;
  height: 34px;
  vertical-align: -12px;
  position: relative
}

#header-navigation li a {
  color: #004c97
}

#header-navigation li.menu-cart a.icon-cart {
  display: block;
  position: absolute;
  background: #004c97;
  color: #fff !important;
  border-radius: 20px;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 2px 2px 0px 4px;
  line-height: 15px;
  font-size: 12px;
  font-weight: normal
}

.subscribe-form-wrap {
  background: #e6f2f9;
  padding: 45px 0 50px
}

.subscribe-form-wrap h2 {
  margin-bottom: 30px
}

.subscribe-form-wrap label {
  display: none
}

.subscribe-form-wrap .form-check label {
  display: block;
  font-weight: normal
}

.subscribe-form-wrap .form-check {
  padding: 0 15px 20px 40px;
  line-height: normal
}

.subscribe-form-wrap .my_zippara {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

.subscribe-form-wrap .my_zippara input {
  border-radius: 0;
  border: 0;
  padding: 12px 14px 9px;
  color: #004c97;
  line-height: normal;
  outline: none !important;
  box-shadow: none !important
}

.subscribe-form-wrap .form-check-input {
  margin-top: 3px
}

.subscribe-form-wrap .form-btn {
  margin: 0 auto
}

.subscribe-form-wrap input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004c97;
  opacity: 1;
  /* Firefox */
}

.subscribe-form-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #004c97;
}

.subscribe-form-wrap input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #004c97;
}

.subscribe-form-wrap input:-webkit-autofill,
.subscribe-form-wrap input:-webkit-autofill:hover,
.subscribe-form-wrap input:-webkit-autofill:focus {
  background-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}


footer,
.footer {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .01em;
  color: #fff;
  background-color: #004c97
}

footer a,
.footer a {
  color: #fff
}

.footer-address {
  display: none
}

.footer-social {
  padding-top: 30px;
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 700 !important;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: -0.01em
}

.footer-social-icons {
  margin-left: 15px
}

.footer-social p {
  font-weight: 700 !important
}

.footer-social img {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 15px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer
}

.footer-social img:hover,
.footer-social img.focus {
  background-color: #00ab84
}

@media only screen and (min-width:768px) {

  footer,
  .footer {
    padding-top: 30px;
    padding-bottom: 0
  }

  .footer-column {
    height: 150px
  }

  .footer-streetaddress {
    position: absolute;
    bottom: 0
  }

  .footer-address {
    display: block;
    position: absolute;
    bottom: 0
  }

  .footer-contact {
    position: absolute;
    bottom: 0
  }

  .footer-social {
    position: absolute;
    padding-top: 0;
    bottom: 50px
  }

  .footer-social-icons {
    margin-left: 35px
  }
}

@media only screen and (min-width:992px) {

  footer,
  .footer {
    padding-top: 0
  }

  .footer-column {
    height: 300px
  }

  .footer-streetaddress {
    bottom: 65px
  }

  .footer-address {
    bottom: 65px
  }

  .footer-contact {
    bottom: 65px
  }

  .footer-social {
    right: 15px;
    bottom: 54px;
    text-align: right
  }
}

.container-nested {
  padding-left: 0;
  padding-right: 0
}

#subpage-title {
  padding-top: 20px;
  padding-bottom: 15px
}

#subpage-title h1 {
  color: #fff
}

#subpage-title h2 {
  margin-bottom: 30px;
  color: #fff
}

#section-introduction {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f6fc
}

#section-content .content-intro {
  padding-bottom: 15px
}

#section-content .content-intro .p1 {
  line-height: 30px !important;
  color: #004c97
}

#section-content .content-sidebar {
  padding-top: 30px
}

#section-content .content-sidebar ul {
  padding-left: 18px
}

#section-content .content-sidebar ul li {
  margin-bottom: 12px
}

.image-inline {
  margin-top: 15px;
  margin-bottom: 35px
}

.image-large {
  margin-top: 35px;
  margin-bottom: 35px
}

.cta-roundelle {
  margin: 0 auto;
  margin-top: 40px;
  width: 290px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f1f6fc;
  border-radius: 50%;
  cursor: pointer
}

.cta-roundelle .roundelle-text {
  padding-top: 20px
}

a.cta-roundelle:hover,
a.cta-roundelle:focus {
  text-decoration: none
}

a.cta-roundelle:hover h3.text-green,
a.cta-roundelle:focus h3.text-green {
  color: #004c97 !important
}

#sidebar-callout {
  position: relative;
  margin-top: 65px
}

#sidebar-callout a.callout-block {
  cursor: pointer
}

#sidebar-callout a.callout-block:hover,
#sidebar-callout a.callout-block:focus,
#sidebar-callout a.callout-block:active {
  text-decoration: none
}

#sidebar-callout .callout-body {
  position: relative;
  padding: 30px 20px;
  min-height: 240px
}

#sidebar-callout .callout-body .callout-logo {
  position: relative;
  width: 163px
}

#sidebar-callout .callout-body .callout-text {
  position: absolute;
  padding-top: 30px;
  padding-bottom: 18px;
  left: 20px;
  bottom: 0;
  color: #fff
}

#sidebar-callout .callout-body .callout-text h5 {
  font-size: 38px;
  color: #fff
}

#sidebar-callout .callout-caption {
  padding: 23px 28px 19px 28px;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #004c97
}

#sidebar-callout .callout-block:hover .callout-caption {
  background-color: #00ab84
}

#sidebar-callout.sidebar-bump {
  margin-top: 200px
}

.sidebar-intro h5 {
  margin-bottom: 20px
}

/* Member's pages UI formatting */
#tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0;
}

.tooltip.in {
  opacity: 1;
}

.tooltip.top {
  margin-top: -9px;
  padding: 9px 0;
}

.tooltip.right {
  margin-left: 4.5px;
  padding: 0 9px;
}

.tooltip.bottom {
  margin-top: 4.5px;
  padding: 9px 0;
}

.tooltip.left {
  margin-left: -4.5px;
  padding: 0 9px;
}

.tooltip .tooltip-inner {
  padding: 11px 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  max-width: 200px;
  text-align: left;
  text-decoration: none;
}

.tooltip.tooltip-small .tooltip-inner {
  padding: 8px 12px;
}

.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  border-width: 9px 9px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 9px 9px 0;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 9px 9px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -9px;
  border-width: 9px 9px 9px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -9px;
  border-width: 9px 0 9px 9px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 9px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 9px 9px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 9px 9px;
}

.tooltip.fade {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.tooltip.fade.in {
  opacity: 1;
}

.pi-section-base .tooltip .tooltip-inner,
.pi-section-white .tooltip .tooltip-inner,
.pi-section-grey .tooltip .tooltip-inner,
.pi-section-dark .tooltip .tooltip-inner,
.pi-section-parallax .tooltip .tooltip-inner {
  background: rgba(46, 52, 60, 0.96);
  color: #c3cdd2;
  text-shadow: none;
  font-weight: 400;
}

.pi-section-base .tooltip.top .tooltip-arrow,
.pi-section-white .tooltip.top .tooltip-arrow,
.pi-section-grey .tooltip.top .tooltip-arrow,
.pi-section-dark .tooltip.top .tooltip-arrow,
.pi-section-parallax .tooltip.top .tooltip-arrow {
  border-top-color: rgba(46, 52, 60, 0.96);
}

.pi-section-base .tooltip.right .tooltip-arrow,
.pi-section-white .tooltip.right .tooltip-arrow,
.pi-section-grey .tooltip.right .tooltip-arrow,
.pi-section-dark .tooltip.right .tooltip-arrow,
.pi-section-parallax .tooltip.right .tooltip-arrow {
  border-right-color: rgba(46, 52, 60, 0.96);
}

.pi-section-base .tooltip.left .tooltip-arrow,
.pi-section-white .tooltip.left .tooltip-arrow,
.pi-section-grey .tooltip.left .tooltip-arrow,
.pi-section-dark .tooltip.left .tooltip-arrow,
.pi-section-parallax .tooltip.left .tooltip-arrow {
  border-left-color: rgba(46, 52, 60, 0.96);
}

.pi-section-base .tooltip.bottom .tooltip-arrow,
.pi-section-white .tooltip.bottom .tooltip-arrow,
.pi-section-grey .tooltip.bottom .tooltip-arrow,
.pi-section-dark .tooltip.bottom .tooltip-arrow,
.pi-section-parallax .tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(46, 52, 60, 0.96);
}

.pi-section-base .tooltip.pi-base .tooltip-inner,
.pi-section-white .tooltip.pi-base .tooltip-inner,
.pi-section-grey .tooltip.pi-base .tooltip-inner,
.pi-section-dark .tooltip.pi-base .tooltip-inner,
.pi-section-parallax .tooltip.pi-base .tooltip-inner {
  background: rgba(13, 192, 192, 0.9);
  color: #ffffff;
  text-shadow: none;
  font-weight: 400;
}

.pi-section-base .tooltip.pi-base.top .tooltip-arrow,
.pi-section-white .tooltip.pi-base.top .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.top .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.top .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.top .tooltip-arrow {
  border-top-color: rgba(13, 192, 192, 0.9);
}

.pi-section-base .tooltip.pi-base.right .tooltip-arrow,
.pi-section-white .tooltip.pi-base.right .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.right .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.right .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.right .tooltip-arrow {
  border-right-color: rgba(13, 192, 192, 0.9);
}

.pi-section-base .tooltip.pi-base.left .tooltip-arrow,
.pi-section-white .tooltip.pi-base.left .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.left .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.left .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.left .tooltip-arrow {
  border-left-color: rgba(13, 192, 192, 0.9);
}

.pi-section-base .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-white .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.bottom .tooltip-arrow {
  border-bottom-color: rgba(13, 192, 192, 0.9);
}

.infoIcon+.tooltip>.tooltip-inner {
  background-color: #fff;
  color: #02528a;
  border: 1px solid #02528a;
  width: 100%;
  max-width: 480px;
}

.infoIcon+.tooltip>.tooltip-arrow {
  border-bottom-color: #02528a !important;
}

.sm-model-profile-info {
  padding-bottom: 26px;
}

.sm-model-profile-info>img {
  width: 60px
}

.sm-model-profile-info .colR {
  width: 88.5%;
  vertical-align: top;
  padding-left: 10px;
  display: inline-block;
}

.sm-model-profile-info h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.sm-model-profile-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #666e70
}

#see_meore_mentor_details_body h6 {
  margin-bottom: 3px;
  font-weight: bold
}

#see_more_model button.close,
#connect_mentor_model button.close,
#mentor_directory_model button.close {
  color: #29bfc0;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

#see_more_model button.close span,
#connect_mentor_model button.close,
#mentor_directory_model button.close {
  width: 20px;
  height: 20px;
  background: url(img/x.png);
  display: block;
}

#connect_to_mentor_form {
  margin: 0;
}

#connect_to_mentor_form textarea {
  width: 100%;
  margin-bottom: 20px;
}


/*#wpadminbar{display:none !important}*/
.page-heading {
  background: #164e87;
  padding: 30px 0 26px;
}

h2.section-heading,
.page-heading h1 {
  font-size: 32px;
  color: #fff;
  line-height: 30px;
  margin: 0 auto
}

h2.section-heading {
  color: #004c97;
  line-height: 40px;
  padding-right: 60px;
  margin: 0 auto 30px
}

h2.section-heading.green {
  color: #00ab84;
}

h2.section-heading.white {
  color: #fff;
  margin: 0;
  padding: 0
}

h2.section-heading.white a {
  color: #fff;
}

.form-group {
  margin-bottom: 20px
}

.form-group input,
.form-group select,
.form-group textarea {
  margin-bottom: 0
}

#login-wrap {
  padding: 100px 0
}

#login-wrap>h2 {
  font-size: 50px;
  color: #004c97;
  line-height: 52px
}

#login-wrap .form-group {
  width: 80%;
}

.form-check {
  padding-left: 0
}

.btn {
  font-family: 'Theinhardt', Helvetica, sans-serif;
  border-radius: 12px;
  font-size: 18px;
  min-width: 150px;
  box-shadow: none !important;
  border: 0;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}

/* .btn{font-family:'Theinhardt',Helvetica,sans-serif;border-radius:12px;font-size:18px;padding:15px 30px 9px;min-width:150px;box-shadow:none !important;border:0;color:#fff !important} */
.btn-primary {
  background: #004c97
}

.btn-sm {
  padding: 0.3rem 0.6rem 0.12rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  min-width: auto;
}

.btn-sm.text-uppercase {
  padding-bottom: 0.03rem
}

.welcome-head {
  text-align: left;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: normal;
  padding-top: 10px
}

ul.head-top-navwrap {
  float: right;
}

.welcome-head,
.user-name {
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: normal
}

.user-name {
  color: #fff;
  font-size: 30px;
  line-height: 40px
}

.member-menus {
  background: #f4f8fd;
  padding: 8px 0
}

.member-menus ul.menu {
  padding: 0;
  margin: 0
}

.member-menus ul.menu li>a {
  color: #004c97
}

.member-menus ul.menu li:hover>a,
.member-menus ul.menu li.current_page_item>a,
.member-menus ul.menu li.current-menu-parent>a,
.member-menus ul.menu li.current-menu-item>a {
  color: #00ab84
}

.member-menus ul.menu a:hover {
  text-decoration: none
}

.member-menus ul.menu li {
  list-style: none;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-size: 18px
}

.member-menus ul.menu>li {
  display: inline-block;
  padding-right: 35px
}

.member-menus ul.menu>li:last-child {
  padding-right: 0
}

.member-menus ul.sub-menu {
  display: none;
  background: #f4f8fd;
  padding: 22px 20px 0;
  top: 0;
  position: absolute;
  margin: 28px 0 0 -20px;
  width: 180px;
  box-sizing: content-box;
  z-index: 1
}

.member-menus ul.sub-menu li {
  padding-bottom: 12px;
  line-height: 22px;
  text-align: left;
}

.member-menus li.menu-item-has-children {
  position: relative
}

.member-menus li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.body-content {
  padding: 50px 0
}

.grey-box-wrap {
  background: #f3f3f4;
}

.grey-box-wrap,
.exclusive-saving-wrap {
  padding: 65px 0
}

.green-box {
  padding: 40px 20px 75px;
  background: #00ab84;
  margin: 60px auto
}

.green-box .container {
  position: relative;
  text-align: center
}

.green-box h2.section-heading.white {
  font-size: 34px;
  line-height: normal
}

.green-box img.shop-bag {
  margin: -80px auto 0;
  width: 225px;
}

.woocommerce-MyAccount-content {
  padding: 50px 0;
  position: relative
}

/* harshal start */
/*
form.edit-account .btn.save {
  position: absolute;
  bottom: 62px;
  margin: 0;
  left: 62%
}*/
#edit_account_form {
  max-width: 1280px !important;
  margin: auto
}

form.edit-account .btn.save {
  position: relative;
  margin: 0;
  left: 16px
}

.colL.mentee_para {
  width: 100% !important;
}


/* harshal end */

.table th,
.table td {
  vertical-align: middle;
  font-weight: 400;
  font-family: 'Theinhardt', Helvetica, sans-serif;
}

.table .thead-dark th {
  background: #02528a
}

.table-striped tbody tr:nth-of-type(odd) {
  background: none
}

.table-striped tbody tr:nth-of-type(even) {
  background: #f4f8fd
}

.dropdown .btn {
  padding: 10px 20px 6px;
  margin: 0;
  line-height: normal;
  min-width: auto;
  width: 100%;
  border-radius: 5px
}

.dropdown-toggle:after {
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  position: absolute
}

.exclusive-saving-wrap h2.section-heading {
  color: #00ab84;
  margin-bottom: 20px
}

.logo-img-list {
  margin-top: -30px;
  padding: 0
}

.logo-img-list li {
  list-style: none;
  display: inline;
  width: 33%;
  vertical-align: top
}

.accordion-row {
  padding-top: 30px
}

.accordion-row h2 {
  color: #004c97;
  font-size: 22px;
  margin-bottom: 25px;
}

.search-result-wrap td {
  line-height: normal
}

.table-section h2.text-blue {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 35px
}

.table-section ul.nav-tabs {
  margin-bottom: 30px
}

.table-section li.nav-item {
  cursor: pointer
}

.roundelle-text h4.text-green {
  font-size: 16px;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.1em
}

/* Harshal start */
#account_union_affiliation_unifor_number {
  height: 42px;
}

#label_unifor_number {
  margin-top: 15px;
}

.change-password-wrap .show-password-input:hover {
  color: #007bff;
}

/*
.change-password-wrap .show-password-input {
  position: absolute;
  right: 0px;
  padding-right: 10px;
  top: 50%;
  transform: translateY(140%);
  cursor: pointer;
  color: #666;
}

.change-password-wrap .show-password-input i {
  font-size: 16px;
}

.change-password-wrap .show-password-input:hover {
  color: #007bff;
}

.change-password-wrap .password-wrapper {
  position: relative;
}
*/


/* check lostpassword page */
.form-group>.show-password-input:last-child {
  display: none;
}

/* Harshal end */

.modal-header {
  position: relative
}

.modal-header .close {
  position: absolute;
  width: 22px;
  height: 22px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  line-height: normal;
  padding: 0
}

.modal-footer button {
  margin-bottom: 0
}

h4.modal-title {
  font-size: 20px
}

h2.black_row {
  background-color: #252a30;
  border-radius: 6px 6px 0 0;
  color: #fff !important;
  margin: 0;
  padding: 18px 0 !important;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

/* Customer-edit-profile.php */
label.control-label {
  display: block
}

.formBorder_bg,
.woocommerce-EditAccountForm {
  background: #fbfbfb
}

.edith3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: normal
}

.editp,
.woocommerce-EditAccountForm label.editp {
  font-family: 'Tiempos', Georgia, serif;
  font-size: 18px;
}

.woocommerce-EditAccountForm label {
  font-weight: 400
}

.mrgnBtm10 {
  margin-bottom: 10px
}

#Content {
  padding-bottom: 20px
}

div .error_text {
  color: #f00;
  font-size: 11px
}

.formBorder_bg,
.woocommerce-EditAccountForm {
  background: #fbfbfb none repeat scroll 0 0;
  background-color: #fff
}

fieldset legend {
  border: 0
}

fieldset legend strong {
  border-bottom: 4px solid #29bfc0;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  font-weight: normal
}

.card_box input {
  left: 14px;
  opacity: 0;
  position: absolute;
  top: 14px
}
/* Harshal Start Changes 24-03-2025 */
.page-id-7 .card_box input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
 /* Harshal End Changes 24-03-2025 */
.card_box input:checked+label {
  background: rgba(0, 0, 0, 0) url("img/radio_on.png") no-repeat scroll left 0 top 0
}

.card_box label {
  background: rgba(0, 0, 0, 0) url("img/radio_off.png") no-repeat scroll left 0 top 0;
  cursor: pointer;
  font-weight: normal;
  padding: 0 0 0 28px;
  font-size: 18px !important
}

.card_box,
.card_box_check {
  position: relative
}

.card_box_check input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 10px;
  cursor: pointer
}

.card_box_check input:checked+label {
  background: rgba(0, 0, 0, 0) url("img/checked.png") no-repeat scroll left 0 top 3px
}

.card_box_check label {
  background: rgba(0, 0, 0, 0) url("img/uncheck.png") no-repeat scroll left 0 top 3px;
  cursor: pointer;
  font-weight: normal;
  padding: 0 0 0 28px;
  font-size: 18px !important
}

.card_box.no-label {
  text-align: center;
  height: 32px
}

.card_box.no-label input {
  left: 0;
  right: 0;
  top: 0;
  width: 20px;
  height: 21px;
  margin: auto;
  cursor: pointer
}

.card_box.no-label label {
  width: 0;
  overflow: hidden;
  padding-left: 20px
}

.mar_top {
  margin: 20px 0
}

select {
  background: url("img/caret.png") no-repeat #fff scroll right 10px top 17px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 42px !important;
  padding-right: 30px !important
}

.no_select_icon select {
  background: none !important;
  height: auto !important
}

.date_icon {
  background: rgba(0, 0, 0, 0) url("img/calendar.png") no-repeat scroll right 9px top 8px !important
}

fieldset .form-group abbr {
  display: none
}

h3.form-group-title {
  margin-bottom: 35px;
  font-family: 'Tiempos', Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #02528a;
  border-bottom: 5px solid #00a886;
  padding-bottom: 10px;
  letter-spacing: normal;
  text-transform: none
}

.woocommerce form input.input-text {
  height: 42px;
  padding-bottom: 5px;
  color: #004c97;
}

.woocommerce form input.input-text,
.woocommerce form select {
  box-shadow: none !important;
}

.woocommerce form input.error {
  box-shadow: 0 0 8px rgb(255, 0, 0, .5) !important;
}

.error-txt,
.error {
  color: #ff0000a1;
}

.current-status-wrap {
  position: relative;
  font-family: 'Theinhardt', Helvetica, sans-serif
}

.current-status-wrap p {
  line-height: normal;
  margin-bottom: 10px
}

.current-status-wrap p span.label {
  display: inline-block;
  width: 130px;
  padding-right: 25px
}

.current-status-wrap .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0
}

.pTop50 {
  padding-top: 50px
}

.pTop30 {
  padding-top: 30px
}

.pTop25 {
  padding-top: 25px
}

.pTop20 {
  padding-top: 20px
}

.pBtm0 {
  padding-bottom: 0
}

.pBtm10 {
  padding-bottom: 10px
}

.pBtm20 {
  padding-bottom: 20px
}

.pBtm30 {
  padding-bottom: 30px
}

.pRgt50 {
  padding-right: 50px
}

.mrgTB20 {
  margin: 20px 0
}

.mBtm2 {
  margin-bottom: 2px
}

.mBtm20 {
  margin-bottom: 20px
}

.d-inline-block+.d-inline-block {
  margin-left: 25px
}

span.infoIcon {
  vertical-align: 2px;
  width: 20px;
  display: inline-block
}

span.infoIcon img,
img.magzine-cover {
  width: 100%
}

.magzine-cover-wrap {
  padding-bottom: 30px
}

.magzine-cover-wrap a {
  text-decoration: none
}

.magzine-cover-wrap a p {
  margin-bottom: 10px
}

.cart-wrap {
  padding: 30px 0
}

.cart-wrap tfoot td.head {
  padding-right: 15px
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  margin: 0
}

.woocommerce-checkout-payment .place-order {
  text-align: right;
  padding: 25px 1em 25px 0
}

.woocommerce-checkout-payment .place-order input {
  margin: 0
}

.change_method,
.form-pay-wrap,
.woocommerce-order-thankyou {
  padding: 50px 0
}

.woocommerce ul.order_details {
  padding: 0
}

.woocommerce ul.order_details li {
  width: 23%
}

.woocommerce ul.order_details li:last-child {
  margin-right: 0
}

tfoot {
  border-top: 2px solid #dee2e6;
  border-bottom: 3px solid #dee2e6
}

tfoot th {
  text-align: right;
  padding-right: 70px;
  font-weight: bold;
  font-family: 'Tiempos', Georgia, serif
}

.form-pay-wrap .product-total,
.woocommerce-table__product-table.product-total {
  width: 200px
}

.wc_payment_methods {
  list-style: none;
  padding: 25px 30px;
  background: #f5f5f5
}

.payment_method_moneris fieldset p.form-row {
  display: block
}

.wc_payment_method .card_box label {
  line-height: 20px
}

#account_email_msg_subscription_field label {
  display: block;
  margin-bottom: 12px;
  font-size: 16px !important
}

.content-body img,
.download-card-wrap img,
.exclusive-saving-wrap img {
  max-width: 100%
}

.new-signup-wrap {
  background: #e6f2f9;
  margin: 20px auto;
  width: 100%;
  padding: 35px 0 30px
}

.grn-txt {
  color: #00a886 !important
}

.blue-txt {
  color: #004c97 !important
}

.member-benefits-wrap h3 a {
  text-decoration: none
}

.exclusive-saving-wrap .ff-theinh,
.left-side-block .ff-theinh {
  line-height: 22px;
  font-weight: normal
}

.left-side-block {
  padding-right: 95px;
  padding-top: 0px
}

.join-sig-wrap p {
  margin-bottom: 0
}

#have-a-ques label {
  margin-bottom: 0;
  line-height: normal
}

.have-question-wrap h3 a {
  display: inline-block;
  background: #e4f1fb;
  color: #004c97;
  font-family: 'Theinhardt', Helvetica, sans-serif !important;
  padding: 30px 40px
}

.leave_a_testimonial {
  padding: 20px 22px 25px;
  border: 15px solid #e4f1fb;
  border-radius: 6px;
  position: relative
}

.leave_a_testimonial:after {
  position: absolute;
  display: block;
  content: "";
  background: url(img/angle.png) no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100px;
  left: -15px;
  bottom: -100px
}

.leave_a_testimonial h3 {
  line-height: 32px;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal
}

.leave_a_testimonial p {
  line-height: 24px;
  font-size: 20px
}

.leave_a_testimonial a {
  font-size: 20px;
  font-weight: bold;
  color: #004c97
}

.leave_a_testimonial a:hover {
  cursor: pointer
}

.testimonial_desc_error_text {
  font-size: 15px;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: normal
}

#testimonial_form .btn {
  padding: 10px 10px 5px !important;
  height: auto;
  line-height: 27px;
  border-radius: 8px;
  margin: 0
}

/* woocommerce style override */
#woocommerce-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px
}

#woocommerce-wrapper header {
  display: none
}

#woocommerce-wrapper footer {
  display: none
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  flex: 0 0 48%;
  float: left;
  padding-left: 0;
  width: 48%;
  max-width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: 0 0 48%;
  float: right;
  padding-left: 0;
  width: 48%;
  max-width: 48%
}

/*.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 2em;margin:0 0 2em;position:relative;background-color:#fff;color:#515151;border-top:0;list-style:none outside;width:auto;word-wrap:break-word}
.woocommerce-info::before{color:#004c97}
.woocommerce-message::before{color:#004c97}*/
.alert.woocommerce-message {
  padding-left: 50px
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: '\e015';
  display: inline-block;
  position: absolute;
  top: 1em;
}

.alert.woocommerce-message::before {
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #00ab84;
  text-decoration: none;
  background-image: none;
  color: #fff
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  margin-top: 20px;
  padding: 15px 15px 14px 15px;
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .1em;
  color: #00ab84;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  border: 3px solid #00ab84;
  border-radius: 0
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 16px;
  line-height: 22px
}

.woocommerce ul.products li.product .price {
  color: #004c97
}

input,
button,
select,
optgroup,
textarea {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #004c97;
  border: 2px solid #004c97;
  border-radius: 0;
  font-family: 'Theinhardt', Helvetica, sans-serif;
}

.woocommerce form .form-row .required {
  color: #004c97;
}

.woocommerce-MyAccount-navigation ol,
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation dl {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px
}

.woocommerce-MyAccount-navigation li {
  font-weight: 700
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #00ab84
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #fff;
  color: #00ab84
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #00ab84;
  color: #fff
}

.woocommerce .quantity .qty {
  margin-top: 20px;
  height: 53px
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  height: 53px
}

.woocommerce table.shop_table {
  border-radius: 0
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0
}

.woocommerce a.remove {
  color: #00ab84 !important
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background-color: #00ab84
}

#coupon_code {
  margin: 0 15px 0 0;
  height: 53px;
  width: auto;
  float: left
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  background: none
}

.woocommerce-checkout #payment .form-row.cancel-order,
.woocommerce-checkout #payment .form-row.place-order {
  padding: 20px 0 0;
  background: none
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 2px solid #fff
}

.woocommerce form input.input-text,
.woocommerce .form-row textarea {
  width: 100%
}

.woocommerce-billing-fields .form-row,
.woocommerce-additional-fields .form-row {
  display: block !important
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 15px 15px 14px 15px
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #00ab84
}

.woocomerce-form label,
.instruction p,
.woocommerce-EditAccountForm label {
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #004c97
}

.woocomerce-form label,
.instruction p,
.woocommerce-EditAccountForm label {
  font-size: 16px;
}

.woocommerce a.remove {
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

td.product-name a {
  color: #004c97
}

.cart-collaterals {
  padding-top: 30px
}

.cross-sells h2 {
  line-height: normal
}

h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #004c97
}

.woocommerce-message a.button.wc-forward {
  display: none
}

.wc-moneris-new-payment-method-form .form-row-last .select-wrap {
  float: left;
  width: 90px;
  margin-right: 15px
}

.wc-moneris-new-payment-method-form .form-row-last .select-wrap select {
  width: 100% !important
}

#account_affinity_partner_field,
#account_rpnao_newsletter_field,
.select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 0
}

.select2-container .select2-selection--single {
  height: 42px
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single,
.select2-results__option {
  font-family: 'Theinhardt', Helvetica, sans-serif;
  font-size: 16px;
  color: #004c97
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px
}

input#wc-moneris-account-number,
.js-wc-moneris-new-payment-method-form select {
  height: 42px;
  padding-bottom: 3px;
  color: #004c97;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem
}

#order_review .cart_item .product-name {
  width: 75%
}

.js-wc-moneris-new-payment-method-form select {
  width: 90px !important;
  margin-right: 15px !important
}

.modal-body {
  font-size: 16px
}

.default-card {
  padding-left: 10px;
  display: inline-block;
  width: 28px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.default-card:before {
  display: inline-block;
  content: '\e015';
  font-family: WooCommerce;
  color: #8fae1b;
  margin-right: 3px;
}

.cusotm-default-button {
  background: #8fae1b;
  color: #fff;
  padding: 4px 12px 0;
  border: 0;
  font-size: 13px;
  display: inline-block;
  line-height: normal;
  margin: 0 0 0 10px
}

td .dropdown-menu {
  font-size: 15px;
  line-height: 20px
}

td .dropdown-menu a {
  text-decoration: none;
  padding: 3px 15px
}

.mapp-top-wrap {
  position: relative;
  padding: 35px 0px;
}

.mapp-top-wrap .colL {
  width: 75%;
}

.mapp-top-wrap .colL.metor_full_width {
  width: 100%;
}

.mapp-top-wrap .colR {
  position: absolute;
  top: 35px;
  right: 0px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #ececec;
  border-radius: 6px 0 0 6px;
  padding: 15px 48px 20px 40px;
  background: #fff;
  width: 300px;
  text-align: center;
}

.mapp-top-wrap .colR p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.checkout_br {
  content: "ff";
  width: 100%;
}

.small-note {
  font-size: 13px;
  line-height: 20px;
}

.tax_label {
  display: none;
}

.member-menus nav.navbar {
  display: block;
  width: auto;
  text-align: right;
}

.member-menus nav.navbar,
.navbar-toggler {
  margin: 0;
  padding: 0;
  outline: none !important
}

.navbar_toggler_icon {
  background: url(img/bar-icon.png) no-repeat;
  width: 26px;
  height: 22px;
  display: block
}

.member-menus .navbar-collapse.show ul.menu>li {
  display: list-item;
  padding-right: 0;
}

.product-type-simple td.price {
  white-space: nowrap
}

.woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod .button {
  background: #004c97;
  box-shadow: none !important;
  border: 0;
  color: #fff !important
}

.woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod .button:hover {
  background-color: #012D5A !important;
  border-color: #012D5a !important
}

.pay-stat {
  color: red;
  font-weight: bold
}

strong.mem-desc {
  color: #00a886;
  display: block;
  font-style: italic;
  font-weight: 500;
  margin-top: 10px;
  width: 70%
}

#special_policy_plan_desc thead {
  background-color: #f1f6fc;
  color: #02528a;
  border-color: #f1f6fc
}

#btnadd_card {
  width: max-content
}
/* Harshal Start New changes 13-05-2025 */
.new-signup-wrap.loggedIn {
    background: none;
    margin: auto;
    padding: 0;
}
/* Harshal End New changes 13-05-2025 */
/*
input#save_account_dtls {
  bottom: 0px;
  left: 3%;
  width: auto;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

#save_account_dtls:active,
#save_account_dtls:focus {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  transform: none;
}
*/

/* For small screens (adjust button size and position) */
@media screen and (max-width: 768px) {
  input#save_account_dtls {
    width: 100%;
    /* Full width on smaller screens */
    text-align: center;
    /* Center the button */
    margin-top: 10px;
    /* Reduce margin on small screens */
  }
}

/* For extra small screens (e.g., mobile devices) */
@media screen and (max-width: 480px) {
  input#save_account_dtls {
    font-size: 14px;
    /* Make button text smaller */
    padding: 12px 0;
    /* Adjust padding for smaller buttons */
  }
}

@media only screen and (min-width:576px) {}

@media only screen and (min-width:768px) {
  .subscribe-form-wrap .form-btn {
    margin-right: 0;
    padding-right: 15px
  }
}

@media only screen and (min-width:992px) {
  .subscribe-form-wrap .my_zippara {
    width: 33.3%
  }

  .green-box {
    padding: 80px 20px 120px
  }

  .green-box img.shop-bag {
    position: absolute;
    margin: 0;
    top: -140px;
    left: 0;
    width: 265px;
  }

  .green-box h2.section-heading.white {
    font-size: 40px
  }
}

@media only screen and (min-width:1200px) {
  .subscribe-form-wrap .my_zippara {
    width: 19%;
    padding-right: 0
  }
}

.new_grade_link {
  color: #00ab84;
}

.new_grade_link {
  color: #004c97;
  text-decoration: underline;
}

/*.woocommerce-store-notice, p.demo_store{
	background-color: #164e87!important;
}*/
.woocommerce-store-notice__dismiss-link {
  margin-left: 10px;
}

.special_policy_plan_desc strong.mem-desc {
  width: 100%;
}
/* Harshal Start Changes 03-11-2025 */
#nurse_type_field label[for="nurse_type_Newly Graduated Nurse"]:first-child{ margin-bottom: 15px; line-height: normal; color: #00AB84; font-family: 'Tiempos', Georgia, serif; font-weight: 700; background: unset;padding:30px 0 0}
#nurse_type_field .woocommerce-input-wrapper{display:flex;flex-direction:column}
/* Harshal End Changes 03-11-2025 */