.location-title span {
    font-size: 55px;
}

.location-title .tm {
    font-size: 40px;
    position: relative;
    bottom: 14px;
}

.hero-form-cta {
    display: flex;
    flex-direction: row;
    gap: 0;
    background-color: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    width: 100%;
    box-shadow: 5px 9px 22px 0px rgba(0, 0, 0, 0.1), 19px 35px 40px 0px rgba(0, 0, 0, 0.09), 43px 78px 53px 0px rgba(0, 0, 0, 0.05), 77px 138px 63px 0px rgba(0, 0, 0, 0.01), 120px 216px 69px 0px rgba(0, 0, 0, 0);
    margin: 15px 0px;
}

.hero-form-cta input[type=text] {
    background-color: #fff;
    border: none;
    font-family: 'myriad-pro', sans-serif;
    font-size: 15.87px;
    line-height: 23.8px;
    padding: 20px;
    height: 60px;
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2025/09/loc-pin.svg);
    background-repeat: no-repeat;
    background-position: 8% 50%;
    padding-left: 12%;
    font-weight: 300;
    color: #000;
}

.hero-form-cta input[type=submit] {
    background-color: #0997D6;
    font-family: 'myriad-pro', sans-serif;
    font-size: 21px !important;
    line-height: 0;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    font-weight: 800;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 52px;
    position: relative;
    right: 4px;
    width: 220px;
}

.hero-form-section {
    display: flex;
}

.hero-reviews {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hero-reviews>div:first-child {
    display: none;
}

.map-location-section {
    display: flex;
    margin-top: 30px;
    gap: 30px;
}

.map-wrap {
    width: 60%;
    border-radius: 20px;
}

.map-wrap iframe {
    border: 0;
    border-radius: 20px;
    height: 400px;
    box-shadow: 0px 4.73px 4.73px 0px rgba(0, 0, 0, 0.25);
}

.address-info {
    width: 40%;
    display: flex
;
    flex-direction: column;
}

.address-info div:first-child {
    margin-top: 100px;
}

.address-info h4 {
    font-family: 'myriad-pro-condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: inherit;
    color: #005082 !important;
    text-transform: uppercase;
}

.address-info p {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #0997D6;
}

.address-info div:last-child {
    margin-top: auto;
}

.book-now-btn {
    font-size: 23px;
    font-family: 'myriad-pro-condensed', sans-serif;
    line-height: 39px;
    text-transform: uppercase;
    background-color: #6ACAD3;
    padding: 8px 50px;
    font-weight: bold;
    color: #fff !important;
    border-radius: 50px;
    display: block;
    width: fit-content;
    margin-bottom: 5px;
}

.location-header h2 {
    font-weight: 600;
    font-size: 48px;
    color: #005082;
    line-height: 120%;
    text-align: left;
    text-transform: uppercase;
    font-family: 'myriad-pro-condensed', Sans-Serif;
}

.location-header h3 {
	font-weight: 600 !important;
    font-size: 27px !important;
    color: #6ACAD3 !important;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: 'myriad-pro-condensed', Sans-Serif !important;
}

.location-header p {
    color: #005082;
    font-size: 20px;
    line-height: 23.8px;
    font-weight: 400;
    font-family: 'myriad-pro', Sans-Serif;
}

.service-areas-wrapper {
    list-style-type: none !important;
    display: flex
;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 15px;
}

.service-areas-wrapper li a {
    color: white;
    background: rgba(2, 80, 130, 1);
    padding: 5px 15px;
    border-radius: 20px;
    font-family: 'myriad-pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.owner-section {
    background: rgba(2, 80, 130, 1);
    padding: 0 0 20px 20px;
    border-radius: 0 0 0 100px;
    width: 100vw;
}

.owner-section .headshot {
    width: 600px;
    padding: 20px 0;
    padding-bottom: 0;
    display: flex
;
    justify-content: center;
    margin-left: 30px;
}

.owner-section .headshot img {
    border-radius: 20px;
    width: 400px;
    position: relative;
    text-align: center;
    top: 30px;
}

.owner-section .owner-name {
    position: relative;
    max-width: 600px;
    display: flex
;
    justify-content: center;
    margin-left: 30px;
}

.owner-read-more {
    font-family: "myriad-pro-condensed", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    color: #005082;
    background: transparent;
    border: none;
    cursor: pointer;
}

.owner-section .owner-name button {
    text-align: center;
    background: rgba(9, 151, 214, 1);
    width: fit-content;
    color: white;
    font-size: 48px;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 10px;
    position: absolute;
    bottom: -25px;
    z-index: 2;
    border: none;
}

.owner-section .owner-bio {
    background: white;
    padding: 50px 30px 30px;
    border-radius: 20px 0 0 100px;
    position: relative;
    bottom: 5px;
}

.owner-section .owner-bio>h5 {
    font-family: 'myriad-pro-condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: inherit;
    color: #005082;
    max-width: 600px;
    text-align: center;
    text-transform: uppercase;
}

.owner-section .owner-bio>p {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: inherit;
    color: #005082;
    max-width: 600px;
    text-align: center;
}

.owner-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.owner-modal.show {
    display: flex;
}

.owner-modal-content {
    display: flex;
    background-color: white;
    width: 60%;
    text-align: center;
    position: relative;
    transform: translateX(100%);
    transition: transform 4s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    padding: 50px;
    background: #025082;
    top: 50px;
}

.owner-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    width: 50px;
    padding: 0 !important;
}

