/*  
==========================================================
- Theme Style
==========================================================
*/

/* Main Menu Style */
header#masthead {
    padding-top: 125px;
}
.navbar-toggler {
    border: 1px solid rgba(0,0,0,0.09);
}
.webalive-navbar {
    position: fixed;
    width: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    height: 125px;
    background: transparent;
    width: 100%;
    top: 0;
    transition: all 0.3s ease-in-out !important; 
}
.webalive-navbar .container {
    max-width: 1800px;
    display: flex;
    align-items: center;
}
.webalive-menu-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.webalive-navbar-brand {
    min-width: 200px;
    transition: all 0.3s ease-in-out !important;
    display: block;
}
.webalive-brand-wrap img {
    max-width: 195px;
    transition: all 0.3s ease-in-out !important;
}
.webalive-main-menu {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.webalive-main-menu li {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    margin: 0;
    z-index: 100;
}
.webalive-main-menu li a {
    display: inline-block;
    padding: 30px 0px;
    color: #ffffff;
    text-decoration:none;
    font-family: Manrope;
    font-weight: 600;
    font-size: 17px;
    letter-spacing:0.01em;
    position:relative;
}

.webalive-menu-wrap ul li.current-menu-item a:after, 
.webalive-menu-wrap ul li a:hover:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #289F97;
    bottom: 10px;
    left: 0;
    position: absolute;
}
.webalive-main-menu li > .sub-menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    width: 285px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .1);
}
.webalive-main-menu li > .sub-menu li {
    display: block;
    position: relative;
    z-index: 0;
    padding: 0 0;
}
.webalive-main-menu li > .sub-menu li a {
    display: block;
    text-decoration: none;
    padding: 13px 22px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.webalive-main-menu li > .sub-menu li:first-child  a{
    border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}
.webalive-main-menu li > .sub-menu li:last-child  a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.webalive-navbar .webalive-main-menu li > .sub-menu li ul.sub-menu a {
    padding: 18px 50px;
}
.webalive-main-menu li > .sub-menu li a:hover{
   background-color:#f1f1f1;
}
.webalive-main-menu li > .sub-menu li:last-child a{
    border-bottom: 0px solid rgba(255,255,255, 0.7);
}
.webalive-main-menu li > .sub-menu li a:hover {
   color:#000;
}

.webalive-main-menu li > .sub-menu li a:after,
.webalive-main-menu li > .sub-menu li.current-menu-item a:after, 
.webalive-main-menu li > .sub-menu li a:hover:after{
   display:none !important;
}

.webalive-main-menu li > .sub-menu li ul.sub-menu {
    display: block;
    position: absolute;
    width:285px;
    left: 100%;
    top: 0%;
    z-index: 1;
    list-style: none;
    padding: 0px;
    margin: 0px;

}
.open {
    display: block !important;
}
.hide {
    display: none !important;
}
.webalive-navbar.in-scroll {
    transition: all 0.3s ease-in-out; 
	background-color: rgba(35, 39, 38, 0.99);
}
.webalive-navbar.in-scroll.webalive-navbar {
    height: 90px;
    transition: all 0.3s ease-in-out; 
}
.webalive-navbar.in-scroll .webalive-main-menu li > .sub-menu {
    top: 73px;
}
.webalive-navbar.in-scroll .webalive-main-menu li > .sub-menu li ul.sub-menu{
    top:0;
}
.webalive-navbar.in-scroll .webalive-brand-wrap img {
    max-width: 145px;
    transition: all 0.3s ease-in-out !important; 
}
.webalive-main-menu > .menu-item-has-children:after {
    content: "\f078";
    /* position: absolute; */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: -4px;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    z-index: 10;
    width: 10px;
    color: #fff;
    display: inline-block;
    margin-left: 6px;
}
.webalive-main-menu > .menu-item-has-children:hover::after {
    content: "\f077";
}
.webalive-main-menu > li ul.sub-menu .menu-item-has-children:after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
}
.webalive-main-menu > li ul.sub-menu .menu-item-has-children:hover::after {
    content: "\f053";
}
.webalive-main-menu > li ul.sub-menu li.menu-item-has-children:after {
    right: 10px;
}
.webalive-navbar-toggler,
.webalive-main-menu li .mb-toggle {
    display: none;
}
.mb-toggle .dashicons {
    margin: 50%;
    transform: translate(-50%, -50%);
}
.current-menu-item > a {
    color: #222;
    font-weight: 500;
}
/* Portrait and Landscape */
@media only screen
and (max-width: 1200px) {
  
    .webalive-navbar.in-scroll .webalive-main-menu li > .sub-menu {
        top: 0;
    }
    .webalive-menu-wrap ul li.current-menu-item a:after, 
    .webalive-menu-wrap ul li a:hover:after{
        display:none;
    }
    .webalive-navbar .container {
        padding: 0;
    }
    .book-appointment-btn {
        position: absolute;
        right: 70px;
        top: 22px;
    }
    .webalive-brand-wrap {
        padding: 0 15px;
    }
    a.webalive-navbar-brand {
        font-weight: 600;
    }
    a.webalive-navbar-brand,
    a.webalive-navbar-brand:visited,
    .webalive-navbar-toggler {
        color: #fff
    }
    .webalive-brand-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        border-bottom: 0px solid rgba(255,255,255, 0.7);
    }
    .webalive-navbar-toggler {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .webalive-main-menu {
        display: none;
        width: 100%;
        padding: 0 0;
        background: #ffffff;
        position: absolute;
        top: 80px;
        left: 0;
        box-shadow: 0 0 20px 3px rgba(0,0,0,.1);
    }
    .webalive-main-menu li {
        padding: 0px 0px;
    }
   
    .webalive-main-menu > li {
        display: block;
        border-bottom: 1px solid rgba(255,255,255, 0.7);
    }
    .webalive-main-menu li a {
        padding: 10px 0px;
        color: #000000;
    }
    .webalive-navbar .container {
        padding: 0 0px;
    }
    .webalive-main-menu .menu-item-has-children:after {
        display: none;
    }
    .webalive-main-menu li .mb-toggle {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #333;
        text-align: center;
        line-height: 2.5;
        top: 10px;
        right: 5px;
    }
    .webalive-main-menu li .mb-toggle.js-hide-mb-nav {
        transform: rotate(180deg);
    }
    .webalive-main-menu li ul {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .webalive-main-menu li ul li {
        display: block;
        position: relative;
    }
    .webalive-main-menu > li ul.sub-menu {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        background-color: #fff;
        padding: 0px 0px 0px 10px;
    }
    .webalive-main-menu > li ul.sub-menu > li {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .webalive-main-menu > li ul.sub-menu li:first-child {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .webalive-main-menu > li ul.sub-menu > li:last-child {
        border: 0;
    }
    .webalive-main-menu > li ul.sub-menu > li:only-child {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .webalive-main-menu li > .sub-menu li ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0px 0px 0px 10px;
    }
    .webalive-main-menu .menu-item-has-children {
        padding-right: 0;
    }
    .webalive-main-menu li > .sub-menu li a {
        padding: 10px 0px;
    }

    .webalive-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .webalive-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 15px;
    }
    
    .webalive-navbar-toggler i::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .webalive-navbar-toggler::before {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 0;
    }
    .webalive-navbar-toggler i::before {
        visibility: hidden;
    }
    .webalive-navbar-toggler {
        display: block;
        right: 10px;
        top: 32px;
        width: 24px;
        position: absolute;
        cursor: pointer;
        border: 0;
        color: #dadada;
        z-index: 9;
        width: 36px;
        padding: 2px;
    }
    .webalive-navbar-toggler,
    .webalive-navbar-toggler:before,
    .webalive-navbar-toggler:after,
    .webalive-navbar-toggler.js-hide-nav:before,
    .webalive-navbar-toggler.js-hide-nav:after {
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .webalive-navbar-toggler.js-hide-nav:before {
        moz-transform: rotate(45deg) translateX(6px) translateY(6px);
        -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
        -o-transform: rotate(45deg) translateX(6px) translateY(6px);
        -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
        transform: rotate(45deg) translateX(6px) translateY(6px);
    }
    .webalive-navbar-toggler.js-hide-nav:after {
        -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        transform: rotate(-45deg) translateX(5px) translateY(-5px);
    }
    .webalive-navbar-toggler.js-hide-nav i:after {
        visibility: hidden;
    }
}


.book-appointment-btn a{
    background: rgba(40, 159, 151, 1);
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 13px 20px;
    min-width:240px;
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 70px;
    color: #ffffff;
    align-items: center;
    gap: 0 13px;
    text-decoration:none !important;
	transition: all 0.3s ease !important;
}
.book-appointment-btn a:hover{
    background: rgb(30 147 139);
	transition: all 0.3s ease !important;
}
.book-button a{
    background:transparent !important;
    text-decoration:none !important;
    color:#ffffff !important;
}
.book-button a:hover{
    background:#ffffff !important;
    text-decoration:none !important;
    color:#000000 !important;
}
.book-button a:hover .elementor-button-icon svg  path{
    fill:#000000;
}
.book-button .elementor-button-icon svg {
    height: auto;
    width: 8px !important;
}
.book-button span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}



.book-button2 a{
    background:transparent !important;
    text-decoration:none !important;
    color:#000000 !important;
}
.book-button2 a:hover{
    background:#289F97 !important;
    text-decoration:none !important;
    color:#ffffff!important;
}
.book-button2 a:hover .elementor-button-icon svg  path{
    fill:#ffffff;
}
.book-button2 .elementor-button-icon svg {
    height: auto;
    width: 8px !important;
}
.book-button2 span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}


.book-button3 a{
    background:#289F97 !important;
    text-decoration:none !important;
    color:#ffffff !important;
}
.book-button3 a:hover{
    background:rgb(49 163 155) !important;
    text-decoration:none !important;
    color:#ffffff!important;
}
.book-button3 a:hover .elementor-button-icon svg  path{
    fill:#ffffff;
}
.book-button3 .elementor-button-icon svg {
    height: auto;
    width: 8px !important;
}
.book-button3 span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}



