/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
	font-weight: 200;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
	font-weight: 300;
}




h1,h2,h3,h4,h5,h6{
     font-family: "Plus Jakarta Sans", sans-serif;
}
p, a{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000000de;  
    font-size: 16px;                                         
}
span{
    font-family: "Roboto", sans-serif;  
}
a:hover{
   
    text-decoration: none !important;
}
body{
    background:#f3f3f3 !important;
}

.custom-container{
    padding:60px 3% 0;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FEDD56;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }

.custom-container{
    padding:0 5%;
}


 /* header start */
 .header-logo img {
    width: 300px;
    object-fit: cover;
    height: auto;
        margin-right: auto;
    display: none;
}
.main-logo img{
    margin:40px 0 35px;
    width:100%;
    height:160px;
    object-fit:contain;
}

.header-wrapper {
    width: 100%;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(203, 231, 218, 1) 100%);
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 99;
    padding: 20px 0;
    box-shadow: 0px 4px 4px 0 #00000021;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    transition: .3s ease;
}
.f-nav .header-wrapper  .main-logo img{
    display:none;
}
.f-nav .header-wrapper .header-logo img {
 display: block;
 transition: 1s ease;
}
.f-nav .menu-logoheader{
    padding-top: 0;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 34px;
    padding: 0px 20px 0px 20px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal !important;
    outline: none;
}
.f-nav .loading {
    top: -55px;
    left: -5%;
}
.f-nav .loading svg {
    width: 100px;
    height: 15px;
}
 /* header ends */



/*about starts*/

.about-wrapper {
    background: #000;
    padding: 25% 0 3%;
}
.about-wrapper h1 {
    color: #3BC890;
}
.about-wrapper p{
    color:#ffffffa8;
}
.about-wrapper ul {
    background: #FF5E5E;
    column-count: 3;
    padding: 20px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    gap: 40px;
}
.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}
.about-vdo-wrapper{
   position:relative;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding: 0 20px;
   overflow: visible;
   z-index: 9;
 
}
.about-vdo-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  
}
.abt-img-wrap{
    position:absolute;
}
.abtimg1{
    top:0;
    left:0;
    animation: moveLeftToRight 3s ease-in-out infinite alternate;
}
.abtimg2{
    top:0;
    right:25px;
       animation: moverighttoleft 3s ease-in-out infinite alternate;
}
.abtimg3{
    bottom:0;
    left:0;
animation: moveLeftToRight 3s ease-in-out infinite alternate;
}
.abtimg4{
    bottom:0;
    right:25px;
    animation: moverighttoleft 3s ease-in-out infinite alternate;
}
 @keyframes moveLeftToRight {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(20px); /* adjust distance as needed */
      }
    }
     @keyframes moverighttoleft {
      0% {
        transform: translateX(20px);
      }
      100% {
        transform: translateX(0); /* adjust distance as needed */
      }
    }
.about-content-wrapper{
    padding-left:20px;
}
.abt-second-para{
    padding-bottom:20px;
}
.CCG-btn{
    background: #3bc891;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: 0px 10px 18px 0 #0000003d;
}
.CCG-btn:hover{
    color:#fff;
    background:#e13329;
}

/*about ends*/

/*testimonial starts*/
.testimonial-wrapper{
    padding-top:80px;
    padding-bottom:80px;
    overflow:hidden;
}
.testimonial-head {
    display: flex !important;
    align-items: center;
    gap: 16px;
}
.testimonial-head h4 {
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 500;
}
.testimonial-head h5{
    margin-bottom:5px;
    font-size:14px;
    color:#00000096;
}
.testimonial-head{
    padding-bottom:20px;
    border-bottom:1px dashed #00000096;
}
.testimonial-box img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:50%;
}
.sub-head{
    text-align:center;
    border:1px solid #000;
    border-radius:30px;
    margin:auto;
    width:fit-content;
    padding:6px 25px;
    display:block;
}
.testimonial-wrapper h1{
    text-align:center;
    margin-top:20px;
    font-weight:500;
    font-size:40px;
}
.testimonial-box {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    height: 100%;
    margin: 10px;
}
.readmore {
    background: #3BC890;
    padding: 10px 30px;
    border-radius: 26px;
    margin: auto;
    display: block;
    width: fit-content;
    color: #fff;
    box-shadow: 0px 18px 40px #398f6d94;
}
.testimonial-box .readmore{
    box-shadow:none !important;
}
.readmore:hover{
    background:#FF5E5E;
    color:#fff;
}
.testimonial-box p{
    padding:20px 15px 30px;
}
.testimonial-slider{
    padding-bottom:20px;
}

.testimonial-popup {
  display: flex;
  position: fixed;
  z-index: 9999;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.testimonial-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.testimonial-popup-content {
    background: #cbe7da;
    border-radius: 18px;
    padding: 20px 20px;
    max-width: 900px;
    width: 90%;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
    border: 2px solid #cbe7da;
    transform: scale(0.9) translateY(20px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    overflow: hidden;
}

.testimonial-popup.active .testimonial-popup-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.close-testimonial-popup {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 16px;
    color: #111;
    border: 2px solid #111;
    background: #f5f5dc;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-testimonial-popup:hover {
  background: #111;
  color: #3BC890;
}

.popup-image img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    box-shadow: 0 4px 9px #00000047;
    margin-bottom: 15px;
    object-fit: cover;
    object-position: top;
}
.pop-head {
  display: flex;
  align-items: center;
  gap: 15px;
}

.popup-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    width: 80%;
    color: #171715;
    text-align: left;
    letter-spacing: 0.3px;
}

.popup-body {
  color: #333;
  line-height: 1.8;
  font-size: 17px;
  font-family: 'Gothic Regular', sans-serif;
  max-height: 40vh;
  overflow-y: auto;
  padding-right: 12px;
  scroll-behavior: smooth;
}

/* Paragraphs inside popup */
.popup-body p {
  margin-bottom: 16px;
  color: #1a1a1a;
}

/* Links inside popup */
.popup-body a {
  color: #a76a3c;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
}

.popup-body a:hover {
  color: #7a4f29;
  text-decoration: underline;
}

/* Add scrollbar styling for better polish */
.popup-body::-webkit-scrollbar {
  width: 8px;
}

.popup-body::-webkit-scrollbar-thumb {
  background: #3BC890;
  border-radius: 4px;
}

.popup-body::-webkit-scrollbar-thumb:hover {
  background: #FF5E5E;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  touch-action: none; /* prevents background scroll on touch devices */
}


/*testimonial ends*/

/*evidence starts*/
.clinical-evidence-wrapper {
    padding-top:30px;
    padding-bottom: 80px;
}
.clinical-evidence-wrapper .sub-head{
    margin:unset;
}

.before img, .after img {
    width: 300px;
    height: 185px;
    object-fit: contain;
    margin-bottom:15px;
    border:1px solid #00000052;
    border-radius:25px;
}
.before, .after{
    position:relative;
}
.before:before {
    position: absolute;
    bottom: 8px;
    left: -17px;
    content: 'Before';
    background: #8b8b8b36;
    backdrop-filter: blur(4px);
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 1px 2px 0 #00000036;
    color: #000;
}
.after:before {
    position: absolute;
    bottom: 8px;
    left: -17px;
    content: 'After';
    background: #8b8b8b36;
    backdrop-filter: blur(4px);
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 1px 2px 0 #00000036;
    color: #000;
}
.clinical-evidence-wrapper h1{
    font-weight:600;
    margin-top:25px;
    font-size:35px;
}
.clinical-head-para {
    display: flex;
    align-items: center;
    height: 100%;
}
.clinical-head-para p{
    font-weight: 500;
    color: #0000009c;
}
.evidence-wrap{
    margin-top:40px;
    margin-bottom:30px;
}
.evidence-box{
    display:flex;
    align-items: center;
    gap:30px;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    margin-bottom:30px;
}
.evidence-content{
    background:#f3f3f3;
    height:100%;
    padding:20px;
    border-radius:30px;
}
.evidence-content h4 {
    font-weight: 700;
    font-size: 18px;
}
.evidence-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000000ad;
    padding-bottom: 10px;
}
.quote {
    background: #fff;
    padding: 80px 20px 20px;
    border-radius: 20px;
    border: 1px solid #3bc89099;
    position: relative;
    box-shadow: 0px 20px 43px 0px #00000029;
    font-weight: 600;
    text-transform: uppercase;
}
.quote:before{
    position:absolute;
    top:10px;
    left:10px;
    width: 70px;
    height: 43px;
    object-fit:contain;
    content:'';
    background:url(../tiss-theme/assets/img/quote.png);
    background-size:cover;
    background-repeat:no-repeat;
}
.hover-popup {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 9999;
}

