.homepage header {
    position: absolute;
}

.overlink a, .overlink {
    position: absolute;
    inset: auto;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
}

.global__header .site-navigation .snap-nav .ry-menu .nav-menu li {
    padding: 0;
}

.global__header .site-navigation .snap-nav .ry-menu .nav-menu .dropdown li a {
    padding: 15px 20px;
    color: #fff;
}

.global__header .site-navigation .snap-nav .ry-menu .nav-menu .dropdown li {
    padding: 0;
}

.ry-btn:hover, .ry-btn:focus {
    opacity: 0.7;
    transition: 300ms ease-in-out;
}

.ry-btn {
    transition: 300ms ease-in-out;
}

.hp-section .ry-btn.ry-btn-secondary {
    background: #cf9701 !important;
}

.hero__text h1 {
    font-size: 52px;
    letter-spacing: 1px;
    color: #5a7d1b;
    font-weight: 800;
    font-family: "Figtree";
    margin: unset !important;
	text-wrap: balance;
}

.hero__text p {
    font-size: 22px;
    letter-spacing: 0px;
    color: #d09701;
    font-weight: 400;
    font-family: "Figtree";
    text-wrap: balance;
}

.hero__btn .btn_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.hp-section .ry-btn {
	/* background: #0077cc; */
	width: 286px;
	height: 55px;
	border-radius: 28px !important;
	background-color: #8b9f57;
	font-size: 20px;
	letter-spacing: 0px;
	font-family: "Figtree";
	text-align: center;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

.ry-btn-secondary {
	background: #fff;
	color: #000;
}

.global__header .container-1280 {
    width: min(1280px, 90%);
    max-width: 100%;
    margin: 0 auto;
    float: unset;
}

.global__header ul.nav-menu.ry-nav {
    border-top: 2px solid #dfb753;
    border-bottom: 2px solid #dfb753;
}

.global__header .ry-left {
    width: 320px;
    max-width: 100%;
}

.global__header .ry-left img {
    max-width: 200px;
}

.global__header .ry-right {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.global__header .header-ctas {
	display: flex;
	flex-wrap: initial;
	align-items: center;
	gap: 1rem;
	justify-content: flex-end;
}

.global__header .site-navigation .snap-nav .ry-menu .nav-menu li a {
    font-size: 19px;
    letter-spacing: 0px;
    color: #8b9f58;
    font-weight: 700;
    font-family: "Figtree";
    text-align: right;
}


.global__header .flex__menu {
    gap: 150px;
}

@media screen and (max-width: 680px) {
	.global__header .ry-left{
		width: 100%;
	}

	.global__header .ry-right {
		width: 100%;
	}

	.global__header .header-ctas {
		flex-wrap: unset;
		width: 100%;
	}

	.global__header .flex__menu {
		gap: 50px;
	}

	.global__header .ry-left img {
		width: 150px;
	}
}

.hero__content {
	position: relative;
	height: 100vh;
	overflow: hidden;
}


.hero__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero__video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: unset;
	object-position: bottom center;
}


.hero__flex {
	position: absolute;
	top: 65%;
	left: 0%; /* adjust spacing */
	transform: translateY(-50%);
	z-index: 9;
	color: #fff;
	max-width: 28rem;
}

.hero__text h1 {
	font-size: 3rem;
	margin-bottom: 20px;
	line-height: normal;
}

.hero__text p {
	font-size: 1.2rem;
	margin: 20px 0;
}

.hero__btn .ry-btn {
	margin-right: 15px;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
}


.hero__flex {
	z-index: 9;
	position: relative;
}
.hp-welcome {
    background-color: rgb(247 248 243);
}

.hp-section .heading__title h2 {
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 49px;
    color: #5b7d12;
    font-weight: 800 !important;
    font-family: "Figtree";
    text-align: center;
    margin: 30px 0;
}

.hp-section .section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 80px;
}

