/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
a {
    text-decoration: none;
}

h2 {
    margin-bottom: 20px;
}

.m-center {
    margin: 0 auto;
}

.blueBg {
    background-color: #28b3ce;
}

.garyFont {
    color: #989898;
}

.contact-info {
    height: 100%;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #f8f8f8;
    padding: 30px 0px;
    border-radius: 10px;
    height: 100%;
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #4c4c4c;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

#display {
    font-size: 0.8rem;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);

    box-shadow: 0 0 0 .25rem rgba(11, 150, 155, 0.25);
}

.form-select:focus {
    border-color: var(--primary-color);

    box-shadow: 0 0 0 .25rem rgba(11, 150, 155, 0.25);
}

.form-label {

    margin: 0px;
}

.double {
    border: 3px double #707070;
    border-top: 0px solid;
    opacity: .25;
}

.addCart {
    padding: 15px;
    border-radius: 10px;
    border: 0px;
    white-space: nowrap;
    font-size: 0.85rem;
    flex: 1 1 0;
    min-width: 0;
}

.paynow {
    white-space: nowrap;
    font-size: 0.85rem;
    flex: 1 1 0;
    min-width: 0;
}

.delete {
    color: #030303;
    text-decoration: underline;
}


.garyBg {
    background-color: #f8f8f8;
}

.goldBg {
    background-color: #ca8b29;
}

.redBg {
    background-color: #d22d2d;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #f5af43 !important;

}

.productCard {
    display: flex;
    flex-direction: row;
}

.food_img {
    position: relative;
    padding-left: 100px;
    overflow: hidden;
    height: 100px;
    margin-right: 6px;
}

.food_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-warning {
    color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--primary-color);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.tableImg {
    width: 100px;
}

.small {
    font-size: 0.8rem !important;
}

.greenBg {
    background-color: #42ce48;
}

.big {
    font-size: 1.4rem;
}

.smallbig {
    font-size: 1.2rem;
}

.greenColor {
    color: #42ce48 !important;
}

.redColor {
    color: #d1181e !important;
}

.lightGreyColor {
    color: #989898 !important;
}

.phoneHK {
    position: relative;
}

.phoneHK span {
    top: 8px;
    left: 8px;
    position: absolute;
}

.phoneHK .phoneHKinput {
    padding-left: 60px;
}

.tableImg {
    overflow: hidden;
    border-radius: 10px;
}

.stickey {
    position: sticky;
    top: 50px;
    z-index: 99;
}

.shadowbox {
    border-radius: 10px;
    box-shadow: 0px 0px 5px #cdcdcd;
}

.lite-line {
    background-color: #cdcdcd;
}

.devform {
    padding: 20px;

}

.productNum {
    display: flex;
}

.productNum input {
    margin: 0px 2px;
    max-width: 50px;
}

.form-check-input:checked {
    background-color: #1eb2bb;
    border-color: #1eb2bb;
}

.productAdd p {
    margin-bottom: 0;
}

.qty {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 0px 5px;
    width: 48px;
}

.qty-value {
    width: 3rem;
    padding: 0;
}

.qty-value-check {
    width: unset !important;
    padding: 0;
}

.glightbox2 {
    color: #4c4c4c;
}

.qty-change {
    border: 0;
    width: 25px;
    background-color: #dcdcdc;
    box-shadow: 2px 1px 2px #e5e5e5;
}

.qty-change:first-child {
    border-radius: 4px 0px 0px 4px;
}

.qty-change:last-child {
    border-radius: 0px 4px 4px 0px;
}

.list-item .tagBtn:hover {
    opacity: 1 !important;
}

.card .tagBtn {
    text-align: center;
    padding: 5px 10px !important;

}

.cardPriceWrap {


    text-align: center;
    position: relative;

}