.hover-popup img {
  max-width: 450px;
  max-height: 450px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  background: #fff;
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.25s ease;
}

.hover-popup.show img {
  transform: scale(1);
  opacity: 1;
}
/* Popup Background */
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.3s ease;
}

/* Visible State */
.image-popup.show {
  display: flex;
  animation: fadeIn 0.3s ease;
}

/* Popup Inner Container */
.image-popup-inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
}

/* Popup Image */
.image-popup img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 10px;
  transition: transform 0.25s ease;
  cursor: grab;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

.close-popup:hover {
  color: #3bc890;
}

/* Fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.before, .after {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.before::after,
.after::after {
  content: "Click to View";
  position: absolute;
  bottom: 8px;
  right: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease;
  pointer-events: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.before:hover::after,
.after:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/*evidence ends*/

/* article section start */


.article-wrap {
    padding: 60px 0;
    background: #f2f2f2;
    overflow: hidden;
}

.article-title {
    text-align: center;
    font-size: 42px;
    margin: 20px 0px 25px;
}

.article-slider-wrap {
    box-shadow: 0 14px 20px #00000030;
    padding: 20px;
    border-radius: 35px;
    margin-bottom: 60px;
    background: #ffffff;
}

.pdf-spread-row {
  display: flex;
  justify-content: center;
}

.pdf-spread-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #c6c6c6;
    padding: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    min-height: 450px;
}

.pdf-spread-card canvas {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    box-shadow: 18px 26px 40px #0000004d;
    border-radius: 9px;
}

.pdf-thumbs-row {
    margin: 30px auto 0 auto;
    background: #dddddd;
    border-radius: 15px;
    overflow-y: visible;     /* allow top/bottom overflow */
    padding: 15px;
    position: relative;
}

.pdf-thumbs-row .slick-track { 
  display: flex !important; 
  overflow: visible !important;
  align-items: center;
}

.pdf-thumb-btn {
    border: none;
    background: none;
    margin: 0px 5px !important;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.pdf-thumb-btn img.thumb-img {
    border-radius: 8px;
    background: #fff;
    border: 4px solid #fff;
    width: 70px;
    height: auto;
    object-fit: contain;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.pdf-thumbs-row::-webkit-scrollbar {display: none;}
.pdf-thumbs-row {-ms-overflow-style: none; scrollbar-width: none;}


.pdf-thumb-btn {
  transition: transform 260ms ease, filter 260ms ease;
}

.pdf-thumb-btn img.thumb-img {
  width: 70px;
  height: auto;
  border-radius: 8px;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  transition: inherit;
}

.pdf-thumb-btn.slick-current img.thumb-img {
    width: 100px;
    object-fit: contain;
    height: auto;
    margin-top: -45px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.242);
}

.pdf-thumbs-row .slick-list { overflow: visible; }

.pdf-thumbs-row-wrap {
  overflow-x: hidden !important;
}

/* article section ends */

/*evidence bottom starts*/
.evidence-bottom-box {
    background: #274872;
    padding: 40px 80px;
    border-radius: 30px;
    text-align: center;
}
.evidence-bottom-box h1{
    color:#fff;
    font-weight:600;
    font-size:35px;
    padding-bottom:15px;
}
.evidence-bottom-box p{
    color:#fff;
}

/*Blog starts*/
.blog-wrapper{
    margin-top:80px;
    margin-bottom:80px;
}
.blog-box img{
    width:100%;
    height:230px;
    border-radius:30px;
    margin-bottom:15px;
    object-fit:cover;
}
.blog-wrapper h1 {
    text-align: center;
    margin: 20px 0 25px;
    font-size: 35px;
}
.blog-btn {
    margin: auto;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: block;
    font-weight: 600;
}
.blog-btn i{
    rotate:-33deg;
}
.blog-slider{
    padding-top:50px;
    padding-bottom:30px;
}
.blog-box{
    margin:10px;
}
.blog-detail {
    display: flex;
    gap: 20px;
    padding-top: 10px;
    color: #000;
}
.blog-box h4 {
    color: #000;
    font-size: 22px;
}
.blog-wrapper a:hover, .blog-box h4:hover{
    color:#e13329;
}
/*Blog ends*/

/*home contact starts*/

.contact-card-section {
    background: #ebebeb;
    border-radius: 20px;
    padding: 60px 0;
}

.contact-card-row {
    background: #dfdfdf;
    border: 1px solid #bdbdbd;
    border-radius: 15px;
}

.contact-card-left-col {
    padding: 10px !important;
}

.contact-card-left-wrap {
    padding: 15px;
    background: #3bc890;
    border-radius: 15px;
}

.contact-card-left {
    background: #3bc890;
    border-radius: 8px;
    padding: 30px 30px;
    box-shadow: 0 2px 12px 0 rgba(60,180,140,0.10);
    border: 7px solid #ffffff;
    min-height: 420px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-card-right-col{
	padding:10px !important;
}
.contact-card-right-wrap {
    padding: 25px;
    border: 7px solid #3cc89066;
    border-radius: 15px;
}
.card-left-inner, .card-right-inner {
  height: 100%;
}
.contact-card-header {
  gap: 18px;
  margin-bottom: 18px;
}
.contact-logo {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
}
.contact-learn-wrap {
	margin-bottom: 30px;
}
.contact-learn, .contact-role {
    font-weight: 600;
    color: #274872;
    font-size: 14px;
}
.contact-desc {
    color: #ffffffcc;
    font-size: 14px;
    line-height: 1.6;
}
.contact-name {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.contact-qual {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 5px;
}
.contact-card-left-info {
  margin-top: 20px;
}
.contact-detail {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* Align icon to the top, so text wraps below */
    gap: 10px;
    margin-bottom: 14px;
}

.contact-icon-wrap {
    flex: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    color: #3bc890;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 2px 8px #0000003d;
}

.contact-detail a,
.contact-detail p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
    word-break: break-word;
    white-space: normal;
    flex: 1 1 0;           /* Let the text take remaining space and wrap */
    min-width: 0;
}
.contact-detail a:hover{
	color:#ffffffb3;
	text-decoration:none;
}
.contact-card-right-wrap .row{
	align-items:center;
}

.consult-title {
    color: #000000b3;
    font-size: 14px;
    font-weight: 500;
}
.consult-name {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.consult-qual {
	margin-bottom:20px
}
.consult-qual p{
    font-size: 14px;
    color: #000000b3;	
}
.consult-role {
    font-size: 14px;
    color: #000000b3;
}
.consult-address h6 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
.consult-address p{
  	color: #000000b3;
  	font-size: 14px;
}
.consult-address {
    margin-bottom: 30px;
}

.contact-detail-right {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.4;
    margin-bottom: 15px;
}

.contact-icon-wrap-right {
    flex: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    color: #3bc890;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 2px 6px rgb(158 214 192);
}

.contact-detail-right a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-detail-right a:hover {
  color: #0d9e6d;
  text-decoration: underline;
}

.contact-text span,
.contact-detail span {
  color: #111;
}


.contact-form-side p {
    margin-top: 0;
    margin-bottom: 0;
}

.contact-form-side input[type="text"], .contact-form-side input[type="email"], .contact-form-side textarea, .contact-form-side select {
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    margin-bottom: 15px;
    color: #000;
    background-color: #fff;
    outline: none;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.contact-form-side input:focus,
.contact-form-side textarea:focus,
.contact-form-side select:focus {
  border-color: #0d9e6d;
  box-shadow: 0 0 0 2px rgba(13, 158, 109, 0.1);
}

.contact-form-side ::placeholder {
  color: #888;
  opacity: 1;
}

.contact-form-side .wpcf7-list-item label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #000;
}

.contact-form-side input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #0d9e6d;
  border-radius: 4px;
}

.contact-form-side select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
}

.contact-form-side textarea {
    max-height: 150px;
    resize: none;
}

.contact-form-side input[type="submit"] {
    display: inline-block;
    background: #44c793;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form-side input[type="submit"]:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #13b17b 0%, #0d9e6d 100%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.submit-btn {
  text-align: center;
}

.wpcf7-spinner {
    visibility: hidden;
    display: none !important;
}

.contact-card-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.contact-card-left-col,
.contact-card-right-col {
  display: flex;
  flex-direction: column;
}

.contact-card-left-wrap,
.contact-card-right-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}


