@font-face {
  font-family: 'Satoshi';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/fonts/Satoshi_Light.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/fonts/Satoshi_Light.woff') format('woff');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/fonts/Satoshi_Regular.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/fonts/Satoshi_Regular.woff') format('woff');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/fonts/Satoshi_Medium.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/fonts/Satoshi_Medium.woff') format('woff');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}



@font-face {
  font-family: 'Satoshi';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/fonts/Satoshi_Bold.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/fonts/Satoshi_Bold.woff') format('woff');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 300px !important;
}

.mobile-container .mobile-button {
    display: flex;
    gap: 5px;
}

.mobile-container .mobile-button .dropdown.show.open 
 .dropdown-menu {
    display: flex;
    flex-direction: column !important;
    padding: 0;
    left: -120px;
    margin: 0;
}

 .mobile-container .mobile-button .dropdown.show.open .dropdown-menu a {
    width: 100%;
    border: unset;
    border-radius: unset;
    font-size: 18px;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0 10%;
    font-size: 16px;
    text-align: center !important;
    background: #033173;
}

.mobile-container .mobile-button .dropdown.show.open .dropdown-menu a span {
    display: block;
    font-size: 14px;
}

.mobile-container .mobile-button .dropdown.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.mobile-container .mobile-button .dropdown.show .dropdown-menu a:not(:last-child) {
    border-bottom: 1px solid #00000026;
}
.mobile-container {
    background: rgb(255 255 255 / 100%) !important;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}

/* Hero Section*/

.module-66 .custom-headline h1 {
    font-size: clamp(2.875rem, 2.174rem + 2.8758vw, 5.625rem);
    letter-spacing: -2px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700 !important;
    font-family: "Playfair Display";
    text-align: center;
    width: 100%;
    max-width: 55rem;
}

/*End of Hero Section */

/*CTA Section*/

.hp-cta .ry-section-cta {
    display: grid;
    grid-template-columns: repeat(4, 350px);
    justify-content: center;
    padding: 160px 0;
}

.section-cta-bg-welcome img {
    position: absolute;
    z-index: 9;
}

#cta-wrap {
    position: relative;
    z-index: 9 !important;
}
.hp-cta .ry-section-cta .each-cta .cta-wrap {display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 35px;height: 260px;}

