/** @format **/
/* I dont get the ftp access so i am adding css here :  */
.single-product .quantity label {
  display: none;
}

span.wpcf7-spinner {
  display: block;
}

.single-product .quantity {
  display: inline-flex;
  padding: 1.0625rem 0.75rem;
  margin-bottom: 1.25rem;
  outline: none;
  border-radius: 4px;
  border: 1px solid #1eafc5;
  background: var(--White, #fff);
  align-items: center;
  padding: 0;
  position: relative;
  margin-bottom: 2rem;
}

.single-product .quantity input {
  border-radius: none;
  border: none;
  background: unset;
  margin-bottom: 0;
  padding: 0.7rem 2rem;
  min-width: 6rem;

}

.single-product .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.single-product .quantity button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: transparent;
  border: 0px;
  outline: none;
  color: #1eafc5;
  font-size: 1.5rem;
}

.single-product .quantity button.plus {
  right: 0.5rem;
}

.single-product .quantity button.minus {
  left: 0.5rem;
}

button.single_add_to_cart_button.button.alt {
  display: block;
  position: relative;
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border: 1px solid #0d2341;
  border-radius: 4px;
  background-color: var(--Dark-Blue, #0d2341) !important;
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.single-product section.bkSec1 {
  padding-bottom: 0;
}

.single-product section.bkSec1 .products h2 {
  margin-bottom: 2.5rem;
}

.single-product section.bkSec1 .related.products {
  padding-top: 5rem;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  border-radius: 4px;
  border: 1px solid #1eafc5 !important;
}

table.wc-block-cart-items thead th {
  padding: 1rem !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
  color: var(--Blue-2, #1eafc5);
  font-family: var(--Montserrat-Global);
  font-size: 1.2rem;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  border-color: #1eafc5 !important;
}

.woocommerce-cart section.bkSec1 {
  padding-bottom: 0;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  padding-inline: 1rem;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar a.wc-block-components-button.wp-element-button,
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  display: block;
  position: relative;
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border: 1px solid #0d2341;
  border-radius: 0 0 4px 4px;
  background-color: var(--Dark-Blue, #0d2341) !important;
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {

  border: 1px solid #1eafc5 !important;
  border-bottom: 0 !important;
}

.woocommerce-cart .is-large.wc-block-cart {
  margin-bottom: 0;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  display: inline-flex;
  padding: 1.0625rem 0.75rem;
  margin-bottom: 1.25rem;
  outline: none;
  border-radius: 4px;
  border: 1px solid #1eafc5;
  background: var(--White, #fff);
  align-items: center;
  padding: 0;
  position: relative;
  margin-bottom: 2rem;
}

.woocommerce-cart .wc-block-components-quantity-selector:after {
  border: 0px;
}

.woocommerce-cart .wc-block-components-quantity-selector button {
  font-size: 1.2rem;
  color: #1eafc5;
}

.woocommerce-cart .wc-block-components-quantity-selector button:focus {
  border: 0px !important;
  outline: none !important;
  box-shadow: none;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  display: block;
  position: relative;
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border: 1px solid #0d2341;
  border-radius: 4px;
  background-color: var(--Dark-Blue, #0d2341) !important;
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin-top: 1rem;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
  display: block;
  position: relative;
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border: 1px solid #0d2341;
  border-radius: 4px;
  background-color: var(--Dark-Blue, #0d2341) !important;
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.admin-bar nav.woocommerce-MyAccount-navigation {
  border-radius: 4px;
  border: 1px solid #1eafc5 !important;
  padding: 1rem;
}

.admin-bar nav.woocommerce-MyAccount-navigation li a {
  background: #16a5c6;
  display: block;
  padding: 0.6rem 1.5rem;
  color: #fff;
  text-decoration: none;
}

.admin-bar nav.woocommerce-MyAccount-navigation li.is-active a {
  background: #0d2341;
}

.admin-bar .woocommerce-MyAccount-content a {
  color: #16a5c6;
  text-decoration: none;
}

.admin-bar .woocommerce-MyAccount-content a.button,
.admin-bar .woocommerce-MyAccount-content button.woocommerce-Button.button {
  display: block;
  position: relative;
  color: var(--White, #fff);
  font-family: var(--Montserrat-Global);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border: 1px solid #0d2341;
  border-radius: 4px;
  background-color: var(--Dark-Blue, #0d2341) !important;
  padding: 0.875rem 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.admin-bar .woocommerce-MyAccount-content button.woocommerce-Button.button {
  margin-top: 1.2rem;
}

.admin-bar .woocommerce-MyAccount-content .woocommerce-Address {
  border-radius: 4px;
  border: 1px solid #1eafc5 !important;
  padding: 1rem;
}

.admin-bar .woocommerce-MyAccount-content .woocommerce-Address h2 {
  margin-bottom: 1rem;
}

.admin-bar .woocommerce-MyAccount-content fieldset {
  padding: 0;
}

.admin-bar .woocommerce-MyAccount-content legend {
  margin: 1rem 0rem 0.7rem;
  padding: 0rem;
  color: var(--Blue-2, #1eafc5);
  font-family: var(--Montserrat-Global);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}

.woocommerce-account .addresses .title .edit {
  float: unset !important;
}

section.hm_sec3 ul.list_news li .new_dt h3 a {
  color: #fff;
  text-decoration: none;
}

div#exampleModal span.wpcf7-form-control.wpcf7-radio>span {
  margin-left: 0;
  display: block;
}

div#exampleModal span.wpcf7-form-control.wpcf7-radio>span input {
  margin-bottom: 0rem;
  width: 1.25rem;
  height: 1.25rem;
}

div#exampleModal span.wpcf7-form-control.wpcf7-radio>span label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: grey;
}

@media screen and (max-width: 1400px) {


  .stellarnav li a {
    font-size: 16px;
  }

  .stellarnav>ul>li+li {
    margin-left: 1rem;
  }

  section.banner .full_ban_txt h1 {
    font-size: 3rem;
  }

  section.banner .woman_stand .text_vertical {
    right: -25px;
  }

}




@media screen and (max-width: 1300px) {
  section.banner .woman_stand {
    width: 100%;
    max-width: 32.75rem;
  }

  section.banner {
    padding: 7.0625rem 0;
  }

  section.banner .full_ban_txt h1 {
    font-size: 2.8rem;
  }

  section.hm_sec2 .gp_abt .listing_ab .ab_fm .ab_img {
    max-width: 22.125rem;
  }


}

@media screen and (max-width: 1199px) {

  .btn {
    font-size: 16px;
    padding: 0.594rem 1.375rem;
  }

  p {
    font-size: 1rem;
  }

  section h1,
  section h2 {
    margin-bottom: 1.25rem;
  }

  .stellarnav li a {
    font-size: 14px;
  }

  .stellarnav>ul>li>a {
    padding: 0.425rem;
  }

  .stellarnav>ul>li+li {
    margin-left: 0.5rem;
  }

  section.banner {
    overflow: hidden;
  }

  section.banner .full_ban_txt h1 {
    font-size: 2.5rem;
  }

  section.banner .woman_stand {
    width: 100%;
    max-width: 26.75rem;
    left: 50vw;
  }

  section.banner .woman_stand .text_vertical {
    font-size: 6.25rem;
  }

  section.hm_sec1 .two_gallery {
    margin: 0 auto 30px;
    height: auto;
  }

  section.banner {
    padding: 4.0625rem 0;
  }

  section.hm_sec3 .grids_each .each_col .circle_img {
    min-height: 8.125rem;
    max-height: 8.125rem;
  }

}



@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {

  button.single_add_to_cart_button.button.alt,
  .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    margin: auto !important;
  }

  .admin-bar .woocommerce-MyAccount-content .woocommerce-Address h2 {
    font-size: 1.2rem;
  }

  .woocommerce-cart .wc-block-components-totals-item__label {
    text-align: left;
  }

  .woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 16px !important;
  }

  .btn {
    padding: 7px 20px;
    font-size: 14px;
  }

  section h1,
  section h2 {
    margin: 0 0 1.25rem;
  }

  .stellarnav.mobile {
    position: static;
    margin-left: 0.9375rem;
  }

  section.banner .woman_stand {
    left: 47vw;
    max-width: 24rem;
  }

  section.banner {
    padding: 6rem 0;
  }

  section.banner .woman_stand .text_vertical {
    font-size: 3.15rem;
    right: 10px;
  }

  section.banner .full_ban_txt h1 {
    font-size: 1.8rem;
    margin: 0 0 1.25rem;
  }

  section.banner .full_ban_txt h2 {
    font-size: 1.125rem;
  }

  section.banner .full_ban_txt p {
    margin: 0 0 1.25rem;
    line-height: 24px;
  }

  header.header_main .adjust_flx .logo {
    order: 1;
  }

  header.header_main .adjust_flx .stellarnav.mobile {
    order: 3;
  }

  header.header_main .adjust_flx .hd-btn {
    order: 2;
    margin-left: auto;
    padding: 12px;
  }

  header.header_main .hd-btn .btn {
    color: #fff;
  }

  header.header_main .hd-btn .btn:hover,
  header.header_main .hd-btn .btn:focus {
    color: #0d2341;
  }

  section.hm_sec1,
  section.hm_sec2 {
    padding: 3.75rem 0;
  }

  section.hm_sec2 .gp_abt .listing_ab .ab_fm .ab_img {
    height: auto;
  }

  section.hm_sec2 .gp_abt .listing_ab p+.btn {
    margin-top: 0;
  }

  section.hm_sec5 .contact_blue h2 {
    font-size: 1.5rem;
  }

  section.hm_sec5 .contact_blue ul.contact_list li {
    font-size: 15px;
  }

  section.hm_sec3 .grids_each .each_col .circle_img {
    min-height: 5.125rem;
    max-height: 5.125rem;
  }

  section.hm_sec3 .grids_each .each_col .radius_rec_img {
    min-height: 16.6875rem;
    max-height: 16.6875rem;
  }

  section.hm_sec3 .grids_each .each_col:last-child .radius_rec_img {
    min-height: 12.0625rem;
    max-height: 12.0625rem;
  }

  section.hm_sec4,
  section.hm_sec5 {
    padding: 3.75rem 0;
  }

  section.hm_sec5 .contact_blue {
    padding: 1.875rem;
  }

  section.hm_sec2 .gp_abt .listing_ab .ab_fm .ab_img::after {
    display: none;
  }

  section.hm_sec2 .gp_abt .listing_ab .ab_fm .ab_img {
    height: auto;
    max-width: max-content;
    width: 100%;
  }

  section.inner_banner .inner_middleTxt .inner_banner_txt {
    text-align: center;
  }

  section.inner_banner .inner_middleTxt .inner_banner_txt ul.breadcrumb_banner {
    margin: 0 0 1.2rem;
    justify-content: center;
  }

  section.podcastSec1,
  section.podcastSec2 {
    padding: 3.75rem 0;
  }


  section.podcastSec3 p {
    line-height: 1.375rem;
  }

  footer.ft_main .middle_ft .ft_item ul li+li {
    margin-top: 0.65rem;
  }

  section.podcastSec1 p,
  .podcastItem .podcastDt p {
    line-height: 1.375rem;
  }

  section.inner_banner ul.banner_social_link {
    justify-content: center;
  }

  .auditItem {
    grid-template-columns: 12.0125rem 1fr;
    gap: 1.5rem;
    align-items: start;
  }

  section.inner_banner.bkPg .inner_middleTxt .inner_banner_txt {
    text-align: left;
  }

  section.inner_banner.bkPg .inner_middleTxt .inner_banner_txt ul.breadcrumb_banner {
    justify-content: flex-start;
  }

  section.bkSec1 {
    padding: 3.75rem 0;
    text-align: center;
  }

  section.bkSec1 .bkFm {
    margin: 0 0 1.25rem;
  }

  section.bkSec1 ul.listen_list {
    justify-content: center;
    align-items: center;
  }

  section.bkSec2 .reviewsItem p {
    padding: 0 4.5rem;
    margin-bottom: 2rem;
  }

  section.sponsorSec1 .sponsorItem .sponsorImg {
    padding: 0 2rem;
  }

  section.sponsorSec1 {
    padding: 3.75rem 0;
  }

  section.sponsorSec2 .sp_fm {
    margin: 0 0 1.25rem;
    height: auto;
  }

  section.resourceSec1 {
    padding: 3.75rem 0;
  }

  section.merchSec1 {
    padding: 3.75rem 0;
  }

  section.contactSec2 {
    padding: 0 0 3.75rem;
  }

  .woocommerce-account .woocommerce-Address {
    margin-bottom: 1.2rem;
  }

  .admin-bar nav.woocommerce-MyAccount-navigation {
    margin-bottom: 1.2rem;
  }

  .stellarnav ul li a:hover,
  .stellarnav ul li.current-menu-item a {
    color: #0d2341;
  }
}

@media screen and (max-width: 767px) {

  .admin-bar .woocommerce-MyAccount-content a.button,
  .admin-bar .woocommerce-MyAccount-content button.woocommerce-Button.button {
    font-size: 0.9rem;
    padding: 0.675rem 0.875rem;
    margin-top: 1rem;
  }

  .admin-bar .woocommerce-info {
    margin-bottom: 0 !important;
  }

  .admin-bar section.hm_sec5 form input[type=submit],
  .admin-bar .woocommerce-MyAccount-content button.woocommerce-Button.button {
    text-align: center;
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 0.675rem 0.875rem;
  }

  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  .woocommerce-checkout .wc-block-components-totals-item__label {
    text-align: left;
  }

  .admin-bar nav.woocommerce-MyAccount-navigation {
    margin-bottom: 1.2rem;
  }

  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    text-align: left !important;
    margin: auto;
  }

  .woocommerce-account .woocommerce-Address {
    margin-bottom: 1.2rem;
  }

  .woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 16px;
    display: flex;
    flex-direction: column;
  }

  .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    padding: 0.6rem 1rem;
  }

  .woocommerce-cart section.hm_sec5 form input[type=submit] {
    max-width: 100%;
  }

  .woocommerce-cart .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    margin-bottom: 0 !important;
    margin-top: 1.2rem;
  }

  .woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
  }

  .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    width: 100%;
    margin: 0.5rem auto 1rem;
  }

  .single-product section.bkSec1 .related.products {
    padding-top: 2rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0 0 15px;
  }

  section {
    overflow: hidden;
  }

  header.header_main {
    padding: 1.0063rem 0;
  }

  .btn {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 15px;
  }

  .mb-48 {
    margin-bottom: 1.25rem;
  }

  h1,
  h2 {
    margin: 0rem 0rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h3 {
    font-size: 1.125rem;
    list-style: 1.25rem;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  h5 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  h6 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .stellarnav .menu-toggle {
    padding: 10px;
  }

  section.banner {
    padding: 1.875rem 0 0;
  }

  section.banner .woman_stand {
    left: 0;
    max-width: max-content;
    width: 100%;
    position: relative;
  }

  section.banner .full_ban_txt h1 {
    font-size: 26px;
  }

  section.banner .full_ban_txt {
    text-align: center;
    padding: 30px 0;
    background: #23507f;
  }

  section.banner .full_ban_txt p {
    margin: 0 0 1.25rem;
  }

  section.hm_sec1,
  section.hm_sec2,
  section.hm_sec3 {
    padding: 1.875rem 0;
  }

  section.hm_sec1 {
    text-align: center;
  }

  section.hm_sec1 .two_gallery {
    gap: 15px;
  }

  section.hm_sec1 .two_gallery .gallery_fm:last-child {
    height: 195px;
  }

  section.hm_sec1 .two_gallery::before {
    width: 45px;
    height: 45px;
    top: 10px;
    left: calc(50% + 10px);
  }

  section.hm_sec1 .column_two {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 0;
    text-align: center;
  }

  section.hm_sec1 .column_two h4 {
    margin: 0 0 0.9375rem;
  }

  section.hm_sec1 .column_two p {
    margin: 0 0 1.25rem;
  }

  section.hm_sec1 .column_two .music_play {
    gap: 0.625rem;
    justify-content: center;
    margin: 0 0 0.9375rem;
  }

  section.hm_sec2 {
    text-align: center;
  }

  section.hm_sec2 .gp_abt .listing_ab .ab_fm .ab_img::after {
    display: none;
  }

  section.hm_sec2 .gp_abt .listing_ab .ab_fm {
    margin: 0 auto 1.25rem;
    width: 100%;
    max-width: max-content;
  }

  section.hm_sec2 .gp_abt .listing_ab h2 {
    margin: 0 0 0.9375rem;
  }

  section.hm_sec2 .gp_abt .listing_ab+.listing_ab {
    margin-top: 1.875rem;
  }

  section.hm_sec3 {
    text-align: center;
  }

  section.hm_sec3 .grids_each .each_col .circle_img {
    width: 6.125rem;
    min-height: 6.125rem;
    max-height: 6.125rem;
  }

  section.hm_sec3 .grids_each .each_col .radius_rec_img {
    width: 6.125rem;
    min-height: 12.6875rem;
    max-height: 12.6875rem;
  }

  section.hm_sec3 .grids_each .each_col:last-child .radius_rec_img {
    min-height: 9.0625rem;
    max-height: 9.0625rem;
  }

  section.hm_sec3 .grids_each,
  section.hm_sec3 .grids_each .each_col {
    gap: 10px;
  }

  section.hm_sec3 .grids_each {
    margin: 0 auto 1.875rem;
    max-width: 315px;
  }

  section.hm_sec3 ul.list_news li {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    justify-items: center;
  }

  section.hm_sec3 p {
    margin: 0 0 1.3rem;
  }

  section.hm_sec3 ul.list_news {
    gap: 1rem;
  }

  section.hm_sec4 {
    padding: 1.875rem 0 0.625rem;
  }

  section.hm_sec4 h4+h2 {
    margin: 0 0 1.875rem;
  }

  section.hm_sec4 .social_icon {
    margin: 0 auto 1.25rem;
  }

  section.hm_sec5 {
    padding: 1.875rem 0;
    text-align: center;
  }

  section.hm_sec5 h2 {
    margin: 0 0 1.25rem;
  }

  section.hm_sec5 label {
    display: block;
    text-align: left;
  }

  section.hm_sec5 .contact_blue {
    height: auto;
    padding: 1.25rem;
    margin: 0 0 1.25rem;
  }

  section.hm_sec5 .contact_blue h2 {
    text-align: center;
  }

  section.hm_sec5 .contact_blue ul.contact_list li {
    gap: 0.8625rem;
    text-align: left;
  }

  textarea {
    margin: 0 0 1.25rem;
  }

  footer.ft_main .middle_ft {
    padding: 1.875rem 0 0;
    text-align: center;
  }

  footer.ft_main .middle_ft .ft_item .ft_logo {
    margin: 0 auto 15px;
  }

  footer.ft_main .middle_ft .ft_item p {
    line-height: 26px;
  }

  footer.ft_main .middle_ft .ft_item ul li {
    line-height: normal;
  }

  footer.ft_main .middle_ft .ft_item ul li a {
    font-size: 0.8rem;
  }

  footer.ft_main .middle_ft .ft_item ul li+li {
    margin-top: 0.625rem;
  }

  footer.ft_main .middle_ft .ft_item h4 {
    margin: 0 0 0.9375rem;
  }

  footer.ft_main .copyright p {
    font-size: 12px;
  }

  section.hm_sec1 .column_two .each_col {
    align-items: center;
  }

  section.hm_sec6 {
    padding: 1.875rem 0;
    text-align: center;
  }

  section.hm_sec6 .sch_fm {
    margin: 0 0 1.25rem;
  }

  .podcastItem .podcastDt ul.p_info li {
    flex: unset;
  }

  .podcastItem .podcastDt ul.p_info {
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
  }

  section.podcastSec1,
  section.podcastSec2 {
    padding: 1.875rem 0;
    text-align: center;
  }

  .podcastItem .podcastDt ul.p_social {
    justify-content: center;
  }

  .podcastItem {
    margin: 0 0 1.5625rem;
  }

  section.podcastSec3 {
    padding: 1.875rem 0;
    text-align: center;
  }

  section.podcastSec3 .ap_img {
    margin: 0 0 1.25rem;
    height: auto;
  }

  section.inner_banner .fullbanner {
    height: 12.625rem;
  }

  section.inner_banner {
    height: auto;
  }

  section.inner_banner .inner_middleTxt {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0%;
    transform: translateY(0%);
    padding: 20px 0;
  }

  section.podcastSec2 .select_form {
    margin: auto;
  }

  section.podcastSec1 .pfm {
    margin: 0 0 1.25rem;
  }

  .globalModal .modal-body {
    padding: 10px;
  }

  .globalModal .modal-body .modalHeading h2 {
    font-size: 1.2rem;
  }

  .globalModal .modal-body .fill_fm input:not([type=submit]),
  .globalModal .modal-body .fill_fm select {
    margin: 0 0 1.25rem;
  }

  .globalModal .modal-body .fill_fm h3 {
    margin: 0 0 0.625rem;
  }

  section.podcastDSec1 {
    padding: 1.875rem 0 0;
    text-align: center;
  }

  .auditItem {
    gap: 1rem;
    grid-template-columns: 1fr;
    margin: 0 0 1.25rem;
    text-align: center;
  }

  .auditItem .auditDetails ul.aduit_txt {
    display: flex;
    margin: 0 0 1.5rem;
    justify-content: center;
  }

  section.inner_banner ul.banner_social_link {
    gap: 0.8rem;
  }

  .auditItem .auditDetails h3 {
    font-size: 1.125rem;
  }

  .auditItem .auditDetails ul.aduit_txt {
    align-items: center;
  }

  .auditItem .auditDetails ul.aduit_txt li {
    font-size: 0.625rem;
  }

  section.inner_banner .inner_middleTxt .inner_banner_txt p {
    line-height: 1.3rem;
  }

  section.inner_banner.podDpg::after {
    width: 31.25rem;
    height: 310px;
  }

  section.inner_banner.bkPg .fullbanner {
    height: auto;
  }

  section.inner_banner.bkPg .fullbanner .woman_stand {
    margin-left: auto;
    margin-right: auto;
  }

  section.inner_banner.bkPg .inner_middleTxt .inner_banner_txt {
    text-align: center;
  }

  section.inner_banner.bkPg .inner_middleTxt .inner_banner_txt ul.breadcrumb_banner {
    justify-content: center;
  }

  section.bkSec1 h4 {
    margin: 0 0 0.9375rem;
  }

  section.bkSec2 .reviewsItem p::before,
  section.bkSec2 .reviewsItem p::after {
    width: 1.5rem;
    height: 1.5rem;
  }

  section.bkSec2 .reviewsItem p {
    padding: 0 2rem;
    margin-bottom: 1.25rem;
  }

  section.bkSec1 {
    padding: 1.875rem 0;
  }

  section.bkSec1 ul.listen_list li .sound-link p {
    font-size: 0.8rem;
  }

  section.sponsorSec1 {
    padding: 1.875rem 0;
  }

  section.sponsorSec1 .sponsorItem {
    margin: 0 0 1.25rem;
  }

  section.sponsorSec2 {
    text-align: center;
  }

  section.sponsorSec2 .fmGp label {
    display: block;
    text-align: left;
  }

  section.resourceSec1 {
    padding: 1.875rem 0;
  }

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

  .resourcesItem {
    margin: 0 0 1.25rem;
  }

  .resourcesItem .resourcesDt h3 {
    font-size: 1.15rem;
  }

  section.merchSec1 {
    padding: 1.875rem 0;
  }

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

  .merchItem {
    margin: 0 0 1.25rem;
  }

  section.contactSec2 {
    padding: 0 0 1.875rem;
  }

  section.contactSec2 .mapFm iframe {
    height: 15.675rem;
  }
}

@media screen and (max-width: 639px) {
  section.hm_sec3 .grids_each .each_col .circle_img {
    width: 5.125rem;
    min-height: 5.125rem;
    max-height: 5.125rem;
  }

  section.hm_sec3 .grids_each .each_col .radius_rec_img {
    width: 5.125rem;
    min-height: 12.6875rem;
    max-height: 12.6875rem;
  }

  section.hm_sec3 .grids_each .each_col:last-child .radius_rec_img {
    min-height: 9.0625rem;
    max-height: 9.0625rem;
  }

  section.hm_sec3 .grids_each,
  section.hm_sec3 .grids_each .each_col {
    gap: 10px;
  }

  section.hm_sec3 .grids_each {
    margin: 0 auto 1.875rem;
    max-width: 16.875rem;
  }

  section.podcastSec2 .select_form form {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  section.podcastSec2 .mb2_5 {
    margin-bottom: 1.25rem;
  }


}