@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
body{
  background-color: #2E68DB !important;
  margin: 0;
  padding: 0 !important;
}
.border-bottom {
  margin: 0 !important;
  border-bottom: 1px solid #dee2e6!important;
}
.row.border-bottom .tab-check:nth-last-child(1) {
  padding-right: 0 !important;
}
.row.border-bottom .tab-check:nth-child(1) {
  padding-left: 0 !important;
}
a:hover {
  text-decoration: none !important; }
input:focus, button:focus, select:focus{
  border: none;
  box-shadow: none !important;
  outline: none !important;
}
body h1, h2, h3, h6, input {
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0 !important; }

li, ul, a, span, h4 {
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0 !important; }
p, title {
  font-family: 'Rubik', sans-serif;
}
.font-21{
  font-size: 21px !important;
}
.font-12{
  font-size: 12px !important;
}
.font-15{
  font-size: 15px !important;
}
.font-18{
  font-size: 18px !important;
}
.font-25{
  font-size: 25px !important;
}
.blk-text{
  color: #434343;
}
.gap-53{
gap: 53px;
}
.p-28{
  padding: 28px;
}
.blu-text{
  color: #2F54CD;
}
.step-form form.regForm .step-tags .step.active span.step-count {
  background: #F8D67D;
}
.step-form form.regForm .step-tags .step.active span {
  color: #0009;
}
.white-norap{
  white-space: nowrap;
}
 form.regForm .step:after {
    position: absolute;
    height: 2px;
    width: 90%;
    background: #E9E9E9;
    left: -55%;
    z-index: 0;
    top: 30%;
    content: "";
}
.step-form form.regForm .step{
  position: relative;
  z-index: 99;
}
.step-form .col-3:nth-child(1) .step:after {
  display: none;
}
.step-form form.regForm .Zip_Code .form-control {
  height: 44px;
  font-size: 16px;
  border: 1px solid #dbdadf;
  background: #f7f7f7;
  font-family: 'Rubik';
  font-weight: normal;
}
.step-form form.regForm .step-tags .step span.step-count {
  background: #cccccc73;
  height: 37px;
  width: 37px !important;
  font-weight: 600;
  color: #939393;
  font-size: 19px;
  display: block;
  margin: 0 auto;
  line-height: 36px;
  border-radius: 50px;
}
.cont-sel {
  display: block;
  position: relative;
  padding-left: 45px !important;
  font-family: 'Rubik';
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.step-form form.regForm .tab-check label {
  background: #F7F7F7;    height: 44px;
  border-radius: 4px;padding: 10px;
  border: 1px solid #DBDADF;
}

.cont-sel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#nextBtn {
  background: #cc4369;
  height: 52px;
  width: 300px;border-radius: 6px !important;
  font-size: 22px;
  font-family: 'Rubik';
}
.mystyle {
  border:1px solid;
 }
.checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 23px;
  border: 1px solid #DBDADF;
  width: 23px;border-radius: 50%;
  background-color: #fff;
}
.cont-sel:hover input ~ .checkmark {
  border-radius: 50%;
}
.cont-sel input:checked ~ .checkmark {
  background-color: #CC4369;
    border-radius: 50%;border: solid #CC4369;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cont-sel input:checked ~ .checkmark:after {
  display: block;
}
.select-tab select{appearance: none;}
.select-tab {
  position: relative;}
  .select-tab i.fa.fa-caret-down {
    position: absolute;
    right: 20px;
    top: 14px;
}
.cont-sel .checkmark:after {
  left: 5.3px;
    top: 0px;
    border-radius: 5px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3.3px 3.3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer{
  background:#C7EBFF;
}
.border-botm-blue{
  border-top:1px solid #81B3CE;
}
.mb-30 {
  margin-bottom: 30px;
}
.clr-blu{
  color: #2D84EE;
}
li#account:after {
  display: none;
}
#msform fieldset {
  padding-bottom: 30px !important;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #F0F0F0 100%);}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd;
}
#progressbar {
  color: lightgrey;
  }
  #msform fieldset:not(:first-of-type) {
      display: none;
  }
  #progressbar li {
      list-style-type: none;
      font-size: 12px;
      font-family: 'Rubik', sans-serif;
     position: relative;
  }
  #progressbar #account:before {
    content: "1";
  }
  #progressbar #personal:before {
    content: "2";
  }
  #progressbar #payment:before {
   content: "3";
  }
  .w-70{
    max-width: 82%;
  }
