/* Fonts
----------------------------------------------------------------- */
/* playfair-display-regular - latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/lovingadoption/assets/fonts/playfair-display-v30-latin-regular.woff2') format('woff2');
    /* Legacy iOS */
}

/* adelia */
@font-face {
    font-family: 'adelia';
    src: url('/wp-content/themes/lovingadoption/assets/fonts/adelia.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/lovingadoption/assets/fonts/montserrat-v25-latin-regular.woff2') format('woff2');
    /* Legacy iOS */
}

/* bebas-neue-regular - latin */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src:  url('/wp-content/themes/lovingadoption/assets/fonts/bebas-neue-v9-latin-regular.woff2') format('woff2');
    /* Legacy iOS */
}

.adelia {
    font-family: 'adelia';
}

.bebas-neue {
    font-family: 'Bebas Neue';
}

.montserrat {
    font-family: 'Montserrat';
}

.playfair {
    font-family: 'Playfair Display';
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    /* overflow-x: hidden !important; */
}

/* body::-webkit-scrollbar {
	display: none;
  } */

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Montserrat';
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
/* body {
	background-color: #f2f1f5;
} */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

#page {
    overflow: hidden;
}
/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
} */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

@media(max-width:1024px) {
    .main-navigation ul {
        /* width: 100%; */
    }
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 320px;
    margin: 0;
    padding: 0 15px;
    line-height: 50px;
    text-transform: capitalize;
}

@media (max-width: 570px) {
    .main-navigation ul ul a {
        border-bottom: 1px solid #ffffff61;
    }
}

.main-navigation ul ul a:hover {
    background: #000;
}

.sub-menu li {
    margin: 0 !important;
    border-bottom: 1px solid #F2F1F5;
}

.sub-menu li:last-child {
    border-bottom: 0;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    /* position: inherit; */

    display: grid;
    position: absolute;
    width: 320px;
    background-color: #91A99B;
    margin-top: 1.5px;

}




.main-navigation li {
    position: relative;
    width: fit-content;
    margin: 0 20px;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.main-navigation a:hover {
    color: #000;
}

.main-navigation ul .sub-menu a:hover {
    color: #fff !important;
    background: #000;
}

.main-navigation li.menu-item-has-children>a::after {
    content: '\F229';
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 40 40'%3E%3Cpath fill='%23f2f2f2' d='M4.659 11.833h30.682L20 32.167z'/%3E%3C/svg%3E");
/*     font-family: bootstrap-icons !important;
    font-size: 13px; */
    padding-left: 10px;
    position: absolute;
    margin-top: 1px;
    right: -20px;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media(min-width: 1321px) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        float: right;
    }
}


@media(max-width: 1320px) {
    .main-navigation li.menu-item-has-children>a::after {
        right: 10px;
    }

    #primary-menu {
        background-color: #91a99b;
        width: 100%;
        position: absolute;
        left: 0;
        top: 132px;
        padding: 50px 0px;
        z-index: 1024;
    }

    .main-navigation ul ul {
        box-shadow: none;
    }

    .main-navigation li {
        position: relative;
        width: unset;
        margin: 0 50px;
    }



    .main-navigation a {
        font-size: 16px;
    }

    button.menu-toggle {
        font-size: 40px;
        color: #ffffff;
        border: 0;
        padding: 0px 10px;
        background: transparent;
        position: absolute;
        z-index: 99999;
        right: 60px;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        position: inherit;
        width: 320px;
        background-color: #91A99B;
        margin-top: 1.5px;
        float: none;
    }

    .main-navigation li:last-child {
        margin-right: 50px;
    }

    #primary-menu .menu-item {
        border-bottom: 1px solid #fff;
    }

    #primary-menu .sub-menu .menu-item {
        border-color: transparent;
    }

    .sticky-top {
        top: -2px;
    }

    .chat-rating-wrapper {
        width: 100%;
    }
    .livechat_button {
        background-color: #91a99b;
        color: #fff;
        border-radius: 7px;
        --bs-btn-padding-x: 0.8rem;
        width: fit-content;
        float: right;
    }
    .chat-rating-wrapper .col:last-child {
        flex: none;
    }
    .reviews-badges img {
        width: 180px;
        padding-left: 10px;
    }
    .blank-cell, .contact-text{ display: none !important;}
    span.m-menu-text {
        font-size: 20px;
        text-transform: uppercase;
        position: relative;
        margin-top: 15px;
        margin-right: 10px;
        float: left;
    }
}

@media(max-width: 570px) {
    .main-navigation li {
            margin: 0 30px;
        }
    #primary-menu {
        top: 170px;
        width: 103vw;
        /* padding: 70px 0px; */
    }

    button.menu-toggle {
        float: right;
        margin-top: -60px;
        font-size: 40px;
        color: #002858;
        border: 0;
        padding: 0px 10px;
        right: 8px;
        background: transparent;
    }

    .main-navigation ul ul {
        box-shadow: none;
    }

    .sticky-top {
        top: -2px;
    }
    span.m-menu-text {
        font-size: 18px;
        margin-top: 15px;
        margin-right: 5px;
    }

}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* #masthead .navbar #navbarSupportedContent {
    flex-direction: column;
    align-items: end;
}*/
.navbar {
    /* --bs-navbar-padding-x: 0; */
    /* --bs-navbar-padding-y: 0.5rem; */
    --bs-navbar-color: rgba(0, 0, 0, 1);
    --bs-navbar-hover-color: rgba(0, 0, 0, 1);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    /* --bs-navbar-brand-padding-y: 0.3125rem; */
    /* --bs-navbar-brand-margin-end: 1rem; */
    /* --bs-navbar-brand-font-size: 1.25rem; */
    /* --bs-navbar-brand-color: rgba(0, 0, 0, 0.9); */
    /* --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9); */
    /* --bs-navbar-nav-link-padding-x: 0.5rem; */
    /* --bs-navbar-toggler-padding-y: 0.25rem; */
    /* --bs-navbar-toggler-padding-x: 0.75rem; */
    /* --bs-navbar-toggler-font-size: 1.25rem; */
    /* --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e); */
    /* --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1); */
    /* --bs-navbar-toggler-border-radius: 0.375rem; */
    /* --bs-navbar-toggler-focus-width: 0.25rem; */
    /* --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out; */
    /* position: relative; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); */
}

.header-top .container>div {
    float: left;
    display: inline-block;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Branding and Navbar
----------------------------------------*/
.branding-nav {
    /* background-color: #91a99b;
    margin-bottom: -24px; */

    background-color: #91a99b;
    margin-bottom: -24px;
    line-height: 60px;
    height: 60px;
}

.branding-nav .custom-logo-link {
    position: absolute;
    z-index: 9999999;
    display: inline-block;
    padding: 0;
    background: #f2f1f5;
    text-align: center;
    max-width: 380px;
    width: 33.3333%;
    padding-bottom: 5px;
    margin-top: -28px;
}

@media(max-width:1024px) {
    .branding-nav .custom-logo-link {
        margin-top: -4px;
    }
}

.branding-nav .container {
    padding: 0;
}

.custom-logo {
    /* max-width: 260px; */
    max-width: 300px;
    margin-top: -25px;
    padding-bottom: 12px;
}

/* Header Navigation
---------------------------------------- */
header#masthead {
    transition: all 1s;
    position: fixed;
    z-index: 999999999;
    width: 100%;
    top: 0;
}

.header-top i {
    font-size: 14px;
    margin: 0;
}

.branding-nav .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 1rem;
    padding-right: 0;
}

.branding-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.branding-nav .navbar .navbar-nav .nav-item .nav-link:active,
.branding-nav .navbar .navbar-nav .nav-item .nav-link:focus {
    color: #000;
    outline: none;
}

.branding-nav .navbar .navbar-nav .nav-item {
    margin: 0 10px;
}

/* @media (min-width: 1400px){
	.branding-nav .navbar .navbar-nav .nav-item {
		margin: 0 20px;
	}
} */
.branding-nav .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}


.header-top {
    padding: 15px 0;
    z-index: 9999999;
    position: relative;
    background: #f2f1f5;
}

.header-top .blank-cell {
    max-width: 400px;
}

.btn-chat-now {
    background-color: #91a99b;
    color: #fff;
    border-radius: 7px;
    --bs-btn-padding-x: 0.8rem;
}

/* Rating */
.rating-bg i {
    color: #ccc;
}

.rating-desc {
    float: right;
    margin-top: 0;
    font-size: 0.65em;
    font-style: italic;
}

.rating-bg nobr {
    float: right;
}

.star-color nobr {
    float: right;
    width: auto;
    text-align: left;
    /* margin-right: 30px; */
    /* background-color: aqua; */
    overflow: hidden;
}

.filled-star-wrapper {
    overflow: hidden;
    color: goldenrod;
    margin-top: -21px;
}

@media(min-width: 1400px) {
    .filled-star-wrapper {
        margin-top: -24px;
        margin-left: -2px;
    }
}

@media(max-width: 570px) {
    .filled-star-wrapper {
        margin-top: -24px;
        margin-left: -1px;
    }
}

.btn-chat-now:hover,
.btn-chat-now:focus,
.btn-chat-now:active {
    background-color: #000;
    color: #fff;
    border-color: transparent;
}

.btn-chat-now img,
.btn-chat-now svg {
    margin-right: 10px;
}

.contact-text {
    margin-top: 7px;
    padding-left: 50px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.contact-text .bebas-neue {
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 19px;
}

.contact-text .bebas-neue a {
    color: #567361;
    text-decoration: none;
}



/* Pages
------------------------------------ */
.page .entry-title {
    display: none;
}

/* Footer
-------------------------------------- */
aside#secondary,
footer#colophon {
    background-color: #f5f5f6;
    padding-top: 70px;
}

footer#colophon {
    margin-top: -30px;
    margin-bottom: -24px;
    padding-top: 30px;
    padding-bottom: 10px;
}

