.registerContainer ul {
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.page-id-804 .entry-content {
  margin-top: 23px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.aqformControl {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.5 !important;
  color: #495057;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.aqformControl::-ms-expand {
  background-color: transparent;
  border: 0;
}

.aqformControl:focus {
  /* color: #495057; */
  /* background-color: #fff; */
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.aqformControl::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.aqformControl::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.aqformControl:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.aqformControl::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.aqformControl::placeholder {
  color: #6c757d;
  opacity: 1;
}

.aqformControl:disabled,
.aqformControl[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.aqformControl:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.aqformControl:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-group {
  margin-bottom: 1rem;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
section {
  width: 100%;
}
.registerWrap {
  padding: 10px 50px 50px;
  background: #efefef;
  position: relative;
  z-index: 1;
}

/*.registerWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 600px;
  height: 600px;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
  left: -100px;
  mix-blend-mode: overlay;
  box-shadow: rgba(0, 0, 0, 0.5) 0 10px 20px;
}
.registerWrap::before {
  content: "";
  position: absolute;
  top: 7px;
  width: 400px;
  height: 400px;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
  left: 127px;
  mix-blend-mode: overlay;
  box-shadow: rgba(0, 0, 0, 0.5) 0 10px 20px;
}*/
.registerWrap ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.registerContainer {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.registerWrap ul li label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.registerWrap ul li label input {
  position: absolute;
  left: -9999px;
}
.registerWrap ul li label input:checked + span {
  background-color: #d6d6e5;
}
.registerWrap ul li label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
.registerWrap ul li label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.registerWrap ul li label span:hover {
  background-color: #d6d6e5;
}
.registerWrap ul li label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}

.resetStart ul li:not(:last-child) {
  margin-right: 20px;
}
.resetStart {
  margin-top: 20px;
}
.resetStart ul li button {
  line-height: 3.4;
  padding: 0 50px;
  border-radius: 6px;
  border: none;
  font-weight: bold;
  display: block;
  color: #fff;
  border: none;
  font-size: 15px;
  margin-bottom: 0 !important;
}
.resetBtn {
  background: #fd6a6a;
}
.startBtn {
  background: #0a8825;
}

.registerContainerInner {
  background: #fff;
  padding: 60px;
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.65) 0 10px 20px -10px;
}
.registerContainerInner .form-group label,
.spinnaker li {
  font-weight: 600;
  color: #333;
  font-size: 13px;
  text-transform: capitalize;
}
.spinnaker li {
  margin: 8px 0;
}
.registerContainerInner .form-group ul li:not(:last-child) {
  margin-right: 15px;
}
h5.radio-head {
  margin-bottom: 6px;
}
.registerContainerInner .form-group h5 {
  font-size: 16px;
}

.registerContainerInner h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1f2c5b;
}

.registerContainerInner h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.formBottom {
  margin-top: 20px;
}

.formBottom ul li {
  color: #1f2c5b;
  font-size: 16px;
  font-weight: 600;
}
.formBottom ul li:not(:last-child) {
  margin-bottom: 10px;
}

.belowDetails ul {
  margin-bottom: 15px;
}
/* ----Color Palette---- */

.colorPalette {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 430px;
  flex: 0 0 430px;
  max-width: 430px;
  font-weight: bold;
  font-size: 16px;
  background: #f2f2f2;
  padding: 50px;
}

.boatCreated {
  /* -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; */
  width: 100%;
  max-width: 100%;
  font-weight: bold;
  font-size: 16px;
  background: #14384f;
  padding: 15px 0;
  position: relative;
  bottom: 0;
}

.designCanve {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  padding: 50px;
}

.selectColor {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #dad9d9 1px solid;
  background: url("../images/angle-arrow-down.png") center right 10px no-repeat
    #fff;
  color: #818181;
  padding: 15px 30px 15px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 15px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 15px -5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 15px -5px;
  font-weight: 500;
  font-size: 16px;
  outline: none;
}

.colorPalette h2 {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 15px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.colorBox ul li {
  margin: 10px 0;
  font-size: 14px;
}

.colorBox ul li:not(:last-child) {
  margin-right: 15px;
}

.colorBox ul li span {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto 5px;
  /* border-radius: 50%; */
  margin: 0 auto 10px;
  border-width: 2px;
  border-style: solid;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 3px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 3px inset;
  box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 3px inset;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}

.colorBox ul li:hover span {
  transform: scale(0.8);
}

.addLogoBtn {
  width: 100%;
  line-height: 3.5;
  border-radius: 30px;
  border: none !important;
  background: #14384f !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px -5px;
  padding: 0;
}
.addLogoBtn:hover {
  background: #2f87c1 !important;
}
.addLogoBtnArea h5 {
  margin-bottom: 10px;
  color: #333;
  padding: 0 !important;
}
.finishBtn {
  background: #007ac7;
}

.addLogoBtn:hover {
  background: #1f2c5b !important;
}

.colorBox {
  padding: 25px 0 20px 0;
}
.colorBox ul {
  padding: 0 !important;
}

.boatCreated ul:not(last-child) {
  margin-bottom: 8px;
  padding: 0 25px 0 0;
}

.boatCreated ul li.value {
  color: #c6e3ff;
  font-size: 14px;
  margin-bottom: 5px;
}

.boatCreated ul li {
  list-style: none;
}
.boatCreated ul {
  margin: 0;
  padding: 15px;
  position: relative;
}

.colorBox .colorList li {
  list-style: none;
}

.boatCreated ul li.Info {
  color: #aacffb;
  font-size: 18px;
  line-height: 1;
}

.boatCreated h5 {
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}

.designCanve h4 {
  margin-top: 25px;
  color: #007ac7;
  font-weight: bold;
  font-size: 16px;
}


/* ----Color Palette---- */
.red {
  color: #f00;
}

/* Image Radio */
.small-img-box {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(121, 120, 120, 0.25);
  -moz-box-shadow: 0px 0px 5px 2px rgba(121, 120, 120, 0.25);
  box-shadow: 0px 0px 5px 2px rgba(121, 120, 120, 0.25);
  height: 100%;
}
.small-img-box .radio input[type="radio"] {
  display: none;
}
.small-img-box .radio label {
  display: block;
  padding-left: 0;
  /* vertical-align: middle; */
  position: relative;
}
.small-img-box img {
  display: block;
  width: 100%;
  max-width: 120px !important;
  margin: 3px 0;
}
.small-img-box-name {
  padding: 7px 5px;
  background: #2887a4;
}
.small-img-box-name h5 {
  color: #fff;
  font-size: 12px !important;
  font-weight: 500;
  padding: 0;
  text-align: center;
}

.small-img-box .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 8px;
  top: 8px;
  border: 2px solid #00005c;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.small-img-box .radio label::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background-color: #00005c;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.small-img-box .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.cls-1 {
  fill: #fff !important;
  color: #fff;
  stroke: #000000;
  stroke-width: 0.7087;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  cursor: url(../images/bucket.png), pointer;
}
.designCanve {
  position: relative;
}
.reset {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: #2c4c61;
  padding: 10px;
  border-radius: 6px;
}
.reset .resetIcon {
  display: block;
  max-width: 30px;
}
.reset .resetIcon img {
  display: block;
  width: 100%;
  margin: 0;
  filter: invert(100%);
}
.reset .aqresetbutton {
  padding: 5px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-bottom: 3px;
}
.reset .label {
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}

/* .............................. */
/* for pdf */
.textContainer {
  display: flex;
  justify-content: center;
  width: 820px;
}
.when-printing {
  display: flex;
  justify-content: space-between;
  width: 820px;
  /* position: absolute;
  z-index: 10; */
}
.text {
  color: rgb(216, 59, 59);
  padding-top: 20px;
  /* position: absolute; */
  /* z-index: 10;
  bottom: 0; */
  /* right: auto;
  left: auto; */
}
.red-text {
  color: red;
  text-align: center;
}
.color-code {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}
.color-data-container {
  /* display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 30px;
  color: #fff;
  margin-bottom: 1px; */
  text-align: center;
  /* margin: 5px 0; */
  
}
.color-data-container:not(:last-child){
  margin-right: 8px;
}

.pdfColor {
  fill: var(--color);
  stroke-width: 0.7087 !important;
}
.info .color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #00000080;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
}
.pallte-name {
  color: #007ac7;
}
.customerInfos,
.cusData {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 30px;
  color: #c9e7fb;
  margin-bottom: 1px;
  padding: 0 30px;
}
.labelCus {
  padding: 15px;
  position: relative;
}
.whits {
  color: #c9e7fb;
}


.spinnaker {
  padding: 0 !important;
}

.colorRepeat .labelCus.whits{
    display: block;
    text-align: center;
    width: 100%;
}


.color-data-container{
    background: transparent;
}
/* .color-data-container .color{
    display: flex;
    background: #f00;
}
.w-100{
    width: 100%;
} */
.palletHead {
    padding: 10px 0;
}
.palletHead .Info{
    padding-left: 10px;
}


/* For Pdf right side */
.colorPallerSec {
  background: #0a8825;
}
.color-data-container .color {
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto 5px;
  margin: 0 auto 10px;
  border-width: 2px;
  border-style: solid;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 3px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 3px inset;
  box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 3px inset;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
/* .colorList {
display: flex;
justify-content: center;
background: #0a8825;
flex-wrap: wrap;

} */
/* End For Pdf right side */
@media only screen and (max-width: 1200px){
    .colorPalette {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        padding: 15px;
    }
    .colorPalette h2 {
        font-size: 22px;
    }
    .boatCreated h5 {
        font-size: 14px;
    }
    .boatCreated ul li.Info {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1000px) {
    .designCanveInner svg {
        width: 100%;
    }
    .colorPalette {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
    .colorPalette h2 {
        font-size: 15px;
        padding-bottom: 0;
    }
    .addLogoBtnArea h5 {
        font-size: 14px;
    }
    .addLogoBtn {
        line-height: 2.5;
    }
    .addLogoBtnArea p {
        font-size: 13px;
    }
    .reset {
        padding: 5px;
    }
    .reset .resetIcon {
        max-width: 16px;
    }
    .designCanve {
        padding: 20px;
    }
  }
  @media only screen and (max-width: 768px){
    /* .colorPalette {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  } */
    .designCanve {
        padding: 20px;
    }
    .entry-content ul, .entry-content ol {
        margin-bottom: 0px;
    }
    .colorBox ul li {
      margin: 5px 0;
      font-size: 12px;
  }
  .colorBox ul li:not(:last-child) {
    margin-right: 10px;
}
    .colorBox ul li span {
      height: 40px;
      width: 40px;
  }
    
}

@media only screen and (max-width: 667px) {
  .registerWrap {
    padding: 30px;
  }
  .registerContainer {
    padding: 0;
  }
}
/* @media only screen and (max-width: 600px) {
  .boat-ftr ul{
    display: flex;
  }
  .boat-ftr ul li.Info {
    padding-left: 10px;
}
} */
@media only screen and (max-width: 575px) {
  .registerWrap {
    padding: 20px;
  }
  .registerContainerInner {
    padding: 30px;
  }
  .registerWrap::before,
  .registerWrap::after {
    display: none;
  }
  .selectColor {
    padding: 10px 26px 10px 6px;
    font-size: 13px;
}
    .addLogoBtnArea h5 {
        font-size: 10px;
    }
    .addLogoBtn {
        font-size: 13px;
    }
    .colorBox {
        padding: 15px 0;
    }
    .colorPalette h2 {
        font-size: 11px;
    }
    .designCanveInner svg {
        height: 100%;
    }
    .reset {
        right: 5px;
        top: 5px;
    }
    .reset .aqresetbutton {
        padding: 2px;
        border: none;
        margin-bottom: 0;
    }
    .reset .label {
        display: none;
    }
    .designCanve h4 {
      line-height: 20px;
  }
}
@media only screen and (max-width: 484px) {
  .resetStart ul li button {
    line-height: 3;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 414px) {
  .registerContainerInner .row .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 1000%;
    max-width: 100%;
  }
}
.aq-text-center {
  text-align: center;
}
.aquaSvgtoPng {
  display: none;
}
.aq-text-center p:first-child{
   margin-top: 30px;
}
.aquaSvgtoPng1 {
  position: fixed;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}