.breadcrumb {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.breadcrumb h1 {
    font-size: 1rem;
    margin: 0px;
}

.cardTagWrap {
    gap: 5px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.filterItem {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #4c4c4c;


    border-bottom: 1px solid #efefef;
}

.filterlink {
    padding: 10px;
    display: block;

    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: scale(1);
    color: #4c4c4c;
}

.filterlink:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
    color: var(--secondary-color);
}

.filterlink.active {
    transform: scale(1.1);
    color: var(--secondary-color);
}


.filter-categories {
    width: 100%;
    list-style: none;
    padding: 0;

}

.card-title {
    /*     text-overflow: ellipsis; */
    /*     overflow: hidden; */
    height: auto;
    margin-bottom: 10px;
    display: -webkit-box !important;
    /*   -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal; */
}

.cardTag {
    max-width: 100%;
    font-size: 0.8rem;
    z-index: 2;
    background-color: #303030;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
}

.card-body {
    position: relative;

}


.leftBottom {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
}

.rightBottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.leftTop {
    z-index: 2;
    position: absolute;
    left: 10px;
    gap: 4px;
    max-width: 100px;
    top: 10px;
    display: flex;
    flex-wrap: wrap;

}

.rightTop {
    z-index: 2;
    position: absolute;
    right: 10px;
    gap: 4px;
    max-width: 100px;
    top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #cdcdcd !important;
    border-color: #cdcdcd;
}

.productTag {
    margin-top: 5px;
    white-space: nowrap;
    background-color: #303030;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
}

.productTagWrap {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.productBtn {
    gap: 10px;
    display: flex;

}

.productBtn button {
    font-size: 0.8rem;
    white-space: nowrap;

}

.productWrap {
    padding: 10px;
    margin: 20px 0px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.productTitle {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    margin-bottom: 10px;
}

.cart-total {
    border-radius: 10px;
}

/* css used in the product_detail page */

.steps-horizontal {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
    padding: 0;
    margin: 0px auto;
    margin-bottom: 20px;
}

.steps-horizontal::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.form {
    position: relative;
    max-width: 430px;
    margin: 0px auto;
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    background: #FFF;
}

.field input,
.field select {
    outline: none;
    padding: 0 15px;

}

.field input,
.field select,
.field button {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid #CACACA;
}

.form .field {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.form .field .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #8b8b8b;
    cursor: pointer;
    padding: 5px;
}

.form-group {
    text-align: left;
    margin-bottom: 10px;
}

.form.signup {
    display: none;
}

.dropdown-menu-end {
    right: 0;
}

.signup .input-group,
.login .input-group {
    height: 50px;
    margin-top: 20px;
}

.widthAuto {
    width: auto !important;
}

.shadowBtn {
    border-radius: 4px;
    border: 0px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin: 0px 6px;
    color: var(--primary-color);
}

.cardsPoint {
    padding: 20px;
    text-align: left;
    max-width: 400px;
    min-height: auto;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 25%);
    transition: all 0.2s;
}

.cardsPoint__title {
    font-size: 4rem;
}

.card-4 {
    background: rgb(185 252 255);
    background: linear-gradient(32deg, rgb(185 252 255) 5%, rgb(5 158 168) 106%);
}

.verifyWrap {
    display: none;
}

.shopping_cart_item_count_container {
    font-size: 10px;
    color: #fff;
    right: -2px;
    position: absolute;
    display: flex;
    justify-content: center;
    min-width: 1rem;
    min-height: 1rem;
    align-items: center;
    border-radius: 50%;
    background-color: var(--secondary-color);
    top: -5px;
}

.sidebar-item .btn {
    padding: 15px;
    border-radius: 0px;
    text-align: left;
    border-bottom: 1px solid #ededed;
}

.sidebar-item .btn:hover {
    color: #4c4c4c;
    background-color: #f9f9f9;
}

.sidebar-item .btn.active {
    border: 0;
    background-color: #f5af43 !important;
    color: #fff !important;
}

.step-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.step-description {
    font-size: 12px;
    color: #adb5bd;
    max-width: 150px;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background: var(--secondary-color);
    border-color: var(---secondary-color);
    color: white;
    box-shadow: 0 0 0 5px rgba(230, 170, 6, 0.2);
}

.step-horizontal.complete .step-icon {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
}

.amount_display {
    border: none;
    max-width: 100px;
    color: #000;
    padding: 5px;
    font-size: 1rem;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    text-align: left;
}

.order_grand_total_amount_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modifier_container {
    display: flex;
}

.sub_modifier_container {
    display: flex;
    justify-content: space-between;
}

.modifier_container:hover,
.sub_modifier_container:hover {
    background-color: #f1f1f1;
}

.sub_modifier_container_label_container {
    display: flex;
    flex-direction: column;
}

.modifier_container_label_container {

    width: 100%;
}

.sub_modifier_container_label_container .label_detail {
    display: flex;
    flex-direction: column;
}

.modifier_container_label_container .label_detail .food_code {
    font-size: 0.875rem;
    background-color: #1265a8;
    white-space: nowrap;
    color: #fff;
    border-radius: 0.4rem;
    padding: 0.125rem;
    margin: 0.25em;
}

.cart_main_modifier_container .cart_main_modifier_label_container .cart_main_modifier_label {
    background-color: #1265a8;
    border-radius: 0.25rem;
    color: #fff;
    max-height: 1rem;
    padding: 0.2rem;
    min-width: fit-content;
    text-align: center;
    font-size: 0.75rem;
}

.cart_main_modifier_container .cart_main_modifier_label_container .cart_main_modifier_title {
    font-size: 0.75rem;
}

.cart_main_modifier_container .cart_main_modifier_label_container .cart_main_modifier_title .cart_main_modifier_amount {
    color: lightslategray;
}


.cart_sub_modifier_container .cart_sub_modifier_label_container .cart_sub_modifier_label {
    background-color: #F6AE2D;
    border-radius: 0.25rem;
    white-space: nowrap;
    max-height: 1rem;
    min-width: fit-content;
    padding: 0.2rem;
    color: #fff;
    text-align: center;
    font-size: 0.5rem;
}

.cart_sub_modifier_container .cart_sub_modifier_label_container .cart_sub_modifier_title {

    font-size: 0.75rem;
}

.cart_sub_modifier_container .cart_sub_modifier_label_container .cart_sub_modifier_title .cart_sub_modifier_amount {
    color: lightslategray;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #cdcdcd;
}

#price_sub_total {
    text-align: right;
}

.food_detail {
    padding: 10px 0px;
    width: 100%;
}

.productAdd {
    -ms-flex-align: center !important;
    align-items: center !important;

    font-size: 0.85rem;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: flex;
    padding-right: 10px;

}

.modal-content {
    position: relative;
}

.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit;
    /* [1] */
    z-index: 1055;
    /* [2] */
}