#secondary .widget .is-layout-flex {
    margin-bottom: 10px !important;
}

#secondary .wp-block-separator {
    border-top: 1px solid #ccc;
    border-right: none;
    border-left: none;
    border-bottom: none;
    margin-top: -10px;
}

.kirsh-kirsh {
    letter-spacing: 5px;
    /* font-size: 18px; */
    color: #1F1F1F;
    margin-bottom: 80px;
}

.foo-social {
    list-style: none;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding-inline-start: 0;
    margin-top: -7px;
}

.foo-social li {
    margin: auto 10px;
}

.foo-social li a img {
    scale: 0.80;
}

.site-info {
    border-top: 1px solid #56736136;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}


/* Sub menu dropdown
----------------------------------- */
.dropdown-menu {
    --bs-dropdown-min-width: 14rem;
    --bs-dropdown-padding-y: 0;
}

.dropdown-menu.show {
    background-color: #91a99b;
    border-radius: 0;
    border: none;
}

.navbar-collapse .nav-item a.dropdown-item {
    font-size: 1rem;
    color: #F2F1F5;
    border-bottom: 1px solid #F2F1F5;
    padding-top: 6px;
    padding-bottom: 7px;
}

.navbar-collapse .nav-item a.dropdown-item:hover {
    background-color: #567361;
}

/* Circle image with border outside
------------------------------------ */
.foo-img-in-circle {
    border-radius: 50%;
    border: 1px solid #76B2BC;
    width: 180px;
    height: 180px;
}

.foo-img-in-circle img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

.img-md-circle-left img {
    width: 460px;
    height: 460px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin-left: 30px;
}

@media(min-width: 1400px) {
    .img-md-circle-left img {
        margin-left: 50px;
    }
}

@media (max-width: 1024px) {
    .img-md-circle-left img {
        margin: 0 17%;
    }

    .container.text-center.overlay-icons {
        margin: 0;
        margin-left: 50%;
        transform: translateX(-54%);
    }
}

@media (max-width: 570px) {
    .img-md-circle-left img {
        margin: 0 9%;
    }
}

.img-md-circle-left .elementor-image-box-content {
    width: 460px !important;
    height: 460px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    border: 1px solid #91a99b;
    /* left: 50%;
    transform: translateX(-50%); */
    margin-left: 20px;
}

@media (max-width:1024px) {
    .img-md-circle-left .elementor-image-box-content {
        margin-left: 110px !important;
    }

    figure.elementor-image-box-img {
        text-align: center;
    }
}

@media (max-width:570px) {
    .img-md-circle-left .elementor-image-box-content {
        width: 300px !important;
        height: 300px !important;
        margin-left: 12px !important;
        /* transform: translateX(-10px); */
    }

    .img-md-circle-left img {
        width: 300px;
        height: 300px !important;
    }
}

.circle-tabs .elementor-image-box-content {
    border-color: #ffffff75;
    width: 380px !important;
    height: 380px !important;
    top: 40px;
    left: 72px;
}

@media(max-width: 1024px) {
    .circle-tabs .elementor-image-box-content {
        left: 80px;
    }
}

@media(max-width: 570px) {
    .circle-tabs .elementor-image-box-content {
        width: 260px !important;
        height: 260px !important;
        top: 20px;
        left: 50px;
    }
}

.img-sm-circle img {
    width: 160px;
    height: 160px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin-left: 30px;
    background: #EFEFEF;
    padding: 30px;
}

@media(min-width: 1400px) {
    .img-sm-circle img {
        margin-left: 5px;
        background: #EFEFEF;
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .img-sm-circle img {
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

.img-sm-circle .elementor-image-box-content {
    width: 160px !important;
    height: 160px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    border: 1px solid #91a99b;
    margin-left: 0;
}

@media (max-width:1024px) {
    .img-sm-circle .elementor-image-box-content {
        margin-left: 50%;
        transform: translateX(-63%);
    }
}

@media (max-width:570px) {
    .img-sm-circle .elementor-image-box-content {
        margin-left: 50%;
        transform: translateX(-60%);
    }
}

.img-sm-circle .elementor-image-box-content p {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 18px;
}

.img-md-circle img {
    width: 280px;
    height: 280px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin-left: 30px;
    /* background: #EFEFEF; */
    /* padding: 30px; */
}

@media(min-width: 1400px) {
    .img-md-circle img {
        margin-left: 5px;
        /* background: #EFEFEF; */
        /* padding: 20px; */
    }
}

@media (max-width: 1024px) {
    .img-md-circle img {
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

.img-md-circle .elementor-image-box-content {
    width: 280px !important;
    height: 280px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    border: 1px solid #91a99b;
    margin-left: -15px;
}

@media (max-width:1024px) {
    .img-md-circle .elementor-image-box-content {
        margin-left: -15px;
    }
}

@media (max-width:570px) {
    .img-md-circle .elementor-image-box-content {
        margin-left: -15px;
    }
}

.img-md-circle .elementor-image-box-content p {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 18px;
    min-width: 260px;
}


.img-1-tw-circle img {
    width: 320px;
    height: 320px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin-left: 30px;
    background: #EFEFEF;
    /* padding: 30px; */
}

@media(min-width: 1400px) {
    .img-1-tw-circle img {
        /* margin-left: 0; */
        background: #EFEFEF;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .img-1-tw-circle img {
        margin-left: 0;
    }
}

@media(max-width:570px) {
    .img-1-tw-circle img {
        margin-left: 0;
    }
}

.img-1-tw-circle .elementor-image-box-content {
    width: 320px !important;
    height: 320px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50px;
    border: 1px solid #91a99b;
}

.img-1-tw-circle .elementor-image-box-content h3 {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-weight: bold;
    font-size: 24px;
}

@media (max-width:1024px) {
    .img-1-tw-circle .elementor-image-box-content {
        left: 50%;
        transform: translateX(-60%);
    }
}

.img-1-tw-circle .elementor-image-box-content p {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 18px;
}

.img-360-circle img {
    width: 360px;
    height: 360px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin-left: 30px;
    background: #EFEFEF;
    padding: 30px;
}

.img-360-circle .elementor-image-box-content {
    width: 360px !important;
    height: 360px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    border: 1px solid #91a99b;
    left: 50%;
    transform: translateX(-65%);
}

.img-460-circle img {
    width: 460px;
    height: 460px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin-left: 30px;
    background: #EFEFEF;
    padding: 0;
}

.img-460-circle .elementor-image-box-content {
    width: 460px !important;
    height: 460px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    border: 1px solid #91a99b;
    left: 50%;
}

.img-country-circle img {
    background: #91A99B;
}

.img-country-circle .elementor-image-box-content {

    left: 90px;
}

@media(max-width: 1024px) {
    .img-460-circle img {
        width: 400px;
        height: 400px !important;
        margin-left: 0;
    }

    .img-460-circle .elementor-image-box-content {
        width: 400px !important;
        height: 400px !important;
    }

    .img-country-circle .elementor-image-box-content {
        left: 150px;
    }
}

@media(max-width: 570px) {
    .img-460-circle img {
        width: 330px;
        height: 330px !important;
        margin-left: 10px;
    }

    .img-460-circle .elementor-image-box-content {
        width: 330px !important;
        height: 330px !important;
    }

    .img-country-circle .elementor-image-box-content {
        left: 10px;
    }
}

#contact_sec .elementor-image-box-content {
    border: 1px solid #fff;
}

.img-md-circle-right img {
    width: 460px;
    height: 460px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin-left: 15%;
}

.img-md-circle-right .elementor-image-box-content {
    border: 1px solid #91a99b;
    width: 460px !important;
    height: 460px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 20%;
}

@media (min-width: 1400px) {
    .img-md-circle-right img {
        margin-left: 26%;
    }
}

@media (max-width: 1024px) {
    .img-md-circle-right img {
        margin-left: 43% !important;
        transform: translateX(-30%) !important;
    }
}

@media (max-width: 570px) {
    .img-md-circle-right img {
        width: 300px;
        height: 300px !important;
        margin-left: 55% !important;
        transform: translateX(-50%) !important;
    }

    .img-md-circle-right .elementor-image-box-content {
        width: 300px !important;
        height: 300px !important;
        left: 5px;
    }

    #contact_sec .elementor-image-box-content {
        border: 1px solid #fff;
        left: 20px;
    }
}

.circle-icon-box i {
    background-color: #567361;
    color: #fff;
    padding: 30px 30px;
    border-radius: 50%;
    border: 1px dashed #fff;
}

.circle-icon-box .elementor-animation- {
    background-color: #567361;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.circle-icon-box i::before {
    margin-top: -11px;
}

.circle-icon-box .elementor-icon-box-content {
    padding-top: 21px;
}

.cir-no-padding img {
    padding: 0 !important;
    z-index: 1;
}

.cir-no-padding .elementor-image-box-content {
    border: 1px solid #fff;
    margin-left: 0;
}

.cir-no-padding .elementor-image-box-content p {
    font-size: 16px;
    width: max-content;
    margin-left: 8px;
    /* color: #fff; */
}

.dark-bor-cir .elementor-image-box-content {
    border: 1px solid #567361 !important;
}

.light-bor-cir .elementor-image-box-content {
    border: 1px solid #ffffff;
}


#contact_sec {
    background-image: url(/wp-content/uploads/2022/12/Flower-1.svg), url(/wp-content/uploads/2022/12/flower-2.svg);
    background-repeat: no-repeat, no-repeat;
    /* background-position: -110px; */
    background-size: 15%, 12%;
    background-position-y: bottom, center;
    background-position-x: -60px, right;
    overflow: hidden;
}

@media (max-width: 1024px) {
    #contact_sec {
        background-size: 33%, 32%;
    }
}

@media (max-width: 570px) {
    #contact_sec {
        background-size: 50%, 50%;
    }
}


.la-video-circle img {
    border-radius: 50% !important;
    height: 460px !important;
    width: 460px !important;
    float: right;
}

.la-video-circle .elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.la-video-circle .elementor-custom-embed-play svg:hover {
    scale: 1.2;
}

.la-circle-on-video {
    border: 1px solid #91a99b;
    width: 460px !important;
    height: 460px !important;
    border-radius: 50% !important;
    position: absolute;
    top: -480px;
    left: 9%;
    z-index: 9;
    pointer-events: none;
}

@media (min-width: 1400px) {
    .la-circle-on-video {
        left: unset;
        right: 30px;
    }
}

@media (max-width: 1024px) {
    .la-video-circle img {
        float: none;
        margin: auto;
    }

    .la-circle-on-video {
        left: 17.5%;
    }
}

@media (max-width: 570px) {
    .la-video-circle img {
        border-radius: 50% !important;
        height: 320px !important;
        width: 320px !important;
        float: left;
        margin-left: 20px;
    }

    .la-circle-on-video {
        border: 1px solid #91a99b;
        width: 320px !important;
        height: 320px !important;
        border-radius: 50% !important;
        position: absolute;
        top: -340px;
        left: 5px;
        z-index: 9;
        pointer-events: none;
    }

    .la-video-circle .elementor-custom-embed-play {
        left: 50%;
        -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }
}

.hide-outline .elementor-image-box-content {
    border: none;
}

.base-circle {
    width: 360px;
    height: 360px;
    border: 1px solid #ffffff45;
    border-radius: 50%;
    margin: auto;
    transform: translate(-15%, 18%);
}

@media (min-width: 1400px) {
    .container.text-center.overlay-icons {
        margin-left: -40px;
    }
}

@media (max-width: 570px) {
    .container.text-center.overlay-icons {
        margin-left: 20px;
    }

    .base-circle {
        width: 280px;
        height: 280px;
        transform: translate(-11%, 14%);
    }
}

.overlay-icons .top-row {
    position: absolute;
    width: 100%;
    top: 20px;
    margin-left: -60px;
}

.overlay-icons .bottom-row {
    position: absolute;
    width: 100%;
    bottom: -50px;
    margin-left: -60px;
}

.overlay-icons .la-icon a {
    background-color: #fff;
    display: block;
    padding: 17%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    text-align: center;
    margin: auto;
}

@media (max-width: 570px) {
    .overlay-icons .la-icon a {
        width: 100px;
        height: 100px;
    }
}

.la-icon-border {
    border: 1px dashed #567361;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    margin-left: -45px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.cir-icons-row-gap {
    width: 100%;
    height: 60px;
}

@media (max-width: 570px) {
    .col.la-icon {
        margin-left: 30px;
    }

    .la-icon-border {
        width: 70px;
        height: 70px;
        margin-left: -23px;
    }

    .cir-icons-row-gap {
        width: 100%;
        height: 30px;
    }

    .resources-thumb h3.elementor-image-box-title {
        padding-top: 20px;
    }
}

.list-style-top li .elementor-icon-list-icon {
    padding-top: 6px;
}

.list-style-top li {
    align-items: start !important;
}

.car-oval-style {
    padding-left: 23px;
}

.car-oval-style figure {
    border: 1px solid #91A99B;
    border-radius: 50%;
    width: 320px;
}

.car-oval-style img {
    border-radius: 50% !important;
    width: 320px !important;
    height: 320px !important;
    padding: 25px !important;
    object-fit: cover;
}

.car-oval-style .swiper-slide {
    padding-left: 10px;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    top: 115%;
    left: 48% !important;
    transform: translateX(-50%);
    border: 1px solid #91a99b;
    border-radius: 50%;
    font-size: 14px;
    padding: 10px;
}

.elementor-swiper-button.elementor-swiper-button-next {
    top: 115%;
    right: 44% !important;
    transform: translateX(-44%);
    border: 1px solid #91a99b;
    border-radius: 50%;
    font-size: 14px;
    padding: 10px;
}


.la-testimonial .elementor-testimonial-wrapper {
    display: grid;
}

.la-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
    -webkit-order: 2;
    order: 2;
    margin-top: 60px;
}

