.blurred-image {
  filter: blur(15px);  /* Apply blur filter initially */
  transition: filter 0.5s ease-in-out;  /* Smooth transition on click */
  cursor: pointer;  /* Display a pointer cursor on hover */
}

.blurred-image:hover {
  filter: blur(5px);
  transition: filter 0.5s ease-in-out;  /* Smooth transition on click */
  opacity: 1;  /* Reduce opacity slightly on hover */
}

.blurred-image:active {
  opacity: 1;  /* Set opacity to 1 (unblurred) on click */
}


.woocommerce a.remove {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin: auto;
  align-items: center;
}

.tool-section {
  margin-top: 100px;
  padding-top: 0;
}

.hero-icons {
  margin-top: 10px;
}

.hero-icons h4 {
  position: relative;
}

.woocommerce-pagination {
  margin-top: 0px !important;
  margin-bottom: 60px;
}

.woocommerce-pagination ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.woocommerce-pagination ul li span {
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #CD2028;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}

.woocommerce-pagination ul li a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: transparent;
  color: #5c5c5c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: #5c5c5c69;
}

.woocommerce-pagination ul li a:hover {
  background: #CD2028;
  color: white;
  transition: .3s ease-in-out;
  border-color: #CD2028;
}

.page-id-22 #piereg_login_form {
  position: sticky;
}

.page-id-22 .piereg_login_wrapper>p {
  margin-bottom: 10px;
}

.page-id-22 .piereg_login_wrapper {
  position: relative;
  top: -120px;
}

/* search bar css start */

.search-open button {
  padding: 0px;
  background: transparent;
}

.search-open button img {
  filter: brightness(0.4);
  vertical-align: sub;
}

.openBtn {
  background: #f1f1f1;
  cursor: pointer;
}

.search-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  transition: .4s ease;
  overflow: hidden;
}

.search-overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.search-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.search-overlay .closebtn:hover {
  color: #ccc;
}

.search-overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.search-overlay input[type=text]:hover {
  background: #f1f1f1;
}

.search-overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-overlay button:hover {
  background: #bbb;
}

.search-overlay form {
  position: relative;
}

.search-overlay form input[type=image] {
  position: absolute;
  right: 15px;
  top: 18px;
}

/* search bar css end */

.post-type-archive-lp_course .wrap-btn-add-course-to-cart {
  display: flex;
  justify-content: end;
}

/* Woocommerce button css end */
/* stycky-icons footer css start */
.sticky-icons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.sticky-icons a {
  display: block;
  margin: 0;
  padding: 15px 15px;
  text-align: center;
  transition: .4s ease-in-out;
}

.sticky-icons a.fb-icon {
  background: #3b5998;
}

.sticky-icons a.fb-icon:hover,
.sticky-icons a.insta-icon:hover,
.sticky-icons a.youtube-icon:hover {
  filter: opacity(0.8);
}

.sticky-icons a.insta-icon {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%);
}

.sticky-icons a.youtube-icon {
  background: #c4302b;
}

/* stycky-icons footer css end */
/* Scrollbar css Start */
body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(129, 124, 124, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--Cerulean);
  outline: 1px solid #204d9b8a;
}

/* Scrollbar css end */