.find-button a{
    text-decoration:none !important;
}
.find-button a:hover{
    text-decoration:none !important;
    background:#289F97 !important;
    color:#ffffff !important;
}
.find-button .elementor-button-icon svg {
    height: auto;
    width: 8px !important;
}
.find-button a:hover .elementor-button-icon svg  path{
    fill:#ffffff;
}
.find-button span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}


.book-button2 a{
    text-decoration:none !important;
}
.book-button2 .elementor-button-icon svg {
    height: auto;
    width: 8px !important;
}
.book-button2 span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
footer.webalive-footer {
    background: rgba(35, 39, 38, 1);
    min-height: 450px;
    padding: 60px 0px 0px;
    position:relative;

}


.view-all-post a{
    background:transparent !important;
    text-decoration:none !important;
    color:##000000 !important;
}
.view-all-post a:hover{
    background:#289F97 !important;
    text-decoration:none !important;
    color:#ffffff !important;
}
.view-all-post a:hover .elementor-button-icon svg  path{
    fill:#ffffff;
}
.view-all-post .elementor-button-icon svg {
    height: auto;
    width: 8px !important;
}
.view-all-post span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}


footer.webalive-footer:after{
    content:'';
	background: url(../img/footer-shabe-bg-up.png) no-repeat center;
    width:451px;
    height:694px;
    position:absolute;
    top:0;
    right:0;
}

