@font-face {
    font-family: "domaine_textregular";
    src: url("font/domainetext-regular-webfont.woff2") format("woff2"), url("font/domainetext-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "domaine_textmedium";
    src: url("font/domainetext-medium-webfont.woff2") format("woff2"), url("font/domainetext-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "domaine_textlight";
    src: url("font/domainetext-light-webfont.woff2") format("woff2"), url("font/domainetext-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
input:focus {
    box-shadow: none;
    outline: none;
}
body {
    font-family: "domaine_textmedium";
}
a,
a:hover {
    text-decoration: none;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-21 {
    font-size: 21px;
}
.fs-22 {
    font-size: 22px;
}
.fs-23 {
    font-size: 23px;
}
.fs-24 {
    font-size: 24px;
}
.fs-25 {
    font-size: 25px;
}
.fs-26 {
    font-size: 26px;
}
.fs-27 {
    font-size: 27px;
}
.fs-28 {
    font-size: 28px;
}
.fs-29 {
    font-size: 29px;
}
.fs-30 {
    font-size: 30px;
}
.fs-31 {
    font-size: 31px;
}
.fs-32 {
    font-size: 32px;
}
.fs-33 {
    font-size: 33px;
}
.fs-34 {
    font-size: 34px;
}
.fs-35 {
    font-size: 35px;
}
.fs-36 {
    font-size: 36px;
}
.fs-37 {
    font-size: 37px;
}
.fs-38 {
    font-size: 38px;
}
.fs-39 {
    font-size: 39px;
}
.fs-40 {
    font-size: 40px;
}
.bg-danger {
    background-color: #ff6003 !important;
}
.btn-danger,
.btn-danger:hover {
    background-color: #ff6003;
    border-color: #ff6003;
}
.btn-danger:hover {
    opacity: 0.8;
}
.cursor-pointer {
    cursor: pointer;
}
.text-primary {
    color: #ffea03 !important;
}
.border-dashed-botom {
    border-bottom: 1px dashed #d6d6d6;
}
.dropdown-toggle::after {
    content: "";
    border-bottom: 0;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
}
.dropdown.show .dropdown-toggle::after {
    transform: translateY(6px) rotate(-140deg);
}
.dropdown-item {
    font-size: 14px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* login page */
.login_section {
    height: 100vh;
    background: #fbb6ba url("../images/new-deskbnr.png") no-repeat left center/cover;
}
.loginRow {
    min-height: calc(100vh - 106px);
    /* padding-top: 20px; */
}
.loginRow .fs-37 {
    line-height: 1.2;
}
.loginRow .form-control {
    height: 50px;
}

.loginRow .d-grid .btn-danger {
    padding: 12px 0px;
}
.showOTP .phone_form {
    display: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.radio_custom li {
    width: 49.6%;
    display: inline-block;
}
.radio_custom li:hover {
    background-color: rgba(255, 96, 3, 0.06);
}
.radio_custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.radio_custom label {
    position: relative;
    cursor: pointer;
    color: #000;
    display: block;
    padding: 12px 10px 12px 44px;
    font-size: 15px;
}
.radio_custom label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid#000;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    left: 10px;
    top: 12px;
}
.radio_custom input:checked + label:before {
    border: 2px solid #ff6003;
}
.radio_custom input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 15px;
    width: 12px;
    height: 12px;
    background-color: #ff6003;
    border-radius: 50%;
}
.radio_custom input:checked + label {
    color: #ff6003;
}
/* login page end */
/* home page */

#selectCards .modal-dialog .modal-content {
    border-radius: 14px;
    overflow: hidden;
}

header {
    background: #fff2f0;
    border-bottom: 3px solid #efefef;
}
.dropdown-toggle::after{
    display: none
}
header #nav-icon1 {
    width: 25px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    top: 0;
    height: 25px;
    position: relative;
}
header #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
}
header #nav-icon1 span:nth-child(1) {
    top: 6px;
}
header #nav-icon1 span:nth-child(2) {
    top: 14px;
}
header #nav-icon1 span:nth-child(3) {
    top: 22px;
}
.open header #nav-icon1 span {
    background: #ff6003;
}
.open header #nav-icon1 span:nth-child(1) {
    top: 11px;
    transform: rotate(40deg);
}
.open header #nav-icon1 span:nth-child(2) {
    opacity: 0;
    left: -48px;
}
.open header #nav-icon1 span:nth-child(3) {
    top: 11px;
    transform: rotate(-40deg);
}
.hamburger:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    z-index: 4;
    opacity: 0;
    display: none;
}
.open .hamburger:before {
    opacity: 1;
    display: block;
}
.mid_listing {
    background: #efefef;
}

.card_image {
    text-align: center;
    background: #cb2f45 url(../images/card_image.jpg) no-repeat center center/cover;
    padding: 20px 70px;
    border-radius: 20px;
    color: #fff;
    margin-top: -86px;
    position: relative;
    z-index: 1;
}

.card_image h6{
    font-size: 20px;
}

.card_image h5{
    font-size: 16px;
}

.card_image h3{
    font-size: 56px;
    margin: 0;
}

.listingOuter {
    border-radius: 12px;
}

