:root {
  /* --fa-theme-color: linear-gradient(340deg, rgba(117,59,189,1) 18%, rgba(0,169,206,1) 75.21%, rgba(0,169,206,1) 100%);
     */
  --fa-theme-color: linear-gradient(
    340deg,
    #00a9ce 18%,
    #753bbd 96.21%,
    #753bbd 100%
  );
  --fa-font-montserrat: "Raleway", sans-serif;
  /* --sub-title-color: #753bbd; */
  --sub-title-color: #6218be;
  --fa-gradient: linear-gradient(
    182deg,
    rgba(0, 169, 206, 0.8) 10%,
    rgba(0, 169, 206, 0.6) 30%,
    rgba(0, 169, 206, 0.4) 60%,
    rgba(117, 59, 189, 0.6) 80%,
    rgba(117, 59, 189, 0.6) 100%
  );
}
.navigation .gva_menu > li > a:hover,
.navigation .gva_menu > li > a:after,
.navigation .gva_menu > li > a:active {
  color: #6218be;
}
.enquire-now-modal .modal-page-dialog > div {
  background-image: url("/themes/custom/firmadvice/assets/wave.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.enquire-now-modal .modal-header{
  border: none;
  padding: 0px;
}

.enquire-now-modal form {
  /* padding: 20px; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 100;
  background: white;
}

ul.sub-menu {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
/* .topbar {
    background: var(--fa-theme-color);
} */
html {
  scroll-behavior: smooth;
}
body,
.tooltip,
.popover,
.gavias_sliderlayer .slide-style-1,
.gavias_sliderlayer .slide-style-4,
#gavias_slider_single .slide-style-1,
#gavias_slider_single .slide-style-4,
.block.block-blocktabs .ui-widget,
.block.block-blocktabs .ui-tabs-nav > li > a,
.gva-googlemap .gm-style-iw div .marker .info,
.gavias_sliderlayer .slide-style-1,
.gavias_sliderlayer .slide-style-4,
#gavias_slider_single .slide-style-1,
#gavias_slider_single .slide-style-4 {
  font-family: Montserrat, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Montserrat, sans-serif !important;
}
.button,
.btn,
.btn-white,
.btn-theme,
.btn-theme-second,
.btn-theme-submit,
.btn-gray {
  font-family: Montserrat, sans-serif !important;
}

.navigation .gva_menu > li > a {
  font-size: 20px;
  font-family: Montserrat, sans-serif !important;
}

.fa-center {
  text-align: center;
}
.header-info .header-icon {
  color: #55afd1;
}
.gsc-heading .sub-title {
  color: var(--sub-title-color) !important;
}
#footer {
  background: var(--fa-theme-color);
  /* margin-top: 15%; */
}
.nav-tabs li a.active {
  background: var(--fa-theme-color) !important;
  color: #fff !important;
}
.tab-pane.active.show {
  background: var(--fa-theme-color) !important;
  color: #fff !important;
}
.company-achievements {
  background: var(--fa-theme-color);
  border-radius: 10px;
}
.gsc-call-to-action .box-background:after {
  background: none;
}
.footer-logo {
  background: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 50;
}

#footer .footer-center {
  padding: 0;
}

.margin-top-50 {
  margin-top: 50px;
}

.fa-custom-none {
  display: none;
}
.webform-submission-form .form-item input {
  height: 50px;
}
.webform-submission-form .form-item select {
  height: 50px;
}
.ui-dialog .ui-dialog-titlebar {
  background: var(--fa-theme-color);
}
.ui-dialog .ui-dialog-title {
  color: #ffffff;
}
.ui-widget.ui-widget-content {
  border-radius: 5px;
}
.contact-info {
  text-align: center;
}
.page-title {
  text-align: center;
}
.breadcrumb-content-inner .breadcrumb-style:before {
  background: none;
}
.breadcrumb-content-inner
  .gva-block-breadcrumb
  .breadcrumb-links
  .content-inner {
  float: left;
}
/* .footer-center > .container {
    margin-top: -155px;
} */
/* .gbb-row .bb-inner {
   padding-bottom: 0!important;
} */
/* #footer .footer-center {
    padding: 100px 0 0px;
} */
header.header-1 .main-menu {
  /* width: 80%; */
  width: fit-content;
  padding-left: 0px;

  /* justify-content: space-evenly; */
}

/* .main-menu {
    margin-left: 50px;
} */

.button-custom-navbar {
  color: #fff;
  padding: 4px 12px !important;
  font-size: 16px;
  font-weight: 500;
  /* margin-right: 25px; */
}

.navigation .gva_menu > li > a {
  padding: 14px 0 !important;
}

.position-absolute--right {
  position: absolute;
  right: 0;
}
.whatsapp-bubble > a {
  width: 70px !important;
  height: 70px !important;
  border-radius: 10%;
}
.whatsapp-bubble svg.wab {
  width: 40px !important;
}

.floating-call-btn {
  position: fixed;
  /* left: 32px; */
  right: 110px;
  bottom: 28px;
  z-index: 10;
  background-color: white;
  /* padding: 12px 14px 8px 14px; */
  padding: 15px;
  border-radius: 10%;
  box-shadow: 2px 2px 12px;
  color: gray;
}

.floating-call-btn i {
  font-size: 36px;
  transform: rotate(90deg);
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.background-color-green {
  background-color: #22c55e;
  color: #fff;
}
.background-color-green a {
  color: #fff;
}

.color-green {
  color: #22c55e;
}

.background-color-blue {
  background-color: #2563eb;
}

.margin-top-10 {
  margin-top: 10px;
}
.gva-navigation {
  padding-top: 20px;
}
header .area-main-menu .navigation ul.gva_menu {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  gap: 35px;
  /* gap: 40px; */
  /* padding-left: 30px; */
}
/* Ripple Effect */
.fa-ripple {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #22c55e;
  color: #fff;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.4);
  box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.4);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.fa-ripple:after,
.fa-ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background: var(--fa-theme-color);
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.4);
  box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.4);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.fa-ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fa-gradient-text {
  background: var(--fa-theme-color);
  -webkit-background-clip: text;
  background-clip: text;
}
.fa-layerslider {
  margin-top: 145px;
}

