@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

/*  
font-family: "Nunito", sans-serif !important; 
font-family: "Nunito Sans", sans-serif !important;
*/

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

body {
  font-size: 20px;
  line-height: normal;
  color: #000;
  font-family: "Nunito", sans-serif !important;
}

a {
  outline: none;
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  font-size: 13px;
  color: #000;
  vertical-align: middle;
  outline: none;
  resize: none;
}

select {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select_arrow.png) no-repeat right 5px center;
}

select::-ms-expand {
  display: none;
}

input[type="button"],
input[type="submit"],
button {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.transition {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.tac {
  text-align: center;
}

.vAlign {
  vertical-align: middle;
}

.mainCon {
  width: 100%;
  position: relative;
  /* min-height: 100vh; */
}

.contWrp {
  max-width: 1440px;
  margin: auto;
  /* padding: 0 15px; */
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flexBox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.itemCenter {
  -webkit-align-items: center;
  align-items: center;
}

.just_sb {
  justify-content: space-between;
}

.pr {
  position: relative;
}

.navOuter {}

/* .contWrp {
  height: 24px;
  position: relative;
  margin: auto;                                 
  max-width: 1440px;
} */
.brain_nav .navbar-brand {
  margin: 0;
}

.brain_nav {
  display: flex !important;
  justify-content: center !important;
  max-width: 1200px;
  border-radius: 24px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #000000;
  position: absolute !important;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  top: 40px !important;
  transform: translateX(-50%);
  height: 88px;
  transition: all 0.2s ease;
  padding: 24px;
}

.brain_nav.sticky {
  position: fixed !important;
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  top: 0 !important;
}

.brain_nav ul.navbar-nav {
  margin: 0;
  padding: 0;
}

.brain_nav .navbar-collapse {
  justify-content: center;
}

.lgBtn {
  width: 119px;
  height: 40px;
  line-height: 1.2;
  text-transform: capitalize;
  border-radius: 90px;
  background: #ffffff;
  border: 2px solid #ff693b;
  font-size: 15px;
  font-weight: bold;
  color: #ff693b;
  transition: all 0.5s ease-in;
  padding: 0;
}

.lgBtn:hover {
  color: #fff;
  background: #ff693b;
}

.brain_nav ul.navbar-nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: capitalize;
  transition: all 0.5s ease-in;
  font-family: "Nunito Sans", sans-serif !important;
}

.brain_nav ul.navbar-nav li a:hover {
  color: #ff693b;
  /* text-decoration: underline; */
}

.brain_nav ul.navbar-nav li:not(:last-child) {
  margin-right: 60px;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 868px;
}

.modCont {
  max-width: 1270px;
  position: relative;
}

.ftrUpper {
  background: url(../../../../../../wp-content/themes/brain-spark-caribbean/assets/image/footer_vector.svg) no-repeat center;
  background-size: cover;
  height: 620px;
  position: relative;
}

.ftrU_inner {
  padding-top: 186px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ftrU_inner p {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0;
}

.ftrLw_inner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
}

.ftrLw_inner a {
  display: inline-block;
}

.ftrLw_inner a:not(:last-child) {
  margin-right: 40px;
}

.row_pad {
  padding: 50px 0;
}

.ftrLower {
  padding-top: 72px;
}

.Flfs p {
  max-width: 240px;
  font-size: 16px;
  font-weight: 500;
  padding: 27px 0 0;
  color: #fff;
  margin: 0;
}

.Fcent {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.Fcent ul li:first-child {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #fff;
}

.Fcent ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #fff;
}

.Fcent ul li a:hover {
  text-decoration: underline;
}

.Fcent ul li:last-child a {
  margin-bottom: 0;
}

.Fcent ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 47px;
}

.Fcent ul:last-child {
  margin-right: 0;
}

.ftlWrp {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1075px;
  margin: 0 auto;
}

.Frhs {
  position: relative;
}

.Frhs select {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: transparent;
  border: none;
  padding-right: 20px;
  background: url(../../../../../../wp-content/themes/brain-spark-caribbean/assets/image/dropdown_arrow.svg) no-repeat center;
  background-position: 100% center;
  padding: 0 16px 0 10px;
}

.Frhs select option {
  color: black;
}

.home_bannInner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.contCentbxOuter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 860px;
  position: relative;
}

.contCentbx {
  position: relative;
  padding: 40px 60px;
  border-radius: 40px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #000000;
  width: 830px;
  text-align: center;
  overflow: hidden;
}

.contCentbx h3,
.formRight h3 {
  max-width: 710px;
  font-size: 64px;
  font-weight: 800;
  line-height: 67px;
  text-align: center;
  letter-spacing: 0em;
  color: #231f20;
  margin: 0 auto;
}

.contCentbx p {
  max-width: 506px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #808285;
  margin: 31px auto;
  font-family: "Nunito Sans", sans-serif !important;
}