.owner-modal-content>div:nth-child(2) {
    background: rgba(9, 151, 214, 1);
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    width: 30%;
}

.owner-modal-content>div {
    background: #fff;
}

.owner-modal-content>div:nth-child(3) img {
    border-radius: 20px 0 0;
    max-height: 500px;
    width: 350px;
    object-fit: cover;
}

.owner-modal-content h4 {
    text-align: center;
    background: rgba(9, 151, 214, 1);
    color: white !important;
    font-size: 48px !important;
    font-weight: bold !important;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0;
    line-height: 120%;
}

.owner-modal-content>div:last-child {
    padding: 50px;
    border-radius: 0 20px 20px 0;
    text-align: left;
    width: 70%;
    background: #fff !important;
}

.owner-modal-content h5 {
    font-family: 'myriad-pro-condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: inherit;
    color: #005082 !important;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.modal-bio-section {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.modal-bio-section ul {
  padding-left: 20px;
}

.modal-bio-section ul li {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #005082;
  text-align: left;
  margin-bottom: 10px;
}

.owner-modal-content p {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #005082;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
}

.owner-modal-content p:last-child {
    margin-bottom: 0;
}

.modal-overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.owner-modal.show .owner-modal-content {
    transform: translateX(0);
}

/**SERVICES**/

.services-tab-header {
    display: flex;
    justify-content: center;
}

.services-tab-header > div{
  width: 100%;
}

.services-tab-header a {
    text-decoration: none;
    display: block;
    padding: 15px;
    font-family: 'myriad-pro-condensed', sans-serif;
    color: rgba(0, 189, 255, 1);
    font-weight: 700;
    font-size: 48px;
    line-height: 43.2px;
    border: 2px solid transparent;
    position: relative;
    z-index: 2;
    background: transparent;
    top: 2px;
    text-align: center;
}

.services-tab-header a.active {
    color: white;
    border: 2px solid rgba(0, 189, 255, 1);
    border-bottom: none;
    position: relative;
    z-index: 2;
    background: rgba(9, 151, 214, 0.3);
    border-radius: 8px 8px 0px 0px;
}

.services-body {
    background: rgba(9, 151, 214, 0.3);
    border: 2px solid rgba(0, 189, 255, 1);
    border-radius: 0px 0px 8px 8px;
    border-top: none;
    padding: 3%;
}

.residential-body {
    display: grid;
    grid-template-columns: 60% 40%;
}

.residential-body .left-panel {
    gap: 20px;
    padding: 50px;
    border-right: 2px solid rgba(0, 189, 255, 1);
}

.residential-body .right-panel {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.residential-body .left-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.residential-body .left-panel .res-service-item,
.residential-body .right-panel .res-service-item {
    display: flex;
    gap: 20px;
}

.commercial-body .com-service-item .card-content {
  gap: 20px;
}

.residential-body .left-panel .res-service-item .content > div,
.residential-body .right-panel .res-service-item .content > div {
    font-size: 18px;
    line-height: 20px;
    color: rgba(106, 202, 211, 1);
    font-weight: 700;
}

.residential-body .right-panel .res-service-item .content > div {
    color: rgba(9, 151, 214, 1);
}

.residential-body .left-panel .res-service-item .content p,
.residential-body .right-panel .res-service-item .content p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.residential-body .right-panel .res-service-item .content p {
    font-size: 18px;
}

.commercial-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  	column-gap: 20px;
    row-gap: 50px;
}

