.main_img img {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    /*height: 100%;
    height: 319px;*/
	height: 201px;
    opacity: 1;
    position: relative;
}
.who_we {
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    box-shadow: rgba(100, 100, 50, 0.5) 2px 5px 5px;
    transition: all 0s ease 0s;
    min-height: 0px;
    min-width: 0px;
    white-space: nowrap;
    line-height: 36px;
    border-width: 0px;
    margin: 0px;
    font-size: 36px;
    visibility: visible;
    opacity: 1;
    top: 200px;
    left: 150px;
    transform: none;
    font-weight: 900;
}
 .over_img {
    position: absolute;
    top: 187px;
    left: 0px;
} 
.who_are {
    background: #970052;
    color:white;
    padding: 5px 10px;
    box-shadow: rgba(100, 100, 50, 0.5) 2px 5px 5px;
    transition: all 0s ease 0s;
    min-height: 0px;
    min-width: 0px;
    white-space: nowrap;
    line-height: 36px;
    border-width: 0px;
    margin: 0px;
    font-size: 19px;
    visibility: visible;
    opacity: 1;
    top: 306px;
    left: 164px;
    transform: none;
    font-weight: 900;
}
.strip_band {
    /*background: #685ba5cc;*/
    padding: 0px;
    height: 48px;
    z-index: 999;
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    width: 100%;
    bottom: 0%;
}
/*.bread p {
    color: #fefefe;
    font-size: 1.2em;
    position: absolute;
    top: 26px;
    padding-left: 49px;
}*/
.bread p {
    color: #fefefe;
    font-size: 1.2em;
    position: absolute;
    top: 10px;
    padding-left: 5px;
}
/*.book p {
    background: #fefefe;
    padding: 12px;
    position: absolute;
    float: right;
    right: 25%;
    top: 15px;
    color: #0564a0;
}*/
.book p {
    background: #fefefe;
    padding: 7px 22px;
    position: absolute;
    float: right;
    right: 20%;
    top: 24px;
    color: #a5066c !important;
    border-radius: 28px;
}

