.page_bnr {
    background-size: cover;
    padding: 220px 0 100px 0;
    position: relative;
    background-image: url(../images/inn-bnr-bg.webp);
}

/* .page_bnr.bnroverlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
} */

.page_title h1,
.page_title h2 {
    font-family: 'Montserrat';
    font-size: 65px;
    font-weight: 800;
    text-align: center;
    line-height: 1.1;
    color: #000;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

.inrpg-breadcrumbs {
    font-family: 'Stack Sans Headline';
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 0.1px;
    text-align: center;
    text-transform: uppercase;
}

.inrpg-breadcrumbs span.breadcrumb_last {
    color: #52b947;
}
.inrpg-breadcrumbs a:hover {
    color: #52b947;
}

.page_default {
    padding:120px 0 100px;
    position: relative;
     background-color: #f5fff4;
     z-index: 1;
}

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

.genpg-rite {
    width: 67.9%;
}

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

.genpg-lft {
    width: 28.7%;
    max-width: 450px;
}

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

    .genpg-rite {
        width: 100%;
    }

    .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(--bodyFont);
    line-height: 1.2;
    letter-spacing: -1px;
    color: #1d151e;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 700;
}

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

h3 {
/*     font-size: 42px; */
    font-size: 30px;
    font-weight: 700;
}

h4 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 24px;
}

p, li {
    font-size: 20px;
    font-family: 'Stack Sans Headline';
    font-weight: 200;
    line-height: 1.7;
    color: #000;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    text-wrap: pretty;
}

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

.page_default .genpg-rite li strong {
    font-weight: 700;
}

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

.page_default .genpg-rite ul li:before {
    background: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 12px;
    border-radius: 100%;
}

.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-bottom:25px;
    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: #000; */
}

.page_default .genpg-rite li a:hover, 
.page_default .genpg-rite a:hover {
    color: #1d151e;
}

.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;
}

.page_default .genpg-rite .cmn-btn {
    color: #000;
}

.page_default .genpg-rite .cmn-btn:hover {
    color: #fff;
}
/* common styles */
.in-text-heading {
    font-family: "Montserrat";
    font-weight: 400;
    /* font-size: 50px; */
    font-size: 40px;
    color: #1d151e;
    line-height: 1.05;
    margin: 0 0 18px 0;
    text-transform: uppercase;
    letter-spacing: -1.3px;
    text-align: center;
}

.in-text-heading strong {
    font-weight: 800;
}

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


.container1 {
    margin: auto;
    width: 100%;
    max-width: 1400px;
}

/* Sidebar Styles */
.genpg-lft .blog-recent-post .widget {
    margin: 0 0 50px 0;
    background-color: #f1fcf0;
    /* background-color: #fff; */
    border-radius: 25px;
    border: 2px #4ee343 solid;
    /* border: 1px solid #8b8c8a; */
}

.genpg-lft .widget .widget-title {
    font-family: 'Montserrat';
    font-size: 41px;
    font-weight: 800;
    text-align: center;
    color: #1d151e;
    text-transform: uppercase;
    padding: 40px 30px 20px;
    margin: 0;
    border: 0;
    line-height: 1;
}

.genpg-lft .blog-recent-post .widget .widget-title {
    border-bottom: 1px solid #b9f3b5;
}

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

.genpg-lft .widget ul li a {
    font-family: 'Stack Sans Headline';
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #000;
    position: relative;
    display: inline-block;
}

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

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

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

.genpg-lft .widget ul li::before {
    background: #171717;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 11px;
    border-radius: 100%;

}

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

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

/* recent posts */

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

/* recent posts */

.testi-page h2, .testi-page p{
    text-align:center;
}
.testi-logo img {
    width: 100%;
    display: block;
    max-width: 350px;
    margin: 0 auto 30px;
}
.hm-form-sec.testi-form {
    padding: 30px;
    max-width: 750px;
    background-color: #4ee343;
    margin: 0 auto 30px;
    border-radius: 20px;
}


.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;
}


/* Table Content */

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

.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: 20px;
    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: #fff;
    padding: 50px 35px 70px;
    position: relative;
    margin: 0 0 50px;
    border: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

.blog-archives .widget-title {
    text-align: left !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.genpg-lft .blog-archives .widget {
    box-shadow: unset;
    margin: 0 0 23px;
}

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

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

.genpg-lft .blog-archives .widget input::placeholder {
    color: #000;
}

.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-family: 'Stack Sans Headline';
    font-weight: 200;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000 !important;
    padding: 22px 40px 21px 30px !important;
    background-color: transparent !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: 15px;
    background-position: center;
    height: auto !important;
    opacity: 1 !important;
    border: 1px #c8cdc8 solid;
    border-radius: 10px;
}

.genpg-lft .blog-archives .widget select {
    background-image: url(../images/blog-archive-arrow.webp);
    position: relative;
    background-position: right 27px center;
}

.genpg-lft .blog-archives .widget .search-field {
    background-image: none !important;
    cursor: auto;
    height: auto !important;
    min-height: auto !important;
    padding: 19px 40px 18px 30px !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;
    color: transparent !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    border: 0;
    background-size: 18px;
    padding: 0 !important;
}

.genpg-lft .blog-archives .search-form {
    position: relative;
}
.genpg-lft .widget.widget_categories ul li:last-child{
    border: none;
}

.widget.widget_categories ul li::before {
    display: none;
}

.widget.widget_categories {
    border-radius: 20px;
    padding: 0;
}

.genpg-lft .widget.widget_categories ul li {
    text-align: center;
    padding: 15px 0 10px;
    border-bottom: 1px #e6e6e6 solid;
    list-style: none !important;
        margin: 0;
}

.widget.widget_categories ul li:first-child {
    padding-top: 0;
}

 .genpg-lft .widget.widget_categories ul {
    padding: 15px 30px 10px;
    text-align: center;
    border: 1px #8a8c8a solid;
    border-radius: 20px;
        background-color: #fff;

}

.widget.widget_categories .widget-title {
    background-color: transparent !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin-bottom: 25px;
}

/* SideBar testimonials */
.sidebar-testi {
    text-align: center;
}

.sidebar-testi-title {
    font-family: 'Stack Sans Headline';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
}

.sidebar-testi p {
    font-size: 20px;
    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;
    margin: 0 0 -55px;
}

.sidebar-testi.owl-carousel .owl-nav button {
    background-color: #d9f9d7;
    width: 53px;
    height: 53px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.sidebar-testi.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/test-left-arrow.webp);
}

.sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/test-rit-arrow.webp);
}

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

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

.widget.sd-testi .widget-title {
    padding: 0;
    margin-bottom: 20px;
}

.widget.sd-testi {
    box-shadow: 4.286px 2.575px 8px 7px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 20px;
    padding: 38px 35px 30px;
    margin-bottom: 47px;
}

.sidebar-testi.owl-carousel .testimonials-content-main p {
    color: #535752;
}