.la-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta {
    -webkit-order: 1;
    order: 1;
}

.la-testimonial .elementor-testimonial-details {
    position: absolute;
    top: 100%;
}

.la-testimonial .elementor-testimonial-content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.la-testimonial .elementor-testimonial-image::before {
    content: "\f10e";
    clear: both;
    width: 100%;
    top: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 20px 0;
    color: #91A99B;
}
}

.la-testimonial .elementor-testimonial-name {
    font-family: 'Playfair Display';
}

.financial {
    background: url(/wp-content/uploads/2022/12/Financial-Help-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 15px transparent solid;
    background-size: 50%;
}

.financial:hover {
    background: url(/wp-content/uploads/2022/12/Financial-Help.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #567361 !important;
    border: 15px #fff solid;
    background-size: 50%;
}

.medical {
    background: url(/wp-content/uploads/2022/12/Medical.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 15px transparent solid;
    background-size: 50%;
    margin-left: 120px;
}

.medical:hover {
    background: url(/wp-content/uploads/2022/12/Medical-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #567361 !important;
    border: 15px #fff solid;
    background-size: 50%;
}

.support {
    background: url(/wp-content/uploads/2022/12/Support.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 15px transparent solid;
    background-size: 50%;
}

.support:hover {
    background: url(/wp-content/uploads/2022/12/Support-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #567361 !important;
    border: 15px #fff solid;
    background-size: 50%;
}

.transport {
    background: url(/wp-content/uploads/2022/12/Transportation-Costs.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 15px transparent solid;
    background-size: 50%;
    margin-left: 120px;
}

.transport:hover {
    background: url(/wp-content/uploads/2022/12/Transportation-Costs-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #567361 !important;
    border: 15px #fff solid;
    background-size: 50%;
}

.financial:hover .la-icon-border,
.medical:hover .la-icon-border,
.support:hover .la-icon-border,
.transport:hover .la-icon-border {
    border-color: transparent;
}

.circle-btn i {
    font-size: 32px;
}


.resources-thumb img {
    width: 100%;
    height: 120px !important;
    object-fit: cover;
}

/* waiting families thumb on resource page
---------------------------------------------------- */
/* .la-res-waiting .pf-item img.pf-item-img{
	width: 220px !important;
	height: 220px !important;
	border-radius: 50% !important;
	object-fit: cover;
}
 */


/* Separator
---------------------------------------------------- */
.la-separator {
    width: 100%;
    text-align: center;
}

.la-separator .thin-line {
    border: none;
    border-top: 1px solid #91a99b;
    margin: auto;
}

.la-separator .fat-line {
    border: none;
    height: 3px;
    background: #567361;
    float: none;
    margin: 0 auto;
    margin-top: -2px;
}

/* Accordion change icons to number
-------------------------------------------------------------------------- */
.accord-full-width .elementor-tab-title .elementor-accordion-icon h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px dashed #567361;
    padding-top: 12%;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

.accord-full-width .elementor-tab-title a.elementor-accordion-title {
    margin-left: 60px;
}

.accord-full-width .elementor-tab-title .elementor-accordion-icon .accord-bullet {
    background: #fff;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -5px;
}

/* .accord-full-width .elementor-accordion-item:nth-child(odd), .accord-full-width .elementor-accordion-item:nth-child(odd) .elementor-tab-title,  .accord-full-width .elementor-accordion-item:nth-child(odd) .elementor-tab-content {
	background-color: #91A99B !important;
	color:#fff !important;
}

.accord-full-width .elementor-accordion-item:nth-child(even), .accord-full-width .elementor-accordion-item:nth-child(odd) .elementor-tab-title,  .accord-full-width .elementor-accordion-item:nth-child(even) .elementor-tab-content {
	background-color: #fff !important;
	color: #000 !important;
} */

.accord-full-width .elementor-accordion-item:nth-child(odd),
.accord-full-width .elementor-accordion-item:nth-child(odd) .elementor-tab-content {
    background-color: #91A99B !important;
    color: #fff !important;
}

.accord-full-width .elementor-accordion-item:nth-child(even),
.accord-full-width .elementor-accordion-item:nth-child(even) .elementor-tab-content {
    background-color: #fff !important;
    color: #000 !important;
}

.accord-full-width .elementor-accordion .elementor-tab-title,
.accord-full-width .elementor-accordion .elementor-tab-content {
    padding: 40px 20px;
}

.accord-full-width .elementor-accordion-item .elementor-tab-content {
    border-top: 1px solid transparent;
}

.accord-full-width .elementor-accordion-item:nth-child(even) .elementor-tab-title a {
    color: #000 !important;
}

.accord-full-width .elementor-accordion-item .elementor-tab-content,
.accord-full-width .elementor-accordion-item .elementor-tab-title {
    max-width: 1320px;
    margin: auto;
}


.accord-full-width .elementor-accordion-item:nth-child(even) .elementor-tab-title .elementor-accordion-icon .accord-bullet {
    background: #91a99b;
}

.accord-full-width .elementor-accordion-item:nth-child(even) .elementor-tab-title .elementor-accordion-icon h3 {
    color: #000;
    background: #889e91;
    border: 1px dashed #f8f9fa;
}

.accord-full-width .elementor-accordion-item:nth-child(odd) .elementor-tab-title::before {
    content: "\f078";
    clear: both;
    width: 50px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    position: relative;
    float: right;
    margin: 8px 0;
    color: #f8f9fa;
}

.accord-full-width .elementor-accordion-item:nth-child(even) .elementor-tab-title::before {
    content: "\f078";
    clear: both;
    width: 50px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    position: relative;
    float: right;
    margin: 8px 0;
    color: #2C3E50;
}

.accord-gen .elementor-accordion-item {
    border: 0;
    border-bottom: 1px solid #ccc !important;
}

.accord-gen .elementor-tab-title i {
    border: 1px dashed #000;
    padding: 10px 11px;
    border-radius: 50%;
    transform: translate(-15px, -10px);
}

@media(max-width: 570px) {
    .accord-gen .elementor-tab-title i {
        transform: translate(-2px, -10px);
    }
}

.la-stripe .elementor-accordion-item:nth-child(odd) .elementor-tab-title {
    background-color: #F0F0F0 !important;
}

.la-stripe .elementor-accordion-item:nth-child(even) .elementor-tab-title {
    background-color: #91A99B !important;
}

.accord-gen .elementor-accordion-item .elementor-tab-title {
    /* background-color: transparent !important; */
}

.accord-gen .elementor-accordion-icon.elementor-accordion-icon-right {
    margin-top: 10px;
}

.faq-accord .elementor-accordion-item .elementor-tab-title.elementor-active {
    background-color: #91A99B !important;
}

.faq-accord .elementor-accordion-item {
    border: 0 !important;
    margin: 10px 0;
}

.faq-accord .elementor-accordion-item .elementor-tab-title a::before {
    content: '?';
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 10px 14px;
    border: 1px dashed #567361;
    float: left;
    color: #1F1F1F;
    margin-top: -10px;
}

.r-cir-bor .elementor-tab-title i {
    border: 0 !important;
}

/* Buttons
------------------------------------ */
.btn-view-more {
    letter-spacing: 7px;
    color: #567361;
}

/* Resources Sidebar
-------------------------------------- */
label.wp-block-search__label,
section#block-9 h2,
section#block-13 h2 {
    background-color: #90a89a;
    line-height: 40px;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

input#wp-block-search__input-1 {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    outline: none;
}

button.wp-block-search__button.has-icon.wp-element-button {
    border: 0;
    position: absolute;
    background-color: transparent;
    right: 0px;
    transform: rotate(270deg);
}

.wp-block-categories {
    box-sizing: border-box;
    padding-inline-start: 0;
    list-style: none;
    margin: 0;
}

.cat-on-resources-pg li a {
    font-weight: 500;
    color: #000;
    line-height: 36px;
    display: block;
    padding-left: 15px;
}

.cat-on-resources-pg li a:hover {
    background-color: #567361;
    color: #fff;
}

section.banner-single h1.adelia {
    text-transform: capitalize;
}

/* Contact Us Page
------------------------------------------ */
.contact-twin-bg .elementor-widget-wrap.elementor-element-populated {
    background-image: url(/wp-content/uploads/2022/12/Flower-1.svg), url(/wp-content/uploads/2022/12/flower-2.svg);
    background-repeat: no-repeat, no-repeat;
    background-position-y: bottom, center;
    background-position-x: left, right;
    background-size: 15%, 15%;
}

@media(max-width: 570px) {
    .contact-twin-bg .elementor-widget-wrap.elementor-element-populated {
        background-size: 26%, 30%;
    }
}



/* Adoption Videos Posts
-----------------------------------------*/
.la-video-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.la-video-list .la-video-item {
    padding-top: 40px;
}

.la-video-list .video-btn {
    background: transparent;
    margin: auto;
    width: 100%;
    margin-top: -230px;
    margin-bottom: 160px;
    text-align: center;
    max-width: 90px;
    transition: all 0.5s;
}

.la-video-list .la-video-item:hover .video-btn {
    scale: 1.2;
}

.la-video-list .title {
    margin-top: 110px;
    padding: 0 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.la-video-list .la-video-item .la-video-bg {
    text-align: center;
}

.la-video-list .la-video-item .la-video-bg img {
    width: 360px;
    height: 360px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: -1;
}

@media(max-width:570px) {
    .la-video-list .la-video-item .la-video-bg img {
        width: 320px;
        height: 320px !important;
    }
}

.la-blog-list .la-blog-item .la-blog-bg img {
    width: 520px;
    height: 520px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
   /*  margin-left: 30px; */
    object-fit: cover;
}



.la-video-list .la-video-item .la-video-thumb-ring {
    width: 360px !important;
    height: 360px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin: -360px auto 0 10px;
    border: 1px solid #91a99b;
    pointer-events: none;
}

@media(max-width: 570px) {
    .la-video-list .la-video-item .la-video-thumb-ring {
        width: 320px !important;
        height: 320px !important;
        margin: -320px auto 0 0px;
    }
}

.la-blog-list .la-blog-item .la-blog-thumb-ring {
    width: 520px !important;
    height: 520px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin: -520px auto 0 20px;
    border: 1px solid #91a99b;
    pointer-events: none;
}

.la-blog-list .la-blog-item .la-blog-thumb-ring {
    margin: -520px auto 0 0;
}

.la-pagination {
    /* position: absolute; */
    z-index: 9;
    top: 100%;
    width: 100%;
    text-align: center;
    margin: 0 0 70px 0;
}

.la-pagination.catpg {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.la-pagination .page-numbers {
    border: 1px solid #91A99B;
    border-radius: 50%;
    padding-top: 5px;
    margin: 10px 5px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    color: #000 !important;
    font-family: 'Playfair Display';
    text-decoration: none;
}

.la-pagination .page-numbers i {
    font-size: 14px;
}

.la-pagination .page-numbers.current,
.la-pagination .page-numbers:hover {
    background-color: #91a99b;
    color: #fff !important;
    border: 1px dashed #4e6858;
}

.filter-by-category {
    position: absolute;
    width: 300px;
    right: 0;
    top: -130px;
}

@media(max-width:1024px) {
    .filter-by-category {
        position: absolute;
        width: 300px;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.la-video-player-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background: #000;
    width: 100%;
    justify-content: center;
    height: 100vh;
    display: flex;
    align-items: center;
}

.filter-by-category #cat {
    height: 40px;
    background: #91A99B;
    color: #fff;
    outline: none;
}

.filter-by-category #cat .level-0 {
    color: #000;
    background-color: #fff;
}

.close-video {
    position: fixed;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.close-video img {
    width: 34px;
}

/* Blog Pages
--------------------------------------------- */
 .la-blog-item {
/*     display: table;
    width: 100%; */
    padding: 50px 0;
}

/* .la-blog-item-thumb {
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: table-cell;
} */

.la-blog-item-content {
    align-self: center;
}
.sec-even .la-blog-item-content {
    padding: 60px 15px 60px 60px;
}
.sec-odd .la-blog-item-content {
    padding: 60px 60px 60px 15px;
}
@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .sec-even .la-blog-item-content {
            padding: 60px 25px 60px 20px;
        }

        .sec-odd .la-blog-item-content {
            padding: 60px 20px 60px 25px;
        }
}
@media (max-width: 1024px) {

    .la-blog-item-content,
    .la-blog-item-thumb {
        width: 100%;
        text-align: center;
        /* padding-top: 50px; */
    }
         .la-blog-item-content {
            padding-right: 15px !important;
            padding-left: 15px !important;
         }
}

@media (max-width: 570px) {

    .la-blog-item-content,
    .la-blog-item-thumb {
        width: 100%;
        padding-top: 30px;
    }
}

a[rel="category tag"] {
    color: #567361;
    font-family: "Playfair Display", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.la-blog-item-content .title {
    color: #000 !important;
    padding: 20px 0;
}

.la-blog-item-content .title a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
}
.la-blog-item-content .title a::first-letter {
    text-transform: none;
}

.la-blog-list .sec-odd .la-blog-thumb-ring {
    margin: -520px auto 0 auto;
    margin-right: 30px;
}

@media(max-width:570) {
    .la-blog-list .sec-odd .la-blog-thumb-ring {
        margin: -320px auto 0 10px;
    }
}

.la-blog-list .sec-odd .la-blog-item-thumb {
    text-align: end;
}

@media(max-width: 1024px) {
    .la-blog-list .sec-odd .la-blog-item-thumb {
        text-align: center;
    }
        .la-blog-list .sec-odd .la-blog-item .mb-order-1 {
            order: 1 !important;
        }
        .la-blog-list .sec-odd .la-blog-item .mb-order-2 {
            order: 2 !important;
        }
}

.la-blog-list .sec-odd .la-blog-bg img {
    z-index: 0;
    /* margin-left: 60px; */
}

.la-blog-list .sec-even .la-blog-thumb-ring {
    margin: -520px auto 0 auto;
    margin-left: 0;
}

@media(max-width: 570px) {
    .la-blog-list .sec-even .la-blog-thumb-ring {
        margin: -320px auto 0 10px;
    }
}

.la-blog-list .sec-even .la-blog-bg img {
    z-index: 0;
    /* margin-left: 60px; */
}

.la-blog-list .la-blog-item a.la-read-more-btn {
    font-family: "Playfair Display", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 8px 8px 8px 8px;
    background-color: #567361;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.la-blog-list .la-blog-item a.la-read-more-btn:hover {
    background-color: #000;
}

.la-blog-list .la-blog-item .la-blog-excerpt {
    padding: 30px 0;
}

.la-blog-list .sec-odd {
    background-color: #F2F1F5;
}

#blog_tabs .la-pagination {
    margin: 30px 0;
}

.no-post {
    padding: 120px 0;
    max-width: 1320px;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-family: 'adelia';
}

.la-blog-list .sec-even .la-blog-thumb-ring {
    margin: -520px auto 0 20px;
}

.la-blog-list .sec-even .la-blog-thumb-ring {
    margin: -520px auto 0 0;
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .la-blog-list .la-blog-item .la-blog-bg img {
            width: 410px;
            height: 410px !important;
        }
}
@media (max-width:1024px) {
    .sec-even {
        text-align: center;
    }

    .la-blog-list .la-blog-item .la-blog-bg img {
        width: 520px;
        height: 520px !important;
       /*  margin-left: 50px !important; */
    }

    .la-blog-list .la-blog-item .la-blog-thumb-ring {
        width: 520px !important;
        height: 520px !important;
        margin-top: -520px;
    }

    .la-blog-list .sec-even .la-blog-thumb-ring {
        margin: -520px auto 0 auto;
    }

    .la-blog-list .sec-odd .la-blog-thumb-ring {
        width: 520px !important;
        height: 520px !important;
        margin: -520px auto 0 auto;
    }
}

@media (max-width:570px) {
    .la-blog-list .la-blog-item .la-blog-bg img {
        width: 320px;
        height: 320px !important;
        margin-left: 10px !important;
    }

    .la-blog-list .la-blog-item .la-blog-thumb-ring {
        width: 320px !important;
        height: 320px !important;
    }

    .la-blog-list .sec-odd .la-blog-thumb-ring {
        margin: -520px auto 0 10px;
    }

    .la-blog-list .sec-even .la-blog-thumb-ring {
        margin: -320px auto 0 0;
    }

    .la-blog-list .sec-odd .la-blog-thumb-ring {
        width: 320px !important;
        height: 320px !important;
        margin-top: -320px;
    }

    .la-blog-list .sec-even .la-blog-bg img {
        margin-left: 0 !important;
    }

    .la-blog-list .sec-odd .la-blog-bg img {
        margin-left: 0px !important;
    }
}

/* Single
--------------------------------------------- */
section.banner-single {
    height: 54vh;
    width: 100%;
    background-image: url(/wp-content/uploads/2022/12/adoption-blog-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

section.banner-single h1 {
    max-width: 1320px;
    margin: 60px auto 0 auto;
    color: #fff;
    font-size: 76px;
}

section.banner-single h5 {
    max-width: 1320px;
    margin: 100px auto 0 auto;
    color: #fff;
    font-size: 56px;
    letter-spacing: 1px;
}

.post-thumbnail img {
    width: 460px;
    height: 460px !important;
    border-radius: 50% !important;
    position: relative;
    object-fit: cover;
   /*  margin-left: 40px; */
}

.la-blog-feature-img-ring {
    width: 460px !important;
    height: 460px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin: -460px auto 0 0px;
    border: 1px solid #91a99b;
    pointer-events: none;
}

.la-single {
    background-color: #F2F1F5;
    padding: 90px 0 250px 0;
}
.la-single .entry-meta {
    /*margin-top: 20%;*/
}
@media(max-width: 768px){
.la-single .entry-meta {
    /*margin-top: 20%;*/
    margin-top: 30px;
}
}
.la-single .row {
    align-items: center;
}

.la-single-content .container {
    background-color: #fff;
    /* margin-top: -200px; */
    padding: 40px 50px;
    min-height: 600px;
    /* text-align: justify; */
}

.la-single-content .container p {
    margin-bottom: 20px;
}

.entry-content.la-single-content.overflow-x-hidden {
    margin-top: -200px;
}

.comment-form-comment label[for="comment"],
.comment-form-author label[for="author"],
.comment-form-email label[for="email"],
.comment-form-url {
    display: none;
}

.comment-wrapper {
    background-color: #91A99B;
    padding: 90px 0;
}

#comments .comment-reply-title {
    font-family: 'adelia';
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px;
}

#commentform textarea#comment {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 90px;
    outline: none;
    /* margin-top: 40px; */
    color: #fff;
}

p.logged-in-as {
    margin: 30px 0;
    color: #eeeeee;
}

p.logged-in-as a {
    color: #000000;
}

input#author,
input#email {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    line-height: 60px;
    outline: none;
    color: #fff;
}

p.comment-form-cookies-consent {
    margin: 30px 0;
    color: #fff;
}

p.comment-notes {
    margin: 40px 0;
    color: #fff;
}

/* Comment form order
--------------------------------------------- */
form#commentform {
    display: inline-grid;
    /* width: 100%; */
}

#commentform .comment-notes {
    order: 1;
    width: 100%;
    clear: both;
}

#commentform .comment-form-comment {
    order: 4;
    width: 100%;
}

#commentform .comment-form-author {
    order: 2;
    width: 100%;
}

#commentform .comment-form-email {
    order: 3;
    width: 100%;
}

#commentform .comment-form-cookies-consent {
    order: 5;
    width: 100%;
}