.hp-welcome .section-container {
    width: min(90%, 1280px);
    max-width: 100%;
    margin: 0 auto;
}

.welcome__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hp-section {
    padding: 120px 0;
}

.hp-section.hp-hero {
    padding: 0;
}

@media screen and (max-width: 1200px) {
     .hp-section {
        padding: 80px 0;
    }
    
    .hp-welcome .welcome__content {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    
    .hp-welcome .welcome__content .welcome__img img {
        margin: 0 auto;
        max-width: 300px;
    }
    
    .hp-welcome .welcome__text p {
        font-family: "Figtree", sans-serif;
        font-size: 18px;
        /* text-align: center; */
    }
}

.welcome__img img {
    width: min(463px, 100%);
    max-width: 100%
}

.welcome__text p {
    color: #333 !important;
}

.welcome__btn p {
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
}

.welcome__btn p span {
    font-weight: 700;
    line-height: 1.5;
}

.welcome__btn p a {
    font-size: 28px;
    letter-spacing: 0px;
    color: #5a7d1b;
    font-weight: 700;
    font-family: "Figtree";
}

.welcome__btn:before {
    content: " ";
    background: #dfb753;
    position: absolute;
    height: 100%;
    width: 2px;
}

.welcome__btn {
    display: block;
    position: relative;
}

.hp-section.hp-services {
    background: #ffdb81;
}

.service__block {
    position: relative;
    width: 403px;
    height: 550px;
    border-radius: 30px;
    background-color: #ebc35b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: 300ms ease-in-out;
}

.hp-services .section-container {
    width: min(1280px, 90%);
    margin: 0 auto;
    max-width: 100%;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(3, 400px);
    justify-content: space-between;
}

.service__img img {
    max-width: 12rem;
    margin: 0 auto;
    border: 10px solid #dbb755;
    border-radius: 50%;
    transition: 300ms ease-in-out;
}

.service__info h3 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 49px;
    color: #333333;
    font-weight: 800;
    font-family: "Figtree";
    text-align: center;
    margin: 5px 0;
}

.service__info p {
    width: 295px;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    font-family: "Figtree";
    text-align: center;
    margin: 0 auto;
}

.service__btn .svg-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 46px;
    background-color: #ffdc81;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service__btn .svg-wrapper svg {
    position: relative;
    fill: #5b7d12;
    width: 30px;
    height: 30px;
    top: -1rem;
}

.service__btn {
    position: absolute;
    bottom: -9%;
    opacity: 0;
    transition: 300ms ease-in-out;
}

.service__block:hover .service__btn,
.service__block:focus .service__btn {
    opacity: 1;
    transition: 300ms ease-in-out;
}

.service__block:hover .service__img img,
.service__block:focus .service__img img {
    border: unset;
    transition: 300ms ease-in-out;
}

.services__btn-wrapper {
    display: flex;
    padding: 60px 0 0;
    align-items: center;
    justify-content: center;
}

.hp-testimonials-faqs .quote-wrapper {
    background: #d7ad41;
    width: 134px;
    height: 134px;
    border-radius: 67px;
    background-color: #dfb343;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hp-testimonials-faqs .each-testimony .stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-testimonials-faqs .each-testimony .stars svg {
    height: 20px;
    width: 20px;
    fill: #f3b005;
}

.hp-testimonials-faqs .each-testimony .stars {
    gap: 1px;
    padding-bottom: 15px;
}

.hp-testimonials-faqs {
    /* min-height: 1660px; */
    /*background: linear-gradient(to bottom, #ffffff 40%, #ffdb81 40%);*/
	position:relative;
}
.hp-testimonials-faqs:not(.faqs-accordion):before {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    height: 30%;
    background: #fddb81;
}

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

.hp-testimonials-faqs .testimonials__content {
	position: relative;
	background: #8ba159;
	background-color: #8ba159;
	border-radius: 50px;
	height: 531px;
	
}

.hp-testimonials-faqs .each-testimony .text p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Figtree";
    text-align: center;
}

