.breadcrumb-holder {
    position: relative;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    background: #fafafa;
    margin-top: 12px;
}

/* Style added for the accordion */
.accessible-text{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    top: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.faq-block {
    position: relative;
    padding: 60px 0;
    background: #e8e8e8;;
}
.faq-block .container {
    max-width: 1152px;
}

.faq-items {
    margin-top: 25px;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-item__header {
    position: relative;
    padding: 15px 50px 15px 15px;
    background: #eeeeee;
}

.faq-item__title {
    font-size: 22px;
    margin-bottom: 0;
    color: #404041;
    padding-right: 20px;

}

.faq-item__toggle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: right;
}

.faq-item__toggle-icon {
    width: 11px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath id='&gt;' d='M0.292893 0.292893C0.653377 -0.0675907 1.22061 -0.0953203 1.6129 0.209705L1.70711 0.292893L10.7071 9.29289C11.0676 9.65338 11.0953 10.2206 10.7903 10.6129L10.7071 10.7071L1.70711 19.7071C1.31658 20.0976 0.683418 20.0976 0.292893 19.7071C-0.0675907 19.3466 -0.0953203 18.7794 0.209705 18.3871L0.292893 18.2929L8.585 10L0.292893 1.70711C-0.0675907 1.34662 -0.0953203 0.779392 0.209705 0.387101L0.292893 0.292893Z' fill='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    vertical-align: middle;
    right: 25px;
    top: 20px;
    position: absolute;
    transform: rotate(90deg);
}

.faq-item.active .faq-item__toggle-icon{
    transform: rotate(-90deg);
}
.faq-item.active .faq-item__header{
    padding-bottom: 11px;
}
.faq-item__body {
    display: none;
    padding: 25px 25px 25px 15px;
    font-size: 16px;
    line-height: 1.4375;
    color: #404041;
    background-color: #eee;
}
.faq-item__body ul li{
    list-style: disc;
    margin-left: 16px;
}

/* Footer New Style */
#footer{
    padding-bottom: 3rem;
}
.footer__primary {
    width: 150px;
    padding: 0 25px;
}
.footer__col-secondary {
    width: calc(100% - 500px);
    padding: 0 100px;
}
.footer__col-tertiary {
    width: 350px;
    padding: 0 25px;
}
.footer__col-secondary .footer-links{
    column-count: 5;
    column-gap: 20px;
}
#footer .footer__col-secondary .footer-links li{
    margin: 0 0 8px;
    display: block;
}

.related-news{
    /*margin-top: 70px;*/
    background: #e8e8e8;
    padding: 50px 0;
}
.related-news .related-news__main-heading{
    text-align: center;
    margin-bottom: 25px;
}
.related-news__items{


}
.related-news__items .slick-prev,
.related-news__items .slick-next {
    height: 30px;
    width: 30px;
    z-index: 5;
}

.related-news__items .slick-prev:before,
.related-news__items .slick-next:before {
    color: #b9bab5;
    font-size: 30px;
}
.related-news__items .slick-prev{
    left: -35px;
}
.related-news__items .slick-next {
    right: -35px;
}

.single-post main#main {
    padding-top: 0;
}
.single-post .article-header{
    padding-top: 5rem;
}

.other-expertise-block{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f2f2f2;
    position: relative;
    float: left;
    width: 100%;
}

.other-expertise-block .container{
    max-width: 1320px;
    padding-left: 32px;
    padding-right: 32px;
}
.other-expertise-block .container > h2{
    text-align: center;
}
.other-expertise__lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -20px;
}
.other-expertise__list-item {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 25px;
}
.other-expertise__list-item h3 {
    margin: 0;
    font-size: 18px!important;
}