footer.webalive-footer .container {
    max-width: 1520px;
    padding: 0 60px;
}

.footer-one p{
    font-family: "Marcellus", serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 55px;
    line-height: 69px;
    letter-spacing: 0;
    text-transform: uppercase;
    color:#ffffff;
}
.footer-one p a{
    background: rgba(40, 159, 151, 1);
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 13px 20px;
    min-width: 220px;
    text-transform: capitalize;
    display: inline-flex;
    /* width: 100%; */
    justify-content: center;
    border-radius: 70px;
    color: #ffffff;
    align-items: center;
    gap: 0 13px;
    text-decoration: none !important;
    text-align: center;
    position:relative;
}

.footer-one p a:hover{
    background: rgb(49 163 155);
}
.footer-one p a:after{
    content:'';
	background: url(../img/book-appoint-arrow.svg) no-repeat center;
    width:8px;
    height:8px;
    display: inline-block;
}
.footer-one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.333333%;
    flex: 0 0 44.333333%;
    max-width: 44.333333%;
}

.footer-two {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.333333%;
    flex: 0 0 26.333333%;
    max-width: 26.333333%;
    padding-left: 138px;
    padding-top: 145px;
}
.footer-three {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
    padding-top: 145px;
}
footer.webalive-footer p{
    color:#ffffff;
}
footer.webalive-footer ul{
    margin:0;
    padding:0;
}
footer.webalive-footer ul li{
    list-style-type:none;
    margin: 0 0 14px 0;
}
footer.webalive-footer ul li a{
    color:#ffffff;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-decoration:none;
}
footer.webalive-footer ul li a:hover {
    color: rgba(40, 159, 151, 1);
}
footer.webalive-footer .widget-title{
    margin:0 0 20px 0;
    padding:0;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing:0.01em;
   color: rgba(255, 255, 255, 0.50);
}