.btnWrpBann {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.contCentbx .strJrnBtn {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 90px;
  opacity: 1;
  background: #ff693b;
  border: 2px solid #000000;
  text-transform: capitalize;
  text-align: center;
  box-shadow: none;
  outline: none;
  transition: all 0.5s ease;
  cursor: pointer;
}

.contCentbx .strJrnBtn:hover {
  color: #ff693b;
  background: #fff;
}

.pgCentHd {
  font-size: 48px;
  font-weight: 800;
  line-height: 67px;
  text-align: center;
  color: #231f20;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.thCards p {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #808285;
  max-width: 506px;
  margin: 0 auto;
}

.homePageCont {
  max-width: 1370px;
  /* max-width: 1230px; */
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  position: relative;
}

.cardsWrp {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 80px;
}

.cardsWrp>div {
  width: 30%;
  padding: 40px;
  border-radius: 40px;
  background: #ffffff;
  border: 2px solid #000000;
}

.cardsWrp>div:nth-child(2n) {
  margin: 0 40px;
}

.cardsWrp>div .imgW {
  margin-bottom: 48px;
}

.cardsWrp>div .cTtl {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.cardsWrp>div .txt {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #808285;
  margin-bottom: 0;
}

.contCentbx .plant {
  position: absolute;
  right: -26px;
  bottom: -26px;
}

.contCentbxOuter .umbrella {
  position: absolute;
  left: -30px;
  top: 62.5%;
  transform: translateY(-50%);
}

.coral {
  background: url(../../../../../../wp-content/themes/brain-spark-caribbean/assets/image/coral_bg.svg) no-repeat center;
  background-size: cover;
  height: 955px;
  padding-top: 158px;
}

.whtBoxLeft {
  border-radius: 40px;
  background: #ffffff;
  border: 2px solid #000000;
  padding: 40px;
  max-width: 640px;
  margin-bottom: 14px;
}

.smTtl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: normal;
  color: #ff693b;
  font-family: "Nunito Sans", sans-serif !important;
}

.treeRw {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 24px;
}

.treeRw p {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  color: #0085d4;
  font-family: "Nunito", sans-serif !important;
  padding-left: 30px;
  margin-bottom: 0;
}

.whtBoxLeft .txt {
  font-size: 18px;
  font-weight: 500;
  color: #808285;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif !important;
}

.lesstabsWrp .nav.nav-pills {
  margin: 0 auto;
  justify-content: center;
}

.lesstabsWrp a.nav-link {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #0085d4;
  padding: 14px 24px;
  border-radius: 90px;
  background: #d4f3ff;
  min-width: 160px;
  text-align: center;
  border: 2px solid transparent;
}

.lesstabsWrp a.nav-link.active,
.lesstabsWrp a.nav-link:hover {
  background-color: #fff;
  border: 2px solid #0085d4;
  color: #0085d4;
}

.lesstabsWrp .nav-item:not(last-child) a.nav-link {
  margin-right: 24px;
}

.lesstabsWrp .nav-item:last-child a.nav-link {
  margin-right: 0;
}

.lessCWrp {
  margin: 64px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  height: 375px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}

.expand .lessCWrp {
  height: 100%;
}

.lCrd_outer {
  /* padding: 6px 12px; */
  position: relative;
  width: 23.6%;
  margin-right: 1.5%;
  cursor: pointer;
  margin-bottom: 25px;
}

.lCrd_outer:nth-child(4n) {
  margin-right: 0;
}

.crdValue {
  position: absolute;
  top: 6px;
  left: 12px;
  text-align: left;
}

.crdValue p {
  font-family: "Nunito", sans-serif !important;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  color: #414042;
  margin-bottom: 0px;
}

.crdtxthv {
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 2px solid #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 91.6%;
  height: 89.6%;
  display: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.lCrd_outer:hover .crdtxthv {
  display: block;
}

.crdtxthv p.ttl {
  font-family: "Nunito", sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  margin: 0;
  text-transform: capitalize;
  text-align: left;
}

.crdtxthv p.txt {
  font-family: "Nunito", sans-serif !important;
  font-size: 12px;
  color: #231f20;
  margin: 8px 0;
  text-align: left;
}

.crdtxthv p.price {
  font-family: "Nunito", sans-serif !important;
  font-size: 20px;
  font-weight: 800;
  color: #0085d4;
  margin: 0;
  text-align: left;
}

.crdtxthv .lmBtn {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 13px 40px;
  border-radius: 90px;
  margin-top: 16px;
  background: #ff693b;
  border: 2px solid #000000;
  font-family: "Nunito", sans-serif !important;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  outline: none;
  transition: all 0.5s ease-in;
  width: calc(100% - 48px);
  position: absolute;
  bottom: 24px;
}

.crdtxthv .lmBtn:hover {
  color: #ff693b;
  background: #fff;
}

.orgBtn {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 14px 40px;
  border-radius: 90px;
  background: #ff693b;
  border: 2px solid #000000;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  text-align: center;
  display: inline-block;
  outline: none;
}

.orgBtn:hover {
  color: #ff693b;
  background: #fff;
}

.ctBtnW {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.joinBoxWrp {
  max-width: 1140px;
  height: 365px;
  border-radius: 16px;
  background: linear-gradient(180deg, #389ed9 0%, #1e34a2 100%);
  border: 2px solid #000000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.joinBoxWrp .contBox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.joinBoxWrp .contBox h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 67px;
  text-align: center;
  letter-spacing: 0em;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif !important;
  margin: 0;
}

.joinBoxWrp .contBox p {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #ffffff;
  max-width: 506px;
  margin: 30px auto;
  font-family: "Nunito Sans", sans-serif !important;
}

.joinBoxWrp .contBox .orgBtn {
  text-transform: capitalize;
}

.funImg {
  position: absolute;
}

.fi1 {
  left: -23px;
  top: -80px;
  z-index: 2;
}

.fi2 {
  left: 95px;
  left: 8.4%;
  z-index: 1;
  bottom: 40px;
}

.fi3 {
  right: 0;
  top: -40%;
  z-index: 1;
}

.fi4 {
  right: 37px;
  z-index: 2;
  bottom: 40px;
}

.testM {
  background: #0085d4;
}

/* slider css */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider .slide {
  padding: 40px;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #000000;
  height: 261px;
}

.slick-slide {
  margin: 0px 20px;
}

/* slider css ends */
.testiHdW {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.testiHd {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  font-family: "Nunito", sans-serif !important;
  margin: 0;
}

.clientDate {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #939393;
  font-family: "Nunito", sans-serif !important;
}

.testiTxt {
  margin: 36px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  font-family: "Nunito", sans-serif !important;
  margin-bottom: 0;
}

.testiTxt p {
  margin: 36px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  font-family: "Nunito", sans-serif !important;
  margin-bottom: 0;
}

.silderWrp {
  padding-bottom: 130px;
  padding-top: 38px;
}

.silderWrp .checked {
  color: orange;
}

.silderWrp .slickArrow {
  position: absolute;
  background: transparent;
  bottom: -130px;
  transform: translateX(-50%);
  left: 50%;
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
}

.silderWrp .slickArrow:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

.silderWrp .slickArrow.slick-next.slick-arrow {
  left: calc(50% - -56px);
}

.silderWrp .slickArrow.slick-prev.slick-arrow {
  left: calc(50% - 56px);
}

.lcImgW img {
  width: 100%;
  height: 100%;
}

.lcImgW {
  width: 100%;
  height: 100%;
}

/***** course listing page css starts  ******/
.course_bannW .banner {
  height: 545px;
}

.course_bannW .bannInner {
  /* justify-content: flex-start; */
  width: 100%;
}

.course_bannW .bannInner .contCentbxOuter {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  padding-top: 78px;
}

.course_bannW .bannInner .contCentbxOuter .contCentbx {
  width: 700px;
  text-align: left;
}

.course_bannW .bannInner .contCentbxOuter .contCentbx h3,
.formRight h3,
.course_bannW .bannInner .contCentbxOuter .contCentbx p {
  text-align: left;
}

.course_bannW .bannInner .contCentbxOuter .contCentbx p {
  padding: 0;
  margin: 31px 0;
}

.course_bannW .btnWrpBann {
  justify-content: flex-start;
}

.coconut {
  position: absolute;
  bottom: 18px;
  left: 520px;
}

.srchLess {
  width: 100%;
  padding: 23px;
  position: absolute;
  border-radius: 16px;
  background: #ffffff;
  border: 2px solid #000000;
  left: 0;
  top: -224px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
}

.srchLess input.frmCtrl {
  width: 100%;
  height: 78px;
  padding: 22px;
  padding-left: 70px;
  border-radius: 16px;
  box-sizing: border-box;
  border: 1px solid #d1d3d4;
  font-family: "Nunito", sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  color: #d1d3d4;
  background: #fff url(../../../../../../wp-content/themes/brain-spark-caribbean/assets/image/search_icon.svg) no-repeat center;
  background-size: 24px;
  background-position: 22px center;
}

.crs_lesson {
  position: relative;
  padding-top: 185px;
}

.course_bannW .bannInner .contCentbxOuter .contCentbx p {
  padding: 0;
  margin: 22px 0;
}

/***** course listing page css ends  ******/

/* course det page */
.crseCont {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.crseCont .crseDesc {
  width: 66.6%;
}

.crseCont .crsePrice {
  width: 31.3%;
}

.crseCont .divBrd {
  padding: 40px;
  border-radius: 40px;
  background: #ffffff;
  border: 2px solid #000000;
  margin-bottom: 24px;
}

.lftHd {
  text-align: left;
}

.cdTxt {
  display: block;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #808285;
  font-family: "Nunito Sans", sans-serif !important;
  margin-bottom: 0;
  line-height: 1.4;
}

.cdTtl {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  font-family: "Nunito Sans", sans-serif !important;
  display: block;
}

.crsPoints {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.crsPoints>.crpBull {
  width: 48.3%;
  padding-top: 24px;
  padding-left: 40px;
  position: relative;
}

.crpBull .bull {
  position: absolute;
  top: 25px;
  left: 0;
}

.accordion-single {
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
}

.accordion-single-item.js-acc-item {
  border-top: 1px solid rgba(0, 0, 0, 00.3);
  padding: 48px 0;
}

.accordion-single-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 67px;
  cursor: pointer;
  position: relative;
  margin: 0;
  color: #231f20;
  font-family: "Nunito", sans-serif !important;
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transition: all 0.2s ease-in;
  transform: translateY(-50%);
  background: url(../../../../../../wp-content/themes/brain-spark-caribbean/assets/image/plus.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding: 20px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 150px;
}

.accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(45deg);
}

.contPoints {
  margin: 0;
  padding: 0;
}

.contPoints li {
  padding-left: 45px;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif !important;
  color: #000000;
  margin-bottom: 25px;
  position: relative;
}

.contPoints li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../../../../../../wp-content/themes/brain-spark-caribbean/assets/image/play_icon.svg) no-repeat center;
  background-size: 100%;
  height: 24px;
  width: 24px;
}

.contPoints li:last-child {
  margin-bottom: 0;
}

.crsePrice .btn {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  padding: 12px;
  border-radius: 90px;
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  font-family: "Nunito", sans-serif !important;
  transition: all 0.5s ease-in;
}

.orngBtn {
  background: #ff693b;
  border: 2px solid #000000;
  color: #fff;
}

.orngBtn:hover {
  background: #fff;
  color: #ff693b;
}

.whiteBtn {
  background: #fff;
  border: 2px solid #ff693b;
  color: #ff693b;
}

.whiteBtn:hover {
  background: #ff693b;
  color: #fff;
}

.crsePrice .btn.orngBtn {
  margin: 20px 0;
}

.crsePrice.divBrd {
  margin-bottom: 0;
}

.ftrOuter {
  padding-bottom: 0 !important;
}

.post,
.page {
  margin: 0 !important;
}

.ftrCloud {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pgCentHd.WhtHd {
  color: #fff;
}

/* coming soon page css starts */
.bannOut.comg_bann .banner {
  height: 100vh;
  background-attachment: fixed;
}

.bannOut.comg_bann .contCentbxOuter .umbrella {
  top: 59.7%;
}

.joinListModal .lgBtn {
  display: inline-block !important;
}

.comg_bann .contCentbx h3 {
  max-width: 630px;
  font-size: 54px;
  line-height: 58px;
}

.comg_bann .contCentbx {
  padding: 20px 40px;
  border-radius: 40px;
}

.comg_bann .contCentbx p {
  max-width: 466px;
  font-size: 17px;
  margin: 20px auto;
}

.comg_bann .contCentbx .strJrnBtn {
  font-size: 14px;
  padding: 12px 30px;
}

.wtListModal {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.iconSucc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.iconSucc~p {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #808285;
  margin: 0;
}

.iconSucc img {
  width: 50px;
  height: 50px;
}

.succModal .modal-footer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.succModal .orgBtn {
  font-size: 15px;
  padding: 7px 30px;
  border-radius: 90px;
}

.orgBtn[disabled="true"] {
  opacity: 0.8;
  background: #ff693b !important;
  color: #fff !important;
}

/* coming soon page css ends*/

/* .getTouchBanner {
  background-size: contain;
    background-position: left;
    margin-bottom: -130px;
} */
.getInWBann {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -148px;
}

.bammLeft {
  height: 1026px;
  width: 42.7%;
  /* border: 1px solid red; */
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.formRight {
  width: 57.3%;
  /* border: 1px solid green; */
  padding: 0 20px;
}

.formRight h3 {
  max-width: 100% !important;
  text-align: left;
  margin-bottom: 24px;
}

.formRight p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Nunito", sans-serif !important;
  color: #808285;
  margin: 0;
}

.get_formWrp .form-item {
  position: relative;
  margin-bottom: 16px;
}

.get_formWrp .form-item input,
.get_formWrp .form-item .frmCtrl {
  display: block;
  width: 100%;
  height: 78px;
  font-family: "Nunito", sans-serif !important;
  font-size: 18px;
  background: transparent;
  transition: all 0.3s ease;
  padding: 30px 24px 13px 70px;
  border-radius: 16px;
  border: 1px solid #d1d3d4;
  color: #d1d3d4;
  color: #231f20;
}

.get_formWrp .form-item textarea.frmCtrl {
  height: 145px;
  padding: 28px 24px 24px;
}

.get_formWrp .form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 50%;
  left: 70px;
  text-align: left;
  margin: 0;
  display: inline-block;
  font-weight: 400;
  font-family: "Nunito", sans-serif !important;
  font-size: 18px;
  background: #fff;
  padding: 0;
  color: #d1d3d4 !important;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  text-transform: capitalize;
}

.get_formWrp .form-item textarea.frmCtrl+label,
.get_formWrp .form-item textarea.frmCtrl+label {
  top: 24px;
  transform: none;
  left: 24px;
}

.get_formWrp .form-item input:focus+label,
.get_formWrp .form-item input:valid+label,
.get_formWrp .form-item textarea.frmCtrl:focus+label,
.get_formWrp .form-item textarea.frmCtrl:valid+label {
  font-size: 16px;
  top: 13px;
  transform: none;
}

.get_formWrp .form-item textarea.frmCtrl:focus+label,
.get_formWrp .form-item textarea.frmCtrl:valid+label {
  top: 13px;
}

.get_formWrp .form-item input:focus,
.get_formWrp .form-item textarea.frmCtrl:focus {
  border: 1px solid #ee9835;
}

.twnFld {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.twnFld div {
  width: 48.8%;
}

.frm_right_inner {
  max-width: 620px;
  margin: 0 auto;
  /* border: 1px solid yellow; */
}

.get_formWrp {
  padding-top: 64px;
}

.get_formWrp .btnW .orgBtn {
  width: 100%;
  font-size: 15px;
  padding: 12px 40px;
}

span.inpIc {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  margin: 0;
  padding: 0;
}

.inpIc img {
  vertical-align: middle;
  width: 100%;
  max-height: 100%;
}

.bucket,
.ball {
  position: absolute;
  left: 13px;
  bottom: 10px;
}

.ball {
  left: 570px;
  bottom: 33px;
}

.contTxtSec.thCards p:not(:last-child) {
  margin-bottom: 15px;
}

.abt2 .thCards p {
  max-width: 820px;
}

.jrnInnr {
  position: relative;
  width: 100%;
}

.jrnWrp {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding-top: 58px;
  position: relative;
  min-height: 500px;
}

.jrnInnr::before {
  content: "";
  position: absolute;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  border: 1px solid #fbb040;
  padding: 18px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.jrnInnr::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: #ff693b;
  top: 14px;
}

.jrnPiller {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  margin-top: 217px;
}

.jrnPiller::after {
  content: "";
  position: absolute;
  border: 1px dashed #fbb040;
  width: 0;
  height: 78%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.txtPillr .yr {
  font-size: 24px;
  font-weight: 800;
  color: #0085d4;
  margin: 0;
  font-family: "Nunito", sans-serif !important;
}

.txtPillr .title {
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0em;
  color: #fd6a44;
  margin-bottom: 24px;
  font-family: "Nunito", sans-serif !important;
}

.txtPillr .txt {
  font-size: 12px;
  color: #808285;
  margin: 0;
  font-family: "Nunito", sans-serif !important;
}

ul.jrnPiller li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid yellow; */
  position: relative;
  min-height: 402px;
  width: 100%;
}

.imgPillr {
  min-height: 150px;
  max-width: 452px;
  /* border: 1px solid red; */
  width: 100%;
  position: absolute;
  right: calc(50% + 85px);
  display: none;
}

.txtPillr {
  max-width: 302px;
  width: 100%;
  /* border: 1px solid green; */
  position: absolute;
  left: calc(50% + 85px);
}

ul.jrnPiller li:nth-child(even) .imgPillr {
  left: calc(50% + 85px);
  right: auto;
}

ul.jrnPiller li:nth-child(even) .txtPillr {
  left: auto;
  right: calc(50% + 85px);
  text-align: right;
}

ul.jrnPiller li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../../../../../wp-content/themes/brain-spark-caribbean/assets/image/story_star.svg) no-repeat center;
  width: 40px;
  height: 40px;
  background-size: cover;
  z-index: 2;
}

a.ftrLogo {
  display: inline-block;
}

.hideFsearch {
  display: none !important;
}

/* landing page css starts here */

.landing_bannInner .contCentbxOuter {
  max-width: 1194px;
  width: 100%;
}

.landing_bannInner .contCentbxOuter .contCentbx {
  width: 100%;
}

.landing_bannInner .contCentbx h3 {
  max-width: 1074px;
}

.landing_bannInner .contCentbx p {
  max-width: 694px;
}

.oldmapInner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.oldmapInner>div {}

.oldmapInner .contsec {
  max-width: 600px;
}

.oldmapInner .contsec h2 {
  font-size: 48px;
  width: 90%;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 16px;
  color: #231f20;
  font-family: "Nunito", sans-serif !important;
}

.oldmapInner .contsec p {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  color: #808285;
  font-family: "Nunito Sans", sans-serif !important;
}

.tcardWrp {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.tcardWrp>div p.txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #231f20;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif !important;
}

.tcardWrp>div .imgW {
  margin-bottom: 16px;
  text-align: center;
}

.tcardWrp>div {
  width: 23%;
  padding: 32px 24px;
  margin-right: 2%;
  margin-bottom: 30px;
  border-radius: 24px;
  min-height: 237px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #000000;
}

.tcardWrp>div:nth-child(4n) {
  margin-right: 0;
}

.imgCrdW {
  padding-top: 56px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.imgCrdW>div {
  width: 29.9%;
  margin-right: 5.1%;
}

.imgCrdW>div:nth-child(3n) {
  margin-right: 0;
}

.imgCInnr .imgS {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-sizing: border-box;
  border: 2px solid #000000;
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.imgCInnr .imgS img {
  max-height: 100%;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  object-fit: cover;
}

.contS {
  padding-top: 24px;
}

.contS h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 8px;
  font-family: "Nunito Sans", sans-serif !important;
  text-transform: capitalize;
}

.contS p {
  font-size: 16px;
  min-height: 88px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  color: #808285;
  font-family: "Nunito Sans", sans-serif !important;
  text-align: left;
}

.btnSecW .imgCBtn {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  padding: 14px;
  border-radius: 90px;
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  font-family: "Nunito", sans-serif !important;
  transition: all 0.5s ease-in;
}

.btnSecW .imgCBtn:last-child {
  margin-bottom: 0;
}

.bl_icon,
.slidWhite .wht_icon {
  display: none;
}

.slidWhite .bl_icon {
  display: inline-block;
}

.slidWhite {
  background: #fff;
}

.slidWhite .pgCentHd,
.vdSec .pgCentHd {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.formse {
  max-width: 600px;
  border-radius: 48px;
  border: 2px solid #000000;
  width: 100%;
  min-height: 200px;
  padding: 40px;
}

.chkCont {
  display: block;
  position: relative;
  padding-left: 44px;
  margin-bottom: 24px;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkCont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkCont .checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 32px;
  width: 32px;
  padding: 1px;
  background-color: #fff;
  border: 2px solid #1cadda;
  border-radius: 10px;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkCont input:checked~.checkmark,
.clsctform .wpcf7-form-control-wrap:has(.wpcf7-form-control input:checked)~.checkmark {
  background-color: #fff;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkCont .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkCont input:checked~.checkmark:after,
.clsctform .wpcf7-form-control-wrap:has(.wpcf7-form-control input:checked)~.checkmark:after {
  display: block;
  background: url(../../../../../../wp-content/themes/brain-spark-caribbean/assets/image/check.svg) no-repeat center;
  background-size: cover;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* Style the checkmark/indicator */
.chkCont .checkmark:after {
  background: #fff;
  background-size: cover;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.clsctform span.wpcf7-list-item-label {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.clsctform .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.frmgrp {
  margin-bottom: 24px;
}

.frmctrl {
  width: 100%;
  font-size: 18px;
  padding: 16px 24px;
  height: 57px;
  color: #d1d3d4;
  font-family: Nunito;
  font-size: 18px;
  border-radius: 16px;
  border: 1px solid #d1d3d4;
}

.chkContCus {
  display: block;
  position: relative;
  padding-left: 44px;
  margin-bottom: 24px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkContCus input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkContCus .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border: 2px solid #d1d3d4;
  border-radius: 10px;
}

/* On mouse-over, add a grey background color */
.chkContCus:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkContCus input:checked~.checkmark {
  background-color: #1cadda;
  border-color: #1cadda;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkContCus .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkContCus input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkContCus .checkmark:after {
  left: 10px;
  top: 5px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subBtn.orgBtn {
  width: 100%;
}

.vdSec {
  background: #fff0db;
}

.vdWrpOuter {
  padding-top: 40px;
}

.vdWrpInner {
  position: relative;
  min-height: 300px;
  /* border: 1px solid red; */
  max-width: 1096px;
  margin: auto;
}

.vdWrpInner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1587d1;
  top: 32px;
  left: -32px;
  border-radius: 40px;
  z-index: 1;
}

.videoBox {
  width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 4px;
  height: 100%;
}

.videoBox iframe.videoFile {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 40px;
}

section.vdSec.row_pad {
  padding-bottom: 80px;
}

.entry-header~.entry-content {
  margin: 0;
}

.wpem-event-single-image {
  height: 600px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}

/* new course detail page */
.cdTxt.cdTxtNew {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0em;
  color: #231f20;
  font-family: "Nunito", sans-serif !important;
}

.includeTTL {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin: 24px 0 0;
  color: #231f20;
  font-family: "Nunito", sans-serif !important;
}

.bckCrseBtn {
  margin-bottom: 24px;
  background: transparent;
  display: inline-block;
  display: flex;
  display: -webkit-flex;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  font-family: "Nunito Sans", sans-serif !important;
  color: #292d32;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  border: none !important;
}

.bckCrseBtn img {
  margin-right: 8px;
}

/* blog page css  */
.blgTtlHd {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
  font-family: "Nunito", sans-serif !important;
  color: #222222;
}

.f_post {
  padding: 18px;
  border-radius: 11px;
  margin-bottom: 20px;
  min-height: 100px;
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.f_postWrp .f_post .fImg {
  width: 347px;
  height: 252px;
  border-radius: 7px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: stretch;
  position: relative;
  overflow: hidden;
}

.f_postWrp .f_post .fDet {
  width: calc(100% - 347px);
  padding-left: 22px;
}

.f_postWrp .f_post .fImg img {
  width: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  object-fit: cover;
  border-radius: 7px;
}

.f_postWrp .f_post .fDet .ttl {
  font-family: "Nunito", sans-serif !important;
  font-size: 32px;
  margin-bottom: 22px;
  font-weight: bold;
  line-height: 30.73px;
  color: #231f20;
}

.f_postWrp .f_post .fDet .txt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  color: #808285;
  font-family: "Nunito Sans", sans-serif !important;
}

.rdMore {
  width: 110px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  cursor: pointer !important;
  border-radius: 83.8px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #0085d4;
  font-family: "Nunito", sans-serif !important;
  color: #0085d4;
  padding: 0px;
}

.rdMore:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 00.3);
}

.perDet {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-bottom: 14px;
}

.perDet .name {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.perDet .name .img {
  width: 23px;
  height: 23px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.perDet .name .nam {
  width: calc(100% - 23px);
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Nunito Sans", sans-serif !important;
  color: #a6a6a6;
  text-transform: capitalize;
  margin-bottom: 0;
}

.perDet .name .img img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}

.detpara {
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0;
  color: #a6a6a6;
  padding-left: 8px;
  font-family: "Nunito Sans", sans-serif !important;
}

.readTime,
.cal {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.perDet>div {
  margin-right: 14px;
  position: relative;
}

.perDet>div::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #999999;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}

.perDet>div:last-child {
  margin-right: 0;
}

.perDet>div:last-child::after {
  display: none;
}

.blgLeft {
  width: 60%;
  position: relative;
}

.f_postWrp {
  /* position: relative; */
}

/* .f_postWrp::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  border-radius: 2.79px;
  opacity: 1;
  background: #C4C4C4;
  top: 0;
  right: -5%;
} */
.blgCentLine {
  width: 1px;
  min-height: calc(100% - 90px);
  border-radius: 2.79px;
  opacity: 1;
  background: #c4c4c4;
  margin-top: 70px;
}

.blgRight {
  width: 30%;
}

.blogInnerCent {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lat_post .fImg {
  width: 120px;
  height: 107px;
  border-radius: 7px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: stretch;
  position: relative;
  overflow: hidden;
}

.lat_post .fDet {
  width: calc(100% - 120px);
  padding-left: 18px;
}

.lat_post .fImg img {
  width: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  object-fit: cover;
  border-radius: 7px;
}

.lat_post {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 14px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #000000;
  box-shadow: 0px 0px 9.31px 0px rgba(0, 0, 0, 0.15);
  padding: 9px;
  margin-bottom: 24px;
}

.lat_post .ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 20.49px;
  margin: 12px 0 17px;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
}

.lat_post .perDet {
  padding-bottom: 0;
}

.gdbPagi {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 15px;
  padding-top: 55px;
}

.gdbPagi .page-link {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.5s ease-in;
}

.gdbPagi .page-link:hover {
  background: #ff693b;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  font-weight: bold !important;
}

.gdbPagi .page-item:first-child .page-link,
.gdbPagi .page-item:last-child .page-link {
  font-size: 15px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0em;
  color: #ff693b;
  width: 140px;
  height: 40px;
  text-align: center;
  border-radius: 18.62px;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #ff693b;
  font-family: "Nunito", sans-serif !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background: #ff693b;
  border: 1px solid #000000;
  font-weight: bold;
}

a.lnbtn {
  text-align: center;
  color: #404040 !important;
}

a.crtbtn {
  color: #ffffff !important;
}

a.crtbtn:hover {
  color: #404040 !important;
}

/* Blog detail page css */

.blogListing.blogDetail .blgRight .blgTtlHd,
.latestPWrp .blgTtlHd,
.catWrp .blgTtlHd {
  font-size: 32px;
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 140%;
  color: #222222;
  text-transform: capitalize;
}

.blogListing.blogDetail .blgLeft .blgTtlHd {
  font-size: 48px;
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 50.1px;
  color: #222222;
}

.blogDetail .relatedPWrp .lat_post {
  flex-direction: column;
  padding: 0;
}

.blogDetail .relatedPWrp .lat_post .fImg {
  width: 100%;
  height: auto;
  border-radius: 14px 14px 0 0;
}

.blogDetail .relatedPWrp .lat_post .fImg img {
  border-radius: 14px 14px 0 0;
}

.blogDetail .relatedPWrp .lat_post .fDet {
  width: 100%;
  padding: 15px 0px 13px 16px;
}

.blogDetail .relatedPWrp .lat_post .ttl {
  margin: 10px 0;
}

.bgdWInner {
  position: relative;
  padding: 24px 0 35px;
}

.bgdWInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
}

.bgdWInner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
}

.dbl_nam {
  font-size: 32px;
  font-weight: bold;
  line-height: 26.06px;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
}

.bloggerDet {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-bottom: 28px;
}

.bloggerDet .img {
  width: 84px;
  height: 84px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.bloggerDet .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.bloggerDet .det_blg {
  padding-left: 36px;
}

.blogDetail .blgLeft .detpara {
  font-size: 16px;
}

.blogContentWrp {
  padding-top: 40px;
}

.blogContentWrp p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
  color: #555555;
  font-family: "Nunito Sans", sans-serif !important;
}

.blogContentWrp p:last-child {
  margin-bottom: 0;
}

.relatedPWrp {
  position: relative;
  padding-bottom: 37px;
}

.relatedPWrp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8c8c8c;
}

.latestPWrp {
  padding-top: 37px;
  position: relative;
  padding-bottom: 37px;
}

.latestPWrp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8c8c8c;
}

.catWrp {
  padding-top: 37px;
}

.catCont {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

.catCont li {
  width: 32%;
}

.catCont li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #222222;
  display: block;
  padding: 9px;
  border-radius: 37px;
  text-align: center;
  opacity: 1;
  background: #edf6fc;
  font-family: "Nunito Sans", sans-serif !important;
  transition: all 0.5s ease-in;
  text-transform: capitalize;
}

.catCont li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.ttlSocialW h2,
.commntForm h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26.06px;
  margin-bottom: 0;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
}

.socialW .shareComm {
  margin-left: 18px;
  display: inline-block;
  text-decoration: none;
  background: transparent !important;
  padding: 0 !important;
}

.sIconCont {
  padding-left: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0 10px;
}

.ttlSocialW {
  padding: 35px 0 22px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.socialW {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.socBtn {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
}

.commntBox {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.commntBox .img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.commntBox .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.commntBox .userNm {
  font-size: 20px;
  font-weight: bold;
  line-height: 26.06px;
  margin-bottom: 5px;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.commntBox .commtTime {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif !important;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0em;
  color: #acacac;
  font-family: "Nunito Sans", sans-serif !important;
}

.commntBox .comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  color: #555555;
  font-family: "Nunito Sans", sans-serif !important;
}

.replyB {
  font-size: 15px;
  width: 102px;
  height: 33px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ff693b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 83.75px;
  border: 1.86px solid #ff693b;
  font-family: "Nunito", sans-serif !important;
  background: transparent;
  transition: all 0.5s ease-in;
}

.replyB:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.replyB img {
  margin-right: 5px;
}

.commnt {
  padding-left: 23px;
  width: calc(100% - 42px);
}

.commntFBox .frmGrp {
  position: relative;
  margin-bottom: 30px;
}

/* .commntFBox .twnFld div {
width: 48.8%;
} */
.commntFBox .label {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212529;
  margin-bottom: 6px;
  display: inline-block;
  text-transform: capitalize;
}

.commntFBox .frmGrp .frmCtrl {
  width: 100%;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}

.commntFBox .frmGrp textarea.frmCtrl {
  height: 240px;
}

.commntFBox {
  padding-top: 26px;
}

/* popup login form  */
.lmsForm .custom-form-sec input:not(input[type="checkbox"]) {
  height: 55px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 90px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}

.lmsForm .custom-form-sec label {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212529;
  margin-bottom: 6px;
  display: block;
  text-transform: capitalize;
}

p.frmbelow a b,
p.frmbelow b a b {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212529;
}

p.frmbelow a b:hover,
p.frmbelow b a b:hover {
  color: #ff693b;
}

input#wp-submit,
div#learndash-registration-wrapper input#wp-submit,
form.woocommerce-ResetPassword.lost_reset_password button[value="Reset password"] {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 14px 40px;
  border-radius: 90px;
  background: #ff693b;
  border: 2px solid #000000;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  text-align: center;
  display: inline-block;
  outline: none;
}

input#wp-submit:hover,
div#learndash-registration-wrapper input#wp-submit:hover,
form.woocommerce-ResetPassword.lost_reset_password button[value="Reset password"]:hover {
  color: #ff693b;
  background: #fff;
}

.custom-form-sec p.frmbelow.mb-0 {
  margin: 0 !important;
}

.lmsForm .commntFBox {
  padding: 16px;
}

/* register page */
.cusPluginBox,
.wooAccount {
  max-width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  position: relative;
}

.cusPluginBox div#learndash-registration-wrapper label,
form.woocommerce-ResetPassword.lost_reset_password label {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212529;
  margin-bottom: 6px;
  display: inline-block;
  text-transform: capitalize;
}

.cusPluginBox div#learndash-registration-wrapper input:not(input[type="checkbox"]),
form.woocommerce-ResetPassword.lost_reset_password input:not(input[type="checkbox"]) {
  width: 100%;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}

div#learndash-registration-wrapper input#user_register_parent {
  width: auto !important;
  margin: 0 !important;
}

form.woocommerce-ResetPassword.lost_reset_password>p:first-child,
div#learndash-registration-wrapper p.registration-login {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
}

div#learndash-registration-wrapper p.registration-login a:hover {
  color: #ff693b;
  text-decoration: underline;
}

.learndash-wrapper #learndash-registration-wrapper,
.learndash-wrapper #learndash-reset-password-wrapper {
  margin: auto;
  max-width: 800px;
}

/*  add to cart */
.wp-block-woocommerce-filled-cart-block * {
  color: #222222 !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 400;
}

th.wc-block-cart-items__header-image span,
.wc-block-cart-items__header-total span,
.is-large.wc-block-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block span {
  font-size: 20px;
  font-weight: bold;
  line-height: 26.06px;
  margin-bottom: 0;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
}

.wc-block-cart-item__image a {
  display: inline-block;
  position: relative;
  border-radius: 7px;
}

.wc-block-cart-item__image a img {
  border-radius: 7px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: bold !important;
  font-size: 20px;
}

del.wc-block-components-product-price__regular,
ins.wc-block-components-product-price__value.is-discounted {
  font-weight: 700;
  font-size: 19px;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
  padding: 4px 10px;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #555555 !important;
  padding: 0 !important;
}

button.wc-block-cart-item__remove-link:hover {
  color: #ff693b !important;
}

a.wc-block-components-button.wc-block-cart__submit-button.contained {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff !important;
  padding: 14px 40px;
  border-radius: 90px;
  opacity: 1;
  background: #ff693b;
  border: 2px solid #000000;
  text-transform: capitalize;
  text-align: center;
  box-shadow: none;
  outline: none;
  transition: all 0.5s ease;
  cursor: pointer;
}

a.wc-block-components-button.wc-block-cart__submit-button.contained span {
  color: #ffffff !important;
}

a.wc-block-components-button.wc-block-cart__submit-button.contained:hover {
  color: #ff693b !important;
  background: #fff;
}

a.wc-block-components-button.wc-block-cart__submit-button.contained:hover span {
  color: #ff693b !important;
}

button.wc-block-components-panel__button {
  font-weight: 600;
}

.wc-block-components-totals-coupon__form button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  text-transform: capitalize;
  border-radius: 90px;
  background: #ffffff;
  border: 2px solid #ff693b;
  font-size: 15px;
  font-weight: bold;
  color: #ff693b;
  transition: all 0.5s ease-in;
  padding: 0;
}

.wc-block-components-totals-coupon__form button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained span {
  color: #ff693b !important;
}

.wc-block-components-totals-coupon__form button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  color: #fff;
  background: #ff693b;
}

.wc-block-components-totals-coupon__form button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover span {
  color: #fff !important;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  font-weight: 700;
}

/* checkout css */
ul.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 50% !important;
  transform: translateY(-50%);
}

div#customer_details>div {
  width: 100% !important;
  float: none !important;
  flex: 1;
  max-width: 100%;
  padding: 0;
}

form.checkout.woocommerce-checkout {
  position: relative;
  width: 100% !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

#customer_details {
  display: flex;
  flex-direction: column;
  width: 38%;
}

h3#order_review_heading {
  width: 100% !important;
  position: relative;
  float: none;
  max-width: 100%;
  position: absolute;
  left: 40%;
  margin: 0;
  padding: 0;
}

