.home-banner {
    background-color: #888888;
    /*height: 50vh;*/
}

.home-contact-us {
    z-index: 99;
    background-color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 200px 0 100px 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.home-about-left img {
    width: 100%;
}

.home-about {
    padding: 100px 0;
}

.home-about h2 {
    font-family: 'OpenSans-Bold';
    color: #005963;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 50px;
}

.home-about h4 {
    font-family: 'OpenSans-Bold';
    color: #005963;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.home-about p {
    color: #888;
    line-height: 1.8;
    margin-bottom: 30px;
}

.home-about h2 > span {
    display: block;
}

.contact-form-left {
    height: 100%;
    position: absolute;
    right: -70px;
    z-index: 8;
    top: -82px;
    border-radius: 20px !important;
    overflow: hidden;
}

.contact-form-left img {
    width: 100%;
    border-radius: 20px !important;
    min-height: 500px;
    object-fit: cover;
}

.home-contact-card {
    background-color: #00ACB1;
    padding: 50px;
    padding-left: 100px;
    border-radius: 20px;
}

.home-contact-card-heading {
    font-size: 3rem;
    font-family: 'OpenSans-Bold';
    color: #fff;
    margin-bottom: 10px;

}

.home-testinomials {
    background-color: #FCF7FF;
    padding: 200px 0 100px 0;
}

.home-testinomials h2 {
    font-family: 'OpenSans-Bold';
    color: #005963;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 50px;
    text-align: center;
}

.submmit-btn {
    height: 80px;
    background-color: #005963;
    color: #fff;
    border-radius: 10px;
    height: 50px !important;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s linear;
}

.submmit-btn:hover {
    height: 80px;
    background-color: #01808f;
    color: #fff;
    border-radius: 10px;
    height: 50px !important;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s linear;
}

.home-dividor .input-wrapper > .cta-btn {
    cursor: pointer;
}

.home-dividor .input-wrapper > .cta-btn:hover {
    cursor: pointer;
    background-color: #00ACB1;
    color: #fff;
}

.home-dividor .input-wrapper > .cta-btn:active {
    transform: scale(0.95);
}

.main-header .sch-btn:hover,
.wrapper .sch-btn:hover,
.overlapped-section .sch-btn:hover,
.cta-btn:hover {
    background-color: #01808f;
    transition: background-color 0.3s linear;
    color: #fff;
}

.home-dividor .input-wrapper > input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding-right: 100px;
    font-size: 0.9rem;
}

.home-dividor .input-wrapper > .cta-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    color: #005963;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.dividor-card > .row {
    align-content: center;
    align-items: center;
}

.home-dividor ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.home-dividor :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.home-dividor ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;

}

.home-dividor .input-wrapper {
    background-color: transparent;
    border: none;
    outline: none;
    border: 2px solid #fff;
    border-radius: 10px;
}

.dividor-card {
    background-color: #005963;
    padding: 50px;
    border-radius: 20px;
    margin-bottom: -100px;
    position: relative;
}

.home-dividor h2 {
    font-family: 'OpenSans-Bold';
    color: #fff;
    font-size: 3rem;
    line-height: 1.4;
}

.home-dividor p {
    font-family: 'OpenSans-Regular';
    color: #f8f8f8;
    font-size: 1rem;
    line-height: 1.8;
}

.cta-btn {
    height: 80px;
    background-color: #005963;
    color: #fff;
    border-radius: 10px;
    height: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;

}


.home-contact-us .input-wrapper input,
.home-contact-us .input-wrapper textarea,
.floating-box .input-wrapper textarea {
    background-color: transparent;
    border: none;
    outline: none;
    resize: none;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 20px;
}


.home-contact-us .input-wrapper,
.floating-box .input-wrapper {
    border: 1px solid #66CDD0;
    border-radius: 10px;
    height: 50px;
    margin-bottom: 30px;
}

.home-contact-us .input-wrapper.textarea {
    height: 100px;
    position: relative;
}

.floating-box .input-wrapper.textarea {
    height: 210px;
}

.home-contact-card-subheading {
    font-size: 1.2rem;
    color: #fff;
    font-family: 'OpenSans-Light';
    margin-bottom: 30px;
}

.patient-details {
    padding: 0 50px;
    position: relative;
}

