.servdetwrapper{
	background: url("../images/bg.jpg");
	background-size: contain;
	background-repeat: repeat;
	background-attachment: fixed;
}

.servdetwrapper h1,.servdetwrapper h2,.servdetwrapper h3,
.servdetwrapper h4,.servdetwrapper h5,.servdetwrapper h6{
margin-bottom: 20px;
margin-top: 40px;
}
.servdetwrapper h2{
	color: #038c83;
}
.servdetwrapper p b{
    color: #038c83;
}
.sdecntdiv{
	background: #FFF;
    padding: 20px 80px;
    margin-top: -110px;
    z-index: 9;
}
.accordion .accordion-header{
	margin: 0 !important;
}
.accordion .accordion-header .accordion-button{
	    color: #000;
    font-size: 22px;
    font-family: 'PT Serif';
    font-weight: 600;
    box-shadow: unset !important;
}
.statistics-section{
	position: relative;
}
.statistics-section .row{
    position: absolute;
    z-index: 99;
    background: #038c83;
    max-width: 1100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -110px;
    padding: 0 20px 20px 20px;
}
.stastic p{
	    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
}
.counter{
font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 70px;
}
.stastic .icon{
	    width: 90px;
    height: 90px;
    background: #009245;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 9px 0 rgba(75,77,117,.1);
    margin: auto;
    margin-top: -40px;
    margin-bottom: 20px;
}

.trishulabtsec2 {
    background: url(../images/Geriatric-Counselling-1-1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0 60px;
    z-index: 9;
}
.trishulabtsec2:before{
position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(0 0 0 / 80%);
    z-index: -1;
}
.trishaboutsec1.secpad{
/*	    padding-bottom: 260px;*/
}
.abtdoctext h2{
	font-size: 34px;
    line-height: 34px;
}
.abtdoctext h4{
	    font-size: 18px;
    font-weight: 400;
    color: #038c83;
}
.abtdoctext span{
	display: block;
    color: #8f9092;
    margin-bottom: 10px;
    font-size: 17px;
}
.abtdoctext{
	padding-right: 50px;
}
.bllisting{
    border: 1px solid #f0f0f5;
    box-shadow: 0 4px 8px rgba(0,0,0,.12);
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
    margin: 20px 10px;
}
.blogthumb{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.blogthumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blodlistdet{
	padding-left: 30px;
}
.blodlistdet h3{
	color: #000000;
    font-size: 28px;
    margin-bottom: 12px;
     overflow: hidden;
   /*display: -webkit-box;
   -webkit-line-clamp: 1; 
           line-clamp: 1; 
   -webkit-box-orient: vertical;*/
}
.blodlistdet p{
    border-top: 1px solid #e6e8eb;
    padding-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blodlistdet span{
	font-size: 18px;
    color: #038c83;
    line-height: 16px;
    display: block;
    margin-bottom: 10px;
}
.blodlistdet span i{
	font-size: 14px;
	margin-right: 4px;
}
.mapping iframe{
	    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.conttactfrmsec{
	background: url("../images/row-bgimage-08.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0;
}
.cntpage header{
	position: relative;
}
.conttactfrmsec h3{
	font-size: 39px;
    line-height: 48px;
    margin-bottom: 80px;
    text-align: center;
}
.conttactfrmsec h3 strong {
    color: #078863;
}
.singleblog header{
    position: relative;
}
.blogdetail{
    padding: 100px 0;
}
.newsletterform{
    background: #3684ef0d;
    padding: 30px;
    text-align: center;
    margin-top: 20px;
}
.newsletterform h4{
    margin: 22px 0;
}
.newwsfrmsubmit{
    background: #009245;
    width: 60px;
    color: #FFFFFF;
}
.sticky-div {
    position: sticky !important;
    top: 40px;
}
.bdleft h1{
    margin-bottom: 10px;
}
.bdleft h2, .bdleft h2, .bdleft h3, .bdleft h4, .bdleft h5, .bdleft h6{
    margin-top: 20px;
    margin-bottom: 10px;
}
.blogdetail {
    padding: 80px 0;
}


.team-member {
    margin: 15px;
    padding: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-member:hover figure figcaption {
    visibility: visible;
    color: #fff;
    background: rgb(0 0 0 / 69%);
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-member figcaption p{
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}

@media(max-width:991.98px){
    .sdecntdiv{
            padding: 10px 20px;
    }
}


@media(max-width: 767.98px){
    .counter{
        font-size: 30px;
    }
    .stastic p{
        line-height: 22px;
    }
    .stastic .icon{
        width: 70px;
    height: 70px;
        padding: 15px;
    }
    .gacalllist li{
        border: none;
        display: block;
    }
    .gacallwrapper span{
            font-size: 20px;
    }
    .gacallwrapper a{
            font-size: 20px;
    }
    .gacallwrapper img {
    max-width: 40px;
}.gacallwrapper{
    justify-content: center;
}
.signle-doctor{
    margin-top: 20px;
}
.blogthumb{
    height: 170px;
}
.blodlistdet {
    padding-left: 0px;
    padding-top: 20px;
}
.blodlistdet h3{
    font-size: 20px;
}
.conttactfrmsec h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
}
.mapping{
    margin-top: 30px;
}
.conttactfrmsec{
    padding: 80px 0 50px;
}
.sdecntdiv {
    background: #FFF;
    padding: 15px;
    margin-top: 0;
    z-index: 9;
}
.servdetwrapper{
    padding: 30px 10px;
}
.innserpagetitle p{
    font-size: 20px;
    line-height: 26px;
}
}