@font-face {
    font-family: 'BioRhyme';
    src: url('../fonts/BioRhyme-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BioRhyme';
    src: url('../fonts/BioRhyme-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldplay';
    src: url('../fonts/Goldplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldplay';
    src: url('../fonts/goldplay_semibold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Goldplay';
    color: #382F2D;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.35px;
    line-height: 26px;
    background: #FFF;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
}

h1 {
    font-family: 'Helvetica';
    font-weight: font;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-family: 'Helvetica';
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}

h3,
h4,
h5,
h6 {
    font-family: 'Helvetica';
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

form,
input,
select,
textarea,
p {
    margin: 0px;
    padding: 0;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

.customClear {
    clear: both;
}

.overlayer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}


/*IE below 9*/

#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}


/*End IE below 9*/

* {
    box-sizing: border-box;
}

:root {
    --lightBrown: #CDA177;
    --brown: #AD7C59;
    --gray: #382F2D;
    --green: #475351;
    --white: #FFFFFF;
}

.announcement-bar {
    background: #444444;
    font-size: 16px;
    color: var(--lightBrown);
    font-family: 'BioRhyme';
    font-weight: 500;
    text-align: center;
    padding: 17px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.announcement-bar a {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--lightBrown);
    text-decoration: underline;
}

.announcement-bar a img {
    display: block;
}

.close-announcement {
    padding: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.close-announcement:hover {
    transform: translateY(-50%) rotate(90deg);
}

#header {
    max-width: 1286px;
    margin: 0 auto;
    width: 100%;
    min-height: 112px;
    background: var(--green);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    /* display: flex; */
    -webkit-box-shadow: 4px 4px 10px 0px rgba(42, 37, 30, 0.20);
    -moz-box-shadow: 4px 4px 10px 0px rgba(42, 37, 30, 0.20);
    box-shadow: 4px 4px 10px 0px rgba(42, 37, 30, 0.20);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#header .deskView,
#header .mobView {
    max-width: 1286px;
    margin: 0 auto;
    width: 100%;
    /* min-height: 112px;
	background: var(--green);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px; */
    display: flex;
    /* -webkit-box-shadow: 4px 4px 10px 0px rgba(42,37,30,0.20);
	-moz-box-shadow: 4px 4px 10px 0px rgba(42,37,30,0.20);
	box-shadow: 4px 4px 10px 0px rgba(42,37,30,0.20);
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10; */
}

#header nav {
    font-family: 'BioRhyme';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.35px;
    flex-grow: 1;
    display: flex;
    justify-content: end;
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
}

.page-logo {
    max-width: 210px;
    width: 17%;
    display: flex;
    justify-content: end;
    padding: 20px 10px 10px 0;
}

#header nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    height: 100%;
    /* align-items: center; */
    align-items: unset;
}

#header nav ul li {
    margin: 0 40px 0 0;
    align-items: center;
    display: flex;
    position: relative;
    height: 100%;
}

#header nav ul li.active::after,
#header nav ul li.current-menu-item::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: var(--lightBrown);
    height: 5px;
    border-radius: 5px;
}

#header nav ul a {
    color: #FFF;
    transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

#header nav ul a:hover {
    color: var(--lightBrown);
}

#header nav ul li.active a,
#header nav ul li.current-menu-item a {
    color: var(--lightBrown) !important;
}

.link-contact a {
    background: rgb(195, 153, 108);
    background: linear-gradient(90deg, rgba(195, 153, 108, 1) 0%, rgba(169, 124, 81, 1) 100%);
    display: block;
    border-radius: 16px;
    padding: 18px 59px 18px 26px;
    position: relative;
}

.link-contact a::after {
    content: "";
    background: url(../images/Icon-CedarLeaf-min-min.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    width: 28px;
    height: 21px;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
}

#header nav ul li.link-contact a:hover {
    color: #FFF;
}

footer {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    width: 100%;
    background: var(--green);
    min-height: 478px;
    background-position: -32px top, calc(100% + 100px) top;
    background-repeat: no-repeat, no-repeat;
    padding: 74px 20px 40px 20px;
}

