.page_bnr {
    background-image: url(../images/in-pg-banr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    min-height: 400px;
    padding: 110px 50px 50px;
}

.page_bnr .container {
    max-width: 100%;
    padding: 0;
}

.page_title h1,
.page_title h2 {
    font-size: 72px;
    line-height: 1.11;
    font-family: var(--headingFont);
    font-weight: 800;
    color: #fff;
    margin-bottom: 37px;
}

.in-banr-btn-blk {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.in-banr-btn-left {
    background-color: var(--yellow);
    font-family: var(--bodyFont);
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 700;
    padding: 30px 30px;
}

.in-banr-btn-rht {
    width: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.in-banr-btn-rht svg {
    transition: all .5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
    transform: translateX(0px);
}

.in-banr-btn a:hover .in-banr-btn-rht svg {
    transform: translateX(5px);
}

.genpg-rite .inrpg-breadcrumbs {
    font-size: 16px;
    font-family: var(--bodyFont);
    text-transform: uppercase;
    line-height: 1.56;
    color: var(--black);
    letter-spacing: 8px;
    margin-bottom: 60px;
}

.in-banr-btn p {
    margin: 0;
}

.genpg-rite .inrpg-breadcrumbs span.breadcrumb_last {
    padding: 0 0 5px;
    color: var(--black);
    border-bottom: 2px solid var(--yellow);
}

.genpg-rite .inrpg-breadcrumbs a {
    color: var(--black);
}

.genpg-rite .inrpg-breadcrumbs a:hover {
    color: var(--yellow);
}

/* common styling starts */

.page_default {
    padding: 100px 50px 108px;
    position: relative;
}

.page_content {
    display: flex;
    justify-content: space-between;
}

.genpg-rite {
    width: 65.6%;
    margin-right: 30px;
    flex: 1;
}

.genpg-rite.full-width {
    width: 100%;
    margin: 0;
}

.genpg-lft {
    width: 32%;
    flex-basis: 400px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 11px;
    max-width: 400px;
}

@media screen and (max-width:1024px) {

    .genpg-rite {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .genpg-lft {
        width: 100%;
        max-width: 350px;
    }

    .page_content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

}

h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: var(--headingFont);
    line-height: 1.16;
    letter-spacing: 0;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
}

h1,
.h1,
.search-no-results article.post .entry-header h1.entry-title {
    font-size: 72px;
    line-height: 1.16;
    margin: 0 0 20px;
}

h2 {
    font-size: 35px;
    line-height: 1.28;
    margin-top: 40px;
    margin-bottom: 35px;
}

h2:first-child {
    margin-top: 0;
}

h3 {
    font-size: 20px;
    line-height: 1.5;
    color: var(--yellow);
    text-transform: uppercase;
    font-family: var(--bodyFont);
    font-weight: 700;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
    line-height: 1.5;
}

h6 {
    font-size: 22px;
}

p,
li {
    font-size: 18px;
    font-family: var(--bodyFont);
    font-weight: 400;
    line-height: 2;
    color: var(--black);
    margin-bottom: 33px;
}

p strong,
li strong {
    font-weight: 700;
}

.page_content a {
    text-decoration: none;
    color: var(--yellow);
}

.page_content li a:hover,
.page_content a:hover {
    text-decoration: none;
}

.genpg-rite ul li {
    padding-left: 25px;
    color: #000;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.6;
}

.genpg-rite ol li {
    margin: 0 0 10px;
    padding-left: 25px;
    line-height: 1.6;
    color: #000;
    position: relative;
    list-style: none;
    counter-increment: item;
}

.genpg-rite ol li:before {
    content: counter(item) ".";
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: var(--headingFont);
    font-weight: 700;
    color: var(--yellow);
}

.genpg-rite ul li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    left: 0px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--yellow);
}

.genpg-rite ul li ul li::before,
.genpg-rite ul li ul li ul li::before {
    left: 0;
}

/* .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
} */

.genpg-rite li ul li {
    /* padding-left: 10px; */
    list-style: inherit;
}

.genpg-rite ol,
.genpg-rite ul {
    margin: 30px 0px 30px 30px;
    list-style-position: inside;
}

/* .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
} */

/* .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
} */

.genpg-rite ul li>ul li {
    list-style-type: inherit;
}

.genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}

.genpg-rite ul li>ol li {
    list-style-type: decimal;
}

.genpg-rite ul li>ol li:before {
    display: none;
}

.genpg-rite ul li>ol li>ul li {
    list-style-type: inherit;
}

.in-cmn-img {
    margin: 0 0 30px;
}

.in-cmn-img img {
    width: 100%;
    display: block;
}

/* common styling ends */

/*  SearchPage Styles */

.search-no-results article.post .entry-header {
    margin: 0;
}

.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 20px;
}

/* sidebars starts */

.genpg-lft .widget {
    padding: 50px 40px 50px 40px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.genpg-lft .widget .widget-title {
    font-family: var(--headingFont);
    font-weight: 800;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.33;
    color: var(--blue);
    margin-bottom: 22px;
}

.genpg-lft .widget ul {
    padding: 0;
    margin: 0;
}

.genpg-lft .widget ul li a {
    position: relative;
    border: 0;
    font-family: var(--bodyFont);
    font-size: 24px;
    font-weight: var(--medium);
    color: var(--text);
    padding: 30px 0px;
    display: block;
    border-bottom: 1px solid rgba(107, 121, 151, .3);
    transition: color .5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
    line-height: 36px;
}

.genpg-lft .widget ul li:last-child a {
    border-bottom: 0;
}

.genpg-lft .widget ul li {
    list-style: none;
    margin: 0;
}

.genpg-lft .widget ul li:last-child {
    margin: 0;
}

.genpg-lft .widget ul li a:hover {
    color: var(--yellow);
}

.genpg-lft .widget ul.sub-menu {
    display: none;
    padding: 10px 0 0 0;
}

.genpg-lft button.subMenuToggle {
    position: absolute;
    right: 0;
    top: -4px;
}

.genpg-lft .menu-item-has-children>button {
    font-family: var(--bodyFont);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    display: block;
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 0;
}

.genpg-lft .menu-item-has-children>button:before {
    content: '+';
}

.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    content: '-';
    font-size: 60px;
    top: -10px;
    position: relative;
}

.genpg-lft .widget li a.drop.open {
    transform: rotate(90deg);
}

.genpg-lft .widget ul.sub-menu li a {
    font-size: 25px;
}

/* sidebar location */

.in-loc-sb-blk a {
    line-height: 2;
}

.in-loc-sb-blk p {
    margin: 0;
}

.in-loc-sb-blk iframe {
    margin: 0 0 10px;
}

.in-loc-sb-blk p:last-child {
    margin: 5px 0 0;
}

/* sidebar form */

