 .contact-details-wrap {
            margin: 0 auto;
        }

        .contact-details-wrap .textwithdoublebutton-left,
        .contact-details-wrap .textwithdoublebutton-right {
            text-align: center;
            position: relative;
            /*background-color: #fff; */
            text-align: center;
            font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
        }

        .contact-details-wrap .textwithdoublebutton-left .cmp-text {
            min-height: auto;
            border: none;
            background-color : Transparent;
            padding : 0;
        }

        .contact-details-wrap .textwithdoublebutton-right .search-form__title {
            margin: 0 auto 1rem;
            font-size: 1.75rem;
            line-height: 1;
            font-weight: 700;
            color: #55565a;
            width: 87%;
        }

        .contact-details-wrap .textwithdoublebutton-right .search-form__form input[type="text"].search-form__input {
            height: 100%;
            font-size: 1rem;
            color: #55565a;
            border: .0625rem solid #ccc;
            padding: 17px 1rem 17px .5rem;
        }

        .contact-details-wrap .textwithdoublebutton-right .search-form__form .search-form__button {
            font-size: 1rem;
            line-height: 1;
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            display: inline-block;
            text-align: center;
            white-space: nowrap;
            padding: 13px;
            text-transform: uppercase;
            color: #fff;
            background-color: #1d4094;
            cursor: pointer;
            border: 1px solid #1d4094;
        }

        .contact-details-wrap .textwithdoublebutton-right .search-form__form .search-form__button .search-form__button-icon .hidden{
            display: none;
        }



        @media (min-width: 48rem) {
            .contact-details-wrap {
                width: 45rem;
                padding: 0;
            }
        }

        @media (min-width: 62rem) {
            .contact-details-wrap {
                width: 58.75rem;
            }
        }

        @media (min-width: 75rem) {
            .contact-details-wrap {
                width: 71.25rem;
            }
        }


        @media (max-width:767px) {

            .contact-details-wrap .textwithdoublebutton-left,
            .contact-details-wrap .textwithdoublebutton-right {
                padding-left: 1rem;
                padding-right: 1rem;
                padding-top: 2rem;
                padding-bottom: 2rem;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .contact-details-wrap .textwithdoublebutton-left {
                border: .0625rem solid silver;
                border-bottom: none;
            }

            .contact-details-wrap .textwithdoublebutton-right {
                border: .0625rem solid silver;
                border-top: none;
            }

            .contact-details-wrap .textwithdoublebutton-left:before {
                position: absolute;
                height: 1px;
                content: "";
                width: 100%;
                background: #c0c0c0;
                bottom: 0;
                right: 0;
                top: inherit;
            }

            .contact-details-wrap {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            .contact-details-wrap .textwithdoublebutton-left .cmp-text p b,
            .contact-details-wrap .textwithdoublebutton-left .cmp-text p:first-child {
                font-size: 1.5rem;
                line-height: 1;
                font-weight: 700;
                color: #55565a;
                margin-bottom: .5rem;
            }

            .contact-details-wrap .textwithdoublebutton-left .cmp-text p:nth-child(2) {
                margin-bottom: 1.5rem;
                font-weight: 400;
                color: #55565a;
                font-size: 1.5rem;
                line-height: 1.17;
            }

            .contact-details-wrap .textwithdoublebutton-left .cmp-text p:nth-child(3) {
                font-weight: 400;
                line-height: 1.57;
                color: #55565a;
                font-size: .875rem;
            }

            .contact-details-wrap .textwithdoublebutton-right .search-form__title {
                width: 100%;
            }

            .contact-details-wrap .textwithdoublebutton-right .search-form__form input[type="text"].search-form__input,
            .contact-details-wrap .textwithdoublebutton-right .search-form__form .search-form__button {
                width: 100%;
            }

            .contact-details-wrap .textwithdoublebutton-right .search-form__form input[type="text"].search-form__input {
                padding: .75rem 0;
                margin-bottom: 1rem;
            }

            .contact-details-wrap .textwithdoublebutton-right .search-form__title {
                font-size: 1.5rem;
                line-height: 1.17;
                margin-bottom: 1.5rem;
            }

            .contact-details-wrap .textwithdoublebutton-right .search-form__form {
                max-width: 293px;
                margin: 0 auto;
            }

        }

        @media (min-width: 48rem),
        (min-width: 62rem),
        (min-width: 75rem) {
            .contact-details-wrap {
                display: flex;
                align-items: center;
                justify-content: space-between;
                /* border: .0625rem solid silver; */
            }

            .contact-details-wrap .textwithdoublebutton-left,
            .contact-details-wrap .textwithdoublebutton-right {
                padding: 1rem 0;
                margin: 1rem 0;
                width: 50%;
            }

            .contact-details-wrap .textwithdoublebutton-left:before {
                position: absolute;
                height: 80%;
                content: "";
                width: 1px;
                background: #c0c0c0;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                display:none;
            }

            .contact-details-wrap .textwithdoublebutton-left .cmp-text {
                padding: 0;
                background-color: transparent;
                font-size: inherit;
                max-width: 100%;
            }

            .contact-details-wrap .textwithdoublebutton-left .cmp-text p b,
            .contact-details-wrap .textwithdoublebutton-left .cmp-text p:first-child {
                font-size: 1.75rem;
                line-height: 1;
                font-weight: 700;
                color: #55565a;
                margin-bottom: 1rem;
            }

            .contact-details-wrap .textwithdoublebutton-left .cmp-text p:nth-child(2) {
                margin-bottom: 2rem;
                font-weight: 400;
                color: #55565a;
                font-size: 1.75rem;
            }

            .contact-details-wrap .textwithdoublebutton-left .cmp-text p:nth-child(3) {
                font-weight: 400;
                line-height: 1.57;
                color: #55565a;
                font-size: .875rem;
            }

            .contact-details-wrap .textwithdoublebutton-right .search-form__form {
                display: flex;
                justify-content: center;
            }

        }
/* single variation */
       .contact-details-single {
              background: #fff;
              color: #55565a; margin: 0 auto;
              text-align: center;
              border: 1px solid #55565a;
              font-family: Gotham, OpenSans, Helvetica, "sans-serif", system;
            }
            .contact-details-single  .cmp-text {
              background-color: transparent; max-width: auto; padding:0; border:none; background-color: #fff;;
              min-height: auto;
            }
            .contact-details-single p:first-child {
              color: #55565a;
              font-size: 28px;
              line-height: 28px;
              font-weight: 700;
              text-align: center;
              margin-top: 2rem;
              margin-bottom: 1rem;
            }

            .contact-details-single p:nth-child(2) {
              font-size: 14px;
              line-height: 22px;
            }
            .contact-number .contact-details-single p:nth-child(2){
                       font-size: 1.75rem;
                       line-height: 2.375rem;
             }

             .contact-details-single .c-button {
                      width: 166px;
                          text-transform: uppercase; padding:0; border-radius: 0;     margin-top: 1.5rem;     margin-bottom: 2rem; display: inline-block; line-height: 47px;  font-weight: 600; background-color: #1c2758; text-align: center; color: #fff;     height: 48px;
             }

             .contact-details-single .c-button:hover{
              background : #555d82
             }

            @media (min-width: 640px) {
              .contact-details-single {
                max-width: 640px;
                padding-right: 2rem;
                padding-left: 2rem;
              }
            }

            @media (min-width: 768px) {
              .contact-details-single {
                max-width: 768px;
              }
            }
            @media (min-width: 1024px) {
              .contact-details-single {
                max-width: 1024px;
                padding-right: 4rem;
                padding-left: 4rem;
                padding-bottom:1rem;
              }
            }

        /*Private Bank Variation*/
          /* global */
                *,
                *::before,
                *::after {
                    box-sizing: border-box;
                }

                /* ---------- BASE (desktop) ---------- */
                .private-bank-wrap {
                    margin: 0 auto;
                    width: 100%;
                    max-width: 1250px;
                    padding-left: 20px;
                    padding-right: 20px;
                    font-size: .875rem;
                    line-height: 1.375rem;
                    color: #333;
                    display: flex;
                    /* desktop: side-by-side */
                    justify-content: space-between;
                    align-items: flex-start;
                    gap: 20px;
                }

                /* left buttons column */
                .private-bank-wrap .button-wrap {
                    width: 25%;
                    margin-bottom: 80px;
                }

                /* button styles */
                .private-bank-wrap .button-wrap .textwithbutton-column .c-button {
                    width: 100%;
                    box-sizing: border-box;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 8px;
                    border: 2px solid #1c2758;
                    margin: 0 0 16px;
                    line-height: 1.625rem;
                    font-family: "Open Sans", sans-serif;
                    font-size: 1rem;
                    font-weight: 700;
                    padding: 16px 32px;
                    cursor: pointer;
                    background: transparent;
                    color: inherit;
                }

                .private-bank-wrap .button-wrap .textwithbutton-column .c-button:hover {
                    background-color: #1c2758;
                    color: #fff;
                    border: 2px solid #fff;
                }

                .private-bank-wrap .button-wrap .textwithbutton-column.first-button .c-button {
                    background-color: #1c2758;
                    color: #fff;
                }

                .private-bank-wrap .button-wrap .textwithbutton-column.first-button .c-button:hover {
                    background-color: #54565a;
                    color: #fff;
                    border: 2px solid #54565a;
                }

                /* right content */
                .private-bank-wrap .textwithdoublebutton-right {
                    width: 75%;

                    padding-left: 21px;
                }
              .private-bank-wrap .textwithdoublebutton-right  #DirectoryChildren {
                margin : 0;
                }
            .private-bank-wrap .textwithdoublebutton-right  #DirectoryChildren .my-8{
                margin-top : 0;
                }





                /* ---------- MOBILE: put media rules LAST so they override base ---------- */
                @media (max-width: 991px) {

                    /* keep flex so order works, but stack vertically */
                    .private-bank-wrap {
                        display: flex;
                        flex-direction: column;
                        /* stack */
                        align-items: stretch;
                        /* children full width */
                        gap: 20px;
                        padding-left: 12px;
                        padding-right: 12px;
                    }

                    /* make both children 100% width */
                    .private-bank-wrap .textwithdoublebutton-right,
                    .private-bank-wrap .button-wrap {
                        width: 100%;
                    }

                    /* show right box first on mobile */
                    .private-bank-wrap .textwithdoublebutton-right {
                        order: 1;
                        padding-left: 0;
                        /* remove desktop padding */
                    }

                    /* buttons below */
                    .private-bank-wrap .button-wrap {
                        order: 2;
                        margin-bottom: 0;
                    }

                    /* ensure buttons full width on mobile */
                    .private-bank-wrap .button-wrap .textwithbutton-column .c-button {
                        width: 100%;
                        justify-content: center;
                        padding-left: 20px;
                        padding-right: 20px;
                    }
                }

                @media (min-width: 992px) {
                    .private-bank-wrap {
                        max-width: 980px;
                    }
                }

                /* desktop breakpoints (optional) */
                @media (min-width: 1200px) {
                    .private-bank-wrap {
                        max-width: 1180px;
                    }
                }