footer a {
    color: #FFF;
    transition: color 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.footer-logo {
    padding-bottom: 50px;
}

footer nav {
    font-family: 'BioRhyme';
    font-weight: 500;
    padding-bottom: 55px;
}

footer nav a:hover,
.privacy a:hover {
    color: var(--lightBrown);
}

footer nav ul {
    justify-content: center;
    list-style: none;
    display: flex;
}

footer nav ul li {
    padding: 0 40px;
}

.social-media {
    padding-bottom: 40px;
}

.social-media a {
    margin: 0 17px;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.social-media a:hover {
    transform: scale(1.1);
}

.privacy {
    color: #AFAFAF;
    font-size: 14px;
    letter-spacing: normal;
}

.privacy a {
    color: #AFAFAF;
    text-decoration: underline;
}

.contentHolder {
    /* margin-top: -116px;
	padding: 116px 0 0 0; */
}


/* .mask { 
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;  
} */

.banner figure {
    background-repeat: no-repeat;
    background-position: center center;
}

.banner {
    /* width: 100vw; */
    display: flex;
    align-items: center;
}

.banner aside {
    max-width: 542px;
}

.banner h4,
.reachWrapper h4,
.locationLanding-text-wrap h4 {
    color: var(--brown);
    font-size: 16px;
    font-weight: 500;
    font-family: 'BioRhyme';
}

.banner h4,
.locationLanding-text-wrap h4 {
    line-height: 25px;
    padding: 0 0 16px 0;
}

.banner h2,
.testimonialWrapper h2,
.exploreWrapper h2,
.feeWrapper h2,
.toggleHolder .topSec,
.locationLanding-text-wrap h2,
.locationRegion h2,
.SearchRegionslist-content-wrap h2 {
    color: var(--gray);
    font-size: 56px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 56px;
    padding: 0 0 56px 0;
}

.banner p,
.locationLanding-text-wrap p {
    color: var(--gray);
    font-size: 20px;
    font-weight: 500;
    font-family: 'Goldplay';
    line-height: 26px;
    padding: 0 0 48px 0;
}

.btnV1 {
    color: var(--white);
    font-size: 16px;
    font-family: 'BioRhyme';
    /* font-weight: bold; */
    text-align: center;
    min-width: 239px;
    height: 58px;
    display: inline-block;
    background: var(--green);
    border: 1px solid var(--green);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    line-height: 55px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


/* .btnV1:hover, .btnV2:hover, .link-contact a:hover {
    box-shadow: 0 0.8em 0.5em -0.4em #080f0842;
	-webkit-box-shadow: 0 0.8em 0.5em -0.4em #080f0842;
    transform: translateY(-0.25em);
	-webkit-transform: translateY(-0.25em); 
} */

.sliderLeft:hover,
.sliderRight:hover {
    transform: translateY(-0.25em);
    -webkit-transform: translateY(-0.25em);
}

.btnV1:hover:after {
    width: 100%;
    left: 100%;
}

.btnV1:after {
    content: '';
    width: 0%;
    height: 100%;
    background: rgba(223, 214, 207, 0.5);
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
    opacity: 0.2;
}

.btnV1,
.btnV2,
.sliderLeft,
#header nav ul a,
.sliderRight,
.toggleHolder .topSec,
.selectBox::after,
.mobileNav,
.mobileNavCtrl::after,
.mobileNavCtrl::before {
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.btnV1:after,
.btnPlay,
.formHolder a {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.bannerWrapper {
    background: #EFE5DE;
}

.pageCenter {
    max-width: 1286px;
    margin: 0 auto;
}

.graphicsHolder {
    position: relative;
}

.bannerSvg {
    position: relative;
    z-index: 2;
}

.shape1 {
    width: 478px;
    height: 453px;
    content: '';
    position: absolute;
    right: -167px;
    bottom: 0px;
    z-index: 0;
}

.banner.V1 .shape1 {
    right: -234px;
    bottom: 98px;
}

.shape2 {
    background: url('../images/bannerShape2.png') no-repeat 0 0 / contain;
    /* width: 225px;
	height: 167px; */
    position: absolute;
    /* left: 74px; */
    bottom: 24px;
    z-index: 2;
    width: 272px;
    height: 202px;
    left: 38px;
}

.banner.V1 aside {
    padding: 69px 40px 0 0;
}

.banner.V2 .shape2 {
    left: -41px;
    bottom: -39px;
    transform: rotate(338deg);
    -webkit-transform: rotate(338deg);
}

.bannerMainSlider .banner.V1 {
    /* padding-top: 187px; */
}

.articleV1 {
    width: 475px;
    padding: 24px 24px 56px 24px;
    margin: 0 32px 0 0;
    box-sizing: border-box;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: 1px 2px 15px rgba(56, 47, 45, 15);
    -webkit-box-shadow: 1px 2px 15px rgba(56, 47, 45, 0.15);
}

.articleV1 figure {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 242px;
    margin: 0 0 32px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.articleV1 h3,
.reachWrapper h2 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'BioRhyme';
}

.articleV1 h3 {
    color: var(--brown);
    line-height: 36px;
    padding: 0 0 8px 27px;
}

.articleV1 p {
    color: var(--gray);
    font-size: 20px;
    font-weight: 500;
    font-family: 'Goldplay';
    line-height: 26px;
    padding: 0 0 0 27px;
}

.articleWrapper {
    padding: 117px 0 126px 0;
}

.articleWrapper h4,
.testimonialWrapper h4,
.testimonialSlider p,
.testimonialSlider span,
.toggleHolder h4 {
    color: var(--brown);
    font-size: 16px;
    font-weight: 500;
    font-family: 'BioRhyme';
    line-height: 25px;
    padding: 0 0 16px 0;
}

.articleWrapper h2 {
    color: var(--gray);
    font-size: 50px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 56px;
    padding: 0 0 57px 0;
}

.articleSlider {
    /* display: flex; */
    /* align-items: center;  */
    width: 90%;
    /* fallback if needed */
    width: calc((100vw - 1286px)/2 + 1286px);
}

.bottomCtrl {
    display: flex;
    padding: 57px 0 0 0;
}

.sliderLeft,
.largeGalSlider .owl-prev {
    background: url('../images/sliderCtrl.png') no-repeat 0 0;
    width: 53px;
    height: 57px;
    margin: 0 40px 0 0;
}

.sliderRight,
.largeGalSlider .owl-next {
    background: url('../images/sliderCtrl.png') no-repeat right 0;
    width: 53px;
    height: 57px;
}

.btnV2 {
    color: var(--green);
    font-size: 16px;
    font-family: 'BioRhyme';
    font-weight: 500;
    text-align: center;
    min-width: 210px;
    height: 58px;
    display: inline-block;
    border: 2px solid var(--green);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    line-height: 52px;
    margin-left: auto;
    position: relative;
    padding-right: 40px;
    padding-left: 24px;
}

.btnV2::after {
    content: '';
    background: url('../images/buttonArrow.png') no-repeat 0 0;
    width: 14px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 5px;
    bottom: 0;
    margin: auto;
}

.extensionWrapper {
    background-color: var(--green);
    background-position: -32px top, calc(100% + 100px) top;
    background-repeat: no-repeat, no-repeat;
    padding: 199px 0 293px 0;
    text-align: center;
}

.extensionWrapper h2 {
    color: var(--lightBrown);
    font-size: 56px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 56px;
    /* padding: 0 0 32px 0;  */
    padding: 0;
    max-width: 880px;
    display: block;
    margin: 31px auto 0;
}

.thumbPicV1 {
    position: absolute;
    left: -40px;
    top: -25px;
}

.articleV2 {
    width: 475px;
    padding: 0 0 56px 0;
    margin: 0 74px 0 0;
    box-sizing: border-box;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: 1px 2px 15px rgba(56, 47, 45, 15);
    -webkit-box-shadow: 1px 2px 15px rgba(56, 47, 45, 0.15);
}

.articleV2 .topSec {
    background-color: #AD7C59;
    padding: 41px 0 41px 176px;
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    position: relative;
}

.articleV2 .topSec h3 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 500;
    font-family: 'BioRhyme';
    line-height: 28px;
}

.articleV2 .topSec h3 span {
    display: block;
    font-size: 20px;
    font-family: 'Goldplay';
    font-weight: normal;
    line-height: 26px;
}

.articleV2 p {
    padding: 64px 41px 0 41px;
    line-height: 26px;
}

.banner.V1 {
    padding: 50px 0 64px 90px;
}

.banner.V1 .mask {
    -webkit-mask-image: url('../images/Hero-Image.png');
    mask-image: url('../images/Hero-Image.png');
    width: 658px;
    height: 683px;
    position: relative;
    z-index: 1;
}

.banner.V2 {
    padding: 0 0 0 0;
}

.banner.V2 aside {
    padding: 69px 0 0 40px;
}

.banner.V2 .shape1 {
    /* width: 478px;
    height: 453px; */
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: -297px;
    top: -79px;
    z-index: 0;
}

.email_to2 {
    display: none;
}

.storyWrapper,
.missionWrapper {
    background: #EFE5DE;
}

.storyWrapper {
    padding: 116px 0;
}

.storyWrapper .banner h2 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 30px;
}

.locationWrapper .graphicsHolder {
    padding: 0;
    width: 50%;
}

.locationWrapper h2 {
    font-size: 50px;
    line-height: 54px;
    padding-bottom: 22px;
}

.contactWrapper {
    background: #EFE5DE;
    padding: 216px 0;
    text-align: center;
}

.contactWrapper h4,
.privacyWrapper h4 {
    color: var(--brown);
    font-size: 16px;
    font-weight: 500;
    font-family: 'BioRhyme';
    line-height: 25px;
    padding: 0 0 24px 0;
}

.contactWrapper h2,
.privacyWrapper h2 {
    color: var(--gray);
    font-size: 56px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 56px;
    padding: 0 0 32px 0;
}

.contactWrapper p,
.reachWrapper p {
    color: var(--gray);
    font-size: 20px;
    font-weight: 500;
    font-family: 'Goldplay';
    line-height: 26px;
}

.contactWrapper p {
    margin: 0 auto;
    padding: 0 0 48px 0;
    max-width: 696px;
    display: block;
}

.owl-item {
    display: inline-block;
}

.owl-dots {
    text-align: center;
    height: 12px;
    position: relative;
    bottom: 51px;
}

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: rgba(205, 161, 119, 0.50);
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 16px 0 0;
    cursor: pointer;
}

.owl-dots .owl-dot.active {
    background: var(--brown);
    cursor: default;
}

.owl-nav.disabled {
    display: none !important
}

.infoActive #header {
    top: 60px;
}


/* .infoActive {
    margin-top: 60px;
} */

.articleSlider .owl-item {
    width: 475px !important;
}

.banner.V3 {
    padding: 101px 0 125px 0;
}

.banner.V3 .shape1 {
    width: 478px;
    height: 453px;
    content: '';
    position: absolute;
    left: -209px;
    bottom: 85px;
    z-index: 0;
}

.banner.V3 aside {
    padding: 69px 0 0 40px;
    margin-left: auto;
}

.bannerWrapper.leftBg {
    background: #EFE5DE;
}

.infoHolder {
    background: #EFE5DE;
    /* padding: 36px 34px 20px 34px; */
    padding: 36px 34px 36px 34px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
}

.infoHolder h4 {
    line-height: 18px;
    padding: 0 0 24px 0;
}

.infoHolder ul {
    margin: 0;
    padding: 0;
}

.infoHolder li {
    color: var(--gray);
    font-size: 20px;
    font-family: 'Goldplay';
    line-height: 26px;
    font-weight: 500;
    padding: 0 0 16px 41px;
    background: url('../images/infoList.png') no-repeat left 2px;
    list-style: none;
}

.infoHolder li:last-child {
    padding-bottom: 0px !important;
}

.banner.V4 aside {
    padding: 69px 40px 0 0;
}

.banner.V4 .shape1 {
    width: 478px;
    height: 453px;
    content: '';
    position: absolute;
    right: -240px;
    top: 61px;
    z-index: 0;
}

.banner.V5 aside {
    padding: 69px 0 0 40px;
}

.banner.V5 .shape1 {
    width: 478px;
    height: 453px;
    content: '';
    position: absolute;
    left: -240px;
    top: 61px;
    z-index: 0;
}

.communicationWrapper {
    background: #F7F8F9;
    padding: 80px 0 124px 0;
}

.communicationCont h2 {
    font-size: 50px;
    padding-bottom: 15px;
}

.communicationCont .left {
    padding: 0 127px 0 0;
}

.communicationCont .right {
    margin-top: auto;
}

.banner.V1 .bannerSvg {
    right: -61px;
}

.banner.V2 .bannerSvg {
    left: -69px;
}

.banner.V4,
.banner.V5 {
    padding: 60px 0 80px 0;
}

.topSection .banner.V3 {
    padding-top: 0;
}

.banner.V4 h2,
.banner.V5 h2 {
    padding-bottom: 25px;
}

.communicationCont p {
    padding: 0 0 21px 0;
}

.communicationCont .secIcon {
    margin: 0 0 25px 0;
}

.communicationCont h4 {
    padding: 0 0 31px 0;
}

.reachWrapper {
    text-align: center;
    padding: 121px 0 118px 0;
}

.reachItems strong {
    color: #D8D8D8;
    font-size: 70px;
    line-height: 56px;
    font-family: 'BioRhyme';
    font-weight: bold;
    display: block;
    padding: 0 0 18px 0;
    background: #D6BDA2;
    background: linear-gradient(to left, #D6BDA2 0%, #CCA986 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reachWrapper h2 {
    max-width: 980px;
    line-height: 36px;
    display: inline-block;
    padding: 16px 0 48px 16px;
}

.reachHolder {
    max-width: 980px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.reachItems {
    max-width: 380px;
    border-left: 2px solid #D8D8D8;
    width: 34%;
}

.reachItems:first-child {
    border: none;
}

.reachItems span {
    color: #444444;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Goldplay';
    max-width: 220px;
    display: inline-block;
    padding: 0 0 6px 0;
}

.banner.V6 h2 {
    font-size: 40px;
    line-height: 42px;
    padding: 0 0 57px 0;
}

.missionWrapper h2 {
    padding: 0 0 30px 0 !important;
}

.missionWrapper {
    padding: 70px 0 27px 0;
}

svg {
    overflow: hidden;
}

.svg-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.svg-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner.V6 .shape1 {
    bottom: 105px;
}

.reachWrapper p {
    padding: 0 0 47px 0;
}

.galleryWrapper {
    padding: 143px 0 149px 0;
}

.galleryWrapper h3 {
    color: #444444;
    font-size: 32px;
    line-height: 36px;
    font-family: 'BioRhyme';
    font-weight: bold;
    display: block;
    padding: 0 0 34px 0;
}

.gallerySlider .slideList {
    width: 526px;
    height: 335px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.galleryWrapper .bottomCtrl {
    float: right;
}

.reachWrapper.career {
    padding: 200px 0 200px 0;
}

.programCont .banner:first-child {
    padding-top: 0;
}

.entrolWrapper {
    padding: 247px 0 130px 0;
}

.contactLeft {
    padding: 0 95px 0 90px;
}


.entrolWrapper .pageCenter {
    padding-top: 68px;
}

.formHolder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    gap: 50px;
    list-style: none;
    text-align: center;
    align-items: center;
    max-width: 1112px;
    margin: 0 auto;
}

.formHolder a {
    background: url('../images/file.png') no-repeat center 43px/ 16%;
    width: 30%;
    max-width: 339px;
    min-height: 254px;
    padding: 133px 48px 43px 48px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    box-sizing: border-box;
    display: list-item;
    align-self: center;
    text-align: -webkit-match-parent;
    box-shadow: 0px 2px 15px rgba(56, 47, 45, 0.1);
    -webkit-box-shadow: 0px 2px 15px rgba(56, 47, 45, 0.1);
    text-align: center;
}

.formHolder a strong {
    text-align: center;
    display: block;
    color: var(--brown);
    font-size: 24px;
    font-weight: 500;
    font-family: 'BioRhyme';
    line-height: 28px;
}

.entrolWrapper h4 {
    color: var(--brown);
    /* font-size: 24px; */
    font-size: 16px;
    font-weight: 500;
    font-family: 'BioRhyme';
    /* line-height: 28px; */
    line-height: 25px;
    text-align: center;
    /* padding: 0 0 54px 0; */
    padding: 0 0 24px 0;
}

.entrolWrapper h2 {
    color: var(--gray);
    /* font-size: 50px; */
    font-size: 56px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 56px;
    padding: 0 0 57px 0;
    text-align: center;
    max-width: 1043px;
    margin: 0 auto;
}

.contactFormWrapper {
    background: #EFE5DE;
    padding: 144px 0 122px 0;
}

.contactFormWrapper .pageCenter {
    display: flex;
}

.contactLeft,
.contactRight {
    width: 50%;
}

.contactRight {
    max-width: 540px;
}

.contactLeft, .contactRight {
    width: 50%;
}

.contactFormWrapperv2 .pageCenter {
    display: block;
}

.contactFormWrapperv2 .contactLeft,
.contactFormWrapperv2 .contactRight {
    padding:0;
    max-width: 810px;
    margin: auto;
    width: 100%;
}

.contactLeft h4 {
    color: var(--brown);
    font-size: 16px;
    font-weight: 500;
    font-family: 'BioRhyme';
    line-height: 25px;
    /* padding: 0 0 34px 0; */
    padding: 0 0 16px 0;
}

.contactLeft h2 {
    color: var(--gray);
    font-size: 56px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 56px;
    padding: 0 0 29px 0;
    max-width: 1043px;
    margin: 0 auto;
}

.contactLeft p {
    font-size: 20px;
    line-height: 26px;
}

.fieldHolder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: space-between;
}

.inputHolder {
    margin: 0 0 20px 0;
    width: 100%;
}

.inputHolder input,
.inputHolder textarea,
.inputHolder select {
    font-family: 'Goldplay';
    color: var(--gray);
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    padding: 0 16px;
    border: none;
    background: #FFFFFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.inputHolder select {
    min-width: 117px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--white) url('../images/selectIcon.png') no-repeat calc(100% - 15px) 19px / 15px;
    cursor: pointer;
}

.inputHolder select:focus {
    border: none;
    outline: none;
}

.inputHolder select:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.searchHolderV1 button {
    background: none;
    cursor: pointer;
}

.inputHolder select {
    color: #A8A8A8;
}

.inputHolder input::placeholder,
.searchHolderV1 input::placeholder {
    color: #A8A8A8;
    opacity: 1;
}

.inputHolder input:-ms-input-placeholder,
.searchHolderV1 input:-ms-input-placeholder {
    color: #A8A8A8;
}

.inputHolder input::-ms-input-placeholder,
.searchHolderV1 input::-ms-input-placeholder {
    color: #A8A8A8;
}

.inputHolder input:focus::placeholder,
.searchHolderV1 input:focus::placeholder {
    color: #E8E8E8;
    opacity: 1;
}

.inputHolder textarea::placeholder {
    color: #A8A8A8;
    opacity: 1;
}

.inputHolder textarea:-ms-input-placeholder {
    color: #A8A8A8;
}

.inputHolder textarea::-ms-input-placeholder {
    color: #A8A8A8;
}

.inputHolder input:focus::placeholder,
.searchHolderV1 input:focus::placeholder {
    color: #E8E8E8;
    opacity: 1;
}

.inputHolder input:focus:-ms-input-placeholder,
.searchHolderV1 input:focus:-ms-input-placeholder {
    color: #E8E8E8;
}

.inputHolder input:focus::-ms-input-placeholder,
.searchHolderV1 input:focus::-ms-input-placeholder {
    color: #E8E8E8;
}

.inputHolder textarea:focus::placeholder {
    color: #E8E8E8;
    opacity: 1;
}

.inputHolder textarea:focus:-ms-input-placeholder {
    color: #E8E8E8;
}

.inputHolder textarea:focus::-ms-input-placeholder {
    color: #E8E8E8;
}

.inputHolder input,
.inputHolder select {
    height: 56px;
}

.inputHolder textarea {
    height: 179px;
    padding: 16px;
    overflow: auto;
}

 .fieldHolder.twoChild .inputHolder {
    width: 48.1%;
}


.contactFormWrapperv2 .fieldHolder.twoChild .inputHolder {
    width: 48.6%;
}


/* .locationTopBanner {
	padding: 152px 0 65px 0 !important;
} */

.locationListHolder {
    padding: 125px 0 140px 0;
}

.locationListHolder ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    gap: 50px;
    list-style: none;
    align-items: center;
    max-width: 1112px;
    margin: 0 auto;
}

.locationListHolder li {
    width: 29.9%;
    max-width: 339px;
    padding: 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    box-sizing: border-box;
    display: list-item;
    align-self: center;
}

.locationListHolder h2 {
    font-size: 56px;
    font-weight: bold;
    font-family: 'BioRhyme';
    text-align: center;
    line-height: 60px;
    display: block;
    padding: 0 0 88px 0;
}

.locationListHolder li {
    /* padding: 0 0 60px 0; */
}

.locationListHolder li h4 {
    color: var(--brown);
    font-size: 32px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 36px;
    padding: 0 0 27px 0;
}

.locationListHolder li h4 a {
    color: var(--brown);
}

.locationListHolder li span {
    font-size: 18px;
    color: var(--gray);
    line-height: 26px;
    font-family: 'Goldplay';
    font-weight: bold;
    padding: 0 0 33px 0;
    display: block;
}

.locationListHolder li p {
    font-size: 18px;
    color: var(--gray);
    line-height: 22px;
    font-family: 'Goldplay';
    font-weight: 500;
}

.locationListHolder li p a {
    color: var(--gray);
}

.locationSearchCont {
    display: flex;
    flex-wrap: wrap;
}

.locationSearchWrapper {
    background: #EFE5DE;
}

.searchSec,
.mapSec {
    width: 50%;
}

.searchSec {
    text-align: right;
    padding: 142px 0 108px 0;
}

.searchCont {
    max-width: 617px;
    display: inline-block;
    text-align: left;
    padding: 0 79px 0 0;
}

.searchCont h2 {
    color: var(--gray);
    font-size: 56px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 60px;
    /* padding: 0 0 16px 0; */
    padding: 0 0 40px 0;
}

.searchHolderV1 {
    display: flex;
    padding: 0 0 46px 0;
}

