.container {
    padding: 5vh 0 10vh 0 !important;
    max-width: 960px;
    margin: auto;
    overflow: hidden;
}

.element-is-sticky {
    background-color: white !important;
}

.fm-icon,
.fm-label {
    border-radius: 2.25rem !important;
}

.guide-popup-overlay {
    background: none !important;
}

.guide-popup-content {
    box-shadow: none !important;
    border-color: #ccc8 !important;
    border-width: 1px !important;
}

.guide-popup:hover {
    cursor: pointer !important;
}

.guide-popup-btn {
    margin-left: 70px !important;
}

#serviceDescription > p {
    height: 100px;
    overflow-y: hidden;
    overflow-x: hidden;
}

/*  Preloader starts  */
.fact-loader-overlay {
    width: 100%;
    height: 100%;
    background: url('../images/loader.gif') center no-repeat #fff;
    background-size: auto;

    /* You Can Change Size of Your Preloader From Here */
    z-index: 99999;
    position: fixed;
}

/*  Preloader Ends  */

.guide-btn {
    width: 40px !important;
    height: 40px !important;
    margin-top: -76px !important;
    margin-left: 50px !important;
    background-color: transparent !important;
    border-style: unset !important;
}

.showcase {
    background: var(--primary-color);
    color: #fff;
    height: 100vh;
    position: relative;
}

.showcase::before {
    content: '';
    background: url('https://images.pexels.com/photos/533923/pexels-photo-533923.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260') no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.showcase .showcase-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.showcase h1 {
    font-size: 4rem;
}

.showcase p {
    font-size: 1.3rem;
}

.btn {
    display: inline-block;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 0.75rem 1.5rem;
    margin-top: 1rem;
    transition: opacity 1s ease-in-out;
    text-decoration: none;
}

.btn-price {
    display: inline-block;
    border: none;
    color: #fff;
    padding: 8.5px;
    transition: opacity 1s ease-in-out;
    text-decoration: none;
    border-radius: 7px;
}

.btn:hover,
.btn-price:hover {
    opacity: 0.7;
}

#left_but,
#right_but {
    width: 35px;
    display: inline-block;
    height: 57px;
    text-align: center;
    color: #fff;
    line-height: 57px;
    cursor: pointer;
    font-size: 24px;
    margin-top: -15px;
}

#btnLeft {
    float: left;
    display: none;
}

#btnRight {
    float: right;
    visibility: hidden;
}

#btnLeft:hover,
#btnRight:hover {
    cursor: pointer;
}

.business-info li,
.social-acc li {
    border-right: 1px solid #aaa;
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
}

.search-no-result {
    text-align: center;
    height: 200px;
    margin-top: 54px;
}

.search-page {
    margin: 3rem auto;
}

.search-page-title {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    text-align: center;
}

.search-content {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column;
}

.image-layer {
    width: 94%;
    background-color: white;
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.resultImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

.result-row {
    margin: 20px 0 20px 0;
}

.search-content-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: black;
}