.genpg-lft .in-sb-form {
    background-color: #2372d1;
    padding: 42px 40px 40px 40px;
}

.in-sb-form .gfield {
    margin-bottom: 20px !important;
}

.in-sb-form-hdg {
    font-size: 40px;
    font-family: var(--headingFont);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px !important;
}

.genpg-lft .in-sb-form .gfield textarea {
    height: 150px !important;
    resize: none !important;
    min-height: auto !important;
}

.in-sb-form .gform_validation_errors {
    display: block !important;
}

.in-sb-form .gfield input.large,
.in-sb-form textarea.large,
.in-sb-form select {
    font-size: 16px !important;
    padding: 31px 30px !important;
    font-family: var(--bodyFont) !important;
    font-weight: 700 !important;
    color: var(--black) !important;
    outline: 0;
    line-height: 1.2 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
}

.in-sb-form input::placeholder,
.in-sb-form textarea::placeholder,
.in-sb-form select::placeholder {
    color: var(--black) !important;
}

.genpg-lft .in-sb-form select {
    padding: 18px 30px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important;
    background: #fff;
}

.in-sb-form .gfield:has(select)::after {
    content: "";
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--black);
    width: 8px;
    height: 4px;
    background-color: var(--black);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 1;
}

.in-sb-form .gform_fields.top_label.form_sublabel_below.description_below {
    gap: 0;
}

.in-sb-form .form-links a,
.in-sb-form .gfield_checkbox label {
    font-size: 16px !important;
    font-family: 'Vend Sans';
    font-weight: 400;
    color: #000;
    line-height: 1;
    cursor: pointer;
}

.in-sb-form .form-links {
    margin: 5px 0px -5px;
}

.in-sb-form .top_label input[type="checkbox"] {
    width: 12px !important;
    height: 12px !important;
    min-height: auto !important;
    min-width: auto !important;
    margin: 1px 0 0px !important;
    border: 2px solid #b9beca !important;
    outline: none !important;
}

.in-sb-form .gform_footer input[type="submit"] {
    display: inline-block;
    font-family: var(--bodyFont) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 2px !important;
    color: var(--blue) !important;
    text-transform: uppercase !important;
    background-color: var(--yellow) !important;
    text-decoration: none;
    padding: 22px !important;
    border-radius: 0 !important;
    border: 0 !important;
    outline: none !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    text-align: center;
    width: 100% !important;
    text-align: center;
}

.in-sb-form .gform_footer input[type="submit"]:hover {
    background: var(--blue) !important;
    color: #fff !important;
}

.in-sb-form .gform_footer.top_label {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.in-sb-form .gfield .validation_message.gfield_validation_message,
.in-sb-form .gfield .instruction.validation_message,
.in-sb-form .gform_validation_errors h2 {
    position: relative;
    top: inherit;
    bottom: 0;
    background: none !important;
    padding: 0px !important;
    font-family: var(--bodyFont);
    color: var(--yellow) !important;
    font-size: 15px !important;
    line-height: 1.33 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    right: 0;
    left: 0;
    font-weight: 500;
    width: auto;
    border: none !important;
    pointer-events: none;
    box-shadow: none !important;
    margin: 10px 0 0;
}

.in-sb-form .gform_validation_errors {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    position: relative;
    width: 100%;
}

.in-sb-form .gform_validation_errors span {
    display: none !important;
}

.in-sb-form .gfield .instruction.validation_message {
    display: none;
}

/* sidebar search */

.genpg-lft .in-search-sb table {
    margin: 0;
}


/* Table Content */

.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 32px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}

.genpg-lft .widget .lwptoc_header b {
    font-weight: 400 !important;
}

.genpg-lft .widget .lwptoc_item {
    margin-bottom: 20px;
}

.genpg-lft .widget .lwptoc_item a,
.genpg-lft .lwptoc-light .lwptoc_items A:visited {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #000 !important;
}

.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 0 !important;
    color: #1e90ff !important;
}

.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}

.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 40px 30px;
    width: 100%;
}

.genpg-lft .widget .lwptoc_item:last-child {
    margin: 0;
}

.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}

.genpg-lft .lwptoc_toggle {
    white-space: nowrap;
    margin-left: 0;
    font-size: 80%;
    width: 100%;
    display: block;
    padding-top: 10px;
}

@media screen and (max-width:1024px) {
    .genpg-lft .widget.widget_lpwtoc_widget {
        display: none;
    }

}

.blog-archives {
    background-color: #1e90ff;
    padding: 50px 35px 70px;
    position: relative;
    margin: 0 0 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.genpg-lft .blog-archives .widget {
    box-shadow: unset;
}

.genpg-lft .blog-archives .widget h4.widget-title {
    text-align: left;
    padding: 20px 0;
}

.genpg-lft .blog-archives .widget input,
.genpg-lft .blog-archives .widget select {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #555952;
    padding: 23px 30px !important;
    background-color: #fff !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 100%;
    background-image: url(../images/blg-search-icn.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: auto !important;
    opacity: 1 !important;
    border: 0;
}

.genpg-lft .blog-archives .widget select {
    background-image: url(../images/blg-drp-dwn.webp);
}

.genpg-lft .blog-archives .widget .search-field {
    background-image: none !important;
}

/* .genpg-lft .blog-archives .widget_search input {
    cursor: text;
} */

.genpg-lft .blog-archives .widget input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100% !important;
    background-color: #ccc !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 0 !important;

}

.genpg-lft .blog-archives .search-form {
    position: relative;
}

/* SideBar testimonials */

.sidebar-testi {
    padding: 30px 30px 80px;
    text-align: center;
}

.sidebar-testi p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
}

.sidebar-testi h3 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}

.sidebar-testi h4.author {
    color: #000;
    font-size: 22px;
}


.sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}

.sidebar-testi.owl-carousel .owl-nav button {
    background: #ccc !important;
    width: 50px;
    height: 40px;
    margin: 0 5px;
}

.sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 28px;
    font-weight: bold;
}

.sidebar-testi.owl-carousel .owl-nav button:hover {
    background: #000 !important;
}

.sidebar-testi.owl-carousel .owl-nav button:hover span {
    color: #fff;
}

/* sidebars ends */

/*  Testimonials Page */

.testimonials-page .in-testi-blk {
    column-count: 2;
    gap: 30px;
}

.testimonials-page .in-testi-item {
    padding: 50px 40px;
    display: inline-block;
    margin: 0 0 35px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonials-page .in-testi-item p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
}

.testimonials-page .in-testi-item h3 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}

.testimonials-page .in-testi-item h4.author {
    color: #000;
    font-size: 22px;
}

/* blog starts */

.post-item {
    border-bottom: 1px solid rgba(107, 121, 151, .5);
    padding-bottom: 84px;
    margin-bottom: 60px;
}

.post-meta {
    font-family: var(--bodyFont);
    font-size: 14px;
    letter-spacing: 2.5px;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.78;
    margin-bottom: 33px;
}

