img,
object,
embed,
video {
  max-width: none !important;
}

.show {
  display: flex;
}

.hideIt {
  display: none !important;
}

#consult_info option[disabled] {
  cursor: not-allowed;
  background: #e7e7e7;
}
input[type="checkbox"],
input[type="radio"] {
  width: 15px !important;
}

.actions li .js-btn-prev {
  background-color: #fff;
  color: #f23944;
}

.actionBtns li .js-btn-next, .submitForm, .subscribeForm {
  background-color: #f23944;
  color: #fff;
}

.actions li button {
  height: 55px;
  width: 180px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #f23944;
  border-radius: 0.3rem;
}

#overlaydone {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  cursor: pointer;
}

.croppie-container {
  width: 100%;
  height: auto;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none !important;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/

/***** STYLING RANGE INPUT ***********/

/*************************************/

/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */

/*************************************/

.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/

.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/

/***********************************/

/* Rotation Tools */

/***********************************/

.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

.actionBtns {
  list-style: none;
}

.scrollslide::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.scrollslide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* border: 2px solid #b0b0b0; */
  /* box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  border-radius: 3px;
  overflow-y: scroll;
  padding: 0px;
  display: block;
}

.catgoption {
  max-width: 20.333% !important;
  cursor: pointer;
}

#contact .semantic-select .input {
  width: auto;
  height: 40px;
  padding-left: 15px;
  line-height: 40px;
}
.day-check {
  display: flex;
  align-items: center;
}
.day-check input { margin-right: 1rem; }
.day-check .inputtitle {
  padding-top: 8px;
  text-transform: capitalize;
  font-weight: 700 !important;
  font-size: 16px;
}

#contact > * {
  position: relative;
  z-index: 2;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  /* min-height: 930px; */
}

.multisteps-form__panel.js-active {
  visibility: visible;
}

/*  Custom RadioButton  */
.spl-rad-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1.15rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.spl-rad-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.75rem;
  background-color: #eee;
  border-radius: 50%;
}

.spl-rad-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.spl-rad-container input:checked ~ .checkmark {
  background-color: #f23944;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.spl-rad-container input:checked ~ .checkmark:after {
  display: block;
}
.spl-rad-container .checkmark:after {
  top: 0.62rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: white;
}
/*  Custom RadioButton  */

.enableThisDay {
  min-width: 14px;
}

.n-checked {
  height: 130px;
  padding-left: 30px;
  padding-top: 30px;
  background-color: #ddeef9;
}

.n-checked span {
  display: block;
  color: #5756a2;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.n-checked label span {
  display: inline-block;
  color: #6ea1c2;
  font-size: 18px;
}

.n-select-option {
  margin-top: 20px;
  position: relative;
}

.n-select-option select {
  width: 100%;
  height: 83px;
  color: #5756a2;
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  border: 2px solid #c3e8ff;
  background-color: #ddeef9;
  -webkit-appearance: none;
}

.n-select-option:after {
  top: 25px;
  right: 35px;
  font-size: 20px;
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  top: 37px;
  left: -140px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 12px;
  position: absolute;
  z-index: 50;
  display: block;
  font-size: 14px;
  height: auto;
  min-width: 300px;
  line-height: 1.2;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.select-dropbox {
  display: none;
  padding-top: 13px;
  text-align: center;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 42px;
  list-style: none;
  width: 100%;
  margin: 0;
  left: 0;
  border: 1px solid #f23944;
}

#contact select {
  padding: 0px 10px;
  height: 40px;
  line-height: 1;
  font-size: 16px;
}

.fromdayselect[disabled] {
  background-color: #dfdfdf !important;
}

.todayselect[disabled] {
  background-color: #dfdfdf !important;
}

.js-btn-next[disabled],
.submitForm[disabled],
.subscribeForm[disabled] {
  background-color: #ff8fb1 !important;
  cursor: not-allowed;
}

.submit_disable {
  background-color: #ff8fb1 !important;
  cursor: default !important;
}

.verify_otp {
  background-color: #f23944;
  border: 1px solid #f23944;
  /* height: 55px; */
  width: 180px;
  position: relative;
  display: block;
  padding: 14px;
  font-size: 15px;
  color: white;
  font-weight: 700;
  margin: auto;
  cursor: pointer;
}

.verify_phone {
  background-color: #f23944 !important;
}

.required_star {
  color: #f23944;
}