.testi-item .showcontent {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.testi-item .showcontent.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.sd-testi-item-btn {
    font-size: 18px;
    color: #52b947;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    margin: 15px auto 5px;
    cursor: pointer;
}
.sd-testi-item-btn:hover{
        color: #000000;
}

.widget.sd-testi .testi-item {
    position: relative;
}

.widget.sd-testi .testi-item::before {
    position: absolute;
    content: "";
    background-image: url(../images/test-bfr-img.webp);
    background-repeat: no-repeat;
    width: 51px;
    height: 43px;
    bottom: 0;
    right: 0;
}

.testi-item .star-rat {
    margin: auto;
    margin-bottom: 20px;
}
.sidebar-testi .author{
    font-family: "Stack Sans Headline";
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 35px;
}

/* loc-side-bar */

.sidebar-location {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.sidebar-loc-blk {
    /* border: 1px solid #8b8c8a; */
    border-radius: 35px;
    padding: 40px 30px;
    /* background-color: #fff; */
    border: 2px #4ee343 solid;
    background-color: #f1fcf0;
}

.side-bar-loc-hdg {
    font-size: 41px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #1d151e;
    line-height: 1;
    letter-spacing: -0.48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sidebar-loc-img {
    margin-bottom: 25px;
    border: 1px solid #8b8c8a;
    border-radius: 10px;
    overflow: hidden;
}
.sidebar-loc-img iframe {
    height: 200px;
}

/*.sidebar-loc-img img {
    width: 100%;
    display: block;
    border-radius: 20px;
}*/

.side-bar-adrs-title {
    font-size: 33px;
    font-family: 'Stack Sans Headline';
    font-weight: 600;
    letter-spacing: -0.66px;
    line-height: 1;
    position: relative;
    padding: 50px 0 0;
    text-align: center;
        margin: 0 0 5px;
}

.side-bar-adrs-title::before {
    content: "";
    position: absolute;
    background-image: url(../images/in-loc-bfr-side.webp);
    width: 28px;
    height: 37px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.sidebar-loc-para {
    font-size: 19px;
    font-family: 'Stack Sans Headline';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 0 7px 0;
}
.sidebar-loc-btn {
    text-align: center;
}
.sidebar-loc-btn a {
    font-size: 19px;
    font-family: 'Stack Sans Headline';
    font-weight: 300;
    text-transform: capitalize;
    color: #4ee343;
    line-height: 1;
    letter-spacing: 0;
    display: block;
}
.sidebar-loc-btn a:hover{
        color: #000;
}


/* Blog Page */
.page_default.blog_pg .genpg-rite .post-item .blog-title a {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 1.3;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.page_default.blog_pg .genpg-rite .blog-title {
    margin-bottom: 15px !important;
}

.page_default.blog_pg .blog-archives {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: none !important;
    box-shadow: none;
    padding: 0;
    margin: 0 0 50px !important;
    gap: 25px;
}

.page_default.blog_pg .widget {
    width: 100%;
}

.page_default.blog_pg .genpg-lft .blog-archives .widget {
    box-shadow: unset;
    margin: 0;
    padding: 0;
}

.page_default.blog_pg .genpg-lft {
    width: 100%;
    max-width: 100%;
}

.page_default.blog_pg .genpg-lft .widget .widget-title {
    display: none;
}

.page_default.blog_pg .page_content {
    display: inherit;
}

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

.blg-cntblk .post-item {
    width: 31.9%;
    background-color: #fff;
    border-radius: 30px;
    border-top: 0;
    padding: 20px 20px 60px;
    border: 2px transparent solid;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}
.blg-cntblk .post-item .post-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35px;
}

.blg-cntblk .post-item:hover {
    border: 2px #4ee343 solid;
}

.blg-cntblk .post-item .blog-post-img img {
    width: 100%;
    display: block;
    border-radius: 25px;
    border: 1px #c1c1c1 solid;
    object-fit: cover;
    height: 100%;

}

.blg-cntblk .post-item .blog-post-img {
    margin-bottom: 45px;
    height: 237px;
}

.blg-cntblk .post-cnt {
    text-align: center;
}

.blg-cntblk .post-item .post-btn a {
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    color: #52b947;
    text-decoration: underline;
    font-family: 'Stack Sans Headline';
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
}
.blg-cntblk .post-item .post-btn a:hover{
        color: #000000;
}
.page_default.blog_pg .genpg-rite .post-item .blog-title a:hover{
        color: #52b947;
}

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

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

.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 {
    width: 70px;
    height: 70px;
    font-family: 'Stack Sans Headline';
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 25px;
    background: transparent;
    border: 0;
    color: #000;
    margin: 0;
    box-shadow: none;
    border-radius: 100%;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next,
.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev {
    font-size: 0;
    background-color: #d9f9d7;
    border-radius: 50%;
    background-image: url(../images/test-left-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    height: 54px;
}


.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next {
    background-image: url(../images/test-rit-arrow.webp);
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev:hover,
.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next:hover {
    background-color: #000;
}

.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: #52b947;
    color: #fff;

}

.page_default.blog_pg .pagination a.next.page-numbers,
.page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}

.page_default.blog_pg .pagination a.next.page-numbers::before,
.page_default.blog_pg .pagination a.prev.page-numbers::before {
    position: absolute;
    content: '  ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #000;
    margin: auto;
    width: 20px;
    height: 20px;
}
.page_default.blog_pg {
    padding-bottom: 20px;
}
.blog .hm-compassionate-sec {
    margin: 0;
}

/* Single Blog Page */
.blog-post-img {
    margin-bottom: 45px;
    position: relative;
}

.blog-post-img::before {
    position: absolute;
    content: "";
    background-image: url(../images/blog-bfr-img.webp);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    right: 0;
    bottom: -33px;
    left: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
}

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

.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;
    margin: 40px 0 0;
}
.single-post-thumbnail {
    border-radius: 30px;
    overflow: hidden;
    margin: 0 0 35px;
}
.single-post-thumbnail img{
    width: 100%;
    display: block;
}
.page_default .genpg-rite .page-navi-block .cmn-btn:hover {
    background-color: transparent;
    border: 2px solid #4ee343;
    color: #4ee343;
}
.page_default .genpg-rite .page-navi-block .cmn-btn {
    border: 2px solid transparent;
    width: 205px;
    text-align: center;
}

/* cmn-block */
.cmn-box-main {
    background-image: url(../images/inr-cmn-box-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 75px;
    border: 2px solid #4ee343;
    border-radius: 30px;
    margin: 45px 0;
}

.cmn-box-title {
    font-size: 35px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #4ee343;
    letter-spacing: -0.57px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.cmn-box-title strong {
    font-size: 67px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: -1.05px;
    color: #1d151e;
    margin-top: 10px;
}

.cmn-box-para {
    font-size: 20px;
    font-family: 'Stack Sans Headline';
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 23px;
}

.cmn-box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.ph-no {
    border: 2px solid #4ee343;
    border-radius: 10px;
    padding: 16px 28px 14px 77px;
}

.cmn-box .call a{
    color: #4ee343;
}
.cmn-box .call a:hover{
    color: #000;
}

/*Contact Page */



/* .hm-compassionate-sec .text-heading:not(.home){
    font-size: 50px;
} */
.contact-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-list {
    text-align: center;
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 25px;
    width: 32%;
    padding: 48px 20px 43px;
}

.contact-list .contact-number a {
    color: #4ee343;
}

.contact-list .contact-number a:hover {
    color: #000;
}

.contact-list:hover {
    border: 2px solid #4ee343;
}

.contact-title {
    font-family: 'Stack Sans Headline';
    font-weight: 600;
    font-size: 33px;
    line-height: 1;
    letter-spacing: -0.66px;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    padding: 87px 0 15px 0;
    display: inline-block;
    margin-bottom: 10px;
}


.contact-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
    width: 61px;
    height: 2px;
    background-color: #4ee343;
}

.contact-title::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
background-position: center;
}
.contact-title.address::before {
    background-image: url(../images/address.webp);
}

.contact-title.call::before {
    background-image: url(../images/call.webp);
}

.contact-title.hours::before {
    background-image: url(../images/hours.webp);
}

.contact-content {
    font-family: 'Stack Sans Headline';
    font-weight: 300;
    font-size: 19px;
    line-height: 1.42;
    color: #000000;
}

.page_default .genpg-rite .contact-list .contact-content a {
    color: #4ee343;
    display: inline-block;
}
.page_default .genpg-rite .contact-list .contact-content a:hover{
    color: #000;
}

.page_default .genpg-rite .contact-number a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Stack Sans Headline';
    font-weight: 700;
    font-size: 35px;
    line-height: 1.5;
}
.page_default .genpg-rite .contact-number a:hover{
        color: #4ee343;
}
.page-template-contact-page .hm-compassionate-sec, .page-template-contact-page .hm-btm-scroll-sec.hm-btm-scroll-sec {
    display: none;
}
.page-template-contact-page .ftr-frm {
    background-color: #f5fff4;
    position: relative;
    z-index: 1;
}
.page-template-contact-page .ftr-frm:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(245, 255, 244, 0.95) 0%, rgba(245, 255, 244, 0.17) 50%, rgba(245, 255, 244, 0.04) 100%);
    z-index: -1;
    pointer-events: none;
}

/*contact */

.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;
}

/*  Testimonials Page */

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

.testimonials-page .in-testi-item {
    padding: 50px;
    display: inline-block;
    margin: 0 0 35px 0;
    border-radius: 20px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    background-color: #fff;
	width:100%;
}

.testimonials-page .in-testi-item::before {
    position: absolute;
    content: "";
    top: 48px;
    right: 65px;
    margin: auto;
    background-image: url(../images/test-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 51px;
    height: 43px;
}

.testimonials-page .in-testi-item p {
    font-size: 20px;
    line-height: 1.7;
    color: #535752;
    font-family: 'Stack Sans Headline';
    font-weight: 400;
    position: relative;
}

.testimonials-page .in-testi-item h3 {
    color: #000;
    font-size: 30px;
    font-family: 'Stack Sans Headline';
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}

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

.test-btn {
    text-align: center;
    margin: 45px 0 0;
}

.page_default.testimonials-pg{padding-bottom: 0;}
.page-template-testimonials-page .hm-compassionate-sec {
    margin: 0;
}
/* testmonials end */


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




/* about */
/*in why choose ^*/
.in-why-choose-blck {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.in-why-choose-blck .in-text-heading {
    text-align: left;
}

.in-why-choose-blck .hm-why-choose-right {
    width: 50%;
    position: relative;
}

.in-why-choose-blck .hm-why-choose-left {
    width: 50%;
    position: relative
}

.in-why-choose-blck .hm-why-choose-left::before {
    position: absolute;
    content: "";
    background-image: url(../images/in-why-choosesec-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20.9%;
    height: 24.2%;
    right: 50px;
    top: 0;
}

.in-why-choose-blck .hm-why-choose-left img {
    width: 100%;
    display: block;
}

.in-why-choose-blck .text-heading {
    text-align: left;
}

.in-why-choose-blck .hm-why-choose-right .text-heading strong {
    display: inline-block;
}

.in-why-choose-blck .treatmenyt-inf.patient::before {
    background-image: url(../images/in-comprehensive-treatment-img.webp);
}

.in-why-choose-blck .treatmenyt-inf::before {
    background-image: url(../images/in-specialized-accident-img.webp);
    top: 0;
}

.why-choose-img {
    margin: 0px 0 0 -360px;
    width: 1060px;
}
.hm-main-accident-sec.inner .text-heading {
    font-size: 50px;
}
.in-why-choose-blck .our-expertise-top-btn {
    margin: 0 0 15px;
}

/*in why choose end*/
/*in service */
.in-main-accident-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.in-main-accident-list .in-main-accident-item-animate {
    width: 31.9%;
}
.in-main-accident-list .in-main-accident-item {
    width: 31.9%;
    /* width: 100%; */
    height: 100%;
    background-color: #ffffff;
    padding: 18px 23px;
    border-radius: 25px;
    position: relative;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

.in-main-accident-list .in-main-accident-item .in-main-accident-image img {
    display: block;
    width: 100%;
    border-radius: 25px;
    height: 267px;
    object-fit: cover;
    object-position: center;
}

.in-main-accident-list .in-main-accident-item .in-main-accident-image {
    position: relative;
    padding: 0 0 35px 0;
    margin-bottom: 10px;
}

.in-main-accident-list .in-main-accident-item .in-main-accident-image::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../images/main-accident-before-img.webp);
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}

.in-main-accident-item .in-list-item-title {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 30px;
    line-height: 1.13;
    color: #000000;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto 5px;
/*     max-width: 265px; */
    max-width: 345px;
    min-height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4%;
}

.in-main-accident-item .in-list-item-title strong {
    font-weight: 800;
}

.in-main-accident-cmn-btn {
    text-align: center;
}
.in-pract-hover{
    font-size:0;
}
.in-pract-hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 0;
}
/* .page_default.full-width {
    padding: 120px 0 20px;
} */
.in-main-accident-list .in-main-accident-item:hover .in-list-item-title {
    color: #4ee343;
}
/* in-main-accident-sec-end*/

/*in profile page */
.profile-card {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto 33px;
    background-image: url(../images/profile-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid #4ee343;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-content .profile-name {
/*     font-size: 70px; */
    font-size: 57px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #1d151e;
    margin-bottom: 21px;
    line-height: 1.07;
    letter-spacing: -1.4px;
}

.profile-content .profile-name span {
    font-weight: 800;
}

.profile-content .profile-name strong {
    font-weight: 800;
    color: #4ee343;
}

.profile-number a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Stack Sans Headline';
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #1d151e;
    margin-bottom: 26px;
    position: relative;
    padding: 0 0 0 48px;
}

.profile-number a:hover {
    color: #4ee343;
}

.profile-number a::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url(../images/in-call.webp);
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.profile-image img {
    width: 100%;
    display: block;
    margin: -46px 0 0 25px;
}

.profile-content {
    width: 43%;
    padding: 69px 20px 79px;
}

.profile-image {
    width: 39.75%;
}
.inr-profile-sec {
    padding: 45px 0 0;
}

.in-profile-text {
    font-family: 'Stack Sans Headline';
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 1.75;
    color: #1d151e;
    text-align: center;
    margin: 0 0 35px 0;
}

.page_default.full-width .hm-main-accident-sec::after {
    display: none;
}

/*.genpg-rite.full-width a {
    color: #000;
}*/

.main-accident-list .main-accident-item {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);

}

