body {
    font-family: neue-haas-grotesk-display;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

/* root level css */
:root {
    --bwr-link-font-family: neue-haas-grotesk-display;
}

.slds-rich-text-editor__output,
.slds-rich-text-editor__textarea {
    color: #333333;
}

.bwr-link {
    color: var(--bwr-link-color);
}

.bwr-link:hover {
    color: var(--bwr-link-hover-color);
    font-family: var(--bwr-link-font-family);
}


.community_layout-section_section-host.comm-section-container {
    padding: 0 !important;
}

.columns-content.community_layout-section_section {
    max-width: 1920px !important;
}

.cb-outputRichText-container.ql-editor {
    letter-spacing: 1.2px;
    word-spacing: 1px;
}

.custom-button-cmp {
    background-color: #245B83 !important;
    color: #F7F1E7 !important;
    border-radius: 25px;
    height: 3rem;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.25px;
    padding: 0 34px;
    border-color: transparent !important;
}

.custom-button-cmp:hover,
.icon-button2:hover,
.content-button2:hover,
.why-choose-container .trouble-shoot-btn:hover {
    background-color: #3E5769 !important;
    color: #F7F1E7 !important;
}

.icon-button:hover,
.generic-button.tertiary-transparent:hover {
    background-color: #245B83 !important;
    color: #F7F1E7 !important;
}

.white-section .img-cnt {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.white-section .content-body {
    color: white;
    font-size: 18px;
    letter-spacing: 1.2px;
    word-spacing: 1px;
}

.white-section .image-with-text-link {
    font-weight: 600;
    color: white !important;
    font-size: 18px;
}

.black-section .content-body {
    color: black;
    font-size: 18px;
    letter-spacing: 1.2px;
    word-spacing: 1px;
}

.black-section .image-with-text-link {
    font-weight: 600;
    color: black !important;
    font-size: 18px;
}

.default-style .content-body {
    color: black;
    font-size: 18px;
    letter-spacing: 1.2px;
    word-spacing: 1px;
}

.default-style .image-with-text-link {
    font-weight: 600;
    font-size: 18px;
}

.support-block {
    display: flex;
    text-align: left;
    align-items: center;
}

.concierge-container {
    margin-right: 17px;
}

.hr-color {
    height: 2px;
    background-color: #dfd0b0;
    border: none;
}

/* -----Bodewell Banner -----*/
.background-set {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
    background-position-y: top !important;
    margin-top: 85px;
}

.call-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.text-content {
    display: grid;
    padding-left: 75px;
}

.center-text-div {
    padding-left: 0;
}

.hr-color {
    height: 2px;
    background-color: #dfd0b0;
    border: none;
}

.tab-content-center h1 {
    text-align: center;
}

.container-text {
    line-height: 1.2;
    letter-spacing: .2px;
    font-weight: 600;
    position: relative;
    font-size: 60px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #fff;
    text-align: left;
    word-spacing: 5px;
}

.text-banner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.empty-colom {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.coloum-set-text {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.content-button2 {
    background-color: #245B83;
    border: 2px solid #245B83;
    color: #f7f1e7;
    text-decoration: none !important;
}

.text-align-background {
    padding-left: 75px;
}

.align-text {
    position: relative;
    height: -webkit-fill-available;
    margin: 0px auto;
}

.phone-number {
    height: 129px;
}

.phone-number {
    width: 100%;
    display: flex;
    color: #fff;
    position: absolute;
    bottom: 0;
    align-self: center;
    justify-content: center;
}

.phone-number img {
    z-index: 2;
    align-self: center;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.phone-number h2 {
    line-height: 50px;
    font-weight: 600;
    font-size: 42px;
    z-index: 2;
    align-self: center;
    margin: 0;
    letter-spacing: 1.4px;
    word-spacing: 5px;
}

.phone-number .phone-number-background {
    background-color: #12212e;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.phone-link {
    color: #fff;
    text-decoration: none;
}

.phone-link:hover {
    color: #fff;
    text-decoration: underline;
}

/*--------End Bodewell Banner---------*/
/*----start RichText Content Card------ */
.accordian,
.mob-about-section {
    display: none !important;
}

/*------End RichText Content Card --------*/


/*-------Start Bodewell Basic Info Block---------*/
.basic-info-block {
    margin-top: 1.5rem !important;
}

.cta-link-container {
    padding: 6em 52px;
    border-right: 2px solid #dfd0b0;
}

.basic-info-block a span {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.generic-button.tertiary-transparent {
    background-color: transparent;
    border: 2px solid #245B83;
    color: #245B83;
    text-decoration: none !important;
}

.cta-text-block a:hover {
    text-decoration: none !important;
}

.generic-button {
    border-radius: 25px;
    font-size: 15px;
    letter-spacing: .45px;
    line-height: 16px;
    text-align: center;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    margin-top: 30px;
    font-weight: 600;
}

.cta-text-block {
    padding-left: 15px;
    padding-right: 15px;
}


.basic-info-block .cta-link-block {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cta-icon-block h3 {
    font-size: 32px;
    font-weight: 600;
}

.basic-info-block .cta-link-block p {
    color: #0e2d44;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    padding: 0px;
    margin: 0;
    word-spacing: 2px;
}

/*-------End Bodewell Basic Info Block---------*/

/*---------------Start Bodewell Knowledge Article Page------*/
.desk-about-section {
    margin-top: 150px;
    padding-top: 75px;
}

.serviceAreaPageHeader {
    font-size: 60px;
    font-weight: 600;
    line-height: 82px;
    color: #333;
}

.serviceAreaPageHeaderBox {
    border-bottom: 2px solid #dfd0b0;
}

.menu-sub-header {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dfd0b0;
    padding: 25px 0;
}

.side-panel {
    color: #333;
    padding: 15px;
    border-bottom: 1px dashed #dfd0b0;
}

.side-panel a {
    color: #333 !important;
    font-size: 18px !important;
}

.content-answers {
    padding-top: 60px;
}

.desk-about-section span {
    color: #333;
}

.about-vertical-menu.fixed-left-content {
    border-bottom: 2px solid #dfd0b0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    text-decoration: none;
    border-bottom: 2px solid #dfd0b0;
    display: flex;
    flex-direction: column;
    width: 85%;
}

.desktop-below {
    display: none;
}

/*---------------End Knowledge Article Page-----------------*/

/*---------------Retail Area Content CSS Start -----------------*/
.retail-heading-container h1 {
    font-family: neue-haas-grotesk-display;
    font-size: 60px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
}

.retail-state-box-resource_list-heading h3 {
    font-family: neue-haas-grotesk-display;
    font-size: 36px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
}

.bw-border-top {
    border-top: 2px solid #dfd0b0
}

.bw-border-right {
    border-right: 2px solid #dfd0b0
}

.bw-border-bottom {
    border-bottom: 2px solid #dfd0b0
}

.retail-heading-container {
    max-width: 1028px;
    margin: 0 auto;
    margin-top: 180px;
}

.retail-content-container {
    width: 1028px;
    margin: 0 auto;
}

.blue-button {
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .45px;
    line-height: 16px;
    text-align: center;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    background-color: #12212E;
    border: 2px solid #12212E;
    white-space: nowrap;
    color: #fff;
}

.yellow-button a {
    border-radius: 25px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .45px;
    line-height: 16px;
    text-align: center;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    display: block;
    background-color: transparent;
    border: 2px solid #ffc01f;
    white-space: nowrap;
    color: #ffc01f;
    width: 40%;
}

.yellow-button a:hover {
    background-color: #ffc01f !important;
    border: 2px solid #ffc01f !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.retail_big_content_left_content {
    height: 187px;
}

.new-outlet-img {
    padding: 75px 45px 65px 100px;
}

.retail-state-box {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    margin-bottom: 50px;
    padding-right: 50px;
}

.retail-state-box-resource_list {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    margin-bottom: 50px;
    padding-right: 50px;
}

.retail-resource-sec {
    align-items: self-end;
}

.nutsLeft-img {
    width: 75px;
    transform: translateY(23px);
}

.retail-state-box_left-content {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    margin-bottom: 50px;
    padding-right: 50px;
    margin-bottom: 0px;
    padding-top: 50px;
}

.retail-state-box__right {
    padding-left: 20px;
    font-size: 20px;
    font-family: neue-haas-grotesk-display;
    color: #333333;
    letter-spacing: 1.2px;
}

.retail-state-box__right-resource_desc {
    padding-left: 20px;
    font-size: 20px;
    font-family: neue-haas-grotesk-display;
    color: #333333;
    letter-spacing: 1.2px;
}

.store-hours-header {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.week-sec {
    display: flex;
    flex-direction: row;
    margin: 3px 0;
    justify-content: space-between;
}

.check-list-sec {
    display: flex;
    align-items: start;
}

.check-list-sec img {
    margin-top: 5px;
    padding-right: 25px;
}

.check-list-sec p {
    font-size: 15px;
    color: #333333;
    line-height: 2;
    margin-bottom: 0.25rem;
    font-family: neue-haas-grotesk-display;
}

.week-container {
    font-size: 18px;
    font-family: neue-haas-grotesk-display;
    color: #333333;
    letter-spacing: 1.2px;
}

.cover-info-sec {
    background: rgb(18, 33, 46);
}

.new-outlet-sec {
    padding-right: 136px;
}

.new-outlet-sec h2 {
    font-size: 36px;
    color: #ffffff;
    margin-top: 30px;
}

.new-outlet-sec p {
    color: #ffffff;
    padding-top: 35px;
    line-height: 34px;
    letter-spacing: 1.2px;
}

.service-links {
    color: #145b95 !important;
    font-size: 17px !important;
    line-height: 2.5 !important;
    font-family: neue-haas-grotesk-display;
    text-transform: uppercase;
}

.service-links:hover {
    color: #3e5769 !important;
}

/*---------------End -----------------*/
/*----------- View all resources--------*/

.resourceindex_head_text {
    color: #333333;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.2px;
    word-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 3rem;
}

.img-fluid-resrc {
    height: 220px;
    width: auto;
}

.resourceindex-appliances-text {
    padding: 20px;
    text-align: center;
}

.resourceindex-appliances-text a {
    color: #135F90 !important;
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 0.0625em;
}

.resourceindex-appliances-img {
    text-align: center;
}

.resource-subcontent {
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 0.0625em;
    margin-bottom: 40px;
}

/*-----------End Bodewell view all resources--------*/
/* Skip Content css */
.skip-to-main-content {
    text-align: center;
    background-color: #000;
    height: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 200;
    width: 100%;
}

.link--skipToMain {
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    text-decoration: none !important;
}

.skip-to-main-content .generic-skip-button {
    display: none;
}

.link--skipToMain .generic-skip-button.primary-blue {
    background-color: #145b95;
    border: 2px solid #145b95;
    color: #fff;
}

.link--skipToMain .generic-skip-button {
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .45px;
    line-height: 16px;
    text-align: center;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}

.skip-to-main-content:focus-within {
    height: 80px;
}

.skip-to-main-content a:focus {
    outline-style: none !important;
}

.skip-to-main-content:focus-within .generic-skip-button {
    display: block;
    border: 2px solid #fff;
}


/* END Skip Content */
/*---------------Nav Bar CSS Start -----------------*/
.dropdown {
    float: left;
    overflow: hidden;
}

.top-nav.nav-mobile.nav-mob-margins * {
    caret-color: transparent !important;
}

.nav-icn-clr {
    --sds-c-icon-color-foreground-default: #333333;
    --sds-c-icon-color-foreground: #333333;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    text-transform: capitalize;
    font-size: 18px;
    color: rgb(18, 33, 46);
    padding: 0px 16px;
    background-color: inherit;
    font-family: neue-haas-grotesk-display;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-left: 15px;
    background-color: #FFC018;
    min-width: 160px;
    box-shadow: none;
    z-index: 1;
}

.dropdown-content>div {
    margin: 16px;
}

.dropdown-content a {
    float: none;
    color: rgb(18, 33, 46);
    text-decoration: none;
    text-align: left;
    font-family: neue-haas-grotesk-display;
}

.nav-focus-line {
    border-bottom: 3px solid transparent !important;
}

.nav-focus-line:focus,
.nav-focus-line:hover {
    border-bottom: 3px solid #000000 !important;
}

.dropdown-content a:hover {
    background-color: #FFC018;
}

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

.header-container {
    margin-top: 30px;
}

.nav-call-icon {
    width: 24px;
}

.top-nav {
    height: 70px;
    display: flex;
    align-items: center;
    color: rgb(18, 33, 46) !important;
    padding: 45px 0px 45px 20px !important;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    position: fixed;
    width: 100%;
    z-index: 4;
    background: #ffc01f;
    max-width: 1920px;
}

.top-nav li a {
    font-size: 18px;
    font-weight: 500;
    font-family: neue-haas-grotesk-display;
    color: rgb(18, 33, 46) !important;
    text-decoration: none !important;
    letter-spacing: 1px;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu>li {
    margin: 0 1rem;
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 30px;
    width: 30px;
    cursor: pointer;
    align-items: inherit;
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    padding: 0;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu>li {
    margin: 0 1rem;
    overflow: hidden;
}


.menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #333;
    position: absolute;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    z-index: 99;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

.menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px
}

.menu-toggle:checked+.menu-button-container .menu-button {
    background: #333;
    transform: rotate(405deg);
}

.menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-455deg);
    z-index: 99;
}

.nav-mobile {
    display: none;
}

.nav-not-mobile {
    display: flex;
}

.nav-not-mobile>li {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer !important;
}

.mob-sch-service-btn {
    display: none;
}

.mob-call {
    display: none;
}

.mob-sch {
    display: none;
}


/*---------------Footer CSS Start -----------------*/
.BW-footer-brand {
    float: right;
}

.footer-link-elements:hover {
    color: #245B83 !important;
}

.footer-link-elements {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #3E5769 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.BW-footer-brand img {
    width: 205px;
    transform: translateY(-20px);
}

.logo-container {
    float: right;
}

.copyright-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #145b95;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}

.footer-first-block {
    padding-left: 24px;
}

/*---------------End CSS -----------------*/
/*---------------Service Area CSS Start -----------------*/
.serviceAreaHeaderBox {
    max-width: 1028px;
    margin: 0 auto;

}

.serviceAreaHeader {
    font-family: neue-haas-grotesk-display;
    font-size: 60px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
    border-bottom: 2px solid #12212e;
    margin-top: 180px;
}

.state-box {
    display: flex;
    flex-direction: row;
}

.state-box__right {
    padding-left: 20px;
}

.state-box__right__title {
    padding-bottom: 8px;
    border-bottom: 2px solid #dfd0b0;
    font-size: 22px;
    font-weight: 600;
    color: #145b95;
    font-family: neue-haas-grotesk-display;
}

.state-box__right__call_text {
    font-size: 16px;
    font-weight: 600;
    font-family: neue-haas-grotesk-display;
    color: #12212e;
    margin-top: 10px;
    font-family: neue-haas-grotesk-display;
}

.city-content-heading {
    font-size: 42px;
    font-weight: 600;
    font-family: neue-haas-grotesk-display;
    color: #12212e;
    margin-top: 0px;
}

.iconPhn-img {
    width: 50px;
    ;
}

.content-body {
    font-size: 18px;
    font-weight: 300;
    color: #12212e;
    font-family: neue-haas-grotesk-display;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.state-service_name_inner_main {
    color: #145b95 !important;
    font-size: 15px !important;
    line-height: 2.5 !important;
}

.state-box_title_service_avail {
    font-size: 22px;
    border-bottom: 2px solid #dfd0b0;
    font-weight: 600;
    color: #12212e;
    padding-bottom: 0.5rem;
    font-family: neue-haas-grotesk-display;
}

.state-service-phone-text a {
    font-size: 22px;
    font-weight: 600;
    margin-top: 2px;
    color: #000000 !important;
    font-family: neue-haas-grotesk-display;
}

.service-links {
    color: #145b95 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 2.5 !important
}

.spinner-area {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

/*---------------End -----------------*/
/*---------------About Us CSS Start -----------------*/

.showsall {
    color: #12212e !important;
    font-weight: 600;
    font-size: 19px;
    padding: 20px;
    line-height: 40px;
    text-decoration: none !important;
}

.showsall-symbol {
    line-height: 2;
}

.showsall:hover {
    cursor: pointer;
    text-decoration: none !important;
}

.content-box {
    border: 1px solid #728a9c !important;
    padding-right: 0px;
}

.accrd-description p {
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: 1rem;
    margin-left: 22px;
    margin-right: 25px;
    letter-spacing: 0.5px;
}

.img-check {
    width: 40px !important;
    height: 45px;
    padding-right: 15px;
}

.flex-container {
    display: flex;
}

.about-accrd-container {
    width: 80%;
    justify-content: space-between;
    margin-left: 30px;
}

/*---------------End -----------------*/
/*--------- Bodewell error page css start------- */
.error-generic-button.tertiary-transparent {
    border: 2px solid white;
    border-radius: 25px;
    padding: 12px 25px;
    color: #fff;
    margin-top: 20px;
    word-spacing: 2px;
    text-transform: capitalize;
}

.error-background-set a {
    margin-top: 20px;
    text-decoration: none;
}

.subtitle-text {
    color: #fff;
    word-spacing: 2px;
    font-size: 16px;
    margin: 15px 0;
}

.error-background-set {
    margin-top: -85px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
    background-position-y: top !important;
}

/*------------------END Error Page-----------------------------*/
/*---------------Why Choose us CSS Start -----------------*/
.index-inner-wrapper_inner_header_bar {
    font-size: 18px;
    font-weight: 800 !important;
    letter-spacing: 0.0625em;
    margin-bottom: 8px;
    color: #333333 !important;
    line-height: 22px;
    text-align: left;
    text-transform: Capitalize !important;
}

.why-choose-container {
    width: 100%;
    margin: 0 auto;
    max-width: unset;
    box-sizing: border-box;
    padding: 25px 15px 15px;
    border-bottom: none !important;
    border-top: none !important;
    padding: 30px;
}

.main-why-choose-section {
    justify-content: space-around !important;
}

.media-why-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1060px;
}

.why-choose-container-media {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 25px 15px 15px;
    border-bottom: none !important;
    border-top: none !important;
    padding: 30px 0px;
}

.why-choose-container .row {
    padding: 10px 0;
}

.why-choose-container .why-choose-wrapper-section {
    padding: 18px 0;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
}

.why-choose-container .index-inner-wrapper-choose-us_header {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
}

.why-choose-container-media .row {
    padding: 10px 0;
    display: flex;
}

.why-choose-container-media .why-choose-wrapper-section {
    padding: 18px 0;
}

.why-choose-container-media .index-inner-wrapper-choose-us_header {
    color: #333;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
}

.why-choose-container .trouble-shoot-btn {
    background-color: #245B83;
    border: 2px solid #245B83;
    color: #F7F1E7;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.25px;
    line-height: 16px;
    text-align: center;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.why-choose-container .index-inner-wrapper-choose-us_content {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    margin-right: 20px;
    text-align: center;
}

.why-choose-container-media .index-inner-wrapper-choose-us_content {
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    margin-right: 20px;
    text-align: left;
}

.why-choose-container a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.why-choose-container-media a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.why-choose-container .why-choose-sub-section-details {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
}

.why-choose-container-media .why-choose-sub-section-details {
    display: flex;
    padding-left: 0px;
}

.index-inner-wrapper_inner-img_bar {
    margin-right: 5px;
    float: left;
    position: relative;
    top: 12px;
}

.index-inner-wrapper_inner-img_bar img {
    position: relative;
    max-width: 100%;
}

.index-inner-wrapper_inner_inner_content_bar {
    margin-bottom: 15px;
    float: left;
}

.choose-us_learn_btn {
    text-transform: uppercase;
}

.index-inner-wrapper-choose-us_learn_btn {
    text-align: Center;
    margin-left: 0;
    margin-right: 0;
}

.choose-us_learn_btn:hover {
    text-decoration: none !important;
}

.index-inner-wrapper_inner_content_bar {
    width: auto;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600 !important;
    letter-spacing: 0.0625em;
}

/*---------------End -----------------*/
/*---------------Meet Experts CSS Start -----------------*/
.icon-button {
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.25px;
    line-height: 16px;
    text-align: center;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    color: #245B83;
    border: 2px solid #245B83;
    min-width: 10rem;
}

.t-arrow-img {
    position: absolute;
    width: 250px;
    top: -76px;
}

.expert-left-content {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.dni-number {
    display: none;
}

strong {
    font-weight: bold;
}

.cb-section_column {
    padding: 0 !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.expert-left-content img {
    height: 416px;
}

.circular-square {
    border-radius: 50%;
}


.button-cls-expert {
    text-align: Left;
    margin-left: 2rem;
    margin-top: 2.5rem;
}

.expert-descr {
    font-size: 16px;
    text-align: center;
    width: 92%;
    color: #333333;
    letter-spacing: 1.2px;
}

.expert-heading h3 {
    word-spacing: 4px;
    line-height: 50px !important;
    padding-left: 35px;
    font-size: 36px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
}

.icon-button2 {
    background-color: #245B83;
    border: 2px solid #245B83;
    color: #F7F1E7;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.25px;
    line-height: 16px;
    text-align: center;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.expert-bg-color {
    background-color: #FFC018;
}

.expert-container {
    display: flex;
    width: calc(100% - 215px);
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

/*---------------End -----------------*/
/*---------------Service Area Tile CSS  Start -----------------*/
.location-tile-area .location {
    padding-bottom: 8px;
    border-bottom: 1px dashed #dfd0b0;
    width: 120%;
    margin-left: 10px;
    font-size: 22px;
    font-weight: 600;
}

.location-tile-area .location a {
    color: #145b95 !important;
}

.location-tile-area .call-local {
    padding-top: 1rem;
    margin-left: 10px;
}

.location-tile-area .test-call-local {
    font-size: 16px;
    font-weight: 500;
}

.call-page-link.phone {
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 0rem;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 2px;
    color: #000 !important;
}

.location-tile-area .icon-section {
    width: 30px;
}

.location-tile-area .details-loc {
    display: flex;
    flex-direction: row;
}

.location-flex-adjust {
    flex: 0 0 360px;
    margin-bottom: 10px;
}

/*---------------End -----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1330px) {
    .inner-content {
        padding: 0px !important;
    }

    .cta-icon-block h3 {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .align-text {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .phone-number img {
        width: 45px;
        margin-right: 35px;
    }

    .basic-info-block {
        text-align: center;
        border-top: 2px solid #dfd0b0;
        border-bottom: 2px solid #dfd0b0;
    }

    .basic-info-block .cta-link-block img {
        margin-bottom: 40px;
    }

    .cta-link {
        margin-top: 30px;
    }

    .mobile-basic-block {
        display: none;
    }

    .mobile-basic-heading-block {
        display: none;
    }
}

@media (max-width: 992px) {

    /* Service Area Tiles Mobile */
    .call-page-link.phone {
        background-color: #12212E;
        border: 2px solid #12212E;
        color: #fff !important;
        border-radius: 25px;
        font-size: 15px !important;
        font-weight: 600;
        letter-spacing: 1.25px;
        line-height: 16px;
        padding: 14px 25px 14px 25px;
    }

    .location-phone-number {
        margin: 30px 0;
    }

    /* End */
    .container-text {
        font-size: 32px;
    }

    .phone-number img {
        width: 35px;
        margin-right: 15px;
    }

    .phone-number h2 {
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
    }

    .phone-number {
        height: 90px;
    }

    .phone-number h2 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .i-concierge {
        margin-left: 30px;
        margin-right: 15px;
    }

    .desktop-basic-block {
        display: none;
    }

    .basic-info-block {
        text-align: center;
    }

    .basic-info-block h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cta-text-block {
        color: #0e2d44;
        line-height: 30px;
        font-size: 16px;
        word-spacing: 3px;
        margin: 0 0 25px 0;
    }

    .cta-link-container {
        display: flex;
        padding: 30px 20px;
        border-right: none;
    }

    .mob-btn {
        font-size: 15px;
        font-weight: 600;
        word-spacing: 4px;
        line-height: 16px;
        text-align: center;
        padding: 14px 0;
        text-decoration: none;
        text-transform: uppercase;
        background-color: transparent;
        color: #0E2D44;
        border: 2px solid #0E2D44;
        width: 100%;
        border-radius: 25px;
    }

    .mob-btn:hover,
    .mob-btn:active {
        background-color: #0E2D44;
        color: #fff;
    }

    .cta-text-block {
        padding: 0;
        padding-left: 10px;
    }

    .mobile-basic-block,
    .mobile-basic-heading-block {
        padding-left: 0;
        border-top: 2px solid #dfd0b0;
        margin: 0;
    }

    .cta-text-block p {
        margin: 0 0 25px 0;
        font-size: 14px;
    }

    .basic-info-block .cta-link-block p {
        padding: 0 12px;
        margin: 0 0 35px 0;
        color: #0e2d44;
        line-height: 22px;
        font-size: 14px;
        font-weight: 300;
        padding-left: 10%;
        padding-right: 10%;
    }

    .basic-info-block .cta-link-block {
        height: auto;
    }

    .basic-img {
        padding-right: 10px;
        width: 95%;
        max-height: 163px;
    }

    .call-page-link phone {
        background-color: #12212E;
        border: 2px solid #12212E;
        color: #fff !important;
        border-radius: 25px;
        font-size: 15px !important;
        font-weight: 600;
        letter-spacing: 1.25px;
        line-height: 16px;
        padding: 14px 25px 14px 25px;
    }

    .location-phone-number {
        margin: 30px 0;
    }

    .mob-call-button .image-with-text-link {
        border: 2px solid #0E2D44;
        border-radius: 25px;
        padding: 10px 40px;
        /*margin: 2rem 3rem;*/
    }

    .mob-call-button .support-info {
        text-align: center;
    }

    .calltextcontentblock {
        font-size: 18px;
    }

    .content-body {
        margin: 2rem;
    }

    .call-icon {
        margin-right: 30px;
    }

    /*.index-inner-wrapper_inner-img_bar img {
        max-width: 100px !important;
    }*/

    .index-inner-wrapper_inner_content_bar {
        width: auto !important;
    }

    .index-inner-wrapper_inner_inner_content_bar {
        padding: 20px;
    }

    /* knowledge articles mobile */
    .desktop-below {
        display: block;
        margin-top: 8rem;
    }

    .desk-about-section {
        display: none;
    }

    .desktop-below {
        max-width: 560px;
        margin: 0px auto;
        margin-top: 8rem;
        padding: 0px 40px 50px 40px;
    }

    .showsall {
        font-size: 20px;
        width: 100%;
        text-align: left;
        color: #12212e;
        font-weight: 600;
        line-height: 45px;
    }

    .showall-icons {
        color: #145b95;
        font-size: 24px;
        font-weight: 500;
        line-height: 45px;
    }

    .showsall:hover,
    .showall-icons:hover {
        text-decoration: none !important;
    }

    .accordian-set {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #728a9c;
        padding: 5px 0px;
    }

    .content-box {
        width: 100%;
        padding-right: 20px;
    }
}

@media (max-width: 780px) {
    .expert-left-content img {
        height: auto;
    }

    .expert-left-content {
        margin-top: 0px;
    }

    .footer-first-block {
        padding-left: 0px;
    }

    .icon-button2,
    .icon-button {
        width: 100%;
    }

    .expert-heading h3 {
        padding-left: 10px;
    }

    .mob-left-text-expert-box {
        flex-flow: column-reverse;
    }

    .expert-container {
        margin-top: 40px;
        width: auto;
    }

    .t-arrow-img {
        width: 215px;
        right: 15px;
    }

    .button-cls-expert {
        text-align: center;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .showsall {
        padding: 0px;
    }

    .serviceAreaHeader {
        font-size: 32px;
        margin-top: 120px;
    }

    .logo-container {
        float: none;
        text-align: center;
    }

    .copyright-text {
        text-align: center;
    }

    .footer-second-block {
        padding-left: 24px;
    }

    .BW-footer-brand {
        float: none;
    }

    .footer-mob-align {
        text-align: center !important;
    }

    .top-nav {
        flex-direction: row;
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: center;
        justify-content: start;
    }

    .BW-logo {
        flex: auto;
        display: flex;
        justify-content: center;
    }

    .nav-mobile {
        display: flex;
    }

    .mob-sch-service-btn {
        display: block;
    }

    .nav-not-mobile {
        display: none;
    }

    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 36px;
        z-index: 2;
        margin-top: 50px;
        left: 0px;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .menu-toggle:checked~.menu {
        width: 280px;
        background: #ffc01f;
        top: 20px;
        height: calc(100vh - 70px);
        justify-content: start;
    }

    .menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .menu-toggle:checked~.menu li {
        border-bottom: 1.5px solid #728a9c;
        height: auto;
        padding: 15px 22px;
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        font-family: Gotham;
        display: flex;
        flex-direction: column;
    }

    .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #333333;

    }

    li.nav-mobile>*:not(:first-child) {
        padding: 5px 20px;

    }

    .mob-call {
        position: relative;
        right: 5%;
        background-color: #ffc01f;
        border: none;
        color: #333;
        padding: 13px 13px;
        border-radius: 0px;

    }

    .week-sec {
        justify-content: unset;
    }

    .bw-border-right {
        border: none;
    }

    .retail-state-box {
        margin-left: 0px;
    }

    .retail-heading-container {
        margin-top: 100px;
    }

    .retail-heading-container h1 {
        font-size: 32px;
    }

    .week-sec {
        justify-content: space-between;
    }

    .map-container {
        margin-bottom: 20px;
    }

    .new-outlet-img {
        padding: 0px 0px 0px 0px;
    }

    .yellow-button a {
        width: 100%;
    }

    .new-outlet-sec {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .nutsLeft-img {
        display: none;
    }

    .tools-img {
        display: none;
    }

    .retail-state-box-resource_list {
        flex-direction: column;
        padding-right: 0px;
    }

    .retail-state-box__right-resource_desc {
        padding-left: 0px;
    }

    .retail-state-box_left-content {
        margin-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .tab-content {
        width: 50%;
    }

    .tab-content-center {
        width: 33.33%;
    }

    .custom-button-cmp {
        width: 100% !important;
        height: auto !important;
        padding: 14px 20px !important;
    }

    .support-call-info {
        justify-content: space-around !important;
    }

    .img-cnt {
        width: 5rem !important;
    }

    .why-choose-wrapper-section {
        margin: 0;
    }

    .why-choose-container .row {
        justify-content: space-around;
    }

    .why-choose-container .trouble-shoot-btn {
        width: 100%;
    }
}

@media (max-width:480px) {
    .container-text {
        font-size: 32px;
    }

    .mob-content {
        width: 60%;
        padding-left: 2rem;
    }

    .mob-content2 {
        width: 40%;
    }

    .mob-content-center {
        width: 33.33%;
    }

    .mob-btn {
        font-size: 12px;
    }

    .custom-button-cmp {
        width: 100% !important;
        height: auto !important;
        padding: 14px 20px !important;
    }

    .support-call-info {
        justify-content: space-around !important;
    }
}