/**
 * Theme Name: Ram Rock Law
 * Template:   oceanwp
 * ...other header fields
 */
 :root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Radley';
    --bodyFont: 'Quattrocento Sans';
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    will-change: auto;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
body.layout-full {
    background-color: #fff;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    outline: 0 !important;
}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}
.widget {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
    outline: 0 !important;
}
a:hover {
    text-decoration: none;
    outline: 0 !important;
}
a:focus {
    outline: 0 !important;
}
.w100p,
.wrapper {
    width: 100%;
}
.container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
@font-face {
    font-display: swap;
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/quattrocento-sans-v21-latin-regular.woff2) format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/quattrocento-sans-v21-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Radley';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/radley-v22-latin-regular.woff2') format('woff2');
}

/* Common Styling */

a.cmn-btn {
    font-family: 'Quattrocento Sans';
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #f0611f;
    text-decoration: none;
    padding: 22px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    transition: none;
}
a.cmn-btn:hover {
    background-color: #d14416;
    color: #fff;
}
a.cmn-btn::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(./images/pi-arizona-lp-cmn-bfr-1.webp);
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
}
a.cmn-btn:hover::before {
    background-image: url(./images/pi-arizona-lp-cmn-bfr-hvr-1.webp);
}
.pi-arizona-text-heading {
    font-family: 'Radley';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    color: #000000;
    letter-spacing: -0.2px;
    text-align: center;
    text-transform: capitalize;
    line-height: 1;
    margin: 0 0 40px 0;
}
.pi-arizona-text-heading strong{
    color: #f16220;
    font-weight: 400;
}
/* Header Section Starts */

.translated-ltr .logo-right {
    width: 79%;
}
.translated-ltr .top-menu {
    width: 68%;
}
.translated-ltr .top-menu ul li {
    margin: 0 27px 0 0;
}
.translated-ltr .top-menu ul li:last-child {
    margin: 0;
}
.logo-right {
    width: 87%;
}
.header-sec {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.lang-list img {
    display: none;
}
.header-sec .container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.logo-container {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.logo {
    padding-top: 0 !important;
}
.logo img {
    width: 100%;
    display: block;
    max-width: 186px;
    height: 164px;
}
header.header-sec.f-nav {
    background-color: #fff;
    border-bottom: 2px solid #f0611f;
}
.header-btn a.cmn-btn {
    padding: 19px 58px;
}
.top-menu ul {
    margin: 0 !important;
    text-align: center;
}
.top-menu ul li:last-child {
    margin: 0;
}
.top-menu ul li {
    display: inline-block;
    margin: 0 32px 0 0;
    position: relative;
}
.top-menu ul li a {
    position: relative;
    font-style: normal;
    text-transform: none;
    font-size: 21px;
    line-height: 1;
    color: #000;
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    display: block;
    outline: 0;
    border: 0;
    text-transform: uppercase;
}
.top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a {
    color: #f0611f;
}
.top-menu ul li.current-menu-item>a, .top-menu .sub-menu li:hover>a {
    color: #fff;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #f0611f;
    padding: 0 0;
    z-index: 999;
}
.top-menu ul li:hover ul.sub-menu {
    display: block;
}
.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}
.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
.top-menu .sub-menu li a:after {
    display: none;
}
.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #d14416;
    color: #fff;
}
.top-right {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}
.lang-list.mb {
    justify-content: center;
}
.lang-list {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    width: 65%;
}
.top-call {
    max-width: 100%;
    position: relative;
}
.top-hdr a {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    font-family: 'Quattrocento Sans';
    display: inline-block;
    font-size: 46px;
    padding-left: 95px;
}
.top-hdr a:hover {
    color: #f0611f;
}
 
.top-hdr a:before {
    position: absolute;
    content: "";
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
    background-position: -16px -18px;
    width: 70px;
    height: 63px;
    bottom: 0;
    margin: auto;
    top: 0;
    left: 5px;
}
.menu-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.top-menu {
    width: 71%;
}
.lang-en a,
.lang-es a {
    font-size: 24px;
    font-family: 'Quattrocento Sans';
    text-transform: uppercase;
    line-height: 1.2;
    color: #b8b8b5;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 2px solid #ebebe5;
    position: relative;
}
.lang-en a:hover,
.lang-es a:hover,
.lang-list a.gt-current-lang {
    color: #000;
    border-bottom-color: #c9cbbf;
}
.lang-en a:hover::before,
.lang-es a:hover::before,
.lang-list a.gt-current-lang::before {
    background-color: #000;
}
.lang-en a::before,
.lang-es a::before {
    position: absolute;
    content: "";
    bottom: -2px;
    width: 28px;
    height: 2px;
    background-color: #b1b3aa;
    margin: auto;
    left: 0;
    right: 0;
}
 
/* Mobile Menu Starts */
@media screen and (min-width: 992px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
}
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #fbf9f5;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0;
    width: 100%;
}
.mobinav ul li {
    margin: 20px 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 10px 0;
    display: block;
    line-height: 1;
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    color: #000;
    border: 0;
    margin: 0 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.mobinav a:hover {
    color: #d14416;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
.mobinav ul li .drop.open {
    width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #2a3322;
    position: absolute;
}
.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}
.mobile-menu-button-container {
    display: block;
}
@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 768px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #d14416;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: transparent;
    }
    .logo {
        justify-content: center !important;
    }
    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: #d14416;
        width: 50%;
    }
    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: "Poppins", serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
}



/* Banner Section Start */
 