.w-service-box {
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  #contact {
    padding: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .steps,
  .thankyouimg {
    display: none;
  }
  .wizard-note-subject {
    display: none;
  }
  #contact > * {
    width: 70%;
    margin-top: 20px;
  }
  #contact {
    padding: 0px 30px !important;
  }
  #root .tablet-only,
  #root .mobile-hide,
  #contact > .map,
  .js #root .list-b li::after,
  .js #root .list-b li::after {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    bottom: inherit !important;
    right: inherit !important;
  }
  #wizardform {
    width: 100% !important;
  }
  .multisteps-form__panel {
    padding: 0 0px;
  }
  .catgoption {
    max-width: 100% !important;
    cursor: pointer;
  }
  .wizard-v3-progress {
    position: static;
    width: 92% !important;
    padding: 0px 40px !important;
    margin: 30px auto;
  }
  .actions .actionBtns {
    justify-content: center;
  }
  .actionBtns {
    list-style: none;
    padding-left: 0px !important;
  }
  .actionBtns li .js-btn-next {
    background-color: #f23944;
    color: #fff;
    border: 1px solid #f23944;
    height: 50px;
    width: 140px;
    min-width: 12px;
  }
  .actionBtns li .js-btn-prev {
    background-color: #f2394400;
    color: #f23944;
    border: 1px solid #f23944;
    height: 50px;
    width: 130px;
  }
  .actions li button {
    height: 50px;
    width: 130px;
    font-size: 17px;
    line-height: 50px;
  }
  .wizard-photo-upload {
    float: left;
    width: 100%;
  }
  .inner {
    text-align: center;
  }
}

@media screen and (min-width: 761px) and (max-width: 991px) {
  .catgoption {
    max-width: 26% !important;
    cursor: pointer;
  }
}

@media screen and (max-width: 480px) {
  .no-flex-cont {
    display: block !important;
  }
  .inputtitleadj {
    width: auto !important;
  }
  .margin-0 {
    margin: 0px !important;
  }
  .kmaddon {
    top: 52px !important;
  }
  .inputtitle { font-size: 14px !important; }
  #contact select { font-size: 14px !important; }
  #contact { padding: 0 !important; }
}

@media screen and (min-width: 300px) and (max-width: 420px) {
  .catgoption {
    max-width: 75vw !important;
  }
}

@media screen and (min-width: 421px) and (max-width: 470px) {
  .catgoption {
    max-width: 50vw !important;
  }
}