/* :root{
  --lp-primary-color: #092d6d !important;
} */
.woocommerce-shop .sales-flash-overlay .inside-wc-product-image img,
.tax-product_cat .sales-flash-overlay .inside-wc-product-image img {
  /* max-width: 270px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.woocommerce span.onsale {
  position: relative;
  min-height: 15px;
  min-width: initial;
  padding: 8px 13px;
  top: 0;
  left: 2.7em;
}

.inside-wc-product-image {
  display: block;
}

.wc-product-image {
  overflow: hidden;
}

.woocommerce span.onsale {
  font-family: var(--primaryfont);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  border-radius: 24px;
  background: #D8467B;
}



.course-curriculum .section-header {
  padding: 20px 0 20px 0;
}

.bg-image-shop {
  background-image: url("/wp-content/themes/generatepress-child/asset/img/nav-bg.jpg");
  padding: 80px 10px !important;
  background-size: cover !important;
  background-position: center;
  margin-bottom: 40px;
  height: 270px;
}

.page-id-73371 .bg-image-shop,
.page-id-87451 .bg-image-shop {
  background-image: url("/wp-content/themes/generatepress-child/asset/img/Which-Branch-bg.png");
}

.post-type-archive-lp_course .bg-image-shop {
  background-image: url("/wp-content/themes/generatepress-child/asset/img/Courses-bg.png");
}

.post-type-archive-product .bg-image-shop {
  background-image: url("/wp-content/themes/generatepress-child/asset/img/shop-bg.jpg");
  background-color: #cd202836;
  background-blend-mode: overlay;
}

.page-id-1344 .bg-image-shop {
  background-image: url("/wp-content/themes/generatepress-child/asset/img/Get-in-Touch-bg.jpg");
  background-color: #cd202836;
  background-blend-mode: overlay;
}

body.woocommerce-account .bg-image-shop,
.page-id-32 .bg-image-shop,
.page-id-22 .bg-image-shop {
  background-image: url("/wp-content/themes/generatepress-child/asset/img/login-bg.jpg");
  background-color: #cd202836;
  background-blend-mode: overlay;
}

.page-id-73371 .inside-article .entry-title,
.page-id-87451 .inside-article .entry-title,
.page-id-32 .inside-article .entry-title,
.post-type-archive-product .woocommerce-products-header__title,
.term-bundles header.woocommerce-products-header h1.woocommerce-products-header__title,
body.woocommerce-account .inside-article .entry-title,
.page-id-1344 .inside-article .entry-title,
.page-template-about section.about-us h2,
.page-template-temp-blog .inside-article .entry-title,
.page-id-22 .inside-article .entry-title {
  font-size: 55px !important;
  line-height: 64px !important;
  color: white !important;
  -webkit-text-fill-color: white !important;
}

.term-bundles header.woocommerce-products-header h1.woocommerce-products-header__title {
  color: #23496b !important;
  -webkit-text-fill-color: #23496b !important;
}


.post-type-archive-lp_course .learn-press-breadcrumb {
  max-width: 100% !important;
}

.woocommerce-products-header__title.page-title {
  max-width: 100% !important;
  text-align: center !important;
}

.post-type-archive-lp_course .lp-archive-courses .learn-press-breadcrumb {
  display: none !important;
}

.woocommerce ul.products li.product a img,
.tax-product_cat ul.products li.product a img {
  width: 100% !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 4px solid transparent;
}

.woocommerce ul.products li.product a:hover img,
.tax-product_cat ul.products li.product a:hover img {
  border-top: 4px solid #CD2028 !important;
}

.woocommerce-LoopProduct-link {
  position: relative !important;
}

.woocommerce-shop .sales-flash-overlay .inside-wc-product-image {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce-shop .sales-flash-overlay .woocommerce-loop-product__title,
.single-product .inside-article .sales-flash-overlay .woocommerce-loop-product__title,
.tax-product_cat .sales-flash-overlay .woocommerce-loop-product__title,
.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title,
.single-product .related.products .woocommerce-loop-product__title,
.tax-product_cat .woocommerce-loop-product__title {
  font-family: var(--primaryfont) !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  margin-bottom: 12px !important;
  padding: 10px 32px 0px 32px !important;
  -webkit-text-fill-color: #000000 !important;
  font-size: 18px !important;
  color: #000000 !important;
  text-align: center !important;
}

.tax-product_cat .woocommerce-loop-product__title {
  font-weight: 400 !important;
  color: #474747 !important;
  -webkit-text-fill-color: #474747 !important;
}

.shop-cont h4 , .woocommerce-loop-product__title{
  padding: 0 !important;
  color: #474747;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  font-family: var(--primaryfont);
}

.woocommerce-shop .sales-flash-overlay .price,
.single-product .inside-article .sales-flash-overlay .price {
  padding: 0px 32px !important;
  text-align: left;
  display: block;
}

.woocommerce-shop .sales-flash-overlay .price .subscription-details {
  display: inline;
}

.single-product .inside-article .sales-flash-overlay .entry-summary .price {
  padding: 0px !important;
}

.single-product .inside-article .sales-flash-overlay .entry-summary .price del {
  margin-right: 10px;
}

.single-product .inside-article .featured-image {
  display: none;
}

.woocommerce-shop .sales-flash-overlay .price .from {
  font-family: var(--secondaryfont);
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  color: #D90082 !important;
  display: block;
  text-align: left;
  margin-bottom: 5px;

}

div.product span.price {
  font-family:var(--secondaryfont);
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 30px;
  text-align: right;
  letter-spacing: 0.5px;
  color: #848E9F !important;
}
.single-product .inside-article .sales-flash-overlay .price .woocommerce-Price-amount{
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 24px !important;
  color: #000 !important;
}
.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .price del span,.woocommerce ul.products li.product .price ins span {
  font-family: var(--primaryfont) !important;
  padding-bottom: 10px !important;
  color: #000000 !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  text-align: center;
  line-height: 31px;
}
.w-100{
  width: 100% !important;
}
.shop-cont span, span.woocommerce-Price-amount {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #000000;
}
span.woocommerce-Price-amount{
  margin-bottom: 20px;
  display: block;
}
.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link span.price,
.woocommerce ul.products li.product .price {
  padding: 0px 32px 0px 32px;
  display: block;
}

.tax-product_cat .sales-flash-overlay .price {
  padding-left: 32px !important;
}

.woocommerce div.product p.price del {
  opacity: 1;
}

.woocommerce div.product .entry-summary p.price del .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: 0.5px;
  color: #616161 !important;
}

.woocommerce div.product .entry-summary p.price ins .woocommerce-Price-amount,
.woocommerce div.product .entry-summary p.price .woocommerce-Price-amount,
.lp-archive-courses .course-content .course-info .course-price .price {
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 30px !important;
  letter-spacing: 0.5px;
  color: #CD2028 !important;
}

.woocommerce-shop .sales-flash-overlay .wp-element-button,
.single-product .inside-article .sales-flash-overlay .wp-element-button,
.tax-product_cat .sales-flash-overlay .wp-element-button,
.shop-card .shop-add-card button a,
.page-id-73371 #newsletters-form-1-submit .newsletters_buttonwrap button .course-summary-sidebar .lp-course-buttons button,
.woocommerce-shop ul.products li.product a.add_to_cart_button,
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button,
.woocommerce-shop ul.products li.product a.added_to_cart,
.woocommerce a.added_to_cart , .added_to_cart.wc-forward,.carousel-slider a.add_to_cart_button{
  padding: 14px 24px !important;
  background: var(--gradient) !important;
  color: var(--white) !important;
  border: none !important;
  font-family: var(--secondaryfont) !important;
  font-size: 15px !important;
  line-height: 18px !important;
  border-radius: 23px !important;
  max-width: 210px;
  transition: all .3s ease-in-out !important;
  display: inline-block !important;
  text-align: center !important;
  position: sticky !important;
  margin: 10px auto;
  font-weight: 700;
}
.added_to_cart.wc-forward{
  margin-left: 10px !important;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th{
  border-width: 1px !important;
  border: 1px solid rgba(0, 0, 0, .1) !important;
  background-color: rgba(0, 0, 0, .005);
}
.woocommerce ul.products li.product .button {
  width: 160px;
}
.woocommerce ul.products li.product{
  display: block;
}
 .woocommerce-info,	
.woocommerce-MyAccount-content .woocommerce-info, .woocommerce-message{
  background-color: transparent;
  color: #000;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-message a{
  color: var(--Cerulean) !important;
}
ul.products li.product.woocommerce-text-align-center .star-rating{
  display: none;
}
.category-sec {
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0px 10px;
}

.category-sec div{
  color: #3a3a3a;
  transition: .3s ease;
  display: block;
  background: #e1e1e1;
  padding: 8px 15px;
  border-radius: 5px;
  border-left: 3px solid transparent;
  cursor: pointer;
}

.category-sec div:hover {
  background: #ebebeb;
  transform: scale(1.06);
  transition: .3s ease;
  border-left: 3px solid #CD2028;
}

.category-title {
  margin-left: 0 !important;
  text-align: left !important;
  margin-bottom: 30px !important;
  padding-bottom: 20px;
  max-width: max-content !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon{
  color: var(--Cerulean);
}
.woocommerce-archive-wrapper p.woocommerce-result-count:not(.term-bundles .woocommerce-archive-wrapper p.woocommerce-result-count),
.woocommerce-archive-wrapper form.woocommerce-ordering:not(.term-bundles .woocommerce-archive-wrapper form.woocommerce-ordering) {
  display: none !important;
}

.woocommerce .related-slider ul.products li.product .button {
  display: inline-block !important;
}

.woocommerce div.product form.cart .button,
.form-row.place-order button#place_order {
  margin: 0 !important;
  width: 100%;
  display: block !IMPORTANT;
  max-width: 100%;
  font-size: 18px !important;
  padding: 22px 10px !important;
  border-radius: 34px !important;
}

.piereg_profile_cont span.piereg-profile-logout-url {
  display: none;
}

.piereg_profile_cont a.piereg_edit_profile_link {
  position: relative;
  top: 20px;
}

.home .shop-card .shop-add-card button {
  padding: 0;
  background: transparent;
  display: flex;
  gap: 15px;
  margin: auto !important;
}
.home .shop-card .shop-add-card button:hover{
  background: transparent !important;
}
.home .shop-card .shop-add-card button a{
  margin: 0 !important;
}
.home .shop-card .shop-add-card button a:hover{
  background: var(--gradient-hover) !important;
}
.shop-card:hover {
  box-shadow: 0 5px 30px 0 #c840405e;
  transition: .3s ease;
}

.shop-card:hover .shop-img>img {
  border-top: 4px solid #CD2028;
  transition: .3s ease;
}

.single-product .inside-article .sales-flash-overlay .entry-summary .wp-element-button {
  margin-left: 0px !important;
  width: 100%;
  max-width: 100%;
}

.woocommerce-shop .sales-flash-overlay:hover,
.single-product .woocommerce .related ul.products li.product:hover,
.tax-product_cat .sales-flash-overlay:hover {
  box-shadow: 0 5px 30px 0 #0784b340;
  border-radius: 15px !important;
}

.woocommerce .related ul.products {
  display: grid;
  grid-gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
  display: none;
}

/* .single-product  ul.products{
  display: block !important;
} */
.single .pswp {
  display: none;
}

.entry-content .product.type-product {
  overflow: hidden;
}

.entry-content .product.type-product .summary.entry-summary.cstm {
  margin-top: 0;
}

.entry-content .product.type-product .summary.entry-summary.cstm span.price {
  font-size: 20px !important;
}

.entry-content .product.type-product .summary.entry-summary.cstm span.price .woocommerce-Price-amount.amount {
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 30px !important;
  letter-spacing: 0.5px;
  color: #09a8d7 !important;
}

.entry-content .product.type-product .summary.entry-summary.cstm span.price del .woocommerce-Price-amount.amount {
  font-size: 20px !important;
}

.woocommerce ul.products li.product.sales-flash-overlay .onsale,
.shop-sale span,
.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link span.onsale,
.woocommerce-page ul.products li.product span.onsale,
.entry-content .product.type-product span.onsale {
  position: absolute !important;
  margin: 0 !important;
  padding: 5px 70px !important;
  font-family: var(--primaryfont) !important;
  left: -41px !important;
  right: auto !important;
  top: 30px;
  font-weight: 500 !IMPORTANT;
  font-size: 19px !important;
  line-height: 24px !important;
  color: #FFFFFF !important;
  transform: rotate(-42.64deg);
  background-color: #D8467B !important;
}
body.tax-product_cat ul.products li.product span.onsale{
  left: -52px !important;
  top: -290px;
}
.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link span.onsale {
  border-radius: 0px;
}

.shop-sale span {
  padding: 5px 55px !important;
  left: -34px !important;
  top: 17px;
}

.woocommerce .woocommerce-ordering select {
  border-radius: 5px;
}

.woocommerce .woocommerce-ordering select option:hover {
  background-color: #092d6d !important;
  color: #fff !important;
}

/* .woocommerce .woocommerce-result-count {
  text-align: end;
} */

.woocommerce-shop .sales-flash-overlay .wp-element-button::before,
.single-product .inside-article .sales-flash-overlay .wp-element-button::before {
  content: url("/wp-content/themes/generatepress-child/asset/img/shop-card-icon.png");
  margin-right: 5px !important;
  vertical-align: middle !important;
}

.separate-containers .inside-article {
  padding: 0;
}

.separate-containers .site-main {
  margin: 68px;
}

.lp-courses-bar .search-courses input[type=text]:focus {
  border-color: #092d6d !important;
}

.lp-courses-bar {
  position: relative;
}


.post-type-archive-lp_course .wrap-btn-add-course-to-cart form button.btn-add-course-to-cart {
  font-family: var(--primaryfont) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 19px !important;
  padding: 10px 15px !important;
  border-radius: 40px !important;
  color: var(--blue) !important;
  max-width: max-content !important;
  transition: all .3s ease-in-out !important;
  border: 2px solid #CD2028 !important;
  background-color: transparent !important;
}

.lp-user-profile .wrapper-profile-header {
  background: var(--blue);
}

.post-type-archive-lp_course .wrap-btn-add-course-to-cart form button.btn-add-course-to-cart {
  color: var(--white) !important;
  background: var(--gradient) !important;
  transition: .3s ease !important;
  border-color: var(--Cerulean) !important;
}

.post-type-archive-lp_course .wrap-btn-add-course-to-cart form button.btn-add-course-to-cart:hover {
  color: var(--blue) !important;
  background: transparent !important;
  border-color: var(--blue) !important;
}

/* Single course page css */
.lp-archive-courses .learn-press-breadcrumb {
  margin: auto !important;
  padding: 0px 15px !important;
  max-width: 1280px !important;
}

.lp-archive-courses .lp-content-area .meta-item {
  color: var(--blue);

}

.lp-archive-courses h1 {
  text-align: left !important;
  font-size: 40px !important;
  line-height: 50px !important;
}

.lp-archive-courses h2 {
  max-width: 100% !important;
  font-size: 25px !important;
  line-height: 35px !important;
  text-align: left !important;
  color: var(--blue) !important;
  -webkit-text-fill-color: var(--blue) !important;
}

.course-tab-panel .course-description img {
  margin-left: 0px;
}

.lp-archive-courses h3 {
  text-align: left !important;
}

.lp-archive-courses .course-meta__pull-left .meta-item span {
  color: var(--blue);
}

.lp-archive-courses .wp-image-2445 {
  width: 100% !important;
}

.med-entry-title {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 15px;
}

.med-hero-content h3,
.med-program-detail h3,
.medical-student-future h3,
.med-information h3,
.med-prerequisite h3,
.med-doctor-section h3,
.Apprentice-Corporation-section h3 {
  color: #585757;
  font-size: 22px !important;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 700;

}

.med-h3 {
  color: #585757;
  font-size: 24px !important;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 15px 0px;
}

.med-h4-heading {
  color: #585757;
  font-size: 18px !important;
  line-height: 24px;
  font-weight: 700;

}

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

.online-med-23-h2 {
  max-width: 100% !important;
  margin-bottom: 10px !important;
  text-align: start !important;

}

.enjoy_img {
  background-color: #eee;
  padding: 10px 5px;
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
}

.enjoy_img img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.four-col-row .enjoy_img img {

  max-height: 200px;
}

.online-med-23-p {
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 3px 7px 3px;
}

.ms-41 {
  margin-left: 41px !important;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  clear: left;
  margin: 5 0 40px 0;

}

.med-anything {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
  text-align: center;
}

.str_link {
  color: #ff4949;
  transition: .3s;

}

.str_link:hover {
  /* border: 1px solid #ff4949; */
  text-decoration: underline;
  transition: all .3s ease-in-out;
}

.Apprentice-Corporation-section a,
.Us-med-link a {
  color: #3a3a3a;
  font-size: 17px;
}

.Apprentice-Corporation-section {
  padding: 20px 0 100px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.gap-4 {
  gap: 30px;
}

.mx-300 {
  max-width: 300px;
}

.us-med-table table tr,
.us-med-table table th {
  padding: 10px;
}

.Us-med-bottom-section {
  padding: 20px 0 100px 0;
}

.us-med-testimonial .card-body .card-text {
  text-align: center;
  padding: 8px;
  margin-bottom: 0px;
}

.us-med-testimonial .card {
  border: 1px solid #eee;
  background-color: #eee;
  border-radius: 6px;
}

.us-med-testimonial .card img {
  width: 100%;
  max-height: 200px;
  border-radius: 6px 6px 0 0;

}

.us-med-certificate img {
  margin: auto;
}

.page-template-us_med_2023 .Us-med-hero-section,
.page-template-africa-2023 .africa-hero-section {
  margin-top: 120px;
}

.three-col-row .enjoy_img img {
  max-height: 270px;
}

@media (min-width: 1024px) {

  .woocommerce-shop .sales-flash-overlay:hover .wp-element-button,
  .single-product .inside-article .sales-flash-overlay .wp-element-button,
  .tax-product_cat .sales-flash-overlay:hover .wp-element-button {
    opacity: 1 !important;
  }
}

@media (min-width: 1160px) {

  .woocommerce-shop .sales-flash-overlay .wp-element-button,
  .tax-product_cat .sales-flash-overlay .wp-element-button {
    top: 142px !important;
  }
}

@media (max-width: 992px) {

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100% !important;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: auto;
    float: left;
    overflow: hidden;
  }

  .page-id-1344 .entry-content {
    position: relative;
    top: -200px;
  }

  .page-id-1344 .entry-content iframe {
    height: 500px !important;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .woocommerce #wc-column-container.wc-mobile-columns-1 .products {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-1654 ul,
  .page-id-1654 ol {
    margin-left: 20px !important;
  }
}

@media (max-width: 579px) {
  .scrolled-down {
    top: 0px !important;
  }
}

@media (max-width: 576px) {
  .woocommerce #wc-column-container.wc-mobile-columns-1 .products {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .cart-table-responsive .product-name a{
    font-size: 16px;
  }
  form.woocommerce-cart-form{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .woocommerce-cart .inside-article{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .woocommerce-cart form.woocommerce-cart-form table td,.woocommerce-cart form.woocommerce-cart-form table th{
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-size: 17px;
  }
  .entry-content form:not(.page-id-22 #piereg_login_form){
    padding: 40px 10px !important;
  }
  .page-template-about section.about-us{
    height: 220px !important;
  }
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message{
  margin-bottom:30px;
}
.woocommerce-billing-fields h3, h3#order_review_heading, .woocommerce-additional-fields h3{
  font-weight: 700 !important;
  font-size: 22px !important;
}
.lp-archive-courses .course-detail-info,
.lp-archive-courses .course-detail-info::before,
.lp-archive-courses .course-detail-info::after {
  background-image: url("/wp-content/themes/generatepress-child/asset/img/nav-bg.png") !important;
  padding: 80px 10px !important;
  background-size: cover !important;
  background-position: center;
}

.lp-archive-courses ul.learn-press-breadcrumb {
  margin: auto !important;
}

.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
}

.scrolled-up {
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.scrolled-down,
.scrolled-up {
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-color: #fff;
}

.header_main_site {
  position: fixed;
  width: 100%;
  background: #fff;
}

.scrolled-down {
  position: fixed;
  top: -105px;
  z-index: 9999;
}

.pad-hdr {
  padding-top: 177px;
}

/* .scrolled-up + .site {
  padding-top: 180px;
} */
/* search page css start */
.search-results h1 {
  font-size: 50px !important;
  line-height: 60px !important;
}

.search-results h2 {
  font-size: 40px !important;
  line-height: 50px !important;
  max-width: 100% !important;
}


.search-results .site-settings a {
  color: var(--Cerulean) !important;
}

/* .search-results .site-settings a:hover,
a:focus,
a:active {
  color: var(--blue) !important;
} */

.search-results p {
  font-size: 18px !important;
}

.search-results .site-settings img {
  max-width: 400px !important;
}

.search-results .paging-navigation a {
  color: var(--Cerulean);
}

.search-results .paging-navigation a:hover {
  color: var(--blue);
}

/* search page css end */


/* single product css */
.woocommerce div.product div.images .flex-control-thumbs li {
  max-width: 132px;
  padding-top: 10px;
}

.cart_totals .wc-proceed-to-checkout {
  text-align: center;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: inherit;
}

.single-product h1 {
  font-size: 50px !important;
  line-height: 60px !important;
  max-width: 100% !important;
}

.single-product .woocommerce-Tabs-panel h1 {
  font-size: 25px !important;
  line-height: 35px !important;
  text-align: left !important;
}

.single-product h2,
.page-id-1650 .entry-content h2 {
  font-family: var(--primaryfont) !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  letter-spacing: 0.5px !important;
  color: #23496B !important;
  text-align: left !important;
  -webkit-text-fill-color: #23496B !important;
  max-width: 100% !important;
  margin-bottom: 15px !important;
}

.single-product p b,
.single-product .woocommerce-Tabs-panel strong {
  font-family: var(--primaryfont) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  letter-spacing: 0.5px;
  color: #44444F !important;
}

.footer-main .footer-para b {
  color: var(--Ghost-White) !important;
}

.single-product p,
.single-product .woocommerce-Tabs-panel .divTableCell,
.single-product .woocommerce-tabs ul li,
.single-product .woocommerce-tabs ol li {
  font-family: var(--primaryfont);
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  letter-spacing: 0.5px;
  color: #44444F !important;
}

.single-product h3 {
  text-align: left !important;
}

.single-product .woocommerce-tabs img {
  margin: 0px !important;
}

.tab_heading,
.additional-info-heading,
.yikes-custom-woo-tab-title {
  display: none !important;
}

.woocommerce table.shop_attributes th {
  width: 190px;
}

.woocommerce table.shop_attributes td {
  padding-left: 8px;
}

.single-product .inside-article a {
  color: var(--Cerulean);
}

.single-product .inside-article a:hover {
  color: var(--blue);
}

.single-product .inside-article .related.products .products .sales-flash-overlay:hover {
  box-shadow: 0 5px 30px 0 #0784b340 !important;
  border-radius: 15px !important;
}

.single-product .inside-article .related.products .products .sales-flash-overlay:nth-child(4) {
  display: none;
}

.woocommerce-products-header {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  text-align: center;
}

.woocommerce-products-header {
  top: -270px;
  bottom: unset;
}

.tax-product_cat .woocommerce-products-header {
  top: -14em !important;
}

.term-bundles .woocommerce-products-header {
  top: -12.4em !important;
}

.entry-header,
.search .site-main .page-header,
body.tag header.page-header {
  position: absolute;
  top: -270px;
  left: 0;
  right: 0;
  text-align: center;
  background: transparent;
}

.search .site-main .page-header h1,
body.tag header.page-header h1,
body.author header.page-header h1 {
  font-size: 50px !important;
}

body.single-post .entry-header {
  top: -210px;
}

body.single-post .inside-article,
body.tag .entry-header {
  position: static;
}

.page-id-1650 .entry-header,
.page-id-82608 .entry-header,
.page-id-82611 .entry-header {
  top: -225px;
}

.entry-header h1 {
  max-width: 100% !important;
}

.search .entry-header {
  position: sticky !important;
}

.search .site-main .page-header {
  position: absolute !important;
  top: -250px;
  left: 0;
  right: 0;
  background: transparent;
}

.lp-archive-courses,
.site-content,
.inside-article {
  position: relative;
}

.entry-content .piereg_container .pieregWrapper {
  box-shadow: none !important;
}

.single-lp_course .bg-image-shop , .page-id-137022 .bg-image-shop {
  display: none !important;
}
.page-id-137022 .site-main,.page-id-137022  .entry-content{
  margin: 0!important;
 }
 .page-id-137022 p:empty,
.single-product .bg-image-shop {
  display: none !important;
}
.page-id-137022 .grid-container{
  max-width: 100% !important;
}
.page-id-137022 .grid-container #content.site-content,.page-id-137022 .grid-container #content .inside-article {
  padding: 0 !important;
}
.single-product .inside-article {
  padding-top:90px !important;
}

.single-lp_course .background-video-content {
  padding-top: 92px !important;
}

.popup-header__inner h2 {
  color: #fff !important;
  -webkit-text-fill-color: white !important;
}

.single-product .grouped_form .single_add_to_cart_button,
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  position: sticky !important;
  text-align: center !important;
  display: block !important;
}

.woocommerce-variation-add-to-cart {
  display: block;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart div.quantity input[type=number] {
  border-bottom: 1px solid #D9D9D9 !important;
  max-width: fit-content;
}

.single-product p#wc-stripe-payment-request-button-separator {
  display: none !important;
}

.woocommerce div.product form.cart div.quantity:has(input[type=number]):before {
  font-size: 19px;
  color: initial;
  content: "Qty ";
  font-weight: 600;
  font-weight: 700;
  width: 16%;
  padding: 8px;
  display: inline-block;
}

.single-product .woocommerce-variation {
  margin-bottom: 20px !important;
}

.single-product .product_meta {
  padding-top: 20px !important;
}

.shop-card .shop-add-card button:hover,
.woocommerce-shop .wp-element-button:hover,
.single-product .inside-article .sales-flash-overlay .wp-element-button:hover,
.tax-product_cat .wp-element-button:hover,
.course-summary-sidebar .lp-course-buttons button:hover {
  background: var(--gradient-hover) !important;
  transition: .3s ease;
}

.single-product .woocommerce-tabs ul,
.single-product .woocommerce-tabs ol {
  margin-left: 32px !important;
}

/* globle css */

.inside-article h3:not(.page-id-135516 h3, .page-id-135518 h3, .page-id-137022 h3) {
  text-align: left;
  font-size: 20px;
  font-family: var(--primaryfont);
  font-weight: 500;
  color: var(--blue);
  margin: 20px 0px;
}

form.checkout h3 {
  text-align: left;
}

.inside-article a {
  color: var(--Cerulean);
}

.inside-article a:hover {
  color: var(--blue);
  transition: .3s ease;
}

.inside-article .entry-title:not(.page-id-135516 .entry-title, .page-id-135518 .entry-title, .page-id-1344 .entry-title, .page-id-135532 .entry-title, .page-id-22 .entry-title, .page-template-temp-blog .entry-title, .page.page-id-74069 h1.entry-title) {
  font-family: var(--primaryfont) !important;
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 44px !important;
  letter-spacing: .5px !important;
  color: var(--Cerulean) !important;
  margin-bottom: 10px;
}

.page-id-135518 h3,
.page-id-135516 h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 25px;
}

