/*import fonts*/

@import url("fonts.css");
:root {
    --primary-color: #D29D13;
    --secondary-color: #07294e;
    --dark-gray-color: #333;
    --cyan-color: #55bee7;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
}

/*common*/

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.link-primary,
.link-primary a {
    color: var(--primary-color);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.link-primary:hover,
.link-primary a:hover {
    color: var(--primary-color);
    opacity: 0.8;
}

.link-secondary,
.link-secondary a {
    color: var(--cyan-color);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.link-secondary:hover,
.link-secondary a:hover {
    color: var(--cyan-color);
    opacity: 0.8;
}

.text-underline {
    text-decoration: underline !important;
}

.button,
.button a,
.button button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.53rem 1.5rem !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3rem;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.button-outline,
.theme-button-outline a,
.theme-button-outline button {
    color: #fff !important;
    /* border-color: var(--secondary-color) !important; */
    /* background: #fff !important; */
    /* border-width: 2px; */
}

.button-outline:hover,
.theme-button-outline a:hover,
.theme-button-outline button:hover {
    background: var(--secondary-color) !important;
    color: #fff !important;
}

.button-primary,
.theme-button-primary a {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.button-primary:hover,
.theme-button-primary:hover a {
    opacity: 0.9 !important;
}

strong,
b,
.strong {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}

ul.list-tick-c {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.list-tick-c li {
    position: relative;
    padding-left: 25px;
    margin: 10px 0px;
}

ul.list-tick-c li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 30px;
    content: "";
    background: url(../images/check-icon.svg) no-repeat;
    background-size: 15px auto;
    background-position: left center;
}

/*site notification*/

.site-notification {
    background-color: var(--secondary-color);
    color: #f8f9fa;
    border: 0;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 45px;
}

.site-notification p {
    line-height: 1.4rem;
    font-weight: 300;
}

.site-notification .close-button-wrapper {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-notification .close {
    padding: 0.75rem 1.25rem;
    color: inherit;
}

/*header*/

.site-header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 15;
}

.site-header .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-topbar-links {
    list-style: none;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.site-topbar-links .enrol {
    padding: 0px;
    line-height: normal;
}

.site-topbar-links .enrol a {
    color: #fff;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
    display: block;
    padding: 12px 30px;
    border-radius: 3rem;
    background: var(--primary-color);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.site-topbar-links .enrol a:hover {
    opacity: 0.9;
}

.site-header .site-logo-panel .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .site-branding a {
    display: block;
    padding-top: 3px;
}

.site-topbar .phone {
    position: relative;
    padding-left: 40px !important;
}

.site-topbar .phone:before {
    content: "";
    background: url(../images/icon-phone-blue.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 11px;
    top: 10px;
}

.site-topbar .phone:hover:before {
    background-image: url(../images/icon-phone-white.png);
}

.site-header .lang-sw {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--secondary-color);
}

.site-header .lang-sw .globe {
    background: url(../images/globle-white.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.site-header .trp-language-switcher > div {
    border: 0px;
    padding: 7px 10px 12px 0px;
}

.trp-language-switcher > div {
    background: none;
}

.trp-ls-shortcode-current-language a {
    background: url(../images/arrow-down-white.svg) no-repeat right center !important;
    display: block;
    padding-right: 70px !important;
}

.site-header .site-navbar {
    background: var(--secondary-color) !important;
    padding: 0.5rem 1rem;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
}

.site-header .site-navbar .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.site-header .site-navbar .primary-menu .menu-item > a {
    color: #fff !important;
    font-size: 16px;
    padding: 20px 21px !important;
    font-weight: 400;
    display: block;
}

.site-header a {
    text-decoration: none;
}

.toggle-menu {
    display: none;
}

@media screen and (min-width: 992px) {
    .site-header .site-navbar .primary-menu ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .site-header .site-topbar {
        margin-left: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .site-header .custom-logo {
        width: 245px;
        height: auto;
    }
    .site-header .site-topbar {
        margin-left: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-header .site-topbar .button {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .site-header {
        -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        z-index: 15;
    }
    .site-header .site-logo-panel {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .site-header .site-branding a img {
        width: 220px;
        height: auto;
    }
    .site-header .site-topbar {
        display: none;
    }
    .site-header .toggle-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        margin-left: auto;
        position: relative;
    }
    .site-header .toggle-menu .toggle-menu-btn {
        width: 30px;
        height: 30px;
        position: relative;
    }
    .site-header .toggle-menu .toggle-menu-btn > span {
        height: 2px;
        width: 100%;
        background: var(--secondary-color);
        display: block;
        position: absolute;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }
    .site-header .toggle-menu .toggle-menu-btn > span:nth-child(1) {
        top: 5px;
    }
    .site-header .toggle-menu .toggle-menu-btn > span:nth-child(2) {
        top: 15px;
    }
    .site-header .toggle-menu .toggle-menu-btn > span:nth-child(3) {
        top: 25px;
    }
    .site-navbar > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-navbar > .container .site-topbar {
        padding: 20px 0px 20px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .site-header .lang-sw {
        margin-left: auto;
        margin-right: auto;
    }
    .site-navbar > .container .site-topbar #menu-topbar {
        margin: 0px;
    }
    .site-navbar > .container .site-topbar .phone {
        width: 47%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-right: 10px !important;
    }
    .site-navbar > .container .menu-topbar-container {
        width: 47%;
        text-align: center;
    }
    .site-navbar > .container .menu-topbar-container .site-topbar-links {
        margin: 20px 0px 20px 0px;
    }
    .site-navbar .trp-ls-shortcode-current-language {
        min-width: 80px;
    }
    body.open-menu {
        overflow: hidden;
    }
    body.open-menu .toggle-menu .toggle-menu-btn > span:nth-child(2) {
        display: none;
    }
    body.open-menu .toggle-menu .toggle-menu-btn > span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
    }
    body.open-menu .toggle-menu .toggle-menu-btn > span:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 15px;
    }
    .site-header .site-navbar {
        position: absolute;
        width: 100%;
        left: -120%;
        -webkit-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all;
        z-index: 10;
        background: #fff;
        height: calc(100vh - 60px) !important;
    }
    .site-header .site-navbar .container {
        padding: 0px;
    }
    .site-header .site-navbar .menu-primary-container {
        width: 100%;
    }
    .site-header .site-navbar .primary-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /*open primary menu*/
    body.open-menu .site-header .site-navbar {
        left: 0px;
        overflow: auto;
    }
    .site-header .site-navbar .primary-menu .menu-item > a {
        padding: 20px 0px !important;
    }
    .site-header .lang-sw {
        padding-right: 0;
        padding-left: 47px;
    }
    .site-navbar .phone {
        margin-right: -25px;
    }
}

/*footer*/

.site-footer {
    background: var(--secondary-color);
    padding: 20px;
}

.site-footer .container {
    max-width: 1240px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

.site-footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.site-footer .site-logo img {
    /*filter: brightness(10);
    -webkit-filter: brightness(10);*/
}

.site-footer .title {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 15px;
    margin-top: 0px;
}

.site-footer p {
    font-weight: 300;
}

.site-footer .footer-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.site-footer .footer-links li {
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.site-footer .footer-links a {
    color: var(--dark-gray-color);
    text-decoration: underline;
    font-weight: 300;
}
.site-footer a:hover {
    text-decoration: none;
}
.site-footer .phone-number a {
    color: var(--dark-gray-color);
    text-decoration: none;
}

.site-footer .medical_emergency {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-footer .medical_emergency span {
    background: var(--primary-color);
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}

.site-footer .medical_emergency span a {
    color: #fff;
    margin-left: 15px;
}

.site-footer .copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    margin: 30px auto;
}

@media (min-width: 992px) {
    .site-footer .row .column {
        -webkit-box-flex: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .site-footer .row .col-1 {
        -ms-flex: 0 0 30%;
        -webkit-box-flex: 0;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .site-footer .row .col-2 {
        -ms-flex: 0 0 35%;
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .site-footer .row .col-3 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .site-footer .row .col-4 {
        -ms-flex: 0 0 15%;
        -webkit-box-flex: 0;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (min-width: 540px) and (max-width: 991px) {
    .site-footer .row .column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
		margin-right:auto;
    }
}

@media (max-width: 539px) {
    .site-footer .site-logo img {
        max-width: 200px;
        height: auto;
    }
    .site-footer .row .column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .site-footer .social-icons {
        margin-top: 30px;
    }
    .site-footer .medical_emergency span {
        font-size: 14px;
    }
}

.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-icons li .social {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-icons li .facebook {
    background-image: url(../images/icon-social-facebook.png);
}

.social-icons li .instagram {
    background-image: url(../images/icon-social-instagram.png);
}

.social-icons li .linkedin {
    background-image: url(../images/icon-social-linkedin_hm.png);
}

.social-icons li .youtube {
    background-image: url(../images/icon-social-youtube.png);
}

/*icon hover arrow right*/

.ehover-icon-box-wrapper a {
    position: relative;
}

.ehover-icon-box-wrapper a:after {
    content: "";
    background: url(../images/icon-arrow-right-golden.svg) no-repeat;
    width: 31px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: calc(50% - 11px);
    opacity: 0;
	background-position:center center;
}

.ehover-icon-box-wrapper:hover a .elementor-icon {
    opacity: 0;
    width: 0px;
}

.ehover-icon-box-wrapper:hover a:after {
    opacity: 1;
}

.teamListing .read-more a{
	text-decoration:underline !important;
}

/*elementor-icon-box-wrapper*/

.elementor-icon-box-wrapper {
    height: 100%;
}

.elementor-icon-box-wrapper a {
    color: inherit;
    display: block;
    height: 100%;
}

.elementor-icon-box-wrapper .elementor-icon-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon {
    width: 80px;
}

.elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon img {
    width: 100%;
    height: auto;
    max-width: 40px;
}

.elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon-box-title {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    color: var(--secondary-color);
}

.elementor-icon-box-wrapper p {
    margin-top: 0px;
}

/*elementor-section-intro*/

.elementor-section-intro .elementor-element-populated {
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
}

.elementor-section-intro .elementor-element-populated p {
    margin-top: 0px;
}

/*our-team-slider*/

.team-container {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.our-team-slider .team-item {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 20px 10px;
    margin: 10px;
}

.our-team-slider .team-item figure img {
    width: 100%;
    height: auto;
}

.our-team-slider .team-item-name a {
    color: var(--secondary-color);
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px auto;
    display: block;
}

.our-team-slider .team-item-designation {
    color: var(--secondary-color);
    text-transform: uppercase;
}

.our-team-slider .team-item-description {
    font-weight: 300;
    font-size: 1rem;
    margin: 20px auto;
    color: var(--dark-gray-color);
    line-height: 1.5;
}

.our-team-slider .read-more a {
    text-decoration: underline;
}

.our-team-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-container .swiper-button-prev {
    left: -35px;
    background: url(../images/icon-arrow-left.png) center center no-repeat;
}

.team-container .swiper-button-next {
    right: -35px;
    background: url(../images/icon-arrow-right.png) center center no-repeat;
}

.team-container .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 0px;
    bottom: 20px;
}

.team-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #3e3d3d;
    margin: 0px 5px;
}

.team-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
}
/*ap-code*/

.logomark2::before {
    content: "";
    position: absolute;
    bottom: -278px;
    height: 633px;
    width: 100%;
    z-index: 0;
    background: url(/wp-content/uploads/2021/01/Ormiston-Logomark2.png);
    background-repeat: no-repeat;
    background-position: right;
}

.site-notification p {
    line-height: 1.4rem;
}

@media (max-width: 768px) {
    .site-footer .footer-links a {
        font-size: 14px;
    }
    /*   	.swiper-button-prev, .swiper-button-prev{
	display:none !important;
	} */
    .site-notification p {
        line-height: 1.4rem;
    }
	
	.page-id-670 .teamSection-Area .teamListing{
		margin: 10px 5px !important;
	}
}

.overflow-hide {
    overflow: hidden;
}

.primary-menu .sub-menu li {
    list-style: none;
}

.primary-menu .sub-menu {
    padding: 0;
    position: absolute;
    background: #fff;
}

.left-icon .elementor-icon {
    width: 45px;
    margin-right: 15px;
}
/**/

/* pc */
.site-navbar .phone {
    position: relative;
}
.site-navbar .phone:before {
    background: url(../images/phone-white.svg) no-repeat;
    content: "";
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    left: -5px;
    top: 10px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    color: #fff;
}

.site-header .lang-sw .globe {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.success-stories {
    -webkit-box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
    margin: 10px;
    border-top: 5px solid #f9c748;
    border-radius: 3px;
    background: #fff;
}
.success-stories-content {
    padding: 15px;
}

.stories-item-heading {
    font-size: 20px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}
.stories-item-heading a,
.stories-item-description,
.success-stories-content .link {
    color: var(--secondary-color);
}
.stories-item-description {
    line-height: 20.8px;
}
.success-stories-content .link {
    line-height: 19.2px;
}

.success-stories .read-more {
    text-align: center;
}
.success-stories .read-more a {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
    position: relative;
    padding: 15px;
    display: inline-block;
    margin: 0 auto;
    margin-left: -30px;
}

.success-stories .read-more a::after {
    content: "";
    display: block;
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    background: url(../images/right-arrow.svg) no-repeat center center;
}

.success-stories-outer .swiper-pagination {
    bottom: -30px;
}
.successStoriesSwiper {
    overflow: hidden;
}

.dropdownMenuIcon {
    position: relative;
}
.dropdownMenuIcon:before {
    content: "";
    background: url(images/icon-downarrow.png);
    position: absolute;
    height: 10px;
    width: 14px;
    right: 0;
    top: 17px;
    background-repeat: no-repeat;
}

ul.marker-white {
    padding-left: 20px;
}

ul.marker-white li::marker {
    color: #fff;
}

.cursor-default,
.cursor-default .elementor-icon-box-wrapper a {
    cursor: default;
}

.font-16 {
    font-size: 16px;
}

.height-100 {
    height: 100%;
}

.secondary-color {
    color: var(--secondary-color);
}
.p-clr,
a {
    color: var(--primary-color);
}

.site-header .site-navbar .primary-menu .menu-item > a {
    font-size: 18px;
}

.site-header .container {
    max-width: 1200px;
}

.site-footer .container {
    max-width: 1140px;
}

.myriad-reg,
body * {
    font-family: "Myriad Pro", sans-serif !important;
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.border-radius,
.border-radius iframe {
    border-radius: 6px;
}

.overflow-hide-x {
    overflow-x: hidden;
}

.min-height {
    min-height: 620px !important;
}
.left-icon .elementor-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-icon h3 {
    margin-top: 0px !important;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon {
    width: auto;
}
.elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon-box-title {
    margin: -4px 0px 0px 0px;
}

.site-topbar .phone {
    height: 43px;
}

.wide-equal-height .elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon img {
    max-width: 57px;
}

.wide-equal-height .ehover-icon-box-wrapper {
    min-height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}

.wide-equal-height .elementor-column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wide-equal-height .ehover-icon-box-wrapper a:after {
    right: -1.9rem;
}

.wide-equal-height h4 {
    font-family: "Myriad Pro", sans-serif !important;
}
.wide-equal-height .elementor-widget-wrap:hover h4 {
    font-family: "Myriad Pro bold", sans-serif !important;
    font-weight: 600;
    margin-left: -1.3rem;
}

.wide-equal-height .elementor-widget-wrap .elementor-icon {
    line-height: 0;
}

.our-team-slider .team-item {
    padding: 24px 24px 34px 24px;
}

.ehover-icon-box-wrapper:hover a .elementor-icon {
    display: none;
}

.trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: inherit;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
    top: 3rem;
    background: #fff;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 15%);
    padding: 0px;
    width: inherit !important;
}

.trp-language-switcher .trp-ls-shortcode-language a {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 20px;
    cursor: pointer;
}

ul.list-tick-c li:before {
    background-size: 20px auto;
}

ul.list-tick-c li {
    padding-left: 39px;
}

.our-team-slider .read-more a {
    font-size: 18px;
}

.site-footer .medical_emergency span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
}

.our-team-slider .team-item-description {
    text-align: left;
}

.site-footer .title {
    font-weight: normal;
}

.our-team-slider .team-item-designation {
    font-size: 18px;
    font-weight: normal;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}
.aleartBadgeYellow {
    position: relative;
}

.aleartBadgeYellow::before {
    content: "";
    background: url(/wp-content/uploads/2021/02/Mask-Group.png);
    width: 10px;
    height: calc(103% - 2px);
    position: absolute;
    top: -4px;
    left: -3px;
    background-repeat: repeat-y;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.aleartBadgeYellow:hover::before {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    left: 0px;
    top: 0;
    height: 100%;
}

.logomark3::before {
    content: "";
    position: absolute;
    bottom: -278px;
    height: 633px;
    width: 100%;
    z-index: 1;
    background: url(/wp-content/uploads/2021/02/Ormiston-Logomark-01-1.png);
    background-repeat: no-repeat;
    background-position: left;
}

.ehover-icon-box-wrapper .elementor-text-editor p a:after {
    background: none;
}

.ehover-icon-box-wrapper .elementor-text-editor a {
    color: var(--secondary-color);
}
li::marker {
    color: var(--primary-color);
}
.oni {
    padding-left: 45px;
    margin-bottom: 0;
}

.oni li {
    position: relative;
    list-style: none;
}

.oni li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -47px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2021/09/highbrook-icons.svg);
    background-repeat: no-repeat;
    background-size: 540px;
    background-position: -433px -258px;
}

.oni-email li:before {
    background-position: -386px -258px;
}

.oni-fb li:before {
    background-position: -332px -253px;
}

.con-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px dashed #343a40;
    margin: 10px 0;
}

.con-type li {
    list-style: none;
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.con-type li .smallText {
    font-size: 16px;
}

.chemarkFix-pp ul.list-tick-c li:before {
    top: -3px;
}
.site-header .site-navbar .primary-menu .menu-item > a,
.site-topbar .phone {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}

.elementor-button-link,
.elementor-button-text {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}

.left-icon h3 {
    font-size: 20px;
}

/*dropdown menu*/

.primary-menu .sub-menu {
    display: none;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.primary-menu .sub-menu li {
    border-bottom: 1px solid #f1f1f1;
}
.primary-menu .sub-menu li a {
    font-size: 14px;
}

.primary-menu li:hover .sub-menu {
    display: block;
    height: auto;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    overflow: visible;
}

.primary-menu .sub-menu {
    background: #fff;
}
.font-16 {
    font-size: 16px;
}
.height-100 {
    height: 100%;
}
.secondary-color {
    color: var(--secondary-color);
}
.p-clr,
a {
    color: var(--primary-color);
}
.site-header .site-navbar .primary-menu .menu-item > a {
    font-size: 18px;
}
.site-header .container {
    max-width: 1200px;
}
.site-footer .container {
    max-width: 1140px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.myriad-bold {
    font-family: "Myriad Pro", sans-serif !important;
    font-weight: 600 !important;
}
.border-radius,
.border-radius iframe {
    border-radius: 6px;
}
.overflow-hide-x {
    overflow-x: hidden;
}
.min-height {
    min-height: 620px !important;
}
.left-icon .elementor-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.left-icon h3 {
    margin-top: 0px !important;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon {
    width: auto;
}
.elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon-box-title {
    margin: -4px 0px 0px 0px;
}
.site-topbar .phone {
    height: 43px;
}
.wide-equal-height .elementor-icon-box-wrapper .elementor-icon-text-box .elementor-icon img {
    max-width: 57px;
}
.wide-equal-height .ehover-icon-box-wrapper {
    min-height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}
.wide-equal-height .elementor-column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wide-equal-height .ehover-icon-box-wrapper a:after {
    right: -1.9rem;
}
.wide-equal-height h4 {
    font-family: "Myriad Pro", sans-serif !important;
}
.wide-equal-height .elementor-widget-wrap:hover h4 {
    font-family: "Myriad Pro bold", sans-serif !important;
    font-weight: 600;
    margin-left: -1.3rem;
}
.wide-equal-height .elementor-widget-wrap .elementor-icon {
    line-height: 0;
}
.our-team-slider .team-item {
    padding: 24px 24px 34px 24px;
}
.ehover-icon-box-wrapper:hover a .elementor-icon {
    display: none;
}
.trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: inherit;
}
.trp-language-switcher:hover .trp-ls-shortcode-language {
    top: 3rem;
    background: #fff;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 15%);
    padding: 0px;
    width: inherit !important;
}
.trp-ls-shortcode-current-language a {
    width: 70px;
}
.trp-language-switcher .trp-ls-shortcode-language a {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 20px;
    cursor: pointer;
}
ul.list-tick-c li:before {
    background-size: 20px auto;
}
ul.list-tick-c li {
    padding-left: 39px;
}
.our-team-slider .read-more a {
    font-size: 18px;
}
.site-footer .medical_emergency span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
}
.our-team-slider .team-item-description {
    text-align: left;
}
.site-footer .title {
    font-weight: normal;
}
.our-team-slider .team-item-designation {
    font-size: 18px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}
.logomark3::before {
    content: "";
    position: absolute;
    bottom: -278px;
    height: 633px;
    width: 100%;
    z-index: 1;
    background: url(/wp-content/uploads/2021/02/Ormiston-Logomark-01-1.png);
    background-repeat: no-repeat;
    background-position: left;
}
.ehover-icon-box-wrapper .elementor-text-editor p a:after {
    background: none;
}
.ehover-icon-box-wrapper .elementor-text-editor a {
    color: var(--secondary-color);
}

.oni {
    padding-left: 45px;
    margin-bottom: 0;
}
.oni li {
    position: relative;
    list-style: none;
}
.oni li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -47px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2021/09/highbrook-icons.svg);
    background-repeat: no-repeat;
    background-size: 540px;
    background-position: -428px -252px;
}
.oni-email li:before {
    background-position: -380px -253px;
}
.oni-fb li:before {
    background-position: -332px -253px;
}

.oni-covid li:before {
    background-size: 340px !important;
    background-position: -295px -42px !important;
}

ul.oni.oni-appintment li:before {
    background-position: -370px -321px !important;
    background-size: 600px !important;
}

ul.oni.oni-document {
    padding: 0 20px;
}

ul.oni.oni-document li {
    padding-bottom: 11px;
}

.oni-document li:before {
    background-position: -432px -295px;
    left: -30px;
}
.con-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px dashed #343a40;
    margin: 10px 0;
}
.con-type li {
    list-style: none;
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.con-type li .smallText {
    font-size: 16px;
}
.chemarkFix-pp ul.list-tick-c li:before {
    top: -3px;
}
.site-header .site-navbar .primary-menu .menu-item > a,
.site-topbar .phone {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}
.elementor-button-link,
.elementor-button-text {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}

.left-icon h3 {
    font-size: 20px;
}
/*dropdown menu*/
.primary-menu .sub-menu {
    display: none;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.primary-menu .sub-menu li {
    border-bottom: 1px solid #f1f1f1;
    width: 180px;
}
.primary-menu .sub-menu li a {
    font-size: 14px;
}
.primary-menu li:hover .sub-menu {
    display: block;
    height: auto;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    overflow: visible;
}
footer .medical-emergency .custom-html-widget {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}
.box-iconSection {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.our-medical-service-outer .box-iconSection .elementor-icon {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.our-medical-service-outer .box-iconSection:hover .elementor-icon {
    height: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.teamSection-Area .elementor-shortcode,
.d-flex-jus-con-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.teamSection-Area .teamListing {
    width: 23%;
    -webkit-box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
    border-radius: 5px;
    text-align: center;
    padding: 24px 24px 24px 24px;
    margin: 10px;
    background: #fff;
}
.teamSection-Area figure {
    margin: 0;
}
.teamSection-Area figure img {
    width: 100%;
}
.teamSection-Area.oct-team .teamListing:last-child {
    margin-left: 15px;
}
.our-team-slider .team-item figure img {
    border-radius: 6px;
}

.teamSection-Area .teamListing .team-item-description {
    font-weight: 300;
    font-size: 1rem;
    margin: 20px auto;
    color: var(--dark-gray-color);
    line-height: 1.5;
    text-align: left;
}

.teamSection-Area .teamListing .team-item-designation {
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.teamSection-Area .teamListing .team-item-name a {
    color: var(--secondary-color);
    font-size: 1.25rem;
    margin: 10px auto;
    display: block;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}

.teamSection-Area .teamListing figure img {
    border-radius: 6px;
}

.custom-box-oms-outer .custom-box-oms .elementor-icon {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-box-oms-outer .custom-box-oms:hover .elementor-icon {
    display: none;
}
.custom-box-oms-outer .custom-box-oms {
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-box-oms-outer .custom-box-oms a:after {
    content: "";
    background: url(../images/icon-arrow-right-golden.svg)
        no-repeat;
    width: 31px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: calc(50% - 11px);
    opacity: 0;
}
.custom-box-oms-outer .custom-box-oms .elementor-container {
    width: 100%;
}
.custom-box-oms-outer .custom-box-oms:hover a:after {
    opacity: 1;
}

.custom-box-oms-outer .custom-box-oms .elementor-icon-box-title {
    margin: 0px 0px 0px 15px;
    max-width: 150px;
}

.background-cover {
    background-size: cover;
}

ul.list-tick-c li:before {
    top: -1px;
}


.footer-menu .footer-menu-item a.phone::before{
    background: url(../images/phone-white.svg) no-repeat;
}
@media (max-width: 539px) {
    .sm-overflow-hide-x {
        overflow-x: hidden;
    }
    .min-height {
        min-height: 590px !important;
    }
    .site-footer .medical_emergency span {
        font-size: 12px;
    }
}

@media (min-width: 767px) {
    .primary-menu .sub-menu {
        background: #fff;
        border: 1px solid #f1f1f1;
        -webkit-box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 15%);
        padding: 0px;
        width: inherit !important;
    }
}
@media (max-width: 767px) {
    .teamSection-Area .teamListing {
        width: 100%;
    }
    .sm-font-14 {
        font-size: 14px;
    }
    .sm-block-level-btn .elementor-button {
        width: 100% !important;
    }
    .left-icon h3 {
        font-size: 20px;
    }
    .ehover-icon-box-wrapper p {
        font-size: 16px;
    }

    .site-navbar > .container .site-topbar .phone {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
    }
    .site-topbar-links .enrol a {
        padding: 13px 30px;
        font-size: 13px;
        border: 2px solid;
    }
    .teamSection-Area figure img {
        width: auto;
    }
    .sm-reverse-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) and (max-width: 1019px) {
    .teamSection-Area.oct-team .teamListing:last-child {
        margin-left: inherit;
    }
}

/* Patient Portal CSS */
.line_height_1-2em .elementor-heading-title {
    line-height: 1.2em;
}

.site-header .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* .site-footer{

} */

/*  Bg Properties*/
.section-two:before,
.headmast:before,
.section-three:before,
.section-lite-one:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.section-lite-one:before {
    background: url(/wp-content/uploads/2021/06/light-bg-one.svg);
    height: 1742px;
    top: -670px;
    z-index: -2;
}

.golden-button .elementor-button {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9c749), to(#d19c12));
    background: -o-linear-gradient(top, #f9c749 0%, #d19c12 100%);
    background: linear-gradient(180deg, #f9c749 0%, #d19c12 100%);
    color: var(--secondary-color) !important;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 3;
    font-size: 20px !important;
    padding: 16px 24px !important;
    line-height: 24px;
	min-width: 180px;
}

.golden-button .elementor-button:hover {
    /* background: linear-gradient(281deg, #f9c749 0%, #d19c12 100%); */
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff !important;
}

.img-three .golden-button .elementor-button {
    color: #1b4470 !important;
}
.img-three .golden-button .elementor-button:hover {
    color: #fff !important;
}
.testimonails-block .elementor-testimonial-content {
    padding-bottom: 15px;
}
.contact-form {
    width: 100%;
}
.contact-form a {
    color: var(--secondary-color);
    text-decoration: underline !important;
}
.contact-form .desp {
    margin-bottom: 20px;
}
.contact-form h5 {
    font-size: 36px;
    color: var(--secondary-color);
    margin: 0 0 15px 0;
}

.contact-form .sub-heading {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 600;
    margin: 0 0 10px 0;
}
.contact-form .sub-heading.last-para {
    margin: 0 0 41px 0;
}

.contact-form p {
    margin: 0;
}

.contact-form input {
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 56px;
    border-radius: 5px;
    margin: 15px 0 28px 0;
    padding: 0 15px;
	font-size: 16px;
}

.contact-form .golden-button, #popup1 .golden-button {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9c749), to(#d19c12));
    background: -o-linear-gradient(top, #f9c749 0%, #d19c12 100%);
    background: linear-gradient(180deg, #f9c749 0%, #d19c12 100%);
    color: #1b4470;
    border-radius: 41px;
    font-size: 20px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}
.contact-form .golden-button:hover, #popup1 .golden-button:hover {
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#popup1 .golden-button {
    padding: 5px 30px;
    font-size: 1rem;
}

.contact-form .golden-button-outer {
    position: relative;
    margin: 0;
}

.contact-form .ajax-loader {
    float: left;
    top: -40px;
}
.contact-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -5px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.contact-form label {
    color: var(--secondary-color);
    font-size: 20px;
}

.hide-content {
    display: none;
}
.site-footer {
    color: #fff;
}
.site-header {
    background: var(--secondary-color);
}

.site-header .toggle-menu .toggle-menu-btn > span {
    background: #fff;
}
.section-two:before,
.headmast:before,
.section-three:before,
.section-lite-one:before {
    background-size: 1920px !important;
    background-position: center !important;
}
.headmast:before {
    background-position: right !important;
}

.section-two:before {
    background: url(/wp-content/uploads/2021/07/swirl1.svg) no-repeat;
    height: 850px;
    top: -240px;
}

.section-three:before {
    background: url(/wp-content/uploads/2021/07/swirl_svg.svg);
    height: 960px;
    top: -240px;
    z-index: -1;
}

.site-footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-cta-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding-left: 20px;
	flex-direction:column;
}

.footer-cta-links a {
    color: #fff;
    text-decoration: underline;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin-top: 4px;
}

.footer-menu .footer-menu-item {
    position: relative;
    margin: 0;
    padding: 10px 20px 0 !important;
    text-align: center;
    white-space: nowrap;
}

.footer-menu .footer-menu-item:before {
    content: "";
    position: absolute;
    height: 19px;
    width: 1px;
    background: #fff;
    right: 0;
    top: 50%;
    bottom: auto;
    margin: auto;
	margin-top: -9px;
}

.menu-footer-link-container {
    white-space: nowrap;
}

.mobile-site-logo {
    display: none !important;
}

.footer-menu .footer-menu-item a {
    padding: 0 !important;
    margin-top: -3px;
    text-decoration: none;
}
.contact-headmas {
    position: relative;
}
.contact-headmast:before {
    background: url(/wp-content/uploads/2021/06/Vector-1.svg) no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background-position: right center;
    background-size: 1920px;
}

.testimonials-block .elementor-testimonial-content {
    margin-bottom: 49px !important;
}

.testimonials-block .elementor-testimonial-image {
    padding-right: 20px !important;
}

.elementor-testimonial-content {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}
.elementor-testimonial-job {
    font-family: "Myriad Pro", sans-serif !important;
}

.testimonial-block-section {
    position: relative;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600 !important;
}
.testimonial-block-section:before,
.testimonial-block-section:after {
    content: "";
    position: absolute;
    top: -26px;
    margin: auto;
    display: block;
    height: 80px;
    width: 80px;
    background: url(/wp-content/uploads/2021/06/unnamed-file.png) no-repeat;
    left: -124px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.testimonial-block-section:after {
    right: 0;
    left: inherit;
    bottom: -80px;
    top: inherit;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.testimonial-block-section .elementor-testimonial-content {
    padding-bottom: 20px;
}

.section-lite-two:before {
    content: "";
    position: absolute;
    top: -770px;
    display: block;
    height: 1440px;
    width: 100%;
    background: url(/wp-content/uploads/2021/06/Vector-2.svg) no-repeat;
    left: 0;
    background-size: 1920px;
    z-index: -1;
}

.site-footer {
    padding: 30px 15px 20px 15px;
}

.right-nav .button,
.right-nav .button a,
.right-nav .button button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0 !important
}
.site-navbar .phone:before {
    top: 21px;
}
.site-header .lang-sw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}

.site-header .site-navigation {
    margin-right: auto;
    margin-left: 60px;
}

.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-branding img {
    /*-webkit-filter: brightness(10);
    filter: brightness(10);*/
}

.swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-wrapper > div {
    /*max-width: 375px;*/
}
.footer-menu a:hover {
    text-decoration: underline !important;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
    .headmast:before {
        background-position: center !important;
        top: -102px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .elementor-section.elementor-section-boxed.flex-jc > .elementor-container {
        justify-content: space-between !important;
    }
}

@media screen and (max-width: 767px) {
    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .footer-menu-item:before {
        display: none;
    }

    .footer-cta-links {
        padding-left: 0;
    }
    .site-footer .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site-header .right-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-branding a {
        text-align: center;
    }

    .mobile-site-logo {
        display: inline-block !important;
        padding: 15px;
    }
    .site-header .toggle-menu {
        float: right;
        top: 15px;
    }

    .site-navbar .site-branding {
        display: none;
    }

    .site-navbar .phone:before {
        top: 11px;
    }

    .swiper-wrapper > div {
        width: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
	.single.single-team .swiper-wrapper > div {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .swiper-wrapper {
        overflow: auto;
        padding-bottom: 15px;
    }

    .contact-headmast:before {
        background-position: left top;
    }
    .section-lite-two {
        z-index: 1;
    }
    .contact-form h5 {
        text-align: center;
        font-size: 28;
        line-height: 36.4px;
    }

    .sm-hide-content {
        display: none !important;
    }

    .flex-jc .elementor-container {
        justify-content: center;
    }
}
@media screen and (min-width: 1441px) {
    .headmast::after {
        width: 50%;
        right: 0;
    }

    .overflow_manage{
        overflow: hidden;
        margin-top: -47px;
    }
    .overflow_manage::before{
        top: -265px !important;
    }

}

@media screen and (max-width: 340px) {
    .m-hia img {
        margin-top: -40px !important;
    }
}
@media screen and (min-width: 360px) and (max-width: 767px) {
    /* .m-hia{
        
    } */

    .section-lite-two img {
        width: 100%;
    }
}
@media screen and (min-width: 360px) and (max-width: 475px) {
}

@media screen and (min-width: 376px) and (max-width: 499px) {
    .section-three {
        margin-top: 50px !important;
    }
    .section-three:before {
        top: -259px !important;
    }
}

main#main {
    max-width: 1920px;
    margin: 0 auto;
}

.testimonails-block .elementor-testimonial-job {
    font-family: "Myriad Pro Light", sans-serif !important;
    font-weight: 400 !important;
}

.custom-bg-g {
    background: radial-gradient(81.82% 105.88% at 59.69% 60.93%, #2ba1c9 0%, #153969 59.38%) !important;
}

.punch_line::before{
    content: '';
    background: url('../../../../wp-content/uploads/2021/07/Swirl-bg.svg') no-repeat, #fff;
    background-size: cover;
    height: 138%;
    width: 100%;
    display: block;
    position: absolute;
    top: -25%;
    left: 0;
    z-index: 0;
    background-position: center bottom;
}


@media screen and (min-width: 1921px) {
    body {
        background: #f5f5f5;
    }
    main#main {
        background: #fff;
    }
}

.section-three-2 {
    margin: 0 0 150px 0;
    background: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .section-three-2 {
        margin: 0 0 40px 0;
        background: transparent;
        z-index: 13 !important;
        overflow: hidden;
    }

    .contact-form .sub-heading {
        margin: 0 0 20px 0;
    }
    .testimonial-block-section:before,
    .testimonial-block-section:after {
        background-size: 100%;
        width: 56px;
    }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
    .section-three:before {
        background-position: -148px 45px !important;
    }
}

.bottom-least-image {
    position: relative;
}

.bottom-least-image img {
    position: absolute;
    top: -320px;
    left: -30px;
}
.section-three-2_img img{
    width: 100%;
}

@media screen and (max-width: 767px) {
    .bottom-least-image img {
        position: absolute;
        top: -120px;
        left: 0;
        right: 0;
        margin: auto;
        width: 360px;
    }
    .contact-headmast:before {
        background-size: 767px;
        background-image: url(/wp-content/uploads/2021/07/cu-curve.png);
        background-position: -90px -533px !important;
    }
    .site-header .site-navbar .primary-menu .menu-item>a{
        padding: 15px 0 !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .bottom-least-image img {
        position: absolute;
        top: 150px;
        left: 0px;
        bottom: 0;
        margin: auto;
    }
}
@media screen and (min-width: 475px) and (max-width: 499px) {
    .section-three-2:before {
        background-position: -266px 44px !important;
    }
}
@media screen and (max-width: 1149px) {
    .footer-menu .footer-menu-item:before {
        /*top: 4px;*/
    }
    .site-footer .row{
        justify-content: center;
    }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
    .section-three-2 {
        overflow: visible;
    }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
    .section-three:after {
        content: '';
        position: absolute;
        height: 50%;
        width: 100%;
        top: 20%;
        background: #f8f8f8;
        z-index: -2;
    }

    
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .elementor-1355 .elementor-element.elementor-element-2df3beb{
        margin-top: 50px;
    }
    .section-three-2 {
        margin: 0 0 80px;
    }
    .conditional_hidden_spacer {
        margin: 0 !important;
        max-height: 5px;
    }
}


.contact_us_page_testimonial .elementor-testimonial-content{
    font-weight: 400 !important;
}

.desp_text, .patient_portal_text{
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 14px;
    line-height: 18.2px;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

a.rvp_btn_popBox.golden-button {
    padding: 10px 5px;
    text-decoration: none !important;
    max-width: 135px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.desp_text a, .patient_portal_text a{
    color: var(--cyan-color);    
}
@media screen and (min-width: 1024px) and (max-width: 1024px){
    .section-three-2:before {
        top: -610px !important;
    }
}

.golden-button.get-direction .elementor-button {
    width: 100%;
}

/* Service Detail Page Changes */
.parent-pageid-444[data-elementor-device-mode="mobile"] section.text-white-lg > .elementor-container.elementor-column-gap-no {
    min-height: 1px;
    /*margin-top: 15px;*/
}
.parent-pageid-444[data-elementor-device-mode="mobile"] section.text-white-lg {
	/*background-image: url(/wp-content/uploads/2021/08/plain-white-background.jpg) !important;*/
	background-size: 335%;
    background-repeat: no-repeat;
}

/* Mobile Menu - Sub nav fix */
body[data-elementor-device-mode="mobile"] .default-header .site-navbar .primary-menu .sub-menu li a {
    padding-left: 10px !important;
}