.page_default.full-width .hm-main-accident-sec {
    padding: 47px 0 40px 0;
}

.mauris-ac-nulla-sec {
    padding: 0;
    width: 100%;
    max-width: 1270px;
    margin: auto;
}

.page_default.full-width .hm-main-accident-sec {
    padding: 100px 0 0px;
}
.in-main-accident-list.animate .in-main-accident-item {
    width: 100%;
}



/* in-recovery-blck ------ about-page*/

.in-recovery-blck .recovery-info .in-text-heading {
    text-align: left;
}

.in-recovery-blck {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.in-recovery-blck:last-child{
    margin-bottom:0;
}

.in-recovery-blck .recovery-image,.in-recovery-blck .recovery-lft {
    width: 42.65%;
}

.in-recovery-blck .recovery-image {
    border: 2px solid #4ee343;
    border-radius: 25px;
    overflow: hidden;
}

.in-recovery-blck .recovery-image img {
    display: block;
    width: 100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.in-recovery-blck .recovery-info {
    width: 53.25%;
}



.recovery-info .recovery-content {
    font-family: 'Stack Sans Headline';
    font-weight: 200;
    font-size: 20px;
    line-height: 1.75;
    color: #323332;
    margin-bottom: 35px;
    text-align: left;
}

.recovery-info .recovery-content.our-medical {
    margin-bottom: 25px;
}

.recovery-btn a.cmn-btn {
    padding: 25px 48px;
    letter-spacing: 0.19px;
}

.hm-main-accident-sec .in-text-heading {
    text-align: center;
    margin-bottom: 35px;
}

/*in profile page end*/
/* test-in-cmn */
.page-template-about-us-page .hm-testimonials {
    margin: 0;
      background-color: #f5fff4;
    padding: 0;
}
.hm-main-accident-sec.inner {
    padding: 0 0 100px;
     background-color: #f5fff4;
}

.hm-main-accident-sec.inner::after{display: none;}
.page-template-about-us-page .testmonial-btm {
    display: none;

}

.page-template-about-us-page .hm-testimonials .text-heading {
    display: none;
}

.page-template-about-us-page .testi-top {
    font-family: 'Stack Sans Headline';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 1;
    color: #4ee343;
    border: 2px #4ee343 solid;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 36px;
    text-transform: uppercase;
    margin: 0 0 14px;
    text-align: center;
}

.page-template-about-us-page .hm-testi-item {
  border: 2px solid #4ee343;
}

.page-template-about-us-page .hm-compassionate-sec {
    margin: 0;
}
.gen-pg-thumbnail img {
    width: 100%;
    display: block;
}
.gen-pg-thumbnail{
    border-radius: 30px;
    overflow: hidden;
    margin: 0 0 35px;
}
.page-template-default .hm-compassionate-sec {
    margin: 0;
}

.mauris-ac-nulla-sec p {
    text-align: center;
}
.single-post .genpg-lft .widget ul li a {
    font-weight: 300;
}

.hm-compassionate-sec.inner {
    position: relative;
}

.hm-compassionate-sec.inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(245, 255, 244, 0.8) 0%, rgba(245, 255, 244, 0.17) 50%, rgba(245, 255, 244, 0.04) 100%);
    z-index: 0;
    pointer-events: none;
}

/* inner providers page starts */

.in-attorney-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 0 50px;
}

.in-attorney-block {
    max-width: 400px;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 30px 0 0;
    background: #deffdb;
    border: 2px solid #000;
    border-radius: 15px;
    overflow: hidden;
}

.in-attorney-block:hover .in-attorney-content{
    color:#fff;
    background-color:#000;
}

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

.in-attorney-image{
    margin: 0;
    padding:0 30px;
}

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

.in-attorney-content {
    font-size: 24px;
    font-family: 'Stack Sans Headline';
    font-weight: 700;
    line-height: 1.3;
    color: #1d151e;
    text-transform: capitalize;
    margin: 0;
    background-color: #4EE343;
    padding: 20px 10px;
}

.in-providers-treatment .text-heading {
    text-align: center;
    font-size: 50px;
}
.in-providers-treatment .text-heading strong {
    color: #1d151e;
}
.in-providers-treatment-btn {
    margin: 40px 0 0;
    text-align: center;
}
.in-main-accident-list.providers-treatment .in-main-accident-item {
    border: 2px solid transparent;
}
.in-main-accident-list.providers-treatment .in-main-accident-item:hover {
    border: 2px solid #4ee343;
}


/* inner providers page ends */
  
@media screen and (max-width: 1680px) {
.container1{max-width: 1250px;} 
.page_title h1, .page_title h2 { font-size: 55px; } 
.inrpg-breadcrumbs { font-size: 16px; } 
.page_bnr { padding: 200px 0 80px 0; } 
.page_default { padding: 100px 0 80px; } 
.in-text-heading {
    /* font-size: 45px; */
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}
.in-why-choose-blck .our-expertise-top-btn { margin: 0 0 12px; }
.recovery-info .recovery-content { font-size: 18px; margin-bottom: 30px; } 
.recovery-btn a.cmn-btn { padding: 23px 40px; letter-spacing: 0.09px; } 
/*.in-recovery-blck { margin-bottom: 110px; } */
.why-choose-img { margin: 0px 0 0 -310px; width: 890px; } 
.hm-main-accident-sec.inner .text-heading { font-size: 45px; } 
.hm-main-accident-sec.inner { padding: 0 0 90px; } 
.page-template-about-us-page .testi-top { font-size: 16px; border-radius: 45px; padding: 6px 32px; margin: 0 0 12px; } 
.in-why-choose-blck .hm-why-choose-left::before { right: 40px; }

    .contact-title { font-size: 27px; padding: 80px 0 12px 0; margin-bottom: 8px; } 
    .contact-list { padding: 40px 20px 38px ; } 
    .contact-title::before { width: 60px; height: 60px; } 
    .contact-content { font-size: 18px; } 
    .page_default .genpg-rite .contact-number a { font-size: 29px; } 
    .genpg-rite.full-width .text-heading { font-size: 41px; } 
    .contact-title::after { width: 51px; }

  .in-main-accident-list .in-main-accident-item .in-main-accident-image::before { transform: scale(0.9); transform-origin: bottom center; } 
      .in-main-accident-item .in-list-item-title {
        font-size: 26px;
        line-height: 1.15;
        min-height: 64px;
        max-width: 295px;
    } 
  /* .page_default.full-width { padding: 100px 0 20px; }  */
  .in-main-accident-list { gap: 26px; }

 .testimonials-page .in-testi-item { padding: 40px; margin: 0 0 30px 0; } 
 .testimonials-page .in-testi-item::before { transform: scale(0.9); transform-origin: top right; top: 40px; right: 45px; } 
 .testimonials-page .in-testi-item p { font-size: 18px; } 
 .testimonials-page .in-testi-item h3 { font-size: 25px; }

     .widget.sd-testi { padding: 35px 31px 30px; margin-bottom: 43px; } 
     .widget.sd-testi .widget-title { margin-bottom: 17px; } 
     .testi-item .star-rat { margin-bottom: 18px; } 
     .sidebar-testi p { font-size: 18px; } 
     .widget.sd-testi .testi-item::before { transform: scale(0.9); transform-origin: right; } 
     .sidebar-testi.owl-carousel .owl-nav button { transform: scale(0.9); } 
     .sidebar-loc-blk { padding: 37px 28px; } 
     .side-bar-adrs-title { font-size: 30px; padding: 53px 0 0; } 
     .side-bar-adrs-title::before { transform: scale(.95); } 
     .side-bar-loc-hdg { font-size: 33px; } 
     .sidebar-loc-para { font-size: 18px; } 
     .sidebar-loc-btn { font-size: 18px; } 
     .widget.sd-testi .testi-item .star-rat { transform-origin: center; }
.sd-testi-item-btn {
    font-size: 16px;
}

    .profile-card {
        max-width: 1090px;
        border-radius: 44px;
        border-width: 3px;
            margin: 0 auto 28px;
    }

    .profile-content .profile-name {
/*         font-size: 60px; */
        font-size: 51px;
    }
    .profile-content {
        padding: 59px 20px 69px;
    }
.test-btn {
    margin: 35px 0 0;
}
.sidebar-testi .author {
    font-size: 21px;
    margin: 0 0 25px;
}
.sidebar-loc-btn a {
    font-size: 17px;
}
.sidebar-loc-img {
    margin-bottom: 20px;
}   
    .genpg-lft .widget .lwptoc_header{
        font-size:25px;
    }



.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-size: 18px !important;
    padding: 20px 35px 19px 25px !important;
    background-size: 14px;
}
.genpg-lft .blog-archives .widget select {
    background-position: right 23px center;
}
.genpg-lft .blog-archives .widget .search-field {
    padding: 17px 35px 17px 25px !important;
}
.genpg-lft .blog-archives .widget input.search-submit {
    background-size: 17px;
    width: 55px;
}
.page_default.blog_pg .blog-archives {
    margin: 0 0 40px !important;
    gap: 20px;
}
.blg-cntblk .post-item {
    padding: 18px 18px 54px;
}
.blog-post-img::before {
    width: 60px;
    height: 60px;
    bottom: -27px;
}

