@charset "UTF-8";* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .main-header {
    padding: 24px;
  }
  
  .site-width {
    max-width: 1440px;
    padding-left: 75px;
    padding-right: 75px;
    margin-left: auto;
    margin-right: auto;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Andada Pro";
  }
  
  body {
    font-family: Jost;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
  }
  
  .main-header .flex {
    align-items: center;
    justify-content: space-between;
  }
  
  .flex {
    display: flex;
  }
  
  .align-center {
    align-items: center;
  }
  
  .logo img {
    max-width: 344px;
    display: flex;
  }
  
  .bg-head-ban .bg-gradient {
    content: "";
    background: linear-gradient(0deg, rgba(3, 34, 56, 0.71) -48.46%, rgba(3, 34, 56, 0.95) 77.43%), url(https://ad.thewilsonfirmpllc.com/images/wilsonfirm.jpg) lightgray 50% / cover no-repeat;
    /* background-image: url(/images/wil-bnr.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; 
    */
    position: relative;
    max-width: 1440px;
    margin: auto;
  
  }
  
  .bg-head-ban {
    /* background: #0a283a; */
    background: #032238;
  }
  
  .bg-gradient::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .ptb60 {
    padding: 80px 0;
  }
  
  .flex .col {
    flex: 1 50%;
    max-width: 50%;
  }
  
  .gap32 {
    gap: 32px;
  }
  
  header.header {
    position: sticky;
    top: 0;
    z-index: 9999999999;
    width: 100%;
    /* background: #013c66; */
  }
  
  .main-header.sticky{
    position: fixed;
    top: 0;
    z-index: 9999999999;
    width: 100%;
  }
  
  .headermenuarea img {
    display: flex;
  }
  
  .headermenuarea {
    display: flex;
    gap: 12px;
    background: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    align-items: center;
  }
  
  .phonumber a {
    color: #032238;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
  }
  
  .banner h1 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
  }
  
  .banner p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
  }
  
  a.btn {
    border-radius: 54px;
    background: #013C66;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-top: 32px;
    font-weight: 700;
    line-height: normal;
    border: none;
  }
  
  .pb24 {
    padding-bottom: 24px;
  }
  
  .hr {
    margin: 32px 0;
    color: #ffffff !important;
  }
  
  .gap40 {
    gap: 40px;
  }
  
  h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
  }
  
  .wht {
    color: #fff;
  }
  
  .bg-blue {
    background: #013C66;
  }
  
  .headermenuarea img {
    width: 16px;
  }
  
  .mrt16 {
    margin-top: 17px;
  }
  
  .gap100 {
    gap: 100px;
  }
  
  .ftr2.cnt-sec {
    margin-top: 40px;
  }
  
  .ptb50 {
    padding: 50px 0;
  }
  
  .text-center {
    text-align: center;
  }
  
  .mrgn-auto {
    margin: auto;
  }
  
  .main-box {
    display: flex;
    gap: 52px;
    flex-wrap: wrap;
  }
  
  .sub-box {
    flex: 1;
    text-align: center;
  }
  
  .main-box.mrgn-auto {
    display: flex;
    gap: 52px;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .sub-box {
    flex: 1 24%;
    max-width: 23%;
    text-align: center;
  }
  
  p.ftn16 {
    font-size: 16px;
  }
  
  .hr2 {
    margin: 12px 0;
  }
  
  .sub-box img {
    border-radius: 8px;
  }
  
  .pt24 {
    padding-top: 24px
  }
  
  h2.blu {
    color: #013C66;
  }
  
  /* faq */
  .accordion-item {
    padding: 18px;
    padding-left: 0;
    border-top: 1px solid rgba(1, 60, 102, 0.50);
  }
  
  .page-sec .accordion-item {
    padding: 24px;
    padding-left: 0;
  }
  
  .accordion-item-header {
    color: #013C66;
    line-height: 120%;
    padding-right: 32px;
    position: relative;
    font-family: Jost;
    font-size: 20px;
    font-weight: 400;
  }
  
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordion-item-body-content {
    margin: 20px 0;
    font-size: 16px;
    line-height: normal;
  }
  
  .faq-sec.mt12.page-sec {
    margin-top: 52px;
  }
  
  .accordion-item-header:after {
    content: "";
    background-image: url(https://ad.thewilsonfirmpllc.com/images/sub.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    right: 0;
  }
  
  .accordion-item-header.active:after {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/plus.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    background-size: 100%;
    right: 5px;
    position: absolute;
  }
  
  .sec-bg {
    content: "";
    background-image: url(https://ad.thewilsonfirmpllc.com/images/sec-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  
  .sec-bg::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  /*  */
  
  /* footer */
  footer.container-footer.footer.full-width {
    background: #013C66;
    color: #ffffff;
    border-top: 1px solid #FFF;
  }
  
  .flex.ftr-jst {
    justify-content: space-between;
  }
  
  .footer p a,
  .footer p a,
  .ftr2 p a,
  .ftr2 p {
    color: #FFF;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }
  
  .footer p,
  .ftr2 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  .ftr2 p a,
  .ftr2 p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  
  /* footer end*/
  /* form */
  .frm {
    border-radius: 8px;
    border: 1px solid rgba(1, 60, 102, 0.28);
    background: #FFF;
    padding: 40px;
  }
  
  .frm h3 {
    color: #013C66;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  
  input,
  textarea,
  select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(1, 60, 102, 0.28);
    background: #FFF;
    padding: 12px;
    margin: 10px 0 12px;
  }
  
  input::placeholder,
  textarea::placeholder,
  select {
    color: rgba(0, 0, 0, 0.80);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  
  .frm strong.formRequired {
    margin-left: 3px;
    display: none;
  }
  
  input#consent0,
  input#consent10 {
    width: max-content;
  }
  
  /* .form-check.form-check-inline {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      color: #1E1E1E;
      font-family: Inter;
      font-size: 16px;
      font-style: italic;
      font-weight: 300;
      line-height: normal;
      margin-top: 18px;
    } */
  
  /* input#consent0,input#consent10 {
      flex: 1;
      margin-top: 0;
    } */
  
  .frm label {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  
  }
  
  label.col-sm-3.col-form-label.formControlLabel {
    display: none;
  }
  
  label#consent0-lbl,
  label#consent10-lbl {
    color: #1E1E1E;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
  }
  
  button#Submit,
  button#Submit1 {
    border-radius: 40px;
    background: #013C66;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 24px;
    margin-top: 18px;
    border: none;
    cursor: pointer !important;
  }
  
  p.mgt {
    margin-top: 20px;
    font-size: 17px;
  }
  
  .vr-bx p {
    color: #fff !important;
  }
  .vr-bx {
    text-align: center;
  }
  .frm .row.fr-flx {
    display: flex;
    gap: 10px;
  }
  
  p.fnt20 {
    font-size: 20px !important;
  }
  
  .frm .col-md-6 {
    flex: 1;
  }
  
  p.fnt18 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  
  /* form-end */
  /* slider */
  .owl-stage {
    display: flex;
    gap: 40px;
  }
  
  .item {
    border-radius: 4px;
    background: #F7F7F7;
    padding: 24px;
    position: relative;
  }
  
  .item.bx-md img {
    width: 40px !important;
    margin-bottom: 10px;
  }
  
  .owl-carousel .owl-item .item.bx-md h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    list-style: 30px;
    margin-bottom: 10px;
    position: relative;
  }
  
  .myslid {
    margin-top: 50px;
  }
  
  .item.bx-md p.fnt16 {
    color: #fff;
    position: relative;
    z-index: 9999;
  }
  
  .bx-img1,
  .bx-img2,
  .bx-img3,
  .bx-img4,
  .bx-img5,
  .bx-img6,
  .bx-img7,
  .bx-img8,
  .bx-img9,
  .bx-img10,
  .bx-img11 {
    content: "";
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    /* height: 100%; */
    border-radius: 8px;
  
  }
  
  .item.bx-md:before {
  
      background: linear-gradient(180deg, rgba(1, 60, 102, 0.95) 61.83%, rgba(1, 60, 102, 0.80) 99.97%), url(https://ad.thewilsonfirmpllc.com/media/templates/site/cassiopeia_wilsonfirm/css/AdobeStock_219163508);
    content: "";
  
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
  
  }
  
  .bx-img1 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg1.jpeg);
  }
  
  .bx-img2 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg2.jpg);
  }
  
  .bx-img3 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg3.jpg);
  
  }
  
  .bx-img4 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg4.jpg);
  
  }
  
  .bx-img5 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg5.jpg);
  
  }
  
  .bx-img6 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg6.jpg);
  
  }
  
  .bx-img7 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg7.jpg);
  
  }
  
  .bx-img8 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg8.jpg);
  
  }
  
  .bx-img9 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg9.jpg);
  
  }
  
  .bx-img10 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg10.jpg);
  
  }
  
  .bx-img11 {
    background-image: url(https://ad.thewilsonfirmpllc.com/images/box-bg11.jpg);
  
  }
  
  .bx-img2::before,
  .bx-img1::before,
  .bx-img3::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .owl-nav {
    font-size: 51px;
    position: relative;
    top: -333px;
    display: flex;
  }
  
  button.owl-next {
    position: absolute;
    right: 12px;
  }
  .item.bx-md {
    height: 280px;
}
  button.owl-prev {
    position: absolute;
    left: -30px;
  }
  
  .owl-dot span::before {
    content: "o";
    font-size: 25px;
  }
  
  button.owl-dot.active {
    color: #000 !important;
    font-weight: 800 !important;
  }
  
  .owl-dots {
    margin: auto;
    text-align: center;
    margin-top: 24px;
    display: none;
  }
  
  /*  */
  .hiw .slider-container {
    overflow: hidden;
    /* Hide overflowing content */
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px
  }
  
  .hiw .slider {
    display: flex;
    flex: 1 48%;
    /* Align slides in a row */
    /* transition: all 0.5s ease-in-out; */
    /* Smooth transitions */
  
  }
  
  .hiw .slide {
    width: 100px;
    padding: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    margin-right: 10px;
    cursor: pointer;
    /* transition: all 0.5s ease; */
    background-color: #013C66;
    color: #ffffff;
    text-align: left;
    display: flex;
    gap: 32px;
  }
  
  .hiw .active-slide {
    width: 99%;
    padding: 38px 24px;
    border-radius: 12px;
    margin: 0;
  }
  
  .bg-gry {
    background: rgba(1, 60, 102, 0.10);
  }
  
  .vr-bx,
  .sld-img {
    display: none;
  }
  
  .hiw .active-slide .vr-bx,
  .hiw .active-slide .sld-img {
    display: block;
  }
  
  .brd-lft.mrt16 {
    border-left: 6px solid #1E1E1E;
    padding-left: 20px;
  }
  
  .nxt-btn button {
    border-radius: 45px;
    background: #FFF;
    padding: 8px 20px;
    margin-top: 32px;
    color: #013C66;
    font-size: 16px;
    font-weight: 700;
    border: none;
  }
  
  .vr-bx p b {
    color: #FFF;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  /*  */
  .hr-bx {
    position: relative;
    flex: 1 10%;
  
  }
  
  .vr-bx {
    flex: 1 60%;
  }
  
  .sld-img {
    flex: 1 30%;
  }
  
  .pera-bx p:nth-of-type(2) {
    position: absolute;
    top: auto;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    width: 200px;
    font-size: 20px;
    font-weight: 700;
  }
  
  .hiw .active-slide .hr-bx {
    padding-right: 32px;
    margin-right: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
  }
  
  .active-slide .pera-bx p:nth-of-type(2) {
    left: 14px;
  }
  
  .hr-bx {
    display: flex;
    justify-content: center;
  }
  
  .pera-bx {
    width: 29px;
  }
  
  /* review */
  .es-embed-root {
    max-width: 100% !important;
  }
  
  .dKfnMs {
    border-radius: 12px;
    background: #013C66 !important;
    height: 100% !important;
    align-items: stretch;
    color: #ffffff !important;
    padding: 32px !important;
  }
  
  .es-review-content-text,
  .bVAwVA.es-review-info-date-container,
  span.kBfvhj.es-review-author-name,
  .fOGtJl.es-review-content-control,
  .ReviewSource__StyledReviewInfo-sc-1bcm4p4-5.bdKYTc {
    color: #ffff !important;
  }
  
  .mbl {
    display: none;
  }
  
  .col img {
    border-radius: 8px;
  }
  
  .WidgetBackground__Container-sc-1ho7q3r-0.iBiJkF {
    padding: 40px 20px 0px !important;
  }
  
  .iqPsnt {
    left: -38px !important;
  }
  
  .nxt-btn img {
    margin-left: 5px;
    padding-top: 3px;
  }
  
  .ldZdCm {
    right: -34px !important;
  }
  
  header.header.container-header.full-width.active {
    position: fixed;
    background-color: #19232e;
    width: 100%;
    z-index: 999999;
  }
  
  .sld-img img.desk {
    display: flex;
    border-radius: 8px;
    width: 100%;
  }
  
  .hiw .active-slide .sld-img {
    width: 100%;
  }
  
  a.btn.bn-btn {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  
  p.mx-680 {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .mrt32 {
    margin-top: 32px;
  }
  
  .mrb24 {
    margin-bottom: 24px;
  }
  
  p.txt-wt a {
    color: #fff;
    text-decoration: none;
  }
  
  .ptb60.pdt0.pr {
    padding-top: 0;
  }
  
  div#mod-custom123 h2.wht {
    font-size: 24px;
  }
  
  .itemid-110 footer.container-footer.footer.full-width.ptb60 {
    padding-bottom: 40px;
  }
  
  p.txt-wt a {
    color: #fff;
    text-decoration: none;
  }
  
  .row.mrt-ct {
    margin-top: 25px;
  }
  
  .formContainer button[type=submit][disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
  }
  
  input#consent0,
  input#consent10 {
    margin-top: 4px;
  }
  
  @media (max-width:991px) {
    .owl-stag {
      gap: 0px;
    }
  
    p.mgt {
      margin-top: 16px;
    }
  
    .vr-bx p b {
      display: none;
    }
    .hiw .vr-bx p b {
      display: block;
    }
    .flex {
      flex-direction: column;
    }
  
    .main-header .flex {
      display: flex;
      flex-direction: row;
    }
  
    .sub-box {
      flex: 1 100%;
      max-width: 100%;
    }
  
    .hiw .slider-container {
      flex-direction: column;
      gap: 10px;
  
    }
  
    .hiw .slide {
      gap: 20px;
      flex-direction: column;
      width: 100%;
      margin: 0;
    }
  
    .pera-bx p:nth-of-type(2) {
      position: initial;
      transform: none;
    }
  
    .pera-bx {
      display: flex;
      justify-content: space-between;
    }
  
    .pera-bx {
      width: 100%;
    }
  
    .pera-bx p {
      font-size: 20px !important;
    }
  
    .slide.active-slide .pera-bx {
      justify-content: initial;
      gap: 10px;
    }
  
    .mbl {
      display: block;
      width: 100%;
    }
  
    .sld-img img.desk {
      display: none !important;
    }
  
    .hiw .active-slide .hr-bx {
      border-right: none;
    }
  }
  
  @media (max-width:796px) {
    button.owl-prev {
      position: absolute;
      left: -18px;
    }
  
    button.owl-next {
      right: -20px;
    }
  
    .phonumber {
      display: none;
    }
  
    .ptb60 {
      padding: 40px 0;
    }
  
    .logo img {
      width: 238px;
    }
  
    .headermenuarea {
      padding: 8px 8px;
      border-radius: 50%;
    }
  
    .banner h1 {
      color: #FFF;
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 18px;
    }
  
    a.btn {
      font-size: 16px;
      padding: 12px 24px;
      text-align: center;
      max-width: max-content;
  
    }
  
    .frm {
      padding: 25px;
    }
  
    .frm .row.fr-flx {
      flex-direction: column;
    }
  
    h2 {
      font-size: 32px;
    }
  
    p {
      font-size: 16px !important;
    }
  
    .gap100 {
      gap: 35px;
    }
  
    .owl-stage {
      gap: 0px;
    }
  
    /*  */
  
    .main-header .site-width {
      padding-left: 0px;
      padding-right: 0px;
    }
  
    .site-width {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .flex .col {
      flex: 1 100%;
      max-width: 100%;
    }
  
    .accordion-item-header {
      font-size: 16px;
    }
  
    input::placeholder,
    textarea::placeholder,
    select,
    label#consent0-lbl,
    .accordion-item-body-content {
      font-size: 16px;
    }
  
    input,
    textarea,
    select {
      margin: 4px 0 12px;
    }
  
    .faq-sec.mt12.page-sec {
      margin-top: 33px;
    }
  }
  
  @media (max-width:350px) {
    .logo img {
      width: 220px;
    }
  }
  
  .banner.Residential {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(280deg, rgba(0, 0, 0, 0.00) 0.59%, rgba(0, 0, 0, 0.40) 99.51%), url(https://ad.thewilsonfirmpllc.com/images/Residential.png) lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 2rem 0;
    background-repeat: no-repeat;
  }
  
  .row.mb-3.rsform-block.rsform-block-hcaptcha.rsform-type-hcaptcha {
    margin-top: 10px;
  }
  
  label#consent0-lbl {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    margin-top: 18px;
  }
  
  @media (max-width:550px) {
  
    label#consent0-lbl {
      font-size: 14px;
    }
  
    .form-check {
      display: flex;
      gap: 10px;
      align-items: center;
    }
  
    input#consent0,
    input#consent10 {
      margin-top: 0px;
  
    }
  }
  
  .sub-box img {
    border-radius: 8px;
    width: 100%;
  }
  
  .myslid-mob .flex {
    flex-wrap: wrap;
  }
  
  .myslid-mob .item {
    flex: 1 30%;
    border-radius: 8px;
  
  }
  
  .myslid-mob .item.bx-md h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    list-style: 30px;
    margin-bottom: 10px;
    position: relative;
    z-index: 9999;
  }
  
  .myslid-mob .flex {
    margin-top: 50px;
  }
  
  @media (max-width:796px) {
    .mb-none {
      display: none;
    }
  
  }
  
  /* 19-02-2025 added  css  */
  
  .banner {
    position: relative;
    z-index: 1;
  }
  
  .bg-head-ban {
    overflow: hidden;
  }
  
  .boxlft {
    background: #032238;
    filter: blur(29.75px);
    position: absolute;
    width: 129px;
    height: 100%;
    top: 0;
    left: -52px;
  }
  
  .boxrt{
    background: #032238;
    filter: blur(29.75px);
    position: absolute;
    width: 129px;
    height: 100%;
    top: 0;
    right: -52px;
  }
  
  .fxd-box {
    flex: 1 32% !important;
    max-width: 31%;
  }
  /*  */
  
  .col40 {
    flex: 1 50%;
    max-width: 33%;
  }
  .col60 {
    flex: 1 40%;
    max-width: 60%;
  }
  .gap80 {
   justify-content: space-between;
  }
  @media (max-width: 991px) {
    .fxd-box{
      flex: 1 100% !important;
      max-width: 100%;
    }
    .col40 , .col60 {
      flex: 1 100%;
      max-width: 100%;
    }
  
  }
  .ReviewBackground__Container-sc-8fee81fc-0.dVQgJN.es-review-background-container {
    border-radius: 12px;
    background: #013C66;
  }
  
  span.ReviewAuthorName__AuthorName-sc-5de6e185-1.clzMEF.es-review-author-name,.ReviewTextControl__Control-sc-b1182b79-0.jhwuJF, .ReviewSource__StyledReviewInfo-sc-d317e110-5.kVupxU {
    color: #fff !important;
  }
  .DateTime__Time-sc-9989cb3d-0.eCwHvu.ReviewInfo__StyledDateTime-sc-70efdf9e-4.iFnYbn.es-review-info-date {
    color: #fff !important;
  }
  .Carousel__CarouselArrowControlContainer-sc-7aac7883-8.ZvgDl {
      left: -40px !important;
  }
  .Carousel__CarouselArrowControlContainer-sc-7aac7883-8.gYGbzq{
      right: -40px !important;
  }
  /* by gsl on 17march2k25 */
  .item.six-div-con {
    background: transparent;
    border-radius: 0;
    padding: 0;
    position: unset;
  }
  .six-div-con .flex.gap40 {
    flex-wrap: wrap;
    gap: 24px;
  }
  .six-div-con .flex.gap40 .item.bx-md {
    flex: 1 30% !important;
    max-width: 32%;
  }
  @media (min-width: 768px) {
    .owl-carousel.owl-theme.dk-none.owl-loaded.owl-drag {
      display: none;
  }
  }
  @media (max-width: 768px) {
    .owl-carousel.owl-theme.mb-none1.owl-loaded.owl-drag {
      display: none;
  }
  .owl-nav {
    top: -200px;
   
  }
  }
.mb-btn {
    display: none;
}
@media (max-width: 991px) {
  .mb-btn {
    display: block;
}
.desk-btn{
  display: none;
}
a.btn.bn-btn {
  margin: auto;
}
}
.accordion-item-body.show{
  opacity: 1;
  max-height: fit-content;
}
