* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #354853;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

img {
    max-width: 100%;
}


ul {
    list-style: none;
}
li b {
    color: #1F313B;
}
a {
    text-decoration: none;
}

.site-width {
    max-width: 1440px;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
}

.mx1440 {
    max-width: 1440px;
}
.blu-bg1 {
    background: linear-gradient(180deg, #1F313B 6.03%, #14B3BF 211.55%);
}
.blu-bg {
    background: linear-gradient(180deg, #1F313B 6.03%, #14B3BF 211.55%), #EBEBEB;
}
.bg-dark {
background: linear-gradient(180deg, #1F313B 20.25%, #14B3BF 132.4%), #FFF;
}
.f3-bg {
    background: #F4F6F8;
}
.t-center {
    text-align: center !important;
}

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

.pt120 {
    padding-top: 120px;
}
.pt96 {
    padding-top: 96px;
}

.pt60 {
    padding-top: 60px;
}
.pt50 {
    padding-top: 50px;
}
.pt30 {
    padding-top: 30px;
}

.pb120 {
    padding-bottom: 120px;
}
.pb96 {
    padding-bottom: 96px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb50 {
    padding-bottom: 50px;
}

.mt16 {
    margin-top: 16px;
}

.mb16 {
    margin-bottom: 16px;
}
.mt12 {
    margin-top: 12px;
}
.mt24 {
    margin-top: 24px;
}

.mt8 {
    margin-top: 8px;
}

.mb24 {
    margin-bottom: 24px;
}

.mt48 {
    margin-top: 48px;
}
.mt32 {
    margin-top: 32px;
}

.mb32 {

    margin-bottom: 32px;

}

.mt50 {

    margin-top: 50px;

}
.pdlr77 {
    padding: 0 77.5px;
}
h1 {
    color: #FFF;
    font-size: 48px;
    line-height: 57.6px;
}

h2 {
    font-size: 40px;
    line-height: 48px;
}
h3 {
    font-size: 28px;
    line-height: 36px;
}
h4 {
    font-size: 22px;
    line-height: 36px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}
h6 {
    font-size: 18px;
    line-height: 28px;
}


.flex {

    display: flex;
}

.align-center {

    align-items: center;

}

.align-unset {

    align-items: unset;

}

.jst-cnt {

    justify-content: center;

}

.spc-btw {

    justify-content: space-between;

}

.gap32 {
    gap: 32px;
}

.gap56 {

    gap: 56px;

}

.gap100 {

    gap: 100px;

}

.flex .col {
    flex: 1 50%;
    max-width: 50%;
    padding: 0 !important;
}

.txw {
    color: rgb(255 255 255) !important;
}

.txw80 {
    color: rgb(255 255 255 / 80%) !important;
}

.lh0 {
    line-height: 0;
}
.mx848 {
    max-width: 848px;
}
.mx818 {
    max-width: 818px;
}
.mx700 {
    max-width: 700px;
}
h2.pool-hed {
    color: #1F313B;
    font-size: 40px;
    line-height: 60px;
}
span.blu {
    color: #14B3BF;
}
.gap24 {
    gap: 24px;
}

.brds8 {
    border-radius: 8px;
}
.brds24 {
    border-radius: 24px;
}
.img-gbl {
    border-radius: 16px;
}
.enq-btn a {
    border-radius: 100px;
    border: 1px solid #14B3BF;
    background: #14B3BF;
    padding: 15px 24px;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
.wrap {
    flex-wrap: wrap;
}
.psr {
    position:relative;
}
.psb {
    position: absolute;
}
.gap48 {
    gap: 48px;
}
/*header*/
header {
    position: sticky;
    top: 0;
    z-index: 9999999999;
    background: #fff;
}
.header-inner {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerRight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.con-btn a {
    border-radius: 100px;
    border: 1px solid #14B3BF;
    background: #14B3BF;
    padding: 12.5px 24px;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    max-width: fit-content;
    gap: 8px;
}

 .con-btn a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(40deg) brightness(101%) contrast(103%);
}
/*header end*/
/*banner*/
.bnr-pd {
    padding: 57px 0;
}
.banner-bg {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(20, 179, 191, 0.36) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) -11.74%, rgba(0, 0, 0, 0.85) 57.67%), url(/images/invu/banerr-img.webp) lightgray 50% / cover no-repeat;
}
.col.bn-col1 {
    padding: 0;
    flex: 1 55%;
    max-width: 705px;
}
.col.bn-col2 {
    flex: 1 44%;
    max-width: 503px;
    padding: 0;
}
p.bn-btm-txt {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}
.form-cont {
    border-radius: 16px;
    background: #FFF;
    padding: 32px 24px;
}
h2.frm-hed {
    color: #1F313B;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
/*banner end*/
/*footer*/
footer.container-footer {
    border-top: 1px solid #D9DFE8;
}
.fotr-cols {
    justify-content: space-between;
}
.ft-lft.ft-col1 {
    flex: 1 30%;
    max-width: 430px;
}
.ft-rgtt {
    flex: 1 25%;
    max-width: 350px;
    display: flex;
    gap: 32px;
    justify-content: space-between;
}
ul.ft-men li a {
    color: #1F313B;
}
ul.ft-men li.bld a {
    font-weight: 500;
}
ul.ft-con-det li.phn-at {
    display: flex;
    gap: 6px;
}
.log-cont a {
    display: block;
    max-width: fit-content;
}
.log-cont img {
    max-width: 150px;
}
/*footer end*/
.thre-col {
    display: flex;
}
.coln {
    flex: 1 31%;
    max-width: 33%;
}
.serv-at {
    display: flex;
    gap: 16px;
    padding: 24px;
}
.serc-img {
    display: flex;
    flex: 1 20%;
    max-width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #E1FAFC;
}.ser-log {
    flex: 1 80%;
    max-width: 243px;
}
.ser-log h4, .ser-log1 h4, h4.bx-hed {
    color: #1F313B;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
p.log-tct {
    margin-top: 8px;
}
.col1-lst.serv-at {
    padding: 40px 32px;
    flex: 1 50%;
    max-width: 50%;
    border-bottom: 1px dashed #D9DFE8;
    
}
.col1-lst .ser-log {
    max-width: 492px;
}
.col1-lst.serv-at.ble-dot {
    border-left: 1px dashed #D9DFE8;
    position: relative;
}
.col1-lst.serv-at.bdr-btm-n {
    border-bottom: 0;
}
.col1-lst.serv-at.ble-dot:before {
    content: "";
    background: #14B3BF;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    bottom: -8px;
    z-index: 99;
}
.col1-lst.serv-at.ble-dot.bdr-btm-n:before {
    content: none;
}
/*rsform*/
form label.formControlLabel {
    display: none;
}
.form-inn .formContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.form-inn .formContainer .formRow {
    display: flex;
    gap: 16px;
    width: 100%;
}
.form-inn .formContainer .formRow .formSpan12, .form-inn .formContainer .formRow .formSpan6 {
    width: 100%;
}
.form-inn .formBody input, .form-inn .formBody textarea, .form-inn .formBody select {
    color: #B1B1B1;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #D5D7DA;
    background: #FFF;
    width: 100%;
}
.form-inn .formBody select{
    padding: 9px 12px;
}
textarea {
    resize: vertical;
}
.form-inn .formBody input::placeholder, .form-inn .formBody textarea::placeholder {
    color: #B1B1B1;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
}
.form-inn .formBody input:focus-visible, .form-inn .formBody textarea:focus-visible, .form-inn .formBody button:focus-visible, .form-inn .formBody select:focus-visible {
    outline: 0;
}
.form-inn .formBody button {
    border-radius: 100px;
    border: 1px solid #14B3BF;
    background: #14B3BF;
    padding: 15px 24px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: Roboto;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    max-width: fit-content;
    margin-top: 8px;
}
/* submit button css */

.formContainer button[type=submit][disabled],
.formContainer button[type=submit][disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
/* submit button css */
.bxx {
    flex: 1 34%;
    max-width: 397px;
}
.bordered {
    border-radius: 16px;
    border: 1px solid #D9DFE8;
    background: #FFF;
    margin: 23px 0;
}
.bordered:hover {
    margin: 0;
}
.bx-info, .bg-lght {
    padding: 16px 24px;
}
.bg-lght {
    border-radius: 16px 16px 0 0;
    background: #F4F6F8;
}
.bordered:hover .bg-lght {
    background: transparent;
}
.bordered:hover h4.bx-hed {
    color: #ffffff;
}
.enq-btn.mt16.bx-btn-wh a.enqq {
    background: #fff;
    color: #1F313B;
    border-color: #D9DFE8;
}
ul.tic-lst li {
    margin-top: 15px;
    padding-left: 32px;
    position: relative;
}
ul.tic-lst li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/invu/svg/mdi_check.svg);
    width: 24px;
    height: 24px;
}
span.img-contnr {
    flex: 1 46%;
    max-width: 49%;
    display: block;
}
.img-det {
    left: 0;
    bottom: 6px;
    padding: 24px;
}
.img-det h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}
.img-det p.num {
    color: #14B3BF;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}
.bordered:hover {
border-radius: 16px;
border: 2px solid #17CFDD;
background: linear-gradient(180deg, #1F313B 20.25%, #14B3BF 132.4%), #FFF;
color: #fff;
}
.bordered:hover ul.tic-lst li b {
    color: #fff;
}
img.img-gbl.bdrn {
    border-radius: 24px 0 0 24px;
}
.col.pdr48 {
    padding-right: 48px !important;
}
.ft-18 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}
/* faq */
.accordion-item {
    padding: 24px;
    border-bottom: 1px solid #F4F6F8;
}
div :has(> .accordion-item-header.active) {
    padding: 24px;
}
.accordion-item-header {
    position: relative;
    cursor: pointer;
    color: #1F313B;
    padding-right: 28px;
    font-weight: 500;
}
.accordion-item-header::after {
    content: "";
    background-image: url(../../../../../images/invu/svg/mdi_add.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.accordion-item-header.active::after {
    content: "";
    background-image: url(../../../../../images/invu/svg/mdi_close.svg);
    background-repeat: no-repeat;
}
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-item-body-content p {
    margin-top: 8px;
    padding-right: 28px;
}
/* faq end */
.col1-lst.serv-ct, .col1-lst.serv-cnt {
    flex: 1 48%;
    max-width: 49%;
    padding: 24px;
}
.col1-lst.serv-ct .ser-log {
    max-width: 100%;
}
.col1-lst.serv-cnt {
    display: flex;
    align-items: center;
}
/*table*/
.table-container {
    border-radius: 16px;
    border: 1px solid #14B3BF;
    padding: 24px 0;
}
.table-container table {
    /*border-radius: 16px;*/
    /*border: 1px solid #D9DFE8;*/
    border-collapse: collapse;
    width: 1239px;
    margin: 0 auto;
}
td {
    padding: 20px 10px;
}

.table-container th {
    color: #1F313B;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    padding: 8px;
    padding-bottom: 24px;
}
.table-container table tbody tr td.first {
    color: #000;
    font-weight: 500;
    text-align: start;
}
.table-container table td {
    text-align: center;
}
.table-container table tbody tr {
    padding: 0 8px;
}
.table-container table .buttons a.btn {
    border-radius: 100px;
    border: 1px solid #14B3BF;
    background: #14B3BF;
    padding: 10px 16px;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
}
.table-container table tbody tr:nth-child(odd) {
    background: #F4F6F8;
}
.table-container table tbody tr.buttons {
    background: #fff !important;
}
.table-container table tbody tr.buttons td {
    padding: 20px 10px;
}
/*table end*/
.tp-phone-col a.jst-cnt {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
}
.pdl25 {
    padding-left: 25px;
}
/*breadcrumbs*/

ul.mod-breadcrumbs.breadcrumb {
    display: flex;
    list-style: none;
    gap: 40px;
    justify-content: center;
    margin-left: 0px !important;
    align-items: flex-start;
    padding-left: 0;
    margin-top: 16px;
}
.enq-btn a:hover, .con-btn a:hover, .form-inn .formBody button:hover {    background: #fff;    color: #14B3BF;}.formContainer button[type=submit][disabled]:hover {    background-color: #14B3BF !important;    border: 1.5px solid #14B3BF !important;    color: #fff !important;}.con-btn a:hover img {filter: brightness(0) saturate(100%) invert(58%) sepia(30%) saturate(2514%) hue-rotate(141deg) brightness(93%) contrast(84%);}
li.mod-breadcrumbs__divider.float-start {
    display: none;
}
ul.mod-breadcrumbs.breadcrumb li a {
    text-decoration: none;
}
li.mod-breadcrumbs__item.breadcrumb-item a,
li.mod-breadcrumbs__item.breadcrumb-item {
    color: #fff;
}
li.mod-breadcrumbs__item.breadcrumb-item {
    position: relative;
}
li.mod-breadcrumbs__item.breadcrumb-item:last-child:after {
    display: none;
}
li.mod-breadcrumbs__item.breadcrumb-item:after {
    content: "";
    background-image: url(/images/invu/svg/bread-right.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 1px;
    right: -32px;
}
a.brand img {
    width: 150px;
}
/*breadcrumbs end*/
.frm-bdr {
    border: 1px solid #D9DFE8;
}.banner-bg p {    max-width: 650px;}.bordered:hover .bg-lght, .bordered:hover .bx-info {    padding: 16px 16px;}
/* slider testimonial  */.carousel {  position: relative;  max-width: 820px; /* adjust */  margin: 0 auto;  padding: 0px; /* room for arrows */}.carousel-track {  display: grid;  grid-auto-flow: column;  grid-auto-columns: 100%;  gap: 0;  overflow: hidden;  scroll-behavior: smooth;  padding: 0;  margin: 0;  list-style: none;}.carousel-slide {  display: flex;  justify-content: center;  align-items: center;}.carousel-btn {  position: absolute;    bottom: -30%;  transform: translateY(-50%);  inline-size: 36px;  block-size: 36px;  border-radius: 50%;  border: 1px solid rgba(255,255,255,.6);  background: rgba(255,255,255,.15);  color: #fff;  font-size: 22px;  line-height: 1;  display: grid;  place-items: center;  cursor: pointer;  z-index: 2;}.carousel-btn:hover { background: rgba(255,255,255,.3); }.carousel-btn.prev { left: 8px; }.carousel-btn.next {    left: 70px;}.carousel-dots {  display: flex;  justify-content: center;  gap: 8px;  margin-top: 14px;}.carousel-dots button {  width: 8px; height: 8px;  border-radius: 50%;  border: none;  background: #9aa4b2;  cursor: pointer;}.carousel-dots button[aria-selected="true"] { background: #fff; }.carousel-dots {    display: none;}@media (prefers-reduced-motion: reduce) {  .carousel-track { scroll-behavior: auto; }}/* slider testimonial  */@media (min-width: 1920px) {
   .banner-bg {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(20, 179, 191, 0.36) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) -11.74%, rgba(0, 0, 0, 0.85) 57.67%), url(/images/invu/banerr-img-hd.webp) lightgray 50% / cover no-repeat;
} 
}@media (max-width: 1420px) {		.table-container {    overflow-x: scroll;}}@media (max-width: 1280px) {.bordered a.enqq {    padding: 15px 16px;}
    .site-width {
        padding-left: 80px;
        padding-right: 80px;
    }
    .header-inner {
    padding: 16px 0;
}
.pdlr77 {
    padding: 0;
}
}



@media (max-width: 1050px) {
    .site-width {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 991px) {
    .mt56 {
        margin-top: 32px;
    }

    .site-width {
        padding-left: 40px;
        padding-right: 40px;
    }
.bnr-pd {
    padding: 40px 0;
}
    .pb56 {
        padding-bottom: 28px;
    }

    .pt56 {
        padding-top: 40px;
    }

       h1 {
        font-size: 40px;
        line-height: 48px;
    }

   h2.pool-hed {
    font-size: 28px;
    line-height: 36px;
}
    .flx-dir {
        flex-direction: column;
    }
    .flx-dir-rev {
        flex-direction: column-reverse;
    }
    .flex .col, .bxx {
        flex: 1 100%;
        max-width: 100%;
    }
    .gap56 {
        gap: 32px;
    }
    .mbpb0 {
        padding-bottom: 0;
    }
    .pb96 {
    padding-bottom: 60px;
    }
    .pt120 {
        padding-top: 60px;
    }
    .pb120 {
    padding-bottom: 60px;
}
.pb60 {
    padding-bottom: 40px;
}

.pt60 {
    padding-top: 40px;
}
.mbgap32 {
    gap: 32px;
}
    .thre-col {
    flex-wrap: wrap;
}
.coln {
    flex: 1 48%;
    max-width: 49%;
}
.coln:nth-of-type(2) {
    order: 3;
    flex: 1 100%;
    max-width: 100%;
    text-align: center;
}
.ser-log {
    max-width: 80%;
}
.col1-lst.serv-at {
    flex: 1 100%;
    max-width: 100%;
    border-left: 1px dashed #D9DFE8;
    border-bottom: 0;
}
.col1-lst.serv-at.ble-dot {
    border-bottom: 1px dashed #D9DFE8;
}
.col1-lst.serv-at.bdr-btm-n {
    border-bottom: 0;
}
.tw-col-div.gap48 {
    gap: 32px;
}
.img-det h4, h4.bx-hed {
    font-size: 20px;
    line-height: 28px;
}
img.img-gbl.bdrn {
    border-radius: 24px 24px 0 0;
}
.col.pdr48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
    padding-bottom: 40px !important;
}
.bordered {
    margin: 0px 0;
}
}
@media (max-width: 768px) {.header-inner .con-btn a:hover {    background: #14B3BF;    color: #fff;}
    .site-width {
        padding-left: 16px;
        padding-right: 16px;
    }
        .pt60 {
        padding-top: 30px;
    }
        .pb60 {
        padding-bottom: 30px;
    }
    .pb50 {
    padding-bottom: 34px;
}
.pt50 {
    padding-top: 34px;
}
    a.brand {
    max-width: 120px;
}
.menu-con {
    order: 2;
}
.headerRight {
    gap: 8px;
}
.top-hed-btns .con-btn a span, .top-hed-btns .con-btn a img {
    display: none;
}
    .top-hed-btns .con-btn a {
        padding: 4px;
        position: relative;
        min-width: 32px !important;
        height: 32px;
        display: block;
    }
    .top-hed-btns .con-btn a:before {
        content: "";
        position: absolute;
        top: 7px;
        left: 7px;
        background-image: url(/images/invu/svg/mdi_telephone-mb.svg);
        background-size: 100%;
        width: 16px;
        height: 16px;
    }
        h1 {
        font-size: 24px;
        line-height: 36px;
    }
    h4, p.bn-btm-txt, h2.frm-hed, .ser-log h4, .ser-log1 h4, .img-det h4, h4.bx-hed, .ft-18 {
    font-size: 18px;
    line-height: 27px;
}
.con-btn a {
    max-width: 100%;
    gap: 8px;
    justify-content: center;
}
.form-inn .formContainer .formRow {
   
    flex-direction: column;
}
.form-inn .formBody button {
    max-width: 100%;
    width: 100%;
}
    h2.pool-hed {
        font-size: 20px;
        line-height: 30px;
    }
    .mt48 {
    margin-top: 32px;
}
    .coln, span.img-contnr, .ft-lft.ft-col1, .colm11.ft-col2 {
        flex: 1 100%;
        max-width: 100%;
    }
    .enq-btn a {
        width: 100%;
        text-align: center;
    }
.col1-lst.serv-at {
    padding: 16px;
   }
.img-det {
    
    padding: 16px;
}
    .col.pdr48 {
        padding-right: 24px !important;
        padding-left: 24px !important;
        padding-bottom: 24px !important;
    }

.accordion-item {
    padding: 16px;
}
    div :has(> .accordion-item-header.active) {
    padding: 16px;
}
.col1-lst.serv-ct, .col1-lst.serv-cnt {
    flex: 1 100%;
    max-width: 100%;
    padding: 16px;
}
.col1-lst.serv-cnt .enq-btn.mt8 {
    margin-top: 32px;
}
.fotr-cols {
    flex-wrap: wrap;
}
.ft-rgtt {
    flex: 1 100%;
    max-width: 100%;
    gap: 24px;
    flex-wrap: wrap;
}
.colm11 ul.mt32 {
    margin-top: 0;
}
.col1-lst.serv-cnt {
    padding: 0;
}
.bxx .enq-btn a {
    font-size: 14px;
    padding: 15px;
}
.frm-bdr {
    border: 0;
}
.mbpt30 {
    padding-top: 30px !important;
}
}

.dknone{
    display:none;
}
.scroll-btn{
    display:none;
}
@media(max-width:1400px){
.table-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.table-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.table-container table {
  border-collapse: collapse;
  min-width: 800px; /* force scroll on smaller screens */
}

.table-container th,
.table-container td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  white-space: nowrap;
}

.scroll-btn {
  position: absolute;
  bottom: -12%;
  transform: translateY(-50%);
  z-index: 5;
  background: #14b3bf;
  color: #fff;
  border: none;
      width: 40px;
    height: 40px;
  cursor: pointer;
  border-radius: 50%;
  display:flex;
  justify-content: center;
    align-items: center;
}
button.scroll-btn img {
    width: 16px;
}
.scroll-btn.left { left: 5px; }
.scroll-btn.right { right: 5px; }
}

@media(max-width:768px){
   .dknone{
    display:block;
}
.mbnone{
     display:none;
}
.mbgp0{
    gap:0;
}
.table-wrapper {
    margin-bottom: 40px;
}
}
@media(min-width:1500px){
  #plr-lss{
    padding-left:90px;
    right:90px;
  }
}

