@font-face {
  font-family: HelveticaNeue;
  /* src: url(../fonts/Helvetica\ Neue\ LTW0697BlkCnObl.otf);
  src: url(../fonts/Helvetica\ Neue\ LTW0697BlkCnObl.ttf); */
  /* src: url(../fonts/Helvetica\ Neue\ Medium\ Extended.otf);
  src: url(../fonts/Helvetica\ Neue\ Medium\ Extended.ttf); */
  /* src: url(../fonts/Helvetica\ Neue\ UltraLight.otf);
  src: url(../fonts/Helvetica\ Neue\ UltraLight.ttf); */
  /* src: url(../fonts/Helvetica\ Neue\ W01\ 66\ Medium\ It.otf);
  src: url(../fonts/Helvetica\ Neue\ W01\ 66\ Medium\ It.ttf); */
  src: url(../fonts/Helvetica\ Neue\ W01\ 77\ Bd\ Cn\ Obl.otf);
  /* src: url(../fonts/Helvetica\ Neue\ W01\ 77\ Bd\ Cn\ Obl.ttf); */
  /* src: url(../fonts/Helvetica\ Neue\ W01\ 87\ Hv\ Cn\ Obl.otf);
  src: url(../fonts/Helvetica\ Neue\ W01\ 87\ Hv\ Cn\ Obl.ttf); */
}

.form-control,
.form-select,
textarea {
  font-family: 'Inter', sans-serif!important;
  background-color: #eee !important;
  padding: 9px 20px;
  outline: 0;
  color: rgba(0, 20, 42, 0.6) !important;
  border: 1px #ffffff solid !important;
  border-radius: 50px !important;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  overflow-x: hidden;
}
textarea{
  border-radius: 25px !important;
}

.form-control:focus, .form-select:focus {
  box-shadow: none !important;
  border-color: #ffffff !important;
}

.paymentSectionSpace {
  padding-bottom: 80px;
}

.breadcrumb {
  margin: 30px auto !important;
  place-content: center;
}

.breadcrumb-item a {
  color: #000 !important;
}