@media screen and (min-width: 471px) and (max-width: 575px) {
  .catgoption {
    max-width: 46% !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 760px) {
  .wizard-v3-progress {
    width: 100% !important;
    padding: 0px !important;
  }
  /* .spl-check-inner .n-title {
    font-size: 16px;
    font-weight: bold;
  } */
}

@media screen and (max-width: 321px) {
  /* .spl-check-inner .n-title {
    font-size: 13px;
    font-weight: bold;
  } */
  .wizard-v3-progress {
    width: 100% !important;
    padding: 0px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 760px) {
  .catgoption {
    max-width: 40% !important;
  }
  .inner {
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  #contact fieldset { padding: 0px !important; }
}

@media screen and (max-width: 991px) {
  /* .spl-check { width: 100% !important; } */
  #contact fieldset { padding: 0px 50px; }
  .adjpad {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 650) {
  .semantic-select .input .ticker {
    width: 10px !important;
  }
  .semantic-select .input {
    padding: 0px !important;
  }
  .semantic-select .select-cdcc li a {
    padding-left: 0px !important;
  }
}

.modal {
  z-index: 11;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  z-index: 9;
}

.crop_image {
  color: white !important;
  border-radius: 0px;
  background-color: #f23944;
  border-color: #f23944;
}

.crop_image:hover {
  color: #fff;
  background-color: #dd3464;
  border-color: #7e1e39;
}

.checkmark {
  font-weight: 700;
  font-size: 16px;
  padding-left: 0.5rem;
}

.captchaTag {
  font-weight: 700;
  background-color: #ccc;
  padding-top: 7px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (max-width: 760px) {
  .mb-img {
    height: auto !important;
  }
  .cr-img {
    height: auto !important;
  }
  .xshauto {
    height: auto !important;
    object-fit: contain;
  }
}

.input-inner-ico {
  right: 14px;
  color: #f23944;
  top: 13px !important;
  left: auto !important;
  font-size: 18px !important;
  cursor: pointer !important;
}

.grecaptcha-badge {
  z-index: 3;
}
button i.fa,
span i.fa {
  pointer-events: none;
}

span:disabled {
  cursor: not-allowed;
}

.categ-card-container {
  border: 2px solid transparent;
  padding: 0.5rem;
}

.categ-card-container:hover {
  border-radius: 0.5rem;
  border: 2px solid #f23944;
}

.categ-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px rgba(167, 167, 167);
  width: fit-content;
  margin: auto;
  cursor: pointer;
}

.categ-card .categ-radio {
  display: none;
}

/* .categ-selected {
    background-color: #f23944;
    color: white;
} */

.categ-card .categ-card-inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0.5rem 0 0.5rem;
}

.categ-card-inner img {
  width: 100%;
}
.categ-card .categ-card-text {
  height: 2.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.categ-selected .categ-select-ind:before {
  position: absolute;
  display: block;
  content: "";
  height: 30px;
  width: 30px;
  top: 1rem;
  right: 0.8rem;
  border-radius: 50%;
  background-color: #f23944;
}

.categ-selected .categ-select-ind:after {
  display: block;
  line-height: 1;
  font-size: 16px;
  text-rendering: auto;
  position: absolute;
  content: "\f00c";
  top: 1.5rem;
  color: #fff;
  right: 1.25rem;
}
.input-group {
  align-items: flex-start;
}
.error {
  color: #f23944;
  font-size: 12px;
}
.input-half-left {
  padding: 0 0.5rem 0 0;
}
.input-half-right {
  padding: 0 0 0 0.5rem;
}
#verified-section .verified-card {
  display: flex;
  align-items: center;
  border: 1px solid #adadad;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
}
#verified-section i {
  font-size: 1.5rem;
  color: #f23944;
}
#verified-section .verified-data {
  flex: 1;
  font-size: 1.2rem;
  padding-left: 1rem;
  text-align: left;
  margin: 0;
}
#verified-section .verified-data.sub {
  font-size: 0.9rem;
  color: #777;
}
.verify-section {
  width: 430px;
  border: 2px solid #ddd;
  padding: 1.5rem;
  height: 20%;
  border-radius: 0.5rem;
  margin: auto;
  background-color: #fff;
}
.verified-badge {
  width: 25%;
  height: 120px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.verified-badge-img {
  width: 75px;
}
.badge-txt {
  flex: 0.2;
}
#eml_verify .select-ticker {
  display: none;
}
.resend-section {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #f23944;
}
.resend-action {
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
#plan_qs { padding: 0 3vw; }
.plan-qs {
  font-size: 1rem;
  text-align: left;
}
.plan-qs-opts {
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15%;
}
.bx-viewport {
  padding: 1rem;
  height: 100% !important;
}
.bx-wrapper {
  max-width: 100% !important;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #f23944;
}
.plan-group-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.plan-group-footer {
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: #f23944;
}
#contact a {
  text-decoration: none;
  color: #f23944 !important;
}
/* .plan-select-container {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  overflow: auto;
  padding: 1rem 1rem 0 1rem;
} */
.plan-select-container {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  overflow: auto;
  box-shadow: inset 0rem -1rem 1rem 0rem #0000000d;
  padding: 1.5rem;
}
.plan-select-container::-webkit-scrollbar { height: 0.3rem; }
.plan-select-container::-webkit-scrollbar-thumb:hover { background: #f23845; }
.plan-select-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd; 
  border-radius: 0.5rem;
}
.plan-select-container::-webkit-scrollbar-thumb {
  background: #f23845;
  border-radius: 0.5rem;
}
.plan-card {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  min-width: 280px;
  height: 290px;
  border: 2px solid transparent;
  /* box-shadow: 0px 0px 8px 0px #000000b8; */
  box-shadow: 0px 0px 15px -3px #0000002e;
  cursor: pointer;
  position: relative;
}
.pre-note {
  white-space: pre;
  background: #c9c9c9;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 13px;
  font-family: Courier New, monospace;
}
.plan-card-title {
  font-weight: bold;
  font-size: 1.25rem;
}
.plan-card-img {
  width: 110px;
}
.plan-card:hover {
  border: 2px solid #f23944;
  /* box-shadow: 0px 0px 8px 0px #f23944b4; */
}
.plan-selected {
  border: 2px solid #f23944;
  box-shadow: 0px 0px 8px 0px #f23944b0;
}
.plan-selected .plan-card-title {
  color: #f23944;
}
.inp-300p {
  max-width: 300px;
  margin: auto;
}

.plan-card .recommended {
  position: absolute;
  top: -0.75rem;
  right: 0.5rem;
  width: 85px;
}

/* .spl-check-grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
} */

/* .spl-check-grp .spl-check {
  width: 45%;
  margin: 1rem 1rem 3rem 1rem;
} */

@media screen and (max-width: 892px) {
  .categ-item { justify-content: center !important; }
}

@media screen and (max-width: 350px) {
  .day-check input { margin-right: 0; }
  .day-check {
    flex-direction: column;
    gap: 0.5rem
  }
}

.butDisabled, .butDisabled:hover {
  background-color: #ff8fb1 !important;
  cursor: not-allowed;
  color: #fff !important;
}

.plan-badge {
    background: #f2394415;
    padding-left: .4rem;
    padding-right: .4rem;
    color: #f23944;
    border-radius: .5rem;
    font-size: .9rem;
    font-weight: bold;
    padding-top: .2rem;
    padding-bottom: .2rem;
}