.patient-details:before {
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: #005963;
    content: " ";
    left: 0;
    border-radius: 30px;
}

.p-feedback > span:nth-child(1) {
    font-size: 3rem;
    color: #005963;
    font-family: 'OpenSans-Bold';
    float: left;
    position: absolute;
    top: 0px;
    left: 44px;
    opacity: 0.5;
}

.p-feedback > span:nth-child(2) {
    font-size: 3rem;
    color: #005963;
    font-family: 'OpenSans-Bold';
    float: left;
    position: absolute;
    bottom: -26px;
    right: 45px;
    opacity: 0.5;

}

.patient-details > .p-name {
    font-size: 2rem;
    color: #005963;
    font-family: 'OpenSans-Bold';
}

.patient-details > .p-visitdate {
    font-size: 0.7rem;
    color: #888;
    text-transform: uppercase;
}

.p-feedback {
    padding: 40px 70px;
    position: relative;
}

.overlapped-section-wrapper {
    background-color: #005963;
    padding: 100px 0;
}

.home-testinomials .card-body {
    padding: 50px 0 40px 0;
}

.home-testinomials .card {
    border-radius: 10px;
}

/*.overlapped-section-wrapper-inner{
    position: relative;
}
.overlapped-section{
    position: absolute;
}*/
.overlapped-section {
    background-color: #ffffff;
    padding: 60px;
    position: relative;
    z-index: 6;
    margin-top: -190px;
    border-radius: 20px;
}

.overlapped-section h1 {
    color: #005963;
    font-family: 'OpenSans-Bold';
    font-size: 3rem;
}

.overlapped-section h1 > span {
    display: block;
}

.center-align {
    align-content: center;
    align-items: center;
}

.overlapped-section .center-align {
    margin-bottom: 50px;
}