.post-meta span {
    padding: 0 5px;
}

.genpg-rite .post-item h2 a {
    color: var(--blue);
    font-weight: 900;
}

.blog-post-img {
    margin: 0 0 20px;
}

.blog-post-img img {
    width: 100%;
    display: block;
}

.genpg-rite .post-btn a {
    font-family: var(--bodyFont);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 6px;
    color: var(--yellow);
    font-weight: 700;
    text-transform: uppercase;
    transition: color .5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
    display: inline-block;
}

.post-btn a:hover {
    color: var(--blue);
}

.page_default.blog_pg .underscores-pagination {
    width: 100%;
    margin: 75px 0 0;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li {
    padding: 0 !important;
    margin: 0 !important;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li::before {
    display: none;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a,
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0;
    box-shadow: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    font-family: var(--bodyFont);
    font-weight: 900;
    font-size: 14px;
    transition: background-color .5s cubic-bezier(0.17, 0.66, 0.34, 0.98), color .5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current,
.page_default.blog_pg .underscores-pagination ul.page-numbers li a:hover {
    background: var(--yellow);
    color: #fff;
}

.page_default.blog_pg .underscores-pagination a.next.page-numbers,
.page_default.blog_pg .underscores-pagination a.prev.page-numbers {
    font-size: 20px !important;
    color: var(--blue) !important;
    background-color: #fff !important;
}

.page_default.blog_pg .underscores-pagination a.prev.page-numbers {
    display: none;
}

/* blog ends */

/* single blog starts */

.in-sing-post-meta {
    font-family: var(--bodyFont);
    font-size: 14px;
    letter-spacing: 4px;
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.78;
    margin-bottom: 33px;
}

.in-sing-post-meta span {
    padding: 0 5px;
}

.single-post-thumbnail {
    margin-bottom: 20px;
}

.single-post-thumbnail img {
    width: 100%;
    display: block;
}

/* Single Blog ends */

/* Contact Page */

.page_default .genpg-rite .cntpg-frmadrs {
    background: #f6f6f6;
    border-top: 8px solid #3584f0;
    padding: 60px 95px;
    text-align: center;
    position: relative;
}

.page_default .genpg-rite .cntpg-fm {
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    text-align: left;
}

.page_default .genpg-rite .cntfrm {
    width: 50%;
    float: right;
    padding: 0 0 0 30px;
}

.cntadrs {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
}

.page_default .genpg-rite .cntadrs h3 {
    background: #e5b21b;
    color: #fff;
    text-align: center;
    font-size: 38px;
    margin: 0;
    padding: 21px 30px;
}

.page_default .genpg-rite .cntpg-adrs {
    background: #03152b;
    padding: 40px 150px 40px 50px;
}

.page_default .genpg-rite .cntadrs ul {
    margin: 0;
}

.page_default .genpg-rite .cntadrs ul li {
    list-style: none;
    color: #fff;
    padding: 0 0 0px 95px;
}

.page_default .genpg-rite .cntadrs ul li:before {
    width: 65px;
    height: 65px;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background: #fff;
}

.page_default .genpg-rite .cntadrs ul li strong {
    font-weight: 400;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.page_default .genpg-rite .cntadrs .ftr-socil {
    padding: 0 0 20px 95px;
}

.ftr-socil a {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    margin: 0 14px 0 0;
    background: #3584f0;
    transition: 1s;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li {
    margin: 0px 0 10px 0;
    padding: 0;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper label.gfield_label {
    display: none;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li input,
.page_default .genpg-rite .contpg-frm .gform_wrapper li select,
.page_default .genpg-rite .contpg-frm .gform_wrapper li textarea {
    font-size: 15px !important;
    padding: 10px 15px !important;
    outline: 0 !important;
    border: 1px solid #b7b7b7 !important;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li.popfield {
    margin: 0 0 -30px 0;
}

.page_default .genpg-rite .contpg-frm .gform_legacy_markup_wrapper .gform_footer {
    text-align: right;
    padding: 0;
}

.page_default .genpg-rite .contpg-frm input {
    --placeholdercolor: #000;
}

.page-content form.search-form {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.page-content form.search-form label {
    width: 100%;
}

.page-content form.search-form input[type="submit"] {
    width: 100%;
    padding: 17px;
    background: #d9262c;
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
}

/* Search Page Styles */

.search-no-results .blg-cntblk input.search-field {
    width: 100%;
    padding: 10px 22px;
    font-size: 20px;

}

.search-no-results .blg-cntblk .search-form {
    width: 40%;
    position: relative;
}

.search-no-results .blg-cntblk .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #1e90ff;
    cursor: pointer;
}

/* our attorneys starts */

.page-template-out-attorneys-page .page_default {
    padding: 100px 50px 40px 50px;
}

.in-attorney-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.in-attorney-list {
    max-width: 1250px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
}

.in-attorney-box {
    flex-basis: calc(33.3333% - 15px);
    margin-bottom: 75px;
    position: relative;
}

.in-attorney-box:hover .in-sg-attrny-bio a {
    color: var(--blue);
}

.in-attrny-img {
    margin-bottom: 21px;
}

.in-attrny-img img {
    display: block;
    width: 100%;
    height: auto;
}

.in-attrny-info h3 {
    font-family: var(--headingFont);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.33;
    color: var(--blue);
    text-transform: capitalize;
    margin-bottom: 17px;
}

.in-sg-attrny-bio a {
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--yellow);
    letter-spacing: 6px;
    text-transform: uppercase;
    transition: color .5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.in-attorney-box .hover a {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    z-index: 3;
}

/* our attorneys ends */

/* case results starts */

.case-results-tagline {
    font-family: var(--headingFont);
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.case-results-title {
    margin: 0px 0px 30px;
    font-size: 72px;
    line-height: 1.11;
    font-weight: 800;
    color: var(--yellow);
}

.in-case-top-content {
    margin-bottom: 90px;
}

.case-results-box {
    border-bottom: 1px solid rgba(107, 121, 151, .5);
    padding-bottom: 50px;
    margin-bottom: 50px;
    flex: 0 0 calc((100% - 50px)/2);
}

.case-results-box .inner .amount {
    font-family: var(--headingFont);
    font-weight: 800;
    line-height: 63px;
    font-size: 48px;
    color: var(--yellow);
    margin-bottom: 28px;
}

/* case results ends */

/* community starts */

.page_default.community_pg {
    padding: 0;
}

.page_default.community_pg .container {
    max-width: 1250px;
}

.in-commun-intro-sec {
    background-color: var(--blue);
    padding: 115px 0;
}

.in-commun-intro-blk {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding: 0 25px;
}

.in-commun-intro-left {
    flex: 0 0 40%;
}

.in-commun-intro-subtitle {
    color: var(--yellow);
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: var(--headingFont);
}

.in-commun-intro-title {
    color: #fff;
    line-height: 1.2;
    font-size: 65px;
    font-family: var(--headingFont);
    font-weight: 800;
    margin: 0;
}

.in-commun-intro-text p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
}

.in-commun-media-sec {
    padding: 115px 0;
}

.in-commun-media-item {
    background-color: #ececec;
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-bottom: 95px;
}

.in-commun-media-item:last-child {
    margin: 0;
}

.in-commun-media-item.reverse {
    flex-direction: row-reverse;
}

.in-commun-media-img {
    flex: 0 0 calc(50% - 30px);
    background-color: #fff;
    border: 4px solid var(--yellow);
    padding: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-commun-media-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.in-commun-media-content {
    padding: 70px 60px;
}

.in-commun-media-title {
    color: var(--blue);
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 35px;
    font-weight: 700;
    font-family: var(--headingFont);
}

.in-commun-media-text p {
    margin-bottom: 0;
}

.in-commun-awards-sec {
    background-color: #f8f8f8;
    text-align: center;
    padding: 100px 0;
}

.in-commun-awards-main {
    padding: 0 20px;
}

.in-commun-awards-title {
    color: var(--blue);
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 800;
    font-family: var(--headingFont);
}

.in-commun-awards-text {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 3px solid #ececec;
}

.in-commun-awards-text p {
    margin: 0;
}

.in-commun-awards-list.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.in-commun-award-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 25px;
}

.in-commun-award-img img {
    width: auto !important;
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

.in-commun-awards-list.owl-carousel .owl-nav button {
    width: 22px;
    height: 22px;
    background: url(../images/in-awards-arrow.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    transition: all .5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
    transform: translateX(0px);
}

.in-commun-awards-list.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
    left: auto;
    right: -10px;
}

/* community ends */

/* video center starts */

.page_default.video_center_pg .container {
    max-width: 1400px;
    padding: 0;
}

.vids .in-video-center-title {
    text-align: center;
    margin-bottom: 30px;
}

.videos {
    justify-content: space-between;
    flex-flow: row wrap;
}

.video {
    min-width: 300px;
    max-width: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-basis: 31%;
    position: relative;
    align-items: center;
    margin: 0 auto;
}

.video .play-btn {
    width: 100%;
    height: 250px;
    margin-bottom: 16px;
    position: relative;
    display: flex;
}

.video .title {
    font-family: var(--headingFont);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.36;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    color: var(--yellow);
    margin-bottom: 30px;
    width: 100%;
}

.video-img {
    position: relative;
    margin: 0 0 15px;
}

.video svg {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.video-img:hover svg ellipse {
    fill: #000;
}

.video-img:hover svg path {
    fill: var(--yellow);
}

.video .video-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

.video .video-img:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.vids .popoverContainer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.vids .case-modal-1 {
    width: 100%;
    max-width: 935px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.vids .case-modal-content {
    max-height: 95vh;
    width: 90%;
    padding: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: inherit;
    position: relative;
    background: transparent;
    position: relative;
    z-index: 5;
}

.vids .case-modal-content iframe {
    width: 100%;
    height: 500px;
}

.vids .case-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-family: 'Prata', sans-serif;
    font-weight: 400;
    font-size: 0;
    line-height: 1;
    z-index: 3;
    padding: 0;
    border: none;
    background: transparent;
}

.vids .btn-popups {
    margin: auto;
    background-color: transparent;
    border-radius: 0px;
    padding: 10px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    border: 0;
    cursor: pointer;
}

@media (min-width: 1100px) {
    .videos {
        display: flex;
    }
}

/* video center ends */

/* single attorney starts */

.page-template-single-attorney-page .logo-container {
    background-color: var(--blue);
    padding-bottom: 20px;
}

.page_default.sg_attorney_pg {
    padding: 200px 50px 108px 50px;
}

.page_default.sg_attorney_pg .container {
    max-width: 1250px;
    padding: 0;
}

.page_default.sg_attorney_pg .top-shade {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #f8f8f8;
    height: 470px;
    z-index: -1;
}

.attorney-details {
    max-width: 970px;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-attnry-left {
    margin-right: 50px;
    flex-basis: 400px;
    flex-grow: 0;
    flex-shrink: 0;
}

.in-attnry-left img {
    width: 100%;
    display: block;
}

.in-attnry-details {
    margin-bottom: 100px;
    min-height: 200px;
}

.in-attnry-details h1 {
    font-family: var(--headingFont);
    font-size: 48px;
    line-height: 1.35;
    color: var(--blue);
    font-weight: 800;
    margin: 0;
}

.attorney-designation {
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.67;
    color: var(--black);
}

.in-attnry-contact {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.in-attnry-contact p:first-child {
    min-width: 120px;
    margin: 0 95px 0 0;
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 14px;
    color: var(--yellow);
    text-transform: uppercase;
    letter-spacing: 6px;
}

.in-attnry-contact p:last-child {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--blue);
    margin: 0;
}

.in-attnry-contact p a {
    color: var(--blue);
}

.in-attnry-contact p a:hover {
    color: var(--yellow);
}

.attorney-content {
    max-width: 825px;
    margin: 64px auto 0 auto;
}

.genpg-rite .content em {
    font-style: normal;
}

.genpg-rite blockquote p {
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 30px 0px;
    padding-left: 35px;
    border-left: 4px solid var(--yellow);
    color: var(--blue);
}

.genpg-rite .content h2 {
    margin: 0 0 15px;
}

.genpg-rite .content ul li {
    padding-left: 40px;
    line-height: 1.6;
    margin: 0 0 7px;
}

.genpg-rite .content h3 {
    font-family: var(--bodyFont);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--yellow);
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* single attorney ends */



/* banner page starts */

.in-attrny-banr-sec {
    min-height: 630px;
    display: flex;
    align-items: center;
    padding: 110px 50px 50px 50px;
    position: relative;
    top: 0px;
}

.in-attrny-banr-sec picture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.in-attrny-banr-sec picture img {
    border: 0;
    font-size: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.in-attrny-banr-blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.in-attrny-banr-left {
    text-align: left;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.in-attrny-banr-tit {
    font-family: var(--headingFont);
    color: #fff;
    font-size: 72px;
    line-height: 1.11;
    margin-bottom: 37px;
    max-width: 100%;
    font-weight: 800;
    text-transform: uppercase;
}

.in-attrny-banr-subtitle {
    font-size: 22px;
    color: #fff;
    font-family: var(--headingFont);
    margin: 0;
}

.in-attrny-banr-btn a {
    margin-top: 57px;
    background-color: var(--yellow);
    color: #000;
    padding: 27px 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--headingFont);
    display: inline-block;
    letter-spacing: 2px;
    font-size: 22px;
}

.in-attnry-banr-results {
    background-color: var(--blue);
    padding: 0 20px;
}

.in-attnry-banr-results .container {
    max-width: 1250px;
    padding: 0;
}

.in-attnry-banr-blk {
    padding: 30px 0px;
    font-family: var(--headingFont);
    display: flex;
    font-weight: 700;
    align-items: center;
    letter-spacing: 1px;
}

.in-attnry-banr-case-hdg {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    flex-basis: 40%;
}

.in-attnry-banr-case {
    border-right: 2px solid #414141;
    text-align: center;
    flex-basis: 60%;
}

.in-attnry-banr-result {
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
}

.in-attnry-banr-case-title {
    font-size: 20px;
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 800;
}

/* banner page ends */

/* 404 starts */

.page-not-content {
    text-align: center;
}

.page-not-warning {
    font-size: 50px;
    font-family: var(--bodyFont);
    line-height: 1.3;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* 404 ends */

/* service areas starts */

.primary-location-sec {
    padding: 70px 50px 100px;
}

.we-serve-title {
    text-align: center;
    font-family: var(--headingFont);
    font-weight: 800;
    font-size: 48px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--blue);
    padding-bottom: 30px;
    margin-bottom: 75px;
    position: relative;
}

.we-serve-title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 4px;
    background-color: #2372D1;
    margin: auto;
}

.primary-location-box {
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.primary-location-lst {
    margin: 0px 25px;
    background-color: #F8F8F8;
    padding: 50px 50px 50px 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.primary-location-right,
.primary-location-left {
    width: 48%;
}

.we-serve-left-hdg {
    margin: 0;
}

.we-serve-left-hdg a {
    font-family: var(--bodyFont);
    color: var(--blue);
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 0px 0px 35px;
    margin: 0px 0px 35px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
}

.we-serve-left-hdg a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: inherit;
    width: 100px;
    height: 4px;
    background-color: #FFBE3E;
    margin: auto;
}

.primary-location-left .address {
    margin-bottom: 20px;
}

.primary-location-left .address a {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--headingFont);
    color: var(--black);
}

.phone {
    margin-bottom: 0;
}

.primary-location-left .phone a {
    font-size: 22px;
    margin: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.primary-location-right iframe {
    height: 250px;
}

.page_default.service_areas_pg {
    padding: 0;
}

.page_default.service_areas_pg .container {
    max-width: 100%;
    padding: 0;
}

.service-areas-sec {
    padding: 100px 50px;
    background-color: #f8f8f8;
}

.service-areas-sec.counties {
    background-color: #fff;
}

.service-areas-sec .we-serve-title {
    margin: 0 0 35px;
}

.service-areas-blk {
    max-width: 1250px;
    margin: 0 auto;
}

.service-areas-sec ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.service-areas-sec li,
.service-areas-sec a {
    display: block;
    flex-basis: 33.333%;
    text-align: center;
    font-family: var(--headingFont);
    font-size: 18px;
    line-height: 1.5;
    color: var(--black);
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 20px 20px 20px;
    transition: color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.genpg-rite .service-areas-sec li::before {
    display: none;
}

.genpg-rite .service-areas-sec li {
    margin: 0;
}

.service-areas-sec a:hover {
    color: #2372d1;
}

/* service areas ends */

/* practice starts */

.page_content .practice-area-page ul#menu-cases-we-cover {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.page_content .practice-area-page ul li {
    padding-left: 0;
    color: #000;
    position: relative;
    line-height: 1;
    flex-basis: calc(33.333% - 20px);
    border-top: 1px solid rgba(107, 121, 151, 0.5);
    margin: 0px 10px;
}

.page_content .practice-area-page ul li:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(107, 121, 151, 0.5);
}

.page_content .practice-area-page ul li:before {
    display: none;
}

.page_content .practice-area-page ul li a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #121831;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 20px 25px 0px;
    transition: color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}

.page_content .practice-area-page ul li a:hover {
    color: #ffbe3e;
}

.we-serve-title.practice-area-pg-title {
    text-transform: capitalize;
    padding-bottom: 6px;
}


.we-serve-title.practice-area-pg-title::before {
    display: none;
}

/* practice ends */

/* contact starts */

.contact-pg-bnr.form-blk {
    max-width: 1300px;
    margin: auto;
    align-items: center;
    padding: 50px 0;
}

.contact-pg-bnr {
    text-align: left
}

.contact-pg-bnr .page_title {
    text-transform: uppercase;
}

.contact-pg-bnr.form-blk .right-blk {
    padding: 50px;
    background-color: #f8f8f8;
    flex: 0 0 530px;
    margin-left: 150px;
}

.leave-blank {
    display: none;
}

div#field_1_10 {
    display: none;
}

.contact-pg-bnr.form-blk .gfield input.large,
.contact-pg-bnr.form-blk .gfield textarea.large,
.contact-pg-bnr.form-blk .right-blk .zip-code input,
.contact-pg-bnr.form-blk .right-blk .option-input select {
    background-color: #fff !important;
}

.contact-pg-bnr.form-blk .right-blk .form-title {
    font-family: var(--lato);
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin-bottom: 30px;
    color: #ffbe3e;
    text-align: center;
}

.subtitle.h6 {
    font-family: var(--bodyFont);
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: none !important;
}

.contact-testi-img {
    margin-bottom: 30px;
}

@media screen and (max-width:1180px) {
    .contact-pg-bnr.form-blk .right-blk {
        padding: 30px;
        flex: 0;
        width: 100%;
        margin: 0;
    }
}

.call-us {
    padding: 120px 50px 115px 50px;
    background-color: #2a397a;

    @media (max-width: 1180px) {
        padding: 56px 30px 53px 30px;
    }

    @media (max-width: 767px) {
        padding: 56px 20px 60px 20px;
    }

    .call-us-inner {
        max-width: 1250px;
        margin: 0 auto 0 auto;
        text-align: center;

        .tagline {
            font-family: var(--bodyFont);
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #ffbe3e;
            margin-bottom: 41px;

            @media (max-width: 1180px) {
                font-size: 14px;
                line-height: 16px;
                letter-spacing: 7px;
                margin-bottom: 22px;
            }

            @media (max-width: 767px) {
                letter-spacing: 6px;
                line-height: 24px;
            }
        }

        a {
            font-family: var(--headingFont);
            font-weight: 700;
            font-size: 88px;
            line-height: 88px;
            color: #fff;
            display: inline-block;
            margin-bottom: 10px;

            @media (max-width: 1180px) {
                font-size: 48px;
                line-height: 63px;
                margin-bottom: 10px;

                @media (max-width: 767px) {
                    font-size: 36px;
                    line-height: 48px;
                    margin-bottom: 10px;
                }
            }
        }

        .sub-title {
            font-family: var(--bodyFont);
            font-weight: 700;
            color: #fff;
            text-transform: capitalize;
            line-height: 44px;
            font-size: 36px;

            @media (max-width: 1180px) {
                font-size: 24px;
                line-height: 29px;

                @media (max-width: 767px) {
                    font-size: 18px;
                    line-height: 21px;
                }
            }
        }
    }
}


.location {
    background-color: #f8f8f8;

    .inner {
        padding: 50px 20px;
        max-width: 1400px;
        margin: 0 auto;

        .title {
            font-weight: 700;
        }
    }

    .item {
        .info {
            a {
                transition: color .5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
            }

            .city {
                font-weight: bold;
                font-size: 30px;
                color: #000;
            }

            .address a {
                color: #000;
            }

            .secondary-contact {
                text-transform: uppercase;
                font-weight: 700;

                a {
                    color: #000;
                }
            }

            .scp {
                a {
                    text-transform: uppercase;
                    font-weight: 700;
                }
            }

            .phone {
                font-weight: bold;
                font-size: 30px;
                display: block;
                margin-bottom: 40px;

                a {
                    color: #000;
                }
            }

            .city:hover,
            .address a:hover,
            .secondary-contact a:hover,
            .scp a:hover,
            .phone a:hover {
                color: #ffbe3e;
                text-decoration: underline 3px;
                text-underline-offset: 4px;
            }
        }

        .map {
            iframe {
                width: 100%;
            }
        }
    }

    @media (min-width: 1180px) {
        .inner {
            padding: 100px 50px;

            .title {
                margin-bottom: 80px;
            }

            .item {
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-flow: row nowrap;

                .info {
                    order: 2;
                    flex: 1;

                    .phone {
                        margin-bottom: 0px;
                    }
                }

                .map {
                    order: 1;
                    flex: 0 0 50%;
                    margin-right: 50px;

                    iframe {
                        height: 350px;
                    }
                }
            }
        }
    }
}

.bottom-content {
    .inner {
        padding: 50px 20px;
        max-width: 1400px;
        margin: 0 auto;

        .text {
            column-count: 1;

            @media (min-width: 767px) {
                column-count: 2;
                gap: 50px;
            }
        }

    }

    .title {
        margin-bottom: 50px;
    }

    p {
        &:last-child {
            margin-bottom: 0;
        }
    }

    @media (min-width: 1180px) {
        .inner {
            padding: 100px 50px;
        }
    }
}

@media screen and (max-width:480px) {
    .contact-pg-bnr.form-blk .gform-theme--foundation .gform_fields {
        grid-column-gap: 15px;
        grid-row-gap: 20px;
    }

    .contact-pg-bnr.form-blk .gfield input.large,
    .contact-pg-bnr.form-blk .gfield textarea.large,
    .contact-pg-bnr.form-blk .right-blk .zip-code input,
    .contact-pg-bnr.form-blk .right-blk .option-input select {
        padding: 16px 20px !important;
    }

    .contact-pg-bnr.form-blk .gform_footer input[type="submit"] {
        padding: 22px 32px !important;
    }
}

/* contact ends */

/* inner pages responsive starts */

@media screen and (max-width:1680px) {

    .page_title h1,
    .page_title h2 {
        font-size: 60px;
    }

    .in-banr-btn-left {
        font-size: 18px;
        letter-spacing: 1.8px;
        padding: 26px 30px;
    }

    .in-banr-btn-rht {
        width: 72px;
    }

}

@media screen and (max-width:1440px) {

    .page_title h1,
    .page_title h2 {
        font-size: 53px;
    }

    .in-banr-btn-left {
        font-size: 17px;
        letter-spacing: 1.7px;
        padding: 24px 30px;
    }

    .in-banr-btn-rht {
        width: 65px;
    }

    h1,
    .h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 60px;
        line-height: 1.16;
        margin: 0 0 18px;
    }

    h2 {
        font-size: 33px;
        line-height: 1.28;
        margin-top: 34px;
        margin-bottom: 31px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 21px;
    }

    /* video center */

    .video .title {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 27px;
    }

    .vids .case-modal-content iframe {
        height: 350px;
    }

    /* banner page */

    .in-attrny-banr-tit {
        font-size: 65px;
        margin-bottom: 37px;
    }

    .in-attrny-banr-btn a {
        margin-top: 50px;
        padding: 24px 55px;
        letter-spacing: 1.6px;
        font-size: 20px;
    }

    .in-attrny-banr-subtitle {
        font-size: 20px;
    }

    .in-attnry-banr-case-hdg {
        font-size: 32px;
    }

    .in-attnry-banr-result {
        font-size: 29px;
        margin-bottom: 15px;
    }

    .in-attnry-banr-case-title {
        font-size: 18px;
    }

    .page-not-warning {
        font-size: 45px;
        margin-bottom: 20px;
    }


}

@media screen and (max-width:1280px) {

    h1,
    .h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 52px;
        margin: 0 0 17px;
    }

    h2 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 26px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 21px;
    }

    h6 {
        font-size: 19px;
    }

    /* community */

    .in-commun-intro-title {
        font-size: 60px;
    }

    .in-commun-intro-sec {
        padding: 110px 0 80px;
    }

    .in-commun-media-sec {
        padding: 90px 0;
    }

    /* video center */

    .video .title {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    /* banner page */

    .in-attrny-banr-tit {
        font-size: 60px;
        margin-bottom: 28px;
    }

    .in-attrny-banr-btn a {
        margin-top: 42px;
        padding: 21px 50px;
        letter-spacing: 1.4px;
        font-size: 18px;
    }

    .in-attrny-banr-subtitle {
        font-size: 18px;
    }

    .in-attnry-banr-case-hdg {
        font-size: 30px;
    }

    .in-attnry-banr-result {
        font-size: 27px;
        margin-bottom: 13px;
    }

    .in-attnry-banr-case-title {
        font-size: 17px;
    }

    .in-attnry-banr-blk {
        padding: 25px 0px;
        letter-spacing: 0.7px;
    }

}

@media screen and (max-width:1180px) {

    /* common styling */

    .page_default {
        padding: 60px 30px 108px;
    }

    .page_bnr {
        padding: 50px 30px;
        min-height: 300px;
    }

    .page_title h1,
    .page_title h2 {
        font-size: 48px;
        line-height: 1.25;
    }

    .in-banr-btn-left {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 1.6px;
        padding: 21px 30px;
    }

    .in-banr-btn-rht {
        width: 60px;
    }

    h1,
    .h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 42px;
        margin: 0 0 16px;
    }

    h2 {
        font-size: 25px;
        margin-top: 26px;
        margin-bottom: 22px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 18px;
    }

    /* sidebars */

    .genpg-lft {
        flex-basis: 253px;
        padding-top: 3px;
    }

    .genpg-lft .widget {
        padding: 39px 30px 30px 30px;
        margin-bottom: 30px;
    }

    .genpg-lft .in-sb-form {
        padding: 31px 30px 48px 30px;
    }

    .genpg-lft .widget .widget-title {
        font-size: 21px;
        line-height: 1.33;
        margin-bottom: 12px;
    }

    .genpg-lft .widget ul li a {
        font-size: 16px;
        line-height: 1.25;
        padding: 25px 0px;
    }

    .in-sb-form .gfield input.large,
    .in-sb-form textarea.large,
    .in-sb-form select {
        font-size: 16px !important;
        padding: 23px 20px !important;
    }

    .in-sb-form .gform_footer input[type="submit"] {
        font-size: 18px !important;
        letter-spacing: 2px !important;
        padding: 22px !important;
    }

    /* out attorneys */

    .page-template-out-attorneys-page .page_default {
        padding: 100px 30px 40px;
    }

    .in-attorney-box {
        flex-basis: calc(50% - 10px);
        margin-bottom: 37px;
    }

    .in-attrny-info h3 {
        font-size: 24px;
        line-height: 1.33;
        margin-bottom: 10px;
    }

    /* case results */

    .case-results-title {
        font-size: 36px;
        line-height: 1.33;
    }

    .in-case-top-content {
        margin-bottom: 90px;
    }

    .case-results-box .inner .amount {
        font-size: 40px;
        line-height: 1.25;
    }

    /* community */

    .in-commun-intro-title {
        font-size: 51px;
    }

    .in-commun-intro-text p {
        font-size: 17px;
        margin: 0;
    }

    /* single attorney */

    .page_default.sg_attorney_pg {
        padding: 60px 30px 48px 30px;
    }

    .in-attnry-details h1 {
        font-size: 38px;
    }

    .attorney-designation {
        font-size: 23px;
    }

    .page_default.sg_attorney_pg .top-shade {
        height: 300px;
    }

    .in-attnry-contact p:last-child {
        font-size: 22px;
    }

    .in-attnry-contact p:first-child {
        min-width: 110px;
        margin: 0 90px 0 0;
        letter-spacing: 5.5px;
    }

    .attorney-content {
        max-width: 825px;
        margin: 50px auto 0 auto;
    }

    .page-template-single-attorney-page .logo-container {
        padding-bottom: 10px;
    }

    /* banner page */

    .in-attrny-banr-sec {
        min-height: 490px;
        padding: 50px 30px 30px;
        align-items: flex-end;
    }

    .in-attrny-banr-tit {
        font-size: 48px;
        margin-bottom: 15px;
        text-transform: inherit;
    }

    .in-attrny-banr-btn a {
        margin-top: 36px;
        margin-bottom: 36px;
        padding: 19px 45px;
        letter-spacing: 1px;
        font-size: 17px;
    }

    .in-attrny-banr-blk {
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column;
        text-align: left;
    }

    .page-template-banner-page .container {
        max-width: 1250px;
        padding: 0;
        margin: 0;
    }

    /* banner page */

    .in-attnry-banr-case-hdg {
        font-size: 28px;
    }

    .in-attnry-banr-result {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .page-not-warning {
        font-size: 40px;
        margin-bottom: 15px;
    }

    /* practice */

    .we-serve-title.practice-area-pg-title {
        font-size: 36px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .page_content .practice-area-page ul li {
        flex-basis: calc(50% - 20px);
    }

    .page_content .practice-area-page ul li a {
        font-size: 16px;
        line-height: 36px;
        padding: 18px 20px 18px 0px;
    }

    /* service areas */

    .we-serve-title {
        font-size: 42px;
        line-height: 1.5;
        padding-bottom: 25px;
        margin-bottom: 65px;
    }

    .primary-location-lst {
        margin: 0px 20px 20px;
        padding: 45px;
    }

    .we-serve-left-hdg a {
        font-size: 33px;
        letter-spacing: 0.8px;
        line-height: 1.5;
        padding: 0px 0px 31px;
        margin: 0px 0px 31px;
    }

    .primary-location-left .address a {
        font-size: 19px;
    }

    .primary-location-left .address {
        margin-bottom: 18px;
    }

    .primary-location-left .phone a {
        font-size: 21px;
    }

    .primary-location-sec {
        padding: 60px 50px 80px;
    }

    .service-areas-sec {
        padding: 80px 50px;
    }

    .service-areas-sec li,
    .service-areas-sec a {
        padding: 15px;
    }


}

@media screen and (max-width:1100px) {

    .service-areas-sec li,
    .service-areas-sec a {
        flex-basis: 50%;
    }

}

@media screen and (max-width:1024px) {

    p,
    li {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .genpg-rite ul li {
        padding-left: 20px;
        margin: 0 0 10px;
        line-height: 1.6;
    }

    .genpg-rite ol li {
        padding-left: 20px;
    }

    .genpg-rite ol,
    .genpg-rite ul {
        margin: 25px 0px 25px 25px;
    }

    .genpg-rite .inrpg-breadcrumbs {
        letter-spacing: 3px;
        font-size: 15px;
        margin-bottom: 25px;
    }

    .genpg-rite .inrpg-breadcrumbs span.breadcrumb_last {
        font-weight: 800;
        color: var(--yellow);
        border: none;
        padding: 0;
    }

    .genpg-lft .in-sb-form {
        display: none;
    }

    /* blog */

    .post-item {
        padding-bottom: 64px;
        margin-bottom: 50px;
    }

    .page_default.community_pg .container {
        max-width: 100%;
    }

    /* video center */

    .vids .in-video-center-title {
        margin-bottom: 20px;
    }

    /* single attorney */

    .page_default.sg_attorney_pg {
        padding: 50px 20px;
    }

    .page_default.sg_attorney_pg .top-shade {
        display: none;
    }

    .attorney-details {
        flex-direction: column;
    }

    .in-attnry-left {
        max-width: 450px;
        margin: 0 0 25px;
        flex: unset;
    }

    .in-attnry-details h1 {
        font-size: 30px;
        max-width: 450px;
    }

    .in-attnry-details {
        margin-bottom: 0;
        min-height: auto;
    }

    .attorney-designation {
        font-size: 23px;
        margin: 5px 0 10px;
    }

    .in-attnry-contact p:first-child {
        min-width: auto;
        margin: 0;
        letter-spacing: 3.5px;
    }

    .in-attnry-contact {
        align-items: flex-start;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .attorney-content {
        max-width: 825px;
        margin: 10px auto 0;
    }

    .genpg-rite .content ul li {
        padding-left: 25px;
    }

    .genpg-rite blockquote p {
        font-size: 20px;
        margin: 25px 0px;
        padding-left: 20px;
    }

    .in-attnry-contact p:last-child {
        font-size: 20px;
    }

    /* banner page */

    .in-attnry-banr-blk {
        padding: 30px 0px;
        letter-spacing: 0.7px;
        flex-direction: column;
    }

    .in-attnry-banr-case {
        border-top: 2px solid #414141;
        border-right: none;
        padding: 25px 0px;
    }

    .in-attnry-banr-case-hdg {
        margin: 0 0 20px;
    }

    /* service areas */

    .we-serve-title {
        font-size: 38px;
        line-height: 1.5;
        padding-bottom: 22px;
        margin-bottom: 57px;
    }

    .primary-location-lst {
        margin: 0px 17px 15px;
        padding: 40px;
    }

    .we-serve-left-hdg a {
        font-size: 30px;
        letter-spacing: 0.5px;
        line-height: 1.5;
        padding: 0px 0px 27px;
        margin: 0px 0px 27px;
    }

    .primary-location-left .address a {
        font-size: 18px;
    }

    .primary-location-left .phone a {
        font-size: 20px;
    }

    .primary-location-sec {
        padding: 60px 50px 70px;
    }

    .service-areas-sec {
        padding: 70px 50px;
    }

}

@media screen and (max-width:991px) {

    .in-commun-intro-title {
        font-size: 35px;
    }

    .in-commun-intro-subtitle {
        font-size: 18px;
    }

    .in-commun-intro-blk {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .in-commun-media-sec {
        padding: 80px 0;
    }

    .in-commun-media-item {
        gap: 0;
        margin-bottom: 0;
        flex-direction: column;
    }

    .in-commun-media-item.reverse {
        flex-direction: column;
    }

    .in-commun-media-content {
        padding: 30px;
    }

    .in-commun-media-sec {
        padding: 0;
    }

    .in-commun-awards-sec {
        padding: 50px 0;
    }

    .in-commun-awards-title {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .in-commun-awards-text {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

}

@media (min-width: 768px) {
    .case-results-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-flow: row wrap;
    }
}

@media screen and (max-width:767px) {

    /* common styling */

    .page_default {
        padding: 145px 20px 60px;
    }

    .page-template-banner-page .page_default {
        padding: 60px 20px;
    }

    .page_default .container {
        padding: 0;
    }

    .page_bnr {
        min-height: 200px;
    }

    .page_title h1,
    .page_title h2 {
        font-size: 40px;
        margin: 0;
    }

    .in-banr-btn-blk {
        position: absolute;
        width: 100%;
        bottom: -88px;
        padding: 22px;
        left: 0;
        right: 0;
        background: var(--blue);
        z-index: 3;
    }

    .in-banr-btn-left {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 1.4px;
        padding: 17px 20px;
        width: 100%;
        text-align: center;
    }

    .in-banr-btn-rht {
        display: none;
    }

    h1,
    .h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 40px;
    }

    .genpg-lft .widget {
        padding: 39px 20px 20px 20px;
    }

    .genpg-lft .widget .widget-title {
        font-size: 25px;
        line-height: 1.13;
    }

    /* out attorneys */

    .in-attorney-list {
        gap: 0px;
        margin: 0 auto;
    }

    .in-attorney-box {
        flex-basis: 100%;
    }

    .in-attrny-info h3 {
        font-size: 28px;
        line-height: 37px;
    }

    .page-template-out-attorneys-page .page_default {
        padding: 60px 20px;
    }

    .page-template-out-attorneys-page .container {
        padding: 0;
    }

    /* case results */

    .case-results-title {
        margin-bottom: 25px;
    }

    .case-results-box {
        width: 100%;
        padding-bottom: 40px;
    }

    .in-case-top-content {
        margin-bottom: 70px;
    }

    .in-case-blk {
        padding-bottom: 30px;
    }

    /* blog */

    .post-meta {
        letter-spacing: 1px;
    }

    .in-commun-media-img {
        padding: 70px;
    }

    .vids .case-modal-content iframe {
        height: 300px;
    }

    /* banner page */

    .in-attrny-banr-blk {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .in-attrny-banr-btn a {
        margin-top: 25px;
    }

    .in-attrny-banr-left {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .in-attrny-banr-sec {
        min-height: 480px;
        padding: 50px 10px 30px;
    }

    .page-not-warning {
        font-size: 35px;
        margin-bottom: 15px;
    }

    /* practice */

    .page_content .practice-area-page ul li {
        flex-basis: 100%;
        margin: 0px;
    }

    .page_content .practice-area-page ul li a {
        font-size: 18px;
        line-height: 1.8;
        padding: 10px 20px 10px 0px;
    }

    .page_content .practice-area-page ul li:last-child {
        border-bottom: 1px solid rgba(107, 121, 151, 0.5);
    }

    .page_content .practice-area-page ul li:nth-last-child(-n+3) {
        border-bottom: 0;
    }

    /* service areas */

    .primary-location-sec {
        padding: 130px 20px 50px;
    }

    .we-serve-title {
        font-size: 30px;
        line-height: 1.3;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .primary-location-lst {
        margin: 0px 0 14px;
        padding: 30px;
        flex-direction: column;
    }

    .primary-location-left {
        width: 100%;
        margin: 0 0 30px;
    }

    .primary-location-right {
        width: 100%;
        max-width: 300px;
    }

    .service-areas-sec li,
    .service-areas-sec a {
        flex-basis: 100%;
        padding: 12px 0 !important;
    }

    .service-areas-sec {
        padding: 50px 20px;
    }

}

@media (max-width: 555px) {

    .page_title h1,
    .page_title h2 {
        font-size: 35px;
        line-height: 1.14;
    }

    .in-commun-intro-sec {
        padding: 110px 0 50px;
    }

    .in-commun-media-title {
        font-size: 29px;
        margin: 0 0 20px;
    }

    .in-commun-media-img {
        padding: 50px;
    }

    .in-attrny-banr-tit {
        font-size: 35px;
    }

    .in-attrny-banr-subtitle {
        font-size: 16px;
    }

    .in-attrny-banr-btn a {
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 16px 40px;
        letter-spacing: 1px;
        font-size: 16px;
    }


}

@media (max-width: 480px) {

    h1,
    .h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
        margin-top: 23px;
        margin-bottom: 20px;
        line-height: 1.33;
    }

    .video {
        min-width: auto;
    }

    .in-attnry-details h1 {
        font-size: 27px;
    }

    .attorney-designation {
        font-size: 21px;
        margin: 5px 0 10px;
    }

    .in-attnry-contact:last-child {
        margin: 0 0 5px;
    }

    .genpg-rite .content ul li {
        padding-left: 15px;
    }

    .genpg-rite .content ol,
    .genpg-rite .content ul {
        margin: 20px 0px 20px 20px;
    }

    .we-serve-left-hdg a {
        font-size: 24px;
        letter-spacing: 0.4px;
        line-height: 1.3;
        padding: 0px 0px 25px;
        margin: 0px 0px 25px;
    }

    .primary-location-left .address a {
        font-size: 17px;
    }

}

/* inner pages responsive ends */