.logo_dv {
    margin-top: -54px;
    position: relative;
}
.logo_dv div {
    background: #eee;
    padding: 4px;
}
.price_list {
    background: #d8d8d8;
    display: inline-block;
    font-size: 13px;
    width: 24%;
    cursor: pointer;
}
.activePrice {
    background: #ff6003;
    color: #fff;
}
.navigationSlide {
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 100;
    display: none;
}
.navigationSlide li {
    list-style: none;
}
.navigationSlide li a {
    font-size: 14px;
    color: #383838;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
.open .navigationSlide {
    display: block;
}
.closedNav {
    position: absolute;
    top: 10px;
    left: -40px;
    cursor: pointer;
}
body.open {
    overflow: hidden;
    position: fixed;
}
/* home page end */
/* modal css */
.form-select {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}
.qtyOuter {
    display: inline-block;
    border: 1px solid #ff6003;
}
.qtySelector {
    display: flex;
    align-items: center;
}
.qtySelector div {
    position: relative;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.qtySelector .qtyValue {
    border: none;
    width: 35px;
    float: left;
    text-align: center;
    pointer-events: none;
    height: 34px;
    background: transparent;
}
.decreaseQty::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 40%;
    height: 2px;
    background: #ff6003;
    top: 50%;
    transform: translate(-50%);
}
.increaseQty::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 40%;
    height: 2px;
    background: #ff6003;
    top: 50%;
    transform: translate(-50%, -50%);
}
.increaseQty::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 40%;
    background: #ff6003;
    top: 50%;
    transform: translate(-50%, -50%);
}
.decreaseQty {
    border-right: 1px solid #ff6003;
}
.increaseQty {
    border-left: 1px solid #ff6003;
}
.modal .form-control {
    background: #f1f1f1;
    border-color: #cccccc;
}


.impInstructions li {
    color: #171717;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
  }
  .impInstructions li strong {
    color: #002B74;
  }
  .impInstructions li.not strong {
    color: #c00;
  }
  .impInstructions li:after {
    content: "\f046";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    color: #002B74;
    font-size: 22px;
    top: -5px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 36px;
    left: 0;
    z-index: 1;
  }
  .impInstructions li.not:after {
    content: "\f00d";
    top: -8px;
    color: #c00;
  }

  .address_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}



.howtomodal .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .howtomodal h6 span {
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
    line-height: 46px;
    font-size: 11px;
    font-weight: 500;
  }
  .howtomodal h6:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 44%;
    width: 100%;
    height: 1px;
    background: #979797;
    z-index: -99999;
  }
  .howtomodal figcaption {
    border-top: 1px solid #979797;
    height: 65px;
    max-height: 65px;
  }
  .howtomodal figcaption p {
    font-size: 13px;
    font-weight: 400;
  }

  .howtomodal .owl-nav button.owl-prev {
    left: -20px;
    color: #343a40;
    font-size: 50px;
  }

  .howtomodal .owl-nav button.owl-next {
    right: -20px;
    color: #343a40;
    font-size: 50px;
  }

  .howtomodal .modal-dialog {
    max-width: 1000px;
  }

  .howtomodal .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
  }

  .howtomodal .modal-dialog {
    max-width: 1000px;
  }

  .howtomodal .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
  }

  .howtomodal .owl-nav button:focus {
    outline: none;
  }

  .howtouseOuter span {
    border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}



/* modal css */
@media (max-width: 1199px) {
    .price_list {
        width: 23%;
        font-size: 12px;
        white-space: nowrap;
    }
    .logo_dv {
        margin-top: -30px;
    }
    .logo_dv div {
        width: 60%;
    }
    footer .fs-14 {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .loginRow .fs-37 {
        font-size: 21px;
    }
    .loginRow .d-grid .btn-danger {
        font-size: 14px;
    }
    .login_section label {
        font-size: 11px;
    }
    .login_section {
        height: auto;
        background: #49046e url("../images/new-mb-bnr.png") no-repeat left center/cover;
    }
    .loginRow {
        min-height: calc(100vh - 70px);
        padding-top: 20px;
        padding-bottom: 352px;
    }
    .modal h5.fs-20 {
        font-size: 14px;
    }
    .radio_custom li {
        width: 100%;
    }
    header .fs-20 {
        font-size: 16px;
    }
    .card_image {
        margin-top: -70px;
        padding: 20px 40px;
    }
    .card_image h3 {
        font-size: 38px;
    }
    .card_image h6 {
        font-size: 18px;
    }
    .card_image h5 {
        font-size: 14px;
    }
    .listingOuter .fs-14 {
        font-size: 12px;
        padding: 4px 0px;
    }
    .modal .fs-36 {
        font-size: 30px;
    }
    .loginRow .form-control {
        height: 40px;
    }
    .loginRow .d-grid .btn-danger {
        padding: 6px 0px;
    }

    .crousel_caption {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 9;
    width: 100%;
    color: #fff;
    text-align: center;
}


.baner .carousel-inner img {
    margin-top: -90px;
}
}
@media (max-width: 578px) {
    .price_list {
        font-size: 10px;
    }
}
@media (max-width: 370px) {
    .price_list {
        width: 48%;
    }
}

.crousel_caption {
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    width: 34%;
    color: #fff;
}

.crousel_caption h4 {
    font-size: 38px;
}

.crousel_caption p {
    font-size: 15px;
    font-family: sans-serif;
    margin: 0;
}

.crousel_caption {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
}
@media (max-width: 991px){
    .crousel_caption h4 {
        font-size: 22px;
    }
    .crousel_caption p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px){
    header a img {
        max-width: 60% !important;
    }
    .card_image {
        margin-top: -46px;
    }
}
@media (max-width: 767px){
   .crousel_caption {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 9;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
    }
    .card_image {
        margin-top: -70px;
        padding: 7px 10px;
        width: 100%;
        margin-top: 20px;
    }
}


.howtouseOuter  span {
  margin-right: 15px;
}
.howtouseOuter  span:last-child {
  margin-right: 0px;
}

.howtouseOuter span img {
  width: 30px;
}

.text-aubank {
    color: #6d286d;
}