#block-socialside {
  text-align: center;
}

.checkbox-webform-correction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.remove-heading{
  display: none;
}

.checkbox-webform-correction label {
  margin: 0;
}

.checkbox-webform-correction input {
  width: 24px !important;
}

.topbar {
  display: none;
}
.banking-benefits .gsc-heading.align-left .title-desc p {
  width: max-content;
}

.btn-parent .btn-outline {
  width: 290px;
}

.btn-width {
  width: 350px;
  font-size: 20px;
}

.price-package--details {
  position: relative;
}

.price-package--details div:first-child p {
  width: max-content;
}

.price-package--details div:not(:first-child) {
  position: absolute;
  top: 50%;
  right: 18%;
  transform: translate(0%, -50%);
}

.total-details {
  display: flex;
}

.total-details p:first-child {
  flex: 1;
  font-weight: bold;
  text-align: end;
}

.total-details p:nth-child(2) {
  flex: 1;
  margin-left: 16px;
  align-self: end;
}

.govt-image--tablet {
  display: none;
}

.govt-image--mobile {
  display: none;
}

.btn-outline span {
  padding-right: 0px !important;
}

#block-firmadvice-gaviascontentbuilderbottomcta {
  display: none;
  bottom: 0;
  margin: 0px;
  z-index: 100;
}

#block-firmadvice-gaviascontentbuilderbottomcta .column-inner pre {
  margin: 0px;
}

input::placeholder,
textarea::placeholder {
  color: #999 !important;
  opacity: 0.7;
}

.image-rounded img {
  border-radius: 1rem;
  width: 85%;
}
p {
  line-height: 1.7;
}

.linear-gradient--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  /* background: linear-gradient(to right, rgb(118, 60, 189, 1), rgba(0, 0, 0, 0.2)); */
  background: linear-gradient(
    to right,
    rgb(118, 60, 189, 1),
    rgba(118, 60, 189, 0.01)
  );
  z-index: 1;
}

.icon-box--custom .gsc-service-carousel .item .content-inner .icon {
  display: none;
}

.gsc-service-carousel .item .content-inner {
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 0.75rem;
}

.mobile-nav-login {
  display: none;
  text-align: right;
}

.gv-sticky-menu.stuck .top-bar-desktop {
  display: none !important;
}

.whatsapp-bubble.right {
  right: 32px;
}

.whatsapp-bubble.bottom {
  bottom: 28px;
}

.icon-box--custom
  .gsc-service-carousel
  .owl-carousel
  .owl-item.center
  .content-inner {
  background: var(--fa-gradient);
  border-color: initial;
}

.icon-box--custom
  .gsc-service-carousel
  .owl-carousel
  .owl-item.center
  .content-inner:hover {
  /* background:  var(--fa-theme-color); */
  border-color: initial;
}

.gsc-service-carousel .item .content-inner:hover,
.gsc-service-carousel .item .content-inner:focus,
.gsc-service-carousel .item .content-inner:active {
  background: var(--fa-gradient);
  border-color: #fff;
}

.table-custom .title-desc {
  border: 1px solid #dee2e6;
  border-radius: 16px;
  overflow: hidden;
}
.table-custom .title-desc .table {
  margin-bottom: 0px;
}

.custom-gva-job-box .gva-job-box {
  height: 300px;
}

.custom-gva-job-box--600 .gva-job-box {
  height: 425px;
}

.custom-a-black a {
  color: #000 !important;
}
.custom-min-width--200 {
  min-width: 200px;
}
.custom-montserrat-font {
  font-family: Montserrat, sans-serif !important;
}
.custom-width--200 {
  width: 200px;
}
.custom-height--200 {
  /* height: 200px; */
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.grid-item {
  width: 100%;
}

.custom-component h3 {
  margin-bottom: -12px;
}

.carousel-custom .owl-carousel:hover .owl-nav {
  background: var(--fa-theme-color) !important;
}

.carousel-custom .owl-carousel .owl-nav > div:hover {
  border-color: transparent !important;
}

.carousel-custom .owl-nav {
  opacity: 1 !important;
  background: var(--fa-theme-color) !important;
}

.carousel-custom .owl-nav .owl-prev,
.owl-nav .owl-next {
  background: var(--fa-theme-color) !important;
}
.carousel-custom .owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #fff !important;
}

.mobile-responsive--ul {
  font-size: 20px;
}

.letter-spacing {
  letter-spacing: normal;
}

.invoice-table table,
.employee-info table {
  width: 100%;
}

.navigation .gva_menu .menu-item--expanded .menu-item--expanded a .icaret {
  transform: rotate(-90deg);
}
.navigation .gva_menu .menu-item--expanded .menu-item--expanded a .icaret {
  vertical-align: middle;
  margin-bottom: 2px;
}

.height-100 {
  height: 100%;
}

