

.topbar{
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CFD7E080;
}
.topbar p{
    font-size: 14px;
    color: #274D73;
    font-weight: 400;
}
.topbar p.title{
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.bottom{
    padding-top: 16px;
    padding-bottom: 32px;
}
.profile_plans{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.prof_side{
    width: calc(50% - 30px);
    background: #FAFAFA;
    border: 1px solid #D6E0DB;
    border-radius: 16px;
    padding: 16px 24px;
}
.prof_box{
    position: relative;
}
.prof_box .top{
    display: flex;
    align-items: center;
    gap: 16px;
}
.prof_box .top .image{
    height: 56px;
    width: 56px;
    border-radius: 50%;
    overflow: hidden;
}
.prof_box .top .image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.prof_box .top .det .flagname{
    display: flex;
    gap: 12px;
    align-items: center;
}
.prof_box .top .det .flagname p{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}
.prof_box .top .det .subtxt{
    font-size: 16px;
    font-weight: 400;
    color: #3F3F3F;
    margin: 0;
}
.bottom_prf{
    padding-top: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.bottom_prf .experience{
    display: flex;
    gap: 8px;
    align-items: center;
}
.bottom_prf .experience .icon{
    width: 40px;
    height: 40px;
    background: var(--red-light);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_prf .experience .otherside p{
    font-size: 1rem;
    font-weight: 700;
    color: #333333;
}
.bottom_prf .experience .otherside p.top{
    font-size: 0.75rem;
    font-weight: 400;
    color: #9EA6AE;
}
.prof_box a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 8px 16px;
    display: block;
    width: max-content;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    background: #0F3963;
    border-radius: 999px;
}
.expertisebox .title{
    padding-top: 16px;
}
.expertisebox .title p{
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
}
.expertisebox .exptags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid #E8E8E8;
}
.expertisebox .exptags .exptag{
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #4A4A4A;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    background: #fff;
}
.bgbox{
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    gap: 16px;
}
.certif  .bgbox{
    justify-content: flex-start;
}
.certif  .bgbox .icon{
    height: 40px;
    width: 40px;
    background: #FFEEDC;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certif  .bgbox p{
    font-size: 1rem;
    font-weight: 700;
    color: #333333;
}
.lang .bg-tags{
    display: flex;
    gap: 8px;
}
.lang .bg-tags .tagbg{
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #4A4A4A;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
}
.lang .bgbox{
    border: 0;
}
.changebox a{
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 14px;
    color: #2B68FF;
    font-weight: 400;
    padding: 10px 16px;
    display: block;
    width: max-content;
    line-height: 1;
    background: #E7EBEF;
    border-radius: 8px;
    border: 1px solid #E9EAEB;
}
.price_side{
    width: calc(50% - 30px);
}
.price_side .top{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.price_side .top p{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.price_side .top .btn p{
    font-size: 12px;
    font-weight: 400;
    color: #A4A4A4;
}
.price_side .top .btn {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.plansselection{
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.planbox label{
    display: flex;
    align-items: center;
    padding: 18px 16px;
    gap: 16px;
    border: 1px solid #D6E0DB;
    border-radius: 12px;
    cursor: pointer;
}
.planbox label input {
    height: 20px;
    width: 20px;
    accent-color: #009748;
    flex-shrink: 0;
}
.planbox label:has(input[type="radio"]:checked){
    background: #57B8941A;
    border-color: #009748;
    border-width: 2px;
}
.planbox .rightcontetn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 36px);
}
.planbox .rightcontetn .l p{
    font-size: 12px;
    color: #618573;
}
.planbox .rightcontetn .l p span{
    font-weight: 800;
}
.planbox .rightcontetn .l p.title{
    font-size: 16px;
    font-weight: 400;
    color: #121714;
}
.planbox .rightcontetn .r p{
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    color: #333333;
    line-height: 1;
}
.midbreaker{
    margin: 40px auto;
    padding: 16px 0;
    border-top: 1px solid #D6E0DB;
    border-bottom: 1px solid #D6E0DB;
}
.midbreaker p{
    font-size: 20px;
    font-weight: 700;
    color: #192020;
}
.date_select{
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
.date_select .calendarside{
    width: calc(50% - 30px);
}
.date_select .slotside{
    width: calc(50% - 30px);
}
.slotside select{
    width: 100%;
    padding: 16px;
    background: #CFD7E01A;
    border: 1px solid #DBE0E5;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #121417;
    font-family: var(--font-body);
}
.slot_selection{
    display: flex;
    margin: 24px auto;
}
.slot_selection .event-timing-body{
    width: 100%;
}
.slot_selection .event-timing-body .d-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.slot_selection .left{
    flex-shrink: 0;
}
.slot_selection .left .tab{
    padding: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    cursor: pointer;
    justify-content: space-between;
}
.slot_selection .left .tab p{
    font-size: 16px;
    font-weight: 600;
    color: #A4A4A4;
    pointer-events: none;
}
.slot_selection .left .tab span{
    display: block;
    padding: 2px 8px;
    background: #A4A4A4;
    border-radius: 999px;
    font-weight: 400;
    color: var(--white);
    pointer-events: none;
}
.slot_selection .left .tab.act{
    background: #CFD7E0;
    border-radius: 16px 0 0 16px;
}
.slot_selection .left .tab.act p{
    color: #0F3963;
}
.slot_selection .left .tab.act span{
    background: #0F3963;
}
.slot_selection .left .tab.act:nth-child(1)::after{
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    right: -16px;
    top: 0;
    background: #CFD7E0;
}
.slot_selection .right{
    background: #CFD7E0;
    width: 100%;
    border-radius: 16px;
    padding:24px;
}
.slot_selection .slot_list{
    display: none;
    flex-wrap: wrap;
    gap:16px 24px;
}
.slot_selection .slot_list:nth-child(1){
    display: flex;
}
.slot_selection .slot_list .slot{
    width: calc(50% - 12px);
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #04434352;
}
.slot_selection .slot_list .slot p{
    font-size: 18px;
    font-weight: 400px;
    color: #04434352;
}
.slot_selection .slot_list .slot.act{
    background: #1AA15A;
    border-color: #009748;
}
.slot_selection .slot_list .slot.act p{
    color: #fff;
}
.bottomctas{
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #E6EDED;
    display: flex;
    justify-content: center;
    gap: 32px;
}
.bottomctas .cta-button{
    width: max-content;
    min-width: 300px;
    background: #0F3963;
}
.bottomctas .cta-button.bg_white{
    background: #fff;
    color: #577492;
}
.step1 .bottomctas{
    justify-content: center;
}
.step1 .lang .bgbox{
    flex-direction: column;
    align-items: flex-start;
}
.step1 .lang .bg-tags{
    flex-wrap: wrap;
}
.step2 .prof_side{
    background: #CFD7E080;
}
.prof_box .titlebox p{
    font-size: 24px;
    font-weight: 500;
    color: #121714;
}
.step2 .prof_box a{
    background: transparent;
    color: #2B68FF;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.step2 .prof_box .top{
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
    padding: 8px;
}
.step2 .otherboxes{
    margin-top: 32px;
}
.ottitlebx{
    position: relative;
}
.step2 .otherboxes .top{
    margin-top: 8px;
}
.step2 .otherboxes .title{
    font-size: 20px;
    font-weight: 700;
    color: #4A4A4A;
    margin: 0;
}
.step2 .otherboxes .image.icon{
    background: #EBF0ED;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step2 .otherboxes .image.icon img{
    height: 24px;
    width: 24px;
    object-fit: contain;
}
.step2 .prof_box .otherboxes .top .det .flagname p{
    font-size: 16px;
    margin: 0;
}
.step2 .prof_box .otherboxes .top .det .subtxt{
    font-size: 14px;
}
.loginside .toptabs{
    display: flex;
    max-width: 505px;
    margin: 0 auto;
}
.loginside .toptabs .tab{
    flex: 1;
    text-align: center;
    border:1px solid #CFD7E080;
    padding: 12px;
    cursor: pointer;
}
.loginside .toptabs .tab p{
    color: #192020;
    font-size: 16px;
    font-weight: 700;
}
.loginside .toptabs .tab.act{
    background: #0F3963;
}
.loginside .toptabs .tab.act p{
    color: #fff;
}
.loginside .toptabs .tab:nth-child(1){
    border-radius: 16px 0 0 16px;
    border-right: 0;
}
.loginside .toptabs .tab:nth-child(2){
    border-radius: 0 16px 16px 0px;
    border-left: 0;
}
.loginside .txt{
    margin: 16px auto 24px auto;
}
.loginside .txt p{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.googlelog{
    width: max-content;
    padding: 12px 40px;
    border: 1px solid #D2D2D2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 8px;
    cursor: pointer;
}
.googlelog p{
    font-size: 16px;
    color: #9EA2AD;
    font-weight: 500;
}
.midor{
    margin: 0 auto;
    position: relative;
    margin-top: 16px;
}
.midor::before{
    content: "";
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    background: #A4A4A4;
}
.midor p{
    font-size: 14px;
    color: #A4A4A4;
    font-weight: 400;
    line-height: 1;
    padding: 0 10px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    width: max-content;
    margin: 0 auto;
}
.formbox{
    display: none;
}
.formbox.act{
    display: block;
}
.formbox .f_box{
    display: flex;
    gap: 8px;
    margin-top: 32px;
}
.formbox .f_box label{
    width: 150px;
    flex-shrink: 0;
    font-size: 16px;
    color: #777777;
    display: flex;
    align-items: center;
    gap: 2px;
}
.formbox .f_box label span{
    color: red;
}
.formbox .verifybtn,
.formbox .check{
    width: 80px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}
.formbox .f_box input{
    width: calc(100% - 246px);
    padding: 12px;
    background: #CFD7E01A;
    border: 0;
    border-bottom: 1px solid #333333;
    font-size: 16px;
    font-weight: 400;
    color: black!important;
    font-family: var(--font-body);
}
.formbox .f_box input:focus{
    border-color: #2B68FF;
    outline: none;
}
.formbox .checkbox{
    display: flex;
    gap: 6px;
    align-items: flex-start;
    margin-top: 12px;
}
.formbox .checkbox.first{
    margin-top: 32px;
}
.formbox .checkbox input{
    accent-color: #4c885d;
    position: relative;
    top: 3px;
}
.formbox .checkbox label{
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.formbox .checkbox label a{
    text-decoration: underline;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.formbox .f_box .inpbx{
    width: calc(100% - 246px);
}
.formbox .f_box .inpbx input{
    width: 100%;
}
.formbox .f_box .inpbx p{
    font-size: 12px;
    color: #777777;
    font-weight: 400;
}
.formbox .f_box .inpbx a{
    font-size: 14px;
    color: #3FB8F8;
    float: right;
}
.formbox .verifybtn button{
    padding: 8px;
    background: #57B894;
    border: 0;
    border-radius: 8px;
    color: #fff;
    width: 100%;
}
.step2.step3 .otherboxes{
    margin-top: 24px;
}
.step3 .title_selected{
    margin: 0;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #4A4A4A;
    line-height: 1;
}
.imagecards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}
.im1 {
    grid-column: span 2 / span 2;
}
.im2 {
    grid-column-start: 3;
}
.im3 {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
}
.imagecards .imagebx{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    max-height: 350px;
}
.imagecards .frontlayer{
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 16px;
}
.imagecards .frontlayer .content p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.imagecards .frontlayer .content p.title{
    font-size: 20px;
    font-weight: 700;
}
.imagecards .imagebx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.step3 .prof_side{
    background: transparent;
    /* padding: 0; */
    border: 0;
}
.step2.step3 .prof_box .top{
    background: #FAFAFA;
}
.step3 .bottomctas{
    flex-direction: column-reverse;
    gap: 8px;
    align-items: center;
    padding: 16px 0;
    border: 0;
}
.step3 .bottomctas .cta-button{
    width: 100%;
}
.step3 .bottomctas .cta-button.bg_white{
    border: 0;
    border-radius: 0;
}
.success_gr{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
}
.success_gr .col-3{
    grid-column: span 3;
}
.success_gr .col-6{
    grid-column: span 6;
}
.success_gr .mid-boxed{
    max-width: 510px;
    margin: 0 auto;
    text-align: center;
}
.success_gr .imagebox{
    width: 100%;
}
.success_gr .imagebox img{
    width: 100%;
    object-fit: contain;
    border-radius: 24px;
    overflow: hidden;
}
.success_gr .left{
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}
.success_gr .confirmation{
    margin-bottom: 32px;
}
.success_gr .confirmation p{
    font-size: 16px;
    color: #3C413F;
}
.success_gr .confirmation p.title{
    font-size: 28px;
    color: #121714;
    font-weight: 700;
}
.success_gr .apps p{
    font-size: 18px;
    color: #121714;
    font-weight: 700;
    margin-bottom: 8px;
}
.app_flx{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.success_gr .detailbox{
    max-width: 332px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 8px;
    background: #CFD7E01A;
    margin: 32px auto;
}
.success_gr .namebx{
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}
.success_gr .namebx .img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    overflow: hidden;
}
.success_gr .namebx .img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.success_gr .namebx .txt {
    max-width: calc(100% - 72px);
    overflow: hidden;
}
.success_gr .namebx .txt p{
    font-size: 16px;
    font-weight: 500;
    color: #3F3F3F;
}
.success_gr .namebx .txt p.title{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
.dt_time{
    padding-top: 16px;
    margin: 0 auto;
    margin-top: 16px;
    border-top: 1px dashed #B7C4D0;
    width: max-content;
}
.dt_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
}
.dt_box:nth-child(1){
    margin-bottom: 8px;
}
.dt_box .txt p{
    font-size: 16px;
    color: #0F3963;
    font-weight: 700;
}
.dt_box .txt span{
    color: #9EA6AE;
    font-weight: 400;
}
.midtxt p{
    font-size: 14px;
    color: #3C413F;
    font-weight: 400;
}
.success_gr .btn{
    margin-top: 32px;
}
.booking.success{
    padding-bottom: 0;
}
.fc-toolbar .fc-center{
    display: none!important;
}
.fc-toolbar .fc-today-button{
    display: none;
}
.fc-toolbar button{
    border: 0;
    background: transparent;
    color: black;
}
.fc-toolbar .fc-left h2{
    font-size: 20px;
}
.select2-container .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px!important;
}
.f_box .select2-container--default .select2-selection--single{
    background: #CFD7E01A;
    border: 0;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    height: 100%!important;
}
.f_box .select2-container .select2-selection--single,
.f_box .select2-container--default .select2-selection--single .select2-selection__arrow,
.f_box .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%!important;
    line-height: 46px!important;
}
.event-inner h5 img{
    display: none;
}
.event-inner h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.event-inner:nth-child(2){
    margin: 16px auto;
}
.calendarside .fc-view-container{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 16px 0;
}
.f_box .select2-container{
    width: 60px!important;
    font-size: 12px;
}
.fc td, .fc th{
    border: none!important;
}
.fc-basic-view .fc-body .fc-row{
    min-height: 40px!important;
    height: auto!important;
}
.fc td.fc-day-top{
    text-align: center!important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: none!important;
}
.fc-content-skeleton{
    height: 40px;
}
.fc-day-number{
    width: max-content;
    display: block;
    padding: 8px;
    margin: 8px auto;
    border-radius: 50%;
    aspect-ratio: 1;
    min-width: 24px;
}
.avail_date .fc-day-number{
    background: #00974890;
    color: #fff;
    cursor: pointer;
}
.avail_date .fc-day-number.background-orange{
    background: #274D73;
}
.fc-scroller.fc-day-grid-container{
    height: auto!important;
}
.time_slot_box{
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}
.event-timing{
    width: calc(25% - 18px);
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #04434352;
    font-size: 14px;
}
.event-timing.custom_no_event-timing{
    border: 0;
    width: 100%;
}
.event-timing:has(.timingclick) {
    background: #1AA15A;
    border-color: #009748;
    color: #fff;
}
#otpMainContainer{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    text-align: center;
}
#otpMainContainer .containor_2{
    max-width: 50%;
    margin: 0 auto;
    background: #fff;
    padding: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    min-width: 454px;
}

.otp-timer {
    margin-bottom: 16px;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}
#resend button {
  background: none;
  border: none;
  color: #23456a;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.875rem;
}
#otpMainContainer h1{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    text-transform: uppercase;
}
#otpMainContainer .subtext{
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
    font-family: var(--font-outfit);
    gap: 4px;
    margin: 12px auto 24px auto;
    width: 100%;
}
#otpMainContainer #showNum{
    font-size:0.875rem;
    font-weight: 600;
    /* margin: 8px auto; */
    font-family: var(--font-outfit);
}
#otpMainContainer .pinview{
    display: flex;
    gap: 4px;
}
#otpMainContainer .pinview input{
    flex: 1;
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--blue);
    box-shadow: 2px 2px 4px 0px #0000001F inset;
    background: #F6F6F6;
    border: 0;
    border-radius: 10px;
    text-align: center;
}
#otpMainContainer .buttons button{
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #0F3963;
    color: var(--white);
    background: #0F3963;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    font-family: var(--font-outfit);
    width: 100%;
    border-radius: 12px;
}
#otpMainContainer button.btn-resend{
    background: transparent;
    color: #131313;
    border-color: #131313;
}
#otpMainContainer .buttons{
    display: flex;
    gap: 4px;
    margin-top: 16px;
    flex-direction: column;
}
#otpMainContainer .buttons button.cancel-btn{
    background: transparent;
    border: 0;
    color: #0F3963;
    font-weight: 400;
}