.hp-cta .ry-section-cta .each-cta .cta-wrap .cta-img img {
    max-width: max-content;
    margin: 0 auto;
}
.hp-cta .ry-section-cta .each-cta .cta-wrap .cta-img {padding: 40px;background: linear-gradient(0deg, #003276 0%, #073173 100%);border-radius: 100%;height: 150px;width: 150px;transition: margin-top .5s;display: flex;align-items: center;justify-content: center;}
.hp-cta .ry-section-cta .each-cta .cta-wrap .cta-img:after {
    content: "";
    border: 1px solid #007dfc;
    position: absolute;
    height: 170px;
    width: 170px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: transparent;
    z-index: -1;
}

.hp-cta  .ry-section-cta .each-cta:hover .cta-wrap .cta-img:after {
    background: transparent;
    cursor: pointer;
}
.hp-cta .ry-section-cta .each-cta {
}
.hp-cta .ry-section-cta .each-cta .cta-img:hover {
    margin-top: -60px;
    background: linear-gradient(0deg, #017dff 0%, #007eff 100%);
}

.hp-cta  .ry-section-cta .each-cta .cta-title p a {
    display: block;
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #505a68;
    font-weight: 500;
    font-family: "Satoshi";
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: normal;
}

.hp-cta .ry-section-cta .each-cta .hp-cta-link,
.hp-cta .ry-section-cta .each-cta .hp-cta-link a {
    position: absolute;
    width: 170px;
    height: 170px;
    z-index: 999;
    border-radius: 50%;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

@media screen and (max-width: 680px) {
    .hp-cta .ry-section-cta .each-cta .hp-cta-link, .hp-cta .ry-section-cta .each-cta .hp-cta-link a {
        width: 100px;
        height: 100px;
    }
    
    .hp-cta .ry-section-cta .each-cta .cta-wrap .cta-img {
        width: 120px;
        height: 120px;
    }
    
    .hp-cta .ry-section-cta .each-cta .cta-wrap .cta-img:after {
        width: 140px;
        height: 140px;
    }
    
    .hp-cta .ry-section-cta .each-cta .cta-title p a {
        font-size: 16px;
    } 
}
/*End of CTA Section*/

/* STYLE 7 */

.module-welcome.style-7 .background-section, 
.module-welcome.style-7 .background-section img {
    position: absolute;
    top: 0;
    left: -5%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-welcome .hp-headline h2 {
    font-size: clamp(2.25rem, 1.6765rem + 2.3529vw, 4.5rem);
    letter-spacing: -1px;
    line-height: 100px;
    color: #043274;
    font-weight: 700;
    text-align: center;
}

.module-welcome.style-7:before { display: none;
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    height: 35%;
    background: linear-gradient(to top, #fff, transparent);
    z-index: 1;
}

.module-welcome.style-7 {
	padding: 2em 0;
	background: #fff;
}


.module-welcome.style-7 .ry-flex {
	align-items: center;
	justify-content: space-between;
	gap: 75px;
}

.module-welcome.style-7 .ry-container {
	max-width: 1600px;
	width: 90%;
	z-index: 9;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
	width: min(772px, 100%);
}


.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
	position: relative;
	padding-bottom: 95%;
	height: 0;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-welcome.style-7 .ry-headline h2 {
	font-size: 58px !important;
	font-family: Jost;
	color: #bbc36e !important;
	font-weight: 500;
	display: block !important;
}

.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) {
    /* max-width: 640px; */
}

.module-welcome.style-7 .ry-text {
    margin: 30px auto;
}


.module-welcome.style-7 .ry-text p {
	display: block;
	width: min(800px, 100%);
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 40px;
	color: #505a68;
}


.module-welcome.style-7 .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
	justify-content: center;
}

.module-welcome.style-7 .button-wrapper .ry-btn {color: #fff !important;text-transform: uppercase;letter-spacing: 2px;}

@media (max-width: 1680px) {
	.module-welcome.style-7 .ry-each h2 {
	}
}
@media (max-width: 1480px) {
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding-right: 0;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		max-width: 60%;
	}

}
@media (max-width: 1080px) {
	.module-welcome.style-7 {
		padding: 120px 0 60px;
	}
	.module-welcome.style-7 .ry-flex {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}

	 .module-welcome.style-7 .background-section, .module-welcome.style-7 .background-section img{
        left: 0;
    } 
	
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding: 0;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.module-welcome.style-7 .ry-each h2 {
		text-align: center;
		width: 100%;
	}

	.module-welcome.style-7 .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		max-width: 100%;
		padding-top: 0;
	}
	.module-welcome.style-7 .ry-each.image-wrapper .photo.offset {
		max-width: 80%; 
	}
}
@media (max-width: 680px) {
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
		width: 80%;
	}
}
@media (max-width: 480px) {
	
	.module-welcome.style-7 .ry-each .ry-text p,
	.ry-btn {
		font-size: 18px !important;
	}
}


/* END STYLE 7 */


.ry-section-services-grid {
    padding: 80px 0 200px;
}

.ry-section-services-grid .grid-services {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 100px;
}

.grid-services .each-services .services-img img {width: max-content;object-fit: cover;margin: auto;}

.grid-services .each-services {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.grid-services .each-services .services-title p {
    text-transform: capitalize;
    font-weight: 500 !important;
    line-height: 32px;
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    color: #505a68;
    text-align: center;
    text-wrap: balance;
    width: min(50%, 100%);
    margin: 0;
}

.ry-section-services-grid .ry-text span {
    line-height: normal;
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007fff;
    font-weight: 500;
    text-align: center;
}

.ry-section-services-grid .ry-text h2 {
    text-transform: capitalize;
    font-size: clamp(2.25rem, 1.6765rem + 2.3529vw, 4.5rem);
    line-height: 100px;
    color: #043274;
    font-weight: 700;
    text-align: center;
}

.ry-section-services-grid .ry-text {
    text-align: center;
    padding: 60px 0;
}

#section-services .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-services .btn-wrapper .ry-btn.ry-btn-secondary {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.grid-services .each-services .services-title div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-services .each-services .hp-ry-link, .grid-services .each-services .hp-ry-link a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.grid-services .each-services .services-img img.img-responsive.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .2s;
}

.grid-services .each-services:hover .services-img img.img-responsive.hover {
    opacity: 1;
}

.grid-services .each-services:hover {
    cursor: pointer;
}


/*Team */

.hp-team-doctors.ry-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hp-team-doctors .ry-bg-wrapper {position: absolute;}

.hp-team-doctors .each-person .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.hp-team-doctors .each-person .btn-wrapper .ry-btn {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hp-team_slick-arrows svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.hp-team_slick-arrows {
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 43px;
    background-color: #505a68;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 9;
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hp-team_slick-arrows .wrapper button {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hp-team_slick-arrows .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.hp-team_slick-arrows .wrapper button:first-child {
    justify-content: flex-start;
    padding-left: 2px;
}

.hp-team_slick-arrows .wrapper button:last-child {
    justify-content: flex-end;
    padding-right: 2px;
}

.hp-team_slick-arrows .wrapper button:hover {
    opacity: 0.2;
    background: #033173;
}

.hp-team_slick .each-person img {
    /* max-width: max-content; */
    margin: 0 auto;
}

.hp-team_slick .each-person .flex .ry-img {
    width: 480px;
}

.hp-team_slick .each-person .flex .ry-text {
    width: 960px;
}

.hp-team_slick .each-person .flex {
    justify-content: space-between;
}

.hp-team-doctors.ry-section .ry-container {
    max-width: 1440px;
}

.hp-team_slick .each-person .flex .ry-text .span-1 {
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007fff;
    font-weight: 500;
    font-family: "Satoshi";
    text-align: center;
    display: block;
    line-height: normal;
}

.hp-team_slick .each-person .flex .ry-text h3 {
    font-size: clamp(2.25rem, 1.6765rem + 2.3529vw, 4.5rem);
    letter-spacing: -1px;
    line-height: 100px;
    color: #043274;
    font-weight: 700 !important;
    font-family: "Playfair Display";
    text-align: center;
}

.hp-team_slick .each-person .flex .ry-text p {
    width: min(834px, 100%);
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    letter-spacing: -1px;
    line-height: 40px;
    color: #505a68;
    text-align: center;
    margin: 0 auto;
}

/* Brands */

.section-brands-insurance-bg .section-bg img {
    position: absolute;
}

.module-brand .section-headline span {
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007fff;
    font-weight: 500;
    font-family: "Satoshi";
    text-align: center;
    line-height: normal;
}

.module-brand .section-headline h2 {
    font-size:  clamp(2.25rem, 1.6765rem + 2.3529vw, 4.5rem);
    letter-spacing: -1px;
    line-height: 100px;
    color: #043274;
    font-weight: 700 !important;
    font-family: "Playfair Display";
    text-transform: capitalize !important;
}

/* End of Brands*/

/* Insurance */

.hp-insurance {
    padding: 180px 0;
}

.hp-insurance .each-insurance img {
    max-width: max-content;
    margin: 0 auto;
    opacity: 0.6;
}

.hp-insurance .ry-wrapper {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    float: unset;
}

.hp-insurance .insurance-slick {
    padding: 60px 0 0;
}
.hp-insurance ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 60px 0 0;
}

.hp-insurance ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #bdc4c4;
    font-size: 0;
    border-radius: 50%;
}

.hp-insurance ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}


.hp-insurance ul.slick-dots li.slick-active button {
    background: #033173;
}

.hp-insurance .hp-headline h2 {
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007fff;
    font-weight: 500 !important;
    font-family: "Satoshi";
    text-align: center;
}



/* End of Insurance */

/* Testimonials */
.hp-testimonials .testimonials-block .star-wrapper svg {
    fill: #fabb06;
    width: 20px;
    height: 20px;
}

.hp-testimonials .testimonials-block .ry-name .star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.hp-testimonials .testimonials-block .comment .ry-text p {
    width: min(876px, 100%);
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #505a68;
    font-family: "Satoshi";
    text-align: center;
    margin: 0 auto;
}

.hp-testimonials .testimonials-block .ry-name h5 {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-family: "Satoshi";
    text-align: center;
    text-transform: uppercase;
}

.hp-testimonials .testimonials-block .comment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-testimonials .section-headline span.span-1 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007fff;
    font-weight: 500;
    font-family: "Satoshi";
    text-align: center;
    line-height: normal;
}

.hp-testimonials .section-headline h2 {
    font-size: clamp(2.25rem, 1.6765rem + 2.3529vw, 4.5rem);
    letter-spacing: -1px;
    line-height: 100px;
    color: #043274;
    font-weight: 700;
    font-family: "Playfair Display";
    text-align: center;
}

.hp-testimonials .testimonials-block .star-wrapper svg {
    fill: #fabb06;
    width: 20px;
    height: 20px;
}

.hp-testimonials .testimonials-block .ry-name .star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 35px 0;
}