.flex-1 {
  flex: 1;
}
.display-mobile {
  display: none;
}
.display-desktop {
  display: block;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .floating-call-btn {
    display: none;
  }

  .whatsapp-bubble {
    display: none;
  }

  .service-timeline .year{
   line-height: 1 !important; 
  }
  .service-timeline .year span{
    font-size: 26px;
  }
  .steps .steps-padding{
    padding: 0px !important;
    padding-left: 20px !important;
  }
  .gsc-icon-box.left.v1 .highlight_content{
      padding-left: 0px;
      padding-right: 0px;
  }
  .steps .gsc-column:nth-child(1), .steps .gsc-column:nth-child(2), .steps .gsc-column:nth-child(3) {
      width: 33%;
  }
  .steps .gsc-icon-box .icon-container.fa-5x {
      width: 75px !important;
      height: 75px;
  }
  .steps p, .steps p span{
      font-size: 12px !important;
  }
  .gsc-icon-box .highlight-icon {
    display: flex;
    justify-content: center;
  }

  .gsc-icon-box .icon-container.fa-5x{
    width: 100px;
  }
  .gsc-icon-box.top-center .icon-container{
    margin-bottom: 0px;
  }
  .footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  

  .footer-menu li {
    flex: 1 1 50%; /* Each item takes up 50% of the container */
    box-sizing: border-box; /* Ensures padding and border are included in the width */
  }
  .display-mobile {
    display: block;
  }
  .display-desktop {
    display: none;
  }
  .footer-menu li a {
    display: block;
    padding: 10px;
    text-align: center; /* Center-align text for better appearance */
    text-decoration: none; /* Remove underline from links */
    color: #000; /* Link color */
  }
  .contact-info ul li {
    flex: 1 1 50%;
    padding-left: 20px;
  }
  .contact-info ul {
    display: flex;
  }
  .social-icon {
    text-align: center;
  }
  .contact-info {
    text-align: center !important;
  }
  .copyright {
    font-size: 14px;
  }
  #footer-logo {
    text-align: center;
  }

  #js-modal-page-show-modal.enquire-now-modal {
    width: 100%;
    margin: 0px;
    padding-top: 34%;
    font-size: 70%!important;
  }

  .enquire-now-modal .modal-dialog{
    margin: 0 1.4rem;
  }

  #js-modal-page-show-modal.enquire-now-modal button.close {
    position: unset;
  }

  #js-modal-page-show-modal.enquire-now-modal h1 {
    font-size: 2.0rem;
  }

  #js-modal-page-show-modal.enquire-now-modal p {
    line-height: 1.4;
  }

  .enquire-now-modal .webform-submission-form .form-item {
    margin-bottom: 10px;
  }

  .enquire-now-modal .webform-submission-form .form-item input, .enquire-now-modal .webform-submission-form .form-item select {
    font-size: 14px;
    height: 40px;
  }

  .invoice-table table,
  .employee-info table {
    width: 500px;
  }

  .header .area-main-menu .navigation ul.gva_menu {
    padding-left: 0px;
  }

  .custom-bg--cover {
    background-size: cover !important;
  }

  .mobile-responsive--ul {
    font-size: 16px;
  }

  .custom-gva-job-box .gva-job-box {
    height: unset;
  }

  .custom-gva-job-box--600 .gva-job-box {
    height: unset;
  }

  .custom-component pre {
    margin-bottom: 0px;
  }

  .custom-component h3 {
    font-size: 1.4rem;
  }

  #block-firmadvice-gaviascontentbuilderbottomcta {
    display: block;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  header.header-1 .branding img,
  header.header-2 .branding img {
    max-width: 150px;
  }

  .btn-width {
    width: 250px;
    font-size: 14px;
  }

  .govt-image--mobile {
    display: block;
  }

  .price-package--details div:first-child p {
    width: auto;
  }
  .price-package--details div:not(:first-child) {
    position: static;
    transform: none;
    text-align: center;
  }

  .total-details p:first-child {
    flex: 2;
  }

  .hero-dropdown-padding--margin {
    padding: 8px !important;
  }

  .display-flex--responsiveness .title-desc .d-flex {
    font-size: 14px !important;
  }

  .types-banking .title-desc div div {
    display: block !important;
  }

  .gsc-tabs-content .nav-tabs > li {
    display: block !important;
  }

  .meydan-gap ul {
    gap: 10px !important;
    font-size: 10px;
  }

  .custom-tab .nav-tabs li a {
    font-size: 10px !important;
  }

  .custom-tab .tab-content {
    font-size: 12px !important;
  }

  .gsc-accordion .panel-title a {
    padding-right: 26px !important;
  }

  .footer-logo {
    width: 200px !important;
  }

  .sub-title span {
    font-size: 16px !important;
    display: flex;
    justify-content: center;
  }

  .topbar .container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .topbar-custom {
    flex-direction: row !important;
    font-size: 14px;
    justify-content: center;
  }

  .topbar-custom .fas {
    font-size: 14px;
  }

  .gva_menu_main {
    flex-direction: column;
  }

  .close-offcanvas {
    text-align: right !important;
    padding: 15px 30px !important;
  }

  .topbar-information {
    display: block !important;
  }

  .ui-widget.ui-widget-content {
    max-width: 350px;
  }
  #hero-will-image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .enquire-now--heading .gsc-heading .title {
    font-size: 24px;
  }
  .enquire-now--heading .gsc-heading .title-desc {
    font-size: 14px !important;
  }

  .wills-bar--text ul {
    font-size: 10px !important;
    gap: 10px !important;
  }
  .content-image img {
    /* max-width: -webkit-fill-available !important; */
    max-width: 100%;
  }
  .protect-family h2 span {
    font-size: 26px !important;
  }
  .gsc-accordion h4.panel-title a {
    font-size: 18px !important;
  }
  .column-content p span {
    font-weight: unset !important;
  }
  .desc {
    font-size: 15px !important;
  }
  ul.sub-menu > li:hover {
    color: #fff !important;
  }
}
.gsc-icon-box.box-background {
  padding: 2em !important;
}
@media only screen and (max-width: 768px) {
  .banking-benefits .gsc-heading.align-left .title-desc {
    float: none !important;
  }
  .banking-benefits .gsc-heading.align-left .title-desc p {
    width: auto !important;
    text-align: center;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* .footer-center > .container {
        margin-top: -35%;
    } */
  #footer {
    /* margin-top: 20%; */
  }
  .topbar-information {
    display: block !important;
  }

  .topbar-custom {
    font-size: 16px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* .footer-center > .container {
        margin-top: -19%;
    } */
  #footer {
    /* margin-top: 20%; */
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* .footer-center > .container {
        margin-top: -155px;
    } */
}
@media (max-width: 1023px) {
  /* .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
        background: var(--fa-theme-color);
    } */

  .mobile-nav-login {
    display: block;
  }

  .invoice-table,
  .employee-info table {
    overflow-x: scroll;
  }

  .navigation .gva_menu > li > a {
    padding: 30px 0;
  }
  .fa-pricing .row-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .gva_menu_main {
    flex-direction: column;
  }

  .close-offcanvas {
    text-align: right !important;
    padding: 15px 30px !important;
  }
  header .area-main-menu .navigation ul.gva_menu {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    gap: 20px;
    /* padding-left: 30px; */
  }
}

@media (min-width: 1023.99px) {
  .navigation .gva_menu > li > a {
    padding: 30px 0;
  }
  .navigation .gva_menu .sub-menu > li > a {
    font-size: 20px;
  }
  .tabs-background--fix
    .gsc-tabs-content
    .tab-content
    .tab-content-inner:before {
    background: none !important;
  }
  header .area-main-menu .navigation ul.gva_menu {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    /* gap: 20px; */
    gap: 25x;
    padding-left: 30px;
  }
}

@media (max-width: 1450px) {
  .navigation .gva_menu > li > a {
    font-size: 16px;
    padding: 30px 0;
  }
}

@media (max-width: 1350px) {
  .top-right--buttons {
    display: none;
  }
}

@media (max-width: 1351px) {
  header .area-main-menu .navigation ul.gva_menu {
    gap: 15px;
    padding-left: 30px;
  }
}

@media (max-width: 1246px) {
  .top-right--buttons {
    display: none;
  }
}

.image-checker {
  position: absolute;
  right: -59px;
  bottom: 80px;
}

@media only screen and (max-width: 1220px) {
  .image-checker {
    right: -90px;
  }
  .btn-parent .btn-outline {
    width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .topbar {
    display: block;
  }

  .top-bar-desktop{
    display: none !important;
  }

  .image-checker {
    display: none;
  }
  .service-timeline .year {
    font-size: 40px !important;
  }

  .steps .gsc-icon-box.left.v1 {
    justify-content: start;
    gap: 50px;
    align-items: center;
  }

  .steps .highlight_content {
    margin: auto;
  }

  .govt-image--tablet {
    display: block;
  }
}

@media only screen and (max-width: 1300px) {
  .display-flex--responsiveness .title-desc .d-flex {
    display: block !important;
  }
}

@media only screen and (max-width: 1370px) {
  .main-menu {
    margin-left: 0px;
  }
}

.topbar-custom {
  display: flex;
  flex-direction: row-reverse;
}

.topbar-custom .topbar-content {
  width: fit-content !important;
}

.menu-item--white > a {
  color: white !important;
}

.navigation .gva_menu .sub-menu > li > a {
  font-size: 15px;
}

.navigation .gva_menu .sub-menu > li > a:hover {
  color: #55b0d1 !important;
}

.gsc-service-carousel .item .content-inner {
  background: var(--fa-gradient);
  color: white;
}

.gsc-service-carousel .item .content-inner .title p {
  color: white !important;
}

.logo-site {
  filter: brightness(0) invert(1);
}

#side-btn {
  left: -53px;
  text-transform: none;
  padding: 6px 10px;
  top: 63%;
  border-radius: 0 0 6px 6px;
  transform: rotate(-90deg);
  position: fixed;
  z-index: 60;
  background: var(--green);
}

.webform-progress__status {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* width: 50%; */
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
}
.webform-submission-form input[type="submit"] {
  padding: 10px !important;
}
.webform-progress__status {
  position: relative;
  border-bottom: 1px solid #999;
}

.webform-progress__percentage {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.webform-progress__percentage1 {
  content: "";
  display: block;
  width: 100%;
  height: 16px; /* Adjust the height of the progress bar */
  background: var(--fa-theme-color); /* Color of the progress bar */
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left center;
  transform: scaleX(0); /* Initial width, it will be dynamically adjusted */
  transition: transform 0.3s ease-in-out; /* Add animation for smoother progress updates */

}
.progress-step .progress-text {
  color: #fff !important;
}

.breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  margin-top: 0;
  margin-bottom: 0;
}

.fa-padding-top-none.gbb-row .bb-inner {
  padding-top: 0;
}

.pricing-table .plan-header {
  /* background: url(/themes/custom/conbiz/assets/images/bg-pricing.png) no-repeat center center var(--menu-link-color-hover); */
  background: none;
}

.pricing-table {
  /* background: var(--fa-theme-color); */
  color: white;
}
.pricing-table:hover {
  /* background: var(--fa-theme-color); */
  color: white;
  border: 1px solid black;
}
.pricing-table.highlight-plan {
  background: var(--green);
  color: #fff;
}
.pricing-table .plan-list ul li::after {
  color: var(--menu-link-color-hover);
}
.fa-margin-bottom {
  margin-bottom: 30px;
}
.panel .panel-heading .panel-title > a:after {
  background-color: var(--menu-link-color-hover);
}
header.header-1 .stuck,
header.header-2 .stuck {
  background: var(--fa-theme-color) !important;
}
.fa-background {
  background: var(--fa-theme-color);
  color: #ffff;
}
.fa-btn-white {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 40px;
  line-height: 28px;
  border-radius: 7px;
  background: white;
  color: var(--topbar-bg-color);
}
.fa-btn-white:hover {
  color: var(--menu-link-color-hover);
}
.fa-protect-family-font .sub-title {
  color: #fff !important;
}
/* .pricing-table .plan-list {
    display: none;
}
*/
.pricing-table .plan-signup {
  text-align: center;
}
.plan-signup {
  text-transform: uppercase;
}

.pricing-table .btn-outline {
  background: #22c55e !important;
  color: #fff;
  border: none;
}
.pricing-table.highlight-plan .btn-outline {
  background: var(--fa-theme-color) !important;
}
.pricing-table .plan-list {
  padding: 0px 25px 20px;
  font-size: 16px !important;
}
.pricing-table .plan-header {
  padding: 25px;
}
.pricing-table .plan-list ul li {
  padding-bottom: 0;
}
.pricing-table .plan-price .value {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0;
}
.pricing-table .plan-price .dollar {
  margin-right: 8px;
}

.most-popular {
  background: var(--fa-theme-color);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  height: 45px;
  margin-top: -30px;
  padding: 4px;
}
hr {
  border-top: 1px solid #1a1a1a !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a.active {
  color: var(--menu-link-color-hover);
}

#myList {
  max-height: 200px; /* Initial height */
  overflow: hidden;
}

