.msform fieldset {
    padding: 0px 0px 80px;
    overflow: hidden;
}

.msform fieldset:not(:first-of-type) {
    display: none
}

.msform fieldset .form-card {
    text-align: left;
}
.form-card {
   overflow: hidden;
}
.msform input.field,
.msform textarea.field {
    width: 100% !important;
    padding-left: 20px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    background-color: rgb(234, 236, 238);
    border-radius: 25px;
    border: none;
    margin-bottom: 20px;
}

.msform input.field:focus,
.msform textarea.field:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border: 1px solid #0099d8;
    outline-width: 0;
}

.msform select.field {
    width: 100% !important;
    /* height: 47px; */
    padding-left: 20px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    background-color: rgb(234, 236, 238);
    border-radius: 25px;
    border: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    margin-bottom: 20px;
}

.msform textarea.field {
    height: 100px;
}

/* input */
.material-input {
    margin-top: 55px;
}

.material-input:first-of-type {
    margin-top: 0;
}

.material-input {
    position: relative;
}

.material-input.black label {
    color: rgba(255, 255, 255, 0.7);
}

.material-input.black input {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.material-input.black span {
    color: rgba(255, 255, 255, 0.7);
}

.material-input.is-invalid span,
.material-input.is-invalid label {
    color: #ef5350;
}

.material-input.is-invalid input {
    border-bottom-color: #ef5350;
    border-bottom-width: 2px;
}

.material-input label {
    position: absolute;
    top: 8px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    transition: all 0.2s ease;
    right: 0;
    left: 0;
    cursor: text;
    text-align: left;
}

.material-input-helper {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.material-input input {
    background: none;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.42);
    transition: all 0.2s ease;
    font-size: 16px;
    position: relative;
    z-index: 9;
}
.css-13cymwt-control{
    background: none !important;
    width: 100% !important;
    border: none !important;
    outline: none !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.42) !important;
    font-size: 16px !important;
    position: relative !important;
    z-index: 0 !important;
    min-height: 38px;
    text-transform: capitalize !important;
    border-radius: 0px !important;
}
.material-input select {
    background: none;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.42);
    transition: all 0.2s ease;
    font-size: 16px;
    position: relative;
    z-index: 999;
    text-transform: capitalize !important;
}
.css-qbdosj-Input > input{
    opacity: 0 !important;
}
#react-select-1-input, #react-select-2-input, #react-select-3-input, #react-select-4-input, #react-select-5-input, #react-select-6-input, #react-select-7-input, #react-select-8-input, #react-select-9-input, #react-select-10-input {
    /* opacity: 0 !important; */
    position: absolute;
    right: 0;
}


.css-19bb58m {
    visibility: visible;
    flex: 1 1 auto;
    display: inline-grid;
    grid-area: 1 / 1 / 2 / 3;
    grid-template-columns: 0px min-content;
    margin: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
    position: relative;
}



.css-1dimb5e-singleValue {
    grid-area: 1/1/2/3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: hsl(0, 0%, 20%);
    margin-left: 2px;
    margin-right: 2px;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: SamsungOne,arial,sans-serif;
    font-weight: bold;
}
.css-t3ipsp-control,.css-t3ipsp-control:focus,.css-t3ipsp-control:hover{
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-width: 2px;
    border-color: #000 !important;
}
.css-1jqq78o-placeholder {
    grid-area: 1/1/2/3;
    color: hsl(0deg 0% 0%) !important;
    margin-left: 2px;
    margin-right: 2px;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: SamsungOne,arial,sans-serif;
    font-weight: bold;
}
.material-input input:focus,
.material-input select:focus {
    border-bottom-color: #000000;
    border-bottom-width: 2px;
}

.material-input input:focus+label,
.material-input select:focus+label  {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    top: -18px;
}
.material-input:focus-within  .date-lbl {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    top: -18px;
}
.material-input input:disabled {
    border-bottom-style: dashed;
    cursor: no-drop;
}