.postStar {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.starContainer {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    border: 0;
    width: 100%;
}

.postStarIcon {
    display: inline-block;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
}

.postStarIcon > svg {
    width: 19px;
    height: 20px;
}

.postStarRemainingIcon::before {
    content: '';
    -webkit-mask: url('../svg/star-regular.svg') center center no-repeat;
    mask: url('../svg/star-regular.svg') center center no-repeat;
    display: inline-block;
    font-size: 1.25em;
    width: 19px;
    height: 20px;
    padding: 0 4px;
    transition: color 0.3s ease;
    color: #ffb900;
    background: #ffb900;
}

.postAuthor {
    font-weight: bold;
    color: #313759;
    text-align: center !important;
    padding: 0 0.5rem;
    margin-top: 32px;
    margin-bottom: 32px !important;
}

.postWrapper {
    font-family: 'Nanum Gothic', sans-serif;
}

.postContainer {
    text-align: center;
    max-width: 1124px !important;
    padding: 0 0.5rem !important;
}

.postLineTitle {
    position: absolute;
    border-bottom: 2px solid #09589d;
    width: 4%;
    top: 51px;
    left: 48%;
}

.postBackButton {
    white-space: nowrap;
    min-width: 135px;
    height: 48px;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #333;
}

.postBackButton:focus {
    outline: none !important;
    border-width: 2px;
}

.postStarIcon svg {
    height: 25px;
    width: 25px;
}

.postImage {
    border: none;
}

.search-content-title > a {
    text-decoration: none;
}

.search-content-image img {
    width: 100%;
}

.search-content-excerpt {
    margin-bottom: 1rem;
    color: rgba(5, 3, 6, 0.99);
    display: block;
}

.search-content-excerpt p {
    word-break: break-word;
    font-size: 1rem;
}

.whatsNew-content-excerpt {
    color: rgba(5, 3, 6, 0.99);
    display: block;
    font-size: 12px;
}

.btn.focus,
.btn:focus {
    box-shadow: unset !important;
}

.product-price,
.product-name {
    text-align: left;
    color: black;
}

.fbx-rounded .fbx-inner {
    border: none !important;
    border-radius: unset !important;
}

.fbx-light .fbx-close,
.fbx-light .fbx-fullscreen-toggle,
.fbx-light .fbx-inner,
.fbx-light .fbx-loader,
.fbx-light .fbx-next,
.fbx-light .fbx-pause,
.fbx-light .fbx-play,
.fbx-light .fbx-prev,
.fbx-light .fbx-social-toggle,
.fbx-light.fbx-inset-buttons .fbx-next::before,
.fbx-light.fbx-inset-buttons .fbx-prev::before {
    background-color: transparent !important;
}

.fbx-rounded .fbx-next,
.fbx-rounded .fbx-prev {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: unset !important;
    height: unset !important;
    line-height: unset !important;
    border: unset !important;
}

.fbx-next::before {
    position: relative;
    content: '' !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-right: 0.27em solid #f8f9fa;
    border-top: 0.27em solid #f8f9fa;
    transform: rotate(45deg);
    margin-right: 0.5em;
}

.fbx-prev::before {
    position: relative;
    content: '' !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-right: 0.27em solid #f8f9fa;
    border-top: 0.27em solid #f8f9fa;
    transform: rotate(220deg);
    margin-right: 0.5em;
    left: 8px;
}

.fbx-next svg {
    display: none;
}

.fbx-prev svg {
    display: none;
}

.fbx-rounded .fbx-next.fbx-btn-shadow,
.fbx-rounded .fbx-next.fbx-btn-shadow:hover {
    box-shadow: none !important;
}

.fbx-rounded .fbx-prev.fbx-btn-shadow,
.fbx-rounded .fbx-prev.fbx-btn-shadow:hover {
    box-shadow: none !important;
}

.fbx-light .fbx-inner,
.fbx-light.fbx-inset-buttons .fbx-next::before,
.fbx-light.fbx-inset-buttons .fbx-prev::before,
.fbx-light.fbx-modal,
.fbx-modal.fbx-light.fbx-phone .fbx-close:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-next:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-pause:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-play:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover,
.fbx-rounded.fbx-light .fbx-close,
.fbx-rounded.fbx-light .fbx-fullscreen-toggle,
.fbx-rounded.fbx-light .fbx-pause,
.fbx-rounded.fbx-light .fbx-play,
.fbx-rounded.fbx-light .fbx-social-toggle {
    border-color: transparent !important;
}

.fbx-rounded .fbx-close {
    top: -9px !important;
    right: -14px !important;
    width: 28px;
    height: 28px;
    border: unset !important;
    background: black !important;
}

.fbx-rounded .fbx-close::before {
    color: #fff !important;
}

.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-inner-shadow,
.fbx-rounded .fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow::before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow::before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow::before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow::before,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow {
    box-shadow: none !important;
}

.fbx-light,
.fbx-light .fbx-caption,
.fbx-light .fbx-open-caption,
.fbx-light.fbx-phone .fbx-social {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.fbx-caption {
    height: 100px;
}

.fbx-caption-desc {
    padding: 24px !important;
}

.fbx-close-caption {
    top: 4px !important;
    right: 13px !important;
}

/* start of float menu pop up phone call */
@media screen and (max-width: 1440px) {
    .popup-phone-call {
        left: 419.5px !important;
        top: 209px !important;
    }
}

@media screen and (max-width: 1366px) {
    .popup-phone-call {
        left: 419.5px !important;
        top: 80px !important;
    }
}

/** On Screen changes  --Start **/
@media screen and (max-device-width: 1280px) {
    .popup-phone-call {
        top: 100px !important;
        left: 265px !important;
    }
}

@media screen and (max-width: 1024px) {
    .popup-phone-call {
        left: 238.5px !important;
    }
}

@media screen and (max-width: 824px) {
    .popup-phone-call {
        left: 142.5px !important;
    }
}

/** On Screen changes  --end **/

/** Tablet Viewport --Start **/
@media screen and (max-device-width: 800px) {
    .popup-phone-call {
        left: 109px !important;
        top: 100px !important;
    }
}

@media screen and (max-device-width: 768px) {
    .popup-phone-call {
        left: 100px !important;
        top: 100px !important;
    }
}

@media screen and (max-width: 670px) {
    .popup-phone-call {
        left: 52px !important;
    }
}

@media screen and (max-width: 600px) and (min-width: 360px) {
    .popup-phone-call {
        left: 0 !important;
        top: 100px !important;
    }
}

/** Tablet Viewport --end **/

#sgpb-popup-dialog-main-div-wrapper {
    display: none;
}

.popup-phone-call-content {
    box-sizing: content-box;
    min-width: 120px;
    max-height: 937px;
    max-width: 1367px;
    border-style: solid;
    border-width: 0;
    width: 420.3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(204, 204, 204) 0 0 0 0;
    overflow: hidden;
}

.popup-phone-call {
    z-index: 999910;
    position: fixed;
    left: 691.5px;
    top: 218.5px;
}

#close-popup-phone-call {
    width: 250px;
    height: 50px;
    border-width: 0;
    border-radius: 2px;
    border-color: #d33;
    background-color: #d33;
    color: #fff;
    padding: 0;
    font-size: 22px;
    font-weight: 900;
}

