/* general  */
html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

h1,
h2,
h3 {
    line-height: 1.2;
    margin-top: 0;
    font-weight: 300;
}

h2 {
    font-size: 32px;
}

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

.page-builder .container-fluid:after,
.page-builder .container-fluid:before,
.page-builder .container:after,
.page-builder .container:before,
.page-builder .row:after,
.page-builder .row:before {
    content: none;
}

.text-theme {
    color: #2B8AA6;
}

.bg-theme-green {
    background-color: #2B8AA6;
}

.bg-theme-green-50 {
    background: rgb(43, 138, 166, 0.5);
}

.bg-theme-green-80 {
    background: rgb(43, 138, 166, 0.8);
}

:root {
  --primary-color: #2B8AA6; 
}


.text-theme-pink {
    color: #ED028C;
}

a, a:hover {
    color: inherit;
}

.btn-pink {
    background-color: #ED028C;
    border: 1px solid #ED028C;
    margin-bottom: 1rem;
}

.btn-theme-light-blue {
    background-color: #2A8AA6;
    border: 1px solid #2A8AA6;
}

.btn-theme-light-blue:hover {
    background-color: #092F3A;
}

.btn-theme-dark-blue {
    background-color: #092F3A;
    border: 1px solid #092F3A;
}

.btn-theme-dark-blue:hover {
    background-color: #2A8AA6;
}

.btn-theme-light-blue-outline {
    border: 1px solid #2A8AA6;
}

.btn-theme-light-blue-outline:hover {
    background-color: #2A8AA6;
}

.bg-theme-dark-blue {
    background-color: #092F3A;
}

.bg-theme-light-blue {
    background-color: #2A8AA6;
}

.hover\:text-theme-green:hover,
.text-theme-green {
    --tw-text-opacity: 1;
    color: #2A8AA6;
}

.text-theme-dark-blue {
    color: #092F3A;
}

.text-theme-light-blue {
    color: #2A8AA6;
}

.btn {
    padding: 8px 20px 8px 20px;
}

.btn.text-uppercase {
    font-size: 15px;
}

.btn:hover {
    color: #fff;
}

.\!text-pink {
    color: #ED028C !important;
}