.finalform .ht_title{
    font-size: 2rem;
    font-weight: 700;
    color: #121417;
}
.finalform{
    width: calc(50% - 30px);
}
.finalform form{
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.inp_box{
    width: 100%;
}
.inp_box.gender{
    display: flex;
    gap: 24px;
    width: 100%;
}
.inp_box.gender label{
    padding: 12px 32px;
    background: #E9EFFC;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    cursor: pointer;
    font-size: 14px;
    color: #246AFE;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    max-width: 180px;
}
.inp_box.gender label.active{
    background: #0F3963;
    color: #fff;
}
.inp_box.gender label.active svg path{
    fill: #fff;
}
.inp_box{
    position: relative;
}
.finalform .inp_box{
    max-width: 448px;
}
.inp_box.group select{
    position: absolute;
    right: 16px;
    bottom: 8px;
    width: max-content;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #DBE0E5;
    border-radius: 0px;
    appearance: auto;
    background: none;
}
.inp_box.group input{
    padding-right: 72px;
}
.inp_box label{
    font-size: 1rem;
    font-weight: 600;
    color: #121417;
}
.inp_box input,.inp_box textarea,.inp_box select{
    width: 100%;
    padding: 16px;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #DBE0E5;
    border-radius: 8px;
    margin-top: 4px;
    font-family: var(--font-body);
    line-height: 1;
    resize: none;
    appearance: none;
}
.inp_box input.current{
    background: #E9EFFC;
    border-color: #E9EFFC;
}
.inp_box select{
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMC45NiAwLjk2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wLjQ4IDAuMTZhMC4wNCAwLjA0IDAgMCAxIDAuMDI4IDAuMDEybDAuMTYgMC4xNmEwLjA0IDAuMDQgMCAwIDEgLTAuMDU3IDAuMDU3TDAuNDggMC4yNTcgMC4zNDggMC4zODhhMC4wNCAwLjA0IDAgMCAxIC0wLjA1NyAtMC4wNTdsMC4xNiAtMC4xNkEwLjA0IDAuMDQgMCAwIDEgMC40OCAwLjE2TTAuMjkyIDAuNTcyYTAuMDQgMC4wNCAwIDAgMSAwLjA1NyAwTDAuNDggMC43MDNsMC4xMzIgLTAuMTMyYTAuMDQgMC4wNCAwIDAgMSAwLjA1NyAwLjA1N2wtMC4xNiAwLjE2YTAuMDQgMC4wNCAwIDAgMSAtMC4wNTcgMGwtMC4xNiAtMC4xNmEwLjA0IDAuMDQgMCAwIDEgMCAtMC4wNTciIGZpbGw9IiNCQkJCQkIiLz48L3N2Zz4=");
    background-position: calc(100% - 8px) center;
    background-size: 24px;
    background-repeat: no-repeat;
    line-height: 1.2;
}
.booking.step5 .bottomctas{
    justify-content: center;
}
.booking.step5 .imagecards{
    position: sticky;
    top: 0;
}
.modal-tq{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    z-index: 999;
}
.modal-tq .modalbox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.modal-tq .thankyoumodal{
    width: 640px;
    padding: 32px 72px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    position: relative;
}
.modal-tq .thankyoumodal .close-btn{
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    color: #000;
}
.thankyoumodal .txt p{
    font-size: 1rem;
    font-weight: 400;
    color: #181818;
    line-height: 1.2;
}
.thankyoumodal .txt p.title{
    font-size: 1.5rem;
    font-weight: 700;
    font-family: var(--font-outfit);
    margin: 16px auto;
}
.thankyoumodal .links{
    margin: 32px auto;
    display: flex;
    gap: 16px;
    justify-content: center;
}
.thankyoumodal .links img{
    display: block;
}
.thankyoumodal .normbtn a{
    padding: 16px 32px;
    line-height: 1;
    color: #0F3963;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: var(--font-outfit);
    border: 1px solid #0F3963;
    border-radius: 10px;
    display: block;
    width: max-content;
    margin: 0 auto;
    transition: 0.4s all ease;
}
.thankyoumodal .normbtn a:hover{
    background: #0F3963;
    color: #fff;
}
.thankyoumodal .icon{
    display: flex;
    justify-content: center;
}
.inp_box .select2-container .select2-search--inline .select2-search__field{
    margin-top: 16px;
    margin-left: 16px;
    font-family: var(--font-body);
}
.inp_box .select2-container--default .select2-selection--multiple{
    padding-right: 16px;
    padding-bottom: 16px;
    border: 1px solid #DBE0E5;
    border-radius: 8px;
}
.inp_box .select2-container--default .select2-selection--multiple.select2-selection--clearable{
    padding-left: 11px;
    padding-top: 6px;
    display: flex;
    align-items: center;
}
.inp_box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding: 3px 4px;
    color: #000;
}
.inp_box .select2-container{
    margin-top: 4px;
}
.inp_box .select2-selection__choice{
    display: none!important;
}
.inp_box .select2-selection__choice[title] {
  display: block!important;
}
.inp_box .select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-body);
    background: #D3E2EC;
    margin-top: 0;
}
.booking .formbox .f_box label.error,.booking .formbox .checkbox label.error,.booking .formbox .f_box .alert-danger{
    position: absolute;
    width: calc(100% - 158px);
    bottom: -2px;
    transform: translateY(100%);
    font-size: 12px;
    left: 158px;
}
.booking .formbox .checkbox label.error{
    left: 19px;
    width: calc(100% - 19px);
}
.booking .formbox .checkbox:has(.error){
    margin-bottom: 24px;
}
.booking .formbox .f_box,.formbox .checkbox{
    position: relative;
}
.booking .formbox{
    max-height: inherit;
}
.booking .formbox .otherside{
    width: calc(100% - 246px);
    display: flex;
    gap: 4px;
}
.booking .formbox .otherside input{
    width: calc(100% - 60px);
}
.booking .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
}
/* large  */
@media only screen and (max-width: 1200px) {
}
/* tab  */
@media only screen and (max-width: 991px) {
    .profile_plans,.date_select{
        flex-direction: column;
    }
    .booking .formbox .otherside{
        width: 100%;
    }
    .booking{
        padding-bottom: 100px;
    }
    .prof_side,
    .price_side,
    .calendarside,
    .slotside
    {
        width: 100%!important;
    }
    .bg-tags{
        flex-wrap: wrap;
    }
    .price_side .top{
        gap: 4px;
    }
    .bgbox{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .bottomctas{
        position: fixed;
        left: 0;
        bottom: 0;
        gap: 16px;
        width: 100%;
        background: #fff;
        z-index: 9;
    }
    .bottomctas .cta-button{
        width:  calc(50% - 8px);
        min-width: calc(50% - 8px);
        white-space: nowrap;
    }
    .prof_side{
        display: none;
    }
    .topbar p.title{
        font-size: 16px;
    }
    .midbreaker p{
        font-size: 16px;
    }
    .slot_selection{
        flex-direction: column;
    }
    .slot_selection .left .tab.act:nth-child(1)::after{
        display: none;
    }
    .slot_selection .left{
        display: flex;
        width: 100%;
        overflow: hidden;
    }
    .slot_selection .left .tab{
        text-align: center;
        border-bottom: 2px solid #fff;
        border-radius: 0;
        padding: 8px;
    }
    .slot_selection .left .tab span{
        display: none;
    }
    .slot_selection .left .tab.act{
        background: transparent;
        border-color: #0F3963;
        border-radius: 0;
    }
    .slot_selection .left .tab p{
        font-size: 14px;
    }
    .slot_selection .right{
        margin-top: 16px;
        background: transparent;
        padding: 0;
    }
    .loginside .toptabs .tab p{
        font-size: 14px;
    }
    .loginside .toptabs .tab:nth-child(1){
        border-radius: 8px 0 0 8px;
    }
    .loginside .toptabs .tab:nth-child(2){
        border-radius: 0 8px 8px 0px;
    }
    .formbox .check{
        display: none;
    }
    .formbox .f_box{
        flex-direction: column;
        margin-top: 16px;
    }
    .formbox .f_box input,.formbox .f_box .inpbx{
        width: 100%;
    }
    .step3 .prof_side{
        display: block;
        padding: 8px;
    }
    .step3 .price_side{
        display: none;
    }
    .step3 .prof_box .titlebox p{
        font-size: 20px;
    }
    .prof_box .top .det .flagname p{
        font-size: 16px;
    }
    .step2 .otherboxes .title{
        font-size: 16px;
    }
    .step3 .title_selected{
        font-size: 16px;
        margin-top: 32px;
    }
    .step2.step3 .otherboxes{
        margin-top: 8px;
    }
    .step3 .bottomctas{
        flex-direction: row;
        padding: 16px;
    }
    .step3 .bottomctas .cta-button{
        width: calc(50% - 8px);
        white-space: nowrap;
    }
    .step3 .bottomctas .cta-button.bg_white {
        border: 1px solid var(--blue);
        border-radius: 8px;
    }
    .success_gr{
        grid-template-columns: repeat(6,1fr);
    }
    .success_gr .left{
        display: none;
    }
    .success_gr .apps{
        display: none;
    }
    .success_gr .confirmation p.title{
        font-size: 20px;
    }
    .success_gr .col-6{
        padding: 16px;
        box-shadow: 0px 7px 15px 0px #19202014;
        border: 1px solid #E6EDED;
    }
    .finalform .ht_title{
        font-size: 1.5rem;
    }
    .finalform{
        width: 100%;
    }
    .step5 .price_side{
        display: none;
    }
    .booking.step5 .bottomctas{
        position: relative;
    }
    .booking.step5{
        padding-bottom: 24px;
    }
    .modal-tq .thankyoumodal{
        width: 90%;
        padding: 16px;
    }
    .thankyoumodal .txt p.title{
        font-size: 1.25rem;
    }
    .thankyoumodal .txt p{
        font-size: 0.875rem;
    }
    .thankyoumodal .links{
        margin: 16px auto;
    }
    .thankyoumodal .normbtn a{
        width: 90%;
        white-space: nowrap;
        font-size: 1rem;
    }
    #otpMainContainer .containor_2{
        min-width: 90%;
    }
    .booking .formbox .f_box label.error, .booking .formbox .f_box .alert-danger{
        width: 100%;
        left: 0;
        position: relative;
        transform: none;
    }
    .booking .formbox .otherside label.error{
        position: absolute;
        left: auto;
        right: 0;
        bottom: 10px;
        width: max-content;
    }
}
/* less tab  */
@media only screen and (max-width: 767px) {

}
/* mobile  */
@media only screen and (max-width: 563px) {

}