.page_bnr {
    background-image: url(../images/page-bnr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 232px 0 140px 0;
    position: relative;
}

.service-tailored-sec {
    padding: 30px 0 60px;
    text-align: center;
}

.page_bnr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/page-bnr-bfr.webp);
    pointer-events: none;
}

.page_bnr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 50%;
    pointer-events: none;
}

.container2,
.homepage-ftr-frm_sec.inner-page .container1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.page_title {
    position: relative;
    z-index: 1;
}

.page_title h1,
.page_title h2 {
    font-family: 'Mona Sans';
    font-size: 75px;
    line-height: 1.1;
    font-weight: 700;
    color: #2d74b3;
    position: relative;
    margin: 0 0 10px 0;
}

.inrpg-breadcrumbs {
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
}

.inrpg-breadcrumbs span.breadcrumb_last {
    color: #458bca;
    font-weight: 700;
}

.page_default {
    padding: 130px 0;
    position: relative;
}

.page_default::before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 75%;
    height: 4px;
    background-color: #f1062f;

}

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

.genpg-rite {
    width: 66.7%;
}

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

.genpg-lft {
    width: 29.9%;
    max-width: 430px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: 'Mona Sans';
    line-height: 1.1;
    letter-spacing: -0.4px;
    font-weight: 700;
    color: #2d74b3;
    margin: 0 0 20px 0;
}

h1 strong,
h2 strong {
    color: #f10630;
    font-weight: 700;
}

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

h3 {
    font-size: 50px;
    color: #000;
}

h4 {
    font-size: 45px;
    color: #000;
}

h5 {
    font-size: 40px;
    color: #000;
}

h6 {
    font-size: 30px;
    color: #000;
}

p,
li {
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}

.page_default .genpg-rite a {
    color: #f10630;
    text-decoration: none;
}

.page_default .genpg-rite li {
    padding-left: 45px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.page_default .genpg-rite ul li:before {
    background-image: url(../images/default-li-bfr.webp);
    width: 34px;
    height: 34px;
    position: absolute;
    content: "";
    left: 0;
    top: -4px;
}

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

.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}

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

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

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

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

.page_default .genpg-rite li a {
    text-decoration: none;
    color: #f10630;
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #2d74b3;
}

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

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

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

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

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

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

.homePage-footer-top-sec.innerpage {
    padding: 100px 0 50px 0;
}

/* Common Block */

.common-block {
    padding: 40px 30px;
    background-image: url(../images/cmn-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 50px 0;
}

.common-block::before {
    position: absolute;
    content: "";
    opacity: 75%;
    z-index: -1;
    background-color: #f5f9fc;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.common-block .cmn-heading {
    font-size: 55px;
    font-family: 'Mona Sans';
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 700;
    color: #2d74b3;
    margin: 0 0 20px 0;
}

.common-block .cmn-heading strong {
    font-weight: 700;
    color: #f10630;
    display: block;
}

.common-block a.homepage-cmn-btn {
    color: #fff;
}

.common-block a.homepage-cmn-btn:hover {
    color: #000;
}

.common-block .homepage-cmn-btn {
    background-color: #458bca;
}

/*  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;
}



/* Sidebar Styles */

.genpg-lft .widget {
    background-color: #2d74b3;
    padding: 32px 25px 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 0;
}

.genpg-lft .widget .widget-title {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 50px;
    font-family: "Mona Sans";
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    margin: 0;
    text-transform: capitalize;
    padding: 0 0 30px;
    position: relative;
    text-align: center;
}

.genpg-lft .widget .widget-title::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 250px;
    height: 3px;
    background-color: #f10630;
}

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

.genpg-lft .widget ul li a {
    position: relative;
    color: #fff;
    font-size: 26px;
    font-family: "Mona Sans";
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 0;
    display: inline-block;
}

.genpg-lft .widget ul li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 25px;
    border: 0;
}

.genpg-lft .widget ul li a::before {
    position: absolute;
    content: "";
    left: -24px;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;

}

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

.genpg-lft .widget ul li a:hover {
    color: #f10630;
}

.genpg-lft .widget ul li a:hover::before {
    background-color: #f10630;
}



.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: #fff;
    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: 50px;
    top: -10px;
    position: relative;
}

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

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


/* Table Content */

.genpg-lft .widget .lwptoc_header {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 50px;
    font-family: "Mona Sans";
    line-height: 1.2;
    letter-spacing: -2px;
    margin: 0 0 26px 0;
    text-transform: capitalize;
    padding: 0 0 30px;
    position: relative;
    text-align: center;
}

.genpg-lft .widget .lwptoc_header::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 250px;
    height: 3px;
    background-color: #f10630;
}

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

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

.genpg-lft .widget .lwptoc_item a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-family: "Mona Sans";
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
    display: inline-block;
}


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

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

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

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

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

div#lpwtoc_widget-3 {
    display: none;
}

/* Blog Sidebar */

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

.genpg-lft .blog-archives .widget {
    box-shadow: unset;
    margin: 0 !important;
    padding: 0;
    background-color: transparent;
}

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

.genpg-lft .blog-archives .widget h4.widget-title::before {
    display: none;
}

.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;
    background-image: url(../images/blg-search-icn.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 92% 56%;
    height: 68px !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 input {
    cursor: text;
} */


/* SideBar Map */
.inr-sb-map .widget {
    box-shadow: none;
    background-color: #ecf3f9;
    padding: 29px;
    margin-bottom: 50px;
}

.inr-sdbr-form .text-heading {
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1;
    color: #000000;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: -0.8px;
}

.inr-sdbr-form p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.inr-sdbr-form .gfield input.large {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px !important;
    line-height: 1;
    padding: 25px 8px 9px !important;
    color: #000000 !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #0000;
    border-bottom: 1px solid;
    border-radius: 0;
    margin: 0 0 9px !important;
}

.inr-sdbr-form .gfield input.large::placeholder {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px !important;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}

.inr-sdbr-form .gfield textarea.large {
    height: 60px !important;
    min-height: 60px !important;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px !important;
    padding: 24px 6px 9px !important;
    color: #000000 !important;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #0000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin: 10px 0;
}

.inr-sdbr-form .gfield textarea.large::placeholder {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px !important;
    color: #000000 !important;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
}

.inr-sdbr-form .form-links a,
.inr-sdbr-form .gfield-choice-input+label {
    font-family: 'Poppins' !important;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1;
    letter-spacing: 0.7px;
    color: #000000 !important;
}

.inr-sdbr-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0 !important;
}

.inr-sdbr-form input[type=checkbox] {
    background-color: #505457 !important;
    border: 1px solid #505457 !important;
    width: 10px !important;
    min-width: 10px !important;
    height: 10px !important;
    margin: 0px !important;
}

.inr-sdbr-form .gform_footer input[type="submit"] {
    padding: 18px 36px !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 25px !important;
    border-radius: 20px !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    background: #f0062f !important;
    border: none !important;
    color: #fff !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.inr-sdbr-form .gform_footer input[type="submit"]:hover {
    background: #458bca !important;
}

.inr-sdbr-form .gform_wrapper .gform_validation_errors {
    display: none;
}

.inr-sdbr-form .gform_wrapper .gfield {
    position: relative;
}

