    .home-banner {
      /* position: relative; */
      padding-top: 76px;
      width: 100%;
      height: 100%;
      background: url('/assets/image/home/home-banner-bg.png') no-repeat;
      background-size: cover;
    }

    .home-tab-container {
      max-width: 650px;
      box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.21);
      border-radius: 27px;
      /* overflow: hidden; */
    }

    #home-tab {
      padding: 22px 0 19px;
      background-color: #7DBE48;
      border-top-left-radius: 27px;
      border-top-right-radius: 27px;
    }

    #home-tab li .tab-header-column {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    #home-tab li .tab-header-column img {
      width: auto;
      height: 45px;
    }

    #home-tab li .tab-header-column span {
      margin-top: 10px;
      color: #fff;
      font-size: 20px;
      line-height: 24px;
      opacity: .65;
    }

    #home-tab li.active .tab-header-column span {
      opacity: 1;
    }

    #home-tabContent {
      padding: 33px 35px 44px 35px;
      background-color: #FFFFFF;
      border-bottom-left-radius: 27px;
      border-bottom-right-radius: 27px;
    }

    #home-tabContent .select-row button,
    #home-tabContent .select-row ul {
      width: 100%;
    }

    #home-tabContent .select-row {
      margin-bottom: 24px;
    }

    #home-tabContent .select-row>button {
      font-size: 20px;
      line-height: 24px;
      position: relative;
      padding: 20px 0 20px 50px;
      text-align: left;
      background-color: #F1F3F4;
      border-radius: 11px;
      border: 1px solid #DFDFDF;
    }

    #home-tabContent .select-row .dropdown-toggle::after,
    #home-tabContent .select-row .select-icon {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
    }

    #home-tabContent .select-row .select-icon {
      left: 20px;
    }

    #home-tabContent .select-row .dropdown-toggle::after {
      right: 26px;
    }

    #home-tabContent .submit-btn {
      padding-top: 10px;
      text-align: center;
    }

    #home-tabContent .submit-btn>button {
      font-size: 24px;
      line-height: 29px;
      color: #fff;
      background-color: #7DBE48;
      border-radius: 11px;
      padding: 15px 55px 20px 55px;
      font-family: "GenSenRounded2-B";
    }

    .home-consult {
      margin-top: 100px;
    }

    .home-consult .consult-title {
      font-size: 42px;
      line-height: 50px;
      text-align: center;
      color: #212529;
      padding-bottom: 58px;
      font-family: "GenSenRounded2-B";
    }

    .home-consult .consult-title span {
      color: #FC800A;
    }

    .consult-box {
      width: 100%;
      height: 100%;
      min-height: 476px;
      border-radius: 46px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      /* position: relative; */
    }

    .consult-box .consult-info {
      height: 100%;
      padding: 0 25px;
      transform: translateY(-58px);
    }

    .consult-box .consult-image {
      height: 214px;
    }

    .consult-box .consult-image img {
      width: 100%;
      object-fit: cover;
    }

    .consult-box .consult-info h4 {
      margin-top: 60px;
      font-size: 33px;
      line-height: 53px;
      color: #212529;
    }

    .consult-box .consult-info p {
      margin-top: 16px;
      font-size: 22px;
      line-height: 26px;
      color: #74787C;
      font-family: "GenSenRounded2-R";
    }

    .consult-box .more-btn {
      text-align: center;
      margin-bottom: 50px;
    }

    .consult-box .more-btn a {
      display: inline-block;
      padding: 11px 41px 11px 41px;
      color: #FFFFFF;
      font-size: 22px;
      line-height: 26px;
      border-radius: 35px;
      font-family: "GenSenRounded2-B";
    }

    .fixed-container {
      position: fixed;
      top: 50%;
      right: 10px;
      z-index: 99;
      transform: translateY(-50%);
    }

    .calculator-container {
      position: relative;
    }

    .calculator-container .show-btn img {
      width: 26px;
      height: auto;
    }

    .calculator-container .show-btn {
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      background-color: #F39E24;
      cursor: pointer;
    }

    .calculator-container .calculator-box {
      width: 65px;
      padding: 20px 23px;
      border-radius: 12px 0 0 12px;
      background-color: #F39E24;
    }

    .calculator-container .fixed-image {
      width: 24px;
      text-align: center;
      margin-bottom: 15px;
    }

    .calculator-container .vertical-text {
      writing-mode: vertical-rl;
      white-space: nowrap;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 5px;
      color: #fff;
    }

    .home-slider {
      background-color: #FAF6F0;
      border-radius: 186px 186px 0 0;
      padding: 120px 0;
      margin-top: 140px;
    }

    .home-slider #carouselExampleDark .slider-info h4 {
      font-size: 42px;
      line-height: 50px;
      color: #212529;
      margin-bottom: 27px;
    }

    .home-slider #carouselExampleDark .slider-info h4 span {
      color: #FC800A;
    }

    .home-slider .short_description {
      font-size: 26px;
      line-height: 31px;
      color: #505050;
      margin-bottom: 38px;
    }

    .home-slider .comment-container {
      width: 100%;
      background-color: #7DBE48;
      border-radius: 73px 73px 190px 73px;
      padding: 44px 52px;
    }

    .home-slider .comment-container .comment-name {
      font-size: 24px;
      line-height: 26px;
      color: #fff;
      margin-bottom: 10px;
    }

    .home-slider .comment-container .comment-date {
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF;
      margin-bottom: 0;
    }

    .home-slider .comment-container .comment-header {
      margin-bottom: 27px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .home-slider .comment-container .comment-details {
      color: #fff;
      font-size: 22px;
      line-height: 40px;
    }

    .dropdown-header {
      font-size: 1.175rem;
      color: #0d6efd;
    }    

    @media (min-width: 1440px) {
      .home-slider .carousel-control-prev{
        justify-content: start;
        transform: translateX(-50%);
      }
      .home-slider .carousel-control-next{
        justify-content: end;
        transform: translateX(50%);
      }
    }
    @media(max-width: 765px) {
      .home-tab-container > ul.nav li {
        width: 50%;
        margin-bottom: 30px;
      }
      .home-consult .consult-title {
        padding-bottom: 50px;
      }
      .home-consult .consult-container {
        margin-bottom: 120px;
      }
      .home-slider {
        border-radius: 40px;
        margin-top: 0;
        padding-top: 80px;
      }
      .home-slider h4 {
        font-size: 28px;
      }
      .home-slider .short_description{
        font-size: 22px;
      }
      .home-slider .comment-header {
        flex-wrap: wrap;
      }
      .home-slider .comment-container {
        border-radius: 20px;
      }
      .home-slider .slider-info {
        margin-bottom: 40px;
      }
      .home-consult .consult-info h4 {
        margin-top: 20px;
        font-size: 28px;
        line-height: 34px;
      }
    }