.private-bank-wrap.securites-private-wrap .button-wrap .securitiesadvisorbutton-column .c-button {
     width: 215px;
     box-sizing: border-box;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     border: none;
     margin: 0 0 16px;
     line-height: 1.625rem;
     font-family: "Open Sans", sans-serif;
     font-size: .875rem;
     line-height: 1.375rem;
     font-weight: 700;
     padding: 10px 20px;
     padding-left: 38px;
     cursor: pointer;
     background: #1d4094;
     color: #fff;
     text-decoration: none;
     text-transform: uppercase;
     border-radius: 0;
 }
 .private-bank-wrap.securites-private-wrap .button-wrap{
 width:25%
 }
 .private-bank-wrap.securites-private-wrap .textwithdoublebutton-right {
     width: 83%;
     padding-left: 0;
 }

 .private-bank-wrap.securites-private-wrap .state-list-container .c-directory-list-content .c-directory-list-content-item-link {
     font-weight: 400;
 }

 .private-bank-wrap.securites-private-wrap .button-wrap .securitiesadvisorbutton-column .c-button:hover {
     background-color: #2858c7;
     color: #fff;
 }

 @media (max-width: 767px) {
  .private-bank-wrap.securites-private-wrap .button-wrap .securitiesadvisorbutton-column .c-button {
     width: 100%;
  }
  }
  .private-bank-wrap.securites-private-wrap .search-form {
       width: 215px;
       padding: 0;
       margin: 0;
   }

   .private-bank-wrap.securites-private-wrap .search-form__title {
       font-size: .875rem;
       line-height: 1.25rem;
       font-family: "Open Sans", sans-serif;
       font-weight: 700;
       color: #333;
       margin-top: 20px;
       margin-bottom: 10px;
       text-align: left;
   }

   .private-bank-wrap.securites-private-wrap .search-form__input {
       border: 1px solid #000;
       font-size: .875rem;
       line-height: 1.375rem;
       font-weight: 400;
       font-family: "Open Sans", sans-serif;
       color: #333;
       border-radius: 0;
       padding: 0 2px 0 8px;
       height: 42px;
   }

   .private-bank-wrap.securites-private-wrap .search-form__button {
       font-size: .875rem;
       line-height: 1.375rem;
       background-color: #1D4094;
       color: #fff;
       font-weight: 700;
       padding: 0;
       display: inline-block;
       text-transform: uppercase;
       width: 74px;
       height: 42px;
       border-radius: 0;
       border: none;
   }

   .private-bank-wrap.securites-private-wrap .search-form__button-icon {
       display: none;
   }

   @media (max-width: 767px) {
       .private-bank-wrap.securites-private-wrap .search-form {
           width: 100%;
       }

       .private-bank-wrap.securites-private-wrap .search-form__form {
           flex-direction: row;
       }

       .private-bank-wrap.securites-private-wrap .search-form__input {
           width: 70%;
       }
       .private-bank-wrap.securites-private-wrap .button-wrap{
        width: 100%
        }
        .private-bank-wrap.securites-private-wrap .textwithdoublebutton-right {
             width: 100%;
             padding-left: 0;
         }

   }