div#order_review {
  width: 60%;
  margin-top: 50px;
}

.woocommerce-billing-fields label {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px !important;
  color: #212529;
  margin-bottom: 6px;
  display: block !important;
  text-transform: capitalize;
  width: 100%;
}

.woocommerce-billing-fields input:not(input[type="checkbox"]),
.woocommerce form .form-row textarea {
  width: 100%;
  font-family: Nunito Sans;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}

.woocommerce form .form-row textarea {
  height: 120px;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  padding: 0 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  border: 1px solid #bfbfbf !important;
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  color: #444;
  line-height: 28px;
  padding: 8px 11px;
  font-weight: 400;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px !important;
  position: absolute !important;
  top: 52% !important;
  right: 5px !important;
  width: 20px !important;
  transform: translateY(-50%) !important;
}

button#place_order {
  float: none;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 14px 40px;
  border-radius: 90px;
  background: #ff693b;
  border: 2px solid #000000;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  text-align: center;
  display: inline-block;
  outline: none;
}

button#place_order:hover {
  color: #ff693b;
  background: #fff;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  z-index: 10;
}

/* parent account css */
.learndash-wrapper,
.parentAccess {
  max-width: 1370px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}

.parentAccess {
  padding-top: 30px;
  padding-bottom: 30px;
}