.heading h2 {
    padding-bottom: 15px;
    font-size: 26px;
    font-weight: 300;
    line-height: 46px;
    color: #685ba4;
}
.over_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.who_content p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    text-align: justify;
    padding-bottom: 10px;
}
strong.font-weigh {
    font-weight: 800;
    background: linear-gradient(to right, #0564a0 , #a1096e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
span.color {
    color: #2d65a7;
}



span.headline {
    font-size: 25px;
    margin: 0 0 11px;
    font-weight: 700;
}
td.day {
    color: #444;
    font-weight: 700;
}
table.time_table tr {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}
table.time_table tr td {
    padding: 10px;
}
.header.btClear.medium {
    padding-top: 40px;
    padding-left: 10px;
}
i.fa.fa-stethoscope.stethos {
  
    border-radius: 26px;
    padding: 12px;
    color: white;
    font-size: 25px;
    margin-top: -15px;
    -webkit-box-shadow: 0 0 0 6px #fff, 0 0 0 1px #fff inset;
    margin-left: 15px;
    width: 49px;
    height: 49px;
    padding-left: 16px;
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
}
.header.btClear.medium.working_hrs {
    padding-top: 12px;
}
.common_icon{
color: #444;
    font-size: 26px;
}
span.inner_details {
    margin-left: .5em;
     font-size: 16px;
}
.details {
    padding-left: 10px;
}
.height_div {
    margin-top: -133px;
}
td.book {
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    height: 33px;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
}

.dr_name {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    color: #060606;
        
}
p.history {
    color: #810f5d;
    font-size: 20px;
    font-weight: 800;
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
i.fa.fa-angle-right.para_icon {
    color: #107fc9;
    background: #ffffff;
    border-style: solid;
    border-color: #107fc9;
    border-width: 1px;
    width: 22px;
    height: 22px;
    line-height: 21px !important;
    border-radius: 500px;
    font-size: 12px;
    display: inline-block;
    padding-left: 8px;
    margin-right: 16px;
}
i.fa.fa-angle-right.para_icon:hover {
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    color: #ffffff !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-color: white;
}
ul.para_li {
    list-style: none;
    display: flex;
    padding-left: 0px;
}

.bottom-left3 {
    background-color: #a5066c94;
    font-size: 22px;
    padding: 7px 0px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 700;
        width: 57.5%;
    text-align:center;
}
.doctor_btm {
    position: absolute;
    /* bottom: 93px; */
    /* left: 14px; */
    margin-top: -48px;
}
.doctor_btm2 {
    position: absolute;
    /* bottom: 162px; */
    /* left: 14px; */
    margin-top: -47px;
}
.doctor_btmm2 {
position: absolute;
    /* bottom: 639px; */
    /* left: 14px; */
    margin-top: -47px;
}
.doctor_btm3 {
position: absolute;
    /* bottom: 639px; */
    /* left: 14px; */
    margin-top: -47px;
}
.bottom-left3:hover {
    /* padding: 8px 0; */
}
.doc_img{
    margin-top: 205px;
}
.suseelen_img {
    margin-top: 144px;
}
.priya_img {
    margin-top: 34px;
}

.coming-soon{
	text-align:center;
	padding:48px;
	color:#a00a6e;
}





/* our doctors page design start */






.wrap-bg {
    padding: 60px 0px 10px 0px;
    position: relative;
}


/* media query start*/
@media (min-width: 1440px) {

}
@media (min-width: 992px){
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
}

/* media query end*/


.text-center {
    text-align: center!important;
}
.section-title.with-p {
    margin-bottom: 60px;
}
.section-title h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
}
.bar {
    height: 5px;
    width: 90px;
    background: #dee0ff;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}

.bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #2a3fff;
   /* -webkit-animation-duration: 3s; */
    animation-duration: 3s;
   /* -webkit-animation-timing-function: linear; */
    animation-timing-function: linear;
  /*  -webkit-animation-iteration-count: infinite; */
    animation-iteration-count: infinite;
   /* -webkit-animation-name: MOVE-BG; */
    animation-name: MOVE-BG;
}

.section-title p {
    max-width: 550px;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin: 0 auto;
}

.adflex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mb20 {
    margin-bottom: 60px!important;
}
.themeioan_services article {
    position: relative;
}
.blog-photo {
/*     position: relative;
    overflow: hidden; */
}

.blog-photo img {
    width: 100%;
    height: auto;
   /*  transform: scale(1);
    transition: all 0.3s linear; */
}

.chngeszeimg {
/*     vertical-align: middle;
    border-style: none;
    max-width: 100%; */
}

.themeioan_services .blog-content, .themeioan_blog .blog-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: -60px;
/*     width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; */
    background-color: #fff;
    padding: 15px 24px 12px;
    transition: transform .3s cubic-bezier(0,0,.5,.99);
    box-shadow: 0 20px 50px 0 rgba(65,94,148,.1);
    border-radius: 4px;
}
.blog-content {
    text-align: center;
}
.themeioan_services .blog-content p {
    font-weight: 400;
}
.themeioan_services .mt-25 {
    margin-bottom: 10px;
}
.mt-25 {
    margin-top: 25px;
}
.button-light {
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 700;
}
.fa-arrow-right:before {
    content: "\f061";
}
.themeioan_services article {
    position: relative;
}

.themeioan_services:hover .blog-photo img, .themeioan_blog:hover .blog-photo img, #members .item:hover img {
/*     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); */
}

h5.title {
    font-size: 17px;
    letter-spacing: 0.04em;
    margin-top: 17px;
    margin-bottom: 3px;
}
.blog-content p {
    margin-bottom: 10px;
}
.blog-content h6 {
    font-size: 14px;
    margin-bottom: 5px;
}










/* career page Designing */

.tp-main-container {
    padding-top: 80px;
    margin-bottom: 80px;
    width: 97%;
}