.productImg img {
    border-radius: 10px;
}

.productImg {
    display: block;
    padding: 10px;

    max-width: 20%;
}

.productPrice {
    color: #d1181e;
    font-size: 1.6rem;
}

.productName {
    padding: 10px;
}

.productDetail {
    align-items: start;
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.productItem {
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.food_code {
    padding: 5px 10px;
    font-size: 0.6rem;
    color: #fff;
    border-radius: 10px;
    background-color: var(--primary-color);
}

.food_code_secoundy {
    padding: 5px 10px;
    font-size: 0.6rem;
    color: #fff;
    border-radius: 10px;
    background-color: var(--secondary-color);
}

.productItemWrap input:checked+label {

    background-color: #ffdfae;
}

.accordion-button:focus {

    border-color: var(--primary-color);

    box-shadow: 0 0 0 0.25rem rgba(7, 138, 143, 0.3);
}

.productItemWrap {
    margin-bottom: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.mianWrap {
    margin: 60px auto;
}

.list-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    overflow: hidden;
}

.list-item {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

.list-wrapper .card {
    border: 0px;
    /*   box-shadow: 0px 0px 10px 0px #eee; */
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--secondary-color) !important;
}

/* .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px !important;
} */

.swiper {

    width: 100%;
    height: auto;
    padding-bottom: 30px !important;
}

.swiper-wrapper {
    height: auto !important;

}

.swiper-slide {
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;

    justify-content: center;
    align-items: center;
}

.recordSwiper .swiper-slide {
    height: auto !important;
}

.swiper-slide img {
    display: block;
    width: 100%;

    object-fit: cover;
}

.list-wrapper .card-title {
    font-weight: normal !important;
}

.list-wrapper .cardImg {
    overflow: hidden;
    border-radius: 10px;

    position: relative;
    padding-bottom: 100%;
}

.list-wrapper .cardImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-wrapper .card {
    position: relative;

}

@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
        /* Start slightly below */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* End at the original position */
    }
}

.addToCart {
    display: none;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.list-wrapper .card:hover .addToCart {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    opacity: 1;
    color: #fff;
    z-index: 20;
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(30, 178, 187, 0.8);
    animation: fadeInSlideUp 0.3s ease-in-out;
    /* Apply the animation */
}

.list-wrapper .card:hover .quickviewBtn:hover {

    background-color: var(--secondary-color);

}

.list-wrapper .card:hover .card-title {
    color: var(--secondary-color);

}

.list-wrapper .card img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.list-wrapper .card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.list-wrapper .card h5 {
    text-align: center;
    font-size: 1rem;
    height: auto;
}



.card-price {
    white-space: nowrap;
    color: #c41200;
    font-weight: bold;
    font-size: 0.8rem;
}

.list-item h4 {
    color: #ff7182;
    font-size: 18px;
    margin: 0 0 5px;
}

.nowrap {
    white-space: nowrap;
}

.list-item p {
    margin: 0;
}

.listDisplay {
    display: flex;
    flex-direction: row;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
}

.simple-pagination .current {
    color: #fff;
    background-color: #f5af43;
    border-color: #f5af43;
}

.page-link:hover {
    color: #f5af43;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e7e7e7;
    border-color: #e7e7e7;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.close {
    vertical-align: middle;
    background-color: #fff;
    border: none;
    position: absolute;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 1.5rem;
    top: -12px;
    right: -8px;
    z-index: 10;
}

::selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--primary-color);
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: var(--primary-color);
    /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