.parentAccess~.wooAccount {
  padding-top: 20px;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
  margin-left: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 12px 20px;
  border-radius: 90px;
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  font-family: "Nunito", sans-serif !important;
  transition: all 0.5s ease-in;
  background: #ff693b !important;
  border: 2px solid #000000;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button:hover {
  background: #fff !important;
  color: #ff693b !important;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button .ld-text {
  padding: 0 0 0 6px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
  margin: 1em 0;
  border-radius: 40px !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  position: relative;
}

.ld-item-list-item-preview a.ld-item-name {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #231f20 !important;
  font-family: "Nunito", sans-serif !important;
}

.ld-item-list-item-preview a.ld-item-name:hover {
  color: #ff693b !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin-right: .5em;
  margin-top: 0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  background: transparent !important;
  padding: 30px 40px !important;
  border-radius: 0 0 40px 40px;
  margin: 0;
  transition: all 0.3s ease-in;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded.ld-expanded .ld-progress {
  background: #e2e7ed !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before {
  display: none;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded.ld-expanded {
  border-top: 1px solid #979797;
}

.parentAccess a button.lmBtn {
  line-height: 1.2;
  text-transform: capitalize;
  border-radius: 90px;
  background: #ffffff;
  border: 2px solid #ff693b;
  font-size: 15px;
  font-weight: bold;
  color: #ff693b;
  transition: all 0.5s ease-in;
  padding: 16px;
  margin-right: 16px;
  cursor: pointer;
}

.parentAccess a:hover button.lmBtn {
  color: #fff;
  background: #ff693b;
}

.learndash-wrapper .ld-progress .ld-progress-bar {
  height: 16px !important;
  margin: 15px 0 8px !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label,
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats>div {
  font-size: 16px;
  line-height: 1.2;
}

.woocommerce-MyAccount-navigation ul li a {
  font-size: 20px;
  margin-bottom: 16px;
  display: inline-block;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: underline;
  color: #ff693b;
}

.woocommerce-MyAccount-navigation~.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-navigation~.woocommerce-MyAccount-content p a {
  font-size: 18px;
  font-weight: 500 !important;
  color: #808285;
  font-family: "Nunito Sans", sans-serif !important;
  margin-bottom: 15px;
  line-height: 26px;
}

.woocommerce-MyAccount-navigation~.woocommerce-MyAccount-content p a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0;
}

.parentAccess~.wooAccount .woocommerce {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation~.woocommerce-MyAccount-content p a:hover {
  text-decoration: none;
  color: #ff693b;
}

.parentAccess~.wooAccount nav.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span {
  color: #808285 !important;
  font-size: 15px !important;
  font-weight: 700;
}

.learndash-wrapper .ld-section-heading h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  text-align: center;
  color: #231f20;
  text-transform: capitalize;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:before {
  content: "x";
  margin-right: .25em;
  font-size: 16px !important;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-closer {
  font-size: 16px !important;
  font-weight: 700;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text] {
  line-height: 1.2;
  width: 100%;
  font-family: Nunito Sans;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  height: 42px;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: normal !important;
  padding: 9px 30px !important;
  border-radius: 90px !important;
  background: #ff693b !important;
  border: 2px solid #000000 !important;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  text-align: center !important;
  display: inline-block;
  outline: none;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover {
  background: #fff !important;
  color: #ff693b;
}

/* link student acc css */
.ld-link-accout-wrapper .link_child_input,
.ld-link-accout-wrapper input {
  width: 100%;
  margin-bottom: 20px !important;
  height: 48px !important;
  font-family: Nunito Sans;
  font-size: 16px !important;
  padding: 8px 11px !important;
  border-radius: 6px;
  background: #FFFFFF !important;
  border: 1px solid #BFBFBF !important;
}

.ld-link-accout-wrapper form h3,
.ld-link-accounts~h3,
.ldap-parent-courses~h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26.06px;
  margin-bottom: 20px;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
}

.ld-link-accout-wrapper form label {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #212529;
  margin-bottom: 0;
  display: inline-block;
  text-transform: capitalize;
  width: 100%;

}

.learndash-wrapper input.ld-button.ld-submit-links-button,
.learndash-wrapper .ld-button.ld-submit-links-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent),
.learndash-wrapper .ld-button.ld-submit-no-email-account-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 12px 30px;
  border-radius: 90px;
  background: #ff693b !important;
  border: 2px solid #000000 !important;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  text-align: center;
  display: inline-block;
  outline: none;
  width: auto !important;
}

.learndash-wrapper input.ld-button.ld-submit-links-button:hover,
.learndash-wrapper .ld-button.ld-submit-links-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent):hover,
.learndash-wrapper .ld-button.ld-submit-no-email-account-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent):hover {
  color: #ff693b;
  background: #fff !important;
}