#ppcp-messages {
  margin-top: 30px;
}

.page-id-135518 p,
.page-id-135516 p,
.page-id-135532 p {
  font-size: 20px !important;
}

.page-id-135518 .inside-article ul,
.page-id-135516 .inside-article ul,
.page-id-135516 .inside-article ol,
.page-id-135518 .inside-article ol {
  margin-bottom: 20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  gap: 10px;
  margin: 0px !important;
  padding-left: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0px;
  margin: 0 -3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1) {
  border-top-left-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-top-right-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--gradient) !important;
  border: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #00000099 !important;
  font-family: var(--primaryfont) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  letter-spacing: 0.5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--white) !important;
}

.page-id-9132 .inside-article p,
.page-id-9446 .inside-article p {
  text-align: center;
}

.page-id-22 .bg-image-shop,
.page-id-32 .bg-image-shop {
  margin-bottom: 0 !important;
  padding-bottom: 134px !important;
}

h1.entry-title {
  font-size: 52px !important;
  line-height: 62px !important;
}

.page-id-6098 .bg-image-shop,
.page-id-1632 .bg-image-shop,
.page-id-7319 .bg-image-shop,
.page-id-7318 .bg-image-shop,
.page-id-9220 .bg-image-shop,
.page-id-8433 .bg-image-shop,
.page-id-8411 .bg-image-shop,
.page-id-8491 .bg-image-shop,
.page-id-8255 .bg-image-shop,
.page-id-73537 .bg-image-shop,
.page-id-73613 .bg-image-shop,
.page-id-73614 .bg-image-shop,
.page-id-3030 .bg-image-shop,
.page-id-3036 .bg-image-shop,
.page-id-3024 .bg-image-shop,
.page-id-3015 .bg-image-shop,
.page-id-3028 .bg-image-shop,
.page-id-3015 .bg-image-shop,
.page-id-3038 .bg-image-shop,
.page-id-3032 .bg-image-shop,
.page-id-3034 .bg-image-shop,
.page-id-73633 .bg-image-shop,
.page-id-73634 .bg-image-shop,
.page-id-3018 .bg-image-shop,
.page-id-3022 .bg-image-shop,
.page-id-3020 .bg-image-shop,
.page-id-3026 .bg-image-shop,
.page-id-8730 .bg-image-shop,
.page-id-8881 .bg-image-shop,
.page-id-8773 .bg-image-shop,
.page-id-8329 .bg-image-shop,
.page-id-2431 .bg-image-shop,
.page-id-73533 .bg-image-shop,
.page-id-73578 .bg-image-shop,
.page-id-73624 .bg-image-shop,
.page-id-1128 .bg-image-shop,
.page-id-20 .bg-image-shop,
.page-id-3057 .bg-image-shop,
.page-id-5371 .bg-image-shop,
.search-no-results .bg-image-shop,
.page-id-74112 .bg-image-shop {
  height: 0px !important;
  padding: 0 !important;
}