.step-form form.regForm .tab-check label:focus, .step-form form.regForm .tab-check label:focus-within, .step-form form.regForm .tab-check label:active {
    border: 3px solid #CC4369 !important;
}
  button.Store-btn {
    color: #CC4369 !important;
    border: 1px solid #CC4369 !important;
    height: 49px;font-family:  'Rubik', sans-serif;
    font-weight: 500;
    margin-top: 37px;
}
  #progressbar li:before {
      background: #cccccc73;
    height: 37px;
    width: 37px !important;
    font-weight: 600;
    color: #939393;
    font-size: 19px;
    display: block;
    margin: 0 auto;
    line-height: 36px;
    border-radius: 50px;
      margin: 0 auto 10px auto;
      padding: 2px;
  }
  #progressbar li:after {
    content: '';
    width: 75%;
    height: 2px;
    position: absolute;
    left: -37%;
    top: 18px;
    z-index: 0;
    background: #e0e0e0;
      
  }
  #progressbar li.active:before, #progressbar li.active:after {
      background: #F8D67D; 
  }
  footer.footer a,  footer.footer p {
    font-size: 14px !important;
}
@media (min-width: 992px) {
 .width-770{
    max-width:770px;
   }
   .regForm .form-card .row-cols-lg-5>* {
    max-width: 19% !important;
    white-space: nowrap;
}
.regForm .form-card .row-cols-lg-5 .width-set {
  max-width: 24% !important;
}
}
@media (min-width: 1200px){
.container{
    max-width: 1170px !important;
}
}
    /*-------------------------range-----------------  */
    a#nextBtn {
      line-height: 42px;
  }
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }
    .slider input[type="range"] {
      -webkit-appearance: none !important;
    width: 100% !important;
    flex: 0 0 86% !important;
    max-width: 70% !important;
    height: 3px;
    background-color: #D6D5D9;
    border: 1px solid #D6D5D9;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .slider.d-flex.align-items-center.border-bottom.mt-3.pb-4 .col-4 {
      flex: 0 0 27.333333% !important; padding-left: 10px !important;
  }
  .slider input[type="range"]:hover {
    background-color: #cf6281b4; }

    .slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 35px;
  height: 35px;
  background-color: #CC4369;
  border-radius: 30px;
  border:4px solid #F584A3;
  box-shadow: 0px 0px 3px #F584A3;
  transition: all 0.5s ease; }
  .slider input[type="range"]::-webkit-slider-thumb:hover {
    background-color: #CC4369; }
    .slider input[type="range"]::-webkit-slider-thumb:focus {
      background-color: #CC4369;}
      #progressbar span.d-block.mt-2.white-norap.font-12.blk-text {
        font-weight: 400;
    } 
.rangevalue {
  text-align: center;
  font-family: 'Rubik';
  font-size: 18px;
  display: block;
  width: 185px !important;
  border-radius: 30px;
  background: #606060;
  margin-left: auto;
  height: 35px;
  line-height: 37px;
  color: #fff;
}

.range_slide {
  width: 100%;
    height: 3px;
    -webkit-appearance: none;
    background: #d6d5d9;
    position: relative;
    border-radius: 48px;
    overflow: initial;
    top: -12px;
}
.over-height {
  overflow: hidden;
  height:8px;    border-radius: 50px;
  width: 75%;
}
.range_slide::-webkit-slider-thumb:before{
  width: 35px;
  position: absolute; z-index: 99; content: "";
  height:35px;
  border-radius: 50%;top: 0;
  background: #51c57e;right: 0;
  cursor: pointer;
  border: 4px solid #43b834;
}
.range_slide::-webkit-slider-thumb:after{
  -webkit-appearance: none;
  width: 35px;
  position: absolute; z-index: 99; content: "";
  height:35px;
  border-radius: 50%;top: 0;
  background: #cc4369;left: 0;
  cursor: pointer;
  border: 4px solid #F584A3;
  box-shadow: -407px 0 0 400px #cc4369;
}
.range_slide::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 35px;
  height:35px;
  border-radius: 50%;
  background: #cc4369;
  cursor: pointer;
  border: 4px solid #F584A3;
  box-shadow: -407px 0 0 400px #cc4369;
}


@media (max-width:991px) {
  .width-770 {
    max-width: 90%;
}
}
@media (max-width:767px) {
  .slider.d-flex.align-items-center.border-bottom.mt-3.pb-4 .col-4 {
    margin-left: 0 !important;
  }
  footer.footer.py-4 {
    padding-left: 30px;
    padding-right: 30px;
}
.rangevalue {
  width: 100% !important;
  padding: 0 15px;
  font-size: 15px;
}
}
@media (max-width:576px) {
  .form-card.p-28.bg-white.mb-30 .row-cols-3>* {
   flex: 0 0 50% !important;
    max-width: 50% !important;
}
body .col-6, body .col-12, body .col-6 .tab-check, body .col-12 .tab-check, .row.border-bottom .tab-check:nth-child(1), .row.border-bottom .tab-check:nth-last-child(1) {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.row {
  margin: 0 !important;
}
}
@media (max-width:500px) {
  #progressbar span.d-block.mt-2.white-norap.font-12.blk-text{
    white-space: pre-line;
}
.cont-sel, .step-form form.regForm .Zip_Code .form-control {
  font-size: 13px !important;}
  footer.footer a, footer.footer p {
    font-size: 12px !important;
}
.gap-53 {
  gap: 20px !important;
}
}
@media (max-width:420px) {
.p-28 {
  padding: 15px !important;
}
footer.footer.py-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.cont-sel, .step-form form.regForm .Zip_Code .form-control {
  font-size: 12px !important;
}
.cont-sel {
  padding-left: 39px !important;
}
}



label.blk-text.mb-0 {
    font-family: 'Rubik';
}