/*page starts*/

.inner-page h1{
    font-weight:600;
    margin-bottom:20px;
}

/*inner pages*/

.inner-wrapper{
    padding-top:30%;
    padding-bottom:10%;
}
.abt-inner-img img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: -1px 9px 15px 0 #00000036;
}
.abt-inner-content h2 {
    color: #274872;
    font-weight: 700;
}
.abt-inner-content p{
    text-align:justify;
}
.mvbox {
    background: #ffffffba;
    padding: 20px;
    border-radius: 20px;
    height:215px;
    margin-top:80px;
    box-shadow: 0px 20px 20px 0px #00000029;
    background:url(../tiss-theme/assets/img/heart.png);
    background-repeat:no-repeat;
    background-position:center;
}
.mvbox h4{
    color: #274872;
    font-weight: 700;
    font-size:30px;
}
.mvbox p{
    margin-bottom:0;
}
.about-inner-page{
    overflow:hidden;
}

/*treatment starts*/
.treatment-item img{
    width:100%;
    height:230px;
    border-radius:20px;
    object-fit:cover;
}
.treatment-item {
    background: #fff;
    border-radius: 20px;
    padding: 12px;
    box-shadow:0px 20px 18px 0 #0000003b;
    margin-bottom:25px;
}
.treatment-item .readmore{
    box-shadow:none;
    margin:unset;
}
.treatment-item  h4{
    padding-top: 20px;
    font-weight: 600;
    color: #3bc890;
    padding-bottom: 5px;
}
.treatment-item p{
    text-align:justify;
}
/*treatment ends*/

/*clinical evidence inner starts*/
.evidence-img img{
    width:100%;
    height:200px;
    object-fit:cover;
    padding:7px;
    border-radius:20px;

}
.evidence-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.evidence-img div{
    margin:7px;
    border-radius:15px;
    border:1px solid #00000052;
    margin-bottom:10px;
}
.evidence-item-item {
    background: #ffffff61;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0px 18px 20px 0 #0000003d;
	margin-bottom:25px;
}
.evidence-item-item h4 {
    text-align: center;
    font-weight: 600;
    color: #000;
    padding-top: 17px;
    padding-bottom: 10px;
    border-top: 1px solid #3bc89075;
}
.evidence-item-item p {
    text-align: justify;
}

.evidence-item-item .readmore{
    box-shadow:none;
    color: #3bc890;
    background:none;
}
.evidence-item-item .readmore i{
    font-size: 20px;
    top: 5px;

}
.evidence-item-item .readmore:hover{
    color:#e13329;
}
/*evidence ends*/

/*evidence details starts*/
.evidence-single-img img {
    width: 100%;
    height: 270px;
    object-fit: contain;
}
.evidence-single-img .inner-before,
.evidence-single-img .inner-after{
    position:relative;
    border: 1px solid #00000029;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

.evidence-single-img .inner-before:before {
    position: absolute;
    content: 'Before';
    bottom: 12px;
    left: 12px;
    background: #a3a3a347;
    color: #000000;
    padding: 5px 20px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
}
.evidence-single-img .inner-after:before{
    position:absolute;
    content:'After';
    bottom: 12px;
    left: 12px;
    background: #a3a3a347;
    color: #000000;
    padding: 5px 20px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
}
.evidence-detail h4 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
}
.inner-quote {
    background: #fff;
    padding: 15px;
    border-left: 6px solid #3ac891;
    border-radius: 15px;
    box-shadow: 0px 10px 16px 0 #0000001f;
    margin-top: 20px;
	text-transform:uppercase;
}

/* Hover effect: Click to View label */
.inner-before,
.inner-after {
  position: relative;
  cursor: pointer;
}

.inner-before::after,
.inner-after::after {
  content: "Click to View";
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.inner-before:hover::after,
.inner-after:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Popup background overlay */
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* When visible */
.image-popup.show {
  display: flex;
  animation: fadeIn 0.3s ease;
}

/* Popup inner box */
.image-popup-inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
}

/* Image inside popup */
.image-popup img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 10px;
  transition: transform 0.25s ease;
  cursor: grab;
  background: #fff;
}

/* Close button */
.close-popup {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

.close-popup:hover {
  color: #3bc890;
}

/* Fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.evidence-research-item img{
		width:100%;
		height:200px;
		object-fit:cover;
	 border-radius: 20px;
	margin-bottom:12px;
	}
.evidence-research-item-col {
	margin-bottom: 25px;
}
.evidence-research-item {
    background: #fefefe96;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 35px 40px 0 #0000002b;
    height: 100%;
}
.evidence-research-item h4 {
    text-align: center;
    font-size: 20px;
    padding: 5px 0 10px;
    color: #3ac891;
    line-height: 27px;
}
.evidence-research-item a {
    background: #3ac891;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    display: block;
    width: fit-content;
}
.evidence-research-item a:hover{
	background: #e23229;
	   color: #fff;
}
/*blog starts*/
.inner-blog-col {
	margin-bottom: 20px;
}
.inner-blog-item img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:20px;
}
.blog-detail-wrapper h5 {
    color: #000;
    font-weight: 700;
    font-size: 19px;
    padding-top: 12px;
    padding-bottom: 5px;
}
.blog-detail-wrapper p {
    margin-bottom: 7px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px;
}
.blog-detail-wrapper .date span {
    font-size: 14px;
    font-weight: 500;
    color: #0000008f;
}
.blog-detail-wrapper .date span i {
    top: .8px;
    margin-right: 5px;
}
.inner-blog-item:hover .blog-detail-wrapper h5{
        color:#e13329;
}
/*blog page ends*/

/*blog detail page starts*/

.blog-content img {
    width: 80%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 25px;
}
.blog-content .date span {
    font-size: 14px;
    font-weight: 500;
    color: #0000008f;
}
.blog-content .date span i {
    top: .8px;
    margin-right: 5px;
}
.blog-content p{
    text-align:justify;
}
.recent-post {
    background: #ffffffad;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 10px;
    border-left: 4px solid #3bc891;
    box-shadow: 0px 10px 12px 0 #00000030;
}
.recent-post a{
    color:#000000ba;
}
.recent-post a:hover{
    color:#e13329;
}
.blog-sidebar h4{
    font-weight:600;
    padding-bottom:15px;
}
/*blog detail page ends*/

/*contact starts*/
.contact-form input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #00000026;
}
.contact-form textarea{
    width:100%;
    height:140px;
    padding:10px;
    border-radius:15px;
    border: 1px solid #00000026;
}
.contact-item {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px;
    width: 70%;
    margin-bottom:20px;
}
.contact-item i {
    background:#33af7f;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 30px;
}
.contact-item h4 {
    font-weight: 600;
    font-size: 20px;
    color: #3ac891;
}
.contact-item p,
.contact-item a{
    color:#000;
}
.contact-item a:hover{
    color:#33af7f;
}
.contact-left h2{
    padding-bottom:20px;
    font-weight:600;
}
.contact-left .wpcf7-submit {
    background: #3cc992;
    border: navajowhite;
    color: #fff;
    width: fit-content;
    padding: 5px 26px;
    margin: auto;
    display: block;
}
.map iframe {
    border: 0;
    box-shadow: 0px 8px 16px 0 #00000047;
    border-radius: 20px;
}


/*footer starts*/