.page-id-6098 .entry-content h1,
.page-id-1632 .entry-content h1,
.page-id-9220 .entry-content h1,
.page-id-8411 .entry-content h1,
.page-id-8433 .entry-content h1,
.page-id-8491 .entry-content h1,
.page-id-8255 .entry-content h1,
.page-id-73613 .entry-content h1,
.page-id-73614 .entry-content h1,
.page-id-3030 .entry-content h1,
.page-id-3036 .entry-content h1,
.page-id-3024 .entry-content h1,
.page-id-3015 .entry-content h1,
.page-id-3028 .entry-content h1,
.page-id-3015 .entry-content h1,
.page-id-3038 .entry-content h1,
.page-id-3032 .entry-content h1,
.page-id-3034 .entry-content h1,
.page-id-73633 .entry-content h1,
.page-id-73634 .entry-content h1,
.page-id-3018 .entry-content h1,
.page-id-3022 .entry-content h1,
.page-id-3020 .entry-content h1,
.page-id-3026 .entry-content h1,
.page-id-8730 .entry-content h1,
.page-id-8881 .entry-content h1,
.page-id-8773 .entry-content h1,
.page-id-8329 .entry-content h1,
.page-id-1280 .entry-content h1,
.page-id-2431 .entry-content h1,
.page-id-6811 .entry-content h1,
.page-id-73624 .entry-content h1,
.page-id-1128 .entry-content h1,
.page-id-1533 .entry-content h1,
.page-id-6104 .entry-content h1,
.page-id-2778 .entry-content h1,
.page-id-3057 .entry-content h1,
.page-id-5371 .entry-content h1,
.page-id-5665 .entry-content h1 {
  text-align: center;
  font-size: 55px !important;
  line-height: 65px !important;
  max-width: 100% !important;
}

.page-id-8411 .entry-content h2 {
  margin-bottom: 30px !important;
}

.page-id-6098 .entry-content h2,
.page-id-1632 .entry-content h2,
.page-id-73613 .entry-content h2,
.page-id-73614 .entry-content h2,
.page-id-3030 .entry-content h2,
.page-id-3036 .entry-content h2,
.page-id-3024 .entry-content h2,
.page-id-3015 .entry-content h2,
.page-id-3028 .entry-content h2,
.page-id-3015 .entry-content h2,
.page-id-3038 .entry-content h2,
.page-id-3032 .entry-content h2,
.page-id-3034 .entry-content h2,
.page-id-73633 .entry-content h2,
.page-id-73634 .entry-content h2,
.page-id-3018 .entry-content h2,
.page-id-3022 .entry-content h2,
.page-id-3020 .entry-content h2,
.page-id-3026 .entry-content h2,
.page-id-8730 .entry-content h2,
.page-id-8881 .entry-content h2,
.page-id-8773 .entry-content h2,
.page-id-8329 .entry-content h2,
.page-id-1280 .entry-content h2,
.page-id-8087 .entry-content h2,
.page-id-2431 .entry-content h2,
.page-id-8112 .entry-content h2,
.page-id-73624 .entry-content h2,
.page-id-2872 .entry-content h2,
.page-id-1128 .entry-content h2,
.page-id-2870 .entry-content h2,
.page-id-1650 .entry-content h2,
.page-id-1533 .entry-content h2,
.page-id-6104 .entry-content h2,
.page-id-8098 .entry-content h2,
.page-id-1654 .entry-content h2,
.page-id-3057 .entry-content h2,
.page-id-5371 .entry-content h2,
.page-id-5665 .entry-content h2,
.page-id-82611 .entry-content h2 {
  font-size: 30px !important;
  line-height: 40px !important;
  margin-bottom: 20px !important;
}

.page-id-1280 .entry-content h2 {
  -webkit-text-fill-color: var(--blue) !important;
  max-width: 100% !important;
  display: block !important;
}

.page-id-1650 .entry-content ol,
ul {
  margin: 0 0 1.5em 3em !important;
}