.popup-phone-call-overlay {
    z-index: 9999;
    background-color: rgb(234, 234, 234);
    opacity: 0.85;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* end of float menu pop up phone call */

.wfull {
    width: 100%;
}

.box {
    position: relative;
    width: 100%;
    max-width: 1140px;
    padding: 0 0.5rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

/* Margins */
.mauto {
    margin: auto;
}

.m0 {
    margin: 0;
}

.m1 {
    margin: 0.25rem;
}

.m2 {
    margin: 0.5rem;
}

.m3 {
    margin: 0.75rem;
}

.m4 {
    margin: 1rem;
}

.m5 {
    margin: 2rem;
}

.m6 {
    margin: 3rem;
}

.mlauto {
    margin-left: auto;
}

.ml0 {
    margin-left: 0;
}

.ml1 {
    margin-left: 0.25rem;
}

.ml2 {
    margin-left: 0.5rem;
}

.ml3 {
    margin-left: 0.75rem;
}

.ml4 {
    margin-left: 1rem;
}

.ml5 {
    margin-left: 2rem;
}

.ml6 {
    margin-left: 3rem;
}

.mrauto {
    margin-right: auto;
}

.mr0 {
    margin-right: 0;
}

.mr1 {
    margin-right: 0.25rem;
}

.mr2 {
    margin-right: 0.5rem;
}

.mr3 {
    margin-right: 0.75rem;
}

.mr4 {
    margin-right: 1rem;
}

.mr5 {
    margin-right: 2rem;
}

.mr6 {
    margin-right: 3rem;
}

.mtauto {
    margin-top: auto;
}

.mt0 {
    margin-top: 0;
}

.mt1 {
    margin-top: 0.25rem;
}

.mt2 {
    margin-top: 0.5rem;
}

.mt3 {
    margin-top: 0.75rem;
}

.mt4 {
    margin-top: 1rem;
}

.mt5 {
    margin-top: 2rem;
}

.mt6 {
    margin-top: 3rem;
}

.mt7 {
    margin-top: 3.5rem;
}

.mbauto {
    margin-bottom: auto;
}

.mb0 {
    margin-bottom: 0;
}

.mb1 {
    margin-bottom: 0.25rem;
}

.mb2 {
    margin-bottom: 0.5rem;
}

.mb3 {
    margin-bottom: 0.75rem;
}

.mb4 {
    margin-bottom: 1rem;
}

.mb5 {
    margin-bottom: 2rem;
}

.mb6 {
    margin-bottom: 3rem;
}

.myauto {
    margin-top: auto;
    margin-bottom: auto;
}

.my0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mxauto {
    margin-left: auto;
    margin-right: auto;
}

.mx0 {
    margin-left: 0;
    margin-right: 0;
}

.mx1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx5 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx6 {
    margin-left: 3rem;
    margin-right: 3rem;
}

/* End Margins */

/* Paddings */
.pauto {
    margin: auto;
}

.p0 {
    padding: 0;
}

.p1 {
    padding: 0.25rem;
}

.p2 {
    padding: 0.5rem;
}

.p3 {
    padding: 0.75rem;
}

.p4 {
    padding: 1rem;
}

.p5 {
    padding: 2rem;
}

.p6 {
    padding: 3rem;
}

.plauto {
    padding-left: auto;
}

.pl0 {
    padding-left: 0;
}

.pl1 {
    padding-left: 0.25rem;
}

.pl2 {
    padding-left: 0.5rem;
}

.pl3 {
    padding-left: 0.75rem;
}

.pl4 {
    padding-left: 1rem;
}

.pl5 {
    padding-left: 2rem;
}

.pl6 {
    padding-left: 3rem;
}

.prauto {
    padding-right: auto;
}

.pr0 {
    padding-right: 0;
}

.pr1 {
    padding-right: 0.25rem;
}

.pr2 {
    padding-right: 0.5rem;
}

.pr3 {
    padding-right: 0.75rem;
}

.pr4 {
    padding-right: 1rem;
}

.pr5 {
    padding-right: 2rem;
}

.pr6 {
    padding-right: 3rem;
}

.ptauto {
    padding-top: auto;
}

.pt0 {
    padding-top: 0;
}

.pt1 {
    padding-top: 0.25rem;
}

.pt2 {
    padding-top: 0.5rem;
}

.pt3 {
    padding-top: 0.75rem;
}

.pt4 {
    padding-top: 1rem;
}

.pt5 {
    padding-top: 2rem;
}

.pt6 {
    padding-top: 3rem;
}

.pbauto {
    padding-bottom: auto;
}

.pb0 {
    padding-bottom: 0;
}

.pb1 {
    padding-bottom: 0.25rem;
}

.pb2 {
    padding-bottom: 0.5rem;
}

.pb3 {
    padding-bottom: 0.75rem;
}

.pb4 {
    padding-bottom: 1rem;
}

.pb5 {
    padding-bottom: 2rem;
}

.pb6 {
    padding-bottom: 3rem;
}

.pyauto {
    padding-top: auto;
    padding-bottom: auto;
}

.py0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pxauto {
    padding-left: auto;
    padding-right: auto;
}

.px0 {
    padding-left: 0;
    padding-right: 0;
}

.px1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px5 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px6 {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* End Paddings */

/* Font Size */
.textbase {
    font-size: 1rem;
}

.textxs {
    font-size: 0.5rem;
}

.texts {
    font-size: 0.75rem;
}

.textm {
    font-size: 1.25rem;
}

.textl {
    font-size: 1.5rem;
}

.textxl {
    font-size: 1.75rem;
}

.textxxl {
    font-size: 2rem;
}

.texttitle {
    font-size: 3rem;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.none {
    float: none !important;
}

/* End Font Size */

/* End Global Styles */

.container {
    max-width: 1124px !important;
    padding: 0 0.5rem 256px !important;
}

.boxed {
    max-width: 1124px;
    padding: 0 0.5rem;
}

.sgpb-html-custom-button:focus {
    outline: none !important;
}

.korea-sns-button {
    width: auto !important;
    min-width: 32px !important;
    border-radius: 0 !important;
}

.korea-sns-facebook {
    display: inline-block;
    background-size: 14px 28px;
}

.korea-sns-twitter {
    display: inline-block;
    background-size: 30px 24px;
}

.korea-sns-kakaostory {
    display: inline-block;
    background-size: 15px 29px;
}

.korea-sns-naverline {
    display: inline-block;
    background-size: 29px 28px;
}

.korea-sns-naverband {
    display: inline-block;
    background-size: 22px 28px;
}

.korea-sns-naverblog {
    display: inline-block;
    background-size: 30px 27px;
}

.flex-next {
    right: 22px !important;
}

.flex-prev {
    left: 22px !important;
}

.fg-item-inner {
    height: auto !important;
}

#featured-services .classic-grid {
    margin-top: 32px;
}

#featured-services .image {
    width: 356px;
    height: 280px !important;
}

#featured-services .pseudo {
    padding-top: 280px;
}

#featured-services img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#featured-services .product-name {
    margin-top: 16px;
}

#featured-services .classic-grid h3,
#featured-services .classic-grid span {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}

.metaslider .flex-control-nav {
    bottom: 50px !important;
}

#testimonial-homepage .strong-grid {
    justify-content: space-between;
}

#testimonial-homepage .strong-view.wpmtst-default .wpmtst-testimonial-image {
    max-width: 100%;
    width: 100%;
    height: 280px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    float: left;
}

#testimonial-homepage .strong-view.wpmtst-default .wpmtst-testimonial-image img {
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

#testimonial-homepage .strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 0;
    padding: 0;
    padding-bottom: 16px;
}

