body {
  /*font-family: "Roboto", sans-serif;*/
  font-family: 'Poppins';
  margin: 0;
  padding: 0;
  font-size: 18px;
  /* padding-bottom: 70px; */
}

.p-md.pb--0 {
  padding-bottom: 0;
}

.dotList {
  padding-left: 3rem !important;
}

.p-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dotList li {
  list-style: disc !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a {
  color: white;
}

a:hover {
  color: white;
}

.checkbox,
.radio {
  display: flex;
}

.p-sm {
  padding: 30px;
}

.p-md {
  padding: 30px;
}

.copyRight p {
  font-weight: 700;
}

.pb--4 {
  padding-bottom: 1rem;
}

.flexBox {
  display: flex;
  justify-content: space-between;
}

.Align {
  align-items: center;
}

.gap-8 {
  gap: 2rem;
}

.mb-s {
  margin-bottom: 15px;
}

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

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: -20px;
  height: 35px;
  width: 35px;
  background-color: #eee;
  border-radius: 5px;
}

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

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #151515;
}

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

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

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

h1 {
  color: #151515;
  /* font-size: 55px; */
  font-size: 4rem;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1.1em;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.main-wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.yellow-text {
  /* color: #ebef06 !important; */
  color: #52EDF9 !important;
}

.white-text {
  color: white;
}

.light-blue-text {
  color: #52EDF9
}

.red-text {
  color: red;
  font-size: 36px;
}

.orange-text {
  color: #ff6100 !important;
}

.blue-text {
  color: #152450;
}

.green-bg {
  background-color: green;
  color: white;
  display: inline-block;
  padding: 20px 40px;
}

.light-blue-text {
  color: #52EDF9;
}

.mb-m {
  margin-bottom: 30px;
}

.mb-s {
  margin-bottom: 20px;
}

.mt-xl {
  margin-top: 65px;
}

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

.flex-disply {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  max-width: 43%;
  width: 100%;
}

h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 39px;
  margin: 0;
}

h31 {
  font-size: 25px;
  font-weight: 500;
  line-height: 39px;
  margin: 0;
}

.red-box {
  font-family: "Montserrat", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  background-color: #ef7800;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #ef7800;
  border-radius: 6px 6px 6px 6px;
  padding: 15px 50px 15px 50px;
  color: white;
  text-align: center;
  transition: transform 0.2s;
  /* Animation */
  display: block;
  width: 70%;
  margin: 30px auto;
}

.red-box img {
  width: 20px;
  margin: 0 5px;
}

.red-box:focus {
  color: white;
  text-decoration: none;
}

.red-box:hover {
  transform: scale(0.8);
  color: white;
  text-decoration: none;
}

.grab-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.grab-box small {
  font-size: 14px !important;
}

