.page_bnr {
    background-size: cover;
    padding: 240px 0 133px;
    position: relative;
    background-image: url(../images/pg-bnr-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.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: var(--headingFont);
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    position: relative;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.inrpg-breadcrumbs {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-family: var(--bodyFont);
}

.inrpg-breadcrumbs span.breadcrumb_last {
    color: #03c987;
}

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

.container1 {
    max-width: 1280px;
    margin: auto;
}

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

.genpg-rite {
    width: 67%;
}

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

.genpg-lft {
    width: 30%;
    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: 40px;
        align-items: center;
    }

}

h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: var(--headingFont);
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

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

h3 {
    font-size: 50px;
    letter-spacing: -2px;
}

h4 {
    font-size: 45px;
    letter-spacing: -1.8px;
}

h5 {
    font-size: 40px;
    letter-spacing: -1.6px;
}

h6 {
    font-size: 35px;
    letter-spacing: -1.4px;
}

p,
li {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.page_default .genpg-rite a {
    color: #01a07a;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
}

.page_default .genpg-rite p a {
    display: inline;
}

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

.page_default .genpg-rite ul li:before {
    background: #03749c;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 9px;
}

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

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

.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: #01a07a;
    font-weight: 500;
}

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

.page_default .genpg-rite ul li>ul li {
    list-style-type: square;
    list-style-position: inside;
}

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

@media screen and (max-width: 1680px) {
    .page_bnr {
        padding: 200px 0 110px;
    }

}

@media screen and (max-width: 1440px) {
    .container1 {
        max-width: 1200px;
    }

    h1,
    h2,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 50px;
        margin: 0 0 23px 0;
        letter-spacing: -1.8px;
    }

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

    h3 {
        font-size: 45px;
        letter-spacing: -1.6px;
    }

    h4 {
        font-size: 40px;
        letter-spacing: -1.4px;
    }

    h5 {
        font-size: 35px;
        letter-spacing: -1.2px;
    }

    h6 {
        font-size: 30px;
        letter-spacing: -1px;
    }

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

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

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

    .page_bnr {
        padding: 200px 0 100px;
    }

}

@media screen and (max-width: 1366px) {
    .container1 {
        max-width: 1100px;
    }

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

    .page_bnr {
        padding: 200px 0 80px;
    }

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

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

    h3 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    h4 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }

    h5 {
        font-size: 29px;
        letter-spacing: -0.8px;
    }

    h6 {
        font-size: 25px;
        letter-spacing: -0.6px;
    }

    p,
    li {
        font-size: 17px;
        line-height: 1.7;
        margin: 0 0 20px 0;
    }


}

@media screen and (max-width: 1280px) {
    .container1 {
        max-width: 960px;
    }

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

    h3 {
        font-size: 30px;
        letter-spacing: -0.4px;
    }

    h4 {
        font-size: 28px;
        letter-spacing: -0.4px;
    }

    h5 {
        font-size: 26px;
        letter-spacing: -0.4px;
    }

    h6 {
        font-size: 24px;
        letter-spacing: -0.2px;
    }

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

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

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

    .page_default {
        padding: 50px 0;
    }
.page_default .genpg-rite li ul {
    padding: 10px 0 0 0px;
}
    .page_default .genpg-rite li {
    padding-left: 20px;
}

}

@media screen and (max-width: 1024px) {
    .container1 {
        max-width: 720px;
        padding: 0 0;
    }

    h1,
    h2,
    .search-no-results article.post .entry-header h1.entry-title {
        letter-spacing: 0;
    }

    h3 {
        letter-spacing: 0;
    }

    h4 {
        letter-spacing: 0;
    }

    h5,
    h6 {
        letter-spacing: 0;
    }

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

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

    .page_bnr {
        padding: 140px 0 40px;
        background-image: url(../images/inn-bnr-mbl-bg-img.webp);
    }

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

    .page_default {
        padding: 40px 0;
    }

}

@media screen and (max-width: 768px) {
.container1 {
    max-width: 100%;
    padding: 0 15px;
}

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

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

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

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

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 27px;
    }

}

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

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

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 25px;
        letter-spacing: 0;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 22px;
    }

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

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

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

    p,
    li {
        font-size: 14px;
    }

}



/*  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 {
    margin: 0 0 50px 0;
    background-color: #fff;
    padding: 20px 0px;
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
}

.genpg-lft .widget .widget-title {
    text-align: center;
    color: #fff;
    padding: 0 15px 20px;
    margin: 0;
    font-size: 40px;
    font-family: var(--headingFont);
    border: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #4eb2ab;
    line-height: 1;
    letter-spacing: -1.8px;
    font-weight: 400;
    text-transform: uppercase;
}

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

.genpg-lft .widget ul li a {
    font-family: var(--bodyFont);
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    position: relative;
    display: block;
    letter-spacing: 0px;
    padding-left: 25px;
    font-weight: 600;
}

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

.genpg-lft .widget ul li a::before {
    background: #00ab72;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 8px;
    border-radius: 0;
}

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

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



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

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

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

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

.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    content: '-';
    font-size: 40px;
    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;
}
.genpg-lft .widget ul.sub-menu li a::before {
    width: 10px;
    height: 10px;
    top: 5px;
}


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

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

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

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

}

@media screen and (max-width: 1366px) {
    .genpg-lft .widget {
        margin: 0 0 30px 0;
    }

}

@media screen and (max-width: 1280px) {
.genpg-lft .widget ul {
    padding: 0px 15px;
    margin: 0;
}

}
@media screen and (max-width: 1280px) {
.genpg-lft .widget ul li a::before {
    top: 6px;
}
.genpg-lft .menu-item-has-children>button {
    font-size: 26px;
}
.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    font-size: 30px;
    top: -3px;
}
.genpg-lft .widget ul.sub-menu li a {
    font-size: 16px;
}
.genpg-lft .widget ul.sub-menu li a::before {
    width: 8px;
    height: 8px;
}

}
@media screen and (max-width: 1024px) {
.genpg-lft .widget ul li a::before {
    top: 5px;
}
}


/* Table Content */

.genpg-lft .widget .lwptoc_header {
    font-family: var(--headingFont);
    font-size: 31px;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;    
    letter-spacing: -1.8px;
    padding: 0 15px 20px;
}

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

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

.genpg-lft .lwptoc-baseItems .lwptoc_items {
    padding: 20px 30px 0;
    border-top: 1px solid #4eb2ab;
}



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