#testimonial-homepage p {
    padding: 0 16px;
    margin-bottom: 16px;
    color: #555;
    font-size: 16px;
    line-height: 1.2;
}

#testimonial-homepage .strong-rating-wrapper,
#testimonial-homepage .testimonial-name {
    padding: 0 16px;
    font-size: 18px;
    font-weight: bold;
    color: #313759;
}

.st-review-page .wpmtst-testimonial-inner {
    border: 0 !important;
}

.single-page-wrapper {
    padding: 0 !important;
    position: relative;
    width: 100%;
    max-width: 100%;
}

#whats-new-ig #sb_instagram #sbi_images {
    margin-top: 32px;
}

#whats-new-ig .sbi_load_btn {
    background: transparent !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #313759 !important;
    height: 48px;
    padding: 0 16px !important;
    line-height: 48px !important;
}

#whats-new-ig .sbi_btn_text {
    border-bottom: 1px solid #313759;
    white-space: nowrap;
}

#whats-new-ig .sbi_follow_btn a {
    background: #09589d;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 16px;
    border-radius: 0;
}

#whats-new-ig .sbi_follow_btn a:hover,
#whats-new-ig .sbi_follow_btn a:active,
#whats-new-ig .sbi_follow_btn a:focus {
    background: #e9426d;
    box-shadow: none;
}

#whats-new-ig .sbi_follow_btn svg {
    font-size: 24px;
    vertical-align: -6px;
    width: 24px;
}

#whats-new-ig #sbi_load {
    margin-top: 24px;
}

#whats-new-ig #sbi_load_1 {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#whats-new-ig #sbi_load_1 a {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#whats-new-ig #sbi_load .sbi_follow_btn {
    display: none;
}

.single-page-wrapper h4 {
    font-size: 32px;
    font-weight: bold;
    color: #313759;
    text-align: center !important;
    padding: 0 0.5rem;
    margin-top: 48px;
    margin-bottom: 54px !important;
}

.page-title {
    position: relative;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 48%;
    width: 4%;
    border-bottom: 2px solid #09589d;
}

/* Gallery */

.foogallery {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap;
}

.foogallery.fg-simple_portfolio .fg-item {
    max-width: 32.3% !important;
    min-width: 32.3% !important;
}

fbx-caption {
    height: auto !important;
}

@media screen and (max-width: 812px) {
    .fbx-rounded .fbx-close::before {
        color: #666 !important;
    }

    .fbx-prev::before {
        left: 60px;
        top: 3px;
        border-right: 0.27em solid #666 !important;
        border-top: 0.27em solid #666 !important;
    }

    .fbx-next::before {
        border-right: 0.27em solid #666 !important;
        border-top: 0.27em solid #666 !important;
        left: 60px;
        top: 3px;
    }
}

@media screen and (max-width: 1024px) {
    .foogallery .fg-item-inner,
    .foogallery a {
        min-height: auto !important;
    }
}

.fbx-flat.fbx-light .fbx-count,
.fbx-flat.fbx-light .fbx-credit a,
.fbx-rounded.fbx-light .fbx-count,
.fbx-rounded.fbx-light .fbx-credit a {
    color: #fff !important;
}

.foogallery .fg-item {
    max-width: 32.3%;
    min-width: 32.3%;
}

.foogallery .fg-item-inner,
.foogallery a {
    width: 100%;
    min-height: 352px;
}

.foogallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fg-default::after {
    display: none !important;
}

#nail-design hr,
#paddy-design hr {
    display: none;
}

#nail-design .fg-item,
#paddy-design .fg-item {
    margin-bottom: 48px !important;
    height: auto !important;
}

#nail-design .fg-item-inner a,
#paddy-design .fg-item-inner a {
    margin-bottom: 8px !important;
}

@media screen and (max-width: 767px) {
    .fg-item {
        height: auto !important;
    }

    .home .foogallery.fg-simple_portfolio .fg-item-inner {
        margin-bottom: 30px !important;
    }

    .foogallery.fg-simple_portfolio .fg-item {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    div.asl_m .probox .proclose,
    div.asl_m .probox .proloading {
        margin-right: 26px !important;
    }
}

.home .fg-caption {
    margin-top: 17px !important;
}

.fbx-modal .fbx-close-caption {
    display: none;
}

.fbx-prev::before {
    border-right: 0.27em solid #fff;
    border-top: 0.27em solid #fff;
}

.fbx-next::before {
    border-right: 0.27em solid #fff;
    border-top: 0.27em solid #fff;
}

.fbx-next:hover::before {
    border-right: 0.27em solid #bababa;
    border-top: 0.27em solid #bababa;
}

.fbx-prev:hover::before {
    border-right: 0.27em solid #bababa;
    border-top: 0.27em solid #bababa;
}

/* Gallery---end */

#paganation {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#paganation .page-numbers {
    margin: 0 16px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

#paganation .next::after {
    content: '\00BB';
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    vertical-align: -6px;
    margin-left: 4px;
    font-weight: lighter;
}

#paganation .prev::before {
    content: '\00AB';
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    vertical-align: -6px;
    margin-right: 4px;
    font-weight: lighter;
}

#paganation .next,
#paganation .prev {
    margin-bottom: 5px !important;
    border-bottom: 1px solid;
    line-height: 42px;
}

#paganation .next {
    margin-left: 24px;
}

#paganation .prev {
    margin-right: 24px;
}

#whats-new .whats-new-content {
    border: 0;
    width: 100%;
}

#whats-new .col-sm-4,
#whats-new .col-sm-6,
#whats-new .col-sm-12 {
    flex: inherit;
}

#whats-new .col-sm-4 {
    max-width: 32.4%;
}

#whats-new .col-sm-6 {
    max-width: 49.4%;
}

#whats-new .col-sm-12 {
    max-width: 100%;
}

#whats-new .whats-new-content a {
    width: 100%;
}

#whats-new img {
    width: 100%;
    height: 100%;
    max-height: 340px;
    margin-bottom: 32px;
    object-fit: cover;
}