.ld-parent-courses,
.ld-link-accounts,
.ld-link-accounts {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}

.ld-parent-courses table,
.ld-link-accounts table,
.ld-link-accounts table {
  border: 1px solid #dedede;
  border-radius: 8px;
}

.ld-parent-courses table th,
.ld-link-accounts table th,
.ldap-parent-courses table th {
  border-bottom: 1px solid #d2d2d2;
  background: #edf6fc;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
  vertical-align: middle;
  font-family: "Nunito", sans-serif !important;
}

.ld-link-accounts table th:first-child {
  text-align: left;
}

.ld-parent-courses table th:first-child,
.ld-link-accounts table th:first-child,
.ldap-parent-courses table th:first-child {
  border-radius: 0 8px 0 0;
}

.ld-parent-courses table th:last-child,
.ld-link-accounts table th:last-child,
.ldap-parent-courses table th:last-child {
  border-radius: 8px 0 0 0;
}

.ld-parent-courses table td,
.ld-link-accounts table td,
.ldap-parent-courses table td {
  border-bottom: 1px solid #d2d2d2;
}

.ld-parent-courses table tr:last-child td,
.ld-link-accounts table tr:last-child td,
.ldap-parent-courses table tr:last-child td {
  border-bottom: none;
}

.ld-parent-courses table tr:last-child td:first-child,
.ld-link-accounts table tr:last-child td:first-child,
.ldap-parent-courses table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.ld-parent-courses table tr:last-child td:last-child,
.ld-link-accounts table tr:last-child td:last-child,
.ldap-parent-courses table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.ld-link-accounts,
.ldap-parent-courses {
  margin-bottom: 30px;
}