.hp-testimonials .testimonials-block .comment .ry-text p {
    width: min(876px, 100%);
    font-size: clamp(1.25rem, 1.1863rem + 0.2614vw, 1.5rem);
    letter-spacing: -1px;
    line-height: 36px;
    color: #505a68;
    font-family: "Satoshi";
    text-align: center;
    margin: 45px auto 0;
}

.hp-testimonials .testimonials-block .ry-name h5 {
    font-size: clamp(1.25rem, 1.1863rem + 0.2614vw, 1.5rem);
    line-height: 36px;
    color: #333333;
    font-family: "Satoshi";
    text-align: center;
    text-transform: uppercase;
}

.hp-testimonials .testimonials-block .comment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-testimonials .section-headline span.span-1 {
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007fff;
    font-weight: 500;
    font-family: "Satoshi";
    text-align: center;
    line-height: normal;
}

.hp-testimonials .section-headline h2 {
    font-size: clamp(2.25rem, 1.6765rem + 2.3529vw, 4.5rem);
    letter-spacing: -1px;
    line-height: 100px;
    color: #043274;
    font-weight: 700;
    font-family: "Playfair Display";
    text-align: center;
}

.hp-testimonials .button-wrapper a {
    color: #fff !important;
    margin: 30px auto;
    max-width: 230px !important;
    height: 60px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hp-testimonials .button-wrapper a:hover {
    color: #fff !important;
}

.hp-testimonials .testimonials-block .ry-name h5 span {
    font-weight: 400;
}

.hp-testimonials .button-wrapper .ry-btn.ry-btn-primary {
    color: #fff !important;
    display: flex;
}

.hp-testimonials {
    background: linear-gradient(to bottom, #fff 50%, #053275 50%);
    padding: 60px 0 0;
    margin-top: 12rem;
}

.hp-testimonials .testimonials-wrapper {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/site_assets/testi_bg.png");
    background-size: cover;
    background-position: center;
}


.hp-testimonials .testimonials_slick {
    max-width: min(100%, 1280px);
    margin: 0 auto;
    float: unset;
}

.hp-testimonials .testimonials-block {
    top: -4.5rem;
}

.hp-testimonials .testimonials_slick .slick-arrow {
    top: 30%;
    position: absolute;
    font-size: 0;
    z-index: 9999;
}

.hp-testimonials .testimonials_slick .slick-arrow:before {
    position: absolute;
    content: "";
    opacity: 0.3;
}

.hp-testimonials .testimonials_slick .slick-arrow.slick-prev:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="gray" class="bi bi-chevron-left" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
    height: 40px;
    width: 40px;
}

.hp-testimonials .testimonials_slick .slick-arrow.slick-prev:hover:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="black" fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
}