.material-input input:disabled+label {
    cursor: default;
}

.material-input input:not(:placeholder-shown)+label {
    font-size: 14px;
    top: -18px;
}
.react-autosuggest__container + label{
    font-size: 14px !important;
    top: -18px !important;
}

.material-input:not(:placeholder-shown)  .date-lbl{
    font-size: 14px;
    top: -18px;
}

.material-input select {
    background: none;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.42);
    transition: all 0.2s ease;
    font-size: 16px;
    position: relative;
    z-index: 9;
    text-transform: capitalize !important;
}

/* .material-input select+label {
    font-size: 14px;
    top: -16px;
}  */

.form-center {
    display: inline-flex;
    flex-flow: row;
    width: 300px;
}

.form-title {
    font-family: SamsungSharpSans, arial, sans-serif;
    text-align: left;
    padding-bottom: 20px;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

/* 라디오, 체크박스 */
.one-radio, .one-checkBox { overflow:hidden;position:relative; box-sizing:border-box; margin-bottom: 14px; }
.one-checkBox:last-of-type { margin-bottom:0; }
input[type="checkbox"]:not(old),input[type=radio]:not(old){margin:0 0 -28px 0; padding:0;opacity:0;width:30px; height:30px; display: block; }
input[type="checkbox"]:not(old) + label, input[type=radio]:not(old) + label{display:block;float:left;background:transparent;word-wrap:break-word;word-break:break-word; cursor: pointer; }
[lang="ko"] input[type="checkbox"]:not(old) + label, input[type=radio]:not(old) + label { word-break: keep-all; }
[dir="rtl"] input[type="checkbox"]:not(old) + label, [dir="rtl"] input[type=radio]:not(old) + label { float: right; padding-right: 30px; padding-left: 0; }
input[type="checkbox"]:not(old) + label, input[type=radio]:not(old) + label { font-size: 15px; font-weight: 500; line-height: 1.5; color: #636363; }
input[type="checkbox"]:not(old) + label > span,input[type=radio]:not(old) + label > span{display:inline-block;width:21px;height:21px;margin:2px 13px 10px 0;border-radius:100%;vertical-align:middle; }
input[type="checkbox"]:not(old) + label > span {margin-right:18px;}
[dir="rtl"] input[type="checkbox"]:not(old) + label > span {margin-left:18px; margin-right:0;}
input[type=radio]:not(old) + label > span {margin-right:18px; margin-left:0px; top:3px; }
[dir="rtl"] input[type=radio]:not(old) + label > span {margin-left:18px; margin-right:0px; left:inherit; right: 2px; }
input[type="checkbox"]:not(old) + label > span, input[type=radio]:not(old) + label > span {position:absolute;top:-2px;left:4px;background-color:transparent;border:1px solid #8f8f8f;}
[dir="rtl"] input[type="checkbox"]:not(old) + label > span{position:absolute; left:auto;right:2px;}
input[type="checkbox"]:not(old):checked + label > span{background-color:#0381fe;border-color:#0381fe;}
input[type="checkbox"]:not(old):checked + label > span:after{box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:relative;left:6px;top:2px;width:8px;height:11px;border-width:2px;color:#fafafa;content:'';display:table;border-style:solid;border-top:0;border-left:0;}
[dir="rtl"] input[type="checkbox"]:not(old):checked + label > span:after { right:5px; left: inherit; }
input[type=radio]:not(old):checked + label > span:after{display:block;content:'';position:absolute;top:3px;left:3px;width:13px;height:13px;background:#3e91ff;border-radius:50%;}
[dir="rtl"] input[type=radio]:not(old):checked + label > span:after{ left:inherit; right:3px; }
input[type=radio]:not(old):checked + label > span{background-color:#fff;border-color:#3e91ff;}
input[type="checkbox"]:not(old):disabled + label, input[type=radio]:not(old):disabled + label {opacity:0.4; }
input[type="checkbox"]:not(old):disabled + label > span, input[type=radio]:not(old):disabled + label > span{opacity:0.4; }
input[type="checkbox"]:not(old)+label, input[type="radio"]:not(old)+label {position:relative;padding-left:33px;}
[dir="rtl"] input[type="checkbox"]:not(old)+label { padding-left: inherit; padding-right:30px;  }


/*
  Modal Overlay
*/
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-color: #000000b3;
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 30%) 0 4rem 6rem;
    z-index: 99999;
    transition: all .5s ease 0s;
    /* overflow: hidden; */
    display: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    /* margin: 10% auto; */
    border-radius: 10px;
    width: 500px;
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* .modal-content.imageControl {
    width: auto !important;
    max-width: max-content !important;
}     */

@keyframes show {
    0% {
        display: none;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.modal-header {
    padding: 12px;
    /* background-color: grey; */
    color: white;
}

.modal-body {
    padding-top: 10px;
}

.modal-footer {
    position: relative;
    /* background-color: #fefefe; */
    margin: auto;
    padding-bottom: 12px;
}

.close {
    color: #aaa;
    float: right;
}

.close:hover,
.close:focus {
    color: black;
    cursor: pointer;
}

.tab-feature-tab__cta-wrap {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1) .1s;
}

.tab-feature-tab__cta-wrap .cta+.cta {
    margin-left: 0px
}


.tab-feature-tab__cta-wrap .cta:first-child:nth-last-child(2) {
    margin-top: 1vw;
}

.text-shadow .tab-feature-tab__cta-wrap {
    text-shadow: none
}

.text-shadow .tab-feature-tab__cta-wrap .cta--underline.cta--black {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.75)
}

.text-shadow .tab-feature-tab__cta-wrap .cta--underline.cta--black:after {
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.75)
}

.text-shadow .tab-feature-tab__cta-wrap .cta--underline.cta--white {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75)
}

.text-shadow .tab-feature-tab__cta-wrap .cta--underline.cta--white:after {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75)
}


#progressbar {
    margin-top: 30px;
    /* overflow: hidden; */
    color: lightgrey;
    display: flex;
    justify-content: center;
    position: relative;
    /* bottom: -53px; */
    width: 750px;
}

#progressbar {
    margin-top: 30px;
    /* overflow: hidden; */
    color: lightgrey;
    display: flex;
    justify-content: center;
    position: relative;
    /* bottom: -53px; */
    width: 750px;
}

#progressbar strong .active {
    color: #ffffff;
    font-weight: 700;
}
#progressbar li strong{
    font-size: 16px;
    line-height: 1.33;
    font-weight: 300;
    /* position: absolute; */
    white-space: nowrap;
}
#progressbar li  {
    list-style-type: none;
    width: 250px;
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 192px;
    /* min-width: 167px; */
    height: 2px;
    background: white;
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    top: 33%;
    z-index: 0;
}
.step4progress #progressbar li:after {
    content: '';
    width: 129px;
}
#progressbar li:last-child::after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: -50%;
    top: 25px;
    z-index: 0;
    display: none;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #ffffff;
}