.bot-popup {
    background-image: linear-gradient(to right, rgb(43, 138, 166, 0.5), #2A89A4) !important;
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 767px) {

    h2 {
        font-size: 26px;
    }
}

/* animation  */

@keyframes fade-up-enter {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-up-enter {
    transform: translateY(20px);
    opacity: 0;
}

.fade-up-enter.loaded {
    animation: fade-up-enter 0.5s ease forwards;
}

/* top bar  */

.core__telephone-bar {
    padding-top: 0
}

.core__telephone-bar .call-to-action {
    margin-bottom: 0;
    font-weight: 400;
    text-transform: none;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
    display: flex;
}

.core__telephone-bar .call-to-action li:nth-last-child(-n+2) {
    margin-left: 12px;
}

.core__telephone-bar a {
    transition: all 0.2s ease;
}

.core__telephone-bar a:not(.btn):hover {
    color: #2A8AA6;
}

.core__telephone-bar a svg {
    transition: all 0.2s ease;
}

.core__telephone-bar a:hover svg {
    fill: #2A8AA6 !important;
}

.core__telephone-bar .top-bar-top-left {
    margin-right: auto;
}

.core__telephone-bar .call-to-action .fa-circle {
    color: #00fe00;
    font-size: 6px;
    margin-right: 5px;
    transform: translateY(-2px);
}

/* header  */

.core__header {
    background: #FFF !important;
    position: relative;
    background: rgba(9, 47, 56, 0.75) !important;
    border: none !important;
    z-index: 10;
}

.core__header>.container .main-logo {
    border-radius: 0;
    height: 150px;
    background-color: unset;
}

.core__header>.container .main-logo img {
    height: 130px;
}

.core__header>.container .main-logo .toggle-nav {
    left: auto;
    right: 10px;
}

.core__header .search-nav .main-nav>ul>li .dropdown {
    width: 100% !important;
    margin-top: 1px;
    right: 0;
    left: 0;
}

.core__header .socials-div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 20px;
}

.core__header .socials-div p {
    margin: 0;
    color: #2A8AA6;
    font-weight: 500;
}

.core__header .search-nav .main-nav>ul>li>a {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}

.core__header .search-nav .main-nav>ul>li>a:hover,
.core__header .search-nav .main-nav>ul>li:hover>a {
    border: none;
    background-color: unset;
}

.core__header>.container .toggle-nav {
    font-size: 2em;
    text-align: center;
    padding: 5px 14px;
    color: #092F3A;
}

.core__footer {
    margin-top: 50px;
}

.core__footer .logo img {
    width: 90px;
}

@media (max-width: 1200px) {
    .core__telephone-bar .top-bar-top-left {
        margin-left: auto;
        margin-right: 0;
    }

    .core__header>.container {
        height: 110px;
        position: relative;
    }

    .core__header>.container .toggle-nav {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .core__header>.container .main-logo img {
        height: 80px;
    }

    .core__header>.container .main-logo {
        height: 100px;
        width: 160px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .core__header.active {
        background-color: #092F3A !important;
    }

    .core__header .search-nav .main-nav>ul {
        height: 0;
        transition: all 0.2s ease;
        display: block;
        overflow: hidden;
        background: #092F3A;
        position: absolute;
        top: 109px;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 0;
    }

    .core__header.active .search-nav .main-nav>ul {
        height: 100vh;
        padding-top: 50px;
    }

    .core__header .search-nav .main-nav>ul>li>a {
        text-align: left;
        padding-left: 50px !important;
    }

    .core__header .search-nav .main-nav>ul>li .dropdown {
        display: block;
        background-color: #092F3A;
        overflow: hidden;
        transition: all 0.3s ease;
        padding-top: 0;
        max-height: 0;
        position: relative;
        border: none;
        box-shadow: none;
    }

    .core__header .search-nav .main-nav>ul>li.sub-item-open .dropdown {
        max-height: 200px;
        margin-bottom: 15px;
    }

    .core__header .search-nav .main-nav>ul>li .dropdown>.container {
        width: 100%;
    }

    .core__header .search-nav .main-nav>ul>li .dropdown .main-links ul li a {
        text-align: left;
        padding-left: 50px !important;
        color: #fff;
    }

    .core__header .search-nav .main-nav>ul>li .dropdown .main-links ul li p,
    .main-links .main-links__list .main-links__list__item .main-links__list__item__link .main-links__list__item__link__icon {
        display: none !important;
    }

    .main-links .main-links__list .main-links__list__item .main-links__list__item__link {
        background: none !important;
        margin: 0 !important;
        padding: .75rem !important;
    }

}

@media (max-width: 992px) {
    .core__header .main-cta {
        min-width: 120px;
        margin-bottom: 0;
        margin-left: -12px;
    }

    .core__header .call-to-action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .core__header>.container .main-logo {
        height: 85px;
        z-index: 10;
    }

    .core__header .search-nav .main-nav {
        margin-left: -20%;
    }
}

@media(max-width: 767px) {
    .core__header>.container .main-logo {
        text-align: left;
    }

    .core__header>.container .main-logo.active {
        border-radius: 0;
    }

    .core__banner-social {
        background-color: rgba(27, 105, 179, 0.75);
    }
}

@media(max-width: 479px) {
    .home .core__header>.container .main-logo .toggle-nav {
        margin-top: 25px;
    }

    .core__header .main-cta {
        min-width: 85px;
    }

    .core__header .socials-div img {
        width: 20px !important;
        height: 20px !important;
    }

    .core__header .main-cta {
        margin-left: -20px;
        margin-right: -12px;
    }

    .core__header.active .search-nav .main-nav>ul {
        padding-top: 25px;
    }
}

@media(min-width: 768px) {
    .core__header .search-nav .main-nav>ul>li>a {
        line-height: 30px;
        padding: 10px 15px 10px;
    }

    .core__header>.container .main-logo .toggle-nav {
        display: block;
    }

    .core__header .search-nav .main-nav .active {
        display: block;
    }

    .core__header .search-nav {
        position: static;
    }

    .core__header {
        border-bottom: 1px solid #CCC;
    }

    .core__header .search-nav .main-nav>ul>li {
        display: block;
    }
}

@media(min-width: 1200px) {
    .core__header .search-nav {
        min-width: 83.33%;
        padding-right: 15px;
    }

    .core__header .search-nav .main-nav {
        height: auto;
    }

    .core__header>.container .main-logo .toggle-nav,
    .core__header .search-nav .main-nav>ul,
    .core__header>.container .toggle-nav {
        display: none;
    }

    .core__header .search-nav .main-nav>ul {
        display: block;
    }

    .core__header .search-nav .main-nav>ul>li {
        display: inline-block;
    }

    .core__header .search-nav .main-nav>ul>li .dropdown {
        margin-top: 40px;
    }

    .core__header .search-nav .main-nav>ul>li.with-dropdown:hover>a:before {
        content: '';
        position: absolute;
        width: 120px;
        height: 50px;
        bottom: 6px;
        margin-left: -10px;
    }

}

@media(min-width: 768px) and (max-width: 991px) {

    .home .core__banner-social .banner>.container {
        max-width: 45%;
        margin-left: 0;
        background: #1b69b3;
        position: relative;
    }
}

/* usp bar  */

.usp-bar {
    background-color: #2A8AA6;
    color: #fff;
    font-weight: 500;
}

.usp-bar .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
}

.usp-bar p {
    margin: 0;
}

@keyframes usp1 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    27.32% {
        opacity: 1;
    }

    33.33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes usp2 {
    0% {
        opacity: 0;
    }

    33.32% {
        opacity: 0;
    }

    38.33% {
        opacity: 1;
    }

    61.66% {
        opacity: 1;
    }

    66.67% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes usp3 {
    0% {
        opacity: 0;
    }

    66.66% {
        opacity: 0;
    }

    71.67% {
        opacity: 1;
    }

    94.99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .usp-bar .container {
        height: 48px;
        text-align: center;
    }

    .usp-bar .container>p {
        animation-duration: 15s;
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
    }

    .usp-bar .container>p:nth-of-type(1) {
        animation-name: usp1;
        animation-iteration-count: infinite;
    }

    .usp-bar .container>p:nth-of-type(2) {
        animation-name: usp2;
        animation-iteration-count: infinite;
    }

    .usp-bar .container>p:nth-of-type(3) {
        animation-name: usp3;
        animation-iteration-count: infinite;
    }
}

@media (min-width: 992px) {
    .usp-bar .container {
        position: relative;
        justify-content: space-between;
    }

    .usp-bar .container:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 36%;
        left: 50%;
        transform: translateX(-50%);
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
}


/* components   */

.comp__video-hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding-top: 300px;
    padding-bottom: 150px;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -150px;
}

.comp__video-hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 47, 56, 0.5);
    z-index: 1;
}