#commentform .form-submit {
    order: 6;
    width: 100%;
}



/* Custom Select
----------------------------------------------*/


/*the container must be positioned relative:*/
.custom-select {
    /* position: relative;
	font-family: Arial; */
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #91A99B;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style items for Select option, including the selected item:*/
.select-items div,
.select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-items div {
    color: #000;
}

/*style items for Select option
----------------------------------------------------*/
.select-items {
    position: absolute;
    background-color: whitesmoke;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Misc styles
---------------------------------- */
.accord-full-width .elementor-accordion-item:nth-child(odd) .elementor-tab-content .elementor-widget-heading .elementor-heading-title,
.accord-full-width .elementor-accordion-item:nth-child(odd) .elementor-tab-content .elementor-widget-text-editor {
    color: #ffffff !important;
}


.white-circle .elementor-image-box-content {
    border: 1px solid #fff !important;
}

.dark-green-circle .elementor-image-box-content {
    border: 1px solid #91a99b !important;
}

.abt-img .elementor-image-box-content {
    margin-left: 20px;
}

.col-left.step1 .elementor-image-box-content {
    margin-left: -30px;
}

.hide-this {
    display: none;
}

#content,
.site-main {
    margin-top: 130px;
}



.three_cir-btns .service-section_nav span:nth-child(1) {
    left: 50% !important;
    transform: translateX(-50%);
    top: -50px !important;
}

.three_cir-btns .service-section_nav span:nth-child(2) {
    left: 82% !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.three_cir-btns .service-section_nav span:nth-child(3) {
    left: 50% !important;
    transform: translateX(-50%);
    top: 82% !important;
}

/* Responsive Tab Breakpoint
----------------------------------------*/
@media (max-width: 1024px) {

    /* .branding-nav .custom-logo-link {
		margin-top: 0;
		padding: 10px;
	} */
    .branding-nav .custom-logo-link img {
        max-width: 200px;
    }

    .foo-social {
        margin-right: -10px;
    }

    #secondary h1.adelia {
        font-size: 40px !important;
        line-height: 90px;
    }

    #secondary .widget .is-layout-flex {
        display: grid;
    }

    .foo-img-in-circle {
        margin: auto;
    }

    .foo-social {
        margin: auto !important;
        /* float: left; */
    }

    .foo-social li {
        margin: 20px;
    }

    .col-left,
    .col-right {
        width: 100% !important;
    }

    .col-left .img-md-circle-right img {
        margin-left: 10px !important;
        transform: unset !important;
    }

    .col-left .img-md-circle-right .elementor-image-box-content {
        width: 300px !important;
        height: 300px !important;
        right: 56%;
    }

    .col-left h6,
    .col-right h6 {
        margin: 30px 0;
    }

    .fea-img-wrapper .post-thumbnail {
        text-align: center;
    }

    .la-blog-feature-img-ring {
        margin: -460px auto 0 auto;
    }

    .banner-single h1 {
        font-size: 76px !important;
        padding: 0 30px;
        line-height: 120px;
    }

    .banner-single h5 {
        font-size: 46px !important;
        padding: 0 30px;
    }

    section.banner-single {
        height: 90vh;
        background-position: -2000px center;
        padding-top: 25vh;
    }
}

@media (max-width: 767px) {
    .elementor-1025 .elementor-element.elementor-element-19e420a .elementor-accordion-title {
        font-size: 16px !important;
        line-height: 90px !important;
        margin-left: 0px;
        padding: 0;
        position: relative;
        top: 50px;
        text-align: center;
        display: block;
    }
}

@media (min-width: 570px) {
    .navbar-expand-sm .navbar-toggler {
        display: block !important;
    }
}

/* Responsive
*  -Mobile
----------------------------------- */
@media (max-width: 575.98px) {
    header#masthead {
        transition: all 1s;
        background-color: #f2f1f5;
        padding-bottom: 10px;
        position: absolute;
        z-index: 999999999;
        width: 100%;
        top: 0;
    }

    .custom-logo {
        max-width: 220px;
    }

    .branding-nav {
        background-color: transparent;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .branding-nav .custom-logo-link {
        position: relative;
        z-index: 9999999;
        display: inline-block;
        padding: 0 60px;
        background: transparent;
        text-align: left;
        width: 60%;
        margin-top: -10px;
        padding-left: 15px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .site-info div {
        margin: 10px auto;
    }

    #secondary .kirsh-kirsh {
        margin-bottom: 40px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    #secondary h1.adelia {
        font-size: 40px !important;
        line-height: 90px;
    }

    .foo-img-in-circle {
        margin: auto;
    }

    .site-info div {
        text-align: center;
    }

    .foo-social {
        margin: auto !important;
    }

    .faq-accord .elementor-accordion-item .elementor-tab-title a::before {
        margin-top: 0;
        /* position: absolute; */
    }

    .banner-single h1 {
        font-size: 46px !important;
        padding: 0 30px;
        line-height: 120px;
    }

    .banner-single h5 {
        font-size: 36px !important;
        padding: 0 30px;
    }

    #content,
    .site-main {
        margin-top: 140px;
    }

    .fea-img-wrapper .post-thumbnail {
        text-align: center;
    }

    .post-thumbnail img {
        width: 320px;
        height: 320px !important;
        border-radius: 50% !important;
        margin-left: 10px;
    }

    .la-blog-feature-img-ring {
        width: 340px !important;
        height: 340px !important;
        border-radius: 50% !important;
        position: relative;
        z-index: 0;
        margin: -340px auto 0 -5px;
        border: 1px solid #91a99b;
        pointer-events: none;
    }

    .post-content-wrapper h1.entry-title {
        font-size: 1.5em;
        line-height: 40px;
    }

    #comments .comment-reply-title {
        font-size: 26px;
        padding-bottom: 10px;
    }

    section.banner-single {
        height: 65vh;
        background-position: 69% 57%;
        padding-top: 0;
    }

}



