html {
    --common-gutter: 2rem;
    --max-img-size: 160px;
    scrollbar-gutter: stable;
}

select[readonly] {
    pointer-events: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: inherit;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mx-auto {
    margin-inline: auto !important;
}

.ml-auto {
    margin-left: auto;
}

.min-w-auto {
    min-width: auto !important
}

.w-full {
    width: 100% !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.py-0 {
    padding-block: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.d-block {
    display: block !important;
}

.w-auto {
    width: auto !important;
}

.justify-content-center {
    justify-content: center;
}


.bg-white {
    background: #fff !important;
}


.btn-transparent {
    background: transparent;
    border: none;
    padding-block: 12px;
    font-weight: 500;
}

.meeting_introinner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

main {
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 16px;
    margin-inline: auto;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
    display: grid;
    grid-template-columns: 0.75fr 50rem 0.75fr;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
    padding-block: var(--common-gutter);
}


header .logo img {
    display: block;
    max-width: 10em;
    max-height: 5em;
    margin-left: auto;
}


.marginbtm {
    margin-bottom: 40px;
}


.m_b_0 {
    margin-bottom: 0;
}


.meeting_intro {
    padding-inline: var(--common-gutter);
    margin-bottom: var(--common-gutter);
}

.header {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

.subheader {
    font-size: 14px;
    margin-top: 1rem;
}

.wholebodydata a {
    color: inherit
}

.meeting_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.meeting-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--common-gutter);
    align-items: start;
}

/* .meeting-grid:has(.icon-more.hidden) {
    align-items: start;
} */

@media(min-width: 991px) {
    .meeting-grid:has(.meeting_link:nth-child(2):last-child) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(min-width: 575px) {
    .meeting-grid:has(.meeting_link:nth-child(1):last-child) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

}


.meeting_link {
    display: flex;
    border-radius: 9px;
    padding: 5px;
    text-decoration: none !important;
}

.meeting_type {
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 1.5rem;
    /* min-height: 180px; */
    border-radius: 9px;
    flex: 1;
}


.meeting_type:has(.small_sec) {
    display: grid;
    grid-template-columns: minmax(auto, var(--max-img-size)) 1fr;
    gap: 2rem;
    /* align-items: start; */
}

.meeting_type .larg_sec {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.meeting_type .larg_sec:has(.icon-less.hidden) {
    height: var(--max-img-size);
}


.meeting_type .larg_sec .btnMore {
    margin-top: auto;
}

.small_sec {
    aspect-ratio: 1;
    text-align: center;
    border-radius: 0.25rem;
    overflow: clip;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_sec img {
    max-height: 100%;
    object-fit: contain;
}

.small_sec i {
    font-size: 60px;
}

.larg_sec p {
    margin: 0;
    font-size: 16px;
}

.larg_sec .meeting-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.larg_sec .meet_text {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 5px;
}

.btn-justified {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}


.btn_style-sm {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 0.5rem;
}

.btn_style,
.btn_green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 15ch;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 0.5rem;
    outline: none !important;
}

.btn_border {
    background: transparent;
    border: 1px solid transparent;
}


.btn_border:focus,
.btn_border:hover {
    color: inherit;
}

.meeting .small_icon {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    margin-left: 18px;
    margin-right: -11px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 40px;
    color: #80a9ba;
}

.infohead {
    border-bottom: 1px solid #a6a6a6;
    color: #676862;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}

.dropbtn {
    background: #fff;
    border: 1px solid #b6b6b6;
    padding-right: 0;
}

.dropbtn .dropicn {
    background: #339fcb;
    padding: 8px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown select {
    background: transparent;
    color: inherit;
    border: none;
    font-size: 14px;
    /* height: 34px; */
    /* padding: 5px; */
    width: 100%;
    /* border: 1px solid #ccc;
    border-radius: 4px;
    color: #339fcb; */
    font-weight: 400;
    /* background: url("../img/select_arrow.png") no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; */
}

#step-2 .dropdown {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.timezonetime {
    color: #339fcb;
    margin: 6px 0;
    padding-left: 0;
    padding-right: 0;
    width: 130px;
    text-align: right;
}

.timezone {
    color: #6C6C6C;
    font-weight: 500;
}

.dateselect {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-width: 360px;
    flex-shrink: 0;
    flex-grow: 0;

}

span.nextscrbtn {
    float: right;
    cursor: pointer;
}

.meetingtable {
    flex: 1;
    padding: 0;
    max-height: 313px;
    overflow-y: auto;
    padding-right: 2rem;
}

.meetingtable::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track (background) */
.meetingtable::-webkit-scrollbar-track {
    border: none;
    background: rgba(217, 217, 217, 0.20);
    border-radius: 10px;
}

/* Handle (scroll thumb) */
.meetingtable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Hover effect */
/* .meetingtable::-webkit-scrollbar-thumb:hover {
    background: #555;
} */


.timediv {
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid transparent;
}

.error-message {
    font-size: 12px;
    color: #F00;
    margin-top: 2px;
}

form .req {
    color: #F00;
}

.form3 .noteform {
    font-size: 12px;
    color: #9a9a9a;
    margin: 5px;
}

form.form-horizontal .control-label.lblleft {
    color: #676862;
    text-align: left;
    margin-bottom: 5px;
}

textarea {
    resize: none;
}


#datepicker {
    font-size: 18px;
    padding-bottom: 16px;
    display: block;
}

.maincolumn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
}

.maincolumn>span {
    display: none;
}

.meetingtable .maincolumn .timeable {
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    padding: 8px;
}

.meetingtable .maincolumn .timeable:hover {
    text-decoration: none;
}

.meeting .note {
    margin: 0 auto 10px;
}

.datepicker-dropdown {
    left: 41% !important;
}

.datepicker-dropdown.datepicker-orient-left::after {
    left: 41% !important;
}

.datepicker-dropdown.datepicker-orient-bottom::before {
    left: 41% !important;
}

.nav:before,
.nav:after {
    display: none;
}

.form-group .editbtn {
    height: 34px;
    position: absolute;
    right: 25px;
    top: 0;
    width: 25px;
    background-image: url("../img/pencil.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
}

#information select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group .editbtn_time {
    height: 34px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 25px;
    background-image: url("../img/pencil.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
}

.form-group .editbtn_service {
    height: 34px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 25px;
    background-image: url("../img/pencil.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
}

.popup_bg {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.center_popup {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 200;
    padding: 1rem;
}

.center_popup_content {
    max-width: 550px;
    padding: 3rem;
    border-radius: 1rem;
    /* background-color: #ffffff; */
    margin: auto;
}

.center_popup_content h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.center_popup_content p {
    line-height: 1.65;
    margin-top: 2rem;
}

.center_popup_content .btn {
    font-size: 14px;
    margin-top: 2rem;
}

.center_popup_content .close {
    color: inherit;
    opacity: 1;
}

.center_popup .icon_head {
    font-size: 15px;
    color: #c1c1c1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.center_popup .icons {
    margin: 0 auto;
    text-align: center;
    width: 40%;
}

/* width was 60% before 26-04-2019 */
.center_popup .icons .icon {
    float: left;
    text-align: center;
    width: 33%;
    cursor: pointer;
}

.center_popup .icons .icon img {
    width: 100%;
    height: auto;
    margin-top: -20px;
}

.clear {
    clear: both;
}

.datepicker {
    cursor: pointer;
}

.padd-r {
    padding-right: 0px;
}

/* .head-img-block{height: 100px;
                width: 100%;
                margin: 0 auto;
                position: relative;
                display: block;} */

/* .head-img-block img
{
    position: absolute;
 height: auto;
 width: auto;
 max-height: 100%;
 max-width: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;} */

.maindata .nav-pills>li>a {
    height: 60px;
}

.head_tab_number {
    top: 33% !important;
}

.padtop7 {
    padding-top: 7px;
}

/* .list-group-item-heading span{
  line-height: 60px;
} */
.pos-reltv {
    position: relative;
}

.menu-collaps-btn-panel {
    text-align: right;
}

.menu-collaps-btn-panel>a {
    color: #222;
}

.menu-collaps-btn-panel>a i {
    font-size: 18px;
}

.menu-collaps-btn {
    display: none;
    margin: 15px;
}

.menu .collapse {
    display: block;
}

.meet_text_limit {
    overflow: hidden;
}

.meeting_type .larg_sec .meet_text_limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.meeting_type .larg_sec:not(:has(.btnMore[style="display: none;"])) .meet_text_limit {
    position: relative;
}

.meeting_type .larg_sec:not(:has(.btnMore[style="display: none;"])) .meet_text_limit::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1lh;
    background: #fff;
    -webkit-mask-image: linear-gradient(transparent, black);
    mask-image: linear-gradient(transparent, black);
}

/*Media Css End Here*/
.valigncheckbox {
    position: relative;
    top: 1px;
}

.larg_sec p.service_hours_showcase {
    font-size: 12px;
    margin-top: 5px;
}

.meetingcard-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.meeting_price {
    font-weight: 600;
}

footer {
    padding-block: var(--common-gutter);
    font-weight: 400;
    margin-top: auto;
}

footer a {
    color: inherit;
    font-weight: 500;
}

.btnMore {
    font-size: 12px;
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 5px;
    color: inherit;
    display: none;
    margin-left: auto;
}

.btnMore i {
    font-style: normal;
}

.content-grid {
    display: grid;
    grid-template-columns: 0.5fr 1fr;

}

/* .setup-content {
    display: block !important;
} */

.step-top-heading {
    margin-bottom: calc(var(--common-gutter) + 1rem);
}

.step-top-heading h6 {
    font-size: 24px;
    line-height: 1.15;
    margin-top: 0;
}

.step-top-heading p {
    font-size: 14px;
    margin-bottom: 0;
}

.step-content-inner {
    padding: var(--common-gutter);
    border-radius: 1rem;
    overflow: clip;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
    /* background-color: #fff; */
}


.step-sidebar,
.meeting {
    border-radius: 1rem;
    padding: var(--common-gutter);
}

.meeting {
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.step-sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--common-gutter);
    justify-content: space-between;
    align-items: flex-start;
}

.step-sidebar>div {
    width: 100%;
}

.step-sidebar .logo {
    /* width: var(--max-img-size);
    aspect-ratio: 1; */
    max-height: calc(var(--max-img-size) * 1.96);
    aspect-ratio: 1;
    width: 100%;
    text-align: center;
    border-radius: 0.5rem;
    overflow: clip;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.step-sidebar .logo img {
    max-height: 100%;
}

.step-sidebar .header {
    font-size: 22px;
}

.step-sidebar .subheader {
    font-size: 16px;
    line-height: 1.55;
}

.step-sidebar .meet_text_limit {
    max-height: calc(1em * 3 * 1.55);
    overflow: hidden;
}


.step-footer {
    margin-top: 3rem;
}

.top_contain_meeting {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 2rem;
}

body .datepicker-inline {
    width: auto;
}

body .datepicker {
    padding: 0;
    border-radius: 0;
}


body .datepicker .table-condensed {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
}

body .datepicker td,
body .datepicker th {
    font-weight: 400;
    padding: 0 !important;
}


body .datepicker table,
body .datepicker thead,
body .datepicker tbody {
    display: block;
}

body .datepicker tr {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    justify-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

body .datepicker td {
    width: auto;
    height: auto;
    width: 4ch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border-radius: 50%;
    line-height: normal;
    aspect-ratio: 1/1;
}

body .datepicker table tr td.today {
    background: transparent !important;
    color: inherit;
}


body .datepicker table tr td.disabled {
    pointer-events: none;
    opacity: 0.5;
}

body .datepicker tr:has(.datepicker-switch) {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0;
    margin-bottom: 2rem;
}

body .datepicker .datepicker-switch {
    width: auto;
    height: auto;
    order: -1;
    text-align: left;
    font-size: 18px;
    background: transparent !important;
    line-height: normal;
}

body .datepicker td[colspan="7"] {
    width: 100%;
    border-radius: 0;
    grid-column: 1/-1;
    display: inherit;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    justify-items: inherit;
    gap: inherit;
    aspect-ratio: auto;
}


body .datepicker table tr td span {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

body .datepicker .next,
body .datepicker .prev {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid transparent;
    font-size: 0;
    position: relative;
}

body .datepicker .next::after,
body .datepicker .prev::after {
    content: '';
    position: absolute;
    inset: 0;
    mask-repeat: no-repeat !important;
    mask-position: center !important;
    mask-image: url(../img/new/icon_arw.svg) !important;
}



body .datepicker .prev {
    margin-left: auto;
    transform: scaleX(-1);
}

body .datepicker .next:hover,
body .datepicker .prev:hover {
    opacity: 1;
}

body .datepicker tr:has(.datepicker-title) {
    display: none;
}


.flex-content {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 15px;
}

.step-header {
    margin-bottom: 2rem;
}

.step-header h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.step-header p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.form-row {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.form-row .form-group {
    flex: 1;
    /* max-width: 480px; */
    margin-bottom: 0;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-control {
    height: auto;
    padding: 10px 12px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
}

.form-control:focus {
    box-shadow: none;
    border-color: currentColor;
}

button.form-control svg {
    max-height: 1.5em;
    vertical-align: middle;
}

.field-content {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.field-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-content {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
    font-weight: 500;
}

.time-flex {
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-weight: 400;
}

.email-chip {
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px 6px 2.85em;
    border-radius: 40px;
    border: 1px solid transparent;
    position: relative;
}


.email-chip::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2.85em;
    height: calc(1lh + 12px);
    background-color: currentColor;
    mask-image: url("../img/new/ico_email.svg");
    mask-repeat: no-repeat;
    mask-position: 1em;
}



.form-checkbox input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-checkbox .form-checkbox-span {
    position: relative;
    font-weight: 500;
}

.form-checkbox .form-checkbox-span:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #D5D7DA;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 0.5rem;
}

.form-checkbox input:checked+.form-checkbox-span:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.meeting-service-icon {
    margin-bottom: 1.5rem;
}

.meeting-service-icon img {
    max-width: 100px;
}

.head_tab_number {
    width: 3em;
    height: 3em;
    margin: 0 auto 10px auto !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_tab_number {
    position: relative;
}

.template-1 .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.template-1 .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    padding: 5px 15px;
    padding-left: 6px;
    height: 60px;
}

.template-1 .nav-pills>li a {
    margin: 0 5px;
}

.template-1 .nav-pills>li>a {
    padding: 5px 15px;
    padding-left: 6px;
}

.template-1 .nav-pills .list-group-item-heading {
    font-size: 15px;
    font-weight: 300;
}

.template-1 .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    padding: 0;
}

.template-1 .nav-pills>li>a,
.template-1 .nav-pills>li>a:hover,
.template-1 .nav-pills>li>a:focus {
    background: transparent;
}

.template-1 .nav-pills>li>a {
    padding: 0;
    height: auto !important;
}

.template-1 .nav.nav-pills.thumbnail.setup-panel li:has(~ li.active) .head_tab_number .nav_no {
    opacity: 0;
}

.template-1 .nav-pills>li:not(:last-child) .head_tab_number::after {
    content: '';
    width: 6rem;
    height: 3px;
    border-radius: 100em;
    position: absolute;
    top: 50%;
    left: calc(100% + 1rem);
}

.template-1 .nav.nav-pills.thumbnail.setup-panel li:has(~ li.active) .head_tab_number::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNSAxMUw5LjUgMTRMMTUuNSA4TTIxIDExQzIxIDE2LjUyMjggMTYuNTIyOCAyMSAxMSAyMUM1LjQ3NzE1IDIxIDEgMTYuNTIyOCAxIDExQzEgNS40NzcxNSA1LjQ3NzE1IDEgMTEgMUMxNi41MjI4IDEgMjEgNS40NzcxNSAyMSAxMVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    mask-repeat: no-repeat;
    mask-size: 1.5em;
    mask-position: center;
}


.step-progress-v2 {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.step-progress-v2 .step-progress-label {
    flex: 0 0 auto;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.step-progress-v2 .setup-panel {
    width: 350px;
    max-width: 100%;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    background: transparent;
    list-style: none;
}

.step-progress-v2 .setup-panel::before,
.step-progress-v2 .setup-panel::after,
.step-progress-v2 .setup-panel .head_tab_number,
.step-progress-v2 .setup-panel .head_tab_text {
    display: none !important;
}

.step-progress-v2 .setup-panel>li {
    flex: 1 1 0;
    float: none;
    margin: 0;
}

.step-progress-v2 .setup-panel>li>a,
.step-progress-v2 .setup-panel>li>a:hover,
.step-progress-v2 .setup-panel>li>a:focus {
    margin-bottom: 0;
    display: block;
    height: 1rem !important;
    padding: 0 !important;
    border: 1px solid #c8c8c8;
    background: #ffffff !important;
    border-radius: 999px;
    overflow: hidden;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.step-progress-v2 .setup-panel>li>a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background-color 0.2s ease;
}

.step-progress-v2 .setup-panel>li.disabled>a {
    cursor: not-allowed;
    box-shadow: none !important;
}

.step-progress-v2 .setup-panel>li:not(.disabled)>a {
    cursor: pointer;
}

.step-progress-v2 .setup-panel>li>a:hover,
.step-progress-v2 .setup-panel>li>a:focus {
    outline: none;
}



.step-mobile-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.step-mobile-nav .step-mobile-head {
    display: none;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
}

.step-mobile-nav .step-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-mobile-nav .step-mobile-arrow {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.step-mobile-nav .step-mobile-label {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.step-mobile-nav .step-mobile-arrow:hover,
.step-mobile-nav .step-mobile-arrow:focus {
    outline: none;
}

.step-mobile-nav .step-mobile-arrow.is-disabled,
.step-mobile-nav .step-mobile-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}


.template-1 .step-mobile-nav .step-mobile-label {
    display: none;
    opacity: 0.5;
    margin-top: 7px;
    font-weight: 400;
}

.template-1 .step-mobile-nav .step-mobile-active-name {
    display: none;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.dateselect {
    max-width: 490px;
}

.timeselect {
    flex-grow: 1;
}


@media only screen and (max-width:1400px) {
    html {
        --max-img-size: 140px;
    }

    header {
        font-size: 22px;
        grid-template-columns: 0.75fr 38rem 0.75fr;
    }

    .template-1 .thumbnail {
        gap: 4rem;
    }

    .template-1 .nav-pills .list-group-item-heading {
        font-size: 0.55em;
    }

    .dateselect {
        max-width: 380px;
    }
}


@media only screen and (max-width:991px) {

    header {
        font-size: 18px;
        grid-template-columns: auto auto;
        gap: 2rem;
    }

    .step-menu,
    .step-mobile-nav {
        grid-column: 1/-1;
        grid-row: 2;
    }

    .step-mobile-nav .step-mobile-head {
        display: flex;
    }


    .template-1 .nav.nav-pills.thumbnail.setup-panel li:has(~ li.active) .head_tab_number::before {
        display: none;
    }

    .btn_style,
    .btn_green {
        min-width: auto;
        flex: 1;
    }


    .step-footer .btn_style {
        width: 100%;
    }


    .meeting-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }



    .content-grid {
        grid-template-columns: 1fr;
    }


    .step-content-inner {
        padding: 0;
    }

    .stepwrap,
    .meeting {
        padding: var(--common-gutter);
    }

    .meeting_intro {
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .template-2 .meeting_intro {
        padding-top: var(--common-gutter);
    }

    .step-header {
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .step-sidebar .subheader {
        font-size: 14px;
    }

    .small_sec i {
        font-size: 60px;
    }

    .template-1 .nav-pills>li a {
        margin: 0;
    }

    .step-menu {
        width: 100%;
    }

    .step-progress-v2 {
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
    }

    .step-progress-v2 .step-progress-label {
        font-size: 1rem;
    }

    .step-progress-v2 .setup-panel {
        width: 100%;
    }


    .template-1 .thumbnail {
        gap: 16px;
    }

    .timezonetime {
        width: 100%;
        text-align: center;
        padding-top: 5px
    }

    #menucollaps {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        z-index: 99;
    }

    .menu .collapse {
        display: none;
    }

    .menu .collapse.in {
        display: block;
    }

    .menu-collaps-btn {
        display: inline-block;
    }

    .center_popup_content h6,
    .step-top-heading h6 {
        font-size: 18px;
    }

    .step-sidebar .header,
    #datepicker,
    body .datepicker .datepicker-switch {
        font-size: 16px;
    }


    .step-sidebar .subheader {
        font-size: 14px;
    }

    .step-header h6 {
        font-weight: 600;
    }

    .center_popup_content {
        padding: 24px 16px;
    }

    .form-content {
        gap: 12px;
    }

    .template-1 .nav-pills .list-group-item-heading {
        font-size: 14px;
    }

    .head_tab_number {
        width: 30px;
        height: 30px;
    }

    .header,
    .page_title {
        font-size: 16px;
    }

    .menu-collaps-btn {
        margin: 10px;
    }

    /* .meeting_type {
        margin: 12px 0;
    } */

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


    .datetime_relative {
        margin-left: -16px !important;
        margin-right: -16px !important;
    }


    .step-mobile-nav {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
    }

    .step-mobile-nav .step-mobile-head {
        width: 100%;
        flex: none;
    }

    .step-mobile-nav .step-mobile-arrow {
        display: inline-flex;
    }

    .step-mobile-nav .step-mobile-label {
        text-align: left;
    }

    .step-progress-v2 {
        width: 100%;
    }



    .template-1 .step-mobile-nav .step-mobile-label {
        display: block;
    }

    .template-1 .step-mobile-nav .setup-panel {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        padding: 0.5rem 0 0;
        background: transparent;
        list-style: none;
    }

    .template-1 .step-mobile-nav .setup-panel>li {
        float: none;
        flex: 1 1 0;
        margin: 0;
    }

    .template-1 .step-mobile-nav .step-mobile-active-name {
        display: block;
    }

    .template-1 .step-mobile-nav .setup-panel>li>a,
    .template-1 .step-mobile-nav .setup-panel>li>a:hover,
    .template-1 .step-mobile-nav .setup-panel>li>a:focus {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
        background: transparent;
        padding: 0;
        min-height: auto !important;
    }

    .template-1 .step-mobile-nav .setup-panel .head_tab_number {
        width: 100%;
        height: 0.9rem;
        margin: 0 !important;
        border-radius: 999px;
        background: currentColor;
        opacity: 0.2;
        /* border: 1px solid #c8c8c8; */
    }


    .template-1 .step-mobile-nav .setup-panel .head_tab_number::after {
        display: none;
    }

    .template-1 .step-mobile-nav .setup-panel .head_tab_number .nav_no {
        display: none;
    }

    .template-1 .step-mobile-nav .setup-panel .head_tab_text {
        display: none !important;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.25;
        text-align: center;
        word-break: break-word;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}


@media only screen and (max-width:767px) {
    html {
        --max-img-size: 120px;
    }
    .meeting-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width:575px) {
    header {
        font-size: 16px;
    }

    .step-sidebar .subheader,
    .step-top-heading p {
        font-size: 12px;
    }

    .step-mobile-nav .step-mobile-arrow {
        width: 2rem;
        height: 2rem;
    }

    /* .meeting_type:has(.small_sec) {
        grid-template-columns: 1fr;
    } */

    .textleft_imp {
        text-align: left;
    }

    .meetingtable span {
        font-size: 14px;
    }

    .form-horizontal.form3 .form-group,
    .form-horizontal.form4 .form-group {
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }

    .marginbtm {
        margin-bottom: 0;
    }

    .meetingtable .maincolumn label.timeable {
        word-wrap: break-word;
        line-height: normal;
        white-space: initial;
    }

    form.form-horizontal .control-label.lblleft {
        font-size: 13px
    }

    .meeting .btn_green.booked {
        margin-bottom: 15px
    }


    .dateselect {
        max-width: none;
    }
}