.com-service-item .card-face {
    text-align: center;
    cursor: pointer;
}

.com-service-item .card-face > div {
    font-weight: 700;
    font-size: 24px;
    line-height: inherit;
    text-transform: uppercase;
    color: #fff;
    width: 60%;
    margin: auto;
    padding-top: 20px;
}

.com-service-item .card-content {
    background-color: rgb(2, 31, 47);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
}

.card-content {
  position: absolute;
  display: none;
}

.card-content .content > div {
  	font-family: 'myriad-pro-condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: inherit;
  	margin-bottom: 10px;
}

.card-content .content p {
  	font-family: 'myriad-pro-condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: inherit;
}

.card-content .icon {
  width: 15%;
}

.card-content .content {
  width: 85%;
}

/**CTA**/

.loc-cta-title {
    font-family: 'myriad-pro-condensed', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 57px;
    line-height: 57px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.loc-cta-subtitle {
    font-family: 'myriad-pro-condensed', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 23.8px;
    text-transform: uppercase;
}

.loc-cta-price {
    font-size: 100px;
    font-style: italic;
    font-weight: 800;
    color: #70CBD2;
    text-transform: uppercase;
}

.show-mb {
    display: none;
}

/** CTA FORM **/
.cta-form-container {
    width: 279px;
    text-align: center;
}

.postal-code-form-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.postal-code-form-cta input[type=text] {
    background-color: #fff;
    border: 1px solid #CBCBCB;
    font-family: 'myriad-pro', sans-serif;
    font-size: 15.87px;
    line-height: 23.8px;
    padding: 20px;
    height: 44px;
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2025/09/loc-pin.svg);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    padding-left: 15%;
}

.postal-code-form-cta input[type=submit] {
    background-color: #6ACAD3;
    font-family: 'myriad-pro', sans-serif;
    font-size: 23px;
    line-height: 0px;
    text-transform: uppercase;
    height: 44px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.cta-form-container p, .cta-form-container a {
    font-family: 'myriad-pro', sans-serif;
    color: #fff;
    font-size: 13.32px;
    line-height: 18.89px;
    font-weight: 700;
    margin-top: 10px;
}

/** BENEFITS **/
.benefits-txt p {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 23.8px;
    color: #005082;
}

.benefits-txt sup {
    vertical-align: middle;
    font-size: 16px;
}

.benefits-txt h3 {
    font-weight: 600 !important;
    font-size: 27px !important;
    color: #6acad3 !important;
    line-height: 1.4em;
}

.benefits-txt ul {
    margin-left: 30px;
    margin-top: 15px;
}

.benefits-txt ul li {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0997D6;
}

.process-txt h2 {
    color: #0095db !important;
}

/** BOTTOM CTA **/
.grad-bg {
    background: linear-gradient(0deg, #025082, #025082), linear-gradient(90deg, rgba(0, 0, 0, 0) 8.31%, rgba(2, 80, 130, 0.8) 65.42%);
}

.cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 287px;
}

.cta-wrapper img:first-child {
    position: absolute;
    left: 0;
    margin-left: 5%;
    top: 0;
}

.cta-form-container.inline {
    width: 100%;
    text-align: center;
    display: flex;
    gap: 100px;
    align-items: center;
}

.postal-code-form-cta.inline {
    display: flex
;
    flex-direction: row;
    gap: 0;
    background-color: #fff;
    border-radius: 50px;
}

.postal-code-form-cta.inline input[type=text] {
    border: none;
    height: 49px;
}

.postal-code-form-cta.inline input[type=submit] {
    font-family: 'myriad-pro-condensed', sans-serif;
    padding: 0 30px;
    height: 49px;
    position: relative;
    right: 0px;
}

.cta-form-container.inline p, .cta-form-container.inline a {
    font-size: 30px;
    line-height: 18.89px;
    margin-top: 0px;
}

.cta-wrapper .cta-form-container:last-child {
    display: none;
}

.cta-wrapper img:last-child {
    position: absolute;
    right: -50px;
    height: 279px;
}

/** SLIDER SERVICES **/

#commercialSlider {
    display: none
}