/* General Content with More or Less features */
.general-content{
    position: relative;
    padding: 60px 0;
    background: #fff;
}
.general-content .container{
    max-width: 1152px;
}
.general-content * + h2{
    margin-top: 50px;
}
.general-content * + h3 {
    margin-top: 35px;
}
.general-content__main-title{
    font-size: 2.45rem;
}
.general-content .entry-content{
    font-size: 16px;
    line-height: 1.4375;
}
.general-content .entry-content a{
    text-decoration: underline;
    color: #3b5d5c;
    font-weight: 700;
}
.general-content .entry-content a:hover,
.general-content .entry-content a:focus{
    color: #fbb122;
}
.general-content .entry-content ul,
.general-content .entry-content ol{
    margin-bottom: 16px;
    padding-left: 24px;
}
.general-content .entry-content ul li,
.general-content .entry-content ol li{
    margin-bottom: 5px;
}
.general-content .entry-content ul li{
    list-style-type: disc;
}
.general-content .entry-content ol li{
    list-style-type: decimal;
}
.general-content__content-additional{
    display: none;
    margin-top: 50px;
}

.general-content__link-holder{
    margin-top: 40px;
}
.general-content__more {
    font-family: "ChamberlainsBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    color: #3b5d5c;
    transition: all .2s ease;
}
.general-content__more:hover{
    color: #95d5d2;
}

.general-content__more i{
    margin-left: 5px;
    position: relative;
    top: 4px;
}
.expand .general-content__more{

}

/* Style added for the online wills payment */
#main .create-will-form li.gfield--type-stripe_creditcard .StripeElement{
    background-color: #fff;
    height: 60px;
    padding: 20px 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(65, 64, 66, 0.4);
    transition: border 0.3s ease;
}
body #main .create-will-form li.gfield--type-coupon input.gf_coupon_code {
    width: 321px !important;
    float: left;
}
body #main .create-will-form li.gfield--type-coupon .ginput_container input[type="button"] {
    width: 181px !important;
    float: left !important;
    height: 61px !important;
    border-radius: 0;
    border: 1px solid rgba(65, 64, 66, 0.4);
    background: #fff;
    font-weight: 600;
    margin-left: 8px !important;
    margin-top: 0 !important;
}

#main .create-will-form li.gfield--type-total {
    width: 50%;
    float: left;
    background: #fbb122;
    height: 100px;
    display: flex;
    padding: 26px 0px 30px 24px;
    margin-top: 40px !important;
}

#main .create-will-form li.gfield--type-total span {
    color: #414042;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    font-family: "ChamberlainsMedium";
}
/* Style End for the Online Wills Payment */
.download-btns .download-you-wills--generated{
    position: relative;
    padding-left: 64px;
}
.download-btns .download-you-wills--generated:before{
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E09A7391C-432C-4DCF-8494-D5E3B04005E4%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Your-Documents-(Dashboard-Home)-(1920)' transform='translate(-540.000000, -432.000000)'%3E%3Crect fill='%23FFFFFF' x='0' y='0' width='1920' height='1289'%3E%3C/rect%3E%3Cg id='Content' transform='translate(520.000000, 344.000000)'%3E%3Cg id='Download-Your-Wills' transform='translate(0.000000, 68.000000)'%3E%3Crect id='Background' fill='%23191919' x='0' y='0' width='250' height='60'%3E%3C/rect%3E%3Cg id='Icons-/-Arrows-/-Right' transform='translate(20.000000, 20.000000)' fill='%23FFFFFF'%3E%3Cpath d='M9.50909091,16.1545455 L4.05454545,11.6090909 L5.21818182,10.2090909 L9.18181818,13.5090909 L9.18181818,0 L11,0 L11,13.5090909 L14.9636364,10.2090909 L16.1272727,11.6090909 L10.6727273,16.1545455 C10.3356536,16.4353031 9.8461646,16.4353031 9.50909091,16.1545455 Z M17.3636364,12.7272727 L17.3636364,17.2727273 C17.3636364,17.7748043 16.9566225,18.1818182 16.4545455,18.1818182 L3.72727273,18.1818182 C3.22519568,18.1818182 2.81818182,17.7748043 2.81818182,17.2727273 L2.81818182,12.7272727 L1,12.7272727 L1,17.2727273 C1,18.7789584 2.22104159,20 3.72727273,20 L16.4545455,20 C17.9607766,20 19.1818182,18.7789584 19.1818182,17.2727273 L19.1818182,12.7272727 L17.3636364,12.7272727 Z' id='Download'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -10px;

}
@media screen and (max-width: 1700px) {
    .footer__col-secondary {
        padding: 0 40px;
    }
}
@media screen and (max-width: 1600px) {
    .footer__col-secondary .footer-links {
        column-count: 4;
    }
}
@media screen and (max-width: 1439px) {
   #footer .container {
        max-width: 1400px;
    }
    .related-news .container {
        max-width: 1400px;
    }
    .related-news__items {
        padding: 0 35px;
    }
    .related-news__items .slick-prev{
        left: 0;
    }
    .related-news__items .slick-next {
        right: 0;
    }
}
@media screen and (max-width: 1365px) {
    .footer__col-secondary .footer-links {
        column-count: 3;
    }
    #main{
        margin-bottom: 22.6rem;
    }
}
@media screen and (max-width: 1200px) {
    .footer__col-secondary {
        width: calc(100% - 150px);
    }
    .footer__col-tertiary {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #main{
        margin-bottom: 30.6rem;
    }
}