#myList.expanded {
  max-height: fit-content; /* Adjust this value to accommodate all list items */
}

#readMoreButton {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

#myList1 {
  max-height: 200px; /* Initial height */
  overflow: hidden;
}

#myList1.expanded {
  max-height: fit-content; /* Adjust this value to accommodate all list items */
}

#readMoreButton1 {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.steps-padding {
  padding: 10px !important;
}

.steps-padding .title {
  margin: 0px;
}

#hero-will-image {
  background-size: cover;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url("/sites/default/files/family.jpg");
}
.gsc-heading .title {
  letter-spacing: 0.44px !important;
}
.fa-faq-black {
  color: #000;
}

.fa-protect-family-font {
  color: var(--menu-link-color-hover);
}

.sub-title span {
  display: block;
}

.year span {
  color: var(--menu-link-color-hover);
  font-weight: 500;
}
.service-timeline .icon {
  border: 2px solid var(--menu-link-color-hover) !important;
  color: var(--menu-link-color-hover) !important;
}
.desc div {
  color: #000000;
}

.gsc-service-carousel .item .content-inner .desc:after {
  transform: translate(-50%, 0%);
  left: 50%;
  background: white;
}

.enquire-now .owl-item {
  width: auto !important;
}

.topbar {
  padding: 8px 0 0 0;
}