.comp__video-hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.comp__video-hero-section .content {
    position: relative;
    z-index: 2;
}

.rating {
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 8px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.rating .rating-stars {
    margin: 0 10px;
    display: inline;
}

.rating span.yellow {
    color: #FFCE50;
}

.comp__video-hero-section h1 {
    font-size: 60px;
    margin-bottom: 10px;
}

.comp__video-hero-section h2 {
    font-weight: 500;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .comp__video-hero-section {
        padding-top: 210px;
        margin-top: -110px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .comp__video-hero-section h1 {
        font-size: 40px;
    }
}

.comp__double-feature-image-link {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.comp__double-feature-image-link>.image-1 {
    position: absolute;
    top: 75px;
    height: 500px;
    width: auto;
    left: 50%;
    transform: translateX(calc(-50% + 280px));
}

.comp__double-feature-image-link>.image-2 {
    position: absolute;
    bottom: 75px;
    height: 500px;
    width: auto;
    left: 50%;
    transform: translateX(calc(-50% - 480px));
}

.comp__double-feature-image-link .link-box {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(calc(-50% + -150px));
    background-color: #2B8AA6;
    padding: 75px 20px 40px;
    color: #fff;
    z-index: 10;
    width: 365px;
    max-width: 90%;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.comp__double-feature-image-link .link-box:hover {
    background-color: #0A2F3A;
}

.comp__double-feature-image-link .link-box::before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 24px;
    right: 24px;
    transition: all 0.2s ease-in-out;
}

.comp__double-feature-image-link .link-box:after {
    content: '';
    width: 24px;
    height: 3px;
    position: absolute;
    top: 34px;
    right: 23px;
    background: #fff;
    transform: rotate(315deg);
    transition: all 0.2s ease-in-out;
}

.comp__double-feature-image-link .link-box:hover:before {
    top: 48px;
    right: 48px;
}

.comp__double-feature-image-link .link-box:hover:after {
    top: 56px;
    right: 46px;
}

@media (max-width: 767px) {
    .comp__double-feature-image-link {
        height: auto;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .comp__double-feature-image-link>.image-1,
    .comp__double-feature-image-link>.image-2 {
        height: 250px;
        width: calc(100% - 120px);
    }

    .comp__double-feature-image-link>.image-1,
    .comp__double-feature-image-link>.image-2,
    .comp__double-feature-image-link .link-box {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        transform: none;
        object-fit: cover;
        display: block;
    }

    .comp__double-feature-image-link>.image-1 {
        margin-left: auto;
        border-radius: 20px 0 0 20px;
    }

    .comp__double-feature-image-link>.image-2 {
        margin-right: auto;
        border-radius: 0 20px 20px 0;
    }

    .comp__double-feature-image-link>.link-box {
        margin: -50px auto;
        width: calc(100% - 60px);
    }
}


.comp__reviews-feed h2 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .comp__reviews-feed h2 {
        text-align: left;
        max-width: 200px;
    }
}

.comp__why-choose-us {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
}

.comp__why-choose-us>.container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
}

.comp__why-choose-us>.container:before,
.comp__why-choose-us>.container:after {
    display: none;
}

.comp__why-choose-us .image-wrap img {
    width: 130%;
}

.comp__why-choose-us .content {
    grid-column: span 2 / span 2;
    background-color: #EAF2F6;
    padding: 40px 20px 54px 68px;
    position: relative;
}

.comp__why-choose-us .content:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #EAF2F6;
    right: -100%;
}

.comp__why-choose-us p {
    width: 555px;
    max-width: 100%;
}

.comp__why-choose-us .why-choose-us-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-top: 32px;
}