.inr-sdbr-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
.inr-sdbr-form .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 12px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.inr-sdbr-form .gform_wrapper .gfield .gfield_description.instruction.validation_message {
    bottom: 15px !important;
    top: initial !important;
}

/* SideBar testimonials */

.widget.sd-testi {
    background-color: #f5f9fc;
    text-align: center;
    border-bottom: 5px solid #f10630;
}

.genpg-lft .testi-widget-blk {
    position: relative;
    z-index: 0;
    padding: 8px 8px 0;
}

.genpg-lft .testi-widget-blk::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 115px;
    height: 115px;
    background-color: #458bca;
    z-index: -1;
}

.genpg-lft .testi-widget-blk:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 115px;
    height: 115px;
    background-color: #458bca;
    z-index: -1;
}

.genpg-lft .widget.sd-testi .widget-title {
    color: #000;
    padding: 0;
    margin: 0 0 30px 0;
}

.genpg-lft .widget.sd-testi h4.widget-title::before {
    display: none;
}

.genpg-lft .widget.sd-testi .star-rat {
    background-image: url(../images/testi-star-rat.webp);
    background-repeat: no-repeat;
    width: 165px;
    height: 25px;
    margin: 0 auto 25px;
}

.sidebar-testi p {
    color: #000;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 2;
    letter-spacing: -0.3px;
    margin-bottom: 25px;
}

.sidebar-testi .auth-name {
    color: #000;
    font-size: 25px;
    font-family: "Mona Sans";
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
    display: block;
}

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


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

.sidebar-testi.owl-carousel .owl-nav button {
    width: 44px;
    height: 28px;
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -196px -45px;
    border: none;
    background-color: transparent;
}

.sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 0;
}

.sidebar-testi.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -196px -8px;
}

.sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-position: -250px -45px;
}

.sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -250px -8px;
}

/* Our Location Sidebar */


.genpg-lft .our-loction {
    margin: 0;
    padding: 32px 30px 40px;
    background-color: #f5f9fc;
    text-align: center;
}

.genpg-lft .our-loction h4.widget-title::before {
    display: none;
}

.genpg-lft .our-loction h4.widget-title {
    color: #000;
    padding: 0 !important;
    margin-bottom: 25px;
}

.genpg-lft .our-lctn-img img {
    display: block;
    width: 100%;
}

.genpg-lft .our-lctn-img {
    width: 94.7%;
    margin: 0 auto 30px;
}

.genpg-lft .our-loction .description {
    color: #000;
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.genpg-lft .our-loction .widget {
    padding: 0;
    background-color: transparent;
    margin: 0;
}

.genpg-lft .gt-dirctn a {
    color: #000;
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 25px;
}

.genpg-lft .gt-dirctn a:hover {
    color: #f10630;
}

.genpg-lft .sdbar-call-btn a {
    color: #fff;
    font-size: 20px;
    font-family: "Mona Sans";
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    background-color: #f10630;
    padding: 10px 35px;
    display: inline-block;
}

.genpg-lft .sdbar-call-btn a strong {
    font-size: 36px;
    font-family: "Poppins";
    font-weight: 700;
    display: block;
    margin: 6px 0 0 0;
}

.genpg-lft .sdbar-call-btn a:hover strong {
    color: #000000;
}

/* .genpg-lft .sdbar-call-btn a strong:hover{color: #000;} */


/*  Testimonials Page */

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

.testimonials-page .in-testi-item {
    padding: 42px 80px 45px;
    position: relative;
    background-color: rgb(245, 249, 252);
    text-align: center;
    margin: 0 0 25px 0;
    width: 100%;
    display: inline-block;
}

.testimonials-page .in-testi-item:hover::before {
    background-color: rgb(241, 6, 48);
}

.testimonials-page .in-testi-item::before {
    background-color: #458bca;
    position: absolute;
    content: "";
    width: 75.24%;
    height: 5px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}

.testimonials-page .in-testi-item .star-rat {
    background-image: url(../images/testi-star-rat.webp);
    background-repeat: no-repeat;
    width: 165px;
    height: 25px;
    margin: 0 auto 25px;
    background-position: center;
}

.testimonials-page .in-testi-item p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 2;
    letter-spacing: -0.36px;
    margin-bottom: 22px;
}

.testimonials-page .in-testi-item h3 {
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 25px;
    color: #000;
    line-height: 1;
    letter-spacing: -0.36px;
    margin-bottom: 0;
    position: relative;
}

.testimonials-page .inr-testi-lst {
    padding: 11px 11px 0;
    position: relative;
}

.testimonials-page .inr-testi-lst::after,
.testimonials-page .inr-testi-lst::before {
    display: none;
    position: absolute;
    content: "";
    width: 118px;
    height: 118px;
    top: 0px;
    left: 0px;
    right: 0px;
    border-left: 10px solid rgb(69, 139, 202);
    border-top: 10px solid rgb(69, 139, 202);
    z-index: 7;
}

.testimonials-page .inr-testi-lst::before {
    border-right: 10px solid rgb(69, 139, 202);
    border-left: none !important;
    left: inherit !important;
    right: 0 !important;
}

.testimonials-page .inr-testi-lst:hover::after,
.testimonials-page .inr-testi-lst:hover::before {
    display: block;
}

/* Blog Page */

.blg-cntblk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.blg-cntblk .post-item {
    width: 31.4%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}

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

.blg-cntblk .post-cnt {
    padding: 30px;
}

.blg-cntblk .post-cnt h6 a {
    color: #000;
    line-height: 1 !important;
}

.blg-cntblk .post-cnt h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.blg-cntblk .post-cnt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
}

.blg-cntblk .post-cnt h6 a:hover {
    color: #f1062f;
}

.blg-cntblk .post-item .post-btn a {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: #f10630;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: var(--bodyFont);
    border: 2px solid #f10630;
}

.blg-cntblk .post-item .post-btn a:hover {
    background-color: transparent;
    color: #f1062f;
}

.page_default.blog_pg .oceanwp-pagination {
    width: 100%;
}

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

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

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

.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 25px;
    background-color: #fff;
    border: 1px solid #f10630;
    color: #000;
    margin: 0;
    box-shadow: none;
}

.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a:hover {
    background-color: #f10630;
    color: #fff;
}

.page_default.blog_pg .oceanwp-pagination a.next.page-numbers,
.page_default.blog_pg .oceanwp-pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
    border: none;
    background-color: transparent !important;
}

.page_default.blog_pg .oceanwp-pagination a.prev.page-numbers::before,
.page_default.blog_pg .oceanwp-pagination a.next.page-numbers::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
}

.page_default.blog_pg .oceanwp-pagination a.prev.page-numbers::before {
    background-image: url(../images/teatment-left-arrow.webp);
}

.page_default.blog_pg .oceanwp-pagination a.next.page-numbers::before {
    background-image: url(../images/teatment-right-arrow.webp);
}



/* Single Blog Page */


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

.single-post-thumbnail {
    margin: 0 0 30px;
}

.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
}

.page_default.single-blog_pg .page-navi a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}

.page_default.single-blog_pg .page-navi a:hover {
    background-color: #000;
    color: #fff;
}

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

.page-navi a.cmn-btn {
    color: #fff !important;
    font-weight: 500;
}