.spald-flex.spald-items-center .spald-ml-4>div:first-child {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 2px 0 5px;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
}



/* parent dashboard css */
.spald-ps__item {
  margin-bottom: 20px;
  border-radius: 6px;
}


/* remove register form */
.woocommerce-page #customer_login .u-column1.col-1 {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
}

#customer_login .u-column2.col-2 {
  display: none;
}


/* revised home page css */
.tcardWrp {
  justify-content: center;
}

.lmsModalW {
  background: rgba(0, 0, 0, 0.4);
}

.lmsModalW .modal-content {
  border-radius: 40px;
  opacity: 1;
  background: #FFFFFF;
  border: 2px solid #000000;
  padding: 40px 32px;
}

.frmMdW {
  padding-top: 56px;
}

.lmsModalW .popHd {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  color: #231F20;
  font-family: "Nunito", sans-serif !important;
  margin: 0 auto;
  max-width: 568px;
}

.lmsModalW .popHd span {
  color: #ff693b;
}

.frmMdW .frmGrp {
  position: relative;
  margin-bottom: 24px !important;
}

.frmMdW .frmCtrl {
  width: 100% !important;
  font-family: Nunito Sans;
  font-size: 16px !important;
  padding: 8px 11px 8px 68px !important;
  border-radius: 6px !important;
  background: #FFFFFF !important;
  border: 1px solid #BFBFBF !important;
  background: url(../image/mail_icon.svg) no-repeat center !important;
  background-position: 20px center !important;
  height: 56px !important;
}