.overlapped-section .sch-btn {
    height: 80px;
    background-color: #005963;
    color: #fff;
    border-radius: 10px;
    height: 50px !important;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlapped-section h3 {
    font-size: 1.2rem;
    color: #005963;
    font-family: 'OpenSans-Bold';
}

.content-wrapper {
    padding-left: 100px;
    padding-right: 20px;
}

.content-wrapper i {
    float: left;
    margin-left: -70px;
    font-size: 1.8em;
    border: 1px solid #005963;
    padding: 10px;
    color: #005963;
    border-radius: 5px;
}

.content-wrapper p {
    margin-bottom: 0;
}

.content-wrapper .day {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.content-wrapper .time {
    font-size: 0.9rem;
}

.m-t-0 {
    margin-top: 0 !important;
}


.top-banner {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.top-banner {
    background-color: #005963;
    height: 200px;
    position: relative;
    color: #fff;
}




.news-wrapper {
    padding: 60px 0;
}

.right-wrapper .input-wrapper {
    position: relative;
    margin-bottom: 20px
}

.input-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    background-color: #00ACB1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.right-wrapper h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #005963;
    font-family: 'OpenSans-Bold';
    margin-top: 50px;
}

.feed-card {
    padding: 15px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    border-radius: 5px;
    display: block;
}

.feed-card .image {
    height: 80px;
    width: 80px;
    background-color: darkgrey;
    margin-left: -90px;
    float: left;
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.feed-card .heading {
    font-size: 0.9rem;
}

.feed-content-wrapper {
    height: 80px;
    padding-left: 90px;
    position: relative;
    color: #005963;
}

.feed-content-wrapper > .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feed-content-wrapper .post-date {
    font-size: 0.85rem;
    position: absolute;
    bottom: 0;
    color: #00ACB1;

}

.feed-content-wrapper .post-date > i {
    margin-right: 5px;
}

.news-card {
    padding: 30px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.news-content-wrapper h3 {
    margin-bottom: 20px;
    color: #005963;
    font-family: 'OpenSans-Bold';
}

.news-content-wrapper p {
    margin-bottom: 0px;
    color: #686a6f;
    font-size: 0.9rem;
}

.news-content-wrapper .meta-deta {
    color: #686a6f;
    margin-top: 20px;
    font-size: 0.8rem;
}

.news-content-wrapper .meta-deta .post-author {
    margin-right: 20px;
}

.news-content-wrapper .meta-deta i {
    margin-right: 10px;
}

.meta-deta div {
    display: inline-block;
}

.blog-card {
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.news-card {
    padding: 20px;
    border-radius: 10px;
    display: block;
}

.news-card .image {
    height: 200px;
    background-color: #e8e8e8;
    border-radius: 20px;
    position: relative;
}

.news-card .image > span {
    height: 200px;
    background-color: #e8e8e8;
    border-radius: 20px;
    position: relative;
}

.news-card .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    filter: brightness(0.95);
}

.news-card .image > span > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    filter: brightness(0.5);
}

.video-box {
    position: relative;
}

.video-box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    font-size: 1.4rem;
    background-color: #45868d;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffffeb;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.news-card .postdate {

    background-color: #45868d;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    bottom: -12px;
    position: absolute;
    right: 25px;
}

.blog-card .postdate {
    padding: 10px 20px;
}

.meta-deta > div {
    margin-right: 20px;
}

.meta-deta > div > i {
    margin-right: 10px;
}


.news-card .meta-deta {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #686a6f;
}

.news-card h3 {
    font-size: 1.4rem;
    font-family: 'OpenSans-Bold';
    margin-bottom: 20px;
    color: #45868d;
}

.blog-card h3 {
    padding: 0 15px;
}

.blog-card .meta-deta {
    padding: 20px 15px 20px 15px;
}

.blog-card.news-card p {
    padding: 0 15px;
    font-size: 0.9rem;
    color: #45868d;
    position: absolute;
    margin-bottom: 0;
    top: 42px;
    right: 30px;
}

.blog-card.news-card p {
    display: none;
}

.blog-card.news-card:hover p {
    display: block;
}

.news-card,
.news-card:hover {
    text-decoration: none;
}

.m-b-30 {
    margin-bottom: 30px;
}

.blog-card-text {
    background-color: #005963;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 400px;
}

.blog-card-text .meta-deta {
    color: #fff;
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: 30px;
}

.blog-card-text h3 {
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 50px;
    word-break: break-word;
}

.blog-card-text p {
    color: #fff !Important;
}




/*===================
==================*/
.about-us-wrapper {
    padding: 60px 0;
}

.profile-content-wrapper {
    padding-left: 220px;
}

.profile-content-wrapper .profile-image {
    float: left;
    margin-left: -220px;
    height: 200px;
    width: 200px;
    background-color: #e8e8e8;
}

.profile-content-wrapper .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile-content-wrapper .contact-details a,
.profile-content-wrapper .contact-details a:hover {
    display: block;
    margin-bottom: 10px;
    color: #686a6f;
    text-decoration: none;
    font-size: 0.9rem;
}

.profile-content-wrapper .contact-details a > i {
    margin-right: 10px;
}

.profile-content-wrapper h3 {
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    color: #005963;
}

.profile-content-wrapper p {
    margin-bottom: 20px;
}

.tab-wrapper {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}


.tab-wrapper .tab {
    flex: 1;
    text-align: center;
    padding: 20px;
    border: 1px solid #e8e8e8;
    color: #686a6f;
    background-color: #ffffff;
    font-family: 'OpenSans-Bold';
    font-size: 0.9rem;
    opacity: 0.6;
}



a,
a:hover {
    text-decoration: none;
}

.tab-wrapper .tab.active {
    color: #ffffff;
    opacity: 1;
    background-color: #005963;
}

.tab-wrapper .tab:hover {
    color: #00ACB1;
}

.details-wrapper h3 {
    font-family: 'OpenSans-Bold';
    color: #005963;
    margin-bottom: 20px;
}

.details-wrapper p {
    color: #686a6f;
    font-size: 0.9rem;
}

.right-wrapper2 .data-card {
    box-shadow: 0 2px 24px #0000000a;
    padding: 40px 0;
    background-color: #ffffff;
    margin-bottom: 40px;
}

.right-wrapper2 .data-card .content {
    padding: 0 30px;
}

.right-wrapper2 .data-card .content > .input-wrapper {
    margin-bottom: 20px;
}

.right-wrapper2 .data-card h3 {
    font-size: 1.5rem;
    padding: 0 30px;
    color: #005963;
    border-left: 5px solid #005963;
    margin-bottom: 30px;
}


.right-wrapper2 .data-card .contact-details > a,
.right-wrapper2 .data-card .contact-details > a:hover {
    display: block;
    padding-left: 60px;
    height: 50px;
    margin-bottom: 40px;
    text-decoration: none;
    color: #686a6f;
    font-size: 0.9rem;
}

.right-wrapper2 .data-card .contact-details > a > i {
    margin-right: 15px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    float: left;
    margin-left: -50px;
    background-color: #00ACB1;
    color: #fff;
    font-size: 1.4rem;
}

.right-wrapper2 .data-card .contact-details > a > span {
    display: block;
}

.right-wrapper2 .data-card .contact-details > a > span {
    color: #005963;
}

.right-wrapper2 .data-card .contact-details > a > span:nth-child(2) {
    font-size: 1rem;
    text-transform: uppercase;
}

.right-wrapper2 .data-card .contact-details > a > span:nth-child(3) {
    font-size: 0.8rem;
}

.gallery-card {
    background-image: url(https://www.industrialempathy.com/img/remote/ZiClJf-1920w.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-card:before {
    position: absolute;
    background-color: #005963cc;
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
}



.contact-page-banner {
    padding: 60px 0;
}





.contact-page-banner .card {
    padding: 40px 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px #0000000d;
}

.contact-page-banner .card .row > div {
    border-left: 1px solid #e8e8e8;
    padding: 0 0 0 50px;
}

.contact-page-banner .card .row > div:nth-child(1) {
    border-left: none;
    padding-left: 0;
}

.contact-page-banner .content-wrapper h3 {
    font-size: 1rem;
    color: #686a6f;
    font-family: 'OpenSans-Regular';
    margin-bottom: 10px;
}

.contact-page-banner .content-wrapper i {
    border-radius: 10px;
    border-color: #e8e8e8;
    padding: 20px;
    margin-left: -80px;
    background-color: #00ACB1;
    color: #fff;
}

.contact-page-banner .content-wrapper p {
    font-family: 'OpenSans-Bold';
    color: #005963;
    font-size: 1rem;
}

.contact-page-banner .card iframe {
    margin-top: 40px;
    width: 100%;
    height: 400px;
}

.home-banner img {
    width: 100%;
}

/*.swiper-cont1 .swiper-slide {
     height: 600px;
}

.background {
    background-size: cover;
    background-position: center;
    background-image: url(../images/Banner/banner.jpg)
}*/

.swiper-slide .wrapper {
    position: relative;
}

.swiper-slide .wrapper2 {
    position: relative;
    text-align: right;
}

.wrapper2 p {
    float: right;
}

.swiper-cont1 .swiper-slide img.background {
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.swiper-cont1 .swiper-slide {
    height: 600px;
    display: flex;
    align-items: center;
}

.wrapper h2 {
    margin-bottom: 30px;
    color: #005963;
    font-family: 'OpenSans-Bold';
    font-size: 3rem;
}

.wrapper h2 > span {
    display: block;
}

.wrapper2 p > span {
    display: block;
}

.wrapper p {
    margin-bottom: 20px;
    color: #005963;
    font-family: 'OpenSans-Regular';
    font-size: 1.2rem;
    width: 40%;
    display: block;
}

.wrapper2 p {
    margin-bottom: 20px;
    color: #005963;
    font-family: 'OpenSans-Regular';
    font-size: 1.2rem;
    width: 60%;
    display: block;
}

.wrapper .sch-btn {
    height: 80px;
    background-color: #005963;
    color: #fff;
    border-radius: 10px;
    height: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.btn-wrap {
    float: right;
    width: 100%;
}


::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

/*====
https://metropolitanhost.com/themes/themeforest/angular/docfind/services
=========*/
.swiper-slide .post-date {
    font-size: 0.8rem;
    margin-bottom: 5px;
    margin-top: 10px;
}

.swiper-slide .post {
    font-size: 0.95rem;
    margin-bottom: 10px;

}

#inject h3 {
    color: #fff;
    font-family: 'OpenSans-Bold';
}

.post-link {
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 30px !important;
    display: block;
}

.post-link:hover {
    color: #005963;

}

.swiper-button-prev2,
.swiper-button-next2 {
    background-color: #005963;
    width: 30px;
    height: 30px;
    color: #ffff;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}

.swiper-button-prev3,
.swiper-button-next3 {
    background-color: #005963;
    width: 30px;
    height: 30px;
    color: #ffff;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 10px;
}

.swiper-pagination2,
.swiper-pagination3 {
    top: auto;
    bottom: 0;
    left: 0;

}

.swiper-pagination2 .swiper-pagination-bullet-active,
.swiper-pagination3 .swiper-pagination-bullet-active {
    background-color: #00acb1;
    width: 15px;
    transition: width 0.3s linear;
    border-radius: 5px;
}

.swiper-button-prev2,
.swiper-button-prev3 {
    right: 40px
}

.swiper-pagination2 .swiper-pagination-bullet,
.swiper-pagination3 .swiper-pagination-bullet {
    margin-right: 3px;
    transition: width 0.3s linear;

}

.swiper-button-next2 {}



.input-wrapper.error {
    background-color: #D15658;
    border: 1px solid #D15658;
}


.home-dividor .input-wrapper input:-webkit-autofill,
.home-dividor .input-wrapper input:-webkit-autofill:hover,
.home-dividor .input-wrapper input:-webkit-autofill:focus,
.home-dividor .input-wrapper input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #005963 inset !important;
}

.error input:-webkit-autofill,
.error input:-webkit-autofill:hover,
.error input:-webkit-autofill:focus,
.error input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #D15658 inset !important;
}

.home-dividor .input-wrapper input {
    color: #fff;
}

.home-dividor .input-wrapper.error > .cta-btn {
    background-color: #930002;
    color: #fff;
}

.input-wrapper > input {
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: transparent;
}

#fsubscribe {
    position: relative;
}

#fsubscribe label {
    position: absolute;
    font-size: 0.7rem;
    top: -23px;
    color: #fb4548;
}

footer .input-wrapper {
    background-color: #fff;
}

#subform label {
    color: #fff;
    position: absolute;
    font-variant: all-small-caps;
    bottom: -50px;
}