.blue-bg {
  /* background: #152450; */
  background-image: linear-gradient(to right, #252525, #26495f);
}

.blue-bg-gr {
  background-image: linear-gradient(to right, #252525, #26495f);
}

.grad {
  background-image: linear-gradient(90deg, rgba(77, 77, 79, 1) 0%, rgba(0, 0, 0, 1) 16%, rgba(38, 73, 95, 1) 86%, rgba(58, 102, 130, 1) 100%);
}

.light-blue-button {
  border: 1px solid #52EDF9;
  border-radius: 10px;
  padding: 5px 20px;
  color: #52EDF9;
  margin-top: 10px;
  width: fit-content;
  transition: 0.5s all ease-in-out;
}

.blue-purple-button {
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  background-image: linear-gradient(to right, #2E93F6, #7D3BE7);
  padding: 5px 20px;
  color: #FFFFFF;
  margin-top: 10px;
  width: fit-content;
  max-width: 90%;
  font-size: 24px;
}

.blue-purple-button:hover {
  transform: scale(1.25);
}

.golden-text {
  color: #F1C433;
}

.gray-bg {
  background-color: #f6f6f6;
}

.white-bg {
  background-color: #ffffff;
}

.dk-bg {
  background-color: #eeeeee;
}

.dk-bg h2 {
  font-weight: 400;
}

.blue-bg h3,
.blue-bg h2 {
  color: white;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  font-size: 1.875rem;
}

.table-box {
  display: flex;
  justify-content: start;
  align-items: stretch;
  justify-items: stretch;
}

.td-box {
  max-width: 50%;
  width: 100%;
}

ul li {
  list-style: none;
}

.blue-bg ul li {
  list-style: none;
  font-size: 24px;
  font-weight: 400;
  color: white;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
  line-height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.blue-bg ul li i {
  /* color: yellow; */
  margin-right: 20px;
  color: #52EDF9;
}

.mt--12 {
  margin-top: 3rem;
}

.mt--4 {
  margin-top: 1rem;
}

.mt--8 {
  margin-top: 2rem;
}

.mb--8 {
  margin-bottom: 2rem;
}

.mb--4 {
  margin-bottom: 1rem;
}

.stepByStep h2 span {
  font-size: 2rem;
  font-weight: 600;
}

.stepByStep .small-text {
  font-weight: normal;
  margin-top: 1rem;
}

.checkbox ul li {
  background: white;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 46px;
}

.gray-box {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: linear-gradient(210deg, #f0f0f0 0%, #ffffff 100%);
  border: 1px solid #dadada;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.gray-box h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}

.gray-box .img img {
  width: 64px;
  height: auto;
  margin-right: 20px;
}

.gray-box span {
  display: block;
}

.gray-box .small-text {
  font-size: 16px;
}

.white-box-top {
  background: white;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.36);
  padding: 20px;
  border-radius: 10px;
  /* margin-left: 10px;
  margin-right: 10px; */
  margin-bottom: 20px;
  min-height: 184px;
  /* min-height: 230px; */
  height: 100%;
  font-size: 14px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.white-box-top h5 {
  color: #FB801D;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.white-box {
  background: white;
  /* box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.36); */
  padding: 20px;
  border-radius: 10px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  /* min-height: 430px; */
  min-height: 247px;
  /* height: 100%; */
}

.name-box {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

.name-box .pic {
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.name-box .pic img {
  width: 100%;
  height: 80px;

  border-radius: 100%;
}

.white-box .detail-box {
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
}

.white-box .detail-box .stars img {
  width: 100px;
}

.name-box .desc p {
  font-size: 14px;
}

.start-box {
  color: #f0ad4e;
  font-size: 25px;
  text-align: center;
}

.bonus-box {
  background: #f2f2f2;
  position: relative;
  margin: 0 10px 45px 10px;
  padding: 30px 30px 10px 30px;
  text-align: center;
  /* height: 240px; */
  height: 220px;
  border-radius: 20px;
}

.bonus-box h4 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  background: #ff6100;
  color: white;
  padding: 10px;
  display: inline-block;
}

.bonus-box .icon {
  margin: 20px 0 20px 0;
}

.bonus-box .icon img {
  height: 80px;
  width: auto;
}

.bonus-box h3 {
  position: absolute;
  top: -10px;
  /* background: #152450; */
  background-image: linear-gradient(to right, #252525, #26495f);
  color: white;
  width: 330px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 5px;
}

.black-bg {
  background: rgb(21, 37, 81);
  background: linear-gradient(90deg,
      rgba(21, 37, 81, 1) 0%,
      rgba(9, 48, 131, 1) 35%,
      rgba(28, 70, 199, 1) 100%);
  margin-top: 30px;
  padding-bottom: 40px;
}

.black-bg h2 {
  color: white;
  margin-bottom: 30px;
  margin-top: 10px;
}

.black-box {
  box-shadow: 0px 0px 25px 0px rgba(155, 155, 155, 0.3);
  background: black;
  border-radius: 10px;
  color: white;
  padding: 30px;
  margin: 0 10px 30px 10px;
  height: auto;
}

.blue-box {
  box-shadow: 0px 0px 25px 0px rgba(21, 37, 81, 0.3);
  /* background: #152450; */
  background-image: linear-gradient(to right, #252525, #26495f);
  border-radius: 10px;
  color: white;
  padding: 30px;
  margin: 0 10px 30px 10px;
  /* height: auto; */
  height: 100%;
}

.first-row {
  min-height: 240px;
}

.third-row {
  /* min-height: 250px; */
}

.four-row {
  /* min-height: 290px; */
}

.five-row {
  /* min-height: 230px; */
}

.six-row {
  min-height: 200px;
}

.flx {
  display: flex;
  justify-content: start;
  align-items: start;
}

.flx img {
  height: 50px;
  width: auto;
  margin-right: 20px;
}

.black-box .heading {
  color: #ef7800;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.black-box ul li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 16px;
  font-size: 14px;
}

.blue-box .heading {
  color: #ef7800;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.blue-box ul li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 16px;
  font-size: 14px;
}

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

.instructior-pic img {
  height: 500px;
  width: auto;
}

.instructior-pic1 img {
  height: 200px;
  width: auto;
}

.second-blue-box {
  min-height: 71px;
}

.inst-box {
  /* background: #152450; */
  background-image: linear-gradient(to right, #252525, #26495f);
  color: white;
  margin: 0 20px 20px 0px;
  padding: 15px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 10px;
  height: auto;
}

.inst-box .icon {
  margin-right: 20px;
}

.inst-box .icon i {
  color: #ef7800;
  font-size: 20px;
}

.accordion_head {
  /* background-color: #152450; */
  background-image: linear-gradient(to right, #252525, #26495f);
  padding: 10px 10px 10px 10px;
  color: white;
  cursor: pointer;
  font-family: arial;
  font-size: 18px;
  margin: 0 0 4px 0;
  font-weight: bold;
}

.accordion_body {
  background: white;
  border: 1px solid #e8e8e8;
}

.accordion_body p {
  padding: 18px 5px;
  margin: 0px;
}

.plusminus {
  float: right;
}

.logo-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
  width: 80%;
}

.logo-box img {
  width: 150px;
}

small {
  font-size: 16px;
  color: #152450;
  font-weight: bold;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.desktop {
  display: none;
}

/* .height-gray {
  height: 163px;
} */

.video-wrap {
  width: 90%;
  margin: 60px 0px 10px auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
}

.mobile-2-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.center-box {
  margin: 0 auto;
  width: 50%;
  max-width: inherit;
}

.register-btn {
  background: #152450;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
}

.yellow-bg {
  background: yellow;
}

.whatsapp img {
  width: 20px;
  margin-left: 20px;
  margin-right: 10px;
}

.certificaton-box img {
  width: 50%;
  margin: 40px auto;
}

.mb-52 {
  margin-bottom: 23px !important;
}

.price {
  width: 200px !important;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06d85f;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: #06d85f;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.pay-now-box .modal-dialog {
  width: 70%;
}

.pay-now-box .modal-content {
  /* background: #daebf2; */
  background-image: linear-gradient(to right, #252525, #26495f);
  color: #fff;
}


.teacher-img img {
  width: 100%;
}

.pay-now-box .modal-header {
  padding: 0;
  border: 0;
}

.pay-now-box input,
.pay-now-box .form-control,
.pay-now-box .container input {
  width: 100%;
  background: white;
  height: 40px;
  position: inherit;
  opacity: 1;
}

.pay-now-box .btn-default {
  width: 100%;
  background: #ff6100;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.content-p {
  padding: 30px 30px 30px 40px;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.popup-content form {
  width: 100%;
}

.pay-now-box .mobile {
  display: none;
}

.pay-now-box .desktop {
  display: block;
}

.pay-now-box .flx-center {
  justify-content: center;
  align-items: center;
}

/* .pay-now-box .teacher-img.desktop {
  background-image: url("../images/Ai-Integrated-.jpg");
} */

.pay-now-box .form-group {
  text-align: left;
}

.pay-now-box .form-group label {
  font-size: 14px;
  color: #888686;
}

.takeALook .blue-box {
  margin-bottom: 0;
}

.takeALook .td-box {
  margin-bottom: 2rem;
}

.takeALook .blue-box {
  background-image: linear-gradient(to right, #252525, #26495f);
}

/* .takeALook .boxHighlight .blue-box{
  background: #ef7800;
  color: #fff;
} */
.takeALook .boxHighlight .blue-box {
  /* background-image: linear-gradient(to right, #ffc800, #fc6674f5); */
  /* background-image: linear-gradient(to right, #3131314a, #6DADDB); */
  background-image: linear-gradient(to right, #2E93F6, #7D3BE7);
  color: #fff;
}

.takeALook .boxHighlight .blue-box .heading {
  margin-bottom: 0.5rem;
  color: #ffff00;
}

.takeALook .boxHighlight .blue-box h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.p--8 {
  padding: 2rem;
}

.Register h1 {
  font-size: 3.25rem;
}

.showMobile {
  display: none;
}

/* .flexReverseWeb {
  flex-direction: row-reverse;
} */
/* #E8C547 #C20114 */




/* @media screen and (max-width: 800px) { */
@media screen and (max-width: 768px) {
  .popup-content {
    text-align: center;
  }

  .popup-content h2 {
    width: 100%;
  }

  .popup-content h3 {
    line-height: 28px;
  }

  .popup-content p {
    font-weight: 800;
    margin-top: 15px;
  }

  .teacher-img img.logo-mobile {
    width: 80% !important;
  }

  .logo-box img.logo-mobile {
    width: 70% !important;
  }

  .pay-now-box .desktop {
    display: none;
  }

  .pay-now-box .mobile {
    display: block;
    text-align: center;
  }

  .pay-now-box .modal-dialog {
    width: 100%;
    margin: 20px auto;
  }

  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }

  .white-box-top {
    background: white;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.36);
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    /* margin-left: 25px;
    margin-right: 10px; */
    margin-bottom: 20px;
    min-height: 184px;
    height: 100%;
    font-size: 13px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .white-box-top h5 {
    color: #FB801D;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .CloseBtn {
    position: inherit !important;
  }

  .showMobile {
    display: block;
  }

  .bannerContent .logo-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .bannerContent .logo-box a img {
    width: 100%;
  }
}


/* @media screen and (max-width: 800px) { */
@media screen and (max-width: 768px) {
  .popupLogo {
    column-gap: 5rem;
  }

  .popupLogo .teacher-img.mobile {
    max-width: 50%;
    width: 100%;
  }

  .popupLogo .teacher-img.mobile img {
    width: 100%;
  }

  .order2 {
    order: 2;
  }

  .order1 {
    order: 1;
  }
}

/*  new page css 27 jun */

.modal-open .modal {
  max-width: 90%;
  width: 100%;
  margin: auto;
}

.CloseBtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9;
}

.bonus-content {
  margin-top: 30px;
}

.bonus-div {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
}

.bonus-div span {
  font-weight: bold;
  font-size: 24px;
  margin-right: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.form-wrap {
  background: white;
  margin-top: 30px;
}

.form-wrap ul li {
  margin: 0;
  width: 50% !important;
}

.form-wrap ul li a {
  width: 100%;
  background: transparent;
  color: black;
  border-top: 4px solid white;
}

.form-wrap ul li a .heading {
  font-size: 18px;
  line-height: 1;
}

.heading-wrap {
  display: flex;
  justify-content: start;
  align-items: start;
}

.heading-box {
  padding-left: 10px;
}

.heading-box span {
  display: block;
}

.heading-box span.sub-heading {
  font-size: 14px;
}

.form-wrap .nav-pills>li.active>a,
.form-wrap .nav-pills>li.active>a:focus,
.form-wrap .nav-pills>li.active>a:hover {
  background: #f4f4f4;
  color: black;
  border-top: 4px solid orange;
  border-radius: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: white;
}

.form-box {
  padding: 25px;
}

.form-box label {
  color: black;
  font-size: 13px;
  color: #5d5a5a;
}

.form-box .required {
  color: red;
}

.form-btn {
  width: 100%;
  background: green;
  font-size: 20px;
  padding: 15px;
}

.form-btn span {
  display: block;
}

.form-btn span small {
  color: white;
  font-weight: normal;
}

.price-register-wrap {
  padding: 10px 50px;
}

.unlock-box {
  border: 1px dashed;
  border-color: #196fe1;
  margin-bottom: 20px;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #196fe1;
  position: relative;
  margin-top: 20px;
}

.unlock-box:before {
  content: "";
  border: 10px solid;
  border-top-color: #196fe1;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -20px;
  left: auto;
  top: auto;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
  border-bottom: 10px transparent solid;
}

.payment-wrap h3 {
  color: black;
  text-transform: capitalize;
}

.payment-wrap {
  padding: 30px;
  color: black;
}

.payment-box {
  display: flex;
  color: black;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 13px;
}

.dash-brd {
  border-bottom: dashed 1px #ded5d5;
}

.payment-box .font-weight-bold {
  font-size: 16px;
  font-weight: bold;
}

.payment-red-box {
  border: 2px dashed red;
  padding: 15px;
  margin-top: 20px;
}

.payment-red-box p {
  font-size: 14px;
}

.checkbox-wrap {
  border: 2px dashed red;
  border-top: 0;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.checkbox-wrap .arrow {
  position: absolute;
}

.checkbox-wrap .form-check {
  margin-left: 30px;
}

.checkbox-wrap .form-check label {
  font-weight: normal;
  font-size: 16px;
}

.register-wrapper h1 {
  white-space: inherit;
  text-transform: inherit;
}

.lt-blue-bg {
  background: #282f72;
  padding: 30px;
}

.look-box {
  text-align: center;
  margin-bottom: 60px;
}

.look-box span.number {
  background-color: black;
  padding: 3px;
  color: white;
  width: 25px;
  height: 26px;
  display: inline-block;
  border-radius: 100%;
}

.look-box span {
  background-color: #ebef06;
  padding: 10px;
  font-size: 16px;
  color: black;
  border-radius: 10px;
  font-weight: 600;
  margin: 0 3px;
}

.yellow-text-normal {
  /* color: yellow !important; */
  text-transform: none;
  font-size: 25px;
  font-weight: 500;
  line-height: 39px;
  margin: 0;
  color: #52EDF9 !important;
}

.yellow-text-normal .text-tran {
  text-transform: inherit !important;
}

/* New Css Start */
.grad.centerTextWhite {
  display: inline-block;
  width: 100%;
  /* height: 100%; */
}

button.close {
  color: #fff;
  opacity: 0.7;
}

.Required {
  color: #f00;
}

.popup-content .subTitle {
  text-transform: capitalize;
  color: #52EDF9 !important;
}

/* New Css End */




/* end 27th jun 2023*/

/* @media only screen and (max-width: 767px) { */
@media only screen and (max-width: 768px) {
  /* 27th jun 2023*/

  .bonus-box h3 {
    width: 100%;
  }

  .price-register-wrap {
    padding: 10px 15px;
  }

  .price-register-wrap {
    padding: 0;
  }

  .lt-blue-bg {
    background: #282f72;
    padding: 10px;
  }

  .look-box span {
    display: block;
    margin-bottom: 10px;
  }

  /* end 27th jun 2023*/

  .mb-52 {
    margin-bottom: 15px !important;
  }

  .certificaton-box img {
    width: 90%;
    margin: 20px auto;
  }

  .video-wrap {
    width: 100%;
  }

  .second-blue-box {
    min-height: auto;
  }

  .center-box {
    width: 100%;
  }

  .height-gray {
    height: auto;
  }

  .main-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }

  .logo-box img {
    width: 200px;
  }

  .btm-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .btm-fix .red-box {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }

  body {
    font-size: 14px;
  }

  .accordion_head {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .orange-text {
    line-height: 1.5;
  }

  .table-box {
    display: block;
  }

  .table-box.mobileFlex {
    display: flex;
    flex-wrap: wrap;
  }

  .td-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px !important;
  }

  /* np */
   /* Adjust for responsiveness */
   @media (max-width: 768px) {
    .table-box {
      flex-direction: column;
    }
  
    .td-box {
      width: 100%;
    }
  
    ul {
      column-count: 1;
    }
  }
  
  /* nancy */

  .td-box p {
    /* margin-left: 5%; */
    width: 90%;
    max-width: 90%;
  }

  .blue-bg ul li {
    list-style: none;
    font-size: 18px;
  }

  .red-box {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    width: 100%;
  }

  h3 {
    font-size: 18px;
  }

  h2 {
    font-size: 25px;
  }

  h1 {
    font-size: 28px;
  }

  .p-md,
  .p-sm {
    padding: 15px;
  }

  .gray-box h2 {
    font-size: 18px;
  }

  .flex-disply {
    display: block;
    width: 100%;
    max-width: 80%;
  }

  .black-box .flx {
    display: block;
  }

  .instructior-pic img {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }

  .black-box {
    min-height: auto;
  }

  .gray-box {
    margin-left: 0;
    margin-right: 0;
  }

  .black-box ul li {
    line-height: 16px;
  }

  .blue-box .flx {
    display: block;
  }

  .blue-box {
    min-height: auto;
  }

  .blue-box ul li {
    line-height: 16px;
  }

  h1 {
    white-space: break-spaces;
  }

  .blue-bg,
  .gray-bg,
  .dk-bg,
  .white-bg,
  .black-bg {
    width: 100%;
  }

  .bonus-box {
    width: 95%;
    max-width: 95%;
  }

  .mobile-view {
    display: none;
  }

  .desktop {
    display: block;
  }

  center.p-4 {
    padding: 1rem;
  }

  .stepByStep,
  .clients {
    padding-bottom: 2rem !important;
  }
}

.td-box-3 {
  max-width: 33%;
  width: 100%;
  padding: 0px 50px;
  text-align: left;
}

.td-box-3 .orange-text {
  font-size: 34px;
  font-weight: 600;
}

.td-box-3 span {
  font-weight: 600;
  color: #000;
}

.td-box-3 li {
  /* float: left; */
  list-style: disc;
}

.pay-now-box .modal-content .blue-text {
  color: #fff;
}

.pay-now-box .form-group label {
  color: #fff;
}

.footerSec .flexBox {
  justify-content: center;
}

/* @media only screen and (max-width: 767px) { */
@media only screen and (max-width: 768px) {
  .td-box-3 {
    max-width: 100%;
    width: 100%;
    padding: 25px 0px;
    text-align: left;
    display: inline-block;
  }

  .name-box .pic img {
    height: auto;
  }

  .instructior-pic img {
    width: 60%;
  }

  .Register h1 {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .copyRight {
    padding-bottom: 8rem;
  }

  .bannerContent {
    text-align: center;
  }

  .bannerContent .logo-box {
    /* text-align: center; */
    width: 100%;
  }

  .grad.centerTextWhite {
    font-size: 17px;
  }

  .td-box.bonus-4 .bonus-box {
    margin-bottom: 2rem;
  }

  .blue-purple-button {
    border-radius: 1rem;
  }

  .white-box .white-bg {
    padding: 0 !important;
  }

  .white-box .white-bg .text-center {
    margin-bottom: 0;
  }

  .blue-purple-button {
    max-width: 100%;
  }

  .bannerBtn {
    margin: 0 auto;
    /* margin: 0 2rem; */
    padding: 0 !important;
  }

  .bannerBtn .blue-purple-button {
    margin: 0 !important;
  }

  .bannerBtnTwo {
    margin: 0 1.875rem;
  }

  .transformData h3+div {
    padding: 0 !important;
  }

  .white-bg.mt-xl {
    margin-top: 2.5rem;
  }

  .transformData h3+div section.main-wrapper {
    padding: 0rem 1rem;
  }
}

.aboutbox ul {
  padding-left: 25px;
}

/* @media only screen and (max-width: 600px) { */
@media only screen and (max-width: 768px) {
  .price {
    width: 165px !important;
  }

  .yellow-text-normal {
    font-size: 20px;
  }

  .register-btn {
    font-size: 15px;
    padding: 10px 5px;
  }

  .white-text {
    line-height: 1.5;
  }

  .blue-purple-button {
    font-size: 18px;
  }
}

/* @media only screen and (max-width: 360px) { */
@media only screen and (max-width: 768px) {
  .register-btn {
    font-size: 12px;
    padding: 10px 5px;
  }

  .price {
    width: 150px !important;
  }
}