.footer-logo {
    width: 336px;
    height: 90px;
    object-fit: contain;
}
.footer-first h6 {
    font-weight: 600;
    color: #000;
}
.footer-first p {
    color: #000000cc;
    font-size: 15px;
    width: 90%;
}
.footer-social i {
    color: #fff;
    background: #3ac891;
    padding: 8px;
    font-size: 25px;
    border-radius: 50%;
    margin: 3px;
    box-shadow: 0px 7px 9px 0 #00000033;
}
.footer-social i:hover{
    background:#e13329;
}
.footer-item ul{
    list-style:none;
    padding-left:5px;
}
.footer-item a,
.footer-item p,
.footer-item span{
    color:#000 ;
    font-weight:500;
}.footer-item a:hover{
    color:#e13329;
}
.footer-item ul li{
    margin-bottom:5px;
}
.footer-item h4 {
    color: #3ac891;
    font-weight: 700;
    padding-bottom: 12px;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom:10px;
}
.footer-contact-item  i{
    color: #fff;
    background: #3ac891;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%;
    margin: 3px;
}
.footer {
    background: #fff;
    padding-top: 60px;
}
.footer-copyright-row{
   padding-top: 60px;
}
.tiss {
    text-align: right;
}
.footer-copyright-row a{
    color:#000;
}
.footer-copyright-row a:hover{
    color:#e13329;
}

/* inner testimonial page start */

.inner-testimonial-wrap h1 {
    text-align: center;
    margin: 20px 0 40px;
    font-weight: 500;
    font-size: 40px;
}
.inner-testimonial-row {
	justify-content: center;
}
.inner-testimonial-col{
	margin-bottom: 15px;
	padding: 0 10px !important;
}
.inner-testimonial-card {
    background: #fff;
    padding: 15px 15px 30px;
    border-radius: 15px;
    height: 100%;
}
.inner-testimonial-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.inner-testimonial-card p {
	padding-top: 20px;
}

/* inner testimonial page end */

/* single testimonial start */

.testimonial-image {
    margin-bottom: 30px;
}
.testimonial-image img {
    border-radius: 12px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgb(0 7 0 / 42%);
}

.testimonial-content {
    padding-left: 20px;
}

.testimonial-name {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.testimonial-meta {
    margin-bottom: 20px;
    font-size: 16px;
    color: #888;
}

.testimonial-meta i {
    margin-right: 5px;
    color: #000000;
}

.testimonial-text p{
    font-size: 16px;
    line-height: 1.7;
    color: #00000099;
}

/* single testimonial end */


@media only screen and (min-width: 300px) and (max-width: 575.5px) {

.container {
	padding: 0 5% !important;
	max-width: unset !important;
	margin: auto;
}

/* 	header start */
	
.menu-logoheader .row {
	align-items: center;
}
.header-logo img {
    width: 100%;
	max-width:140px;
    object-fit: contain;
   	height: auto;
    margin-right: auto;
    display: block;
}		
.main-logo {
    display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fafafa;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {    line-height: 1.6;
    height: unset;
    padding: 10px 15px;
    background: transparent;
    text-align: left;
    color: #000;
    font-size: 14px;
	font-weight:600
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff;
    background: #3BC890;
	font-weight:600
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
}
	
/* header end */
	
/* about wrapper start */
	
.about-wrapper {
    background: #000;
    padding: 120px 0 60px;
}
.abt-img-wrap img {
    width: 100px;
    height: auto;
    object-fit: contain;
}
.about-vdo-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
}
.about-content-wrapper {
    padding: 20px 0 0;
}
.about-wrapper h1 {
    color: #3BC890;
    font-size: 24px;
    line-height: 1.3;
}
.about-wrapper p {
    color: #ffffffa8;
    font-size: 14px;
    line-height: 1.6;
}
.about-wrapper ul {
	column-count: 2;
    padding: 30px;
    border-radius: 14px;
    font-size: 12px;
    gap: 25px;
}
.testimonial-wrapper {
    padding: 40px 0;
    overflow: hidden;
}
	
/* about wrapper end */
	
/* testimonial wrapper start */
	
.testimonial-wrapper {
    padding: 40px 15px;
    overflow: hidden;
}
.sub-head {
    font-size: 10px;
}
.testimonial-wrapper h1 {
    margin-top: 15px;
    font-size: 24px;
}
.testimonial-box {
    padding: 20px;
    border-radius: 15px;
    margin: 10px;
}
.testimonial-box img {
    width: 60px;
    height: 60px;
}
.testimonial-head h4 {
    font-size: 16px;
}
.testimonial-box p {
    padding: 20px 0;
    font-size: 14px;
}
.readmore {
    padding: 10px 20px;
    font-size: 12px;
}
	
/* testimonial wrapper end */
	
/* clinical evidence wrapper start */	

.clinical-evidence-wrapper {
    padding: 40px 0;
}	
.clinical-evidence-wrapper h1 {
    margin-top: 20px;
    font-size: 24px;
}
.clinical-head-para p {
    font-size: 14px;
}
.evidence-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}
.evidence-box {
    gap: 20px;
    flex-direction: column;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.evidence-content {
    padding: 15px;
    border-radius: 6px;
}
.evidence-content h4 {
    font-size: 18px;
}
.evidence-content h5 {
    font-size: 12px;
}
p, a, li {
    font-size: 14px;
}
.before img, .after img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}
.before:before, .after:before {
    bottom: 15px;
    left: 0px;
    font-size: 12px;
}
.quote {
    padding: 50px 15px 15px;
    margin-bottom: 15px;
    border-radius: 13px;
	font-size: 14px;
}
.quote:before {
    width: 40px;
    height: 40px;
    background-size: contain;
}
.evidence-bottom-box {
    padding: 15px 20px;
    border-radius: 15px;
}
.evidence-bottom-box h1 {
    font-size: 24px;
    padding-bottom: 15px;
}
.article-wrap {
    padding: 40px 0;
}
.article-title {
    text-align: center;
    font-size: 24px;
    margin: 20px 0px;
}
.article-slider-wrap {
    padding: 10px;
    border-radius: 15px;
}
#pdf-main-right {
    display: none;
}
.pdf-spread-card {
    border-radius: 10px;
    padding: 10px;
    min-height: 200px;
}
.pdf-thumbs-row {
    padding: 5px;
}
.pdf-thumb-btn img.thumb-img {
    width: 40px;
    height: auto;
    border-radius: 5px;
}
.pdf-thumb-btn.slick-current img.thumb-img {
    width: 60px;
    margin-top: -20px;
    border: 1px solid #00000040;
}

/* clinical evidence wrapper end */	
	
/* blog wrapper start */	
	
.blog-wrapper {
    margin: 50px 0;
}
.blog-wrapper h1 {
    font-size: 24px;
}
.blog-box img {
    height: 200px;
    border-radius: 15px;
}
.blog-box h4 {
    font-size: 16px;
}
.blog-detail {
    font-size: 14px;
    line-height: 1.3;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 0px;
}

	
/* blog wrapper end */
	
/* contact card wrapper start */
	