.comp__why-choose-us .why-choose-us-grid li {
    position: relative;
    padding-left: 60px;
}

.comp__why-choose-us .why-choose-us-grid h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 8px;
}

.comp__why-choose-us .why-choose-us-grid h3 img {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
}

@media (max-width: 767px) {
    .comp__why-choose-us>.container {
        display: block;
    }

    .comp__why-choose-us .image-wrap {
        text-align: center;
    }

    .comp__why-choose-us .image-wrap img {
        width: 350px;
        max-width: 100%;
    }

    .comp__why-choose-us .content {
        padding: 30px;
    }
}

@media (max-width: 580px) {
    .comp__why-choose-us .why-choose-us-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.comp__meet-the-team {
    position: relative;
    padding-top: 30px;
}

.comp__meet-the-team:before {
    content: '';
    top: 0;
    height: 321px;
    width: 100%;
    background: #2B8AA6;
    position: absolute;
    z-index: -1;
}

.comp__meet-the-team>.container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comp__meet-the-team>.container:before,
.comp__meet-the-team>.container:after {
    display: none;
}

.comp__meet-the-team .link-box {
    border: 3px solid rgba(255, 255, 255, 0.40);
    padding: 75px 20px 40px;
    border-radius: 20px;
    color: #fff;
    width: 100%;
    max-width: 90%;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: block;
    position: relative;
}

.comp__meet-the-team .link-box:hover {
    background-color: #2A8AA6;
}

.comp__meet-the-team .link-box::before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 24px;
    right: 24px;
    transition: all 0.2s ease-in-out;
}

.comp__meet-the-team .link-box:after {
    content: '';
    width: 24px;
    height: 3px;
    position: absolute;
    top: 34px;
    right: 23px;
    background: #fff;
    transform: rotate(315deg);
    transition: all 0.2s ease-in-out;
}

.comp__meet-the-team .link-box:hover:before {
    top: 48px;
    right: 48px;
}

.comp__meet-the-team .link-box:hover:after {
    top: 56px;
    right: 46px;
}