.hero-dropdown-padding--margin {
  margin-top: 16px;
  padding: 12px;
  /* background: linear-gradient(135deg, rgba(117, 59, 189, 0.4) 18%, rgba(0, 169, 206, 0.4) 75.21%, rgba(0, 169, 206, 0.4) 100%); */
  background: #fff;
  border-radius: 14px;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 900px;
}

.dropbtn {
  background-color: #fff;
  color: #000;
  padding: 10px;
  border: none;
  cursor: pointer;
  text-align: start;
  width: 100%;
  /* margin-top: 12px; */
  /* border-radius: 8px; */
}

/* Style the dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  margin-top: -6px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color on hover */
.dropdown-content a:hover {
  background: linear-gradient(
    340deg,
    rgba(117, 59, 189, 1) 18%,
    rgba(0, 169, 206, 1) 75.21%,
    rgba(0, 169, 206, 1) 100%
  );
  color: #fff;
}

/* Show the dropdown content when the button is hovered */

/* .dropbtn:hover {
    border-radius: 8px 8px 0 0;
  } */

.dropdown:hover .dropdown-content {
  display: block;
}

.icon-box-center-text .content-inner {
  min-height: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box-center-text .content-inner h3 {
  margin-bottom: 0px;
}

.icon-box-center-text .content-inner h3 p {
  margin: 0px;
}

.tabs-background--fix .gsc-tabs-content {
  background: transparent !important;
}

.job-type {
  display: none;
}

.gva-job-box:hover .box-title {
  color: #fff !important;
}

.view-port-job-box .box-title {
  color: #fff !important;
}

.view-port-job-box {
  color: #fff;
}

.view-port-job-box:before {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleY(1);
  transform: perspective(400px) scaleY(1);
}

.view-port-job-box .job-type, .view-port-job-box .box-title a {
  color: #fff;
}

.view-port-job-box:hover .action a {
  background: #fff;
  border-color: #fff;
}

.company-formation--enquiry1 .webform-webform-telephone-international {
  height: 44px !important;
  font-size: 14px !important;
}

.company-formation--enquiry1 .form-text {
  height: 44px !important;
  font-size: 14px !important;
}

.company-formation--enquiry1 .form-email {
  height: 44px !important;
  font-size: 14px !important;
}

.company-formation--enquiry1 select {
  height: 44px !important;
  font-size: 14px !important;
}

.company-formation--enquiry1 textarea {
  font-size: 14px !important;
}

.theme-background--color {
  background: var(--fa-theme-color);
}

.banking-table table tbody tr {
  background-color: aliceblue;
}

.invoice-table table thead tr:first-child,
.banking-table table tbody tr:first-child {
  background: var(--fa-theme-color);
  color: #fff;
}

.employee-info table thead tr td:first-child,
.employee-info table tbody tr td:first-child,
.employee-info table thead tr td:nth-child(3),
.employee-info table tbody tr td:nth-child(3) {
  background: var(--fa-theme-color);
  color: #fff;
}

.banking-table table tbody tr {
  vertical-align: top;
}

.gsc-box-hover .box-inner {
  padding: 0px !important;
}

.z-index---1 {
  z-index: -1;
}

.service-block:hover .title {
  color: #fff;
}

.service-block:hover .desc div {
  color: #fff;
}

.steps .desc {
  padding-top: 0px;
}

.desc {
  line-height: 25px !important;
  letter-spacing: 0px !important;
  text-align: justify;
  padding-top: 15px;
  font-size: 18px !important;
  color: #000000 !important;
}
#timeline-image {
  padding-top: 115px;
}
.ui-widget.ui-widget-content {
  border-radius: none !important;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.ui-dialog .ui-dialog-titlebar {
  background: none !important;
  border: none !important;
}
.ui-dialog .ui-dialog-title {
  display: none !important;
}
.ui-dialog {
  background: var(--fa-theme-color) !important;
}
.ui-dialog .ui-dialog-buttonpane {
  background: none !important;
}
.webform-confirmation-modal {
  background: #fff !important;
}
.ui-widget-overlay {
  opacity: 0.8 !important;
}
.ui-widget-content {
  color: #1a1a1a;
}

.webform-submission-form .form-item input:not(:disabled),
.webform-submission-form .form-item textarea:not(:disabled),
.webform-submission-form .form-item select:not(:disabled) {
  background-color: #fff;
  border: 1px solid #333;
}

.webform-options-display-buttons
  input:checked
  + label.webform-options-display-buttons-label {
  color: #fff;
  background: var(--fa-theme-color);
}

.webform-options-display-buttons
  input:checked
  + label.webform-options-display-buttons-label
  h4 {
  color: #fff;
}
/* .background-color-blue:hover {
    background: #22c55e !important;
} */
/* .background-color-green:hover {
    background: #2563eb !important;
} */
.btn span:after {
  content: none;
}

.image img {
  width: 100%;
}
.btn-outline span:after {
  content: none;
}

.company-formation--enquiry h3 {
  color: black !important;
}

.webform-submission-form .form-item input:read-only {
  background-color: var(--submenu-color);
}

/**  My Accounts page **/

.list-group-item.active {
  background: linear-gradient(
    340deg,
    rgba(117, 59, 189, 1) 18%,
    rgba(0, 169, 206, 1) 96.21%,
    rgba(0, 169, 206, 1) 100%
  );
}
/* end common class */
.top-status ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.top-status ul li {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 8px solid #ddd;
  box-shadow: 1px 1px 10px 1px #ddd inset;
  margin: 10px 5px;
}
.top-status ul li.active {
  border-color: #ffc107;
  box-shadow: 1px 1px 20px 1px #ffc107 inset;
}
/* end top status */
th,
td {
  color: #000000;
}

.branding .text-center {
  background: var(--fa-theme-color);
}

.bg-warning {
  background-color: #17a2b8 !important;
}

.button:hover {
  background: #22c55e;
}

.btn-width-1x {
  width: 200px !important;
}

.navigation .gva_menu .sub-menu > li {
  padding: 4px 10px;
}
.navigation .gva_menu .sub-menu {
  padding: 0 !important;
}
ul.sub-menu > li:hover {
  background: #6218be !important;
  transition: background-color 0.4s;
  animation: fadeIn 0s;
}
.menu.sub-menu {
  background: #fff;
}
ul.sub-menu > li {
  transition: background-color 0.4s !important;
  animation: fadeIn 0s !important;
}
ul.sub-menu > li:hover a {
  color: #fff !important;
}
ul.sub-menu > li > a {
  transition: background-color 0s !important;
  animation: fadeIn 0s !important;
}

.navigation .gva_menu .sub-menu > li:hover > a {
  color: white !important;
}

.gsc-heading .sub-title > span {
  color: #753bbd !important;
  font-size: 32px;
}

.fa-content-image img {
  width: 100vh !important;
}
.gsc-icon-box.top-center {
  max-width: 325px !important;
}

.package {
  padding: 25px 10px;
}

.pricing-table-new {
  border-radius: 10px;
  border: 0.5px solid #1a1a1a;
  color: #1a1a1a;
}
.fa-bg-contain {
  background-size: contain;
}

/* Custom styles for the toggle switch */
:root {
  --switches-bg-color: #22c55e;
  --switches-label-color: white;
  --switch-bg-color: white;
  --switch-text-color: #1a1a1a;
}

.switches-container {
  width: 16rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: var(--switches-bg-color);
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right) 
  - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
  border-radius: 3rem;
  background: var(--switch-bg-color);
  height: 100%;
}