/* Added by rashmi */

.img-2-tw-circle img {
    width: 320px;
    height: 320px !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 0;
    margin-left: 30px;
    background: #EFEFEF;
    /* padding: 30px; */
}

.img-2-tw-circle .elementor-image-box-content {
    width: 320px !important;
    height: 320px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50px;
    border: 1px solid #91a99b;
}

.img-2-tw-circle .elementor-image-box-content h3 {
    margin-top: 110%;
}

@media(max-width: 1024px) {
    .img-2-tw-circle .elementor-image-box-content {
        left: 20px;
    }

    .la-video-list .la-video-item .la-video-thumb-ring {
        margin: -360px auto 0 200px;
    }
}

@media(max-width: 570px) {
    .img-2-tw-circle img {
        margin-left: 30px;
    }

    .img-2-tw-circle .elementor-image-box-content {
        left: 10px;
    }

    .la-video-list .la-video-item .la-video-thumb-ring {
        margin: -320px auto 0 0;
    }
}


/*Blog*/
.search-blog label.wp-block-search__label {
    display: none;
}

section#block-11 {
    max-width: 1320px;
    margin: auto;
    margin-top: 0px;
    position: relative;
    z-index: 99;
}

.search-blog {
    width: 550px;
    float: right;
    margin-bottom: -100px;
    margin-top: 30px;
}