.menu-follow-us-container ul {
    display: flex;
    gap: 0 20px;
}

.copy-right-foo-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 34px;
    margin-top:92px;
    padding-bottom: 34px;
}
.copy-right-foo-bottom p{
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.60) !important;
    margin:0;
    padding:0;
}
.copy-right-foo-bottom p a{
    color: rgba(255, 255, 255, 0.60) !important;
}
.copy-right-foo-bottom .widget {
    margin: 0;
}
.bottom-to-top {
    text-align: right;
}
.bottom-to-top a{
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.60) !important;
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
    text-decoration:none !important;
}
.bottom-to-top a:hover{
   opacity:0.8;
}

.footer-three p{
    font-family: Manrope;
font-weight: 500;
font-size: 14px;
letter-spacing:0.01em;
color: rgba(255, 255, 255, 0.60) !important;
margin:0;
padding:0;
}
.footer-three div:nth-child(1) {
    margin: 0 0 12px 0;
}
.footer-three div:nth-child(2) p,
.footer-three div:nth-child(2) p a{
    font-family: Marcellus;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    letter-spacing: 0;
    color: rgba(40, 159, 151, 1);
    text-decoration:none;
}

.footer-three div:nth-child(3){
    margin: 0 0 8px 0;
}
.footer-three div:nth-child(4) p,
.footer-three div:nth-child(4) p a{
    font-family: Manrope;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    color: rgba(40, 159, 151, 1);

}

.footer-three div:nth-child(5){
    margin: 44px 0 12px 0;
}
.footer-three div:nth-child(5) .widget-title{
    margin: 0 0 5px 0;
}
.footer-one div:nth-child(3),
.footer-one div:nth-child(3) p{
  margin:0;
  padding:0;
  line-height: 30px;
}

.about-right-content .elementor-widget-text-editor a{
     text-decoration: underline;
     color:#289F97;
}


