@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&display=swap");
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;
  overflow-x: hidden;
  color: #122347;
  position: relative;
}

.alert-danger {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #122d31;
  border: 1px solid #122d31;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: rgba(18, 45, 49, 0.4862745098);
}

a {
  text-decoration: none;
  color: #333;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  cursor: pointer;
}
a:focus {
  outline: 0px !important;
}

i {
  margin-right: 8px;
}
@media screen and (max-width: 1600px) {
  i {
    margin-right: 5px;
  }
}

ul li {
  list-style: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

input:focus {
  outline: 0px !important;
}

.wpcf7-not-valid-tip {
  font-family: "Roboto", sans-serif !important;
}

#scroll-top i {
  margin: 0px;
}

img {
  width: 100%;
}

.invalid .wpcf7-response-output,
.sent .wpcf7-response-output,
.error .wpcf7-response-output,
.valid .wpcf7-response-output {
  font-size: 14px;
  margin: 0px;
  margin-top: 20px;
  color: #fff;
  padding: 7px 10px !important;
  margin: 28px 10px 0px !important;
  width: auto;
  font-family: "gothambold";
}
@media screen and (max-width: 980px) {
  .invalid .wpcf7-response-output,
  .sent .wpcf7-response-output,
  .error .wpcf7-response-output,
  .valid .wpcf7-response-output {
    margin: 28px 0px 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .invalid .wpcf7-response-output,
  .sent .wpcf7-response-output,
  .error .wpcf7-response-output,
  .valid .wpcf7-response-output {
    font-size: 13px;
  }
}

.invalid .wpcf7-response-output {
  background: #a10b0b;
  color: #fff;
  font-weight: 500;
  border-color: #a10b0b !important;
  text-align: center;
}

.sent .wpcf7-response-output {
  background: #037912;
  color: #fff;
  font-weight: 500;
  border-color: #037912 !important;
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #333 !important;
  border: 1px solid #ddd !important;
}

.pip-inner-banner-section {
  min-height: 380px;
  background-position: bottom center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pip-inner-banner-section {
    min-height: 250px;
  }
}
.pip-inner-banner-section::before {
  background-color: #EC098E;
  opacity: 0.3;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  position: absolute;
  content: "";
}
.pip-inner-banner-section .pip-inner-banner-title h1 {
  color: #FFFFFF !important;
  font-family: "Roboto", Sans-serif !important;
  font-size: 56px;
  font-weight: bold !important;
  text-shadow: -4px 2px 6px rgba(0, 0, 0, 0.3);
  text-transform: initial !important;
  letter-spacing: 0px !important;
}
@media screen and (max-width: 1024px) {
  .pip-inner-banner-section .pip-inner-banner-title h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .pip-inner-banner-section .pip-inner-banner-title h1 {
    font-size: 35px;
    margin-top: 35px;
  }
}
.pip-inner-banner-section.pip-about-banner-section, .pip-inner-banner-section.pip-contact-banner-section {
  background-position: top center !important;
}

.pip-inner-page-section {
  max-width: 1140px !important;
  padding-top: 4%;
}
@media screen and (max-width: 1200px) {
  .pip-inner-page-section {
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .pip-inner-page-section {
    padding: 5%;
  }
}
.pip-inner-page-section p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  margin-bottom: 0.9rem;
  font-size: 18px;
  letter-spacing: 0px !important;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .pip-inner-page-section p {
    font-size: 16px;
  }
}
.pip-inner-page-section.pip-about-partner-section {
  max-width: 100% !important;
  padding-top: 0;
}

a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.pip-wave-shape-wrap {
  padding: 0;
  margin-top: -61px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pip-wave-shape-wrap {
    margin-top: -40px;
  }
}

.pip-wave-shape {
  width: 100%;
}
.pip-wave-shape .elementor-icon {
  width: 100%;
}
.pip-wave-shape svg {
  width: 100%;
  height: 61px;
  display: block;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pip-wave-shape svg {
    height: 40px;
  }
}

.pip-inner-page-section h2,
.pip-inner-page-section h3,
.pip-about-content-sec h2,
.pip-about-content-sec h3 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  text-transform: capitalize;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  margin-top: 0;
}
.pip-inner-page-section h2,
.pip-about-content-sec h2 {
  color: #EC098E !important;
  margin-bottom: 2%;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .pip-inner-page-section h2,
  .pip-about-content-sec h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-inner-page-section h2,
  .pip-about-content-sec h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pip-inner-page-section h2,
  .pip-about-content-sec h2 {
    font-size: 24px;
  }
}
.pip-inner-page-section h3,
.pip-about-content-sec h3 {
  font-size: 28px;
  color: #015B80 !important;
}
@media screen and (max-width: 1200px) {
  .pip-inner-page-section h3,
  .pip-about-content-sec h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-inner-page-section h3,
  .pip-about-content-sec h3 {
    font-size: 20px;
  }
}
.pip-inner-page-section p a,
.pip-about-content-sec p a {
  color: #EC098E !important;
}
.pip-inner-page-section p a:hover,
.pip-about-content-sec p a:hover {
  color: #336 !important;
}
.pip-inner-page-section ul,
.pip-about-content-sec ul {
  padding-left: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pip-inner-page-section ul,
  .pip-about-content-sec ul {
    padding-left: 30px;
  }
}
.pip-inner-page-section ul li,
.pip-about-content-sec ul li {
  list-style: disc;
  color: #333;
}
.pip-inner-page-section ul li a,
.pip-about-content-sec ul li a {
  color: #EC098E !important;
}
.pip-inner-page-section ul li a:hover,
.pip-about-content-sec ul li a:hover {
  color: #336 !important;
}