.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 0 !important;
    color: #0f262c !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 .lwptoc-light .lwptoc_i A {
    color: #fff;
}

.lwptoc-light .lwptoc_i A:active,
.lwptoc-light .lwptoc_i A:focus,
.lwptoc-light .lwptoc_i A:hover {
    color: #fff !important;
}

.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: 1440px) {

    .genpg-lft .widget .lwptoc_header {
        font-size: 28px;
    }

    .genpg-lft .widget .lwptoc_item a,
    .genpg-lft .lwptoc-light .lwptoc_items A:visited {
        font-size: 18px;
    }


}

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

    .genpg-lft .widget .lwptoc_header {
        padding: 0 15px 15px;
    }


}

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

    .genpg-lft .widget .lwptoc_header {
        padding: 0 13px 13px;
        font-size: 25px;
    }

    .genpg-lft .widget .lwptoc_item a,
    .genpg-lft .lwptoc-light .lwptoc_items A:visited {
        font-size: 17px;
    }

    .genpg-lft .lwptoc_toggle {
        padding-top: 8px;
    }

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


}

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

}



.blog-archives {
    padding: 50px 35px 70px;
    position: relative;
    margin: 0 0 30px;
    border: 1px solid #b3bfc4;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.genpg-lft .blog-archives .widget {
    box-shadow: unset;
    background-color: transparent;
    background-image: none;
    margin: 0px;
    width: 33.6%;
    padding: 0;
}

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

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

.genpg-lft .blog-archives .widget select {
    background-image: url(../images/blg-drp-dwn.webp);
    background-size: 15px auto;
    background-position: right 30px center;
    color: #fff;
}

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

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

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

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



/* SideBar testimonials */

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

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

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

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


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

.sidebar-testi.owl-carousel .owl-nav button {
    margin: 0 5px;
    background-image: url(../images/sidebar-testi-left-arr.webp);
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.sidebar-testi.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}

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

.sidebar-testi.owl-carousel .owl-nav button:hover {
    background-image: url(../images/sidebar-testi-left-hov-arr.webp);
}