#whats-new .whats-new-img {
    width: 100%;
    height: 340px;
    margin-bottom: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#whats-new .whats-new-title {
    font-weight: bold !important;
}

.elementor-icon-list-item:hover {
    cursor: auto !important;
}

/* Single What's New Page */
.single-whatsnew .container {
    text-align: center;
}

.single-whatsnew .container h4 {
    color: #313759;
    font-weight: bold;
    margin-top: 48px;
    position: relative;
}

.single-whatsnew .container img {
    margin-top: 60px;
    border: 0 !important;
}

.single-whatsnew .single-page-title {
    font-weight: bold;
}

.single-whatsnew .single-page-desc {
    line-height: 1.8;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 40px;
}

/* Single What's New Page---end */

/* Services */

#product_listing .catalog-header {
    display: none;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #313759;
    margin-bottom: 24px;
}

#product_listing .product-name {
    font-size: 22px !important;
    font-weight: bold;
}

#product_listing .product-price {
    font-size: 22px !important;
    margin-top: 16px;
}

#product_listing .classic-grid.archive-listing {
    width: 48.9%;
    display: inline-block;
    float: none;
    margin-bottom: 64px;
}

#product_listing .classic-grid-image-wrapper {
    height: 360px;
    margin-bottom: 24px;
}

#product_listing .classic-grid-image-wrapper .pseudo {
    height: 360px;
    padding: 0;
}

#product_listing .classic-grid-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#product_listing .archive-listing {
    margin-right: 0;
}

.related-products > .grid,
#product_listing > .grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price-value,
.product-price {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .display-flex-grid {
        flex-direction: column;
    }

    #product_listing .classic-grid.archive-listing {
        width: 100%;
        margin-bottom: 64px;
    }

    #product_listing .product-price {
        line-height: 1.6;
        margin: 0;
    }
}

/* Services---end */

/* Services-single page */

#product_page {
    width: auto;
    padding: 0;
}

#product_page header {
    display: none;
}

#product_page #product_details_container div.entry-thumbnail.product-image {
    width: 55%;
    height: 400px;
}

#product_page #product_details_container div.entry-thumbnail.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product_page #product_details {
    max-width: 35%;
    align-self: flex-start;
}

#product_page #product_details .shortdesc {
    border: 0;
    color: #777;
}

#product_page #product_details .shortdesc p {
    margin-bottom: 0 !important;
}

#product_page #product_details .price-container {
    background: #fff;
    border: 0;
    padding-left: 0;
    padding-top: 0;
}

#product_page #product_details .price-container td.price-label {
    width: 20%;
}

#product_page #product_details .price-container td.price-value {
    width: 100%;
}

#after-product-details {
    display: none;
}

#product_page .after-product-description .related-products {
    background: #fff;
    border: 0;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 0;
}

#product_page .after-product-description .related-products .catalog-header {
    font-size: 24px;
    font-weight: bold;
    color: #313759;
    margin-bottom: 32px;
}

#product_page .after-product-description .related-products .archive-listing {
    margin-right: 0;
}

#product_page .after-product-description .related-products .classic-grid-image-wrapper {
    height: 280px;
    margin-bottom: 24px;
}

#product_page .after-product-description .related-products .classic-grid-image-wrapper .pseudo {
    height: 280px;
    padding-top: 0;
}

#product_page .after-product-description .related-products .classic-grid-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product_page .after-product-description .related-products .product-name {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

#product_page .after-product-description .related-products .product-price {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
}

#product_page .after-product-description .back-to-products {
    color: #ff1a56;
}

.boxed #product_details_container {
    align-items: baseline;
}

@media screen and (max-width: 767px) {
    #product_page #product_details_container div.entry-thumbnail.product-image {
        width: 100%;
        margin-bottom: 24px;
    }

    #product_page #product_details {
        max-width: 100%;
    }

    #product_page .after-product-description .related-products .archive-listing {
        width: 100%;
        margin-bottom: 48px;
    }
}

/* Services-single---end */

/* Membership */

.elementor-1442 .elementor-element .elementor-heading-title {
    word-break: break-word;
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
    .elementor-1442 .elementor-element.elementor-element-ca58710 .elementor-heading-title,
    .elementor-1442 .elementor-element.elementor-element-8990cfc .elementor-heading-title,
    .elementor-1442 .elementor-element.elementor-element-1f0e448 .elementor-heading-title,
    .elementor-1442 .elementor-element.elementor-element-b50027d .elementor-heading-title {
        font-size: 23px !important;
    }
}

#sgpb-popup-dialog-main-div {
    width: 562px !important;
    box-shadow: 0 4px 12px 0 rgba(52, 52, 52, 0.12) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sg-popup-content-wrapper-1787 {
    display: flex;
    align-items: center;
    justify-content: start;
    min-height: 400px;
    flex-direction: column;
    height: 500px;
}

#sg-popup-content-wrapper-1787 .sgpb-popup-builder-content-html {
    text-align: center;
    padding-bottom: 44px;
}

#sg-popup-content-wrapper-1787 .sgpb-popup-builder-content-html i {
    color: #313759;
    font-size: 60px;
}

#sg-popup-content-wrapper-1787 .sgpb-popup-builder-content-html h4 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 38px;
}

#sg-popup-content-wrapper-1787 .sgpb-popup-builder-content-html h1 {
    color: #313759;
    font-size: 40px;
    font-weight: bold;
}

#sg-popup-content-wrapper-1787 .sgpb-popup-builder-content-html p {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    margin-top: 60px;
}

#sg-popup-content-wrapper-1787 button {
    background: #09589d !important;
    width: auto !important;
    min-width: 140px !important;
    height: 48px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

/* Quick links---end */

/* Contact */

#contact-form {
    width: 100%;
    text-align: center;
}

#contact-form label {
    position: relative;
    margin-bottom: 14px;
}

#contact-form label .label {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
    font-size: 16px;
    font-weight: bold;
    color: #313759;
    margin-bottom: 8px;
}

#contact-form label .label em {
    color: red;
}