.contact-card-section {
    background: #ebebeb;
    border-radius: 1px;
    padding: 40px 0;
}
.contact-card-row {
    background: none;
    border: none;
    border-radius: 0;
}
.contact-card-left-wrap {
    padding: 10px;
    border-radius: 10px;
}
.contact-card-left {
    border-radius: 8px;
    padding: 15px;
    min-height: 300px;
}
.contact-logo {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
}
.contact-form-side {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}
.contact-form-side input[type="text"], .contact-form-side input[type="email"], .contact-form-side textarea, .contact-form-side select {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 10px;
}	
.contact-form-side input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.contact-form-side .wpcf7-list-item label {
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-card-right-wrap {
    padding: 15px;
}
.contact-form-side input[type="submit"] {
    font-size: 14px;
    border-radius: 26px;
    padding: 10px 20px;
}
	
	
/* contact card wrapper end */

/* footer wrapper start */
	
	
.footer-col{
	margin-bottom: 15px;	
}	
.footer-logo {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-bottom: 15px;
}
.footer-first h6 {
    font-size: 16px;
}
.footer-first p {
    font-size: 14px;
    width: 90%;
}
.footer-social i {
    padding: 5px;
    font-size: 16px;
}
.footer-item h4 {
    font-size: 18px;
    padding-bottom: 10px;
	margin: 0;
}
.footer-contact-item  i {
    padding: 5px;
    font-size: 14px;
}
.footer-copyright-row {
    padding-top: 20px;
    text-align: center;
}
.tiss {
    text-align: center;
}
	
	
/* footer wrapper end */
	
/* inner about page start */
	
.abt-inner-content h2 {
    font-size: 24px;
	margin-bottom: 15px;
}
.abt-inner-img img {
    width: 100%;
    height: 250px;
    border-radius: 13px;
    box-shadow: -1px 9px 15px 0 #00000057;
}
.CCG-btn {
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
}
.mvbox {
    padding: 15px;
    border-radius: 13px;
    height: auto;
    margin-top: 25px;
    box-shadow: 0px 20px 20px 0px #00000036;
}
.mvbox h4 {
    font-size: 20px;
}
	
/* inner about page end */
	
/* inner clinical evidence page start */
	
.evidence-item-item {
    padding: 10px;
    border-radius: 13px;
    margin-bottom: 20px;
    box-shadow: 0px 18px 20px 0 #0000002e;
}
.evidence-item-item h4 {
    padding-top: 10px;
    font-size: 18px;
}
	
/* inner clinical evidence page end */
	
/* single clinical evidence page start */
	
.evidence-detail h4 {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.inner-quote {
    border-radius: 13px;
    margin-bottom: 20px;
}
.inner-quote p {
    margin: 0;
}
.evidence-single-img .inner-before, .evidence-single-img .inner-after {
    position: relative;
    border: 1px solid #00000029;
    border-radius: 15px;
    padding: 10px 10px 50px;
    margin-bottom: 10px;
}
.evidence-single-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.evidence-single-img .inner-before:before, .evidence-single-img .inner-after:before  {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
}	

	
/* single clinical evidence page end */
	
/* blog inner page start */
	
.inner-blog-col {
    margin-bottom: 20px;
}
.inner-blog-item img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
}
.blog-detail-wrapper h5 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.blog-detail-wrapper p {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 5px;
    font-size: 12px;
}
.blog-detail-wrapper .date span {
    font-size: 12px;
}
	
/* blog inner page end */
	
/* blog single page start */

.inner-wrapper {
    padding: 120px 0 40px;
}
.blog-content img {
    width: 100%;
    height: 200px;
    border-radius: 13px;
    margin-bottom: 20px;
}
.blog-content h4 {
    font-size: 20px;
}
.blog-sidebar h4 {
    padding-bottom: 10px;
    font-size: 20px;
}
.recent-post {
    padding: 10px;
    border-radius: 6px;
}

/* blog single page end */
	
/* inner contact us page start */
	
.contact-left h2 {
    padding-bottom: 15px;
    font-size: 24px;
}
.contact-form input {
    width: 100%;
    padding: 12px 15px;
	height: unset;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #00000026;
}
.contact-left .wpcf7-submit {
    padding: 10px 30px;
    font-size: 14px;
}
.contact-item i {
    font-size: 18px;
}
.contact-item {
    padding: 10px;
    display: flex;
    gap: 15px;
    width: unset;
    margin-bottom: 5px;
}
.map iframe {
    border-radius: 15px;
    height: 300px;
}
	
/* inner contact us page end */
	
/* inner 3d-cardiovascular-cartography start */
	
.inner-page h1 {
    font-size: 24px;
}

/* inner 3d-cardiovascular-cartography end */

/* inner testimonial page start */
	
.inner-testimonial-wrap h1 {
    font-size: 24px;
}
.inner-testimonial-card img {
    width: 60px;
    height: 60px;
}
	
/* inner testimonial page end */
	
/* single testimonial page start */
	
.testimonial-image img {
    border-radius: 13px;
    height: 350px
    box-shadow: 0 8px 20px rgb(0 7 0 / 42%);
}
.testimonial-name {
    font-size: 24px;
}
.testimonial-meta {
    margin-bottom: 15px;
}
.testimonial-text p {
    font-size: 14px;
}
	
/* single testimonial page end */
	
}

@media only screen and (min-width: 576px) and (max-width: 767.5px) {

.container {
	padding: 0 5% !important;
	max-width: unset !important;
	margin: auto;
}
	
/* 	header start */

.menu-logoheader .row {
	align-items: center;
}
.header-logo img {
    width: 100%;
    max-width: 160px;
    object-fit: contain;
    height: auto;
    margin-right: auto;
    display: block;
}		
.main-logo {
    display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fafafa;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {    line-height: 1.6;
    height: unset;
    padding: 10px 15px;
    background: transparent;
    text-align: left;
    color: #000;
    font-size: 14px;
	font-weight:600
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff;
    background: #3BC890;
	font-weight:600
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
}
	
/* header end */
	
/* about wrapper start */
	
.about-wrapper {
    background: #000;
    padding: 120px 0 60px;
}
.abt-img-wrap img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.about-vdo-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
}
.video-background {
    width: 100%;
    height: 90%;
}
.about-content-wrapper {
    padding: 20px 0 0;
}
.about-wrapper h1 {
    color: #3BC890;
    font-size: 30px;
    line-height: 1.3;
}
.about-wrapper p {
    color: #ffffffa8;
    font-size: 14px;
    line-height: 1.6;
}
.about-wrapper ul {
	column-count: 2;
    padding: 30px;
    border-radius: 14px;
    font-size: 14px;
    gap: 25px;
}
.testimonial-wrapper {
    padding: 40px 0;
    overflow: hidden;
}
	
/* about wrapper end */
	
/* testimonial wrapper start */
	
.testimonial-wrapper {
    padding: 40px 15px;
    overflow: hidden;
}
.sub-head {
    font-size: 12px;
}
.testimonial-wrapper h1 {
    margin-top: 15px;
    font-size: 26px;
}
.testimonial-box {
    padding: 20px;
    border-radius: 15px;
    margin: 10px;
}
.testimonial-box img {
    width: 60px;
    height: 60px;
}
.testimonial-head h4 {
    font-size: 16px;
}
.testimonial-box p {
    padding: 20px 0;
    font-size: 14px;
}
.readmore {
    padding: 10px 20px;
    font-size: 12px;
}
	
/* testimonial wrapper end */
	
/* clinical evidence wrapper start */	

.clinical-evidence-wrapper {
    padding: 40px 0;
}	
.clinical-evidence-wrapper h1 {
    margin-top: 20px;
    font-size: 26px;
}
.clinical-head-para p {
    font-size: 14px;
}
.evidence-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}
.evidence-box {
    gap: 20px;
    flex-direction: column;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.evidence-content {
    padding: 15px;
    border-radius: 6px;
}
.evidence-content h4 {
    font-size: 18px;
}
.evidence-content h5 {
    font-size: 12px;
}
p, a, li {
    font-size: 14px;
}
.before img, .after img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}
.before:before, .after:before {
    bottom: 10px;
    left: -15px;
    font-size: 14px;
}
.quote {
    padding: 50px 15px 15px;
    max-width: 75%;
    margin: 0 auto 15px;
    border-radius: 13px;
    font-size: 14px;
}
.quote:before {
    width: 60px;
    height: 60px;
    background-size: contain;
}
.evidence-bottom-box {
    padding: 15px 20px;
    border-radius: 15px;
}
.evidence-bottom-box h1 {
    font-size: 26px;
    padding-bottom: 15px;
}
.article-wrap {
    padding: 40px 0;
}
.article-title {
    text-align: center;
    font-size: 26px;
    margin: 20px 0px;
}
.article-slider-wrap {
    padding: 10px;
    border-radius: 15px;
}
#pdf-main-right {
    display: none;
}
.pdf-spread-card {
    border-radius: 10px;
    padding: 10px;
    min-height: 250px;
}
.pdf-thumbs-row {
    padding: 5px;
}
.pdf-thumb-btn img.thumb-img {
    width: 40px;
    height: auto;
    border-radius: 5px;
}
.pdf-thumb-btn.slick-current img.thumb-img {
    width: 60px;
    margin-top: -20px;
    border: 1px solid #00000040;
}

/* clinical evidence wrapper end */	
	
/* blog wrapper start */	
	
.blog-wrapper {
    margin: 50px 0;
}
.blog-wrapper h1 {
    font-size: 26px;
}
.blog-box img {
    height: 250px;
    border-radius: 15px;
}
.blog-box h4 {
    font-size: 16px;
}
.blog-detail {
    font-size: 14px;
    line-height: 1.3;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 0px;
}

	
/* blog wrapper end */
	
/* contact card wrapper start */
	