.search-blog button.wp-block-search__button.has-icon.wp-element-button {
    position: relative;
}

.search-blog input {
    border: none !important;
    text-align: center;
}

@media(max-width:1024px) {
    .search-blog {
        width: 98%;
    }
}

@media(max-width:570px) {
    .search-blog {
        width: 90%;
        float: none;
        border-bottom: 1px solid #567361;
        padding-right: 10px;
        margin: auto;
    }
}

/*SALIH*/

.kirsh-team .team-member {
    margin-bottom: 35px;
}

.kirsh-team .team-member__wrap {
    padding: 0 25px;
    text-align: center;
}

.kirsh-team .team-member__wrap figure {
    margin-bottom: 25px !important;
    position: relative;
    transition: all .3s;
}

.kirsh-team .team-member__wrap figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 100%;
    z-index: 1;
    transition: all .3s;
}

.kirsh-team .team-member__image {
    width: 100%;
    border-radius: 50%;
    position: relative;
    right: -10px;
    z-index: 2;
    transition: all .3s;
}

.kirsh-team .team-member__detail {
    font-size: 18px;
    font-weight: 600;
}

.kirsh-team .team-member__detail a {
    color: inherit;
}

.kirsh-team .team-member__wrap:hover figure::after {
    left: 0;
}

.kirsh-team .team-member__wrap:hover .team-member__image {
    right: 0;
}

.team-list__popcontent {
    max-width: 700px;
    margin: 150px auto 0 auto;
    background-color: #fff;
}

.team-list__popcontent header {
    text-align: center;
}

.popcontent__logo {
    position: relative;
    padding: 35px 0;
}

.popcontent__logo img {
    max-width: 250px;
}

.popcontent__name {
    min-height: 145px;
    padding: 20px 20px 115px 20px;
    background-color: #91A99B;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popcontent__name h2 {
    font-size: 25px;
    font-weight: 600;
}

.popcontent__name h3 {
    font-size: 20px;
    font-weight: 400;
}

.team-list__popcontent main {
    position: relative;
}

.team-list__popcontent figure {
    margin-top: -105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popcontent__image {
    max-width: 200px;
    border-radius: 50%;
}

.popcontent__text {
    padding: 20px 45px;
}

.popcontent__text p {
    margin-bottom: 20px;
}

.popcontent__text p:last-of-type {
    margin-bottom: 0;
}

.team-list__popcontent footer {
    text-align: center;
    padding: 25px;
    color: white;
    background-color: #91A99B;
}

.team-list__popcontent .closePopup {
    position: absolute;
    background-color: transparent;
    right: 15px;
    top: 23px;
    border: none;
}

@media(max-width: 560px) {
    .popcontent__logo {
        padding: 16px 15px;
        text-align: left;
    }

    .popcontent__logo img {
        max-width: 166px;
    }

    .popcontent__text {
        padding: 20px 15px;
    }
}

/*Testimonials*/
.elementor-widget-cairs_testimonial_slider .testimonial {
    text-align: center;
}

.elementor-widget-cairs_testimonial_slider .testimonial header {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial__img {
    display: inline-block;
    padding: 5px;
    border: 1px solid #91A99B;
    border-radius: 50%;
    ;
    margin-bottom: 25px !important;
}

.testimonial__img img {
    max-width: 100px !important;
    border-radius: 50% !important;
}

.elementor-widget-cairs_testimonial_slider .testimonial header svg {
    fill: #91A99B;
    width: 40px;
    height: 40px;
    margin-bottom: 25px;
}

.testimonial__author {
    margin-top: 25px;
}

.testimonial__author h2 {
    font-size: 20px;
    font-family: "Playfair Display", Sans-serif;
    color: #567361;
}

.tswiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.tswiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #91A99B;
    opacity: 1;
}

.tswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #567361;
}

/*Services*/
.service-nav-col {
    padding-right: 50px;
}

@media(max-width: 1024px) {
    .service-nav-col {
        padding-right: 0px;
    }
}

.service-section__image {
    padding: 30px;
    text-align: center;
    position: relative;
}

.service-section__main {
    width: 100%;
    border-radius: 50% !important;
    position: relative;
    z-index: 2;
}

.service-section_nav {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.service-section_nav span {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 9;
    border-radius: 50%;
    transition: all .2s;
    cursor: pointer;
}

@media(max-width: 1200px) {
    .service-section_nav span {
        width: 100px;
        height: 100px;
    }

    .service-section_nav span img {
        max-width: 50%;
    }
}

@media(max-width: 992px) {
    .service-section_nav span {
        width: 75px;
        height: 75px;
    }

    .service-section_nav span img {
        max-width: 50%;
    }
}

.service-section_nav span::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 1px dashed #4e6858;
    border-radius: 50%;
    ;
}

.service-section_nav span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
}

.service-section_nav span:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
}

.service-section_nav span:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-section_nav span:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-section-title {
    text-align: center;
}

.service-section-title p {
    margin-bottom: 30px;
    color: #FFFFFF;
    font-family: "Playfair Display", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 8.4px;
    text-transform: uppercase;
}

.service-section-title h2 {
    display: inline-block;
    padding-bottom: 45px;
    margin-bottom: 45px;
    font-family: 'adelia';
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 500;
    position: relative;
}

.service-section-title h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 55px;
    right: 55px;
    height: 1px;
    background-color: #fff;
}

.service-section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: calc(50% - 50px);
    height: 2px;
    width: 90px;
    background-color: #567361;
}

.service-section_nav span.nav-point.active {
    background-color: #567361;
}

.service-section_nav span.nav-point.active::after {
    border-color: #fff;
}

.service-section_nav span.nav-point.active img {
    filter: brightness(0) invert(1);
}


.mfp-bg {
    background-color: #567361 !important;
}

.mfp-wrap,
.dialog-type-lightbox {
    z-index: 9999999999999999 !important;
}

.mfp-iframe {
    border: 25px solid #fff;
}

.mfp-iframe-holder .mfp-close {
    top: -54px !important;
    font-size: 55px !important;
    font-weight: 300 !important;
    font-family: serif !important;
    opacity: 1 !important;
}

.video-cat-selector {
    margin-bottom: 50px;
}

.video-cat-selector select {
    width: 100%;
    height: 50px;
    padding: 10px;
    background-color: #91A99B;
    border-color: #91A99B;
    color: white;
}

.video-cat-selector select option {
    background-color: #91A99B;
}

.video-item__wrapper {
    text-align: center;
    padding: 20px;
}

.cairs-video-popup svg {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 88;
}

.video-item__image {
    margin: 0 auto 30px 0 !important;
    width: 300px;
    height: 300px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.video-item__image::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid green;
    border-radius: 50%;
    z-index: -1;
}

.video-item__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50% !important;
    position: relative;
    right: -15px;
}

.video-item__title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.video-item__title a {
    color: #1F1F1F;
    text-decoration: none;
}

.navigation.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    margin-bottom: 75px;
}

.navigation.pagination .nav-links {
    display: flex;
}

.navigation.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 5px;
    border: 1px solid #91A99B;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    color: #567361;
}

.navigation.pagination .page-numbers.current {
    background-color: #567361;
    color: white;
}

.video-page-banner {
    position: relative;
    margin-top: 130px;
    margin-bottom: 75px;
    ;
}

.video-page-banner figure {
    width: 100%;
    height: 515px;
}

.video-page-banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1200px) {
    .video-page-banner figure {
        width: 100%;
        height: 400px;
    }
}

@media(max-width: 768px) {
    .video-page-banner figure {
        width: 100%;
        height: 300px;
    }
}

@media(max-width: 570px) {
    .video-page-banner figure img {
        object-position: 66% 59%;
    }
}

.banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.banner-content {
    width: 100%;
    max-width: 1320px;
    margin: 0 atuo;
    padding: 0 15px;
}

.banner-content h1 {
    color: #567361;
    font-family: 'adelia';
    font-size: 56px;
    font-weight: 400;
}

.banner-content h1 span {
    font-family: "Playfair Display", Sans-serif;
    font-size: 62px;
    font-weight: 500;
    margin-top: 31px;
    display: block;
}

@media(max-width: 570px) {
    .banner-content h1 {
        font-size: 35px;
        font-weight: 400;
    }

    .banner-content h1 span {
        font-family: "Playfair Display", Sans-serif;
        font-size: 30px;
    }
}

.cairs-tab-content {
    height: 0;
    overflow-y: hidden;
    transition: height 0.25s;
    will-change: height;
}

.cairs-accordion-item {
    padding: 25px 0;
}

.cairs-accordion-item:first-child .cairs-tab-content {
    height: auto;
}