@media screen and (max-width: 991px) {
    #footer {
        text-align: left;
        position: relative;
        z-index: 2;
    }
    #main {
        margin-bottom: 0;
    }
    #header{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 25px 0;
    }
    .breadcrumb-holder {
        margin: 0 0 10px;
    }
    .nav-main-open .breadcrumb-holder{
        display: none;
    }
    .other-expertise__list-item h3 {
        font-size: 16px!important;
    }
}
@media screen and (max-width: 767px) {

    .footer__col-secondary {
        width: 100%;
        padding: 0 25px;
    }
    .footer__primary {
       margin: 0;
    }
    .other-expertise__lists {
        margin: 0 -15px;
    }
    .other-expertise__list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .other-expertise__list-item h3 {
        font-size: 15px!important;
    }
}

@media screen and (max-width: 568px) {
    .related-news__items .eq-attr {
        height: auto!important;
    }
    .other-expertise__lists {
        margin: 0;
    }
    .other-expertise__list-item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 499px) {
    .footer__col-secondary .footer-links {
        column-count: 2;
        column-gap: 15px;
    }
    
    #footer .footer__col-secondary .footer-links li{
        margin: 0 0 5px;
    }
}



/* Custom Style Added for the service detail page */
.head.head--withForm{
    float: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 75px 10%;
}

.head--withForm .headleft{
    padding: 0;
    width: 48%;
}
.head--withForm .headleft img{
    max-width: 220px;
}
.head--withForm .headright{
    margin: 0;
    width: 48%
}
.head--withForm .gform_legacy_markup_wrapper {
    margin: 0;
}
.head--withForm .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: transparent;
}
.head--withForm .gform_legacy_markup_wrapper label.gfield_label,
.head--withForm .gform_legacy_markup_wrapper legend.gfield_label {
    font-size: inherit!important;
}
body .head--withForm .gform_wrapper .top_label div.ginput_container {
    height: unset;
}
.head--withForm .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.head--withForm .gform_legacy_markup_wrapper li.gfield_error textarea {
    border-width: 0 0 1px 0;
}
#main .head--withForm .gform_wrapper div.validation_error {
    margin-bottom: 20px;
    border: none;
}
.head--withForm .gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    font-size: 24px !important;
    font-weight: 500;
}
@media  screen and (max-width: 1400px) {
    .head.head--withForm{
        padding: 75px 5%;
    }
}
@media  screen and (max-width: 768px) {
    .head--withForm .headright{
        position: static;
        width: 100%;
    }
    .head--withForm .headleft{
        width: 100%;
        margin-bottom: 25px;
        position: static;

    }
    .head--withForm .headleft h2{
        max-width: calc(100% - 130px);
    }
    .head--withForm .headleft img{
        max-width: 150px;
        position: absolute;
        top: 0;
        right: 0;
        max-height: 150px;
    }
    .head.head--withForm {
        padding-top: 100px;
        padding-bottom: 55px;
    }
}