/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Custom CSS goes below */


ul.styled li{
	line-height:25px;
}
.truncated-paragraph p {
    display: -webkit-box;
    -webkit-line-clamp: 8;  /* Number of visible lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-bg h3 {
    background: #28282873;
}
.grid-prej-box {
	 grid-column: 3;
    grid-row: 1/span 2;
}
.cstm-list li a {
    color: #7a7a7a;
}
.cstm-list li {
    margin-bottom: 4px;
    font-family: 'Open Sans';
}

.twentytwenty-container img{
	width:100%;
}
.angle-li li, .angle-ri li{
	list-style: none;
}

.angle-li li:before, .angle-h5 h5:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%236ec1e4" stroke-width="2" viewBox="0 0 24 24"><polyline points="9 18 15 12 9 6"/><polyline points="3 18 9 12 3 6"/></svg>') no-repeat center;
    background-size: contain;
    transform: translateY(4px);
}
.angle-h5 h5:before {

    transform: rotate(180deg) scale3d(1.5, 1.5, 1.5) scaleY(1.5);
    position: relative;
    top: 3px;
    margin-right: 15px;
}
.angle-ri ul {
    padding: 0;
}
.angle-ri li:after, .angle-ri h5:after{
		 content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%236ec1e4" stroke-width="2" viewBox="0 0 24 24"><polyline points="9 18 15 12 9 6"/><polyline points="3 18 9 12 3 6"/></svg>') no-repeat center;
    background-size: contain;
    transform: translate(6px, 4px);
}

.flip-box-prej-abs::after {
    background: #00000047;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
/* Custom Button CSS starts here */

a {
	 cursor: pointer;
}
.btn-prej a {
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.btn-cstm a:hover {
 color: #08C2F8;
}

.btn-cstm a:after {
 content: "";
 background: white;
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
}

.btn-cstm a:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.btn-dot a span.elementor-button-content-wrapper::after,  .btn-dot a span.elementor-button-content-wrapper::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 27px;
	transform: scale(1);
	transition:all 0.75s ease;
}
.btn-dot a span.elementor-button-content-wrapper::before{
	left:25px
}
.btn-dot a span.elementor-button-content-wrapper::after{
	right:25px;
}
.btn-dot.btn-dot-white a span.elementor-button-content-wrapper::before, .btn-dot.btn-dot-white a span.elementor-button-content-wrapper::after{
	background:white;
}
.btn-dot.btn-dot-white a:hover span.elementor-button-content-wrapper::before, .btn-dot.btn-dot-white a:hover span.elementor-button-content-wrapper::after{
	background:#08C2F8;
}
.btn a::after {
    right: 30px;
}
.btn a::before {
    left: 30px;
}
.is-white a{
	 color: #fff;
}
.is-white  a::before, .is-white  a::after{
	background: #fff;
}
.is-btn-col a{
	 color: #414445;
}
.is-btn-col a::before, .is-btn-col a::after{
	background: #414445;
}
.btn a::before, .btn a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 25px;
	transform: scale(1);
	transition:all 0.75s ease;
}
.btn a {
    position: relative;
    overflow: hidden;
}
.btn a:hover:after, .btn a:hover:before {
    transform: scale(100);
	z-index:-1;
}
.sbt-btns-wrapper {
    position: relative;
}
button.submit-btn.sbt-btns-wrapper:hover {
    background: #282828;
}
.is-white a:hover {
   color:#414445 !important;
	z-index:9999;
}
.is-btn-col a:hover {
   color:#FFF !important;
	z-index:9999;
}
.pulso-btn a.elementor-button.elementor-button-link.elementor-size-sm:before, .sbt-btns-wrapper:before {
    box-shadow: 0 0 0 rgb(255 255 255 / 0.4);
    animation: pulso 2s infinite;
    transition: .5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 20px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sbt-btns-wrapper {
    position: relative !important;
}

@keyframes  pulso{
0% {
    -moz-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.8);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0.8);
}
70% {
    -moz-box-shadow: 0 0 0 20px rgb(255 255 255 / 0);
    box-shadow: 0 0 0 20px rgb(255 255 255 / 0);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgb(255 255 255 / 0);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0);
}
}
/* Custom Button CSS starts here */

.flip-box-prej .elementor-flip-box__front .elementor-flip-box__layer__inner h3.elementor-flip-box__layer__title {
    background: #0000004f;
    transform: translateY(50%);
}
.flip-box-prej {
    overflow: hidden;
}
.btm-12 {
    bottom: 12px;
}
.loc-box {
    transform: translate(68px, -70px);
}
.img-box {
    filter: grayscale(1);
}

.img-asth {
    border-radius: 9999px !important;
    padding: 10px !important;
    background: #f1ebeb;
    position: absolute;
    border: 1px solid;
    top: -40px;
    right: -40px;
    overflow: hidden;
	transform: scale(0.91);
	transform-origin: top right;
    transition: .25s ease;
}
.img-asth img {
    display: block !important;
    border-radius: 9999px !important;
}
.img-asth img::after {
    background: #2b96a9 !important;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.img-box-hover:hover .img-asth {
    transform: scale(1.1);
	transform-origin:right  top ;
    transition: .25s ease;
}
/* .bg-patient-section, .bg-greet-section{
	background: linear-gradient(to top, #15a3fb, #fff 46.35%);
    background-position: top;
    background-repeat: repeat-x;
    overflow: hidden;} */