.contact-card-section {
    background: #ebebeb;
    border-radius: 1px;
    padding: 40px 0;
}
.contact-card-row {
    background: none;
    border: none;
    border-radius: 0;
}
.contact-card-left-wrap {
    padding: 10px;
    border-radius: 10px;
}
.contact-card-left {
    border-radius: 8px;
    padding: 15px;
    min-height: 300px;
}
.contact-logo {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
}
.contact-form-side {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}
.contact-form-side input[type="text"], .contact-form-side input[type="email"], .contact-form-side textarea, .contact-form-side select {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 10px;
}	
.contact-form-side input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.contact-form-side .wpcf7-list-item label {
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-card-right-wrap {
    padding: 15px;
}
.contact-form-side input[type="submit"] {
    font-size: 14px;
    border-radius: 26px;
    padding: 10px 20px;
}
	
	
/* contact card wrapper end */

/* footer wrapper start */
	
	
.footer-col{
	margin-bottom: 15px;	
}	
.footer-logo {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-bottom: 15px;
}
.footer-first h6 {
    font-size: 18px;
}
.footer-first p {
    font-size: 14px;
    width: 90%;
}
.footer-contact-item  i {
    padding: 5px;
    font-size: 20px;
}
.footer-item h4 {
    font-size: 18px;
    padding-bottom: 10px;
	margin: 0;
}
.footer-social i {
    padding: 5px;
    font-size: 20px;
}
.footer-copyright-row {
    padding-top: 20px;
    text-align: center;
}
.tiss {
    text-align: center;
}
	
	
/* footer wrapper end */
	
/* inner about page start */
	
.abt-inner-content h2 {
    font-size: 26px;
	margin-bottom: 15px;
}
.abt-inner-img img {
    width: 100%;
    height: 400px;
    border-radius: 13px;
    box-shadow: -1px 9px 15px 0 #00000057;
}
.CCG-btn {
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
}
.mvbox {
    padding: 15px;
    border-radius: 13px;
    height: auto;
    margin-top: 25px;
    box-shadow: 0px 20px 20px 0px #00000036;
}
.mvbox h4 {
    font-size: 20px;
}
	
/* inner about page end */
	
/* inner clinical evidence page start */
	
.evidence-item-item {
    padding: 10px;
    border-radius: 13px;
    margin-bottom: 20px;
    box-shadow: 0px 18px 20px 0 #0000002e;
}
.evidence-item-item h4 {
    padding-top: 10px;
    font-size: 18px;
}
	
/* inner clinical evidence page end */
	
/* single clinical evidence page start */
	
.evidence-detail h4 {
    font-size: 26px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.inner-quote {
    border-radius: 13px;
    margin-bottom: 20px;
}
.inner-quote p {
    margin: 0;
}
.evidence-single-img .inner-before, .evidence-single-img .inner-after {
    position: relative;
    border: 1px solid #00000029;
    border-radius: 15px;
    padding: 10px 10px 50px;
    margin-bottom: 10px;
}
.evidence-single-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.evidence-single-img .inner-before:before, .evidence-single-img .inner-after:before  {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
}	

	
/* single clinical evidence page end */
	
/* blog inner page start */
	
.inner-blog-col {
    margin-bottom: 20px;
}
.inner-blog-item img {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}
.blog-detail-wrapper h5 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.blog-detail-wrapper p {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 5px;
    font-size: 14px;
}
.blog-detail-wrapper .date span {
    font-size: 12px;
}
	
/* blog inner page end */
	
/* blog single page start */

.inner-wrapper {
    padding: 120px 0 40px;
}
.blog-content img {
    width: 100%;
    height: 300px;
    border-radius: 13px;
    margin-bottom: 20px;
}
.blog-content h4 {
    font-size: 20px;
}
.blog-sidebar h4 {
    padding-bottom: 10px;
    font-size: 20px;
}
.recent-post {
    padding: 10px;
    border-radius: 6px;
}

/* blog single page end */
	
/* inner contact us page start */
	
.contact-left h2 {
    padding-bottom: 15px;
    font-size: 26px;
}
.contact-form input {
    width: 100%;
    padding: 12px 15px;
	height: unset;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #00000026;
}
.contact-left .wpcf7-submit {
    padding: 10px 30px;
    font-size: 14px;
}
.contact-item i {
    font-size: 18px;
}
.contact-item {
    padding: 10px;
    display: flex;
    gap: 15px;
    width: unset;
    margin-bottom: 5px;
}
.map iframe {
    border-radius: 15px;
    height: 300px;
}
	
	
/* inner contact us page end */
	
/* inner 3d-cardiovascular-cartography start */
	
.inner-page h1 {
    font-size: 26px;
}

/* inner 3d-cardiovascular-cartography end */

/* inner testimonial page start */
	
.inner-testimonial-wrap h1 {
    font-size: 24px;
}
.inner-testimonial-card img {
    width: 60px;
    height: 60px;
}
	
/* inner testimonial page end */
	
/* single testimonial page start */
	
.testimonial-image img {
    border-radius: 12px;
    max-width: 350px;
    height: auto;
    object-fit: cover;
    box-shadow: 0 8px 20px rgb(0 7 0 / 42%);
}
.testimonial-name {
    font-size: 26px;
}
.testimonial-meta {
    margin-bottom: 15px;
}
.testimonial-text p {
    font-size: 14px;
}
	
/* single testimonial page end */
	
}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {
	
.container {
	padding: 0 5% !important;
	max-width: unset !important;
	margin: auto;
}

/* 	header start */
	
.menu-logoheader .row {
	align-items: center;
}
.header-logo img {
    width: 100%;
    max-width: 180px;
    object-fit: contain;
    height: auto;
    margin-right: auto;
    display: block;
}
.main-logo {
    display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fafafa;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {    line-height: 1.6;
    height: unset;
    padding: 10px 15px;
    background: transparent;
    text-align: left;
    color: #000;
    font-size: 16px;
	font-weight:600
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff;
    background: #3BC890;
	font-weight:600
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
}
	
/* header end */
	
/* about wrapper start */
	
.about-wrapper {
    background: #000;
    padding: 120px 0 60px;
}
.about-wrapper .row {
    align-items: center;
}
.abt-img-wrap img {
    width: 130px;
    height: auto;
    object-fit: contain;
}
.about-vdo-wrapper {
    height: 450px;
}
.about-content-wrapper {
    padding: 20px 0 0;
}
.about-wrapper h1 {
    color: #3BC890;
    font-size: 28px;
    line-height: 1.3;
}
.about-wrapper p {
    color: #ffffffa8;
    font-size: 16px;
    line-height: 1.6;
}
.about-wrapper ul {
	column-count: 2;
    padding: 30px;
    border-radius: 16px;
    font-size: 14px;
    gap: 25px;
}
.testimonial-wrapper {
    padding: 50px 0;
    overflow: hidden;
}
	
/* about wrapper end */
	
/* testimonial wrapper start */
	
.testimonial-wrapper {
    padding: 50px 15px;
    overflow: hidden;
}
.sub-head {
    font-size: 12px;
}
.testimonial-wrapper h1 {
    margin-top: 15px;
    font-size: 28px;
}
.testimonial-box {
    padding: 20px;
    border-radius: 15px;
    margin: 10px;
}
.testimonial-box img {
    width: 60px;
    height: 60px;
}
.testimonial-head h4 {
    font-size: 16px;
}
.testimonial-box p {
    padding: 20px 0;
    font-size: 16px;
}
.readmore {
    padding: 10px 20px;
    font-size: 14px;
}
	
/* testimonial wrapper end */
	
/* clinical evidence wrapper start */	

.clinical-evidence-wrapper {
    padding: 50px 0;
}	
.clinical-evidence-wrapper h1 {
    margin-top: 20px;
    font-size: 28px;
}
.clinical-head-para p {
    font-size: 16px;
}
.evidence-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}
.evidence-box {
    gap: 20px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.evidence-content {
    padding: 15px;
    border-radius: 6px;
}
.evidence-content h4 {
    font-size: 18px;
}
.evidence-content h5 {
    font-size: 12px;
}
p, a, li {
    font-size: 16px;
}
.before img, .after img {
    width: 200px;
    border-radius: 13px;
    margin-bottom: 20px;
}
.before:before, .after:before {
    bottom: 15px;
    left: -15px;
    font-size: 16px;
}
.quote {
    padding: 80px 15px 15px;
    margin: 0 auto 15px;
    max-width: 700px;
    border-radius: 13px;
    font-size: 16px;
}
.quote:before {
    width: 60px;
    height: 60px;
    background-size: contain;
}
.evidence-bottom-box {
    padding: 15px 20px;
    border-radius: 15px;
}
.evidence-bottom-box h1 {
    font-size: 28px;
    padding-bottom: 15px;
}
.article-wrap {
    padding: 50px 0;
}
.article-title {
    text-align: center;
    font-size: 28px;
    margin: 20px 0px;
}
.article-slider-wrap {
    padding: 10px;
    border-radius: 15px;
}
.pdf-spread-card {
    border-radius: 10px;
    padding: 10px;
    min-height: 250px;
}
.pdf-thumbs-row {
    padding: 5px;
}
.pdf-thumb-btn img.thumb-img {
    width: 50px;
    height: auto;
    border-radius: 5px;
}
.pdf-thumb-btn.slick-current img.thumb-img {
    width: 60px;
    margin-top: -20px;
    border: 1px solid #00000040;
}

/* clinical evidence wrapper end */	
	
/* blog wrapper start */	
	
.blog-wrapper {
    margin: 50px 0;
}
.blog-wrapper h1 {
    font-size: 28px;
}
.blog-box img {
    height: 200px;
    border-radius: 15px;
}
.blog-box h4 {
    font-size: 16px;
}
.blog-detail {
    font-size: 14px;
    gap: 10px;
    line-height: 1.3;
}
.blog-wrapper .slick-dots li {
    width: 15px !important;
    height: 15px !important;
    margin: 0px 0px !important;
}

	
/* blog wrapper end */
	
/* contact card wrapper start */
	
.contact-card-section {
    background: #ebebeb;
    border-radius: 1px;
    padding: 50px 0;
}
.contact-card-row {
    background: none;
    border: none;
    border-radius: 0;
}
.contact-card-left-wrap {
    padding: 10px;
    border-radius: 10px;
}
.contact-card-left {
    border-radius: 8px;
    padding: 15px;
    min-height: 300px;
}
.contact-logo {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
}
.contact-form-side {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}
.contact-form-side input[type="text"], .contact-form-side input[type="email"], .contact-form-side textarea, .contact-form-side select {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 10px;
}	
.contact-form-side input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.contact-form-side .wpcf7-list-item label {
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-card-right-wrap {
    padding: 15px;
}
.contact-form-side input[type="submit"] {
    font-size: 16px;
    border-radius: 28px;
    padding: 10px 20px;
}
	
	
/* contact card wrapper end */

/* footer wrapper start */
	
	
.footer-col{
	margin-bottom: 15px;	
}	
.footer-logo {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-bottom: 15px;
}
.footer-first h6 {
    font-size: 18px;
}
.footer-first p {
    font-size: 16px;
    width: 90%;
}
.footer-social i {
    padding: 5px;
    font-size: 16px;
}
.footer-item h4 {
    font-size: 18px;
    padding-bottom: 10px;
	margin: 0;
}
.footer-contact-item  i {
    padding: 5px;
    font-size: 16px;
}
.footer-copyright-row {
    padding-top: 20px;
}
.copy-col p {
	font-size: 14px;
	text-align: left;
}
.tiss p, .tiss a {
	font-size: 14px;
    text-align: right;
}
	
	
/* footer wrapper end */
	
/* inner about page start */
	
.abt-inner-content h2 {
    font-size: 28px;
	margin-bottom: 15px;
}
.abt-inner-img img {
    width: 100%;
    border-radius: 13px;
    box-shadow: -1px 9px 15px 0 #00000057;
}
.CCG-btn {
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}
.mvbox {
    padding: 15px;
    border-radius: 13px;
    height: auto;
    margin-top: 25px;
    box-shadow: 0px 20px 20px 0px #00000036;
}
.mvbox h4 {
    font-size: 20px;
}
	
/* inner about page end */
	
/* inner clinical evidence page start */
	
.evidence-item-item {
    padding: 10px;
    border-radius: 13px;
    margin-bottom: 20px;
    box-shadow: 0px 18px 20px 0 #0000002e;
}
.evidence-item-item h4 {
    padding-top: 10px;
    font-size: 18px;
}
	
/* inner clinical evidence page end */
	
/* single clinical evidence page start */
	
.evidence-detail h4 {
    font-size: 28px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.inner-quote {
    border-radius: 13px;
    margin-bottom: 20px;
}
.inner-quote p {
    margin: 0;
}
.evidence-single-img .inner-before, .evidence-single-img .inner-after {
    position: relative;
    border: 1px solid #00000029;
    border-radius: 15px;
    padding: 10px 10px 50px;
    margin-bottom: 10px;
}
.evidence-single-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.evidence-single-img .inner-before:before, .evidence-single-img .inner-after:before  {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
}	

	
/* single clinical evidence page end */
	
/* blog inner page start */
	
.inner-blog-col {
    margin-bottom: 20px;
}
.inner-blog-item img {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}
.blog-detail-wrapper h5 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.blog-detail-wrapper p {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 5px;
    font-size: 12px;
}
.blog-detail-wrapper .date span {
    font-size: 12px;
}
	
/* blog inner page end */
	
/* blog single page start */

.inner-wrapper {
    padding: 120px 0 50px;
}
.blog-content img {
    width: 100%;
    border-radius: 13px;
    margin-bottom: 20px;
}
.blog-content h4 {
    font-size: 20px;
}
.blog-sidebar h4 {
    padding-bottom: 10px;
    font-size: 20px;
}
.recent-post {
    padding: 10px;
    border-radius: 6px;
}

/* blog single page end */
	
/* inner contact us page start */
	
.contact-left h2 {
    padding-bottom: 15px;
    font-size: 28px;
}
.contact-form input {
    width: 100%;
    padding: 12px 15px;
	height: unset;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #00000026;
}
.contact-left .wpcf7-submit {
    padding: 10px 30px;
    font-size: 16px;
}
.contact-item i {
    font-size: 18px;
}
.contact-item {
    display: flex;
    gap: 15px;
    word-wrap: break-word;
    width: unset;
}
.map iframe {
    border-radius: 15px;
    height: 400px;
}
	
	
/* inner contact us page end */
	
	/* inner 3d-cardiovascular-cartography start */
	
.inner-page h1 {
    font-size: 28px;
}

/* inner 3d-cardiovascular-cartography end */

/* inner testimonial page start */
	
.inner-testimonial-wrap h1 {
    font-size: 28px;
}
	
/* inner testimonial page end */

/* single testimonial page start */
	
.testimonial-image img {
    border-radius: 15px;
    max-width: 350px;
    height: auto;
    object-fit: cover;
    box-shadow: 0 8px 20px rgb(0 7 0 / 42%);
}
.testimonial-name {
    font-size: 24px;
}
.testimonial-meta {
    margin-bottom: 15px;
}
.testimonial-text p {
    font-size: 14px;
}
	
/* single testimonial page end */
	
}

@media only screen and (min-width: 992px) and (max-width: 1300.5px) {
    
.container{
    padding: 0 5% !important;
    max-width: unset !important;
    margin: auto;
}
.inner-wrapper {
    padding-top: 25% !important;
    padding-bottom: 10%;
}
/* 	header start */
.header-logo img {
    width: 100%;
    object-fit: contain;
    height: 50px;
    margin-right: auto;
}	
.main-logo img {
    margin: 25px 0 20px;
    width: 100%;
    height: 70px;
    object-fit: contain;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.3;
    height: unset;
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
}
	
/* header end */
	
/* about wrapper start */
	
.abt-img-wrap img {
    width: 140px;
    height: auto;
    object-fit: contain;
}
.about-content-wrapper {
    padding: 20px 0 0;
}
.about-wrapper h1 {
    color: #3BC890;
    font-size: 42px;
    line-height: 1.3;
}
.about-wrapper p {
    color: #ffffffa8;
    font-size: 16px;
    line-height: 1.6;
}
.about-wrapper ul {
    column-count: 2;
    padding: 30px;
    border-radius: 16px;
    font-size: 16px;
    gap: 25px;
}
.testimonial-wrapper {
    padding: 40px 0;
    overflow: hidden;
}
	
/* about wrapper end */
	
/* testimonial wrapper start */
	
.testimonial-wrapper {
    padding: 40px 15px;
    overflow: hidden;
}
.sub-head {
    font-size: 10px;
}
.testimonial-wrapper h1 {
    margin-top: 15px;
    font-size: 32px;
}
.testimonial-box {
    padding: 20px;
    border-radius: 15px;
    margin: 10px;
}
.testimonial-box img {
    width: 60px;
    height: 60px;
}
.testimonial-head h4 {
    font-size: 16px;
}
.testimonial-box p {
    padding: 20px 0;
    font-size: 16px;
}
.readmore {
    padding: 10px 20px;
    font-size: 12px;
}
	
/* testimonial wrapper end */
	
/* clinical evidence wrapper start */	

.clinical-evidence-wrapper {
    padding: 40px 0;
}	
.clinical-evidence-wrapper h1 {
    margin-top: 20px;
    font-size: 32px;
}
.clinical-head-para p {
    font-size: 16px;
}
.evidence-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}
.evidence-box {
    gap: 20px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.evidence-content {
    padding: 15px;
    border-radius: 6px;
}
.evidence-content h4 {
    font-size: 18px;
}
.evidence-content h5 {
    font-size: 12px;
}
p, a, li {
    font-size: 14px;
}
.before img, .after img {
    width: 200px;
    border-radius: 13px;
}
.before:before, .after:before {
    bottom: 15px;
    left: 0px;
    font-size: 12px;
}
.quote {
    padding: 50px 15px 15px;
    margin-bottom: 15px;
    border-radius: 13px;
	font-size: 16px;
}
.quote:before {
    width: 40px;
    height: 40px;
    background-size: contain;
}
.evidence-bottom-box {
    padding: 15px 20px;
    border-radius: 15px;
}
.evidence-bottom-box h1 {
    font-size: 32px;
    padding-bottom: 15px;
}
.article-wrap {
    padding: 40px 0;
}
.article-title {
    text-align: center;
    font-size: 32px;
    margin: 20px 0px;
}
.article-slider-wrap {
    padding: 10px;
    border-radius: 15px;
}
.pdf-spread-card {
    border-radius: 10px;
    padding: 10px;
    min-height: 250px;
}
.pdf-thumbs-row {
    padding: 5px;
}
.pdf-thumb-btn img.thumb-img {
    width: 40px;
    height: auto;
    border-radius: 5px;
}
.pdf-thumb-btn.slick-current img.thumb-img {
    width: 60px;
    margin-top: -20px;
    border: 1px solid #00000040;
}

/* clinical evidence wrapper end */	
	
/* blog wrapper start */	
	
.blog-wrapper {
    margin: 50px 0;
}
.blog-wrapper h1 {
    font-size: 32px;
}
.blog-box img {
    height: 250px;
    border-radius: 15px;
}
.blog-box h4 {
    font-size: 16px;
}
.blog-detail {
    font-size: 16px;
    line-height: 1.3;
}
.blog-wrapper .slick-dots li {
    width: 15px !important;
    height: 15px !important;
    margin: 0px 0px !important;
}

	
/* blog wrapper end */
	
/* contact card wrapper start */
	
.contact-card-section {
    background: #ebebeb;
    border-radius: 1px;
    padding: 40px 0;
}
.contact-card-row {
    background: none;
    border: none;
    border-radius: 0;
}
.contact-card-left-wrap {
    padding: 10px;
    border-radius: 10px;
}
.contact-card-left {
    border-radius: 8px;
    padding: 15px;
    min-height: 300px;
}
.contact-logo {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
}
.contact-form-side {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}
.contact-form-side input[type="text"], .contact-form-side input[type="email"], .contact-form-side textarea, .contact-form-side select {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 10px;
}	
.contact-form-side input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.contact-form-side .wpcf7-list-item label {
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-card-right-wrap {
    padding: 15px;
}
.contact-form-side input[type="submit"] {
    font-size: 16px;
    border-radius: 32px;
    padding: 10px 20px;
}
	
	
/* contact card wrapper end */

/* footer wrapper start */
	
	
.footer-col{
	margin-bottom: 15px;	
}	
.footer-logo {
    width: 90%;
    height: auto;
    max-width: 300px;
    margin-bottom: 15px;
}
.footer-first h6 {
    font-size: 16px;
}
.footer-first p {
    font-size: 14px;
    width: 90%;
}
.footer-social i {
    padding: 5px;
    font-size: 16px;
}
.footer-item h4 {
    font-size: 18px;
    padding-bottom: 10px;
	margin: 0;
}
.footer-contact-item  i {
    padding: 5px;
    font-size: 16px;
}
.footer-copyright-row {
    padding-top: 20px;
}
.copy-col p {
    font-size: 16px;
    text-align: left;
}
.tiss p, .tiss a {
    font-size: 16px;
    text-align: right;
}
	
	
/* footer wrapper end */
	
/* inner about page start */
	
.abt-inner-content h2 {
    font-size: 32px;
	margin-bottom: 15px;
}
.abt-inner-img img {
    width: 100%;
    height: 400px;
    border-radius: 13px;
    box-shadow: -1px 9px 15px 0 #00000057;
}
.CCG-btn {
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}
.mvbox {
    padding: 15px;
    border-radius: 13px;
    height: 100%;
    margin-top: 25px;
    box-shadow: 0px 20px 20px 0px #00000036;
}
.mvbox h4 {
    font-size: 20px;
}
	
/* inner about page end */
	
/* inner clinical evidence page start */
	
.evidence-item-item {
    padding: 10px;
    border-radius: 13px;
    margin-bottom: 20px;
    box-shadow: 0px 18px 20px 0 #0000002e;
}
.evidence-item-item h4 {
    padding-top: 10px;
    font-size: 18px;
}
	
/* inner clinical evidence page end */
	
/* single clinical evidence page start */
	
.evidence-detail h4 {
    font-size: 32px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.inner-quote {
    border-radius: 13px;
    margin-bottom: 20px;
}
.inner-quote p {
    margin: 0;
}
.evidence-single-img .inner-before, .evidence-single-img .inner-after {
    position: relative;
    border: 1px solid #00000029;
    border-radius: 15px;
    padding: 10px 10px 50px;
    margin-bottom: 10px;
}
.evidence-single-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.evidence-single-img .inner-before:before, .evidence-single-img .inner-after:before  {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
}	

	
/* single clinical evidence page end */
	
/* blog inner page start */
	
.inner-blog-col {
    margin-bottom: 20px;
}
.inner-blog-item img {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}
.blog-detail-wrapper h5 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.blog-detail-wrapper p {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 5px;
    font-size: 12px;
}
.blog-detail-wrapper .date span {
    font-size: 12px;
}
	
/* blog inner page end */
	
/* blog single page start */

.blog-content img {
    width: 100%;
    border-radius: 13px;
    margin-bottom: 20px;
}
.blog-content h4 {
    font-size: 20px;
}
.blog-sidebar h4 {
    padding-bottom: 10px;
    font-size: 20px;
}
.recent-post {
    padding: 10px;
    border-radius: 6px;
}

/* blog single page end */
	
/* inner contact us page start */
	
.contact-left h2 {
    padding-bottom: 15px;
    font-size: 32px;
}
.contact-form input {
    width: 100%;
    padding: 12px 15px;
	height: unset;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #00000026;
}
.contact-left .wpcf7-submit {
    padding: 10px 30px;
    font-size: 16px;
}
.contact-item i {
    font-size: 18px;
}
.contact-item {
    display: flex;
    gap: 15px;
    word-wrap: break-word;
    width: unset;
}
.map iframe {
    border-radius: 15px;
    height: 400px;
}
	
	
/* inner contact us page end */

.inner-page h1 {
    font-size: 32px;
}

/* inner 3d-cardiovascular-cartography end */

/* inner testimonial page start */
	
.inner-testimonial-wrap h1 {
    font-size: 32px;
}
	
/* inner testimonial page end */
	
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading svg {
    width: 115px;
    height: 40px;
}

.loading {
    transform: scale(5);
    top: 30%;
    position: absolute;
    left: 5%;
    z-index: -1;
}
.loading svg g {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loading svg g#back {
  stroke: #bfbfbf33;
}

@keyframes dash {
  from {
    opacity: 1;
  }

  to {
    stroke-dashoffset: 0;
    opacity: 0.5;
  }
}
#cr-icon-button {
	display:none !important;
}
