:root {
    --bs-body-line-height: 1.4;
}
.grecaptcha-badge {
    opacity: 0 !important;
    visibility: hidden !important;
}
img {
  max-width: 100%;
}
/* Navigation */

.top-cta-bar {
    padding: 0px 0px 5px 0px;
    color: #2e7251;
}

@media (max-width: 768px) {
    .top-cta-bar {
        padding: 10px 0px 10px 0px;
    }
}

.top-cta-bar a {
    color: #000;
}

    .top-cta-bar a:hover {
        color: #2e7251;
    }

/* !!! Header Sticky !!! */
.navbar-stick .navbar-brand {
  padding: 16px 0;
}
.navbar-stick .logo-dark {
    height: 56px;
}
.navbar:not(.navbar-stick) .stick_item {
  display: none;
}
.mobile_dropdown {
  font-size: 0!important;
  padding: 0 !important;
}
@media (min-width: 992px) {
  /*.navbar.navbar-stick .btn_item:not(.stick_item) {*/
  /*  display: none!important;*/
  /*}*/
  .mobile_dropdown {
    display: none!important;
  }
  .dropdown-toggle::after {
    font-family: unset;
    display: unset;
    margin-left: unset;
    vertical-align: unset;
    font-weight: unset;
    content: unset;
    border: unset;
    content: unset;
  }
  .navbar.navbar-stick .offcanvas-body {
    display: none!important;
  }
  .navbar.navbar-stick .nav-item:not(.stick_item) {
    display: none!important;
  }
  .call_item {
    color: #2e7251;
    margin-right: 6px;
  }
  .call_item a {
    color: #000;
  }
  .btn_item .btn {
    --bs-btn-padding-x: 29px;
    --bs-btn-padding-y: 8px;
  }
}
@media (max-width: 991.98px) {
  .navbar .stick_item {
    display: none;
  } 
}

.dropdown-item.dropdown-toggle[data-bs-toggle="dropdown"] {
    cursor: default;
}

/* Banner */

@media (max-width: 991.98px) {
    .image-wrapper.bg-cover {
        min-height: unset;
    }
}

.h2-banner {
    font-weight: 400 !important;
}

.h3-banner {
    font-size: 1.3rem;
}

.mission {
    font-size: 1.0rem;
    line-height: 1.4rem;
    font-weight: 300;
}

.small-075 {
    font-size: 0.75rem;
}

/* Fonts */

.accordion-wrapper .card-header button, .badge, .btn, .btn.btn-circle .number, .collapse-link, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .dropdown-item, .filter:not(.basic-filter), .filter:not(.basic-filter) ul li a, .h1, .h2, .h3, .h4, .h5, .h6, .meta, .more, .nav-link, .post-category, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}


/* buttons */

.btn-green {
    font-weight: 600;
    --bs-btn-active-bg: $value;
    --bs-btn-active-border-color: $value;
    --bs-btn-active-shadow: var(--bs-btn-box-shadow);
    --bs-btn-color: #fff;
    --bs-btn-bg: #85b697;
    --bs-btn-border-color: #85b697;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eef8f6;
    --bs-btn-hover-border-color: #eef8f6;
    --bs-btn-focus-shadow-rgb: 97, 205, 174;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #85b697;
    --bs-btn-active-border-color: #85b697;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #85b697;
    --bs-btn-disabled-border-color: #85b697;
}

.btn-p-lr {
    padding-left: 60px;
    padding-right: 60px;
}

.btn-share {
    line-height: 1.4;
    padding: 0.1rem 1.2rem;
    font-weight: normal !important;
}

button.nav-link {
    background: none;
    border: 0;
}


/* Body Copy */

.body-copy a {
    color: #85b697;
}

    .body-copy a:hover {
        color: #000;
    }


.body-copy a.btn-green {
    color: #fff;
}

.body-copy a.btn-green:hover {
    color: #000;
}



.body-copy h2 {
    font-weight: 300;
    margin-top: 40px;
    color: #307352;
}

.body-copy h3 {
    font-weight: 500;
    margin-top: 20px;
    font-size: 1.0rem;
}

.body-copy .btn-primary {
    color: #fff;
}

    .body-copy .btn-primary:hover {
        color: #fff;
    }