#progressbar li.active .icon-step:after{border-bottom: 12px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;width: 0;height: 0;content: "";display: block;position: absolute;bottom: -24px;left: 50%;transform: translateX(-50%);}


.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

#progressbar li span {
    width: 60px;
    height: 60px;
    max-width: 90px;
    max-height: 90px;
    display: inline-flex;
    border: 2px solid white;
    border-radius: 200vh;
    padding: 0;
    /* display: block; */
    position: relative;
    margin-bottom: 10px;
    /* left: 15%; */
    justify-content: center;
}

.search-kv-light #progressbar li span {
    border-color: #CFCFCF;
}

.search-kv-light #progressbar li.active span {
    border-color: #000;
    color: white;
    background-color: black;
}

.search-kv-light #progressbar li span img {
    opacity: 0.3;
    width: 30px;
}

.search-kv-light #progressbar li.active span img {
    opacity: 1;
    width: 30px;
    filter: invert(1);
}

.search-kv-light #progressbar li.active:before,
.search-kv-light #progressbar li.active:after {
    background: #000;
}

.search-kv-light #progressbar li strong {
    color: #000;
}

.search-kv-light #progressbar li.active strong {
    color: #000;
    font-weight: bold;
}
.icon-step {
    display: inline-flex;
    flex-flow: column;
    /* position: absolute; */
    margin-bottom: 0vh;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-kv-light #progressbar li.active .icon-step:after {
    display: none;
}