footer .page-id-1650 .entry-content ol,
ul {
  margin: 0 !important;
}

.page-id-1650 .entry-content ul li>ul {
  margin-bottom: 0 !important;
  margin-left: 1.5em !important;
  list-style: revert;
}

.page-id-1650 .entry-content ul li,
.page-id-1650 .entry-content p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  letter-spacing: .5px;
  color: #848e9f !important;
}

.page-id-1650 .entry-content ul li strong,
.page-id-1650 .entry-content p strong,
.page-id-1650 .entry-content span strong {
  font-weight: 700;
  font-family: var(--primaryfont) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  letter-spacing: .5px;
  color: #5e6674 !important;
}

.page-id-73613 .entry-content h2,
.page-id-73614 .entry-content h2,
.page-id-3030 .entry-content h2,
.page-id-3036 .entry-content h2,
.page-id-3024 .entry-content h2,
.page-id-3015 .entry-content h2,
.page-id-3028 .entry-content h2,
.page-id-3015 .entry-content h2,
.page-id-3038 .entry-content h2,
.page-id-3032 .entry-content h2,
.page-id-3034 .entry-content h2,
.page-id-73633 .entry-content h2,
.page-id-73634 .entry-content h2,
.page-id-3018 .entry-content h2,
.page-id-3022 .entry-content h2,
.page-id-3020 .entry-content h2,
.page-id-3026 .entry-content h2,
.page-id-8730 .entry-content h2,
.page-id-8773 .entry-content h2,
.page-id-2431 .entry-content h2,
.page-id-73624 .entry-content h2,
.page-id-2872 .entry-content h2,
.page-id-1128 .entry-content h2,
.page-id-8112 .entry-content h2,
.page-id-2870 .entry-content h2,
.page-id-1533 .entry-content h2,
.page-id-6104 .entry-content h2,
.page-id-8098 .entry-content h2,
.page-id-1654 .entry-content h2,
.page-id-3057 .entry-content h2,
.page-id-5371 .entry-content h2,
.page-id-5665 .entry-content h2,
.page-id-82611 .entry-content h2 {
  max-width: 100% !important;
  text-align: left !important;
}

.page-id-5032 .inside-article .entry-content p,
.page-id-9220 .inside-article .entry-content p,
.page-id-8433 .inside-article .entry-content p,
.page-id-8411 .inside-article .entry-content p,
.page-id-8881 .inside-article .entry-content p,
.page-id-1280 .inside-article .entry-content p,
.page-id-8087 .inside-article .entry-content p,
.page-id-8112 .inside-article .entry-content p,
.page-id-2872 .inside-article .entry-content p,
.page-id-2870 .inside-article .entry-content p,
.page-id-8098 .inside-article .entry-content p,
.page-id-20 .inside-article .entry-content p,
.search-no-results .inside-article .entry-content p,
.error404 .inside-article p {
  text-align: center;
  font-size: 22px !important;
  margin: 20px 0px !important;
}

.page-id-20 .inside-article .entry-content p,
.page-id-20 .inside-article .entry-content h3,
.page-id-20 .inside-article .entry-content h2,
.page-id-20 .inside-article .entry-content h4,
.page-id-20 .inside-article .entry-content h1 {
  text-align: left !important;
}

.page-id-20 .inside-article .entry-content h1 {
  font-size: 50px !important;
  line-height: 55px !important;
}

.page-id-20 .inside-article .entry-content h2 {
  max-width: 100% !important;
  font-size: 35px !IMPORTANT;
  line-height: 40px !important;
  -webkit-text-fill-color: var(--blue) !important;
}

.page-id-20 .inside-article .entry-content h3 {
  font-size: 30px !important;
}

.page-id-2431 .entry-content h3,
.page-id-8112 .inside-article .entry-content p,
.page-id-2872 .inside-article .entry-content p,
.page-id-2870 .inside-article .entry-content p,
.page-id-8098 .inside-article .entry-content p,
.page-id-1654 .inside-article .entry-content h3,
.page-id-3057 .inside-article .entry-content h3,
.page-id-5665 .inside-article .entry-content h3,
.page-id-82608 .inside-article .entry-content h3,
.page-id-82611 .inside-article .entry-content h3 {
  text-align: left !important;
}

.page-id-8411 .inside-article .entry-content form p,
.page-id-8730 .inside-article .entry-content form p {
  text-align: left !important;
  font-size: 17px !important;
}

.page-id-9132 .inside-article form h3,
.page-id-9446 .inside-article form h3,
.page-id-8411 .inside-article form h3,
.page-id-8491 .inside-article h3,
.page-id-8730 .inside-article form h3 {
  text-align: left !important;
  font-size: 17px !important;
  margin-top: 25px !important;
  margin-right: 20px !important;
}

.page-id-8881 .inside-article form,
.page-id-8730 .inside-article form,
.page-id-8329 .inside-article form,
.page-id-2431 .inside-article form,
.page-id-73624 .inside-article form,
.page-id-1128 .inside-article form,
.page-id-1533 .inside-article form,
.page-id-6104 .inside-article form,
.page-id-3057 .inside-article form,
.page-id-5371 .inside-article form,
.page-id-5665 .inside-article form,
.page-id-74067 .inside-article form,
.page-id-25 .inside-article form,
.page-id-74069 .inside-article form,
.page-id-28 .inside-article form {
  padding: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.page-id-74067 .cart_totals li {
  display: none;
}

.page-id-6098 .entry-content img,
.page-id-1632 .entry-content img {
  width: 500px !important;
}

.page-id-6098 .entry-content form,
.page-id-1632 .entry-content form,
.single-product .entry-content form,
.tax-product_cat .entry-content form,
.entry-content form.woocommerce-ordering {
  border-radius: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  margin: 0 !important;
}

.entry-content form.woocommerce-ordering {
  position: relative;
  top: -58px;
  min-width: max-content;
  max-width: fit-content;
  margin-left: auto !important;
}

.entry-content form.woocommerce-ordering select {
  max-width: fit-content;
}

.page-id-7296 .entry-content h2 {
  font-size: 30px !important;
  line-height: 40px !important;
  max-width: 100% !important;
  font-weight: 600 !important;
}

input[type=submit],
input[type="button"],
a.button,
.page-id-1533 .entry-content form button,
.page-id-6104 .entry-content form button,
.page-id-3057 .entry-content form button,
.page-id-5371 .entry-content form button,
.page-id-5665 .entry-content form button,
.page-id-74112 .entry-content form button,
#checkout-payment #checkout-order-action button,
.page-id-74067 .entry-content form button,
.page-id-74069 .inside-article form button,
.page-id-28 .inside-article form button,
.page-id-29 .entry-content form button {
  border-bottom: 0px !important;
  border-radius: 40px !important;
  background: var(--gradient) !important;
  margin-bottom: 20px !important;
  border: none !important;
  color: var(--white) !important;
  font-family: var(--secondaryfont) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 18px !important;
}

.page-id-28 .inside-article form button,
.page-id-74067 .entry-content form button {
  display: block;
  margin: auto;
}

.page-id-74067 .entry-content form button {
  margin-top: 40px;
}

.page-id-28 table td.product-quantity {
  width: 226px;
}

.page-id-28 .woocommerce form .quantity.buttons-added .minus,
.page-id-28 .woocommerce form .quantity.buttons-added .plus {
  display: inline-flex;
}

.page-id-28 .woocommerce form .quantity.buttons-added .qty {
  display: inline-block;
}

.search-no-results .entry-content form input[type="submit"] {
  width: 100% !important;
  margin-top: 20px !important;
}

input[type=submit]:hover,
input[type="button"]:hover,
a.button:hover,
.page-id-1533 .entry-content form button:hover,
.page-id-6104 .entry-content form button:hover,
.page-id-3057 .entry-content form button:hover,
.page-id-5371 .entry-content form button:hover,
.page-id-5665 .entry-content form button:hover,
.page-id-74112 .entry-content form button:hover,
#checkout-payment #checkout-order-action button:hover,
.page-id-74067 .entry-content form button:hover,
.page-id-28 .inside-article form button:hover,
.page-id-29 .entry-content form button:hover {
  background: var(--gradient-hover) !important;
  transition: .3s linear;
  color: var(--white) !important;
}

.page-id-74067 .inside-article .page-template-home-front a.button,
.page-id-74067 .inside-article .woocommerce-message a.button,
.single-product .woocommerce-notices-wrapper a.button:not(.single-product .woocommerce-notices-wrapper .woocommerce-message a.button) {
  border-radius: 0px !important;
  background: transparent !important;
  margin-bottom: 0px !important;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
  list-style: none;
  color: var(--Cerulean);
  margin-bottom: 20px !important;
}

.page-template-home-front a.button:hover {
  background: transparent !important;
  margin-bottom: 0px !important;
}

.page-template-home-front a.button {
  background: transparent !important;
  margin-bottom: 0px !important;
}

div.woocommerce-message a.button:not(.single-product .woocommerce-notices-wrapper .woocommerce-message a.button),
div.woocommerce-message a:not(.single-product .woocommerce-notices-wrapper .woocommerce-message a.button) {
  background: transparent !important;
}

.page-id-74067 .paypal-buttons,
.page-id-74067 #ppcp-messages {
  display: none !important;
}

p.entry-header {
  position: static;
}

.page-id-24 #pie_register form {
  margin: 0 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

.page-id-24 #piereg_forgotpassword #wp-reset-submit.button {
  background: var(--gradient) !important;
}