body {
    line-height: 1.5;
    color: #555;
    font-family: "Lato", sans-serif;
}

.bold {
    font-weight: bold;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}



small {
    font-family: "Lato", sans-serif;
}

footer {
    display: block;
    background-color: #1b1b1b;
    width: 100%;
    color: #fff;
    padding: 60px 0 20px 0;
    position: relative;
    bottom: 0;
    left: 0;
}

.footerlogo {
    width: 100%;
    text-align: center;
}

.footerlogo img {
    width: auto;
    height: 30px;
}

.FooterRow {
    width: 100%;
    text-align: center;
}

.FooterLinks a {
    margin: 0 20px;
    color: #fff;
    text-decoration: none;
}

.labelBtn:focus:not(:focus-visible) {

    background-color: #cdcdcd !important;
}

.FooterSocialLinks a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
}

footer hr {
    border: 0;
    border-top: 1px solid #535353;
}

footer .copyrights {
    position: relative;
    padding: 10px 0;
    color: #fff;
    line-height: 1.8;
    font-size: 13px;
}

footer .copyrights a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.FooterRow .payment {
    position: absolute;
    right: 0;
    top: 20px;
}

.FooterRow .payment img {
    width: auto;
    height: 26px;
    margin-left: 5px;
}

.scrollupIcon {
    position: relative;
    left: 0px;
    top: -5px;
}

.scrollToTop {
    width: 35px;
    height: 35px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #1eb2bb;
    text-decoration: none;
    position: fixed;
    bottom: 25px;
    right: 25px;

    z-index: 99;
}

.loginWrap {
    margin: 40px 10px !important;
}

.textAreaWrap {
    overflow: hidden;
    max-width: 55%;
    margin: 0px auto;
}

.scrollToTop img {
    width: 35px;
    height: 35px;
}

.slider-nav__item {
    padding: 5px 5px 0px 5px;
}

.slider-for .slick-current {
    background-color: #fff !important;
}

.slider-for__item img {
    width: 100%;

}

.slick-current {
    background-color: #f5af43;
}

.fixwhatsapp:hover {
    color: #fff;
    background-color: #38d8e3;
}

.scrollToTop:hover {
    color: #fff;
    text-decoration: none;
    background-color: #38d8e3;
}

.stepCardIcon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    display: block;
}

.stepCardIcon {
    font-size: 1.5rem;
    text-align: center;
    margin: 0px auto;
    color: rgb(47, 47, 47);
    margin: 20px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    width: 60px;
    position: relative;
}

.successIconColor {
    padding: 0px 25px;
    margin: 0 !important;
    margin-right: 10px !important;
    border: 1px solid #00cb44;
    color: #00cb44 !important;
}

.triangle {
    display: block;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: inherit;
    position: absolute;
    bottom: -10px;
    top: 43%;
    right: -5px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(-135deg);
    border-radius: 0 0 0 0.25em;
}

.docmentWrap {
    padding: 40px 0px;
    background-color: #efefef;
}

.stepCard {
    height: 100%;
    padding: 0px 10px;
    text-align: center;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 2px 2px 24px 0px;
}

.stepCardWrap {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
}


.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-middle {
    height: auto !important;
    left: 0;
}

.magnific-max-width .mfp-content {
    max-width: 800px;
}

/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    overflow: hidden;
}


.mb-30 {
    margin-bottom: 30px;
}

.col-center {
    text-align: center;
}

.col-center>[class*="col-"] {
    float: none;
    display: inline-block;
    text-align: left;
}

.staraward-bgc {
    background-color: #2e3192 !important;
    color: #fff !important;
}

.img-responsive {
    display: block;
    padding-bottom: 40px;
}

.qty-change[type=checkbox] {
    box-shadow: none !important;
}

.hidden {
    display: none;
}