.hp-testimonials .testimonials_slick .slick-arrow.slick-next:before {
   content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"  fill="gray" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
    height: 40px;
    width: 40px;
}

.hp-testimonials .testimonials_slick .slick-arrow.slick-next:hover:before {
    
   content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"  fill="black" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
}

.hp-testimonials .testimonials_slick .slick-arrow.slick-prev {
    /* top: 50%; */
    left: 100px;
    transform: translate(-50%, -50%);
}

.hp-testimonials .testimonials_slick .slick-arrow.slick-next {
    right: 0;
    transform: translate(-50%, -50%);
    right: 125px;
}

.testimonials_slick ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 60px 0 0;
}

.testimonials_slick ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #bdc4c4;
    font-size: 0;
    border-radius: 50%;
}

.testimonials_slick ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}


.testimonials_slick ul.slick-dots li.slick-active button {
    background: #033173;
}



/* End of Testimonials */

/* Instagram */
.hp-instagram .ry-content span {
    line-height: normal;
    font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007fff;
    font-weight: 500;
    font-family: "Satoshi";
    text-align: center;
}

.hp-instagram .section-headline h2 {
    font-size: clamp(2.25rem, 1.6765rem + 2.3529vw, 4.5rem);
    letter-spacing: -1px;
    line-height: 100px;
    color: #043274;
    font-weight: 700;
    font-family: "Playfair Display";
    text-align: center;
}