.frmMdW .btnW {
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction: column;
}

.btnW .canBtn {
  padding: 18px 40px 18px 40px !important;
  border-radius: 90px !important;
  background: transparent !important;
  padding: 0 !important;
  height: 56px !important;
  border: none !important;
  outline: none;
  font-family: Nunito;
  font-size: 15px !important;
  font-weight: bold !important;
  color: #A7A7A7 !important;
}

.lmsModalW .modal-body {
  padding: 0;
}

.lmsModalW .modal-dialog {
  max-width: 632px;
  width: 100%;
}

/* loging page ----- my Account */
#customer_login .woocommerce-form.login {
  margin-top: 20px;
}

div#customer_login h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26.06px;
  margin-bottom: 0;
  color: #222222;
  font-family: "Nunito", sans-serif !important;
}

#customer_login form.woocommerce-form.woocommerce-form-login.login label {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212529;
  margin-bottom: 6px;
  display: inline-block;
  text-transform: capitalize;
  display: block;
  width: 100%;
}

#customer_login form.woocommerce-form.woocommerce-form-login.login input:not(input[type="checkbox"]) {
  width: 100%;
  font-family: Nunito Sans;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
}

#customer_login form.woocommerce-form.woocommerce-form-login.login .password-input {
  width: 100%;
}

#customer_login button.woocommerce-button.button.woocommerce-form-login__submit {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 14px 40px;
  border-radius: 90px;
  background: #ff693b;
  border: 2px solid #000000;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  text-align: center;
  display: inline-block;
  outline: none;
}

#customer_login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  margin-bottom: 20px;
}

#customer_login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 0;
  padding-bottom: 15px;
}

#customer_login p.woocommerce-LostPassword.lost_password a {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 140%;
}

#customer_login p.woocommerce-LostPassword.lost_password a:hover {
  color: #ff693b;
  text-decoration: underline;
}

#customer_login .show-password-input {
  top: 10px !important;
}

#customer_login .show-password-input:hover {
  color: #ff693b;
  background: #fff;
}

/* parent dashboard */
div#spald-pa-shortcode {
  border: 1px solid #000000;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin-bottom: 0;
  border-radius: 14px;
}

#spald-pa-shortcode .spald-ps__item {
  border: none !important;
  border-radius: 14px;
  margin-bottom: 20px;
}

#spald-pa-shortcode .spald-ps__item__button {
  border-radius: 14px;
  border: 1px solid #d2d2d2 !important;
  border-radius: 14px;
  background: #fff !important;
  margin-bottom: 0px;
}

#spald-pa-shortcode .spald-ps__item.spald-ps__item--is-active>.spald-ps__item__button {
  border-radius: 14px 14px 0 0;
}

#spald-pa-shortcode .spald-ps__item.spald-ps__item--is-active {
  background: #fff;
}

#spald-pa-shortcode .spald-ps__container {
  background-color: rgb(240 249 255);
}

#spald-pa-shortcode .spald-ps__header>.spald-ps__search {
  max-width: 300px;
  width: 100%;
  font-family: Nunito Sans;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
}

#spald-pa-shortcode>.spald-ps__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 0;
  flex-wrap: wrap;
}

#spald-pa-shortcode .spald-ps__item__wrapper .spald-ps__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

#spald-pa-shortcode .spald-ps__item__wrapper .spald-ps__container {
  background-color: transparent;
}

#spald-pa-shortcode .spald-ps__container.spald-ps__container--colored .spald-ps__item.spald-ps__item--is-active .spald-ps__item__wrapper .spald-ps__container {
  padding: 10px 0 0;
}

/* new css jan 2025 */
.page-id-1803 table.woocommerce-orders-table.woocommerce-MyAccount-orders th:nth-child(5),
.page-id-1803 table.woocommerce-orders-table.woocommerce-MyAccount-orders td:nth-child(5) {
  display: none;
}

.wooAccount nav.woocommerce-MyAccount-navigation~.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:last-child:not(:first-child) {
  display: none;
  border: 1px solid red;
}

.ldap-link-parent-course select#ldap-link-parent-course-child-1210,
.ldap-link-parent-course select[name="ldap_link_parent_course_child"] {
  max-width: 300px;
  width: 100%;
  font-family: Nunito Sans;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  margin: 0 15px;
}

div#searchResultContainer {
  margin: 0 auto;
  text-align: center;
  height: auto;
}

div#searchResultContainer>p {
  text-align: center;
  margin: 0 auto;
  font-family: "Nunito", sans-serif !important;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  color: #414042;
  margin-bottom: 0px;
}

#searchResults .homePageCont {
  padding-top: 0;
}

.page-id-2007 .homePageCont {
  padding-top: 0;
}

.crdtxthv a.lmBtn {
  left: 24px;
}

/* lead magnet css */
/* Style for the full-page background GIF */
.leadmagnetWrp {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
}

.leadmagnetWrp video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video covers the entire viewport */
  z-index: -1;
  /* Places the video behind any content */
}

.leadmagnetWrp iframe {
  max-width: 1088px !important;
  width: 80% !important;
  height: 399px !important;
  border: 5px solid #fff;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.leadLogo {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10;
}

/* css checkbox */
.clsctform {
  padding-top: 25px;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  line-height: 16px;
}

/* 3 jan css */
.Frhs,
.Fcent {
  display: none;
}

.ftlWrp {
  justify-content: center;
}

.Flfs p {
  text-align: center;
}


/* aboutus page new changes css */
.dirInner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.txtDir p {
  text-align: left;
}

.txtDir {
  width: 42%;
}

.imgDir {
  position: relative;
  width: 48%;
  padding-left: 30px;
}

.imgDirInner {
  /* width: 588px; */
  border: 3px solid #231F20;
  overflow: hidden;
  border-radius: 30px;
}

.imgDirInner img {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  object-fit: cover;
  max-height: 100%;
}

.imgDirInner::after {
  content: '';
  position: absolute;
  width: 605px;
  width: 97.74%;
  height: 92.27%;
  left: 0;
  bottom: -33px;
  background: #2AACF4;
  z-index: -1;
  border-radius: 30px;
}

.txtDir h2.pgCentHd {
  text-align: left;
  line-height: 50px;
  font-size: 38px;
}

.dirSec .homePageCont {
  max-width: 1230px;
}

/* new css of courses */
.kai,
.anaya {
  position: absolute;
  bottom: 0;
}