.hp-testimonials-faqs .each-testimony .text {
    /* padding: 0 100px; */
    width: min(768px, 100%) !important;
}

.hp-testimonials-faqs .each-testimony .name div {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Figtree";
    text-align: center;
}

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

.hp__testimonials-slick ul.slick-dots li, .hp__testimonials-slick ul.slick-dots li button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background: #b9c79b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0 !important;
}

.hp__testimonials-slick ul.slick-dots li.slick-active button {
    background: #dfb343;
}

.hp__testimonials-slick .each-testimony {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 6rem;
}

.faqs__accordion ul li {
    background: #ebc35b;
}

.faqs__accordion ul li {
    background: #ebc35b;
    padding: 1rem;
    border-radius: 28px;
}

.hp-section.hp-testimonials-faqs.faqs-accordion {
    background: #fddb81;
	padding-top: 0;
}

.hp-testimonials-faqs:not(.faqs-accordion) {
    padding-bottom: 0;
}

.hp-testimonials-faqs .faqs-wrapper .heading__title h2 {
    text-align: left;
}

.hp-testimonials-faqs .faqs-wrapper .heading__title {
    justify-content: flex-start;
    align-items: flex-start;
}

.hp-testimonials-faqs .faqs-wrapper .section-heading {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.hp-our-team .swiper-btns {
    background: #5b7d11;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: unset;
}

.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.swiper-pagination-bullet {}

.hp-section.hp-our-team {
    background: #8ba159;
}

.hp-section.hp-our-team .section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.hp-our-team .section-container {
    width: min(1280px, 90%);
    margin: 0 auto;
    max-width: 100%;
}

.hp-section.hp-our-team .section-heading h2 {
    margin: 0;
    color: #fff;
}

.hp-our-team .companion-team-swiper {
    margin: 60px auto 50px;
}

.hp-our-team .swiper-slide h5 label {
    font-size: 24px !important;
    letter-spacing: 0px;
    line-height: 49px;
    font-weight: 700;
    font-family: "Figtree";
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    display: block;
}

.hp-our-team .swiper-slide p label {
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 400;
    font-family: "Figtree";
    text-align: center;
    display: block;
}

.hp-section.hp-our-team .ry-btn.ry-btn-secondary {
    background: #dfb343 !important;
}


.hp-appointment .section-wrapper {
    position: relative;
    overflow: hidden;
}

.hp-appointment .section-wrapper .abs-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hp-appointment .section-wrapper {
    padding: 140px 0;
    position: relative;
}

.hp-appointment .section-container {
    width: min(960px, 90%);
    margin: 0 auto;
    float: unset;
}

.hp-section.hp-appointment .section-heading {
    padding: 0;
}

.appointment__content .btn__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hp-section.hp-appointment .ry-btn.transparent {background: #fff !important;border: 2px solid #8b9f57;color: #8b9f57 !important;}

.hp-appointment .section-wrapper .abs-img img {
    max-width: max-content;
    opacity: 1;
}


@media screen and (max-width: 1200px) {
    .hp-location .static-img img {
        height: 450px;
        object-fit: cover;
    }
}

.hp-section.hp-location {
    padding: 0;
}

.hp-section.hp-appointment {
    padding: 0;
}

@media screen and (max-width: 1440px) {
    .hp-appointment .section-wrapper .abs-img img {
        max-width: 300px;
    }
}

.hp-section.global--footer .footer-top {
    background: #ddb341;
    padding: 80px 0 40px;
}

.global--footer .section-container {
    width: min(1280px, 90%);
    max-width: 100%;
    margin: 0 auto;
    float: unset;
}

.global--footer .footer__content.footer-top .content-grid {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
}

.footer__content .each-block .title__block h4 {
    font-size: 29px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #333333;
    font-weight: 800;
    font-family: "Figtree";
    padding-bottom: 30px;
}

.footer__content .each-block .list__menu ul {
    list-style: none;
}

.footer__content .each-block .list__menu ul li {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    font-family: "Figtree";
}

.footer__content .info__block .each-info {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    font-family: "Figtree";
}

.footer__content .info__block .each-info .svg-wrapper {
    background: #5b7d11;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__content .info__block .each-info .svg-wrapper svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.footer__content ul.custom-social-wrapper li a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #d09601;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__content ul.custom-social-wrapper {
    display: flex;
    gap: 15px;
}

.footer__content ul.custom-social-wrapper li svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}

.footer__content .info__block .each-info.social-media .ry-text {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    font-family: "Figtree";
    text-transform: uppercase;
}

.footer__content .each-block.office-hours .list__hours ul li {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    font-family: "Figtree";
}

.footer__content .each-block.office-hours .list__hours ul {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 30px;
}

.hp-section.global--footer .btn__wrapper .ry-btn {
    background: #5b7d11;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: "Figtree";
    text-align: center;
    max-width: 13rem;
}

.global--footer .footer__content.footer-bottom .content-grid {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
    align-items: center;
}

.global--footer .footer__content.footer-bottom .content-grid * {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Figtree";
}

.global--footer .footer__content.footer-bottom .content-grid .ry-left {
    display: flex;
    gap: 5px;
}

.global--footer .footer__content.footer-bottom .content-grid .ry-right {
    display: flex;
}

.global--footer .footer__content .each-block.contact-info .info__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__content.footer-bottom {
    background: #5b7b0f;
    padding: 15px 0;
}

.footer__content.footer-bottom .managed-and-designed {
    display: flex;
    align-items: center;
}

.hp-section.global--footer {
    padding: 0;
}

.footer-top .each-block.get-care .btn__wrapper {
    padding-top: 15px;
}

.footer__content .info__block .each-info.address a, .footer__content .info__block .each-info.phone a {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    font-family: "Figtree";
}

.hp-section.global--footer a:hover, .hp-section.global--footer a:focus {
    opacity: 0.5;
}

@media screen and (max-width: 1280px) {
	.hp-hero .hero__flex {
		left: 0;
	}
	
    .hp-services .services__grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    
    .hp-services .service__block {
        width: 100%;
    }  
}

@media screen and (max-width: 1080px) {
    .hp-services .section-container {
        width: 96%;
    }
    .global--footer .section-container {
        width: 96%;
    }

     /*.hp-hero .hero__video {
        display: none;
    }*/
    
    .hp-hero .hero__flex {
        width: 100%;
        max-width: 100%;
        top: 60%;
    }
    
    .hp-hero .hero__flex {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    
    .hp-services .services__grid {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
    }
    
    .hp-services .section-container {
        width: 90%;
    }
    
    .global--footer .footer__content.footer-top .content-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .global--footer .section-container {
        width: 90%;
    }
    
    .hp-testimonials-faqs .faqs-wrapper .section-heading {
        align-items: center;
        justify-content: center;
    }
    
    .hp-section.hp-testimonials-faqs .ry-btn {
        margin: 0 auto;
    }
    
    .hp-appointment .section-wrapper .abs-img {
        opacity: 0.2;
    }
}

@media screen and (max-width: 991px) {
    .hp-appointment .section-wrapper {
        padding: 80px 0;
    }
}
@media screen and (max-width: 768px) {
    .global--footer .footer__content.footer-bottom .content-grid {
        grid-template-columns: max-content;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .global--footer .footer__content.footer-bottom .content-grid .ry-right {
        align-items: center;
        justify-content: center;
    }
    
    .global--footer .footer__content.footer-bottom .content-grid .ry-left {
        flex-direction: column;
    }
    
    .global--footer .footer__content.footer-top .content-grid {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    
    .footer__content .each-block.office-hours .list__hours ul {
        justify-content: center;
        grid-template-columns: 1fr;
        align-items: center;
        text-align: center;
    }
    
    .footer__content .each-block .title__block h4 {
        text-align: center;
    }
    
    
    .footer__content .info__block .each-info.address a, .footer__content .info__block .each-info.phone a {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .footer__content .info__block .each-info {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    
    .global--footer .footer__content .each-block.contact-info .info__block {
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    
    .footer__content .info__block .each-info .svg-wrapper {
        margin: 0 auto;
    }
    
    .footer__content .info__block .each-info.social-media .ry-text {
        text-align: center;
    }
    
    .footer__content .each-block .list__menu ul li, .footer__content .each-block .list__menu ul li a {
        text-align: center;
        margin: 0 auto;
    }
    
    .footer-top .each-block.get-care .btn__wrapper div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hp-appointment .appointment__content .btn__wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
	.global__header .header-ctas a {
		font-size: 11px !important;
	}
	
	.global__header .header-ctas {
		flex-wrap: initial;
		gap: 10px;
	}
	
	.hp-hero  .hero__text h1,
	.hp-hero  .hero__text p {text-align: center;}
	
	.hp-hero .hero__flex {
		left: 0;
		padding: 0 5%;
	}
	
	.hp-hero .hero__text h1 {
		font-size: 44px;
	}
	
	.hp-hero .hero__btn .ry-btn {
		margin: 0 auto;
	}
}

@media screen and (max-width: 680px) {
	
	div.hp-our-team .swiper-slide h5 label {
		line-height: 1.5;
	}

	div.hp-our-team .swiper-slide p label {
		line-height: 1.2;
	}
	
	div#team-nav-slider {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}

	div#team-nav-slider * {margin: 0 !important;}

	div#team-nav-slider .swiper-pagination-team {
		gap: 5px;
	}

	.hp-section .heading__title h2 {
		text-align: center !important;
		font-size: 46px;
		line-height: normal;
	}

	div.hp-section.hp-our-team .section-heading, div.hp-section.hp-our-team .section-heading h2 {
		text-align: center !important;
		align-items: center;
		justify-content: center;
	}

	.hp-testimonials-faqs {
		padding: 80px 0 0 0;
	}
	
	.hp__testimonials-slick .each-testimony {
		height: auto;
	}

	.hp-testimonials-faqs .testimonials__content {
		height: auto;
		padding: 0 5% 100px;
	}
}

.hero-social-media {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
	z-index: 9;
	list-style: none;
}

.hero-social-media ul.custom-social-wrapper {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hero-social-media ul.custom-social-wrapper li {
    padding: 0;
    margin: 0;
	list-style: none;
}
.hero-social-media ul.custom-social-wrapper li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1877F2;
    border-radius: 100px;
}
.hero-social-media ul.custom-social-wrapper li:nth-child(2) a {
	background: #FD1D1D;
}
.hero-social-media ul.custom-social-wrapper li:nth-child(3) a {
	background: #34A853;
}
.hero-social-media ul.custom-social-wrapper li a svg {
    fill: #fff;
    width: 20px;
    height: 18px;
}

@media (max-width: 767px) {
	.hero-social-media {
		display: none;
	}
}

/** QA **/

.hp-section.hp-location .static-img img {
    width: 100%;
}
	
.hero__content .hero-container {
    height: 100%;
}
.hero__content .hero-container {
	height: 100%;
	width: 90%;
	max-width: 1280px;
	margin: auto;
}

@media (max-width: 840px) {
	.global__header .flex__menu {
		gap: 30px;
	}
	.hero__text h1, .hero__text p {
		text-align: center;
	}
	.hero__btn .btn_wrapper {
		justify-content: center;
		align-items: center;
	}
	.hero__content .hero-container {
		height: 100%;
		width: 75%;
	}
	.global__header .ry-left {
		width: 200px;
	}
	.hp-hero .hero__video {
		opacity: .5;
	}
}

@media (max-width: 640px) {
	.hero__content .hero-container {
		width: 85%;
	}
}
	
	section.banner.style2.relative {
    margin-top: 110px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	