.hp-instagram .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.hp-instagram .btn-wrapper a.ry-btn {
    color: #fff !important;
    letter-spacing: 2px;
}


/*End of Instagram*/

/* Footer */
.global-footer  * {
    color: #fff;
}

.global-footer {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-62c79183-0227-4e6d-a4dc-a4bfe9307d0a/site_assets/footer_bg.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 60px 0 40px;
}

.global-footer .ry-inner-footer-top {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
}

.global-footer .ry-horizontal-line:not(:last-child):after {
    background: #2f5995;
}

.global-footer .ry-inner-footer-top a.ry-btn.ry-btn-primary {
    background: #037dfe !important;
    text-transform: uppercase;
    color: #fff !important;
}

.global-footer .ry-inner-footer-top .ry-logo img {
    filter: brightness(0) invert(1);
}



.global-footer .ry-footer-top .ry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.global-footer .ry-footer-copyright .ry-container {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
    place-items: center;
}

.global-footer .ry-footer-copyright .ry-container * {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    color: rgb(255 255 255 / 50%);
    font-family: "Satoshi";
}

.global-footer .ry-footer-top .ry-grid .ry-each h2 {
    font-size: 2rem;
    padding-bottom: 45px;
}

.global-footer .ry-footer-top .ry-grid .ry-each .website-info {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.global-footer .ry-footer-top .ry-grid .ry-each .website-info .address, .global-footer .ry-footer-top .ry-grid .ry-each .website-info .phone {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 20px;
}

.global-footer .ry-footer-top .ry-grid .ry-each {
    display: flex;
    flex-direction: column;
}

.global-footer .ry-footer-top .ry-grid .ry-each .office-hours {
    padding-top: 45px;
    display: grid;
    grid-template-columns: 40px 1fr;
}

.global-footer .ry-footer-top .ry-grid .ry-each  .svg-icon {
    width: 40px;
    height: 40px;
    background: #1c4377;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.global-footer .ry-footer-top .ry-grid .ry-each .office-hours ul {
    list-style: none;
    padding-left: 20px;
}

.global-footer .ry-footer-copyright .powered {
    display: flex;
    align-items: center;
    gap: 10px;
}

.global-footer .ry-footer-copyright .powered img {
    max-width: 6rem;
    line-height: normal;
    height: auto;
    top: 4px;
    position: relative;
}

.global-footer .website-info .phone .ry-text a {
    font-size: clamp(1.375rem, 1.2475rem + 0.5229vw, 1.875rem);
    letter-spacing: -1px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Satoshi";
    font-weight: 700;
}

.global-footer .ry-each .office-hours ul li {
    display: flex;
    font-size: clamp(1.1875rem, 1.1397rem + 0.1961vw, 1.375rem);
    letter-spacing: -1px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Satoshi";
    padding: 2px;
}

.global-footer .ry-each .office-hours ul li .span-2 {
    min-width: 8.5rem;
    display: inline-block;
}


.global-footer .ry-each .office-hours ul li:last-child .span-3 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500 !important;
    font-family: "Satoshi";
    padding: 5px 0 0;
}