.blg-cntblk .post-item .blog-post-img {
    margin-bottom: 40px;
        height: 190px;
}
.page_default.blog_pg .genpg-rite .post-item .blog-title a {
    font-size: 21px;
    letter-spacing: -0.18px;
}
.blg-cntblk .post-item .post-btn a {
    font-size: 17px;
}
.blg-cntblk .post-item .post-btn {
    bottom: 30px;
}
.blg-cntblk {
    gap: 21px;
}
    .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev {
        width: 50px;
        height: 50px;
        background-size: 19px;
    }
.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    width: 60px;
    height: 60px;
    font-size: 21px;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers {
    margin: 20px 0 0;
}



 .genpg-lft .widget .widget-title {
        font-size: 33px;
        padding: 36px 25px 18px;
    }

    .genpg-lft .widget ul {
        padding: 15px 25px 35px;

    }

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

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

    .blog-archives {
        padding: 40px 30px 59px;
    }

    .genpg-lft .blog-recent-post .widget {
        margin: 0 0 40px 0;
    }

    .gen-pg-thumbnail {
    border-radius: 26px;
    margin: 0 0 30px;
}
p, li {
    font-size: 18px;
    margin: 0 0 17px 0;
}
.cmn-box-main {
    padding: 45px 65px;
    border-radius: 26px;
    margin: 40px 0;
}
.cmn-box-title {
    font-size: 30px;
    letter-spacing: -0.37px;
}
.cmn-box-title strong {
    font-size: 58px;
    letter-spacing: -0.95px;
}
.cmn-box-para {
    font-size: 18px;
    margin-bottom: 20px;
}
h4 {
    font-size: 33px;
    letter-spacing: -0.52px;
}
.page_default .genpg-rite li {
    padding-left: 20px;
    margin: 0 0 17px 0;
}
.page_default .genpg-rite ul li:before {
    width: 8px;
    height: 8px;
    top: 10px;
}
.genpg-lft .widget ul li::before {
    width: 9px;
    height: 9px;
    top: 10px;
}
    .sidebar-testi.owl-carousel .owl-nav button {
    margin: 0 0px;
}



.profile-number a {
    font-size: 31px;
    margin-bottom: 20px;
    padding: 0px 0 0 43px;
}
.mauris-ac-nulla-sec {
    max-width: 1150px;
}



/* h1, h2, .search-no-results article.post .entry-header h1.entry-title {
    font-size: 45px;
} */
.single-post-thumbnail {
    border-radius: 26px;
    margin: 0 0 30px;
}
.page_default .genpg-rite .page-navi-block .cmn-btn {
    width: 190px;
}


.page-navi {
    margin: 35px 0 0;
}
/*h3 {
    font-size: 38px;
}*/
h5 {
    font-size: 27px;
}
h6 {
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6, .search-no-results article.post .entry-header h1.entry-title {
    letter-spacing: -0.7px;
    margin: 0 0 16px 0;
}


}

@media screen and (max-width: 1440px) {
.container1{max-width: 1100px;} 
.page_bnr { padding: 190px 0 70px 0; } 
.page_title h1, .page_title h2 { font-size: 47px; } 
.inrpg-breadcrumbs { font-size: 15px; } 
.page_default { padding: 85px 0 70px; } 
.in-text-heading {
    /* font-size: 40px; */
    letter-spacing: -0.7px;
}
.recovery-info .recovery-content { font-size: 15px; margin-bottom: 25px; } 
/*.in-recovery-blck { margin-bottom: 90px; } */
.why-choose-img { margin: 0px 0 0 -210px; width: 830px; } 
.hm-main-accident-sec.inner .text-heading { font-size: 40px; } 
.recovery-btn a.cmn-btn { padding: 20px 33px; letter-spacing: 0; } 
.in-why-choose-blck .hm-why-choose-left::before { right: 20px; } 
.hm-main-accident-sec.inner { padding: 0 0 80px; }

    .contact-title { font-size: 25px; padding: 75px 0 10px 0; letter-spacing: -0.46px; } 
    .contact-list { padding: 22px 20px 30px ; } 
    .contact-title::before { width: 55px; height: 55px; } 
    .contact-content { font-size: 16px; } 
    .page_default .genpg-rite .contact-number a { font-size: 27px; } 
    .genpg-rite.full-width .text-heading { font-size: 38px; }
        .genpg-lft .widget .lwptoc_header {
        font-size: 23px;
    }
    .genpg-lft .widget .lwptoc_item a, .genpg-lft .lwptoc-light .lwptoc_items A:visited{
        font-size:18px;
    }

    .in-main-accident-list .in-main-accident-item { padding: 13px 16px; border-radius: 18px; } 
    .in-main-accident-list .in-main-accident-item .in-main-accident-image img { border-radius: 18px; height: 231px; } 
    .in-main-accident-list .in-main-accident-item .in-main-accident-image::before { transform: scale(0.8); } 
    .in-main-accident-item .in-list-item-title { font-size: 23px; min-height: 60px; max-width: 265px; } 
    .in-main-accident-list { gap: 23px; } 
    /* .page_default.full-width { padding: 85px 0 20px; }  */
    .in-main-accident-list .in-main-accident-item .in-main-accident-image { padding: 0 0 30px 0; }

 .testimonials-page .in-testi-item { padding: 35px; margin: 0 0 27px 0; } 
 .testimonials-page .in-testi-item::before { transform: scale(0.8); transform-origin: top right; top: 33px; right: 35px; } 
 .testimonials-page .in-testi-item p { font-size: 17px; } 
 .testimonials-page .in-testi-item h3 { font-size: 23px; }

     .widget.sd-testi { padding: 33px 28px 27px; margin-bottom: 40px; } 
     .side-bar-loc-hdg { font-size: 29px; } 
     .widget.sd-testi .widget-title { padding: 0; margin-bottom: 17px; } 
     .testi-item .star-rat { margin-bottom: 15px; } 
     .sidebar-testi p { font-size: 17px; } 
     .widget.sd-testi .testi-item::before { transform: scale(0.8); } 
     .sidebar-testi.owl-carousel .owl-nav button { transform: scale(0.8); } 
     .side-bar-adrs-title { font-size: 28px; padding: 47px 0 0; } 
     .side-bar-adrs-title::before { transform: scale(.9); }

    .profile-content {
        padding: 55px 15px 60px;
    }

    .profile-number a {
        font-size: 30px;
        padding: 0 0 0 40px;
    }

    .profile-number a::before {
        transform-origin: left;
        transform: scale(0.9);
    }
.test-btn {
    margin: 26px 0 0;
}

    .genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
        font-size: 17px !important;
        padding: 18px 31px 17px 22px !important;
        background-size: 13px;
    }
        .genpg-lft .blog-archives .widget select {
        background-position: right 20px center;
    }
        .genpg-lft .blog-archives .widget .search-field {
        padding: 15px 33px 15px 22px !important;
    }
        .genpg-lft .blog-archives .widget input.search-submit {
        background-size: 16px;
        width: 50px;
    }
        .page_default.blog_pg .blog-archives {
        margin: 0 0 35px !important;
        gap: 17px;
    }
        .blg-cntblk .post-item {
        padding: 15px 15px 48px;
        border-radius: 25px;
    }
        .blg-cntblk .post-item .blog-post-img {
        margin-bottom: 35px;
            height: 160px;
    }
        .blog-post-img::before {
        width: 55px;
        height: 55px;
        bottom: -24px;
    }
        .page_default.blog_pg .genpg-rite .post-item .blog-title a {
        font-size: 18px;
        letter-spacing: -0.08px;
    }
        .blg-cntblk .post-item .post-btn a {
        font-size: 16px;
    }
        .blg-cntblk .post-item .post-btn {
        bottom: 26px;
    }
        .blg-cntblk {
        gap: 18px;
    }

        .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev {
        width: 45px;
        height: 45px;
        background-size: 18px;
    }
        .page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
        width: 55px;
        height: 55px;
        font-size: 19px;
    }
        .page_default.blog_pg .underscores-pagination ul.page-numbers {
        margin: 15px 0 0;
    }


     .genpg-lft .widget .widget-title {
        font-size: 30px;
        padding: 30px 23px 15px;
    }

    .genpg-lft .widget ul {
        padding: 13px 21px 33px;
    }

    .genpg-lft .blog-archives .widget {
        box-shadow: unset;
        margin: 0 0 20px;
    }

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

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

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

    .genpg-lft .blog-recent-post .widget {
        margin: 0 0 35px 0;
    }

    .blog-archives {
        padding: 37px 30px 45px;
        margin: 0 0 43px;
    }



    .gen-pg-thumbnail {
        border-radius: 22px;
        margin: 0 0 25px;
    }
        p, li {
        font-size: 17px;
        margin: 0 0 15px 0;
    }
        .cmn-box-main {
        padding: 40px 50px;
        border-radius: 23px;
        margin: 35px 0;
    }
        .cmn-box-title {
        font-size: 27px;
        letter-spacing: -0.17px;
    }
        .cmn-box-title strong {
        font-size: 52px;
        letter-spacing: -0.75px;
    }
        .cmn-box-para {
        font-size: 17px;
        margin-bottom: 17px;
    }   
    .cmn-box-btn {
    gap: 9px;
}
    h4 {
        font-size: 28px;
        letter-spacing: -0.32px;
    }
        .page_default .genpg-rite li {
        padding-left: 17px;
        margin: 0 0 14px 0;
    }
        .page_default .genpg-rite ul li:before {
        width: 7px;
        height: 7px;
        top: 9px;
    }
    .page_content .genpg-rite ol, .page_content .genpg-rite ul {
    margin-bottom: 20px ;
}
    .genpg-lft .widget ul li::before {
        width: 8px;
        height: 8px;
        top: 10px;
    }

    .widget.sd-testi .widget-title {
    padding: 0;
    margin-bottom: 15px;
}
    .sd-testi-item-btn {
        font-size: 15px;
    }
        .sidebar-testi .author {
        font-size: 19px;
        margin: 0 0 20px;
    }
    .sidebar-testi.owl-carousel .owl-nav button {
    margin: 0 -2px;
}
    .sidebar-loc-blk {
        padding: 30px 20px;
    }
    .sidebar-loc-img {
    margin-bottom: 17px;
}
.sidebar-loc-para {
        font-size: 17px;
    }
        .sidebar-loc-btn a {
        font-size: 16px;
    }
    .sidebar-loc-blk {
    border-radius: 28px;
}

