
.hero .topbox{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hero .topbox .titles{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hero .topbox .titles p{
    font-family: var(--font-outfit);
    font-size: clamp(3rem,calc(6.66vw + 0.1rem),6rem);
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.2;
    text-transform: capitalize;
    overflow: hidden;
}
.hero .topbox .titles p span{
    display: inline-block;
}
.sliderbox{
    margin-top: 24px;
}
.hero .swiper-pagination{
    position: relative;
    top: 16px;
}
.sliderbox .imgcontainer{
    padding-top: calc(600 / 1309 * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}
.sliderbox .imgcontainer img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sliderbox .imgcontainer .title{
    position: absolute;
    top: 24px;
    left: 32px;
    max-width: 486px;
    z-index: 2;
}
.sliderbox .imgcontainer .title p{
    color: #333333;
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--font-outfit);
}
.sliderbox .imgcontainer.white .title p{
    color: var(--white);
}
.trust .headingsbox p.toptitle{
    color: #009748;
}
.trust .headingsbox p.maintitle{
    color: #141414;
}
.tr_gr{
    display: grid;
    grid-template-columns: repeat(12,1fr);
}
.tr_gr .col-6{
    grid-column: span 6;
}
.tr_gr .col-5{
    grid-column: 8 /span 5;
}
.bento {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 32px;
}
.bento .grp{
    padding: 32px;
    border-radius: 24px;
} 
.bento .grp1 {
    grid-column: span 3 / span 3;
    background: #E6F5ED;
}
.bento .grp1 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.bento .fgrp{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.bento .fgrp .top p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    line-height: 1.2;
    color: #0F3963;
}
.bento .fgrp .top img{
    max-width: calc(100% - 108px);
    object-fit: contain;
}
.bento .fgrp .btm{
    margin-bottom: 20px;
}
.bento .fgrp .btm p{
    font-size: clamp(1.5rem,calc(3.33vw + 0.1rem),3rem);
    font-weight: 600;
    font-family: var(--font-outfit);
    line-height: 1;
    color: #0F3963;
}
.bento .grp2 {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    background: #FFEED8;
}
.bento .grp3 {
    grid-column: span 5 / span 5;
    grid-row-start: 2;
    background: #E9EFFC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bento .grp3 .lft .top{
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.bento .grp3 .lft .top p{
    font-size: clamp(1.5rem,calc(3.33vw + 0.1rem),3rem);
    font-weight: 600;
    font-family: var(--font-outfit);
    line-height: 1;
    color: #0F3963;
}
.bento .grp3 .lft .top img{
    max-width: 100px;
}
.bento .grp3 .lft .btm p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    line-height: 1.2;
    color: #0F3963;
}
.bento .grp3 .rgt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 50%;
}
.bento .grp3 .rgt p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    line-height: 1.2;
    color: #0F3963;
    text-align: center;
}
.bento .grp3 .rgt .btm{
    display: flex;
    gap: 16px;
}
.recog{
    margin-bottom: 32px;
}
.recog p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    line-height: 1;
    color: #141414;
}
.recog .imagebx{
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
    margin-top: 24px;
}
#chartdiv{
    height: 100%;
    width: 100%;
}
.social .socialcarbx{
    margin: 24px auto;
}
.social .socialcarbx .swiper-slide{
    padding: 16px;
}
.social .socialcarbx .swiper-slide{
    height: auto;
}
.social .socialcarbx .socialcard{
    padding: 16px;
    border-radius: 24px;
    box-shadow: 0px 1px 16px 0px #00000014;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.social .socialcarbx .socialcard .top{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.social .socialcarbx .socialcard .top p{
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
}
.social .socialcarbx .socialcard .top p.title{
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--font-outfit);
}
.social .socialcarbx .socialcard .image{
    width: 100%;
    padding-top: calc(328 / 328 * 100%);
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    margin-top: 16px;
}
.social .socialcarbx .socialcard .image img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.social .bttm{
    display: flex;
    justify-content: center;
}
.values .headingsbox{
    margin-left: 0;
    text-align: left;
}
.value_gr {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 48px;
    margin-top: 48px;
}   
.val1 {
    grid-column: span 3;
}
.val2 {
    grid-column: span 3;
}
.val3 {
    grid-column: span 6;
    grid-row-start: 2;
}
.valcard{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.valcard img{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    display: block;
}
.valcard .content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    padding: 32px;
}
.valcard .content .contbx{
    padding: 12px;
    width: 307px;
    background: #00000080;
    border-radius: 16px;
    backdrop-filter: blur(8px);
}
.valcard .content .contbx p{
    color: var(--white);
    font-size: 1rem;
    font-weight: 400;
    max-width: 400px;
}
.valcard .content .contbx p.title{
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--font-outfit);
}
.pricing .plans_gr{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 40px;
}
.pricing .plancard{
    border: 1px solid #BBBBBB;
    border-radius: 20px;
    background: #fff;
}
.pricing .plancard .top_pl{
    padding: 32px 24px;
    text-align: center;
}
.pricing .plancard .top_pl .title{
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-outfit);
    line-height: 1;
    color: #0F3963;
    margin-bottom: 10px;
}
.pricing .plancard .top_pl .price{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
    gap: 4px;
    font-size: clamp(1.5rem,calc(3.75vw + 0.1rem),3.375rem);
    font-weight: 400;
    color: #009748;
    white-space: nowrap;
}
.pricing .plancard .top_pl .price span{
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
}
.pricing .plancard ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding:32px 24px;
}
.pricing .plancard .separator{
    padding: 16px;
    background: #0F3963;
}
.pricing .plancard .separator p{
    color: #FFFFFF99;
    font-weight: 500;
    font-size: 0.875rem;
    text-align: center;
    font-family: var(--font-outfit);
}
.pricing .plancard li{
    padding-left: 24px;
    background: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 5px;
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
}
.price_grid{
    margin-top: 60px;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 64px;
}
.pricing .price_grid#wellness{
    display: flex;
}
.pricing .tabs{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
}
.pricing .tabs .pr_tab{
    font-size: 1.5rem;
    font-weight: 600;
    color: #0F3963;
    padding: 8px;
    font-family: var(--font-outfit);
    opacity: 0.5;
    position: relative;
    cursor: pointer;
}
.pricing .tabs .pr_tab p{
    pointer-events: none;
}
.pricing .tabs .pr_tab.active{
    opacity: 1;
    cursor: pointer;
}
.pricing .tabs .pr_tab::after{
    content: "";
    width: 100%;
    height: 2px;
    background: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.pricing .tabs .pr_tab.active::after{
    display: block;
}
.price_grid .price_card{
    width: calc(25% - 20px);
    border: 1px solid #CFD7E01A;
    border-radius: 8px;
    background: #CFD7E01A;
    padding: 24px 12px;
    position: relative;
    transition: 0.3s ease all;
    /* padding-bottom: 84px; */
}
.price_grid .price_card:hover{
    background: #A7C5D926;
    border-color: #CFD7E080;
}
.price_grid .price_card.popular:hover{
    border-color: var(--blue);
}
.price_card .topbox p{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black);
}
.price_card .topbox p.price-num{
    font-size: 3rem;
    margin: 8px auto;
    line-height: 1;
}
.price_card .topbox p.session{
    font-size: 0.875rem;
    font-weight: 500;
    color: #777777;
    margin: 8px auto;
    display: inline-block;
}
.price_card .topbox p.session span{
    color: var(--black);
    font-weight: 700;
}
.price_card .bottom_list{
    margin-top: 8px;
}
.price_card .bottom_list .listbox{
    padding: 16px 0;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
.price_card .bottom_list .listbox .info{
    position: absolute;
    right: 8px;
    top: 16px;
}
.price_card .bottom_list .listbox:nth-child(1){
    border-top: 1px solid #D9D9D9;
}
.price_card .bottom_list .listbox p{
    font-size: 0.875rem;
    font-weight: 700;
    color: #333333;
    max-width: calc(100% - 24px);
}
.price_card .bottom_list .listbox p.sub{
    font-size: 12px;
    color: #8E8E8E;
    font-weight: 400;
}
.price_card .bottom_cta{
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
}
.price_card.popular{
    border-color: #274D73;
}
.price_card.popular::before{
    content: "Most Popular";
    padding: 8px 16px;
    background: var(--blue);
    color: var(--white);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
}

.searchhome .headingsbox p.maintitle{
    color: #201B1B;
}
.searchhome .searchbox{
    max-width: 868px;
    margin: 32px auto;
    border: 2px solid #B7C4D0;
    border-radius: 999px;
    padding:0 8px;
    position: relative;
    
}
.searchhome .searchresultsbox{
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 1px));
    width: calc(100% - 48px);
    left: 24px;
    background: #fff;
    z-index: 9;
    border: 1px solid #B7C4D0;
    max-height: 260px;
    overflow: auto;
    display: none;
}
.searchhome .searchresultsbox::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.searchhome .searchresultsbox::-webkit-scrollbar-track {
    background: #f5f5f5; 
}