/* switch box labels
  - default setup
  - toggle afterwards based on radio:checked status 
*/
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--switch-text-color);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(1) {
  opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(2) {
  opacity: 1;
}
/* End of custom style for toggle switch */
.navigation .gva_menu > li:hover > ul.sub-menu,
.navigation .gva_menu > li:hover > ul.sub-menu ul.sub-menu {
  background: #fff !important;
}

#footer ul.menu a {
  color: #fff !important;
}

#footer .copyright .copyright-inner a {
  color: #fff !important;
}

#footer a {
  color: #fff !important;
}
.copyright {
  color: #fff !important;
}

.rfq .sub-title > span {
  color: white !important;
}

.gva-job-box .box-title {
  text-align: center;
}
.gsc-service-carousel .item .content-inner .desc {
  font-family: Montserrat, sans-serif;
}
.year span {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 32px;
}
.service-timeline .icon {
  width: 25px;
  height: 25px;
  line-height: 19px;
}

.fa-circle {
  font-size: 14px;
}
.service-timeline .icon {
  border: 2px solid grey !important;
  color: grey !important;
}

.service-timeline > li:nth-child(odd) .year {
  text-align: left;
}
.service-timeline .year {
  line-height: 15px;
}
#timeline-image {
  padding: 0;
}
.webform-submission-form .form-item input {
  /* padding-left: 0; */
}
.choices__inner {
  background-color: #fff !important;
}
.choices[data-type*=select-one] .choices__inner {
  border-radius: 10px;
}
.webform-submission-form .form-item input:not(:disabled),
.webform-submission-form .form-item textarea:not(:disabled),
.webform-submission-form .form-item select:not(:disabled) {
  border: unset;
  border-bottom: 1px solid #333;
  border-radius: unset;
}
.gsc-icon-box.box-background {
  box-shadow: unset;
}
.gsc-icon-box .icon-container.fa-5x {
  width: 150px;
  border-radius: 50%;
  background: white;
}

.topbar-information .infor-list {
  color: #fff;
}

.carousel-custom .owl-carousel .owl-nav > div.owl-prev {
  left: -60px !important;
  top: 50%;
  transform: translate(0, -50%);
}

.carousel-custom .owl-theme .owl-nav [class*="owl-"] {
  background: unset;
  padding: 0px;
  /* color: #000 */
}

/* .carousel-custom .owl-carousel .owl-nav > div:hover i{
  color: #000!important;
} */

.carousel-custom .owl-carousel .owl-nav > div.owl-next {
  right: -60px !important;
  top: 50%;
  transform: translate(0, -50%);
}

.gsc-icon-box.left.v1 {
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.read-more--btn {
  background-color: unset;
  border: none;
  color: #22c55e;
  font-weight: 500;
  padding: 0px;
  border-bottom: 1px solid #22c55e;
}

.read-more--btn:hover {
  border-bottom: none;
}

@media (min-width: 768px) {
  .service-timeline > li:nth-child(odd) .hentry-box {
    padding-left: 60px;
  }
  #timeline-image {
    padding-top: 30px;
  }
  .service-timeline > li:nth-child(even) .hentry-box {
    padding-right: 60px;
  }
}

.fa-header-right {
  padding-left: 10%;
}
.gsc-icon-box.left:hover .icon-container {
  -webkit-transform: unset;
  transform: unset;
}

.panel .panel-heading .panel-title {
  font-size: 24px;
}
.panel-body > p > span > span {
  font-size: 15px !important;
}
.gsc-icon-box.box-background {
  padding: 0;
}
.fade:not(.show) {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.3);
}
#js-modal-page-show-modal {
  padding-top: 8%;
}

.close {
  opacity: 1;
}