/* About Us Page */

.page_default .genpg-rite .cmn-img {
    margin: 0 0 28px 0;
    position: relative;
}

.page_default .genpg-rite .cmn-img::before {
    position: absolute;
    content: "";
    background-color: #458bca;
    width: 11px;
    height: 258px;
    left: -5px;
    top: 13px;
}

.page_default .genpg-rite .cmn-img::after {
    position: absolute;
    content: "";
    background-color: #f10630;
    width: 11px;
    height: 258px;
    right: -5px;
    bottom: 13px;
}


/* attorny ptrofile */
.attorney-profile {
    display: flex;
    justify-content: center;
    margin: 0 0 55px;
    gap: 100px;
}

.attrny-lft {
    width: 28%;
    position: relative;
    background-color: #414042;
}

.attrny-lft img {
    width: 100%;
    display: block;
}

.attrny-lft::before {
    position: absolute;
    content: "";
    background-color: #2d74b3;
    left: -6px;
    top: 35px;
    height: 63%;
    width: 11px;
}

.attrny-lft::after {
    position: absolute;
    content: "";
    background-color: #f10630;
    right: -6px;
    bottom: 13px;
    height: 63%;
    width: 11px;
}

.attrny-rgt {
    width: 39.1%;
}

.attrny-rgt h3 {
    font-family: "Mona Sans", sans-serif;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -2.55px;
    color: #000;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.attrny-rgt h4 {
    font-family: "Mona Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2d74b3;
    letter-spacing: 8.6px;
    margin: 0 0 40px;
    line-height: 1;
}

.attrny-lcn-cntct {
    display: flex;
    justify-content: center;
    margin: 0 0 43px;
}

.attrny-lcn {
    width: 46.6%;
    text-align: center;
    padding: 0 60px 0 0;
    border-right: 1px solid #000;
}

.attrny-rgt .attrny-lcn h4 {
    font-size: 40px;
    font-family: "Mona Sans", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    letter-spacing: -1.6px;
    margin: 0 0 20px;
    padding: 111px 0 0 0;
    position: relative;
}

.attrny-lcn h4::before {
    position: absolute;
    background-position: 2px -9px;
    content: "";
    background-image: url(../images/in-sprites.webp);
    height: 83px;
    width: 83px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.attrny-lcn.cntct h4::before {
    background-position: -95px -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.attrny-lcn p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.36px;
    line-height: 1.7;
    color: #000;
    margin: 0 0 16px;
}

.attrny-lcn a {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2.7px;
    line-height: 1;
    color: #000;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.attrny-lcn a:hover {
    color: #f10630;
    transition: 0.4s ease;
}

.attrny-lcn.cntct h4 {
    margin: 0 0 16px;
}

.attrny-lcn.cntct p {
    font-size: 20px;
    margin: 0 0 6px;
}

.attrny-lcn.cntct a {
    font-family: "Mona Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
}

.attrny-lcn.cntct {
    padding: 0;
    border: none;
}

.attrny-btn {
    text-align: center;
}

.attrny-btn a.cmn-btn {
    background-color: transparent;
    color: #414042;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: 2px solid #f33254;
}

.attrny-btn a.cmn-btn:hover {
    color: #fff;
    border: 2px solid #f10630;
    transition: 0.4s ease;
    background-color: #f10630;
}

.alignright {
    float: right;
    margin-left: 15px;
}


/* Accordion */
.genpg-rite .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 30px 0;
}

.genpg-rite .accordion-section-content {
    display: none;
    transition: all ease-in-out;
}

.genpg-rite .accordion-section.accordien-active .accordion-section-content {
    display: block;
}

.genpg-rite .accordion-section.accordien-active .accordion-heading {
    background-color: #2d74b3;
    color: #fff;
}

.genpg-rite .accordion-section .accordion-heading {
    padding: 20px 50px 20px 20px;
    font-size: 28px;
    font-family: "Mona Sans", sans-serif;
    color: #000;
    line-height: 1;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.6px;
    border: 1px solid #e0e2e3;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.genpg-rite .accordion-section .accordion-heading::before {
    position: absolute;
    background-position: -200px -135px;
    content: "";
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    height: 15px;
    width: 23px;
    top: 22px;
    right: 20px;
    margin: auto;
}

.genpg-rite .accordion-section.accordien-active .accordion-heading::before {
    background-position: -241px -109px;
}

.genpg-rite .accordion-section-content {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 2.1;
    letter-spacing: -0.36px;
    font-weight: 500;
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* contact us page */

.inr-contct-blk {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 85px;
    gap: 20px;
}

.inr-cntct-itm {
    text-align: center;
    background-color: #fff;
    width: 32%;
    padding: 34px 15px;
    border: 2px solid #458bca;
}

.inr-cntct-itm:hover {
    background-color: #f5f9fc;
}

.inr-cntct-itm h4 {
    font-size: 40px;
    font-family: "Mona Sans", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    letter-spacing: -1.6px;
    margin: 0 0 20px;
    padding: 111px 0 0 0;
    position: relative;
}

.inr-cntct-itm h4::before {
    position: absolute;
    background-position: -9px -8px;
    content: "";
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    height: 84px;
    width: 66px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.inr-cntct-itm.cntct h4::before {
    background-position: -95px -8px;
    width: 83px;
    height: 83px;
}

.inr-cntct-itm h5 {
    font-size: 22px;
    margin-bottom: 2px;
    margin-top: 6px;
}

.inr-cntct-itm p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.36px;
    line-height: 1.7;
    color: #000;
    margin: 0 0 16px;
}

.inr-cntct-itm a {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2.7px;
    line-height: 1;
    color: #000;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.inr-cntct-itm .cntct-logo {
    margin: 0 auto 38px;
    width: 100%;
    max-width: 393px;
    padding-top: 50px;
}

.cntct-logo img {
    width: 100%;
    display: block;
}

.inr-cntct-itm .cntct-btn a {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    background-color: #458bca;
    border-radius: 35px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 24px 65px;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.inr-cntct-itm .cntct-btn a:hover {
    background-color: #2b557c;
    color: #fff;
}

.inr-cntct-itm.cntct a {
    font-family: "Mona Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
}

.inr-cntct-itm a:hover {
    color: #458bca;
}

.inr-contct-blk::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    right: 0;
    bottom: -39px;
    margin: auto;
    background-color: #414042;
}

.inr-contct-blk:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 36px;
    left: 0;
    right: 0;
    bottom: -55px;
    margin: auto;
    background-image: url(../images/hm-page-sprites.webp);
    background-repeat: no-repeat;
    background-position: -67px -75px;
    background-color: #fff;
    z-index: 1;
}

.homepage-ftr-frm_sec.inner-page .hm-form-sec {
    border: none;
    background-color: #ecf3f9;
}

.homepage-ftr-frm_sec.inner-page .hm-ftr-frm-sec {
    gap: 22px;
}

/* Practice Areas Page */

.page-template-practiceareas-page .homepage-text-heading {
    margin: 0 0 20px;
}

.page-template-practiceareas-page p.homepage-text-para {
    line-height: 1.48;
    text-align: center;
    margin: 0 0 65px;
}