.img-round-corners img {
    border-radius: 10px;
}

.img100 {
    width: 100%;
}


/* team */
.team-card h2 {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 0.8rem;
}

.team-card p {
    font-weight: 200;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .team-card h2 {
        font-size: 1.4rem;
    }
    .team-card p {
        
        font-size: 1.0rem;
    }     
}

/* PEOPLE LIST */

.list-bg-filter {
    background-color: #f2f2f2 !important;
}

/* CASE STUDIES */

.case-studies-bg {
    background-color: #d4e5db !important;
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

/* PEOPLE DETAIL */

.people-details h1 {
}

.people-details h2 {
    font-weight: 300;
    margin-top: 40px;
}


/* News */

.news-category a {color:#85b697 !important;}
.news-category a:hover {color:#000 !important;}

/* footer */

footer.bg-dark-green {
    background: #2e7251 !important;
}

footer.bg-light-grey {
    background: #44484b !important;
}

.text-inverse {
    --bs-text-opacity: 1;
    color: #ffffff !important;
}

form.dark-fields .form-control {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1);
    color: #9cbcad;
}

footer .form-control::placeholder {
    color: #9cbcad;
}
.error-message {
	color: red;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.my-input-error.alert-danger {
	--bs-alert-color: #ff0000;
	--bs-alert-bg: #FFF;
	--bs-alert-border-color: #FFF;
	padding: 5px;
}
.webmaster {margin-top:20px; font-size: 0.7rem;}
/* !!! New Banner  !!! */
.new_banner .btn {
  margin-top: 4px;
}
/* !!! Google Review Section !!! */
.google_holder {
    max-width: 400px;
}
.google_review_card .author_quote {
    color: #4B5563;
    font-weight: 300;
    margin-bottom: 24px;
}
.author_details .author_img {
    object-fit: cover;
    width: 48px;
    height: 48px;
}
@media (max-width: 1399.98px) {
  .google_holder_details p {
    font-size: 15px;
  }
  .google_holder .btn-p-lr {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1199.98px) {
  .google_holder {
      margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .google_holder .btn-p-lr {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }
  .google_holder_details p {
    font-size: 13.5px;
  }
}
/* !!! Features Section !!! */
.features_wrapper .feature_card {
  max-width: 360px;
  margin: 0 auto;
  min-height: 216px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features_wrapper .feature_card:not([href]) {
    cursor: auto;
}
.features_wrapper .feature_card img {
    width: 80px;
}
.feature_card_content {
    color: var(--bs-body-color);
}
.features_wrapper .swiper-container .swiper-navigation .swiper-button {
  width: 30px;
  height: 30px;
  background-color: rgba(133, 182, 151, 0.30)!important;
  background-repeat: no-repeat;
  background-position: center;
}
.features_wrapper .swiper-container .swiper-navigation .swiper-button-disabled {
  opacity: 0;
}
.features_wrapper .swiper-container .swiper-navigation .swiper-button.swiper-button-prev {
  left: 0;
  background-image: url('/assets/img/svg/left-arrow.svg');
}
.features_wrapper .swiper-container .swiper-navigation .swiper-button.swiper-button-next {
  right: 0;
  background-image: url('/assets/img/svg/right-arrow.svg');
}
.features_wrapper .swiper-container .swiper-navigation .swiper-button::after {
  display: none;
}
@media (min-width: 576px){
  .features_wrapper .swiper-container .swiper-navigation .swiper-button {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 1199.98px){
  .features_wrapper .feature_card {
    min-height: 235px;
  }
}
@media (max-width: 575.98px){
  .features_wrapper .swiper-container .swiper-navigation .swiper-button {
    background-size: 8px;
  }
}
/* !!!! How We Work Wrapper !!!! */
.how_we_work_wrapper {
  background-color: #D4E5DB;
}
.how_we_work_content {
    position: relative;
    z-index: 1;
}

.how_we_work_card {
  position: relative;
  padding: 20px;
  z-index: 1;
}

.how_we_work_card span {
    width: 64px;
    height: 64px;
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--bs-leaf);
    color: var(--bs-white);
    font-size: 32px;
    font-weight: 400;
    margin: 0 auto 24px;
}
.how_we_work_card p {
    font-weight: 300;
}
@media (min-width: 576px) {
  .how_we_work_card {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .how_we_work_content::before {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background: #85B697;
    z-index: -1;
  }
  .how_we_work_card::after,
  .how_we_work_content .row [class*="col-"]:nth-child(2) .how_we_work_card::before{
    content: '';
    width: 50%;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 60px;
    background: #85B697;
    z-index: -1;
  }
  .how_we_work_content .row [class*="col-"]:nth-child(2) .how_we_work_card::before,
  .how_we_work_content .row [class*="col-"]:nth-child(3) .how_we_work_card::after{
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .how_we_work_content .row [class*="col-"]:not(:last-child) {
    margin-bottom: 40px;
  }
}
/* !!!! Team Wrapper !!!! */
.team_wrapper .team-card .card {
 box-shadow: 0px 5px 35px 0px rgba(30, 34, 40, 0.07);
}
.team_wrapper .team-card .card .link-dark {
 line-height: 32.2px;
}
.team_wrapper .team-card .card p {
  font-weight: 300;
}
.team_wrapper .swiper-container .swiper-navigation .swiper-button {
  width: 30px;
  height: 30px;
  background-color: rgba(133, 182, 151, 0.30)!important;
  background-repeat: no-repeat;
  background-position: center;
}
.team_wrapper .swiper-container .swiper-navigation .swiper-button-disabled {
  opacity: 0;
}
.team_wrapper .swiper-container .swiper-navigation .swiper-button.swiper-button-prev {
  left: 0;
  background-image: url('/assets/img/svg/left-arrow.svg');
}
.team_wrapper .swiper-container .swiper-navigation .swiper-button.swiper-button-next {
  right: 0;
  background-image: url('/assets/img/svg/right-arrow.svg');
}
.team_wrapper .swiper-container .swiper-navigation .swiper-button::after {
  display: none;
}
@media (min-width: 576px){
  .team_wrapper .swiper-container .swiper-navigation .swiper-button {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 575.98px){
  .team_wrapper .swiper-container .swiper-navigation .swiper-button {
    background-size: 8px;
  }
  .team_wrapper .team-card .card h2 {
    font-size: inherit;
  }
  .team_wrapper .team-card .card .link-dark {
    line-height: normal;
  }
  .team_wrapper .team-card .card p {
    font-size: 16px;
  }
}
/* !!!! Odd Even Wrapper !!!! */
.odd_even_block ~ .odd_even_block {
    margin-top: 60px;
}
@media (min-width: 992px) {
  .odd_even_block ~ .odd_even_block {
    margin-top: 96px;
  }
}

/* !!!! Faqs Wrapper !!!! */
.faqs_wrapper .accordion {
    max-width: 875px;
    margin: 0 auto;
}
.faqs_wrapper .accordion-item.card {
    background: rgba(242, 242, 242, 0.60);
    box-shadow: none;
    margin-bottom: 16px;
    padding: 0 0 16px 0;
}
.faqs_wrapper.accordion-wrapper .card-header {
    padding: 24px 24px 8px 24px;
}
.faqs_wrapper.accordion-wrapper .card-header button {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #343F52;
    padding: 0 50px 0 0;
}
.faqs_wrapper.accordion-wrapper .card-header button.collapsed:before {
  content: '';
  background-image: url(/assets/img/svg/chevron-down.svg);
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.faqs_wrapper.accordion-wrapper .card-header button:before {
    content: '';
    left: auto;
    right: 24px;
    width: 40px;
    height: 40px;
    background-image: url(/assets/img/svg/chevron-down.svg);
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.faqs_wrapper .accordion-item .card-body {
    padding: 0 24px 8px;
}
.faqs_wrapper .accordion-item .card-body, .faqs_wrapper .accordion-item .card-body p {
    color: #343F52;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.faqs_wrapper .accordion-item .card-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .faqs_wrapper .accordion-item .card-body {
    padding: 0 88px 8px 24px;
  }
}
@media (min-width: 992px) {
  .faqs_wrapper.accordion-wrapper .card-header button {
    font-size: 24px;
    line-height: 32px;
  }
  .faqs_wrapper .accordion-item .card-body, .faqs_wrapper .accordion-item .card-body p {
    font-size: 20px;
    line-height: 28px;
  }
}
/* !!!! Book A Consult Wrapper !!!! */
.fw-lights {
  font-weight: 300;
}
.book_consult_form {
    max-width: 810px;
    margin: 0 auto;
}
.book_consult_head p a {
  color: #2E7251;
}
.book_consult_form form .btn {
  font-weight: 600;
}

/* !!!! CONTACT PAGE STYLE CSS !!!! */
.contact_banner_wrapper.bg-overlay:before {
    background: linear-gradient(0deg, rgba(30, 34, 40, 0.35) 0%, rgba(30, 34, 40, 0.35) 100%), 0px -94.336px / 103.261% 179.185%, 0px -180.056px / 100% 164.306%;
}
.contact_banner_wrapper h3 {
  font-weight: 300;
  line-height: normal;
}
.form_wrapper label,
.simple_form label{
    display: block;
    color: #343F52;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 6px;
}
.form_wrapper label span,
.simple_form label span{
    color: #FF0000;
}
.form_wrapper textarea,
.simple_form textarea{
  resize: none;
}
.form_wrapper .form-control,
.simple_form .form-control {
    border: 1px solid rgba(30, 34, 40, 0.30);
}
.form_wrapper select.form-control,
.simple_form select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.80005L10 12.8L15 7.80005' stroke='%235A5A5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding: 0.6rem 3rem 0.6rem 1rem;
}

.form_cta {
  column-gap: 32px;
  row-gap: 10px;
}
.form_cta .btn {
    font-weight: 600;
}
.form_cta .btn-outline-primary {
    color: #7cb798;
    
}
.form_cta .btn-outline-primary:hover {
   color: #fff;
}
.after_btn_text {
    color: #60697B;
    font-size: 17px;
    font-weight: 300;
    line-height: 23.8px;
    margin: 0;
} 
.contact_info_block h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.contact_info_block address {
  font-weight: 400;
}
.contact_info_block a {
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
@media (min-width: 1200px) {
  /*.contact_banner_wrapper.image-wrapper.bg-cover {*/
  /*  background-position: left center;*/
  /*}*/
  .contact_banner_wrapper h1 {
   line-height: 64.4px;
  }
  .form_block {
    padding: 40px 32px;
  }
  .contact_info_block {
    padding: 0 42px;
  }
}
@media (min-width: 1400px) {
  .contact_info_block {
    padding: 0 72px;
  }
}
@media (max-width: 767px) {
  .form_cta .btn {
      width: 100%;
  }
}
@media (max-width: 575px) {
  /*.contact_banner_wrapper.image-wrapper.bg-cover {*/
  /*  background-position: top center;*/
  /*}*/
  .contact_banner_wrapper h1 {
    font-size: 26px !important;
  }
  .contact_banner_wrapper h3 {
    font-size: 20px !important;
  }
}

/* !!!divorce-lawyers-in-melbourne!!! */
.divorce_main{
  color: #343F52;
}
.divorce_about_content{
  max-width: 890px;
}
.divorce_lawyers_brief p{
  margin-bottom: 20px;
  color: #343F52;
}
.divorce_lawyers_brief ul{
  color: #343F52;
}
.divorce_lawyers_brief p,
.divorce_lawyers_brief ul{
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}
.divorce-banner-h3{
  line-height: 32px;
}
.divorce_lawyers_brief_heading,
.divorce_process_heading{
    font-size: 34px;
    font-weight: 300;
    line-height: 42px;
    padding-bottom: 16px;
}
a.read_more_text{
  color: #2E7251;
  font-weight: 700;
  font-size: 20px;
}
a.read_more_text.read-less {
    display: inline-block;
    margin-top: 15px;
}
.divorce_lawyers_brief .px-6{
  padding-left: 1rem;
}
.process_Sequence {
    background-color: #7CB798;
    color: #fff;
    font-size: 32px;
    width: 60px; 
    height: 60px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; 
    text-align: center;
}
  .timeline-container p{
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
  }
  .processs_title{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
  } 
  .divorce_process_second {
    position: relative;
    padding: 0px 0; 
    background-color: #FEFEFE;
}

.timeline-container{
    border: none;
    margin: 20px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px #1E222812;
    padding: 32px;
    position: relative;
}
@media(max-width: 992px){
    .row .col-lg-4:not(:nth-last-child(3)) .timeline-container::after {
        content: "";
        position: absolute;
        bottom: -40px; 
        left: 50%;
        width: 4px; 
        height: 40px; 
        background-color: #85B697; 
        transform: translateX(-50%); 
    }
}


@media(min-width: 992px){
    .divorce_process_second::before {
        content: "";
        position: absolute;
        top: 50%; 
        left: 50%;
        width: 100%; 
        height: 4px; 
        background-color: #85B697; 
        transform: translate(-50%, -50%);
    }
    .timeline-container{
        border: none;
        margin: 40px 0px;
        background-color: #fff;
        box-shadow: 0px 0px 2px 2px #1E222812;
        padding: 32px;
    }
    .timeline-container::after {
        content: "";
        position: absolute;
        bottom: -42px; 
        left: 50%;
        width: 4px; 
        height: 42px; 
        background-color: #85B697; 
        transform: translateX(-50%); 
    }
    .row .col-lg-4:nth-last-child(-n+2) .timeline-container::after {
        top: -38px; 
        height: 38px; 
        bottom: auto; 
    }
    .timeline-container {
        margin: 53px 0px;
    }
    .row .col-lg-4:nth-last-child(-n+2) .timeline-container {
        margin: 30px 0px;
    }
}
@media(min-width: 1200px){
  .timeline-container {
        margin: 50px 0px;
    }
    .row .col-lg-4:nth-last-child(-n+2) .timeline-container {
        margin: 30px 0px;
    }
}
@media(min-width: 1440px){
  .timeline-container {
        margin: 40px 0px;
    }
    .row .col-lg-4:nth-last-child(-n+2) .timeline-container {
        margin: 40px 0px;
    }
}
/*=====font colorand size=========*/
.divorce-page-swiper{
  color: #343F52;
}
.divorce-page-swiper p{
  font-size: 17px;
}
.divorce-compassionate p{
  color: #343F52;
  font-size: 20px;
  font-weight: 300;
}
/*======property=settlement-page======*/
.quick_features-property {
    padding: 14px 0px 90px 0px;
}

.quick_features-property h2 {
    margin-top: 32px;
}

.property-feature {
    padding: 20px 15px;
    text-align: center;
    border: none;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .property-feature:hover {
        background-color: rgba(8, 60, 130, 0.07);
        border-radius: 8px;
    }

    .read-more-btn {
        opacity: 0;
    }

    .property-feature:hover .read-more-btn {
        display: inline-block;
    }

    .inner-feature-container {
        background-color: rgba(8, 60, 130, 0.07);
        border-radius: 8px;
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .read-more-btn {
        opacity: 1;
        display: inline-block;
    }

    .inner-feature-container {
        background-color: rgba(8, 60, 130, 0.07);
        border-radius: 8px;
        padding: 20px 15px;
        margin: 0px 15px;
    }
}

@media (max-width:575px) {
    .inner-feature-container {
        width: 92%;
    }
}

.read-more-btn,
.read-less-btn {
    font-size: 21px;
    cursor: pointer;
    font-weight: 600;
    color: #2E7251;
}

.read-more-btn:hover,
.read-less-btn:hover {
    color: #2E7251;
}

.read-less-btn {
    display: none;
}

.feature-content {
    display: none;
    font-weight: 300;
}

.form-para {
    font-weight: 500;
}
/*=====wills$estate lawyers========*/
.bracket-text{
  font-size: 18px;
}
/*======bribane office======*/
.office_contact_info_wrapper{
  background: #D4E5DB;
  padding: 72px 0px;
}
.office_contact_info_wrapper .contact_heading{
  font-size: 17px;
  color: #343F52;
}
.office_contact_info_block{
  margin-top: 0px;
  margin-bottom: 16px;
  color: #343F52;
}
.office_contact_info_block a,
.office_contact_info_block address{
  font-size: 20px;
  color: #343F52;
  font-weight: 300;
}
.office_contact_info_img img{
  border-radius: 8px;
  max-height: 520px;
}
/*-=-=- employment-law -=-=-*/
.employment_about_content p {
  text-align: center;
}
@media(min-width:992px) {
  .employment_about_content h2.divorce_lawyers_brief_heading {
    max-width: 540px;
    margin: 0 auto;
  }
}