.search-kv-light .search-kv__container.stepper {
    background-image: none;
}

.search-kv-light #progressbar li:after {
    background: #CFCFCF;
}

.search-kv .image--main-loaded.get-image-height {
    overflow: hidden;
}


#navbooking {
    overflow: hidden;
    padding-left: 0;
}

#navbooking li {
    list-style: none;
    background: #EEE;
    width: 50%;
    display: inline-grid;
    list-style-type: none;
    text-align: center;
}
.search-kv__image {
    overflow: hidden;
}
/* .material-input select option{
    text-transform: lowercase;
}
.material-input select option::first-letter{
    text-transform: uppercase !important;
} */
.text-upperCase{
    text-transform: capitalize !important;
}
.bg-white-clr{
    background-color: #ffffff !important;
}
.booking-tabs li a {
    font-size: 18px;
    background: #E5E5E5;
    text-align: center;
    padding: 20px 10px;
    font-weight: 500;
    color: #8D8D8D;
    text-transform: uppercase;
}

.booking-tabs li a:focus {
    outline: none;
    box-shadow: none;
}

.booking-tabs li a.active-tab {
    background: #363636;
    color: #fff;
}

.pos-relative{
    position: relative !important;
}

.invalid-feedback.d-block {
    display: block;
}  
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
    color: rgb(255, 82, 82);
    text-align: left;
    position: absolute;
}
.valid-feedback.d-block {
    display: block;
} 
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
    color: rgb(8 191 15);
    text-align: left;
    position: absolute;
}
.warning-feedback.d-block {
    display: block;
} 
.warning-feedback {
    display: none;
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
    color: rgb(253 142 0);
    text-align: left;
    position: absolute;
}


.custom-checkbox-container {
    display: block;
    position: relative !important;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0 !important;
    color: #707070 !important;
}
  .custom-checkbox-container input {
    position: absolute;
    opacity: 0 !important;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .custom-checkbox-container .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #9A9A9A;
    border-radius: 3px;
}
  .custom-checkbox-container:hover input ~ .checkmark {
    background-color: #f5f5f5;
  }
  .custom-checkbox-container input:checked ~ .checkmark {
    background-color: #ffffff;
    border-color: #000;
}
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  .custom-checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.clearInput {
    position: absolute;
    z-index: 9999;
    width: 25px;
    right: 15px;
}

.chip-left-align{
    text-align: left !important;
}

.chip-left-align .chip__action--dark:focus, .chip-left-align .chip__action--dark:hover {
    background-color: rgba(0,0,0) !important;
    border-color: rgba(0,0,0) !important;
}

.chip-left-align .chip__action--medium {
    font-size: 14px;
    height: inherit;
    border-radius: 100px;
}
.current-booking-box {
    background: #f5f5f5;
    padding: 35px 25px;
}



.form-control-placeholder {
    pointer-events: none;
    display: inline-block;
    color: #1d3147;
    position: absolute;
    top: 9px;
    left: 0;
    white-space: nowrap;
    transition: all 200ms;
    font-size: 16px;
    font-weight: bold;
}

.material-input-field:focus + .form-control-placeholder,
.material-input-field:valid + .form-control-placeholder {
    transform: translate(0, -1.8em);
    font-size: 14px;
    transition: 0.2s ease-in-out;
    color: gray;
    font-weight:normal;
}
select.material-input-field{
    text-transform:capitalize;
    font-family: SamsungOne,arial,sans-serif;
    font-weight: bold;
}
select.normal-select{
    font-weight: normal !important;
}