.pi-arizona-banner-sec .container{
    max-width: 1805px;
}
.pi-arizona-banner-sec {
    background-image: url(./images/pi-landg-bnr-bg-v2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 255px 0 0px;
}
.pi-arizona-banner-sec::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(134, 43, 37, 0) 15%, #8a2c25 76%);
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
.pi-arizona-banner-sec::before {
    position: absolute;
    content: "";
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
    background-repeat: no-repeat;
    background-position: -369px -380px;
    width: 70px;
    height: 100px;
    left: -50px;
    right: 0;
    margin: auto;
    bottom: -33px;
    z-index: 2;
}
.pi-arizona-arizona-bnr-lst {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    position: relative;
    z-index: 2;
    align-items: center;
}
.pi-arizona-arizona-bnr-lst::before {
    position: absolute;
    width: 100%;
    content: 'ramrock';
    font-family: "Radley";
    font-size: 220px;
    line-height: 180px;
    letter-spacing: 8.8px;
    font-weight: 400;
    color: #8b2c26;
    text-transform: uppercase;
    opacity: 12%;
    top: -75px;
    text-align: end;
    right: 40px;
    z-index: -1;
}
.pi-arizona-bnr-cnt {
    /* width: 39.4%; */
    width: 46.4%;
}
.pi-arizona-bnr-rite {
    width: 46%;
}
.pi-arizona-banner-sec .pi-arizona-ban-heading small {
    font-family: "Quattrocento Sans";
    /* font-size: 40px; */
        font-size: 70px;
    line-height: 1;
    letter-spacing: 8px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.pi-arizona-banner-sec .pi-arizona-ban-heading {
    font-family: "Radley";
    /* font-size: 110px; */
    font-size: 125px;
    line-height: 1;
    letter-spacing: -2.2px;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 2px;
    color: #8b2d26;
}
.pi-arizona-banner-sec .pi-arizona-ban-heading strong{
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.pi-arizona-bnr-rite-img{
    position: relative;
}
.pi-arizona-bnr-rite-img::before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 18%;
    pointer-events: none;
    background-image: linear-gradient(rgb(139 45 38 / 10%), rgb(139 45 38 / 100%), rgb(139 45 38));
}
/* .pi-arizonabnr-btn a.cmn-btn {
    background-color: #000;
    transition: 0.3s;
}
.pi-arizonabnr-btn a.cmn-btn:hover{
    background-color: #fff;
    color: #000;
    transition: 0.3s;
}
.pi-arizonabnr-btn a.cmn-btn::before{
    background-image: url(./images/pi-arizona-lp-banner-bfr.webp);
}
.pi-arizonabnr-btn a.cmn-btn:hover::before{
    background-image: url(./images/pi-arizona-lp-banner-bfr-hvr.webp); 
} */
 
/* Banner Section Responsive Start */
 
@media screen and (max-width:1900px) {
   .pi-arizona-banner-sec .container{max-width: 1700px;}
    
    .pi-arizona-banner-sec::before{bottom: -35px;}
    .pi-arizona-banner-sec .pi-arizona-ban-heading{
        font-size: 100px;
        font-size: 110px;
    }
.pi-arizona-banner-sec .pi-arizona-ban-heading small {
    font-size: 60px;
}
}
@media screen and (max-width:1800px) {
   .pi-arizona-banner-sec .container{ max-width: 1580px; }

    .pi-arizona-arizona-bnr-lst::before{font-size: 192px;}
    .pi-arizona-banner-sec .pi-arizona-ban-heading{
        /* font-size: 96px;  */
        -webkit-text-stroke: 1px;
    }
    .pi-arizona-banner-sec::before { bottom: -30px; left: -43px; }
    .pi-arizona-banner-sec .pi-arizona-ban-heading small{
        /* font-size: 35px; */
        font-size: 55px;
    }
}
@media screen and (max-width:1679px) {
   .pi-arizona-banner-sec .container{ max-width: 1350px;}

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

    .pi-arizona-banner-sec{padding: 220px 0 0px;}
    .pi-arizona-arizona-bnr-lst::before { font-size: 165px; line-height: 1;}
    .pi-arizona-bnr-rite { width: 44%; }
    .pi-arizona-banner-sec::before { bottom: -35px; left: -35px; transform: scale(0.8); }
    .pi-arizona-banner-sec .pi-arizona-ban-heading { 
        /* font-size: 75px; */
        font-size: 90px;
    }
    .pi-arizona-banner-sec .pi-arizona-ban-heading small{
        /* font-size: 30px; */
        font-size: 43px;
        letter-spacing: 5px;
    }
    .pi-arizonabnr-btn a.cmn-btn::before{transform: scale(0.9);}
}
@media screen and (max-width:1439px) {
   .pi-arizona-banner-sec .container{ max-width: 1270px;}

    a.cmn-btn { font-size: 18px; }
    .pi-arizonabnr-btn a.cmn-btn::before { transform: scale(0.8); }

    .pi-arizona-banner-sec { padding: 186px 0 0px; }
    .pi-arizona-arizona-bnr-lst::before { font-size: 159px; }   
    .pi-arizona-banner-sec .pi-arizona-ban-heading { 
        /* font-size: 78px;  */
        font-size: 84px;
    }
    .pi-arizona-banner-sec .pi-arizona-ban-heading small {
         /* font-size: 28px;  */
         font-size: 38px;
        }
    .pi-arizona-banner-sec::before { bottom: -39px; left: -30px; transform: scale(0.7); }
    
}
@media screen and (max-width:1365px) {
    .pi-arizona-banner-sec .container{ max-width: 1200px;}

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

    .pi-arizona-arizona-bnr-lst::before { font-size: 146px; } 
    .pi-arizona-banner-sec .pi-arizona-ban-heading small { 
        /* font-size: 26px;  */
        font-size: 34px; 
    }
    .pi-arizona-banner-sec .pi-arizona-ban-heading { 
        /* font-size: 73px;  */
            font-size: 80px;

        -webkit-text-stroke: 1px;
    }

}
@media screen and (max-width:1279px) {
   .pi-arizona-banner-sec .container{ max-width: 960px; padding: 0;}

    a.cmn-btn::before{transform: scale(0.8);bottom: -11px;}
    a.cmn-btn { font-size: 17px; padding: 18px 35px; }

    .pi-arizona-arizona-bnr-lst::before { font-size: 117px; top: -50px;right: -10px;}
    .pi-arizona-banner-sec { padding: 145px 0 0px; }
    .pi-arizona-banner-sec .pi-arizona-ban-heading { 
        /* font-size: 58px;  */
                font-size: 66px;

    }
    .pi-arizona-banner-sec .pi-arizona-ban-heading small { 
        /* font-size: 21px;  */
            font-size: 30px;
    }
    .pi-arizona-banner-sec::before { bottom: -37px; left: -29px; }
}
@media screen and (max-width:991px) {
   .pi-arizona-banner-sec .container{ max-width: 720px; padding: 0;}

    a.cmn-btn { font-size: 15px; padding: 16px 27px; }
    .pi-arizonabnr-btn a.cmn-btn::before { transform: scale(0.7); }

    .pi-arizona-arizona-bnr-lst{flex-direction: column-reverse;gap: 10px;}
    .pi-arizona-bnr-rite-img::before{display: none;}
    .pi-arizona-banner-sec::before{display: none;}
    .pi-arizona-banner-sec { padding: 170px 0 0px; }
    .pi-arizona-bnr-rite { width: 100%; max-width: 360px; }
    .pi-arizona-bnr-rite-img img { display: block; width: 100%; height: 242px; object-fit: cover; object-position: top; padding: 0 10px; border-bottom: 2px solid #d14416; }
    .pi-arizona-bnr-cnt { width: 100%; max-width: 440px; margin: 0 auto; text-align: center;}
    .pi-arizona-arizona-bnr-lst::before { font-size: 80px; top: -66px; text-align: center; right: 0; opacity: 70%; }
}
@media screen and (max-width:768px) {
.pi-arizona-banner-sec {
    padding: 240px 0 0px;
}

}
@media screen and (max-width:767px) {
   .pi-arizona-banner-sec .container{ max-width: 100%; padding: 0 10px;}

    .pi-arizona-arizona-bnr-lst{gap: 15px;}
    .pi-arizona-arizona-bnr-lst::before { font-size: 60px; top: -62px; }
    .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 50px; }
    .pi-arizona-banner-sec .pi-arizona-ban-heading small { font-size: 20px; }
}
@media screen and (max-width:480px) {

    .pi-arizona-bnr-rite-img img{height: 190px;}
    .pi-arizona-arizona-bnr-lst::before { font-size: 42px; top: -38px; }
    .pi-arizona-banner-sec { padding: 208px 0 30px; }
    .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 45px;}

}
 
 
 
/* Banner Bottom Section Start*/
 
 
.pi-arizona-banner-btm-sec .container{
    max-width: 1300px;
}
.pi-arizona-banner-btm-sec{
    background-image: url(./images/landg-bnr-btm-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 214px 0 0;
}
.pi-arizona-bnr-btm-list {
    display: flex;
    justify-content: space-between;
}
.pi-arizona-bnr-btm-itm {
    width: 26.5%;
    transition: 0.2s;
}
.pi-arizona-bnr-btm-itm.btr {
    width: 29.7%;
}
.pi-arizona-bnr-btm-itm.cas {
    width: 29.6%;
}
.pi-arizona-bnr-btm-itm h3 {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 34px;
    line-height: 1.17;
    letter-spacing: 0;
    color: #8b2c26;
    text-transform: uppercase;
    position: relative;
    padding: 145px 0 35px 0;
    border-bottom: 1px solid #555952;
    margin-bottom: 20px;
}
.pi-arizona-bnr-btm-itm h3::before {
    content: "";
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
    background-position: -17px -103px;
    background-repeat: no-repeat;
    width: 139px;
    height: 124px;
    position: absolute;
    top: 0;
    left: 0;
}
.pi-arizona-bnr-btm-itm.btr h3::before {
    background-position: -175px -103px;
}
.pi-arizona-bnr-btm-itm.cas h3::before {
    background-position: -334px -102px;
}
.pi-arizona-bnr-btm-itm:hover h3::before {
    background-position: -17px -243px;
}
.pi-arizona-bnr-btm-itm.btr:hover h3::before {
    background-position: -176px -243px;
}
.pi-arizona-bnr-btm-itm.cas:hover h3::before {
    background-position: -335px -242px;
}
.pi-arizona-bnr-btm-itm h3::after {
    content: "";
    background-color: #000;
    width: 138px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pi-arizona-bnr-btm-itm:hover h3::after {
    background-color: #d34618;
}
.pi-arizona-bnr-btm-itm:hover h3{
    color: #d34618;
}
.pi-arizona-bnr-btm-itm p {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #2a3223;
    margin: 0;
}
 
 
/* Banner Bottom Section Responsive Start*/
 
@media screen and (max-width:1900px) {}
@media screen and (max-width:1800px) {
    .pi-arizona-banner-btm-sec .container{ max-width: 1140px;}

    .pi-arizona-banner-btm-sec{padding: 180px 0 0;}
    .pi-arizona-bnr-btm-itm h3{font-size: 29px;padding: 132px 0 30px 0;}
    .pi-arizona-bnr-btm-itm p{font-size: 21px;}
    .pi-arizona-bnr-btm-itm h3::before{transform: scale(0.9);}
}
@media screen and (max-width:1679px) {
    .pi-arizona-banner-btm-sec .container{ max-width: 980px;}

    .pi-arizona-banner-btm-sec { padding: 150px 0 0; }
    .pi-arizona-bnr-btm-itm h3::before { transform: scale(0.7); left: -15px; }
    .pi-arizona-bnr-btm-itm h3 { font-size: 25px; padding: 126px 0 26px 0; }
    .pi-arizona-bnr-btm-itm h3::after{width: 112px; height: 4px;}
    .pi-arizona-bnr-btm-itm p{font-size: 18px;}
}
@media screen and (max-width:1439px) {
    .pi-arizona-banner-btm-sec .container{ max-width: 930px;}

    .pi-arizona-banner-btm-sec { padding: 140px 0 0; }
    .pi-arizona-bnr-btm-itm h3 { font-size: 24px;}

}
@media screen and (max-width:1365px) {
    .pi-arizona-banner-btm-sec .container{ max-width: 850px;}
}
@media screen and (max-width:1279px) {

    .pi-arizona-banner-btm-sec .container{ max-width: 700px;}

    .pi-arizona-banner-btm-sec { padding: 100px 0 0; }
    .pi-arizona-bnr-btm-itm h3::before { left: -20px; }
    .pi-arizona-bnr-btm-itm h3{padding: 120px 0 20px 0;font-size: 20px;}

    .pi-arizona-bnr-btm-itm { width: 27.2%; }
    .pi-arizona-bnr-btm-itm.btr { width: 33.9%; }
    .pi-arizona-bnr-btm-itm.cas { width: 31.6%; }
    
}
@media screen and (max-width:991px) {
    .pi-arizona-banner-btm-sec .container{ max-width: 720px;}

    .pi-arizona-banner-btm-sec { padding: 90px 0 0; }
    .pi-arizona-bnr-btm-itm, .pi-arizona-bnr-btm-itm.btr, .pi-arizona-bnr-btm-itm.cas{ width: 100%; max-width: 300px; margin: 30px auto 0; padding: 15px; border: 1px solid #8a2c25;}
    .pi-arizona-banner-btm-sec .owl-carousel .owl-dots { padding: 15px 0 0; text-align: center; }
    .pi-arizona-banner-btm-sec .owl-carousel button.owl-dot { background-color: #000; border-radius: 50%; padding: 6px !important; margin: 0 10px 0 0; }
    .pi-arizona-banner-btm-sec .owl-carousel button.owl-dot.active { background-color: #f0611f; }
    .pi-arizona-bnr-btm-itm h3::before { left: -18px; top: -14px; }
}
@media screen and (max-width:767px) {}
@media screen and (max-width:480px) {

    .pi-arizona-banner-btm-sec { padding: 30px 0 0; background: transparent;}
    .pi-arizona-bnr-btm-itm, .pi-arizona-bnr-btm-itm.btr, .pi-arizona-bnr-btm-itm.cas{margin: auto;}
    .pi-arizona-bnr-btm-itm h3::before { left: -27px; transform: scale(0.6); top: -14px;}
    .pi-arizona-bnr-btm-itm h3 { padding: 97px 0 18px 0; }
}



/* Eu Semper Ipsum Section Start */
 
.pi-arizona-eu-semper-main {
    background-image: url(./images/eu-semper-main-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0;
}
.pi-arizona-semper-ipsum-sec {
    margin: 0 0 -100px 0;
    z-index: 1;
    position: relative;
}
.pi-arizona-semper-ipsum-sec .container{
    max-width: 1600px;
}
.pi-arizona-semper-ipsum-sec::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(rgb(247 248 241), rgb(247 248 241), rgb(248 249 242 / 17%));
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.pi-arizona-semper-ipsum-sec .pi-arizona-text-heading {
    margin: 0 0 56px 0;
}
.pi-arizona-sepr-ism-list {
    display: flex;
    justify-content: flex-end;
    gap: 48px;
    padding-right: 60px;
}
.pi-arizona-sepr-ism-lft {
    width: 41.9%;
}
.pi-arizona-sepr-ism-rit {
    width: 45.2%;
}
.pi-arizona-sepr-ism-lft .pi-arizona-sub-hdg{
    font-family: "Radley";
    font-weight: 400;
    font-size: 38px;
    color: #000;
    line-height: 1.34;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}
.para-cnt{
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 32px 0;
}
.para-cnt a{
    font-weight: 700;
    color: #f0611f;
}
.para-cnt a:hover{
    color: #000;
}
.pi-arizona-sepr-ism-rit .para-cnt.rit {
    padding: 0 60px 0 24px;
}
.pi-arizona-sepr-ism-img img{
    width: 100%;
    display: block;
    border-radius: 22px;
}
.pi-arizona-sepr-ism-img{
    padding: 0 28px 28px;
    position: relative;
}
.pi-arizona-sepr-ism-img::before {
    position: absolute;
    content: "";
    background-image: url(./images/landg-sepr-ism--imgbfr.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 54.3%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 22px;
}

/* Eu Semper Ipsum Section Responsive Start */


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

}
@media screen and (max-width:1800px) {
    .pi-arizona-semper-ipsum-sec .container{ max-width: 1400px; }

    .pi-arizona-text-heading{font-size: 70px;}
    .pi-arizona-sepr-ism-lft .pi-arizona-sub-hdg{font-size: 33px;}
    .para-cnt{font-size: 18px;margin: 0 0 24px 0;}
    .pi-arizona-sepr-ism-rit .para-cnt.rit { padding: 0 54px 0 20px; }
    .pi-arizona-semper-ipsum-sec .pi-arizona-text-heading { margin: 0 0 45px 0; }
    .pi-arizona-sepr-ism-img { padding: 0 22px 22px; }
    .pi-arizona-eu-semper-main{padding: 70px 0 0;}
}
@media screen and (max-width:1679px) {
    .pi-arizona-semper-ipsum-sec .container{ max-width: 1200px; }

    .pi-arizona-eu-semper-main{padding: 60px 0 0;}
    .pi-arizona-semper-ipsum-sec .pi-arizona-text-heading { margin: 0 0 35px 0; }
    .pi-arizona-text-heading { font-size: 60px; margin: 0 0 30px 0;}
    .pi-arizona-sepr-ism-lft .pi-arizona-sub-hdg { font-size: 28px;margin: 0 0 12px 0; }
    .pi-arizona-sepr-ism-list{gap: 30px;padding-right: 49px;}
    .pi-arizona-sepr-ism-rit .para-cnt.rit { padding: 0 40px 0 18px; }
    .para-cnt { font-size: 19px; margin: 0 0 20px 0; line-height: 1.6; }
    .pi-arizona-sepr-ism-img { padding: 0 18px 18px; }

}
@media screen and (max-width:1439px) {
    .pi-arizona-semper-ipsum-sec .container{ max-width: 1140px; }

    .pi-arizona-eu-semper-main{padding: 50px 0 0;}
    .pi-arizona-text-heading { font-size: 56px; margin: 0 0 25px 0;}
    .pi-arizona-semper-ipsum-sec .pi-arizona-text-heading { margin: 0 0 25px 0; }
    .pi-arizona-sepr-ism-lft .pi-arizona-sub-hdg { font-size: 27px; margin: 0 0 10px 0; }
    .para-cnt { font-size: 18px; margin: 0 0 16px 0; }
}
@media screen and (max-width:1365px) {
    .pi-arizona-semper-ipsum-sec .container{ max-width: 1070px; }

    .pi-arizona-eu-semper-main{padding: 40px 0 0;}
    .pi-arizona-text-heading { font-size: 53px; margin: 0 0 20px 0;}
    .pi-arizona-sepr-ism-lft .pi-arizona-sub-hdg { font-size: 25px; }
}
@media screen and (max-width:1279px) {
    .pi-arizona-semper-ipsum-sec .container{ max-width: 860px; }

    .pi-arizona-eu-semper-main{padding: 30px 0 0;}
    .pi-arizona-text-heading { font-size: 42px; margin: 0 0 10px 0;}
    .pi-arizona-sepr-ism-lft .pi-arizona-sub-hdg { font-size: 20px; }
    .pi-arizona-sepr-ism-list { gap: 15px; padding-right: 0; }
    .para-cnt { margin: 0 0 10px 0; line-height: 1.4; }
    .pi-arizona-sepr-ism-rit .para-cnt.rit { padding: 0 14px 0 10px; }
    .pi-arizona-sepr-ism-img { padding: 40px 12px 12px; }
}
@media screen and (max-width:991px) {
    .pi-arizona-semper-ipsum-sec .container{ max-width: 720px;}

    .pi-arizona-sepr-ism-list { flex-direction: column-reverse;gap: 0; }
    .pi-arizona-sepr-ism-lft { width: 100%; }
    .pi-arizona-sepr-ism-lft .pi-arizona-sub-hdg br { display: none; }
    .pi-arizona-sepr-ism-rit .para-cnt.rit { padding: 0; }
    .pi-arizona-sepr-ism-rit { width: 100%; display: flex; flex-direction: column-reverse; gap: 18px; }
    .pi-arizona-sepr-ism-img { max-width: 400px; margin: auto; }
    .pi-arizona-sepr-ism-img { padding: 0 12px 12px; }
    .pi-arizona-sepr-ism-img img{border-radius: 16px;}
    .pi-arizona-sepr-ism-img::before{border-radius: 16px;}
    .pi-arizona-semper-ipsum-sec .pi-arizona-text-heading { margin: 0 0 18px 0; }
    .pi-arizona-text-heading { font-size: 40px; }
    .pi-arizona-semper-ipsum-sec .pi-arizona-text-heading br {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .pi-arizona-text-heading { font-size: 28px; }
}
@media screen and (max-width:480px) {
    .pi-arizona-sepr-ism-lft .pi-arizona-sub-hdg { font-size: 18px; }
    .pi-arizona-sepr-ism-img { padding: 0 8px 8px; }
    .pi-arizona-sepr-ism-img img { border-radius: 10px; }
    .pi-arizona-sepr-ism-img::before{border-radius: 10px;}
    .pi-arizona-eu-semper-main { padding: 20px 0 0; }
}
 
 
/* Dunt Libero Section Start */
 
.pi-arizona-dunt-libero-sec .container {
    max-width: 100%;
    padding: 0;
}
.pi-arizona-dunt-libero-top {
    max-width: max-content;
    margin: auto;
}
.pi-arizona-dunt-libero-top h3{
    font-size: 49px;
    font-family: "Radley";
    font-weight: 400;
    line-height: 1;
    padding-left: 158px;
    color: #000;
    letter-spacing: -1.78px;
    position: relative;
    margin: 0 0 36px 0;
}
.pi-arizona-dunt-libero-top h3 strong{
    font-size: 89px;
    font-weight: 400;
    letter-spacing: -0.98px;
    display: block;
}
.pi-arizona-dunt-libero-top h3::before{
    position: absolute;
    content: "";
    background-image: url(./images/dunt-libero-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 128px;
    height: 190px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pi-arizona-dunt-libero-list .pi-arizona-text-heading {
    text-transform: math-auto;
}
/* .pi-arizona-dunt-libero-blck {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto 38px;
} */
.pi-arizona-dunt-libero-list {
    max-width: 1300px;
    margin: 0 auto 38px;
}
.pi-arizona-dunt-libero-lft {
    width: 50%;
}
.pi-arizona-dunt-libero-rit {
    width: 47.2%;
}
.pi-arizona-sub-hdg.duntlbro {
    border-bottom: 1px solid #8b2c26;
    padding-left: 70px;
    padding-bottom: 35px;
    position: relative;
}
.pi-arizona-sub-hdg {
    font-family: "Radley";
    font-weight: 400;
    font-size: 33px;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.66px;
    margin: 0;
}
.pi-arizona-dunt-libero-lft .para-cnt:nth-child(2) {
    margin: 0;
}
.pi-arizona-dunt-libero-rit .para-cnt.rit {
    padding-right: 28px;
}
.pi-arizona-sub-hdg.duntlbro::before{
    position: absolute;
    content: "";
    background-color: #8e3028;
    width: 115px;
    height: 5px;
    left: 0;
    bottom: 0;
}
.pi-arizona-sub-hdg.duntlbro::after{
    position: absolute;
    content: "";
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
    background-position: -294px -383px;
    background-repeat: no-repeat;
    width: 55px;
    height: 80px;
    left: 0;
    top: 0;
}
.pi-arizona-dunt-libero-itme {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin: 0 0 0;
    z-index: 1;
    position: relative;
}
.pi-arizonadunt-cal{
    padding-left: 76px;
    position: relative;
}
.pi-arizonadunt-cal p{
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    margin: 0;
}
.pi-arizonadunt-cal p a{
    font-weight: 700;
    font-size: 31px;
    display: inline-block;
}
.pi-arizonadunt-cal p a:hover{
    color: #f0611f;
}
.pi-arizonadunt-cal p a::before{
    position: absolute;
    content: "";
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
    background-position: -219px -386px;
    width: 62px;
    height: 56px;
    left: 0;
    top: 0;
}
.pi-arizonadunt-btn a.cmn-btn{
    background-color: #f0611f;
}
.pi-arizonadunt-btn a.cmn-btn:hover{
    background-color: #d14416;
}

.genpg-lft .widget-title {
    text-align: center;
    color: #fff;
    font-family: 'Radley';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    margin: 0 0 25px;
    border: none;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.genpg-lft .widget.sd-testi .widget-title {
	color:#000;
}

.page-template-orange-template .genpg-rite img.alignleft{
     margin:0 10px 10px 0;
}
.page-template-orange-template .genpg-rite img.alignright{
     margin:0 0 10px 10px;
}
.arizona-tab {
    margin: 0 0 30px 0;
}
.pi-arizona-dunt-libero-list ul.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    gap: 15px;
}
.pi-arizona-dunt-libero-list ul.tabs li {
    margin: 0;
    cursor: pointer;
}
.pi-arizona-dunt-libero-list ul.tabs li a {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    margin: 0;
    background-color: #f0611f;
    padding: 18px 15px;
    border: 1px solid transparent;
}
.pi-arizona-dunt-libero-list li.selected a {
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #f0611f !important;
    position: relative;
}
.pi-arizona-dunt-libero-list .cont {
    padding: 20px 40px;
    width: 70%;
    margin: auto;
    border: 2px solid #f0611f;
}
.pi-arizona-dunt-libero-list .tab-sub-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pi-arizona-dunt-libero-list .content-img{
    width: 40%;
}
.pi-arizona-dunt-libero-list .content{
    width: 56%;
}
.pi-arizona-dunt-libero-list .content p {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 12px 0;
}
.pi-arizona-dunt-libero-blck .accordion-section {
    padding: 30px 60px;
}
.pi-arizona-dunt-libero-blck .content-btn a{
    display: inline-block;
    font-size: 18px;
    font-family: 'Quattrocento Sans';
    margin: 0;
    color: #f0611f;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.pi-arizona-dunt-libero-blck{
    margin: 0 0 28px 0;
}
.dunt-libero-para p {
    margin: 0 0 15px 0;
}
.dunt-libero-para {
    text-align: center;
    margin: 0 0 28px;
}
/* Dunt Libero Section Responsive Start */

@media screen and (max-width:1900px) {}
@media screen and (max-width:1800px) {
  .pi-arizona-dunt-libero-blck, .pi-arizona-dunt-libero-list{ max-width: 1140px;margin: 0 auto 32px;}

  a.cmn-btn{font-size: 20px;padding: 20px 50px;}

  .pi-arizonadunt-cal p a::before{transform: scale(0.9);}
  .pi-arizona-dunt-libero-top h3 strong { font-size: 77px;}
  .pi-arizona-dunt-libero-top h3{font-size: 42px;padding-left: 130px;}
  .pi-arizona-dunt-libero-top h3::before{width: 110px; height: 165px;}
  .pi-arizona-sub-hdg.duntlbro{font-size: 28px;padding-left: 62px; padding-bottom: 32px;}
}
@media screen and (max-width:1679px) {
  .pi-arizona-dunt-libero-blck, .pi-arizona-dunt-libero-list{ max-width: 980px;margin: 0 auto 24px;}

    a.cmn-btn { font-size: 18px; padding: 18px 42px; }  
    a.cmn-btn::before{transform: scale(0.8);bottom: -11px;}

    .pi-arizona-dunt-libero-top h3 strong { font-size: 66px; }
    .pi-arizona-sub-hdg.duntlbro { font-size: 24px; padding-left: 54px; padding-bottom: 26px; }
    .pi-arizona-sub-hdg.duntlbro::after{left: -3px; top: -9px; transform: scale(0.8);}
    .pi-arizonadunt-cal p{font-size: 18px;}
    .pi-arizonadunt-cal p a{font-size: 28px;}
    .pi-arizonadunt-cal p a::before{top: -6px;}
    .pi-arizona-dunt-libero-top h3::before { width: 94px; height: 140px; }
    .pi-arizona-dunt-libero-top h3 { font-size: 36px; padding-left: 112px; }

    .pi-arizona-dunt-libero-list .content p{font-size: 18px;}
    .pi-arizona-dunt-libero-blck .content-btn a{font-size: 16px;}
    .pi-arizona-dunt-libero-blck .accordion-section { padding: 30px 60px 30px 46px; }

}
@media screen and (max-width:1439px) {
  .pi-arizona-dunt-libero-blck, .pi-arizona-dunt-libero-list{ max-width: 930px;}

}
@media screen and (max-width:1365px) {
  .pi-arizona-dunt-libero-blck, .pi-arizona-dunt-libero-list{ max-width: 850px;}

    .pi-arizona-sub-hdg.duntlbro { font-size: 22px;}
    .pi-arizona-sub-hdg.duntlbro::before{height: 3px;}
    .pi-arizona-dunt-libero-top h3 strong { font-size: 59px; }
    .pi-arizona-dunt-libero-top h3 { font-size: 32px;padding-left: 96px; }
    .pi-arizona-dunt-libero-top h3::before { width: 85px; height: 127px; }

    .pi-arizona-dunt-libero-blck .accordion-section {
        padding: 22px 57px 22px 39px;
    }
    .pi-arizona-dunt-libero-list .content p {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media screen and (max-width:1279px) {
  .pi-arizona-dunt-libero-blck, .pi-arizona-dunt-libero-list{ max-width: 700px;}

    a.cmn-btn { font-size: 17px; padding: 15px 32px; }
    a.cmn-btn::before { transform: scale(0.7);}
    .pi-arizona-dunt-libero-top h3 strong { font-size: 50px; }
    .pi-arizona-dunt-libero-top h3 { font-size: 28px; padding-left: 84px; }
    .pi-arizona-dunt-libero-top h3::before { width: 75px; height: 112px; }
    .pi-arizona-sub-hdg.duntlbro::after { left: -6px; top: -13px; transform: scale(0.7); }
    .pi-arizona-sub-hdg.duntlbro { font-size: 18px; padding-left: 46px; margin: 36px 0 0; }
    .pi-arizona-dunt-libero-rit .para-cnt.rit { padding-right: 0; }
    .pi-arizonadunt-cal p { font-size: 17px; }
    .pi-arizonadunt-cal p a { font-size: 25px; }
    .pi-arizonadunt-cal p a::before { transform: scale(0.8); }
    .pi-arizonadunt-cal { padding-left: 66px; }
    .pi-arizona-dunt-libero-sec { padding: 0 0 20px; }

    .pi-arizona-dunt-libero-list .content p {
        font-size: 14px;
        line-height: 1.3;
        margin: 0 0 10px 0;
    }
    .pi-arizona-dunt-libero-blck .content-btn a {
        font-size: 14px;
    }
}
@media screen and (max-width:991px) {

  .pi-arizona-dunt-libero-blck, .pi-arizona-dunt-libero-list{ max-width: 720px;}
  .pi-arizona-dunt-libero-list{padding: 0 15px;}
  .pi-arizona-dunt-libero-blck, .pi-arizona-dunt-libero-list { flex-direction: column; margin: 0 auto 12px;}
  .pi-arizona-dunt-libero-lft, .pi-arizona-dunt-libero-rit{ width: 100%;}
  .pi-arizona-sub-hdg.duntlbro::after { left: -6px; top: -19px; transform: scale(0.6); }
  .pi-arizona-sub-hdg.duntlbro { margin: 20px auto 0; display: block; max-width: max-content; padding-bottom: 18px;}
  .pi-arizona-dunt-libero-top h3{margin: 0 0 30px 0;}

  .pi-arizona-dunt-libero-list .tab-sub-sec{flex-direction: column; gap: 15px;}
  .pi-arizona-dunt-libero-list .content { width: 100%;}
  .pi-arizona-dunt-libero-list .content-img {
    width: 100%;
    max-width: 320px;}
}
@media screen and (max-width:767px) {

    .pi-arizona-dunt-libero-top h3 strong { font-size: 42px; }
    .pi-arizona-dunt-libero-itme { flex-direction: column-reverse;}
    .pi-arizona-dunt-libero-top h3 { font-size: 25px; padding-left: 72px; margin: 0 0 20px 0;}
    .pi-arizona-dunt-libero-top h3::before { width: 62px; height: 92px; }
    .pi-arizona-semper-ipsum-sec { margin: 0 0 -20px 0;}
    .pi-arizona-dunt-libero-list .pi-arizona-text-heading br { display: none; }

    .pi-arizona-dunt-libero-blck .accordion-section {
        padding: 22px 30px 22px 25px;
    }
    .pi-arizona-dunt-libero-blck .accordion-section .accordion-heading:before{right: -12px;}
}
@media screen and (max-width:480px) {

    .pi-arizona-banner-btm-sec .owl-carousel .owl-dots { padding: 10px 0;}
    .pi-arizona-text-heading { font-size: 25px; }
    .pi-arizona-dunt-libero-top h3 strong { font-size: 36px; }
    .pi-arizona-dunt-libero-top h3 { font-size: 22px; padding-left: 62px; }   
    .pi-arizona-dunt-libero-top h3::before { width: 48px; height: 70px; }
}


/* PI Arizona Injury Section */


.pi-arizona-injury-sec{
    background-image: url(./images/pi-arizona-injury-sec-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 148px;
    position: relative;
}
.pi-arizona-injury-sec .container{
    max-width: 100%;
}
.pi-arizona-injury-blk {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin: 0 0 40px 0;
}
.pi-arizona-injury-rgt {
    width: 52%;
}
.pi-arizona-injury-img {
    position: absolute;
    left: 0;
    top: 0;
}
.pi-arizona-injury-img img {
    width: 100%;
    display: block;
    filter: grayscale(1);
    max-width: 999px;
}
.pi-arizona-injury-logo {
    padding-left: 53px;
    margin-top: 49%;
}
.pi-arizona-injury-lft {
    width: 31.1%;
}
.pi-arizona-injury-lft .pi-arizona-text-heading {
    text-align: start;
    margin: 0 0 35px 0;
}
.pi-arizona-injury-lft .pi-arizona-sub-heading{
    font-family: 'Radley';
    font-weight: 400;
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.pi-arizona-text-para, .pi-arizona-injury-list ul li{
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #292929;
    margin-bottom: 28px;
}
.pi-arizona-faq-btm-sec.top .floating-img::before {
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255));
}
.pi-arizona-faq-btm-sec {
    position: relative;
}


.pi-arizona-injury-list {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 30px;
}
.pi-arizona-injury-list ul {
    margin: 0;
    column-count: 3;
}
.pi-arizona-injury-list ul li {
    text-align: start;
    padding-left: 55px;
    margin: 0 0 12px 0;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    width: 100%;
}
.pi-arizona-injury-list ul li:last-child{
    margin: 0;
}
.pi-arizona-injury-list ul li::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 36px;
    background-image: url(./images/lnk-bfr-img.webp);
    background-repeat: no-repeat;
    left: 0;
    top: -7px;
    transform: scale(0.7);
}

.pi-arizona-injury-list.center {
    text-align: center;
    margin: 0 auto;
}

/* PI Arizona Injury Section Responsive */

@media screen and (max-width:1900px){  
    .pi-arizona-text-heading{font-size: 75px;}
}

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

    .pi-arizona-injury-sec { padding: 20px 0 90px; }
    .pi-arizona-text-heading { font-size: 72px; }
    .pi-arizona-text-para { font-size: 19px; }
    .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 37px; }
    .pi-arizona-injury-img img{max-width: 890px;}
    .pi-arizona-injury-lft .pi-arizona-text-heading { margin: 0 0 26px 0; }

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

    .pi-arizona-injury-sec { padding:0 0 80px; }
    .pi-arizona-injury-lft { width: 36%; }
    .pi-arizona-text-heading { font-size: 65px; }
    .pi-arizona-text-para { font-size: 18px; margin-bottom: 15px;}
    .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 33px; }
    .pi-arizona-injury-img img{max-width: 740px;}
    .pi-arizona-injury-rgt { width: 48%; }
    .pi-arizona-injury-blk{gap: 50px;margin: 0 0 50px 0;}

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

    .pi-arizona-injury-sec { padding: 0 0 70px; }
    .pi-arizona-injury-lft .pi-arizona-text-heading { margin: 0 0 25px 0; }
    .pi-arizona-text-heading { font-size: 57px; }
    .pi-arizona-text-para { font-size: 17px; }
    .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 31px; }
    .pi-arizona-injury-img { z-index: -1; }
    .pi-arizona-injury-img img{max-width: 660px;}
    .pi-arizona-injury-blk{margin: 0 0 40px 0;}
 
    .pi-arizona-injury-list ul li { font-size: 19px; }
}
 
@media screen and (max-width: 1366px) {

    .pi-arizona-injury-sec { padding: 0 0 60px; }
    .pi-arizona-injury-lft .pi-arizona-text-heading { margin: 0 0 20px 0; }
    .pi-arizona-text-heading { font-size: 54px; }
    .pi-arizona-text-para { font-size: 16px; }
    .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 30px; }
    .pi-arizona-injury-img img { max-width: 620px; }
    .pi-arizona-injury-blk{margin: 0 0 30px 0;}

    .pi-arizona-injury-list ul li { font-size: 18px; padding-left: 48px; }
}
 
@media screen and (max-width: 1280px) {

    .pi-arizona-injury-sec { padding: 0 0 40px; }
    .pi-arizona-injury-lft .pi-arizona-text-heading { margin: 0 0 16px 0; }
    .pi-arizona-text-heading { font-size: 43px; }
    .pi-arizona-text-para { font-size: 15px; margin-bottom: 10px; }
    .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 24px; margin-bottom: 5px;}
    .pi-arizona-injury-logo { padding-left: 28px; margin-top: 52%; }
    .pi-arizona-injury-blk{margin: 0 0 20px 0;}

    .pi-arizona-injury-list ul li::before{transform: scale(0.6);}
    .pi-arizona-injury-list ul li { font-size: 17px; padding-left: 48px; }
    .pi-arizona-injury-list { margin: 0 auto 18px;}
}
 
@media screen and (max-width: 1024px) {

    .pi-arizona-injury-lft .pi-arizona-text-heading { margin: 0 0 16px 0; }
    .pi-arizona-text-heading { font-size: 39px; }
    .pi-arizona-text-para { font-size: 15px; }
    .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 22px; }

    .pi-arizona-injury-sec { padding: 0 0 30px; }
    .pi-arizona-injury-list ul {
        column-count: 2;
    }

}
 
@media screen and (max-width:1920px) and (min-width:992px){
    .pi-arizona-injury-image.mbl { display: none; }
}
 
@media screen and (max-width:991px){
 
    .pi-arizona-injury-blk { flex-direction: column; gap: 30px; }
    .pi-arizona-injury-rgt { width: 100%; max-width: 400px; }
    .pi-arizona-injury-img { display: none; }
    .pi-arizona-injury-logo { padding-left: 0; width: 100%; max-width: 350px; margin: -50px auto 0; }
    .pi-arizona-injury-lft .pi-arizona-text-heading { margin: 0 0 10px 0; text-align: center; }
    .pi-arizona-injury-lft { width: 100%; max-width: 700px; text-align: center; }
 
}
 
@media screen and (max-width:767px){
    
    .pi-arizona-text-heading { font-size: 35px; }

     .pi-arizona-injury-list ul {
        column-count: 1;
    }
}
 
@media screen and (max-width:580px){

    .pi-arizona-text-heading { font-size: 32px; }
    .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 20px; }
    .pi-arizona-text-para { line-height: 1.4; }
    .pi-arizona-injury-blk { gap: 20px; }
    .pi-arizona-injury-sec { padding:0 0 30px; }

    .pi-arizona-injury-blk { margin: 0; }
}
 
@media screen and (max-width:480px){

    .pi-arizona-text-heading { font-size: 30px; }
    .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 18px; }
    .pi-arizona-text-para { line-height: 1.3; }

    .pi-arizona-injury-list ul li { font-size: 15px; padding-left: 38px; line-height: 1.2;}
    .pi-arizona-injury-list ul li::before { transform: scale(0.5); left: -4px;top: -11px;}
	
	 .genpg-lft .widget .widget-title,
    .genpg-lft .widget .lwptoc_header b {
        font-size: 27px;
    }
}


@media screen and (max-width: 1700px) {
    .container, .pi-arizona-injury-list{
        max-width: 1400px;
    }
	 .genpg-lft .widget .widget-title,
    .genpg-lft .widget .lwptoc_header b {
        font-size: 40px;
    }
}
@media screen and (max-width: 1500px) {
    .container, .pi-arizona-injury-list{
        max-width: 1200px;
    }
	.genpg-lft .widget .widget-title,
    .genpg-lft .widget .lwptoc_header b {
        font-size: 32px;
    }
}
@media screen and (max-width: 1240px) {
    .container, .pi-arizona-injury-list{
        max-width: 990px;
        padding: 0 10px;
    }
	.genpg-lft .widget .widget-title,
    .genpg-lft .widget .lwptoc_header b {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .container, .pi-arizona-injury-list{
        max-width: 720px;
    }
}
@media screen and (max-width: 767px) {
    .container, .pi-arizona-injury-list{
        max-width: 100%;
        padding: 0 15px;
    }
}
@media screen and (max-width: 991px) {
    .container, .pi-arizona-injury-list{
        max-width: 720px;
    }
}


/* Practice Area Section */
.hm-practice-area .container {
    max-width: 1300px;
    margin: auto;
}
.hm-practice-area {
    padding: 20px 0 50px;
    text-align: center;
    background-image: url(./images/hmpractice-areas-bg-mbl.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}
.hmpract-list {
    padding: 0 0 30px;
}
/* .hmpract-blk {
    padding: 0 100px;
} */
.hm-practice-area h2 {
    font-size: 150px;
    font-family: 'Radley';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #8b2c26;
    margin: 0 0 -8px;
    opacity: 10%;
}
.hm-practice-area h3 {
    font-size: 70px;
    font-family: 'Radley';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 21px;
}
.hmpract-item {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 30px 12px 62px;
    z-index: 1;
    border-bottom: 8px solid transparent;
    background: linear-gradient(160deg, #faece8 0,  transparent) 100%;
}
 
.hmpract-item::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, transparent 10%, #f9f8f4 100%);
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hmpract-item h4 {
    font-size: 30px;
    font-family: 'Radley';
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}
.hmpract-image img {
    width: 100%;
    display: block;
}
.hmpract-image {
    mask-image: url(./images/pract-mask-img.webp);
    mask-size: 100%;
    -webkit-mask-image: url(./images/pract-mask-img.webp);
    mask-repeat: no-repeat;
    position: relative;
    margin: 0 0 40px;
}
.hmpract-link a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}
.hmpract-item:hover::before {
    display: none;
}
.hmpract-item:hover h4 {
    color: #ffffff;
}
.hmpract-item:hover {
    border-color: #8b2c26;
    background-image: url(./images/pi-arizona-prc-itm-img.webp);
    background-repeat: repeat;
}
.hmpract-item:hover::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 31.6%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.hmpract-btn {
    position: relative;
    text-align: center;
}
.hmpract-btn::before, .hmpract-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24.2%;
    height: 5px;
}
.hmpract-btn::before {
    background-image: url(./images/pract-btn-bfr.webp);
    right: 0;
}
.hmpract-btn::after {
    background-image: url(./images/pract-btn-aftr.webp);
    left: 0;
}
/* Practice Area Section */


/* Practice Area Section Responsive Start */


/* Practice Area Section */
 
@media screen and (max-width:1680px){
    .hm-practice-area .container { max-width: 1138px; }
    .hm-practice-area h2 { font-size: 131px; }
    .hm-practice-area h3 { font-size: 61px; }
    .hmpract-item h4 { font-size: 25px; }
}
 
@media screen and (max-width:1440px){
    .hm-practice-area .container { max-width: 976px; }
    .hm-practice-area h2 { font-size: 112px; }
    .hm-practice-area h3 { font-size: 52px; }
    .hmpract-item h4 { font-size: 21px; }
    .hmpract-item{padding: 30px 12px 45px;}
}
 
@media screen and (max-width:1366px){
    .hm-practice-area .container { max-width: 926px; }
    .hm-practice-area h2 { font-size: 106px; }
    .hm-practice-area h3 { font-size: 50px; }
    .hmpract-item h4 { font-size: 20px; }
}
 
@media screen and (max-width:1280px){
    .hm-practice-area .container { max-width: 868px; padding: 0; }
    .hm-practice-area h2 { font-size: 100px; }
    .hm-practice-area h3 { font-size: 47px; }
    .hmpract-item h4 { font-size: 19px; }
    .hmpract-item{padding: 25px 8px 40px;}
}
 
@media screen and (max-width:1024px){
    .hm-practice-area .container { max-width: 694px; }
    .hm-practice-area h2 { font-size: 80px; }
    .hm-practice-area h3 { font-size: 37px; }
    .hmpract-item h4 { font-size: 16px; }
    .hmpract-item{padding: 20px 10px 30px;}
    .hmpract-image{margin-bottom: 25px;}
}
 
@media screen and (max-width: 991px) {
    .hmpract-item { padding: 20px 10px 32px; max-width: 300px; width: 100%; margin: auto; }
    .hm-practice-area h2 { font-size: 78px; }
    .hm-practice-area h3 { font-size: 33px; margin: 0 0 15px; }
    .hmpract-item h4 { font-size: 18px; }
    .hm-practice-area { padding: 20px 0 0;}
    .hmpract-list.owl-carousel .owl-dots {
        padding: 5px 0 10px;
        text-align: center;
    }
    .hmpract-list.owl-carousel button.owl-dot {
        background-color: #000;
        border-radius: 50%;
        padding: 6px !important;
        margin: 0 10px 0 0;
    }
    .hmpract-list.owl-carousel button.owl-dot.active {
        background-color: #f0611f;
    }
}

@media screen and (min-width: 992px) {

    .hm-practice-area {
        background-image: url(./images/pi-arizona-practice-bg.webp);
        position: relative;
    }
    .hm-practice-area::before {
        position: absolute;
        content: " ";
        left: 0;
        right: 0;
        top: -1px;
        width: 100%;
        height: 40px;
        background-image: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 2%));
        pointer-events: none;
    }
    .hm-practice-area::after {
        position: absolute;
        content: " ";
        left: 0;
        right: 0;
        bottom: -1px;
        width: 100%;
        height: 40px;
        background-image: linear-gradient(rgb(251 249 246 / 23%), rgb(251 250 246));
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .hm-practice-area h2 { font-size: 70px; }
    .hm-practice-area h3 { font-size: 28px; margin: 0 0 13px; }
    .hmpract-btn::before, .hmpract-btn::after { display: none; }
}
@media screen and (max-width: 680px) {
    .hm-practice-area .container{max-width: 100%; padding: 0 15px;}
    .hm-practice-area h2 { font-size: 60px; margin: 0; }
    .hm-practice-area h3 { font-size: 25px; }
}
 
@media screen and (max-width: 600px) {
    .hm-practice-area h2 { font-size: 40px; }
    .hm-practice-area h3 { font-size: 20px; }
}

/* Pi Arizona Can Help You Section Start */

.pi-arizona-can-help-you {
    padding: 50px 0 0;
    background-color: #fbfaf6;
}
.pi-arizona-dunt-libero-blck .accordion,
.pi-arizona-can-help-you .accordion {
    margin: 25px auto;
    max-width: 100%;
}
.pi-arizona-can-help-you .accordion-section {
    padding: 25px 100px 30px 30px;
}

.pi-arizona-can-help-you .accordion-section.accordien-active {
    padding-left: 38px;
}
.para-cnt.btm {
    margin: 0;
}


/* Pi Arizona Can Help You Section Responsive Start */


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

    .pi-arizona-sub-hdg { font-size: 28px;}
}
 
@media screen and (max-width:1679px){

    .pi-arizona-sub-hdg { font-size: 24px;}

    .pi-arizona-can-help-you .accordion-section {
        padding: 26px 80px 26px 25px;
    }
}
 
@media screen and (max-width:1439px){}
 
@media screen and (max-width:1365px){

    .pi-arizona-sub-hdg { font-size: 22px;}

    .pi-arizona-can-help-you .accordion {
        margin: 10px auto 18px;
    }
}
 
@media screen and (max-width:1279px){
    .pi-arizona-sub-hdg { font-size: 18px;}
}
 
@media screen and (max-width:991px) {
    .pi-arizona-can-help-you .accordion-section {
        padding: 20px 58px 24px 22px;
    }
    .pi-arizona-can-help-you .accordion-section.accordien-active {
        padding-left: 30px;
    }
}
 
@media screen and (max-width: 767px) {

    .pi-arizona-can-help-you .accordion-section.accordien-active {
        padding-left: 18px;
    }
    .pi-arizona-can-help-you .accordion-section {
        padding: 16px 32px 18px 17px;
    }
    .pi-arizona-can-help-you .accordion-section .accordion-heading:before{right: -18px;}
}
 
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {}


/* Meet Our Team Section */
 
.pi-ariziona-meet-our-team-sec{
    background-image: url(./images/pi-arizona-team-sec-bg-img-mbl.webp);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
 
@media screen and (min-width: 992px) {
    .pi-ariziona-meet-our-team-sec {
        background-image: url(./images/pi-arizona-team-sec-bg-img.webp);
    }
}
.pi-ariziona-meet-our-team-sec .container{
    max-width: 1600px;
}
.pi-ariziona-meet-our-team-sec .pi-arizona-text-heading{
    background: linear-gradient(180deg,rgba(238, 232, 228, 1) 0%, rgba(238, 232, 228, 0) 100%);
    color: transparent;
    background-clip: text;
    margin: 0;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 1;
}
.pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading span{
    color: #f16220;
}
.pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading{
    font-family: ' radley';
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.pi-arizona-team-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pi-arizona-team-itm {
    width: 32%;
    position: relative;
}
.pi-arizona-team-img img{
    margin: 0 auto;
}
.pi-arizona-team-img-blk {
    margin-bottom: 35px;
}
.pi-arizona-team-cont .pi-arizona-title {
    font-size: 54px;
    line-height: 1;
    font-family: 'Radley';
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0 0 20px;
}
.pi-arizona-team-cont .pi-arizona-sub-title {
    font-size: 25px;
    line-height: 1;
    font-family: 'Radley';
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}
.pi-arizona-team-cont .pi-arizona-sub-title::before {
    content: "";
    position: absolute;
    background-color: #f0611f;
    width: 149px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.pi-arizona-team-cont .pi-arizona-sub-title::after {
    content: "";
    position: absolute;
    background-color: #8b2c26;
    width: 45px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.pi-arizona-team-itm .pi-arizona-team-img-hvr {
    display: none;
}

.pi-arizona-team-itm:hover .pi-arizona-team-img-hvr {
    display: block;
}
.pi-arizona-team-itm:hover .pi-arizona-team-img {
    display: none;
}
.pi-arizona-team-itm .pi-arizona-team-img {
    display: block;
}
.pi-arizona-att-info a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    font-size: 0;
}



/* Meet Our Team Responsive Start's */
 
@media screen and (max-width: 1800px) {
    .pi-ariziona-meet-our-team-sec .container{max-width:1400px}
    .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 130px; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading { font-size: 70px; margin-bottom: 30px; }
    .pi-arizona-team-cont .pi-arizona-title { font-size: 47px; }
    .pi-arizona-team-cont .pi-arizona-sub-title { font-size: 22px; }
}
@media screen and (max-width:1679px){
    .pi-ariziona-meet-our-team-sec .container{max-width:1200px}
    .pi-ariziona-meet-our-team-sec{padding: 85px 0 40px;}
    .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 112px; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading { font-size: 60px;}
    .pi-arizona-team-cont .pi-arizona-title { font-size: 41px; margin-bottom: 12px;}
    .pi-arizona-team-cont .pi-arizona-sub-title { font-size: 19px;     padding-bottom: 12px; margin-bottom: 15px;}
}
@media screen and (max-width:1439px){
    .pi-ariziona-meet-our-team-sec .container{max-width:1140px}
    .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 106px; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading { font-size: 56px;}
    .pi-arizona-team-cont .pi-arizona-title { font-size: 38px;}
    .pi-arizona-team-cont .pi-arizona-sub-title { font-size: 17px;}
}
@media screen and (max-width:1365px){
    .pi-ariziona-meet-our-team-sec .container{max-width:1068px}
    .pi-ariziona-meet-our-team-sec{padding: 75px 0 40px;}
    .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 100px; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading { font-size: 53px;}
    .pi-arizona-team-cont .pi-arizona-title { font-size: 36px;}
    .pi-arizona-team-cont .pi-arizona-sub-title { font-size: 16px;}
}
@media screen and (max-width:1279px){
    .pi-ariziona-meet-our-team-sec .container{max-width:854px }
    .pi-ariziona-meet-our-team-sec{padding: 60px 0 30px;}
    .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 80px; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading { font-size: 42px; margin-bottom: 15px;}
    .pi-arizona-team-cont .pi-arizona-title { font-size: 28px; margin-bottom: 10px;}
    .pi-arizona-team-cont .pi-arizona-sub-title { font-size: 15px;}
}
@media screen and (max-width: 991px) {
    .pi-ariziona-meet-our-team-sec .container{ max-width: 720px; padding: 0; }
    .pi-ariziona-meet-our-team-sec { padding: 50px 0 40px 0; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading {  margin-bottom: 10px; }
    .pi-arizona-team-cont .pi-arizona-title { font-size: 32px; margin-bottom: 10px; }
    .pi-arizona-team-cont .pi-arizona-sub-title { padding-bottom: 10px; margin-bottom: 10px; }
    .pi-arizona-team-img-blk { margin-bottom: 10px; }
    .pi-arizona-team-itm { width: 100%; position: relative; max-width: 380px; margin: auto; }
    .pi-ariziona-meet-our-team-sec .owl-carousel .owl-dots { padding: 5px 0 0; text-align: center; }
    .pi-ariziona-meet-our-team-sec .owl-carousel button.owl-dot { background-color: #000; border-radius: 50%; padding: 6px !important; margin: 0 10px 0 0; }
    .pi-ariziona-meet-our-team-sec .owl-carousel button.owl-dot.active { background-color: #f0611f; }
}
@media screen and (max-width: 767px) {
    .pi-ariziona-meet-our-team-sec .container{ max-width: 100%; padding: 0 15px; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 70px; background: linear-gradient(180deg, rgb(144 135 129) 0%, rgb(238 232 228 / 34%) 100%); background-clip: text; }
    .pi-ariziona-meet-our-team-sec { padding: 30px 0; }
}
@media screen and (max-width: 680px) {
    .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 50px; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading { font-size: 34px; }
}
@media screen and (max-width: 480px) {
    .pi-ariziona-meet-our-team-sec{padding: 40px 0 30px;}
    .pi-arizona-team-itm{max-width: 320px;}
    .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 31px; }
    .pi-ariziona-meet-our-team-sec .pi-arizona-sub-heading { font-size: 22px; }
    .pi-arizona-team-cont .pi-arizona-title{font-size: 28px;}
}
/* Meet Our Team Responsive End's */



/* PI Arizona What RamRock Section Styling */

.pi-ariziona-what-ramrock-sec {
    padding: 0 0 90px;
    background-color: #fcfaf8;
}
.pi-ariziona-what-ramrock-sec .pi-arizona-text-heading {
    padding: 0 8%;
}
.pi-arizona-what-ramrock-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
    gap: 30px;
}
.pi-arizona-what-ramrock-itm {
    width: 30%;
    padding: 30px 25px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    border: 3px solid #8b2c26;
    position: relative;
}
.pi-ariziona-what-ramrock-sec .pi-arizona-sub-hdg {
    text-align: center;
}
.pi-arizona-what-ramrock-itm .para-cnt {
    margin: 0;
}
.pi-arizona-what-ramrock-itm:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 40%;
    border-top: 3px solid #f0611f;
    border-left: 3px solid #f0611f;
    left: -3px;
    top: -3px;
}
.pi-arizona-what-ramrock-itm::after{
    position: absolute;
    content: "";
    width: 30%;
    height: 40%;
    border-bottom: 3px solid #f0611f;
    border-right: 3px solid #f0611f;
    right: -3px;
    bottom: -3px;
}
.pi-ariziona-what-ramrock-sec .pi-arizona-sub-hdg.duntlbro {
    width: 59%;
    margin: 0 0 0 auto;
    text-align: left;
}


/* PI Arizona What RamRock Section Responsive */


@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }

    .pi-arizona-what-ramrock-blk {
        margin: 30px 0;
        gap: 25px;
    }

    .pi-ariziona-what-ramrock-sec .pi-arizona-sub-hdg.duntlbro {
        width: 50%;}
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }

    .pi-arizona-what-ramrock-blk {
        margin: 20px 0;
        gap: 15px;
    }
    .pi-arizona-what-ramrock-itm {
        width: 31%;
        padding: 20px 18px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }

    .pi-ariziona-what-ramrock-sec .pi-arizona-text-heading {
        padding: 0;
    }

    .pi-arizona-what-ramrock-itm {
        width: 100%;
        padding: 20px 18px;
        max-width: 320px;
        margin: auto;
    }
    .pi-arizona-what-ramrock-blk.owl-carousel .owl-dots { padding: 15px 0 0; text-align: center; }
    .pi-arizona-what-ramrock-blk.owl-carousel button.owl-dot { background-color: #000; border-radius: 50%; padding: 6px !important; margin: 0 10px 0 0; }
    .pi-arizona-what-ramrock-blk.owl-carousel button.owl-dot.active { background-color: #f0611f; }

    .pi-ariziona-what-ramrock-sec .pi-arizona-sub-hdg.duntlbro {
        width: 100%;
        max-width: 380px;
        margin: 30px auto 0;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}




/* case results starts */
.hm-case-results-sec {
    background-image: url(./images/pi-arizona-mill-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 80px;
    text-align: center;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 992px) {
    .hm-case-results-sec {
        background-image: url(./images/pi-arizona-mill-sec-bg-img.webp);
    }
}
.hm-case-results-sec:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 60%;
    z-index: -1;
    pointer-events: none;
}
.hm-case-results-sec::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(#fbf9f5, #fbf9f500);
    pointer-events: none;
}
.hm-case-results-sec .mil-hedng, .pi-ariziona-what-ramrock-sec .pi-arizona-text-heading{
    color: #1a1e13;
    font-size: 60px;
    font-family: "Radley", serif;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.hm-case-results-sec .mil-hedng strong {
    color: #f16220;
    display: block;
    font-weight: 400;
}
.hm-case-results-sec .circle-img img,
.hm-case-results-sec .mill-img img {
    display: block;
    width: 100%;
}
.hm-case-results-sec .cmbnd-mill-blk {
    position: relative;
    margin: 0 0 40px;
}
.hm-case-results-sec .circle-img {
    width: 38%;
    margin: auto;
}
.hm-case-results-sec .mill-img {
    width: 30%;
    margin: 0 auto 10px;
}
.hm-case-results-sec .mill-cnt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
    width: max-content;
    height: max-content;
}
.hm-case-results-sec .mill-cnt h3 {
    color: #fff;
    font-size: 60px;
    font-family: "Quattrocento Sans", serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0 !important;
    margin: 0 0 15px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 15px;
}
.hm-case-results-sec .mill-cnt h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 209px;
    height: 2px;
    background-image: url("./images/pi-arizona-txt-line-img.webp");
    background-repeat: no-repeat;
    background-size: contain;
}
.hm-case-results-sec .mill-cnt h5 {
    color: #fff;
    font-size: 35px;
    font-family: "Radley", serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}
.hm-case-results-btm-sec {
    background-color: #f0611f;
    padding: 35px 0;
    text-align: center;
}
.hm-case-results-btm-sec .mill-btm-hdng {
    color: #fff;
    font-size: 20px;
    font-family: "Quattrocento Sans", serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    position: relative;
    width: max-content;
    height: max-content;
    margin: 0 auto 0;
    padding: 0 60px;
}
.hm-case-results-btm-sec .mill-btm-hdng:before,
.hm-case-results-btm-sec .mill-btm-hdng:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 42px;
    background-image: url("./images/hm-spirites.webp");
    background-repeat: no-repeat;
    background-position: -99px -30px;
}
.hm-case-results-btm-sec .mill-btm-hdng:before {
    left: 0;
}
.hm-case-results-btm-sec .mill-btm-hdng:after {
    right: 0;
}
.inn-case-bg-img {
    display: none;
}
/* case results ends */



/* case section responsive */
 
@media screen and (max-width:1700px){
    .hm-case-results-sec .mill-cnt h3 { font-size: 58px; }
    .hm-case-results-sec .mill-cnt h5 { font-size: 30px; }
    .hm-case-results-sec { padding: 50px 0; }
    .hm-case-results-sec .circle-img { width: 36%; }
}
 
@media screen and (max-width:1500px){
 
    .hm-case-results-sec .mil-hedng, .pi-ariziona-what-ramrock-sec .pi-arizona-text-heading{ font-size: 45px; }
    .hm-case-results-sec .mill-cnt h5 { font-size: 28px; }
    .hm-case-results-sec .mill-cnt h3 { font-size: 48px; }
    .hm-case-results-sec .mill-cnt h3:before { width: 155px; }
    .hm-case-results-btm-sec { padding: 30px 0; }
    .hm-case-results-btm-sec .mill-btm-hdng { font-size: 18px; letter-spacing: 5px; }
    .hm-case-results-sec .mill-cnt { bottom: 30px; }
 
}
 
@media screen and (max-width:1240px) {
    .hm-case-results-sec .mil-hedng, .pi-ariziona-what-ramrock-sec .pi-arizona-text-heading{ font-size: 40px; }
    .hm-case-results-sec .mill-cnt h5 { font-size: 28px; }
    .hm-case-results-sec .mill-cnt h3 { font-size: 38px; }
    .hm-case-results-sec .mill-cnt h3:before { width: 130px; }
    .hm-case-results-btm-sec .mill-btm-hdng:before, .hm-case-results-btm-sec .mill-btm-hdng:after { transform: scale(0.9); }
}

@media screen and (max-width:1024px) {
.hm-case-results-sec {
    padding: 0 0 40px;
}
}
 
@media screen and (max-width:991px) {
    .hm-case-results-sec .mil-hedng, .pi-ariziona-what-ramrock-sec .pi-arizona-text-heading{ font-size: 45px; }
    .hm-case-results-sec .mill-cnt h3 { font-size: 42px; letter-spacing: -2px; padding: 0 0 10px; margin: 0 0 10px; }
    .hm-case-results-sec .mill-cnt h3:before { width: 95px; }
    .hm-case-results-sec .mill-cnt h5 { font-size: 25px; }
    .hm-case-results-btm-sec .mill-btm-hdng { font-size: 16px; letter-spacing: 2.7px; }
    .hm-case-results-sec { padding: 50px 0; }
    .hm-case-results-sec .cmbnd-mill-blk { margin: 0 0 30px; }
    .hm-case-results-sec .circle-img { width: 100%; max-width: 350px; }
    .hm-case-results-sec .mill-img { width: 100%; max-width: 80px; }
    .hm-case-results-btm-sec { padding: 25px 0; }
    .hmpract-list { padding: 0; }
}
 
@media screen and (max-width:767px){
    .hm-case-results-sec .mil-hedng, .pi-ariziona-what-ramrock-sec .pi-arizona-text-heading{ font-size: 43px; }
    .hm-case-results-sec .mill-cnt h3 { font-size: 35px; letter-spacing: -1px; }
    .hm-case-results-sec .mill-cnt h5 { font-size: 22px; }
    .hm-case-results-btm-sec .mill-btm-hdng { font-size: 14px; letter-spacing: 1.7px; padding: 0 50px; }
    .hm-case-results-sec .mill-img { margin: 0 auto 6px; }
}
@media screen and (max-width:680px) {
    .hm-case-results-sec .mil-hedng, .pi-ariziona-what-ramrock-sec .pi-arizona-text-heading{ font-size: 28px; }
    .hm-case-results-btm-sec { padding: 20px 0; }
    .hm-case-results-sec .mill-cnt h5 { font-size: 20px; }
    .hm-case-results-sec .circle-img { max-width: 290px; }
    .hm-case-results-sec .mill-cnt h3:before { width: 55px; }
    .hm-case-results-sec .mill-cnt { bottom: 20px; }
    .hm-case-results-sec { padding: 0 0 40px 0; }
    .hm-case-results-sec .cmbnd-mill-blk { margin: 0 0 20px; }
    .hm-case-results-btm-sec .mill-btm-hdng { font-size: 12px; letter-spacing: 0.8px; padding: 0 40px; }
    .hm-case-results-btm-sec .mill-btm-hdng:before, .hm-case-results-btm-sec .mill-btm-hdng:after { transform: scale(0.7); }
}
 
@media screen and (max-width:480px) {
    .hm-case-results-sec { padding: 0 0 35px; }
    .hm-case-results-sec .mill-cnt h3 { font-size: 28px; letter-spacing: 0; }
    .hm-case-results-sec .mill-cnt h5 { font-size: 18px; }
    .hm-case-results-sec .mill-cnt { bottom: 15px; }
    .hm-case-results-sec .mil-hedng, .pi-ariziona-what-ramrock-sec .pi-arizona-text-heading{ font-size: 23px; }
    .hm-case-results-sec .mill-cnt h3:before { width: 35px; }
    .hm-case-results-btm-sec .mill-btm-hdng { font-size: 9px; letter-spacing: 0; padding: 0 30px; }
    .hm-case-results-btm-sec .mill-btm-hdng:before, .hm-case-results-btm-sec .mill-btm-hdng:after { transform: scale(0.6); }
    .hm-case-results-btm-sec { padding: 20px 0; }
    .hm-case-results-btm-sec .mill-btm-hdng:before, .hm-case-results-btm-sec .mill-btm-hdng:after { display: none; }
    .hm-case-results-btm-sec .mill-btm-hdng { font-size: 15px; letter-spacing: 0; padding: 0; width: 100%; max-width: 260px; line-height: 1.3; }
    .hm-case-results-btm-sec { padding: 15px 0; }
}
 


/*  HomePage FAQ's Section Starts */
.pi-arizona-faq-sec {
    background-image: url(./images/pi-arizona-faq-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0 10px;
    background-position: top center; 
    background-color: #faf9f5;
}
.pi-arizona-faq-sec .container {
    max-width: 1300px;
}
.pi-arizona-faq-sec .pi-arizona-text-heading {
    text-align: left;
    text-transform: capitalize;
}
.pi-arizona-faq-sec .faq-btn {
    padding-top: 50px;
    text-align: center;
    padding-left: 50px;
}
.pi-arizona-faq-sec .faq-btn a.cmn-btn {
    text-transform: capitalize;
}

.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1110px;
    margin: 0 0 0 auto;
}
.accordion-section-content {
    display: none;
    transition: all 0.3s ease-in-out 0s;
}
.accordion-section.accordien-active .accordion-section-content {
    padding: 20px 0 0;
    display: block;
}
.accordion-section {
    padding: 25px 120px 30px 120px;
    border-bottom: 1px solid #55595233;
    border-left: 0;
    cursor: pointer;
}
.accordion-section:last-child {
    border-bottom: none;
}
.accordion-section.accordien-active {
    background-image: -webkit-linear-gradient( 90deg, rgba(139,44,38,0) 0%, rgba(139, 45, 38, 20%) 100%);
    border-radius: 30px 30px 0 0;
    position: relative;
}
.accordion-section.accordien-active::before{
    position: absolute;
    content: "";
    bottom: -1px;
    right: 0;
    height: 3px;
    width: 46%;
    background-color: #f0611f;
}
.accordion-heading {
    margin: 0;
    cursor: pointer;
}
.accordion-section-content p {
    font-family: "Quattrocento Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7;
    color: #2a3223;
    margin: 0;
}
.accordion-section .accordion-heading {
    font-family: "Radley";
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    color: #f0611f;
    text-transform: capitalize;
    margin: 0;
    position: relative;
}
.accordion-section .accordion-heading:before {
    content: "";
    position: absolute;
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
    background-repeat: no-repeat;
    background-position: -434px -37px;
    width: 18px;
    height: 20px;
    top: 10px;
    right: -40px;
}

.accordion .accordion-section.accordien-active .accordion-heading:before {
    background-position: -435px -59px;

}
.pi-arizona-faq-sec .accordion-section .accordion-heading:after {
    content: "Q. ";
    position: absolute;
    left: -72px;
    top: -5px;
    margin: auto;
    height: max-content;
    width: 45px;
    font-family: "Quattrocento Sans";
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-img img {
    width: 100%;
    display: block;
}
.faq-img {
    display: none;
}
.pi-arizona-faq-btm-sec{
    position: relative;
    background-image: url(./images/pi-arizona-faq-bottm-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}



/* HomePage FAQ's Section Ends */



/* Faqs Section REsponsive  */
 
@media screen and (max-width: 1800px) {
    .pi-arizona-faq-sec .container{max-width:1138px}
    .pi-arizona-faq-sec .pi-arizona-text-heading{font-size: 80px;}
    .accordion{max-width: 972px;}
    .accordion-section .accordion-heading{font-size: 30px;}
    .accordion-section-content p{font-size: 17px;}
    .pi-arizona-faq-sec .accordion-section .accordion-heading:after{font-size: 35px; top: -2px;}
    .pi-arizona-faq-sec .accordion-section { padding: 20px 120px 30px 100px; }
}
 
@media screen and (max-width:1679px){
    .pi-arizona-faq-sec .container{max-width:976px}
    .pi-arizona-faq-sec .pi-arizona-text-heading { font-size: 60px; }
    .accordion{max-width: 834px;}
    .accordion-section .accordion-heading{font-size: 26px;}
    /* .accordion-section-content p{font-size: 15px;} */
    .pi-arizona-faq-sec .accordion-section .accordion-heading:after{font-size: 32px;}
    .pi-arizona-faq-sec .accordion-section { padding: 20px 120px 25px 90px; }
    .pi-arizona-faq-sec{padding: 40px 0 10px;}
}
 
@media screen and (max-width:1439px){
    .pi-arizona-faq-sec .container{max-width:926px}
    .pi-arizona-faq-sec .pi-arizona-text-heading { font-size: 56px; }
    .accordion{max-width: 792px;}
    .accordion-section .accordion-heading{font-size: 24px;}
    .pi-arizona-faq-sec .accordion-section { padding: 20px 120px 25px 85px; }
    .pi-arizona-faq-sec .accordion-section.accordien-active .accordion-section-content {padding: 12px 0 0 0;}
    .pi-arizona-faq-sec .accordion-section .accordion-heading:after { font-size: 30px; left: -68px;}
    .pi-arizona-faq-sec{padding: 30px 0 10px;}
}
 
@media screen and (max-width:1365px){
    .pi-arizona-faq-sec .container{max-width:868px}
    .pi-arizona-faq-sec .pi-arizona-text-heading { font-size: 53px; }
    .accordion{max-width: 740px;}
    .accordion-section .accordion-heading{font-size: 23px;}
    .pi-arizona-faq-sec .accordion-section { padding: 15px 110px 20px 80px; }
    .pi-arizona-faq-sec .accordion-section .accordion-heading:after{top: -5px;}
}
 
@media screen and (max-width:1279px){
    .pi-arizona-faq-sec .container{max-width:694px }
    .pi-arizona-faq-sec .pi-arizona-text-heading { font-size: 42px; margin-bottom: 20px; }
    .accordion{max-width: 600px;}
    .pi-arizona-faq-sec .pi-arizona-text-heading{margin-bottom: 20px;}
    .accordion-section .accordion-heading{font-size: 20px;}
    .pi-arizona-faq-sec .accordion-section { padding: 15px 60px 15px 55px; }
    .pi-arizona-faq-sec .accordion-section .accordion-heading:after { font-size: 24px;  left: -50px; }
    .accordion-section.accordien-active {border-radius: 25px 25px 0 0 ;}
    .accordion-section-content p { font-size: 16px; line-height: 1.5;}
    .pi-arizona-faq-sec{padding: 20px 0 10px;}
}
 
@media screen and (max-width:991px) {
    .faq-img { display: block; max-width: 500px; margin: 0 auto 30px; border: 2px solid #f0611f; }
    .pi-arizona-faq-sec{background: none;}
    .pi-arizona-faq-sec .pi-arizona-text-heading{text-align: center;}
    .accordion{margin: 0 auto;}
    .pi-arizona-faq-sec .faq-btn{margin: 0 auto; padding: 25px 0 0;}
    .accordion-section .accordion-heading:before{transform: scale(0.9); top: 0;}
}
 
@media screen and (max-width: 767px) {
    .pi-arizona-faq-sec .container{max-width: 100%;padding: 0 15px;}
    .accordion{max-width: 100%;}
    .pi-arizona-faq-sec .pi-arizona-text-heading { font-size: 35px; margin-bottom: 10px; }
    .pi-arizona-faq-sec .accordion-section .accordion-heading:after { font-size: 22px; left: -45px; top: -2px; }
    .pi-arizona-faq-sec .accordion-section-content p{color: #000;}
}
 
@media screen and (max-width: 640px) {
    .accordion-section .accordion-heading { font-size: 19px; }
    .pi-arizona-faq-sec .faq-btn{padding: 20px 0 0;}
    .faq-img{margin-bottom: 20px;}
}
@media screen and (max-width: 480px) {
    .pi-arizona-faq-sec .pi-arizona-text-heading { font-size: 27px; }
    .accordion-section .accordion-heading { font-size: 18px; }
    .pi-arizona-faq-sec .accordion-section { padding: 15px 30px 15px 35px; }
    .accordion-section.accordien-active { border-radius: 12px 12px 0 0; }
    .pi-arizona-faq-sec .accordion-section .accordion-heading:after { font-size: 20px; left: -39px; top: 0px; }
    .accordion-section .accordion-heading:before { transform: scale(0.8); top: 0; right: -25px; }
    .pi-arizona-faq-sec .faq-btn a.cmn-btn { font-size: 15px; padding: 12px 27px 14px; }
}

/* Landing Page Testimonials */

.pi-arizona-testimonials {
    background-image: url(./images/testi-sec-bg-mbl.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 50px;
}
@media screen and (min-width: 992px) {
    .pi-arizona-testimonials {
        background-image: url(./images/pi-arizona-testimonials-bg.webp);
    }
}

.pi-arizona-testimonials .container {
    max-width: 1300px;
}
.pi-arizona-testimonials .hm-testi-item {
    padding: 25px 5px 0px 0px;
    position: relative;
}

.pi-arizona-testimonials .hm-testi-item::after {
    content: "";
    position: absolute;
    background-image: url(./images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -476px -30px;
    width: 70px;
    height: 60px;
    bottom: 20px;
    right: 45px;
    margin: auto;
}
.pi-arizona-testimonials .hm-testi-cont {
    position: relative;
    padding: 0;
}

.pi-arizona-testimonials .hm-testi-item .star-rat {
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
    background-repeat: no-repeat;
    background-position: -148px -34px;
    width: 178px;
    height: 30px;
    margin: 0 0 30px;
}
.pi-arizona-testimonials .hm-testi-item p {
    font-family: "Quattrocento Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.5;
    color: #000000;
    margin: 0 0 35px;
}
.pi-arizona-testimonials .hm-testi-item h4.author span {
    font-size: 30px;
    position: relative;
    top: -3px;
}
.pi-arizona-testimonials .hm-testi-item h4.author {
    font-family: "Radley";
    font-style: normal;
    font-weight: 400;
    color: #f0611f;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.pi-arizona-testimonials .hm-testi-item h3 {
    color: #000;
    font-size: 0;
    position: relative;
    text-transform: capitalize;
    margin: 0;
}
.pi-arizona-testimonials .hm-testi-item h5.profession {
    font-size: 0;
    margin: 0;
}

.testi-btn {
    text-align: center;
}
.pi-arizona-testimonials .testi-blk .owl-nav {
    margin: 40px 0 0 0;
}
.pi-arizona-testimonials .testi-blk .owl-nav button {
    background: #ccc !important;
    width: 50px;
    height: 40px;
    margin: 0 5px;
}
.pi-arizona-testimonials .testi-blk .owl-nav button span {
    font-size: 28px;
    font-weight: bold;
}
.pi-arizona-testimonials .testi-blk .owl-nav button:hover {
    background: #000 !important;
}
.pi-arizona-testimonials .testi-blk .owl-nav button:hover span {
    color: #fff;
}


.pi-arizona-testimonials .testi-main-sec{
    display: flex;
    justify-content: space-between;
}

.pi-arizona-testimonials .testi-img-blk{
    width: 35%;
}
.pi-arizona-testimonials .testi-blk{
    width: 59%;
    padding-left: 100px;
    position: relative;
}

.pi-arizona-testimonials .testi-blk::before {
    content: "";
    position: absolute;
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
    background-position: -288px -380px;
    top: 0;
    left: 0;
    width: 55px;
    height: 85px;
}

.pi-arizona-testimonials .testi-blk::after {
    content: "";
    position: absolute;
    top: 110px;
    left: 25px;
    margin: 0 auto;
    border-left: 1px solid #91949a;
    border-bottom: 1px solid #91949a;
    height: 57%;
    width: 8.5%;
}
.pi-arizona-testimonials .testi-img-blk-mbl{display: none;}
/* Testimonials Section Ends */

 
/* Testimonials Section Responsive Start's Here */
 
@media screen and (max-width: 1800px) {
    .pi-arizona-testimonials .container{max-width:1138px}

    .text-heading{font-size: 70px;}
    .pi-arizona-testimonials .hm-testi-item p{font-size: 24px;}
    .pi-arizona-testimonials .hm-testi-item h4.author{font-size: 31px;}
    .pi-arizona-testimonials .hm-testi-item::after { transform: scale(0.9); }
    .pi-arizona-testimonials .hm-testi-item .star-rat{margin-bottom: 25px;}
}
 
@media screen and (max-width:1679px){
    .pi-arizona-testimonials .container{max-width:976px}

    .pi-arizona-testimonials{padding: 100px 0 40px;}
    .text-heading{font-size: 60px;}
    .pi-arizona-testimonials .hm-testi-item p{font-size: 20px; margin-bottom: 20px;}
    .pi-arizona-testimonials .hm-testi-item h4.author{font-size: 27px;}
    .pi-arizona-testimonials .hm-testi-item::after { transform: scale(0.8); bottom: 0; }
    .pi-arizona-testimonials .testi-blk::before{ transform: scale(0.8); }
    .pi-arizona-testimonials .testi-blk::after { top: 83px; }
    .pi-arizona-testimonials .testi-blk { width: 57%; padding-left: 80px; }
    .pi-arizona-testimonials .hm-testi-item .star-rat{margin-bottom: 15px;}
 
}
@media screen and (max-width:1439px){
    .pi-arizona-testimonials .container{max-width:926px}

    .text-heading{font-size: 56px;}
    .pi-arizona-testimonials .hm-testi-item p{font-size: 19px;}
    .pi-arizona-testimonials .hm-testi-item h4.author{font-size: 25px;}
}
 
@media screen and (max-width:1365px){
    .pi-arizona-testimonials .container{max-width:868px}

    .pi-arizona-testimonials{padding: 85px 0 35px;}
    .text-heading{font-size: 53px;}
    .pi-arizona-testimonials .hm-testi-item p{font-size: 18px; margin-bottom: 15px;}
    .pi-arizona-testimonials .hm-testi-item h4.author{font-size: 24px;}
    .pi-arizona-testimonials .hm-testi-item::after{transform: scale(0.7); right: 0;}
}
@media screen and (max-width:1279px){
    .pi-arizona-testimonials .container{max-width:694px }

    .pi-arizona-testimonials{padding: 75px 0 30px;}
    .text-heading{font-size: 42px; margin-bottom: 20px;}
    .pi-arizona-testimonials .hm-testi-item p{font-size: 15px;}
    .pi-arizona-testimonials .hm-testi-item h4.author{font-size: 22px;}
    .pi-arizona-testimonials .testi-blk{width: 62%; padding-left: 70px;}
    .pi-arizona-testimonials .testi-blk::after{height: 63%;}
    .pi-arizona-testimonials .hm-testi-item::after{transform: scale(0.6);}
    .pi-arizona-testimonials .testi-blk::before{transform: scale(0.7);}
    .pi-arizona-testimonials .hm-testi-item .star-rat{transform: scale(0.85); margin-left: -15px;}
}
 
@media screen and (max-width:991px) {
    .pi-arizona-testimonials .container{padding: 0 10px; }

    .pi-arizona-testimonials{padding: 50px 0 30px;}
    .pi-arizona-testimonials .testi-main-sec{flex-direction: column;justify-content: center; align-items: center; gap: 20px;}
    .pi-arizona-testimonials .testi-img-blk{display: none;}
    .pi-arizona-testimonials .testi-img-blk-mbl { display: block; width: 100%; max-width: 420px; margin: 0 auto; border: 3px solid #f0611f; }
    .pi-arizona-testimonials .testi-blk { width: 100%; padding-left: 0; padding-top: 65px; }
    .pi-arizona-testimonials .hm-testi-item{padding: 0;}
    .pi-arizona-testimonials .testi-blk::after{display: none;}
    .pi-arizona-testimonials .hm-testi-item .star-rat{margin: 0 auto 15px;}
    .pi-arizona-testimonials .hm-testi-item p{font-size: 17px; text-align: center;}
    .pi-arizona-testimonials .hm-testi-item h4.author{text-align: center;}
    .pi-arizona-testimonials .hm-testi-item::after{bottom: -10px;}
    .pi-arizona-testimonials .testi-blk::before { top: -10px; right: 0; margin: auto; }
}
 
@media screen and (max-width: 767px) {
    .container { max-width: 100%; padding: 0 15px; }

    .text-heading{font-size: 38px; margin-bottom: 10px;}
    .pi-arizona-testimonials .hm-testi-item .star-rat { margin: 0 auto 10px; transform: scale(0.8); }
    .pi-arizona-testimonials .hm-testi-item h4.author span{font-size: 24px;}
    .pi-arizona-testimonials {
        padding: 30px 0 30px;
    }
}
 
@media screen and (max-width:480px) {

    .pi-arizona-testimonials .hm-testi-item h4.author{font-size: 20px;}
    .pi-arizona-testimonials .hm-testi-item::after{display: none;}
    .text-heading{font-size: 27px;}
    .pi-arizona-testimonials .hm-testi-item p{font-size: 15px;}
    .pi-arizona-testimonials .testi-blk::before { transform: scale(0.65); }

}
 
 
/* Testimonials Section Responsive End's Here */


/* Landing PAge Case Section */

.pi-arizona-case-sec {
    padding: 10px 0 0; 
    background-image: url(./images/pi-arizona-case-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.pi-arizona-case-sec .container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}
.pi-arizona-case-sec .efficient-txt {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
    position: relative;
}
.pi-arizona-case-sec .efficient-txt::before {
    content: "";
    background-color: #f0611f;
    width: 12%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
}
.pi-arizona-case-sec .case-txt {
    font-family: 'Radley';
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #f0611f;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 120px;
    position: relative;
}
.pi-arizona-case-sec .case-txt::before {
    content: "";
    background-color: #8b2c26;
    width: 31.2%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    margin: 0 auto;
    z-index: 0;
}
.case-bg-img img {
    display: none;
}
.case-sec {
    padding: 0 0 42% 0;
}
.case-sec-btns {
    display: flex;
    justify-content: space-evenly;
    gap: 0;
}

.case-sgr-rslt {
    text-align: center;
    border-top: 2px solid #fff;
    padding: 36px 0 30px;
}
.case-sgr-rslt h5 {
    display: inline;
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 9px;
    color: #fefcf6;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding: 0 70px;
}
.case-sgr-rslt h5::before,
.case-sgr-rslt h5::after {
    content: "";
    background-image: url(./images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -99px -30px;
    width: 31px;
    height: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.case-sgr-rslt h5::after {
    left: inherit;
    right: 0;
}
/* Case Section  */


 
 /* Case Section Responsive Start's Here */
 
@media screen and (max-width: 1800px) {
    .pi-arizona-case-sec .container{max-width:1400px}
    .pi-arizona-case-sec .efficient-txt { font-size: 87px;}
    .pi-arizona-case-sec .case-txt{font-size: 70px; margin-bottom: 115px;}
    .case-sgr-rslt h5{font-size: 26px; letter-spacing: 7.6px;}
    .case-sgr-rslt{padding: 30px 0;}
    .evltn-btn a.cmn-btn, .cntct-btn a.cmn-btn{font-size: 20px; padding: 20px 45px;}
}
 
@media screen and (max-width:1679px){
    .pi-arizona-case-sec .container{max-width:1200px}
    .pi-arizona-case-sec .efficient-txt{font-size: 75px;}
    .pi-arizona-case-sec .case-txt{font-size: 60px; margin-bottom: 100px;}
    .case-sgr-rslt h5{font-size: 22px;}
    .case-sgr-rslt{padding: 25px 0;}
    .evltn-btn a.cmn-btn, .cntct-btn a.cmn-btn{font-size: 18px; padding: 20px 45px;}
    .case-sgr-rslt h5::before, .case-sgr-rslt h5::after{transform: scale(0.9);}
}
@media screen and (max-width:1439px){
    .pi-arizona-case-sec .container{max-width:1140px}
    .pi-arizona-case-sec .efficient-txt{font-size: 71px;}
    .pi-arizona-case-sec .case-txt{font-size: 57px; margin-bottom: 90px;}
    .case-sgr-rslt h5{font-size: 21px; letter-spacing: 6.5px;}  
    .case-sgr-rslt{padding: 20px 0;}
    .evltn-btn a.cmn-btn, .cntct-btn a.cmn-btn{font-size: 17px; padding: 18px 45px;}
    .case-sgr-rslt h5::before, .case-sgr-rslt h5::after{transform: scale(0.8);}
}
 
@media screen and (max-width:1365px){
    .pi-arizona-case-sec .container{max-width:1068px}
    .pi-arizona-case-sec .efficient-txt{font-size: 66px;}
    .pi-arizona-case-sec .case-txt{font-size: 53px;}
    .case-sgr-rslt h5{font-size: 20px; letter-spacing: 5.8px; padding: 0 55px;}
    .evltn-btn a.cmn-btn, .cntct-btn a.cmn-btn{font-size: 16px; padding: 15px 45px 20px;}
}
 
@media screen and (max-width:1279px){
    .pi-arizona-case-sec .container{max-width:854px }
    .pi-arizona-case-sec .efficient-txt{font-size: 53px;}
    .pi-arizona-case-sec .case-txt{font-size: 42px; margin-bottom: 65px;}
    .case-sgr-rslt h5{font-size: 19px; letter-spacing: 5px;}  
    .case-sgr-rslt{padding: 15px 0;}
    .case-sec-btns{justify-content: space-around;}
        
}

@media screen and (max-width: 991px) {
    .pi-arizona-case-sec .container{ max-width: 100%; padding: 0; }
    .pi-arizona-case-sec { background-image: none; background-color: #faf8f4; padding: 30px 0 0; }
    .pi-arizona-case-sec .efficient-txt { font-size: 48px; padding-bottom: 10px; }
    .pi-arizona-case-sec .case-txt { font-size: 40px; margin-bottom: 20px; }
    .case-sec-btns { gap: 20px; justify-content: center; }
    .evltn-btn a.cmn-btn, .cntct-btn a.cmn-btn { padding: 15px 30px 20px; }
    .case-bg-img img { display: block; }
    .case-sec { padding: 0 20px; }
    .case-sgr-rslt{background-color: #f0611f;}
    .case-sgr-rslt h5 { font-size: 17px; letter-spacing: 4.8px; padding: 0 40px; }
}
@media screen and (max-width: 767px) {
    .pi-arizona-case-sec .container{padding: 0;}
    .pi-arizona-case-sec .efficient-txt { font-size: 39px; padding-bottom: 10px; }
    .pi-arizona-case-sec .case-txt { font-size: 33px; margin-bottom: 20px; }
    .case-sec-btns { gap: 15px; flex-direction: column; align-items: center; }
    .evltn-btn a.cmn-btn, .cntct-btn a.cmn-btn { font-size: 15px; padding: 15px 25px; }
    .case-sgr-rslt{padding: 10px 0;}
    .case-sgr-rslt h5 { font-size: 15px; letter-spacing: 1px; }
}
@media screen and (max-width: 640px) {
    .pi-arizona-case-sec .efficient-txt { font-size: 28px; }
}
@media screen and (max-width: 480px) {
    .case-sgr-rslt { padding: 10px 15px; line-height: 1; border-top: 1px solid #fff; }
    .case-sgr-rslt h5::before, .case-sgr-rslt h5::after{display: none;}
    .case-sgr-rslt h5{padding: 0;}
    .evltn-btn a.cmn-btn::before, .cntct-btn a.cmn-btn::before{transform: scale(0.8)}
    .pi-arizona-case-sec .efficient-txt { font-size: 27px; }
    .pi-arizona-case-sec .case-txt{font-size: 22px;}
}
 
/* Case Section Responsive Ends's Here */

 

/* HomePage Form Section Starts */
/* .hm-form-sec {
    padding: 0 0 0;
    background-image: url(./images/form-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
} */
.hm-form-sec {
    padding: 0 0 0;
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 113px;
}
.hm-form-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
.hm-rgtfrm-sec {
    width: 53.5%;
    background-color: #f06424;
    background-image: url(./images/pi-arizona-ftr-frm-pattern-img.webp);
    background-repeat: repeat;
    padding: 77px 71px;
}
.hm-lftfrm-sec {
    width: 44.1%;
    padding: 0 0 0 29px;
    position: relative;
}
 
.hm-frm-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px 0;
}
.hm-form-sec .text-heading {
    text-align: center;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.09;
    letter-spacing: 0;
    margin: 0 0 13px 0;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Radley';
}
.hm-form-sec h6 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    color: #ffffff;
    font-family: 'Quattrocento Sans';
}
.hm-form-sec .ginput_container.ginput_container_checkbox:before {
    display: none;
}
.hm-form-sec .gfield input.large,
.hm-form-sec .gfield textarea.large {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1;
    padding: 20px 28px !important;
    color: #2a3223 !important;
    outline: 0;
    border: unset;
    height: auto;
    border-radius: 0;
    background-color: #fff;
}
.hm-form-sec .gfield textarea.large {
    height: 179px !important;
    resize: none;
}
.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #ffffff;
}
.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-family: 'Quattrocento Sans' !important;
    font-weight: 300;
    font-size: 19px !important;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff !important;
    margin: 0 !important;
}
.hm-form-sec .gchoice {
    justify-content: flex-end;
    align-items: center;
}
.hm-form-sec .form-links {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.hm-form-sec .form-links a:hover {
    color: #eee;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 0 5px 0 0 !important;
    width: 15px !important;
    height: 15px !important;
}
.hm-form-sec .gform_footer {
    margin: 50px 0 0 0 !important;
    padding: 0;
}
.hm-form-sec #field_submit,
.hm-form-sec .gform_footer {
    display: flex;
    justify-content: center;
}
.hm-form-sec .gform_footer input[type=submit] {
    padding: 20px 40px !important;
    font-family: 'Quattrocento Sans';
    font-weight: 700 !important;
    font-size: 22px !important;
    border-radius: 35px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    background: #000 !important;
    border: none !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: .3s !important;
}
.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #2a3223;
}
.hm-form-sec .gchoice.gchoice_1_8_1 {
    margin: -12px 0 0 0;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.hm-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}
.hm-form-sec .popup {
    max-width: 60%;
}
.hm-form-sec div#popup-container {
    position: relative;
}
.hm-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
.hm-form-sec div#validation_message_1_8 {
    top: 20px;
    left: 30px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .popup {
    max-width: 100%;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer {
    margin: -60px 0 0 !important;
    padding: 0;
    justify-content: flex-end;
}
.hm-lftfrm-sec .ifrem_div {
    position: relative;
}
.hm-lftfrm-sec iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    mask: url(/wp-content/uploads/2025/02/ftr-map-img.webp);
    mask-repeat: no-repeat;
    mask-size: cover;
}
.hm-form-sec .hm-lftfrm-sec img {
    width: 100%;
    display: block;
    position: relative;
    opacity: 0;
    z-index: -5;
}
.hm-form-sec .img-btm-txt a {
    position: relative;
    padding: 0 0 0 60px;
}
.hm-form-sec .img-btm-txt {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 45px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}
.hm-form-sec .img-btm-txt a:before {
    content: "";
    height: 59px;
    width: 41px;
    position: absolute;
    background-image: url(./images/pi-arizona-ftr-frm-img.webp);
    background-position: center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-form-sec .img-btm-txt a:hover {
    color: #555952;
}

.hm-frm-sec .pi-arizona-text-heading strong {
    display: block;
}
.hm-frm-sec .pi-arizona-text-heading {
    font-size: 40px;
    margin: 0 0 20px 0;
}
.hm-frm-sec .para-cnt{
    text-align: center;
    margin: 0 0 12px 0;
}
.page-template-pi-ariziona-template .pi-arizona-frm-cnt {
    display: block;
}

/*  HomePage Form Section Ends */


/*  HomePage Form Section Responsive */

@media screen and (max-width:1700px) {
    .hm-form-sec .container{ max-width: 1440px; }
    .hm-rgtfrm-sec { padding: 77px 55px; }
    .hm-form-sec .text-heading { font-size: 60px; }
    .hm-form-sec h6 { font-size: 16px; }
    .hm-form-sec .img-btm-txt { font-size: 36px; padding: 0; }
    .hm-form-sec .gform_footer input[type=submit] { font-size: 20px !important; }
    .hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label { font-size: 16px !important; }
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { padding: 18px 28px !important; }
    .hm-form-sec .img-btm-txt:before { left: 106px; transform: scale(0.8); }
}
 
@media screen and (max-width:1500px) {
    .hm-form-sec .container{ max-width: 1200px; }
    .hm-form-sec .gform_footer input[type=submit] { font-size: 18px !important; padding: 18px 35px !important; }
    .hm-form-sec .text-heading { font-size: 52px; }
    .hm-form-sec .gfield textarea.large { height: 160px !important; }
    .hm-rgtfrm-sec { padding: 57px 47px; }
    .hm-case-results-sec { padding: 40px 0; }
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { padding: 14px 22px !important; }
    .hm-form-sec .gform_footer input[type=submit] { font-size: 17px !important; padding: 15px 30px !important; }
    .hm-form-sec .gform_wrapper.gravity-theme .gform_footer { margin: -55px 0 0 !important; }
}
 
@media screen and (max-width:1240px) {
    .hm-form-sec .container{ max-width: 990px; padding: 0 10px; }
    .hm-form-sec .gfield input::placeholder, .hm-form-sec .gfield textarea::placeholder { font-size: 16px; }
    .hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label { font-size: 16px !important; }
    .hm-form-sec .gform_footer input[type=submit] { font-size: 15px !important; }
    .hm-form-sec .text-heading { font-size: 38px; }
    .hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label { font-size: 15px !important; }
    .hm-rgtfrm-sec { padding: 40px; }
    .hm-form-sec .gfield textarea.large { height: 149px !important; }
    .hm-form-sec .form-links { gap: 3px; }
    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { margin: 0 2px 0 0 !important; height: 12px !important; width: 12px !important; } input[type=checkbox] { min-width: 12px; }
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { padding: 12px 18px !important; }
    .hm-form-sec .gchoice.gchoice_1_8_1 { margin: -17px 0 0 0; }
}
 
@media screen and (max-width:991px) {
    .hm-frm-sec { flex-direction: column; gap: 20px; }
    .hm-lftfrm-sec { width: 100%; padding: 0; max-width: 440px; }
    .hm-rgtfrm-sec { width: 100%; max-width: 500px; }
    .hm-form-sec .container{ max-width: 720px; padding: 0; }
    .hm-form-sec .gform-theme--foundation .gform_footer { justify-content: center; margin: 33px 0 0 !important; }
    .hm-form-sec { padding: 50px 0; }
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { padding: 11px !important; }
    .hm-form-sec .text-heading { font-size: 30px; }
    .hm-form-sec .text-heading br { display: none; }
}
 
@media screen and (max-width:767px) {
    .hm-form-sec .container { max-width: 100%; padding: 0 10px; }
    .hm-form-sec { padding: 35px 0; padding-top: 0 !important; }
    .hm-form-sec .gform_fields { grid-row-gap: 15px !important; }
    .hm-form-sec .text-heading { font-size: 29px; margin: 0 0 10px; }
    .hm-form-sec h6 { font-size: 14px; margin: 0 0 10px; }
    .hm-form-sec .gform_footer input[type="submit"] { padding: 18px 30px !important; font-size: 18px !important; }
    .hm-form-sec .gchoice { justify-content: flex-start; align-items: center; }
    .hm-form-sec .gform_footer { margin: 20px 0 0 0 !important; }
    .hm-form-sec .gform_wrapper.gravity-theme .gform_footer { margin: 0 0 0 !important; padding: 0; justify-content: center; }
}
 
@media screen and (max-width:600px) {
    .hm-form-sec .img-btm-txt { font-size: 32px; }
    .hm-form-sec .img-btm-txt a { padding: 0 0 0 48px; }
    .hm-form-sec .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height: 1 !important; }
    .hm-form-sec .gform_footer input[type="submit"] { padding: 14px 15px !important; font-size: 15px !important; }
    .hm-rgtfrm-sec { padding: 30px 20px; }
    .hm-form-sec .img-btm-txt a:before { transform: scale(0.9); }
}
 
@media screen and (max-width:480px) {
    .hm-form-sec .img-btm-txt { font-size: 25px; }
    .hm-form-sec .text-heading { font-size: 24px; }
    .hm-form-sec { padding: 20px 0; padding-top: 0 !important; }
    
}


/* Footer Section */
.site-footer {
    background-image: url(./images/ftr-top-sec-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 85px;
}
.ftr-menu ul {
    padding: 37px 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #8b9389;
    border-bottom: 1px solid #8b9389;
}
.ftr-menu ul li {
    margin: 0 94px 0 0;
    display: inline-block;
}
.ftr-menu ul li:last-child {
    margin: 0;
}
.ftr-menu ul li a {
    text-transform: uppercase;
    color: #000000;
    font-family: 'Quattrocento Sans';
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}
.ftr-menu ul li a:hover {
    color: #555952;
}
.ftr-main-blocks {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 160px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.ftr-main-blocks .block {
    text-align: center;
    padding: 0 40px;
}
.ftr-main-blocks .block h6 {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    padding: 88px 0 17px 0;
    margin-bottom: 18px;
    position: relative;
}
.ftr-main-blocks .block h6::before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 45px;
    height: 62px;
    background-position: -90px -389px;
    background-image: url(./images/pi-arizona-landing-pg-sprites.webp);
}
.ftr-main-blocks .block.contact h6::before {
    width: 58px;
    height: 59px;
    background-position: -146px -387px;
}
.ftr-main-blocks .block h6::after {
    content: "";
    background-image: url(./images/ftr-blocks-line.webp);
    width: 80%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
.ftr-main-blocks .block p {
    font-family: 'Quattrocento Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #2a3223;
    margin: 0;
}
.ftr-main-blocks .block.contact p {
    text-transform: capitalize !important;
}
.ftr-main-blocks .block.contact p a {
    display: block;
    font-size: 40px;
    font-weight: bold;
}
.ftr-main-blocks .block.contact p a:hover {
    color: #ffffff;
}
.ftr-logo img {
    width: 100%;
    display: block;
    max-width: 223px;
    margin: auto;
}
.ftr-logo {
    max-width: 360px;
    height: auto;
    margin: 0 auto 20px;
}
.ftr-block-location,
.ftr-block-contact {
    width: 43%;
}
.ftr-logo-main {
    padding: 0 20px;
    border: 4px solid #697166;
    border-top: none;
    border-bottom: none;
    width: 46%;
}
.ftr-btn {
    text-align: center;
}
.copyrights {
    padding: 25px 0;
    text-align: center;
    background-color: #d35024;
    position: relative;
}
.copyrights .container {
    position: relative;
}
.copyrights::before {
    content: '';
    width: 100%;
    height: 200px;
    background-image: url(images/pi-arizona-footer-hills.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -195px;
}
.cpy-inr {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}
.copyrightmenu ul {
    margin: 0;
    padding: 7px 0 0;
}
.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}
.copyrights p,
.copyrightmenu ul {
    margin: 0;
}
.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Quattrocento Sans';
    margin: 0;
}
.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li a:hover {
    color: #000;
}
.copyrightmenu ul li:last-child a {
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
.soc-icons-main a {
    display: inline-block;
    font-size: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
    position: relative;
    background-color: #f0611f;
}
.soc-icons-main a:before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 27px;
    height: 27px;
    background-position: center !important;
    background-image: url(./images/pi-arizona-facebook-img.webp);
    background-repeat: no-repeat;
}
.soc-icons-main a.inst:before {
    background-image: url(./images/pi-arizona-insta-img.webp);
}
 
.soc-icons-main a:hover {
    border-color: none;
    background-color: #90342f;
}
.soc-icons-main {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-top: 5px;
}
.soc-icons-main a.inst:before {
    width: 31px;
    height: 30px;
    background-position: -323px -394px;
}
.cpy-inr,
.ftrlink,
.growthalb {
    display: block !important;
}
.translated-ltr .top-menu ul li a {
    font-size: 19px;
}
.translated-ltr .header-btn a.cmn-btn {
    padding: 18px 46px !important;
}
a.inst {
    display: block;
}
 
@media screen and (max-width:1800px) {
    .header-sec .container {
        max-width: 1500px;
    }
    .top-hdr a{font-size: 44px;}
    .lang-en a,
    .lang-es a {
        font-size: 22px;
    }
    .top-hdr a:before {
        transform: scale(0.9);
    }
    .logo img {
        max-width: 165px;
        height: 145px;
    }
    .top-menu ul li a {
        font-size: 20px;
    }
    .top-menu ul li {
        margin: 0 30px 0 0;
    }
    .top-right {
        gap: 20px;
        margin-bottom: 10px;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 18px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 24px 0 0;
    }
    .ftr-main-blocks {
        padding-bottom: 140px;
    }
    .copyrights::before {
        background-position: bottom;
        background-size: 100%;
    }
}
@media screen and (max-width:1700px) {
    .header-sec .container {
        max-width: 1440px;
    }
    .lang-en a,
    .lang-es a {
        font-size: 20px;
    }
    .top-hdr a {
        font-size: 42px;
        padding-left: 87px;
    }
    .top-hdr a:before {
        transform: scale(0.8);
    }
    .logo img {
        max-width: 145px;
        height: 125px;
    }
    .top-menu ul li {
        margin: 0 29px 0 0;
    }
    .top-menu ul li a {
        font-size: 19px;
    }
    .header-btn a.cmn-btn {
        padding: 18px 49px;
    }
    .ftr-menu ul li a {
        font-size: 20px;
    }
    .ftr-menu ul {
        padding: 30px 0;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 17px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 19px 0 0;
    }
    .translated-ltr .logo-right {
        width: 82%;
    }
    .ftr-main-blocks {
        padding-bottom: 120px;
    }
}
@media screen and (max-width:1500px) {
    .header-sec .container {
        max-width: 1070px;
    }
    .top-right {
        gap: 20px;
    }
    .lang-en a,
    .lang-es a {
        font-size: 19px;
    }
    .top-hdr a {
        font-size: 30px;
        padding-left: 60px;
    }
    .top-hdr a:before {
        transform: scale(0.7);
        left: -10px;
    }
    .logo img {
        max-width: 125px;
        height: 110px;
    }
    .menu-cont {
        gap: 10px;
    }
    .top-menu ul li {
        margin: 0 11px 0 0;
    }
    .top-menu ul li a {
        font-size: 17px;
    }
    .header-btn a.cmn-btn {
        padding: 16px 25px;
        font-size: 17px;
    }
    .top-menu {
        width: 74.2%;
    }
    .ftr-menu ul li {
        margin: 0 60px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 18px;
    }
    .ftr-main-blocks {
        padding: 40px 0 85px;
    }
    .ftr-logo img {
        max-width: 200px;
    }
    .ftr-main-blocks .block {
        padding: 0 10px;
    }
    .ftr-main-blocks .block.contact p a {
        font-size: 35px;
    }
    .ftr-main-blocks .block h6::before {
        transform: scale(0.9);
    }
    .ftr-main-blocks .block p {
        font-size: 18px;
        line-height: 1.4;
    }
    .ftr-logo {
        max-width: 300px;
    }
    .soc-icons-main a {
        transform: scale(0.9);
    }
    .copyrights {
        padding: 20px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
    .ftr-main-blocks .block h6 {
        font-size: 27px;
    }
    .translated-ltr .header-btn a.cmn-btn {
        padding: 17px 17px !important;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 15px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 10px 0 0;
    }
}


@media screen and (max-width:1240px) {
    .header-sec .container {
        max-width: 940px;
        padding: 0;
    }
    .logo-container {
        gap: 0;
    }
    .logo-right {
        width: 86%;
    }
    .top-right {
        gap: 15px;
    }
    .top-hdr a {
        font-size: 22px;
        line-height: 1;
    }
    .top-hdr a:before {
        transform: scale(0.5);
    }
    .menu-cont{gap: 12px;}
    .header-btn a.cmn-btn {
        padding: 12px 21px;
        font-size: 16px;
    }
    .top-menu {
        width: 72%;
    }
    .lang-en a,
    .lang-es a {
        font-size: 17px;
    }
    .logo img {
        max-width: 110px;
        height: 96px;
    }
    .top-menu ul li {
        margin: 0 10px 0 0;
    }
    .top-menu ul li a {
        font-size: 14px;
    }

    .ftr-menu ul li {
        margin: 0 50px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 16px;
    }
    .ftr-main-blocks .block p {
        font-size: 17px;
        margin: 0;
    }
    .ftr-main-blocks .block.contact p a {
        font-size: 30px;
    }
    .copyrights p,
    .copyrights a {
        line-height: 1;
    }
    .hm-location-sec .map iframe {
        height: 165px;
    }
    .ftr-logo {
        max-width: 280px;
    }
    .copyrights p,
    .copyrightmenu ul {
        margin: 0 0 2px;
    }
    .ftr-block-location,
    .ftr-block-contact {
        width: 35%;
    }
    .ftr-main-blocks .block h6 {
        font-size: 23px;
        padding: 69px 0 17px 0;
    }
    .ftr-main-blocks .block h6::before {
        transform: scale(0.8);
    }
    .ftr-logo img {
        max-width: 164px;
    }
    .ftr-main-blocks {
        padding: 30px 0 45px;
    }
    .soc-icons-main a {
        transform: scale(0.8);
    }
    .translated-ltr .header-btn a.cmn-btn {
        text-align: center !important;
        padding: 15px 9px !important;
    }
    .translated-ltr .menu-cont {
        gap: 10px;
    }
    .translated-ltr .top-menu {
        width: 70%;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 13px;
        letter-spacing: -0.1px;
    }
    .translated-ltr .hm-banner-btm-sec .scd-line {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 7px 0 0;
    }
    .translated-ltr .logo-right {
        width: 85%;
    }
 
}

@media screen and (max-width:1024px){
    .ftr-menu ul {
        padding: 20px 0 15px;
    }
}


@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .logo {
        padding-top: 0;
    }
    .logo-right {
        display: none;
    }
    .top-menu,
    .top-rit {
        display: none;
    }
    .tab-call svg {
        width: 23px;   
        height: 23px;   
        margin: -2px 0;
        fill: #d14416;
    }    
    .tab-call span.text {
        color: #d14416;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    button.showhide {
        background: #d14416;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0 10px;
        border-radius: 5px;
    }
    span.menuBar.menuBar-3 {
        margin: 0;
    }
    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .header-sec {
        position: fixed;
        background-color: #fbf9f5;
        padding: 10px;
        width: 100%;
    }
    header.header-sec.f-nav {
        background-color: #fbf9f5;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #d14416;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-family: "Radley";
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .top-hdr a:before {
        transform: scale(0.6);
        left: -5px;
    }
    .top-hdr a {
        font-size: 25px;
        padding-left: 64px;
        line-height: 1;
        font-weight: 700;
    }
    .top-hdr.top-call {
        margin: 11px 0;
    }
    .header-btn a.cmn-btn {
        padding: 15px 25px;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }
    .site-footer {
        background-image: url(./images/ftr-top-sec-mb-bg.webp);
    }
    .ftr-main-blocks {
        flex-direction: column;
        max-width: 350px;
        width: 100%;
        margin: auto;
        gap: 20px;
    }
    .ftr-block-location,
    .ftr-block-contact,
    .ftr-logo-main {
        width: 100%;
        display: block;
        margin: 0 auto;
        border: 1px solid #697166;
        padding: 20px;
        max-width: 320px;
    }
    .ftr-logo {
        height: auto;
        width: 100%;
    }
    .ftr-menu ul {
        padding: 20px 0;
    }
    .hm-footer-main {
        background-image: none;
        background-color: #4b3566;
    }
    .ftr-menu ul li a {
        font-size: 14px;
        line-height: 1.6;
    }
    .ftr-logo {
        max-width: 250px;
    }
    .soc-icons-main a::before {
        transform: scale(0.8);
    }
    .copyrights {
        padding: 15px 0;
        border-top: 1px solid #ffffff4f;
    }
    .soc-icons-main a {
        width: 48px;
        height: 48px;
    }
    .ftr-main-blocks .block h6 {
        font-size: 21px;
        padding: 59px 0 17px 0;
    }
    .ftr-main-blocks .block.contact p a {
        font-size: 27px;
    }
    .ftr-logo img {
        margin: 0 auto 15px;
    }
    .ftr-logo img {
        max-width: 130px;
    }
    .ftr-main-blocks .block {
        padding: 0;
    }
    .ftr-main-blocks .block h6::before {
        transform: scale(0.7);
    }
    .translated-ltr .ftr-menu ul li {
        margin: 0 31px 0 0;
    }
    .copyrights::before {
        display: none;
    }
    .site-footer {
        padding: 0;
    }
    .ftr-menu ul li {
        margin: 0 30px 0 0;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .ftr-menu ul li {
        margin: 0 40px 0 0;
    }
    .ftr-menu ul {
        padding: 10px 0;
    }
    .ftr-main-blocks {
        position: relative;
    }
    .ftr-menu {
        position: relative;
    }
    .site-footer:before {
        position: absolute;
        content: '';
        background-color: #fbf9f5;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 50%;
        z-index: 0;
    }
    .ftr-menu ul li {
        margin: 0 14px 0 0;
    }
    .copyrightmenu ul {
        padding: 0;
    }
    .ftr-block-location, .ftr-block-contact, .ftr-logo-main{padding: 10px;}
}

@media screen and (max-width:480px) {
.copyrights p, .copyrights a {
    line-height: 1.3;
    font-size: 15px;
}
}

.parallax-container {
    position: relative;
    overflow: hidden;
}
.parallax-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 300ms linear;
}
.parallax-layer img {
    width: 100%;
}
#main-image {
    position: relative;
    z-index: 40;
}
#main-image  img{
    margin: 0 0 -1px;
}



/* Spanish Version Styling */


.translated-ltr .top-hdr a {
    font-size: 44px;
}
.translated-ltr .header-btn a.cmn-btn {
    font-size: 19px;
}
.translated-ltr .pi-arizona-banner-sec .pi-arizona-ban-heading {
    font-size: 88px;
}
.translated-ltr .pi-arizona-text-heading {
    font-size: 65px;
}
.translated-ltr .hm-practice-area h2 {
    font-size: 125px;
}
.translated-ltr .hmpract-item h4 {
    font-size: 27px;
}
.translated-ltr .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading {
    font-size: 100px;
}
.translated-ltr .hm-form-sec .text-heading {
    font-size: 50px;
}
.translated-ltr .top-menu ul li {
    margin: 0 25px 0 0;
}
.translated-ltr .logo-right {
    width: 87%;
}
.translated-ltr .top-menu {
    width: 71%;
}

@media screen and (max-width: 1900px) {
    .translated-ltr .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 85px; } 
    .translated-ltr .pi-arizona-text-heading { font-size: 58px; } 
    .translated-ltr .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 35px; } 
    .translated-ltr .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 90px; }
    .translated-ltr .top-menu ul li { margin: 0 22px 0 0; }

}

@media screen and (max-width: 1800px) {
    .translated-ltr .top-hdr a { font-size: 40px; } 
    .translated-ltr .header-btn a.cmn-btn { font-size: 18px; padding: 18px 37px !important; } 
    .translated-ltr .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 71px; } 
    .translated-ltr .hm-practice-area h2 { font-size: 106px; } 
    .translated-ltr .hm-form-sec .text-heading { font-size: 44px; } 
    .translated-ltr .hmpract-item h4 { font-size: 21px; }
    .translated-ltr .case-sec-btns { display: flex; justify-content: space-around; gap: 0; }
}

@media screen and (max-width: 1680px) {
    .translated-ltr .top-hdr a { font-size: 31px; } 
    .translated-ltr .logo-right {
        width: 89%;
    }
    .translated-ltr .header-btn a.cmn-btn { font-size: 14px; padding: 18px 30px !important; } 
    .translated-ltr .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 67px; } 
    .translated-ltr .hmpract-item h4 { font-size: 20px; }
    .translated-ltr .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 73px; }
    .translated-ltr .pi-arizona-text-heading { font-size: 56px; }
    .translated-ltr .header-sec .container {
        max-width: 1245px;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 15px;
    }
    .translated-ltr .top-menu {
        width: 73%;
    }
}

@media screen and (max-width: 1500px) {
    .translated-ltr .hm-form-sec .gform_wrapper.gravity-theme .gform_footer { margin: 0 !important; justify-content: center; padding: 10px 0 0; }
    .translated-ltr .hm-form-sec .img-btm-txt { font-size: 32px; padding: 0; }
}


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

    .translated-ltr .pi-arizona-text-heading { font-size: 50px; } 
    .translated-ltr .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 63px; } 
    .translated-ltr .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 29px; } 
    .translated-ltr .hm-practice-area h2 { font-size: 84px; } 
    .translated-ltr .hmpract-item h4 { font-size: 19px; } 
    .translated-ltr .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 70px; } 
    .translated-ltr .hm-form-sec .text-heading { font-size: 37px; }
    .translated-ltr .header-sec .container {
        max-width: 1175px;
    }
    .translated-ltr .top-menu {
        width: 69%;
    }
        .translated-ltr .top-menu ul li a {
            font-size: 14px;
        }
        .translated-ltr .top-menu ul li {
            margin: 0 15px 0 0;
        }
}

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

    .translated-ltr .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 56px; } 
    .translated-ltr .hm-practice-area h2 { font-size: 79px; } 
    .translated-ltr .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 62px; } 
    .translated-ltr .hm-form-sec .text-heading { font-size: 33px; }
    .translated-ltr .top-menu ul li a {
        font-size: 13px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 10px 0 0;
    }

}

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

    .translated-ltr .top-hdr a { font-size: 24px; } 
    .translated-ltr .logo-right { width: 89%; }
    .translated-ltr .header-sec .container { max-width: 1000px; padding: 0; }
    .translated-ltr .header-btn a.cmn-btn { font-size: 13px; padding: 15px 15px !important; } 
    .translated-ltr .top-hdr a { font-size: 25px; } 
    .translated-ltr .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 50px; } 
    .translated-ltr .pi-arizona-text-heading { font-size: 39px; } 
    .translated-ltr .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 24px; } 
    .translated-ltr .hm-practice-area h2 { font-size: 64px; } 
    .translated-ltr .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 50px; } 
    .translated-ltr .hm-form-sec .text-heading { font-size: 28px;  } 

    .translated-ltr .hm-form-sec .img-btm-txt { font-size: 27px; padding: 0; }
    .translated-ltr .case-sec-btns { justify-content: space-between; }
    .translated-ltr .top-menu {
        width: 72%;
    }

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

    .translated-ltr .pi-arizona-text-heading { font-size: 37px; } 
    .translated-ltr .hmpract-item h4 { font-size: 14px; } 
    .translated-ltr .hm-practice-area h2 { font-size: 52px; }
    .translated-ltr .top-menu { width: 63%; }
    .translated-ltr .header-sec .container { max-width: 950px; padding: 0; }
    .translated-ltr .hm-form-sec .img-btm-txt { font-size: 25px; padding: 0; }
    .translated-ltr .top-menu ul li {
        margin: 0 7px 0 0;
    }
    .translated-ltr .top-menu {
        width: 71%;
    }
}