.eventon_filter_dropdown {
  max-height: 350px !important;
  overflow-y: scroll;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Segoe UI.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Segoe UI Bold.woff") format("woff");
}
.pip-header-section {
  padding: 0px;
}
.pip-header-section .pip-header-wrap {
  padding: 0px;
}
.pip-header-section .pip-header-wrap .pip-header-top-col {
  padding: 0px;
}
.pip-header-section .pip-header-wrap .pip-header-top-col > div {
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col > div {
    padding: 0px 40px;
    max-width: 100%;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col > div {
    padding: 0px 20px;
    max-width: 100%;
    flex-direction: column !important;
    padding: 0px 20px !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-left-col {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-left-col {
    width: 100%;
    text-align: center !important;
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-left-col {
    max-width: 400px;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-right-col {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-right-col {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-right-col {
    padding-left: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-right-col > div {
    padding-top: 0px !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-logo img {
  width: 100%;
  height: auto;
  max-height: 140px;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-logo img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap {
    padding-left: 0px !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap > div {
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap > div {
    justify-content: center;
    padding: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap .pip-header-btn {
  width: auto;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap .pip-header-btn a {
  color: #FFFFFF;
  background-color: #EC098E;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-style: solid;
  border-color: #EC098E;
  box-shadow: 3px 3px 5px 0px rgba(122, 122, 122, 0.61);
  padding: 10px 30px 10px 30px;
  white-space: nowrap;
  margin: 0px 10px;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap .pip-header-btn a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap .pip-header-btn a {
    font-size: 14px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap .pip-header-btn a {
    padding: 8px 10px;
    margin: 8px;
    min-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap .pip-header-btn a {
    font-size: 13px;
    min-width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-button-wrap .pip-header-btn a {
    width: 175px;
    padding: 8px 5px;
    margin: 10px 0px;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap {
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;
    display: none;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap {
    display: none;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap .elementor-social-icons-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap .elementor-social-icons-wrapper {
    justify-content: center;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap a {
  background: transparent;
  width: auto;
  height: auto;
  margin: 0px 10px;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap a svg {
  width: 24px;
  height: 24px;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap a svg path {
  fill: #EC098E;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-social-icon-wrap a:hover svg path {
  fill: #015B80;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn {
  width: 32%;
  text-align: right;
  margin-right: 2%;
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn {
    width: auto;
    text-align: left;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn {
    width: 100%;
    text-align: center;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__wrapper {
    text-align: center !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__products {
  padding-right: 10px;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__products::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__products::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__product-name a {
  color: #ec098e;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__product-name a:hover {
  color: #015b80;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__product-price .quantity {
  color: #015b80;
  font-weight: 600;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  background-color: #015b80;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
  background-color: #69727d;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__footer-buttons .elementor-button--checkout {
  background-color: #ec098e;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
  background-color: #69727d;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
  padding: 10px 15px;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
    padding: 9px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-header-social-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
    padding: 8px 15px;
  }
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__products {
  padding-right: 10px;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__products::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__products::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__product-name a {
  color: #ec098e;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__product-name a:hover {
  color: #015b80;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__product-price .quantity {
  color: #015b80;
  font-weight: 600;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  background-color: #015b80;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
  background-color: #69727d;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__footer-buttons .elementor-button--checkout {
  background-color: #ec098e;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
  background-color: #69727d;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
  padding: 10px 15px;
  border: 1px solid #000;
  background: #fff;
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
    padding: 9px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
    padding: 8px 15px;
  }
}
.pip-header-section .pip-header-wrap .pip-cart-btn .product-remove {
  border: 1px solid #015b80 !important;
}
.pip-header-section .pip-header-wrap .pip-cart-btn .product-remove::after, .pip-header-section .pip-header-wrap .pip-cart-btn .product-remove::before {
  background: #015b80 !important;
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col {
  background: #EC098E;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col {
    position: absolute;
    top: 100%;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col > div {
  max-width: 100% !important;
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li {
  padding: 10px 10px 0px;
}
@media screen and (max-width: 1300px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li {
    padding: 10px 4px 0;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li {
    width: 100%;
    padding: 0px !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0px 14px 0px 14px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  padding: 0;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li a {
    padding: 10px 20px;
    margin: 0px !important;
    color: #EC098E;
    background: #fff;
    font-weight: 400;
    text-transform: capitalize;
  }
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li a:hover {
    color: #fff !important;
    background-color: #EC098E !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.current-menu-item a {
  border-bottom: 1px solid #fff;
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children {
  position: relative;
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .has-submenu .sub-arrow svg path {
  fill: #fff;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .has-submenu .sub-arrow svg path {
    fill: #EC098E;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .has-submenu:hover ~ .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .has-submenu:hover .sub-arrow svg path {
    fill: #fff;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .sub-menu {
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3098039216);
  bottom: 0 !important;
  flex-wrap: wrap;
  height: fit-content;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  padding: 0px;
  top: 110% !important;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .sub-menu {
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .sub-menu .menu-item {
  width: 100%;
  padding: 12px;
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .sub-menu .menu-item a {
  margin: 0px !important;
  color: #EC098E;
  background: transparent !important;
  border-left: 0px !important;
  text-transform: capitalize !important;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .sub-menu .menu-item a {
    border: 0px !important;
    margin: 0px 10px !important;
    padding: 5px 20px !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .sub-menu .menu-item a:hover {
  color: #015B80 !important;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu ul li.menu-item-has-children .sub-menu .menu-item a:hover {
    background-color: #fff !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu .elementor-menu-toggle {
  background: #fff;
}
.pip-header-section .pip-header-wrap .pip-header-bottom-col .pip-header-menu .elementor-menu-toggle svg path {
  fill: #EC098E;
}

/*mobile-new-menu*/
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col > div {
    flex-direction: row !important;
    padding: 0 12px !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-left-col {
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-left-col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-top-header-left-col {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu {
    display: block;
    width: 20%;
    max-width: 20%;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu .elementor-menu-toggle {
    margin-left: auto !important;
    margin-right: 0 !important;
    background: #EC098E !important;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu .elementor-menu-toggle svg {
  fill: #fff;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -ms-transition: 0.8s all;
  -o-transition: 0.8s all;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu .elementor-menu-toggle.elementor-active {
  z-index: 9999;
  top: 10px;
  position: fixed;
  right: 12px;
  background: black !important;
  padding: 2px;
  border: 2px solid #fff;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu .elementor-menu-toggle.elementor-active ~ nav.elementor-nav-menu--dropdown {
  transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -o-transform: translateX(0%) !important;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav::-webkit-scrollbar-thumb {
  width: 0px !important;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav::-webkit-scrollbar {
  width: 0 !important;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown {
  position: fixed !important;
  top: 0px;
  background: #272b2f;
  width: 100% !important;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -ms-transition: 0.8s all;
  -o-transition: 0.8s all;
  right: 0;
  z-index: 99;
  margin-top: 0;
  transform: translateX(100%) !important;
  max-height: 100% !important;
  animation: none !important;
  -webkit-transform: translateX(100%) !important;
  -moz-transform: translateX(100%) !important;
  -ms-transform: translateX(100%) !important;
  -o-transform: translateX(100%) !important;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown ul {
  overflow-y: auto;
  background: black;
  height: 100vh;
  width: 100%;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown ul::-webkit-scrollbar-thumb {
  width: 0px !important;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown ul::-webkit-scrollbar {
  width: 0 !important;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown ul {
    margin-left: 50%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown ul {
    margin-left: 20%;
  }
}
@media screen and (max-width: 480px) {
  .pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown ul {
    margin-left: 10%;
  }
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown ul li.menu-item.current-menu-item a {
  background-color: #EC098E;
}
.pip-header-section .pip-header-wrap .pip-header-top-col .pip-new-mobile-menu nav.elementor-nav-menu--dropdown ul li a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-header-bottom-col {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pip-header-section .pip-top-header-right-col {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pip-header-section .pip-top-header-right-col .pip-header-button-wrap > div {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 480px) {
  .pip-header-section .pip-top-header-right-col .pip-header-button-wrap .pip-header-btn {
    width: auto;
  }
  .pip-header-section .pip-top-header-right-col .pip-header-button-wrap .pip-header-btn a {
    width: auto !important;
    margin: 5px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  .pip-header-section .pip-top-header-right-col .pip-header-button-wrap .pip-header-btn.pip-header-donate-btn {
    display: none;
  }
}
.pip-header-section .pip-top-header-right-col .pip-header-button-wrap .pip-cart-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-top-header-right-col .pip-header-button-wrap .pip-cart-btn {
    display: none !important;
  }
}
.pip-header-section .pip-top-header-right-col .pip-header-button-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
  margin-left: 5px;
}
@media screen and (max-width: 1200px) {
  .pip-header-section .pip-top-header-right-col .pip-header-button-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
    padding: 9px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pip-header-section .pip-top-header-right-col .pip-header-button-wrap .pip-cart-btn .elementor-menu-cart__toggle_button {
    padding: 8px 15px;
  }
}

/*sticky header*/
.elementor-location-header,
.pip-header-bottom-col,
.pip-header-social-wrap {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.elementor-location-header.pip-sticky-header,
.pip-header-bottom-col.pip-sticky-header,
.pip-header-social-wrap.pip-sticky-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 2px 5px 12px -3px rgba(0, 0, 0, 0.431372549);
}
.elementor-location-header.pip-sticky-header .pip-header-bottom-col,
.pip-header-bottom-col.pip-sticky-header .pip-header-bottom-col,
.pip-header-social-wrap.pip-sticky-header .pip-header-bottom-col {
  display: none;
}
.elementor-location-header.pip-sticky-header .pip-header-social-wrap,
.pip-header-bottom-col.pip-sticky-header .pip-header-social-wrap,
.pip-header-social-wrap.pip-sticky-header .pip-header-social-wrap {
  display: none;
}
.elementor-location-header.pip-sticky-header .pip-header-social-wrap .pip-social-icon-wrap,
.pip-header-bottom-col.pip-sticky-header .pip-header-social-wrap .pip-social-icon-wrap,
.pip-header-social-wrap.pip-sticky-header .pip-header-social-wrap .pip-social-icon-wrap {
  display: none;
}
.elementor-location-header.pip-sticky-header .pip-top-header-right-col > .e-con-inner,
.pip-header-bottom-col.pip-sticky-header .pip-top-header-right-col > .e-con-inner,
.pip-header-social-wrap.pip-sticky-header .pip-top-header-right-col > .e-con-inner {
  padding: 0px 0px !important;
}
.elementor-location-header.pip-sticky-header .pip-header-button-wrap .pip-cart-btn,
.pip-header-bottom-col.pip-sticky-header .pip-header-button-wrap .pip-cart-btn,
.pip-header-social-wrap.pip-sticky-header .pip-header-button-wrap .pip-cart-btn {
  display: block;
}
.elementor-location-header.pip-sticky-header .pip-header-top-col .pip-header-logo img,
.pip-header-bottom-col.pip-sticky-header .pip-header-top-col .pip-header-logo img,
.pip-header-social-wrap.pip-sticky-header .pip-header-top-col .pip-header-logo img {
  max-width: 375px;
}

.pip-footer-section {
  padding: 0;
}
.pip-footer-section .pip-footer-logo-section {
  padding: 0;
}
.pip-footer-section .pip-footer-logo-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #11567e;
}
.pip-footer-section .pip-footer-logo-section .pip-footer-logo-list-col .gallery {
  display: flex;
  padding: 20px 0px;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-logo-section .pip-footer-logo-list-col .gallery {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-logo-section .pip-footer-logo-list-col .gallery .gallery-item {
    width: 50%;
  }
}
.pip-footer-section .pip-footer-logo-section .pip-footer-logo-list-col .gallery .gallery-item img {
  height: 100px;
  object-fit: contain;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-logo-section .pip-footer-logo-list-col .gallery .gallery-item img {
    padding: 0 10px;
  }
}
.pip-footer-section .pip-footer-content-section {
  position: relative;
  padding: 40px 40px 10px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section {
    padding: 20px 15px 10px;
  }
}
.pip-footer-section .pip-footer-content-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #EC098E;
  opacity: 0.73;
}
.pip-footer-section .pip-footer-content-section p,
.pip-footer-section .pip-footer-content-section a,
.pip-footer-section .pip-footer-content-section h4 {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section p,
  .pip-footer-section .pip-footer-content-section a {
    font-size: 14px;
  }
}
.pip-footer-section .pip-footer-content-section a {
  text-decoration: underline;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pip-footer-section .pip-footer-content-section a:hover {
  font-weight: 600;
}
.pip-footer-section .pip-footer-content-section > div {
  flex-direction: row !important;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section > div {
    flex-wrap: wrap !important;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-col-title {
  margin-bottom: 20px;
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-col-title h4 {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-col-title h4 {
    font-size: 22px;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-menu ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-menu ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-menu ul li {
    margin-bottom: 10px;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap {
  padding: 0px;
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-social-icons .elementor-social-icons-wrapper {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-social-icons .elementor-social-icons-wrapper {
    justify-content: flex-start;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-social-icons a {
  width: auto;
  height: auto;
  background: #fff;
  padding: 6px;
  border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-social-icons a svg {
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-social-icons a svg {
    width: 16px;
    height: 16px;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-social-icons a svg path {
  fill: #EC098E;
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-social-icons a:hover svg path {
  fill: #015B80;
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap {
  padding-left: 0;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap > div {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap > div {
    flex-wrap: nowrap;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap .pip-footer-btn {
  text-align: left;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap .pip-footer-btn {
    width: 50%;
    margin-right: 30px;
    max-width: 190px;
  }
}
@media screen and (max-width: 480px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap .pip-footer-btn {
    width: 50%;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap .pip-footer-btn a {
  font-family: montserrat, Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  fill: #ec098e;
  color: #ec098e;
  background-color: #fff;
  padding: 5%;
  width: 100%;
  max-width: 190px;
  height: 46px;
  margin: 30px 0px 0px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap .pip-footer-btn a {
    font-size: 18px;
    height: auto;
    padding: 10px 5%;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap .pip-footer-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap .pip-footer-btn a {
    font-size: 14px;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col .pip-footer-social-wrap .pip-footer-button-wrap .pip-footer-btn a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.pip-footer-section .pip-footer-content-section .pip-footer-col-one {
  width: 40%;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col-one {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col-one {
    width: 100%;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col-two {
  width: 33.33%;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col-two {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col-two {
    width: 100%;
  }
}
.pip-footer-section .pip-footer-content-section .pip-footer-col-three {
  width: 26.333%;
}
@media screen and (max-width: 980px) {
  .pip-footer-section .pip-footer-content-section .pip-footer-col-three {
    width: 100%;
  }
}
.pip-footer-section .pip-footer-copyright-section {
  background: #015B80;
}
.pip-footer-section .pip-footer-copyright-section p {
  margin-bottom: 0px !important;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .pip-footer-section .pip-footer-copyright-section p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pip-footer-section .pip-footer-copyright-section p {
    font-size: 14px;
  }
}

.pip-home-banner-section {
  padding: 0px;
  position: relative;
}
.pip-home-banner-section .pip-banner-video {
  height: 544px;
}
@media screen and (max-width: 980px) {
  .pip-home-banner-section .pip-banner-video {
    height: 250px;
  }
}
.pip-home-banner-section .pip-banner-video iframe {
  height: 544px !important;
}
@media screen and (max-width: 980px) {
  .pip-home-banner-section .pip-banner-video iframe {
    height: 250px !important;
  }
}
.pip-home-banner-section .pip-banner-video .e-hosted-video {
  height: 100%;
  width: 100%;
}
.pip-home-banner-section .pip-banner-content-wrap {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .pip-home-banner-section .pip-banner-content-wrap {
    padding-top: 70px;
  }
}
.pip-home-banner-section .pip-banner-content-wrap .pip-banner-title {
  padding: 30px 75px;
  background-color: rgba(236, 9, 142, 0.6705882353);
  border-style: solid;
  border-color: rgba(236, 9, 142, 0);
  border-radius: 20px 20px 20px 20px;
  animation-name: fadeInDown;
  animation-duration: 1.25s;
}
@media screen and (max-width: 980px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-title {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-title {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-title {
    padding: 20px 15px;
  }
}
.pip-home-banner-section .pip-banner-content-wrap .pip-banner-title h1 {
  color: #fff;
  font-family: roboto, Sans-serif;
  font-size: 70px;
  font-weight: 700;
  text-shadow: -4px 2px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-title h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-title h1 {
    font-size: 30px;
    text-align: left;
  }
}
.pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap > div {
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap > div {
    justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap > div {
    flex-wrap: wrap;
  }
}
.pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap .pip-banner-btn {
  margin: 20px;
  padding: 3em 0 0;
  animation-name: fadeInUp;
  animation-duration: 1.25s;
}
@media screen and (max-width: 767px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap .pip-banner-btn {
    margin: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap .pip-banner-btn:nth-child(2) {
    display: none;
  }
}
.pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap .pip-banner-btn a {
  font-family: montserrat, Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  fill: #fff;
  color: #fff;
  background-color: #ec098e;
  padding: 20px 30px;
  min-width: 250px;
}
@media screen and (max-width: 1200px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap .pip-banner-btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap .pip-banner-btn a {
    font-size: 16px;
    padding: 15px 25px;
    min-width: 190px;
  }
}
@media screen and (max-width: 480px) {
  .pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap .pip-banner-btn a {
    font-size: 14px;
    padding: 12px 25px;
    min-width: 150px;
  }
}
.pip-home-banner-section .pip-banner-content-wrap .pip-banner-btn-wrap .pip-banner-btn a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.pip-annual-fund-section {
  background: #EC098E;
}
.pip-annual-fund-section > div {
  flex-wrap: wrap !important;
  flex-direction: column !important;
}
.pip-annual-fund-section .pip-section-title {
  width: 100%;
  margin: 30px 0px !important;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .pip-annual-fund-section .pip-section-title {
    margin-bottom: 0 !important;
  }
}
.pip-annual-fund-section .pip-section-title h2 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 1200px) {
  .pip-annual-fund-section .pip-section-title h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 980px) {
  .pip-annual-fund-section .pip-section-title h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .pip-annual-fund-section .pip-section-title h2 {
    font-size: 30px;
  }
}
.pip-annual-fund-section .pip-fundraisers-list-row {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap;
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col {
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 5px;
  }
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col h3 {
  font-size: 32px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 480px) {
  .pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col h3 {
    font-size: 24px;
  }
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 2em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 767px) {
  .pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col p {
    font-size: 16px;
  }
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col figure {
  width: 100% !important;
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col figure img {
  width: 95%;
  box-shadow: -5px 6px 10px 0px rgba(0, 0, 0, 0.5);
  transition-duration: 0.3s;
  transition-property: transform;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col figure img {
    width: 100%;
    height: auto;
    margin-bottom: 5px !important;
  }
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col figure img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col .pip-fundraisers-btn {
  animation-name: fadeInUp;
  animation-duration: 1.25s;
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col .pip-fundraisers-btn a {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  fill: #EC098E;
  color: #EC098E;
  background-color: #FFFFFF;
  padding: 20px 30px 20px 30px;
  margin-top: 30px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 980px) {
  .pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col .pip-fundraisers-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col .pip-fundraisers-btn a {
    margin-top: 20px;
    padding: 15px 25px 12px 25px;
  }
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col .pip-fundraisers-btn a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.pip-annual-fund-section .pip-fundraisers-list-row .pip-fundraisers-list-col .pip-fundraisers-btn a svg {
  margin-right: 10px;
}

.home .pip-wave-shape-wrap {
  margin: 0px !important;
}
.home .pip-wave-shape-wrap .elementor-widget-container {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-bottom: -1px;
}
.home .pip-wave-shape-wrap svg {
  background: transparent;
}
.home .pip-wave-shape-wrap svg path {
  fill: #EC098E;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}
.home .pip-wave-shape-wrap.pip-wave-shape-bottom {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.home .pip-wave-shape-wrap.pip-wave-shape-footer .elementor-widget-container,
.home .pip-wave-shape-wrap.pip-wave-shape-footer svg {
  background: white;
}
.home .pip-wave-shape-wrap.pip-wave-shape-footer .elementor-widget-container {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.home .pip-wave-shape-wrap.pip-wave-shape-footer .elementor-widget-container svg path {
  fill: #11567e;
}

/*social-media-feeds*/
.pip-instagram-feed-wrap,
.pip-facebook-feed-wrap,
.pip-twitter-feed-wrap {
  margin-bottom: 3% !important;
}

.pip-facebook-feed-wrap,
.pip-twitter-feed-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 980px) {
  .pip-facebook-feed-wrap,
  .pip-twitter-feed-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pip-facebook-feed-wrap,
  .pip-twitter-feed-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.pip-instagram-feed-wrap #sb_instagram #sbi_images .sbi_item {
  padding: 15px !important;
}
@media screen and (max-width: 1024px) {
  .pip-instagram-feed-wrap #sb_instagram #sbi_images .sbi_item {
    padding: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .pip-instagram-feed-wrap #sb_instagram #sbi_images .sbi_item {
    padding: 5px !important;
  }
}

.pip-social-media-wrap-title {
  margin-top: 3%;
  margin-bottom: 1%;
}
.pip-social-media-wrap-title h2 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  text-transform: capitalize;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  color: #EC098E !important;
  text-align: center;
  width: fit-content;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EC098E;
}
@media screen and (max-width: 1024px) {
  .pip-social-media-wrap-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 980px) {
  .pip-social-media-wrap-title h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .pip-instagram-feed-wrap .sbi .sbi_photo_wrap {
    padding-bottom: 15px !important;
  }
}
.pip-instagram-feed-wrap .sbi .sbi_photo_wrap a {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.pip-instagram-feed-wrap .sbi_follow_btn a {
  background: #EC098E !important;
  transition: 0.5s all !important;
  -webkit-transition: 0.5s all !important;
  -moz-transition: 0.5s all !important;
  -ms-transition: 0.5s all !important;
  -o-transition: 0.5s all !important;
}
.pip-instagram-feed-wrap .sbi_follow_btn a:hover {
  background: #015B80 !important;
  box-shadow: none !important;
}

.pip-facebook-feed-wrap .cff-posts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pip-facebook-feed-wrap .cff-posts-wrap .cff-item {
  width: calc(50% - 15px) !important;
  margin: 15px 0 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px !important;
  border: 1px solid #e1d4d4 !important;
}
@media screen and (max-width: 980px) {
  .pip-facebook-feed-wrap .cff-posts-wrap .cff-item {
    width: calc(50% - 10px) !important;
    margin: 10px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .pip-facebook-feed-wrap .cff-posts-wrap .cff-item {
    width: 100% !important;
    margin: 10px 5px !important;
    padding: 10px !important;
  }
}
.pip-facebook-feed-wrap .cff-posts-wrap .cff-item a:hover {
  color: #EC098E !important;
}

.pip-twitter-feed-wrap .ctf .ctf-header {
  display: flex;
  justify-content: space-between;
  width: fit-content !important;
  align-items: center;
  margin: 10px auto 20px !important;
  float: none !important;
}
.pip-twitter-feed-wrap .ctf .ctf-header .ctf-header-name:hover {
  color: #EC098E !important;
}
.pip-twitter-feed-wrap .ctf .ctf-header .ctf-header-follow {
  background-color: #EC098E !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pip-twitter-feed-wrap .ctf .ctf-header .ctf-header-follow:hover {
  background-color: #015B80 !important;
}
.pip-twitter-feed-wrap .ctf .ctf-header .ctf-header-img-hover {
  background: #EC098E !important;
}
.pip-twitter-feed-wrap .ctf .ctf-tweets {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pip-twitter-feed-wrap .ctf .ctf-tweets .ctf-item {
  width: calc(50% - 15px);
  margin: 15px 0;
  padding: 15px !important;
  border: 1px solid #e1d4d4 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fbf8f8;
}
@media screen and (max-width: 980px) {
  .pip-twitter-feed-wrap .ctf .ctf-tweets .ctf-item {
    width: calc(50% - 10px);
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .pip-twitter-feed-wrap .ctf .ctf-tweets .ctf-item {
    width: 100%;
    margin: 10px 5px !important;
    padding: 10px !important;
  }
}
.pip-twitter-feed-wrap .ctf .ctf-tweets .ctf-item a:hover {
  color: #EC098E !important;
}
.pip-twitter-feed-wrap .ctf .ctf-out-of-tweets {
  display: none !important;
}

#ctf .ctf-item:last-of-type {
  border-bottom: 1px solid #e1d4d4 !important;
}

.pip-about-highlight-content-wrap {
  padding: 20px;
  background: #ec098e;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: relative;
  margin: 1% auto 4% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1400px) {
  .pip-about-highlight-content-wrap {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-about-highlight-content-wrap {
    width: 250px;
    height: 250px;
  }
}
.pip-about-highlight-content-wrap::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #f03aa5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 10%;
  bottom: 20%;
}
@media screen and (max-width: 1200px) {
  .pip-about-highlight-content-wrap::before {
    width: 100px;
    height: 100px;
  }
}
.pip-about-highlight-content-wrap::after {
  content: "";
  position: absolute;
  background-color: rgba(246, 132, 199, 0.4392156863);
  width: 65px;
  height: 65px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .pip-about-highlight-content-wrap::after {
    top: 40%;
    left: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .pip-about-highlight-content-wrap::after {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 45%;
  }
}
.pip-about-highlight-content-wrap p {
  margin-bottom: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  padding-left: 0;
  margin-inline: auto;
  font-size: 25px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .pip-about-highlight-content-wrap p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-about-highlight-content-wrap p {
    font-size: 18px;
  }
}

.pip-content-devider,
.pip-divider-pink {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .pip-content-devider,
  .pip-divider-pink {
    padding: 0;
  }
}
.pip-content-devider .elementor-divider span,
.pip-divider-pink .elementor-divider span {
  border-top: 1px solid #015B80 !important;
}

.pip-divider-pink .elementor-divider span {
  border-top: 1px solid #EC098E !important;
}

.pip-about-video-wrap {
  flex-direction: row !important;
  margin-bottom: 5%;
  display: flex;
  padding: 0 !important;
}
.pip-about-video-wrap .pip-about-video {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .pip-about-video-wrap .pip-about-video {
    width: 100%;
    max-width: 100% !important;
    padding: 10px 5px;
  }
}
.pip-about-video-wrap.pip-biobank-video-wrap {
  margin-bottom: 0;
}

.pip-partner-title {
  max-width: 1140px !important;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pip-partner-title {
    margin-left: 0;
  }
}
.pip-partner-title h2 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  text-transform: capitalize;
  font-weight: 500 !important;
  color: #EC098E !important;
  letter-spacing: 0px !important;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .pip-partner-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-partner-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pip-partner-title h2 {
    font-size: 22px;
  }
}

.pip-about-partner-section {
  gap: 0;
}

.pip-about-partners-logo {
  max-width: 1285px !important;
  margin: 0 auto;
}
.pip-about-partners-logo figure.gallery-item {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .pip-about-partners-logo figure.gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .pip-about-partners-logo figure.gallery-item {
    width: 100%;
  }
}
.pip-about-partners-logo figure.gallery-item img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .pip-about-partners-logo figure.gallery-item img {
    max-width: 250px;
  }
}
.pip-about-partners-logo figure.gallery-item:nth-child(4) img {
  width: 68%;
}

.pip-about-page-section.pip-wave-shape-wrap .pip-wave-shape {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.pip-about-page-section.pip-wave-shape-wrap svg {
  fill: #fff !important;
}

.pip-wave-shape-footer {
  margin-top: 3%;
}
.pip-wave-shape-footer .elementor-widget-container {
  background: #fff;
  margin-bottom: -1px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.pip-wave-shape-footer svg path {
  fill: #11567e !important;
}

.pip-contact-content-section {
  margin-top: 4%;
}
.pip-contact-content-section .pip-contact-icons-wrapper > div {
  flex-direction: row !important;
}
@media screen and (max-width: 980px) {
  .pip-contact-content-section .pip-contact-icons-wrapper > div {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box {
  width: 33.33%;
}
@media screen and (max-width: 980px) {
  .pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box > div {
    gap: 0 !important;
  }
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box.pip-contact-location-box .pip-contact-text p {
  display: flex;
  align-items: center;
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box.pip-contact-location-box .pip-contact-text p img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box.pip-contact-location-box .pip-contact-text p img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box.pip-contact-location-box .pip-contact-text p img {
    width: 25px;
    height: 25px;
  }
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box.pip-contact-location-box .pip-contact-text p a {
  text-decoration: none;
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-icon-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-bottom: 0 !important;
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-icon-wrap .elementor-icon-box-wrapper svg {
  width: 30px;
  height: 30px;
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-icon-wrap .elementor-icon-box-wrapper svg path {
  fill: #EC098E;
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-icon-wrap h3 span {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  text-transform: capitalize;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  margin-top: 0;
  font-size: 24px;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-icon-wrap h3 span {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-icon-wrap h3 span {
    font-size: 18px;
  }
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-text p {
  text-align: center;
  color: #333;
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-text p a {
  font-size: 18px;
  color: #EC098E;
  text-decoration: underline;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-text p a:hover {
  color: #015B80;
}
@media screen and (max-width: 1200px) {
  .pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-text p a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .pip-contact-content-section .pip-contact-icons-wrapper .pip-contact-icon-box .pip-contact-text p a {
    font-size: 14px;
  }
}

.pip-contact-map-setion {
  padding: 0 !important;
}

@media screen and (max-width: 980px) {
  .pip-register-page-section {
    padding-bottom: 0;
  }
}
.pip-register-page-section > div {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 980px) {
  .pip-register-page-section p {
    margin-bottom: 0;
  }
}

.pip-register-content-wrap {
  padding: 0;
}
.pip-register-content-wrap h2 {
  color: #ec098e !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 480px) {
  .pip-register-content-wrap h2 {
    font-size: 22px;
  }
}

.pip-register-page-form-section .pip-register-form-title h2 {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  font-weight: 500 !important;
  font-size: 35px;
}
@media screen and (max-width: 1200px) {
  .pip-register-page-form-section .pip-register-form-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 980px) {
  .pip-register-page-form-section .pip-register-form-title h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .pip-register-page-form-section .pip-register-form-title h2 {
    font-size: 20px;
    margin-top: 10px;
  }
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form .evoau_submission_form {
  padding: 13px 25px;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form .evoau_submission_form.errorForm {
  background-color: transparent !important;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form .evoau_submission_form.errorForm .formeMSG {
  background-color: #ff3620;
  width: 100%;
  padding: 10px !important;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form h2 {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  font-weight: 500 !important;
  font-size: 35px;
}
@media screen and (max-width: 1200px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 980px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 580px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evo_date_select {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    width: 100%;
  }
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evo_date_select input {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evo_date_select input {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evo_date_select input {
    width: 250px;
  }
}
@media screen and (max-width: 580px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evo_date_select input {
    margin-right: 0px !important;
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evo_date_time_select {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 580px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evoau_time_edit {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evoau_time_edit select {
  font-size: 16px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evoau_time_edit select {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evoau_time_edit select {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .event_datetime .evoau_time_edit .time_select {
    width: 33.33%;
  }
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row {
  background-color: rgba(17, 86, 126, 0.0509803922);
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
@media screen and (max-width: 1100px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row input[type=text] {
    padding: 8px 15px !important;
  }
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row.pip-evo-title {
  width: 100%;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row.err {
  border: 2px solid #ff3620;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row.err .warning-message {
  padding: 5px 0 0 0;
  display: block;
  color: #ff3620;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row.pip-evo-title {
  background-color: transparent !important;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row.pip-evo-title h2 {
  text-align: left !important;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row.learnmove p.checkbox_field input {
  top: 0;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .row p.dropdown_row select {
  padding: 12px 25px !important;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .submit_row {
  background-color: transparent !important;
  width: 100%;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .submit_row #evoau_submit {
  color: #FFFFFF;
  background-color: #EC098E !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-style: solid;
  border-color: #EC098E !important;
  box-shadow: 3px 3px 5px 0px rgba(122, 122, 122, 0.61);
  padding: 10px 30px 10px 30px !important;
  white-space: nowrap;
  margin: 10px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .submit_row #evoau_submit:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .ajde_yn_btn {
  background: #EC098E;
}
.pip-register-page-form-section .pip-register-form-wrap .pip-register-form form .evoau_table .ajde_yn_btn.NO {
  background-color: #f0f0f0 !important;
}

.eventon_events_list .evocard_row .learnmore a {
  background: #EC098E;
}
.eventon_events_list .evocard_row .learnmore a .evcal_evdata_icons i {
  color: #fff;
}
.eventon_events_list .evocard_row .learnmore a h3 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .eventon_events_list .evocard_row .learnmore a h3 {
    padding: 0;
  }
}
.eventon_events_list .evocard_row .learnmore a:hover {
  background-color: #015B80;
}
.eventon_events_list .evocard_row .locImg .evorow {
  background-size: contain;
  background-position: center;
}
.eventon_events_list .evocard_row .ftimage {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.eventon_events_list .evocard_row .ftimage img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  max-height: 400px;
  object-fit: contain;
}
.eventon_events_list .evocard_row form .evo_get_direction_button {
  background: #EC098E !important;
}
.eventon_events_list .evocard_row .evo_card_organizer_more a {
  background: #EC098E !important;
}
.eventon_events_list .pip_field_set_1 {
  display: flex;
  flex-wrap: wrap;
  background: none;
  justify-content: space-between;
}
.eventon_events_list .pip_field_set_1 .pip-custom-event_evdata_row {
  width: calc(50% - 4px);
  background: #f3f3f3;
  padding: 30px;
  margin: 8px 0 0;
  display: flex;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .eventon_events_list .pip_field_set_1 .pip-custom-event_evdata_row {
    width: 100%;
  }
}
.eventon_events_list .pip_field_set_1 .pip-custom-event_evdata_row span.evcal_evdata_icons {
  margin-right: 8px;
}
.eventon_events_list .pip_field_set_1 .evcal_evdata_cell h3 {
  padding-left: 0;
}

.eventon_events_list.show .ftimage img {
  object-fit: contain;
}

.evo_lightbox.client .evolb_header .evolbclose {
  position: fixed;
  background: #fff;
  color: #000 !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.evo_lightbox.client .evolb_header .evolbclose::after, .evo_lightbox.client .evolb_header .evolbclose::before {
  background-color: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.evo_lightbox.client .evolb_header .evolbclose:hover {
  background: #000;
  color: #fff !important;
}
.evo_lightbox.client .evolb_header .evolbclose:hover::after, .evo_lightbox.client .evolb_header .evolbclose:hover::before {
  background-color: #fff;
}

.single .eventon_list_event {
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4784313725);
  margin: 20px !important;
  padding: 20px !important;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
@media screen and (max-width: 480px) {
  .single .eventon_list_event {
    padding: 15px !important;
  }
}
.single .evo_sin_event_list {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .single .evo_sin_event_list {
    padding-top: 80px !important;
  }
}
.single .evo_sin_event_list h1 {
  color: #EC098E;
  padding-left: 20px;
  padding-right: 20px;
}
.single .eventon_list_event.evo_eventtop .desc_trig_outter a {
  display: flex;
  align-items: center;
  padding: 0 20px !important;
}

.pip-newsroom-slider-section .pip-newsroom-slider-wrap .elementor-swiper-button {
  background: transparent;
  padding: 5px;
  background: #ccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pip-newsroom-slider-section .pip-newsroom-slider-wrap .elementor-swiper-button:hover {
  background: #aaa;
}

.pip-event-calendar-section {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .pip-event-calendar-section {
    padding-top: 0px;
  }
}
.pip-event-calendar-section .pip-event-calendar-wrap .evo_search_bar {
  display: block !important;
  transform: none !important;
  height: 43px !important;
  margin: 10px 0px !important;
}
@media screen and (max-width: 480px) {
  .pip-event-calendar-section .pip-event-calendar-wrap .evo_search_bar {
    margin: 0px 0 10px !important;
  }
}
.pip-event-calendar-section .pip-event-calendar-wrap .eventon_sorting_section {
  display: block !important;
}
@media screen and (max-width: 480px) {
  .pip-event-calendar-section .pip-event-calendar-wrap .eventon_sorting_section .eventon_filter_line {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
}
.pip-event-calendar-section .pip-event-calendar-wrap .eventon_sorting_section .eventon_filter_line .eventon_filter p.filtering_set_val {
  padding: 1px 10px !important;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pip-event-calendar-section .pip-event-calendar-wrap .eventon_sorting_section .eventon_filter_line .eventon_filter p.filtering_set_val {
    font-size: 12px;
  }
}
.pip-event-calendar-section .pip-event-calendar-wrap .eventon_sorting_section .eventon_filter_line .eventon_filter .eventon_filter_dropdown p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pip-event-calendar-section .pip-event-calendar-wrap .eventon_sorting_section .eventon_filter_line .eventon_filter .eventon_filter_dropdown p {
    font-size: 12px;
  }
}
.pip-event-calendar-section .pip-event-calendar-wrap .evcal_list_month .eventon_list_event {
  border: 1px solid #e5e5e5 !important;
}
.pip-event-calendar-section .pip-event-calendar-wrap .calendar_header .evo_cal_above {
  display: none;
  justify-content: flex-end;
  padding: 5px 10px;
  width: fit-content;
  margin-left: auto;
}
.pip-event-calendar-section .pip-event-calendar-wrap .calendar_header .evo_cal_above span {
  margin-bottom: 0px !important;
  background-color: #000;
  border-radius: 0;
  margin: 0px 5px;
}
.pip-event-calendar-section .pip-event-calendar-wrap .calendar_header .evo_cal_above .eventon_sort_line {
  left: unset;
  right: 0;
}
.pip-event-calendar-section .pip-event-calendar-wrap .eventon_events_list .evcal_month_line {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pip-event-calendar-section .pip-event-calendar-wrap .eventon_events_list .eventon_list_event .evoet_dayblock span {
    font-size: 18px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pip-event-calendar-section .pip-event-calendar-wrap .eventon_events_list .eventon_list_event .evoet_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pip-event-calendar-section .pip-event-calendar-wrap .eventon_events_list .eventon_list_event .evcal_list_a {
    padding: 10px;
  }
}
.pip-event-calendar-section .pip-event-calendar-wrap .eventon_events_list .eventon_list_event .event_description p {
  color: #000 !important;
  font-size: 18px !important;
  line-height: normal !important;
}
.pip-event-calendar-section .pip-event-calendar-wrap .eventon_events_list .eventon_list_event .event_description p a {
  color: #ec098e !important;
}
.pip-event-calendar-section .pip-event-calendar-wrap .eventon_events_list .eventon_list_event .event_description p a:hover {
  color: #000 !important;
}

.pip-inner-banner-section.pip-kpmg-banner-section {
  background-position: unset !important;
}
@media screen and (max-width: 767px) {
  .pip-inner-banner-section.pip-kpmg-banner-section {
    min-height: 350px;
  }
}
.pip-inner-banner-section.pip-kpmg-banner-section .pip-banner-btn {
  margin: 20px;
  animation-name: fadeInUp;
  animation-duration: 1.25s;
}
@media screen and (max-width: 767px) {
  .pip-inner-banner-section.pip-kpmg-banner-section .pip-banner-btn {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pip-inner-banner-section.pip-kpmg-banner-section .pip-banner-btn {
    margin: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .pip-inner-banner-section.pip-kpmg-banner-section .pip-banner-btn:nth-child(2) {
    display: none;
  }
}
.pip-inner-banner-section.pip-kpmg-banner-section .pip-banner-btn a {
  font-family: montserrat, Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  fill: #fff;
  color: #fff;
  background-color: #ec098e;
  padding: 20px 30px;
  min-width: 250px;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .pip-inner-banner-section.pip-kpmg-banner-section .pip-banner-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pip-inner-banner-section.pip-kpmg-banner-section .pip-banner-btn a {
    font-size: 14px;
    padding: 15px 25px;
    min-width: 220px;
  }
}
.pip-inner-banner-section.pip-kpmg-banner-section .pip-banner-btn a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.pip-event-details-section > div {
  gap: 0 !important;
}
.pip-event-details-section .pip-kpmg-register-form-wrap {
  padding: 1%;
  border: 1px solid #d9d7d7;
  margin: 2% 0 !important;
  border-radius: 10px;
}
.pip-event-details-section .pip-kpmg-register-form-wrap form {
  display: flex;
  flex-wrap: wrap;
}
.pip-event-details-section .pip-kpmg-register-form-wrap form p {
  width: calc(50% - 15px);
  background: rgba(17, 86, 126, 0.0509803922);
  padding: 8px 8px 14px;
  margin: 0 6px 12px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pip-event-details-section .pip-kpmg-register-form-wrap form p {
    width: 100%;
  }
}
.pip-event-details-section .pip-kpmg-register-form-wrap form p label {
  width: 100%;
  padding: 0 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pip-event-details-section .pip-kpmg-register-form-wrap form p label {
    padding: 0;
  }
}
.pip-event-details-section .pip-kpmg-register-form-wrap form p label input,
.pip-event-details-section .pip-kpmg-register-form-wrap form p label textarea {
  margin-top: 8px;
  padding: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: normal;
}
.pip-event-details-section .pip-kpmg-register-form-wrap form p label .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.pip-event-details-section .pip-kpmg-register-form-wrap form p:nth-of-type(3), .pip-event-details-section .pip-kpmg-register-form-wrap form p:last-of-type {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pip-event-details-section .pip-kpmg-register-form-wrap form p:last-of-type {
  background: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pip-event-details-section .pip-kpmg-register-form-wrap form p .wpcf7-submit {
  color: #FFFFFF;
  background-color: #EC098E !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-style: solid;
  border-color: #EC098E !important;
  box-shadow: 3px 3px 5px 0px rgba(122, 122, 122, 0.61);
  padding: 10px 30px 10px 30px !important;
  white-space: nowrap;
  margin: 10px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  margin-left: 70px;
}
@media screen and (max-width: 360px) {
  .pip-event-details-section .pip-kpmg-register-form-wrap form p .wpcf7-submit {
    margin-left: 50px;
  }
}
.pip-event-details-section .pip-kpmg-register-form-wrap form p .wpcf7-submit:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.pip-event-details-section .pip-kpmg-register-form-wrap form .wpcf7-response-output {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
  margin: 0 10px !important;
  text-align: center;
}
.pip-event-details-section .pip-event-gallery-section {
  padding: 0 !important;
}
.pip-event-details-section .pip-event-gallery-section .pip-event-gallery-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 580px) {
  .pip-event-details-section .pip-event-gallery-section .pip-event-gallery-wrap figure {
    width: 100%;
    max-width: 100% !important;
  }
}
.pip-event-details-section .pip-event-gallery-section .pip-event-gallery-wrap figure img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .pip-event-details-section .pip-event-gallery-section .pip-event-gallery-wrap figure img {
    height: 250px;
    padding: 10px;
  }
}
@media screen and (max-width: 580px) {
  .pip-event-details-section .pip-event-gallery-section .pip-event-gallery-wrap figure img {
    padding: 10px 0;
    width: 100%;
  }
}
.pip-event-details-section .pip-event-registration-button-wrap {
  padding: 0 !important;
}
.pip-event-details-section .pip-event-registration-button a {
  font-family: montserrat, Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  fill: #fff;
  color: #fff;
  background-color: #ec098e;
  padding: 15px 25px;
  min-width: 250px;
  line-height: 1.2;
  margin-top: 2%;
}
@media screen and (max-width: 1600px) {
  .pip-event-details-section .pip-event-registration-button a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pip-event-details-section .pip-event-registration-button a {
    font-size: 14px;
    padding: 15px 25px;
    min-width: 220px;
  }
}
.pip-event-details-section .pip-event-registration-button a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.pip-coming-soon-text h2 {
  color: #EC098E !important;
  font-size: 65px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 3px 2px 4px rgba(236, 9, 142, 0.6);
}
@media screen and (max-width: 1600px) {
  .pip-coming-soon-text h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pip-coming-soon-text h2 {
    font-size: 30px;
    text-shadow: 1px 2px 4px rgba(236, 9, 142, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .pip-coming-soon-text h2 {
    font-size: 25px;
  }
}

.pip-shop-page-section {
  padding: 40px;
}
@media screen and (max-width: 560px) {
  .pip-shop-page-section {
    padding: 20px 20px;
  }
}
.pip-shop-page-section .pip-shop-page-title {
  padding: 20px 0px;
}
@media screen and (max-width: 767px) {
  .pip-shop-page-section .pip-shop-page-title {
    padding: 20px 0px 0px;
  }
}
.pip-shop-page-section .pip-shop-page-title h2 {
  color: #ec098e;
  font-size: 35px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 1200px) {
  .pip-shop-page-section .pip-shop-page-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pip-shop-page-section .pip-shop-page-title h2 {
    font-size: 24px;
  }
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products {
  display: flex;
  flex-wrap: wrap;
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item {
  width: 25%;
  padding: 20px 10px;
}
@media screen and (max-width: 1200px) {
  .pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 980px) {
  .pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item {
    width: 100%;
  }
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-categories a {
  color: #c36;
  font-size: 16px;
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-categories a:hover {
  color: #336;
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-title {
  line-height: 1;
  margin: 15px 0px;
}
@media screen and (max-width: 767px) {
  .pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-title {
    margin: 10px 0px;
  }
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-title a {
  font-size: 24px;
  color: #c36;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  min-height: 56px !important;
  display: block;
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-title a:hover {
  color: #336;
}
@media screen and (max-width: 1200px) {
  .pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-title a {
    font-size: 20px;
    min-height: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-title a {
    font-size: 18px;
    min-height: auto !important;
  }
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-thumbnail img {
  max-height: 200px;
  object-fit: contain;
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .jet-woo-product-price .amount {
  font-size: 18px;
  font-weight: 800;
  color: #015b80;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .button {
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  background-color: #ec098e;
  color: #fff;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1;
}
.pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .button:hover {
  background-color: #015b80;
}
@media screen and (max-width: 767px) {
  .pip-shop-page-section .pip-product-list-wrap .jet-woo-products .jet-woo-products__item .button {
    font-size: 14px;
  }
}

.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
  display: none !important;
}
.tax-product_cat .site-main {
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .tax-product_cat .site-main {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .tax-product_cat .site-main {
    padding: 20px 20px;
  }
}
.tax-product_cat .woocommerce-breadcrumb {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.7em;
  margin-top: 20px;
}
.tax-product_cat .woocommerce-breadcrumb a {
  color: #ec098e;
}
.tax-product_cat .products {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.tax-product_cat .products .product {
  width: 25% !important;
  padding: 20px 10px !important;
  margin: 0px !important;
}
@media screen and (max-width: 1200px) {
  .tax-product_cat .products .product {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 980px) {
  .tax-product_cat .products .product {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .tax-product_cat .products .product {
    width: 100% !important;
    padding: 20px 0px !important;
  }
}
.tax-product_cat .products .product .woocommerce-loop-product__title {
  line-height: 1;
  margin: 15px 0px !important;
  font-size: 24px !important;
  color: #c36;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  min-height: 56px !important;
  display: block;
}
.tax-product_cat .products .product .woocommerce-loop-product__title:hover {
  color: #336;
}
@media screen and (max-width: 1200px) {
  .tax-product_cat .products .product .woocommerce-loop-product__title {
    font-size: 20px !important;
    min-height: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .tax-product_cat .products .product .woocommerce-loop-product__title {
    font-size: 18px !important;
    margin: 10px 0px !important;
    min-height: auto !important;
  }
}
.tax-product_cat .products .product .woocommerce-LoopProduct-link img {
  max-height: 200px;
  object-fit: contain;
}
.tax-product_cat .products .product .price .amount {
  font-size: 18px;
  font-weight: 800;
  color: #015b80;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.tax-product_cat .products .product .button {
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  background-color: #ec098e;
  color: #fff;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1;
}
.tax-product_cat .products .product .button:hover {
  background-color: #015b80;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .products .product .button {
    font-size: 14px;
  }
}

.pip-product-detail-page-section {
  padding: 40px;
}
@media screen and (max-width: 560px) {
  .pip-product-detail-page-section {
    padding: 20px 20px;
  }
}
.pip-product-detail-page-section .pip-detail-page-breadcrumbs .woocommerce-breadcrumb {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.7em;
}
.pip-product-detail-page-section .pip-detail-page-breadcrumbs .woocommerce-breadcrumb a {
  color: #ec098e;
}
.pip-product-detail-page-section .pip-product-detail-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: unset !important;
}
@media screen and (max-width: 767px) {
  .pip-product-detail-page-section .pip-product-detail-wrap {
    flex-wrap: wrap;
    padding: 0px !important;
  }
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-detail-col {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .pip-product-detail-page-section .pip-product-detail-wrap .pip-product-detail-col {
    width: 100% !important;
    padding: 10px 0px;
  }
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-image-col .e-con-inner {
  display: block !important;
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-image-col .pip-product-img-wrap .flex-viewport {
  height: auto;
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-image-col .pip-product-img-wrap .woocommerce-product-gallery__wrapper img {
  max-height: 400px;
  object-fit: contain;
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .product_title {
  color: #ec098e;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-product-detail p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 16px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-product-detail p {
    font-size: 14px;
  }
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-product-detail p em span {
  font-weight: bolder;
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-product-price .price {
  color: #015b80;
  font-size: 23px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 5.4px;
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-add-product-btn .cart .quantity input {
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #000000;
  transition: all 0.2s;
  width: 100px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-add-product-btn .cart .quantity input {
    width: 80px !important;
    font-size: 14px;
  }
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-add-product-btn .cart .button {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 35px 14px 35px;
  color: #ffffff;
  background-color: #ec098e;
  border-color: #ec098e;
  transition: all 0.2s;
}
.pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-add-product-btn .cart .button:hover {
  background-color: #015b80;
  border-color: #015b80;
}
@media screen and (min-width: 1900px) {
  .pip-product-detail-page-section .pip-product-detail-wrap .pip-product-content-col .pip-add-product-btn .cart .button {
    padding: 14px 25px 14px 25px;
    width: 100%;
    font-size: 14px;
  }
}

.product p.stock {
  font-size: 22px !important;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .product p.stock {
    font-size: 20px;
  }
}

.single-product .woocommerce-notices-wrapper {
  max-width: 1140px;
  padding: 10px 40px 0px;
}
@media screen and (max-width: 767px) {
  .single-product .woocommerce-notices-wrapper {
    padding: 10px 20px 10px;
  }
}
.single-product .woocommerce-notices-wrapper:empty {
  padding: 0px !important;
}

.page-header .entry-title {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .page-header .entry-title {
    max-width: 100% !important;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .entry-title {
    padding: 0px 20px;
  }
}

.pip-basket-page-section {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .pip-basket-page-section {
    padding: 20px 20px;
  }
}
.pip-basket-page-section .pip-page-title h2 {
  font-size: 2.5rem;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 1200px) {
  .pip-basket-page-section .pip-page-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .pip-basket-page-section .pip-page-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pip-basket-page-section .pip-page-title h2 {
    font-size: 28px;
  }
}
.pip-basket-page-section #pip-basket-list-wrap .e-shop-table {
  padding: 0px !important;
  border: 0px !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart__container {
  grid-column-gap: unset;
  grid-row-gap: unset;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table tr {
  padding: 0px !important;
  border: 0px !important;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table th {
  font-weight: 700;
  color: #EC098E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  border-top: none;
  border-bottom: 2px solid #EC098E;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
  vertical-align: middle;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table th.product-remove,
.pip-basket-page-section #pip-basket-list-wrap .shop_table th .product-name {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .pip-basket-page-section #pip-basket-list-wrap .shop_table th {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .pip-basket-page-section #pip-basket-list-wrap .shop_table th {
    font-size: 18px;
  }
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td {
  color: #555;
  padding: 15px;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 1.6rem;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 1600px) {
  .pip-basket-page-section #pip-basket-list-wrap .shop_table td {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .pip-basket-page-section #pip-basket-list-wrap .shop_table td {
    font-size: 18px;
  }
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td a.remove:hover {
  color: #fff !important;
  background: red;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td input.qty {
  width: 100px !important;
  font-family: inherit;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  max-height: unset;
  background: #fff;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.product-thumbnail {
  min-width: 32px;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td img {
  height: auto;
  width: 32px;
  box-shadow: none;
  max-width: 100%;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.product-name a {
  color: #000;
  pointer-events: none;
  cursor: default;
  text-decoration: underline;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.product-price span, .pip-basket-page-section #pip-basket-list-wrap .shop_table td.product-subtotal span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
  text-align: right !important;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.actions button {
  background: #EC098E !important;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  border: 0 !important;
  font-size: 20px !important;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.actions button:hover {
  background-color: #015b80 !important;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.product-price,
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.product-quantity,
.pip-basket-page-section #pip-basket-list-wrap .shop_table td.product-subtotal {
  text-align: right;
}
.pip-basket-page-section #pip-basket-list-wrap .shop_table tbody > tr:nth-child(odd) > td,
.pip-basket-page-section #pip-basket-list-wrap .shop_table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
.pip-basket-page-section #pip-basket-list-wrap .wc-proceed-to-checkout .checkout-button {
  background-color: #EC098E !important;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  border: 0 !important;
  font-size: 20px !important;
}
.pip-basket-page-section #pip-basket-list-wrap .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #015b80 !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals {
  padding: 0px !important;
  border: 0px !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals h2 {
  display: none !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .cart-subtotal td span {
  font-weight: 400;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals th {
  border-bottom: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals tr td {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals tr td::before {
  display: none;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td {
  text-align: right !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td a {
  color: #EC098E !important;
  text-decoration: underline;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td a:hover {
  color: #015b80 !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td a::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
  display: block !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-button {
  display: flex;
  width: fit-content;
  margin-left: auto;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form input,
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form textarea {
  border: 1px solid #666 !important;
  border-radius: 3px !important;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s !important;
  background: transparent !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  font-size: 1rem !important;
  line-height: normal;
  color: #000;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form input::placeholder,
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form textarea::placeholder {
  color: #222;
  font-weight: 400;
  font-size: 14px;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form .selection .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  height: 37px;
  margin: 0 0 -4px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form .selection .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form .selection .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form .button {
  background: #EC098E !important;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  border: 0 !important;
  font-size: 20px !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form .button:hover {
  background-color: #015b80 !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shipping td .woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type {
  text-align: right !important;
}
.pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shop_table {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pip-basket-page-section #pip-basket-list-wrap .e-cart-totals .cart_totals .shop_table {
    margin-bottom: 15px !important;
  }
}
.pip-basket-page-section #pip-basket-list-wrap .return-to-shop .button {
  color: #FFFFFF;
  background-color: #EC098E;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-style: solid;
  border-color: #EC098E;
  box-shadow: 3px 3px 5px 0px rgba(122, 122, 122, 0.61);
  padding: 10px 30px 10px 30px;
  white-space: nowrap;
  margin: 10px;
}
.pip-basket-page-section #pip-basket-list-wrap .return-to-shop .button:hover {
  border-color: #015b80;
  background-color: #015b80;
}

.single-product .woocommerce-notices-wrapper {
  margin: 0 auto !important;
}

.pip-error-page-section {
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .pip-error-page-section {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .pip-error-page-section {
    padding: 20px 15px;
  }
}
.pip-error-page-section .pip-error-page-wrap {
  padding: 40px;
  max-width: 700px !important;
  text-align: center;
  margin: 40px auto;
  background: #11567e;
  border-radius: 20px;
}
.pip-error-page-section .pip-error-page-wrap .pip-error-title {
  margin-bottom: 20px;
}
.pip-error-page-section .pip-error-page-wrap .pip-error-title h2 {
  font-size: 2.5rem;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .pip-error-page-section .pip-error-page-wrap .pip-error-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .pip-error-page-section .pip-error-page-wrap .pip-error-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pip-error-page-section .pip-error-page-wrap .pip-error-title h2 {
    font-size: 28px;
  }
}
.pip-error-page-section .pip-error-page-wrap .pip-back-home-btn a {
  color: #FFFFFF;
  background-color: #EC098E;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-style: solid;
  border: 2px solid #EC098E !important;
  box-shadow: 3px 3px 5px 0px rgba(122, 122, 122, 0.61);
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
  margin: 0px 0px;
  margin-top: 15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pip-error-page-section .pip-error-page-wrap .pip-back-home-btn a:hover {
  background: #015b80 !important;
  border-color: #015b80 !important;
  border: 2px solid #fff !important;
}

.woocommerce-account .page-header .entry-title {
  font-size: 2.5rem;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 1200px) {
  .woocommerce-account .page-header .entry-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .woocommerce-account .page-header .entry-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account .page-header .entry-title {
    font-size: 28px;
  }
}

.woocommerce-form-login .woocommerce-form-login__submit {
  display: block;
  text-align: center;
  margin-bottom: 0;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  margin-top: 0.5em;
  background: #ed078e !important;
  border-color: #ed078e !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 15px !important;
  width: 120px;
}
.woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #015b80 !important;
  border-color: #015b80 !important;
}
@media screen and (max-width: 980px) {
  .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 16px;
    padding: 10px 15px !important;
  }
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
  cursor: pointer;
}
.woocommerce-form-login .lost_password a {
  color: #ed078e !important;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-form-login .lost_password a:hover {
  color: #015b80 !important;
}

.logged-in.woocommerce-account .woocommerce {
  display: flex;
}
@media screen and (max-width: 767px) {
  .logged-in.woocommerce-account .woocommerce {
    flex-wrap: wrap;
  }
}
.logged-in.woocommerce-account .pip-account-page-section {
  max-width: 100% !important;
  display: block !important;
}

.woocommerce-lost-password .woocommerce {
  display: block !important;
}
.woocommerce-lost-password p {
  color: #000;
  width: 100% !important;
}
.woocommerce-lost-password .lost_reset_password .button {
  display: block;
  text-align: center;
  margin-bottom: 0;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  margin-top: 0.5em;
  background: #ed078e !important;
  border-color: #ed078e !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 15px !important;
  width: fit-content;
  display: block;
  margin-left: auto;
}
.woocommerce-lost-password .lost_reset_password .button:hover {
  background: #015b80 !important;
  border-color: #015b80 !important;
}
@media screen and (max-width: 980px) {
  .woocommerce-lost-password .lost_reset_password .button {
    font-size: 16px;
    padding: 10px 15px !important;
  }
}

.pip-account-page-section {
  max-width: 600px !important;
  padding: 40px;
  padding-top: 30px !important;
}
@media screen and (max-width: 1200px) {
  .pip-account-page-section {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .pip-account-page-section {
    padding: 20px 10px;
    padding-top: 10px !important;
  }
}
.pip-account-page-section .pip-page-title {
  display: none !important;
}
.pip-account-page-section .pip-page-title h2 {
  font-size: 2.5rem;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 1200px) {
  .pip-account-page-section .pip-page-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .pip-account-page-section .pip-page-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pip-account-page-section .pip-page-title h2 {
    font-size: 28px;
  }
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-navigation {
  background: #ed078e;
  float: none !important;
  width: 30% !important;
  border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  padding: 10px 0px;
}
@media screen and (max-width: 767px) {
  .pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-navigation {
    width: 100% !important;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
  }
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-navigation ul li a {
  color: #fff !important;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
  padding: 15px 20px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    padding: 7px 15px;
  }
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-navigation ul li:hover {
  background: rgba(255, 255, 255, 0.3490196078);
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-navigation ul li.is-active {
  background: #fff;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ed078e !important;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content {
  float: none !important;
  width: 70% !important;
  background: rgba(237, 7, 142, 0.0196078431);
  border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content {
    width: 100% !important;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
  }
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .wc-block-components-notice-banner {
  margin-top: 0px !important;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .wc-block-components-notice-banner a {
  color: #ed078e !important;
  font-weight: 600;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .wc-block-components-notice-banner a:hover {
  color: #015b80 !important;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content p {
  color: #000;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content p a {
  color: #ed078e !important;
  font-weight: 600;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content p a:hover {
  color: #015b80 !important;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .button[type=submit] {
  color: #FFFFFF;
  background-color: #EC098E;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-style: solid;
  border-color: #EC098E;
  box-shadow: 3px 3px 5px 0px rgba(122, 122, 122, 0.61);
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
  margin: 0px 0px;
  width: 100%;
  max-width: fit-content;
  display: block;
  margin-left: auto;
  margin-top: 15px;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .button[type=submit]:hover {
  background: #015b80 !important;
  border-color: #015b80 !important;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  margin-bottom: 15px;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content form input,
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content form textarea {
  border: 1px solid #666 !important;
  border-radius: 3px !important;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s !important;
  background: transparent !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  font-size: 1rem !important;
  line-height: normal;
  color: #000;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content form input::placeholder,
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content form textarea::placeholder {
  color: #222;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content form .selection .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  height: 37px;
  margin: 0 0 -4px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content form .selection .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content form .selection .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  margin-bottom: 15px;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header::before, .pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header::after {
  display: none;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h3 {
  font-size: 22px;
  color: #000;
  margin: 0px;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
  color: #FFFFFF;
  background-color: #EC098E;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-style: solid;
  border-color: #EC098E;
  box-shadow: 3px 3px 5px 0px rgba(122, 122, 122, 0.61);
  padding: 5px 20px 5px 20px;
  white-space: nowrap;
  margin: 0px 0px;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:hover {
  background: #015b80 !important;
  border-color: #015b80 !important;
}
@media screen and (max-width: 980px) {
  .pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
    font-size: 12px;
    padding: 5px 15px 5px 15px;
  }
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .shop_table th {
  color: #ed078e;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .shop_table tr td::before {
  color: #ed078e;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .shop_table .button {
  color: #FFFFFF;
  background-color: #EC098E;
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-style: solid;
  border-color: #EC098E;
  box-shadow: 3px 3px 5px 0px rgba(122, 122, 122, 0.61);
  white-space: nowrap;
  margin: 0px 0px;
}
.pip-account-page-section .pip-account-page-wrap .woocommerce-MyAccount-content .shop_table .button:hover {
  background: #015b80 !important;
  border-color: #015b80 !important;
}

.pip-checkout-page-section {
  padding: 40px;
  padding-top: 30px !important;
}
@media screen and (max-width: 1200px) {
  .pip-checkout-page-section {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .pip-checkout-page-section {
    padding: 20px 20px;
    padding-top: 10px !important;
  }
}
.pip-checkout-page-section .pip-page-title h2 {
  font-size: 2.5rem;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 1200px) {
  .pip-checkout-page-section .pip-page-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .pip-checkout-page-section .pip-page-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pip-checkout-page-section .pip-page-title h2 {
    font-size: 28px;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout h3 {
  font-size: 1.75rem;
  color: #333 !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout h3 {
    font-size: 24px;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .col-1,
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-additional-fields,
.pip-checkout-page-section .pip-checkout-wrap .checkout .shipping_address {
  padding: 20px 0px !important;
  border: 0px !important;
}
@media screen and (max-width: 767px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .col-1,
  .pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-additional-fields,
  .pip-checkout-page-section .pip-checkout-wrap .checkout .shipping_address {
    padding: 0px !important;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .col-1 {
  padding-bottom: 0px !important;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__container {
  display: flex;
  flex-wrap: nowrap;
  grid-column-gap: unset;
  grid-row-gap: unset;
}
@media screen and (max-width: 980px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__container {
    flex-wrap: wrap;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__container .e-checkout__column {
  width: 50% !important;
}
@media screen and (max-width: 980px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__container .e-checkout__column {
    width: 100% !important;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__container .e-checkout__column-start {
  padding-right: 50px;
}
@media screen and (max-width: 980px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__container .e-checkout__column-start {
    padding-right: 0px !important;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .form-row label {
  color: #000 !important;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .form-row .woocommerce-input-wrapper input,
.pip-checkout-page-section .pip-checkout-wrap .checkout .form-row .woocommerce-input-wrapper textarea {
  border: 1px solid #666 !important;
  border-radius: 3px !important;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s !important;
  background: transparent !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  font-size: 1rem !important;
  line-height: normal;
  color: #000;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .form-row .woocommerce-input-wrapper input::placeholder,
.pip-checkout-page-section .pip-checkout-wrap .checkout .form-row .woocommerce-input-wrapper textarea::placeholder {
  color: #222;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .form-row .woocommerce-input-wrapper .selection .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  height: 37px;
  margin: 0 0 -4px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-shipping-fields h3 {
  font-size: 24px;
  padding-left: 0px !important;
}
@media screen and (max-width: 1200px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-shipping-fields h3 {
    font-size: 22px;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-shipping-fields .checkbox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-shipping-fields .checkbox input {
  margin-left: 20px;
  width: 15px;
  height: 15px;
  margin-top: 7px;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-shipping-fields .checkbox span {
  font-weight: 600 !important;
  color: #000 !important;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review {
  padding: 20px 0px !important;
  border: 0px !important;
}
@media screen and (max-width: 980px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review {
    padding: 0px !important;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
}
@media screen and (max-width: 980px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table {
    margin-bottom: 0px !important;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table td,
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table tbody > tr:nth-child(odd) > td,
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
  color: #ed078e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 1600px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table th {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table th {
    font-size: 20px;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table td {
  text-align: right;
  border-right: 1px solid #e6e6e6;
  border-top: 0;
  padding: 15px !important;
  color: #555;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  vertical-align: middle;
  line-height: 1.5em;
}
@media screen and (max-width: 1600px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table td {
    font-size: 22px;
    padding: 10px !important;
  }
}
@media screen and (max-width: 1200px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table td {
    font-size: 20px;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .e-checkout__order_review .shop_table td .product-quantity {
  font-weight: bolder;
}
@media screen and (max-width: 980px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment {
    padding: 10px !important;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment .place-order button {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  padding: 1em !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  margin-top: 0.5em;
  background: #ed078e !important;
  font-weight: 500;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment .place-order button:hover {
  background: #015b80 !important;
}
@media screen and (max-width: 980px) {
  .pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment .place-order button {
    font-size: 18px;
    padding: 15px !important;
  }
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p a {
  color: #c36;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p a:hover {
  color: #336;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment .wc-payment-form .form-row {
  padding: 0px 0px !important;
}
.pip-checkout-page-section .pip-checkout-wrap .checkout .woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
}

.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-thankyou-order-received {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-thankyou-order-received {
    font-size: 20px;
    line-height: normal;
  }
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-verify-email #email {
  max-width: 500px;
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-verify-email .woocommerce-button {
  display: block;
  text-align: center;
  margin-bottom: 0;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  margin-top: 0.5em;
  background: #ed078e !important;
  border-color: #ed078e !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 15px !important;
  width: 120px;
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-verify-email .woocommerce-button:hover {
  background: #015b80 !important;
  border-color: #015b80 !important;
}
@media screen and (max-width: 980px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-verify-email .woocommerce-button {
    font-size: 16px;
    padding: 10px 15px !important;
  }
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-overview li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 20px;
  }
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details thead th {
  font-weight: 700;
  color: #ed078e;
  font-size: 20px;
  line-height: 1.5em;
  border-top: none;
  border-bottom: 2px solid #ed078e;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details thead th {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details {
    margin-bottom: 0px !important;
  }
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details td,
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details tbody > tr:nth-child(odd) > td,
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
  color: #ed078e;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details th {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details th {
    font-size: 14px;
  }
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details td {
  text-align: right;
  border-right: 1px solid #e6e6e6;
  border-top: 0;
  padding: 15px;
  color: #555;
  font-size: 1.1rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  vertical-align: middle;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details td {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details td {
    font-size: 14px;
  }
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details td a {
  color: #ed078e;
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details td a:hover {
  color: #015b80;
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-order-details .order_details td .product-quantity {
  font-weight: bolder;
}
.woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-customer-details .woocommerce-column--billing-address {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .woocommerce-order-received .pip-checkout-page-section .pip-checkout-wrap .woocommerce-customer-details .woocommerce-column--billing-address .woocommerce-column__title {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */