@import url("https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#t3step {
  overflow-x: hidden !important;
  background-color: #fff !important;
  font-family: OpenSans;
}

@font-face {
  src: url(/colourBlast/public/fonts/fat-frank-heavy.otf);
  font-family: Fatfrank1;
  font-weight: 400;
}

@font-face {
  src: url(/colourBlast/public/fonts/fonnts.com-FatFrank_Heavy-1.otf);
  font-family: Fatfrank2;
  font-weight: 500;
}

@font-face {
  src: url(/colourBlast/public/fonts/fonnts.com-FatFrank_Heavy-1.ttf);
  font-family: Fatfrank3;
  font-weight: 600;
}

@font-face {
  src: url(/colourBlast/public/fonts/Jellee-Roman.otf);
  font-family: Jelle;
}

@font-face {
  src: url(/colourBlast/public/fonts/Montserrat-Italic-VariableFont_wght.ttf);
  font-family: Montserrat-i;
}

@font-face {
  src: url(/colourBlast/public/fonts/Montserrat-VariableFont_wght.ttf);
  font-family: Montserrat;
}

@font-face {
  src: url(/colourBlast/public/fonts/OpenSans-Italic-VariableFont_wdthwght.ttf);
  font-family: OpenSans-i;
}

@font-face {
  src: url(/colourBlast/public/fonts/OpenSans-VariableFont_wdthwght.ttf);
  font-family: OpenSans;
}

@font-face {
    font-family: "Have Heart Two";
    src: url("/colourBlast/public/fonts/have-heart-two.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.LR-purple {
  background: url(../images/banners/headL.png) no-repeat,
    url(../images/banners/headR.png) no-repeat;
  background-size: 51%;
  background-position: left top, right top;
  padding-bottom: 405px;
  position: relative;
  z-index: 1;
  top: -25px;
}

.aim-topSec {
  background-image: url(../images/backgrounds/faq.png);
  padding: 200px 0 170px;
  margin-top: -330px;
  margin-top: -415px;
}

.aim-t-h h1 {
  color: #f1e70d;
  -webkit-text-stroke: 9px black !important;
  paint-order: stroke fill;
  text-transform: uppercase;
  font-family: "FatFrank1";
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.reg-your-child h1 {
  font-family: Have Heart Two;
  text-align: center;
  font-size: 105px;
  color: #f32085;
  font-weight: 400;
  line-height: 0px;
}

.tes h2 {
  color: #666666;
  text-align: center;
  margin: 40px 0;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 33px;
  margin: 80px 0 10px;
}

.stp-pink {
  text-align: left;
  margin: 20px 0;
}

.stp-pink span {
  font-size: 30px;
  color: #666666;
  font-family: "Open Sans";
  font-weight: 700;
}

.sp-step-sec {
  padding: 0px 0 200px;
  margin-top: -150px;
  position: relative;
  z-index: 5;
}

.before-step {
  background-image: url(../images/backgrounds/before.png);
  width: 100%;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  margin-bottom: -250px;
  z-index: -1;
  background-size: 100% 100%;
}

.middle-step {
  background-color: #08aad7;
  padding: 50px 0 100px;
}

.after-step {
  background-image: url(../images/backgrounds/after.png);
  width: 100%;
  background-repeat: no-repeat;
  height: 530px;
  position: relative;
  margin-top: -250px;
  z-index: -1;
}

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

.step-h h1 {
  -webkit-text-stroke: 3px #fff !important;
  color: #000;
  font-family: "FatFrank1";
  text-align: center;
  padding: 45px 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 61px;
}

.step-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.st-img {
  height: 110px;
  width: 170px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  cursor: pointer;
}

.st-img.active {
  background-color: #004e67;
}

.step-form {
  background-color: #004d67;
}

.step-form h2{
}

.st-img span {
  color: #fff;
  font-weight: 700;
  font-family: Fatfrank3;
  font-size: 18px;
  margin-top: 5px;
}

.st-img img {
  max-width: 100%;
}

/* Parent Form */

.parent-stepForm {
  margin: 0 auto;
  width: 65%;
  padding: 15px 30px 30px;
  border-radius: 15px;
}

.parent-stepForm h2 {
    color: #ffffff;
    -webkit-text-stroke: 6px black !important;
    paint-order: stroke fill;
    text-transform: uppercase;
    font-family: "FatFrank1";
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 50px;
    margin-top: 15px;
}

.ps-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 60px;
}

.ps-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 30px 0;
}

.ps-flex label {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.light-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.ps-flex input {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.ps-flex select {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  padding-right: 2rem;
}

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

.ps-btn button {
    margin: 10px auto 0 auto;
    background: #e82c94;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding: 6px 10px 7px;
    border-radius: 50px;
    text-transform: capitalize;
    border: transparent 1px solid;
    width: 150px;
}

.ps-btn button:hover {
  border: navajowhite 1px solid;
}

/* Parent Form */

.children-stepForm {
  margin: 0 auto;
  width: 65%;
  padding: 15px 30px 30px;
  border-radius: 15px;
}

.children-stepForm h2 {
    color: #ffffff;
    -webkit-text-stroke: 6px black !important;
    paint-order: stroke fill;
    text-transform: uppercase;
    font-family: "FatFrank1";
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 50px;
    margin-top: 15px;
    padding: 0 70px;
}

/*.selected-avatar-div {   */
/*    border: 4px solid black;*/
/*}*/

img.border.rounded.avatar-img.selected-avatar {
    border: black 2px solid !important;
}

.child-menu ul {
  padding: 0;
}

.child-list li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 5px;
}

.remove-child {
  position: absolute;
  right: 5px;
  top: 0;
  color: red;
  cursor: pointer;
  font-weight: bold;
  font-size: 27px;
}

.child-menu ul li {
  padding: 13px;
  list-style: none;
  color: #018bb3;
  background-color: white;
}

.child-menu ul li a {
  color: #018bb3;
  text-decoration: none;
  font-weight: 800;
}

.addChild-btn {
  margin: 40px 0;
}

.addChild-btn button {
  margin: 20px 0;
  color: #fff;
  background: #e82c94;
  font-family: "FatFrank1";
  font-size: 20px;
  font-weight: 900;
  padding: 10px 40px;
  border-radius: 25px;
  text-decoration: none;
}

.c-dropdown {
  position: relative;
  font-family: sans-serif;
  width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    background: transparent;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

/* Hide the real select visually */
.c-dropdown select.dropdown-select {
  display: none;
}

.dropdown-select{
    font-family: sans-serif;
    width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    background: transparent;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

.c-flex select option{
        background-color: #004d67;
}

#inputSection_1 label{
    color: #fff;
}

#predefinedSection_1 h5{
    color: #fff;
}

.dropdown-display {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.c-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #08aad6;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 99;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
  color: #fff;
  box-shadow: 1px 1px 1px 1px #00000018;
}

.c-dropdown-options div {
  padding: 10px 15px;
  cursor: pointer;
}

.c-dropdown-options div:hover {
  background-color: #27387d;
}

.c-dropdown.show .c-dropdown-options {
  display: block;
}

.c-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.c-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
}

.c-flex label {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin: 0px 5px 5px;
}

.light-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.c-flex input {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.nickname-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.nickname-box h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
}

#nicknameHelpBtn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  color: #007bff;
  font-weight: bold;
  border: 2px solid #007bff;
  cursor: pointer;
  font-size: 16px;
  margin-top: -8px;
}

.nickname-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 40px;
  background: #fff;
  color: #333;
  border: 1px solid #007bff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  width: 280px;
  margin-top: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.form-check-label {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

#inputSection label {
  font-size: 15px;
  color: #fff;
  align-items: flex-start;
  display: flex;
  margin-bottom: 10px;
}

.cb-arrow {
  font-size: 15px;
  color: #fff;
}

.choose-avatar {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  margin-left: -15px;
  margin-top: 15px;
}

.ca-form-check {
  margin: 7px 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}

#predefinedSection h5 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

#customSection {
  text-align: center;
  margin-bottom: 60px;
}

.cS-btn {
  width: 100%;
  cursor: pointer;
  outline: 0;
  font-weight: 700;
  letter-spacing: 1.5px;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  font-family: "FatFrank1";
  text-transform: uppercase;
  color: #e5178a;
  white-space: nowrap;
  padding: 10px 30px;
}

/* ----- */

.avatar-img {
  cursor: pointer;
  transition: transform 0.2s;
  height: 110px;
  width: 100%;
  object-fit: contain;
}
.avatar-img:hover {
  transform: scale(1.05);
}
.selected-avatar {
  border: 3px solid #007bff;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 9999;
}

/* White background */

.white-backBlue {
  background-image: url(../images/backgrounds/blue-back.png);
  width: 100%;
  background-size: 100% 100%;
  padding: 35px 30px;
  background-repeat: no-repeat;
}

.cb-heading {
  color: #fff;
  font-family: "Have Heart Two";
  -webkit-text-stroke: unset !important;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 400;
  font-size: 75px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.cb-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
  position: relative;
  left: -26px;
  top: 10px;
  color: #e82c94;
}