/* Handle */
.searchhome .searchresultsbox::-webkit-scrollbar-thumb {
    background: var(--blue); 
}

/* Handle on hover */
.searchhome .searchresultsbox::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}
.searchhome .searchlist li{
    width: 100%;
    border-bottom: 1px solid #B7C4D0;
}
.searchhome .searchlist li:hover{
    background: rgba(0,0,0,0.05);
}
.searchhome .searchlist li:nth-last-child(1){
    border-bottom: 0;
}
.searchhome .searchlist li a{
    padding: 8px 24px;
    display: block;
    font-size: 1.25rem;
    color: var(--black);
    font-family: var(--font-outfit);
}
.searchhome .searchbox input{
    width: 100%;
    padding: 16px;
    border: 0;
    font-size: 1rem;
    font-family: var(--font-outfit);
    background: url('../img/search-gr-icon.svg');
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 48px;
    background-position: 0px;
}
.searchhome .searchbox input:focus{
    outline: none;
}
.searchhome .searchbox button{
    padding: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-outfit);
    background: #273848;
    border: 0;
    border-radius: 30px;
    width: 168px;
    cursor: pointer;
    line-height: 1;
    display: none;
}
.cards_gr{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
.cards_gr .card{
    display: block;
    border: 1px solid #B7C4D0;
    text-decoration: none;
    border-radius: 24px;
    background: #fff;
    padding: 32px;
    position: relative;
    overflow: hidden;
}
.cards_gr .card .bg_layer{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
}
.cards_gr .card .bg_layer img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.cards_gr .card .content{
    position: relative;
    z-index: 2;
}
.cards_gr .card .icon{
    position: relative;
    height: 40px;
    width: 40px;
}
.cards_gr .card .icon svg{
    width: 100%;
    height: 100%;
}
.cards_gr .card:hover .icon.fill svg path{
    fill: #fff;
}
.cards_gr .card:hover .icon.stroke svg path{
    /* fill: inherit; */
    stroke: #fff; 
}
.cards_gr .card:hover{
    background: #071930;
}
.cards_gr .card.row-id2:hover{
    background: #071930;
}
.cards_gr .card.row-id4:hover{
    background: #001A08;
}
.cards_gr .card.row-id1:hover{
    background: #2D0000;
}
.cards_gr .card:hover img{
    filter: brightness(0) invert(1);
}
.cards_gr .card.row-id6:hover{
    background: #2D2200;
}
.cards_gr .card.row-id13:hover{
    background: #260026;
}
.cards_gr .card:hover .bg_layer{
    opacity: 1;
}
.cards_gr .card:hover p{
    color: #fff;
}
.cards_gr .card:hover p.title{
    color: #fff;
}
.cards_gr .card p{
    color: #131313;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    font-family: var(--font-outfit);
}
.cards_gr .card p.title{
    font-size: 1.5rem;
    font-weight: 500;
    color: #0F3963;
    margin: 8px auto;
}
.cards_gr .card .tag{
    display: block;
    width: max-content;
    padding: 12px 24px;
    background: #DFF7EA;
    border-radius: 20px;
    color: #0F3963;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-outfit);
    margin-top: 16px;
    position: relative;
    left: -4px;
}
.searchhome .btm{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.pricing .bttm{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.new_pr_card{
    width: calc(50% - 32px);
    display: flex;
}
.new_pr_card .lft{
    width: 40%;
}
.new_pr_card .rgt{
    width: 60%;
    display: flex;
    align-items: center;
    border: 1px solid #9EA8B0;
    border-radius: 0 16px 16px 0;
    padding: 16px;
}
.new_pr_card .content p.title{
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F3963;
    font-family: var(--font-outfit);
    margin-bottom: 16px;
}
.new_pr_card .content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}
.new_pr_card .content ul{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #9EA8B0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.new_pr_card .content ul li{
    padding-left: 36px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    min-height: 24px;
}
.new_pr_card .content ul li::before{
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMjJDMTggMjIgMjIuNSAxNy41IDIyLjUgMTJDMjIuNSA2LjUgMTggMiAxMi41IDJDNyAyIDIuNSA2LjUgMi41IDEyQzIuNSAxNy41IDcgMjIgMTIuNSAyMloiIHN0cm9rZT0iIzMxQkUwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4yNSAxMS45OTk5TDExLjA4IDE0LjgyOTlMMTYuNzUgOS4xNjk5MiIgc3Ryb2tlPSIjMzFCRTAwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
    position: absolute;
    left: 0;
    top: -2px;
    height: 24px;
}
.new_pr_card .lft .image{
    padding-top: calc(341 / 238 * 100%);
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 16px 0 0 16px;
    height: 100%;
}
.new_pr_card .lft .image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ui-widget{
    font-family: var(--font-body)!important;
    border: 1px solid #B7C4D0!important;
    padding: 0!important;
    color: var(--black)!important;
}
.ui-widget li{
    width: 100%!important;
    border-bottom: 1px solid #B7C4D0!important;
}
.ui-widget li:nth-last-child(1){
    border-bottom: 0!important;
}
.ui-menu-item-wrapper{
    padding: 8px 24px!important;
    font-size: 1rem!important;
    display: block;
    align-items: center;
    position: relative;
}
.ui-menu-item-wrapper img{
    height: 25px;
    width: 25px;
    object-fit: cover;
    display: block;
    margin-right: 12px;
    float: left;
}
.ui-menu-item-wrapper strong{
    color: black;
}
.ui-menu-item-wrapper.ui-state-active{
    border: 0!important;
    background: rgba(0,0,0,0.05)!important;
    cursor: pointer;
}
.ui-menu .ui-menu-divider{
    display: none!important;
}
#chartdiv{
    position: relative;
}
#chartdiv::after{
    content: "";
    height: 30px;
    width: 80px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.inline-loader {
  width: 24px;
  --b: 8px; 
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%,var(--blue)) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation:l4 1s infinite steps(10);
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  visibility: hidden;
}
.ui-menu-item.isloading .inline-loader{
    visibility: visible;
}
@keyframes l4 {to{transform: rotate(1turn)}}
/* large  */
@media only screen and (max-width: 1200px) {
    .bento .grp3 .rgt .btm a{
        width: calc(50% - 8px);
    }
    .bento .grp3 .rgt .btm a img{
        width: 100%;
        object-fit: contain;
        display: block;
    }
    .valcard .content .contbx p.title{
        font-size: 2rem;
    }
}
/* tab  */
@media only screen and (max-width: 991px) {
    
    .hero .topbox{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .price_grid{
        flex-direction: column;
    }
    .price_grid .price_card{
        width: 100%;
    }
    .price_card .bottom_list{
        display: none;
    }
    .price_card .topbox p.session{
        width: 100%;
    }
    .sliderbox .imgcontainer{
        padding-top: calc(600 / 600 * 100%);
    }
    .sliderbox .imgcontainer .title p{
        font-size: 1.25rem;
    }
    .sliderbox .imgcontainer .title{
        width: 90%;
        left: 5%;
    }
    .recog .imagebx{
        flex-direction: column;
    }
    .recog .imagebx a{
        width: 100%;
    }
    .recog .imagebx a img{
        width: 100%;
        object-fit: contain;
        display: block;
    }
    .tr_gr .col-6{
        grid-column: span 12;
    }
    .tr_gr .col-5{
        grid-column: span 12;
    }
    #chartdiv{
        height: 250px;
        margin-top: 40px;
    }
    .recog p{
        font-size: 1rem;
        text-align: center;
    }
    .bento .grp1,.bento .grp2{
        grid-column: span 5;
    }
    .bento .grp3{
        grid-row-start: auto;
    }
    .bento .grp1 .top{
        flex-direction: column;
        align-items: flex-start;
    }
    .bento .fgrp .top img{
        max-width: 100%;
        width: 100%;
        height: 40px;
        object-position: left;
    }
    .bento{
        gap: 16px;
    }
    .bento .grp{
        padding: 16px;
    }
    .value_gr{
        gap: 16px;
        grid-template-rows : repeat(3,1fr);
    }
    .val1{
        grid-column: span 6;
    }
    .val2{
        grid-column: span 6;
    }
    .val3{
        grid-row-start: auto;
    }
    .valcard .content{
        position: relative;
        padding: 0px;
        height: auto;
    }
    .valcard img{
        position: relative;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .valcard .content .contbx p.title{
        font-size: 1.5rem;
    }
    .valcard .content .contbx p{
        font-size: 0.875rem;
    }
    .valcard .content .contbx{
        padding: 16px;
        width: 100%;
        border-radius: 0 0 16px 16px;
        backdrop-filter: none;
        background: #201B1B;
    }
    .cards_gr{
        grid-template-columns: repeat(1,1fr);
    }
    .cards_gr .card{
        padding:32px 16px;
        border-radius: 8px;
    }
    .cards_gr .card p{
        font-size: 0.875rem;
    }
    .cards_gr .card p.title{
        font-size: 1rem;
        margin-bottom: 8px;
    }
    .cards_gr .card .tag{
        margin-top: 8px;
        font-size: 12px;
    }
    .searchhome .searchlist li a{
        font-size: 1rem;
        padding: 8px 16px;
    }
    .pricing .tabs .pr_tab{
        font-size: 1rem;
    }
    .new_pr_card{
        width: 100%;
        flex-direction: column;
    }
    .new_pr_card .lft,.new_pr_card .rgt{
        width: 100%;
    }
    .new_pr_card .lft .image{
        padding-top: calc(9 / 16 * 100%);
        border-radius: 16px 16px 0 0;
    }
    .new_pr_card .rgt{
        border-radius: 0 0 16px 16px ;
    }
    .valcard .content{
        background: none;
    }
    .ui-menu-item-wrapper{
        font-size: 0.875rem!important;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ui-widget-content{
        max-width: calc(100% - 52px);
        transform:translate3d(0,8px,0)!important;
    }
    .ui-widget,.ui-widget li{
        border-color: black!important;
    }
}
/* less tab  */
@media only screen and (max-width: 767px) {

}
/* mobile  */
@media only screen and (max-width: 563px) {

}