.cairs-accordion-item:nth-child(odd) {
    background-color: #91A99B;
}

.cairs-accordion-item:nth-child(odd) .img-with-circle>div::before {
    border: 1px solid #ffffff;
}

.cairs-accordion-item:nth-child(odd) .cairs-accordion-title {
    color: white;
}

.cairs-accordion-item .cairs-tab-title,
.cairs-accordion-item .cairs-tab-content {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cairs-accordion-item .cairs-tab-title {
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

.cairs-accordion-item .cairs-tab-title .tab-icon {
    margin-right: 15px;
}

.cairs-accordion-item .cairs-tab-content .tab-content-body {
    margin-top: 40px;
}

.cairs-accordion-title {
    position: relative;
}

@media(max-width: 768px) {
    .cairs-accordion-title {
        display: flex;
        flex-direction: column;
    }

    .cairs-accordion-item .cairs-tab-title .tab-icon {
        margin-bottom: 20px;
    }
}

.cairs-accordion-title::after {
    position: absolute;
    right: 10px;
    top: 33%;
}

.cairs-accordion-title::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="30" height="30" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"%3E%3Cpath fill="currentColor" d="m9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828L5.757 6.586L4.343 8z"%2F%3E%3C%2Fsvg%3E');
}

.cairs-tab-title.active .cairs-accordion-title::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="30" height="30" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"%3E%3Cpath fill="currentColor" d="M10.707 7.05L10 6.343L4.343 12l1.414 1.414L10 9.172l4.243 4.242L15.657 12z"%2F%3E%3C%2Fsvg%3E');
}

@media(max-width: 568px) {
    .cairs-accordion-title::after {
        top: 15%;
    }
}

.img-with-circle>div {
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.img-with-circle>div::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid #76B2BC;
    border-radius: 50%;
    z-index: -1;
}

.img-with-circle.circle-white>div::before {
    border: 1px solid #FFFFFF;
    z-index: 1;
}

.country-page-link.img-with-circle>div::before {
    left: -6px;
}

.img-with-circle>div img {
    position: relative;
    right: -15px;
}

.country-page-link.img-with-circle>div img {
    right: -6px;
}

@media(max-width: 565px) {
    .banner-single h5 {
        font-size: 30px !important;
    }

    section.banner-single h1 {
        font-size: 40px !important;
        line-height: 2.3em;
        margin-top: 15px;
    }

    .la-single-content .container {
        padding: 40px 15px;
    }

}

@media(max-width: 768px) {
    .county-contact-icons .elementor-icon-box-content br {
        display: none;
    }
}

.la-questions .elementor-accordion {
    height: auto !important;
    text-align: left;
    overflow: hidden;
}



@media(max-width: 560px) {
    .faq-accord .elementor-accordion-item .elementor-tab-title a {
        display: flex;
    }

    .faq-accord .elementor-accordion-item .elementor-tab-title a::before {
        width: 40px;
        height: 40px;
    }
}



#secondary .kirsh-kirsh {
    margin-bottom: 45px;
    letter-spacing: 3px;
}

#secondary h1.adelia {
    margin-bottom: 15px;
}

#secondary .btn-view-more a {
    padding-left: 0;
    padding-top: 0;
    text-transform: uppercase;
}

/* Rashmi - Birth Services Section Responsive
-------------------------------------------------*/
@media(max-width:570px) {

    .service-section-title h2,
    .three_cir-btns .service-section-title h2 {
        line-height: 80px;
    }

    #secondary h2.kirsh-kirsh {
        text-align: center;
        margin-bottom: 0;
    }

    #secondary h1.adelia {
        font-size: 30px !important;
        line-height: 70px;
        text-align: center;
        margin-bottom: 0;
    }

    #secondary .foo-img-in-circle {
        width: 300px;
        height: 300px;
        margin-top: -15px;
    }

    #secondary .wp-block-button__link {
        padding-left: 0;
        margin-top: -15px;
    }
}


/* Search page and 404 page
-------------------------------------------------- */
.no-results.not-found,
.error-404.not-found {
    text-align: center;
    padding: 180px 0;
}

.no-results.not-found .page-header h1.page-title,
.error-404.not-found .page-header h1.page-title {
    font-family: 'adelia';
    font-size: 50px;
    margin-bottom: 60px;
    line-height: 120px;
}

.no-results.not-found .page-content input.search-field {
    border: 0;
    border-bottom: 1px solid #91a99b;
    width: 450px;
    margin-right: 30px;
    padding-bottom: 10px;
}

.no-results.not-found .page-content input.search-field:focus,
.no-results.not-found .page-content input.search-field:visited,
.no-results.not-found .page-content input.search-field:active {
    outline: none;
}

.error-404.not-found .page-header h2.error-num {
    font-size: 90px;
    font-weight: bold;
}

@media (max-width: 570px) {

    .no-results.not-found,
    .error-404.not-found {
        text-align: center;
        padding: 60px 0;
    }

    .no-results.not-found .page-header h1.page-title,
    .error-404.not-found .page-header h1.page-title {
        font-family: 'adelia';
        font-size: 46px;
        margin-bottom: 60px;
        line-height: 90px;
    }

    .no-results.not-found .page-header h1.page-title,
    .error-404.not-found .page-content {
        padding: 0 15px;
    }

    .error-404.not-found .page-header h2.error-num {
        font-size: 90px;
        font-weight: bold;
    }

    .no-results.not-found .page-content,
    .error-404.not-found .page-content {
        padding: 0 15px;
    }
}

/*
	PF Badge Carousel
	Removed from Customizer
*/
@media(min-width: 768px) {
    .elementor-widget-container .pf-item.carouselItem {
        padding: 20px;
    }
}

.elementor-widget-container .pf-img-wrap>div {
    width: 275px;
    height: 275px;
    padding: 15px;
    position: relative;
}

.elementor-widget-container .pf-img-wrap>div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #91A99B;
    border-radius: 50%;
}

.elementor-widget-container .pf-img-wrap>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: all .2s;
}

.elementor-widget-container .pf-item.carouselItem:hover .pf-img-wrap>div img {
    transform: scale(1.12);
    transition: all .2s;
}

.elementor-widget-container .VueCarousel-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.elementor-widget-container .VueCarousel-navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    width: 50px;
    height: 50px;
    border: 1px solid #91A99B !important;
    border-radius: 50px;
    transform: translateY(0%) translateX(0%) !important;
    margin: 10px !important;
}

/*Forms*/

.gform_wrapper.gravity-theme .general-form .gform_fields {
    grid-column-gap: 6%;
    grid-row-gap: 35px;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
    border-bottom: 1px solid #c02b0a !important;
}

.gform_heading {
    display: none;
}

.sec-contact-form .gform_body input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff75;
    color: #fff;
    outline: none;
}

#contactus-form .gform_body input:not([type="radio"], [type="checkbox"]),
.gform_wrapper.gravity-theme .gfield select.large {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000000;
    /* color: #fff; */
    outline: none;
    font-size: 16px;
    /* line-height: 60px; */
    min-height: 60px;
}

#contactus-form .gform_body .gfield_radio .gchoice {
    /* min-height: 60px; */
    display: inline-flex;
    align-items: center;
    }
#contactus-form .gform_body textarea {
      border-bottom: 1px solid #000000;
}
.gform_wrapper.gravity-theme.contact-page-form_wrapper .gform_fields{
    grid-column-gap: 5%;
}
.contact-page-form_wrapper .gfield.main-selectors .ginput_container {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #91A99B;
    position: relative;
    z-index: 15;
}

.contact-page-form_wrapper .gfield.main-selectors {
    position: relative;
}

.contact-page-form_wrapper .gfield.main-selectors::after {
    content: '';
    left: -150px;
    right: -150px;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    background-color: #91A99B;
    background-image: url(/wp-content/uploads/2022/12/Flower-1.svg), url(/wp-content/uploads/2022/12/flower-2.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 12%;
    background-position-y: bottom, center;
    background-position-x: -21px, 100%;
}

.contact-page-form_wrapper .gfield.main-selectors label {
    font-size: 18px !important;
    color: white;
    line-height: 1.8;
}



.contact-page-form_wrapper .gfield input,
.contact-page-form_wrapper .gfield select {
    padding-left: 0;
}

.contact-page-form_wrapper .gfield.main-selectors input[type=radio] {
    margin-right: 8px;
    position: relative;
    top: auto;
    vertical-align: unset;
}

.contact-page-form_wrapper .gfield.main-selectors input[type=radio]:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    background: #fff;
    border: 2px solid #2d5aa9;
    border-radius: 50%;
    z-index: 1;
    transition: background .3s ease, border-color .3s ease;
}

.contact-page-form_wrapper .gfield.main-selectors input[type=radio]:checked:before {
    background: #567361;
    background: #567361 border-color: #567361;
}

.contact-page-form_wrapper .gfield.main-selectors input[type=radio]:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    transform: translate(-50%, -50%)scale(0);
    transition: transform .3s ease;
}

.contact-page-form_wrapper .gfield.main-selectors input[type=radio]:checked:after {
    transform: translate(-50%, -50%)scale(1);
}

@media(max-width: 580px) {
    .contact-page-form_wrapper .gfield.main-selectors .gchoice {
        margin-bottom: 25px;
    }
}

.contact-page-form_wrapper .gfield textarea {
    border: none;
    border-bottom: 1px solid #0000004f;
    background-color: transparent;
    padding-left: 0;
}

.gform_wrapper input[type=submit] {
    padding: 13px 50px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #567361;
    border-radius: 10px;
    border: 0;
    color: #fff;
    font-family: "Playfair Display", Sans-serif;
    letter-spacing: 2px;
}


#contactus-form .gform_wrapper .gfield textarea,
#contactus-form .gform_wrapper .gfield input:not(type=submit]),
#contactus-form .gform_wrapper .gfield select {
    padding-left: 0;
}

#contactus-form.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 5%;
}