.comp__meet-the-team .team-members {
    display: flex;
    grid-column: span 2 / span 2;
}

.comp__meet-the-team .team-members h3 {
    font-size: 24px;
    padding-right: 20px;
    margin-bottom: 5px;
}

.comp__meet-the-team .team-members p {
    padding-right: 20px;
    max-width: 300px;
}

.comp__meet-the-team .team-members>div {
    width: 50%;
}

.comp__meet-the-team .team-members img {
    width: 300px;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .comp__meet-the-team .link-box {
        padding: 50px 20px 20px;
    }

    .comp__meet-the-team:before {
        height: 320px;
    }
}

@media (max-width: 992px) {
    .comp__meet-the-team>.container {
        display: block;
    }

    .comp__meet-the-team .link-box {
        padding: 50px 20px 20px;
        width: 333px;
    }

    .comp__meet-the-team .link-box-wrap {
        min-height: 240px;
    }

    .comp__meet-the-team:before {
        height: 560px;
    }

}

@media (max-width: 767px) {
    .comp__meet-the-team:before {
        height: 400px;
    }

    .comp__meet-the-team .link-box {
        font-size: 16px;
    }

    .comp__meet-the-team .team-members h3 {
        font-size: 18px;
    }

    .comp__meet-the-team .team-members {
        margin: 0 -15px;
    }

    .comp__meet-the-team .team-members img {
        width: 100%;
    }

    .comp__meet-the-team .team-members h3,
    .comp__meet-the-team .team-members p {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.comp__smile-journey {
    background-color: #F4F4F4;
    padding-top: 100px;
    padding-bottom: 175px;
    color: #092F3A;
    overflow: hidden;
}

.comp__smile-journey h3 {
    max-width: 290px;
}

.comp__smile-journey h2,
.comp__smile-journey h3 {
    color: #092F3A;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.comp__smile-journey .smile-journey-feature {
    margin-top: 200px;
}

.comp__smile-journey .journey-item-wrap {
    display: flex;
    margin-bottom: 50px;
    display: flex;
    position: relative;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-2,
.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-4 {
    justify-content: center;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-3 {
    justify-content: flex-end;
}

.comp__smile-journey .journey-item {
    width: 33%;
    padding: 40px 24px 20px;
    position: relative;
    z-index: 1;
    min-height: 300px;
    background-color: #fff;
}

.comp__smile-journey .journey-item.active {
    border-color: red;
}

.comp__smile-journey .journey-item.active h3 {
    color: #2A89A4;
}

.comp__smile-journey .smile-journey-feature .scroll-tracker {
    position: absolute;
    background: #fff;
}

.comp__smile-journey .smile-journey-feature .scroll-tracker.horizontal {
    height: 20px;
    width: 150px;
    bottom: -150px;
    right: -70px;
}

.comp__smile-journey .smile-journey-feature .scroll-tracker.vertical {
    height: 150px;
    width: 20px;
    bottom: -150px;
    right: 80px;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-2 .scroll-tracker.horizontal {
    bottom: 30px;
    right: -105px;
    width: 105px;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-2 .scroll-tracker.vertical {
    right: -105px;
    bottom: -120px;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-3 .scroll-tracker.horizontal {
    right: unset;
    left: -70px;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-3 .scroll-tracker.vertical {
    right: unset;
    left: 80px;
}

.comp__smile-journey .smile-journey-feature .scroll-tracker.vertical:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    background: #2987A3;
    transition: 0.5s;
    transition-delay: 0.5s;
}

.comp__smile-journey .smile-journey-feature .scroll-tracker.horizontal:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #2987A3;
    transition: 0.5s;
}

.comp__smile-journey .smile-journey-feature .journey-item.active .scroll-tracker.vertical:after {
    transition-delay: 0s !important;
}

.comp__smile-journey .smile-journey-feature .journey-item.active .scroll-tracker.horizontal:after {
    transition-delay: 0.5s !important;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-2 .journey-item .scroll-tracker.vertical:after {
    transition-delay: 0s;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-2 .journey-item .scroll-tracker.horizontal:after {
    transition-delay: 0.5s;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-2 .journey-item.active .scroll-tracker.vertical:after {
    transition-delay: 0.5s !important;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-2 .journey-item.active .scroll-tracker.horizontal:after {
    transition-delay: 0s !important;
}

.comp__smile-journey .smile-journey-feature .journey-item.active .scroll-tracker.vertical:after {
    height: 150px;
}

.comp__smile-journey .smile-journey-feature .journey-item.active .scroll-tracker.horizontal:after {
    width: 150px;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-2 .journey-item.active .scroll-tracker.horizontal:after {
    width: 105px;
}

.comp__smile-journey .smile-journey-feature .journey-item-wrap.item-3 .scroll-tracker.horizontal:after {
    left: unset;
    right: 0;
}

.comp__smile-journey .journey-item-wrap img {
    position: absolute;
    top: -100px;
    width: 200px;
}

.comp__smile-journey .journey-item-wrap.item-1 img {
    width: 272px;
    transform: translateX(320px);
    top: -150px;
}

.comp__smile-journey .journey-item-wrap.item-2 img {
    width: 373px;
    transform: translateX(320px);
    top: -233px;
}

.comp__smile-journey .journey-item-wrap.item-3 img {
    width: 272px;
    transform: translate(-620px);
    top: -135px;
}

.comp__smile-journey .journey-item-wrap.item-4 img {
    width: 373px;
    transform: translate(-320px, -50%);
    top: 50%;
}

@media (max-width: 1200px) {
    .comp__smile-journey .journey-item-wrap.item-1 img {
        transform: translateX(270px);
    }

    .comp__smile-journey .journey-item-wrap.item-2 img {
        transform: translateX(300px);
    }

    .comp__smile-journey .journey-item-wrap.item-3 img {
        transform: translate(-583px);
    }
}

@media (max-width: 992px) {
    .comp__smile-journey {
        padding-bottom: 0;
    }

    .comp__smile-journey h2 {
        max-width: 250px;
        margin: auto;
    }

    .comp__smile-journey .smile-journey-feature .journey-item-wrap {
        display: block;
        margin-bottom: 100px;
    }

    .comp__smile-journey .smile-journey-feature .journey-item-wrap .journey-item {
        width: 500px;
        max-width: 90%;
        margin: auto;
        min-height: auto;
    }

    .comp__smile-journey .smile-journey-feature .scroll-tracker.horizontal {
        display: none;
    }

    .comp__smile-journey .smile-journey-feature .journey-item.active .scroll-tracker.vertical:after {
        height: 100px;
    }

    .comp__smile-journey .smile-journey-feature .journey-item-wrap .journey-item .scroll-tracker.vertical {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        height: 100px;
        bottom: -100px;
    }

    .comp__smile-journey .journey-item-wrap img {
        transform: none !important;
        right: -50px;
        width: 200px !important;
    }

    .comp__smile-journey .journey-item-wrap.item-2 img,
    .comp__smile-journey .journey-item-wrap.item-4 img {
        right: unset;
        left: -50px;
    }

    .comp__smile-journey .journey-item-wrap.item-2 img {
        top: -200px;
    }


    .comp__smile-journey .journey-item-wrap.item-4 img {
        top: -150px;
    }
}

.comp__social-feed {
    padding-top: 100px;
}

.comp__custom-usps .custom-usp {
    padding: 2rem 0;
    max-width: 200px;
    margin: auto;
}

.comp__custom-usps .custom-usp:not(:last-of-type) {
    border-bottom: 1px solid;
}

@media (min-width: 767px) {
    .comp__custom-usps .custom-usp {
        padding: 0 2rem;
        max-width: 250px;
        margin: 0;
    }

    .comp__custom-usps .custom-usp:not(:last-of-type) {
        border-bottom: none;
        border-right: 1px solid;
    }
}

.fw-image-gallery img {
    display: none;
    flex: 1 0 25%;
    max-width: 25%;
    height: auto;
}

.fw-image-gallery img:nth-child(-n+4) {
    display: block;
}

@media (min-width: 1024px) {
    .fw-image-gallery img {
        display: block;
        flex: 1 1 auto;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 250px;
    }
}

@media (min-width: 1280px) {
    .fw-image-gallery img {
        max-height: 300px;
    }
}

@media (min-width: 1580px) {
    .fw-image-gallery img {
        max-height: 350px;
    }
}

.comp__feature-box-slider .feature-box-slider {
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}


.comp__feature-box-slider .feature-box-slider-arrow {
    position: absolute;
    bottom: -160px;
    left: -30px;
    cursor: pointer;
    z-index: 1;
}

.comp__feature-box-slider .feature-box-slider-right {
    left: unset;
    right: -30px;
}

.comp__feature-box-slider .feature-box {
    min-width: calc(25% - 12px);
}

.comp__feature-box-slider.columns-5 .feature-box {
    min-width: calc(20% - 19px);
}

.comp__feature-box-slider.columns-3 .feature-box {
    min-width: calc(33% - 7px);
}

.comp__feature-box-slider .image-wrap>a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: max-content;
    background-color: #2B8AA6;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.comp__feature-box-slider .image-wrap:hover>a {
    opacity: 1;
    bottom: 40px;
}

.comp__feature-box-slider .image-wrap:hover>a:hover {
    background-color: #38424b;
    border-color: #38424b;
    color: #fff;
}

@media (max-width: 1024px) {

    .comp__feature-box-slider {
        padding-top: 100px;
    }

    .comp__feature-box-slider .feature-box {
        min-width: 300px;
    }

    .comp__feature-box-slider .feature-box-slider-arrow {
        top: -60px;
        bottom: unset;
        left: unset;
        right: 40px;
    }

    .comp__feature-box-slider .feature-box-slider-right {
        right: 15px;
    }

    .comp__feature-box-slider .feature-box {
        background-size: cover !important;
    }

    .comp__feature-box-slider .image-wrap>a {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        opacity: 0 !important;
    }
}


.comp__text_and_image .global-form-point-header {
    margin-bottom: 8px;
    border: none;
    padding: 1rem;
    font-weight: 400;
}

.comp__text_and_image .global-form-point-body.show {
    border: none;
}

.wysiwyg h2 {
    margin-bottom: 2rem;
}


.wysiwyg ul,
.comp__faqs-block ul,
.global-form-point-body ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 10px;

}

.global-form-point-body.show {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #cdcdcd;
}

.global-form-point-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.comp__why-choose-us.contact-info {
    background-color: #EAF2F6;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.comp__why-choose-us.contact-info .responsive-iframe {
    width: calc(100% + 30px);
    margin: 0 -15px 50px;
}

.comp__why-choose-us.contact-info h3>div.bg-theme-green {
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp__why-choose-us.contact-info h3>div.bg-theme-green img {
    position: relative;
    width: 24px;
    height: 24px;
}

@media (min-width: 767px) {
    .comp__why-choose-us.contact-info {
        position: relative;
    }

    .comp__why-choose-us.contact-info .responsive-iframe {
        position: unset;
    }

    .comp__why-choose-us.contact-info .responsive-iframe iframe {
        right: unset;
        width: 33%;
        z-index: 1;
    }
}

@media (min-width: 1280px) {
    .comp__why-choose-us.contact-info .responsive-iframe iframe {
        width: calc(50% - 200px);
    }
}

.comp__hero-with-form.basic {
    font-size: 18px;
}

.comp__hero-with-form.basic.has-bg-image {
    background-size: cover;
    position: relative;
    background-position: center;
}

.comp__hero-with-form.basic.has-bg-image>.container {
    z-index: 1;
}

.comp__hero-with-form.basic.has-bg-image::after {
    content: '';
    position: absolute;
    background: rgba(9, 47, 56, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.comp__hero-with-form.basic .wysiwyg ul {
    list-style: none;
    padding-left: 10px;
}

.comp__hero-with-form.basic .hero-form {
    background: #fff;
    padding: 40px 20px 20px;
    margin-bottom: 3rem;
}

.comp__hero-with-form.basic .hero-form h2 {
    color: #2A8AA6;
    margin-bottom: 1.5rem;
    font-size: 24px;
}

.comp__hero-with-form.basic .hero-form input:not([type=checkbox]):not([type=submit]),
.comp__hero-with-form.basic .hero-form select,
.comp__hero-with-form.basic .hero-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 2px solid #d3d3d3;
    max-height: 80px;
    color: #000;
}

.comp__hero-with-form.basic .hero-form input::placeholder,
.comp__hero-with-form.basic .hero-form textarea::placeholder {
    color: #d3d3d3;
    font-weight: 400;
}

.comp__hero-with-form.basic .hero-form .wpcf7-spinner {
    display: none;
}

.comp__hero-with-form.basic .hero-form .wpcf7-list-item-label {
    margin-top: -20px;
    color: #333;
    text-indent: 2px;
    margin-left: 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    transform: translateY(-8px);
}

.comp__hero-with-form.basic .hero-form input[type=submit] {
    width: 100%;
}

@media (min-width: 1024px) {
    .comp__hero-with-form.basic {
        min-height: 578px;
    }

    .comp__hero-with-form.basic .rating {
        margin-top: 5rem;
    }

    .comp__hero-with-form.basic .hero-form {
        position: absolute;
        max-width: 45%;
        top: 0;
        right: 0;
        width: 600px;
        padding: 40px 30px 16px;
    }

    .comp__hero-with-form.basic.has-bg-image {
        margin-top: -110px;
        padding-top: 158px;
        min-height: 740px;
    }

}

@media (min-width: 1200px) {
    .comp__hero-with-form.basic.has-bg-image {
        margin-top: -150px;
        padding-top: 200px;
    }
}


@media (min-width: 1024px) {
    .page-id-177 .comp__hero-with-form.basic .rating {
        margin-top: 2rem;
    }

    .comp__text_and_image+.comp__text_and_image {
        margin-top: -50px;
    }
}

.comp__text_and_image .global-form-point-body.show {
    border: none;
}

.comp__text_and_image+.comp__text_and_image {
    padding-top: 0;
}

.page-id-146 .comp__text_and_image .image-wrap {
    text-align: center;
}

.page-id-146 .comp__text_and_image .image-wrap img {
    width: 232px;
}



.comp__text_and_image.background-dark_blue {
    background-color: #092F3A;
}

.comp__text_and_image.background-dark_blue .header {
    color: #2A8AA6;
    font-size: 20px;
    margin-bottom: 15px;
}

.comp__text_and_image.background-light_blue {
    background-color: #469FB6;
}

.comp__text_and_image.background-light_blue .header {
    color: #092F3A;
    font-size: 20px;
    margin-bottom: 15px;
}

.comp__text_and_image.background-dark_blue .wysiwyg.body,
.comp__text_and_image.background-light_blue .wysiwyg.body {
    color: #fff;
}

.comp__text_and_image.background-light_blue .btn {
    background-color: #fff;
    color: #092F3A;
    border-color: #fff;
}

.comp__text_and_image.background-light_blue .btn:hover {
    background-color: #EBECEE;
    color: #092F3A;
}

.comp__text_and_image.media-large .text-content {
    padding-top: 2rem;
    padding-bottom: 1rem;
    max-width: calc(100vw - 30px);
}

.comp__text_and_image.media-large .image-wrap {
    margin: 0 -15px -48px -15px;
}

.comp__text_and_image.media-large .image-wrap img {
    border-radius: 0;
}

@media (min-width: 767px) {
    .comp__text_and_image.media-large>.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .comp__text_and_image.media-large .image-wrap {
        position: absolute;
        left: calc(50% + 24px);
        top: -3rem;
        height: calc(100% + 6rem);
        margin: 0;
    }

    .comp__text_and_image.media-large .image-wrap img,
    .comp__text_and_image.media-large .image-wrap video {
        height: 100%;
        width: auto;
    }

    .comp__text_and_image.media-large .text-content.right {
        transform: translateX(calc(100% + 3rem));
    }

    .comp__text_and_image.media-large .text-content.right+.image-wrap {
        left: unset;
        right: calc(50% + 24px);
    }
}

@media (min-width: 1024px) {
    .comp__text_and_image.media-large .text-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .comp__text_and_image.media-large .image-wrap {
        top: -6rem;
        height: calc(100% + 12rem);
    }
}

.form-consent-section {
    border: 2px solid #2A8AA6;
    background-color: rgba(43, 138, 166, 0.2);
    padding: 15px;
}

.page-id-1325 .comp__text_and_image + .comp__why-choose-us {
    padding-top: 0;
}