#subform.type2 label {
    margin-top: 20px;
    position: static;
    color: #005963;
    width: 100%;
    text-align: center;
}

.right-wrapper ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
}

.right-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
}

.right-wrapper ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888;

}


.footer-wrapper #fsubscribe h3 {
    margin-bottom: 10px
}

footer ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
}

footer :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
}

footer ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888;

}

#mainheader.fix ~ .about-us-wrapper,
#mainheader.fix ~ .blog-details {
    margin-top: 80px;
}

.nav-items-right .sch-btn i {
    margin-left: 10px;
}

.review-box {
    border-bottom: 1px solid #e8e8e8;
    min-height: 190px;
    padding: 20px;
    padding-left: 100px;
}

.review-box .Name {
    font-family: 'OpenSans-Bold';
    color: #005963;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.review-box .stars {
    float: right;
    color: #ddd;
    font-size: 1.3rem;
}

.review-box .stars .active {
    color: #ffc107;
}

.review-box .desc {
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.review-box .date {
    font-size: 0.85rem;
    color: #888;
}

.review-box .profile-image {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    background-color: #888;
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    float: left;
    margin-left: -100px;
}

.review-box.achivements .profile-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-box.achivements {
    padding-left: 170px;
}

.review-box.achivements .profile-image {
    height: 150px;
    width: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: -170px;
}

.details-wrapper .day {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.page-heading {
    font-family: 'OpenSans-Bold';
    color: #005963;
    position: relative;
    padding-top: 26px;
    margin-bottom: 50px;
    font-size: 2rem;
    line-height: 2rem;
}

.page-heading > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    z-index: -1;
}

.page-heading > span > img {
    width: 100%;
}

.page-heading > .viewport {
    float: right;
    font-size: 1rem;
}

.page-heading > .viewport > a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #bbb;
    color: #fff;
    font-size: 0.8rem;
    font-family: 'Opensans-Regular';
}