.widget-box {
    background-color: #f5f5f0;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.widget-box .left-icon {
    float: left;
    margin-right: 0px;
}
.left-sidebar img {
    height: 40px;
    padding-top: 7px;
    padding-right: 8px;
}
.widget-box h3 {
    margin-top: 10px;
    font-weight: bold;
}
.widget-box p:last-child {
    margin-bottom: 0px;
}
.widget-box .call {
    color: #195b9f;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 48px;
}

strong.padleft {
    padding-left: 12px !important;
}

.tp-btn-default {
    color: #ffffff;
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%) !important;
}
.tp-btn-default:hover {
    color: #ffffff;
    background-color: #3fce92;
}

.left-sidebar {
    padding-top: 17px;
}
.adbot67 {
    margin-bottom: 67px !important;
}
/* career page Designing end */



/* csr page designb start */

.ab-w3l-text h2 {
    font-size: 31px;
    color: #118219;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ccc4c4d1;
    padding-bottom: 30px;
    font-weight: bold;
}

.ab-w3l-text p {
    color: #555;
    font-size: 1em;
    line-height: 29px;
    text-align: left;
    letter-spacing: 1px;
    margin: 1em 0;
    text-align: justify;
}

.top-border:before {
    position: absolute;
    content: '';
    width: 236px;
    height: 2px;
    border: 1px solid #7a2781;
    margin-top: -18px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.fa-arrow-right:before {
    content: "\f061";
}



.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
    -webkit-box-align: center;
    align-items: center;
}

.vc_row.vc_row-flex>.vc_column_container {
    display: flex;
}


.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: center;
    justify-content: center;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 1;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
.wpb_single_image.vc_align_center {
    text-align: center;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}










.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
 /* width: 100%; */
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
 /* top: 50%; */
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.wpb_column.vc_column_container.vc_col-sm-7 {
    padding-top: 120px;
    padding-bottom: 80px;
}

.col-md-6.padrgtcsr {
    padding-top: 60px;
    padding-left: 130px;
}

.vc_single_image-wrapper.vc_box_border_grey {
    width: 520px;
    padding-top: 60px;
    padding-bottom: 28px;
}

