@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

h1 {
  color: var(--Dark-Blue-White, #fff);
  font-family: Montserrat;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: capitalize;
  margin: 0;
}
h1 span {
  color: #f3c300;
}

h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.875rem;
  margin: 0;
}
h2 span {
  color: #2a96d4;
}

h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  text-transform: capitalize;
  margin: 0;
}

p {
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
}

.btn {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.btn:hover {
  background-color: #112638;
  color: #fff;
}
.btn.light_blue {
  background-color: #2a96d4;
}
.btn.light_blue:hover {
  background-color: #112638;
}
.btn:focus {
  box-shadow: none;
}
.btn.ywl_btn {
  background-color: #f3c300;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 16px 10px;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

button:focus {
  outline: none !important;
}

header {
  width: 100%;
  background: #fff;
  padding: 0.25rem 0;
}
header .menu-area .main_logo {
  max-width: 9.25rem;
}
header .menu-area .main_logo img {
  width: 100%;
}
header .menu-area .main_links {
  width: 100%;
  display: flex;
  gap: 1.25rem;
  justify-content: end;
  align-items: center;
}
header .menu-area .main_links ul {
  gap: 0;
}
header .menu-area .main_links ul li {
  padding: 0;
}
header .menu-area .main_links ul li a {
  color: #000;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.62rem 0.43rem;
  transition: all 0.4s ease;
}
header .menu-area .main_links ul li a::before {
  display: none;
}
header .menu-area .main_links ul li a:hover {
  color: #1b3a53;
  font-weight: 600;
}
header .menu-area .main_links ul li.has-sub a::after {
  font-size: 12px;
  margin-left: 0.425rem;
}
header .menu-area .main_links ul li.has-sub ul {
  top: 74px;
}
header .menu-area .main_links ul li.has-sub ul li {
  border-bottom: 1px solid #999595;
}
header .menu-area .main_links ul li.has-sub ul li a {
  display: block;
}
header .menu-area .main_links ul li.has-sub ul li:first-child a {
  padding-top: 1rem;
}
header .menu-area .main_links ul li.has-sub ul li:last-child {
  border-bottom: none;
}
header .menu-area .main_links ul li.has-sub ul li:last-child a {
  padding-bottom: 1rem;
}
header .menu-area .main_links .btns_dv {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .menu-area .main_links .btns_dv .icon_links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
header .menu-area .main_links .btns_dv .icon_links a {
  color: #000;
  font-family: Montserrat;
  font-size: 0.9rem;
}
header .menu-area .main_links .btns_dv .icon_links .srch_icon img {
  width: 2rem;
  height: 2rem;
}
header .menu-area .main_links .btns_dv .icon_links .profile {
  position: relative;
  padding: 35px 0;
}
header .menu-area .main_links .btns_dv .icon_links .profile i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #222020;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #413f3f;
}
header .menu-area .main_links .btns_dv .icon_links .profile:hover .dropDown {
  opacity: 1;
  height: auto;
}
header .menu-area .main_links .btns_dv .icon_links .profile .dropDown {
  position: absolute;
  top: 4.1125rem;
  left: 0;
  width: 12.5rem;
  background-color: #f7f7f7;
  z-index: 9;
  border-radius: 0.625rem;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
header .menu-area .main_links .btns_dv .icon_links .profile .dropDown li {
  padding: 0.75rem;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
}
header .menu-area .main_links .btns_dv .icon_links .cart {
  position: relative;
}
header .menu-area .main_links .btns_dv .icon_links .cart img {
  width: 1.625rem;
  height: 1.625rem;
}
header .menu-area .main_links .btns_dv .icon_links .cart .num {
  position: absolute;
  top: -7px;
  left: 13px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b3a53;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
header .menu-area .btns_dv {
  display: flex;
  gap: 2.12rem;
  align-items: center;
  justify-content: flex-end;
}
header .menu-area .btns_dv a img {
  width: 1.5rem;
  height: 1.5rem;
}

.hero_banner {
  background-color: #1b3a53;
  width: 100%;
  position: relative;
}
.hero_banner .bg {
  width: 100%;
  mix-blend-mode: color-burn;
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_banner .top {
  position: relative;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.75rem 0;
}
.hero_banner .top h1 {
  margin-bottom: 0.75rem;
}
.hero_banner .top p {
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.hero_banner .top .links_dv {
  margin-bottom: 1.25rem;
}
.hero_banner .top .links_dv h6 {
  color: #f3c300;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.hero_banner .top .links_dv .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.hero_banner .top .srch_dv {
  position: relative;
  width: 33.12rem;
  margin-top: 2.25rem;
}
.hero_banner .top .srch_dv input:not([type=submit]) {
  width: 100%;
  background-color: #fff;
  border-radius: 1.875rem;
  color: var(--Dark-Blue-Black, #000);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 1.3rem 4.1rem 1.3rem 3.2rem;
  border: none;
  background-image: url(../images/srch-icon.png);
  background-repeat: no-repeat;
  background-position: top 1rem left 1rem;
  background-size: 1.75rem;
}
.hero_banner .top .srch_dv input:not([type=submit])::-moz-placeholder {
  color: #000;
}
.hero_banner .top .srch_dv input:not([type=submit])::placeholder {
  color: #000;
}
.hero_banner .top .srch_dv input[type=submit] {
  width: 3.12rem;
  height: 3.12rem;
  border-radius: 50%;
  background-color: #f3c300;
  color: transparent;
  border: none;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/srch-icon-whte.png);
  background-size: 1.74rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.hero_banner .top .imgs_dv {
  display: flex;
  gap: 1.88rem;
}
.hero_banner .top .imgs_dv .imgs {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1.38rem;
}
.hero_banner .top .imgs_dv .imgs img {
  width: 100%;
  border-radius: 0.75rem;
}
.hero_banner .top .imgs_dv .imgs .img1 {
  height: 14.12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_banner .top .imgs_dv .imgs .img2 {
  height: 28.37rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_banner.innr_bnnr .top {
  padding: 7.31rem 0;
}
.hero_banner.innr_bnnr h1 {
  text-align: center;
}
.hero_banner.innr_bnnr .brdcapm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.hero_banner.innr_bnnr .brdcapm li {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.875rem;
  text-transform: capitalize;
}
.hero_banner.innr_bnnr .brdcapm li a {
  text-decoration: underline;
  position: relative;
  color: #fff;
}
.hero_banner.innr_bnnr .brdcapm li a::before {
  content: "";
  position: absolute;
  right: -1.95rem;
  top: 0rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180deg;
}

.default-padding {
  padding: 5rem 0;
}

.home_sec2 .side_img {
  width: 100%;
  border-radius: 0.75rem;
}
.home_sec2 h2 {
  margin-bottom: 1rem;
}
.home_sec2 .row::before, .home_sec2 .row::after {
  display: none;
}
.home_sec2 .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3rem;
}
.home_sec2 .links .btn {
  width: 262px;
}

.home_sec3 {
  background: #f4f5f6;
}
.home_sec3 h2 {
  margin-bottom: 2.5rem;
  text-align: center;
}
.home_sec3 .splide {
  margin-bottom: 2.5rem;
}
.home_sec3 .splide__pagination {
  display: none;
}
.home_sec3 .btn {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.home_sec3 .course_card {
  border-radius: 0.75rem;
  border: 1px solid #cacaca;
  background: #fff;
  width: 100%;
  padding: 1.25rem;
  position: relative;
}
.home_sec3 .course_card .prc {
  position: absolute;
  top: 2rem;
  left: 2rem;
  border-radius: 1.875rem;
  background: #1b3a53;
  padding: 0.514rem 1.19rem;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: -moz-max-content;
  width: max-content;
}
.home_sec3 .course_card .btn {
  width: 100%;
  padding: 0.615rem 1.88rem;
}
.home_sec3 .course_card .img {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 12.62rem;
}
.home_sec3 .course_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_sec3 .course_card .top_tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.home_sec3 .course_card .top_tag span.tag {
  border-radius: 1.875rem;
  background: #f3c300;
  padding: 0.514rem 1.19rem;
  color: var(--Dark-Blue-Black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
}
.home_sec3 .course_card .top_tag .rting {
  display: flex;
  gap: 0.41rem;
  align-items: center;
}
.home_sec3 .course_card .top_tag .rting img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.home_sec3 .course_card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
}
.home_sec3 .course_card h3 a {
  color: #000;
  transition: all 0.5s ease;
  display: inline-block;
}
.home_sec3 .course_card h3:hover a {
  color: #1b3a53;
}
.home_sec3 .course_card p {
  margin-bottom: 1rem;
}
.home_sec3 .course_card .dtls {
  padding: 0.88rem 1rem;
  border-radius: 0.5rem;
  background: #f1f3f5;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.home_sec3 .course_card .dtls .dtl {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.home_sec3 .course_card .dtls .dtl .icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1eedd;
}
.home_sec3 .course_card .dtls .dtl .icon img {
  width: 1rem;
  height: 1rem;
}
.home_sec3 .course_card .dtls .dtl p {
  margin: 0;
  line-height: 1.5rem;
}
.home_sec3 .splide__arrows .splide__arrow {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #1b3a53;
  border-radius: 50%;
  background-image: url(../images/right-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  opacity: 1;
}
.home_sec3 .splide__arrows .splide__arrow:hover {
  opacity: 1;
}
.home_sec3 .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -1.2rem;
}
.home_sec3 .splide__arrows .splide__arrow.splide__arrow--next {
  right: -1.2rem;
  rotate: 180deg;
  top: 41%;
}
.home_sec3 .splide__arrows .splide__arrow svg {
  display: none;
}

.home_sec4 h2 {
  margin-bottom: 1.25rem;
}
.home_sec4 p {
  margin-bottom: 1.5rem;
  line-height: 1.875rem;
}
.home_sec4 .side_img {
  border-radius: 1.25rem;
}
.home_sec4 .row::before, .home_sec4 .row::after {
  display: none;
}
.home_sec4 .btn {
  margin-bottom: 1.25rem;
}
.home_sec4 .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3rem;
}
.home_sec4 .links .btn {
  width: 262px;
}

.home_sec5 {
  background-color: #f4f5f6;
}
.home_sec5 h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.home_sec5 .list_dv {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  height: 100%;
}
.home_sec5 .list_dv h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.45rem;
}
.home_sec5 .list_dv.blue_bg {
  background-color: #2a96d4;
}
.home_sec5 .list_dv.blue_bg h4 {
  color: #fff;
}
.home_sec5 .list_dv.blue_bg ul li {
  color: #fff;
}
.home_sec5 .list_dv.blue_bg ul li::before {
  background-color: #1b3a53;
}
.home_sec5 .list_dv.blue_bg ul li:last-child {
  margin-bottom: 0;
}
.home_sec5 .list_dv ul li {
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.3rem;
  position: relative;
  padding-left: 2rem;
}
.home_sec5 .list_dv ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  font-family: FontAwesome;
  color: #fff;
  font-size: 11px;
  background-color: #2a96d4;
  border-radius: 50%;
}

.home_sec6.home_sec4 .row {
  flex-direction: row-reverse;
}

.home_sec7.home_sec4 .side_img {
  border-radius: 1.25rem;
}
.home_sec7.home_sec4 p {
  line-height: 1.625rem;
}
.home_sec7.home_sec4 .btn {
  padding: 0.59rem 1.88rem;
}

footer {
  padding: 16.98rem 0 2.5rem;
  background-color: #1b3a53;
  position: relative;
  margin-top: 19.2rem;
}
footer p {
  color: #fff;
  font-weight: 300;
}
footer .top_div {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 0;
  transform: translate(-50%, -56%);
}
footer .top_div .row {
  border-bottom: none !important;
  padding: 0 !important;
}
footer .top_div .full {
  width: 100%;
  background-color: #2995d3;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}
footer .top_div .full .bg {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}
footer .top_div .full .top {
  position: relative;
  padding: 3.75rem;
  width: 100%;
  height: 100%;
  z-index: 2;
}
footer .top_div .full .top h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto 2.62rem;
  max-width: 800px;
  font-size: 2rem;
}
footer .top_div .full .top .links_div_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
footer .top_div .full .top .links_div_container .links_dv {
  width: 50%;
  margin-bottom: 0 !important;
  padding: 25px 10px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
}
footer .top_div .full .top .links_div_container .links_dv h6 {
  font-family: Montserrat;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-align: center;
}
footer .top_div .full .top .links_div_container .links_dv .link .btn {
  padding: 0.48rem 0.78rem;
  font-weight: 400;
  font-size: 14px;
}
footer .top_div .full .top .links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
}
footer .top_div .full .top .btn {
  padding: 0.88rem 1.48rem;
  font-weight: 400;
}
footer .top_div .full .top .links_dv h6 {
  font-family: Montserrat;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-align: center;
}
footer .top_div .full .top .links_dv .link {
  justify-content: center;
}
footer .row:first-child {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #dbdbdb;
}
footer .row:last-child {
  padding-top: 2rem;
}
footer .row:last-child p {
  text-align: center;
  line-height: normal;
}
footer .full_dv {
  display: flex;
  flex-wrap: wrap;
  gap: 15rem;
}
footer .full_dv .foot_logo {
  margin-bottom: 1.5rem;
  max-width: 12.12rem;
}
footer .full_dv .all_links {
  display: flex;
  gap: 5.38rem;
}
footer .full_dv .all_links .links {
  min-width: 12.525rem;
}
footer .full_dv .all_links .links h3 {
  color: #fff;
  margin-bottom: 1.28rem;
  font-weight: 500;
}
footer .full_dv .all_links .links li {
  margin-bottom: 1.15rem;
}
footer .full_dv .all_links .links li:last-child {
  margin-bottom: 0;
}
footer .full_dv .all_links .links li a {
  color: #dbdbdb;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
footer .full_dv .all_links .links ul.cntct li {
  margin-bottom: 1.25rem;
}
footer .full_dv .all_links .links ul.cntct li:last-child {
  margin-bottom: 0;
}
footer .full_dv .all_links .links ul.cntct li a {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}
footer .full_dv .all_links .links ul.cntct li a img {
  width: 1rem;
  height: 1rem;
}

.modal.search .modal-dialog {
  max-width: 95%;
  margin: 0 auto;
}
.modal.search .modal-body form {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.modal.search .modal-body input[type=text] {
  width: 100%;
  border: 0.0625rem solid #f3f3f3;
  font-family: Montserrat;
  padding: 0.62rem 7.62rem 0.62rem 0.62rem;
  font-weight: 400;
  color: #000;
  font-size: 1rem;
  border-radius: 6px;
}
.modal.search .modal-body input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  min-width: auto;
  border: none;
}

.blg_Sec2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.blg_Sec2 p {
  text-align: center;
  max-width: 45rem;
  margin: 0 auto 2.5rem;
}
.blg_Sec2 .blog_card {
  position: relative;
}
.blg_Sec2 .blog_card .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.blg_Sec2 .blog_card .img img {
  width: 100%;
}
.blg_Sec2 .blog_card a.abs {
  position: absolute;
  inset: 0;
}
.blg_Sec2 .blog_card span.date {
  color: #2a96d4;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  border-radius: 3.125rem;
  border: 1px solid var(--Logo-Blue, #2a96d4);
  background: #fff;
  padding: 0.15rem 0.75rem;
  display: block;
  margin-bottom: 1.04rem;
  width: -moz-max-content;
  width: max-content;
}
.blg_Sec2 .blog_card h3 {
  margin-bottom: 0.63rem;
}
.blg_Sec2 .blog_card p {
  max-width: unset;
  text-align: left;
  margin-bottom: 0.94rem;
}
.blg_Sec2 .blog_card a.rd_link {
  color: #2a96d4;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  gap: 0.5rem;
}
.blg_Sec2 .blog_card a.rd_link img {
  max-width: 1.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.blg_Sec2 .row {
  row-gap: 1.88rem;
}
.blg_Sec2 .has_card {
  position: relative;
}
.blg_Sec2 .has_card .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.blg_Sec2 .has_card .img img {
  width: 100%;
}
.blg_Sec2 .has_card a.abs {
  position: absolute;
  inset: 0;
}
.blg_Sec2 .has_card span.date {
  color: #2a96d4;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  border-radius: 3.125rem;
  border: 1px solid var(--Logo-Blue, #2a96d4);
  background: #fff;
  padding: 0.15rem 0.75rem;
  display: block;
  margin-bottom: 1.04rem;
  width: -moz-max-content;
  width: max-content;
}
.blg_Sec2 .has_card h3 {
  margin-bottom: 0.63rem;
}
.blg_Sec2 .has_card p {
  max-width: unset;
  text-align: left;
  margin-bottom: 0.94rem;
}
.blg_Sec2 .has_card a.rd_link {
  color: #2a96d4;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  gap: 0.5rem;
}
.blg_Sec2 .has_card a.rd_link img {
  max-width: 1.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.blg_Sec2 ul.pegination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.31rem;
  margin-top: 1.87rem;
}
.blg_Sec2 ul.pegination .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  font-family: Montserrat;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  transition: all 0.5s ease;
}
.blg_Sec2 ul.pegination .page-numbers img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(0%) saturate(1788%) hue-rotate(244deg) brightness(108%) contrast(75%);
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: 180deg;
}
.blg_Sec2 ul.pegination .page-numbers.current {
  background-color: #2a96d4;
  border: 1px solid #2a96d4;
  color: #fff;
}
.blg_Sec2 ul.pegination .page-numbers:hover {
  background-color: #2a96d4;
  border: 1px solid #2a96d4;
  color: #fff;
}
.blg_Sec2 ul.pegination .page-numbers:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(183deg) brightness(112%) contrast(105%);
}

.dtls_sec2 {
  position: relative;
}
.dtls_sec2 h2 {
  margin-bottom: 1.88rem;
}
.dtls_sec2 ul.tags {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 2.5rem;
}
.dtls_sec2 ul.tags li {
  padding: 0.212rem 0.94rem;
  color: #fff;
  background-color: #2a96d4;
  border-radius: 3.125rem;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
}
.dtls_sec2 ul.tags li img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.dtls_sec2 .para {
  margin-bottom: 2.5rem;
}
.dtls_sec2 .para p {
  line-height: 1.8rem;
}
.dtls_sec2 .para2 {
  margin-bottom: 2.5rem;
}
.dtls_sec2 .para2 p {
  margin-bottom: 1.2rem;
}
.dtls_sec2 .para2 p:last-child {
  margin-bottom: 0;
}
.dtls_sec2 .big_img {
  width: 100%;
  border-radius: 1.25rem;
  margin-bottom: 2.5rem;
  height: 36.56rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.dtls_sec2 .txt_dv {
  margin-bottom: 2.5rem;
}
.dtls_sec2 .txt_dv:last-child {
  margin-bottom: 0;
}
.dtls_sec2 .txt_dv h2 {
  margin-bottom: 1rem;
}
.dtls_sec2 .txt_dv p {
  margin-bottom: 1rem;
  line-height: 1.7rem;
}
.dtls_sec2 .txt_dv p:last-child {
  margin-bottom: 0;
}
.dtls_sec2 .txt_dv ul li {
  margin-bottom: 1.25rem;
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
.dtls_sec2 .txt_dv ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-family: FontAwesome;
  font-size: 0.65rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #2a96d4;
  text-align: center;
}
.dtls_sec2 .txt_dv ul li span {
  color: #000;
  font-weight: 600;
}
.dtls_sec2 .txt_dv ul li:last-child {
  margin-bottom: 0;
}
.dtls_sec2 .txt_dv.anthr ul {
  margin-bottom: 1.88rem;
}
.dtls_sec2 .txt_dv.anthr p span {
  font-weight: 600;
  color: #000;
}
.dtls_sec2 .rcnt_post {
  position: sticky;
  top: 2.25rem;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.dtls_sec2 .rcnt_post h3 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.dtls_sec2 .rcnt_post ul li {
  margin-bottom: 0.94rem;
  display: flex;
  justify-content: space-between;
}
.dtls_sec2 .rcnt_post ul li:last-child {
  margin-bottom: 0;
}
.dtls_sec2 .rcnt_post ul li .img {
  width: 5.87rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.dtls_sec2 .rcnt_post ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dtls_sec2 .rcnt_post ul li .txt {
  width: calc(100% - 7.12rem);
}
.dtls_sec2 .rcnt_post ul li .txt span.date {
  color: #2a96d4;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 3.125rem;
  background: #fff;
  padding: 0.28rem 0.5rem;
  margin-bottom: 0.62rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.dtls_sec2 .rcnt_post ul li .txt h4 {
  margin-bottom: 0.12rem;
  font-size: 1.125rem;
  max-width: 21rem;
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
}
.dtls_sec2 .rcnt_post ul li .txt a.rd_link {
  color: #2a96d4;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.dtls_sec2 .rcnt_post ul li .txt a.rd_link img {
  width: 1.62rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact_sec2 h2 {
  margin-bottom: 1rem;
}
.contact_sec2 p {
  margin-bottom: 1.56rem;
}
.contact_sec2 .side_img {
  border-radius: 1.25rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_sec2 .form_dv .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.contact_sec2 .form_dv .inputs .input {
  width: 48%;
}
.contact_sec2 .form_dv .inputs .input input:not([type=submit]),
.contact_sec2 .form_dv .inputs .input textarea,
.contact_sec2 .form_dv .inputs .input select {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background-color: #fff;
}
.contact_sec2 .form_dv .inputs .input input:not([type=submit])::-moz-placeholder, .contact_sec2 .form_dv .inputs .input textarea::-moz-placeholder, .contact_sec2 .form_dv .inputs .input select::-moz-placeholder {
  color: #989898;
}
.contact_sec2 .form_dv .inputs .input input:not([type=submit])::placeholder,
.contact_sec2 .form_dv .inputs .input textarea::placeholder,
.contact_sec2 .form_dv .inputs .input select::placeholder {
  color: #989898;
}
.contact_sec2 .form_dv .inputs .input select {
  color: #989898;
}
.contact_sec2 .form_dv .inputs .input textarea {
  resize: none;
  min-height: 8.19rem;
}
.contact_sec2 .form_dv .inputs .input input[type=submit] {
  margin-top: 0.31rem;
}
.contact_sec2.gv1 {
  padding-bottom: 0;
}
.contact_sec2.gv1 h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  /* 100% */
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.contact_sec3 {
  position: relative;
}
.contact_sec3 .map {
  width: 100%;
  height: 40.625rem;
}
.contact_sec3 .map iframe {
  width: 100%;
  height: 100%;
}

body:has(.cnct-pg) footer {
  margin-top: 10rem;
}

.wwd1 {
  padding: 5rem 0;
}
.wwd1 img {
  border-radius: 1rem;
}
.wwd1 h2 {
  margin-bottom: 2.5rem;
}

.offer-list {
  margin-bottom: 2.5rem;
  list-style: none;
  /* remove default numbers */
  counter-reset: custom-counter;
  /* reset custom counter */
  padding-left: 0;
}
.offer-list li {
  counter-increment: custom-counter;
  /* increment counter */
  padding: 1.19rem 4.31rem;
  padding-right: 9.06rem;
  border-radius: 1rem;
  border: 1px solid rgba(83, 83, 83, 0.1);
  background: var(--Dark-Blue-White, #fff);
  margin-bottom: 1.25rem;
  font-family: Montserrat;
  position: relative;
}
.offer-list li:last-child {
  margin-bottom: 0;
}
.offer-list li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 1.19rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
  height: 2.1875rem;
  background: #2a96d4;
  border-radius: 50%;
  color: var(--Dark-Blue-White, #fff);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wwd2 {
  padding: 5rem 0;
  background: var(--Dark-Blue-Gray-Light, #f4f4f4);
}
.wwd2 img {
  border-radius: 1rem;
}
.wwd2 h2 {
  margin-bottom: 2.5rem;
}
.wwd2 ul.list li {
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.3rem;
  position: relative;
  padding-left: 2rem;
}
.wwd2 ul.list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  font-family: FontAwesome;
  color: #fff;
  font-size: 11px;
  background-color: #2a96d4;
  border-radius: 50%;
}

.g-card {
  border-radius: 1rem;
  border: 1px solid rgba(83, 83, 83, 0.1);
  background: #fff;
  padding: 1.87rem 1.62rem 1.87rem 1.25rem;
  height: 100%;
  transition: all ease 1s 0s;
}
.g-card .image {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(42, 150, 212, 0.1);
  margin-bottom: 1.87rem;
}
.g-card .image img {
  transform: translate(0, 30%);
}
.g-card h4 {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  /* 150% */
  text-transform: capitalize;
  max-width: 14.9375rem;
}
.g-card p {
  color: var(--Dark-Blue-Gray-Dark-Text, #333);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.g-card:hover {
  border-radius: 1rem;
  border: 1px solid rgba(83, 83, 83, 0.1);
  background: #fff;
  box-shadow: 8px 7px 30px 0 rgba(83, 83, 83, 0.2);
}

.wwd3 {
  padding: 5rem 0 0;
}
.wwd3 h2 {
  max-width: 37.5rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.wwd3 .splide__arrows .splide__arrow {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #1b3a53;
  border-radius: 50%;
  background-image: url(../images/right-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  opacity: 1;
}
.wwd3 .splide__arrows .splide__arrow:hover {
  opacity: 1;
}
.wwd3 .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -1.2rem;
  top: 40%;
  transform: unset;
}
.wwd3 .splide__arrows .splide__arrow.splide__arrow--prev[disabled] {
  display: none;
}
.wwd3 .splide__arrows .splide__arrow.splide__arrow--next {
  right: -1.2rem;
  rotate: 180deg;
  top: 40%;
  transform: unset;
}
.wwd3 .splide__arrows .splide__arrow.splide__arrow--next[disabled] {
  display: none;
}
.wwd3 .splide__arrows .splide__arrow svg {
  display: none;
}
.wwd3 .splide .g-card h4 {
  max-width: 11.9375rem;
}

.abt-sec1 {
  padding: 5rem 0;
}
.abt-sec1 h2 {
  max-width: 19.625rem;
  margin: 0 0 2.5rem;
}
.abt-sec1 p {
  margin-bottom: 1.5rem;
}
.abt-sec1 img {
  border-radius: 1rem;
}

.abt-sec2 .g-card:hover {
  border-radius: 1rem;
  border: 1px solid rgba(83, 83, 83, 0.1);
  background: var(--Dark-Blue-Navy, #1b3a53);
}
.abt-sec2 .g-card:hover .image {
  background: rgba(255, 255, 255, 0.1);
}
.abt-sec2 .g-card:hover .image img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(99%) saturate(4%) hue-rotate(230deg) brightness(105%) contrast(100%);
}
.abt-sec2 .g-card:hover h4,
.abt-sec2 .g-card:hover p {
  color: #fff;
}

.train_sec2 .row {
  margin-bottom: 5rem;
  row-gap: 1.31rem;
}
.train_sec2 .row:last-child {
  margin-bottom: 0;
}
.train_sec2 h2 {
  text-align: center;
  margin-bottom: 0.59rem;
}
.train_sec2 .taining_dv {
  height: 100%;
}
.train_sec2 .taining_dv .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.train_sec2 .taining_dv .img img {
  width: 100%;
  height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.train_sec2 .taining_dv h6 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 0.56rem;
}
.train_sec2 .taining_dv h6 a {
  color: #000;
}
.train_sec2 .taining_dv a.rd_link {
  color: #2a96d4;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  gap: 0.5rem;
}
.train_sec2 .taining_dv a.rd_link img {
  max-width: 1.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.train_mdule .full_dtls {
  width: 100%;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(173, 173, 173, 0.25);
  padding: 2.5rem 2.5rem 2.19rem;
  margin-bottom: 2.81rem;
}
.train_mdule .full_dtls:last-child {
  margin-bottom: 0;
}
.train_mdule .full_dtls h3 {
  margin-bottom: 0.45rem;
}
.train_mdule .full_dtls h5 {
  color: var(--Dark-Blue-Black, #000);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
.train_mdule .full_dtls .curse_dv {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  border: 1px solid #d1d2e0;
  background: #fff;
  padding: 1.25rem 1.25rem 1.06rem;
}
.train_mdule .full_dtls .curse_dv .img {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
}
.train_mdule .full_dtls .curse_dv .img img {
  width: 100%;
  max-height: 13.875rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.train_mdule .full_dtls .curse_dv .img .tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.62rem 0.87rem;
  border-radius: 0.25rem;
  background: var(--Logo-Blue, #2a96d4);
  color: var(--Dark-Blue-White, #fff);
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.train_mdule .full_dtls .curse_dv .txt h3 {
  margin-bottom: 0.25rem;
}
.train_mdule .full_dtls .curse_dv .txt h3 a {
  color: #000;
}
.train_mdule .full_dtls .curse_dv .txt p {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.train_mdule .full_dtls .curse_dv .txt .tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2.06rem;
}
.train_mdule .full_dtls .curse_dv .txt .tags span.tag {
  border-radius: 0.25rem;
  border: 1px solid #d1d2e0;
  padding: 0.38rem 0.5rem;
  color: var(--Dark-Blue-Black, #000);
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 0.44rem;
  align-items: center;
}
.train_mdule .full_dtls .curse_dv .txt .tags span.tag img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.train_mdule .full_dtls .curse_dv .txt .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.train_mdule .full_dtls .curse_dv .txt .btm .btn {
  padding: 0.59rem 2.88rem;
}
.train_mdule .full_dtls .curse_dv .txt .btm h4 {
  color: var(--Dark-Blue-Black, #000);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.train_mdule .full_dtls .accordion_dv {
  border-radius: 0.75rem;
  border: 1px solid #d1d2e0;
  background: #fff;
}
.train_mdule .full_dtls .accordion_dv .top_prt {
  padding: 0.48rem 3.31rem 0.48rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d1d2e0;
}
.train_mdule .full_dtls .accordion_dv .top_prt h3 {
  font-size: 1.125rem;
  margin: 0;
}
.train_mdule .full_dtls .accordion_dv .top_prt a.link {
  color: var(--Logo-Blue, #2a96d4);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.875rem;
  text-transform: capitalize;
}
.train_mdule .full_dtls .accordion_dv .accordian {
  padding-left: 0;
  counter-reset: my-counter;
}
.train_mdule .full_dtls .accordion_dv .accordian li {
  padding: 1.24rem 5.5rem 1.34rem 1.5rem;
  background: var(--White, #fff);
  border-bottom: 1px solid #d1d2e0;
  margin-bottom: 0.84rem;
  position: relative;
  counter-increment: my-counter;
}
.train_mdule .full_dtls .accordion_dv .accordian li::before {
  content: counter(my-counter, decimal-leading-zero);
  position: absolute;
  left: 1.5rem;
  top: 0.84rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #1b3a53;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.train_mdule .full_dtls .accordion_dv .accordian li::after {
  content: "";
  position: absolute;
  top: 0.94rem;
  right: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/blue-btm-arrw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.3125rem;
  transition: all 0.5s ease;
}
.train_mdule .full_dtls .accordion_dv .accordian li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.train_mdule .full_dtls .accordion_dv .accordian li h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 0;
  padding-left: 3.3rem;
  cursor: pointer;
}
.train_mdule .full_dtls .accordion_dv .accordian li .content {
  margin-top: 1rem;
  display: none;
  padding-left: 3.3rem;
}
.train_mdule .full_dtls .accordion_dv .accordian li .content p {
  color: var(--Sub-text, #757575);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.train_mdule .full_dtls .accordion_dv .accordian li .content ul li {
  padding: 0.21rem 0;
  margin-bottom: 0;
  color: var(--Dark-Blue-Paragraph, #535353);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  position: relative;
  padding-left: 2rem;
  border: none;
  counter-increment: unset;
}
.train_mdule .full_dtls .accordion_dv .accordian li .content ul li::before {
  content: "";
  color: #fff;
  background-image: url(../images/tike-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1b3a53;
  border-radius: 50%;
}
.train_mdule .full_dtls .accordion_dv .accordian li .content ul li::after {
  display: none;
}
.train_mdule .full_dtls .accordion_dv .accordian li.active::after {
  rotate: 180deg;
}

.single-sfwd-courses .blg_Sec2 article.sfwd-courses h1 {
  color: #000;
  margin-bottom: 2rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses figure.post-thumbnail {
  margin-bottom: 2rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses figure.post-thumbnail img {
  max-width: unset !important;
  max-height: 39.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__header {
  margin-bottom: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content button.ld-accordion__expand-button {
  font-family: Montserrat;
  padding: 0;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section {
  padding: 0.9375rem;
  font-family: Montserrat;
  border-radius: 0.75rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section .ld-accordion__item-attribute {
  font-size: 1rem;
  font-weight: 600;
  color: #1b3a53;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section .ld-accordion__item-header {
  margin-bottom: 0;
  padding: 0.75rem 0.75rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section .ld-accordion__item-header a {
  font-weight: 600;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section a:hover {
  text-decoration: none;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section .ld-accordion__item button.ld-accordion__expand-button {
  padding-right: 0.75rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section .ld-accordion__item button.ld-accordion__expand-button:hover .ld-accordion__expand-button-text {
  border-bottom: none;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section .ld-accordion__item .ld-accordion__item-steps .ld-accordion__item .ld-accordion__item-header {
  padding: 0;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .ld-accordion__content .ld-accordion__section .ld-accordion__item .ld-accordion__item-steps .ld-accordion__item .ld-accordion__item-header a {
  font-weight: 400;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash.user_has_access .ld-layout__content {
  width: 100%;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__content {
  width: 67%;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__header {
  width: 100%;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar {
  width: 30%;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-enrollment__pricing-label {
  font-family: Montserrat;
  text-align: left;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-enrollment,
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-details {
  border-radius: 0.75rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-enrollment__join .button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-enrollment__join .button:hover {
  background-color: #112638;
  color: #fff;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-enrollment__pricing-price {
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: Montserrat;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-details {
  padding: 1.25rem 1rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-details .ld-details__heading {
  font-family: Montserrat;
  font-weight: 600;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-details .ld-details__item {
  margin-bottom: 0.9375rem;
}
.single-sfwd-courses .blg_Sec2 article.sfwd-courses .entry-content .learndash-wrapper .ld-layout__sidebar .ld-details .ld-details__label {
  font-family: Montserrat;
  font-size: 1.0625rem;
  font-weight: 500;
}
.single-sfwd-courses .blg_Sec2 .ld-layout__sidebar .ld-enrollment__join-button {
  font-family: Montserrat;
  background-color: #1b3a53;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
}
.single-sfwd-courses .blg_Sec2 .ld-layout__sidebar .ld-enrollment__login-link {
  font-family: Montserrat;
  color: #1b3a53;
  font-size: 1rem;
  text-decoration: none;
}

.customize-support .blg_Sec2 .entry-header h1 {
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}
.customize-support .blg_Sec2 .ld-registration__wrapper {
  border: 1px solid #dfdada;
  border-radius: 0.9375rem;
  padding: 1.25rem 1.875rem;
  max-width: 56.25rem;
  box-shadow: -1px 1px 8px -2px rgba(191, 189, 189, 0.75);
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order {
  max-width: 100% !important;
  padding-top: 0;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order h2 {
  margin-bottom: 2rem;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order .button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  padding: 0.538rem 1.58rem;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order .ld-registration-order__item-type {
  font-size: 1.25rem;
  color: #1b3a53;
  margin-bottom: 0.625rem;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order .ld-registration-order__total-title {
  font-size: 1.25rem;
  color: #1b3a53;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order .ld-registration-order__item-title {
  font-weight: 500;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order .ld-registration-order__item-price,
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order .ld-registration-order__total-price {
  font-weight: 600;
  font-size: 1.25rem;
  color: #1b3a53;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order__return {
  padding-top: 1.25rem;
  margin-bottom: 0;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order__return a {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order__return a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order__return a:hover {
  background-color: #112638;
  color: #fff;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order__return-wrapper {
  padding: 0 30px;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order__return,
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order__return-wrapper {
  max-width: 100% !important;
}
.customize-support .blg_Sec2 .ld-registration__wrapper .ld-registration-order__return-wrapper {
  padding: 0;
}

.single-sfwd-courses .hero_banner.innr_bnnr .big_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  opacity: 0.6;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-progress-bar {
  flex-direction: column;
  align-items: flex-start;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-progress-bar .ld-progress-bar__meter-foreground {
  background-color: #1b3a53;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-progress-bar__label {
  font-family: Montserrat;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 1rem;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-progress-bar__meter {
  max-width: 100%;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-progress-bar__meter .ld-progress-bar__meter-percentage {
  font-family: Montserrat;
  font-size: 1.2rem;
  color: #1b3a53;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-progress-bar__meter .ld-progress-bar__meter-label {
  font-family: Montserrat;
  font-size: 1.2rem;
  color: #1b3a53;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__content p {
  text-align: left;
  max-width: unset;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__content .ld-accordion__header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__content .ld-accordion__header button.ld-accordion__expand-button {
  font-family: Montserrat;
  background-color: #1b3a53;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  color: #fff;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__content .ld-tooltip__text {
  background-color: #ab1919 !important;
  color: #fff !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.5625rem !important;
  font-size: 0.8rem !important;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__content .ld-accordion__item-header a.ld-accordion__item-title--lesson {
  font-size: 1.2rem;
  font-weight: 600;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__sidebar .ld-enrollment__pricing-label {
  font-family: Montserrat;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__sidebar a.button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.738rem 1.18rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__sidebar .ld-details {
  padding: 1rem;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__sidebar .ld-details .ld-details__heading {
  font-weight: 500;
}
.single-sfwd-courses .blg_Sec2 .learndash .ld-layout__sidebar .ld-details span {
  font-size: 1rem;
  font-weight: 600;
  font-family: Montserrat;
}

.thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  margin-top: 50px;
}
.thankyou .thankyou-inner {
  background: #1b3a53;
  color: #000000;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.thankyou .thankyou-inner .suc-arw {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1b3a53;
  background-color: #ffffff;
  border-radius: 60px;
  margin: 0 auto 20px;
}
.thankyou .thankyou-inner h1 {
  margin: 0 0 20px;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: clamp(35px, 4vw, 50px);
}
.thankyou .thankyou-inner p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.thankyou .thankyou-inner .btn {
  background-color: white;
  color: #1b3a53;
}

.form-outer {
  position: relative;
}
.form-outer .form-group input[type=email] {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
  border-radius: 100px;
  padding-right: 210px;
}
@media (width <= 767px) {
  .form-outer .form-group input[type=email] {
    padding-right: 150px;
  }
}
.form-outer .form-buttons {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
}
.form-outer .form-buttons input[type=submit] {
  height: 50px;
  border: none;
}
@media (width <= 1399px) {
  .form-outer .form-buttons input[type=submit] {
    height: 40px;
  }
}
@media (width <= 991px) {
  .form-outer .form-buttons input[type=submit] {
    height: 36px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.modal.search .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.search .modal-dialog input[type=search] {
  width: 100%;
  padding: 15px !important;
  border-radius: 30px;
  border: 1px solid rgba(27, 58, 83, 0.2);
  bottom: 0;
}
.modal.search .modal-dialog input[type=submit] {
  bottom: 0;
  padding: 0 60px;
}
@media (width <= 767px) {
  .modal.search .modal-dialog input[type=submit] {
    padding: 0 30px;
  }
}

.single-sfwd-courses .learndash-wrapper-login-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.2588235294);
  align-items: center;
}
.single-sfwd-courses .learndash-wrapper-login-modal .ld-modal-closer {
  color: #fff !important;
}
.single-sfwd-courses .learndash-wrapper-login-modal .ld-modal {
  margin: 0 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.single-sfwd-courses .learndash-wrapper-login-modal .ld-login-modal-branding img {
  width: 160px;
  max-height: 100px;
}
.single-sfwd-courses .learndash-wrapper-login-modal #loginform label {
  font-family: Montserrat;
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
}
.single-sfwd-courses .learndash-wrapper-login-modal #loginform p::before {
  top: 49%;
}
.single-sfwd-courses .learndash-wrapper-login-modal #loginform input {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1rem;
}
.single-sfwd-courses .learndash-wrapper-login-modal .ld-modal-heading {
  color: rgb(27, 58, 83);
}
.single-sfwd-courses .learndash-wrapper-login-modal .ld-login-modal-register {
  background-color: rgb(27, 58, 83);
}
.single-sfwd-courses .learndash-wrapper-login-modal .ld-login-modal-register .ld-button-reverse {
  font-family: Montserrat;
  margin-top: 10px;
  color: rgb(27, 58, 83) !important;
  font-weight: 500;
}
.single-sfwd-courses .learndash-wrapper-login-modal .ld-login-modal-register .ld-modal-heading {
  color: #fff;
}
.single-sfwd-courses .learndash-wrapper-login-modal .login-submit input[type=submit] {
  font-family: Montserrat;
  background-color: rgb(27, 58, 83);
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
}

.blg_Sec2 .ld-registration__outer-wrapper {
  margin: 0;
}
.blg_Sec2 .ld-registration__outer-wrapper .ld-registration__p a {
  color: #1b3a53;
}
.blg_Sec2 .ld-registration__outer-wrapper form.ld-registration__register-form {
  margin: 0;
  max-width: 100%;
}
.blg_Sec2 .ld-registration__outer-wrapper form.ld-registration__register-form input:not([type=submit]) {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
.blg_Sec2 .ld-registration__outer-wrapper form.ld-registration__register-form .ld-password-strength__hint {
  color: #000;
}
.blg_Sec2 .ld-registration__outer-wrapper form.ld-registration__register-form .ld-registration__register-submit-wrapper {
  margin: 2rem auto 0;
}
.blg_Sec2 .ld-registration__outer-wrapper form.ld-registration__register-form input[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border: none;
  transition: all 0.5s ease;
}
.blg_Sec2 .ld-registration__outer-wrapper .ld-registration-order {
  padding: 1.25rem;
}
.blg_Sec2 .ld-registration__outer-wrapper .ld-registration-order__item-type {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.blg_Sec2 .ld-registration__outer-wrapper .ld-registration-order__item-price,
.blg_Sec2 .ld-registration__outer-wrapper .ld-registration-order__total-price {
  font-size: 1.05rem;
  color: #000;
  font-weight: 600;
}
.blg_Sec2 .ld-registration__outer-wrapper .ld-registration-order__return {
  padding-top: 1.875rem;
}
.blg_Sec2 .ld-registration__outer-wrapper .ld-registration-order__return a {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.638rem 1.38rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.blg_Sec2 form.learndash-payment-gateway-form-stripe_connect {
  padding: 0;
}
.blg_Sec2 form.learndash-payment-gateway-form-stripe_connect button[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.738rem 1.68rem;
  border: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.blg_Sec2 .ld-registration-order form input[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.738rem 1.68rem;
  border: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.blg_Sec2 .ld-profile-summary {
  margin: 0;
}
.blg_Sec2 .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
  color: #1b3a53 !important;
  font-weight: 600;
  font-size: 1rem !important;
}
.blg_Sec2 .ld-profile-summary .ld-profile-stats strong {
  font-weight: 600 !important;
}
.blg_Sec2 .ld-profile-summary .ld-profile-stats span {
  font-family: Montserrat;
  color: #000 !important;
  font-weight: 500;
  font-size: 1rem;
}
.blg_Sec2 .ld-item-list .ld-item-list-actions .ld-expand-button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.758rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.blg_Sec2 .ld-item-list .ld-item-list-items .ld-expand-button {
  background-color: #1b3a53;
}
.blg_Sec2 .ld-item-list-item-expanded .ld-progress-percentage {
  color: #1b3a53 !important;
}
.blg_Sec2 .ld-registration__form {
  padding: 0;
}
.blg_Sec2 .ld-registration__form .ld-registration__p {
  font-weight: 500;
  font-size: 1.2rem;
}
.blg_Sec2 .ld-registration__form .ld-registration__p a {
  font-weight: 600;
}
.blg_Sec2 .ld-registration__form form label {
  font-weight: 600;
}
.blg_Sec2 .ld-registration__login-form {
  max-width: 400px;
}
.blg_Sec2 .ld-registration__login-form label {
  text-align: left;
}
.blg_Sec2 .ld-registration__login-form input:not([type=submit]) {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
.blg_Sec2 .ld-registration__login-form form.ld-form input {
  margin-bottom: 1.55rem;
}
.blg_Sec2 .ld-registration__login-form .ld-registration__login_options_wrapper .login-remember {
  padding: 0;
}
.blg_Sec2 .ld-registration__login-form .ld-registration__login_options_wrapper .ld-registration__forgot-password a {
  color: #1b3a53;
  font-weight: 500;
}
.blg_Sec2 .ld-registration__login-form .ld-registration__login_options_wrapper .login-remember label {
  position: relative;
  padding-left: 1.95rem;
}
.blg_Sec2 .ld-registration__login-form .ld-registration__login_options_wrapper .login-remember label input[type=checkbox] {
  position: absolute;
  margin: 0;
  left: 0;
  top: 3px;
  width: auto;
}
.blg_Sec2 .ld-registration__login-form .login-submit {
  margin-top: 1.25rem;
}
.blg_Sec2 .ld-registration__login-form .login-submit input[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  margin-bottom: 0;
  border: none;
}

.contact_sec2 {
  text-align: center;
}
.contact_sec2 .form_dv .inputs .input {
  width: calc(50% - 10px);
}

.cnct-pg .formouter {
  max-width: 1000px;
  margin: 0 auto;
}
.cnct-pg .formouter ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(27, 58, 83, 0.0784313725);
  padding: 20px;
  border-radius: 20px 20px 0 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cnct-pg .formouter .form_dv {
  background-color: rgba(27, 58, 83, 0.0784313725);
  padding: 20px;
  padding-top: 40px;
  text-align: left;
  border-radius: 40px;
}
.cnct-pg .formouter .form_dv .selector {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #989898;
}
.cnct-pg .formouter .form_dv .selector .inputs .input {
  width: 100%;
}
.cnct-pg .formouter .form_dv .selector label {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}
.cnct-pg .formouter .form_dv .selector select {
  max-width: -webkit-fill-available;
  color: #989898;
}
.cnct-pg .formouter .form_dv #demo_req textarea {
  height: 150px;
}

.contact_sec2.gv1 {
  text-align: left;
}

.single-product .blg_Sec2 h1 {
  color: #000;
  margin-bottom: 2rem;
}
.single-product .blg_Sec2 .post-thumbnail:empty {
  display: none;
}
.single-product .blg_Sec2 .woocommerce .woocommerce-message {
  border-top-color: #1b3a53 !important;
}
.single-product .blg_Sec2 .woocommerce .woocommerce-message:focus {
  outline: none;
}
.single-product .blg_Sec2 .woocommerce .woocommerce-message::before {
  color: #1b3a53 !important;
}
.single-product .blg_Sec2 .woocommerce .woocommerce-message a {
  background-color: #1b3a53;
  color: #fff;
  padding: 10px 20px;
}
.single-product .blg_Sec2 .woocommerce .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-product-gallery {
  width: 48%;
  float: unset;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-product-gallery img {
  max-width: 100% !important;
  height: auto !important;
}
.single-product .blg_Sec2 .woocommerce .product .summary {
  width: 50%;
  float: unset;
  margin-bottom: 0;
}
.single-product .blg_Sec2 .woocommerce .product .summary p.price {
  text-align: left;
  color: #000;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .wdm_group_registration {
  margin-bottom: 0.9rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .wdm_group_registration input[type=radio] {
  width: 15px;
  height: 15px;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .wdm_group_registration label {
  color: #000;
  cursor: pointer;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .wdm-enroll-me-div input[type=checkbox],
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-unlimited-member-options input[type=checkbox],
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-unlimited-member-options input[type=checkbox] {
  width: 15px !important;
  height: 15px;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .wdm-enroll-me-div label,
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-unlimited-member-options label {
  cursor: pointer;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-unlimited-member-options {
  padding: 8px 0 14px;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-unlimited-member-options {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .quantity {
  margin-right: 1.7rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .quantity input[type=number] {
  width: 2.6rem;
  height: 100%;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .qib-button-wrapper {
  margin-right: 1.25rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr_dynamic_options {
  margin-top: 1.25rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr_dynamic_options select {
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background-color: #fff;
  font-size: 0.9rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr_group_name {
  margin: 0 0 1.35rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr_group_name label {
  display: block !important;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: Montserrat;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr_group_name input[type=text] {
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background-color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0.9rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart button[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.638rem 1.38rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr_group_courses .ldgr-course-tile-row {
  row-gap: 1.875rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr_group_courses .ldgr-course-tile {
  width: 30.9%;
  padding: 10px;
  margin-bottom: 0;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr_group_courses .ldgr-course-tile p {
  text-align: left;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-g-val,
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-value {
  color: #1b3a53;
  font-weight: 600;
  font-size: 1.5rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-g-lbl,
.single-product .blg_Sec2 .woocommerce .product .summary .cart .ldgr-total {
  font-size: 1.5rem;
}
.single-product .blg_Sec2 .woocommerce .product .summary .product_meta a {
  color: #000;
  font-weight: 500;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs {
  width: 100%;
  margin-top: 1.6rem;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs ul {
  padding-left: 0;
  border-bottom: 1px solid #1b3a53;
  padding-bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs ul::before, .single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs ul::after {
  display: none;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs ul li {
  border: none;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs ul li::before, .single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs ul li::after {
  display: none;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs ul li a {
  background: #fff;
  padding: 0.838rem 1.88rem;
  color: #000 !important;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs ul li.active a {
  background: var(--Dark-Blue-Navy, #1b3a53);
  color: #fff !important;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  text-align: left;
}
.single-product .blg_Sec2 .woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel p {
  max-width: unset;
  text-align: left;
  margin-bottom: 1rem;
}

.woocommerce-cart {
  color: #000;
}
.woocommerce-cart .woocommerce-message {
  border-top-color: #1b3a53 !important;
}
.woocommerce-cart .woocommerce-message:focus {
  outline: none;
}
.woocommerce-cart .woocommerce-message::before {
  color: #1b3a53 !important;
}
.woocommerce-cart .woocommerce-message a {
  background-color: #1b3a53;
  color: #fff;
  padding: 10px 20px;
}
.woocommerce-cart .wc-block-cart {
  padding: 1.5rem !important;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-components-quantity-selector {
  background-color: #f1eded;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-components-quantity-selector input[type=number] {
  background-color: #fff;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items tr {
  border-bottom: 1px solid #eee;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items tr:last-child {
  border-bottom: none;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items tr td,
.woocommerce-cart .wc-block-cart .wc-block-cart-items tr th {
  padding: 1rem;
  text-align: left;
  font-size: 0.95rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items tr td a {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items tr td .wc-block-components-product-metadata__description p {
  text-align: left;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items tr th {
  font-weight: 600;
  color: #444;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__image img {
  width: 70px;
  height: auto;
  border-radius: 8px;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__product {
  font-weight: 500;
  color: #222;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__quantity input {
  width: 60px;
  padding: 0.4rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__total {
  font-weight: 600;
  color: #111;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar h2 {
  font-size: 1.2rem;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  border-bottom: none;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit-container a {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar button[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-height: unset;
}
.woocommerce-cart .wc-block-cart .wc-block-components-totals-wrapper {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
}
.woocommerce-cart .wc-block-cart .wc-block-components-totals-wrapper h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-cart .wc-block-cart .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  font-size: 0.95rem;
}
.woocommerce-cart .wc-block-cart .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item {
  font-weight: 700;
  font-size: 1.1rem;
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  padding-top: 1rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container {
  margin-top: 2rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container .wp-block-button__link {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  background: #0071a1;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  transition: background 0.3s ease;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container .wp-block-button__link:hover {
  background: #005f85;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading::before {
  margin: 0 auto 0.7rem;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  border-radius: 0.75rem;
  border: 1px solid #cacaca;
  background: #fff;
  width: 100%;
  padding: 0.75rem;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
  text-align: left;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  width: 100%;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover {
  color: #fff;
}

.woocommerce-checkout {
  font-family: Montserrat;
}
.woocommerce-checkout .woocommerce .woocommerce-info {
  border-top-color: #1b3a53 !important;
  position: relative;
}
.woocommerce-checkout .woocommerce .woocommerce-info:focus {
  outline: none;
}
.woocommerce-checkout .woocommerce .woocommerce-info::before {
  color: #1b3a53 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-info a {
  background-color: #1b3a53;
  color: #fff;
  padding: 10px 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-info .showcoupon {
  position: absolute;
  top: 0.375rem;
  right: 0.625rem;
  padding: 0.4375rem 0.625rem;
}
.woocommerce-checkout .blg_Sec2 .row::before, .woocommerce-checkout .blg_Sec2 .row::after {
  display: none;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout {
  padding: 0;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  justify-content: space-between;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-order-summary {
  padding: 0;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-order-summary p {
  text-align: left;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main {
  width: 63%;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main h2,
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main p {
  text-align: left;
  max-width: unset;
  margin: 0 0 20px;
  line-height: normal;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main h2 {
  font-size: 1.7rem;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main input:not([type=submit]),
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main select,
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main textarea {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background-color: #fff;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main select {
  padding: 1em 0.5em 0;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__payment-method {
  margin-bottom: 1.8rem;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__order-notes {
  margin-bottom: 1.8rem;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__order-notes label {
  align-items: center;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__order-notes input[type=checkbox] {
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 0;
  border-radius: 0;
  min-width: unset;
  min-height: unset;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__order-notes input[type=checkbox]:focus {
  outline: none;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__order-notes .wc-block-components-checkbox__mark {
  margin: 0;
  left: 1px;
  top: 1px;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__terms {
  margin-bottom: 1.8rem;
  padding-top: 1.8rem;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar {
  width: 34%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar div:empty {
  display: none;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content {
  padding: 0 0.625rem 0.625rem;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1b3a53;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content ul li .wc-block-components-product-name {
  font-weight: 500;
  color: #222;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content ul li .wc-block-components-product-price {
  font-weight: 600;
  color: #0073aa;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  margin-top: 1.25rem;
  padding: 0.9375rem;
  border-radius: 0.625rem;
  background: #fafafa;
  border: none;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: #444;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item:last-child {
  font-weight: 600;
  border-top: 1px dashed #ddd;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar button,
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar .button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border: none;
}
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-main,
.woocommerce-checkout .blg_Sec2 .wp-block-woocommerce-checkout .wc-block-components-sidebar {
  padding: 0;
}

.woocommerce-order-received .blg_Sec2 .row::before, .woocommerce-order-received .blg_Sec2 .row::after {
  display: none;
}
.woocommerce-order-received .blg_Sec2 h2,
.woocommerce-order-received .blg_Sec2 p {
  text-align: left !important;
  max-width: unset;
  margin: 0 0 1.2rem;
  line-height: normal;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-notice--success {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 25px;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.5625rem;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #fafafa;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-overview::before, .woocommerce-order-received .blg_Sec2 .woocommerce-order-overview::after {
  display: none;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-overview li {
  font-size: 0.95rem;
  color: #444;
  text-transform: uppercase;
  font-weight: 500;
  border-right: 1px solid #ddd;
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-overview li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-overview li strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-top: 0.3125rem;
  text-transform: none;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details {
  margin-top: 1.875rem;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
  color: #1b3a53;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details thead {
  background: #f5f7fa;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details thead th {
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tbody td {
  padding: 0.9375rem;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
  font-size: 0.95rem;
  color: #444;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tbody td a {
  color: #1b3a53;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tbody td a:hover {
  text-decoration: underline;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tbody td .product-quantity {
  font-weight: 600;
  margin-left: 0.3125rem;
  color: #000;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tbody td .wc-item-meta {
  margin: 0.5rem 0 0;
  padding-left: 0;
  list-style: none;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tbody td .wc-item-meta li {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tbody td .wc-item-meta li strong {
  font-weight: 600;
  color: #222;
  display: block;
  margin-right: 0.9375rem;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tfoot tr th,
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tfoot tr td {
  padding: 0.75rem 0.9375rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
  font-size: 1rem;
  color: #222;
  line-height: normal;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-order-details .shop_table.order_details tfoot tr:last-child td {
  color: #1b3a53;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-customer-details {
  margin-top: 1.875rem;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #fafafa;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  color: #1b3a53;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.6;
  color: #444;
  font-size: 0.95rem;
  padding: 0.9375rem 0.625rem;
}
.woocommerce-order-received .blg_Sec2 .woocommerce-customer-details address p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #1b3a53;
  font-weight: 500;
}
.woocommerce-order-received .blg_Sec2 .ldgr-goto-dashboard-div {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.woocommerce-order-received .blg_Sec2 .ldgr-goto-dashboard-div .ldgr-goto-dashboard-link {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border: none;
}

.page-id-14402 .btn,
.page-id-14402 .button,
.page-id-14402 .wc-block-components-button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
}
.page-id-14402 .btn:hover,
.page-id-14402 .button:hover,
.page-id-14402 .wc-block-components-button:hover {
  background-color: #112638;
  color: #fff;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-search-groups {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-search-groups i {
  font-size: 1.2rem;
  color: #666;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-search-groups .ldgr-search {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #333;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-search-groups .ldgr-search::-moz-placeholder {
  color: #aaa;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-search-groups .ldgr-search::placeholder {
  color: #aaa;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  min-width: unset;
  width: 48.6%;
  flex: unset;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item .ldgr-main-group-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 0;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item .ldgr-main-group-content .gr-edit {
  text-align: right;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item .ldgr-main-group-content .gr-edit button {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: #555;
  transition: color 0.2s ease;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item .ldgr-main-group-content .gr-edit button:hover {
  color: #0073e6;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item .ldgr-main-group-content .gr-icon {
  display: flex;
  justify-content: center;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item .ldgr-main-group-content .gr-icon .ldgr-group-image img {
  width: 100px !important;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #eee;
  background: #fafafa;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item .ldgr-main-group-content .gr-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin: 0;
}
.page-id-14402 .blg_Sec2 .ldgr-group-listing .ldgr-group-items .ldgr-group-item .ldgr-main-group-content .gr-left {
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  margin: 0;
}
.page-id-14402 .blg_Sec2 .ldgr-top-banner {
  background-color: #f3f5f6;
  padding: 20px;
  border-radius: 10px;
}
.page-id-14402 .blg_Sec2 .ldgr-top-banner .ldgr-btn {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #112638 !important;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
}
.page-id-14402 .blg_Sec2 .ldgr-top-banner .ldgr-btn:hover {
  background-color: #112638;
  color: #fff;
}
.page-id-14402 .blg_Sec2 .ldgr-top-banner .ldgr-edit-group {
  border: 1px solid #112638;
  border-radius: 0.75rem;
  padding: 0.4375rem 0.625rem;
  font-size: 0.9rem;
  color: #112638 !important;
}
.page-id-14402 .blg_Sec2 .ldgr-top-banner .ldgrs-title-wrap div {
  align-items: center;
  gap: 1.25rem;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper ul li.current .wdm-for-desktop {
  color: #112638 !important;
  border-bottom: 1px solid #112638 !important;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper ul .ldgr-btn {
  border-radius: 1.875rem;
  background: #112638 !important;
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-btn.cnsg-btn {
  border: 1px solid #112638;
  color: #112638;
  border-radius: 1.875rem;
  padding: 0.838rem 1.88rem;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .dataTables_filter label::before {
  top: 12px;
  height: 20px;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .dataTables_filter input[type=search] {
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem !important;
  border: 1px solid #989898 !important;
  background: #fff;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content table {
  font-family: Montserrat !important;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .dataTables_paginate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .dataTables_paginate .paginate_button {
  border-radius: 1.275rem;
  background: #fff !important;
  color: #112638 !important;
  padding: 0.538rem 1.28rem;
  border: 1px solid #112638 !important;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-new-sg-heading {
  width: 100%;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-eg-actions {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn {
  border-radius: 1.875rem;
  background: #fff !important;
  border: 1px solid #112638 !important;
  padding: 0.838rem 1.88rem;
  color: #112638;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn.ldgr-submit-form {
  background: #112638 !important;
  color: #fff;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field {
  width: 48%;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field label {
  font-family: Montserrat;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-weight: 500;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field .ldgr-search-list-wrap {
  width: 100%;
  max-width: unset;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field .select2 {
  width: 100% !important;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field .select2 input[type=search] {
  float: unset;
  height: auto !important;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field input:not([type=submit]),
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field select {
  width: 100% !important;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-form {
  width: 800px;
  margin: 0 auto;
  box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 12px;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-form label {
  font-family: Montserrat;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-weight: 500;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-form input:not([type=submit]) {
  width: 100% !important;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-form .ldgr-btn {
  border-radius: 1.875rem;
  background: #fff !important;
  border: 1px solid #112638 !important;
  padding: 0.838rem 1.88rem;
  color: #112638;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-form .ldgr-btn.ldgr-submit-form {
  background: #112638 !important;
  color: #fff;
}
.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-form .ldgr-field {
  width: 100%;
}

.page-id-14403 .ldgr-group-code-enrollment-form-container,
.page-id-14403 .ldgr-group-code-registration-form-container {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 12px;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container form,
.page-id-14403 .ldgr-group-code-registration-form-container form {
  width: 100%;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container form input:not([type=submit]),
.page-id-14403 .ldgr-group-code-registration-form-container form input:not([type=submit]) {
  width: 100% !important;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container form label,
.page-id-14403 .ldgr-group-code-registration-form-container form label {
  font-family: Montserrat;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container form button[type=submit],
.page-id-14403 .ldgr-group-code-registration-form-container form button[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container .ldgr-form,
.page-id-14403 .ldgr-group-code-registration-form-container .ldgr-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container .ldgr-form#ldgr-group-code-enrollment-form,
.page-id-14403 .ldgr-group-code-registration-form-container .ldgr-form#ldgr-group-code-enrollment-form {
  display: unset;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container .ldgr-form .ldgr-field,
.page-id-14403 .ldgr-group-code-registration-form-container .ldgr-form .ldgr-field {
  width: 48%;
  margin: 0 !important;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container .ldgr-form .ldgr-eg-actions,
.page-id-14403 .ldgr-group-code-registration-form-container .ldgr-form .ldgr-eg-actions {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container .ldgr-form .ldgr-eg-actions .ldgr-btn,
.page-id-14403 .ldgr-group-code-registration-form-container .ldgr-form .ldgr-eg-actions .ldgr-btn {
  border-radius: 1.875rem;
  background: white !important;
  border: 1px solid #112638 !important;
  padding: 0.838rem 1.88rem;
  color: #112638 !important;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  margin: 0 !important;
}
.page-id-14403 .ldgr-group-code-enrollment-form-container .ldgr-form .ldgr-eg-actions .ldgr-btn.ldgr-bg-color,
.page-id-14403 .ldgr-group-code-registration-form-container .ldgr-form .ldgr-eg-actions .ldgr-btn.ldgr-bg-color {
  background: var(--Dark-Blue-Navy, #1b3a53) !important;
  color: #fff !important;
}

#wdm_groups_tab .ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-gl-list .ldgr-chk-item input,
#wdm_groups_tab .ldgr-create-new-sg .ldgr-field input:not([type=submit]) {
  width: 100% !important;
}

#wdm_groups_tab .ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-gl-list .ldgr-chk-item input[type=checkbox],
#wdm_groups_tab .ldgr-create-new-sg .ldgr-field input[type=checkbox] {
  width: auto !important;
}

.ldgr-create-new-sg {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e6e9;
  font-family: Montserrat, sans-serif;
}
.ldgr-create-new-sg .ldgr-new-sg-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #106778;
  margin-bottom: 25px;
  border-bottom: 2px solid #e0e6e9;
  padding-bottom: 15px;
}
.ldgr-create-new-sg .ldgr-field {
  margin-bottom: 25px;
}
.ldgr-create-new-sg .ldgr-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c2c29;
  margin-bottom: 8px;
}
.ldgr-create-new-sg .ldgr-field .ldgr-textbox,
.ldgr-create-new-sg .ldgr-field .select2-container--default .select2-selection--multiple,
.ldgr-create-new-sg .ldgr-field select {
  width: 100%;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #f8f9fa;
  transition: border-color 0.3s ease;
}
.ldgr-create-new-sg .ldgr-field .ldgr-textbox:focus,
.ldgr-create-new-sg .ldgr-field .select2-container--default .select2-selection--multiple:focus,
.ldgr-create-new-sg .ldgr-field select:focus {
  border-color: #106778;
  outline: none;
}
.ldgr-create-new-sg .ldgr-search-list-wrap {
  border: 1px solid #e0e6e9;
  border-radius: 8px;
  overflow: hidden;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-serachbox-wrap {
  padding: 10px;
  border-bottom: 1px solid #e0e6e9;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-serachbox-wrap .ldgr-search {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 8px;
  font-size: 0.9rem;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-serachbox-wrap .ldgr-search:focus {
  border-color: #106778;
  outline: none;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-listing-alphabets .ldgr-alphabets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  background-color: #f0f3f5;
  border-bottom: 1px solid #e0e6e9;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-listing-alphabets .ldgr-alphabets span {
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  color: #7b8084;
  padding: 3px 6px;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-listing-alphabets .ldgr-alphabets span:hover {
  background-color: #dbe4e8;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-list {
  max-height: 200px;
  overflow-y: auto;
  padding: 15px;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-list::-webkit-scrollbar {
  width: 8px;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-list::-webkit-scrollbar-thumb {
  background-color: #b0bec5;
  border-radius: 4px;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-list::-webkit-scrollbar-track {
  background-color: #e0e6e9;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-list .ldgr-chk-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-list .ldgr-chk-item label {
  margin-bottom: 0;
  font-weight: 400;
  color: #4a4a4a;
  cursor: pointer;
}
.ldgr-create-new-sg .ldgr-eg-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn {
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  border: 1px solid transparent;
}
.ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn.solid {
  background-color: #106778;
  color: #ffffff;
}
.ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn.solid:hover {
  background-color: #0d5a68;
  box-shadow: 0 4px 12px rgba(16, 103, 120, 0.4);
}
.ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn.create-sg-cancel {
  background-color: transparent;
  color: #7b8084;
  border-color: #cccccc;
}
.ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn.create-sg-cancel:hover {
  background-color: #f0f0f0;
  color: #2c2c29;
}

.page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field select.select2-hidden-accessible {
  width: 1px !important;
}

.select2-container--default .select2-selection--multiple {
  border-color: #cccccc;
}
.select2-container--default .select2-selection--multiple:focus-within {
  border-color: #106778;
  outline: none;
}
.select2-container--default .select2-selection__choice {
  background-color: #106778;
  border-color: #106778;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.9rem;
}
.select2-container--default .select2-selection__choice__remove {
  color: #ffffff;
}
.select2-container--default .select2-selection__choice__remove:hover {
  color: #ffa91d;
}
.select2-container--default .select2-search__field {
  font-size: 1rem;
  padding: 12px 0;
  background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  float: none !important;
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li input {
  margin: 0 !important;
}

.select2-container--open .select2-dropdown--below {
  top: -10px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ldgr-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  width: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #106778 !important;
  border: 1px solid #106778 !important;
  color: #ffffff !important;
  padding: 5px 10px !important;
  border-radius: 15px !important;
  font-size: 0.9rem !important;
  margin-top: 0 !important;
  margin-right: 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  margin-bottom: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 5px;
  float: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #ff914d;
}

@media (max-width: 640px) {
  .ldgr-create-new-sg {
    padding: 20px;
  }
  .ldgr-create-new-sg .ldgr-new-sg-heading {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
  .ldgr-create-new-sg .ldgr-field {
    margin-bottom: 20px;
  }
  .ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-listing-alphabets .ldgr-alphabets {
    gap: 3px;
  }
  .ldgr-create-new-sg .ldgr-eg-actions {
    flex-direction: column;
    gap: 15px;
  }
  .ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn {
    width: 100%;
  }
}
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-listing-alphabets,
.ldgr-edit-sg .ldgr-search-list-wrap .ldgr-listing-alphabets,
.ldgr-group-code-setting .ldgr-search-list-wrap .ldgr-listing-alphabets,
.ldgr-cabgc .ldgr-search-list-wrap .ldgr-listing-alphabets {
  border: none !important;
}

.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-usr-list .ldgr-chk-item label,
.ldgr-create-new-sg .ldgr-search-list-wrap .ldgr-gl-list .ldgr-chk-item label {
  margin: 0 !important;
  margin-left: 10px !important;
}

.dataTables_wrapper {
  font-family: Montserrat, sans-serif;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e6e9;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  display: inline-block;
  margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
  font-weight: 500;
  color: #2c2c29;
}
.dataTables_wrapper .dataTables_length label select,
.dataTables_wrapper .dataTables_length label input,
.dataTables_wrapper .dataTables_filter label select,
.dataTables_wrapper .dataTables_filter label input {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 8px;
  margin-left: 8px;
  background-color: #f8f9fa;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.dataTables_wrapper .dataTables_length label select:focus,
.dataTables_wrapper .dataTables_length label input:focus,
.dataTables_wrapper .dataTables_filter label select:focus,
.dataTables_wrapper .dataTables_filter label input:focus {
  border-color: #106778;
  outline: none;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
}
.dataTables_wrapper #bulk_remove {
  background-color: #d9534f;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.dataTables_wrapper #bulk_remove:hover {
  background-color: #c9302c;
}
.dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: collapse;
  margin-top: 20px;
}
.dataTables_wrapper .dataTable thead tr th {
  background-color: #f7f9fc;
  color: #7b8084;
  font-weight: 600;
  padding: 15px;
  text-align: left;
  border-bottom: 2px solid #e0e6e9;
  cursor: pointer;
}
.dataTables_wrapper .dataTable thead tr th:first-child {
  width: 30px;
  text-align: center;
}
.dataTables_wrapper .dataTable tbody tr {
  border-bottom: 1px solid #e0e6e9;
}
.dataTables_wrapper .dataTable tbody tr:last-child {
  border-bottom: none;
}
.dataTables_wrapper .dataTable tbody tr td {
  padding: 15px;
  vertical-align: middle;
  color: #2c2c29;
}
.dataTables_wrapper .dataTable tbody tr td p {
  text-align: left;
}
.dataTables_wrapper .ldgr-actions {
  white-space: nowrap;
}
.dataTables_wrapper .ldgr-actions .button {
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-right: 5px;
}
.dataTables_wrapper .ldgr-actions .button.wdm-reinvite {
  background-color: #106778;
  color: #ffffff;
  border: 1px solid #106778;
}
.dataTables_wrapper .ldgr-actions .button.wdm-reinvite:hover {
  background-color: #0d5a68;
}
.dataTables_wrapper .ldgr-actions .button.wdm_remove {
  background-color: #d9534f;
  color: #ffffff;
  border: 1px solid #d9534f;
}
.dataTables_wrapper .ldgr-actions .button.wdm_remove:hover {
  background-color: #c9302c;
}
.dataTables_wrapper .dataTables_info {
  font-size: 0.9rem;
  color: #7b8084;
  margin-top: 20px;
  display: inline-block;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #e0e6e9;
  padding: 8px 12px;
  margin-left: 5px;
  border-radius: 8px;
  color: #106778;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
  background-color: #f0f3f5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #106778;
  color: #ffffff;
  border-color: #106778;
  pointer-events: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper #bulk_remove,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .dataTables_wrapper .dataTables_filter label,
  .dataTables_wrapper .dataTables_length label {
    width: 100%;
    text-align: center;
    display: block;
  }
  .dataTable {
    border: none;
  }
  .dataTable thead {
    display: none;
  }
  .dataTable tbody {
    display: block;
  }
  .dataTable tbody tr {
    display: block;
    border-bottom: 1px solid #e0e6e9;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .dataTable tbody tr td {
    display: block;
    text-align: right;
    padding: 10px 0;
  }
  .dataTable tbody tr td:before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 600;
    color: #106778;
  }
  .dataTable tbody tr td.select_action {
    text-align: center;
  }
  .dataTable tbody tr td.select_action:before {
    content: none;
  }
  .dataTable tbody tr td.ldgr-actions {
    text-align: center;
  }
  .dataTable tbody tr td.ldgr-actions:before {
    content: none;
  }
  .dataTable tbody tr td.ldgr-actions a.button {
    width: calc(50% - 5px);
  }
}
#wdm_ldgr_group_report_wrapper {
  font-family: Montserrat, sans-serif;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e6e9;
}
#wdm_ldgr_group_report_wrapper .wdm-select-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
#wdm_ldgr_group_report_wrapper .wdm-select-wrapper h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #2c2c29;
  margin: 0;
}
#wdm_ldgr_group_report_wrapper .wdm-select-wrapper #wdm_ldgr_course_id {
  flex-grow: 1;
  padding: 10px 12px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #f8f9fa;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
#wdm_ldgr_group_report_wrapper .wdm-select-wrapper #wdm_ldgr_course_id:focus {
  border-color: #106778;
  outline: none;
}
#wdm_ldgr_group_report_wrapper .wdm-select-wrapper #wdm_ldgr_show_report {
  background-color: #106778;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
#wdm_ldgr_group_report_wrapper .wdm-select-wrapper #wdm_ldgr_show_report:hover {
  background-color: #0d5a68;
}
#wdm_ldgr_group_report_wrapper .dataTables_length,
#wdm_ldgr_group_report_wrapper .dataTables_filter {
  display: inline-block;
  margin-bottom: 20px;
}
#wdm_ldgr_group_report_wrapper .dataTables_length label,
#wdm_ldgr_group_report_wrapper .dataTables_filter label {
  font-weight: 500;
  color: #2c2c29;
}
#wdm_ldgr_group_report_wrapper .dataTables_length label select,
#wdm_ldgr_group_report_wrapper .dataTables_length label input,
#wdm_ldgr_group_report_wrapper .dataTables_filter label select,
#wdm_ldgr_group_report_wrapper .dataTables_filter label input {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 8px;
  margin-left: 8px;
  background-color: #f8f9fa;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
#wdm_ldgr_group_report_wrapper .dataTables_length label select:focus,
#wdm_ldgr_group_report_wrapper .dataTables_length label input:focus,
#wdm_ldgr_group_report_wrapper .dataTables_filter label select:focus,
#wdm_ldgr_group_report_wrapper .dataTables_filter label input:focus {
  border-color: #106778;
  outline: none;
}
#wdm_ldgr_group_report_wrapper .dataTables_processing {
  background-color: rgba(255, 255, 255, 0.8);
  color: #106778;
  font-size: 1.2rem;
  font-weight: 600;
}
#wdm_ldgr_group_report_wrapper .wdm-table-container {
  overflow-x: auto;
}
#wdm_ldgr_group_report_wrapper .dataTable {
  width: 100% !important;
  border-collapse: collapse;
  margin-top: 20px;
}
#wdm_ldgr_group_report_wrapper .dataTable thead tr th {
  background-color: #f7f9fc;
  color: #7b8084;
  font-weight: 600;
  padding: 15px;
  text-align: left;
  border-bottom: 2px solid #e0e6e9;
  cursor: pointer;
}
#wdm_ldgr_group_report_wrapper .dataTable tbody tr {
  border-bottom: 1px solid #e0e6e9;
}
#wdm_ldgr_group_report_wrapper .dataTable tbody tr:last-child {
  border-bottom: none;
}
#wdm_ldgr_group_report_wrapper .dataTable tbody tr td {
  padding: 15px;
  vertical-align: middle;
  color: #2c2c29;
}
#wdm_ldgr_group_report_wrapper .details-control {
  cursor: pointer;
}
#wdm_ldgr_group_report_wrapper .details-control span {
  font-size: 1.5rem;
  color: #106778;
  transition: transform 0.2s ease;
}
#wdm_ldgr_group_report_wrapper .course-progress .ldgr-group-report-item {
  background-color: #e0e6e9;
  border-radius: 5px;
  height: 8px;
  overflow: hidden;
}
#wdm_ldgr_group_report_wrapper .course-progress .ldgr-group-report-item .ldgr-course-progress-bar {
  height: 100%;
  background-color: #106778;
  border-radius: 5px;
}
#wdm_ldgr_group_report_wrapper .course-progress .ldgr-course-lesson-progress {
  font-size: 0.9rem;
  color: #7b8084;
  display: block;
  margin-top: 5px;
}
#wdm_ldgr_group_report_wrapper .dataTables_info {
  font-size: 0.9rem;
  color: #7b8084;
  margin-top: 20px;
  display: inline-block;
}
#wdm_ldgr_group_report_wrapper .dataTables_paginate {
  float: right;
  margin-top: 20px;
}
#wdm_ldgr_group_report_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #e0e6e9;
  padding: 8px 12px;
  margin-left: 5px;
  border-radius: 8px;
  color: #106778;
  cursor: pointer;
  transition: all 0.2s ease;
}
#wdm_ldgr_group_report_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
  background-color: #f0f3f5;
}
#wdm_ldgr_group_report_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #106778;
  color: #ffffff;
  border-color: #106778;
  pointer-events: none;
}
#wdm_ldgr_group_report_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  #wdm_ldgr_group_report_wrapper .wdm-select-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  #wdm_ldgr_group_report_wrapper .wdm-select-wrapper h6 {
    text-align: center;
  }
  #wdm_ldgr_group_report_wrapper .dataTables_length,
  #wdm_ldgr_group_report_wrapper .dataTables_filter,
  #wdm_ldgr_group_report_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  #wdm_ldgr_group_report_wrapper .dataTables_length label {
    display: block;
  }
  #wdm_ldgr_group_report_wrapper .dataTable thead {
    display: none;
  }
  #wdm_ldgr_group_report_wrapper .dataTable tbody {
    display: block;
  }
  #wdm_ldgr_group_report_wrapper .dataTable tbody tr {
    display: block;
    border-bottom: 1px solid #e0e6e9;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #wdm_ldgr_group_report_wrapper .dataTable tbody tr td {
    display: block;
    text-align: right;
    padding: 10px 0;
  }
  #wdm_ldgr_group_report_wrapper .dataTable tbody tr td:before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 600;
    color: #106778;
  }
}
#wdm_ldgr_group_report_wrapper .wdm-table-container {
  overflow-x: hidden;
  width: 100%;
}

#tab-2 #wdm_ldgr_group_report th,
#tab-2 #wdm_ldgr_group_report td {
  border: none !important;
}

@media (width <= 767px) {
  .wdm-tabs-wrapper {
    margin-top: 30px !important;
  }
  .page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn,
  .ldgr-create-new-sg .ldgr-eg-actions .ldgr-btn {
    margin-right: 0 !important;
  }
  .ldgr-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: auto !important;
    max-width: 92px;
  }
  .enroll-new-user.ldgr-mobile {
    display: inline-block !important;
    background-color: #106778 !important;
    font-size: 14px;
    border-radius: 30px;
  }
  #wdm_group_wrapper #wdm_group_filter {
    float: none !important;
  }
  #wdm_group_wrapper #bulk_remove,
  #wdm_group_wrapper #wdm_group_length {
    float: none !important;
  }
  #wdm_group_wrapper #bulk_remove {
    margin: 0 auto 15px;
  }
  .dataTables_wrapper .ldgr-actions .button.wdm_remove,
  .wdm_remove:before {
    font-size: 12px !important;
  }
  .page-id-14402 .blg_Sec2 .wdm-tabs-wrapper ul li .wdm-for-desktop {
    font-size: 14px;
  }
  .wdm-tabs-wrapper ul.tabs {
    margin-bottom: 20px;
  }
  .page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg {
    flex-direction: column;
  }
  .page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-create-new-sg .ldgr-field {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .ldgr-sub-groups-content {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .wdm-tabs-wrapper ul.tabs {
    margin-bottom: 16px !important;
  }
  .page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .ldgr-btn.cnsg-btn {
    font-size: 14px;
  }
  .ldgrs-title-wrap {
    margin-bottom: 15px;
  }
  .page-id-14402 .blg_Sec2 .ldgr-top-banner .ldgrs-title-wrap div.ldgr-group-image {
    width: 60px;
    flex: 1 0 50px;
    display: block;
  }
  .page-id-14402 .blg_Sec2 .ldgr-top-banner .ldgrs-title-wrap div.ldgr-gr-title-info {
    width: 100%;
  }
  .ldgr-group-single .ldgr-top-banner .ldgrs-title-wrap h1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
    margin-left: 0;
  }
  .page-id-14402 .blg_Sec2 .wdm-tabs-wrapper .tab-content .dataTables_paginate {
    justify-content: center;
  }
  #wdm_group_wrapper #bulk_remove {
    margin: 0 auto 15px !important;
  }
  #wdm_ldgr_group_report_wrapper .dataTable tbody tr td:first-child {
    display: none !important;
  }
  #wdm_ldgr_group_report_wrapper .dataTable tbody tr td {
    padding: 0 !important;
    text-align: left !important;
  }
  #wdm_ldgr_group_report_wrapper .dataTable tbody tr td:before {
    float: none !important;
    line-height: 1.1 !important;
    margin-bottom: 5px !important;
    display: block !important;
  }
  .wdm-table-container #wdm_ldgr_group_report th,
  .wdm-table-container #wdm_ldgr_group_report td {
    white-space: pre-wrap !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
  }
  #tab-2 #wdm_ldgr_group_report tbody td span {
    font-size: 16px !important;
    line-height: 16px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    margin-top: 15px !important;
  }
  #tab-2 .course-progress > span .ldgr-course-lesson-progress {
    margin-left: 0;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.1 !important;
    margin: 6px 0 0 0 !important;
  }
  #wdm_ldgr_group_report_wrapper #wdm_ldgr_group_report_length {
    float: none;
    width: 100%;
    overflow: hidden !important;
  }
}
.innr_bnnr.toollibrary {
  text-align: center;
}
.innr_bnnr.toollibrary .top p {
  text-align: left;
}

.filter-bar {
  padding: 3.125rem 1.875rem;
  background-color: rgba(42, 150, 212, 0.0588235294);
  display: none;
  margin-bottom: 30px;
}
.filter-bar .btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.9375rem;
}
.filter-bar .form_dv input:not([type=submit]),
.filter-bar .form_dv select,
.filter-bar .form_dv textarea {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background-color: #fff;
}
.filter-bar .form_dv input:not([type=submit])::-moz-placeholder, .filter-bar .form_dv select::-moz-placeholder, .filter-bar .form_dv textarea::-moz-placeholder {
  color: #989898;
}
.filter-bar .form_dv input:not([type=submit])::placeholder,
.filter-bar .form_dv select::placeholder,
.filter-bar .form_dv textarea::placeholder {
  color: #989898;
}
.filter-bar .form_dv textarea {
  resize: none;
  min-height: 8.19rem;
}
.filter-bar .form_dv input[type=submit] {
  padding: 15px 14px;
  font-size: 15px;
  margin: 0;
}
.filter-bar .form_dv .btn {
  position: relative;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.filter-bar .form_dv .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.filter-bar .form_dv .btn-abs {
  position: absolute;
  inset: 0;
  border: none;
  outline: none;
  padding: 0 !important;
  opacity: 0;
}

.toolkitsHeading {
  padding: 5rem 0;
}
.toolkitsHeading h2 {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolkitsHeading h2 span {
  cursor: pointer;
  font-size: 16px;
  color: black;
}
.toolkitsHeading h2 span i {
  color: #2995d3;
}
.toolkitsHeading .row {
  gap: 1.4rem 0rem;
}
.toolkitsHeading .g-card img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.toolkitsHeading .g-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.toolkitsHeading .g-card .meta-line {
  color: #6b7280;
  font-size: 0.92rem;
  margin-bottom: 0.9375rem;
  font-family: Montserrat;
}
.toolkitsHeading .g-card .phase-badge {
  background: #f2f4f7;
  padding: 0.375rem 0.625rem;
  border-radius: 0.5rem;
  font-size: 0.82rem;
  display: inline-block;
  font-family: Montserrat;
}
.toolkitsHeading .g-card .card-body {
  padding: 0;
}
.toolkitsHeading .g-card .card-body h3 {
  margin-bottom: 0.7rem;
}
.toolkitsHeading .g-card .card-body h3 a {
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.toolkitsHeading .g-card .card-body p {
  margin-bottom: 1.25rem;
}
.toolkitsHeading .g-card .btn {
  padding: 0.838rem 1.55rem;
  font-size: 0.8rem;
  border: none;
}
.toolkitsHeading .g-card .btn-outline-secondary {
  background-color: #fff;
  border: 1px solid var(--Dark-Blue-Navy, #1b3a53);
  color: var(--Dark-Blue-Navy, #1b3a53);
}
.toolkitsHeading .g-card .btn-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolkitsHeading .pagination-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.toolkitsHeading .pagination-bar .small {
  font-family: Montserrat;
}
.toolkitsHeading .pagination-bar .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3.125rem;
  margin-bottom: 0;
}
.toolkitsHeading .pagination-bar .pagination.pagination-sm {
  font-size: 0.8rem;
}
.toolkitsHeading .pagination-bar .pagination.pagination-sm .page-link {
  padding: 0.25rem 0.6rem;
}
.toolkitsHeading .pagination-bar .pagination .page-item {
  margin: 0;
}
.toolkitsHeading .pagination-bar .pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--Dark-Blue-Navy, #1b3a53);
  background-color: #fff;
  border: 1px solid var(--Dark-Blue-Navy, #1b3a53);
  transition: all 0.2s ease-in-out;
}
.toolkitsHeading .pagination-bar .pagination .page-item .page-link:hover {
  color: var(--Dark-Blue-Navy, #13293b);
  background-color: #e9ecef;
  z-index: 2;
}
.toolkitsHeading .pagination-bar .pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--Dark-Blue-Navy, #1b3a53);
  border-color: var(--Dark-Blue-Navy, #1b3a53);
}
.toolkitsHeading .pagination-bar .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  opacity: 0.6;
}
.toolkitsHeading .pagination-bar .pagination .page-item:first-child .page-link {
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}
.toolkitsHeading .pagination-bar .pagination .page-item:last-child .page-link {
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}

.toolkit-details {
  padding: 5rem 0;
  /* Nested SCSS converted to standard CSS structure */
}
.toolkit-details h2 {
  margin-bottom: 1.5rem;
}
.toolkit-details p {
  margin-bottom: 1.25rem;
}
.toolkit-details ul {
  padding-left: 2rem;
  list-style: unset;
  margin-bottom: 1.2rem;
}
.toolkit-details ul li {
  list-style: unset;
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0 0 0.325rem 0;
}
.toolkit-details ul li:last-child {
  margin-bottom: 0;
}
.toolkit-details table th {
  background-color: #f2f4f7;
}
.toolkit-details .overview,
.toolkit-details .included-tools,
.toolkit-details .preview-gallery,
.toolkit-details .related-training {
  padding-bottom: 5rem;
  scroll-margin-top: 50px;
}
.toolkit-details .pricing-footer {
  /* Container style for the entire block */
  padding: 1.5rem 0;
  margin-top: 2rem;
  background-color: #f2f4f7;
  border-radius: 0.5rem;
  text-align: left;
}
.toolkit-details .pricing-footer .price-note {
  /* Styling for the bundle price (e.g., "Bundle Price: $999") */
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem;
  display: block;
  /* Ensures full width for alignment */
  padding: 0 1rem;
}
.toolkit-details .pricing-footer .price-note span {
  color: #2995d3;
  font-size: 28px;
}
.toolkit-details .pricing-footer .license-statement {
  /* Styling for the license statement (e.g., "Included in...") */
  font-size: 0.95rem;
  color: #6c757d;
  margin: 0;
  padding: 0 1rem;
}
.toolkit-details .pricing-footer .license-statement strong {
  font-weight: 600;
  color: #343a40;
}
.toolkit-details .related-training h3 {
  margin-bottom: 1rem;
}
.toolkit-details .cta-crisisreadylab {
  padding: 48px 0;
  text-align: center;
  background: #f2f4f7;
}

.woocommerce-account .blg_Sec {
  background-color: rgba(234, 234, 235, 0.5294117647);
  padding: 5rem 0;
}
.woocommerce-account .blg_Sec .row::before, .woocommerce-account .blg_Sec .row::after,
.woocommerce-account .blg_Sec .woocommerce::before,
.woocommerce-account .blg_Sec .woocommerce::after {
  display: none;
}
.woocommerce-account .blg_Sec .woocommerce {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-navigation {
  float: unset;
  width: 28%;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-navigation ul a {
  display: block;
  color: #000;
  padding: 0.75rem 1.5rem;
  transition: all 0.4s ease;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  padding: 0.75rem 1.5rem;
  background-color: #1b3a53;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
  background-color: #1b3a53;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content {
  float: unset;
  width: 70%;
  background-color: #fff;
  padding: 1.2rem;
  border-radius: 0.7rem;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #1b3a53;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #1b3a53;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content button[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content p {
  text-align: left;
  max-width: unset;
  margin: 0;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content table .button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.638rem 1.08rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content table a {
  color: #1b3a53;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content table td,
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content table th {
  font-size: 1rem;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::before, .woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::after {
  display: none;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  float: unset;
  border-bottom: 1px solid #d3d0d0;
  margin-bottom: 2rem;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:last-child {
  margin-bottom: 0;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header {
  position: relative;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header::before, .woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header::after {
  display: none;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header h2 {
  font-size: 1.8rem;
  line-height: normal;
  text-align: left;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header .edit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
  padding: 0;
  width: 48.9%;
  float: unset;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row::before, .woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row::after {
  display: none;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row em {
  font-size: 0.9rem;
  line-height: normal;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear {
  display: none;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  justify-content: space-between;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content label {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content label {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content label {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.woocommerce-account .blg_Sec .woocommerce .woocommerce-MyAccount-content input:not([type=submit]) {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login::before, .woocommerce-account .blg_Sec .woocommerce #customer_login::after {
  display: none;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .woocommerce-form {
  margin-bottom: 0;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login button[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .woocommerce-form-row {
  margin-bottom: 1.5rem;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .woocommerce-form-row::before, .woocommerce-account .blg_Sec .woocommerce #customer_login .woocommerce-form-row::after {
  display: none;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .woocommerce-form-row.form-row {
  flex-direction: column;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .form-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .form-row::before, .woocommerce-account .blg_Sec .woocommerce #customer_login .form-row::after {
  display: none;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .form-row button[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .form-row .woocommerce-form__label {
  position: relative;
  padding-left: 1.5625rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .form-row .woocommerce-form__label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .lost_password {
  text-align: left;
  margin-bottom: 0;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .lost_password a {
  color: #1b3a53;
  font-weight: 600;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login label {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  text-align: left;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login input:not([type=submit]) {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .col-1,
.woocommerce-account .blg_Sec .woocommerce #customer_login .col-2 {
  background-color: #fff;
  padding: 1.3em;
  border-radius: 0.9rem;
  width: 49%;
  height: 100%;
  float: unset;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .woocommerce-privacy-policy-text p {
  text-align: left;
  margin-bottom: 1rem;
}
.woocommerce-account .blg_Sec .woocommerce #customer_login .woocommerce-privacy-policy-text p a {
  color: #1b3a53;
}

.single-product .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product .product .woocommerce-product-gallery {
  float: unset !important;
}
.single-product .product .woocommerce-product-gallery img {
  max-width: unset !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
.single-product .product .summary {
  float: unset !important;
}
.single-product .product .summary h1 {
  color: #000;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 1.2rem;
}
.single-product .product .summary form::before, .single-product .product .summary form::after {
  display: none !important;
}
.single-product .product .summary form .seat-buttons .selected {
  background-color: #ee9823;
  color: #fff;
}
.single-product .product .summary form .seat-selection-wrapper label {
  margin-bottom: 0.8rem !important;
  font-size: 1.1rem;
}
.single-product .product .summary form .wdm-enroll-me-div,
.single-product .product .summary form .ldgr-unlimited-member-options {
  margin: 0;
  padding: 0;
  position: relative;
}
.single-product .product .summary form .wdm-enroll-me-div label,
.single-product .product .summary form .ldgr-unlimited-member-options label {
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.77rem;
}
.single-product .product .summary form .wdm-enroll-me-div input[type=checkbox],
.single-product .product .summary form .ldgr-unlimited-member-options input[type=checkbox] {
  width: 17px !important;
  height: 17px;
  position: absolute;
  accent-color: #ee9823;
  left: 0;
  top: 4px;
}
.single-product .product .summary form .ldgr-unlimited-member-options {
  margin-bottom: 1rem;
}
.single-product .product .summary form button[type=submit] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.single-product .product .summary form .ldgr_group_name {
  margin-bottom: 1.5rem !important;
}
.single-product .product .summary form .ldgr_group_name label {
  display: block !important;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.single-product .product .summary form .ldgr_group_name input[type=text] {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
.single-product .product .summary form .ldgr_group_courses .ldgr-course-tile-row {
  justify-content: space-between;
  margin-top: 1.1rem;
}
.single-product .product .summary form .ldgr_group_courses .ldgr-course-tile-row .ldgr-course-tile {
  width: 30%;
  margin: 0;
  padding: 7px;
}

.row::before, .row::after {
  display: none;
}

.coming-soon {
  padding: 5rem 0 2rem;
}
.coming-soon .card {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1) !important;
  padding: 3rem 2rem;
}
.coming-soon h1 {
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}
.coming-soon p {
  text-align: center;
}
.coming-soon .back_to_home {
  text-align: center;
  margin-top: 2rem;
}

.innr_bnnr.toollibrary h1 {
  text-align: left;
}
.innr_bnnr.toollibrary .mxw600 {
  max-width: 800px;
}
.innr_bnnr.toollibrary .toolkit-info {
  margin: 20px 0 24px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.innr_bnnr.toollibrary .toolkit-info > div {
  width: 50%;
}
.innr_bnnr.toollibrary .toolkit-info h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
  font-family: Montserrat;
}
.innr_bnnr.toollibrary .toolkit-info ul {
  margin: 0 0 12px 0;
  padding-left: 18px;
  list-style-type: disc;
}
.innr_bnnr.toollibrary .toolkit-info ul li {
  font-family: Montserrat;
  font-size: 0.95rem;
  line-height: 1.4;
  color: white;
  margin-bottom: 4px;
  list-style-type: disc;
}
.innr_bnnr.toollibrary .product__purchase {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  margin-top: 4px;
}
.innr_bnnr.toollibrary .product__price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 700;
  font-size: 1rem;
  color: white;
}
.innr_bnnr.toollibrary .product__price .price__tag {
  font-size: 1.4rem;
}
.innr_bnnr.toollibrary .product__price .product__currency {
  font-size: 1.4rem;
  vertical-align: baseline;
  opacity: 0.9;
  color: white;
  margin-right: -0.3125rem;
}
.innr_bnnr.toollibrary .product__price .product__amount {
  font-size: 1.35rem;
  line-height: 1;
  color: white;
}
.innr_bnnr.toollibrary .product__price .product__unit {
  font-size: 0.85rem;
  font-weight: 500;
  color: white;
  margin-left: 0;
}

.filter-bar {
  padding: 3.125rem 1.875rem;
  background-color: rgba(42, 150, 212, 0.0588235294);
  display: none;
  margin-bottom: 30px;
}
.filter-bar .btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.9375rem;
}
.filter-bar .form_dv input:not([type=submit]),
.filter-bar .form_dv select,
.filter-bar .form_dv textarea {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background-color: #fff;
}
.filter-bar .form_dv input:not([type=submit])::-moz-placeholder, .filter-bar .form_dv select::-moz-placeholder, .filter-bar .form_dv textarea::-moz-placeholder {
  color: #989898;
}
.filter-bar .form_dv input:not([type=submit])::placeholder,
.filter-bar .form_dv select::placeholder,
.filter-bar .form_dv textarea::placeholder {
  color: #989898;
}
.filter-bar .form_dv textarea {
  resize: none;
  min-height: 8.19rem;
}
.filter-bar .form_dv input[type=submit] {
  padding: 15px 14px;
  font-size: 15px;
  margin: 0;
}
.filter-bar .form_dv .btn {
  position: relative;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.filter-bar .form_dv .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.filter-bar .form_dv .btn-abs {
  position: absolute;
  inset: 0;
  border: none;
  outline: none;
  padding: 0 !important;
  opacity: 0;
}

.toolkitsHeading {
  padding: 5rem 0;
}
.toolkitsHeading h2 {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolkitsHeading h2 span {
  cursor: pointer;
  font-size: 16px;
  color: black;
}
.toolkitsHeading h2 span i {
  color: #2995d3;
}
.toolkitsHeading .row {
  gap: 1.4rem 0rem;
}
.toolkitsHeading .g-card img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.toolkitsHeading .g-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.toolkitsHeading .g-card .meta-line {
  color: #6b7280;
  font-size: 0.92rem;
  margin-bottom: 0.9375rem;
  font-family: Montserrat;
}
.toolkitsHeading .g-card .phase-badge {
  background: #f2f4f7;
  padding: 0.375rem 0.625rem;
  border-radius: 0.5rem;
  font-size: 0.82rem;
  display: inline-block;
  font-family: Montserrat;
}
.toolkitsHeading .g-card .card-body {
  padding: 0;
}
.toolkitsHeading .g-card .card-body h3 {
  margin-bottom: 0.7rem;
}
.toolkitsHeading .g-card .card-body h3 a {
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.toolkitsHeading .g-card .card-body p {
  margin-bottom: 1.25rem;
}
.toolkitsHeading .g-card .btn {
  padding: 0.838rem 1.55rem;
  font-size: 0.8rem;
  border: none;
}
.toolkitsHeading .g-card .btn-outline-secondary {
  background-color: #fff;
  border: 1px solid var(--Dark-Blue-Navy, #1b3a53);
  color: var(--Dark-Blue-Navy, #1b3a53);
}
.toolkitsHeading .g-card .btn-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolkitsHeading .pagination-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.toolkitsHeading .pagination-bar .small {
  font-family: Montserrat;
}
.toolkitsHeading .pagination-bar .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3.125rem;
  margin-bottom: 0;
}
.toolkitsHeading .pagination-bar .pagination.pagination-sm {
  font-size: 0.8rem;
}
.toolkitsHeading .pagination-bar .pagination.pagination-sm .page-link {
  padding: 0.25rem 0.6rem;
}
.toolkitsHeading .pagination-bar .pagination .page-item {
  margin: 0;
}
.toolkitsHeading .pagination-bar .pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--Dark-Blue-Navy, #1b3a53);
  background-color: #fff;
  border: 1px solid var(--Dark-Blue-Navy, #1b3a53);
  transition: all 0.2s ease-in-out;
}
.toolkitsHeading .pagination-bar .pagination .page-item .page-link:hover {
  color: var(--Dark-Blue-Navy, #13293b);
  background-color: #e9ecef;
  z-index: 2;
}
.toolkitsHeading .pagination-bar .pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--Dark-Blue-Navy, #1b3a53);
  border-color: var(--Dark-Blue-Navy, #1b3a53);
}
.toolkitsHeading .pagination-bar .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  opacity: 0.6;
}
.toolkitsHeading .pagination-bar .pagination .page-item:first-child .page-link {
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}
.toolkitsHeading .pagination-bar .pagination .page-item:last-child .page-link {
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}

.toolkit-details {
  padding: 5rem 0;
  /* Nested SCSS converted to standard CSS structure */
}
.toolkit-details h2 {
  margin-bottom: 1.5rem;
}
.toolkit-details p {
  margin-bottom: 1.25rem;
}
.toolkit-details ul {
  padding-left: 2rem;
  list-style: unset;
  margin-bottom: 1.2rem;
}
.toolkit-details ul li {
  list-style: unset;
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0 0 0.325rem 0;
}
.toolkit-details ul li:last-child {
  margin-bottom: 0;
}
.toolkit-details table th {
  background-color: #f2f4f7;
}
.toolkit-details .overview,
.toolkit-details .included-tools,
.toolkit-details .preview-gallery,
.toolkit-details .related-training {
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  scroll-margin-top: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
.toolkit-details .pricing-footer {
  /* Container style for the entire block */
  padding: 1.5rem 0;
  margin-top: 2rem;
  background-color: #f2f4f7;
  border-radius: 0.5rem;
  text-align: left;
}
.toolkit-details .pricing-footer .price-note {
  /* Styling for the bundle price (e.g., "Bundle Price: $999") */
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem;
  display: block;
  /* Ensures full width for alignment */
  padding: 0 1rem;
}
.toolkit-details .pricing-footer .price-note span {
  color: #2995d3;
  font-size: 28px;
}
.toolkit-details .pricing-footer .license-statement {
  /* Styling for the license statement (e.g., "Included in...") */
  font-size: 0.95rem;
  color: #6c757d;
  margin: 0;
  padding: 0 1rem;
}
.toolkit-details .pricing-footer .license-statement strong {
  font-weight: 600;
  color: #343a40;
}
.toolkit-details .related-training h3 {
  margin-bottom: 1rem;
}
.toolkit-details .cta-crisisreadylab {
  padding: 48px 0;
  text-align: center;
  background: #f2f4f7;
}

/* ------------------------------------------------------------
   CrisisReadyLab – For Organizations Page Styles
   Structure: Hero / What's Included / How It Works / Features /
              Pricing / FAQ / Final CTA
------------------------------------------------------------ */
/* ========== HERO SECTION ========== */
.organization-ban h1 {
  margin-bottom: 1.25rem;
  text-align: left !important;
}
.organization-ban p {
  max-width: 37.5rem;
  margin-bottom: 1.875rem;
}
.organization-ban h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  color: white;
  font-family: Montserrat;
}
.organization-ban .btn {
  background-color: var(--Dark-Blue-Navy, #234967);
  border: 0.0625rem solid rgba(255, 255, 255, 0.212);
}
.organization-ban .btn:hover {
  background-color: var(--Dark-Blue-Navy, #1b3a53);
}
.organization-ban .cta-group {
  display: flex;
  gap: 0.9375rem;
}
.organization-ban .trust-badges {
  margin-top: 2.5rem;
}
.organization-ban .trust-badges p {
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.organization-ban .trust-badges .logo-list {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.organization-ban .trust-badges .logo-list img {
  border-radius: 0.625rem;
}

/* ========== WHAT'S INCLUDED ========== */
.whats-included {
  background-color: #ffffff;
  padding: 5rem 0;
  /* HTML: <div class="ribbon">Your text content</div> */
}
.whats-included h2 {
  margin-bottom: 1.875rem;
  text-align: center;
}
.whats-included .ribbon {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
.whats-included .ribbon {
  --r: 0.8em;
  padding-right: calc(var(--r) + 0.75em);
  line-height: 1.8;
  clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
  -o-border-image: conic-gradient(#1b3a53 0 0) 0;
  border-image: conic-gradient(#1b3a53 0 0) fill 0;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.375rem;
}
.whats-included ul {
  list-style-type: none;
  padding: 0;
}
.whats-included ul li {
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.25rem;
  font-family: Montserrat;
}
.whats-included ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2995d3;
  font-size: 1.875rem;
  top: 0;
  line-height: 1.25rem;
}
.whats-included .included-training,
.whats-included .included-tools {
  padding: 1.5625rem 1.4375rem 1.25rem;
  box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 0.625rem;
}
.whats-included .included-training h4,
.whats-included .included-tools h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  font-family: Montserrat;
  margin-bottom: 1rem;
}
.whats-included .badge {
  display: inline-block;
  background-color: #e0f0ff;
  color: #0056b3;
  font-size: 0.9rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
}

/* ========== HOW IT WORKS ========== */
.how-it-works {
  background-color: #f2f6fa;
  padding: 5rem 0;
  text-align: center;
}
.how-it-works h2 {
  margin-bottom: 1.875rem;
}
.how-it-works .step {
  padding: 1.25rem;
  background-color: rgba(42, 150, 212, 0.0588235294);
  border-radius: 0.625rem;
  width: 100%;
  height: 18.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.how-it-works .step .step-number {
  background-color: #2a96d4;
  color: #fff;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.how-it-works .step h3 {
  font-size: 1.3rem;
  margin-bottom: 0.625rem;
  max-width: 15.625rem;
  line-height: 1.5rem;
}
.how-it-works .step p {
  font-size: 1rem;
  color: #555;
}

/* ========== FEATURE GRID ========== */
/* Feature Grid Styles */
.feature-section {
  padding: 5rem 0;
  background-color: #f1f6fa;
  /* Light, clean background */
}
.feature-section h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #1a3a5a;
  margin-bottom: 1.5625rem;
}
.feature-section .section-description {
  text-align: center;
  color: #777;
  font-size: 1.1rem;
  margin-bottom: 3.125rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns on desktop */
  gap: 1.875rem;
}

.feature-item {
  background: #ffffff;
  padding: 1.875rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 0.3125rem solid #0056b3;
  /* Primary color accent */
  /* Style for the extra item to fill the grid */
}
.feature-item:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.1);
}
.feature-item.feature-placeholder {
  opacity: 1;
  border-top: 0.3125rem solid #2a96d4;
}
.feature-item .icon-wrap {
  color: #0056b3;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9375rem;
  background: #e3f2fd;
  /* Light background for the icon */
  border-radius: 50%;
}
.feature-item .icon-wrap svg {
  width: 1.75rem;
  height: 1.75rem;
}
.feature-item h3 {
  font-size: 1.25rem;
  color: #1a3a5a;
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
.feature-item p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive Layout */
@media (max-width: 991px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on tablets */
  }
  /* Center the last odd element if it's the only one on the row */
  .feature-item:last-child:nth-child(odd) {
    grid-column: span 2;
    /* Span across both columns */
    max-width: 31.25rem;
    /* Limit its width */
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .feature-section {
    padding: 3.75rem 0;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    /* 1 column on mobile phones */
  }
  .feature-item {
    padding: 1.5625rem;
    max-width: none;
    /* Full width on mobile */
    grid-column: span 1 !important;
    /* Reset span */
    margin: 0;
    /* Reset margin */
  }
}
/* Pricing Section Styles */
.pricing {
  background-color: #f8f9fa;
  padding: 5rem 0;
  /* Initially hide the mobile cards structure on desktop */
  /* ===== Responsive for Mobile Devices (Card View) ===== */
}
.pricing .table-mobile {
  display: none;
}
.pricing h2 {
  text-align: center;
  font-size: 2rem;
  color: #222;
  margin-bottom: 1.875rem;
}
.pricing .section-intro {
  text-align: center;
  color: #555;
  font-size: 1rem;
  margin-bottom: 3.125rem;
}
.pricing .table-responsive {
  overflow-x: auto;
}
.pricing .table-desktop .btn {
  font-size: 0.9375rem;
}
.pricing .pricing-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.pricing .pricing-table th,
.pricing .pricing-table td {
  border: 0.0625rem solid #ddd;
  text-align: center;
  padding: 1rem;
  font-size: 0.95rem;
  font-family: Montserrat;
}
.pricing .pricing-table thead th {
  background-color: #f2f4f7;
  color: #000;
  font-weight: 600;
}
.pricing .pricing-table tbody th {
  background-color: #f1f3f5;
  font-weight: 600;
  text-align: left;
  color: #333;
  white-space: nowrap;
}
.pricing .pricing-table tbody td {
  color: #222;
}
.pricing .pricing-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.pricing .pricing-table .btn-table,
.pricing .pricing-table .btn-secondary {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.pricing .pricing-table .btn-table {
  background-color: #0056b3;
  color: #ffffff;
}
.pricing .pricing-table .btn-table:hover {
  background-color: #004494;
}
.pricing .pricing-table .btn-secondary {
  border: 0.125rem solid #0056b3;
  color: #0056b3;
}
.pricing .pricing-table .btn-secondary:hover {
  background-color: #0056b3;
  color: #ffffff;
}
@media (max-width: 767px) {
  .pricing {
    /* Hide the original table */
    /* Show the new card structure */
  }
  .pricing .table-desktop {
    display: none;
  }
  .pricing .table-mobile {
    display: block;
  }
  .pricing .pricing-cards {
    display: flex;
    flex-direction: column;
    /* Stack cards vertically */
    align-items: center;
    /* Center the cards */
    gap: 1.5625rem;
    /* Spacing between cards */
    padding: 0 0.9375rem;
  }
  .pricing .pricing-card {
    width: 100%;
    max-width: 21.875rem;
    /* Limit card width for better reading */
    border: 0.0625rem solid #e0e0e0;
    border-radius: 0.625rem;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .pricing .card-header {
    background-color: #2a96d4;
    color: #ffffff;
    padding: 1.25rem 0.9375rem;
  }
  .pricing .card-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .pricing .card-header .card-price {
    margin: 0.3125rem 0 0;
    font-size: 2.2rem;
    font-weight: 800;
  }
  .pricing .card-header .card-price span {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.8;
    margin-top: -0.3125rem;
  }
  .pricing .card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .pricing .card-features li {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    color: #333;
    border-bottom: 0.0625rem solid #f1f1f1;
    position: relative;
    font-family: Montserrat;
    /* Optional: Add a checkmark icon to features */
  }
  .pricing .card-features li::before {
    content: "✔";
    color: #28a745;
    font-weight: bold;
    margin-right: 0.5rem;
  }
  .pricing .card-features li:last-child {
    border-bottom: none;
  }
  .pricing .card-action {
    padding: 1.25rem;
    background-color: #f8f9fa;
    border-top: 0.0625rem solid #e0e0e0;
  }
  .pricing .card-action .btn-table,
  .pricing .card-action .btn-secondary {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 1.05rem;
    max-width: 15.625rem;
    /* Limit width */
    margin: 0 auto;
  }
}

/* ========== FAQ SECTION ========== */
/* FAQ Section Styles (Accordion) */
.faq-section {
  padding: 5rem 0;
  background-color: #ffffff;
  /* Clean white background */
}
.faq-section h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #1a3a5a;
  margin-bottom: 3.125rem;
}
.faq-section h2 span {
  color: #0056b3;
  /* Primary accent color */
}

.faq-accordion {
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05);
}

.accordion-item {
  border-bottom: 0.0625rem solid #e0e0e0;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5625rem;
  background-color: #f9f9f9;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* State when expanded */
}
.accordion-header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #1a3a5a;
  font-weight: 600;
}
.accordion-header .icon {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.3s ease;
  /* Horizontal line of the plus icon */
  /* Vertical line of the plus icon */
}
.accordion-header .icon::before, .accordion-header .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0056b3;
}
.accordion-header .icon::before {
  width: 100%;
  height: 0.125rem;
}
.accordion-header .icon::after {
  width: 0.125rem;
  height: 100%;
}
.accordion-header[aria-expanded=true] {
  background-color: #2a96d4;
  /* Light blue background when open */
}
.accordion-header[aria-expanded=true] h3 {
  color: white;
}
.accordion-header[aria-expanded=true] .icon {
  transform: rotate(45deg);
  /* Rotates the plus sign into an X/minus */
}
.accordion-header[aria-expanded=true] .icon:before, .accordion-header[aria-expanded=true] .icon:after {
  background-color: white;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #ffffff;
}
.accordion-content p {
  padding: 1.5625rem 1.25rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .accordion-header {
    padding: 0.9375rem 1.25rem;
  }
  .accordion-header h3 {
    font-size: 1rem;
  }
  .accordion-content p {
    font-size: 0.95rem;
  }
}
/* ========== FINAL CTA SECTION ========== */
.final-cta {
  background-color: #e0f0ff;
  padding: 5rem 0;
  text-align: center;
}
.final-cta h2 {
  font-size: 2rem;
  margin-bottom: 1.875rem;
}
.final-cta .cta-group {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
}
.final-cta .cta-group a:not(.btn) {
  text-decoration: none;
  padding: 0.75rem 1.75rem;
  border-radius: 0.375rem;
  font-weight: 600;
}

.license_sec {
  padding: 5rem 0;
  margin: 0;
  background-color: #fbfbfb;
}
.license_sec h2 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2rem;
}
.license_sec .text_dvs {
  max-width: 972px;
  margin: 0 auto 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.license_sec .text_dvs .txt {
  width: 48.6%;
  padding: 1.5625rem 1.4375rem 1.25rem;
  box-shadow: 0 0 1.15rem 0.025rem rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 0.625rem;
}
.license_sec .text_dvs .txt p {
  margin-bottom: 0;
}
.license_sec ul {
  background-color: #f1f6fa;
  padding: 2.5rem 1.5rem;
  border-radius: 10px;
  max-width: 972px;
  margin: 0 auto;
}
.license_sec ul li {
  position: relative;
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.license_sec ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2995d3;
  font-size: 2.075rem;
  line-height: 1.25rem;
}
.license_sec ul li .icon {
  color: #444;
}
.license_sec ul li:last-child {
  margin-bottom: 0;
}
.license_sec .toolTip {
  position: relative;
}
.license_sec .toolTip .tooltipText {
  visibility: hidden;
  width: 300px;
  background-color: #f1f6fa;
  color: #000000;
  border-radius: 6px;
  padding: 1rem;
  position: absolute;
  bottom: 18px;
  left: 72%;
  transition: all 0.4s ease-in;
  opacity: 0;
  border-radius: 10px;
  z-index: 2;
  font-weight: 400;
}
.license_sec .toolTip .tooltipText::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -22px;
  width: 22px;
  height: 22px;
  rotate: -90deg;
  border-right: solid 14px rgb(241, 246, 250);
  border-bottom: solid 17px transparent;
  border-top: solid 21px transparent;
}
.license_sec .toolTip:hover .tooltipText {
  opacity: 1;
  visibility: visible;
}
.license_sec .text_dv p {
  text-align: center;
}
.license_sec .btn {
  margin: 2rem auto 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-form .card {
  background-color: rgba(27, 58, 83, 0.0784313725);
  border-radius: 40px;
  box-shadow: none !important;
  border: none;
}
.wpcf7-form .card h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 0.71rem 1.25rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background-color: #fff;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1.25rem;
}
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  padding-left: 1.25rem;
}
.wpcf7-form .wpcf7-checkbox label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

.blg_Sec2:has(.wpcf7-form) {
  padding-bottom: 0;
}

.cs-cart-table {
  width: 100%;
  border-collapse: collapse;
}
.cs-cart-table thead tr {
  border-bottom: 1px solid #e5e5e5;
}
.cs-cart-table thead tr th {
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  padding-bottom: 10px;
  border: none !important;
  width: 15%;
}
.cs-cart-table thead tr th:nth-child(2) {
  width: 70%;
}
.cs-cart-table thead tr th.product-subtotal {
  text-align: right;
}
.cs-cart-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.cs-cart-table tbody tr td {
  vertical-align: top;
  padding: 20px 0;
  border: none !important;
}
.cs-cart-table tbody tr td:nth-child(3) {
  text-align: right;
  font-weight: 600;
  color: #111;
}
.cs-cart-table tbody tr td.item-image img {
  width: 70px !important;
  height: auto !important;
  border-radius: 8px !important;
}
.cs-cart-table tbody tr td.item-des {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.cs-cart-table tbody tr td.item-des .cs-components-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.cs-cart-table tbody tr td.item-des span {
  font-weight: 500;
  color: #222;
}
.cs-cart-table tbody tr td.item-des .cs-item-quantity-wrap input {
  border: 1px solid #b2afaf;
  padding: 4px 0;
  border-radius: 5px;
  font-weight: 500;
}
.cs-cart-table tbody tr td.item-des .cs-item-quantity-wrap a.remove {
  padding: 0;
  background-color: transparent;
  border-radius: 5px;
  margin-top: 14px;
  color: white !important;
  height: unset;
  width: unset;
  color: var(--wc-red) !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
}
.cs-cart-table tbody tr td.product-info .product-flex {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-image {
  flex: 0 0 70px;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-image img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details {
  flex: 1;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .product-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .product-price {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .product-qty-wrap .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .product-qty-wrap .quantity .qty-btn {
  background: #f9f9f9;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .product-qty-wrap .quantity .qty-btn:hover {
  background: #eee;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .product-qty-wrap .quantity .qty-btn.minus {
  border-right: 1px solid #ccc;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .product-qty-wrap .quantity .qty-btn.plus {
  border-left: 1px solid #ccc;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .product-qty-wrap .quantity input {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 14px;
  outline: none;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .remove-item {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #888;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}
.cs-cart-table tbody tr td.product-info .product-flex .product-details .remove-item:hover {
  color: #000;
}
.cs-cart-table tbody tr td.product-total {
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  color: #111;
}
.cs-cart-table tbody tr td.actions button[type=submit] {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  background: #0a2540;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  border: none;
  border-radius: 1.875rem;
  padding: 0.875rem 1.5625rem !important;
  font-size: 0.9375rem;
}
.cs-cart-table tbody .bundle-items li {
  position: relative;
  font-size: 0.9rem;
  padding-left: 1.125rem;
  margin-bottom: 0.625rem;
}
.cs-cart-table tbody .bundle-items li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.125rem;
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
}

.coupon {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  margin-left: auto;
  max-width: 380px;
}
.coupon label {
  display: none;
}
.coupon input#coupon_code {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
}
.coupon input#coupon_code::-moz-placeholder {
  color: #444;
}
.coupon input#coupon_code::placeholder {
  color: #444;
}
.coupon input#coupon_code:focus {
  border-color: #111;
  outline: none;
}
.coupon button.button {
  display: inline-flex;
  background: #0a2540;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border: none;
  border-radius: 9999px;
  padding: 0.875rem 1.6875rem;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background 0.2s;
  min-width: 162px;
}

.cart-collaterals {
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  color: #111;
}
.cart-collaterals .cart_totals {
  background: #fff;
  width: 100% !important;
}
.cart-collaterals .cart_totals h2 {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
  text-align: left;
  line-height: 23px;
  padding-top: 20px;
}
.cart-collaterals .cart_totals table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: #fafafa;
  border-radius: 10px;
  padding: 0 16px;
  margin: 18px 0;
}
.cart-collaterals .cart_totals table.shop_table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eaeaea;
}
.cart-collaterals .cart_totals table.shop_table tbody tr:last-child {
  border-bottom: none;
}
.cart-collaterals .cart_totals table.shop_table tbody tr th {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  border: none;
}
.cart-collaterals .cart_totals table.shop_table tbody tr td {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111;
  border: none;
}
.cart-collaterals .cart_totals #wc-stripe-express-checkout-element {
  margin-top: 16px;
}
.cart-collaterals .cart_totals #wc-stripe-express-checkout-element iframe {
  border-radius: 6px !important;
  overflow: hidden;
}
.cart-collaterals .cart_totals #wc-stripe-express-checkout-element + .wc-proceed-to-checkout {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.cart-collaterals .cart_totals #wc-stripe-express-checkout-element + .wc-proceed-to-checkout::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.cart-collaterals .cart_totals #wc-stripe-express-checkout-element + .wc-proceed-to-checkout::after {
  content: "OR";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  width: 100%;
  background: #0a2540;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border: none;
  border-radius: 9999px;
  padding: 14px 0;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background 0.2s;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #173a60;
}

#customer_details {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #222;
  line-height: 1.5;
  /* Billing Fields */
  /* Account (Password Field) */
  /* Order Review Section */
  /* Responsive */
}
#customer_details h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}
#customer_details .col-1,
#customer_details .col-2 {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
#customer_details .col-1 {
  flex: 1 1 60%;
  min-width: 320px;
}
#customer_details .col-2 {
  flex: 1 1 35%;
  min-width: 280px;
  align-self: flex-start;
}
#customer_details .woocommerce-billing-fields .select2-container .select2-selection--single {
  height: 42px;
}
#customer_details .woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
}
#customer_details .woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 6px;
}
#customer_details .woocommerce-billing-fields__field-wrapper p.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  text-align: left;
  max-width: unset;
}
#customer_details .woocommerce-billing-fields__field-wrapper p.form-row.form-row-first, #customer_details .woocommerce-billing-fields__field-wrapper p.form-row.form-row-last {
  width: calc(50% - 2px);
}
#customer_details .woocommerce-billing-fields__field-wrapper p.form-row label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.35rem;
  text-align: left;
}
#customer_details .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper {
  width: 100%;
}
#customer_details .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper input,
#customer_details .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#customer_details .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper input:focus,
#customer_details .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper select:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
  outline: none;
}
#customer_details .woocommerce-account-fields .create-account p.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  align-items: flex-start;
}
#customer_details .woocommerce-account-fields .create-account p.form-row label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.35rem;
}
#customer_details .woocommerce-account-fields .create-account p.form-row .woocommerce-input-wrapper {
  position: relative;
  width: 100%;
}
#customer_details .woocommerce-account-fields .create-account p.form-row .woocommerce-input-wrapper input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#customer_details .woocommerce-account-fields .create-account p.form-row .woocommerce-input-wrapper input:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
  outline: none;
}
#customer_details .woocommerce-account-fields .create-account p.form-row .woocommerce-input-wrapper input[type=password] {
  width: 100%;
}
#customer_details .woocommerce-account-fields .create-account p.form-row .woocommerce-input-wrapper .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
}
#customer_details .woocommerce-account-fields .create-account p.form-row .woocommerce-input-wrapper .show-password-input:hover {
  opacity: 1;
}
#customer_details #order_review table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
#customer_details #order_review table.shop_table th,
#customer_details #order_review table.shop_table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}
#customer_details #order_review table.shop_table .bundle-items li {
  position: relative;
  font-size: 0.9rem;
  padding-left: 1.125rem;
  margin-bottom: 0.625rem;
}
#customer_details #order_review table.shop_table .bundle-items li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.125rem;
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
}
#customer_details #order_review table.shop_table th {
  text-align: left;
  color: #333;
  font-weight: 600;
}
#customer_details #order_review table.shop_table tfoot th {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #444;
}
#customer_details #order_review table.shop_table tfoot td strong {
  color: #111;
}
#customer_details #order_review #payment {
  margin-top: 1.5rem;
}
#customer_details #order_review #payment ul.wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px;
}
#customer_details #order_review #payment ul.wc_payment_methods li.wc_payment_method {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 12px;
  transition: all 0.2s;
  display: flex;
  flex-wrap: wrap;
}
#customer_details #order_review #payment ul.wc_payment_methods li.wc_payment_method:hover {
  border-color: #0073aa;
  background: #f9fbfd;
}
#customer_details #order_review #payment ul.wc_payment_methods li.wc_payment_method label {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
#customer_details #order_review #payment ul.wc_payment_methods li.wc_payment_method .payment_box {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}
#customer_details #order_review #payment .place-order {
  margin-top: 1.5rem;
  text-align: right;
}
#customer_details #order_review #payment .place-order .button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
#customer_details #order_review #payment .place-order .button:hover {
  background: #005f8a;
}
#customer_details #order_review #payment .place-order .woocommerce-privacy-policy-text {
  text-align: left;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.8rem;
}
#customer_details #order_review #payment .place-order .woocommerce-privacy-policy-text p {
  text-align: left;
}
#customer_details #order_review #payment .place-order .woocommerce-privacy-policy-text a {
  color: #0073aa;
  text-decoration: underline;
}
#customer_details #order_review #payment .place-order .woocommerce-privacy-policy-text a:hover {
  color: #005f8a;
}
@media (max-width: 767px) {
  #customer_details {
    flex-direction: column;
  }
  #customer_details .col-1,
  #customer_details .col-2 {
    width: 100%;
  }
}

.col2-set::after,
.col2-set::before,
.col2-set::after,
.col2-set::before {
  display: none !important;
}

.woocommerce .checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: #f9fafb;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}
.woocommerce .checkout_coupon .form-row {
  margin: 0;
}
.woocommerce .checkout_coupon .form-row.form-row-first {
  flex: 1;
}
.woocommerce .checkout_coupon .form-row.form-row-last {
  flex-shrink: 0;
  width: auto;
}
.woocommerce .checkout_coupon input.input-text {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.woocommerce .checkout_coupon input.input-text:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
  outline: none;
}
.woocommerce .checkout_coupon input.input-text::-moz-placeholder {
  color: #999;
}
.woocommerce .checkout_coupon input.input-text::placeholder {
  color: #999;
}
.woocommerce .checkout_coupon .button {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53);
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.woocommerce .checkout_coupon .button:hover {
  background: var(--Dark-Blue-Navy, #1b3a53);
}
.woocommerce .checkout_coupon .button:active {
  transform: scale(0.97);
}
.woocommerce .checkout_coupon .clear {
  display: none;
}
@media (max-width: 600px) {
  .woocommerce .checkout_coupon {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .woocommerce .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .checkout_coupon .button {
    width: 100%;
  }
}

.privacy-policy .blg_Sec h3 {
  margin-bottom: 1rem;
}
.privacy-policy .blg_Sec p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.privacy-policy .blg_Sec p a {
  color: #205098;
}
.privacy-policy .blg_Sec ul,
.privacy-policy .blg_Sec ol {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.privacy-policy .blg_Sec ul li,
.privacy-policy .blg_Sec ol li {
  font-size: 1.2rem;
}
.privacy-policy .blg_Sec ul li:last-child,
.privacy-policy .blg_Sec ol li:last-child {
  margin-bottom: 0;
}
.privacy-policy .blg_Sec ul {
  list-style-type: disc;
  padding: 1.75rem 1.4rem;
  background: linear-gradient(280deg, #E4F2FF 12.18%, #F8F8F8 99.44%);
  padding-left: 2.2rem;
}
.privacy-policy .blg_Sec ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
}
.privacy-policy .blg_Sec ul li::marker {
  color: #205098;
}
.privacy-policy .blg_Sec ol {
  list-style-type: decimal;
  padding: 1.75rem 1.2rem;
  background: linear-gradient(280deg, #E4F2FF 12.18%, #F8F8F8 99.44%);
  padding-left: 2rem;
}
.privacy-policy .blg_Sec ol li {
  list-style-type: decimal;
  margin-bottom: 1rem;
}
.privacy-policy .blg_Sec ol li::marker {
  color: #205098;
}

.select2-container--default .select2-search__field {
  width: 100% !important;
  padding: 7px !important;
}
.select2-container--default .select2-dropdown--below {
  top: 4px;
  border: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9 !important;
  padding: 10px 5px;
}

.page-template-page-whatwedo-php .splide__track {
  padding: 0.5rem 1.5rem 1.5rem !important;
}

.toollibrary .product__purchase .btn {
  border: 1px solid #fff !important;
}

.privacy_page h3 {
  margin-bottom: 1rem;
}
.privacy_page h2 {
  margin-bottom: 1.2rem;
}
.privacy_page p {
  margin-bottom: 1rem;
}
.privacy_page ul {
  margin-bottom: 1rem;
}
.privacy_page ul li {
  color: #333;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.privacy_page ul li:last-child {
  margin-bottom: 0;
}

section.blg_Sec.default-padding .woocommerce-MyAccount-content .ldgr-search-groups i.ldgr-icon-Search {
  top: calc(50% - 8px);
  font-size: 18px;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .ldgr-search-groups input:not([type=submit]) {
  padding-left: 3.5rem;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .ldgr-group-items.list .ldgr-group-item.ldgr-per-page span.gr-edit {
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .ldgr-group-items.list .ldgr-group-item.ldgr-per-page .ldgr-main-group-content {
  padding-right: 120px;
  display: grid;
  grid-template-columns: 14% 47% 31%;
  gap: 30px;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .ldgr-group-items.list .ldgr-group-item.ldgr-per-page .ldgr-main-group-content span.gr-icon {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .ldgr-group-items.list .ldgr-group-item.ldgr-per-page h2.gr-title {
  margin: 0;
  line-height: 25px !important;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .ldgr-group-items.list .ldgr-group-item.ldgr-per-page .gr-left {
  margin: 0;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .entry-content .ldgr-group-single .ldgr-top-banner {
  gap: 20px;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .entry-content .ldgr-group-single .ldgr-top-banner .ldgrs-left .ldgr-gr-title-info h1 {
  line-height: 40px;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .entry-content .ldgr-group-single .ldgr-top-banner .ldgr-right-button-container button.ldgr-btn {
  white-space: nowrap;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .entry-content .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .entry-content .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items a .ldgr-group-courses-item {
  margin: 0;
  max-width: 100%;
  display: flex;
  gap: 20px;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .entry-content .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items a .ldgr-group-courses-item img {
  max-width: 160px;
  width: 100% !important;
  height: 80px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .entry-content .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items a .ldgr-group-courses-item span {
  margin: 0;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .wdm-tabs-inner-links ul.tabs {
  position: relative;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .wdm-tabs-inner-links ul.tabs span.enroll-new-user.ldgr-btn.ldgr-bg-color.ldgr-desktop {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53) !important;
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper div#tab-4 .ldgr-sub-groups-content span.ldgr-btn.cnsg-btn {
  border-radius: 1.875rem;
  background: transparent !important;
  padding: 0.838rem 1.88rem;
  color: #1b3a53;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1b3a53;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper div#tab-2 input[type=button] {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53) !important;
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  width: 50%;
  margin: 0 !important;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper div#tab-1 div#wdm_group_wrapper input#bulk_remove {
  width: 30%;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper div#tab-1 div#wdm_group_filter input[type=search] {
  width: 100% !important;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .ldgr-create-new-sg .ldgr-field span.select2.select2-container.select2-container--default span.selection span.select2-selection.select2-selection--multiple ul.select2-selection__rendered li input[type=search] {
  height: 46px;
  padding: 0.71rem 1.25rem !important;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
  background: #fff;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .ldgr-eg-actions span.ldgr-btn.ldgr-bg-color.solid.create-sub-group-submit {
  border-radius: 1.875rem;
  background: var(--Dark-Blue-Navy, #1b3a53) !important;
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .ldgr-eg-actions span.ldgr-btn.create-sg-cancel {
  border-radius: 1.875rem;
  background: transparent !important;
  padding: 0.838rem 1.88rem;
  color: #1b3a53;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1b3a53;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .ldgr-create-new-sg .ldgr-search-list-wrap, section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .ldgr-edit-sg .ldgr-search-list-wrap, section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .ldgr-group-code-setting .ldgr-search-list-wrap, section.blg_Sec.default-padding .woocommerce-MyAccount-content .wdm-tabs-wrapper .ldgr-cabgc .ldgr-search-list-wrap {
  max-width: 100%;
}
section.blg_Sec.default-padding .woocommerce-MyAccount-content .ldgr-group-code-content .ldgr-group-code-items .ldgr-cngc-btn {
  position: relative;
  border-radius: 1.875rem;
  background: transparent !important;
  padding: 0.838rem 1.88rem;
  color: #1b3a53;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1b3a53;
}

span#ldgr-add-users-submit {
  position: relative;
  border-radius: 1.875rem;
  background: #1b3a53 !important;
  padding: 0.838rem 1.88rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1b3a53;
}

span.ldgr-btn.add-usr-cancel {
  position: relative;
  border-radius: 1.875rem;
  background: transparent !important;
  padding: 0.838rem 1.88rem;
  color: #1b3a53;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1b3a53;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #1b3a53 !important;
}/*# sourceMappingURL=style.css.map */