@media only screen and (min-width:768px) and (max-width:1440px) {
  
    .tab-feature-tab__cta-wrap {
        height: 6.11111111vw
    }

    .tab-feature-tab__cta-wrap .cta+.cta {
        margin-left: 0vw
    }


    .tab-feature-tab__cta-wrap {
        height: 32.77777778vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tab-feature-tab__cta-wrap .cta:first-child:nth-last-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 2.22222222vw
    }

    .tab-feature-tab__cta-wrap .cta:first-child:nth-last-child(2)+.cta {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        margin-left: 0
    }

}




@media only screen and (max-width:767px) {
    .clearInput {
        position: absolute;
        z-index: 9999;
        width: 21px;
        right: 13px;
        top: 9px;
    }
    .tab-feature-tab__cta-wrap .cta:first-child:nth-last-child(2) {
        margin-top: 20px;
    }
    .mobile-center-text .align-right{
        text-align: center !important;
    }
    .modal-content {
        position: fixed;
        background-color: #fff;
        /* margin: 10% auto; */
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        max-width: 100%;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
        padding: 20px;
        text-align: center;
        overflow: hidden;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .current-booking-box {
        padding: 15px 16px;
    }
    .modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        min-width: 100vw;
        height: 100vh;
        background-color: #000000b3;
        padding: 0rem;
        box-shadow: rgb(0 0 0 / 30%) 0 4rem 6rem;
        z-index: 1000;
        transition: all .5s ease 0s;
        z-index: 99999;
        overflow: hidden;
        display: none;
    }

    .material-input input {
        background: none;
        width: 100%;
        border: none;
        outline: none;
        padding: 2.77777778vw 0vw;
        border-bottom: solid 1px rgba(0, 0, 0, 0.42);
        transition: all 0.2s ease;
        position: relative;
        font-size: 16px;
        line-height: 20px;
        z-index: 999;
    }

    .material-input label {
        position: absolute;
        top: 2.77777778vw;
        color: rgba(0, 0, 0, 0.54);
        font-size: 14px;
        transition: all 0.2s ease;
        right: 0;
        left: 0;
        cursor: text;
        text-align: left;
    }


    .material-input input:not(:placeholder-shown)+label {
        font-size: 14px;
        top: -16px;
    }

    .padding-x {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #progressbar li strong {
        font-size: 3.3333vw;
    }

    #progressbar {
        margin-top: 0px;
        /* overflow: hidden; */
        color: lightgrey;
        display: flex;
        justify-content: center;
        position: relative;
        /* bottom: -53px; */
        width: 100vw;
    }

    #progressbar li span {
        width: 10vw;
        height: 10vw;
        max-width: 90px;
        max-height: 90px;
        display: inline-flex;
        border: 2px solid white;
        border-radius: 200vh;
        padding: 2vw;
        /* display: block; */
        position: relative;
        margin-bottom: 10px;
        /* left: 15%; */
    }

    #progressbar li:after {
        content: '';
        width: 24vw !important;
        /* min-width: 167px; */
        height: 2px;
        background: white;
        position: absolute;
        left: 100%;
        transform: translateX(-50%);
        top: 32%;
        z-index: 0;
    }
    .step4progress #progressbar li:after {
        width: 13vw !important;
    }

    #progressbar li {
        list-style-type: none;
        width: 33.33vw;
        position: relative;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .step4progress #progressbar li {
        width: 22.33vw;
    }

    .custom-checkbox-container .checkmark {
        position: absolute;
        top: 1px;
    }
    .invalid-feedback {
        display: none;
        width: 100%;
        margin-top: 5px;
        font-size: 10px;
        color: rgb(255, 82, 82);
        text-align: left;
        position: relative;
    }

    .booking-tabs li a {
        font-size: 4vw;
        background: #E5E5E5;
        text-align: center;
        padding: 4.5vw 2vw;
        font-weight: 500;
        color: #8D8D8D;
    }

    .form-title {
        font-size: 6.5vw;
        font-family: SamsungSharpSans, arial, sans-serif;
    }
}
.overflow-visible{
    overflow: visible;
}
.color-aaa{
    color: #aaaaaa;
}