.testi-desc p {
    text-indent: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ctm-style-img img {
    aspect-ratio: 1/1;
} 
.aspt-rt-16 img {
    aspect-ratio: 16/9;
}
.extnd-row{
	column-gap: 3px !important;
}
.extnd-box:hover {
    width: 50% !important;
}
.extnd-box {
    align-items: center !important;
    flex: 0 1 auto !important;
    height: 406px !important;
    position: relative !important;
    transition: .5s ease !important;
    overflow: hidden !important;
	width:33.33% !important;
}
/*.extnd-box:hover .elementor-icon-box-wrapper {
    transform: translate(50px, 0px);
} */
.extnd-box:after, .extnd-box:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s ease;
    z-index: 5;
}

.extnd-box:after, .extnd-box:before {
	 background: linear-gradient(0deg, #555a686e, #3b71fe29), linear-gradient(0deg, #00000080, #00000080);
	opacity:0.75;
}
.extnd-box:hover:after, .extnd-box:hover:before {
	opacity:1;
	background: linear-gradient(0deg, #0d225c99, #0d225cbf), linear-gradient(0deg, #00000080, #00000080);
}
.extnd-box:before {
    background: #d7828280 !important;
    opacity: 1;
}
.pos-rel-up {
    position: relative;
    bottom: 36px;
}
.pos-rel {
    position: relative;
}
.top-25 {
    top: -64px;
}
.top-50 {
    top: -128px;
}
.team-social-group ul {
    padding: 0;
}
.team-social-group li a {
    color: #7a7a7a;
    font-family: 'Open Sans';
}
.team-social-group li {
    list-style: none;
	margin-bottom: 5px;
    
}
.team-social-group svg {
    width: 16px;
    height: 16px;
	margin-right: 8px;
}
.team-social-group svg, .team-social-group svg g[fill], .team-social-group svg path[fill] {
    fill: #6ec1e4;
}
.team-social-group li a span:hover{
	color: #6ec1e4;
}

/* footer css starts here*/
.footer-logo-img {
    filter: brightness(0) invert(1);
}
.text-btn-line li  span:hover {
    text-decoration: underline;
}
.hover-con > div > div{
	transition: 0.5s all;

}

.hover-con > div > div:hover{
	width: 150%;

}
.shape-devider .elementor-shape.elementor-shape-bottom svg path.elementor-shape-fill {
    fill: #2eccf9;
}
/* contact us forms css starts here*/
.contact-prej label {
    margin-bottom: 8px;
    font-size: 14px;
    color: #363737;
    font-weight: 400;
    line-height: 22px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: rgb(255 255 255/1) !important;
    border-color: rgb(207 207 207/1) !important;
    border-radius: 4px !important;
    display: block;
    padding: 14px 20px !important;
	color: rgb(148 148 148);
}
input::placeholder {
    color: rgb(148 148 148);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.contact-prej p {
    font-size: 10px;
    color: #373636;
    line-height: 15px;
    margin: 0 0 20px;
}
.contact-prej .wpcf7-list-item.first.last label {
    font-size: 16px;
}
.sbt-btns-wrapper [type=button], .sbt-btns-wrapper [type=submit], .sbt-btns-wrapper button {
    border-color: #fff;
    color: #fff;
    border-radius: 32px;
    background: #227bfd;
	padding: 16px 52px;
}
.sbt-btns-wrapper [type=button]:hover, .sbt-btns-wrapper [type=submit]:hover, .sbt-btns-wrapper button:hover {
    background: #282828;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    background-color: #74ccd433 !important;
    color: #373636 !important;
    outline: none;
}
input.sbt-btn.btn-prej.btn-cstm.btn-dot.btn-dot-white {
    background-color: #08C2F8;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF00;
    border-radius: 32px 32px 32px 32px;
    padding: 16px 48px 16px 48px;
    color: #fff;
}
input.sbt-btn.btn-prej.btn-cstm.btn-dot.btn-dot-white:hover {
 color: #08C2F8;
 background:#fff;
 border-color:#08C2F8;
}
input.sbt-btn:hover,input.sbt-btn:focus {
    background: none;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
[type=button]:focus:not(:focus-visible), [type=submit]:focus:not(:focus-visible), button:focus:not(:focus-visible) {
    outline: none;
    background: transparent;
}
.sbt-btn-wrapper {
    display: flex;
    justify-content: flex-start;
}
.contact-prej span.wpcf7-spinner {
    right: -10px;
    top: 6px;
}
.sbt-btn-wrapper p {
    background: #08C2F8;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background-color: #08C2F8;
    border-radius: 32px 32px 32px 32px;
}
.sbt-btn-wrapper p::after {
    content: "";
    background: #ffffff;
    position: absolute;
    z-index: 1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}
.sbt-btn-wrapper p:hover::after{
    transform: skewX(-45deg) scale(1, 1);
    transition: all 0.5s;
}
input.wpcf7-form-control.wpcf7-submit.sbt-btn {
    color: #fff;
    border: none;
    text-align: center;
    padding: 20px  40px;
    z-index: 10 !important;
    position: relative;
    right: -35px;
}
.sbt-btn-wrapper p:hover input.wpcf7-form-control.wpcf7-submit.sbt-btn {
    color: #08c2f8;
    background: none;
}

/* contact us forms css ends here*/

/* patient form css starts here*/
.flex-row>div {
    flex: 1 1 calc(50% - 5%);
}
.flex-row {
    display:flex;
column-gap:5%;
}
.mt-50 {
    margin-top: 50px;
}
/* patient form css ends here*/
/* footer css starts here*/
@media only screen and (min-width: 1240px){
	.full-right-loop > .swiper{
		width: 59vw;
		padding:20px;
	}
}




