﻿@charset "utf-8"; /* CSS Document */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.show {
    display: block !important;
}

.pac-container {
  z-index: 9999999;
}

/* Sizes */
.btun-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btun-sm {
    padding: 2px 10px;
    font-size: 11.9px;
    line-height: 1.7;
}

.btun-mi {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
}

.btun-block {
    display: block;
    width: 100%;
}

/* grey */
.btun-grey, .btun-grey.btun-outline:hover {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

    .btun-grey.btun-outline {
        background-color: transparent
    }

    .btun-grey:hover {
        color: #333;
        background-color: #fff;
        border-color: #e7eaec;
    }

/* blue */
.btun-blue, .btun-blue.btun-outline:hover {
    color: #fff !important;
    background-color: #1b70e9;
    border-color: #1b70e9;
}

    .btun-blue.btun-outline {
        background-color: transparent;
        color: #1b70e9;
    }

    .btun-blue:hover {
        background-color: #1b70e9;
        border-color: #1b70e9;
        color: #fff;
    }

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

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

:root {
    /**/
    --tick: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.193701 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7363 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0ZM14.3 7.61L9.73 13.61C9.63685 13.731 9.51721 13.8291 9.38027 13.8967C9.24333 13.9643 9.09272 13.9996 8.94 14C8.78811 14.0008 8.63803 13.967 8.50115 13.9012C8.36426 13.8353 8.24418 13.7392 8.15 13.62L5.71 10.51C5.62924 10.4063 5.5697 10.2876 5.53479 10.1609C5.49988 10.0341 5.49027 9.90172 5.50652 9.77126C5.52277 9.64079 5.56456 9.5148 5.6295 9.40049C5.69444 9.28617 5.78126 9.18576 5.885 9.105C6.09453 8.94189 6.36026 8.8687 6.62375 8.90152C6.75421 8.91777 6.8802 8.95955 6.99452 9.02449C7.10884 9.08943 7.20924 9.17626 7.29 9.28L8.92 11.36L12.7 6.36C12.7801 6.25494 12.8801 6.16669 12.9943 6.10029C13.1086 6.03388 13.2347 5.99062 13.3657 5.97298C13.4966 5.95534 13.6297 5.96365 13.7574 5.99746C13.8851 6.03126 14.0049 6.08989 14.11 6.17C14.2151 6.25011 14.3033 6.35012 14.3697 6.46433C14.4361 6.57855 14.4794 6.70472 14.497 6.83565C14.5147 6.96658 14.5063 7.0997 14.4725 7.22742C14.4387 7.35514 14.3801 7.47494 14.3 7.58V7.61Z' fill='%231AA260'/%3E%3C/svg%3E%0A");
    /**/
    --tickyellow: url("data:image/svg+xml;charset=UTF-8, %3csvg width='31' height='31' viewBox='0 0 31 31' fill='%23FFC700' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.09961 15.5992L14.1996 20.9992L25.3996 8.19922M15.5 29C22.9558 29 29 22.9558 29 15.5C29 8.04416 22.9558 2 15.5 2C8.04416 2 2 8.04416 2 15.5C2 22.9558 8.04416 29 15.5 29Z' stroke='%230067FF' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

/*============================================ checkbox & radio Start ============================================*/
.inputfield [type="radio"]:not(:checked), .inputfield [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

    .inputfield [type="radio"]:not(:checked) + label, .inputfield [type="radio"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        /* height:25px; */
        line-height: 25px;
        font-size: 1rem;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        left: 15px
    }

.inputfield [type="radio"] + label:before, .inputfield [type="radio"] + label:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    width: 22px !important;
    height: 22px !important;
    z-index: 0 !important;
    transition: .28s ease;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -ms-transition: .28s ease;
    -o-transition: .28s ease;
    background: #F7F7F7;
}

.inputfield [type="radio"]:not(:checked) + label:before, .inputfield [type="radio"]:not(:checked) + label:after, .inputfield [type="radio"]:checked + label:before, .inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:before, .inputfield [type="radio"].with-gap:checked + label:after {
    border-radius: 50%
}

.inputfield [type="radio"]:not(:checked) + label:before, .inputfield [type="radio"]:not(:checked) + label:after {
    border: 2px solid #d9d9d9
}

.inputfield [type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.inputfield [type="radio"]:checked + label:before {
    border: 2px solid transparent;
    background-color: #fff;
}

.inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:before, .inputfield [type="radio"].with-gap:checked + label:after {
    border: 2px solid #2886FB
}

.inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:after {
    background-color: #2886FB;
    z-index: 0;
    content: ""
}

.inputfield [type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.inputfield [type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.inputfield [type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1)
}

.inputfield [type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0,0,0,0.26)
}

.inputfield [type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:not(:checked) + label:before, .inputfield [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled + label {
    color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:checked + label:after {
    background-color: rgba(0,0,0,0.26);
    border-color: #BDBDBD
}

.inputfield [type="checkbox"]:not(:checked), .inputfield [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.inputfield [type="checkbox"] + label {
    position: relative !important;
    left: 15px !important;
    padding-left: 35px !important;
    cursor: pointer !important;
    display: block;
    /*height:25px;*/
    line-height: 20px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    color: #333
}

    .inputfield [type="checkbox"] + label:before, .inputfield [type="checkbox"]:not(.filled-in) + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #d9d9d9;
        border-radius: 1px;
        margin-top: 2px;
        transition: .2s
    }

.inputfield [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.inputfield [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0,0,0,0.26)
}

.inputfield [type="checkbox"].tabbed:focus + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1)
}

.inputfield [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.inputfield [type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,0.26);
    border-bottom: 2px solid rgba(0,0,0,0.26)
}

.inputfield [type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.inputfield [type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,0.26);
    background-color: transparent
}

.inputfield [type="checkbox"].filled-in + label:before, .inputfield [type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

.inputfield [type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

.inputfield [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #808080;
    top: 0px;
    z-index: 0;
    border-radius: 2px;
    opacity: 9;
    transform: none
}

.inputfield [type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

.inputfield [type="checkbox"].filled-in:checked + label:before {
    top: 0 !important;
    left: 0 !important;
    width: 8px !important;
    height: 14px !important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    -webkit-transform: rotateZ(37deg) !important;
    transform: rotateZ(37deg) !important;
    -webkit-transform-origin: 100% 100% !important;
    transform-origin: 100% 100% !important
}

.inputfield [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #2886FB;
    background-color: #2886FB;
    z-index: 0;
    border-radius: 2px;
}

.inputfield [type="checkbox"].filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #808080;
    background-color: rgba(0,0,0,0.1)
}

.inputfield [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

.inputfield [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent
}

.inputfield [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

.inputfield [type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent
}

.inputfield [type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

.inputfield input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after, .inputfield input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(38,166,154,0.1)
}

.inputfield input[type=checkbox]:not(:disabled) ~ .lever:active:after, .inputfield input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(0,0,0,0.08)
}

/*============================================ checkbox & radio End ============================================*/
/* ========================================================================================================================================================================== */
.lcfbodyfix {
    overflow: hidden
}

.uparrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.downarrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.posticons {
    display: none;
}

/* tab start */
.tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 60px;
    padding: 5px 8px;
    margin: 0 auto 40px;
    background: white;
    border: solid 1px #ddd
}

.adpostab.taboption {
    display: block
}

    .adpostab.taboption .adposuptitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

        .adpostab.taboption .adposuptitle i {
            color: #D8232A;
        }

.taboption .tab {
}

    .taboption .tab li {
        text-align: center
    }

.tab li {
    margin: 0 3px;
    line-height: 24px;
    font-size: 15px;
    color: #212121;
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    font-weight: 500;
    font-family: Google Sans, Arial, sans-serif;
}

    .tab li:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 100%;
        border-radius: 30px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: #d2d2d3;
        z-index: -1;
    }

    .tab li:first-child {
        margin-left: 0
    }

    .tab li:last-child {
        margin-right: 0
    }

    .tab li.active:before, .tab li:hover:before {
        width: 100%;
    }

    .tab li a {
        color: #777;
        padding: 14px 20px;
        display: block
    }

        .tab li a b {
            font-size: 12px;
            color: #212121
        }

    .tab li.active a {
        color: #212121;
    }

/* tab End */
input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
    bottom: 0;
    color: #000;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: auto;
    background-position: right 0;
    background-size: 15px;
    opacity: 0.5
}

/**/
.bottomsheet {
    position: fixed;
    height: 100%;
    box-sizing: border-box;
    display: none;
    z-index: 9999999;
    background: #fff
}

.bottomsheet-container {
    max-width: 100%;
}

.bottomsheet .bottomsheet-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: white;
    width: 100%;
    height: auto;
    max-height: 85%;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    pointer-events: auto;
    animation: slideInUp 0.3s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s ease;
    top: 0;
    max-height: 100%
}

@media (min-width: 768px) {
    .bottomsheet {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        outline: 0;
        z-index: 999
    }

        .bottomsheet .bottomsheet-container {
            height: calc(100% - 80px);
            min-height: calc(100% - 80px);
            max-width: 100%;
            margin: 0 auto;
            position: relative;
            width: 100%;
            pointer-events: none;
            display: flex;
            align-items: flex-start;
        }

        .bottomsheet .bottomsheet-inner {
            overflow: hidden;
            width: 100%;
            max-height: 100%;
            min-height: 100%;
            z-index: 1;
            pointer-events: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            background: #fff;
            height: auto;
            background-clip: padding-box;
            outline: 0;
        }

        .bottomsheet .bottomsheet-container.small .bottomsheet-inner {
            border-radius: 10px;
        }
}

/* Animation :: BEGIN */
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/**  ---------------
     slideInLeft
*/
@keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Animation :: END */
.adpostmainwarp {
}

.adpost-container {
    width: 850px;
    margin: 0 auto
}

/**/
.adpost-containerbody {
    padding: 0 0 25px;
    overflow-x: hidden;
    overflow-y: overlay;
    height: calc(100vh - 157px);
    z-index: -1;
}

.adpostbody {
    width: 850px;
    margin: 0 auto;
    animation: slideInLeft;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    min-height: calc(100vh - 360px);
    background: white;
    padding: 15px;
    border-radius: 8px;
    border: solid 1px #ddd;
    margin-top: -170px;
}

.adpost-containerbody > .adpostitle {
    padding: 25px 0;
    text-align: center;
    min-height: 300px
}

    .adpost-containerbody > .adpostitle .helptext {
        font-size: 14px;
        font-family: Roboto, sans-serif;
        padding-top: 5px;
    }

    .adpost-containerbody > .adpostitle > * {
        display: block;
        font-family: 'Open Sans', sans-serif;
        width: 850px;
        margin: 0 auto;
    }

    .adpost-containerbody > .adpostitle big {
        color: #263238;
        font-size: 26px;
        font-weight: 700;
        display: block;
        padding-bottom: 10px;
    }

    .adpost-containerbody > .adpostitle small {
        font-size: 16px;
        padding: 0 0 10px;
        display: block;
        color: #5b605c
    }

.loginscenario-head {
    text-align: center;
    padding: 25px 15px;
    background: #041C33;
    padding: 25px 0;
    min-height: 300px
}

    .loginscenario-head > * {
        display: block;
        font-family: 'Open Sans', sans-serif;
    }

    .loginscenario-head big {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
    }

    .loginscenario-head small {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        padding: 10px 0 0;
        line-height: 24px;
    }

.adpostbody .adpostitle {
    margin: 15px 0;
}

    .adpostbody .adpostitle .helptext {
        font-size: 14px;
        font-family: Roboto, sans-serif;
        padding-top: 5px;
    }

    .adpostbody .adpostitle > * {
        display: block;
        font-family: 'Open Sans', sans-serif;
    }

    .adpostbody .adpostitle big {
        color: #212121;
        font-size: 26px;
        font-weight: 700;
    }

    .adpostbody .adpostitle small {
        color: #777;
        font-size: 16px;
        padding: 0 0 10px;
    }

.adpostbody .adpostcard {
    display: flex;
    gap: 15px;
    margin: 25px 0 35px;
    flex-wrap: wrap;
}

    .adpostbody .adpostcard .adctacard {
        border: solid 2px #ddd;
        border-radius: 10px;
        padding: 15px;
        width: 49%;
        flex: 0 0 auto;
        position: relative;
        cursor: pointer;
        background: #fff
    }

        .adpostbody .adpostcard .adctacard:hover {
            border-color: #2886FB
        }

            .adpostbody .adpostcard .adctacard:hover .adctacardhead .adctacardinfo big {
                color: #2886FB
            }

        .adpostbody .adpostcard .adctacard.select {
            border-color: #2886FB
        }

            .adpostbody .adpostcard .adctacard.select .tick {
                display: block;
                background: url(../images/lcf-step-select.svg) 0 0 no-repeat;
                width: 20px;
                height: 20px;
                position: absolute;
                right: 10px;
                top: 10px;
                background-size: contain;
            }

        .adpostbody .adpostcard .adctacard .tick {
            display: none;
        }

        .adpostbody .adpostcard .adctacard:hover .tick {
            display: block;
            background: url(../images/lcf-step-select.svg) 0 0 no-repeat;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 10px;
            top: 10px;
            background-size: contain;
        }

        .adpostbody .adpostcard .adctacard.select .adctacardhead .adctacardinfo big {
            color: #2886FB
        }

        .adpostbody .adpostcard .adctacard .adctacardhead {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

            .adpostbody .adpostcard .adctacard .adctacardhead figure {
                width: 60px;
                height: 60px;
                border: solid 1px #9fbba6;
                background-color: #ebfcef;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-right: 15px;
                flex-grow: 0;
            }

                .adpostbody .adpostcard .adctacard .adctacardhead figure svg {
                    fill: #2F3856
                }

                .adpostbody .adpostcard .adctacard .adctacardhead figure img {
                    width: 35px;
                }

            .adpostbody .adpostcard .adctacard .adctacardhead .adctacardinfo {
                flex-shrink: 0;
            }

                .adpostbody .adpostcard .adctacard .adctacardhead .adctacardinfo > * {
                    display: block;
                    font-family: 'Open Sans', sans-serif;
                }

                .adpostbody .adpostcard .adctacard .adctacardhead .adctacardinfo big {
                    font-size: 20px;
                    color: #212121;
                    font-weight: 700;
                    padding-bottom: 10px;
                }

                .adpostbody .adpostcard .adctacard .adctacardhead .adctacardinfo small {
                    font-size: 16px;
                    color: #888
                }

        .adpostbody .adpostcard .adctacard .adctacardesc p {
            color: #777;
            line-height: 20px;
            font-size: 14px;
        }

            .adpostbody .adpostcard .adctacard .adctacardesc p b {
                color: #212121;
                font-weight: 500;
                padding-left: 3px;
            }

.postadsubtitle {
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 25px;
}

.adpostbody .adposuptitle {
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.adposuptitle span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0 0;
    color: #777;
    font-family: 'roboto';
}

.adpostab {
    display: flex;
    justify-content: center;
    margin: 25px 0 15px
}

.adpostlineitems {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center
}

.alert {
    border-color: #D8232A !important
}

    .alert label {
        border-color: #D8232A !important
    }

.adpostlineitems .lineitems {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 6px 0px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    width: 186px;
    text-align: center;
    border: solid 2px #fff
}

    .adpostlineitems .lineitems figure {
        width: 65px;
        height: 65px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: solid 1px #ddd;
        position: relative
    }

.adpostlineitems.adpostgendertems .lineitems figure svg {
    width: 25px;
    height: 25px;
    fill: transparent;
}

.adpostlineitems .lineitems figure svg {
    width: 35px;
    height: 35px;
    fill: transparent;
}

.adpostlineitems .lineitems b {
    display: block;
    font-weight: 500;
    color: #777;
}

.adpostlineitems .lineitems:hover b {
    color: #212121
}

.adpostlineitems .lineitems:hover figure {
    border-color: #aaa
}

.adpostlineitems .lineitems i {
    background: url("../images/other/lcf-step-select.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-size: contain;
    display: none
}

.adpostlineitems .lineitems:hover i {
    display: block;
}

.adpostlineitems .lineitems.selected i {
    background: url("../images/other/lcf-step-select.svg") 0 0 no-repeat;
    display: block;
    background-size: contain;
}

.adpostlineitems .lineitems.selected, .adpostlineitems .lineitems:hover {
    border: #2886FB solid 2px
}

    .adpostlineitems .lineitems.selected b {
        color: #212121
    }

.adpostnumbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

    .adpostnumbers .lineitems {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
        position: relative;
        cursor: pointer
    }

        .adpostnumbers .lineitems figure {
            width: 45px;
            height: 45px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: solid 1px #ddd;
            position: relative
        }

        .adpostnumbers .lineitems:hover figure {
            border-color: #2886FB
        }

        .adpostnumbers .lineitems i {
            background: url("../images/other/lcf-step-select.svg") 0 0 no-repeat;
            width: 15px;
            height: 15px;
            position: absolute;
            right: 0px;
            top: 0;
            background-size: contain;
            display: none
        }

        .adpostnumbers .lineitems:hover i {
            display: block;
        }

        .adpostnumbers .lineitems.selected i {
            background: url("../images/other/lcf-step-select.svg") 0 0 no-repeat;
            display: block;
            background-size: contain;
        }

        .adpostnumbers .lineitems.selected figure {
            border-color: #2886FB
        }

        .adpostnumbers .lineitems.selected b {
            color: #212121
        }

.adpostfotter {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
    background: #fff;
    z-index: 2
}

.progress-background {
    background-color: #f4f5f5;
    height: 4px;
    border-radius: 4px;
}

    .progress-background .progress-bar {
        background: #2886FB;
        height: 4px;
    }

.fottercta {
    margin: 15px 0;
    display: flex;
    justify-content: space-between
}

    .fottercta .disabled {
        background: #ccc !important;
        color: #212121;
        border-color: #ccc
    }

    .fottercta .loader {
        border: 2px dotted #000;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: inline-block;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: static;
        background: transparent;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.commonloader {
    border: 2px dotted #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: static;
    background: transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.disabledbtun {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #212121;
}

.loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo .loginaction a.disabledbtun {
    display: inline-flex
}

.packsumry {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .packsumry span {
        text-align: center;
    }

        .packsumry span b {
            display: block;
            color: #1b70e9;
        }

        .packsumry span em {
            color: #08a182;
            font-weight: 700;
            font-size: 26px;
            display: block;
            padding-top: 5px;
        }

.adpostheader {
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.10);
}

    .adpostheader .adpost-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }

        .adpostheader .adpost-container .adpostback svg {
            width: 9px;
            height: 14px;
            fill: #212121
        }

        .adpostheader .adpost-container .adpostsaveclose svg {
            width: 20px;
            height: 20px;
            fill: #212121
        }

        .adpostheader .adpost-container .adpostback {
            position: absolute;
            left: 0;
        }

        .adpostheader .adpost-container .adpostsaveclose {
            position: absolute;
            right: 0;
            cursor: pointer
        }

            .adpostheader .adpost-container .adpostback a, .adpostheader .adpost-container .adpostsaveclose a {
                display: inline-flex;
                align-items: center;
                gap: 5px;
                color: #212121
            }

    .adpostheader .adpostlogo {
        display: block;
        height: 55px;
        width: 130px;
    }

        .adpostheader .adpostlogo a {
            height: 55px;
            text-indent: -9999px;
            background: url("../images/sulekhalogo.svg") 0 0 no-repeat;
            background-position: left center;
            background-size: 100%;
            display: block;
        }

.formgroupwarp {
    width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}

.formgroup {
    position: relative;
    margin-bottom: 30px;
}

    .formgroup .helptext, .formgroup .alertext {
        padding-top: 5px;
        font-size: 13px;
    }

        .formgroup .helptext .count {
            float: none;
            display: inline-block;
            margin: 0;
        }

        .formgroup .helptext b {
            color: #212121
        }

        .formgroup .helptext a {
            text-decoration: underline
        }

    .formgroup.alert input, .formgroup.alert select, .timesettingwarp.alert select {
        border-color: #e54f55 !important
    }

    .formgroup.alert span {
        color: #e54f55;
        font-size: 13px;
        padding: 5px 0 0;
        display: block;
    }

.formcontrol.alert .inputfieldgrop .inputfield label {
    border-color: #e54f55;
}

.adpostlabel.alert .adpostlineitems .lineitems b {
    color: #e54f55;
}

.adpostlabel.alert .adpostlineitems .lineitems figure {
    border-color: #e54f55;
}

.formgroup input, .formgroup select {
    width: 100% !important;
    transition: border-color 0.3s ease !important;
    height: 50px !important;
    border-radius: 4px !important;
    border: #9e9e9e solid 1px !important;
    padding: 10px !important;
    background-color: #fff;
}

.formgroup .since {
    width: 300px;
    appearance: auto;
}

.formgroup label {
    position: absolute;
    left: 10px;
    top: 14px;
    font-size: 16px;
    color: #666;
    transition: all .2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    line-height: 22px;
}

    .formgroup label i {
        color: #c52429
    }

.formgroup input:focus {
    border: 2px solid #2886FB !important;
    outline: none;
}

    .formgroup input:focus + label, .formgroup input:not(:placeholder-shown) + label, .formgroup.valid label {
        top: -10px !important;
        font-size: 13px;
        color: #2886FB;
        background-color: white;
        padding: 0 4px;
        border-radius: 4px;
        left: 12px;
        width: auto;
    }

.formgroup textarea {
    width: 100%;
    height: 150px;
    border-radius: 4px;
    border: #9e9e9e solid 1px;
    padding: 10px;
    line-height: 20px
}

    .formgroup textarea:focus {
        border-color: #2886FB;
        outline: none;
        border-width: 2px
    }

        .formgroup textarea:focus + label, .formgroup textarea:valid + label {
            top: -10px;
            font-size: 13px;
            color: #2886FB;
            background-color: white;
            padding: 0 4px;
            border-radius: 4px;
            left: 12px;
        }

.formgroup.adontextwarp {
}

    .formgroup.adontextwarp .adontext {
        position: absolute;
        top: 25px;
        transform: translateY(-24px);
        width: 60px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        border-right: solid 1px #ddd;
    }

        .formgroup.adontextwarp .adontext svg {
            fill: #aaa;
            width: 10px;
            height: 10px;
        }

    .formgroup.adontextwarp label {
        left: 70px;
    }

    .formgroup.adontextwarp input {
        padding-left: 70px !important;
    }

    .formgroup.adontextwarp .holdertext {
        font-size: 16px;
        color: #666;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        height: 100%
    }

    .formgroup.adontextwarp input:focus + label, .formgroup.adontextwarp input:not(:placeholder-shown) + label {
        left: 70px;
    }

.select-menu {
    position: absolute;
    background: white;
    min-width: 100%;
    max-width: 100%;
    top: calc(100% + 1px);
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    left: 0;
    padding: 5px 0 0;
    margin: 0;
    z-index: 3;
    display: none;
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .select-menu ul li {
        margin: 5px 0;
        cursor: pointer;
        font-size: 15px;
    }

        .select-menu ul li button {
            width: 100%;
            text-align: left;
            background: transparent;
            cursor: pointer;
            display: block;
            padding: 0
        }

        .select-menu ul li:hover {
            background: #f5f5f5
        }

        .select-menu ul li.selecteditem {
            background: #f5f5f5;
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -moz-border-radius-bottomleft: 6px;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
            margin-bottom: 0
        }

        .select-menu ul li:hover a {
        }

        .select-menu ul li a {
            color: #212121;
            display: block;
            padding: 10px;
        }

.iconcheck {
    fill: #08a182
}

.select-menu ul li big {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    display: block;
    padding-bottom: 5px;
}

.select-menu ul li small {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    display: block
}

.select-menu ul li b {
    color: #777;
    font-size: 14px;
}

.select-menu ul li span {
    color: #212121;
    font-size: 14px;
}

.countrylist {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

    .countrylist li a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #777
    }

        .countrylist li a i {
            background: no-repeat;
            width: 20px;
            height: 15px;
            content: "";
            display: inline-block;
            margin-right: 5px;
        }

        .countrylist li a.flag-us i {
            background-image: url("https://d3aew4oo17ml6.cloudfront.net/common/images/flags/4x3/us.svg");
            background-size: contain;
        }

        .countrylist li a.flag-ca i {
            background-image: url("https://d3aew4oo17ml6.cloudfront.net/common/images/flags/4x3/ca.svg");
            background-size: contain;
        }

        .countrylist li a.flag-in i {
            background-image: url("https://d3aew4oo17ml6.cloudfront.net/common/images/flags/4x3/in.svg");
            background-size: contain;
        }

.adpostlabel {
    position: relative;
    margin-bottom: 30px;
}

    .adpostlabel .formgroup input {
    }

    .adpostlabel .adposuptitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

        .adpostlabel .adposuptitle i {
            color: #D8232A;
        }

    .adpostlabel .button {
        position: absolute;
        background: #f5f5f5;
        right: 3px;
        top: 4px;
        padding: 11px;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-weight: 500;
        color: #212121
    }

        .adpostlabel .button i svg {
            fill: #777;
            width: 16px;
            height: 16px;
        }

    .adpostlabel .posttag {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

        .adpostlabel .posttag span {
            padding: 8px 15px;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            color: #777;
            border-radius: 4px;
            border: solid 1px #ddd;
            cursor: pointer
        }

        .adpostlabel .posttag .close {
            font-size: 14px;
            padding: 3px;
            border-radius: 50%;
            height: 20px;
            width: 20px;
            color: #212121
        }

        .adpostlabel .posttag .selected {
            border-color: #2886FB;
        }

            .adpostlabel .posttag .selected .close {
                color: #fff;
            }

        .adpostlabel .posttag span a {
            color: #212121
        }

        .adpostlabel .posttag span:hover, .adpostlabel .posttag .selected {
            background-color: #2886FB;
            color: #fff
        }

            .adpostlabel .posttag span:hover i, .adpostlabel .posttag span:hover a, .adpostlabel .posttag .selected, .adpostlabel .posttag .selected a {
                color: #fff
            }

    .adpostlabel.alert .posttag span {
        color: #D8232A !important;
        border-color: #D8232A !important;
    }

.formcolwarp {
    display: flex;
    gap: 15px;
}

    .formcolwarp > * {
        width: 49%
    }

.manuaselect {
    border: solid 1px #9e9e9e;
    padding: 10px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .manuaselect a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: #212121
    }

    .manuaselect svg {
        fill: #aaa;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

.otpblockwarp {
    width: 500px;
    margin: 0 auto
}

    .otpblockwarp big {
        font-size: 24px;
        font-weight: 700;
        color: #212121;
        padding-bottom: 10px;
        letter-spacing: .4px;
        line-height: 30px;
        display: block
    }

    .otpblockwarp small {
        font-size: 16px;
        line-height: 20px;
        color: #777;
        padding-bottom: 10px;
        display: block
    }

        .otpblockwarp small a {
            text-decoration: underline;
            color: #2886FB
        }

        .otpblockwarp small b {
            color: #212121;
            display: block;
            padding: 10px 0;
            font-weight: 700;
        }

            .otpblockwarp small b a {
                font-weight: 400
            }

    .otpblockwarp .otpinputwarp {
        text-align: center
    }

    .otpblockwarp .otpinput {
        margin: 10px 0
    }

        .otpblockwarp .otpinput span {
            display: inline-block
        }

        .otpblockwarp .otpinput .alertext {
            font-size: 16px;
            padding-top: 10px;
        }

        .otpblockwarp .otpinput span input {
            width: 50px;
            margin-right: 10px;
            padding: 5px;
            text-align: center;
            height: 50px;
            border-radius: 4px;
            border-color: #9e9e9e;
        }

    .otpblockwarp .otptimer {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        color: #777;
    }

        .otpblockwarp .otptimer b {
            color: #212121;
            font-weight: 700;
            padding-left: 3px;
        }

    .otpblockwarp .otpnoteecv {
        font-size: 16px;
        color: #777;
        padding-bottom: 10px;
        display: block
    }

        .otpblockwarp .otpnoteecv b {
            font-weight: 700;
            color: #212121
        }

        .otpblockwarp .otpnoteecv a {
            padding: 0 5px;
            color: #009fff;
        }

    .otpblockwarp .otpinput .alertext {
        color: #d6181f;
        padding: 5px 0;
        font-size: 12px;
    }

    .otpblockwarp .otpinput span.alert input {
        border-color: #d6181f;
    }

.formcontrol {
    position: relative;
    margin-bottom: 30px;
}

    .formcontrol i {
        color: #D8232A
    }

    .formcontrol .adposuptitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

.inline {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.inputfieldgrop {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

    .inputfieldgrop .inputfield label {
        font-weight: 400;
        border: solid 1px #9e9e9e;
        border-radius: 4px;
        color: #666;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 20px 14px 45px !important;
        line-height: 20px;
    }
	
	.inputfieldgrop .inputfield label.more{padding: 14px 20px 14px 15px!important;}

    .inputfieldgrop .inputfield [type="checkbox"] + label {
        left: 0 !important;
    }

    .inputfieldgrop .inputfield [type="radio"]:not(:checked) + label, .inputfieldgrop .inputfield [type="radio"]:checked + label {
        left: 0 !important;
        line-height: 20px;
    }

    .inputfieldgrop .inputfield [type="radio"] + label:before, .inputfieldgrop .inputfield [type="radio"] + label:after {
        top: 14px !important;
        left: 15px !important;
        margin: 0 !important
    }

    .inputfieldgrop .inputfield [type="checkbox"].filled-in:checked + label, .inputfieldgrop .inputfield [type="radio"].with-gap:checked + label {
        border: 1px solid #2886FB;
        color: #2886FB
    }

    .inputfieldgrop .inputfield [type="checkbox"].filled-in:not(:checked) + label:before {
        left: 17px;
        top: 17px;
    }

    .inputfieldgrop .inputfield [type="checkbox"].filled-in:not(:checked) + label:after, .inputfieldgrop .inputfield [type="checkbox"].filled-in:checked + label:after, .inputfieldgrop .inputfield [type="checkbox"].filled-in:checked + label:before {
        top: 14px !important;
        left: 15px !important;
        border-width: 1px;
    }

.formcombogroup {
    margin-bottom: 15px;
}

    .formcombogroup .adposuptitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

        .formcombogroup .adposuptitle i {
            color: #c52429;
        }

    .formcombogroup .formcombo, .formcombogroup .formcombosingle {
        display: flex;
        gap: 15px;
    }

        .formcombogroup .formcombo .formgroup {
            width: 150px;
            position: relative;
            margin-bottom: 5px;
        }

        .formcombogroup .formcombo .formcontrol {
            margin-bottom: 5px;
        }

    .formcombogroup .helptext {
        font-size: 14px;
    }

    .formcombogroup .formcombo .formgroup .labeldolor {
        background: #f5f5f5;
        position: absolute;
        left: 4px;
        top: 4px;
        display: inline-flex;
        align-items: center;
        height: 43px;
        width: 40px;
        justify-content: center;
        border-radius: 4px;
    }

    .formcombogroup .formcombo .formgroup input[type="text"] {
        padding-left: 50px !important;
    }

    .formcombogroup .formcombosingle .formgroup {
        width: 150px;
        position: relative
    }

.formpricecombo {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .formpricecombo .alerttext {
        width: 100%
    }

    .formpricecombo .formgroup {
        position: relative;
        width: 48%;
        margin: 0
    }

        .formpricecombo .formgroup .labeldolor {
            background: #f5f5f5;
            position: absolute;
            left: 4px;
            top: 4px;
            display: inline-flex;
            align-items: center;
            height: 43px;
            justify-content: center;
            border-radius: 4px;
            padding: 0px 15px;
            font-weight: 500;
        }

        .formpricecombo .formgroup input[type="text"], .formpricecombo .formgroup input[type="number"] {
            padding-left: 85px !important;
            height: 51px !important;
        }

        .formpricecombo .formgroup em {
            position: absolute;
            right: 10px;
            top: 16px;
            color: #777
        }

.adpostinfo {
    width: 500px;
    margin: 0 auto;
}

    .adpostinfo .adpostinfoheader {
        text-align: center;
        margin-bottom: 45px;
    }

        .adpostinfo .adpostinfoheader big {
            font-size: 22px;
            margin-bottom: 15px;
            font-weight: 700;
            font-family: 'Open Sans', sans-serif;
            display: block
        }

        .adpostinfo .adpostinfoheader p {
            color: #777;
            margin-bottom: 15px;
        }

    .adpostinfo .adpostinfobody big {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        display: block
    }

    .adpostinfo .adpostinfobody ul {
    }

        .adpostinfo .adpostinfobody ul li {
            color: #777;
            margin-bottom: 20px;
            line-height: 22px;
        }

.adpostintroduce {
    text-align: center;
    width: 500px;
    margin: 0 auto
}

    .adpostintroduce big {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        display: block;
        margin-bottom: 15px;
    }

    .adpostintroduce figure {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #f5f5f5;
        margin: 0 auto;
        overflow: hidden
    }

    .adpostintroduce small {
        font-size: 16px;
        margin: 15px 0;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        display: block;
    }

    .adpostintroduce p {
        color: #777;
        padding: 0 0 10px;
        line-height: 20px;
    }

.houseruleswarp {
    width: 610px;
    margin: 0 auto;
}

.houserulesitems {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 45px;
}

    .houserulesitems .lineitems {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
        position: relative;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 6px 0px;
        background: #fff;
        padding: 15px;
        border-radius: 4px;
        width: 186px;
        text-align: center;
        border: solid 2px #fff
    }

        .houserulesitems .lineitems figure {
            width: 65px;
            height: 65px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: solid 1px #ddd;
            position: relative
        }

            .houserulesitems .lineitems figure svg {
                width: 40px;
                height: 40px;
                fill: transparent;
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
            }

        .houserulesitems .lineitems.selected figure svg, .houserulesitems .lineitems:hover figure svg {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }

        .houserulesitems .lineitems.selected, .houserulesitems .lineitems:hover {
            border: #2886FB solid 2px;
        }

        .houserulesitems .lineitems b, .houserulesitems .lineitems small {
            display: block;
            font-weight: 500;
            color: #777;
            font-size: 16px;
        }

        .houserulesitems .lineitems:hover b {
            color: #212121
        }

        .houserulesitems .lineitems:hover figure {
            border-color: #aaa
        }

        .houserulesitems .lineitems i {
            background: url("../images/other/lcf-step-select.svg") 0 0 no-repeat;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0px;
            top: 0;
            background-size: contain;
            display: none
        }

        .houserulesitems .lineitems:hover i {
            display: block;
        }

        .houserulesitems .lineitems.selected i {
            background: url("../images/other/lcf-step-select.svg") 0 0 no-repeat;
            display: block;
            background-size: contain;
        }

        .houserulesitems .lineitems.selected figure {
            border-color: #aaa
        }

        .houserulesitems .lineitems.selected b {
            color: #212121
        }

.loginscenario {
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    width: 700px;
    border: solid 1px #ddd
}

.loginscenario-body {
    background: #F3F3F3;
    padding: 15px;
}

    .loginscenario-body .loginscenariodetlswarp {
        background: #fff;
        border-radius: 8px;
    }

        .loginscenario-body .loginscenariodetlswarp .loginscenariodetls {
            display: flex;
            gap: 20px;
            padding: 25px 15px;
        }

            .loginscenario-body .loginscenariodetlswarp .loginscenariodetls figure {
                width: 125px;
                height: 125px;
                margin-right: 15px;
            }

            .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo {
                flex: 1
            }

                .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo p {
                    font-size: 16px;
                    font-weight: 400;
                    color: #777;
                    display: block;
                    line-height: 22px;
                    margin-bottom: 10px
                }

                .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo ul {
                    margin-left: 18px;
                    margin-bottom: 10px;
                }

                    .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo ul li {
                        list-style-type: disc;
                        color: #777;
                        padding: 5px 0
                    }

                .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo p b {
                    color: #212121;
                    font-weight: 500;
                    padding: 0 3px
                }

                .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo .btunred {
                    border: solid 1px #EC4758;
                    color: #EC4758
                }

                    .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo .btunred:hover {
                        background-color: #EC4758;
                        color: #fff
                    }

                .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo .btungreen {
                    border: solid 1px #6CB052;
                    color: #6CB052;
                }

                    .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo .btungreen:hover {
                        background-color: #6CB052;
                        color: #fff
                    }

                .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo .loginaction {
                    padding: 15px 0
                }

                    .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo .loginaction a {
                        padding: 12px 20px;
                        display: inline-block;
                        border-radius: 4px;
                        font-weight: 500;
                        font-size: 16px;
                    }

        .loginscenario-body .loginscenariodetlswarp .or {
            position: relative;
            z-index: 2;
            text-align: center;
            margin: 5px 0
        }

            .loginscenario-body .loginscenariodetlswarp .or span {
                background: #f5f5f5;
                border-radius: 50%;
                height: 35px;
                width: 35px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            .loginscenario-body .loginscenariodetlswarp .or:after {
                background: #f5f5f5;
                height: 4px;
                width: 100%;
                position: absolute;
                content: "";
                z-index: -1;
                left: 0;
                top: 15px;
            }

.loginscenario-fotr {
    padding: 15px;
}

    .loginscenario-fotr span {
        background: #FFF8E2;
        border-left: 3px solid #FFC72C;
        border-radius: 10px;
        display: block;
        padding: 15px;
    }

.newtooltipwarp {
    position: relative
}

.newtooltip {
    background: #3e474f;
    border-radius: 2px;
    bottom: 0;
    color: #edeff0;
    padding: 10px;
    width: 300px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 100;
}

.newtooltipwarp {
    display: inline-block;
    position: relative;
    cursor: pointer
}

    .newtooltipwarp .newtooltip {
        display: none;
        padding: 10px;
        position: absolute;
        width: 300px;
        z-index: 10;
        background: #3e474f;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        bottom: 35px;
        right: -100px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        text-align: left
    }

        .newtooltipwarp .newtooltip:before {
            position: absolute;
            bottom: -15px;
            right: 99px;
            display: inline-block;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 14px solid #3e474f;
            content: '';
        }

    .newtooltipwarp:hover .newtooltip {
        display: block
    }

    .newtooltipwarp b {
        display: inline-flex;
        border: 1px solid rgba(0,0,0,.7);
        width: 18px;
        height: 18px;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        margin-right: 5px;
        font-size: 12px;
        font-weight: 700;
        margin-left: 3px;
        color: #212121
    }

.upload-drag-container {
    position: relative;
    width: 100%;
    height: 130px;
    text-align: center;
    background: #f5f5f5;
    border: 1px dashed #0f62fe;
    border-radius: 2px;
    cursor: pointer;
    transition: border-color 0.3s;
    cursor: pointer;
    margin: 15px 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .upload-drag-container input[type="file"] {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

    .upload-drag-container .upload-drag {
        padding: 10px;
    }

        .upload-drag-container .upload-drag svg {
            fill: #64748b;
            display: inline-flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .upload-drag-container .upload-drag .drag-text {
            color: #212121;
            font-size: 12px;
            font-weight: 500
        }

.banneruplaod {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

    .banneruplaod figure.loading {
        background: none
    }

    .banneruplaod figure {
        width: 130px;
        height: 130px;
        position: relative;
        background: #f5f5f5;
        border-radius: 4px;
        padding: 5px;
    }

        .banneruplaod figure img {
            border-radius: 4px;
        }

        .banneruplaod figure span {
            position: absolute;
            top: 10px;
            right: 10px;
            background: white;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            padding: 5px;
            cursor: pointer
        }

            .banneruplaod figure span svg {
                width: 15px;
                height: 15px;
            }

.datetimewarpr {
    width: 600px;
    margin: 0 auto;
    margin-top: 40px;
}

    .datetimewarpr .adposuptitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

        .alert, .alert .adposuptitle, .datetimewarpr .adposuptitle i {
            color: #D8232A !important;
        }

.formgroupcolwarp {
    display: flex;
    gap: 15px;
    margin: 25px 0 35px;
    flex-wrap: wrap;
}

    .formgroupcolwarp .formgroup {
        width: 48%;
        flex: 0 0 auto;
        position: relative;
        cursor: pointer;
        margin: 0
    }

    .formgroupcolwarp .inputfield [type="checkbox"] + label {
        left: 0 !important
    }

.dayswrp {
}

    .dayswrp .days {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin-bottom: 15px;
    }

        .dayswrp .days small {
            font-size: 16px;
            margin-right: 10px
        }

            .dayswrp .days small a {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px
            }

.alert .dayswrp .days small a i {
    border-color: #D8232A
}

.dayswrp .days small a i {
    border: solid 1px #ddd;
    border-radius: 50%;
    padding: 10px;
    color: #666;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center
}

.dayswrp .days small.active a i, .dayswrp .days small:hover a i {
    background: #2886FB
}

.dayswrp .days small.active a i, .dayswrp .days small:hover a i {
    color: white
}

.dayswrp .days small.active a em, .dayswrp .days small:hover a em {
    color: #2886FB
}

.dayswrp .days small a em {
    color: #666
}

.dayswrp .inputfield [type="checkbox"] + label {
    left: 0 !important
}

.dayswrp .inputgrup {
    display: flex;
    flex-direction: row;
    margin: 0 0 10px;
    gap: 15px;
}

.dayswrp .inputfield {
    margin: 5px 0 0
}

.dayswrp .days small b {
    font-size: 12px;
    color: #666
}

.timewarp {
    margin-top: 2px;
    background: #eee;
    padding: 10px;
}

.timesettingwarp {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
}

.timewarp span {
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
    color: #212121;
    font-size: 16px;
}

.timesetting {
    width: 50%
}

    .timesetting label {
        font-size: 14px;
        padding-bottom: 8px;
        display: block;
        color: #777;
    }

    .timesetting select {
        width: 100%;
        padding: 10px;
        height: auto;
        border-radius: 4px;
        border: #9e9e9e solid 1px;
        height: 50px;
    }

        .timesetting select:focus-visible {
            outline: 2px solid #2886FB;
        }

.timeremove {
    transform: translateY(10px);
    width: 20px;
}

.admoretime {
    padding: 8px 0;
    text-align: right
}

    .admoretime a {
        color: #0066FF
    }

.titletxt, .grouptitle {
    color: #212121;
    background-color: #f5f5f5;
    padding: 10px;
}

/* ============= package start =============*/
.adpackagetitle {
    background: #041C33;
    padding: 50px 0 25px;
    text-align: center;
    min-height: 295px
}

.packagetitle-a {
}

    .packagetitle-a > * {
        color: #fff;
        display: block;
        font-family: Roboto, sans-serif;
        padding-bottom: 8px;
    }

    .packagetitle-a i {
        fill: #fff
    }

    .packagetitle-a p {
        font-size: 24px;
    }

    .packagetitle-a em {
        font-size: 18px;
        color: #8A8A8A;
        line-height: 26px;
        padding: 0
    }

.packagetitle-b {
    background: #03192E;
    border-radius: 4px;
    border: dashed 1px #4F5E6D;
    padding: 20px;
    display: inline-flex !important;
    flex-direction: column;
    margin: 15px 0;
    font-family: Roboto, sans-serif;
}

    .packagetitle-b p {
        font-size: 18px;
        color: #fff;
        display: block;
        padding-bottom: 10px;
    }

    .packagetitle-b strong {
        color: #ff0;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

.packagetitle-c {
    background: #03192E;
    border-radius: 4px;
    border: dashed 1px #4F5E6D;
    padding: 10px;
    display: inline-flex !important;
    flex-direction: column;
    margin: 15px 0;
    font-family: Roboto, sans-serif;
}

    .packagetitle-c p {
        font-size: 18px;
        color: #fff;
        display: block;
    }

    .packagetitle-c strong {
        color: #ff0;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

.pagage-container {
    width: 1260px;
    margin: 0 auto;
    animation: slideInLeft;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    padding: 15px;
    border-radius: 8px;
    margin-top: -80px;
}

.packagemainwrp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.displaytwo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.displaythree {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.displayfour {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.packagelstwrp {
    background: #fff;
    border-radius: 5px;
    -webkit-transition: 0.6s cubic-bezier(.215,.61,.355,1);
    -o-transition: 0.6s cubic-bezier(.215,.61,.355,1);
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
    border: solid 1px #ddd
}

    .packagelstwrp:hover {
        -webkit-transform: translateY(-26px);
        -ms-transform: translateY(-26px);
        transform: translateY(-26px);
    }

    /**/
    .packagelstwrp .packagehd {
        text-align: center;
        margin-bottom: 10px;
        position: relative;
        border-bottom: solid 1px #ddd;
    }

        .packagelstwrp .packagehd .packagehdtitle {
            padding: 10px;
            font-size: 20px;
            color: #1b70e9;
            font-weight: 500;
        }

            .packagelstwrp .packagehd .packagehdtitle .inputfield {
                display: inline-flex;
                align-items: center;
            }

                .packagelstwrp .packagehd .packagehdtitle .inputfield label {
                    font-size: 24px;
                }

                .packagelstwrp .packagehd .packagehdtitle .inputfield [type="radio"]:not(:checked) + label, .packagelstwrp .packagehd .packagehdtitle .inputfield [type="radio"]:checked + label {
                    left: 0;
                }

            .packagelstwrp .packagehd .packagehdtitle span {
                display: block;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 400;
                padding: 10px 0;
                color: #999
            }

        /**/
        .packagelstwrp .packagehd .packageprice {
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #212121;
            gap: 10px;
            padding: 0 0 15px;
            font-family: Roboto, sans-serif;
        }

            .packagelstwrp .packagehd .packageprice em {
                color: #777
            }

            .packagelstwrp .packagehd .packageprice b {
                font-size: 36px;
                font-weight: 700;
                color: #425066
            }

            .packagelstwrp .packagehd .packageprice strong {
                font-size: 16px;
                font-weight: 700;
                color: #999;
                text-decoration: line-through
            }

            .packagelstwrp .packagehd .packageprice span {
                color: #777;
            }

            .packagelstwrp .packagehd .packageprice i {
                background-color: #08a182;
                font-weight: 500;
                font-family: Roboto, sans-serif;
                position: relative;
                color: #fff;
                padding: 3px 5px;
                display: inline-block;
                margin-right: 5px
            }

                .packagelstwrp .packagehd .packageprice i:after {
                    position: absolute;
                    top: 0;
                    right: -10px;
                    display: inline-block;
                    content: '';
                    border-top: 10px dashed transparent;
                    border-bottom: 10px dashed transparent;
                    border-left: 10px dashed #08a182;
                }

    /**/
    .packagelstwrp .packagelist {
    }

        .packagelstwrp .packagelist ul {
            margin: 0 15px
        }

            .packagelstwrp .packagelist ul li {
                padding: 10px 0;
                background-repeat: no-repeat;
                background-position: right 12px;
                background-image: var(--tick);
                font-size: 14px;
                padding-right: 22px;
                line-height: 20px;
                color: #425066
            }

                .packagelstwrp .packagelist ul li b {
                    font-weight: 600;
                }

    .packagelstwrp.plan-a ul {
        margin-bottom: 30px
    }

    .packagelstwrp.plan-b ul {
        margin-bottom: 30px
    }

    .packagelstwrp.plan-c ul {
        margin-bottom: 30px
    }

    .packagelstwrp.plan-d ul {
        margin-bottom: 30px
    }

    .packagelstwrp.plan-e ul {
        margin-bottom: 150px
    }

.plan-a .inputfield [type="radio"]:checked + label:after, .plan-a .inputfield [type="radio"].with-gap:checked + label:before, .plan-a .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #FDBA17;
}

.plan-a .inputfield [type="radio"]:checked + label:after, .plan-a .inputfield [type="radio"].with-gap:checked + label:after {
    background: #FDBA17
}

.plan-a .inputfield [type="radio"]:checked + label {
    color: #FDBA17
}

/**/
.plan-b .inputfield [type="radio"]:checked + label:after, .plan-b .inputfield [type="radio"].with-gap:checked + label:before, .plan-b .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #2993FF;
}

.plan-b .inputfield [type="radio"]:checked + label:after, .plan-b .inputfield [type="radio"].with-gap:checked + label:after {
    background: #2993FF
}

.plan-b .inputfield [type="radio"]:checked + label {
    color: #2993FF
}

/**/
.plan-c .inputfield [type="radio"]:checked + label:after, .plan-c .inputfield [type="radio"].with-gap:checked + label:before, .plan-c .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #FD4060;
}

.plan-c .inputfield [type="radio"]:checked + label:after, .plan-c .inputfield [type="radio"].with-gap:checked + label:after {
    background: #FD4060
}

.plan-c .inputfield [type="radio"]:checked + label {
    color: #FD4060
}

/**/
.plan-d .inputfield [type="radio"]:checked + label:after, .plan-d .inputfield [type="radio"].with-gap:checked + label:before, .plan-d .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #1AA260;
}

.plan-d .inputfield [type="radio"]:checked + label:after, .plan-d .inputfield [type="radio"].with-gap:checked + label:after {
    background: #1AA260
}

.plan-d .inputfield [type="radio"]:checked + label {
    color: #1AA260
}

/**/
.plan-e .inputfield [type="radio"]:checked + label:after, .plan-e .inputfield [type="radio"].with-gap:checked + label:before, .plan-e .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #924CFF;
}

.plan-e .inputfield [type="radio"]:checked + label:after, .plan-e .inputfield [type="radio"].with-gap:checked + label:after {
    background: #924CFF
}

.plan-e .inputfield [type="radio"]:checked + label {
    color: #924CFF
}

.packagelstwrp.plan-a.active a, .packagelstwrp.plan-a:hover .packagelistfd a {
    background: #FDBA17;
}

.packagelstwrp.plan-b.active a, .packagelstwrp.plan-b:hover .packagelistfd a {
    background: #2993FF
}

.packagelstwrp.plan-c.active a, .packagelstwrp.plan-c:hover .packagelistfd a {
    background: #FD4060
}

.packagelstwrp.plan-d.active a, .packagelstwrp.plan-d:hover .packagelistfd a {
    background: #1AA260
}

.packagelstwrp.plan-e.active a, .packagelstwrp.plan-e:hover .packagelistfd a {
    background: #924CFF
}

.packagelstwrp.plan-a.active a, .packagelstwrp.plan-b.active a, .packagelstwrp.plan-c.active a, .packagelstwrp.plan-d.active a, .packagelstwrp.plan-e.active a {
    color: #fff
}

/**/
.packagelstwrp .packagelistfd {
    text-align: center;
    padding: 25px 15px;
    border-top: solid 1px #ddd;
}

    .packagelstwrp .packagelistfd a {
        border: 1px solid #ddd;
        border-radius: 50px;
        display: block;
        width: 100%;
        padding: 15px 10px;
        font-size: 18px;
        color: #666;
    }

.packagelstwrp:hover .packagelistfd a {
    color: #fff;
    background-color: #D8232A;
}

/**/
.popular {
    background-color: #41495b;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    padding: 17px 20px;
    width: 100%;
    font-size: 16px;
    font-family: var(--roboto);
    font-weight: 500;
    margin-top: -50px;
}

.packageor {
    padding: 25px 0
}

    .packageor span {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .packageor span:after {
            border-bottom: dashed 1px #818181;
            position: absolute;
            width: 100%;
            content: "";
            z-index: -1;
        }

        .packageor span b {
            background: #f5f5f5;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

.freeplan {
    isplay: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid #D23246;
    border-top-width: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(0deg, #FFFFFF 0%, #FFF7F8 100%);
    padding: 15px;
    gap: 20px;
}

.freeimage {
}

    .freeimage figure {
        width: 280px;
    }

.freelistwarp {
}

    .freelistwarp .freelisthead {
        border-bottom: solid 1px #ddd;
        padding: 10px 0;
        margin: 0 0 15px;
    }

        .freelistwarp .freelisthead h2 {
            font-weight: 500;
            font-size: 24px;
            color: #425066;
        }

        .freelistwarp .freelisthead p {
            font-size: 15px;
            color: #777;
            padding-top: 3px;
        }

            .freelistwarp .freelisthead p span {
                background: #FFCC33;
                border-radius: 20px;
                padding: 5px 10px;
                display: inline-block;
                margin: 0 4px;
                color: #425066;
            }

    .freelistwarp .freelistbody {
        padding-bottom: 15px;
    }

        .freelistwarp .freelistbody ul {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            padding-top: 8px;
        }

            .freelistwarp .freelistbody ul li {
                font-size: 15px;
                padding-bottom: 10px;
            }

                .freelistwarp .freelistbody ul li b {
                    font-weight: 500;
                    color: #425066;
                    padding-bottom: 5px;
                    display: block
                }

                .freelistwarp .freelistbody ul li p {
                    color: #777;
                    line-height: 20px;
                }

        .freelistwarp .freelistbody .caltoaction {
        }

            .freelistwarp .freelistbody .caltoaction a {
                display: inline-flex;
                padding: 12px 26px;
                font-size: 16px;
                background: #F0483E;
                border-radius: 20px;
                color: #fff
            }

            .freelistwarp .freelistbody .caltoaction .disabled {
                background: #ccc !important;
                color: #939393;
                border-color: #ccc
            }

            .freelistwarp .freelistbody .caltoaction .loader {
                border: 2px dotted #000;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                display: inline-block;
                -webkit-animation: spin 2s linear infinite;
                animation: spin 2s linear infinite;
                position: static;
                background: transparent;
                margin-left: 5px;
            }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/**/
.formcombogroup .inputfieldnew {
    margin-top: 5px;
}

.formcombogroup .inputfieldnew i { padding-right: 5px;}

    .formcombogroup .inputfieldnew [type="checkbox"] + label {
        left: 0 !important;
        padding-left: 30px !important;
    }

.endloading {
    margin-top: 25px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99999;
    background: rgb(10 10 10 / 80%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    flex-direction: column;
    color: #fff;
}

    .endloading p {
        font-size: 20px;
        padding: 15px 0
    }

.spinner-loader {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto
}

    .spinner-loader .circular {
        animation: sprocess-rotate 2s linear infinite;
        -webkit-animation: sprocess-rotate 2s linear infinite;
        width: 100%;
        height: 100%;
        transform-origin: center center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .spinner-loader .path, .spinner-loader .patha {
        stroke-dasharray: 89,200;
        stroke-dashoffset: 0;
        animation: sprocess-dash 1.5s ease-in-out infinite,sprocess-color 3s ease-in-out infinite;
        -webkit-animation: sprocess-dash 1.5s ease-in-out infinite,sprocess-color 3s ease-in-out infinite;
        stroke-linecap: round;
        stroke-width: 3;
        stroke-miterlimit: 10
    }

    .spinner-loader.rightloader {
        position: absolute;
        top: 15px;
        right: 15px;
    }

:is(.btun):not(.btun:disabled) .spinner-loader .path {
    animation: sprocess-dash 1.5s ease-in-out infinite, sprocess-current-color 3s ease-in-out infinite;
    -webkit-animation: sprocess-dash 1.5s ease-in-out infinite, sprocess-current-color 3s ease-in-out infinite
}

@keyframes sprocess-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sprocess-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sprocess-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes sprocess-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes sprocess-color {
    0%,to {
        stroke: #0F62FE
    }
}

@-webkit-keyframes sprocess-color {
    0%,to {
        stroke: #0F62FE
    }
}

@keyframes sprocess-current-color {
    0% {
        stroke: currentColor
    }

    to {
        stroke: currentColor
    }
}

@keyframes sprocess-white-color {
    0% {
        stroke: #fff
    }

    to {
        stroke: #fff
    }
}

/* ============= package end =============*/
.selecttoo {
    position: relative;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
    margin-bottom: 30px;
}

    .selecttoo .formgroup {
        margin-bottom: 0
    }

    .selecttoo input {
        border: 0;
    }

    .selecttoo .formgroup .downarow {
        position: absolute;
        right: 0;
        width: 30px;
        align-items: center;
        display: flex;
        top: 0;
        height: 100%;
    }

    .selecttoo .tags {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        font-size: 14px;
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .selecttoo .tags span {
            border: 1px solid #ddd;
            background: white;
            gap: 5px;
            border-radius: 30px;
            padding: 8px 15px;
            color: #777
        }

    /*.selecttoo .select-menu ul{max-height: 190px;overflow-x: hidden;overflow-y: auto;}*/
    .selecttoo .select-menu ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
    }

.newbusnes {
    padding: 10px;
    border-top: solid 1px #ddd;
    color: #777;
    font-size: 14px;
}

    .newbusnes a {
        color: #e54f55
    }

.infoicon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

    .infoicon b {
        background: #f5f5f5;
        width: 25px;
        height: 25px;
        display: inline-flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        border: solid 1px #888;
        color: #212121
    }

    .infoicon:hover .tooltip {
        display: block;
    }

.tooltip {
    background: #444;
    color: white;
    border-radius: 4px;
    padding: 10px 15px;
    position: absolute;
    width: 200px;
    right: -90px;
    bottom: 35px;
    line-height: 20px;
    display: none;
    z-index: 9
}

    .tooltip:after {
        border-width: 7px;
        border-style: solid;
        border-color: rgb(45, 46, 47) transparent transparent;
        border-image: initial;
        inset: 100% auto auto 50%;
        content: " ";
        display: block;
        height: 0px;
        margin: auto auto auto -7px;
        position: absolute;
        width: 0px;
    }

    .tooltip:before {
        border-width: 8px;
        border-style: solid;
        border-color: rgba(95, 97, 99, 0.08) transparent transparent;
        border-image: initial;
        inset: 100% auto auto 50%;
        content: " ";
        display: block;
        height: 0px;
        margin: auto auto auto -8px;
        position: absolute;
        width: 0px;
    }

.neighborhoodwarp .formgroup {
    margin-bottom: 5px;
}

.adpostlabel .neighborhood {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f5f5f5;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 6px;
}

    .adpostlabel .neighborhood span {
        padding: 8px 15px;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: #777;
        border-radius: 4px;
        border: solid 1px #ddd;
        cursor: pointer;
        background: #fff;
        position: relative
    }

    .adpostlabel .neighborhood .close {
        font-size: 14px;
        padding: 3px;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        color: #fff;
        position: absolute;
        top: -7px;
        right: -7px;
        text-align: center;
        background: #333;
        display: none
    }

    .adpostlabel .neighborhood .selected {
        border-color: #2886FB;
    }

        .adpostlabel .neighborhood .selected .close {
            color: #fff;
            display: block
        }

    .adpostlabel .neighborhood span a {
        color: #212121
    }

    .adpostlabel .neighborhood span:hover, .adpostlabel .neighborhood .selected {
        background-color: #2886FB;
        color: #fff
    }

        .adpostlabel .neighborhood span:hover i, .adpostlabel .neighborhood span:hover a, .adpostlabel .neighborhood .selected, .adpostlabel .neighborhood .selected a {
            color: #fff
        }

/**/
.process-step {
    position: relative;
    z-index: 1;
    text-align: left
}

    .process-step .stepinfo {
        gap: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-bottom: 25px;
        position: relative;
        min-height: 50px;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
    }

        /*.process-step .stepinfo:before, .process-step .stepinfo:after{top: 35px;left: 20px;width: 3px;z-index: -2;content: "";height: 100%;position: absolute;background-color: #e2eaef;transition: 0.4s all ease-in-out;}*/
        .process-step .stepinfo:after {
            bottom: 0;
            height: 0;
            z-index: -1;
            background-color: #e12454;
        }

        .process-step .stepinfo:hover:after {
            height: 100%;
            bottom: auto;
        }

        .process-step .stepinfo:last-child:before, .process-step .stepinfo:last-child:after {
            display: none
        }

        .process-step .stepinfo .stepnum {
            width: 40px;
            height: 40px;
        }

            .process-step .stepinfo .stepnum i {
                background: #fff;
                box-shadow: 0 1px 4px rgb(44 130 237 / 40%);
                width: 40px;
                height: 40px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                border: solid 2px #ebebeb;
                -webkit-transition: all .2s cubic-bezier(.02,.54,.58,1);
                -o-transition: all .2s cubic-bezier(.02,.54,.58,1);
                transition: all .2s cubic-bezier(.02,.54,.58,1);
                justify-content: center;
                font-weight: 500;
                border: solid 2px #fff;
                background: #fbfbfb;
            }

        .process-step .stepinfo:hover .stepnum i {
            border-color: #fff
        }

        .process-step .stepinfo:after {
            height: 100%;
            bottom: auto;
        }

        .process-step .stepinfo.stepa .stepnum i, .process-step .stepinfo.stepa:after {
            background: #3AA7CC;
            color: #fff;
            text-shadow: 1px 1px 0 #212121;
        }

        .process-step .stepinfo.stepb .stepnum i, .process-step .stepinfo.stepb:after {
            background: #F15B4E;
            color: #fff;
            text-shadow: 1px 1px 0 #212121;
        }

        .process-step .stepinfo.stepc .stepnum i, .process-step .stepinfo.stepc:after {
            background: #FEC34E;
            color: #fff;
            text-shadow: 1px 1px 0 #212121;
        }

        .process-step .stepinfo.stepd .stepnum i, .process-step .stepinfo.stepd:after {
            background: #82CA9C;
            color: #fff;
            text-shadow: 1px 1px 0 #212121;
        }

        .process-step .stepinfo.stepa .stepdestls h2 {
            color: #2b93b7;
        }

        .process-step .stepinfo.stepb .stepdestls h2 {
            color: #d9473b;
        }

        .process-step .stepinfo.stepc .stepdestls h2 {
            color: #af7b14;
        }

        .process-step .stepinfo.stepd .stepdestls h2 {
            color: #08a182;
        }

        .process-step .stepinfo .stepnum i svg {
            margin: 0 auto
        }

        .process-step .stepinfo .stepdestls {
            flex: 1;
        }

            .process-step .stepinfo .stepdestls h2 {
                font-weight: 500;
                padding-bottom: 5px;
                color: #212121;
                font-size: 16px;
            }

            .process-step .stepinfo .stepdestls p {
                color: #777;
                font-size: 14px;
                line-height: 20px;
                padding: 0 0 15px;
                font-weight: 400
            }

/**/
.banner-list-con {
    text-align: left;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

    .banner-list-con .banner-list {
        padding: 0 0 0 25px;
        position: relative;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: var(--tick);
        font-size: 14px;
    }

        .banner-list-con .banner-list > * {
            display: block;
        }

        .banner-list-con .banner-list big {
            font-size: 18px;
            font-weight: 400;
            padding-bottom: 5px;
        }

span.or {
    position: relative;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: rgb(255 255 255 / 41%);
    font-size: 12px;
}

/**/
.loadbodywarp {
    width: 850px;
    margin: 0 auto;
    animation: slideInLeft;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    background: white;
    padding: 20px 15px;
    border-radius: 8px;
    border: solid 1px #ddd;
    margin-top: -200px;
}

    .loadbodywarp .loadhead {
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

        .loadbodywarp .loadhead big {
            font-size: 26px;
            font-weight: 700;
            display: block;
            padding-bottom: 15px;
        }

        .loadbodywarp .loadhead small {
            font-size: 18px;
            display: block;
            color: #777;
        }

            .loadbodywarp .loadhead small span {
                display: block
            }

    .loadbodywarp .loadbody {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 30px 0;
    }

        .loadbodywarp .loadbody .loadbodylt, .loadbodywarp .loadbody .loadbodyrt {
            flex: 0 0 auto;
            width: 50%;
            padding: 15px;
        }

            .loadbodywarp .loadbody .loadbodylt .loadlineitems {
                display: flex;
                gap: 15px;
                align-items: center;
                padding: 15px 0;
                -webkit-transition: all .5s ease-in;
                -moz-transition: all .5s ease-in;
                -ms-transition: all .5s ease-in;
                -o-transition: all .5s ease-in;
                transition: all .5s ease-in;
            }

.opacityhide {
    opacity: 0
}

.loadbodywarp .loadbody .loadbodylt .loadlineitems i {
    flex: 0 0 1;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    background: #f5f5f5;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 15px;
}

    .loadbodywarp .loadbody .loadbodylt .loadlineitems i.one {
        background: #f3e8ff;
        color: #6b21a8;
    }

    .loadbodywarp .loadbody .loadbodylt .loadlineitems i.two {
        background: #dbeafe;
        color: #1e40af
    }

    .loadbodywarp .loadbody .loadbodylt .loadlineitems i.three {
        background: #fee2e2;
        color: #991b1b
    }

    .loadbodywarp .loadbody .loadbodylt .loadlineitems i.four {
        background: #f3e8ff;
        color: #6b21a8;
    }

.loadbodywarp .loadbody .loadbodylt .loadlineitems .lineitemsinfo {
    display: flex;
    flex-direction: column;
    gap: 5px
}

    .loadbodywarp .loadbody .loadbodylt .loadlineitems .lineitemsinfo big {
        font-size: 15px;
        color: #212121;
        font-weight: 500
    }

    .loadbodywarp .loadbody .loadbodylt .loadlineitems .lineitemsinfo small {
        font-size: 15px;
        color: #777
    }

/*=================== End Screen Start ===================*/
.enddialog {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

    .enddialog .end-container {
        align-items: center;
        display: flex;
        height: calc(100% - 3.5rem);
        justify-content: center;
        margin: 16px auto;
        max-width: 60rem;
        min-height: calc(100% - 3.5rem);
        min-width: 300px;
        pointer-events: none;
        position: relative;
        width: auto
    }

    .enddialog .end-inner {
        background-clip: padding-box;
        background-color: white;
        border: 1px solid #d7d7d7;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: 100%;
        min-width: 300px;
        outline: 0;
        overflow: hidden;
        pointer-events: auto;
        position: relative;
        z-index: 1
    }

    .enddialog .end-body {
        padding: 20px;
        position: relative;
        text-align: center;
    }

        .enddialog .end-body strong {
            font-weight: 500;
            padding-bottom: 10px;
            display: block
        }

        .enddialog .end-body p {
            font-weight: 400
        }

    .enddialog .end-footer {
        flex-shrink: 0;
        padding: 16px;
        display: flex;
        justify-content: center;
        gap: 15px;
    }

.endbackdrop {
    animation: fadeIn .4s cubic-bezier(.4, 0, .2, 1);
    background: rgb(0 0 0 / 50%);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

/*=================== End Screen End ===================*/
/**/
.bottom-sheet {
    position: fixed;
    height: 100%;
    box-sizing: border-box;
    display: none;
    z-index: 9999999;
}

.bottom-sheet-container {
    max-width: 60rem !important;
}

.bottom-sheet .bottom-sheet-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    width: 100%;
    height: auto;
    max-height: 85%;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    pointer-events: auto;
    animation: slideInUp 0.3s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s ease;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (min-width: 768px) {
    .bottom-sheet {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        outline: 0;
        z-index: 99999
    }

        .bottom-sheet .bottom-sheet-container {
            height: calc(100% - 50px);
            min-height: calc(100% - 50px);
            max-width: 60rem;
            margin: 15px auto;
            position: relative;
            width: auto;
            pointer-events: none;
            display: flex;
            align-items: center;
        }

        .bottom-sheet .bottom-sheet-inner {
            overflow: hidden;
            width: 100%;
            max-height: 100%;
            z-index: 1;
            pointer-events: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            background: #fff;
            height: auto;
            background-clip: padding-box;
            border-radius: 20px;
            outline: 0;
        }
}

/* ************************************Start************************************* */
.homelcf {
    background: #CEF7E5;
    position: relative;
    z-index: 1;
}

    .homelcf .homelcfclose {
        padding: 15px 15px 0;
        text-align: right;
    }

        .homelcf .homelcfclose a {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            color: #212121;
        }

            .homelcf .homelcfclose a i {
                width: 35px;
                height: 35px;
                background: #fff;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%
            }

                .homelcf .homelcfclose a i svg {
                    width: 13px;
                    height: 13px;
                    fill: #212121;
                }

    .homelcf .homelcfbody {
        display: flex;
        overflow: hidden;
        gap: 15px;
    }

    .homelcf .lcflineitems {
        flex: 0 0 auto;
        width: 66.66666667%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .homelcf .lcfimages {
        flex: 0 0 auto;
        width: 33.33333333%;
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
        display: inline-flex;
    }

        .homelcf .lcfimages figure {
            position: relative
        }

    .homelcf:after {
        background: #e8fff5;
        width: 500px;
        height: 100%;
        -webkit-border-top-left-radius: 50%;
        -webkit-border-bottom-left-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-bottomleft: 50%;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        display: inline-flex;
        align-items: center;
        position: absolute;
        content: "";
        right: -170px;
        top: 0;
        z-index: -1;
    }

    .homelcf .lcflineitems .homelcfhead > * {
        display: block;
        text-align: center
    }

    .homelcf .lcflineitems .homelcfhead .title {
        font-size: 22px;
        font-weight: 700;
        color: #212121;
        padding-bottom: 10px;
    }

    .homelcf .lcflineitems .homelcfhead .tagline {
        font-size: 20px;
        font-weight: 300;
        color: #212121;
        padding-bottom: 10px;
    }

    .homelcf .lcflineitems .lineitems span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
        padding: 15px;
        width: 120px;
        text-align: center;
    }

    .homelcf .lcflineitems .lineitems figure {
        width: 65px;
        height: 65px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
        background: #fff
    }

    .homelcf .lcflineitems figure svg {
        width: 35px;
        height: 35px;
        fill: transparent;
    }

    .homelcf .lcflineitems .lineitems b {
        display: block;
        color: #212121;
        font-size: 14px;
        line-height: 20px;
    }

.homelcfoter {
    text-align: center;
    margin: 20px 0;
    padding-bottom: 30px;
}

    .homelcfoter span {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #212121;
        padding: 10px 0 20px;
    }

    .homelcfoter a {
        margin-right: 10px
    }

        .homelcfoter a.btun-red {
            padding-left: 25px;
            padding-right: 25px;
            overflow: hidden;
            position: relative;
            transform: translateZ(0);
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: #e32c26;
            border-radius: 4px;
        }

    .homelcfoter .rightarrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: #fff
    }

    .homelcfoter a.btun-red:after, .homelcfoter a.btun-red:before {
        animation: 2s linear infinite;
        background: hsla(0,0%,100%,.3);
        content: "";
        height: 100%;
        left: auto;
        opacity: 1;
        position: absolute;
        right: auto;
        transform: skewX(15deg);
        width: 15%
    }

    .homelcfoter a.btun-red:before {
        animation-name: animate
    }

    .homelcfoter a.btun-red:after {
        animation-name: animates
    }

@keyframes animate {
    0% {
        left: 50%
    }

    to {
        left: -150%
    }
}

@keyframes animates {
    0% {
        right: 50%
    }

    to {
        right: -150%
    }
}

.blurbglcf {
    background: #000;
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    z-index: 998;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
}

.blurbodylcf .blurbglcf {
    display: block;
}

.blurbody .blurbg2 {
    display: block;
}

.blurbodylcf {
    overflow: hidden;
    position: relative;
}

/**/
/* ========================================================================================================================================================================== */
/* ========================================================================================================================================================================== */
/*=================== Rajesh Start ===================*/
.formpricecombo2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .formpricecombo2 .alerttext {
        width: 100%
    }

    .formpricecombo2 .formgroup {
        position: relative;
        width: 48%;
        margin: 0
    }

        .formpricecombo2 .formgroup .labeldolor {
            background: #f5f5f5;
            position: absolute;
            left: 4px;
            top: 4px;
            display: inline-flex;
            align-items: center;
            height: 43px;
            justify-content: center;
            border-radius: 4px;
            padding: 0px 15px;
            font-weight: 500;
        }

        .formpricecombo2 .formgroup input[type="text"], .formpricecombo .formgroup input[type="number"] {
            height: 51px !important;
        }

        .formpricecombo2 .formgroup em {
            background: #f5f5f5;
            position: absolute;
            right: 4px;
            top: 4px;
            display: inline-flex;
            align-items: center;
            height: 43px;
            justify-content: center;
            border-radius: 4px;
            padding: 0px 15px;
            font-weight: 500;
        }

.adpost-containerbody {
    background: url(../images/lcf-job-bg-2.png) right bottom no-repeat;
}

.containerbodybg {
    background: #EBFCEF url(../images/lcf-job-bg-1.png) left bottom no-repeat;
}

#nextbtn svg {
    fill: #fff;
}

#prevbtn svg {
    fill: #333;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fottercta .loader2 {
    border: 2px dotted #fff !important;
}

.formgroupcolwarp2 {
    display: flex;
    gap: 15px;
    margin: 0px 0 35px;
    flex-wrap: wrap;
}

    .formgroupcolwarp2 .formgroup {
        width: 31%;
        flex: 0 0 auto;
        position: relative;
        cursor: pointer;
        margin: 0
    }

    .formgroupcolwarp2 .inputfield [type="checkbox"] + label {
        left: 0 !important
    }

/**/
.packagelstwrp .packagelistfd2 {
    text-align: center;
    padding: 25px 15px;
    border-top: solid 1px #ddd;
}

    .packagelstwrp .packagelistfd2 a {
        border: 1px solid #ddd;
        border-radius: 50px;
        display: block;
        width: 100%;
        padding: 15px 10px;
        font-size: 18px;
        color: #666;
    }

.packagelstwrp:hover .packagelistfd2 a {
    color: #fff;
    background-color: #2993FF;
}

/**/
/*
.adpost-containerbody{  background:#EBFCEF ;   position: relative; background: url(../images/lcf-job-bg-2.png) right bottom no-repeat;  }
.containerbody2 { height: 500px !important; 
	background: url(../images/lcf-job-bg-1.png) left bottom no-repeat ;  
	content: "";
    position: absolute; color: transparent;
	left: 0; bottom: 0px; 
	width: 50%; 
 
	
}

.adpost-containerbody:after { height: 500px !important; 
	
	content: "";
    position: fixed; 
	right: 0; 
	bottom: 0px; 
	width: 50%; 
 
}
*/
.package_col {
    width: 100%;
    text-align: center;
}

.package_cust2 {
    background-color: rgba(241, 197, 121, 0.1);
    border: 1px dashed #f7e094;
}

.package_col.active {
    border: 1px solid #00fff0;
}

.package_col .pgtitle {
    font-size: 26px;
    color: #2993FF;
    padding: 20px 0;
}

.package_col .pgprice {
    font-size: 25px;
    padding: 15px 0;
    line-height: 25px;
}

.package_col .przcolor1 {
    color: #933F02;
}

.package_col .przcolor2 {
    color: #014795;
}

.package_col .przcolor3 {
    color: #128202;
}

.package_col .przcolor4 {
    color: #720282;
}

.package_col .rwpricebg1 {
    background-color: #FDF2D7;
    color: #933F02;
}

.package_col .rwpricebg2 {
    background-color: #D7E9FD;
    color: #014795;
}

.package_col .rwpricebg3 {
    background-color: #DFFBDB;
    color: #128202;
}

.package_col .rwpricebg4 {
    background-color: #f8e7fb;
    color: #720282;
}

.package_col .pgprice .price {
    font-weight: 600;
}

.package_col .pgmonth {
    font-size: 14px;
}

.package_col .pgads {
    padding: 10px 15px;
}

.package_col input {
    width: 50%;
    margin: 0px;
}

.package_col .pgads .pgads_1 {
    font-size: 35px;
    color: #212121;
    line-height: 40px;
    font-weight: 500;
}

.package_col .pgads .pgads_2 {
    font-size: 18px;
    color: #4E6786;
    line-height: 30px;
}

.job_package .package_col .pgads .pgads_3 {
    font-size: 13px;
    color: #afb0b1;
    line-height: 20px;
}

.package_col .pgads_4 {
    font-size: 14px;
    color: #212121;
    margin-bottom: 5px;
}

    .package_col .pgads_4 span {
        font-size: 12px;
        color: #4E6786;
    }

.package_col .pgresume {
    padding: 10px 0;
    background-color: #f5f6ff;
}

    .package_col .pgresume .resume_1 {
        font-size: 25px;
        color: #212121;
        line-height: 25px;
    }

    .package_col .pgresume .resume_2 {
        font-size: 14px;
        color: #4E6786;
    }

.package_col .pgsupport {
    padding: 10px 15px 20px;
    font-size: 14px;
    color: #afb0b1;
}

    .package_col .pgsupport figure {
        padding: 10px 0;
    }

        .package_col .pgsupport figure img {
            display: inline-block;
            width: 30px
        }

    .package_col .pgsupport .fa {
        font-size: 40px;
        color: #fff;
        line-height: 38px;
    }

.package_col .pgbtn {
    padding: 15px 0 25px;
}

    .package_col .pgbtn a {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #168a83;
        padding: 5px 15px;
        font-size: 18px;
    }

        .package_col .pgbtn a:hover {
            color: #fff;
            background-color: #e48805;
            *background-color: #e48805;
        }

        .package_col .pgbtn a.active {
            color: #fff;
            background-color: #e48805;
            *background-color: #e48805;
        }

/*=================== Rajesh End ===================*/
/*----high end windows phone---*/
@media only screen and (max-width : 768px) {
    .adpostfotter {
        padding: 0 20px 0;
    }

    .adpostbody .adpostcard {
        flex-direction: column;
    }

    .adpost-containerbody {
        padding-bottom: 100px;
        /* height: auto */
    }

    .formcombogroup .formcombo {
        flex-direction: column
    }

        .loadbodywarp, .formcombogroup .formcombo .formgroup, .loginscenario, .adpost-container, .adpostbody, .adpostbody .adpostcard .adctacard, .formgroupwarp, .otpblockwarp, .adpostinfo, .pagage-container, .inputfieldgrop.inline .inputfield label {
            width: 100%
        }

    .pagage-container {
        margin-top: -40px;
    }

    .packagelstwrp.plan-a ul, .packagelstwrp.plan-b ul, .packagelstwrp.plan-c ul, .packagelstwrp.plan-d ul {
        margin-bottom: 0px
    }

    .freelistwarp .freelistbody ul, .packagemainwrp, .packagemain {
        grid-template-columns: repeat(1, 1fr);
    }

    .adpost-containerbody > .adpostitle, .adpackagetitle {
        padding: 15px;
    }

    .adpackagetitle, .loginscenario-head, .adpost-containerbody > .adpostitle {
        min-height: auto;
        padding-bottom: 35px;
    }

    .adpostbody, .loadbodywarp {
        margin-top: -10px;
    }

    .loginscenario-body .loginscenariodetlswarp .loginscenariodetls .loginscenarioinfo {
        text-align: center
    }

    .loginscenario-body .loginscenariodetlswarp .loginscenariodetls {
        flex-direction: column;
        justify-content: center;
    }

        .loginscenario-body .loginscenariodetlswarp .loginscenariodetls figure {
            margin: 0 auto;
        }

    .adpost-containerbody > .adpostitle small {
        font-size: 14px;
    }

    .adpost-containerbody > .adpostitle big {
        font-size: 20px;
    }

    .freeimage {
        display: none
    }

    .adpostintroduce, .adpost-containerbody > .adpostitle > * {
        width: 100%;
    }

    .houserulesitems .lineitems {
        width: 177px;
    }

    .displaytwo, .displaythree, .displayfour {
        grid-template-columns: repeat(1, 1fr);
    }

    .datetimewarpr, .formpricecombo .formgroup {
        width: 100%
    }

    .dayswrp .inputgrup {
        white-space: nowrap;
        overflow-y: auto;
        padding: 15px 0;
    }

    .tooltip {
        right: -20px;
    }

        .tooltip:after, .tooltip:before {
            inset: 100% auto auto 83%;
        }

    .loadbodywarp {
        padding: 15px;
    }

        .loadbodywarp .loadbody {
            flex-direction: column-reverse;
            padding: 0
        }

            .loadbodywarp .loadbody .loadbodylt, .loadbodywarp .loadbody .loadbodyrt {
                width: 100%
            }

            .loadbodywarp .loadbody .loadbodyrt {
                display: flex;
                justify-content: center
            }

                .loadbodywarp .loadbody .loadbodyrt img {
                    width: 130px;
                }

        .loadbodywarp .loadhead big {
            font-size: 20px;
        }

        .loadbodywarp .loadhead small {
            font-size: 14px;
        }
		
		/* added newly lcf mobile */
		
		.homelcf .lcflineitems{width:100%;}
.homelcf .lcfimages{display: none}
.homelcf:after{border-radius: 0;top: auto;bottom: 0;right: 0;height: 80px;background: #fff;-webkit-border-top-left-radius: 20px;-webkit-border-top-right-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-topright: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;    box-shadow:0 0 3px rgba(56, 66, 82, 0.4);width: 100%;}
.homelcf .lcflineitems .lineitems{overflow-x: hidden;overflow-y: overlay;max-height: 370px;}
.homelcf .lcflineitems .lineitems span {width: 33%;}
.homelcfoter{padding-bottom: 0;}

  .homelcf .lcflineitems .homelcfhead .title {
    font-size: 20px;
}
.homelcf .lcflineitems .homelcfhead .tagline {
    font-size: 16px;
}



		
}

@media (max-width : 640px) {
    .adpostlineitems .lineitems {
        width: 158px;
    }

    .formcontrol .adposuptitle {
        font-size: 13px;
    }
}