.color-5b {
    color: #5b5b5b;
}
.color-8a{
    color:#0000008a;
}

.color-000 {
    color: #000;
}
.color-fff {
    color: #fff;
}
.color-blue {
    color: #257ded;
}
.bg-f7{
    background: #f7f7f7;
}
.home-video-section .home-video-section-bx {
    border-radius: 30px;
    border: 1px solid #E4E4E4;
    background: #f9f9f9;
    overflow: hidden;
    padding: 10px 20px;
}
@media (max-width:767px){
    .home-video-section .main-container {
        padding: 0 1rem;
    }
    .home-video-section .main-thumbnail-img {
        max-width: 50%;
    }
    .bg-xs-f7{
        background-color: #f7f7f7;
    }
}


/* home video section css ends here */
.f-16{
    font-size: 16px;
  }
  .css-b62m3t-container{
    z-index: 4;
  }

  
.slick-prev {
    left: 20px;
    right: auto;
  }
  
  .slick-next {
    right: 20px;
  }
  
  .slick-next::before,
  .slick-prev::before {
    color: #000;
  }
  
  .slick-next::before,
  .slick-prev::before {
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1;
    font-family: Material-Design-Iconic-Font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  
  .slick-prev::before {
    content: "\f2fa";
    color: #000;
    /* font-size: 40px; */
    font-size: 35px;
    line-height: normal;
    padding: 0px 14px;
  }
  
  .slick-next::before {
    content: "\f2fb";
    color: #000;
    font-size: 35px;
    line-height: normal;
    padding: 0px 14px;
  }
  
  .slick-next,
  .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    padding: 0px;
    outline: 0;
    background-color: #ffffff9c;
    border: 1px solid #c9c9c9;
    border-radius: 50px;
    display:block !important;
    z-index: 9;
    box-shadow: black;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.49);
  }
    
  .other-products-bx .css-13cymwt-control{
    border-bottom: 0px !important;
}
.other-products-bx .css-t3ipsp-control,  .other-products-bx .css-t3ipsp-control:focus,  .other-products-bx .css-t3ipsp-control:hover{
    border-top: #dbdbdb  !important;
    border-left: #dbdbdb !important;
    border-right: #dbdbdb !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    border-width: 0px;
    border-color: #000 !important;
}
.other-products-bx .css-1jqq78o-placeholder {
    grid-area: 1/1/2/3;
    color: hsl(0deg 0% 0%) !important;
    margin-left: 2px;
    margin-right: 2px;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: SamsungOne,arial,sans-serif;
    font-weight: normal;
}

#react-select-2-listbox{
    z-index: 99999999 !important;
    position: absolute;
    background-color: #fff;
    width: 100% !important;
}
.css-b62m3t-container {
    position: initial !important;
    z-index: 99999 !important;
}

.terms-conditions .modal-content{
    width: fit-content;
    top:100%;
    transform: translate(-50%, -100%);
}
.terms-conditions p{
    white-space: nowrap;
    margin: 5px 0px;
}
.terms-conditions .cta{
    width: 80px;
}
.text-underline{
    text-decoration: underline;
}
.cross-btn-upload-file{
    position: absolute;
    background: #000;
    color: #fff;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    font-size: 10px;
    right: 0;
    top: 11px;
    cursor: pointer;
    z-index: 999;
    font-weight: 600;
}