/*service Section start*/
.health-colume-box {
    position: relative !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    height: 495px !important;
}
.health-colume-box .elementor-widget-image img{
   object-fit:cover;
   height:100%;
   width:100%;
}
.health-colume-box .health-service-content{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  /*  background: url(../img/service-colume-bg.png) no-repeat center;*/
    border-radius: 20px;
    display:flex;
    flex-wrap:wrap;
    padding:46px;
    -webkit-transition: all 0.8s 
    ease 0s !important;
    transition: all 0.8s 
    ease 0s!important;
   
}
.health-colume-box .service-middle-content{
    margin-bottom:-270px;
    -webkit-transition: all 0.8s 
    ease 0s !important;
    transition: all 0.8s 
    ease 0s!important;
}
.health-colume-box:hover .service-middle-content{
    margin-bottom:0px;
    -webkit-transition: all 0.8s 
    ease 0s !important;
    transition: all 0.5s 
    ease 0s!important;
}
.health-colume-box:hover .service-title{
    margin-bottom:0px !Important;
 }
.health-colume-box .service-title{
    margin-bottom:20px !Important;
 }
.health-colume-box .health-service-content:before{
   content:"";
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background: url(../img/service-colume-bg.png) no-repeat center;
   border-radius: 20px;
   background-size: cover;
}
.health-colume-box :hover.health-service-content:before{
    content:"";
    background: url(../img/service-hover-bg.png) no-repeat center;
    opacity:0.9;
    background-size: cover;
}

.health-colume-box .elementor-icon{
    width:42px;
    height:42px;
   background: rgba(255, 255, 255, 0.26);
  /* background-color:#d0d0d0;*/
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.health-colume-box .elementor-icon svg {
    width: 10px;
}
/*service Section end*/

.call-us-number .elementor-image-box-title {
    margin: 0 0 5px 0;
}
.call-us-number .elementor-image-box-img {
    width: 50px !important;
}
.call-us-number .elementor-image-box-description a{
    color:#ffffff;
    font-family: "Marcellus", serif !important;
    text-decoration: none !important;
}
.map--left-content .elementor-image-box-title {
    margin: 0 0 5px 0;
}

.map--left-content .elementor-image-box-img {
    width: 30px !important;
}

/*logo slider  start*/
.conveyor-container .conveyor-track {
    align-items: center;
}
.conveyor-container .conveyor-item img {
    height: auto !important;
    max-width: 165px;
}
.conveyor-container .conveyor-item {
    padding: 0 20px;
}
/*logo slider end*/

.elementor-button{
    font-family: "Manrope", sans-serif !important;
}


.home-top-banner{
    position:relative;
}
.home-top-banner:before{
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
}
.team-content .elementor-widget-text-editor p{
   margin:0 0 15px 0;
   color: rgba(0, 0, 0, 0.86);
}
.team-content .elementor-widget-text-editor p strong{
   color:#289F97;
}
.team-content .elementor-widget-text-editor p a{
    color:#289F97;
}

/*blog section start*/

.webalive-blogpost-shortcode .blogpost-thumbnail img {
    border-radius: 10px;
}
.webalive-blogpost-shortcode .blogpost-item {
    background: #fff;
    border: 0px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.webalive-blogpost-shortcode .blogpost-item:hover {
    box-shadow: 0 0px 0px rgba(0,0,0,0.1);
}
.blogpost-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
    margin: 0;
    font-family: Marcellus;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color:#000000;
}
.webalive-blogpost-shortcode .blogpost-title a{
    text-decoration:none !important;
    font-family: Marcellus;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color:#000000;
}
.webalive-blogpost-shortcode .blogpost-title a:hover {
    color:#000000;
}
.webalive-blogpost-shortcode  .blogpost-category,
.webalive-blogpost-shortcode .blogpost-author{
    display:none;
}
.webalive-blogpost-shortcode header.blogpost-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.blogpost-thumbnail {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 10px;
}
.blogpost-thumbnail img{
    width:100%;
}
.webalive-blogpost-shortcode .blogpost-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    border-right: 2px solid #289F97;
    min-width: 92px;
    margin-right: 20px;
    text-align: center;
    padding-right: 10px;
}
.webalive-blogpost-shortcode .blogpost-title {
    font-size:18px;
    margin-bottom: 10px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 68%;
}
.webalive-blogpost-shortcode .blogpost-date{
    font-family: Marcellus;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: center;
    line-height: 23px;
    display: block;
    padding: 0 18px;
}
.webalive-blogpost-shortcode .blogpost-date i{
    display:none;
}
.webalive-blogpost-shortcode {
    margin: 0;
    padding: 0 15px;
}