/* NEW: Cross button */
.cb-close-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  cursor: pointer;
}

.cb-container {
  display: none;
  background: #fff;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}

.wGreen-h p {
  color: #8abe44;
  font-family: "Open Sans";
  font-weight: 836;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.cb-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.cb-left,
.cb-right {
  width: 100%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.cb-right span {
  text-align: center;
  background-color: #ff0066;
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 18px;
  cursor: pointer;
}

.cb-title {
  color: #ff0066;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Open Sans";
}

.cb-desc {
  color: #555555;
  font-size: 15px !important;
  font-weight: 700;
  font-family: "Open Sans";
  letter-spacing: 1px;
  line-height: 26px;
}

.cb-img {
  max-width: 170px;
  margin-bottom: 10px;
}

.cb-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cb-btn {
  background: #111144;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

.cb-count {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #111144;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111144;
}

.cb-dropdown {
  margin-top: 15px;
  display: none;
}

.cb-dropdown select {
  padding: 8px 10px;
  border-radius: 20px;
  border: none;
  background: #00b7e5;
  color: white;
  font-weight: 500;
  font-size: 17px;
  width: 250px;
}

.lastW-h {
  border-top: 15px solid #bebebe;
}

.lastW-h p {
  color: #000;
  font-family: "Open Sans";
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .cb-left,
  .cb-right {
    width: 100%;
  }
}

.total-count {
  color: #fff;
  font-family: Fatfrank3;
  font-weight: 600;
  font-size: 25px;
  text-align: right;
  margin: 20px 0 30px;
}

.next-back-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0px;
}

.next-back-btn button {
  background-color: #fff;
  font-size: 23px;
  font-weight: 600;
  font-family: Fatfrank3;
  color: #ff0066;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 10px 30px;
}

.next-back-btn button:hover {
  border: 1px solid #ff0066;
}

/* Summary Form */

.summary-stepForm {
  margin: 0 auto;
  width: 65%;
  padding: 15px 30px 30px;
  border-radius: 15px;
}

.summary-stepForm h1 {
    color: #ffffff;
    -webkit-text-stroke: 6px black !important;
    paint-order: stroke fill;
    text-transform: uppercase;
    font-family: "FatFrank1";
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 70px;
}

.ss-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.ss-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 15px 0;
}

.ss-flex span{
    color: #fff;
    border: 1px #fff solid;
    border-radius: 30px;
    margin-top: 5px;
    padding: 2px 8px;
    height: 31px;
}

.ss-flex label {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.ss-flex input {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.lets-start {
  margin: 15px 0 15px;
}

.lets-start h2 {
  font-family: "Have Heart Two";
  font-weight: 400;
  -webkit-text-stroke: unset !important;
  color: #fff;
  font-size: 90px;
  margin-bottom: 15px;
  text-align: center;
}

.lets-start p {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 15px 0;
  color: #fff;
  text-align: center;
}

.cf-terms-box {
  font-size: 15px;
  margin-top: 25px;
  color: #333;
  line-height: 1.5;
}

.cf-terms-box label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.cf-terms-box label p{
    position: relative;
    left: 8px;
}

.cf-terms-box input[type="checkbox"] {
  display: none;
}

.cf-custom-check {
  width: 18px;
  height: 18px;
  border: 2px solid #007bff;
  border-radius: 4px;
  position: relative;
  margin-top: 7px;
  background-color: white;
}

.cf-terms-box input[type="checkbox"]:checked + .cf-custom-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.threeStep-trouble {
  background-image: url(../images/backgrounds/three-trouble.png);
  margin-top: -500px;
  padding-top: 100px;
}

.threeStep-trouble-text h1 {
  color: #fff;
}

/* popup blue */

.my-color-shirt {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(54, 54, 54, 0.362); /* Blue background */
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.my-color-content {
  background: #125575;
  padding: 20px;
  border-radius: 10px;
}

.my-color-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* New Addition */

.aim-t-h h2{
    font-family: Have Heart Two;
    text-align: center;
    font-size: 95px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    margin: -85px 0 30px;
    position: relative;
    z-index: 1;
}

.steps-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 15px;
}

.steps-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 7px 3px #bfbfbf6e;
  border-radius: 20px;
  padding: 20px 10px;
  margin-bottom: 20px;
  width: 100%;
  border-left: 4px solid #634583;
}

.steps-div label {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #634583;
  padding: 0 10px;
  height: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.steps-div input {
  width: 100%;
  border: 0;
  margin-top: 15px;
  text-align: center;
  border-radius: 50px;
  background: #e92e94;
  color: white;
  padding: 5px 0;
  font-weight: 700;
  font-size: 17px;
}

.registration-info{
    text-align: center;
    background: #03aad6;
    margin: 20px 0 30px;
    border-radius: 15px;
    font-weight: 500;
}

.registration-info p{
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    padding: 25px 0;
}

.cb-terms-scrollbox {
    height: 500px;
    overflow-y: auto;
    white-space: pre-wrap;
}

.cb-terms-scroll {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px 25px;
    background-color: #f9f9f91c;
    backdrop-filter: blur(5px);
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}

.cb-terms-scroll h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.cb-terms-scroll h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #f2e70c;
}

.cb-terms-scroll p {
    margin-bottom: 15px;
}

.cb-terms-scroll a {
    color: #fff;
    text-decoration: underline !important;
}

.cb-terms-scroll a:hover {
    text-decoration: underline;
}

.cb-terms-scroll ul {
    margin: 10px 0 15px 20px;
}

.cb-terms-scroll li {
    margin-bottom: 8px;
}

.cb-terms-scroll::-webkit-scrollbar {
    width: 8px;
}

.cb-terms-scroll::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px;
}

.cb-terms-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.summary-stepForm h1 {
    margin-bottom: 0px;
}
.lets-start h2 {
    margin-top: -50px;
}

/*==============

Media Query

================*/

@media screen and (max-width:2350px){
    .cb-arrow {
        font-size: 30px;
        left: 25px;
    }
}
@media screen and (max-width:1599px){
    .cb-arrow {
        font-size: 25px;
        left: -15px;
    }
    .cb-heading {
        margin: 0 0 30px 35px;
    }
}
@media screen and (max-width:1530px){
    .cb-arrow {
        font-size: 25px;
        left: -15px;
    }
}
@media screen and (max-width:991px) {
    .aim-t-h h1 {
        font-size: 50px;
    }
    .reg-your-child h1 {
        font-size: 110px;
        margin-top: 22px;
    }
    .parent-stepForm {
        width: 80%;
    }
    .children-stepForm {
        width: 80%;
    }
    .summary-stepForm {
        width: 80%;
    }
    .stp-pink {
        text-align: center;
        margin: 10px 0;
    }
    .steps-box {
        margin-top: 20px;
    }
    .middle-step {
        padding: 0px 0 100px;
    }
    .steps-div label {
        font-size: 27px;
    }
    .aim-topSec {
        padding: 200px 0 140px;
    }
    .threeStep-trouble {
        background-size: cover;
    }
    .trouble-sec {
        padding: 80px 0 380px;
    }
    .LR-purple {
        top: -15px;
    }
    .children-stepForm h2 {
        padding: 0 20px;
    }
    .summary-stepForm h1 {
        padding: 0 30px;
    }
}
@media screen and (max-width:768px) {
    .LR-purple {
        top: 0px;
    }
    .aim-t-h h2 {
        font-size: 70px;
        margin: -75px 0 30px;
    }
    .aim-t-h h1 {
        font-size: 45px;
    }
    .reg-your-child h1 {
        font-size: 95px;
        margin-top: 35px;
        margin-bottom: 120px;
    }
    .tes h2 {
        margin: 0px 0 30px;
    }
    .st-img {
        height: 95px;
        width: 130px;
    }
    .avatar-img {
        height: 75px;
        width: 100%;
        object-fit: cover;
    }
    .selected-avatar-div {
        border: 0;
    }
    .cb-arrow {
        left: -5px;
        top: 20px;
    }
    .cb-heading {
        font-size: 55px;
        line-height: 35px;
        margin-bottom: 55px;
    }
    .lastW-h p {
        font-size: 16px;
    }
    .addChild-btn {
        margin: 20px 0 20px;
    }
    .cb-row {
        gap: 10px;
        justify-content: center;
    }
    .cb-left, .cb-right {
        max-width: 100%;
        text-align: center;
    }
    .trouble-text h1 {
        font-size: 40px;
    }
    .trouble-text p {
        font-size: 20px;
        line-height: 22px;
    }
    .summary-stepForm h1 {
        font-size: 65px;
        line-height: 35px;
        margin-bottom: 60px;
    }
    .lets-start p {
        font-size: 17px;
        line-height: 25px;
    }
    .trouble-sec {
        padding: 80px 0 300px;
    }
    .reg-your-child h1 {
        font-size: 95px;
        margin-top: 25px;
        margin-bottom: 85px;
    }
    .parent-stepForm h2 {
        -webkit-text-stroke: 6px black !important;
        font-size: 30px;
    }
    .children-stepForm h2 {
        -webkit-text-stroke: 6px black !important;
        font-size: 30px;
        padding: 0 20px;
    }
    .summary-stepForm h1 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .lets-start h2 {
        margin-top: -50px;
        font-size: 75px;
    }
    .cb-row {
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
    .cf-terms-box label p {
        left: -5px;
    }
}
@media screen and (max-width:680px){
    .cf-terms-box label p {
        left: 3px;
    }
    .before-step {
        margin-bottom: -355px;
        background-size: contain;
    }
    .step-h h1 {
        padding: 30px 0;
        font-size: 45px;
    }
}
@media screen and (max-width:650px) {
    .parent-stepForm {
        width: 95%;
    }
    .children-stepForm {
        width: 95%;
    }
    .summary-stepForm {
        width: 95%;
    }
    .ss-flex span {
        white-space: nowrap;
    }
    .step-form h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:580px) {
    .aim-t-h h1 {
        font-size: 35px;
    }
    .reg-your-child h1 {
        font-size: 80px;
        margin-top: 25px;
        margin-bottom: 100px;
    }
    .step-nav {
        gap: 3px;
    }
    .avatar-img {
        height: 70px;
        width: 100%;
        object-fit: cover;
    }
    /*.selected-avatar-div {*/
    /*    border: 4px solid black;*/
    /*    text-align: center;*/
    /*}*/
    .next-back-btn button {
        font-size: 19px;
        padding: 6px 20px;
    }
    #predefinedSection_1 .row{
        text-align: center;
    }
    .cb-dropdown select {
        padding: 6px 10px;;
        font-size: 15px;
        width: 100%;
    }
    .cb-container {
        padding: 20px 10px;
    }
    .trouble-text h1 {
        font-size: 30px;
    }
    .trouble-text p {
        font-size: 16px;
        line-height: 19px;
        padding: 0 30px;
    }
    .threeStep-trouble {
        background-size: 100% 100%;
        margin-bottom: -90px;
    }
    .ss-input {
        gap: 0px;
        flex-wrap: wrap;
    }
    .ps-input {
        gap: 0px;
        height: unset;
        flex-wrap: wrap;
    }
    .ps-flex {
        margin-bottom: 10px;
    }
    .parent-stepForm h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .children-stepForm h2 {
        font-size: 25px;
        padding: 0 5px;
        margin-bottom: 5px;
    }
    .summary-stepForm h1 {
        font-size: 25px;
    }
    .cb-heading {
        font-size: 50px;
        line-height: 29px;
        margin-bottom: 25px;
    }
    .before-step {
        margin-bottom: -375px;
    }
    .step-h h1 {
        font-size: 40px;
    }
}

@media screen and (max-width:575px) {
    .avatar-img {
        height: 70px;
        width: 100%;
        object-fit: contain;
    }
    #predefinedSection_1 .row .col-lg-2{
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
    }
    .cf-terms-box label p {
        left: 5px;
    }
    .cf-custom-check {
        width: 25px;
    }
    .total-count {
        font-size: 20px;
    }
}

@media screen and (max-width:475px) {
    .parent-stepForm h2 {
        font-size: 25px;
    }
    .summary-stepForm h1 {
        padding: 0 0px;
    }
    .cb-terms-scroll {
        padding: 15px 15px;
        overflow-x: hidden;
    }
    .step-form h2 {
        margin-bottom: 20px;
        font-size: 20px;
        padding: 0 0px;
    }
    .lets-start h2 {
        font-size: 55px;
        margin-bottom: 5px;
        margin-top: -40px;
        padding: 0 0px;
    }
    .before-step {
        margin-bottom: -385px;
    }
    .step-h h1 {
        font-size: 33px;
        -webkit-text-stroke: 2px #fff !important;
    }
} 

@media screen and (max-width:420px) {
    .st-img {
        height: 80px;
        width: 105px;
    }
    .st-img img {
        max-width: 65%;
        height: 30px;
    }
    .ps-flex input {
        margin-top: 5px;
    }
    .cb-heading {
        font-size: 40px;
        line-height: 23px;
        margin-bottom: 25px;
        margin-top: 0px;
    }
    .wGreen-h p {
        font-weight: 700;
        font-size: 13px;
        line-height: 17px;
    }
    .cb-title {
        margin-bottom: 10px;
    }
    .cb-desc {
        font-size: 12px !important;
        line-height: 19px;
    }
    .lastW-h p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
    }
    .cb-controls {
        margin-top: 18px;
    }
    .cf-custom-check {
        width: 35px;
    }
    .cf-terms-box label p {
        left: -5px;
    }
    .summary-stepForm h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width:400px){
    .before-step {
        margin-bottom: -395px;
    }
}




