.page-heading > .viewport > a.active {
    display: inline-block;
    padding: 5px 20px;
    background-color: #005963;
    color: #fff;
    font-size: 0.8rem;
    font-family: 'Opensans-Regular';
}

.details-wrapper .time {
    font-size: 1rem;
    font-family: 'OpenSans-Light';
    margin-bottom: 5px;
    text-align: center;

}

.image-404 {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.wrap-404 {
    background-color: #EEFFF7;
}

.review-box.ImageGallery .profile-image {
    width: 100px;
    height: 100px;
    margin-left: -120px;
}

.review-box.achivements {
    padding-left: 140px;
    display: block;
}

.ImageGallery .Name {
    height: 60px;
}

.ImageGallery:hover {
    background-color: #e8e8e8;
    border-radius: 10px;
}

.review-box .date > span {
    float: right;
}

.profile-content {}

.blog-details {
    padding: 100px 0;
}

.blogpage-post {
    padding: 30px;
    background-color: #00acb1;
    color: #fff;
    border-radius: 10px;
}

.post-heading {
    margin-bottom: 30px;
    font-family: 'OpenSans-Bold';
}

#videosegment {
    height: 400px;
    background-position: center;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #005963;
}

.blog-post-desc {
    font-size: 0.98rem;
    font-family: 'OpenSans-Regular';
    margin-bottom: 30px;
    display: block
}