.blog-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 35px;
}


.blogpost-content {
    padding: 15px;
}
/*blog section end*/


/*error page start*/

section.error-404.not-found {
    text-align: center;
    padding: 106px 0px 127px 0px;
}
section.error-404.not-found .page-title {
    color: #000;
}
section.error-404.not-found h1 {
    font-size: 72px;
    color:rgba(40, 159, 151, 1);
    font-family: "Manrope", sans-serif !important;
}
.webalive-site-content {
    min-height: 770px;
}
/*error page end*/
.inner-header {
    background-color: rgba(35, 39, 38, 1);
    padding: 200px 40px 120px;
    margin-top: -135px;
}
.inner-header .container{
    width: 100%;
    max-width: 1400px;
}
.inner-header h1{
    color:#ffffff;
    font-size: 70px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 91px;
    color: #FFFFFF;
}
.inner-header .entry-title {
    margin: 0px;
    color: #fff;
    padding: 10px 0px 35px 0;
    font-size: 78px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height:80px;
}
.admin-bar header#masthead {
    padding-top:113px;
}

.image-gallery-colume-box a{
    display:block !important;
    text-decoration:none !important;
}
.image-gallery-colume-box .elementor-widget-container{
    overflow: hidden;
    transition: all .5s ease-in !important;
}
.blog-container .block-item .blogpost-thumbnail img {
    transition: all .5s ease-in !important;
}
.blog-container .block-item .blogpost-thumbnail:hover img {
    transform: scale(1.1) !important;
}

.patient-resource-colume a{
    text-decoration:none !important;
}
.patient-resource-colume a:hover{
   opacity:0.8;
}


/*accordin faq start*/
.faq-accordion-content .e-n-accordion-item{
    background-color: #ffffff;
    border-radius:12px !important;

}
.faq-accordion-content  .elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 8px !important;
}
.faq-accordion-content.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 8px !important;
}
.faq-accordion-content h4 {
    font-size: 17px;
}
.faq-accordion-content summary.e-n-accordion-item-title {
    width: 100%;
    justify-content: space-between !important;
}
.faq-accordion-content .e-n-accordion-item-title-text {
    padding-right: 40px !important;
}
  /*accordin faq end*/

.map-colume iframe {
    border-radius: 20px;
}
iframe {
    border-radius: 20px;
}

.contact-address-info a{
    text-decoratioN:none !important;
}
.contact-address-info a .elementor-icon-list-text:hover,
.contact-address-info a:hover{
    color:#289F97 !important;
}


/*contact from start*/
.contact-from .doule-input{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 0 25px;
}
.contact-from input{
    width:100%;
    font-size:16px;
}
.contact-from label {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    border-radius: 8px;
}
.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size: 14px;
}
.request-option-box input {
    width: auto;
}
.request-option-box .wpcf7-list-item {
    display: inline-block;
    margin: 6px 18px 8px 0;
}
.contact-from select{
   width:100%;
}
/*contact from end*/


.book-cta-banner:before{
	content:'';
	top:0;
	left:0;
	position:absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), linear-gradient(102.93deg, rgba(26, 135, 223, 0.6) -1.24%, rgba(40, 159, 151, 0.6) 75.53%);
backdrop-filter: blur(3.5px);
}

.elementor-editor-active .health-colume-box{
	height:auto !important;
}
.elementor-editor-active .health-colume-box .health-service-content{
    position:relative !important;
}
.elementor-editor-active .health-colume-box .service-middle-content{
    margin-bottom:0px !important;
}

.single-post .webalive-navbar{
	background: rgba(35, 39, 38, 1);
}

