body {
    font-family: 'Montserrat', sans-serif;
}

::placeholder {
    color: #a5a5a5;
}

.main-header .header-top {
    position: relative;
    z-index: 1;
    background-image: -ms-linear-gradient(left, #51aaaa 0%, #51aaaa 100%);
    background-image: -moz-linear-gradient(left, #51aaaa 0%, #51aaaa 100%);
    background-image: -o-linear-gradient(left, #51aaaa 0%, #51aaaa 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #51aaaa), color-stop(100, #51aaaa));
    background-image: -webkit-linear-gradient(left, #51aaaa 0%, #51aaaa 100%);
    background-image: linear-gradient(to right, #51aaaa 0%, #51aaaa 100%);
}

.main-header .header-upper .logo-outer:before {
    border-right: 2px solid #0054aa;
}

.main-header .elementskit-navbar-nav > li.elementskit-dropdown-has > a:before {
    color: #0677ba;
}

.main-header .header-upper .elementskit-navbar {
    margin-left: 200px;
}

.banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.main-header .header-top .top-outer {
    padding-left: 10px;
}

.banner-section .banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured-list li .icon {
     transition: unset; 
    -moz-transition: unset;
     -webkit-transition: unset; 
    -ms-transition: unset;
    -o-transition: unset;
}

.services-form-section:before {
    background-color: rgb(80 169 169 / 80%);
}

.banner-column h2 {
    color: #0054aa;
    font-family: 'Montserrat', sans-serif;
}

.banner-column .text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    text-shadow: 0 0 5px #ffffff;
}

.banner-column .title {
    color: #222222;
}

.btn-style-two {
    background-color: #51aaaa;
}

h3.thrive {
    font-weight: 600;
    color: #0054aa;
    font-family: 'Montserrat', sans-serif;
}

.container-fluid .outer-section .right-column h2 {
    position: relative;
    color: #29b0a9;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.video-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.video-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.video-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0054aa;
}

span.thrive {
    font-weight: 600;
    color: #009191;
}

.banner-column .title {
    font-size: 45px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight:500!important;
    margin-bottom: 25px;
    text-decoration: none;
    text-shadow: 0 0 5px #ffffff;
}

.banner-column h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 25px;
    text-shadow: 0 0 2px #ffffff;
}

.banner-column .text {
    font-size: 20px;
    margin-bottom: 45px;
    font-weight: 600;
    /*text-shadow: 2px 2px 5px #fff;*/
}

@media only screen and (max-width:600px) {
    .banner-column .title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .banner-column h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-column .text {
        display: block;
        font-size:15px;
        font-weight:600;
    }
}

.pt-35 {
    padding-top:35px;
}

.pt-100 {
    padding-top:100px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-20 {
    padding-bottom:20px;
}

.mt-0 {
    margin-top:0;
}

.mt-30 {
    margin-top:30px;
}

@media only screen and (max-width:820px) {
    .pt-100 {
        padding-top:0;
    }
}

p.doc {
    position: relative;
    color: #313131;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 25px;
}

.cat-list li:hover a, .cat-list li.active a {
    position: relative;
    color: #ffffff;
    background-color: #0054aa;
}

h5.dep {
    color: #51aaaa;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 35px;
    font-size:17px;
}

ul.dep {
    padding-left: 3%;
    font-size: 16px;
    line-height: 35px;
    color: #434343;
}

li.dep {
    list-style: disc!important;
}

li.dep2 {
    list-style: auto!important;
}

.services-single-section p {
    position: relative;
    color: #434343;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 15px;
}

b.b {
    color: #1cb89e;
}

.booking-section .content-column .inner-column {
    padding-top: 20px;
}

.booking-section h2 {
    font-size: 25px;
    font-weight:500;
    line-height: 1.5em;
}

.price-block .inner-box {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    padding: 35px 40px 30px;
    border: 1px solid #e0e0e0;
    margin: 20px;
}

.h-728 {
    height: 728px;
}

ul.pricing {
    text-align: left;
    padding-left: 3%;
    font-size: 16px;
    line-height: 30px;
}

li.pricing {
    list-style-type: disc;
}

.price-block .price {
    margin-bottom: 18px;
    line-height: normal;
}

.price-block .price {
    font-size: 20px;
}

.price-block .upper-box h3 {
    font-size: 20px;
    color: #0054aa;
}

.price-block .inner-box:before {
    background-color: #3474b4;
}

.services-block-three h3 {
    font-size: 18px;
    text-align: center;
}

.style-three {
    background-color: #f7f9fb;
}

@media only screen and (min-width:821px) {
    .visible-sm {
        display:none
    }
}

@media only screen and (max-width:820px) {
    .hidden-sm {
        display: none;
    }
}

.main-header .header-upper .logo-outer {
    padding-top: 40px;
    margin-top: -65px;
    padding-bottom: 25px;
}

@media only screen and (max-width:600px) {
    .main-header .header-upper .logo-outer {
        padding-top: 40px;
        margin-top: -30px;
        padding-bottom: 12px;
    }
}

.mb-20 {
    margin-bottom:20px!important;
}

h4.finance {
    color: #0054aa;
    margin-bottom: 15px;
    margin-top: 30px;
}

ul.finance {
    color: #223a66;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 20px;
    padding-left: 4%;
}

li.finance {
    list-style:disc;
}

.price-block .text {
    font-size: 14px;
    color:#000;
}

.fullwidth-section-two .left-column:before {
    background-color: rgba(19,112,169,0.90);
}

.fullwidth-section-two .right-column:before {
    background-color: rgb(81 170 170 / 90%);
} 

.footer-bottom {
    position: relative;
    padding: 20px 0px;
    background-image: -ms-linear-gradient(left, #51aaaa 0%, #51aaaa 100%);
    background-image: -moz-linear-gradient(left, #51aaaa 0%, #51aaaa 100%);
    background-image: -o-linear-gradient(left, #51aaaa 0%, #51aaaa 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #51aaaa), color-stop(100, #51aaaa));
    background-image: -webkit-linear-gradient(left, #51aaaa 0%, #51aaaa 100%);
    background-image: linear-gradient(to right, #51aaaa 0%, #51aaaa 100%);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.section-title h2 {
    font-size: 37px;
    font-weight: 500;
}

.featured-list li .title {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.main-header .elementskit-navbar-nav > li {
    margin-right: 20px;
    padding: 25px 0px;
}

.main-header .elementskit-navbar-nav > li > a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width:1399px) {
    .main-header .elementskit-navbar-nav > li > a {
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
    }
}

@media only screen and (max-width:820px) {
    .main-header .elementskit-navbar-nav > li {
        padding: 10px 0px;
    }
}

.featured-list li p {
    font-size: 16px;
    line-height:2em;
}

.cat-list li a {
    font-size: 14px;
}

.main-footer h2 {
    font-size: 20px;
    font-weight:600;
}

.main-header .xs-menu-tools {
    position: absolute;
    right: -100px;
    top: 17px;
    z-index: 1;
}

@media only screen and (max-width: 1440px) {
    .main-header .xs-menu-tools {
        position: absolute;
        right: -93px!important;
        top: 17px;
        z-index: 1;
    }
}

.navsearch-button {
    width: 145px;
    height: 50px;
    font-size: 11px;
    background-color: #51aaaa;
}

@media (max-width: 991px) {
    .elementskit-menu-container {
        padding-left: 30px;
    }
}

.booking-section .video-column .inner-column .green-layer {
    background-color: #51aaaa;
}

.booking-section p {
    font-size: 16px;
}

.page-breadcrumb h2 {
    font-size: 34px;
    font-weight: 600;
}

.services-single-section h2 {
    color: #1873ab;
    font-size: 27px;
    margin-bottom: 20px;
    font-weight:600;
}

.biography-section p {
    font-size: 16px;
    line-height: 1.9em;
}

.fullwidth-section-two .phone .title {
    font-family: 'Montserrat', sans-serif;
}

.fullwidth-section-two strong {
    font-family: 'Montserrat', sans-serif;
}

.emergency-section .content-box .phone {
    font-family: 'Montserrat', sans-serif;
}

.container-fluid .outer-section .left-column .image {
    margin-left: -83px;
}

.img-side {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.img-side img {
    padding: 15px 0px;
}

.btn-link {
    font-weight: 600;
    color: #fff;
    background-color: transparent;
}

.card-header {
    background-color: rgb(81 170 170);
}

ul.faq {
    color: #223a66;
    font-size: 16px;
    padding-left: 3%;
    margin-bottom: 15px;
    line-height: 26px;
}

.li li {
    list-style-type: disc;
}

.fs-20 {
    font-size: 20px!important;
}

.page-breadcrumb img {
    position: relative;
    padding: 15px 0px;
    z-index: 1;
    width: 300px;
}

.bg-image {
    background-image: url('../images/pexels-olly-845434.jpg')!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0px;
}

.text-black {
    color: #000 !important;
}

.select-placeholder {
    color: #a5a5a5 !important;
}