.in-cmpsnt-care-blck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.page-template-practiceareas-page .cmpsnt-care-blck.condition-pg {
    margin-bottom: 50px;
}

.page-template-practiceareas-page .cmpsnt-care-blck.condition-pg .cmpsnt-care-item {
    width: 18.5% !important;
}

.page-template-practiceareas-page .cmpsnt-care-blck.condition-pg .cmpsnt-care-item:hover {
    width: 23.5% !important;
}

.in-cmpsnt-care-blck.btm .owl-nav .owl-prev {
    left: 0;
    right: 83px;
    margin: auto;
    background-image: url(/wp-content/themes/impactmd/images/teatment-left-arrow.webp) !important;
}

.in-cmpsnt-care-blck.btm .owl-nav .owl-next {
    left: 55px;
    right: 0;
    background-image: url(/wp-content/themes/impactmd/images/teatment-right-arrow.webp) !important;
    margin: auto;
}

.in-cmpsnt-care-blck.btm .owl-nav .owl-prev,
.in-cmpsnt-care-blck.btm .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    height: 45px !important;
    width: 45px !important;
    font-size: 0 !important;
}

.in-cmpsnt-care-blck.btm .owl-nav .owl-prev:hover {
    background-image: url(/wp-content/themes/impactmd/images/teatment-left-arrow-hvr.webp) !important;
}

.in-cmpsnt-care-blck.btm .owl-nav .owl-next:hover {
    background-image: url(/wp-content/themes/impactmd/images/teatment-right-arrow-hvr.webp) !important;
}

.in-cmpsnt-care-blck.btm .owl-nav {
    display: block !important;
}

.in-cmpsnt-care-blck.btm {
    margin: 0 !important;
    padding: 0 0 80px;
}

.in-cmpsnt-care-blck.btm.conditions-pg {
    margin: 0 0 20px !important;
}

.page-template-practiceareas-page p.homepage-text-para strong {
    font-size: 700;
    color: #458bca;
}

.page_default.location_pg .hompage-form-sec {
    display: none;
}

.page_default.location_pg .homepage-ftr-frm_sec .tabs-block {
    width: 100%;
}

.page_default.practic_areas .cmpsnt-care-item:hover .cmpsnt-care-cont .cmpsnt-btn {
    bottom: 10px;
}

.page_default.practic_areas .cmpsnt-care-item:hover .cmpsnt-care-cont {
    padding: 25px 25px 40px;
}

@media screen and (max-width:1700px) {
    .page_default.practic_areas .cmpsnt-care-item:hover .cmpsnt-care-cont .cmpsnt-btn {
        bottom: 30px;
    }
}

@media screen and (max-width:1500px) {
    .page_default.practic_areas .cmpsnt-care-item .cmpsnt-care-cont .homepage-text-para {
        line-height: 1.3 !important;
    }
}

@media screen and (max-width:1366px) {
    .cmpsnt-care-item .cmpsnt-care-cont .homepage-text-para {
        font-size: 15px;
    }
}

@media screen and (max-width:1240px) {
    .in-cmpsnt-care-blck.btm {
        padding: 0 0 45px;
    }

    .in-cmpsnt-care-blck.btm .owl-nav .owl-prev,
    .in-cmpsnt-care-blck.btm .owl-nav .owl-next {
        transform: scale(0.9);
    }

    .service-tailored-sec {
        padding: 20px 0 60px;
    }

    .in-cmpsnt-care-blck.btm.conditions-pg {
        margin: 0 0 10px !important;
    }
}