#contactus-form .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 0;
    border-bottom: 1px solid #c02b0a;
}


.general-form_wrapper input::-webkit-input-placeholder {
    color: white;
}

.general-form_wrapper input::-moz-placeholder {
    color: white;
}

.general-form_wrapper input:-ms-input-placeholder {
    color: white;
}

.general-form_wrapper input:-moz-placeholder {
    color: white;
}

.general-form_wrapper input::placeholder {
    color: white;
    opacity: 1;
}


.contact-page-form_wrapper input::-webkit-input-placeholder {
    color: #000000;
}

.contact-page-form_wrapper input::-moz-placeholder {
    color: #000000;
}

.contact-page-form_wrapper input:-ms-input-placeholder {
    color: #000000;
}

.contact-page-form_wrapper input:-moz-placeholder {
    color: #000000;
}

.contact-page-form_wrapper input::placeholder {
    color: #000000;
    opacity: 1;
}
.contact-page-form_wrapper input:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact-page-form_wrapper input:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact-page-form_wrapper input:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact-page-form_wrapper input:focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact-page-form_wrapper input:focus::placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}


.general-form_wrapper.gform_wrapper.gravity-theme .gfield input {
    padding-left: 0;
}

.general-form_wrapper.gform_wrapper.gravity-theme .gfield select.large {
    min-height: auto;
    border-bottom-color: #ffffff75;
    color: white;
    padding-left: 0;
}

.general-form_wrapper.gform_wrapper.gravity-theme .gfield select option {
    color: #91A99B;
}

.general-form_wrapper.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}

.general-form_wrapper .gform_footer .gform_button {
    margin-top: 0;
}

.gform_validation_errors,
.validation_message {
    display: none;
}

.gform_footer {
    display: inline-flex !important;
    position: relative;
    margin-top: 20px !important;
}

.gform_ajax_spinner {
    position: absolute;
    right: 15px;
    width: 25px;
    height: 35px;
    top: 44%;
    transform: translateY(-50%);
}

/* Category page Blog Tabs
--------------------------------------------------------- */
.container.post-tab-container {
    padding: 100px 0 0 0;
    border-bottom: 1px solid #91a99b;
    overflow: hidden;
    margin-bottom: 10px;
}

.post-tab-container .button {
    font-family: "Playfair Display", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #91A99B;
    border-color: transparent;
    border-radius: 10px 10px 0px 0px;
    margin: 10px 7px 0px 7px;
    padding: 15px 30px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
}

.post-tab-container button:hover {
    background-color: #000000;
}

.la-active {
    background-color: #567361 !important;
}

button.la-search-btn {
    border-radius: 0;
    padding: 4px;
    background-color: transparent;
    border: none;
    transform: rotate(270deg);
}

button.la-search-btn:hover {
    background-color: transparent;
}

.search-tab input#s,
#searchform input#s,
.search-tab input#s:active,
.search-tab input#s:focus {
    border: none;
    width: 400px;
    outline: none;
    background-color: transparent;
    line-height: 24px;
}

#searchform input#s {
    border-bottom: 1px solid #91a99b;
    margin-top: 50px;
}

.search-tab #searchform input#s {
    border: none;
    margin-top: 0;
}

.container.post-tab-container .tabs {
    float: left;
}

.container.post-tab-container .search-tab {
    float: right;
}

.post-tab-container button:first-child {
    margin-left: 0;
}

.container.post-tab-container .search-tab input {
    border: none !important;
}

@media(max-width:1024px) {
    .container.post-tab-container .tabs {
        float: left;
        display: block;
        width: 96%;
    }

    .post-tab-container .button {
        border-radius: 0;
        width: 100%;
        display: block;
        text-align: center;
    }

    .container.post-tab-container .search-tab {
        width: 100%;
    }

    .search-tab #searchform input#s {
        width: 88%;
        padding-left: 15px;
        margin-top: 80px;
    }
}

@media(max-width:570px) {
    .container.post-tab-container .tabs {
        float: left;
        display: block;
        width: 98%;
    }

    .post-tab-container .button {
        border-radius: 0;
        width: 100%;
        display: block;
        text-align: center;
    }

    .container.post-tab-container .search-tab {
        width: 100%;
    }

    .search-tab #searchform input#s {
        width: 88%;
        padding-left: 15px;
    }
}


.single .post-content-wrapper {
    padding-left: 60px;
}
@media(max-width: 768px) {
    .single .post-content-wrapper {
        padding-left: 15px;
    }
    .img-with-circle {
        text-align: center;
    }
}
.single h1.entry-title {
    text-transform: none;
    font-weight: 600;
        line-height: 1.3;
}
.single h1.entry-title::first-letter {
    text-transform: none;
}
@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .single .post-thumbnail img {
        width: 410px;
            height: 410px !important;
    }
}

/* Resouce page category links */
a.res-cat-link {
    display: block;
    line-height: 46px;
    padding-left: 15px;
	color: #000;
}
a.res-cat-link:hover {
    background-color: #567361;
    color: #fff;
}

/* added by rashmi */
/* .la-blog-item-thumb {
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: table-cell;
}
.la-blog-item-content {
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: table-cell;
    padding-top: 60px;
} */

@media (max-width: 1320px){
    /* .la-blog-item-content, .la-blog-item-thumb {
        width: 100%;
        padding-top: 50px;
    }
    .la-blog-list .la-blog-item .la-blog-bg img {
        width: 520px;
        height: 520px !important;
        margin-left: 50px !important;
    }
    .la-blog-thumb-ring {
        width: 520px !important;
        height: 520px !important;
        margin: -520px auto 0 auto;
    } */
}
@media (max-width: 570px){
    /* .la-blog-list .la-blog-item .la-blog-bg img {
        width: 320px;
        height: 320px !important;
        margin-left: 0 !important;
    }
    .la-blog-list .la-blog-item .la-blog-thumb-ring {
        width: 320px !important;
        height: 320px !important;
        margin: -320px auto 0 0;
    } */
}

#menu-footer-menu.menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
#menu-footer-menu.menu li {
    padding: 0 10px;
}
#menu-footer-menu.menu li:first-of-type{
    padding-left: 0;
}
#menu-footer-menu.menu li a {
    text-decoration: none;
    color: #567361;
}




#gform_1 .gform_footer,
.contact-page-form .gform_footer {
	display: flex !important;
		position: relative;
		flex-direction: column-reverse;
		align-items: flex-start;
}
.gform_wrapper.gravity-theme #gform_1 .gform_footer input,
.gform_wrapper.gravity-theme .contact-page-form .gform_footer input {
	align-self: flex-start;
}
#gform_1 .gform_ajax_spinner,
.contact-page-form .gform_ajax_spinner {
	position: absolute;
		left: 175px;
		/*top: 60%;*/
	top: 50%;
    transform: translateY(-58%);
}
@media (max-width: 1024px) {
	#gform_1 .gform_ajax_spinner {
/* 			top: 75%; */
		top: 63%;
		}
	.contact-page-form .gform_ajax_spinner {
/* 			top: 66%; */
		top: 50%;
		}
	#gform_1 .gform_footer.top_label input[type=submit] {
			margin: 0;
			margin-top: 30px;
		}
}

.entry-content.la-single-content a {
    color: #91a99b;
}
.la-pagination.catpg {
	display: flex;
	justify-content: center;
}


.general-form .gform-field-label {
    color: white;
}
.general-form .gchoice  {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.general-form .gchoice  {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.general-form .gfield_checkbox .gfield-choice-input {
    margin-top: 5px !important;
}

.short-form .gform_wrapper.gravity-theme .gfield select,
.short-form .gform_wrapper.gravity-theme .gfield input:not(.gfield-choice-input) {
    background: white;
    color: #000 !important;
    height: 40px;
    border: 2px solid transparent;
	border-radius: 3px;
    padding: 5px 10px;
}
.gform_wrapper.gravity-theme.short-form_wrapper .gfield_error [aria-invalid=true] {
	 border: 2px solid #f05735 !important;
}
.short-form .gform_button {
    background: #fff !important;
    color: #000 !important;
}
.short-form .gform_wrapper.gravity-theme .gfield ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.short-form .gform_wrapper.gravity-theme .gfield ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.short-form .gform_wrapper.gravity-theme .gfield :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.short-form .gform_wrapper.gravity-theme .gfield :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.team-member h3 {
    font-size: 1rem;
	color: white;
}

.staff-badge-row {
	justify-content: center;
	margin: 15px 0;
}
.staff-badge-row.gap01 {
	gap: 1rem;
}
@media(max-width: 560px) {
	.staff-badge-row {
		flex-wrap: wrap !important;
	}
		.staff-badge-row > .wp-block-column {
		width: 45%;
	}
}

.la-consent .gchoice {
	    display: flex;
    align-items: flex-start;
}
.la-consent .gchoice .gfield-choice-input {
	height: auto !important;
	min-height: auto !important;
    position: relative;
    top: 5px !important;
    margin-right: 10px;
}
.general-form .la-consent .gchoice label{
	color: #fff;
}
.general-form .la-consent .gchoice label a{
	color: #fff;
	text-underline-offset: 4px;
}
.general-form .la-consent.gfield_error .gchoice label {
	color: #fff;
}
.general-form .la-consent .gform_validation_errors, .general-form .la-consent .validation_message {
	padding: 0 2px !important;
    margin: 0 !important;
	font-size: 14px;
    border: none !important;
    display: inline;
}

.gform_wrapper.gravity-theme.short-form_wrapper .general-form .gform_fields {
    grid-column-gap: 2%;
    grid-row-gap: 22px;
}
@media(max-width: 564px) {
	.footer-intro-h {
	    color: #567361 !important;
    font-size: 30px !important;
    text-align: center;
    line-height: 1.5;
    margin-top: 8px;
}
}
.grecaptcha-badge {
		visibility: hidden !important;
	}
    .css-1gpjb9b {
  z-index: 999999999 !important;
}