.blog-post-desc  b {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-family: 'OpenSans-Bold';
    padding-left: 50px;
    border-radius: 10px;
    padding: 5px 20px;
    color: rgb(0, 89, 99);
    /* border-left: 9px solid #ededed; */
    background-color: white;
}

.swiper-pagination1 {
    position: absolute;
    top: 30px;
    right: 0;
}

.rel {
    position: relative;
}

.swiper-button-prev1,
.swiper-button-next1 {
    padding: 20px;
    background-color: #005963;
    top: 87px;
    right: 0;
    left: auto;
    color: #fff;
}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
    background-color: #00acb1;
}

.swiper-button-prev1:active,
.swiper-button-next1:active {
    transform: scale(0.95);
}

.swiper-button-prev1 {
    right: 50px;
}

.swiper-pagination1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: #00acb1;
    transition: width 0.3s ease-in;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    width: 15px;
    transition: width 0.3s ease-in;
    border-radius: 10px;
}

.blog-card:hover {
    background-color: #00ACB1;
    color: #fff;
    transition: all 0.3s linear;
}

.blog-card:hover .meta-deta > div,
.blog-card:hover h3,
.blog-card:hover p {
    color: #fff;
    transition: all 0.3s linear;

}

.blog-card {

    transition: all 0.3s linear;
}

.blog-card .meta-deta > div,
.blog-card h3,
.blog-card p {
    transition: all 0.3s linear;

}

#mainheader.fix ~ .top-fix {
    margin-top: 88px;
}




.video-box {
    width: 100%;
    height: 400px;
}

.video-box > #videosegment,
.video-box > #videosegment > iframe {
    height: 100%;
    width: 100%;
}

.video-thumb {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin-left: 0px;
    border: 2px solid #fff;
    position: relative;
    margin-bottom: 10px;
}

.video-thumb.active {
    width: 120px;
    height: 120px;
}

.video-thumb:hover {
    cursor: pointer;
    border: 1px solid #ddd;
}

.video-thumb.active:hover {
    border: 5px solid #47DD92;
}

.video-thumb > span {
    font-size: 14px;
    line-height: 150px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}

.image-thumb {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    margin-left: 0px;
    border: 2px solid #fff;
    background-color: black;
    vertical-align: middle;
}

.image-thumb.active {
    width: 120px;
    height: 120px;
}

.image-thumb:hover {
    cursor: pointer;
    border: 1px solid #ddd;
}

.image-thumb.active:hover {
    border: 5px solid #47DD92;
}

.image-thumb > span {
    font-size: 14px;
    line-height: 150px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}

.video-thumb > span > i {
    font-size: 38px;
    bottom: 20px;
}

.video-thumb:before {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    content: " ";
    color: white;
    line-height: 150px;
    text-align: center;
    color: white;
}

.detailed-post .post-date {
    font-size: 0.9rem;
}

.detailed-post .post-date > span {
    margin-right: 20px;
    font-size: 1.2rem;
    font-variant: all-small-caps;
}

.detailed-post .post-meta {
    font-size: 0.9rem;
}

.detailed-post .post-meta > span {
    margin-right: 20px;
    font-size: 1.2rem;
    font-variant: all-small-caps;
}