@media screen and (max-width:991px) {
    .page-template-practiceareas-page .cmpsnt-care-blck.condition-pg .cmpsnt-care-item {
        width: 100% !important;
    }

    .page-template-practiceareas-page .cmpsnt-care-blck.condition-pg .cmpsnt-care-item:hover {
        width: 100% !important;
    }

    .in-cmpsnt-care-blck.btm.conditions-pg {
        margin: 0 auto 10px !important;
    }

    .in-cmpsnt-care-blck.btm .owl-nav {
        display: none !important;
    }

    .page-template-practiceareas-page .cmpsnt-care-blck.condition-pg .owl-dots,
    .page_default.practic_areas .in-cmpsnt-care-blck.btm .owl-dots {
        position: absolute;
        bottom: 0;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }

    .page-template-practiceareas-page .cmpsnt-care-blck.condition-pg .owl-dots button,
    .page_default.practic_areas .in-cmpsnt-care-blck.btm .owl-dots button {
        background-color: #f10630 !important;
        height: 12px;
        width: 12px;
        border-radius: 100%;
        margin: 0 6px;
        opacity: 0.6;
    }

    .in-cmpsnt-care-blck.btm button.owl-dot.active,
    .in-cmpsnt-care-blck.btm button.owl-dot.active {
        opacity: 1 !important;
    }

    .page-template-practiceareas-page .cmpsnt-care-blck.condition-pg {
        margin: 0 auto 40px;
    }

    .page_default.practic_areas p br {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .page-template-practiceareas-page .cmpsnt-care-blck.condition-pg {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 480px) {
    .page-template-practiceareas-page .cmpsnt-care-blck.condition-pg {
        margin: 0 auto 25px;
    }
}

/* Meet The Team Page */

.in-attrny-map-sec {
    max-width: 400px;
    margin: 30px auto 0;
}

.in-attrny-map-sec .map-direction-sec {
    max-width: 200px;
    margin: auto;
}

.in-attrny-map-sec .map-direction-sec {
    max-width: 300px;
    margin: 0 auto 20px;
    border: 2px solid #4290d3;
    padding: 10px 20px 10px 50px;
}

.in-attrny-map-sec .map-direction-sec::before {
    display: none;
}

.in-attrny-map-sec .owl-nav .owl-prev {
    background-position: -306px -128px !important;
}

.in-attrny-map-sec .owl-nav .owl-next,
.in-attrny-map-sec .owl-nav .owl-prev {
    background-image: url(../images/hm-page-sprites.webp) !important;
    background-color: transparent;
    width: 52px !important;
    height: 27px !important;
    transform: scale(0.8);
    font-size: 0 !important;
    position: absolute;
    top: 60px;
    left: 0;
}

.in-attrny-map-sec .owl-nav .owl-next {
    right: 0px !important;
    left: inherit;
    background-position: -378px -128px !important;
}

.in-attrny-map-sec iframe {
    height: 350px;
}

.hompage-form-sec.attrny-pg {
    width: 100%;
    padding: 40px 0 0 0;
    margin: auto;
}

.hompage-form-sec.attrny-pg .hm-form-sec {
    padding: 50px;
}

.attorney_pg .inr-sb-map {
    display: none;
}

.page-template-practiceareas-page .homepage-text-sub {
    font-size: 22px;
    letter-spacing: 0px;
}

.service-tailored-sec p {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto 20px;
}

/* inner meet our team starts */

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

.in-meet-item {
    position: relative;
    width: 100%;
    max-width: 350px;
}

.in-meet-item::before {
    position: absolute;
    content: "";
    background-color: #2d74b3;
    left: -1.2%;
    top: 5%;
    height: 60%;
    width: 3.2%;
    pointer-events: none;
}

.in-meet-item::after {
    position: absolute;
    content: "";
    background-color: #f10630;
    right: -1.6%;
    bottom: 13%;
    height: 57%;
    width: 3.2%;
    pointer-events: none;
}

.in-meet-item:hover .in-meet-cnt {
    color: #000;
}

.in-meet-img {
    background-color: #414042;
    margin: 0 0 20px;
}

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

.in-meet-cnt {
    font-size: 25px;
    font-family: 'Mona Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #f10630;
    padding-top: 0px !important;
    position: relative;
}

.in-meet-item .hover a {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 0;
    z-index: 2;
}


/* inner meet our team ends */

/* Inner Responisve Start */

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

    .page_bnr {
        padding: 210px 0 110px 0;
    }

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

    .inrpg-breadcrumbs {
        font-size: 18px;
    }

    .page_default {
        padding: 100px 0;
    }

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

    h3 {
        font-size: 45px;
    }

    h4 {
        font-size: 40px;
    }

    h5 {
        font-size: 36px;
    }

    .inr-cntct-itm h4::before {
        transform: scale(0.9);
    }

    .inr-cntct-itm h4 {
        font-size: 36px;
        margin: 0 0 12px;
    }

    .inr-contct-blk::before {
        bottom: 0;
    }

    .inr-contct-blk:after {
        bottom: -15px;
    }

    .attrny-rgt h3 {
        font-size: 57px;
        margin: 0 0 28px 0;
    }

    .attrny-rgt h4 {
        font-size: 26px;
        margin: 0 0 35px;
    }

    .attrny-lcn h4::before {
        transform: scale(0.9);
    }

    .attrny-rgt .attrny-lcn h4 {
        font-size: 26px;
    }

    .attrny-lcn-cntct {
        margin: 0 0 40px;
    }

}

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

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

    .container2,
    .homepage-ftr-frm_sec.inner-page {
        max-width: 1200px;
        margin: auto;
    }

    .page_bnr {
        padding: 190px 0 90px 0;
    }

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

    .inrpg-breadcrumbs {
        font-size: 16px;
    }

    .page_default {
        padding: 80px 0;
    }

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

    h3 {
        font-size: 43px;
    }

    h4 {
        font-size: 40px;
    }

    h5 {
        font-size: 35px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .search-no-results article.post .entry-header h1.entry-title {
        margin: 0 0 15px 0;
    }

    p,
    li {
        font-size: 17px;
        margin-bottom: 22px;
    }

    .page_default .genpg-rite li {
        padding-left: 40px;
        margin: 0 0 16px 0;
    }

    .page_default .genpg-rite ul li:before {
        transform: scale(0.9);
    }

    .inr-sb-map .widget {
        margin-bottom: 40px;
        padding: 32px 22px;
    }

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

    .inr-sdbr-form .text-heading {
        font-size: 27px;
    }

    .inr-sdbr-form p {
        font-size: 14px;
    }

    .genpg-lft .widget .widget-title,
    .genpg-lft .widget .lwptoc_header {
        font-size: 42px;
        padding: 0 0 22px;
    }

    .genpg-lft .widget .lwptoc_item a {
        font-size: 20px;
    }

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

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

    .genpg-lft .widget ul li a {
        font-size: 22px;
    }

    .genpg-lft .widget ul li {
        padding: 0 25px 0 25px;
        margin: 0 0 12px;
    }

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

    .genpg-lft .widget ul li a::before {
        left: -23px;
        top: 8px;
        width: 9px;
        height: 9px;
    }

    .genpg-lft .widget.sd-testi .widget-title {
        margin: 0 0 20px 0;
    }

    .genpg-lft .widget.sd-testi .star-rat {
        margin: 0 auto 20px;
    }

    .sidebar-testi p {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .sidebar-testi .auth-name {
        font-size: 22px;
    }

    .sidebar-testi.owl-carousel .owl-nav {
        margin: 18px 0 0 0;
    }

    .sidebar-testi.owl-carousel .owl-nav button {
        transform: scale(0.9);
    }

    .genpg-lft .testi-widget-blk {
        padding: 6px 6px 0;
    }

    .inr-sdbr-form .gform_footer input[type="submit"] {
        font-size: 22px !important;
        padding: 16px 30px !important;
    }

    .common-block {
        margin: 40px 0;
    }

    .common-block .cmn-heading {
        font-size: 45px;
    }

    .genpg-lft .our-loction h4.widget-title {
        margin-bottom: 20px;
    }

    .genpg-lft .our-lctn-img {
        width: 100%;
        margin: 0 auto 20px;
    }

    .genpg-lft .our-loction .description {
        line-height: 1.4;
        font-size: 22px;
    }

    .genpg-lft .gt-dirctn a {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .genpg-lft .sdbar-call-btn a strong {
        font-size: 28px;
    }

    .genpg-lft .sdbar-call-btn a {
        font-size: 18px;
    }

    .homePage-footer-top-sec.innerpage {
        padding: 64px 0 0 0;
    }

    .page_default .genpg-rite .cmn-img::before {
        width: 8px;
        left: -3px;
    }

    .page_default .genpg-rite .cmn-img::after {
        width: 8px;
        right: -3px;
    }

    .page_default .genpg-rite .cmn-img {
        margin: 0 0 20px 0;
    }

    .page-template-practiceareas-page p.homepage-text-para {
        margin: 0 0 40px;
    }

    .page-template-practiceareas-page .homepage-text-heading {
        margin: 0 0 15px;
    }

    .in-cmpsnt-care-blck.btm .cmpsnt-care-item,
    .in-cmpsnt-care-blck .cmpsnt-care-item {
        width: 19%;
    }

    .in-cmpsnt-care-blck {
        margin-bottom: 40px;
    }

    .testimonials-page .in-testi-item {
        padding: 30px 52px 38px;
        margin: 0 0 20px 0;
    }

    .testimonials-page .in-testi-item p {
        margin-bottom: 14px;
        line-height: 1.8;
    }

    .testimonials-page .in-testi-item h3 {
        font-size: 23px;
    }

    .testimonials-page .inr-testi-lst {
        padding: 8px 8px 0;
    }

    .testimonials-page .inr-testi-lst::before {
        border-right: 8px solid rgb(69, 139, 202);
    }

    .testimonials-page .inr-testi-lst::after,
    .testimonials-page .inr-testi-lst::before {
        border-left: 8px solid rgb(69, 139, 202);
        border-top: 8px solid rgb(69, 139, 202);
    }

    .testimonials-page .in-testi-item .star-rat {
        margin: 0 auto 18px;
    }

    .inr-cntct-itm h4::before {
        transform: scale(0.8);
    }

    .inr-cntct-itm h4 {
        font-size: 32px;
        padding: 100px 0 0 0;
    }

    .inr-cntct-itm p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 12px;
    }

    .inr-cntct-itm .cntct-btn a {
        font-size: 19px;
        padding: 22px 54px;
    }

    .inr-cntct-itm.cntct a {
        font-size: 30px;
    }

    .inr-cntct-itm a {
        font-size: 16px;
    }

    .inr-cntct-itm .cntct-logo {
        margin: 0 auto 32px;
        max-width: 330px;
        padding-top: 40px;
    }

    .attrny-lft::before {
        left: -3px;
        top: 50px;
        width: 8px;
        height: 42%;
    }

    .attrny-lft::after {
        width: 8px;
        right: -4px;
        bottom: 68px;
        height: 42%;
    }

    .attrny-rgt h3 {
        font-size: 55px;
        margin: 0 0 25px 0;
    }

    .attrny-rgt h4 {
        font-size: 22px;
    }

    .attrny-lcn h4::before {
        transform: scale(0.8);
    }

    .attrny-lcn-cntct {
        margin: 0 0 25px;
    }

    .attrny-rgt .attrny-lcn h4 {
        font-size: 32px;
        margin: 0 0 16px;
        padding: 102px 0 0 0;
    }

    .attrny-lcn {
        width: 48.6%;
        padding: 0 50px 0 0;
    }

    .attrny-lcn h4::before {
        top: -7px;
    }

    .attrny-lcn.cntct p {
        font-size: 17px;
        margin: 0 0 10px;
    }

    .attrny-lcn p {
        font-size: 16px;
        line-height: 1.5;
    }

    .attrny-lcn.cntct a {
        font-size: 28px;
    }

    .attrny-lcn a {
        font-size: 17px;
    }

    .genpg-rite .accordion-section .accordion-heading {
        padding: 18px 40px 18px 18px;
        font-size: 24px;
    }

    .genpg-rite .accordion-section .accordion-heading::before {
        transform: scale(0.9);
    }

    .genpg-rite .accordion-section.accordien-active .accordion-section-content {
        padding: 13px;
    }

    .genpg-rite .accordion-section-content {
        font-size: 17px;
        line-height: 1.8;
    }

    .blog-archives {
        padding: 42px 30px;
    }

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

    .blg-cntblk {
        gap: 28px;
    }

    .blg-cntblk .post-cnt {
        padding: 22px;
    }

    .inr-sdbr-form .gfield input.large::placeholder {
        font-size: 16px !important;
    }

    .inr-sdbr-form .gfield textarea.large::placeholder {
        font-size: 16px !important;
    }

    .inr-sdbr-form .gfield textarea.large {
        padding: 12px 6px 9px !important;
        margin: 0;
    }

    .inr-sdbr-form .gfield input.large {
        padding: 16px 6px 14px !important;
    }

    .page-template-practiceareas-page .homepage-text-sub {
        font-size: 18px;
        letter-spacing: 0px;
    }

}

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

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

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

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

    .container2,
    .homepage-ftr-frm_sec.inner-page {
        max-width: 990px;
        padding: 0 10px;
    }

    .page_bnr {
        padding: 160px 0 70px 0;
    }

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

    .inrpg-breadcrumbs {
        font-size: 15px;
    }

    .page_default {
        padding: 60px 0;
    }

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .search-no-results article.post .entry-header h1.entry-title {
        margin: 0 0 10px 0;
    }

    h3 {
        font-size: 38px;
    }

    h4 {
        font-size: 35px;
    }

    h5 {
        font-size: 31px;
    }

    h6 {
        font-size: 28px;
    }

    p,
    li {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .page_default .genpg-rite ul li:before {
        transform: scale(0.8);
    }

    .page_default .genpg-rite li {
        padding-left: 39px;
        margin: 0 0 12px 0;
    }

    .common-block {
        margin: 30px 0;
        padding: 30px 22px;
    }

    .common-block .cmn-heading {
        font-size: 38px;
    }

    .genpg-lft {
        width: 31%;
    }

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

    .inr-sb-map .widget {
        margin-bottom: 30px;
        padding: 20px;
    }

    .inr-sdbr-form .text-heading {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .inr-sdbr-form p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .inr-sdbr-form .gfield input.large,
    .inr-sdbr-form .gfield textarea.large {
        font-size: 15px !important;
        padding: 16px 7px 8px !important;
    }

    .inr-sdbr-form .gfield textarea.large {
        min-height: 74px !important;
    }

    .inr-sdbr-form .form-links a,
    .inr-sdbr-form .gfield-choice-input+label {
        font-size: 13px !important;
        letter-spacing: 0;
    }

    .inr-sdbr-form .gform_footer input[type="submit"] {
        font-size: 20px !important;
        padding: 14px 26px !important;
    }

    .inr-sdbr-form .gform_wrapper.gravity-theme .gform_footer,
    .inr-sdbr-form .gform_wrapper.gravity-theme .gform_page_footer {
        margin: 0;
        padding: 8px 0;
    }

    .genpg-lft .widget,
    .genpg-lft .our-loction {
        padding: 25px 20px;
    }

    .genpg-lft .widget .widget-title,
    .genpg-lft .widget .lwptoc_header {
        font-size: 36px;
        padding: 0 0 16px;
    }

    .genpg-lft .widget .lwptoc_header {
        line-height: 1;
        margin: 0 0 18px 0;
    }

    .genpg-lft .widget .lwptoc_item a {
        font-size: 17px;
    }

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

    .genpg-lft .widget .widget-title::before,
    .genpg-lft .widget .lwptoc_header::before {
        width: 196px;
        height: 2px;
    }

    .genpg-lft .widget ul li {
        padding: 0 12px 0 20px;
        margin: 0 0 10px;
    }

    .genpg-lft .widget ul li a {
        font-size: 19px;
    }

    .genpg-lft .widget ul li a::before {
        left: -20px;
        top: 7px;
        width: 8px;
        height: 8px;
    }

    .page_default .genpg-rite li ul li {
        padding-left: 0;
    }

    .genpg-lft .widget.sd-testi .widget-title {
        margin: 0 0 16px 0;
    }

    .genpg-lft .widget.sd-testi .star-rat {
        margin: 0 auto 10px;
        transform: scale(0.9);
    }

    .sidebar-testi p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .sidebar-testi.owl-carousel .owl-nav button {
        transform: scale(0.8);
    }

    .genpg-lft .our-loction h4.widget-title {
        margin-bottom: 12px;
    }

    .genpg-lft .our-loction .description {
        line-height: 1.3;
        font-size: 20px;
    }

    .genpg-lft .gt-dirctn a {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .genpg-lft .sdbar-call-btn a {
        font-size: 16px;
    }

    .genpg-lft .sdbar-call-btn a strong {
        font-size: 22px;
    }

    .genpg-lft .menu-item-has-children>button {
        font-weight: 400;
    }

    .page_default .genpg-rite .cmn-img {
        margin: 0 0 16px 0;
    }

    .page_default .genpg-rite .cmn-img::before {
        width: 6px;
        left: -2px;
    }

    .page_default .genpg-rite .cmn-img::after {
        width: 6px;
        right: -2px;
    }

    .page-template-practiceareas-page .homepage-text-heading {
        margin: 0 0 10px;
    }

    .page-template-practiceareas-page p.homepage-text-para {
        margin: 0 0 30px;
    }

    .in-cmpsnt-care-blck {
        margin-bottom: 30px;
        gap: 12px;
        justify-content: center;
    }

    .in-cmpsnt-care-blck.btm .cmpsnt-care-item,
    .in-cmpsnt-care-blck .cmpsnt-care-item {
        width: 24%;
    }

    .testimonials-page .in-testi-blk {
        gap: 10px;
    }

    .testimonials-page .in-testi-item .star-rat {
        margin: 0 auto 12px;
        transform: scale(0.9);
    }

    .testimonials-page .in-testi-item {
        padding: 22px 25px 32px;
        margin: 0 0 18px 0;
    }

    .testimonials-page .in-testi-item h3 {
        font-size: 20px;
    }

    .testimonials-page .in-testi-item p {
        line-height: 1.6;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .testimonials-page .in-testi-item .star-rat {
        margin: 0 auto 8px;
        transform: scale(0.8);
    }

    .testimonials-page .inr-testi-lst::after,
    .testimonials-page .inr-testi-lst::before {
        border-top: 6px solid rgb(69, 139, 202);
        border-left: 6px solid rgb(69, 139, 202);
    }

    .testimonials-page .inr-testi-lst::before {
        border-right: 6px solid rgb(69, 139, 202);
    }

    .testimonials-page .inr-testi-lst::after,
    .testimonials-page .inr-testi-lst::before {
        width: 104px;
        height: 104px;
    }

    .inr-cntct-itm h4::before {
        transform: scale(0.7);
    }

    .inr-cntct-itm h4 {
        font-size: 30px;
        padding: 90px 0 0 0;
        margin: 0 0 10px;
    }

    .inr-cntct-itm p {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 0 10px;
    }

    .inr-cntct-itm h4::before {
        top: -8px;
    }

    .inr-cntct-itm a {
        font-size: 14px;
    }

    .inr-cntct-itm {
        padding: 25px 15px;
    }

    .inr-cntct-itm .cntct-logo {
        margin: 0 auto 24px;
        max-width: 249px;
    }

    .inr-cntct-itm .cntct-btn a {
        font-size: 17px;
        padding: 18px 28px;
    }

    .inr-cntct-itm.cntct a {
        font-size: 28px;
    }

    .inr-contct-blk {
        padding-bottom: 60px;
    }

    .homepage-ftr-frm_sec.inner-page .hm-ftr-frm-sec {
        gap: 8px;
    }

    .attrny-lft::before {
        left: -2px;
        top: 20px;
        width: 6px;
        height: 30%;
    }

    .attrny-lft::after {
        width: 6px;
        right: -3px;
        bottom: 143px;
        height: 30%;
    }

    .attrny-rgt h3 {
        font-size: 50px;
        margin: 0 0 20px 0;
    }

    .attrny-rgt h4 {
        font-size: 18px;
        margin: 0 0 10px;
        letter-spacing: 7px;
    }

    .attrny-lcn h4::before {
        transform: scale(0.7);
    }

    .attrny-rgt .attrny-lcn h4 {
        font-size: 30px;
        margin: 0 0 12px;
        padding: 94px 0 0 0;
    }

    .attrny-lcn {
        width: 50%;
        padding: 0 38px 0 0;
    }

    .attrny-lcn p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 10px;
    }

    .attrny-lcn a {
        font-size: 15px;
        letter-spacing: 1.6px;
    }

    .attrny-lcn.cntct a {
        font-size: 25px;
    }

    .attrny-lcn-cntct {
        margin: 0 0 20px;
    }

    .attorney-profile {
        margin: 0 0 48px;
    }

    .genpg-rite .accordion-section .accordion-heading::before {
        transform: scale(0.8);
        right: 20px;
    }

    .genpg-rite .accordion-section .accordion-heading {
        font-size: 21px;
    }

    .genpg-lft .blog-archives .widget h4.widget-title {
        padding: 16px 0;
    }

    .genpg-lft .blog-archives .widget input,
    .genpg-lft .blog-archives .widget select {
        font-size: 16px !important;
        padding: 12px 20px !important;
        height: 56px !important;
    }

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

    .blg-cntblk {
        gap: 18px;
    }

    .blg-cntblk .post-item {
        width: 32%;
    }

    .blg-cntblk .post-cnt {
        padding: 16px;
    }

    .blg-cntblk .post-cnt p {
        line-height: 1.6;
    }

    .blg-cntblk .post-item .post-btn a {
        font-size: 16px;
        padding: 12px 30px;
    }

    .inr-sdbr-form .gfield input.large::placeholder {
        font-size: 15px !important;
    }

    .inr-sdbr-form .gfield textarea.large::placeholder {
        font-size: 15px !important;
    }

    .hompage-form-sec.attrny-pg .hm-form-sec {
        padding: 20px;
    }

    .page-template-practiceareas-page .cmpsnt-care-blck.condition-pg {
        margin-bottom: 30px;
    }

}

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

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

    .container2,
    .homepage-ftr-frm_sec.inner-page {
        max-width: 720px;
        padding: 0;
    }

    .page_bnr {
        padding: 180px 0 60px 0;
    }

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

    .page_default {
        padding: 50px 0;
    }

    .page_content {
        flex-direction: column;
    }

    .genpg-rite {
        width: 100%;
        margin-bottom: 20px;
    }

    .genpg-lft {
        width: 100%;
        max-width: 340px;
        margin: auto;
    }

    .inr-sdbr-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1;
    }

    .homePage-footer-top-sec.innerpage {
        padding: 20px 0 0;
    }

    p,
    li {
        font-size: 17px;
        margin-bottom: 15px;
        line-height: 1.6;
    }

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

    h3 {
        font-size: 38px;
    }

    h4 {
        font-size: 34px;
    }

    h5 {
        font-size: 30px;
    }

    h6 {
        font-size: 26px;
    }

    .alignright {
        float: none;
        margin: 0 0 20px 0;
    }

    img.alignright {
        width: 100%;
        display: block;
    }

    .inr-sb-map .widget {
        margin-bottom: 20px;
    }

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

    .page_default .genpg-rite .cmn-img {
        margin: 0 0 12px 0;
    }

    .page-template-practiceareas-page p.homepage-text-para {
        margin: 0 0 20px;
    }

    .in-cmpsnt-care-blck {
        gap: 15px;
        justify-content: center;
        width: 100%;
        max-width: 340px;
        margin: 0 auto 20px;
    }

    .in-cmpsnt-care-blck.btm {
        margin: 0 auto !important;
        padding: 0 0 40px;
    }

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

    .testimonials-page .in-testi-blk {
        column-count: 1;
    }

    .testimonials-page .inr-testi-lst {
        max-width: 420px;
        margin: auto;
    }

    .inr-contct-blk {
        padding-bottom: 0;
        flex-direction: column;
        width: 100%;
        max-width: 340px;
        margin: auto;
        gap: 0;
    }

    .inr-cntct-itm {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .inr-contct-blk::before,
    .inr-contct-blk:after {
        display: none;
    }

    .inr-cntct-itm:last-child {
        margin: 0;
    }

    .homepage-ftr-frm_sec.inner-page {
        margin: auto;
    }

    .inr-cntct-itm .cntct-logo {
        padding-top: 15px;
    }

    .attorney-profile {
        flex-direction: column;
        margin: 0 0 30px;
        gap: 0;
    }

    .attrny-lft {
        width: 100%;
        padding: 0;
        max-width: 340px;
        margin: 0 auto 15px;
    }

    .attrny-rgt {
        width: 100%;
    }

    .attrny-rgt h3,
    .attrny-rgt h4 {
        text-align: center;
    }

    .attrny-lft::after,
    .attrny-lft::before {
        height: 50%;
    }

    .attrny-lft::after {
        bottom: 20px;
    }

    .single-post .widget.widget_lpwtoc_widget,
    .page-template .widget.widget_lpwtoc_widget,
    .page .widget.widget_lpwtoc_widget {
        display: none;
    }

    .blg-cntblk .post-item {
        width: 100%;
    }

    .blg-cntblk {
        flex-direction: column;
        width: 100%;
        max-width: 340px;
        margin: auto;
    }

    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
        width: 40px;
        font-size: 22px;
        height: 40px;
    }

    .page_default.practic_areas .homepage-text-heading small {
        display: block;
    }

    .service-tailored-sec {
        padding: 40px 0 0 0;
    }

}

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

    .container2,
    .homepage-ftr-frm_sec.inner-page {
        max-width: 100%;
        padding: 0 15px;
    }

    .page_bnr {
        padding: 170px 0 49px 0;
    }

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

    .inrpg-breadcrumbs {
        font-size: 14px;
    }

    .page_default {
        padding: 40px 0;
    }

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

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 26px;
    }

    h6 {
        font-size: 25px;
    }

    h6 {
        font-size: 24px;
    }

    p,
    li {
        line-height: 1.5;
        font-size: 16px;
    }

    .page_default .genpg-rite li {
        padding-left: 36px;
        margin: 0 0 8px 0;
        line-height: 1.5;
    }

    .page_default .genpg-rite ul li:before {
        transform: scale(0.6);
    }

    .page_content .genpg-rite ol {
        margin: 0 0 16px 16px;
    }

    .common-block {
        margin: 20px 0;
    }

    .common-block .cmn-heading {
        font-size: 30px;
        margin: 0 0 15px 0;
    }

    .common-block .cmn-heading br {
        display: none;
    }

    .common-block .homepage-btn-blk {
        gap: 9px;
    }

    .common-block .cmn-heading strong {
        display: inline-block;
    }

    .page_default .genpg-rite .cmn-img::before,
    .page_default .genpg-rite .cmn-img::after {
        display: none;
    }

    .homePage-footer-top-sec.innerpage {
        padding: 0;
    }

    .homepage-ftr-frm_sec.inner-page .container1 {
        padding: 0;
    }

    .attrny-lcn-cntct {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: auto;
    }

    .attrny-lcn,
    .attrny-lcn.cntct {
        width: 100%;
        padding: 15px;
        border: 1px solid #000;
        margin: 0 auto 15px;
    }

    .attrny-lcn.cntct h4::before {
        left: 0;
    }

    .attrny-rgt .attrny-lcn h4 {
        font-size: 28px;
        padding: 82px 0 0 0;
    }

    .attrny-lcn.cntct p {
        line-height: 1;
    }

    .attrny-rgt h4 {
        margin: 0 0 20px;
        letter-spacing: 6px;
    }

    .attrny-rgt h3 {
        font-size: 46px;
        margin: 0 0 10px 0;
    }

    .genpg-rite .accordion-section .accordion-heading {
        font-size: 19px;
        padding: 16px 40px 16px 16px;
        line-height: 1.2;
    }

    .genpg-rite .accordion-section .accordion-heading::before {
        transform: scale(0.7);
        right: 10px;
    }

    .genpg-rite .accordion-section.accordien-active .accordion-section-content {
        padding: 10px;
    }

    .genpg-rite .accordion-section-content {
        font-size: 15px;
        line-height: 1.6;
    }

    .single-post-thumbnail {
        margin: 0 0 10px;
    }

    .page-navi {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
        width: 36px;
        font-size: 20px;
        height: 36px;
    }

    .in-attrny-map-sec .map-direction-sec {
        max-width: 230px;
        padding: 10px 20px 10px 40px;
    }

    .in-attrny-map-sec .owl-nav .owl-next,
    .in-attrny-map-sec .owl-nav .owl-prev {
        top: 50px;
        transform: scale(0.6);
    }

    .in-attrny-map-sec .map-direction-sec p {
        font-size: 14px;
    }

    .in-attrny-map-sec .map-direction-sec .location-title {
        font-size: 17px;
    }

    .genpg-rite .accordion {
        gap: 10px;
        margin: 0 0 30px 0;
    }
}

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



    .page_bnr {
        padding: 150px 0 30px 0;
    }

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

    .inrpg-breadcrumbs {
        font-size: 13px;
    }

    .page_default {
        padding: 30px 0;
    }

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

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .common-block {
        margin: 15px 0;
        padding: 20px;
    }

    .common-block .cmn-heading {
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .common-block .homepage-btn-blk {
        gap: 4px;
    }

    .common-block a.homepage-cmn-btn {
        font-size: 14px;
    }

    .genpg-lft .widget ul li a {
        font-size: 18px;
    }

    .genpg-lft .widget .widget-title {
        font-size: 32px;
        padding: 0 0 14px;
    }

    .genpg-lft .widget ul {
        padding: 14px 0 0 8px;
    }

    .genpg-lft .our-loction .description {
        font-size: 18px;
    }

    .genpg-lft .sdbar-call-btn a strong {
        font-size: 20px;
    }

    .genpg-lft .sdbar-call-btn a {
        font-size: 15px;
    }

    .genpg-lft .gt-dirctn a {
        font-size: 16px;
    }

    .testimonials-page .in-testi-item {
        padding: 17px;
        margin: 0 0 15px 0;
    }

    .attrny-rgt h3 {
        font-size: 40px;
    }

    .attrny-rgt h4 {
        margin: 0 0 12px;
        letter-spacing: 3.5px;
        font-size: 16px;
    }

    .attrny-btn a.cmn-btn {
        font-size: 17px;
        padding: 14px 30px;
    }

    .attorney-profile {
        margin: 0 0 20px;
    }

    .inr-sdbr-form .gfield input.large::placeholder {
        font-size: 14px !important;
    }

    .inr-sdbr-form .gfield textarea.large::placeholder {
        font-size: 14px !important;
    }

    .genpg-rite .accordion-section .accordion-heading {
        font-size: 17px;
        padding: 16px 40px 16px 16px;
        line-height: 1.2;
    }
}

.cmpsnt-care-item {
    width: 100% !important;
}

.patient-resources-main {
    display: flex;
    justify-content: space-between;
}

.patient-frm-list {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.patient-frm {
    background-color: #2d74b3;
    padding: 40px 30px;
    width: 33%;
    display: flex;
    flex-direction: column;
}

.patient-frm p {
    text-align: center;
    color: #fff;
    font-size: 19px;
}

.patient-frm-btn {
    text-align: center;
    margin-top: auto;
}

.patient-frm-btn a.cmn-btn {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 13px 30px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}

.patient-frm-btn a.cmn-btn:hover {
    border: 2px solid transparent;
    background-color: #f10630;

}

@media screen and (max-width: 1500px) {
    .patient-frm p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .patient-frm {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1240px) {
    .patient-frm {
        padding: 30px 20px;
    }

    .patient-frm p {
        font-size: 14px;
    }

    .patient-frm-btn a.cmn-btn {
        padding: 12px 18px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .patient-frm {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }

    .patient-frm-list {
        flex-direction: column;
    }

    .patient-frm p {
        font-size: 16px;
    }
}

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