.searchHolderV1 input {
    font-size: 18px;
    color: var(--gray);
    line-height: 22px;
    font-family: 'Goldplay';
    font-weight: 500;
    height: 56px;
    padding: 0 16px;
    max-width: 371px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.btnV2.btnSearch {
    width: 149px;
    min-width: auto;
    margin: 0 0 0 20px;
}

.searchCont h3 {
    color: var(--gray);
    font-size: 32px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 36px;
    padding: 0 0 14px 0;
}

.searchlist h4 {
    color: var(--brown);
    font-size: 24px;
    font-weight: 500;
    font-family: 'BioRhyme';
    line-height: 28px;
    padding: 0 0 10px 0;
}

.searchlist h4 a {
    color: var(--brown);
}

.searchlist p {
    color: var(--gray);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 0 0;
}

.searchlist {
    padding: 25px 0 27px 0;
    border-bottom: 1px solid #DFD0C5;
}

.searchlist:last-of-type {
    border: none;
}

.banner.V4.locationTopBanner .shape1 {
    width: 478px;
    height: 453px;
    content: '';
    position: absolute;
    right: -87px;
    top: 157px;
    z-index: 0;
}

.contactFormWrapper.single {
    padding: 244px 0 122px 0;
}

.contactFormWrapper.message .contactLeft {
    text-align: center;
    width: 100%;
    padding-bottom: 154px;
}

.messageBtnHolder {
    display: inline-flex;
    /* max-width: 480px; */
    /* margin: 54px auto 0 auto; */
    margin-top: 54px;
}


.messageBtnHolder a:nth-child(2) {
    margin-left: 20px;
}

.messageBtnHolder h2 {
    padding: 0 0 45px 0;
}

.galleryLarge {
    max-width: 917px;
    /* width: 100%; */
    position: fixed;
    top: 0;
    left: 0;
    bottom: -700px;
    right: 0;
    margin: auto;
    height: fit-content;
    z-index: 10000;
    display: none;
}

.modalActive .galleryLarge {
    bottom: 0;
}

.largeGalSlider .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.galleryLarge .owl-dots {
    display: none;
}

.largeGalSlider {
    overflow: hidden;
}

.galleryLarge .bottomCtrl {
    padding: 24px 0 0 0;
    justify-content: center;
}

.largeGalSlider .owl-item {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.largeGalSlider img {
    max-width: 917px;
    height: 100%;
    visibility: hidden;
}

.btnClose {
    background: url('../images/close.png') no-repeat 0 0;
    width: 53px;
    height: 57px;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -68px;
}

.locationListHolder.dtl {
    padding-bottom: 71px;
}

.locationListHolder.dtl ul {
    display: grid !important;
    grid-template-areas: 'gridAddress gridPhone gridHour' 'gridLicense gridPrograms gridHour'
}

.gridAddress {
    grid-area: gridAddress;
}

.gridPhone {
    grid-area: gridPhone;
}

.gridHour {
    grid-area: gridHour;
}

.locationListHolder.dtl h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 0 20px 0;
}

.locationListHolder.dtl li {
    padding: 0;
    width: auto;
    max-width: inherit;
    margin-bottom: auto;
}

.locationListHolder.dtl li span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 0 0px 0;
}

.locationListHolder li p {
    padding: 0 0 12px 0;
}

.locationListHolder li b {
    font-weight: 700;
}

.secBtm p {
    font-size: 16px;
    line-height: 25px;
    color: var(--brown);
    font-weight: 500;
    font-family: 'BioRhyme';
    margin-right: auto;
}

.tourWrapper {
    background: var(--green);
    min-height: 478px;
    background-position: 0px top, right top;
    background-repeat: no-repeat, no-repeat;
    padding: 136px 0 130px 0;
    text-align: center;
}

.tourWrapper .pageCenter {
    display: flex;
    flex-direction: column;
}

.tourWrapper h2 {
    color: var(--lightBrown);
    font-size: 56px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 56px;
    padding: 0 0 32px 0;
    max-width: 880px;
    display: block;
    margin: 31px auto 0;
}

.tourWrapper span {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Goldplay';
    color: #FFFFFF;
    padding: 0 0 0 0;
    font-weight: 500;
}

.tourList,
.tourWrapper iframe {
    max-width: 789px;
    height: 404px;
    width: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 72px auto 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
}

.storyWrapper.learn {
    background: #FFFFFF;
}

.storyWrapper.learn .banner h2 {
    font-size: 50px;
    line-height: 56px;
    padding: 0 0 36px 0;
}

.testimonialWrapper {
    background: #EFE5DE;
    padding: 104px 0 91px 0;
}

.testimonialWrapper h4 {
    text-align: center;
    padding: 0 0 37px 0;
}

.testimonialWrapper h2 {
    text-align: center;
    padding: 0 0 77px 0;
}

.testimonialWrapper h4 {
    text-align: center;
    padding: 0 0 16px 0;
}

.testimonialSlider {
    max-width: 920px;
    min-height: 291px;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 56px 65px;
    text-align: center;
    box-shadow: 1px 1px 14px #382f2d30;
    -webkit-box-shadow: 1px 1px 14px #382f2d30;
    border-radius: 40px;
    -webkit-border-radius: 40px;
}

.testimonialSlider .owl-stage-outer {
    overflow: hidden;
}

.testimonialSlider p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 0 28px 0;
}

.testimonialSlider span {
    font-size: 16px;
    color: var(--green);
    line-height: 25px;
    font-weight: 500;
}

.testimonialWrapper .bottomCtrl {
    justify-content: center;
}

.btnmedia {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    width: 137px;
    height: 61px;
    display: inline-block;
    margin-left: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    filter: grayscale(100%);
}

.btnmedia:hover {
    filter: grayscale(0%);
}

.secBtm .pageCenter {
    display: flex;
    border-top: 1px solid #DFD0C5;
    margin: 34px auto 27px auto;
    padding: 43px 0 0 0;
    align-items: center;
}

.exploreWrapper {
    background: #EFE5DE;
    padding: 124px 0 110px 0;
    background-image: url(../images/preSchoolLeft.png), url(../images/preSchoolRight.png);
    background-position: 0px top, right top;
    background-repeat: no-repeat, no-repeat;
    padding: 136px 0 130px 0;
    text-align: center;
}

.exploreWrapper h2 {
    text-align: center;
}

.videoHolder {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 949px;
    height: 549px;
    margin: 0 auto;
    position: relative;
    border-radius: 40px;
    -webkit-border-radius: 40px;
}

.btnPlay {
    width: 100%;
    height: 100%;
    background: url('../images/btnPlay.png') no-repeat center center;
    background-size: 136px 152px !important;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btnPlay:hover {
    background-size: 200px;
}

.articleWrapperV2 .communicationCont .left {
    /* max-width: 658px; */
    max-width: 685px;
}

.articleWrapperV2 .communicationCont .right p {
    padding-top: 3px;
}

.articleWrapperV2 .communicationCont .right {
    /* margin-top: 0; */
    /* margin-left: auto; */
    /* margin-left: 0; */
    max-width: 487px;
    margin: 0;
}

.articleWrapperV2 .communicationCont {
    padding: 0 0 92px 0;
}

.articleV2 h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    padding: 53px 41px 0 41px;
}

.articleWrapperV2 .articleV2 p {
    padding-top: 20px;
}

.btnV2.download::after {
    background: url('../images//btnDownload.png') no-repeat 0 0;
    width: 15px;
    height: 14px;
}

.btnV2.download {
    padding-right: 56px;
}

.feeWrapper {
    background: var(--white) url('../images/bgTuition.png') no-repeat;
    background-position: calc(100vw - 494px) 69px;
    padding: 102px 0 102px 0;
}

.feeWrapper h2 {
    text-align: center;
}

.toggleHolder {
    /* max-width: 920px; */
    max-width: 1024px;
    margin: 0 auto 57px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: 1px 1px 22px #bebebea6;
    -webkit-box-shadow: 1px 1px 22px #bebebea6;
}

.toggleHolder .topSec {
    color: var(--white);
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    background: var(--green);
    padding: 24px 0 24px 39px;
    position: relative;
    cursor: pointer;
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
}

.toggleHolder .topSec::after {
    content: '';
    background: url(../images/btnArrowToggle.png) no-repeat 0 0 / contain;
    width: 23px;
    height: 23px;
    right: 30px;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}

.toggleHolder {
    position: relative;
    overflow: hidden;
}


/* .toggleHolder::before {
    content: '';
    background: #F1F1F1;
    width: 37px;
    height: 34px;
    left: 0;
    top: 10%;
    position: absolute;
    margin: auto;
} */

.toggleHolder.selected .topSec::after {
    margin-top: 5px;
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
}

.toggleHolder.selected .topSec {
    border-radius: 40px 40px 0px 0px;
    -webkit-border-radius: 40px 40px 0px 0px;
}

.toggleHolder .contSec {
    overflow: hidden;
    /* margin: 0 0 50px 0; */
    display: flex;
    background: var(--white);
}

.toggleHolder .toggle {
    display: none;
}

.toggleHolder .leftSec {
    padding: 24px 18px 34px 39px;
    background: #F1F1F1;
    /* max-width: 380px;   */
    vertical-align: top;
    min-width: 328px;
    max-width: 328px;
    width: 100%;
    position: relative;
}

.toggleHolder .leftSec p {
    font-size: 20px;
    line-height: 35px;
}

.toggleHolder .leftSec b {
    font-weight: 700;
}

.toggleHolder .rightSec {
    padding: 24px 18px 18px 39px;
}

.toggleHolder .rightSec ul {
    padding: 0;
    margin: 0;
    color: var(--gray);
    font-size: 18px;
    list-style: none;
}

.toggleHolder .rightSec ul li {
    position: relative;
    padding: 0 0 8px 18px;
    /*width: max-content;*/
}

.toggleHolder .rightSec ul li::after {
    content: '';
    background: var(--gray);
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.privacyWrapper {
    padding: 224px 0 112px 0;
}

.privacyWrapper .pageCenter {
    max-width: 1110px;
}

.privacyWrapper h4,
.privacyWrapper h2 {
    text-align: center;
}

.privacyWrapper h2 {
    padding: 0 0 62px 0;
}

.privacyWrapper h3 {
    color: var(--green);
    font-size: 32px;
    font-weight: bold;
    font-family: 'BioRhyme';
    line-height: 36px;
    padding: 20px 0 24px 0;
}

.privacyWrapper p {
    color: var(--gray);
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 24px 0;
}


/* .selectBox select { 
    position: relative;
    padding: 16px 42px 16px 16px;
    cursor: pointer;
	background: #FFFFFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
} */

.selectBox .inputHolder {
    margin: 0px;
}

.selectBox::after {
    content: '';
    background: url(../images/buttonArrow.png) no-repeat 0 0;
    width: 14px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.selectBox.show:after {
    transform: rotateZ(270deg);
    -webkit-transform: rotateZ(270deg);
}

.selectBox__value {
    color: var(--gray);
    font-size: 18px;
}


/* .selectBox__value.active {
	color: var(--gray);
} */

.selectBox.show {
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
}

.selectBox.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    overflow: auto;
}

.selectBox .dropdown-menu {
    opacity: 0;
    display: block;
    background: #465351;
    top: 100%;
    width: 100%;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    visibility: hidden;
}

.selectBox .dropdown-menu a {
    color: #FFFFFF;
    font-size: 17px;
    padding: 14px 24px;
    line-height: 16px;
}

.selectBox .dropdown-menu a:hover {
    background: #263331;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.resultFilter {
    display: flex;
    align-items: center;
}

.resultFilter .selectBox {
    margin: 0 0 0 14px;
}

.articleSlider.sliderA .owl-stage,
.articleSlider.sliderB .owl-stage {
    display: flex;
}

.articleSlider.sliderA .owl-item,
.articleSlider.sliderB .owl-item {
    display: flex;
}

.articleSlider .item {
    min-width: 100%;
}

.mobView {
    display: none !important;
}

.locationWrapper .graphicsHolder.mobView {
    display: none !important;
}

.locationWrapper .graphicsHolder.deskView {
    display: flex !important;
}

.articleSlider .owl-dots,
.gallerySlider .owl-dots {
    bottom: 0;
    width: calc(100vw - 5vw);
    padding: 20px 0 20px;
    height: auto;
}

.testimonialSlider .owl-dots {
    bottom: -84px;
}

.entrolWrapper.topSection .pageCenter,
.contactFormWrapper.single.topSection .pageCenter,
.privacyWrapper.topSection .pageCenter {
    padding-top: 102px;
}

.link-contact.link-contact::after {
    display: none !important;
}

#header nav ul li.link-contact.link-contact a {
    color: var(--white) !important;
}

.milesFilter {
    width: 128px;
    display: inline-block;
}

.milesFilter select {
    font-size: 18px;
    color: var(--gray);
    line-height: 22px;
    font-family: 'Goldplay';
    font-weight: 500;
    margin-left: 12px;
    height: 56px;
    background: var(--white) url(../images/selectIcon.png) no-repeat calc(100% - 15px) center / 16px;
    padding: 0 16px;
    max-width: 371px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-appearance: none;
}

#header .mobView {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    max-width: inherit;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background: var(--white);
    overflow: auto;
}

#header .mobView .page-logo {
    max-width: inherit;
    width: 100%;
    max-height: inherit;
    display: block;
    padding: 12px 0;
    text-align: center;
    background: #475351;
    box-shadow: 1px 1px 14px #1f201f52;
    -webkit-box-shadow: 1px 1px 14px #1f201f52;
}

#header .mobView .page-logo img {
    /* max-width: 100%; */
    max-width: 80px;
}

#header .mobView nav {
    display: block;
    /* padding: 0 0 107px 0; */
    padding: 0 0 65px 0;
    border-bottom: 2px solid #DFD0C5;
    margin: 0 26px 0 26px;
}

#header .mobView nav ul {
    display: block;
    text-align: center;
    padding: 0;
}

header .mobView nav ul li {
    margin: 0;
    text-align: center;
    width: 100%;
    display: block !important;
    font-size: 18px;
    padding-bottom: 24px;
}

header .mobView nav ul li a {
    color: var(--green) !important;
    line-height: 22px;
}

header .mobView ul li.active::after {
    display: none;
}

header .mobView .link-contact a {
    max-width: 210px;
    height: 56px;
    line-height: 48px;
    margin: 0 auto;
    color: var(--white) !important;
    padding: 4px 59px 18px 26px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

header .mobView .social-media {
    text-align: center;
    /* padding: 52px 0 22px; */
    padding: 35px 0 22px;
}

header .mobView .social-media img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(3%) saturate(514%) hue-rotate(123deg) brightness(97%) contrast(94%);
}