.inr-profile-sec {
    padding: 40px 0 0;
}
    .profile-content .profile-name {
        font-size: 47px;
        letter-spacing: -1px;
    }

.profile-image img {
    margin: -40px 0 0 20px;
}
    .profile-card {
        max-width: 1000px;
        border-radius: 40px;
        border-width: 3px;
        margin: 0 auto 23px;
    }
    .mauris-ac-nulla-sec {
        max-width: 980px;
    }

    .page-navi {
    margin: 30px 0 0;
}
    .page_default .genpg-rite .page-navi-block .cmn-btn {
        width: 170px;
    }
    /* h1, h2, .search-no-results article.post .entry-header h1.entry-title {
        font-size: 38px;
    } */

/*    h3 {
    font-size: 34px;
}*/
h5 {
    font-size: 25px;
}
h6 {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6, .search-no-results article.post .entry-header h1.entry-title {
    letter-spacing: -0.5px;
    margin: 0 0 14px 0;
}

    .in-main-accident-list .in-main-accident-item-animate {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .in-recovery-blck-contnt {padding-bottom: 20px; margin-bottom: 30px; }
.in-attorney-list {
    gap: 30px;
}


}
 
@media screen and (max-width: 1280px) {
 .container1 { max-width: 980px; } 
 .page_bnr { padding: 160px 0 60px 0; } 
 .page_title h1, .page_title h2 { font-size: 42px; } 
 .inrpg-breadcrumbs { font-size: 14px; } 
 .page_default { padding: 70px 0 60px; } 
 .in-text-heading { font-size: 35px; letter-spacing: -0.5px; margin: 0 0 12px 0; } 
 .recovery-info .recovery-content { font-size: 14px; margin-bottom: 20px; } 
 .recovery-btn a.cmn-btn { padding: 18px 26px; } 
/* .in-recovery-blck { margin-bottom: 70px; } */
 .why-choose-img { margin: 0px 0 0 -230px; width: 730px; } 
 .hm-main-accident-sec.inner .text-heading { font-size: 35px; } 
 .hm-main-accident-sec.inner { padding: 0 0 65px; }

    .contact-title { font-size: 22px; padding: 65px 0 10px 0; letter-spacing: -0.26px; } 
    .contact-list { padding: 25px 20px 31px; } 
    .contact-title::before { width: 50px; height: 50px; } 
    .contact-content { font-size: 15px; } 
    .page_default .genpg-rite .contact-number a { font-size: 24px; } 
    .genpg-rite.full-width .text-heading { font-size: 34px; }

    .in-main-accident-list .in-main-accident-item .in-main-accident-image::before { transform: scale(0.7); } 
    .in-main-accident-list .in-main-accident-item { padding: 12px 14px; border-radius: 15px; } 
    .in-main-accident-list .in-main-accident-item .in-main-accident-image img { border-radius: 15px; height: 200px; } 
    .in-main-accident-item .in-list-item-title { font-size: 20px; min-height: 52px; max-width: 245px; } 
    .in-main-accident-list .in-main-accident-item .in-main-accident-image { padding: 0 0 25px 0; margin-bottom: 6px; } 
    /* .page_default.full-width { padding: 70px 0 20px; }  */
    .in-main-accident-list { gap: 21px; }

     .testimonials-page .in-testi-item { padding: 30px; margin: 0 0 23px 0; } 
     .testimonials-page .in-testi-item p { font-size: 15px; } 
     .testimonials-page .in-testi-item h3 { font-size: 20px; } 
     .testimonials-page .in-testi-item::before { transform: scale(0.7); }

     .widget.sd-testi { padding: 25px 23px 23px; margin-bottom: 33px; } 
     .widget.sd-testi .widget-title { padding: 0; margin-bottom: 14px; } 
     .widget.sd-testi .testi-item::before { transform: scale(0.75); } 
         .sidebar-loc-blk {
        padding: 27px 19px;
        border-radius: 20px;
    }
     .side-bar-adrs-title { font-size: 23px; padding: 43px 0 0; }
    .genpg-lft .widget .lwptoc_header {
        font-size: 20px;
        margin-bottom: 10px !important;
    }
    .genpg-lft .widget .lwptoc-light .lwptoc_i {
    padding: 30px 20px;
}


 .profile-content .profile-name {
        font-size: 41px;
        margin-bottom: 17px;
    }

    .profile-content {
        padding: 47px 15px 50px;
    }

    .profile-number a {
        margin-bottom: 17px;
    }
.test-btn {
    margin: 22px 0 0;
}

        .genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
        font-size: 16px !important;
        padding: 15px 29px 15px 18px !important;
        background-size: 12px;
    }
        .genpg-lft .blog-archives .widget .search-field {
        padding: 13px 30px 12px 18px !important;
    }
        .genpg-lft .blog-archives .widget select {
        background-position: right 17px center;
    }
    .genpg-lft .blog-archives .widget input.search-submit {
        background-size: 15px;
        width: 45px;
    }
    .page_default.blog_pg .blog-archives {
        margin: 0 0 25px !important;
        gap: 14px;
    }
        .blg-cntblk .post-item {
        padding: 13px 13px 43px;
        border-radius: 22px;
    }
    .blg-cntblk .post-item .blog-post-img {
        margin-bottom: 30px;
        height: 150px;
    }
        .blog-post-img::before {
        width: 52px;
        height: 52px;
        bottom: -22px;
    }
        .page_default.blog_pg .genpg-rite .post-item .blog-title a {
        font-size: 16px;
        letter-spacing: 0;
    }
    .blg-cntblk .post-item .post-btn a {
        font-size: 15px;
    }
        .blg-cntblk .post-item .post-btn {
        bottom: 22px;
    }
        .blg-cntblk {
        gap: 15px;
    }
        .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev {
        width: 40px;
        height: 40px;
        background-size: 17px;
    }
        .page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
        width: 50px;
        height: 50px;
        font-size: 17px;
    }


      .blog-archives {
        padding: 35px 20px 40px;
        margin: 0 0 30px;
    }



        .gen-pg-thumbnail {
        border-radius: 18px;
        margin: 0 0 20px;
    }
        p, li {
        font-size: 15px;
        margin: 0 0 13px 0;
    }
        .cmn-box-main {
        padding: 30px 35px;
        border-radius: 20px;
        margin: 25px 0;
    }
        .cmn-box-title {
        font-size: 24px;
        letter-spacing: 0;
    }
        .cmn-box-title strong {
        font-size: 47px;
        letter-spacing: -0.45px;
    }
        .cmn-box-para {
        font-size: 16px;
        margin-bottom: 15px;
    }
        h4 {
        font-size: 25px;
        letter-spacing: -0.12px;
    }
        .page_default .genpg-rite li {
        padding-left: 15px;
        margin: 0 0 10px 0;
    }
        .page_default .genpg-rite ul li:before {
        top: 8px;
    }
    .genpg-lft .widget .widget-title {
        font-size: 25px;
        padding: 26px 20px 13px;
    }
        .genpg-lft .widget ul li a {
        font-size: 16px;
        letter-spacing: -0.1px;
    }
        .genpg-lft .widget ul li {
        padding: 0 0 0 19px;
    }
        .genpg-lft .widget ul li::before {
        width: 7px;
        height: 7px;
        top: 8px;
    }
        .genpg-lft .widget ul {
        padding: 13px 19px 28px;
    }
        .genpg-lft .blog-recent-post .widget {
        margin: 0 0 30px 0;
    }
        .widget.sd-testi .widget-title {
        margin-bottom: 10px;
    }
        .sidebar-testi p {
        font-size: 15px;
    }
        .sidebar-testi .author {
        font-size: 18px;
    }
    .sidebar-testi.owl-carousel .owl-nav button {
        transform: scale(0.75);
    }
    .sidebar-testi.owl-carousel .owl-nav {
    margin: 0px 0 -50px;
}
    .sidebar-loc-img {
        margin-bottom: 14px;
    }
        .side-bar-adrs-title::before {
        transform: scale(0.8);
    }
        .sidebar-loc-para {
        font-size: 16px;
    }
        .sidebar-loc-btn a {
        font-size: 15px;
    }
    .side-bar-loc-hdg {
        font-size: 25px;
    }



        .profile-card {
        max-width: 890px;
        border-radius: 35px;
        border-width: 2px;
        margin: 0px auto 20px;
    }
    .profile-number a {
        font-size: 28px;
        padding: 0 0 0 36px;
    }
        .profile-number a::before {
        transform: scale(0.8);
    }

    .mauris-ac-nulla-sec {
        max-width: 870px;
    }

        h1, h2, .search-no-results article.post .entry-header h1.entry-title {
        font-size: 32px;
    }
    .page-navi {
    margin: 25px 0 0;
}
    .page_default .genpg-rite .page-navi-block .cmn-btn {
        width: 140px;
    }
    .in-why-choose-blck .our-expertise-top-btn {
    margin: 0 0 10px;
}
h3 {
    font-size: 24px;
}
h5 {
    font-size: 23px;
}
h6 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6, .search-no-results article.post .entry-header h1.entry-title {
    letter-spacing: -0.3px;
    margin: 0 0 12px 0;
}
.page_default .genpg-rite li ul {
    padding: 10px 0 0 5px;
}

}
 