.res-slider,.com-slider {
    width: 350px
}

.res-slider h4,.com-slider h4 {
    color: #fff !important;
    background-color: rgba(9,151,214,0.3);
    text-align: center;
    font-weight: 700 !important;
    font-size: 33px !important;
    line-height: 30px;
    margin: 0;
    padding: 15px;
	font-family: 'myriad-pro-condensed', sans-serif !important;
}

.res-slider .res-service-item,.com-slider .com-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: rgba(2,80,130,0.3);
    padding: 20px
}

.res-slider .bottom-nav,.com-slider .bottom-nav {
    display: flex;
    justify-content: center;
    gap: 50px
}

.res-slider .res-service-item .content,.com-slider .com-service-item .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.res-slider .content div,.com-slider .content div {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: rgba(106,202,211,1)
}

.res-slider .content p,.com-slider .content p {
    font-family: 'myriad-pro',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

#serviceType {
    margin: auto;
    width: 350px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    background: rgba(255,255,255,0.3);
    border: none;
    font-size: 20px;
    line-height: 100%;
    padding: 10px;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/09/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
	font-family: 'myriad-pro-condensed', sans-serif;
}

#serviceType option {
    color: #000
}

/* Benefits Tabs */
.benefits-tabs .eael-tabs-nav {
	display: flex;
	justify-content: center;
}

/** MEDIA QUERIES **/
/* @media (min-width: 1881px) {
	.cta-wrapper img:first-child {
		left: 15%;
		margin-left: 0%;
	}
	
	.cta-wrapper img:last-child {
		right: 10%;
	}
} */

@media (max-width: 1024px) {
    .pointing-technician {
        right: 53%;
        top: -50%;
        transform: scale(.7);
    }
    
    .location-title h1 {
        font-size: 80px !important;
        line-height: 3rem !important;
    }
    
    .location-title span {
        font-size: 40px;
    }
	
	.cta-wrapper img:first-child {
		margin-left: -19%;
	}
	
	.cta-wrapper img:last-child {
		right: -45%;
	}
	
	.owner-modal-content {
        width: 90%;
        top: 50px;
    }
}