.breadcrumb-item img {
  width: 20px;
  margin: 0 10px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

li.breadcrumb-item.active img {
  opacity: 0.4;
}

.paymentLine {
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}

.paymentLine hr {
  width: 99%;
  opacity: 0.8;
  text-align: center;
  color: #eee;
}

.billingAddressTxt {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.billingAddressTxt i {
  margin-left: 10px;
}
.orderSummaryHeader{
  color: #fff;
  background: linear-gradient(to right, #5164cd, #5164cd, #31bcb9, #31bcb9);
  padding: 30px 20px 30px 20px;
  border-radius: 25px 25px 0 0;
}
.orderSummaryBody{
  padding: 20px 0 30px 0;
  border-radius: 0 0 25px 25px;
  background-color: #eee;
}
.flexStyle{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sectionPadding{
  padding: 0 20px;
}
.orderSummaryHeader {
  font-size: 20px;
}
.paymentPackageFontStyle{
  font-size: 16px!important;
  font-weight: 500;
}
.paymentPackagePriceStyle{
  font-size: 14px!important;
  font-weight: 500;
}
.paymentPackageDetailsFontStyle{
  font-size: 14px!important;
}
.paymentSecondaryPackageDetailsFontStyle{
  font-size: 12px!important;
  opacity: 0.8;
}
.paymentSecondaryPackagePriceStyle{
  font-weight: 400!important;
  font-size: 12px!important;
}
.orderSummaryHr hr{
  color: #ababab;
}
.couponCode{
  width: 100%;
}
.couponCode input{
  background-color: #fff!important;
  padding: 7px 20px;
}
.couponCode a {
  color: #000!important;
  font-size: 14px!important;
  text-decoration: underline!important;
  opacity: 0.5;
}
.couponCode a:hover {
  color: #5064cd!important;
  opacity: 1;
}
.subTotalFontStyle > p{
  font-weight: 400!important;
  font-size: 14px!important;
}
.checkoutBtn{
  width: 100%;
}
.checkoutBtn a{
  width: 100%;
  margin-top: 5px!important;
    height: 48px;
}
.checkoutBtn a:{
  width: 100%;
  margin-top: 5px!important;
    height: 48px;
}
.checkoutBtn a:hover {
  border: 1px solid transparent;
  color: #ffffff!important;
  width: 100%;
  height: 50px;
}
.checkoutBtn a:hover:before {
  height: 700%;
}
.safeContent{
  display: flex;
  align-items: center;
  place-content: center;margin-bottom: 10px;
}
.safeContent img{
 margin-right: 10px;
}
.safeContain p{
  font-size: 13px!important;
  line-height: 20px!important;
}
.safeContain a{
  font-size: 12px!important;
  color: #31bcb9!important;
  line-height: 20px!important;
}
.safeContain a:hover{
  text-decoration: underline!important;
}
.collapsePosition{
  position: relative;
}
.couponBtn{
  position: absolute;
  right: 4px;
    bottom: -42%;
}
.couponBtn a{
  width: 34px;
  height: 34px;
  color: #fff!important;
  line-height: 36px !important;
  opacity: 1;
}
.methodHeaderStyle{
  color: #000;
    border-radius: 25px 25px 0 0;
    font-size: 20px;
    margin-top: 25px;
}
.cartDetails input{
  background-color: #fff!important;
  padding: 7px 20px;
}
.cartDetails {
  margin: 0 0 5px 0;
}
.form-check {
  display: flex;
  align-items: flex-end;
  margin: 0 0px 0 43px;
}
.acceptCheck input{
  margin-right: 10px;
}
.paymentBody{
  background-color: #eee;
    padding: 25px 0 10px 0;
    border-radius: 0 0 25px 25px;
}
.paymentFooterAlign img{
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.paymentFooterAlign{
  display: flex;
  align-items: center;
}
.paymentFooterAlign p{
  font-size: 14px!important;
  line-height: 18px!important;
  margin-top: 10px;
  color: #162D3D;
}
.paymentFooterHr hr{
    opacity: 0.8;
    text-align: center;
    color: #eee;
    margin: 30px 0;
}
.footerAddress{
  font-size: 14px!important;
  margin-top: 20px;
}
.cardBorder {
  background-color: #fff;
  padding: 13px 20px;
  border-radius: 25px;
}
.addonsBtn {
  background: #30bdb9;
  color: #fff;
  padding: 0px 8px;
  border-radius: 20px;
  font-size: 10px!important;
  cursor: pointer!important;
}
.addonsBtn i{
  margin-right: 5px;
}
.modal-header{
  border-bottom: none!important;
}
.modal-footer{
  border-top: none!important;
}
.addonsBody > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}
.addonsBody span {
  font-size: 14px;
  font-weight: 500;
}
.addonsBody p {
  font-size: 15px;
}
.additionalPackageLeft{
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.modalTitle{
  font-size: 18px!important;
}
.modal-body{
  padding: 0 20px;
}
.addonsBody{
  padding: 0 20px 30px 20px;
}
.addonsBody img{
  width: 15px;
  height: 15px;
  margin-right: 10px;
}



.shipTo i{
  font-size: 34px;
}
.textMuted{
  color: #ababab;
}
.completeDetails{
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 10px 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/")!important;
}
.form-check {
  display: flex;
  align-items: flex-end;
  border: 1px solid #eee !important;
  background-color: #eee;
  outline: 0;
  color: rgba(0, 20, 42, 0.6);
  box-shadow: none !important;
  padding: 11px 20px;
  border-radius: 50px;
  font-size: 1rem;
}
.qtyBtn {
  display: flex;
  padding: 0 11px;
}
.qtyDisableBtn {
  width: 50%;
  text-align: center;
  color: #aaa !important;
  border-radius: 0!important;
}
.qtybetweenBtn1 {
  border-right: 1px solid #eee !important;
  border-radius: 50px 0 0 50px!important;
}
.qtybetweenBtn2 {
  border-left: 1px solid #eee !important;
  border-radius: 0 50px 50px 0!important;
}
.qtybetweenBtn1, .qtybetweenBtn2 {
  width: 25%;
  text-align: center;
  background-color: #c8c8c869 !important;
  padding: 0 25px 0 20px;
}
.termCondition {
  display: flex;
  align-items: flex-start;
  margin-left: 19px;
}
.form-label, .form-check-label {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 20, 42, 0.6);
}
.termsTxt {
  color: #6c757d !important;
}

.dropdown dd, .dropdown dt {
  margin:0px;
  padding:0px;
}
.dropdown ul {
  margin: -1px 0 0 0;
}
.dropdown dd {
  position:relative;
}
.dropdown a, 
.dropdown a:visited {
  text-decoration:none;
  outline:none;
  font-size: 12px;
}
.dropdown dt a {
  background-color: #eeeeee;
    display: block;
    padding: 9px 20px 9px 20px;
    border-radius: 25px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    width: 100%;
    color: #5f6b78!important;
}
.dropdown dt a span, .multiSel span {
  cursor:pointer;
  display:inline-block;
  padding: 0 3px 2px 0;
}
.dropdown dd ul {
  background-color: #eeeeee;
    border: 0;
    color: #5f6b78;
    display: none;
    left: 0px;
    padding: 15px 20px;
    position: absolute;
    top: 2px;
    width: 100%;
    border-radius: 20px;
    list-style: none;
    min-height: 130px;
    max-height: 145px;
    overflow: auto;
    z-index: 1000;
}
.dropdown span.value {
  display:block;
}
.dropdown dd ul li a {
  padding:5px;
  display:block;
}
.dropdown dd ul li {
  padding: 5px 0;
}
.dropdown dd ul li input{
  margin-right: 10px;
}
.mutliSelectSpan{
  float: right;
}
.dropdown dd ul li a:hover {
  background-color:#fff;
}