header .mobView .privacy {
    text-align: center;
    font-size: 9px;
}

.mobileNavCtrl {
    width: 24px;
    height: 14px;
    display: block;
    top: 0;
    /* left: 20px; */
    left: 5vw;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.mobileNav {
    /* height: 0%; */
    padding: 78px 0 74px 0;
    overflow: auto;
    box-sizing: border-box;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.mobNavSelected .mobileNav {
    height: 100%;
    /* display: block; */
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

#header .mobView {
    /* height: 86px; */
    height: 80px;
    overflow: hidden;
}

.mobNavSelected #header .mobView {
    height: 100vh;
    /* overflow: auto; */
}

.mobileNavCtrl::after,
.mobileNavCtrl::before {
    width: 24px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    background: var(--white);
}

.mobileNavCtrl::after {
    top: 0
}

.mobileNavCtrl::before {
    bottom: 0
}

.mobNavSelected .mobileNavCtrl::after {
    top: 6px;
    transform: rotateZ(140deg);
    -webkit-transform: rotateZ(140deg);
}

.mobNavSelected .mobileNavCtrl::before {
    top: 6px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}

.page-logo {
    position: relative
}

.searchHolderV1 .btnV2 {
    color: var(--green) !important;
    font-size: 16px !important;
    font-family: 'BioRhyme' !important;
    font-weight: 500 !important;
    background: transparent url('../images/buttonArrow.png') no-repeat calc(109% - 29px) center;
    text-align: center;
    height: 58px !important;
    display: inline-block;
    border: 2px solid var(--green) !important;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    line-height: 52px !important;
    position: relative;
    padding-right: 40px !important;
    padding-left: 24px !important;
    cursor: pointer;
}

.owl-dots {
    display: none;
}

.bannerMainSlider .owl-dots {
    display: block;
}

#menu-footer-menu .current-menu-item a {
    color: var(--lightBrown);
}

.secBtm .social-media {
    padding-bottom: 0 !important;
}

.secBtm .social-media a {
    margin: 0 0 0 17px;
}

.communicationCont.banner {
    display: block !important;
}

.communicationCont.banner .communicationBtm {
    display: flex;
}

.communicationCont .right {
    /* margin-top: auto; */
    max-width: 42%;
    margin: 0;
}

.communicationCont .right p {
    padding-top: 5px;
}

.reachWrapper.career h2 {
    font-size: 40px;
    line-height: 62px;
    padding-bottom: 24px;
}

footer nav ul {
    padding: 0;
}

.btnmedia {
    box-shadow: 1px 1px 6px #382f2d14;
    -webkit-box-shadow: 1px 1px 6px #382f2d14;
}

select {
    color: var(--gray) !important;
}

.extensionWrapper {
    background-size: 27%;
    /* padding: 199px 0 193px 0; */
    padding: 261.5px 0 255.5px 0;
}

select:invalid,
select.selected {
    color: #A8A8A8 !important;
}

.btnV1:hover {
    background: #AD7C59 !important;
    border: 1px solid #AD7C59 !important;
}

.btnV2:hover {
    color: var(--white) !important;
    background-color: #475351 !important;
}

.formHolder a:hover {
    background-color: #EFE5DE !important;
}

.btnV2:hover::after {
    background-image: url('../images/buttonArrowWhite.png') !important;
}

.btnV2.btnSearch {
    background-image: url('../images/buttonArrow.png') !important;
}

.btnV2.btnSearch:hover {
    background-image: url('../images/buttonArrowWhite.png') !important;
}

.btnV2.btnSearch::after {
    display: none;
}

.galleryLarge .owl-nav {
    display: flex;
    justify-content: center;
    text-indent: -9999px;
    padding: 24px 0 0 0;
}

.owl-nav div {
    cursor: pointer;
}

.largeGalSlider img {
    max-height: 65vh;
}

.locationWrapper aside img {
    max-width: 78px;
}

.gridPhone a[href^="tel"] {
    color: var(--gray);
    text-decoration: none;
}

.grecaptcha-badge {
    display: none !important;
}

.bannerMainSlider .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articleV1 {
    position: relative;
}

footer .menu li a {
    font-size: 18px;
}

.privacyWrapper ul {
    margin-top: 0px;
}

.location-banner-img {
    -webkit-mask-image: url(/wp-content/themes/Cedar/images/location-banner.png);
    mask-image: url(/wp-content/themes/Cedar/images/location-banner.png);
    position: relative;
    z-index: 1;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 722px;
    max-height: 722px;
}

.location-banner-img img {
    height: 100%;
    object-fit: cover;
}

.articleSlider .owl-stage {
    display: flex;
}

.articleSlider .item {
    height: 100%;
}

.locationListHolder .secBtm p {
    margin-left: 85px;
}


/* ------------Location Landing-------------------------------------------- */

.locationLanding {
    background: #EFE5DE;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}

.locationLanding-text-wrap {
    padding: 110px 0 120px;
}

.locationLanding .searchHolderV1 {
    justify-content: center;
    align-items: center;
}

.locationLanding-text-wrap h2 {
    padding: 0 0 35px 0 !important;
}

.locationLanding .searchHolderV1 input {
    max-width: 265px !important;
}

.locationRegion {
    padding: 140px 0 130px;
    text-align: center;
}

.locationRegion h2 {
    padding-bottom: 80px !important;
}

.locationRegion-list-wrap {
    display: flex;
    gap: 35px 30px;
    justify-content: center;
    align-items: stretch;
    max-width: 1050px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}

.locationRegion-box {
    max-width: 475px;
    width: 100%;
    box-shadow: 0px 2px 15px rgb(56 47 46/15%);
    background: #FFFFFF;
    padding: 50px 55px;
    border-radius: 40px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.locationRegion-box h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    font-family: 'BioRhyme';
    color: #AD7C59;
    padding-bottom: 15px;
}

.locationRegion-box p {
    font-size: 18px;
    line-height: 26px;
    color: #382F2D;
    padding-bottom: 45px;
}

.locationRegion-box .see-loc-link {
    color: var(--green) !important;
    font-size: 16px !important;
    font-family: 'BioRhyme' !important;
    font-weight: 500 !important;
    background: transparent url(../images/buttonArrow.png) no-repeat calc(109% - 29px) center;
    text-align: center;
    height: 58px !important;
    display: inline-block;
    border: 2px solid var(--green) !important;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    line-height: 52px !important;
    position: relative;
    padding-right: 40px !important;
    padding-left: 24px !important;
    max-width: 192px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.locationRegion-box .see-loc-link:hover {
    color: var(--white) !important;
    background-color: #475351 !important;
}


/* -------------------location landing end---------------------------- */

.SearchRegionslist {
    background: #EFE5DE;
}

.SearchRegionslist-wrap {
    display: flex;
    flex-wrap: wrap;
}

.SearchRegionslist-content {
    width: 50%;
}

.SearchRegionslist-content {
    text-align: right;
    padding: 142px 0 20px 0;
}

.SearchRegionslist-content-wrap {
    /* max-width: 617px; */
    max-width: 640px;
    width: 100%;
    display: inline-block;
    text-align: left;
    /* padding: 0 79px 0 0; */
    /* padding-top: 90px; */
}

.SearchRegionslist-content-wrap h2 {
    text-align: center;
    /* padding-right: 72px; */
    padding-right: 60px;
    padding-top: 130px;
}

.location-search-zip .SearchRegionslist-content-wrap h2 {
    padding-top: 100px;
}

.SearchRegionslist-content-wrap ul {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 600px;
    overflow: auto;
    padding: 0 60px 0 15px;
}

.SearchRegionslist-content-wrap ul li {
    list-style: none;
    position: relative;
}

.searchRegion-details-box {
    text-align: center;
    justify-content: center;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgb(56 47 45/ 7%);
    border-radius: 30px;
    padding: 30px 46px;
    align-items: center;
    margin: 20px 0;
    max-width: 514px;
    width: 100%;
    cursor: pointer;
}

.searchRegion-details-box.active {
    background: #fff7dc;
}

.searchRegion-details p br {
    display: none;
}

.searchRegion-details span:before {
    content: '';
    display: block;
}

.searchRegion-details h3 {
    font-size: 24px;
    line-height: 28px;
    color: #AD7C59;
    padding-bottom: 22px;
    font-family: 'BioRhyme';
}

h3.search-title {
    font-family: 'BioRhyme';
    line-height: 36px;
    text-align: left;
    color: #475351;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
}

.resultsearchh-wrapper .resultFilter {
    justify-content: center;
    padding-bottom: 20px;
}

.sub-menu {
    min-height: 63px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 130px;
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

#scroll-menu {
    margin: 0 auto;
}

.sub-menu ul {
    background: #fff;
    margin: 0;
    padding: 6px 20px;
    list-style: none;
    border-radius: 18px;
    margin: 0 auto;
    min-width: 360px;
    justify-content: space-between;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .15);
    display: flex;
    flex-flow: row nowrap;
}

.slider-nav li.seperate {
    position: relative;
    margin-right: 20px;
}

.sub-menu li a {
    color: #444444;
    position: relative;
    padding: 6px 22px;
    display: block;
}

.slider-nav li.seperate:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    right: -19px;
    background: url(../images/btnCommon-2.png) no-repeat center right;
    background-size: 10px;
    width: 18px;
    height: 18px;
}

.sub-menu li.selected a {
    color: #fff;
    background: #475351;
    border-radius: 12px;
    text-align: center;
    margin-top: 2px;
    margin-left: 10px;
    font-weight: bold;
}

.search-details-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.resultsearchh-wrapper {
    padding-right: 60px;
}

.searchRegion-details a {
    font-family: 'Goldplay';
    color: #382f2d;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .35px;
    line-height: 26px;
}

.locationRegion-box h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    padding: 20px 0 15px;
    font-family: 'Goldplay';
}

.locationError {
    text-align: center;
}

.deskView .page-logo {
    padding: 20px 10px 15px 0;
}

.deskView .page-logo img {
    display: block;
}

.searchHolderV1 button:focus {
    outline: none;
}