.col-md-6.ab-w3l-text {
    padding-left: 120px;
    padding-top: 80px;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 1.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


img.chngesiz {
    padding-right: 10px;
    width: 34px;
}

strong.font-weigh.padleft.chngeleft {
    padding-left: 0px !important;
}

/* csr page design end */


/* TEstimonial Page design */

















































.heading {
    text-align: left;
    color: #190101 !important;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    z-index: 999;
	
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(..//images/design.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
        width: 96%;
    margin-left: 31px;
    margin-top: 31px;
    margin-bottom: 31px;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
img.img-circle.img-responsive {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    font-size: 22px;
    color: #696868;
    line-height: 45px;
    line-height: 1.5;
    padding: 0 9px;
    min-height: 102px;
}
.testimonial4_slide h4 {
  color: #1d0202;
  font-size: 22px;
}
.mb-105 {
    margin-bottom: 55px;
}
.testimonial-ratting i {
    color: #fbba42;
    display: inline-block;
}
.rattiong-caption span {
    color: #112e41;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial .carousel {
    padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

section.testimonials-style-two.sec-pad {
    /* margin-top: 50px; */
    padding-top: 50px;
    padding-bottom: 50px;
}


/*span.carousel-control-next-icon {
    background-image: url(..//images/right.png);
}


span.carousel-control-prev-icon {
    background-image: url(..//images/left.png);
}*/

h3.adpadtest {
    padding-top: 20px;
}

.aligntoppad {
    padding-top: 20px;
}

span.commom-class {
   -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: 0;
    padding: 0;
    z-index: 2;
    opacity: unset !important;
    visibility: visible;
    height: 45px;
    width: 45px;
    line-height: 41px;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.font-back-tittle img {
   
    right: 0;
    left: 0;
    margin: 0 auto;
}
.font-back-tittle .archivment-front {
    position: relative;
    z-index: 9;
}
.font-back-tittle {
    position: relative;
    text-align: center;
}
.font-back-tittle h3.archivment-back {
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
    font-size: 130px;
    font-family: snell roundhand;
    font-style: italic;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-family: 'noto serif',serif;
    color: rgba(17,46,65,.031);
}
.testimonial-ratting {
    margin-bottom: 17px;
}
/* ------testimonial  close-------*/

/*Bread crump style start*/
ul.medizco_breadcrumblist:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
    z-index: -1;
}


ul.medizco_breadcrumblist {
    position: relative;
    color: #222;
    margin: 0 0px 0px 329px;
    padding: 11px 56px;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 0;display: none !important;
}

.medizco_breadcrumblist > .curves {
    position: absolute;
    top: 0px;
    height: 100%;
}
.medizco_breadcrumblist > .curves.left {
    left: 0;
}
.medizco_breadcrumblist > .curves.left::before {
    left: -8px;
    width: 20px;
}

.medizco_breadcrumblist > .curves::before, .medizco_breadcrumblist > .curves::after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#558dca),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,#558dca 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,#558dca 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,
#558dca 0%,
    rgba(255,255,255,0) 100%);
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
}



.medizco_breadcrumblist > .curves.left::after {
    left: 12px;
    width: 8px;
}

.medizco_breadcrumblist > .curves::after {
    -webkit-transform: skewX(-24deg) rotate(180deg);
    -ms-transform: skewX(-24deg) rotate(180deg);
    transform: skewX(-24deg) rotate(180deg);
}

.medizco_breadcrumblist > .curves::before, .medizco_breadcrumblist > .curves::after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#558dca),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,#558dca 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,#558dca 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,
#558dca 0%,
    rgba(255,255,255,0) 100%);
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
}
.medizco_breadcrumblist > .curves.right::before {
    left: -20px;
    width: 20px;
}
.medizco_breadcrumblist > .curves.right {
    right: 0;
}
.medizco_breadcrumblist > .curves::before, .medizco_breadcrumblist > .curves::after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#558dca),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,#558dca 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,#558dca 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,
#558dca 0%,
    rgba(255,255,255,0) 100%);
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
}
.medizco_breadcrumblist > .curves.right::after {
    left: 0;
    width: 8px;
}
medizco_breadcrumblist > .curves::after {
    -webkit-transform: skewX(-24deg) rotate(180deg);
    -ms-transform: skewX(-24deg) rotate(180deg);
    transform: skewX(-24deg) rotate(180deg);
}
.medizco_breadcrumblist > .curves::before, .medizco_breadcrumblist > .curves::after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#558dca),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,#558dca 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,#558dca 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,
#558dca 0%,
    rgba(255,255,255,0) 100%);
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
}
.medizco_breadcrumblist > li:not(.curves):not(.seperator) {
    max-width: 165px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.medizco_breadcrumblist > li.seperator {
    margin: 0 5px;
}
/*Bread crump style End*/



@media (max-width: 480px) { 
ul.medizco_breadcrumblist {
    padding: 7px 0px;
    position: initial;
    top: 24px;
    text-align: center;
    margin-bottom: 24px;
    border-radius: 28px;
    background: #fefefe;
    margin-left: 0px;
	width:100%;
}
ul.medizco_breadcrumblist.d-inline-flex.flex-wrap.flex-lg-nowrap.align-items-center li {
    width: 100%;
    text-align: center;
}
.medizco_breadcrumblist > li:not(.curves):not(.seperator) {
    max-width: unset;
}
ul.medizco_breadcrumblist.d-inline-flex.flex-wrap.flex-lg-nowrap.align-items-center li a {
    color: #971072;
}
.medizco_breadcrumblist > .curves::before, .medizco_breadcrumblist > .curves::after
{
	display:none;
}

}
@media (min-width: 481px)and (max-width: 767px)  { 
ul.medizco_breadcrumblist {
    position: relative;
    color: #222;
    margin: 0 0px 0px 0px;
    padding: 13px 56px;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 0;
}
ul.medizco_breadcrumblist.d-inline-flex.flex-wrap.flex-lg-nowrap.align-items-center  {
    width: 100%;
    text-align: center;
}
.medizco_breadcrumblist > li:not(.curves):not(.seperator) {
    max-width: unset;
	width: 100%;
}
ul.medizco_breadcrumblist.d-inline-flex.flex-wrap.flex-lg-nowrap.align-items-center li {
    
    text-align: center;
}
}
@media (min-width: 768px)and (max-width: 991px)  { 
ul.medizco_breadcrumblist {
    margin: 0px 16px;
}
}
@media (min-width: 992px)and (max-width: 1024px)  { 
ul.medizco_breadcrumblist {
    margin: 0px 100px;
}
}
@media (min-width: 1025px)and (max-width: 1307px)  { 
ul.medizco_breadcrumblist {
    margin: 0px 214px;
}
}


/* News styel start*/
.news-heading h5 {
    color: #555;
    font-size: 23px;
    font-weight: 700;
}
.make-hr {
    height: 4px;
    width: 60px;
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    border-radius: 2px;
    position: relative;
    float: none;
}
ul.para_li.margin-csr {
    margin-bottom: 43px;
}

.csr-new{
margin-top: 46px !important;
}
/* News styel start*/

.hr-tag {
     height: 1px;
    width: 59px;
    background: #616161;
    border-radius: 2px;
    position: relative;
    top: -22px;
    left: 38px;

}
h5.title.dr-name {
    color: #222;
    font-size: 20px;
}
span.dr-drg {
    font-size: 13px;
}
.det-color p {
    color: #782881;
}
.gov-logo p {
    font-size: 18px;
    text-align: center;
    border: 1px solid #7a267f;
    padding: 8px;
	background: #faedfb;
}

i.fa.fa-home.color-home {
    background: -webkit-linear-gradient(top, #e72c83 0%,#a742c6 100%);
    background: linear-gradient(to bottom, #524493 0%,#9e0c70 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3.slide-head.speci-list {
    font-size: 27px;
    line-height: 36px;
}
ul.home-list {
    padding-left: 19px;
    padding-top: 11px;
}
.carousel-caption.d-none.d-md-block.slider-captions.bg-lenth {
    right: 30%;
}
.home-arrow a {
    top: 65%;
}

.page-item.disabled .page-link {
    color: #ffffff;
    background-color: #8c0858;
    border-color: #ffffff;
	
}
li.page-item.next-brn a {
	color: #ffffff;
    background-color: #8c0858;
    border-color: #ffffff;
	
}
a.page-link.csr-news{
	color: #ffffff;
    background-color: #8c0858;
    border-color: #ffffff;
	
}
/*gallery Start*/
.gallery-images ul li {
    float: left;
  
    
    overflow: hidden;
    border: solid 1px #e5e5e5;
    padding: 4px;
}
.gallery-images {
    float: left;
    width: 100%;
    
}
.gallery-images ul {
   
    float: left;
    width: 100%;
}
.gallery-images ul li a {
    width: 100%;
    overflow: hidden;
    float: left;
}
.gallery-images ul li p {
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    background: #f5f5f5;
    font-weight: 800;
    background: linear-gradient(to right, #0564a0 , #a1096e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    font-family: 'montserratregular';
    align-items: center;
    justify-content: center;
    display: flex;
	margin-bottom: 0px;
}
.gallery-images ul li img {
    width: 100%;
}
/*gallery End*/




span.carousel-control-prev-icon.bgcolor {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(159, 39, 129) !important;
    padding: 14px;
}
span.carousel-control-next-icon.bgcolor1 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(159, 39, 129) !important;
    padding: 14px;
}
span.font-size {
    font-size: 36px;
}





/*-----------------accordion--------------*/
.accordion {
  border: 1px solid #e0e0e0 !important;
  color: #81217d;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 19px;
  transition: 0.4s;
  font-weight: 800;
  background: white;
    
  
}


.panel {
  padding: 15px 0px;
  display: none;
  background-color: white;
  overflow: hidden;
}
button.accordion:after {
    content: '\002B';
    color: #81217d;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}
button.accordion.mar-top {
    margin-top: 13px;
}
.panel.para p {
    padding: 10px;
    margin-bottom: 0px;
    text-align: justify;
    padding-left: 14px;
}
.lower-case {
    text-transform: lowercase;
}
.arrow-dept {
    padding-right: 10px;
	background: linear-gradient(to bottom, #355ba1 0%,#9e0b6f 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team-opra{
	margin-top: 52px;
    padding-right: 0px;
}
h3.surgery-team {
    padding-left: 13px;
    font-size: 22px;
    color: #7c257f;
}

.under-img{
	margin-bottom: 23px;
	margin-top: 12px;
}
.certificate {
    font-size: 19px;
    text-align: center;
    color: #80237e;
}
/*-----------------accordion End--------------*/



/* ----------Doctor Timing----------------*/
figcaption.widget-image-caption.wp-caption-text {
    color: #fff;
    background-color: #7e247ec7;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    margin-top: 0;
	position: absolute;
 left: -12px;
    bottom: 4px;
  margin-bottom: 97px;
  padding: 4px 25px 5px 51px;
  border-radius: 0 50px 50px 0;
  pointer-events: none;
}
figcaption.widget-image-caption.wp-caption-text:before {
    content: "\f017";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 11px;
    border-radius: 50%;
    font-family: "FontAwesome";
    background: #7c257f;
    /* border: 3px solid #fff; */
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
    box-shadow: inset 0 0 10px rgba(0,0,0,.2);
    line-height: 31px;
    text-align: center;
}
figcaption.widget-image-caption.wp-caption-text:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    border-top: 15px solid #631a62cf;
    border-left: 15px solid transparent;
}
.themeioan_services {
    border: solid 1px #e5e5e5;
    background: #f5f5f5;
}
.blog-photo img {
    padding: 3px;
}
/* ----------Doctor Timing End----------------*/


.form-group.anthor input {
    padding: 0px 9px 0px 12px !important;
	color: #666 !important;
    font-weight: 700;
}
.form-group.anthor textarea {
    padding: 0px 9px 0px 12px !important;
	color: #666 !important;
    font-weight: 700;
}
.form-group.text-center.new-butm button {
    text-align: center;
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 45px 11px 35px;
    margin-top: 10px;
    border-radius: 25px !important;
    display: inline-block;
    font-family: 'montserratbold';
    border: none;
    font-weight: 700;
}

p.gallery-bck {
    float: right;
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    color: white;
    padding: 2px 11px 3px 11px;
	font-weight: 500;
	box-shadow: rgba(100, 100, 50, 0.5) 2px 5px 5px;
    transition: all 0s ease 0s;
}

.back-btn-gal {
    padding-left: 10px;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.common-padding {
    padding: 14px;
}
.font-weight {
    background: linear-gradient(to right, #0564a0 , #a1096e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.colonoscopy-cont p {
    font-size: 14px;
    text-align: justify;
    padding-top: 16px;
}

.doc-list {
    font-weight: 500;
    border: 2px solid;
    border-image-source: linear-gradient(45deg, rgb(51, 92, 162), rgb(155, 13, 112));
    border-image-slice: 1;
    padding: 10px;
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    color: white;
	text-align:center;
}
.endoscopy_content{
	padding-top: 55px;
}
p.quotes {
    background: linear-gradient(to right, #0564a0 , #a1096e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.endosocopy-dr {
    font-weight: 600;
    background: linear-gradient(to left, #a00a6e 0%, #2e60a4 100%);
    color: white;
    padding: 10px;
    margin-bottom: 0px !important;
    text-align: center;
}
.endosocopy-dr p {
    margin-bottom: 8px;
}
.cancer-awar  {
    margin-bottom: 0px;
}
.common-padding p {
    margin-bottom: 11px;
}
.sub-content {
    font-weight: 600;
    font-size: 17px;
}
.sub-content2 h6 {
    margin-bottom: 0px;
    font-size: 15px;
}
.doc-list.self-exam {
    margin-top: 13px;
}
.under-img{
	margin-top: 13px;
}
.img-mar {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}
.cancer-indi {
    text-align: center;
}
.text-justi {
    text-align: justify;
}
.content-bg {
    background-color: rgba(0,0,0,.07);
    border: 1px solid rgba(0,0,0,.1);
   border-top: none;
    padding: 35px 20px 25px;
	height: 256px;
}
span.btIco {
    position: absolute;
    left: auto;
    top: auto;
    margin: -22px 0 0 35px;
    z-index: 10;
}
.btIcoHolder {
    background: #7d257f;
    padding: 13px;
    border-radius: 50px;
	width: 45px;
    height: 45px;
}
.btIcoHolder i {
    color: white;
    width: 20px;
	font-size: 22px;
}
.icon-tests {
    position: absolute;
    left: 13px;
    top: 6px;
}
span.headline-about {
    color: #444;
    font-weight: 500;
	font-size: 22px;
}
p.btLatestPostContent {
    color: #333;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    text-align: justify;
}
.heading.new-style {
    text-align: center;
}
.next-row {
    margin-top: 50px !important;
}
.btText p {
    text-align: justify;
}
.count-icon{
	padding: 0px 10px;
}
img.under-cont {
    width: 30%;
    padding: 0px 35px;
}
img.img-replace{
     padding: 0px 0px;
}
ul.para_li.pad-design {
    padding-top: 17px;
}
img.under-contone {
    width: 40%;
    padding: 0px 35px;
}
.padd-align {
    padding-left: 0px;
}
.hed p {
    padding-top: 0px;
    text-align: center;
    font-weight: 500;
    font-size: 23px !important;
}
.elementskit-border-divider:before {
    background-color: #1cba9f;
    box-shadow: 9px 0 0 0 #1cba9f, 18px 0 0 0 #1cba9f;
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
}
.elementskit-border-divider {
    width: 100px;
    background: linear-gradient(90deg,#1cba9f 0%,#1cba9f 100%);
    border-radius: 2px;
    position: relative;
    height: 4px;
	margin-left: auto;
    margin-right: auto;
}
.color-head p{
	color: #772a82;
}

ul.para_li.para-btm {
    padding-top: 103px;
}
hr.line_break {
    width: 100%;
    height: 5px;
    background-color: rgba(255,255,255,.5);
}
img.img-replace.box-shadow {
    border: 10px solid #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.about-us-thumbnail .line {
    width: 100px;
    height: 8px;
    background: linear-gradient(90deg,#1cba9f 0%,#1cba9f 100%);
    position: absolute;
    z-index: 10;
    top: -15px;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.about-us-thumbnail .line::after {
    content: '';
    height: 100px;
    width: 8px;
    background: linear-gradient(90deg,#1cba9f 0%,#1cba9f 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.about-us-thumbnail .line2 {
    width: 100px;
    height: 8px;
    background: linear-gradient(90deg,#1cba9f 0%,#1cba9f 100%);
    position: absolute;
    z-index: 10;
    bottom: -15px;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.about-us-thumbnail .line2::after {
    content: '';
    height: 100px;
    width: 8px;
    background: linear-gradient(90deg,#1cba9f 0%,#1cba9f 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.about-us-thumbnail:focus .line, .about-us-thumbnail:hover .line {
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0;
}
.about-us-thumbnail:focus .line2, .about-us-thumbnail:hover .line2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    left: 0;
}
.about-us-thumbnail {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}