#contact-form input {
    display: block;
    width: 560px;
    height: 62px;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
}

#contact-form textarea {
    display: block;
    width: 560px;
    min-height: 170px;
    border: 1px solid #e0e0e0;
    padding: 10px;
}

#wpcf7-f1148-p1149-o1 br {
    display: none;
}

#contact-form p {
    position: relative;
}

#contact-form div.wpcf7 .ajax-loader {
    margin: 0 auto;
    display: block;
    bottom: 90px;
}

#contact-form input[type='submit'] {
    width: 280px;
    height: 64px;
    background: #09589d;
    border: 0;
    font-weight: bold;
    color: #fff;
    margin: auto;
}

#contact-form .wpcf7-not-valid-tip {
    font-size: 15px;
    width: 100%;
    margin-top: 8px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    width: 560px;
    margin: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    width: 560px;
    margin: auto;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    width: 560px;
    margin: auto;
}

.wpcf7-form-control-wrap {
    position: unset;
}

@media screen and (max-width: 767px) {
    #contact-form label {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 14px !important;
    }

    #contact-form input,
    #contact-form textarea {
        width: 100% !important;
    }

    #contact-form .input {
        display: block !important;
    }

    #contact-form .label {
        float: left;
        margin-bottom: 8px;
    }

    #contact-form .wpcf7-not-valid-tip {
        left: 0;
    }

    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.failed .wpcf7-response-output,
    .wpcf7 form.aborted .wpcf7-response-output,
    .wpcf7 form.sent .wpcf7-response-output {
        margin: 0 !important;
        width: 100%;
    }
}

/* Contact---end */

/* Quick links */

.floating-menu li {
    display: list-item;
    margin-bottom: 4px !important;
}

.floating-menu .fm-icon i {
    font-size: 20px;
}

#float-top .fm-icon {
    box-shadow: 0 4px 12px 0 rgba(52, 52, 52, 0.3);
}

/* Search Results */
.search-page-title {
    font-size: 32px;
    font-weight: bold;
    color: #313759;
    text-align: center !important;
    padding: 0 0.5rem;
    margin-top: 48px;
    margin-bottom: 40px;
}

.search-page {
    position: relative;
    width: 100%;
}

.search-page .border-bottom-h4 {
    position: absolute;
    border-bottom: 2px solid #09589d;
    width: 4%;
    top: 51px;
    left: 48%;
}

.search-page .col-4 {
    padding: 0 !important;
    height: 406px;
    -ms-flex: 0 0 40.333333%;
    flex: 0 0 40.333333%;
    max-width: 40.333333%;
}

.search-page .col-8 {
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%;
}

.resultImage {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: 50% 50%;
}

.image-layer {
    background-color: #d6d6d6;
    width: 100%;
}

.result-row {
    padding: 40px 0;
    border-bottom: 1px solid #ededed;
    margin: 0;
}

.result-row:last-of-type {
    border: 0;
}

.result-row .row {
    padding: 0;
}

.search-content-title {
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.search-content-excerpt,
.search-content-excerpt p {
    font-size: 14px !important;
}

.result-row a {
    text-decoration: none;
}

.result-row:hover .row {
    cursor: pointer;
    transition: all ease 0.5s;
}

.result-row:hover .search-content-title {
    color: #09589d;
}

.result-row:hover .search-content-excerpt {
    color: #09589d;
}

#next_results a::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url('../svg/chevron-right.svg') no-repeat;
    background-size: 13px 15px;
    vertical-align: -2px;
    margin-left: 4px;
}

#prev_results a::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url('../svg/chevron-left.svg') no-repeat;
    background-size: 13px 15px;
    vertical-align: -2px;
    margin-right: 4px;
}

#prev_results {
    margin-right: 16px;
}

#next_results,
#prev_results {
    font-size: 16px;
}

#next_results a,
#prev_results a {
    color: #09589d;
    border-bottom: 1px solid;
    height: 36px;
    line-height: 42px;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .search-page.boxed {
        width: 100% !important;
        padding: 0 20px !important;
    }

    .search-page .col-4 {
        padding: 0 !important;
        height: 140px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .search-page .col-8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .result_nav {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .result-row {
        padding: 24px 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .search-page.boxed {
        width: 100% !important;
        padding: 0 20px !important;
    }

    .search-page .col-4 {
        padding: 0 !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .search-page .col-8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .result_nav {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

/* Quick links---end */

/* Community */
@media screen and (max-width: 767px) {
    body.page-id-2237 .elementor-widget-container .elementor-button-wrapper a,
    body.page-id-2235 .elementor-widget-container .elementor-button-wrapper a,
    body.page-id-2231 .elementor-widget-container .elementor-button-wrapper a,
    body.page-id-2278 .elementor-widget-container .elementor-button-wrapper a {
        padding: 12px 16px !important;
    }
}

#kboard-thumbnail-list select,
#kboard-avatar-list select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 0 16px 0 8px !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    position: relative !important;
    border: 1px solid #f1f1f1 !important;
    background: #fff url('../svg/caret-down-solid-grey.svg') no-repeat !important;
    background-size: 16px 16px !important;
    background-position: 99% 50% !important;
}

#kboard-thumbnail-list select::-ms-expand {
    display: none;
}

#kboard-avatar-list select::-ms-expand {
    display: none;
}

.kboard-list-user {
    display: none;
}

.kboard-document-action,
.kboard-control {
    white-space: nowrap;
}

/* Community End */

/* Community review */

#community-review .strong-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#community-review .wpmtst-testimonial {
    display: block;
    float: left;
    list-style: none;
    position: relative;
    margin: 1%;
    padding-bottom: 8px;
    overflow: hidden;
}

.strong-view.wpmtst-default .strong-content {
    margin: 0 auto 0 !important;
}

#community-review .wpmtst-testimonial-inner {
    padding: 0;
}

#community-review .wpmtst-testimonial-image {
    width: 100%;
    height: 280px;
    margin: 0;
    max-width: 100% !important;
}