button.close {
  position: absolute;
  top: -10px;
  right: -20px;
  background: #fff;
  border-radius: 50%;
  padding: 10px 12px !important;
  font-size: 16px;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.ui-dialog-titlebar-close {
  position: absolute !important;
  top: -42px !important;
  right: -42px !important;
  background: #fff !important;
  border-radius: 50% !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: unset !important;
  height: unset !important;
  margin: 0px !important;
}

.sidebar-blogs .post-title a:hover {
  background-image: linear-gradient(
    to right,
    #00a9ce,
    #753bbd
  ); /* Change the colors as per your preference */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sidebar-blogs .post-categories a {
  color: #666;
}
.sidebar-blogs .post-categories a:hover {
  color: #000;
  font-weight: 500;
}

.sidebar-blogs .more-link a {
  color: #000;
}

.blog-img-carousel
  .node-detail
  .post-block
  .post-thumbnail.post-gallery
  .owl-nav
  .owl-prev {
  margin-left: 0px;
}

.blog-img-carousel
  .node-detail
  .post-block
  .post-thumbnail.post-gallery
  .owl-nav
  .owl-next {
  margin-right: 0px;
  background: #fff !important;
}

.blog-img-carousel .owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #000 !important;
}
.blog-img-carousel
  .node-detail
  .post-block
  .post-thumbnail.post-gallery
  .owl-nav
  .owl-next:hover {
  background: var(--fa-theme-color) !important;
}

.blog-img-carousel
  .node-detail
  .post-block
  .post-thumbnail.post-gallery
  .owl-nav
  .owl-next:hover
  i {
  color: #fff !important;
}
.blog-img-carousel
  .node-detail
  .post-block
  .post-thumbnail.post-gallery
  .owl-nav
  .owl-prev:hover
  i {
  color: #fff !important;
}
.menu-item--expanded .menu.sub-menu .menu.sub-menu {
  background: unset !important;
  min-width: 300px;
  /* margin-left: -6em; */
}
.navigation .gva_menu .sub-menu {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.navigation .gva_menu .sub-menu {
  min-width: 215px;
}
header.header-1,
header.header-2 {
  background: #6218be;
}
.widget.gsc-heading.meydan-gap.align-left.style-1 {
  width: auto !important;
}
.menu-item span.nav-plus {
  float: right;
  padding-top: 13px;
}

.menu-item--white.menu-item--expanded,
.menu-item--white.menu-item--expanded .menu-item--white {
  margin-top: -1px;
}
.menu-item--white.menu-item--expanded .sub-menu .sub-menu li {
  margin-top: -6px;
}
.column-content p span {
  font-size: 11pt !important;
  font-weight: 500;
}

.post-style-grid .views-row {
  padding-top: 25px;
}
.pager__item .button {
  background: #22c55e;
  color: #fff;
}
p,
p span {
  font-size: 15px !important;
}
.highlight_content p {
  font-size: 24px !important;
}
.heading-content p, .heading-content p span {
  /* font-size: 14pt !important; */
  font-size: 15px !important;
}

.difc-accordion {
  background: linear-gradient(90deg, #00a9ce 18%, #753bbd 96.21%, #753bbd 100%);
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: background-color 0.4s ease;
  position: relative;
}
.difc-accordion:after {
  content: '\25BC';
  color: white;
  font-weight: bold;
  position: absolute;
  right: 20px;
  transition: transform 0.4s ease;
}
.difc-accordion.active:after {
  transform: rotate(180deg);
}
.difc-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, padding 0.2s ease;
}
.difc-panel.show {
  padding: 18px;
  max-height: 1000px; /* Large enough value to display the content */
}

input#edit-beneficiary-select-beneficiary-spouse, input#edit-beneficiary-select-beneficiary-others {
  width: 15px !important;
}
.js-form-item-beneficiary-select {
  margin-bottom: 0px !important;
}
.js-form-item-beneficiary-select:nth-of-type(2) .description {
  margin-top: -20px !important;
}
.form-text {
  margin-top: 0 !important;
}
.webform-flex--container > .webform-has-field-suffix > input:not([type="checkbox"]) {
  width: 95%;
}
#edit-processed-text-03 {
  margin-top: -40px;
}
#edit-appoint-my-spouse-as-my-primary-executor, #edit-if-you-are-not-married-you-may-appoint-someone-else-as-your-exec, #edit-appoint-my-spouse-as-the-permanent-guardian, #edit-if-you-are-not-married-you-may-appoint-someone-else-as-the-perma{
  width: unset !important;
  height: 15px !important;
}
.webform-submission-adjd-wills-form {
  border: 2px solid #ccc;
    padding: 12px;
    border-radius: 10px;
}
.form-item-general-poa-pricing, .form-item-home-country-will-pricing, .form-item-grand-total{
  margin-bottom: 0px !important;
}

.form-item-beneficiary-select label {
  width: 90%;
  padding-left: 20px;
  margin-top: 0px;
  font-weight: 100 !important;
}
.form-item-beneficiary-select label:nth-of-type(2) {
  position: absolute;
  top: -20px;
}
a.email-btn, a.email-btn:hover {
  color: #fff !important;
}
.webform-submission-form .form-item label {
  font-size: 15px !important;
  font-weight: 100 !important;
}
.help .messages__wrapper {
    padding: 10px;
    border: 2px solid #6218be;
    border-radius: 10px;
    margin-bottom: 19px;
    width: 80%;
    text-align: center;
    display: flex;
    margin-left: 6em;
}
.alert-info {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
    width: 85%;
    margin-left: 6em;
}
#edit-pay-now {
  background: var(--fa-theme-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 200px;
  color: #fff;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.4);
  box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.4);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.webform-submission-form .form-actions {
  margin-bottom: 35px !important;
}
#edit-beneficiary-select-beneficiary-spouse--description,
#edit-beneficiary-select-beneficiary-others--description {
  font-style: italic;
  font-size: 14px;
  margin-left: 50px;
}
#edit-beneficiary-select .option {
  position: absolute;
  top: 12px;
  font-size: 15px !important;
}
.pricing-table-new  .fa-ripple.wills-enquiry {
  padding: .375rem .75rem !important;
  -webkit-animation: none !important;
  animation: none !important;
}