.page-link-blog {
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.page-link-blog:hover {
    opacity: 0.8;
    color: #fff;
}

.share {
    float: right;
    color: #fff;
}

.share a {
    color: #fff;
    margin-left: 20px;
}

.p-feedback-star {
    padding: 20px 40px;
}

.p-feedback-star i {
    font-size: 2rem;
    color: #888;
    opacity: 0.4;
}

.p-feedback {
    color: #888;
}

.p-feedback {
    min-height: 150px;
}

.p-feedback-star i.active {
    font-weight: 900;
    color: #D4AF37 !important;
    opacity: 1 !Important;
}

.home-testinomials .card {
    height: 100%;
}

.gallery-card {
    position: relative;
}

.gallery-card:hover:after {
    opacity: 0.5;
    transition: all 0.3s linear;

}

.gallery-card:after {
    position: absolute;
    border: 1px solid #fff;
    content: " ";
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    opacity: 1;
    transition: all 0.3s linear;
    border-radius: 10px;
}


.gallery-card:before {
    position: absolute;
    border: 1px solid #fff;
    content: " ";
    width: 90%;
    height: 90%;
    left: 3%;
    top: 7%;
    opacity: 1;
    transition: all 0.3s linear;
    border-radius: 10px;
    background-color: transparent;
    border-right: 0;
    border-top: 0;
}

.Gallery-image-main {
    height: 200px;
    margin-bottom: 30px;
    cursor: pointer;
}

.Gallery-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imageswiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000de;
    z-index: 9999;
    display: none;
}

/*.imageswiper.gone{
    display: none !Important;
}*/
.imageswiper.ntactive {
    opacity: 0;
    display: block;

}

.imageswiper.active {
    display: block;
    opacity: 1
}

.imageswiper .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.imageswiper i {
    position: fixed;
    top: 1em;
    color: #fff;
    right: 1em;
    font-size: 2rem;
    z-index: 999;
    cursor: pointer;
    opacity: 0.5;
}

.imageswiper i:hover {
    opacity: 1;
}

.imageswiper i:active {
    transform: scale(0.92);
}

.imageswiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.imageswiper .swiper-pagination {
    text-align: right;
    padding: 0 50px;
}

.imageswiper .swiper-button-next:after,
.imageswiper .swiper-button-prev:after {
    font-size: 1rem;
    color: #fff;
}

.imageswiper .swiper-button-prev {
    left: auto;
    right: 80px;
    background-color: #005963;
    width: 40px;
    height: 40px;
    bottom: 60px;
    top: auto;
}


.imageswiper .swiper-button-next {
    left: auto;
    right: 35px;
    background-color: #005963;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 60px;
}

.imageswiper .swiper-button-next:hover,
.imageswiper .swiper-button-prev:hover {
    background-color: #00ACB1;
}

.imageswiper .swiper-button-next:active,
.imageswiper .swiper-button-prev:active {
    transform: scale(0.92);
}

.page-link-galery {
    font-size: 14px;
    padding: 0 20px;
}

.page-heading .page-link-galery {
    float: right;
    display: block;
    height: 100%;
    color: #888;
}

.page-heading .page-link-galery i {
    margin-right: 10px;
}

.page-heading .page-link-galery:hover {
    color: #333;
}

.review-box.ImageGallery {
    margin-bottom: 0;
    min-height: 100px !important;
}