.fw-400{
    font-weight: 400 !important;
}
.link-href {
    color: #196ddb;
}
.bb-1{
    border-bottom: 1px solid #ccc;
}
.custom-file-upload {
    padding: 12px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.42);
    position: static !important;
    display: block;
}
.file-upload-browse-btn {
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid #8d8d8d;
    border-radius: 3px;
    background: #f5f5f5;
}
.files-uploader__file-name{
    position: absolute;
    top: 12px;
    left: 105px;
}
.files-uploader__item{
    overflow: hidden;
}
.data-table-container .rdt_TableHead  {
    z-index: 9999;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: end;
}
.p-25{
    padding: 25px;
}   
.mt-1px{
    margin-top: 1px;
}
@media only screen and (max-width: 767px){
    .terms-conditions .modal-content{
        width: 100%;
        top:100%;
        transform: translate(-50%, -100%);
        height: fit-content;
    }
    .terms-conditions p{
        white-space: pre-line;
        margin: 5px 0px;
    }
    .justify-content-vertical{
        flex-direction: row;
    }
    .refresh-captcha-btn{
        position: absolute;
        text-align: center;
        right: 0px;
        top: 24px;
    }
    .files-uploader__file-name{
        position: absolute;
        top: 3.6vw;
        left: 105px;
    }
}
.offer-header-banner{
    background-color: #000;
    padding: 16px;
    position: relative;
    z-index: 9999;
}
.modal.registration.offer-modal{
    padding: 0 !important;
    border-radius: 10px;
}
.offer-modal .slick-arrow{
    display: none !important;
}
.offer-modal .magic-dots{
    position: absolute !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
}
.offer-modal a.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 19px;
    background: #f5f5f5;
    color: #000000;
    border-radius: 50%;
}
.offer-modal a.close-btn img{
    vertical-align: middle;
    padding-top: 5px;
    width: 10px;
}
.slick-list {
    border-radius: 10px;
    overflow: hidden;
}
.offer-banner-2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #aaa;
    border-radius: 1.38889vw 1.38889vw 0 0;
    padding: 6px 0;
    z-index: 99;
}
.ribbon3 {
    width: 50px;
    height: 16px;
    line-height: 17px;
    padding-left: 5px;
    position: absolute;
    left: -8px;
    top: 16px;
    background: #870000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}
.ribbon3:before {
    content: "";
    position: absolute !important;
    display: block;
    width: 0;
    height: 0;  
    text-align: center;
    margin-left: -5px;
    margin-right: -10px;
    background: #4A0000;
    position: relative;
    top: 16px;
    border-left: 8px solid;
    border-top: 7px solid #4A0000;
}
.p-relative{
    position: relative;
}
.warranty-offer {
    max-width: 300px;
    right: 5px;
    left: auto;
    top: 5px;
    padding: 6px 0 6px 50px;
    border-radius: 7px;
    border-color: #e1e1e1;
}
.warranty-offer .ribbon3 {
    top: 11px;
}
.modal.registration.generate-coupon-modal{
    width: 30vw !important;
    min-width: 500px !important;
    border-radius: 20px !important;
    z-index: 999999 !important;
}
.generate-coupon-modal .form-control{
    width: 100%;
    padding: 15px;
    border: 1px solid #8e8e8e;
    border-radius: 5px;
}
@media only screen and (max-width: 991px){
    .headerbanner-row{
        display: block;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .modal.registration.offer-modal{
        height: auto !important;
        width: 90vw !important;
        min-width: auto !important;
        overflow: visible !important;
    }
    .offer-modal .magic-dots{
        bottom: -30px !important;
    }
    .ribbon3 {
        top: 2px;
        width: 40px;
    }
    .offer-header-banner {
        padding: 6px 16px;
    }
    .warranty-offer {
        max-width: 90vw;
        left: 0;
        right: 0;
        margin: auto;
    }
    .pt-xs-5{
        padding-top: 3rem !important;
    }
    .modal.registration.generate-coupon-modal {
        width: 90vw !important;
        min-width: auto !important;
        height: auto !important;
        padding: 20px !important;
    }
}