.global-footer .website-info .phone a:hover,
.global-footer .website-info .phone a:focus,
.global-footer .ry-footer-copyright .ry-container a:hover,
.global-footer .ry-footer-copyright .ry-container a:focus{
    text-decoration: underline !important;
    text-underline-offset: 10px !important;
}

.global-footer .website-info .address .ry-text a:hover span,
.global-footer .website-info .address .ry-text a:focus span {
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
}

.ry-social-custom .social-inner-wrap {
    padding: 0 !important;
    display: flex;
    list-style: none;
    gap: 15px;
}

.ry-social-custom li a {
    background: rgb(0 127 255 / 30%);
    display: block;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ry-social-custom {padding-left: 4rem;padding-top: 15px;}

.ry-social-custom li a svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}

.ry-social-custom li a:hover, .ry-social-custom li a:focus {
    background: #007fff;
}



/* End of Footer */


/* Location Layout */

.location--layout  .location-info {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.location--layout .location-info .ry-svg svg {
    border: 1px solid #40413c;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    fill: #40413c;
}

.location--layout .location-info.hours {
    display: flex;
}

.location--layout .ry-hours {
    display: flex;
    flex-direction: column;
}

.location--layout .ry-hours ul {
    list-style: none;
    padding: unset;
}
.location--layout .ry-hours li .span-1 {
    font-weight: 700;
    display: inline-block;
    width: 7em;
}

.location--layout .ry-hours li {
    display: flex;
}

.location--layout .ry-grid {
    display: grid;
    width: 50%;
}


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

.location--layout .ry-map-flex {
    width: 50%;
}

.location-info.social .ry-social-custom {
    padding-left: 3rem;
}

.location-info .ry-social-custom .social-inner-wrap {
    gap: 5px;
}

.location-info .ry-social-custom li a {
    background: #033173;
}

.location--layout .location-info.social {
    margin: 0;
}

.location-info .ry-social-custom li a:hover, .location-info .ry-social-custom li a:focus {
    background: #007fff;
}

.location--layout .location-info a {
    font-size: 22px;
    font-weight: 500;
}

.location--layout .location-info a:hover, .location--layout .location-info a:focus {
    text-decoration: underline !important;
    text-underline-offset: 6px;
}

@media screen and (max-width: 1280px) {
    .location--layout .ry-grid {
        grid-template-columns: 360px;
        gap: 0;
    } 
}

@media screen and (max-width: 768px) {
    .location--layout .ry-map-flex {
        width: 100%;
    }

    .location--layout .ry-grid {
        width: 100%;
    }

     .location--layout .ry-grid {
        grid-template-columns: 350px;
        gap: 0;
         place-items: center;
         place-content: center;
    } 

     .location--info__content  {
        flex-direction: column;
    }

    .location--layout .location-info {
        flex-direction: column;
        text-align: center !important;
        align-items: center;
        justify-content: center;
    }
	
	.location--layout .ry-hours li {
		flex-direction: column;
	}
    
    .location--layout .location-info p, .location--layout .location-info span {
        display: inline-block;
        text-align: center !important;
        width: 100% !important;
    }
}

/* End of Location */

@media screen and (max-width: 1536px) {
    .global-footer .ry-footer-top .ry-container {
        max-width: 100%;
    }
	
	.hp-cta .ry-section-cta {
		grid-template-columns: repeat(4, 288px);
	}

	.hp-team_slick .each-person .flex .ry-img {
		width: 400px;
	}
	
	.hp-team_slick .each-person .flex .ry-text {
		width: min(910px, 100%);
	}

}


@media screen and (max-width: 1280px) {
    .ry-section-services-grid .grid-services {
        grid-template-columns: repeat(3, 1fr);
        gap: 100px;
    }

	.brand-wrapper .swiper-slide .logo-wrapper img {
		height: 4vh;
	}
    
    .module-welcome.style-7 .ry-flex {
        flex-direction: column;
    }
	
	.hp-testimonials .testimonials_slick .slick-arrow.slick-prev {
		left: 90px;
	}

	.brand-wrapper .swiper-slide .logo-wrapper img {
		height: 4vh;
	}
	
	.hp-insurance {
		padding: 120px 0;
	}
	
	.ry-section-services-grid {
		padding: 80px 0 120px;
	}
	
	.hp-cta .ry-section-cta {
		padding: 120px 0;
	}

	div.hp-testimonials .testimonials-block .comment .ry-text p {
	    width: min(680px, 100%);
	    padding: 0 5%;
	}
}

@media screen and (max-width: 1200px) {
	.global-footer .ry-footer-top .ry-grid .ry-each:not(:last-child):after {
		content: " ";
		display: block;
		height: 1px;
		width: 300px;
		background: rgb(255 255 255 / 30%);
		margin: 0 auto;
	}

	.global-footer .ry-footer-top .ry-grid {
		grid-template-columns: 500px;
		place-content: center;
		place-items: center;
	}
	
	.global-footer .ry-social-custom {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 30px 0 !important;
	}
	
	.global-footer .ry-footer-top .ry-grid .ry-each .office-hours {
		grid-template-columns: 1fr;
		place-content: center;
		place-items: center;
	}
	
	.global-footer .ry-footer-top .ry-grid .ry-each .website-info .address, .global-footer .ry-footer-top .ry-grid .ry-each .website-info .phone {
		grid-template-columns: 1fr;
		place-content: center;
		place-items: center;
	}
	
	.global-footer .ry-footer-top .ry-grid .ry-each h2 {
		text-align: center;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.global-footer * {
		text-align: center;
	}
	
	.global-footer .ry-each .office-hours ul li {
		flex-direction: column;
		gap: 5px;
	}
	
	.global-footer .ry-footer-top .ry-grid .ry-each .svg-icon {
		margin: 0 auto;
	}
	
	.global-footer .ry-footer-top .ry-grid .ry-each .office-hours ul {
		padding: 0;
	}

	.global-footer .ry-inner-footer-top {
		grid-template-columns: max-content;
		place-content: center;
		place-items: center;
		gap: 30px;
	}
	
	.global-footer .btn-wrapper div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	
	
	
	.global-footer .ry-footer-copyright .ry-container {
	    grid-template-columns: 1fr;
	    place-content: center;
	    place-items: center;
	}
	
	.global-footer .ry-footer-copyright .ry-container * {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
}


@media screen and (max-width: 1199px) {
	div.module-66 {
		margin: 0;
	}
}

@media screen and (max-width: 991px) {
	.hp-team_slick .each-person .flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.hp-team-bg img {
		height: 60rem;
		object-fit: cover;
		object-position: 100%;
	}
	
	.hp-team_slick-arrows {
		top: 35%;
		left: 60%;
	}
	
	.hp-cta .ry-section-cta {
		grid-template-columns: repeat(2, 250px);
		padding: 80px 0;
		gap: 100px;
	}

	div.hp-team_slick .each-person .flex .ry-text p {
		width: 100%;
		padding: 0 5%;
	}


}

@media screen and (max-width: 768px) {
	.hp-team_slick-arrows {
		left: 65%;
	}

	body.home div h2 {
		line-height: 1.5 !important;
	}
}
@media screen and (max-width: 680px) {
	.ry-section-services-grid .grid-services {
	    grid-template-columns: 1fr 1fr;
	    gap: 50px;
	}
}
@media screen and (max-width: 500px) {
	div.mobile-container .flex-wrap .flex-item.left-nav {
		width: 65%;
	}

	.hp-cta .ry-section-cta {
		grid-template-columns: 1fr 1fr;
		gap: 50px;
		padding: 80px 0 0;
	}

}