.page-id-24 #piereg_forgotpassword #wp-reset-submit.button:hover {
  background: var(--gradient-hover) !important;
}

.page-id-9132 input[type=submit],
.page-id-9446 input[type=submit],
.page-id-29 .entry-content form button {
  width: 100%;
}

.page-id-73537 .inside-article .entry-content li,
.page-id-73533 .inside-article .entry-content li,
.page-id-73578 .inside-article .entry-content li {
  list-style: none;
  text-align: center;
}

.page-id-73537 .inside-article h3,
.page-id-73533 .inside-article h3,
.page-id-73578 .inside-article h3 {
  text-align: center !important;
}

.page-id-74067 .inside-article .entry-title {
  font-size: 64px !important;
  line-height: 70px !important;
}

.error404 .inside-article input[type=submit] {
  max-width: 100%;
  width: 100% !important;
  margin-top: 10px !important;
}

.woocommerce table.my_account_orders .button {
  display: block;
  text-align: center;
}

.page-id-29 .entry-content h3 {
  font-size: 37px;
  margin-bottom: 30px;
}

@media (min-width: 769px) {

  /* .course-summary-sidebar.slide-down .course-summary-sidebar__inner{
    margin-top: 150px;
  } */
  .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
    top: 32px !important;
    position: fixed;
    /* margin-top: 150px; */
    transition: .3s ease-in-out
  }
}


.learn-press-breadcrumb {
  position: relative;
  top: 30px;
  z-index: 9;
}

.page-id-74112 .learn-press-breadcrumb {
  top: 15px;
}

.page-id-74112 .lp-archive-courses a,
.page-id-74112 .learn-press-checkout table td a {
  color: var(--Cerulean) !important;
}

.page-id-74112 .lp-archive-courses a:hover,
.page-id-74112 .learn-press-checkout table td a:hover {
  color: var(--blue) !important;
}

#wpadminbar .single-lp_course .background-video-content {
  padding-top: 147px !important;
}

#wpadminbar .bg-image-shop {
  margin-top: 150px !important;
}

.page-id-25 #pie_register .fields .fieldset span.show-hide-password-innerbtn {
  top: 53px !important;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 7.3684773445129395px 5.894782066345215px 0px #8D91A00D;
}

.sidenav a {
  font-family: var(--secondaryfont);
    font-weight: 700;
    padding: 8px 8px 8px 3px;
    text-decoration: none;
    font-size: 18px;
    color: #2a2d3799;
    transition: .3s;
    display: inline;
    line-height: 40px;
}

.sidenav a svg {
  margin-right: 10px;
}

.menu-item-554 a:hover svg path,
.menu-item-406 a:hover svg path {
  fill: transparent;
}

.menu-item-405 a:hover svg path {
  fill: var(--white);
}

.menu-item-406 a:hover svg path {
  stroke: var(--blue) !important;
}

.menu-item-406 a:hover svg ellipse {
  stroke: var(--blue) !important;
}

.sidenav a:focus {
  color: var(--blue);
}

.mob-header-dis {
  width: 550px;
}

.mob-header-dis-none {
  width: 0px;
}

.menu-item-73445 a {
  align-items: inherit;
}


#mob-search form {
  position: relative;
  margin-top: 20px;
}

#mob-search.search input[type=text]:focus {
  color: #2A2D3799;
}

#mob-search.search input[type=text] {
  background: #f6f8fa !important;
  border: 0 !important;
  padding-left: 40px;
  font-style: normal;
  height: 47px;
  font-weight: 500;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--primaryfont);
}

#mob-search.search input[type=image] {
  position: absolute;
  left: 11px;
  top: 50%;
  filter: brightness(0.5);
  transform: translatey(-50%);
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  width: 25px !important;
  height: 25px;
  display: flex;
  border: 2px solid #333333 !important;
  right: 15px;
  border-radius: 50%;
  padding: 0 !important;
  font-size: 20px !important;
  border-bottom: none;
  margin-left: 50px;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
  color: #333333;
  max-width: 25px !important;
  padding-bottom: 2.5px !important;
}

.sidenav .menu-item-406 a svg path,
.menu-item-406 a svg ellipse {
  stroke: #2A2D3799;
}

.nav_2.dextop .menu-item-406 a svg,
.nav_2.dextop .menu-item-405 a svg {
  display: inline-block !important;
}

.piereg_login_error {
  position: absolute;
  bottom: 45px;
  left: 0;
  z-index: 99;
  width: 100% !important;
  text-align: center !important;
}

.page-id-22 .piereg_login_wrapper p.submit {

  width: 100% !important;
}


.single-product .related.products h2 {
  margin-bottom: 30px !important;
  text-align: left !important;
}


.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid rgba(0, 0, 0, .08) !important;
  /* margin-left: 1.8em !important; */
  padding: 30px !important;
  padding-top: 30px !important;
}

.page-id-74112 #learn-press-checkout {
  margin-top: 30px;
}

.svg-social {
  display: inline-block;
  vertical-align: sub;
}

.footer-icon a:hover svg circle {
  fill: var(--Cerulean);
  transition: .3s ease-in-out;
}

.footer-icon a.last:hover svg path {
  fill: var(--Cerulean);
  transition: .3s ease-in-out;
}

.head-1 .svg-social {
  margin-right: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.head-1 .icons {
  display: flex;
  gap: 10px;
}

.head-1 .icons a:hover svg circle {
  fill: var(--white);
  transition: .3s ease;
}

.head-1 .icons a svg path {
  fill: var(--Cerulean);
}

.head-1 .icons a svg .hover-clr {
  fill: var(--Cerulean) !important;
}

.footer-contects p a {
  color: var(--Cerulean);
}

.footer-contects p a:hover {
  color: var(--blue);
}

.mb-10 {
  margin-bottom: 10px;
}

.nav_2 div.main_list ul.sub-menu {
  max-height: max-content;
}

.nav_2 div.main_list ul {
  max-height: 65px;
}

.drop-down.menu-item:hover ul.sub-menu {
  display: flex;
}

.drop-down.menu-item::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0px;
  padding-bottom: 60px;
  display: block;
}

.lp-archive-courses .course-summary-sidebar__inner>div ul li a {
  margin-bottom: 6px;
  display: inline-block;
  color: #CD2028;
}

.page-id-28 .kit-code #coupon-form3 button {
  margin-top: 20px;
}

#profile-content-courses .learn-press-filters,
#profile-content-quizzes .learn-press-filters {
  padding: 15px 10px !important;
}

.woocommerce-shop ul.products .sales-flash-overlay {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.woocommerce-shop ul.products,
.tax-product_cat ul.products {
  padding-bottom: 60px;
}

.woocommerce-shop ul.products,
.woocommerce .related ul.products,
.woocommerce-archive-wrapper ul.products.columns-4 {
  gap: 50px 16px !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
  list-style-type: none;
  margin-top: 40px !important;
}

.woocommerce-archive-wrapper .product-category-tabs ul.tabs {
  display: flex;
  gap: 20px;
}

.woocommerce .related ul.products li:nth-child(4) {
  display: none;
}

.woocommerce .related ul.products {
  margin-bottom: 60px !important;
}

.woocommerce-shop ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  max-width: 377px;
  border-radius: 9px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  overflow: hidden;
  margin: auto;
  width: 100%;
  min-height: 495px;
}

.woocommerce-shop ul.products li.product:hover,
/* .woocommerce ul.products li.product:hover, */
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0px 5px 12px -2px #c840405e;
  transition: .3s ease;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: unset;
}

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link {
  display: block;

}

.woocommerce-cart-form td.product-thumbnail a img {
  max-width: 60px !important;
  display: block;
  max-width: fit-content;
  margin: auto;
  border-radius: 8px;
}

.woocommerce-cart-form table tr td dl dt {
  font-size: 16px;
  display: inline;
  /* font-weight: 500; */
}

.woocommerce-cart-form table tr td dl dd {
  display: inline;
  margin: 0;
}

.woocommerce-cart-form table tr td dl dd p {
  display: inline;
  margin: 0;
}

form.woocommerce-cart-form table.shop_table {
  margin-bottom: 50px !important;
}

.cart_totals h2 {
  margin-bottom: 50px !important;
}

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product .attachment-woocommerce_thumbnail {
  max-height: 332px;
  max-width: 375px;
}

.woocommerce ul.products li.product {
  max-height: unset;
  background-color: #d9d9d963;
  transition: .5s;
  text-align: center;
  padding-bottom: 10px;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 5px 20px 0 #c840405e
}

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  text-align: center !important;
  color: #474747 !important;
  font-size: 20px !important;
  line-height: 22px;
  -webkit-text-fill-color: #474747 !important;
}

/* other file css start */

.kit-code {
  margin-top: 20px;
  margin-bottom: 50px;
}

.woobewoo-filter-loader.spinner {
  background: url("/wp-content/themes/generatepress-child/asset/img/site-logo-spinner.png") !important;
}

.inside-article .wpfMainWrapper ul.wpfFilterVerScroll {
  gap: 10px;
}

.inside-article .wpfMainWrapper ul.wpfFilterVerScroll li span.wpfCheckbox {
  display: none;
}

.inside-article .wpfMainWrapper ul.wpfFilterVerScroll li {
  background: #CD2028;
  padding: 7px 14px !important;
  color: white;
  border-radius: 5px;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
  width: auto;
}
/* other file css end */
/* 404 page css */
.page-template-404 .bg-image-shop,
.page-template-summer-programs .bg-image-shop {
  display: none;
}