@media screen and (max-width: 1024px) {
    .container1 { max-width: 720px; } 
        .page_bnr {
        padding: 140px 0 50px 0;
    }
    .page_title h1, .page_title h2 { font-size: 36px; } 
    .page_default { padding: 50px 0; } 
.in-recovery-blck {flex-direction: column; align-items: center; gap: 20px; margin-bottom: 25px; }
    .in-recovery-blck .recovery-image { width: 100%; max-width: 380px; } 
    .in-recovery-blck .recovery-info { width: 100%; text-align: center; } 
    .in-text-heading { font-size: 30px; letter-spacing: 0; } 
.recovery-info .recovery-content {font-size: 15px; text-align: center; }
    .in-why-choose-blck { flex-direction: column; justify-content: center; align-items: center; gap: 20px; } 
    .why-choose-img { margin: auto; width: auto; } 
    .in-why-choose-blck .hm-why-choose-left { width: 100%; max-width: 460px; } 
    .hm-main-accident-sec.inner .text-heading { font-size: 30px; } 
    .in-recovery-blck .recovery-info .in-text-heading { text-align: center; } 
    .in-why-choose-blck .hm-why-choose-right { width: 100%; text-align: center; } 
    .in-why-choose-blck .in-text-heading { text-align: center; } 
    .hm-main-accident-sec.inner { padding: 0 0 50px; }


    .contact-title { font-size: 21px; padding: 60px 0 10px 0; letter-spacing: 0px; } 
    .contact-list { padding: 34px 15px 29px ; } 
    .page_default .genpg-rite .contact-number a { font-size: 22px; } 
    .contact-blck { flex-direction: column; justify-content: center; } 
    .contact-list { padding: 30px 15px; width: 100%; max-width: 350px; margin-bottom: 30px; } 
    .genpg-rite.full-width .text-heading { font-size: 30px; } 
    .page_default.contact_pg{ padding: 50px 0 10px; } 
    .contact-list:last-child{ margin: 0; }

    .in-main-accident-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 13px; margin-bottom: 38px; } 