.searchHolderV1 button {
    -webkit-appearance: none;
}
.flip-book-section{
    padding: 63.79px 0 50.94px 0;
    background: #475351; 
}
.flip-book-section h2{
   color: #fff;
   padding-bottom: 25px;
   font-size: 50px;
font-weight: 800;
line-height: 56px;
letter-spacing: 0.686px; 
}
.flip-book-section p{
    color: #C8CCCB;
    font-family: 'Goldplay';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    padding-bottom: 35px;
}
.flip-book-section a.btnV1{
    color: #fff;
    background: linear-gradient(90deg, #C3976C 0%, #AD8055 100%); 
    font-weight: 700;
    min-width: 246px;
}
.flip-book-section a.btnV1:hover{
    background: linear-gradient(90deg,#c79f77 0,#b0855c 100%) !important;
}
.flip-book-section .banner.V1{
    gap: 140px;
}
.flip-book-section .banner aside {
    max-width: 477px;
    padding: 0;
  }
.flip-book-section .graphicsHolder{
   padding-right: 10px;
  }
  .focus-flip {
    background-color: #F5ECE4;
  }
  .home-flip {
    background-color: #fff;
  }
  .focus-flip h2,.home-flip h2{
   color: #382F2D;
  }
  .focus-flip p,.home-flip p{
    color: #382F2D;
  }
  .focus-flip .btnV1{
    border: none !important;
  }
  .focus-flip .banner.V1{
    flex-direction: row-reverse;
    gap: 82.7px;
  }
  .focus-flip .banner aside{
    max-width: 492px;
  }
  .focus-flip .graphicsHolder img{
    filter: drop-shadow(0px 4px 250px rgba(255, 255, 255, 0.42));
  }
@media only screen and (max-width: 1680px) {
    .location-banner-img {
        height: 40.9vw;
    }

    .banner.V3 {
        padding-bottom: 2.55vw;
    }

    .communicationCont .left {
        padding: 0 7.55vw 0 0;
    }

    .bannerMainSlider .banner.V1 {
        padding-left: 0;
    }

    #header nav ul li {
        margin: 0 2.39vw 0 0;
    }

    .announcement-bar {
        padding: 1vw;
    }

    .announcement-bar a img {
        max-width: 1vw;
    }

    /* #header {
		min-height: auto;
	} */
    .page-logo {
        max-height: 12vw;
    }

    .page-logo img {
        max-width: 10vw;
    }

    #header nav .link-contact {
        padding: 1.6vw 0.01vw 1.6vw 0.01vw;
    }

    .link-contact a {
        padding: 1.09vw 54px 1.02vw 1.54vw;
        border-radius: 1vw;
        -webkit-border-radius: 1vw;
    }

    .banner h2,
    .locationLanding-text-wrap h2,
    .locationRegion h2,
    .SearchRegionslist-content-wrap h2 {
        font-size: 3.38vw;
        line-height: 3.38vw;
        padding-bottom: 3.38vw;
    }

    .locationLanding-text-wrap h2 {
        padding-bottom: 3.38vw !important;
    }

    .banner p,
    .locationLanding-text-wrap p {
        font-size: 1.20vw;
        padding-bottom: 2.62vw;
        line-height: 1.5vw;
    }

    .btnV1 {
        font-size: 0.95vw;
        min-width: 14.2vw;
    }

    .banner.V1 aside,
    .banner.V4 aside {
        width: 41vw;
        ;
        padding: 4vw 2vw 0 0;
    }

    .banner.V1 .graphicsHolder,
    .banner.V4 .graphicsHolder {
        width: 40vw
    }

    .banner.V1 .bannerSvg {
        right: -3.62vw;
        width: 39.18vw;
    }

    .banner.V1 .shape1 {
        right: -12.9vw;
        bottom: 6.19vw;
        width: 25vw;
    }

    .shape2 {
        width: 13.39vw;
        height: 11vw;
        background-size: contain;
        bottom: 9px;
    }

    .articleWrapper h2 {
        font-size: 3vw;
        padding-bottom: 3.4vw;
    }

    .articleV1 h3 {
        font-size: 1.9vw;
        padding-left: 1.7vw;
    }

    .articleV1 p,
    .articleV2 p {
        font-size: 1.19vw;
        line-height: 1.50vw;
        padding-left: 1.7vw;
    }

    .articleV2 p {
        padding: 3.43vw 2.2vw 0vw 2.2vw;
    }

    .articleWrapper {
        padding: 7.2vw 0 7.7vw 0;
    }

    .articleWrapper h2 {
        padding-bottom: 3.27vw;
        line-height: 3.15vw;
    }

    .articleSlider.sliderA .owl-item,
    .articleSlider.sliderB .owl-item {
        width: 33vw !important;
    }

    .articleSlider .item {
        padding: 0 0 3.43vw 0;
    }

    .articleWrapper h4,
    .banner h4 {
        font-size: 0.99vw;
        line-height: 1.57vw;
    }

    .btnV1,
    .btnV2 {
        height: 3.56vw;
        line-height: 3.3vw;
        border-radius: 1vw;
        -webkit-border-radius: 1vw;
    }

    .btnV2 {
        font-size: 1.08vw;
        min-width: auto;
    }

    .sliderLeft,
    .sliderRight {
        width: 3.59vw;
        height: 3.8vw;
        background-size: cover;
    }

    .extensionWrapper {
        padding: 15.53vw 0 15.2vw;
    }

    .extensionWrapper h2 {
        font-size: 3.3vw;
        line-height: 3.34vw;
    }

    .thumbPicV1 {
        width: 10.1vw;
    }

    .articleV1,
    .articleV2 {
        border-radius: 2.4vw;
        -webkit-border-radius: 2.4vw;
    }

    .articleV2 .topSec {
        border-radius: 2.4vw 2.4vw 0 0;
        -webkit-border-radius: 2.4vw 2.4vw 0 0;
    }

    .articleV1 figure {
        height: 14.5vw;
        margin-bottom: 2vw;
        border-radius: 1vw;
        -webkit-border-radius: 1vw;
    }

    .articleSlider .articleV2 {
        padding-bottom: 3vw;
    }

    .articleV2 .topSec {
        padding: 2.25vw 0 2.3vw 10vw;
    }

    .articleV2 .topSec h3 {
        font-size: 1.34vw;
        line-height: 1.5vw;
    }

    .articleV2 .topSec h3 span {
        font-size: 1.1vw;
        line-height: 1.6vw;
    }

    .storyWrapper .banner h2 {
        font-size: 1.87vw;
        line-height: 2.1vw;
        padding-bottom: 1.78vw;
    }

    .storyWrapper {
        padding: 7.55vw 0;
    }

    .banner h4 {
        padding-bottom: 0.95vw;
    }

    .banner.V2 .shape1 {
        left: -17.2vw;
    }

    .banner.V2 .bannerSvg {
        width: 41.77vw;
        height: 33vw;
        left: -4vw;
    }

    .banner.V2 .shape2 {
        left: -2.28vw;
        width: 16.19vw;
        height: 12.02vw;
        bottom: -2.32vw;
    }

    .banner.V2 .shape1 svg {
        width: 32vw;
        height: 32vw;
    }

    .banner.V2 .shape1 svg {
        width: 32vw;
        height: 31vw;
    }

    .banner.V1 {
        padding: 2.66vw 0 3.4vw 4.8vw;
    }

    .locationWrapper h2 {
        font-size: 2.99vw;
        line-height: 3.23vw;
        padding-bottom: 1.4vw;
    }

    .locationWrapper .bannerSvg {
        height: 39vw;
        width: 39.2vw;
    }

    .contactWrapper {
        padding: 12.85vw 0 12.85vw;
    }

    .contactWrapper h4 {
        font-size: 0.99vw;
        line-height: 1.57vw;
        padding-bottom: 1.4vw;
    }

    .contactWrapper h2 {
        font-size: 3.34vw;
        padding-bottom: 1.9vw;
    }

    .contactWrapper p {
        font-size: 1.20vw;
        padding-bottom: 2.96vw;
    }

    footer {
        padding: 4.4vw 2vw 2.4vw 2vw;
    }

    footer nav {
        padding-bottom: 3.29vw;
        font-size: 0.95vw;
    }

    footer nav ul li {
        padding: 0 2.4vw;
    }

    .social-media {
        padding-bottom: 2.29vw;
    }

    .privacy {
        font-size: 0.84vw;
    }

    .entrolWrapper .pageCenter {
        padding-top: 4vw;
    }

    .entrolWrapper h4 {
        font-size: 0.952vw;
        line-height: 1.548vw;
        padding-bottom: 1.42vw;
    }

    .entrolWrapper h2 {
        font-size: 3.33vw;
        padding-bottom: 3.39vw;
        line-height: 3.33vw;
    }

    .formHolder a {
        padding: 8vw 2.79vw 2.6vw 2.79vw;
        min-height: 15.119vw;
        background-size: 13%;
        background-position: center 2.56vw;
    }

    .formHolder a strong {
        font-size: 1.43vw;
        line-height: 1.64vw;
        padding-bottom: 3.2vw;
    }

    .formHolder {
        gap: 3vw;
    }

    .entrolWrapper {
        padding-bottom: 7.8vw;
    }

    .contactLeft h4 {
        font-size: 0.95vw;
        line-height: 1.57vw;
        padding-bottom: 2.02vw;
    }

    .contactLeft h2 {
        font-size: 3.3vw;
        padding-bottom: 1.7vw;
        line-height: 3.36vw;
    }

    .contactLeft p {
        font-size: 1.2vw;
        line-height: 1.59vw;
    }

    .inputHolder input,
    .inputHolder select {
        height: 3.35vw;
        font-size: 1.1vw;
        border-radius: 0.714vw;
        -webkit-border-radius: 0.714vw;
    }

    .inputHolder input,
    .inputHolder textarea,
    .inputHolder select {
        font-size: 1.1vw;
    }

    .contactFormWrapper {
        padding: 8.571vw 0 7.262vw 0;
    }

    .fieldHolder.twoChild .inputHolder {
        margin: 0 0 1.19vw 0;
    }

    .banner.V4 svg,
    .programCont .banner.V5 svg {
        width: 100%;
        height: auto;
    }

    .banner.V4.locationTopBanner .shape1 {
        width: 28.452vw;
        height: 26.964vw;
        right: -9.821vw;
        top: 9.345vw;
    }

    .locationListHolder {
        padding: 7.44vw 0 8.333vw 0;
    }

    .locationListHolder h2 {
        font-size: 3.333vw;
        line-height: 3.571vw;
        padding: 0 0 5.238vw 0;
    }

    .locationListHolder li h4 {
        font-size: 1.905vw;
        line-height: 2.143vw;
        padding: 0 0 1.607vw 0;
    }

    .locationListHolder li span {
        font-size: 1.071vw;
        line-height: 1.548vw;
        padding: 0 0 1.964vw 0;
    }

    .locationListHolder li p {
        font-size: 1.071vw;
        line-height: 1.31vw;
        padding: 0 0 0.714vw 0;
    }

    .searchCont h2 {
        font-size: 3.333vw;
        line-height: 3.571vw;
        padding: 0 0 1.54vw 0;
    }

    .searchHolderV1 input {
        font-size: 1.071vw;
        line-height: 1.31vw;
        padding: 0 16px;
        border-radius: 0.714vw;
        -webkit-border-radius: 0.714vw;
    }

    .searchHolderV1 {
        padding: 0 0 2.738vw 0;
    }

    .searchCont h3 {
        font-size: 1.905vw;
        line-height: 2.143vw;
        padding: 0 0 0.833vw 0;
    }

    .resultFilter p {
        font-size: 1.19vw;
    }

    .searchlist h4 {
        font-size: 1.429vw;
        line-height: 1.667vw;
        padding: 0 0 0.595vw 0;
    }

    .searchlist p,
    .show-miles .main-p-size {
        font-size: 1.19vw;
        line-height: 1.548vw;
    }

    .searchlist {
        padding: 1.488vw 0 1.607vw 0;
    }

    .locationListHolder.dtl {
        padding-bottom: 4.226vw;
    }

    .locationListHolder.dtl h4 {
        font-size: 1.429vw;
        line-height: 1.667vw;
        padding: 0 0 1.19vw 0;
    }

    .locationListHolder.dtl li span {
        font-size: 1.19vw;
        line-height: 1.548vw;
    }

    .secBtm p {
        line-height: 0.952vw;
        font-size: 0.952vw;
    }

    .tourWrapper {
        min-height: 28.452vw;
        padding: 8.095vw 0 7.738vw 0;
    }

    .tourWrapper h2 {
        font-size: 3.333vw;
        padding: 0 0 1.905vw 0;
        margin: 1.845vw auto 0;
    }

    .tourWrapper span {
        font-size: 1.19vw;
        line-height: 1.548vw;
    }

    .tourList {
        height: 24.048vw;
        margin: 4.286vw auto 0;
        border-radius: 2.381vw;
        -webkit-border-radius: 2.381vw;
    }

    .storyWrapper.learn .banner h2 {
        font-size: 2.976vw;
        line-height: 3.333vw;
        padding: 0 0 2.143vw 0;
    }

    .testimonialWrapper {
        padding: 6.19vw 0 5.417vw 0;
    }

    .testimonialWrapper h4 {
        padding: 0 0 0.952vw 0;
        font-size: 0.952vw;
        line-height: 1.488vw;
    }

    .testimonialWrapper h2 {
        text-align: center;
        padding: 0 0 4.583vw 0;
        font-size: 3.333vw;
        line-height: 3.333vw;
    }

    .testimonialSlider {
        min-height: 17.321vw;
        padding: 3.333vw 3.869vw;
        border-radius: 2.381vw;
        -webkit-border-radius: 2.381vw;
    }

    .testimonialSlider p {
        font-size: 1.429vw;
        line-height: 1.667vw;
        padding: 0 0 1.667vw 0;
    }

    .bottomCtrl {
        padding: 3.393vw 0 0 0;
    }

    .secBtm .pageCenter {
        margin: 2.024vw auto auto;
        padding: 2.024vw 0 1.607vw 0;
    }

    .btnmedia {
        width: 8.155vw;
        height: 3.631vw;
        margin-left: 0.952vw;
        border-radius: 1.19vw;
    }

    .exploreWrapper {
        padding: 8.095vw 0 7.738vw 0;
    }

    .exploreWrapper h2 {
        font-size: 3.333vw;
        line-height: 3.333vw;
        padding: 0 0 3.333vw 0;
    }

    .articleWrapperV2 .articleV2 {
        border-radius: 2.381vw;
        -webkit-border-radius: 2.381vw;
    }

    .articleWrapperV2 .articleV2 h4 {
        font-size: 1.905vw;
        line-height: 2.143vw;
        padding: 3.155vw 2.44vw 0 2.44vw;
    }

    .articleWrapperV2 .articleV2 p {
        padding: 1.19vw 2.44vw 0 2.44vw;
        line-height: 1.548vw;
    }

    .galleryWrapper {
        padding: 8.512vw 0 8.869vw 0;
    }

    .galleryWrapper h3 {
        font-size: 1.905vw;
        line-height: 2.143vw;
        padding: 0 0 2.024vw 0;
    }

    .gallerySlider .slideList {
        width: 31.31vw;
        height: 19.94vw;
        border-radius: 1.19vw;
        -webkit-border-radius: 1.19vw;
    }

    .feeWrapper {
        padding: 6.071vw 0 6.071vw 0;
    }

    .feeWrapper h2 {
        font-size: 3.333vw;
        line-height: 3.333vw;
        padding: 0 0 3.333vw 0;
    }

    .toggleHolder .topSec {
        font-size: 1.429vw;
        line-height: 1.667vw;
        padding: 1.429vw 0 1.429vw 2.321vw;
        border-radius: 2.381vw 2.381vw 0 0;
        -webkit-border-radius: 2.381vw 2.381vw 0 0;
    }

    .toggleHolder {
        margin: 0 auto 3.393vw;
        border-radius: 2.381vw;
        -webkit-border-radius: 2.381vw;
    }

    .toggleHolder .topSec::after {
        width: 1.488vw;
        height: 1.488vw
    }

    .toggleHolder h4 {
        line-height: 1.488vw;
        padding: 0 0 0.952vw 0;
        font-size: 0.952vw;
    }

    .toggleHolder .leftSec p {
        font-size: 1.19vw;
        line-height: 2.083vw;
    }

    .toggleHolder .rightSec ul {
        font-size: 1.071vw;
        line-height: 1.548vw;
    }

    .toggleHolder .rightSec ul li::after {
        top: 0.595vw;
    }

    .reachWrapper {
        padding: 7.202vw 0 7.024vw 0;
    }

    .reachWrapper h4 {
        font-size: 0.952vw;
        line-height: 1.548vw;
    }

    .reachWrapper h2 {
        max-width: 58.333vw;
        line-height: 2.143vw;
        font-size: 1.905vw;
        padding: 0.952vw 0 2.857vw 0.952vw;
    }

    .reachItems strong {
        font-size: 4.167vw;
        line-height: 3.333vw;
        padding: 0 0 1.071vw 0;
    }

    .reachItems span {
        font-size: 1.19vw;
        line-height: 1.548vw;
        max-width: 13.095vw;
        padding: 0 0 0.357vw 0;
    }

    .missionWrapper {
        padding: 4.167vw 0 1.607vw 0;
    }

    .banner h4 {
        line-height: 1.488vw;
        padding: 0 0 0.952vw 0;
    }

    .banner.V6 h2 {
        font-size: 2.381vw;
        line-height: 2.5vw;
        padding: 0 0 3.393vw 0;
    }

    .missionWrapper h2 {
        padding: 0 0 1.78vw 0 !important;
    }

    .banner p {
        font-size: 1.19vw;
        line-height: 1.548vw;
        padding: 0 0 2.857vw 0;
    }

    .reachWrapper.career {
        padding: 11.905vw 0 11.905vw 0;
    }

    .contactWrapper p,
    .reachWrapper p {
        font-size: 1.19vw;
        line-height: 1.548vw;
        padding-bottom: 2.798vw;
    }

    .missionWrapper .banner .graphicsHolder,
    .bannerWrapper.leftBg .graphicsHolder {
        max-width: 400px;
        width: 100%;
    }

    .missionWrapper .banner svg,
    .bannerWrapper.leftBg .banner svg {
        width: 100%;
        height: auto;
        left: -32px;
    }

    .missionWrapper .banner aside,
    .bannerWrapper.leftBg .banner aside,
    .programCont .banner aside {
        width: 41vw;
        padding: 4vw 2vw 0 0;
    }

    .missionWrapper .banner .graphicsHolder,
    .bannerWrapper.leftBg .banner .graphicsHolder,
    .articleWrapper.programCont .graphicsHolder {
        width: 49vw;
        max-width: inherit;
    }

    .missionWrapper .banner .shape1 {
        right: -2.9vw;
        bottom: 12.19vw;
        width: 25vw;
        height: auto;
    }

    .articleWrapper.programCont .shape1 {
        right: -7.286vw;
        bottom: 12.19vw;
        width: 28.452vw;
        height: 26.964vw;
    }

    .bannerWrapper.leftBg .shape1 {
        width: 478px;
        height: 453px;
        content: '';
        position: absolute;
        left: -12.44vw;
        bottom: 5.06vw
    }

    .privacyWrapper {
        padding-bottom: 6.667vw;
    }

    .privacyWrapper.topSection .pageCenter {
        padding-top: 6.071vw;
    }

    .privacyWrapper h4 {
        font-size: 0.952vw;
        line-height: 1.488vw;
        padding: 0 0 1.429vw 0;
    }

    .privacyWrapper h2 {
        font-size: 3.333vw;
        line-height: 3.333vw;
        padding: 0 0 3.69vw 0;
    }

    .privacyWrapper h3 {
        font-size: 1.905vw;
        line-height: 2.143vw;
        padding: 1.19vw 0 1.429vw 0;
    }

    .privacyWrapper p {
        font-size: 1.19vw;
        line-height: 1.548vw;
        padding: 0 0 1.429vw 0;
    }

    .secBtm .social-media {
        padding-bottom: 0 !important;
    }

    .infoHolder li {
        font-size: 1.19vw;
        line-height: 1.54vw;
        padding-bottom: 0.95vw;
    }

    .reachWrapper.career h2 {
        font-size: 2.38vw;
        line-height: 3.69vw;
        padding-bottom: 1.42vw;
        max-width: inherit;
    }

    .infoHolder h4 {
        padding: 0 0 1.42vw 0;
    }

    .shape1 {
        height: auto;
    }

    .articleWrapper.programCont .banner.V5 .shape1 {
        left: -14.28vw;
        top: 3.63vw;
    }

    .banner.V2 aside {
        padding: 4.10vw 0 0 2.38vw;
    }

    .locationLanding-text-wrap {
        padding: 6.548vw 0 7.143vw;
    }

    .locationRegion {
        padding: 8.333vw 0 7.738vw;
    }

    .locationRegion-box h3 {
        font-size: 1.905vw;
        line-height: 2.143vw;
    }

    .locationRegion-box p {
        font-size: 1.071vw;
        line-height: 1.548vw;
    }

    h3.search-title {
        font-size: 1.905vw;
        line-height: 2.143vw;
    }
}