@media screen and (max-width: 991px) {
    .translated-ltr .hmpract-item h4 { font-size: 17px; } 
    .hmpract-btn::before, .hmpract-btn::after{ display: none; }
    .translated-ltr .case-sec-btns { justify-content: center; gap: 15px; }
	.header-sec .container, .translated-ltr .header-sec .container{ max-width:720px}

}

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

.translated-ltr .hm-practice-area h2 { font-size: 41px; }
.translated-ltr .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 28px; }
.translated-ltr .hm-form-sec .text-heading { font-size: 26px; }

}

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

    .translated-ltr .pi-arizona-banner-sec .pi-arizona-ban-heading { font-size: 37px; } 
    .translated-ltr .pi-arizona-text-heading { font-size: 27px; } 
    .translated-ltr .pi-arizona-sub-hdg.duntlbro { font-size: 15px; } 
    .translated-ltr .pi-arizona-injury-lft .pi-arizona-sub-heading { font-size: 19px; } 
    .translated-ltr .hm-practice-area h2 { font-size: 27px; opacity: 1; } 
    .translated-ltr .hm-practice-area h3 { font-size: 19px; margin: 11px 0 15px; } 
    .translated-ltr .hm-case-results-sec .mil-hedng { font-size: 21px; } 
    .translated-ltr .pi-ariziona-meet-our-team-sec .pi-arizona-text-heading { font-size: 28px; } 
    .translated-ltr .hm-form-sec .text-heading { font-size: 16px; }
    .translated-ltr .hm-form-sec .img-btm-txt { font-size: 18px; }
} 