.in-main-accident-list .in-main-accident-item {padding: 12px 14px 30px; border-color: #4ee343; width: 100%; max-width: 320px; }
    .in-main-accident-list .in-main-accident-item-animate { width: 100%; max-width: 330px; } 
    .in-main-accident-item .in-list-item-title { font-size: 18px; } 
    .in-main-accident-list { margin-bottom: 0; } 
    .in-main-accident-list .in-main-accident-item .in-main-accident-image img { height: 200px; object-fit: cover; } 
    .in-main-accident-list .in-main-accident-item .in-main-accident-image { padding: 0 0 25px 0; margin-bottom: 6px; } 
    .in-main-accident-item .in-list-item-title { font-size: 20px; display: block; margin: 0 auto; gap: 0; max-width:230px; min-height: auto; } 
    .in-main-accident-list.owl-carousel .owl-nav, .hm-why-choose-treatment.owl-carousel .owl-nav { margin: 20px auto; display: flex; justify-content: center; gap: 30px; width: 100%; } 
    .in-main-accident-list.owl-carousel .owl-nav button, .hm-why-choose-treatment.owl-carousel .owl-nav button { width: 45px; height: 45px; background-image: url(../images/test-left-arrow.webp); background-position: center; background-repeat: no-repeat; background-size: 16px; background-color: #fff; border-radius: 50%; outline: 1px solid #4ee343; font-size: 0; } 
    .in-main-accident-list.owl-carousel .owl-nav button:hover, .hm-why-choose-treatment.owl-carousel .owl-nav button:hover { background-color: #000; outline-color: #000; } 
    .in-main-accident-list.owl-carousel .owl-nav button.owl-next, .hm-why-choose-treatment.owl-carousel .owl-nav button.owl-next { transform: rotate(180deg); } 
    .page-template-Full-width-template .hm-compassionate-sec { margin: -20px 0 0; }
    /* .page_default.full-width { padding: 50px 0 0px; }  */
    .testimonials-page .in-testi-blk { column-count: 1; gap: 25px; }

      .profile-card {
        flex-direction: column-reverse;
    }

    .profile-image img {
        width: 100%;
        display: block;
        margin: -25px 0 0px;
    }

    .profile-image {
        width: 100%;
        max-width: 350px;
        margin: auto;
        border-bottom: 2px solid #4ee343;
        padding: 0 10px;
    }

    .profile-content {
        width: 100%;
        margin: auto;
    }

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

    .profile-number {
        text-align: center;
    }

    .profile-content .profile-name {
        text-align: center;
    }
    .test-btn {
    margin: 10px 0 0;
}



    .page_default.blog_pg .blog-archives {
        margin: 0 0 20px !important;
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .page_default.blog_pg .genpg-lft .blog-archives .widget {
    width: 37%;
}
    .blg-cntblk {
        flex-wrap: wrap;
    }
        .blg-cntblk .post-item {
        width: 48%;
    }

        .page_default.blog_pg .genpg-rite .post-item .blog-title a {
        font-size: 17px;
    }
        .blg-cntblk .post-item .post-btn a {
        font-size: 16px;
    }
    .blg-cntblk .post-item .blog-post-img {
    height: 160px;
}


    .widget.sd-testi {
        padding: 25px 23px;
        margin-bottom: 45px;
    }
    .widget.sd-testi .widget-title {
        padding: 0;
    }


 .profile-content {
        padding: 40px 15px;
        max-width: 450px;
    }
        .profile-content .profile-name {
        font-size: 40px;
    }
    .profile-content .profile-name br {
    display: none;
}
    .mauris-ac-nulla-sec {
        max-width: 100%;
    }
        .profile-card {
        max-width: 100%;
    }

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

h3 {
    font-size: 22px;
}
    h4 {
        font-size: 23px;
        letter-spacing: -0.02px;
    }
    h5 {
    font-size: 21px;
}
h6 {
    font-size: 17px;
}
    
.in-recovery-blck .recovery-lft {
    width: 100%;
    text-align:center;
}
    
.genpg-rite .in-recovery-blck .recovery-lft ul,.genpg-rite .in-recovery-blck .recovery-info ul {
    display:inline-block;
    max-width: 450px;
    width: 100%;
    text-align:left;
}
    
.genpg-rite .in-recovery-blck .recovery-lft ul li,.genpg-rite .in-recovery-blck .recovery-info ul li{
    text-align:left;
}
    
.in-attorney-list{
    gap:30px;
}

.in-recovery-blck-contnt {padding-bottom: 15px; margin-bottom: 25px; }

.in-main-accident-list.providers-treatment .in-main-accident-item {
    max-width: 100%;
    box-shadow: none;
    padding: 12px 14px 30px !important;
    border: 2px solid #4ee343 !important;
}
    
}
    
@media screen and (max-width: 768px) {
    .page_bnr {
        padding: 50px 0;
    }
}

 
@media screen and (max-width: 767px) {
.container1 { max-width: 100%; padding: 0 10px; } 
.page_bnr { padding: 50px 0; } 
.page_title h1, .page_title h2 { font-size: 32px; } 
.page_default { padding: 40px 0; } 
.in-text-heading { font-size: 26px; } 
.hm-main-accident-sec.inner .text-heading { font-size: 26px; } 
.in-recovery-blck { margin-bottom: 40px; } 
.hm-main-accident-sec.inner { padding: 0 0 40px; }
h1, h2, .search-no-results article.post .entry-header h1.entry-title {
    font-size: 26px;
}

 .contact-title { font-size: 20px; padding: 55px 0 10px 0; margin-bottom: 13px; } 
 .contact-list { padding: 25px 15px 27px ; } 
 .contact-title::before { width: 45px; height: 45px; } 
 .contact-content { font-size: 14px; } 
 .page_default .genpg-rite .contact-number a { font-size: 21px; } 
 .genpg-rite.full-width .text-heading { font-size: 28px; } 
 .page_default.contact_pg{ padding: 40px 0 10px; } 
 /* .page_default.full-width { padding: 40px 0 0px; }  */
 .testimonials-page .in-testi-item { padding: 25px; margin: 0 0 20px 0; } 
 .testimonials-page .in-testi-item p { font-size: 14px; } 
 .testimonials-page .in-testi-item h3 { font-size: 18px; }


  .profile-image {
        max-width: 300px;
    }

.profile-content {
        padding: 35px 15px;
    }

    .profile-content .profile-name {
        font-size: 30px;
        margin-bottom: 15px;
    }


        .page_default.blog_pg .genpg-lft .blog-archives .widget {
        width: 100%;
        max-width: 280px;
    }
    .blg-cntblk .post-item {
        width: 100%;
        max-width: 350px;
    }
    .page_default.blog_pg {
    padding-bottom: 10px;
}


    .cmn-box-main {
        padding: 25px 20px;
        border-radius: 20px;
        margin: 20px 0;
    }
        .cmn-box-title {
        font-size: 18px;
    }
        .cmn-box-title strong {
        font-size: 40px;
        letter-spacing: -0.25px;
    }   
        .cmn-box-title strong {
        font-size: 32px;
        letter-spacing: -0.15px;
    }
        h4 {
        font-size: 22px;
        letter-spacing: -0.02px;
    }
        .inr-profile-sec {
        padding: 20px 0 0;
    }

}
 
@media screen and (max-width:540px) {
        .cmn-box-btn {

        flex-direction: column-reverse;
    }
}

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

    .page_title h1, .page_title h2 { font-size: 26px; } 
    .in-text-heading { font-size: 23px; } 
    .page_default .hm-why-choose-cmn-btn a.cmn-btn { padding: 16px 15px; }

 .profile-image {
        max-width: 280px;
    }

    .profile-content {
        padding: 25px 15px;
    }

    .profile-number a {
        font-size: 23px;
        padding: 0 0 0 41px;
    }

    .profile-number a::before {
        transform-origin: left;
        transform: scale(0.8);
    }
    .profile-content .profile-name {
        font-size: 26px;
    }
    .hm-form-sec.testi-form {
    padding: 20px;
}



.page_default.blog_pg .genpg-rite .post-item .blog-title a {
        font-size: 15px;
    }
        .blg-cntblk .post-item .post-btn a {
        font-size: 15px;
    }
        .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next, .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev {
        width: 35px;
        height: 35px;
        background-size: 15px;
    }
        .page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
.blg-cntblk .post-item .blog-post-img {
    height: 150px;
}


    .cmn-box-title {
        font-size: 16px;
    }
    .cmn-box-title strong {
        font-size: 25px;
        letter-spacing: 0;
    }
        h4 {
        font-size: 19px;
        letter-spacing: 0;
    }
        h1, h2, .search-no-results article.post .entry-header h1.entry-title {
        font-size: 25px;
    }
    h3 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .search-no-results article.post .entry-header h1.entry-title {
    letter-spacing: 0;
}

.in-attorney-block {
    padding: 20px 0 0;
}   
    
.in-attorney-content {
    font-size: 19px;
    padding: 25px 10px;
}
    
.in-attorney-image {
    padding: 0 20px;
}

}

.attrny-lst .item img {
    width: 100%;
    display: block;
    max-width: 130px;
}
.attrny-lst{
    display:flex;
    justify-content:center;
    gap:20px;
}

.cmn-blk-img {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 50px;
    overflow: hidden;
}
.cmn-blk-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 400px;
}

.accordion.mid-contnt .accordion-section.accordien-active .accordion-heading {
    border-radius: 10px;
}
.accordion-section.accordien-active {
    outline: 1px solid #4ee343;
    outline-offset: -2px;
}
.accordion-section {
    border-radius: 15px;
    overflow: hidden;
}
.accordion-heading {
    background-color: #4ee343;
    border-radius: 10px;
    color: #060606;
}
.accordion-section.accordien-active {
    outline: 1px solid #4ee343;
    outline-offset: -2px;
}
.accordion-section.accordien-active .accordion-heading, .hm-faq-sec .accordion-heading:hover {
    background-color: #000000;
    color: #ffffff;
    box-shadow: none;
    /* border-bottom: 1px solid #000; */
}
.accordion-section-content {
    color: #383a38;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}
.accordion-heading::before {
    /* filter: brightness(0) invert(1); */
    background-image: url(../images/accordion-sec-arrow-up.webp);
    transform: rotate(180deg);
}
.accordion-section.accordien-active .accordion-heading::before {
    transform: rotate(360deg);
    /* background-image: url(../images/accordion-sec-arrow-up.webp); */
    filter: brightness(0) invert(1);
}


.list-img {
    width: 100%;
    max-width: 40px;
    margin-top: 0;
}
.list-imgs {
    width: 100%;
    max-width: 50px;
}
.list-img img, .list-imgs img {
    width: 100% !important;
    display: block;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: unset !important;
    object-fit: unset !important;
}
.list-mid-blk li {
    padding: 5px 0 15px 50px !important;
    margin: 0 0 15px !important;
    border-bottom: 1px solid #a1f19c;
    background-image: url(../images/main-accident-before-img.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px;
    line-height: 1.3 !important;
}
.accordion.mid-contnt .accordion-section-content li {
    list-style: none;
}
.list-mid-blk li:last-child {
    margin: 0 !important;
    border: 0 !important;
}
.list-mid-blk li:before {
    display: none;
}
.list-mid-blk li p {margin:0; text-align:left; font-weight: 400;}
.list-mid-blk li a, .list-mid-blk li, .list-mid-blk li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}
.alignleft, .alignright, .aligncenter {
    margin-top: 20px;
    height: 550px;
    border: 2px solid #4ee343;
    border-radius: 25px;
    overflow: hidden;
    object-fit: cover;
}
.page-template-default .alignright {
    height: auto;
}

/* Insurence Common Block */

.insurence-cmn-blk {
    position: relative;
    padding: 60px 40px 60px 80px;
    margin: 40px 0;
    background-image: url(../images/inr-cmn-box-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #4ee343;
    border-radius: 30px;
}
.insurence-cmn-blk .text-heading {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 67px;
    color: #1d151e;
    line-height: 1.15;
    text-align: left;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: -1.3px;
}
.insurence-cmn-blk .text-heading strong {
    font-weight: 800;
    color: #4ee343;
    display: block;
    font-size: 31px;
}
.insurence-cmn-blk .text-heading span {
    display: block;
}
.insurence-cmn-blk-img {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 32%;
    margin: auto;
    height: 350px;
}
.insurence-cmn-blk-img img {
    width: 100%;
    display: block;
}

.top-strong {
    font-family: 'Stack Sans Headline';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 1;
    color: #4ee343;
    border: 2px #4ee343 solid;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 30px 7px;
    text-transform: uppercase;
    margin: 0;
}

.insurence-cmn-blk-btn {
    text-align: center;
    left: 130px;
    position: relative;
    width: fit-content;
    right: 0;
}

.list-blk-img-contnt h3, .list-blk-img-contnt p {
    text-align: left;
}

.in-recovery-blck-contnt {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4ee343;
}

.list-blk-img {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    align-items: center;
}
.list-blk-img.page {
    margin: 20px 0 !important;
}
.list-mid-blk {
    margin: 0 !important;
}

.list-blk-img.page .list-blk-img-contnt p {
    font-size: 17px;
}
/* .list-blk-img.page .list-mid-blk li {
    font-size: 17px;
} */
.list-blk-img img {
    width: 100%;
    display: block;
    /* height: 560px; */
/*    overflow: hidden;
    object-fit: cover;*/
    border: 2px solid #4ee343;
    border-radius: 25px;
/*    height: 100%;*/
}
.list-blk-img-contnt {
    width: 50%;
}

.mid-contnt-cards-lst {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.mid-contnt-cards-itms {
    width: 32.2%;
    background-color: #fff;
    padding: 35px 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid transparent;
}
.mid-contnt-cards-itms:hover {
    border: 2px solid #4ee343;
}
.mid-contnt-cards-itms h3 {
    font-size: 24px;
}
.mid-contnt-cards-itms p {
    color: #737373;
    font-size: 18px;
}

.mid-contnt-txt-blk {
    display: flex;
    justify-content: space-between;
    padding: 50px 55px;
    border: 2px solid #4ee343;
    border-radius: 25px;
    overflow: hidden;
    margin: 30px 0;
}
.mid-contnt-txt-lst {
    width: 55%;
}
.mid-contnt-txt-itms {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #a1f19c;
}

.list-txt-img {
    width: 100%;
    max-width: 50px;
}
.list-txt-img img {
    width: 100%;
}

.img-txt h3 {
    font-size: 24px;
    margin: 0 0 10px;
}
.img-txt p {
    font-size: 18px;
    color: #737373;
    font-weight: 200;
}
.img-txt p:last-child {
    margin: 0;
}
.img-txt h3, .img-txt p {
    text-align: left;
}
.mid-contnt-txt-itms:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.mid-contnt-txt-rite {
    width: 44%;
}
.mid-contnt-txt-rite .list-txt-rite-img {
    width: 80%;
    margin: 0 auto 20px;
}
.mid-contnt-txt-rite-btn {
    text-align: center;
}
/*.list-blk-img.contct {
    margin: 0;
}*/

.list-blk-imgs {
    width: 46%;
}
.list-blk-imgs img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}



@media screen and (max-width: 1680px) {
    .list-mid-blk li a, .list-mid-blk li {
        font-size: 18px;
    }
.list-mid-blk li {
    background-position: top -2px left;
}
.insurence-cmn-blk {
    padding: 50px 30px 50px 70px;
    margin: 35px 0;
}
.insurence-cmn-blk .text-heading {
    font-size: 60px;
}
.insurence-cmn-blk-img {
    right: 50px;
    height: 300px;
}
.insurence-cmn-blk-btn {
    left: 100px;
}
.list-img {
    max-width: 35px;
}
.list-blk-img {
    margin: 30px 0;
}





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

.insurence-cmn-blk .text-heading {
    font-size: 55px;
    margin: 0 0 20px;
    letter-spacing: -0.8px;
}
.insurence-cmn-blk {
    padding: 40px 20px 40px 60px;
    margin: 30px 0;
}
.insurence-cmn-blk .text-heading strong {
    font-weight: 800;
    color: #4ee343;
    display: block;
    font-size: 23px;
}
.insurence-cmn-blk-img {
    right: 70px;
    height: 280px;
    width: 29%;
}


}

@media screen and (max-width: 1440px) {
    .top-strong {
        font-size: 16px;
    }
    .in-recovery-blck-contnt {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4ee343;
}


.list-mid-blk li a, .list-mid-blk li {
    font-size: 17px;
}
.mid-contnt-cards-itms p {
    font-size: 16px;
}
.mid-contnt-cards-itms {
    padding: 35px 30px;
}
.mid-contnt-cards-itms h3 {
    font-size: 20px;
}

.mid-contnt-txt-blk {
    padding: 40px 45px;
    margin: 25px 0;
}
.list-txt-img {
    width: 100%;
    max-width: 45px;
}
.img-txt h3 {
    font-size: 21px;
    margin: 0 0 10px;
}
.img-txt p {
    font-size: 16px;
    line-height: 1.6;
}
.mid-contnt-txt-itms {
    padding: 0 0 17px;
    margin: 0 0 20px;
}
.list-blk-imgs img {
    height: 480px;
}
 .list-mid-blk li, .list-mid-blk li p {
    font-size: 15px;
    padding: 5px 0 15px 40px !important;
    background-size: 35px;
}
.list-mid-blk li a {
    font-size: 15px;
}
	.accordion.mid-contnt .accordion-section-content li {
    padding: 8px 0 10px 40px !important;
    background-size: 36px;
}
.list-img {
    max-width: 35px;
}
.insurence-cmn-blk {
    padding: 40px 20px 40px 50px;
}
.insurence-cmn-blk .text-heading {
    font-size: 50px;
}
.list-blk-img-contnt p, .list-blk-img.page .list-blk-img-contnt p {
    font-size: 15px;
}
.cmn-blk-img {
    border-radius: 40px;
}
.cmn-blk-img img {
    height: 350px;
}
.list-blk-img.page .list-mid-blk li {
    font-size: 16px;
}


}
@media screen and (max-width: 1280px) {
    .top-strong {
        font-size: 14px;
    }

.alignleft, .alignright, .aligncenter {
    height: 400px;
}
.mid-contnt-cards-lst {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.mid-contnt-cards-itms {
    padding: 25px 20px;
}
.mid-contnt-cards-itms h3 {
    font-size: 17px;
}
.mid-contnt-cards-itms p {
    font-size: 15px;
    line-height: 1.5;
}
.mid-contnt-txt-blk {
    padding: 40px 25px;
    margin: 30px 0;
}
.list-txt-img {
    width: 34%;
}
.img-txt p {
    font-size: 15px;
    line-height: 1.5;
}
.img-txt h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.mid-contnt-txt-itms {
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.list-blk-img img {
    height: 450px;
}
.list-blk-img {
    margin: 20px 0;
}
.page_default .genpg-rite li {
    gap: 15px;
}
.list-mid-blk li a, .list-mid-blk li, .list-mid-blk li p {
    font-size: 14px;
    /* padding: 0 0 15px 50px !important; */
    margin: 0 0 15px !important;
}
.insurence-cmn-blk {
    padding: 40px 20px 40px 50px;
    margin: 30px 0;
}
.insurence-cmn-blk-btn {
    left: 80px;
}
.insurence-cmn-blk .text-heading {
    font-size: 45px;
    margin: 0 0 20px;
    letter-spacing: 0;
}
.insurence-cmn-blk .text-heading strong {
    font-size: 18px;
}
.insurence-cmn-blk-img {
    right: 50px;
    height: 230px;
    width: 30%;
}

.list-blk-img.page {
    flex-direction: column-reverse;
    gap: 20px;
    margin: 0 !important;
}
.list-blk-img.page .list-blk-img-contnt {
    width: 100%;
}
.list-blk-img.page .list-blk-imgs {
    width: 100%;
    margin: 0 0 20px;
}
.list-blk-img.page .list-blk-imgs img {
    height: 300px;
}
.cmn-blk-img {
    border-radius: 20px;
}
.cmn-blk-img img {
    height: 280px;
}


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

.cmn-blk-img {
    width: 100%;
    margin: 0 0 20px;
    border-radius: 30px;
}

.list-mid-blk li a, .list-mid-blk li {
    font-size: 15px;
}

.page_content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.alignleft, .alignright, .aligncenter {
    height: 300px;
    width: 100%;
    max-width: 500px;
}

.list-blk-img-contnt {
    width: 100%;
}
.list-blk-imgs {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
}
.list-blk-img img {
    height: 300px;
    border-radius: 20px;
}

.mid-contnt-cards-lst {
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
    gap: 15px;
}
.mid-contnt-cards-itms {
    padding: 25px 20px;
    width: 100%;
    max-width: 350px;
}

.mid-contnt-txt-blk {
    padding: 30px 25px;
    margin: 30px 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.mid-contnt-txt-rite, .mid-contnt-txt-lst {
    width: 100%;
}
.mid-contnt-txt-itms {
    padding: 0 0 10px;
}
.mid-contnt-txt-rite .list-txt-rite-img {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 150px;
}
.list-txt-img {
    max-width: 40px;
}
.list-blk-img {
    flex-direction: column;
    align-items: center;
    margin: 0;
    gap: 20px;
}

.insurence-cmn-blk {
    padding: 40px 50px 40px 60px;
    margin: 30px 0;
}
.insurence-cmn-blk-img {
    right: 70px;
    height: 250px;
    width: 29%;
}
.list-mid-blk li a, .list-mid-blk li, .list-mid-blk li p {
    line-height: 1.2 !important;
}


}

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

.cmn-blk-img img {
    height: 200px;
}
.cmn-blk-img {
    border-radius: 20px;
}

.mid-contnt-cards-itms {
    max-width: 100%;
    border: 2px solid #4ee343;
}

.insurence-cmn-blk {
    padding: 40px 40px;
    margin: 25px auto;
    width: 100%;
    max-width: 620px;
}
.insurence-cmn-blk-img {
    right: 50px;
    height: 210px;
}
.insurence-cmn-blk .text-heading {
    font-size: 43px;
}



}
@media screen and (max-width: 680px) {
.insurence-cmn-blk {
    padding: 30px 30px;
    margin: 25px auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 420px;
    gap: 20px;
    border-radius: 20px;
}
.insurence-cmn-blk-btn {
    left: 0;
    margin: auto;
}
.insurence-cmn-blk-img {
    height: 100%;
    width: 100%;
    position: static;
    max-width: 110px;
}
.insurence-cmn-blk-heading {
    text-align: center;
    width: 100%;
}
.insurence-cmn-blk .text-heading {
    font-size: 40px;
    margin: 0 0 20px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
}
.insurence-cmn-blk .text-heading strong {
    font-size: 18px;
    margin: 0 0 10px;
}

}

@media screen and (max-width: 480px) {
.insurence-cmn-blk {
    padding: 20px 20px;
}
.insurence-cmn-blk-img {
    max-width: 100px;
}
.insurence-cmn-blk .text-heading strong {
    margin: 0 0 10px;
}
.insurence-cmn-blk .text-heading {
    font-size: 26px;
    line-height: 1;
}

}