.container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.consultant-sec {
    padding: 80px 0;
}
.consult-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 81%;
    gap: 60px;
    margin: 0 auto 30px;
}
.consult-lft {
    max-width: 380px;
    width: 100%;
}
.consult-rit {
    width: 62.5%;
}
.attorney-title h1 {
    font-family: "ITC Berkeley Oldstyle Std", Sans-serif;
    font-size: 71px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
    word-spacing: 0;
    color: #E6872A;
    border-bottom: 1px solid #000000;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.attorney-sub-title h2 {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 3px;
    color: #626366;
}
.attorney-sub-title h2 strong {
    color: #E6872A;
}
.attorney-cnt h3 {
    font-family: "ITC Berkeley Oldstyle Std", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    color: #626366;
}
.attorney-details-item,
.attorney-office-place {
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.3px;
    color: #626366;
    margin-bottom: 12px;
}
.attorney-office-place {
    color: #e78a2f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0 10px;
}
.attorney-details-item strong {
    font-weight: inherit;
}
.contact-info .attorney-num {
    margin-bottom: 15px;
}
.action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.consultant-bio {
    padding: 15px 15px 15px 15px;
    --container-widget-width: 1220px;
    --container-widget-flex-grow: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.74;
    letter-spacing: -0.24px;
    color: #626366;
    margin: 15px auto 0;
    width: 81%;
}
.team-section {
    padding: 50px 0 0;
}
.section-header {
    font-family: "ITC Berkeley Oldstyle Std", Sans-serif;
    font-size: 68px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 8px;
    color: #E6872A;
}
.our-team-list {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.team-item {
    width: 47.1%;
    padding: 38px;
    border: 1px solid #fff;
    border-radius: 50px 0 50px 0;
    box-shadow: 0 0 26px 0 #E6E6E7;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consult-lft {
    max-width: 380px;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0 0 26px 0 #E6E6E7;
    /* padding: 20px; */
    border-radius: 50px 0 50px 0;
}
.attorny-img {
    width: 100%;
}
.attorny-img img {
    width: 100%;
    border-radius: 50px 0 50px 0;
    display: block;
}
.team-item-img {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #E7E7E8 100%);
    padding: 5px 32px 0;
    width: 42%;
    box-shadow: 0 0 26px 0 #E6E6E7;
}
.team-item-img img {
    display: block;
    width: 100%;
}
.team-item-title {
    width: 50.3%;
}
.team-item-title h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 1em;
    letter-spacing: 3px;
    color: #E6872A;
}
.team-item-designation h4 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 1em;
    letter-spacing: 1.8px;
    color: var(--e-global-color-text);
}
.attorney-title-sub {
    font-family: "ITC Berkeley Oldstyle Std", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 1em;
    letter-spacing: 1px;
    color: #626366;
    display: block;
    padding-left: 35px;
    position: relative;
}
.attorney-title-sub::before,
.team-item-designation h4::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #E68524 0%, #FCC55D 100%);
    height: 3px;
    width: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.team-item-designation h4 {
    position: relative;
    padding-left: 35px
}
.header-team .site-logo {
    order: 0;
    width: 100%;
    max-width: 422px;
}
.header-team .team-top-rit {
    display: flex;
    align-items: center;
    order: 1;
    justify-content: center;
    gap: 30px;
}
.header-team .site-logo img {
    max-height: 100%;
    width: 100%;
    display: block;
}
.header-team .header-block {
    display: flex;
    justify-content: space-between;
}
.header-team .header-quote-btn {
    order: inherit !important;
}
.header-team .header-social-links {
    order: inherit !important;
}
.cntct-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 60px;
}
.cntct-title hr {
    flex: 1;
    border: none;
    height: 1px;
    background: #c8c8c8;
    margin-bottom: 0;
}
.cntct-title .cntct-hdg {
    font-family: "Jost", Sans-serif !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    color: #78797C;
    margin-bottom: 0;
}
.team-footer .container {
    width: 100%;
    max-width: 1445px;
    margin: auto;
}
.ftr-form-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 50px;
}
.contact-info {
    width: 49.5%;
}
.contact-rgt {
    width: 39.6%;
}
.contact-info h3 {
    font-family: "ITC Berkeley Oldstyle Std", Sans-serif;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.4px;
    color: #626366;
}
.contact-info p {
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: -0.2px;
    margin-bottom: 45px;
}
.attorney-details-item a {
    color: #E6872A;
}
.attorney-details-item a:hover {
    color: #626366;
}
.contact-form {
    width: 40%;
    padding: 50px;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #6263660A;
}
.contact-form h2 {
    font-family: "ITC Berkeley Oldstyle Std", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.4px;
}
.contact-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom a.footer-logo {
    display: block;
    width: 25%;
    margin-bottom: 20px;
}
.footer-bottom {
    text-align: center;
    padding: 50px 0;
}
.footer-bottom p,
.footer-bottom a {
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #626366 !important;
    margin-bottom: 0;
}
.footer-bottom a:hover {
    color: #E6872A;
}
.team-description p {
    font-size: 20px;
}
.page.page-id-2767 .consult-btn.upload-btn {
    display: none;
}
.team-footer form {
    width: 100% !important;
}
.team-footer form.ringler-forms .ginput_container.ginput_container_fileupload input {
    padding: 0;
}
.team-footer form.ringler-forms .gfield input,
.team-footer form.ringler-forms .gfield textarea {
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1 !important;
    letter-spacing: 0;
    outline: 0 !important;
    min-height: 52px;
    border: 0;
    padding: 15px 20px !important;
    border-radius: 5px !important;
    box-shadow: none;
    color: #626366;
    color: #626366;
}
.team-footer form.ringler-forms .gfield label,
.team-footer form.ringler-forms .gfield label {
    font-size: 16px;
    font-weight: 500;
    color: #626366;
    padding: 0 !important;
    border: 0 !important;
    min-height: 0 !important;
    width: 100%;
}
.team-footer form.ringler-forms .gfield label:placeholder,
.team-footer form.ringler-forms .gfield input::placeholder,
.team-footer form.ringler-forms .gfield textarea::placeholder {
    color: #626366;
}
.team-footer form.ringler-forms .gfield textarea {
    resize: none;
    min-height: auto !important;
    height: 200px;
}
.ringler-forms .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
    gap: 20px;
}
.team-footer form.ringler-forms .gfield .gfield_description {
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem) !important;
}
.team-footer form.ringler-forms .button {
    background-image: linear-gradient(156deg, #E68524 0%, #FCC55D 100%) !important;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem) !important;
    font-family: "Roboto", Sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin: auto !important;
    padding: 18px 60px !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 50px !important;
    outline: 0 !important;
    transition: all 0.5s;
}
.team-footer form.ringler-forms .button:hover {
    background-image: linear-gradient(270deg, #E68524 0%, #FCC55D 100%) !important;
}
.footer-form p.gform_required_legend {
    display: none;
}
.footer-form .gform_wrapper .gform_validation_errors {
    display: none !important;
}
.footer-form .gform_wrapper .gfield {
    position: relative;
}
.footer-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
.footer-form .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 5px;
    background: none;
    padding: 0;
    line-height: 18px;
    color: #ff0000;
    font-size: 15px !important;
    right: 5px;
    font-weight: 400;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.footer-form .gform_wrapper .gfield.gfield--type-name .validation_message.gfield_validation_message {
    top: inherit;
    bottom: 5px;
}
.footer-form .gform_wrapper .gfield .instruction.validation_message {
    top: initial !important;
    bottom: 5px;
}
.footer-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.footer-form .gform_wrapper .gfield.chk .validation_message.gfield_validation_message {
    left: 3px;
    top: 20px;
    margin: 0;
}
.team-footer form.ringler-forms .gform-footer.gform_footer.top_label {
    margin-top: 35px;
    padding: 0;
}
.consultant-bio p:last-child {
    margin-bottom: 0;
}
.team-item-img {
    padding: 0 !important;
    overflow: hidden;
    height: 260px;
}

.team-item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center top;
    transform: scale(1);
}
@media screen and (max-width:1440px) {
    .team-footer form.ringler-forms .gfield textarea {
        height: 190px;
    }
    .footer-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .footer-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 14px !important;
    }
    .team-footer form.ringler-forms .gfield input,
    .team-footer form.ringler-forms .gfield textarea {
        font-size: 15px !important;
        min-height: 48px;
        padding: 12px 18px !important;
        border-radius: 4px !important;
    }
    .ringler-forms .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        gap: 18px;
    }
    .team-footer form.ringler-forms .gform-footer.gform_footer.top_label {
        margin-top: 30px;
    }
}
@media screen and (max-width:1366px) {
    .team-footer form.ringler-forms .gfield textarea {
        height: 170px;
    }
    .footer-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .footer-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 13px !important;
    }
    .team-footer form.ringler-forms .gform-footer.gform_footer.top_label {
        margin-top: 28px;
    }
    .team-footer form.ringler-forms .gfield label {
        font-size: 15px !important;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:1280px) {
    .team-footer form.ringler-forms .gfield input,
    .team-footer form.ringler-forms .gfield textarea {
        min-height: 45px;
        padding: 12px 16px !important;
        border-radius: 3px;
    }
    .footer-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .footer-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 13px !important;
    }
    .team-footer form.ringler-forms .gfield textarea {
        height: 160px;
    }
    .ringler-forms .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        gap: 17px;
    }
    .team-footer form.ringler-forms .gform-footer.gform_footer.top_label {
        margin-top: 26px;
    }
}
@media screen and (max-width:1024px) {
    .team-footer form.ringler-forms .gfield input,
    .team-footer form.ringler-forms .gfield textarea {
        padding: 10px 15px;
        border-radius: 2px;
    }
    .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        gap: 15px 10px;
    }
    .team-footer form.ringler-forms .button {
        padding: 15px 55px !important;
        border-radius: 50px !important;
        width: 100% !important;
    }
    .ringler-forms .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .ringler-forms .gform_wrapper .gfield .instruction.validation_message {
        font-size: 12px !important;
    }
    .team-footer form.ringler-forms .gfield textarea {
        height: 140px;
    }
    .ftr-form-list br {
        display: none;
    }
    .ringler-forms .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        gap: 16px;
    }
}
@media screen and (max-width:767px) {
    .team-footer form.ringler-forms .gfield input,
    .team-footer form.ringler-forms .gfield textarea {
        min-height: 45px;
        padding: 12px 20px;
        border-radius: 2px;
    }
    .team-footer form.ringler-forms .gfield textarea {
        height: 120px;
    }
    .team-footer form.ringler-forms .gfield label {
        font-size: 14px !important;
        margin-bottom: 3px;
    }
    .team-footer form.ringler-forms .button {
        padding: 16px 65px !important;
    }
    .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        gap: 12px 10px;
    }
    .ringler-forms .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        gap: 15px;
    }
    .footer-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .footer-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 10px !important;
    }
    .team-footer form.ringler-forms .gform-footer.gform_footer.top_label {
        margin-top: 25px;
    }
}
@media screen and (max-width:480px) {
    .hm-contact-btn {
        width: 100% !important;
    }
    .ringler-forms .gform_fields.top_label.form_sublabel_below.description_below.validation_below {
        gap: 12px;
    }
}
@media screen and (max-width:1600px) {
    .attorney-title h1 {
        font-size: 60px;
        letter-spacing: 2px;
        margin-bottom: 22px;
        padding-bottom: 10px;
    }
    .attorney-title-sub {
        font-size: 19px;
        padding-left: 35px;
    }
    .attorney-sub-title h2 {
        font-size: 42px;
        letter-spacing: 2px;
    }
    .attorney-cnt h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .attorney-details-item,
    .attorney-office-place {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .team-item {
        padding: 32px;
    }
    .team-item-title h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .our-team-list {
        gap: 55px;
    }
    .team-item-img {
        padding: 5px 28px 0;
    }
    .consultant-bio p {
        font-size: 19px;
    }
    /* .team-item-title h3 {
        font-size: 25px;
    } */
    .team-description p {
        font-size: 19px;
    }
    .header-team .site-logo {
        max-width: 370px;
    }
    .team-footer .container {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }
    .contact-form {
        padding: 45px;
    }
    .contact-info h3 {
        font-size: 46px;
        letter-spacing: 0;
    }
    .contact-info p {
        font-size: 19px;
        letter-spacing: 0;
        margin-bottom: 40px;
    }
    .contact-form h2 {
        font-size: 38px;
    }
    .team-footer form.ringler-forms .gform-footer.gform_footer.top_label {
        margin-top: 30px;
    }
    .cntct-title .cntct-hdg {
        font-size: 29px;
    }
    .cntct-title {
        gap: 20px;
        margin-bottom: 40px;
    }
    .attorney-office-place {
        margin: 18px 0 8px;
    }
}
@media screen and (max-width:1366px) {
    .consultant-sec {
        padding: 70px 0;
    }
    .attorney-title h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .attorney-title-sub {
        font-size: 18px;
        padding-left: 30px;
    }
    .attorney-title-sub::before,
    .team-item-designation h4::before {
        width: 23px;
    }
    .attorney-sub-title h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .attorney-cnt h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .attorney-details-item,
    .attorney-office-place {
        font-size: 18px;
    }
    .team-item-title h3 {
        font-size: 25px;
    }
    .team-item-designation h4 {
        font-size: 16px;
    }
    .team-description p {
        font-size: 17px;
    }
    .team-item {
        padding: 28px;
        border-radius: 45px 0 45px 0;
    }
    .team-section {
        padding: 45px 0 0;
    }
    .our-team-list {
        gap: 50px;
    }
    .consultant-bio p {
        font-size: 18px;
    }
    .header-team .site-logo {
        max-width: 350px;
    }
    .attorney-office-place {
        margin: 17px 0 7px;
    }
    .team-footer .container {
        width: 100%;
        max-width: 1050px;
        margin: auto;
    }
    .contact-form {
        padding: 40px;
    }
    .contact-info h3 {
        font-size: 40px;
    }
    .contact-info p {
        letter-spacing: 0;
        margin-bottom: 40px;
    }
    .contact-form h2 {
        font-size: 32px;
    }
    .footer-bottom a.footer-logo {
        margin-bottom: 10px !important;
    }
    .contact-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .contact-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 14px !important;
    }
    .footer-bottom p,
    .footer-bottom a {
        font-size: 19px;
    }
    .cntct-title .cntct-hdg {
        font-size: 27px;
    }
    .cntct-title {
        gap: 18px;
        margin-bottom: 38px;
    }
}
@media screen and (max-width:1280px) {
    .header-team .team-top-rit {
        gap: 20px;
    }
    .consultant-sec {
        padding: 65px 0;
    }
    .consult-list {
        margin: 0 auto 20px;
        gap: 45px;
    }
    .consult-lft {
        max-width: 300px;
        /* padding: 15px; */
    }
    .attorney-title h1 {
        font-size: 40px;
        margin-bottom: 22px;
        padding-bottom: 8px;
    }
    .attorney-sub-title h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .attorney-title-sub {
        font-size: 16px;
        padding-left: 25px;
    }
    .attorney-title-sub::before,
    .team-item-designation h4::before {
        width: 19px;
    }
    .attorney-cnt h3 {
        font-size: 21px;
    }
    .attorney-details-item,
    .attorney-office-place {
        font-size: 17px;
        letter-spacing: 0;
        margin-bottom: 12px;
    }
    .our-team-list {
        gap: 45px;
    }
    .team-item {
        padding: 25px;
        border-radius: 40px 0 40px 0;
    }
    .team-item-title h3 {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .team-item-designation h4 {
        font-size: 14px;
    }
    .team-description p {
        font-size: 15px;
        letter-spacing: 0;
    }
    .cntct-title .cntct-hdg {
        font-size: 26px;
    }
    .cntct-title {
        gap: 16px;
        margin-bottom: 35px;
    }
    .header-team .site-logo {
        max-width: 300px;
    }
    .attorney-office-place {
        margin: 16px 0 6px;
    }
    .team-footer .container {
        width: 100%;
        max-width: 900px;
        margin: auto;
    }
    .contact-info h3 {
        font-size: 35px;
    }
    .contact-form {
        padding: 30px;
    }
    .contact-form h2 {
        font-size: 28px;
    }
    .contact-info p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .footer-bottom {
        padding: 45px 0;
    }
    .footer-bottom p,
    .footer-bottom a {
        font-size: 18px;
    }
}
@media screen and (max-width:1024px) {
    .header-team .header-block {
        justify-content: center;
    }
    .consultant-sec {
        padding: 50px 0;
    }
    .consult-list {
        width: 100%;
        margin: 0 auto 30px;
        gap: 35px;
        flex-direction: column;
    }
    .consult-rit {
        width: 100%;
        max-width: 450px;
    }
    .attorney-title h1 {
        font-size: 35px;
    }
    .attorney-sub-title h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
    }
    .attorney-cnt h3 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .action-buttons {
        gap: 15px;
        flex-wrap: wrap;
    }
    .team-item {
        width: 320px;
        padding: 25px;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .team-item-title h3 {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
    /* .team-item-designation h4 {
        font-size: 14px;
    } */
    .our-team-list {
        gap: 35px;
    }
    .team-item-title {
        width: 100%;
        text-align: start;
    }
    .team-item-img {
        padding: 5px 20px 0;
        width: 250px;
    }
    .consultant-bio p {
        font-size: 17px;
    }
    .attorney-office-place {
        margin: 15px 0 5px;
    }
    .contact-info .attorney-num {
        margin-bottom: 10px;
    }
    .footer-bottom a.footer-logo {
        width: 200px;
    }
    .team-footer .container {
        width: 100%;
        max-width: 720px;
        margin: auto;
    }
    .contact-grid {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .contact-form {
        width: 400px;
        padding: 30px 25px;
        border-radius: 15px;
    }
    .contact-info h3 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .contact-info p {
        font-size: 18px;
        line-height: 1.66;
        text-align: center;
    }
    .contact-info {
        text-align: center;
        width: 100%;
    }
    .footer-bottom a.footer-logo {
        max-width: 400px;
    }
    .footer-bottom {
        padding: 35px 0;
    }
    .site-footer {
        margin-bottom: 0 !important;
    }
    .cntct-title .cntct-hdg {
        font-size: 24px;
    }
    .cntct-title {
        gap: 14px;
        margin-bottom: 30px;
    }
    .header-team .site-logo {
        max-width: 280px;
    }
    .consultant-bio {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
.consult-rit {
    text-align: center;
}    
.header-consult-btn,
    .header-quote-btn,
    .header-social-links {
        display: block !important;
    }
    .header-team .team-top-rit {
        gap: 10px;
        flex-wrap: wrap;
    }
    .header-social-links {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .header-team .site-logo {
        max-width: 250px;
    }
    .attorney-office-place {
        margin: 14px 0 5px;
    }
    .footer-bottom a.footer-logo {
        width: 180px;
    }
}
@media screen and (max-width:480px) {
.consult-rit {
    text-align: center;
}    
.site-header {
        position: inherit !important;
    }
    .consultant-bio p {
        font-size: 16px;
    }
    .consult-lft {
        max-width: 280px;
        /* padding: 15px 10px 0; */
        border-radius: 30px 0 30px 0;
    }
    .attorney-title h1 {
        font-size: 24px;
        letter-spacing: 0;
    }
    .attorney-sub-title h2 {
        font-size: 21px;
        margin-bottom: 12px;
    }
    .attorney-cnt h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .cmn-btn {
        font-size: 15px !important;
    }
    .team-item {
        width: 280px;
    }
    .contact-form {
        width: 100%;
    }
    .contact-form h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contact-info h3 {
        font-size: 26px;
    }
    .contact-info p {
        font-size: 17px;
        line-height: 1.45;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .footer-bottom a.footer-logo {
        max-width: 280px;
    }
    .footer-bottom p,
    .footer-bottom a {
        font-size: 16px;
        line-height: 1.45;
        letter-spacing: 0;
    }
    .footer-bottom {
        padding: 30px 0;
    }
    .cntct-title {
        margin-bottom: 25px;
    }
    .cntct-title .cntct-hdg {
        font-size: 22px;
    }
    .cntct-title {
        gap: 11px;
        margin-bottom: 25px;
    }
    .header-team .site-logo {
        max-width: 230px;
    }
    .attorney-details-item,
    .attorney-office-place {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .footer-bottom a.footer-logo {
        width: 150px;
    }
}