@media only screen and (max-width: 1439px) {
    #header {
        max-width: 89vw;
    }

    .pageCenter {
        padding: 0 5vw;
        box-sizing: border-box;
    }

    #header nav,
    .announcement-bar,
    footer nav {
        font-size: 1.3vw;
    }

    .locationListHolder li {
        width: 29.6%;
    }

    .banner.V1 aside,
    .banner.V4 aside {
        margin-bottom: auto;
    }

    .banner.V1 .graphicsHolder,
    .banner.V4 .graphicsHolder {
        margin-bottom: auto;
    }

    .locationRegion-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .SearchRegionslist-content {
        padding: 142px 0 20px 56px;
    }
}

@media only screen and (max-width: 1439px) {
    .locationListHolder .secBtm p {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1300px) {
    .locationLanding-text-wrap p {
        font-size: 18px;
        line-height: 28px;
    }

    .locationRegion-box h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .SearchRegionslist-content-wrap .searchHolderV1 {
        padding-right: 40px;
    }

    h3.search-title {
        font-size: 23px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 1100px) {
    #header nav ul li {
        margin: 0 30px 0 0;
    }
    .flip-book-section .banner.V1 {
        gap: 4vw;
      }
      .focus-flip .banner.V1{
        gap: 3vw;
      }
}

@media only screen and (max-width: 1000px) {
    .location-banner-img {
        height: 354px;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    #header {
        max-width: 100%;
        min-height: 0;
        height: 86px;
        border-radius: 0;
    }

    .deskView {
        display: none !important;
    }

    .mobView {
        display: block !important;
    }

    .banner h4 {
        font-size: 12px;
        line-height: 19px;
    }

    .bannerMainSlider h4 {
        padding-bottom: 15px;
    }

    .bannerMainSlider h2 {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 14px;
    }

    .bannerMainSlider p {
        font-size: 14px;
        padding-bottom: 30px;
        line-height: 19px;
    }

    .btnV1,
    .btnV2 {
        font-size: 14px;
        min-width: 197px;
        height: 48px !important;
        line-height: 42px;
        border-radius: 16px;
        border-radius: 16px;
        margin: 0 auto;
    }

    .bannerWrapper {
        background: #EFE5DE;
    }

    .bannerMainSlider {
        padding-top: 86px !important;
    }

    .bannerMainSlider .shape2 {
        bottom: 0.53vw;
        left: 2.26vw;
    }

    .owl-dots .owl-dot {
        width: 9px;
        height: 9px;
    }

    .owl-dots .owl-dot {
        margin: 0 12px 0 0;
    }

    .articleWrapper h4,
    .banner h4 {
        font-size: 12px;
        line-height: 19px;
        padding-bottom: 16px;
    }

    .articleWrapper h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .articleSlider.sliderA .owl-item,
    .articleSlider.sliderB .owl-item {
        width: 325px !important;
    }

    .articleSlider .item {
        padding: 0 0 20px 0;
        border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    .articleV1 figure {
        height: 161px;
        margin-bottom: 27px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .articleV1 h3 {
        font-size: 18px;
        padding-left: 0;
        padding: 0 0 8px 8px;
    }

    .articleV1 p,
    .articleV2 p {
        font-size: 14px;
        line-height: 19px;
        padding-left: 0;
    }

    .articleV1 p {
        padding-left: 8px;
    }

    .bottomCtrl .sliderLeft,
    .bottomCtrl .sliderRight {
        display: none;
    }

    .extensionWrapper {
        padding: 117px 0 143px;
        background-size: 52%;
        background-position: -69% top, calc(109% + 100px) top;
    }

    .extensionWrapper img {
        max-width: 57px;
    }

    .extensionWrapper h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .articleWrapper,
    .articleWrapper {
        padding: 70px 0;
    }

    .articleSlider .articleV2 {
        padding: 0;
    }

    .articleV2 .topSec {
        padding: 18px 0 16px 107px;
    }

    .articleV2 .topSec h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .articleV2 .topSec h3 span {
        font-size: 14px;
        line-height: 19px;
    }

    .articleV2 p {
        padding: 28px;
    }

    .thumbPicV1 {
        left: -17px;
        top: -27px;
        width: 104px;
    }

    .articleSlider.sliderB {
        padding-top: 24px;
    }

    .storyWrapper {
        padding: 55px 0;
    }

    .banner.V2 .shape1 {
        left: -35px;
        top: -62px;
    }

    .banner.V2 .shape1 svg {
        width: 264px;
        height: 303px;
    }

    .banner.V2 .shape2 {
        left: 37px;
        bottom: -9px;
        width: 142px;
        height: 106px;
    }

    .storyWrapper .banner h2 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 13px;
    }

    .storyWrapper .banner p {
        font-size: 14px;
        padding-bottom: 40px;
        line-height: 19px;
    }

    .locationWrapper {
        padding: 47px 0 70px;
    }

    .locationWrapper h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 11px;
    }

    .locationWrapper .banner {
        display: block;
    }

    .locationWrapper .banner p {
        font-size: 14px;
        padding-bottom: 40px;
        line-height: 19px;
    }

    .locationWrapper .banner.V1 {
        padding: 0;
    }

    .locationWrapper .bannerSvg {
        width: 100% !important;
        height: 100%;
    }

    .locationWrapper .graphicsHolder {
        padding: 0 !important;
    }

    .contactWrapper h4 {
        font-size: 12px;
        line-height: 19px;
        padding-bottom: 16px;
    }

    .contactWrapper h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 11px;
    }

    .contactWrapper p {
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 40px;
    }

    footer {
        padding: 50px 0 26px;
        min-height: auto;
        background-size: 52%;
        background-position: -69% top, calc(109% + 100px) top;
        ;
    }

    .footer-logo {
        padding-bottom: 45px;
        max-width: 118px;
        margin: 0 auto;
    }

    footer nav {
        font-size: 14px;
    }

    footer nav ul {
        flex-flow: wrap;
        padding: 0 0 20px 0;
        margin: 0;
        line-height: 50px;
    }

    .privacy {
        font-size: 10px;
        line-height: 13px;
    }

    .social-media {
        padding-bottom: 44px;
    }

    .bannerMainSlider .owl-item {
        overflow: hidden;
    }

    .entrolWrapper h4 {
        font-size: 12px;
        line-height: 19px;
        padding-bottom: 15px;
    }

    .entrolWrapper h2 {
        font-size: 28px;
        padding-bottom: 43px;
        line-height: 32px;
    }

    .formHolder {
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }

    .formHolder a {
        min-width: 155px;
        padding: 84px 12px 12px 12px;
        height: auto;
        background-size: 31px;
        background-position: center 29px;
        border-radius: 20px;
        border-radius: 20px;
        width: 33%;
        align-self: inherit;
    }

    .formHolder a strong {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 8px;
    }

    .entrolWrapper {
        padding-bottom: 85px;
    }

    .contactFormWrapper {
        padding: 70px 0 71px 0;
    }

    .contactFormWrapper .pageCenter {
        display: block;
    }

    .contactLeft,
    .contactRight {
        width: 100%;
    }

    .contactLeft {
        padding: 0;
    }

    .contactLeft h4,
    .locationTopBanner h4 {
        font-size: 12px;
        line-height: 19px;
        padding-bottom: 15px;
    }

    .contactLeft h2,
    .locationTopBanner h2 {
        font-size: 28px;
        padding-bottom: 9px !important;
        line-height: 32px;
    }

    .contactLeft p,
    .locationTopBanner p {
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 40px;
    }

    .fieldHolder {
        gap: 3%;
    }

    .contactFormWrapperv2  .fieldHolder.twoChild .inputHolder {
        width: 48% !important;
    }

    .fieldHolder.twoChild .inputHolder {
        width: 48.5%;
        margin: 0 0 20px 0;
    }

    .contactRight {
        max-width: inherit;
    }

    .inputHolder input,
    .inputHolder select,
    .inputHolder textarea {
        height: 48px;
        font-size: 14px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .inputHolder textarea {
        height: 104px;
    }

    .announcement-bar {
        font-size: 12px;
        padding-right: 34px;
    }

    .announcement-bar a img {
        max-width: 10px;
    }

    .close-announcement {
        right: 4px;
        top: 53%;
    }

    .topSection .pageCenter {
        padding-top: 60px;
    }

    .locationTopBanner .graphicsHolder {
        max-width: 355px;
        margin: 26px auto 0px;
        width: 100% !important;
        padding-bottom: 38px;
    }

    .locationTopBanner .shape2 {
        display: none;
    }

    .locationTopBanner .bannerSvg {
        width: 100%;
        height: auto;
    }

    .banner.V4.locationTopBanner .shape1 {
        width: 243px;
        height: 243px;
        right: -91px;
        top: 103px;
    }

    .locationListHolder {
        padding: 70px 0 0 0;
    }

    .locationListHolder h2 {
        font-size: 28px;
        line-height: 38px;
        padding: 0 0 30px 0;
        text-align: left;
    }

    .locationListHolder li h4 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 8px 0;
    }

    .locationListHolder li span {
        font-size: 14px;
        line-height: 19px;
        padding: 0 0 16px 0;
    }

    .locationListHolder li p {
        font-size: 14px;
        line-height: 19px;
        padding: 0 0 12px 0;
    }

    .locationListHolder li p a {
        display: table;
    }

    .searchSec {
        max-width: inherit;
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 0;
    }

    .searchCont,
    .mapSec {
        max-width: inherit;
        width: 100%;
        display: block;
        text-align: left;
        padding: 0;
    }

    .locationSearchCont .searchSec {
        padding: 0px 5vw;
    }

    .searchCont h2 {
        font-size: 28px;
        line-height: 32px;
        padding: 0 0 18px 0;
    }

    .searchHolderV1 input {
        font-size: 14px;
        height: 58px;
        padding: 0 17px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .searchHolderV1 {
        padding: 0 0 37px 0;
    }

    .searchCont h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 13px 0;
    }

    .resultFilter p {
        font-size: 14px;
    }

    .searchlist h4 {
        font-size: 16px;
        line-height: 18px;
        padding: 0 0 4px 0;
    }

    .searchlist p {
        font-size: 14px;
        line-height: 19px;
    }

    .searchCont {
        padding: 69px 0;
    }

    .mapSec {
        height: 502px;
    }

    .searchlist {
        padding: 23px 0;
    }

    .locationListHolder.dtl ul {
        display: block !important;
    }

    .locationListHolder.dtl h4 {
        font-size: 16px;
        line-height: 18px;
        padding: 0 0 9px 0;
    }

    .locationListHolder.dtl li span {
        font-size: 14px;
        line-height: 19px;
    }

    .locationListHolder.dtl li {
        padding: 0 0 35px 0;
    }

    .secBtm p {
        line-height: 19px;
        font-size: 12px;
    }

    .tourWrapper {
        min-height: inherit;
        padding: 70px 0 70px 0;
        background-size: 21%;
        background-position: 0% top, calc(100% + 0px) top;
    }

    .tourWrapper h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 11px 0;
        margin: 0 auto;
    }

    .tourWrapper span {
        font-size: 14px;
        line-height: 19px;
    }

    .tourList {
        height: 310px;
        margin: 50px auto 0;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .tourList,
    iframe {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .mapSec .tourList,
    .mapSec iframe {
        margin-top: 0px;
    }

    .storyWrapper .banner.V2 .bannerSvg {
        left: 0;
    }

    .storyWrapper .banner.V2 .shape1 {
        left: -47px;
    }

    .storyWrapper.learn .banner h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 13px 0;
    }

    .testimonialWrapper {
        padding: 70px 0 76px 0;
    }

    .testimonialWrapper h4 {
        padding: 0 0 16px 0;
        font-size: 12px;
        line-height: 19px;
    }

    .testimonialWrapper h2 {
        padding: 0 0 46px 0;
        font-size: 24px;
        line-height: 28px;
    }

    .testimonialSlider p {
        font-size: 16px;
        line-height: 18px;
        padding: 0 0 23px 0;
        white-space: break-spaces;
    }

    .testimonialSlider {
        min-height: 329px;
        padding: 50px;
        text-align: left;
        border-radius: 40px;
        -webkit-border-radius: 40px;
    }

    .secBtm .pageCenter {
        margin: 0;
        padding: 30px 0 0 0;
        display: block;
        text-align: left;
    }

    .testimonialWrapper .secBtm p {
        padding-bottom: 20px;
    }

    .btnmedia {
        max-width: 101px;
        height: 45px;
        width: 100%;
        margin-left: 11px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .exploreWrapper {
        padding: 71px 0 70px 0;
        background-size: 26%;
    }

    .exploreWrapper h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 30px 0;
    }

    .articleWrapperV2 .communicationCont {
        display: block;
        padding: 0 0 40px 0;
    }

    .articleWrapperV2 .communicationCont p {
        font-size: 14px;
        padding-bottom: 0;
        line-height: 19px;
    }

    .articleWrapperV2 .articleV2 {
        width: 340px;
        min-width: inherit;
    }

    .articleWrapperV2 .articleV2 h4 {
        font-size: 18px;
        line-height: 22px;
        padding: 47px 30px 8px;
    }

    .articleWrapperV2 .articleV2 p {
        padding: 0 30px 45px;
        font-size: 14px;
        line-height: 19px;
    }

    .galleryWrapper {
        padding: 72px 0 32px 0;
    }

    .galleryWrapper h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 22px 0;
    }

    .gallerySlider .slideList {
        min-width: 337px;
        height: 215px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    .feeWrapper {
        padding: 71px 0 70px 0;
    }

    .feeWrapper h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 20px 0;
    }

    .toggleHolder .topSec {
        font-size: 16px;
        line-height: 18px;
        padding: 31px;
        border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;
    }

    .toggleHolder .topSec::after {
        width: 15px;
        height: 15px;
    }

    .testimonialWrapper .bottomCtrl {
        padding: 75px 0 0 0;
    }

    .bannerWrapper.leftBg .banner.V3 .bannerSvg,
    .bannerWrapper.leftBg .banner.V3 .shape1 svg {
        width: 100%;
        height: 100%;
    }

    .bannerWrapper.leftBg .banner.V3 .shape1 {
        max-width: 322px;
        width: 100%;
        height: auto;
        left: -95px;
        bottom: -6px;
    }

    .bannerWrapper.leftBg .banner.V3 aside {
        padding: 4vw 2vw 0 2.38vw;
        max-width: inherit;
        min-width: inherit;
    }

    .bannerWrapper.leftBg .banner h2 {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 9px;
    }

    .bannerWrapper.leftBg .banner p,
    .programCont .banner p {
        font-size: 14px;
        padding-bottom: 40px;
        line-height: 19px;
    }

    .bannerWrapper.leftBg .pageCenter {
        padding-bottom: 38px;
    }

    .programCont .banner aside {
        max-width: inherit;
    }

    .infoHolder li {
        font-size: 14px;
        line-height: 19px;
        padding: 0 0 16px 41px;
    }

    .programCont .banner.V4 .graphicsHolder {
        max-width: 400px;
        width: 100%;
    }

    .programCont .banner.V4 svg {
        width: 100%;
        height: auto;
        left: -32px;
    }

    .programCont .banner.V4 .shape1 {
        width: 247px;
        height: auto;
        content: '';
        right: -89px;
        top: 75px;
    }

    .programCont .banner.V5 .graphicsHolder {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .programCont .banner.V4,
    .programCont .banner.V5 {
        padding: 0 0 62px 0;
    }

    .banner.V5 aside {
        padding: 0;
    }

    .toggleHolder .contSec {
        display: block;
    }

    .toggleHolder .leftSec {
        background: none;
        padding: 30px;
        max-width: inherit;
    }

    .toggleHolder .rightSec {
        padding: 0px 30px 30px 30px;
    }

    .toggleHolder h4 {
        line-height: 19px;
        padding: 0 0 19px 0;
        font-size: 12px;
    }

    .toggleHolder .leftSec p {
        font-size: 14px;
        line-height: 25px;
    }

    .toggleHolder .rightSec ul {
        font-size: 14px;
        line-height: 19px;
    }

    .programCont .banner {
        padding-bottom: 68px !important;
    }

    .reachWrapper {
        padding: 45px 0 45px 0;
    }

    .reachWrapper h4 {
        font-size: 12px;
        line-height: 19px;
    }

    .reachWrapper h2 {
        max-width: inherit;
        line-height: 22px;
        font-size: 18px;
        padding: 17px 0 0 0;
    }

    .reachHolder {
        max-width: inherit;
        display: block;
    }

    .reachItems:first-child {
        border: none;
    }

    .reachItems {
        max-width: inherit;
        width: 100%;
        border: none;
        border-top: 2px solid #DFD0C5;
    }

    .reachItems strong {
        font-size: 40px;
        line-height: 32px;
        padding: 0 0 4px 0;
    }

    .reachItems span {
        font-size: 14px;
        line-height: 19px;
        max-width: inherit;
        padding: 0;
    }

    .reachItems {
        padding: 30px 0;
        max-width: 219px;
        margin: 0 auto;
    }

    .bannerWrapper.leftBg .banner aside {
        width: 100%;
    }

    .missionWrapper .banner aside,
    .bannerWrapper.leftBg .banner aside,
    .programCont .banner aside {
        width: 100%;
    }

    .bannerWrapper.leftBg .banner.V3 .bannerSvg,
    .bannerWrapper.leftBg .banner.V3 .shape1 svg {
        width: 100%;
        height: 100%;
    }

    .bannerWrapper.leftBg .banner svg {
        left: 0px;
    }

    .programCont .banner.V5 aside {
        padding-bottom: 56px;
    }

    .missionWrapper .banner.V6 .graphicsHolder {
        margin: 0 auto;
        width: 100%;
        max-width: 473px;
    }

    .missionWrapper {
        padding: 70px 0 18px 0;
    }

    .missionWrapper .banner.V6 h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 12px 0;
    }

    .missionWrapper .banner.V6 p {
        font-size: 14px;
        line-height: 19px;
        padding: 0 0 56px 0;
    }

    .missionWrapper .banner svg {
        width: 100%;
        height: auto;
        left: 0;
    }

    .missionWrapper .banner .shape1 {
        right: -6.9vw;
        bottom: 17.19vw;
        max-width: 236px;
        width: 59%;
        height: auto;
    }

    .reachWrapper.career {
        padding: 70px 0;
    }

    .reachWrapper.career h2 {
        max-width: inherit;
        line-height: 28px;
        font-size: 24px;
        padding: 17px 0 11px 0;
    }

    .reachWrapper.career p {
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 50px;
    }

    .galleryLarge {
        bottom: 0;
    }

    .largeGalSlider .item {
        width: 97%;
        height: 50vh;
        margin: 0 auto;
    }

    .galleryLarge .btnClose {
        right: 10px;
        top: -68px;
        background-size: 70%;
        background-position: center;
    }

    #header nav ul li.current-menu-item::after {
        display: none;
    }

    .owl-dots {
        display: block;
    }

    .btnPlay {
        background-size: 68px;
    }

    .articleWrapperV2 .communicationCont .right {
        max-width: inherit;
    }

    .privacyWrapper h4 {
        font-size: 12px;
        line-height: 19px;
        padding: 0 0 17px 0;
    }

    .privacyWrapper h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 11px 0;
    }

    .privacyWrapper h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 12px 0 12px 0;
    }

    .privacyWrapper p {
        font-size: 14px;
        line-height: 19px;
        padding: 0 0 12px 0;
    }

    .communicationCont.banner {
        display: block;
    }

    .communicationCont.banner h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 11px;
    }

    .communicationCont.banner p {
        font-size: 14px;
        line-height: 19px;
        padding: 0 0 12px 0;
    }

    .communicationWrapper {
        padding: 56px 0 62px 0;
    }

    .communicationCont .secIcon {
        margin: 0 0 10px 0;
    }

    .milesFilter select,
    .show-miles .main-p-size {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .secBtm .social-media {
        padding-top: 20px;
    }

    .secBtm .social-media a {
        margin: 0 20px 0 0;
    }

    .tourList {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .communicationCont .right {
        max-width: inherit;
    }

    .toggleHolder::before {
        display: none;
    }

    .locationWrapper .banner.V1 {
        display: flex;
    }

    footer nav ul li {
        width: 44%;
        text-align: center;
    }

    .articleWrapper .articleV2 {
        margin: 0 0 0 5vw;
    }

    .articleSlider.sliderB,
    .articleSlider.sliderA,
    .articleSlider.sliderG {
        width: 100vw;
    }

    .bannerMainSlider .pageCenter {
        padding-top: 40px;
    }

    .missionWrapper .banner .graphicsHolder,
    .bannerWrapper.leftBg .banner .graphicsHolder,
    .articleWrapper.programCont .graphicsHolder {
        width: 72vw;
        max-width: inherit;
    }

    .communicationCont .left,
    .communicationCont .right {
        width: 50%;
    }

    .locationWrapper .banner.V1 .graphicsHolder {
        margin-left: auto;
    }

    .banner.V1 .graphicsHolder,
    .banner.V4 .graphicsHolder {
        margin-left: auto;
    }

    .locationListHolder li {
        width: 28.5%;
        margin-bottom: auto;
    }

    .banner.V4,
    .banner.V5 {
        padding: 0;
    }

    .infoActive .topSection {
        padding-top: 129px !important;
    }

    .toggleHolder {
        border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    .toggleHolder .rightSec ul li {
        width: auto;
    }

    .bannerMainSlider h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .banner h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .bannerMainSlider p {
        font-size: 16px;
        padding-bottom: 32px;
    }

    .articleWrapper h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .articleV1 h3 {
        font-size: 22px;
    }

    .articleV1 p,
    .articleV2 p {
        font-size: 16px;
        line-height: 21px;
    }

    .extensionWrapper h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .articleWrapper h4,
    .banner h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .storyWrapper .banner h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .storyWrapper .banner p {
        font-size: 16px;
        line-height: 21px;
    }

    .locationWrapper h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .locationWrapper .banner p {
        font-size: 16px;
        line-height: 21px;
    }

    .contactWrapper h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .contactWrapper h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .contactWrapper p {
        font-size: 16px;
        line-height: 21px;
    }

    .privacyWrapper h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .privacyWrapper h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .privacyWrapper h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .privacyWrapper p {
        font-size: 16px;
        line-height: 21px;
    }

    .bannerWrapper.leftBg .banner h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .bannerWrapper.leftBg .banner p,
    .programCont .banner p {
        font-size: 16px;
        line-height: 21px;
    }

    .communicationCont.banner h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .communicationCont.banner p {
        font-size: 16px;
        line-height: 21px;
    }

    .reachWrapper h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .reachWrapper h2 {
        line-height: 26px;
        font-size: 22px;
    }

    .reachItems strong {
        font-size: 44px;
        line-height: 36px;
        padding: 0 0 18px 0;
    }

    .reachItems span {
        font-size: 16px;
        line-height: 21px;
    }

    .missionWrapper .banner.V6 h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .missionWrapper .banner.V6 p {
        font-size: 16px;
        line-height: 21px;
    }

    .reachWrapper.career h2 {
        line-height: 32px;
        font-size: 28px;
    }

    .reachWrapper.career p {
        font-size: 16px;
        line-height: 21px;
    }

    .galleryWrapper h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .contactLeft h4,
    .locationTopBanner h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .contactLeft h2,
    .locationTopBanner h2,
    .locationLanding-text-wrap h2,
    .locationRegion h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .locationLanding-text-wrap h2 {
        padding-bottom: 25px !important;
    }

    .contactLeft p,
    .locationTopBanner p,
    .locationLanding-text-wrap p {
        font-size: 16px;
        line-height: 22px;
    }

    .locationLanding-text-wrap p {
        padding-bottom: 35px;
    }

    .inputHolder input,
    .inputHolder select,
    .inputHolder textarea {
        font-size: 16px;
    }

    .bannerMainSlider .banner.V1 {
        padding-top: 0;
    }

    .locationLanding-text-wrap {
        padding: 40px 0 60px;
    }

    .locationRegion {
        padding: 70px 0;
    }

    .locationRegion h2 {
        padding-bottom: 50px !important;
    }

    .locationRegion-box h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .searchRegion-details-box {
        max-width: 100%;
    }

    .SearchRegionslist-content {
        width: 100%;
        padding: 60px 0 20px 50px;
    }

    .SearchRegionslist-content-wrap {
        max-width: 100%;
    }

    .SearchRegionslist-content-wrap {
        padding-top: 50px;
    }

    .SearchRegionslist-content-wrap h2 {
        font-size: 28px;
        padding-bottom: 35px;
        padding-right: 0;
        line-height: 32px;
        padding-top: 100px;
    }

    .location-search-zip .SearchRegionslist-content-wrap h2 {
        padding-top: 60px;
    }

    .sub-menu {
        top: 100px;
    }

    .SearchRegionslist-content-wrap .searchHolderV1 {
        justify-content: center;
    }

    .searchRegion-details-box {
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}

@media only screen and (max-width: 766px) {
    .bannerWrapper.leftBg .banner.V3 {
        flex-flow: column;
        padding: 0px;
    }

    .bannerWrapper.leftBg .banner.V3 aside {
        order: 1;
    }

    .bannerWrapper.leftBg .banner.V3 .graphicsHolder {
        order: 2;
        max-width: 352px;
        margin: 0 auto;
        width: 100%;
    }

    section.articleWrapper.programCont .banner.V4 {
        flex-flow: column;
    }

    section.articleWrapper.programCont .banner.V5 {
        flex-flow: column-reverse;
    }

    .programCont .banner.V4 {
        flex-flow: wrap-reverse;
    }

    .programCont .banner.V4 .shape1 svg,
    .programCont .banner.V5 .shape1 svg {
        height: 100%;
    }

    .programCont .banner.V5 {
        flex-flow: column;
    }

    .communicationCont.banner .communicationBtm {
        display: block;
    }

    .communicationCont.banner .left {
        padding: 0;
    }

    .programCont .banner.V5 .shape1 {
        max-width: 334px;
        width: 100%;
        height: auto;
        content: '';
        position: absolute;
        left: -100px;
        top: 61px;
        z-index: 0;
    }

    .programCont .banner.V5 svg {
        width: 100%;
    }

    .bannerMainSlider .banner.V1 {
        display: block;
    }

    .banner.V1 aside {
        width: auto;
        max-width: 100%;
        padding: 0;
    }

    .banner.V2 aside {
        padding: 36px 0 0 0;
    }

    .locationWrapper .banner.V1 {
        flex-direction: column-reverse;
    }

    .missionWrapper .banner.V6 {
        display: block;
    }

    .missionWrapper .banner.V6 aside {
        width: 100%;
        max-width: inherit;
        padding: 0px;
    }

    .locationTopBanner {
        display: block;
        padding: 0 !important;
    }

    .banner.V4 aside {
        padding: 0;
        width: 100%;
    }

    .banner.V1 .graphicsHolder {
        padding: 36px 0 62px;
        margin: 0 auto;
        width: 319px;
    }

    .banner.V1 .bannerSvg {
        width: 319px;
        right: 8px;
    }

    .banner.V1 .shape1 {
        right: -120px;
        bottom: -10px;
        width: 100%;
    }

    .banner.V1 .shape1 svg {
        right: 127px;
        bottom: -45px;
        width: 297px;
    }

    .locationWrapper .banner.V1 .graphicsHolder {
        padding-bottom: 26px !important;
    }

    .locationListHolder ul {
        display: block;
    }

    .locationListHolder li {
        width: 100%;
        max-width: inherit;
        padding: 0 0 30px 0;
    }

    .videoHolder {
        height: 32.679vw;
        border-radius: 2.381vw;
        -webkit-border-radius: 2.381vw;
    }

    .btnPlay {
        background-size: 10.357vw;
    }

    .tourList,
    .tourWrapper iframe {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .banner.V2 .bannerSvg {
        width: 100%;
        height: 100%;
        left: 11vw;
    }

    .bannerWrapper.leftBg .banner.V3 aside {
        padding-top: 0px;
    }

    .topSection .pageCenter,
    .contactFormWrapper.single.topSection .pageCenter {
        padding-top: 60px !important;
    }

    .communicationCont .left,
    .communicationCont .right {
        width: 100%;
    }

    .banner.V1 .graphicsHolder,
    .banner.V4 .graphicsHolder {
        margin: 0 auto;
    }

    section.articleWrapper.programCont .banner:last-of-type {
        padding-bottom: 0px !important;
    }

    .banner.V2 {
        display: block;
    }

    .banner.V2 .graphicsHolder {
        max-width: 347px;
        margin: 0 auto;
        display: block;
    }

    .banner.V2 aside {
        max-width: inherit;
    }

    .topSection .locationTopBanner .graphicsHolder {
        padding: 36px 0 62px;
    }

    .videoHolder {
        max-width: 343px;
        height: 198px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
    }

    .btnPlay {
        background-size: 68px !important;
    }

    .toggleHolder {
        border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    .bannerMainSlider .shape2 {
        width: 114px;
        height: 98px;
        background-size: contain;
        bottom: 62px;
        left: -14px;
    }

    .contactWrapper {
        padding: 72px 0;
    }

    .locationLanding {
        background-image: unset;
    }

    .SearchRegionslist-content-wrap ul {
        /* padding: 0 30px 0 0; */
        padding: 0 15px 0 15px;
    }

    .SearchRegionslist-content {
        width: 100%;
        /* padding: 60px 0 20px 31px; */
        padding: 60px 30px 20px 30px;
    }

    .resultsearchh-wrapper {
        padding-right: 0;
    }

    .SearchRegionslist-content-wrap .searchHolderV1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .SearchRegionslist-content-wrap .searchHolderV1 input {
        margin-bottom: 20px;
    }

    .SearchRegionslist-content-wrap .searchHolderV1 .btnV2 {
        height: 54px !important;
        line-height: 45px !important;
        padding-right: 50px !important;
        padding-left: 17px !important;
    }

    .searchRegion-details-box {
        padding: 30px;
    }

    .SearchRegionslist-content-wrap .searchHolderV1 {
        padding-right: 0px;
    }

    .locationLanding .btnV2.btnSearch:active {
        border: none;
        outline: none;
    }

    .locationLanding .btnV2.btnSearch:focus {
        outline: 0;
    }

    .locationRegion-box {
        border-radius: 20px;
    }

    h3.search-title {
        font-size: 18px;
        line-height: 23px;
    }

    .SearchRegionslist-content-wrap ul {
        max-height: unset;
        overflow: unset;
    }
    .flip-book-section h2{
        font-size: 32px;
    line-height: 36px;
    padding-bottom:9px;
    }
    .flip-book-section p{
        font-size: 16px;
    line-height: 21px;
    padding-bottom: 40px;
    }
    .flip-book-section .graphicsHolder{
        max-width: 352px !important;
        margin: 0 auto;
        width: 99% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
   .flip-book-section .graphicsHolder{
    max-width: 100%;
    width: 100%;
   }
   .flip-book-section .banner.V1{
    flex-direction: column-reverse;
    gap: 33px;
    padding: 4vw 2vw 0 2.38vw;
    padding-top: 0;
    text-align: center;
   }
   .flip-book-section{
    padding: 70px 0;
   }
}

@media only screen and (max-width: 540px) {
    .locationLanding-text-wrap {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .locationLanding-text-wrap h2,
    .locationRegion h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .locationLanding .searchHolderV1 {
        flex-direction: column;
    }

    .locationLanding .searchHolderV1 input {
        margin-bottom: 20px;
    }

    .locationLanding .btnV2.btnSearch {
        margin: 0;
        width: 162px;
    }

    .searchHolderV1 .btnV2 {
        padding: 0 60px 0 5px !important;
    }

    .locationRegion h2 {
        padding-bottom: 25px !important;
    }

    .locationRegion-box {
        padding: 30px 35px;
        max-width: 325px;
        min-height: 260px;
    }

    .locationRegion-box h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 0px;
    }

    .locationRegion-box p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        font-family: 'Goldplay';
        padding-bottom: 25px;
    }

    .locationRegion-box .see-loc-link {
        font-size: 14px !important;
        height: 48px !important;
        line-height: 42px !important;
        padding-right: 30px !important;
        padding-left: 10px !important;
        max-width: 170px;
    }

    .sub-menu ul {
        padding: 10px 20px;
        max-width: 100%;
        justify-content: center;
        border-radius: 0px;
    }

    .sub-menu li a {
        font-size: 14px;
        padding: 6px 15px;
    }

    #scroll-menu {
        width: 100%;
    }

    .sub-menu {
        width: 100%;
        max-width: 100%;
        top: 80px;
    }

    h3.search-title {
        padding: 30px 0 5px;
    }

    .btnV2.btnSearch {
        min-width: 162px;
        margin: 0px;
    }

    .searchRegion-details p,
    .searchRegion-details p a {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0px;
    }

    .location-search-zip .SearchRegionslist-content-wrap h2 {
        padding: 70px 0 20px 0;
    }

    .SearchRegionslist-content {
        padding: 60px 0px 20px;
    }

    .searchRegion-details-box {
        padding: 15px;
        border-radius: 20px;
    }

    .searchRegion-details h3 {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .resultFilter {
        display: none;
    }

    .btnV2.btnSearch {
        background-color: unset !important;
        color: unset !important;
    }

    .btnV2.btnSearch:hover {
        background-image: url(../images/buttonArrow.png) !important;
    }

    .SearchRegionslist-content-wrap .searchHolderV1 input {
        max-width: 300px;
    }

    .SearchRegionslist-content-wrap .searchHolderV1 .btnV2 {
        padding: 0px 60px 0px 5px !important;
    }

    .locationLanding .searchHolderV1 input {
        max-width: 300px !important;
    }
}


.contactLeft h2 {
    margin: unset;
}

.contactSubHead {
    color: var(--brown);
    font-size: 24px;
    font-weight: 700;
    font-family: 'BioRhyme';
    padding-top: 40px;
    padding-bottom: 25px;
    line-height: 28px;
}

.AppendCol a {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    padding-left: 45px;
    display: inline-block;
}

.c_add-child.contact-add-child:after {
    content: "+";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #AD7C59;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.c_add-child.contact-add-child {
    text-align: left;
    color: #231f20;
    /* padding-bottom: 3.59vw; */
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

.removeChild:after {
    content: "-";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ababab;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    /* margin-top: 10px; */
    cursor: pointer;
    right: -45px;
    top: 15px;
}

.removeChild {
    font-size: 0;
}

.fieldHolder {
    position: relative;
}

.childInput.row {
    row-gap: 0;
}

.btnSubmit {
    text-align: center;
}






@media screen and (max-width: 767px) {
    .contact-wrapper-new .input-field select.childNameAge {
        background-size: 17px !important;
        background-position: 83%;
    }

    .twoChild.childInput .inputHolder:nth-child(2) {
        width: 41% !important;
    }

    .fieldHolder {
        justify-content: unset;
    }

    .removeChild:after {
        right: -5px;
        margin-left: 5px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
    }

}

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .contact-wrapper-new .removeChild:after {
        margin-left: 5px;
        margin-top: 14px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
    }
    .fieldHolder.twoChild .inputHolder{
        width: 48.5% !important;
    }
    /* .fieldHolder.twoChild .inputHolder {
        width: 100% !important;
    } */
     .contact-wrapper-newv2 .twoChild.childInput .inputHolder:nth-child(2) {
        width: 40% !important;
    } 
  
    .messageBtnHolder a:nth-child(2){
        margin-left: 0;
        margin-top: 20px;
    }
    
    .messageBtnHolder {
        flex-direction: column;
        margin-top: 0;
    }
    .fieldHolder.twoChildv2.twoChild {
        flex-direction: column;
    }
    .contactFormWrapperv2 .fieldHolder.twoChildv2 .inputHolder {
        width: 100% !important;
    }

}

/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .removeChild:after {
        top: 15px;
    }
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px) {
   .contactFormWrapperv2 .twoChild.childInput .inputHolder:nth-child(2) {
        width: 43% !important;
    }
    .fieldHolder {
        justify-content: unset;
    }
    .removeChild:after {
        right: 0;
        margin-left: 5px;
        margin-top: 0;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
        top: 15px;
    }
}

/**************iPad Landscape***************/
@media only screen and (max-width: 1200px) and (min-width: 986px) {
    .twoChild.childInput .inputHolder:nth-child(2) {
        width: 45%;
    }
    .fieldHolder {
        justify-content: unset;
    }
    .removeChild:after {
        right: 0;
        margin-left: 5px;
        margin-top: 0;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
        top: 5px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1201px) {
    .removeChild:after {
        top: 8px;
    }
}



#child-information,
.appentTextHere {
    display:none;
}

.btnSubmit p{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