.notfound-scection {
  margin-top: 180px;
  padding: 60px 0px;
  text-align: center;
}

.notfound-scection h1 {
  color: var(--Cerulean);
  margin-bottom: 40px;
}

.notfound-scection h3 {
  color: var(--blue);
  font-size: 32px;
  line-height: 41.28px;
  font-weight: 300;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
}

.notfound-scection .bg-btn {
  display: block;
  max-width: 250px;
  font-size: 20px;
  margin: auto;
}

.notfound-scection .bg-btn:hover {
  color: var(--white);
  background: var(--gradient-hover);
}

/* 404 page css */
/* events pages css */
section.Event-hero-section {
  padding: 60px 0px;
  margin-top: 80px;
}

section.Event-hero-section h1 {
  color: var(--Cerulean) !important;
  font-size: 40px !important;
  line-height: 45px !important;
}

section.Event-hero-section img {
  max-width: 100%;
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.Event-cards-section {
  margin: 20px 0px 60px 0px;
}

.event-card-wrapper {
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 450px), 1fr));
  display: grid;
}

.event-card-wrapper .event-card .cardimg img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.event-card-wrapper .event-card .cardimg {
  max-height: 220px;
}

.event-card-wrapper .event-card .cardcont {
  padding: 20px 8px;
}

.event-card-wrapper a h3 {
  color: var(--blue);
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

.event-card-wrapper a:hover h3 {
  color: var(--Cerulean);
}

.event-card {
  border: 1px solid #cd202852;
  border-radius: 10px;
  text-align: center;
}

.event-card:hover {
  box-shadow: 0px 5px 30px 0px #c840402e;
  transition: .3s ease;
}

.med-hero-img img {
  max-width: 100%;
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.med-entry-title {
  font-size: 40px !important;
  line-height: 45px !important;
}

.med-hero-img,
.med-workshop-btn {
  margin-bottom: 20px;
}

.online-med-hero-section {
  margin-top: 120px;
}

.four-col-row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.tow-col-row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

.eight-col-row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 100px), 1fr));
}

.six-col-row {
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
  display: grid;
}

.page-template-africa-2023 .six-col-row img {
  max-height: 254px;
}

.one-col-row .enjoy_img {
  text-align: center;
}

.one-col-row .enjoy_img img {
  max-height: initial;
  width: auto;
}

.team-bio p {
  margin-bottom: 3px;
  color: var(--white);
}

.team-bio h4 {
  margin-bottom: 0;
}

.team-bio {
  padding: 7px;

}

.course-1 {
  background: var(--blue);
  border-radius: 15px;
}

.three-col-row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.five-col-row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

/* events pages css end */
/* blog css */
.page-template-temp-blog .blog-posts {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

.page-template-temp-blog .entry-content .post {
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: end;
  background-color: #0000006b;
  background-blend-mode: color;
  padding: 20px;
  cursor: pointer;
  transition: 2s;
  margin: 0;
}

.page-template-temp-blog .entry-content .post-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
  position: relative;
}

.page-template-temp-blog .entry-content .post-wrapper:hover .post {
  transform: scale(1.04);
}

.page-template-temp-blog .entry-content .post-wrapper:hover h3 {
  bottom: 25px;
  transition: .3s ease;
}

.page-template-temp-blog .entry-content h3 {
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 20px;
  font-size: 22px;
  padding: 0px 18px;
  line-height: 30px;
}

.entry-content #load-more-button {
  display: block;
  margin: auto;
  width: 200px;
  font-size: 20px;
  margin-top: 30px;
}

.entry-content #load-more-button:hover {
  background: var(--gradient-hover);
}

.page-template-temp-blog .bg-image-shop {
  background-image: url(/wp-content/themes/generatepress-child/asset/img/Blog-bg.jpg);
  height: 300px;
  background-position: bottom;
  background-color: #cd202836;
  background-blend-mode: overlay;
}

.page-template-temp-blog .entry-header {
  top: -260px;
}

/* blog css end */
/* single page css */
.single-post h1 {
  font-size: 35px !important;
  line-height: 40px !important;
  margin-top: 20px;
}

.single-post .resourses {
  margin-top: 30px;
}

.single-post .resourses p {
  margin-bottom: 7px;
  line-height: 15px;
}

.single-post .resourses p a {
  font-size: 12px;
}

.single-post .resourses h3 {
  margin: 10px 0px;
}

.single-post .inside-article h3 {
  text-align: left;
}

.single-post h2 {
  font-size: 25px !important;
  line-height: 35px !important;
  max-width: 100% !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  margin-top: 30px;
}

/* single page css end */
/* requst pages css */
.page-template-request-quote .bg-image-shop,
.page-template-Request-sample .bg-image-shop {
  display: none;
}

.page-template-request-quote section.request-hero,
.page-template-Request-sample section.request-hero {
  margin-top: 180px;
}

.page-template-request-quote section.request-hero h2,
.page-template-Request-sample section.request-hero h2 {
  font-weight: 700 !important;
  font-size: 70px !important;
  line-height: 80px !important;
  max-width: 100% !important;
  text-align: center;
  -webkit-text-fill-color: #fff !important;
}

.requst-section {
  padding: 60px 0px;
}

.requst-section h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}

.requst-section form {
  border-radius: 20px !important;
  box-shadow: 0 0 40px 0 #35353533 !important;
  padding: 40px 30px !important;
  margin-top: 30px;
}

.requst-section form input[type=submit],
.page-id-135532 .inside-article form input[type=submit] {
  display: block;
  margin: auto;
  width: 200px;
  font-size: 18px !important;
  padding: 15px;
  margin-top: 30px;
}

.gform_heading {
  display: none;
}

textarea {
  margin-top: 10px;
  border: 0;
  border-bottom: 1px solid;
}

.requst-section p {
  font-size: 22px !important;
  margin-bottom: 10px;
  line-height: 30px;
}

.requst-section label {
  font-size: 18px !important;
}

.requst-section ul {
  margin-bottom: 30px !important;
}

.page-id-135532 .inside-article ul li a:hover {
  color: var(--Cerulean);
  text-decoration: underline;
}

.page-id-135532 .inside-article p {
  margin-bottom: 5px;
}

.page-id-135532 .inside-article ul {
  margin: 25px 0px !important;
}

/* requst pages css end*/
#product-warranty h2,
#money-back-guarantee h2 {
  position: relative;
  top: -200px;
}

.piereg_login_container .piereg_login_wrapper .piereg_loginform .forgetmenot {
  width: 100%;
}

body .pieregWrapper p.submit {
  position: static;
}

.sidebar .widget {
  padding: 0px;
}

.sidebar .widget .wp-block-categories-list,
ul.wp-block-latest-posts__list {
  background: #ebebeb;
  border-radius: 6px;
  padding: 8px 15px;
}

.separate-containers.right-sidebar .site-main {
  margin-top: 0;
}

.loading-img {
  display: none;
  margin: auto;
}

.paging-navigation .nav-links>* {
  padding: 10px 18px !important;
  border-radius: 5px;
}

.paging-navigation .nav-links a {
  background: var(--blue);
  color: #fff;
}

.paging-navigation .nav-links a:hover {
  background: var(--Cerulean);
  transition: .3s ease;
  color: #fff;
}

.paging-navigation .nav-links .current {
  background: var(--Cerulean);
  color: #fff;
  font-weight: 400;
}

nav.paging-navigation div.nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.single-product .grid-parent {
  width: 100%;
}

.single-product .widget-area {
  display: none;
}

body.category .entry-header,
body.author .entry-header {
  position: static;
  text-align: left;
}

body.category header.page-header,
body.author header.page-header {
  position: absolute;
  top: -270px;
  left: 0;
  right: 0;
  text-align: center;
  background: transparent;
}

body.category .inside-article .entry-title,
body.author .inside-article .entry-title,
body.tag .inside-article .entry-title,
body.search-results .inside-article .entry-title {
  max-width: 100% !important;
  text-align: left !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 28px !important;
  line-height: 34px !important;
}

body.category .entry-summary,
body.author .entry-summary,
body.tag .entry-summary,
body.search-results .entry-summary {
  margin-top: 12px;
}

body.category footer.entry-meta,
body.author footer.entry-meta,
body.tag footer.entry-meta,
body.search-results footer.entry-meta {
  display: none;
}

.widget ul li:not(li:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5857574f;
}

.sidebar .widget {
  margin-bottom: 50px;
}

.sidebar .widget .widget-title {
  padding-bottom: 15px;
}
.button.wc-forward{
  padding: 10px 20px !important;
}
.footer-main .widget-title {
  font-family: var(--primaryfont) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: var(--white) !important;
  -webkit-text-fill-color: #fff !important;
  text-align: left !important;
}

.footer-main .widget-title::before,
.footer-main .widget-title::after {
  display: none;
}

.footer-main p {
  color: #fff;
}

.footer-main a {
  color: #fff;
}

.footer-main a:hover {
  color: var(--Cerulean);
}

.footer-main input::placeholder {
  color: #D9D9D9;
}

.footer-main .wp-block-jetpack-contact-form {
  padding: 0 !important;
}