.single-post .webalive-site-content {
	margin-top: 48px;
    margin-bottom: 100px;
}
.single-post .webalive-content-area {
    padding-right: 50px;
}
.single-post .webalive-site-content a{
    color:rgba(40, 159, 151, 1);
   text-decoration: underline;
}
.single-post .webalive-site-content a{
   color:rgba(40, 159, 151, 1);
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 12px;
}
.single-post .entry-meta {
    margin-bottom: 25px;
}
.single-post nav.navigation.post-navigation {
    display: none;
}

.single-post div#comments {
    display: none;
}
.single-post .webalive-site-content .container {
    max-width: 1400px;
}
.single-post .comments-link,
.single-post span.cat-links,
.single-post span.byline {
    display: none;
}
.wp-block-separator {
    border: none;
    border-top: 1px solid #d0d0d0;
}
.single-post .wp-block-image img,
.single-post .post-thumbnail img{
	border-radius:20px;
}



select {
    appearance: none;
    background: url(../img/select-arrow.svg) no-repeat right;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 19px);
    padding-right: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: inherit;
}

.how-work-icon .elementor-widget-image{
    background-color:#289F97;
    width:68px;
    height:68px;
    border-radius:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.how-work-icon{
    position:relative;
}

.how-work-icon:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #289F97;
    top: 25px;
    left: 44px;
    transform: translateX(50%);
}

.left-work-progress-box .working-progress-box-row:last-child .how-work-icon:after{
   display:none;
}
.where-work-box .elementor-image-box-img{
    width: 52px !important;
    height: 52px !important;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.where-work-box .elementor-image-box-title{
    margin:0 0 15px 0;
    padding:0;
}

.sticky-image-box{
    position:sticky !important;
    top:180px;
}
.left-work-progress-box ul{
    margin:0;
    padding:0;
}
.left-work-progress-box ul li{
    color:rgba(0, 0, 0, 0.86);
    font-size:16px;
    position:relative;
    list-style-type:none;
    padding-left: 17px;
    font-weight:500;
}
.left-work-progress-box ul li:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #289F97;
    top: 11px;
    left: 0;
    border-radius: 50px;
}
.address-content strong{
    color: #FFFFFF99;
}
.blog-container .block-item .blogpost-thumbnail img {
    transition: all .5s ease-in !important;
    height: 325px;
    object-fit: cover;
}

.webalive-blogpost-shortcode .webalive-load-more-btn {
    background: rgba(40, 159, 151, 1) !important;
    font-family: Manrope !important;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 13px 20px;
    max-width: 240px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    border-radius: 70px;
    color: #ffffff;
    align-items: center;
    gap: 0 13px;
    text-decoration: none !important;
    cursor:pointer;
    outline:0;
	transition: all 0.3s ease !important;
}
.webalive-blogpost-shortcode .webalive-load-more-btn:hover {
	    background: rgb(30 147 139) !important;
	    transition: all 0.3s ease !important;
}
.contact-from.telehealth-form .submit-btn {
    text-align: center;
    margin-top: 20px;
}
.health-colume-box .elementor-widget-image{
    height:100%;
}
.elementor-editor-active .health-colume-box .elementor-widget-image img {
    object-fit: cover;
    height: 495px;
    width: 100%;
}
.home-blog-section .webalive-load-more-wrapper {
    display: none;
}
/*
.single-post .post-thumbnail {
    display:none;
  }*/
  
  .single-post .post-thumbnail img{
    width:100%;
  }
.webalive-blogpost-shortcode .blogpost-item:hover a{
	color:rgba(40, 159, 151, 1);
	transition: all 0.3s ease !important;
}
.book-button2 a {
    transition: all 0.3s ease;
}
.book-button2 a:hover {
    transition: all 0.3s ease;
}
.elementor-button {
    transition: all .3s !important;
}
.wpcf7-spinner {
    margin: 12px 12px;
    position: absolute;
}