.star-rat {
    background-image: url(../images/hm-testi-star-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 170px;
    height: 31px;
    margin: 0 auto 20px;
}

.sidebar-testi .testi-item {
    position: relative;
}

.sidebar-testi .testi-item::before {
    background-image: url(../images/hm-testi-quotes-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 0;
    top: 0px;
    margin: auto;
}


.genpg-lft .widget.sd-testi {
    background-color: #fff;
    background-image: none;
    border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    color: #0f262c;
    padding: 20px 30px 30px;
}

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

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

.genpg-lft .sd-testi-item-btn {
    font-size: 18px;
    color: #00a576;
    font-family: 'Mona Sans';
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    display: block;
    cursor: pointer;
    margin: 10px 0;
}

.genpg-lft .sd-testi-item-btn:hover {
    color: #000;
}

.sidebar-testi-title {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}



/*  Testimonials Page */

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

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

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

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

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

.inn-testi-contnt .hm-testi-item {
    position: relative;
    padding: 40px 75px 70px;
    border: 0;
}

.inn-testi-contnt .hm-testi-item::before {
    display: none;
}

.inn-testi-contnt .hm-testi-cont {
    position: relative;
}

.inn-testi-contnt .hm-testi-cont::before {
    background-image: url(../images/hm-testi-quotes-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 50px;
    height: 40px;
    left: 0;
    top: 0;
    margin: auto;
}

.inn-testi-contnt .hm-testi-item .hm-author {
    bottom: 40px;
    font-size: 20px;
    padding: 0 0 0 50px;
    width: 80%;
    line-height: 1.3;
}

.inn-testi-contnt .hm-testi-item .hm-author::before {
    width: 40px;
    bottom: auto;
    top: 13px;
}

.inn-testi-contnt .hm-testi-item {
    position: relative;
    padding: 40px 40px 90px 75px;
    background-image: none;
    display: inline-block;
}

.inn-testi-contnt {
    position: relative;
    margin: 0 0 30px;
}

.inn-testi-contnt::before {
    position: absolute;
    content: '';
    border-image: linear-gradient(to top, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    transform: skew(-3deg);
}

.inn-testi-contnt .hm-testi-item .hm-star-rat {
    background-image: url(../images/hm-testi-star-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 160px;
    height: 30px;
    margin: 0 0 20px 70px;
}

.inn-testi-contnt .hm-testi-item p {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.88;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 20px;
}

.in-testi-btn {
    text-align: center;
    margin-top: 50px;
}

.in-testi-btn a.cmn-btn{
    color: #fff;
}



@media screen and (max-width: 1550px) {
.inn-testi-contnt .hm-testi-item .hm-author::before {
    top: 11px;
}
}
@media screen and (max-width: 1440px) {
.inn-testi-contnt .hm-testi-item {
    padding: 35px 40px 90px 60px;
}
.inn-testi-contnt .hm-testi-cont::before {
    width: 45px;
    height: 40px;
}
.inn-testi-contnt .hm-testi-item .hm-star-rat {
    width: 150px;
    margin: 0 0 20px 50px;
}
.inn-testi-contnt .hm-testi-item p {
    font-size: 17px;
    line-height: 1.8;
}
.inn-testi-contnt .hm-testi-item .hm-author {
    font-size: 18px;
    padding: 0 0 0 40px;
    letter-spacing: -0.5px;
}
.inn-testi-contnt .hm-testi-item .hm-author::before {
    width: 35px;
}

}
@media screen and (max-width: 1366px) {
.inn-testi-contnt .hm-testi-item {
    padding: 30px 35px 80px 50px;
}
.inn-testi-contnt .hm-testi-cont::before {
    width: 40px;
    height: 40px;
}
.inn-testi-contnt .hm-testi-item .hm-star-rat {
    margin: 0 0 20px 40px;
}
.inn-testi-contnt .hm-testi-item .hm-author {
    font-size: 17px;
    padding: 0 0 0 30px;
    letter-spacing: 0;
    bottom: 40px;
}
.inn-testi-contnt .hm-testi-item .hm-author::before {
    width: 25px;
}

}
@media screen and (max-width: 1280px) {
.inn-testi-contnt .hm-testi-item {
    padding: 30px 35px 70px 50px;
}
.inn-testi-contnt .hm-testi-cont::before {
    width: 35px;
    height: 36px;
}
.inn-testi-contnt .hm-testi-item .hm-star-rat {
    margin: 0 0 10px 30px;
}
.inn-testi-contnt .hm-testi-item p {
    font-size: 16px;
    line-height: 1.7;
}
.inn-testi-contnt .hm-testi-item .hm-author {
    font-size: 15px;
    padding: 0 0 0 30px;
    bottom: 35px;
}
.inn-testi-contnt .hm-testi-item .hm-author::before {
    width: 25px;
}
.inn-testi-contnt .hm-testi-item .hm-author::before {
    top: 10px;
}



}
@media screen and (max-width: 1024px) {
.inn-testi-contnt {
    margin: 0 0 10px;
}
.inn-testi-contnt .hm-testi-item {    
    padding: 20px 20px 50px;
    width: 100%;
    max-width: 100%;
    border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
}
.inn-testi-contnt::before {
    display: none;
}
.inn-testi-contnt .hm-testi-item .hm-author {
    font-size: 15px;
}
.testimonials-page .in-testi-blk {
    column-count: 1;
}

}
@media screen and (max-width: 768px) {
.inn-testi-contnt .hm-testi-item p {
    margin: 0 0 15px;
	font-size: 15px;
}
.inn-testi-contnt .hm-testi-item {
    padding: 20px 15px 70px;
}
.inn-testi-contnt .hm-testi-cont::before {
    width: 30px;
    height: 36px;
}
.inn-testi-contnt .hm-testi-item .hm-star-rat {
    margin: 0 0 20px 10px;
    width: 180px;
}





}



/* Blog Page */

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

.blg-cntblk .post-item {
    width: 32%;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #dadada;
    position: relative;
    padding-bottom: 74px;
}

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

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

/*.blg-cntblk .post-item .post-btn a{ 
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}*/
/*.blg-cntblk .post-item .post-btn a:hover{
    background-color: #000;
    color: #fff;
}
*/
.page_default.blog_pg .underscores-pagination {
    width: 100%;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers {
    display: flex;
    gap: 0;
    justify-content: center;
    margin: 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 {
    width: 70px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 25px;
    background: transparent;
    border: 0;
    color: #011219;
    margin: 0;
    box-shadow: none;
    font-family: 'Mona Sans';
    font-weight: 700;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.page-numbers.dots {
    width: 20px !important;
    padding: 0 !important;
}
.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-repeat: no-repeat;
    width: 47px;
    height: 25px;
    padding: 0;
    background-position: center;
    background-size: contain;
}

.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{
    background-image: url(../images/blog-next-img.webp);
    width: 72px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 72px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next:hover {
    background-image: url(../images/blog-next-hvr-img.webp);
    background-color: transparent;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev {
    background-image: url(../images/blog-pre-img.webp);
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev:hover {
    background-image: url(../images/blog-pre-hvr-img.webp);
    background-color: transparent;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    color: #fff;
    font-size: 30px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current::before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(0deg, rgb(1 18 25) 0%, rgb(1 18 25) 100%);
    color: #fff;
    font-size: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    transform: skew(-15deg);
    color: #fff !important;
}

.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 .genpg-lft {
    width: 100%;
    max-width: 100%;
}

.page_default.blog_pg .blog-archives {
    padding: 0;
    border: none;
    margin: 0 0 35px;
}

.page_default.blog_pg .blog-archives .widget-title {
    display: none;
}

.genpg-lft .blog-archives .widget .search-field::placeholder {
    color: #fff;
}

.blg-cntblk .post-item .post-img {
    padding: 15px;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
}

.blg-cntblk .post-item .post-img a {
    display: block;
}

.blg-cntblk .post-item .post-img::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    background-image: url(../images/post-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: -1;
}

.blg-cntblk .post-cnt .post-category {
    text-transform: uppercase;
    margin: 0 0 10px;
}

.blg-cntblk .post-cnt .post-category a {
    color: #00a478;
    font-size: 16px;
    font-weight: 600;
}

.blg-cntblk .post-item .post-title {
    font-size: 26px;
    font-family: var(--headingFont);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.2px;
    margin: 0 0 20px;
}

.blg-cntblk .post-item .post-btn {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 0;
    margin: auto;
}

.blg-cntblk .post-item .post-title a {
    color: #011219;
    display: inline-block;
    line-height: 1.2;
}

.blg-cntblk .post-item .post-btn a {
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 30px;
    position: relative;
    background: transparent;
    transition: all 0.5s;
    z-index: 1;
    text-align: center;
}

.blg-cntblk .post-item .post-btn a::before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    transform: skew(-15deg);
}

.blg-cntblk .post-item:hover .post-btn a {
    color: #03749c;
}

.blg-cntblk .post-item:hover .post-btn a::before {
    border-image: linear-gradient(to top, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    background: transparent;
}

.page_default.blog_pg .genpg-lft .widget_recent_entries,
.page_default.blog_pg .genpg-lft .single-categories {
    display: none;
}

@media screen and (max-width: 1440px) {
.blg-cntblk {
    gap: 24px;
}
.blg-cntblk .post-item .post-title {
    font-size: 24px;
    letter-spacing: -0.9px;
    margin: 0 0 15px;
}
.blg-cntblk .post-item .post-img {
    padding: 13px;
}
.blg-cntblk .post-item {
    padding-bottom: 70px;
}
.blg-cntblk .post-item .post-btn a {
    font-size: 15px;
    padding: 14px 26px;
}
.blg-cntblk .post-cnt .post-category a {
    font-size: 15px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span {
    width: 65px;
    height: 55px;
    font-size: 22px;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    font-size: 26px;
}


}
@media screen and (max-width: 1366px) {
.blg-cntblk {
    gap: 22px;
}
.blg-cntblk .post-item .post-title {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin: 0 0 15px;
}
.blg-cntblk .post-item {
    padding-bottom: 65px;
}
.blg-cntblk .post-item .post-btn a {
    font-size: 14px;
    padding: 12px 24px;
}
.blg-cntblk .post-item .post-btn {
    bottom: 27px;
}
.blg-cntblk .post-cnt .post-category a {
    font-size: 14px;
}
.blg-cntblk .post-cnt {
    padding: 0 15px;
}
.blg-cntblk .post-item .post-img {
    padding: 10px;
}
.genpg-lft .blog-archives .widget input.search-submit {
    right: 10px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span {
    width: 60px;
    height: 50px;
    font-size: 20px;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    font-size: 24px;
}
.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 {
    background-size: 65px;
}

}
@media screen and (max-width: 1280px) {
.blg-cntblk {
    gap: 18px;
}
.page_default.blog_pg .blog-archives {
    margin: 0 0 25px;
    gap: 20px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span {
    width: 55px;
    height: 45px;
    font-size: 18px;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    font-size: 22px;
}
.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 {
    background-size: 60px;
}
.blg-cntblk .post-item .post-img {
    padding: 8px;
}



}
@media screen and (max-width: 1024px) {
.blg-cntblk {
    gap: 10px;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers {
    margin: 20px 0 0;
}


}
@media screen and (max-width: 768px) {
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current::before {
    transform: skew(0deg);
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span {
    width: 50px;
    height: 45px;
}
}

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




/* Single Blog Page */

.blog-post-img {
    margin-bottom: 0;
}

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


.single-post .blog-archives .widget {
    width: 100%;
    margin: 0 0 30px;
}

.single-post .blog-archives .widget_archive {
    margin: 0px;
}

.single-post .blog-archives {
    flex-direction: column-reverse;
    padding: 35px 30px;
    border-image: linear-gradient(to top, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    border-radius: 0;
}

.single-post .blog-archives .widget_categories {
    display: none;
}

.single-post .widget_archive .widget-title {
    font-size: 25px;
    font-family: var(--headingFont);
    border: 0;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    display: block;
    text-align: left;
    color: #0f262c;
}

.single-post .single-categories .widget_categories {
    background-image: url(../images/loctn-sbar--bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin: 0;
    padding: 30px 0 50px;
}

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

.page-navi a.cmn-btn {
    color: #fff !important;
    padding: 16px 46px;
    font-size: 17px;
}

.page-navi a.cmn-btn:hover:before {
    background-color: #0f262c;
    background-image: none;
    border: 0;
}

.single-categories .widget_categories ul li a::before {
    background: #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 7px;
    border-radius: 100%;
}

.single-categories .widget_categories ul li a:hover {
    color: #fff !important;
}

.single-categories .widget_categories ul li a {
    font-weight: 500;
}



/* Contact Page */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.testimonials-content-main p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
    font-family: 'Mona Sans';
    letter-spacing: 0;
}

.testimonials-content-main p.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.sd-testi-item-btn {
    color: #1e90ff;
    cursor: pointer;
    display: block;
    margin: 0 0 10px;
}

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

@media screen and (max-width: 1440px) {
    .genpg-lft .widget .widget-title {
        font-size: 30px;
    }

    .star-rat {
        width: 160px;
        height: 30px;
    }

    .sidebar-testi .testi-item::before {
        width: 45px;
        height: 45px;
    }

    .testimonials-content-main p {
        font-size: 17px;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }

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

@media screen and (max-width:1366px) {
    .star-rat {
        width: 140px;
        height: 25px;
    }

    .sidebar-testi .testi-item::before {
        width: 40px;
        height: 40px;
    }

    .testimonials-content-main p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 15px 0;
    }

    .genpg-lft .sd-testi-item-btn {
        font-size: 17px;
    }

    .sidebar-testi.owl-carousel .owl-nav {
        padding: 15px 0 0;
    }

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


}

@media screen and (max-width:1280px) {
    .genpg-lft .widget.sd-testi {
        padding: 25px 20px;
    }

    .sidebar-testi .testi-item::before {
        width: 35px;
        height: 35px;
    }

    .genpg-lft .sd-testi-item-btn {
        font-size: 16px;
    }

    .sidebar-testi-title {
        font-size: 16px;
    }

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

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


}

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

    .genpg-lft .widget .widget-title,
    .sidebar-testi-title {
        letter-spacing: 0;
    }

    .sidebar-testi .testi-item::before {
        left: 30px;
    }

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

    .genpg-lft .sd-testi-item-btn {
        font-size: 15px;
    }

}

@media screen and (max-width:480px) {
    .sidebar-testi .testi-item::before {
        display: none;
    }

    .star-rat {
        width: 120px;
        height: 20px;
        margin: 0 auto 10px;
    }

}

/* About Section */

.cmn-img,
.single-post-thumbnail {
    position: relative;
    padding: 17px 0 16px 17px;
    margin: 0 0 40px;
}

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

.cmn-img::before,
.single-post-thumbnail::before {
    position: absolute;
    content: "";
    width: 57%;
    height: 100%;
    background-image: url(../images/in-cmn-img-bfr-img.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: -1;
}

.inn-about-attrney {
    padding-bottom: 30px;
    position: relative;
    margin: 30px 0;
    width: 43.4%;
}

.inn-attrny-img {
    background-image: url(../images/in-attrny-bg.webp);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 36px 0 0;
}

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

.attrny-tittle {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 26px 42px 22px;
    position: absolute;
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: auto;
    bottom: 0;
}

.attrney-hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

/* Common Block */
.cmn-blk {
    width: 100%;
    margin: 50px 0;
    background-image: url(../images/cmn-blk-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 50px 20px 90px;
    text-align: center;
}

.cmn-blk-tittle {
    font-family: var(--headingFont);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.cmn-blk-tittle strong {
    display: block;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: -3.6px;
}

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

.cmn-bkl-btn a.cmn-btn {
    font-size: 18px;
    font-family: 'Mona Sans', sans-serif;
    line-height: 1;
    letter-spacing: 0.6px;
    font-weight: 700;
    color: #ffff;
    padding: 21px 48px;
}

.cmn-bkl-btn a.cmn-btn:hover:before {
    border-image: linear-gradient(to top, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    background: transparent;
}

.cmn-bkl-btn.call a.cmn-btn:before {
    border-image: linear-gradient(to top, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    background: transparent;
}

.cmn-bkl-btn.call a.cmn-btn:hover:before {
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    border: transparent;
    color: #ffff;
}

.cmn-bkl-btn a.cmn-btn:hover,
.cmn-bkl-btn.call a.cmn-btn:hover {
    color: #fff;
}

.cmn-blk.derail .cmn-blk-tittle {
    font-size: 64px;
    letter-spacing: -2.5px;
}

.cmn-blk.derail {
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    padding: 50px 20px;
}

.cmn-blk.derail a.cmn-btn::before {
    background-image: -webkit-linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
}

.cmn-blk.derail a.cmn-btn:hover:before {
    border-image: linear-gradient(to top, #ffffff 0%, #ffffff 100%) 1;
    background: transparent;
}

.cmn-blk.derail .cmn-bkl-btn a.cmn-btn {
    color: #03749c;
}

.cmn-blk.derail .cmn-bkl-btn a.cmn-btn:hover {
    color: #fff;
}

.cmn-blk.derail .cmn-bkl-btn.call a.cmn-btn {
    color: #fff;
}

.cmn-blk.derail .cmn-bkl-btn.call a.cmn-btn:hover {
    color: #03749c;
}

.cmn-blk.derail .cmn-bkl-btn.call a.cmn-btn::before {
    border-image: linear-gradient(to top, #ffffff 0%, #ffffff 100%) 1;
    background: transparent;
}

.cmn-blk.derail .cmn-bkl-btn.call a.cmn-btn:hover:before {
    border-image: linear-gradient(to top, #ffffff 0%, #ffffff 100%) 1;
    background: #fff;
}

/* Location Sidebar */
.genpg-lft .location-archives .widget {
    padding: 15px 15px 75px;
    margin: 0;
    background-image: url(../images/loctn-sbar--bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.loctn-itm-img {
    margin: 0 0 10px;
}

.loctn-itm-img img {
    width: 100%;
    display: block;
}

.loctn-itm {
    text-align: center;
}

.loctn-itm-title {
    font-family: var(--headingFont);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.loctn-itm-adress {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.4px;
    color: #fff;
    margin-bottom: 0px;
}

.loctn-itm-adress a {
    color: #029b6a;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

.loctn-itm-adress a:hover {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .cmn-blk {
        margin: 40px 0 35px;
        padding: 40px 20px 80px;
    }

    .cmn-blk-tittle {
        font-size: 30px;
    }

    .cmn-blk-tittle strong {
        font-size: 80px;
    }

    .cmn-bkl-btn a.cmn-btn {
        font-size: 16px;
        padding: 20px 45px;
    }

    .cmn-blk.derail .cmn-blk-tittle {
        font-size: 55px;
    }

    .loctn-itm-title {
        font-size: 35px;
    }

    .loctn-itm-adress {
        font-size: 18px;
    }

    .genpg-lft .location-archives .widget {
        padding: 15px 15px 65px;
    }


}

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

    .cmn-img,
    .single-post-thumbnail {
        padding: 15px 0 15px 15px;
        margin: 0 0 30px;
    }

    .cmn-blk {
        margin: 35px 0 30px;
        padding: 30px 20px 65px;
    }

    .cmn-blk-tittle {
        font-size: 26px;
    }

    .cmn-blk-tittle strong {
        font-size: 60px;
    }

    .cmn-bkl-btn a.cmn-btn {
        font-size: 15px;
        padding: 17px 35px;
    }

    .attrny-tittle {
        font-size: 29px;
        padding: 22px 20px 20px;
    }

    .cmn-blk.derail {
        padding: 40px 20px;
    }

    .cmn-blk.derail .cmn-blk-tittle {
        font-size: 47px;
        letter-spacing: -0.5px;
        line-height: 1.1;
    }

    .loctn-itm-title {
        font-size: 30px;
    }

    .inn-about-attrney {
        margin: 20px 0;
    }


}

@media screen and (max-width: 1280px) {
    .cmn-blk {
        margin: 20px 0;
        padding: 25px 20px 65px;
    }

    .cmn-blk-tittle {
        font-size: 22px;
    }

    .cmn-blk-tittle strong {
        font-size: 50px;
        letter-spacing: -1.6px;
    }

    .cmn-bkl-btn a.cmn-btn {
        font-size: 14px;
        padding: 16px 30px;
    }

    .loctn-itm-adress {
        font-size: 16px;
    }

    .loctn-itm-title {
        font-size: 26px;
    }

    .genpg-lft .location-archives .widget {
        padding: 10px 10px 60px;
    }

    .attrny-tittle {
        font-size: 26px;
        padding: 20px 15px 18px;
    }

    .cmn-blk.derail .cmn-blk-tittle {
        font-size: 40px;
    }

    .cmn-blk.derail {
        padding: 35px 20px;
    }

}

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

    .cmn-img,
    .single-post-thumbnail {
        padding: 10px 0 10px 10px;
        margin: 0 0 20px;
    }
    .single-post-thumbnail {
    margin: 0 0 20px;
}

    .cmn-blk {
        margin: 20px 0;
        padding: 40px 20px;
        background-color: #01121a;
        background-image: none;
        position: relative;
        border: 3px solid #00a974;
    }

    .inn-about-attrney {
        width: 100%;
        max-width: 320px;
        margin: 20px auto;
        padding: 0;
    }

    .attrny-tittle {
        font-size: 24px;
        padding: 15px 10px;
        position: inherit;
        clip-path: none;
        text-align: center;
    }

    .cmn-btn-blk {
        gap: 5px;
    }


}

@media screen and (max-width: 768px) {
    .cmn-btn-blk {
        gap: 10px;
        flex-wrap: wrap-reverse;
    }

    .cmn-blk {
        padding: 30px 20px;
    }

    .cmn-blk-tittle {
        font-size: 20px;
    }

    .cmn-blk-tittle strong {
        font-size: 45px;
        letter-spacing: -0.5px;
    }

    .cmn-blk.derail {
        padding: 30px 15px;
    }

    .cmn-blk.derail .cmn-blk-tittle {
        font-size: 30px;
        letter-spacing: 0;
    }

    .inn-about-attrney {
        max-width: 250px;
    }

    .attrny-tittle {
        font-size: 22px;
    }

}

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

@media screen and (max-width: 480px) {
    .cmn-blk-tittle {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    .cmn-blk-tittle strong {
        font-size: 33px;
        letter-spacing: 0;
    }

    .cmn-blk {
        padding: 30px 10px;
    }

.cmn-bkl-btn a.cmn-btn {
    font-size: 14px;
    padding: 16px 20px;
}

    .cmn-blk.derail .cmn-bkl-btn a.cmn-btn {
        padding: 15px 22px;
    }

    .cmn-blk.derail .cmn-blk-tittle {
        font-size: 21px;
    }

    .inn-attrny-img img {
        object-fit: cover;
        object-position: top center;
        height: 250px;
    }

    .cmn-img, .single-post-thumbnail {
    padding: 8px;
    margin: 0 0 20px;
}

.sigle-post-text {
    font-size: 14px;
}


}


/* Single Profile */
.single-profile-blk {
    padding: 15px 0 15px 15px;
    margin: 0 0 50px;
    position: relative;
}

.single-profile-blk::before {
    position: absolute;
    content: "";
    width: 49%;
    height: 100%;
    background-image: url(../images/in-cmn-img-bfr-img.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: -1;
}

.in-attrny-blk {
    display: flex;
    justify-content: center;
    background-image: url(../images/single-prfile-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    gap: 60px;
    padding: 40px 50px 0;
}

.in-attrny-img {
    width: 37%;
}

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

.in-attrny-cnt {
    width: 47.3%;
}

.single-profile-blk .attrny-name {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -2.8px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

.single-profile-blk .attrny-name::before {
    content: "";
    width: calc(100% + 112px);
    height: 9px;
    border-top: 2px solid #03749c;
    border-bottom: 2px solid #00a676;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
}

.single-profile-blk .catagory {
    font-family: 'Mona Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.single-profile-blk .call-text {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-left: 105px;
    position: relative;
}

.single-profile-blk .call-text a {
    display: block;
    font-size: 40px;
    letter-spacing: 0.8px;
}

.single-profile-blk .call-text a::before {
    position: absolute;
    content: '';
    background-image: url(../images/phone-call-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 90px;
    height: 60px;
    top: 0;
    left: 0;
    bottom: auto;
    margin: auto;
}

.single-profile-blk .call-text a:hover{
    color: #029b6a;
}

.accordion-section {
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
}

.accordion-section .accordion-heading {
    position: relative;
    cursor: pointer;
    padding: 15px 60px 15px 40px;
    margin: 0;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 33px;
    background-image: url(../images/accordion-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-family: var(--headingFont);
}

.accordion-section .accordion-heading::before {
    position: absolute;
    content: "";
    border-radius: 0;
    width: 18px;
    height: 15px;
    top: 0;
    right: 30px;
    margin: auto;
    background: url(../images/accdown-arrow-icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: none;
    bottom: 0;
}

.accordion-section .accordion-section-content {
    padding: 15px 20px 0px 40px;
    display: none;
}

.accordion-section .accordion-section-content ul {
    margin: 0 !important;
}

.accordion-section .accordion-section-content ul li:last-child {
    margin: 0;
}

.accordion-section.accordien-active .accordion-heading {
    color: #fff;
    background-image: url(../images/accordion-bg-hvr-img.webp);
}

.accordion-section.accordien-active .accordion-heading::before {
    background: url(../images/accup-arrow-icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

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

.sigle-post-text {
    display: flex;
    gap: 10px;
    font-size: 18px;
    line-height: 1;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-family: var(--bodyFont);
    text-transform: capitalize;
    flex-wrap: wrap;
}

.post-category {
    text-transform: uppercase;
}

.post-dt {
    padding: 0 10px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}


@media screen and (max-width: 1440px) {
.single-post .blog-archives {
    padding: 35px 25px;
}
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-size: 18px !important;
    padding: 20px 35px !important;
    background-size: 15px;
}

.in-attrny-blk {
    padding: 35px 40px 0;
}
.single-profile-blk .attrny-name {
    font-size: 55px;
}
.single-profile-blk .attrny-name::before {
    width: calc(100% + 97px);
}
.single-profile-blk .catagory {
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0 0 30px;
}
.single-profile-blk .call-text {
    font-size: 26px;
    margin: 0 0 20px;
    padding-left: 100px;
}
.single-profile-blk .call-text a {
    font-size: 30px;
}
.single-profile-blk .call-text a::before {
    top: -6px;
    left: -4px;
    transform: scale(0.9);
}



.accordion-section .accordion-heading {
    padding: 15px 60px 15px 35px;
    font-size: 20px;
}
.accordion-section .accordion-section-content {
    padding: 15px 20px 0px 35px;
}
.page_default .genpg-rite ul li:before {
    width: 10px;
    height: 10px;
    top: 8px;
}


}
@media screen and (max-width: 1366px) {
    .page-navi a.cmn-btn {
        padding: 15px 40px;
        font-size: 16px;
    }

    .sigle-post-text {
        font-size: 17px;
        margin: 0 0 15px 0;
    }
    .single-post .blog-archives {
    padding: 32px 22px;
}
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-size: 17px !important;
    padding: 18px 30px !important;
    background-size: 16px;
}
.single-post .single-categories .widget_categories {
    padding: 30px 0 40px;
}
.single-categories .widget_categories ul li a::before {
    width: 10px;
    height: 10px;
    top: 5px;
}

.in-attrny-blk {
    padding: 30px 35px 0;
}
.single-profile-blk .attrny-name {
    font-size: 45px;
    padding: 0 0 15px;
}
.single-profile-blk .attrny-name::before {
    width: calc(100% + 85px);
    height: 6px;
}
.single-profile-blk .catagory {
    font-size: 17px;
    margin: 0 0 25px;
}
.single-profile-blk .call-text {
    font-size: 20px;
    margin: 0 0 20px;
    padding-left: 80px;
}
.single-profile-blk .call-text a {
    font-size: 26px;
}
.single-profile-blk .call-text a::before {
    top: -10px;
    left: -10px;
    transform: scale(0.75);
}

.accordion-section .accordion-heading {
    padding: 12px 60px 12px 30px;
    font-size: 18px;
}
.accordion-section .accordion-section-content {
    padding: 15px 20px 0px 30px;
}
.accordion-section .accordion-section-content ul li {
    margin: 0 0 10px 0;
}
.page_default .genpg-rite ul li:before {
    width: 9px;
    height: 9px;
    top: 9px;
}

}

@media screen and (max-width: 1280px) {
    .sigle-post-text {
        font-size: 16px;
    }

    .page-navi a.cmn-btn {
        font-size: 15px;
    }
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-size: 15px !important;
    padding: 17px 26px !important;
    background-size: 14px;
}
.single-post .blog-archives {
    padding: 30px 20px;
}
.blg-cntblk .post-item .post-title {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 10px;
}
.blg-cntblk .post-cnt {
    padding: 0 10px;
}
.blg-cntblk .post-item p {
    font-size: 15px;
}
.blg-cntblk .post-item .post-btn {
    left: 15px;
}


.single-profile-blk {
    padding: 10px 0 10px 10px;
    margin: 0 0 30px;
}
.in-attrny-blk {
    padding: 20px 25px 0;
}
.single-profile-blk .attrny-name::before {
    width: calc(100% + 65px);
}
.single-profile-blk .attrny-name {
    font-size: 40px;
}

.accordion-section .accordion-heading {
    padding: 12px 55px 12px 25px;
    font-size: 16px;
}
.accordion-section .accordion-heading::before {
    width: 16px;
    height: 15px;
    right: 26px;
}
.accordion-section .accordion-section-content {
    padding: 15px 20px 0px 25px;
}
.page_default .genpg-rite ul li:before {
    width: 8px;
    height: 8px;
    top: 8px;
}


}

@media screen and (max-width: 1024px) {
.single-post .blog-archives {
    padding: 25px 20px;
}
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-size: 16px !important;
    padding: 18px 27px !important;
    background-size: 17px;
}
.page_default.blog_pg .blog-archives {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.blog_pg .blog-archives .widget {
    width: 100%;
    max-width: 300px;
}
.blg-cntblk .post-item {
    width: 100%;
    max-width: 355px;
}
.blog_pg .blog-archives .widget input, .blog_pg .blog-archives .widget select {
    font-size: 16px !important;
    padding: 16px 26px !important;
    background-size: 15px;
}


.in-attrny-blk {
    padding: 15px 20px 0;
}
.single-profile-blk .attrny-name {
    font-size: 28px;
    margin: 0 0 15px;
    letter-spacing: 0;
}
.single-profile-blk .catagory {
    font-size: 15px;
    margin: 0 0 15px;
    letter-spacing: 2px;
}
.single-profile-blk .call-text {
    font-size: 15px;
    margin: 0 0 20px;
    padding-left: 75px;
    letter-spacing: 0;
}
.single-profile-blk .call-text a {
    font-size: 20px;
}
.single-profile-blk .call-text a::before {
    top: -11px;
    left: -11px;
    transform: scale(0.7);
}
.conct-btn a.cmn-btn {
    font-size: 14px;
    padding: 15px 25px;
}
.single-profile-blk .attrny-name::before {
    width: calc(100% + 43px);
}


}

@media screen and (max-width: 768px) {
.single-profile-blk .attrny-name::before {
    width: calc(100% + 38px);
}
.accordion-section .accordion-heading {
    padding: 12px 45px 12px 25px;
    font-size: 15px;
}
.accordion-section .accordion-heading::before {
    width: 15px;
    height: 15px;
    right: 21px;
}
.page-template-single-profile .page_content {
    gap: 20px;
}


}
@media screen and (max-width: 680px) {
.single-profile-blk {
    padding: 4px;
    margin: 0 0 20px;
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
}
.single-profile-blk::before {
    display: none;
}
.in-attrny-blk {
    padding: 20px 10px;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.in-attrny-img {
    width: 100%;
    max-width: 250px;
    border-bottom: 1px solid #fff;
}
.in-attrny-cnt {
    width: 100%;
    text-align: center;
}
.single-profile-blk .attrny-name {
    font-size: 26px;
    margin: 0 0 15px;
    display: inline-block;
    letter-spacing: 0;
    padding: 0 0 10px;
}
.single-profile-blk .attrny-name::before {
    width: 100%;
    height: 0;
}
.single-profile-blk .call-text {
    display: inline-block;
    text-align: left;
}


}
@media screen and (max-width: 480px) {
.sigle-post-text {
    font-size: 14px;
}

}


/* Inner Practice Areas */
.inn-pract-lst {
    display: flex;
    justify-content: center;
    margin: 0px;
    gap: 40px;
	flex-wrap:wrap;
}

.inn-pract-itm {
    width: 35%;
    position: relative;
    padding: 0px 0 20px 75px;
}

.inn-pract-itm::before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    background-repeat: no-repeat;
    width: 55px;
    height: 250px;
    left: 12px;
    top: 12px;
    clip-path: polygon(100% 0, 0 100%, 0 0);
    pointer-events: none;
}

.inn-pract-itm:hover::before {
    display: none;
}

.inn-pract-itm::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0px;
    background-image: url(../images/hm-pract-bfr.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.inn-pract-itm:hover::after {
    background-image: url(../images/hm-pract-bfr-hover.webp);
}

.pract-itm-title {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.1;
    color: #000000;
    padding: 0 10px 0 80px;
    margin-bottom: 15px;
}

.inn-pract-itm .pract-itm-title{
    text-transform: capitalize;
}

.inn-pract-itm:hover .pract-itm-title {
    color: #049370;
}

.pract-itm-img {
    padding: 0 0 20px;
    position: relative;
    width: 100%;
}

.pract-itm-img::before {
    content: "";
    position: absolute;
    background-color: #019881;
    width: 80%;
    height: 3px;
    bottom: 0;
    left: 0;
}

.inn-pract-itm:hover .pract-itm-img::before {
    background-color: #008ac2;
}

.pract-itm-img img {
    width: 100%;
    display: block;
}

.inn-pract-itm-btn {
    position: absolute;
    left: 40px;
    bottom: 27%;
    margin: auto;
}

.inn-pract-itm-btn a {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 11.4px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    writing-mode: sideways-lr;
}

.inn-pract-itm:hover .inn-pract-itm-btn a {
    color: #ffffff;
}

.inn-pract-itm-hvr-btn a {
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 100%;
}

.inn-pract-btn {
    text-align: center;
}

.inn-pract-btn a.cmn-btn {
    padding: 20px 68px;
}

.inn-pract-itm-btn a {
    font-family: 'Outfit';
    font-weight: 400 !important;
    font-size: 15px;
    letter-spacing: 7px;
    color: #000000 !important;
    text-transform: uppercase;
}

.inn-pract-itm:hover .inn-pract-itm-btn a {
    color: #fff !important;
    transition-duration: 0s !important;
}

@media screen and (max-width: 1440px) {
.inn-pract-itm-btn a {
    letter-spacing: 5px;
}

.pract-itm-title {
    font-size: 22px;
    padding: 0 10px 0 50px;
}
}

@media screen and (max-width: 1366px) {
.pract-itm-title {
    font-size: 20px;
    padding: 0 10px 0 35px;
}

.inn-pract-itm::before {
    width: 45px;
    height: 170px;
}
}

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

.pract-itm-title {
    font-size: 18px;
    padding: 0 10px 0 25px;
    margin-bottom: 10px;
}

.inn-pract-itm {
    padding: 0px 0 15px 65px;
}

.inn-pract-itm::before {
    width: 36px;
    height: 150px;
    left: 10px;
    top: 10px;
}

.pract-itm-img {
    padding: 0 0 15px;
}

.inn-pract-itm-btn {
    left: 35px;
}

.inn-pract-itm-btn a {
    font-size: 14px;
    letter-spacing: 3px;
}

.pract-itm-img::before {
    height: 2px;
}
 
}

@media screen and (max-width: 1024px) {
.inn-pract-itm {
    width: 100%;
    max-width: 320px;
}

.inn-pract-lst {
    gap: 40px;
}
}
 
@media screen and (max-width: 650px) {

.inn-pract-lst {
     flex-direction: column; 
     justify-content: center; 
     align-items: center; 
}

}




/* Contact */

.contact_pg .text-heading {
    font-size: 58px;
    letter-spacing: -2.3px;
    text-align: center;
}

.inn-contct-txt {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 35px;
    text-align: center;
}

.contct-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}

.contct-itm {
    width: 32%;
    padding: 55px 15px;
    margin: 0;
    background-image: url(../images/loctn-sbar--bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.contct-itm.contct-call {
    background-image: url(../images/contcnt-call-itm-bg.webp);
}

.contct-itm-title {
    font-family: var(--headingFont);
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: -0.35px;
    text-align: center;
    padding-top: 70px;
    position: relative;
    color: #fff;
}

.contct-itm-title::before {
    position: absolute;
    content: '';
    background-image: url(../images/contct-lctn-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 90px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

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

.contct-itm.contct-media .contct-itm-title::before {
    background-image: url(../images/contct-scial-icon.webp);
}

.contct-itm-para {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.38px;
    color: #fff;
    margin-bottom: 0px;
}
.contct-itm-para a {
    color: #ffffff !important;
    line-height: 1.5 !important;
}


.contct-itm.contct-call .contct-itm-para a {
    display: block;
    font-size: 40px;
    line-height: 1 !important;
    letter-spacing: 0.8px;
    color: #fff !important;
    font-weight: 700;
    font-family: var(--bodyFont);
}

.contct-scl-icons {
    display: flex;
    gap: 0;
    padding: 0;
    justify-content: center;
}

.contct-scl-icons a {
    width: 90px;
    height: 50px;
    display: inline-block;
    font-size: 0px;
    line-height: 0;
    background-image: url(../images/facebook-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contct-scl-icons a.linkedin {
    background-image: url(../images/linkedin-icon.webp);
}

/* .contct-scl-icons a.twitter {
    background-image: url(../images/twitter-icon.webp);
} */

.contct-scl-icons a:hover {
    background-image: url(../images/facebook-hvr-icon.webp);
}

.contct-scl-icons a.linkedin:hover {
    background-image: url(../images/linkedin-hvr-icon.webp);
}

/* .contct-scl-icons a.twitter:hover {
    background-image: url(../images/titter-hvr-icon.webp);
} */

.contct-itm-para a:hover {
    color: #01a07a !important;
}

.contct-itm.contct-call .contct-itm-para a:hover {
    color: #0f252c !important;
}

.contct-map {
    border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
    border-width: 4px;
    border-style: solid;
}

.contct-map iframe {
    width: 100%;
    height: 450px;
}

.page-template-contact-page .hm-contact-sec {
    display: none;
}

.page-template-contact-page .footer-main {
    margin: 0;
    padding: 0;
}

.page-template-contact-page .site-footer {
    padding-top: 100px;
}

@media screen and (max-width: 1440px) {
.contact_pg .text-heading {
    font-size: 40px;
    letter-spacing: -1.3px;
    text-align: center;
}
.inn-contct-txt {
    font-size: 19px;
}
.contct-itm {
    padding: 40px 15px 50px;
}
.contct-itm-title {
    font-size: 26px;
    margin-bottom: 10px;
    padding-top: 65px;
}
.contct-itm-title::before {
    top: -5px;
    transform: scale(0.8);
}
.contct-itm-para {
    font-size: 17px;
    line-height: 1.6;
}
.contct-scl-icons a {
    transform: scale(0.8);
    margin: 0 -10px;
}




}
@media screen and (max-width: 1366px) {
.contact_pg .text-heading {
    font-size: 33px;
    letter-spacing: -0.8px;
}
.inn-contct-txt {
    font-size: 17px;
    margin: 0 0 30px;
}
.contct-itm {
    padding: 35px 15px 50px;
}
.contct-itm.contct-call .contct-itm-para a {
    font-size: 32px;
}
.contct-itm-title {
    font-size: 22px;
    margin-bottom: 10px;
    padding-top: 55px;
}
.contct-itm-title::before {
    top: -9px;
    transform: scale(0.7);
}
.contct-blk {
    margin: 0 0 50px;
}
.contct-map iframe {
    height: 350px;
}
.page-template-contact-page .site-footer {
    padding-top: 80px;
}

}
@media screen and (max-width: 1280px) {
.contact_pg .text-heading {
    font-size: 28px;
    letter-spacing: 0;
}
.inn-contct-txt {
    font-size: 15px;
}
.contct-itm {
    padding: 30px 15px 45px;
}
.contct-itm-title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 55px;
}
.contct-itm-title::before {
    top: -12px;
    transform: scale(0.6);
}
.contct-itm-para {
    font-size: 15px;
    line-height: 1.5;
}
.contct-itm.contct-call .contct-itm-para a {
    font-size: 30px;
}
.contct-blk {
    margin: 0 0 40px;
}
.contct-map iframe {
    height: 300px;
}
.contct-map {
    border-width: 3px;
}
.page-template-contact-page .site-footer {
    padding-top: 60px;
}

}
@media screen and (max-width: 1024px) {
.contct-itm {
    padding: 30px 10px;
    width: 100%;
    max-width: 320px;
    background-image: none;
    background-color: #0f252c;
}
.contct-blk {
    margin: 0 0 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.inn-contct-txt {
    font-size: 16px;
    margin: 0 0 25px;
}
.contact_pg .text-heading {
    font-size: 26px;
    margin: 0 0 15px;
}
.contct-itm.contct-call {
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    background-color: transparent;
}
.contct-map iframe {
    height: 250px;
}
.page-template-contact-page .site-footer {
    padding-top: 50px;
}
.loctn-itm-adress {
    font-size: 15px;
}

}
@media screen and (max-width: 768px) {
.contact_pg .text-heading {
    font-size: 28px;
}
.contct-itm.contct-call .contct-itm-title {
    margin: 0;
}
.contct-scl-icons a {
    transform: scale(0.7);
    margin: 0 -15px;
}
.contct-blk {
    margin: 0 0 30px;
}

}
@media screen and (max-width: 480px) {
.contact_pg .text-heading {
    font-size: 24px;
}
}