.kai {
  bottom: 64px;
  left: -72px;
}

.anaya {
  bottom: 87px;
  left: 495px;
  left: 565px;
}

.course_bannW .bannInner .contCentbxOuter:has(.kai) {
  /* margin-left: 197px; */
  margin-left: 260px;
}

.coconut {
  bottom: 28px;
  left: 430px;
  left: 500px;
  width: 90px;
  height: 100px;
}

.course_bannW .bannInner .contCentbxOuter:has(.kai) .contCentbx {
  width: 610px;
  padding: 30px 50px;
}

.leadmagnetWrp {
  flex-direction: column;
}

.leadmagnetWrp .btnjoin {
  padding-top: 20px;
}

.leadmagnetWrp iframe {
  height: 376px !important;
}


/* 6 feb css */
#Customloginform .nsl-container-buttons {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

#nsl-custom-login-form-1 .nsl-container-embedded-login-layout-below {
  padding: 0px 0 0 !important;
}

#Customloginform .nsl-container-buttons a {
  margin: 0 0 16px;
}

#Customloginform .nsl-container-buttons a:first-child {
  margin-bottom: 16px;
}

#Customloginform .nsl-container-buttons a .nsl-button,
.nsl-container-buttons a .nsl-button {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 6px 40px;
  border-radius: 90px;
}

div.nsl-container .nsl-button-svg-container {
  padding: 0 !important;
  width: 24px;
  height: 24px;
  border-radius: 50% !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
  padding: 0 !important;
  width: auto !important;
  margin: 0 0 0 15px !important;
  overflow: hidden !important;
  display: inline-block !important;
  flex: none !important;
}

div.nsl-container .nsl-button-default {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}


#nsl-custom-login-form-3 .nsl-container-embedded-login-layout-below,
#nsl-custom-login-form-2 .nsl-container-embedded-login-layout-below {
  padding: 0 !important;
}

div#nsl-custom-login-form-3 .nsl-container .nsl-container-buttons,
div#nsl-custom-login-form-2 .nsl-container .nsl-container-buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

div#nsl-custom-login-form-3 .nsl-container .nsl-container-buttons a,
div#nsl-custom-login-form-2 .nsl-container .nsl-container-buttons a {
  display: inline-block;
  width: 48%;
  padding: 0;
  margin: 0;
}

#nsl-custom-login-form-3 .nsl-container-embedded-login-layout-below,
#nsl-custom-login-form-2 .nsl-container-embedded-login-layout-below {
  padding: 0 !important;
}

div#nsl-custom-login-form-3 .nsl-container .nsl-container-buttons a,
div#nsl-custom-login-form-2 .nsl-container .nsl-container-buttons a {
  display: block;
  width: 48%;
  flex: none !important;
}

div#nsl-custom-login-form-3 .nsl-container .nsl-container-buttons a .nsl-button,
div#nsl-custom-login-form-2 .nsl-container .nsl-container-buttons a .nsl-button {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 6px 40px;
  border-radius: 90px;
}

form#loginform p.login-remember input#rememberme {
  margin: 0px 0 2px;
}


/* course review css */
.learndash-course-reviews-container .average-review .average-review-label {
  font-size: 35px !important;
  font-weight: 800;
  line-height: 67px !important;
  text-align: center;
  color: #231f20;
  text-transform: capitalize;
  margin-bottom: 0px !important;
  display: inline-block;
  margin-right: 10px !important;
}

.learndash-course-reviews-review-stars {
  font-size: 34px;
}

.learndash-course-reviews-container .reviews-list .ld_review .learndash-course-reviews-author>img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.learndash-course-reviews-container .reviews-list .ld_review .learndash-course-reviews-author {
  display: flex;
  display: -webkit-flex !important;
  margin: 0 0 6px !important;
}

.learndash-course-reviews-container .reviews-list .ld_review .learndash-course-reviews-author div.alignleft {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.learndash-course-reviews-container .reviews-list .ld_review .learndash-course-reviews-author div.alignleft .review-title {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 12px;
  font-family: "Nunito Sans", sans-serif !important;
  text-transform: capitalize;
}

.learndash-course-reviews-container .reviews-list .ld_review .learndash-course-reviews-author div.alignleft .learndash-course-reviews-metadata {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 8px;
  font-family: "Nunito Sans", sans-serif !important;
  text-transform: capitalize;
}

.learndash-course-reviews-container .reviews-list .ld_review .learndash-course-reviews-author div.alignleft .learndash-course-reviews-review-stars {
  font-size: 22px;
}

.learndash-course-reviews-content p {
  font-size: 20px;
  min-height: 1px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  color: #808285;
  font-family: "Nunito Sans", sans-serif !important;
  text-align: left;
  padding-left: 100px;
}

.learndash-course-reviews-container .average-review {
  margin: 0 !important;
}

.learndash-course-reviews-form {
  padding-top: 20px;
}

.learndash-course-reviews-form input[type="text"],
.learndash-course-reviews-form textarea,
#loginform input[type="password"] {
  width: 100%;
  font-size: 18px;
  padding: 16px 24px;
  height: 57px;
  color: #919191;
  font-family: Nunito;
  font-size: 18px;
  border-radius: 16px;
  border: 1px solid #d1d3d4;
}

.learndash-course-reviews-form textarea {
  min-height: 260px;
}

.learndash-course-reviews-form .small-12>label {
  width: 100%;
  display: block;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 5px;
}

.learndash-course-reviews-form form {
  max-width: 600px;
}

.learndash-course-reviews-form form .grid-x {
  margin-bottom: 25px;
}

.learndash-course-reviews-container .small-12 .learndash-course-reviews-stars-input .review-star {
  margin: 0;
}

.grid-x .small-12 .learndash-course-reviews-stars-input .review-star label {
  margin: 0;
}

.learndash-course-reviews-form form input.button.primary.expanded {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 14px 40px;
  border-radius: 90px;
  background: #ff693b;
  border: 2px solid #000000;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  text-align: center;
  display: inline-block;
  outline: none;
}

.learndash-course-reviews-form form input.button.primary.expanded:hover {
  color: #ff693b;
  background: #fff;
}


/* feedbacks */
form.woocommerce-form.woocommerce-form-login.login input:not(input[type="checkbox"]),
.create-account .form-row.validate-required input:not(input[type="checkbox"]) {
  width: 100%;
  font-family: Nunito Sans;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}

form.woocommerce-form.woocommerce-form-login.login label {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px !important;
  color: #212529;
  margin-bottom: 6px;
  display: block !important;
  text-transform: capitalize;
  width: 100%;
}

form.woocommerce-form.woocommerce-form-login.login span.password-input {
  width: 100%;
}

form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
  float: none;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 14px 40px;
  border-radius: 90px;
  background: #ff693b;
  border: 2px solid #000000;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  text-align: center;
  display: inline-block;
  outline: none;
  margin: 10px 0 0;
}

form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit:hover {
  color: #ff693b;
  background: #fff;
}

.woocommerce-checkout-payment * {
  font-size: 16px;
  line-height: 20px !important;
}

form.woocommerce-form.woocommerce-form-login.login .woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input {
  top: 50%;
  position: absolute;
  right: 7px;
  transform: translateY(-50%);
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

#payment input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin-top: -4px;
}

form.checkout_coupon.woocommerce-form-coupon input {
  width: 100%;
  font-family: Nunito Sans;
  font-size: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}

.registration-login-form {
  padding-bottom: 20px;
}

.learndash-wrapper .show-password-reset-link a,
.learndash-wrapper .show-register-form a {
  color: #ff693b;
}

.learndash-wrapper .show-password-reset-link {
  margin-bottom: 10px;
}

form#loginform p.login-remember input#rememberme {
  margin: -2px 0 2px;
}

div#learndash-registration-wrapper input#user_register_parent {
  margin-top: -2px !important;
}

/* contact us css */
/* .formRight {
  padding-top: 64px;
} */
.formRight {
  padding-top: 190px;
}

.getTouchBanner .getInWBann {
  align-items: flex-start;
}

.get_formWrp .form-item br {
  display: none;
}

div#learndash-course-reviews-respond {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

#learndash-course-reviews-respond input#wp-submit {
  width: 100%;
}

div#learndash-course-reviews-respond {
  max-width: 600px;
  margin: auto;
}