#community-review .wpmtst-testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    padding: 0;
}

#community-review .wpmtst-testimonial-image div {
    width: 100%;
    height: 100%;
}

.column-3-filler {
    width: 32%;
}

#community-review .strong-view ul.simplePagerNav li a {
    color: #09589d;
}

#community-review .strong-view ul.simplePagerNav li.currentPage a {
    text-decoration: none;
    background: #09589d;
    color: #FFF;
}

#community-review p {
    padding: 0 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #555;
    font-size: 16px;
    line-height: 1.2;
}

.strong-view.wpmtst-default .wpmtst-testimonial-image a {
    cursor: default !important;
    pointer-events: none !important;
}

#community-review .strong-rating-wrapper,
#community-review .testimonial-name {
    padding: 0 16px;
    font-size: 18px;
    font-weight: bold;
    color: #313759;
}

#community-review .wpmtst-testimonial-heading {
    display: none;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    border-bottom: 1px solid;
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    #community-review .strong-content {
        flex-direction: column;
    }

    #community-review .wpmtst-testimonial {
        width: 100%;
    }
}

/* Community Review---end */

/* Community Add Review */

#community-add-review {
    display: flex;
    justify-content: center;
}

#community-add-review .strong-form label {
    display: inline-block;
    float: none;
    width: auto;
    font-weight: bold;
    margin-top: 6px;
}

.wpmtst-submission-form input,
.wpmtst-submission-form textarea {
    width: 562px;
    height: 64px;
    padding: 0 16px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    font-size: 18px;
    font-family: 'Nanum-Gothic', sans-serif;
    font-weight: normal;
    color: #333;
}

.wpmtst-submission-form textarea {
    height: 168px;
    padding: 16px;
}

div.field-featured_image div.field-wrap label {
    min-width: 137px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    margin-right: 16px;
    border: 1px solid rgb(224, 224, 224);
    background-color: rgb(255, 255, 255);
    color: #555;
    cursor: pointer;
}

div.field-featured_image div.field-wrap span {
    font-size: 14px;
    color: #555;
}

div.field-featured_image div.field-wrap label {
    min-width: 137px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    margin-right: 16px;
    border: 1px solid rgb(224, 224, 224);
    background-color: rgb(255, 255, 255);
    color: #555;
    cursor: pointer;
}

#wpmtst_featured_image {
    display: none;
    border: none !important;
    padding: 0 !important;
    font-size: 16px !important;
    vertical-align: -5px;
}

.wpmtst-submit input {
    width: 261px !important;
    border: none !important;
    background: #09589d !important;
    color: #fff !important;
    border-radius: 0;
}

.wpmtst-submit a {
    padding: 0 16px !important;
    height: 64px;
    width: 261px;
    border-radius: 0 !important;
    font-size: 18px !important;
    line-height: 62px;
    background: #fff;
    color: #333 !important;
    border: 1px solid #333;
}

#community-add-review .wpmtst-submit {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    column-gap: 10px;
}

#community-add-review .wpmtst-submit label {
    margin-top: 0;
}

#community-add-review .field-client_name .after,
#community-add-review .field-email .after,
#community-add-review .field-post_content .after {
    margin-top: 6px;
}

#community-add-review .field-client_name .before,
#community-add-review .field-email .before,
#community-add-review .field-post_content .before {
    margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
    #community-add-review #wpmtst-form {
        width: 100vw;
    }

    .wpmtst-submission-form input,
    .wpmtst-submission-form textarea {
        width: 100% !important;
    }

    #community-add-review .wpmtst-submit {
        flex-direction: column;
    }

    .wpmtst-submit a {
        order: 2;
        margin-top: 4px;
        width: 100%;
    }

    .wpmtst-submit input {
        width: 100% !important;
    }

    .search-content-excerpt,
    .search-content-excerpt p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0 !important;
    }
}

.strong-form span.error,
.strong-form label.error {
    color: #b50007 !important;
}

.strong-form .after {
    display: block;
    text-align: right;
}

/* Community Add Review---end */

/* Community/IG Button Wrap */
.elementor-2237 .elementor-button {
    white-space: nowrap;
}

.elementor-2235 .elementor-button {
    white-space: nowrap;
}

.elementor-2231 .elementor-button {
    white-space: nowrap;
}

.elementor-2278 .elementor-button {
    white-space: nowrap;
}

#sbi_load span a {
    white-space: nowrap;
}

/* Community/IG Button Wrap -- end */

/* Metaslider Arrow blocked by quicklinks -- start */
.metaslider .flex-prev {
    left: 4vw !important;
}

.metaslider .flex-next {
    right: 4vw !important;
}

.metaslider .flex-prev,
.metaslider .flex-next {
    background: rgba(72, 72, 78, 0.521) !important;
    border: none !important;
}

.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,
.metaslider.ms-theme-outline ul.rslides_tabs li a,
.metaslider.ms-theme-outline div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,
.metaslider.ms-theme-outline .coin-slider .cs-buttons a {
    background: rgba(72, 72, 78, 0.521) !important;
}

.metaslider.ms-theme-outline .flexslider ol.flex-control-nav li a.flex-active,
.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover,
.metaslider.ms-theme-outline ul.rslides_tabs li.rslides_here a,
.metaslider.ms-theme-outline ul.rslides_tabs li a:hover,
.metaslider.ms-theme-outline div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active,
.metaslider.ms-theme-outline .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover,
.metaslider.ms-theme-outline .coin-slider .cs-buttons a.cs-active,
.metaslider.ms-theme-outline .coin-slider .cs-buttons a:hover {
    background: white !important;
    border: 2px solid rgba(72, 72, 78, 0.521) !important;
}

@media screen and (max-width: 767px) {
    .float-menu-1 ul {
        top: 40vh !important;
    }

    .metaslider .flex-prev,
    .metaslider .flex-next {
        top: 43% !important;
    }
}

/* Metaslider Arrow blocked by quicklinks -- end */

/* quicklinks for mobile customization */