@media (max-width: 768px) {
    .hero-title-section::after {
        content: url(/wp-content/uploads/2025/09/purair-hero-employee.png);
        position: absolute;
        transform: scale(.6);
        top: 50px;
        left: 62%;
    }
	
	.cta-form-container p.white, .cta-form-container p.white a {
		color: #fff !important;
	}
	
	.eael-advance-tabs.eael-tabs-vertical {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
		-webkit-box-flex: 1;
		-ms-flex: 1 20% !important;
		flex: 1 20% !important;
	}
	
	.eael-tabs-content {
    	-ms-flex: 1 1 80% !important;
    	flex: 1 1 80% !important;
	}
	
	.cta-wrapper {
		height: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.cta-wrapper::before {
		content: url(/wp-content/uploads/2025/09/van-front.webp);
		position: absolute;
		left: -25px;
		opacity: .5;
	}
	
	.cta-wrapper>img {
		display: none;
	}
	
	.loc-cta-title {
        text-align: center;
        margin: auto;
        width: 350px;
        font-size: 50px;
        line-height: 55px;
    }
	
	.show-mb {
        display: block;
    }
	
	.cta-wrapper .loc-cta-subtitle.show-mb {
		padding: 10px 0;
	}
	
	.cta-wrapper .cta-form-container.inline {
        display: none;
    }
	
	.cta-form-container {
        margin: auto;
    }
	
	.cta-form-container p, .cta-form-container a {
		color: rgba(2, 80, 130, 1);
	}
	
	.cta-wrapper .cta-form-container:last-child {
		display: block;
	}
	
	.cta-form-container p.white, .cta-form-container p.white a {
		color: #fff !important;
	}
	
	.cta-wrapper::after {
		content: url(/wp-content/uploads/2025/09/mpa-cta-person.webp);
		transform: scaleX(-1);
		position: absolute;
		right: -150px;
		bottom: -10px;
		opacity: .5;
	}
	
	.loc-cta-subtitle {
        font-size: 20px;
        line-height: 23px;
        width: 350px;
        margin: auto;
        text-align: center;
        padding-top: 20px;
    }
	
	.hero-form-cta input[type=submit] {
		line-height: 0 !important;
		font-size: 16px !important;
	}
	
	.hero-form-cta input[type=submit]::placeholder {
		font-size: 14px;
	}
}

@media (max-width: 460px) {

	.hero-form-cta {
        height: auto;
        width: 250px;
        margin: 0px;
        margin-bottom: 10px;
    }
	
	.hero-form-cta input[type=submit] {
        font-size: 10px !important;
        line-height: 4px;
        height: 42px;
        width: 87px;
        right: 3px;
    }
	
	.hero-form-cta input[type=text] {
		font-size: 12px;
		line-height: 100%;
		height: 23px;
		padding: 0;
		padding-left: 15%;
	}
	
    .location-title h1 {
        font-size: 50px !important;
        line-height: 35px !important;
    }
    
    .location-title span {
        font-size: 28px !important;
    }
    
    .hero-form-section>div:first-child {
        display: none;
    }
    
    .hero-form-cta {
        height: auto;
        width: 300px;
        margin: 0px;
        margin-bottom: 10px;
    }
    
    .hero-reviews>div:first-child img {
        width: 90px;
        height: 90px;
    }
    
    .hero-reviews>div:first-child {
        display: block;
    }
    
    .hero-title-section::after {
        transform: scale(.6);
        top: -100px;
        left: 15%;
        z-index: -1;
    }
    
    .map-location-section {
        flex-direction: column;
    }
    
    .map-wrap, .address-info {
        width: 100% !important;
    }
    
    .address-info {
        flex-direction: row;
        align-items: center;
		gap: 25px;
        justify-content: space-between;
    }
    
    .address-info div:first-child, .address-info div:last-child {
        margin-top: 0px;
    }
    
    .address-info h4 {
        font-size: 15px;
    }
    
    .address-info p {
        font-size: 14px;
    }
    
    .book-now-btn {
        font-size: 16px;
        line-height: 27px;
        white-space: nowrap;
    }
	
	.owner-section {
		width: 100%;
		padding: 0 0 30px;
		border-radius: 0;
	}
	
	.owner-section .headshot {
		width: 80%;
		padding: 0;
		margin-left: 0;
		margin: auto;
	}
	
	.owner-section .owner-name {
		max-width: 100%;
		margin-left: 0;
	}
	
	.owner-section .owner-bio {
		padding: 40px 20px 20px;
		border-radius: 20px;
		margin: 0 5%;
	}
	
	.owner-section .owner-bio h5 {
        font-size: 20px !important;
        line-height: 100% !important;
    }
	
	.owner-section .owner-bio p, .owner-section .owner-bio p a {
        font-size: 17px !important;
        line-height: 100% !important;
    }
	
	.owner-read-more {
        font-size: 20px;
    }
	
	.owner-modal-content {
		border-radius: 20px;
		padding: 20px;
		background: #025082;
		flex-direction: column;
	}
	
	.owner-modal-content>div:nth-child(2) {
		background: #025082;
		border-radius: 20px 0 0 20px;
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
	
	.owner-modal-content>div:nth-child(2) img {
        height: 200px;
        width: 200px;
        object-position: top;
        border-radius: 20px;
    }
	
	.owner-modal-content h4 {
        font-size: 18px !important;
        padding: 10px 17px;
        position: relative;
        bottom: 20px;
    }
	
	.owner-modal-content>div:last-child {
		border-radius: 20px;
		width: 100%;
	}
	
	.owner-section .owner-bio h5 {
        font-size: 14.37px;
        line-height: 100%;
    }
	
	.modal-bio-section {
        max-height: 250px;
        margin-bottom: 20px;
    }
	
	.benefits-txt p {
		font-size: 15px;
		line-height: 18px;
	}
	
	.cta-wrapper>div {
        z-index: 1;
    }
	
	.location-header p {
		font-size: 17px;
		line-height: 20px;
	}
	
	.owner-section .owner-name button {
		font-size: 26px;
	}
}