.footer-main .widget ul li {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.author .page-header .page-title {
  display: block;
}

.sidebar.is-right-sidebar {
  position: sticky;
  top: 0;
}

.inside-right-sidebar {
  height: 100vh;
  overflow: scroll;
}

.inside-right-sidebar::-webkit-scrollbar {
  width: 0px;
  height: 8px;
  background-color: #ebebeb;
}

.inside-right-sidebar::-webkit-scrollbar-thumb {
  background: #dbd0d0;
}

.separate-containers .comments-area {
  padding: 40px 10px;
  border: 1px solid #5857571f;
  border-radius: 5px;
}

.comments-title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.comment-content {
  padding: 10px;
  margin-top: 10px !important;
  border-top: 1px solid #5857573d;
}

.comment-body {
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid #5857571f;
}

.table-of-content {
  background: #ebebeb;
  border-radius: 6px;
  padding: 20px 15px;
  margin-bottom: 50px;
}

.table-of-content li a {
  color: #3a3a3a;
}

.table-of-content li a:hover {
  color: var(--Cerulean);
}

.table-of-content h3 {
  margin: 10px 0px;
}

.table-of-content h2 {
  text-align: center !important;
}

body.search-results .post-image img,
body.category .post-image img,
body.author .post-image img,
body.tag .post-image img {
  max-height: 170px;
  object-fit: cover;
}

body.search-results .inside-article .entry-title,
body.search-results .inside-article .entry-title,
body.author .inside-article .entry-title,
body.tag .inside-article .entry-title {
  -webkit-text-fill-color: transparent !important;
}

body.search-results .site-main article,
body.category .site-main article,
body.author .site-main article,
body.tag .site-main article {
  margin-bottom: 20px;
  border: 1px solid #58575757;
  padding: 30px;
  border-radius: 8px 8px 5px 5px;
  border-top: 4px solid #58575757;
}

body.search-results .site-main,
body.category .site-main,
body.author .site-main,
body.tag .site-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  grid-gap: 20px;
  margin-bottom: 110px;
}

body.search-results nav.paging-navigation,
body.category nav.paging-navigation,
body.author nav.paging-navigation,
body.tag nav.paging-navigation {
  position: absolute;
  bottom: -10px;
  width: 100%;
}

body.search-results .entry-meta,
body.tag .entry-meta {
  text-align: left;
}

body.search-results .site-main article:hover,
body.category .site-main article:hover,
body.author .site-main article:hover,
body.tag .site-main article:hover {
  box-shadow: 0px 5px 30px 0px #c840402e;
  transition: .3s ease-in-out;
  border-top-color: var(--Cerulean);
}

body.search-results .post-image:not(:first-child),
body.category .post-image:not(:first-child),
body.author .post-image:not(:first-child),
body.tag .post-image:not(:first-child) {
  margin-top: 10px;
}

div.comments-area .comment-respond {
  margin-top: 20px;
}

.woocommerce-cart-form div.coupon {
  margin-bottom: 40px;
}

.woocommerce-cart-form div.coupon p {
  font-size: 20px !important;
  margin-bottom: 10px;
}

.cart_totals table tbody tr td {
  text-align: end;
}

.cart_totals {
  margin: 50px 0px 0px;
}

.paypal-button-container {
  margin: auto !important;
}

.footer-main img {
  max-width: 250px;
}

.footer-main aside h3 {
  font-size: 18px;
  color: #fff;
}
div#payment ul.wc_payment_methods::before{
  content: 'Select a Payment Option';
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: var(--blue);
  font-family: var(--primaryfont);
  margin-bottom: 15px;
  display: block;
}
.page-id-28 .ppc-button-wrapper{
  margin-top: 20px;
}
.woocommerce .add_to_cart_button+.added_to_cart{
  margin-left: 10px !important;
}
.page.page-id-74069 h1.entry-title{
  -webkit-text-fill-color: #fff !important;
}
.page-id-74067 .cross-sells{
  display: none;
}
.return-to-shop{
  margin-top: 30px;
}
.contact-form-submission .go-back-message a{
  color: #ffffff !important;
    background-color: #666666;
    padding: 10px 20px;
    display: inline-block;
}
.footer-main .widget:nth-child(2), .footer-main .widget:nth-child(4){
  margin-bottom: 3px; 
}
.contact-form-submission .field-value{
  display: none;
 }
 .contact-form-submission{
  border: none;
  padding: 0;
 }
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure the loader appears on top of other elements */
}

.loader {
  border: 4px solid #f3f3f3; /* Light gray border for the loader */
  border-top: 4px solid #3498db; /* Blue border for the loader animation */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite; /* Animation for the spinning effect */
}
.wp-block-jetpack-contact-form .grunion-field-wrap input{
  color: #fff;
}
 /* new home page css   */
 .page-id-136716 .site-content{
  padding: 0 !important;
 }
.page-id-136716 .generate-sections-inside-container{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.page-id-136716 .bg-image-shop{
  display: none !important;
 }
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.page-id-136964 .grid-container ,.page-id-135521 .grid-container{
      max-width: 1320px;
}
 .gallery-btn{
  color: #fff !important;
}
.gallery-btn:hover{
  color: #fff !important;
}
.page-id-136964 .bg-image-shop, .page-id-136964 .entry-header,.page-id-135521 .bg-image-shop, .page-id-135521 .entry-header{
  display: none;
}
.four-col-row .team-bio h4{
  color: #ff4949;
}
a.carousel-slider__post-author-link::before {
  content: "By";
  color: #000;
}

.nav_2_mobile ul {
  list-style: none;
  margin-top: 30px !important;
  padding: 0 10px 0 0;
}

@media (min-width: 1025px) {
  .grid-25 {
    width: 30%;
  }

  .grid-75 {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-grid-75 {
    float: left;
    width: 70%;
  }

  .grid-25 {
    width: 30%;
  }
}

@media (min-width: 1400px) {

  .header_main .container-fluid,
  .header_1 .container-fluid {
    padding: 0 70px;
  }
  .page-id-136716 .grid-container:not(.hfeed){
    max-width: 1320px !important;
  }
}

@media (max-width: 1400px) {
  .nav_2 div.main_list ul.sub-menu {
    right: 0px;
  }

  .drop-down.menu-item::before {
    top: 0;
    left: -18px;
    padding-left: 70px;
  }
}

@media (max-width: 1200px) {
  .overlay {
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    transition: opacity 1s;
    width: 100%;
    opacity: 0.8;
  }

  .menu-item-82666 {
    display: none;

  }

  .head-1 .svg-social {
    margin-right: 0px;
  }
}


@media (max-width: 768px) {

  .nav_2_mobile ul {
    width: 300px !important;
  }

  .mob-header-dis {
    width: 320px;
  }

  .mob-header-dis-none {
    width: 0px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-direction: row;
  }

  .sticky-icons {
    position: fixed;
    bottom: -19px;
    left: 0;
    right: 0;
    top: unset;
    z-index: 99;
    display: grid;
    grid-auto-flow: column;
  }

  .sticky-icons a {
    margin: 0;
    padding: 5px 0 0;
  }

  footer .arrow-btn {
    bottom: 50px;
  }

  .sticky-icons.icon-scrolled-down {
    bottom: -60px;
    transition: .3s ease;
  }

  .sticky-icons.icon-scrolled-up {
    bottom: -19px;
    transition: .3s ease;
  }
  .page-id-74067 .background-video-content{
    overflow-x: hidden;
  }
}

@media (max-width: 610px) {
  .page-id-1654 .inside-article .entry-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .page-id-1654 .entry-content h2 {
    font-size: 23px !important;
    line-height: 33px !important;
  }


}

@media (max-width: 578px) {
  .header_1 {
    padding: 10px 0px;
  }

  .sidenav .closebtn {
    right: 10px;
  }

  .single-product h1 {
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .inside-article .entry-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .page-id-74067 .inside-article .entry-title {
    font-size: 85px !important;
    line-height: 94px !important;
  }

  .single-product h1 {
    font-size: 30px !important;
    line-height: 40px !important;
    max-width: 100% !important;
  }

  .page-id-74069 .entry-header .entry-title,
  .page-id-28 .entry-header .entry-title {
    font-size: 55px !important;
    line-height: 64px !important;
  }

  .page-id-1344 .inside-article .entry-title {
    font-size: 45px !important;
    line-height: 55px !important;
  }

  .single-product h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .woocommerce div.product .woocommerce-tabs .panel,
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    max-width: max-content !important;
  }

  .lp-archive-courses .course-description h1,
  .lp-archive-courses .course-summary-content .course-title {
    font-size: 37px !important;
    line-height: 47px !important;
  }

  .page-id-22 #piereg_login_form,
  .page-id-32 .pie_register_reg_form,
  .page-id-24 .piereg_entry-content #piereg_forgotpassword,
  .page-id-22 .piereg_login_wrapper {
    position: static;
    padding: 20px 15px !important;
  }
}

@media (max-width: 500px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 12px !important;
    line-height: 25px !important;
  }
}

@media (max-width: 385px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }
}

/* which branch of medicine page css start */



@media (max-width: 705px) {

  .page-id-73371 .entry-header h1,
  .page-id-87451 .entry-header h1 {
    font-size: 43px !important;
    line-height: 53px !important;
  }
}

@media (max-width: 576px) {
  .search-results .inside-article .entry-title {
    font-size: 42px !important;
    line-height: 52px !important;
  }
  .page-template-about section.about-us{
    height: 220px !important;
  }
}

@media (max-width: 453px) {

  .page-id-73371 .entry-header h1,
  .page-id-87451 .entry-header h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
}

@media (max-width: 425px) {
  .search-results .page-header h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}

/* which branch of medicine page css end */