.floating-menu.float-menu-1 ul li:not(:nth-last-of-type(-n+2)) {
    opacity: 0;
    pointer-events: none;
}

.floating-menu.float-menu-1 .fm-label {
    opacity: 1 !important;
    display: block !important;
}

.visible {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#show-quicklinks .fm-icon {
    box-shadow: 0 4px 12px 0 rgba(52, 52, 52, 0.3);
    background: #fff;
}

.modal-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.kboard-pagination-pages > .active > a,
#kboard-search-form-1 > button,
#kboard-search-form-2 > button,
.kboard-control > a,
.kboard-control > div > a,
.kboard-control > div > button {
    text-align: center;
}

/* Review long featured image name extends form fix start */
.wpmtst-submission-form > div.form-field.field-featured_image > div > span {
    max-width: 409px;
    display: inline-block;
    word-break: break-all;
}

.wpmtst-submission-form .form-field .field-featured_image {
    max-width: 562px;
}

/* Review long featured image name extends form fix end */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* Hide IE banner arrows start */
    .metaslider .flex-prev,
    .metaslider .flex-next {
        opacity: 1 !important;
    }

    /* Hide IE banner arrows end */

    /* Hide Facebook icon on IE start */
    .korea-sns-facebook {
        display: none;
    }

    .widget_text .widgettitle {
        margin-left: 0 !important;
    }

    /* Hide Facebook icon on IE end */
}

/** Booking Package start */
#reservation-infos ul li {
    display: list-item;
    list-style: decimal;
    list-style-position: inside;
    cursor: text;
}

#booking-package_calendarPage .calendarPanel {
    width: 99.4% !important;
    border: 1px solid #ddd;
    border-bottom: 0;
}

#booking-package_calendarPage .arrowLeft span,
#booking-package_calendarPage .arrowRight span,
#booking-package_calendarPage .calendarData,
#booking-package_schedulePage .selectedDate,
#booking-package_schedulePage #daysListPanel {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: bold;
}

#returnToCalendarButton,
#returnToDayListButton,
#returnDayButton,
#nextDayButtton,
#nextButton,
#booking-package_calendarPage .bookingButton {
    height: 64px !important;
    width: 301px !important;
    background: #fff;
    border: 1px solid #313759;
    padding: 10px 32px;
    font-weight: bold !important;
    margin-left: 0 !important;
    margin-top: 24px !important;
}

#returnToCalendarButton:active,
#returnToCalendarButton:focus,
#returnToDayListButton:active,
#returnToDayListButton:focus,
#returnDayButton:active,
#returnDayButton:focus,
#nextDayButtton:active,
#nextDayButtton:focus,
#nextButton:active,
#nextButton:focus {
    outline: none;
}

#returnDayButton,
#nextDayButtton,
#nextButton {
    background: #313759;
    color: #fff;
    margin-left: 16px !important;
}

#booking-package_inputFormPanel {
    width: 730px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

#booking-package_inputFormPanel .cartPanel,
#booking-package_inputFormPanel .bottomBarPanel {
    display: inline-block;
}

#booking-package .goToCalendarButton {
    min-width: 202px;
    background: #09589d !important;
    border: 1px solid #09589d !important;
    padding: 10px 24px;
    font-weight: bold !important;
    color: #fff;
    margin-top: 32px;
}

#booking-package #returnToSchedules {
    margin-top: 32px;
}

#booking-package_inputFormPanel button {
    height: 64px;
    min-width: 301px;
    padding: 10px 24px;
    font-weight: bold !important;
}

#booking-package_inputFormPanel .returnButton {
    background: #fff;
    border: 1px solid #313759;
}

#booking-package_inputFormPanel .bookingButton {
    background: #09589d;
    border: none !important;
    color: #fff;
}

#booking-package_inputFormPanel .row {
    text-align: left;
}

#booking-package_inputFormPanel .returnButton:active,
#booking-package_inputFormPanel .returnButton:focus,
#booking-package .bookingButton:active,
#booking-package .bookingButton:focus {
    outline: none;
}

#reservationHeader,
.name,
.value {
    font-weight: bold !important;
}

#booking-package_inputFormPanel input {
    height: 40px;
    padding: 0 8px !important;
}

#booking-package_inputFormPanel textarea {
    min-height: 106px;
    padding: 8px !important;
}

#booking-package .returnDayButton,
#booking-package .nextDayButtton {
    display: none;
}

@media screen and (max-width: 767px) {
    #booking-package_inputFormPanel {
        width: 100% !important;
    }

    #booking-package_inputFormPanel .cartPanel,
    #booking-package_inputFormPanel .bottomBarPanel {
        display: block;
        padding-top: 0 !important;
        padding-bottom: 16px !important;
    }

    #booking-package_inputFormPanel .bottomBarPanel {
        padding-bottom: 0 !important;
    }

    #booking-package_inputFormPanel:not(.booking_completed_panel) .bottomBarPanel .returnButton {
        margin-top: 0 !important;
    }

    #booking-package_schedulePage .bottomPanelNoAnimation {
        display: flex;
        justify-content: center;
    }

    #returnToCalendarButton,
    #returnToDayListButton,
    #returnDayButton,
    #nextDayButtton,
    #nextButton {
        padding: 10px 16px;
    }

    #booking-package_inputFormPanel #booking-package_pay_locally .returnButton {
        margin-top: 16px !important;
    }

    #booking-package #paymentPanel {
        width: 100% !important;
    }

    #booking-package .bottomBarPanel {
        width: 100% !important;
    }

    #booking-package_inputFormPanel button {
        width: 100% !important;
        max-width: none !important;
    }

    @media screen and (max-width: 320px) {
        #booking-package_inputFormPanel button {
            min-width: 0 !important;
        }
    }
}

#booking-package_inputFormPanel select {
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 100%;
    display: block;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    border-radius: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border: 1px solid #d6d6d6;
    background: #fff url('../svg/caret-down-solid.svg') no-repeat;
    background-size: 16px 16px;
    background-position: 99% 50%;
}

/* Booking Package end */