.floatingform-wrapper {
    position: fixed;
    background-color: rgb(0 0 0 / 67%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#floatingform.active .floatingform-wrapper {
    display: flex;
}

.floating-box,
.thankyou-box {
    width: 60%;
    background-color: #00acb1;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.floating-box h3,
.thankyou-box h3 {
    margin-bottom: 50px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 9;

}

.floating-box h3 > i {
    margin-right: 20px;
}

.floating-box input,
.floating-box textarea {
    color: #fff;
}

.floating-box .submmit-btn {
    padding: 0 40px;
    margin: 0 auto;
    margin-top: 30px;
}

.floatingform-wrapper {}

.floatingform-wrapper .fa-times {
    position: absolute;
    right: 35px;
    color: #fff;
    top: 25px;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 99;
}

.floating-box .input-wrapper {
    background-color: #0db8bd;
    /* border: none; */
    position: relative;
}

.floatingform-wrapper .fa-times:hover {
    color: #d8d8d8;
}

.floating-box:before,
.thankyou-box:before {
    position: absolute;
    height: 100%;
    width: 250px;
    content: " ";
    background-color: #005963;
    z-index: 1;
    /* border-radius: 50%; */
    right: -100%;
    top: 0;
    animation-name: slideleft;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

@keyframes slideleft {
    from {
        right: -100%;
    }

    to {
        right: -10%;
    }
}

.floating-box:after,
.thankyou-box:after {
    position: absolute;
    height: 100%;
    width: 360px;
    content: " ";
    background-color: #1d97a5;
    z-index: 0;
    /* border-radius: 50%; */
    right: -100%;
    top: 0;
    animation-name: slideleft2;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;

}

@keyframes slideleft2 {
    from {
        right: -100%;
    }

    to {
        right: -20%;
    }
}

.floating-box form {
    position: relative;
    z-index: 9;
}

.floating-box {
    transform: translateX(200%);
    /* transition: transform 0.3s linear;*/
}

.floating-box.active {
    transform: translateX(0);
    transition: transform 0.3s linear;
}

.inline .input-wrapper {
    width: 48%;
    display: inline-block;
}

.inline .input-wrapper:nth-child(2) {
    float: right;
}


.floating-box .input-wrapper label {
    font-size: 0.75rem;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: -24px;
    text-transform: uppercase;
    color: #1c1c1c;
}

.length-wrap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0.8rem;
    color: #d9d9d9;
    font-family: OpenSans-Light;
}

.floating-box ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d8d8d8;
    opacity: 1;
    /* Firefox */
}

.floating-box :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d8d8d8;
}

.floating-box ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d8d8d8;
}

.thankyou-image {
    font-size: 7rem;
    text-align: center;
    color: green;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.floating-box.thankyou {
    text-align: center
}

.thankyou-box {
    display: none;
}

.thankyou-box.active {
    display: block;
    text-align: center;
}


.thankyou-box p {
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    z-index: 9;
    width: 70%;
    margin: 0 auto;
    margin-top: -20px;
}

.submmit-btn {
    cursor: pointer;
}

.home-contact-form label {
    color: #444;
    font-size: 0.8rem;
}


.home-contact-card2 {
    text-align: center;
    padding-left: 50px;
}

.home-contact-card2 .thankyou-image {
    color: #fff;
}

.home-contact-card-heading {
    text-transform: capitalize;
}

.home-contact-card-heading > span {
    display: block;
    font-size: 1.5rem;
}

.home-contact-us {
    transition: all 0.3s linear;
}

.btn-default-lg {
    cursor: pointer;
}

.btn-default-lg:hover {
    background-color: #00ACB1;
}

.btn-default-lg:active {
    transform: scale(0.9);
}

.home-contact-us.animateleft .contact-form-left {
    right: 20px;
    top: 0;
    transition: all 0.3s linear;

}



.right-wrapper2 ::-webkit-input-placeholder {
    /* Edge */
    color: #888;
}

.right-wrapper2 ::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
    color: #888;

}

.right-wrapper2 ::placeholder {
    color: red;
    color: #888;

}

.right-wrapper2 input,
.right-wrapper2 textarea {
    font-size: 0.9rem;
}

.right-wrapper2 .input-wrapper {
    margin-bottom: 30px;
}

.right-wrapper2 label {
    font-size: 0.8rem;
    color: #fb4548;
}

.right-wrapper2 .thankyou-image {
    color: #fff;
    font-size: 4rem;
}

.right-wrapper2 .data-card h4 {
    font-size: 1.5rem;
    padding: 0 30px;
    color: #005963;
    text-align: center;
    margin-bottom: 30px;
}

.right-wrapper2 .data-card p {
    text-align: center;
}

.right-wrapper2 .data-card h4 > span {
    display: block;
}

.right-wrapper2 .data-card.submited h4 {
    color: #fff;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.data-card.submited {
    background-color: #00ACB1;
    color: #fff;
    transition: all 0.3s linear;
    BORDER-RADIUS: 10PX;
}

.privacy p {
    font-size: 0.9rem;
    color: #888;
}

.privacy h4:first-child {
    margin-top: 0;
}

.privacy h4 {
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #005963;
}

.feed-card:hover {
    background-color: #00ACB1;
}

.feed-card:hover .heading {
    color: #fff !Important;
}

.feed-card:hover .feed-content-wrapper .post-date,
.feed-card:hover .feed-content-wrapper .post-date > span {
    color: #fff !Important;
}