legend {
  font-size: 16px !important;
}

.webform-options-display-buttons label.webform-options-display-buttons-label {
  padding: 0;
}

.webform-button--next {
  padding: 10px;
  width: 150px;
}


.webform-progress-tracker {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 30px 0;
  width: 100%;
}

.webform-progress-tracker .progress-step {
  flex: 1;
  position: relative;
  background: #e0e0e0;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
  color: #555;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Connector arrow shape */
.webform-progress-tracker .progress-step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #e0e0e0;
  z-index: 1;
  min-height: 65px;
}

/* Hide arrow on last step */
.webform-progress-tracker .progress-step:last-child::after {
  display: none;
}

/* Active step */
.webform-progress-tracker .progress-step.is-active, .webform-progress-tracker .progress-step.is-complete {
  background: #6218be;
  color: #fff;
}
.webform-progress-tracker .progress-step.is-active::after, .webform-progress-tracker .progress-step.is-complete::after {
  border-left-color:  #6218be;
}

/* Completed step */
.webform-progress-tracker .progress-step.completed {
  background: #6218be;
  color: #fff;
}
.webform-progress-tracker .progress-step.completed::after {
  border-left-color:  #6218be;
}

/* First step rounded left */
.webform-progress-tracker .progress-step:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* Last step rounded right */
.webform-progress-tracker .progress-step:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.progress-step .progress-marker {
  display: none;
}
.progress-step.is-active .progress-title, .progress-step.is-complete .progress-title[role="link"] {
  color: #fff !important;
}

.webform-submission-form#webform-submission-adjd-wills-test-form .form-item input:not(:disabled) {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.webform-submission-form#webform-submission-adjd-wills-add-form .form-item input:not(:disabled){
  border: 1px solid #ddd;
  border-radius: 10px;
}
.webform-options-display-buttons label.webform-options-display-buttons-label {
  border-radius: 10px;
}
.webform-submission-form#webform-submission-adjd-wills-test-form .form-item input:not(:disabled) {
  font-size: 15px;
}
.webform-submission-form .form-item input, .webform-submission-form .form-item textarea, .webform-submission-form .form-item select {
  padding-left: 15px;
}
.webform-webform-telephone-international {
  padding-left: 40px !important;
}
#edit-religion {
  margin-top: 0px;
}
.webform-progress-tracker .progress-step.is-complete .progress-marker::before, .webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before, .webform-progress-tracker .progress-step.is-complete .progress-marker::after {
  background: var(--fa-theme-color) !important;
}

.progress-step.is-active {
  font-size: 20px !important;
}
.progress-marker::before {
  width: 30px !important;
  height: 30px !important;
}
.webform-rich-text-heading {
  border: 1px solid;
  border-top: 1px solid;
  background: var(--fa-theme-color);
  color: white;
  border-radius: 24px;
}
.webform-rich-text-heading h2 {
  padding-top: 0.2em;
}
.webform-rich-text-heading h6 {
  margin-top: 0.5rem;
}

.modal-page-dialog h3 {
  display: none;
}

/* offer banner */

.offer {
  background: #22c55e;
  color: white;
  width: 200px;
  display: block;
  height: 50px;
  position: relative;
  /* z-index: 1000; */
  margin: 0 auto;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.offer p {
  padding: 15px;
  text-align: center;
  z-index: 101;
  font-family: Helvetica;
  font-size: 30px;
}
.tri {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.left-triangle {
  border-width: 20px 0 0 60px;
  border-color: transparent transparent transparent #555;
  top: -20px;
  right: -2px;
  z-index: 99;
}
.right-triangle {
  border-width: 0 0 20px 60px;
  border-color: transparent transparent #555 transparent;
  top: -20px;
  left: -2px;
  z-index: 99;
}
.excess-right {
  height: 50px;
  width: 70px;
  background: black;
  position: absolute;
  top: -20px;
  right: -12px;
  z-index: -100;
  border-top-left-radius: 3px
}
.excess-left {
  height: 50px;
  width: 70px;
  background: black;
  position: absolute;
  top: -20px;
  left: -12px;
  
  z-index: -100;
  border-top-right-radius: 3px;
}
.top-right {
border-width: 30px 50px 0 0;
border-color: black transparent transparent transparent;
  top: -20px;
  right: -60px;
}
.bottom-right {
  border-width: 30px 0 0 50px;
border-color: transparent transparent transparent black;
  top: 0px;
  right: -60px;
}
.top-left {
  border-width: 0 50px 30px 0;
border-color: transparent black transparent transparent;
top: -20px;
  left: -60px;
}
.bottom-left {
  top: 0px;
  left: -60px;
  border-width: 0 0 30px 50px;
border-color: transparent transparent black transparent;

}
.offer-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.banner-items {
  display: flex;
  gap: 40px;
  margin: auto;
  justify-content: center;
  font-size: 24px;
  margin-top: 20px;
}
a.banner-link {
  color: #fff !important;
  text-decoration: underline;
}

a.banner-link:hover {
  color: #22c55e !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .banner-items {
    font-size: 14px;
    gap: 20px;
  }
  .gsc-icon-box.box-background.steps-padding{
    padding: 8px !important;
  }
  .steps .desc p {
    line-height: 1.2 !important;
    font-size: 18px !important;
  }
}

.sale {
	position: relative;
    display: inline-block;
    background: #22c55e;
    color: white;
    height: 66px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    /* margin: 45vh 45vw; */
    animation: beat 1s ease infinite alternate;
    font-size: 13px !important;
    padding: 2px;
    margin-left: 20px;
}
.starting-price {
  font-size: 36px !important;
  font-weight: 600;
}

.sale:before,
.sale:after {
	content: "";
	position: absolute;
	background: inherit;
	height: inherit;
	width: inherit;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(30deg);
}

.sale:after {
	transform: rotate(60deg);
}

@keyframes beat {
	from {
		transform: rotate(0deg) scale(1); /* Straightened text */
	}
	to {
		transform: rotate(0deg) scale(1.1); /* Straightened text */
	}
}

.bottom-rfq .js-form-type-processed-text p {
  color: white;
}

.node-detail .post-block .post-title {
  color: #753bbd !important;
}