/*
	Theme Name: millennium
	Description: WordPress Theme
	Version: 1.0
	Author: XL Technologies
	Author URI: https://xltechglobal.com/
	Tags: Wordpress, HTML5, CSS3
*/


.top-header{
	font-size: 13px;
	padding-top: 20px;
	padding-right: 10px;
    padding-left: 10px;
}

}
.top-header i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.top-header ul{
    list-style: none;
}
.top-header p{
  color: #000;
  font-size: 13px;
  font-weight: 500;
	display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}

.header{
    height: 300px;
    /*background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(325, 92%, 45%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(325, 92%, 45%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(325, 92%, 45%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#DE0986", GradientType=1 );*/
    background: hsla(0, 0%, 100%, 1);

background: linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(325, 98%, 39%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(325, 98%, 39%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(325, 98%, 39%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#C50274", GradientType=1 );
}


.home .header{
  background: none;
  height: auto;
}
.header-social li, .footer-social li{
	list-style: none;
	display: inline-block;

}
.header-social{
  margin-left: 0px;
}
 #text-2 i,  #text-3 i{
  color: #e00e89;
  font-size: 20px;
  margin-right: 5px;
}
.hm-abt-intro p{
  text-align: justify;
  padding-right: 40px;
}
.slider{
	z-index: -1;
}
.main-header{
	background: #fff;
	padding: 30px 0px;
}
.main-header nav{
	float: right;
	margin-top: 10px;
}
.mega-menu li{
	padding-right: 7px!important;
}
.mega-menu li a{
	font-size: 16px;
}
.logo {
    padding-left: 20px!important;
}
.linkedin, .insta, .fb, .twr, .ytb{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 1%;
    
}
.linkedin{
	background-color: #0487ba;
}
.insta{
	background-color: #e51f8e;
}
.fb{
	background-color: #3a559f;
}
.twr{
	background-color: #00aff0;
}
.ytb{
	background-color: #ed1b0d;
}
.header-social i, .footer-social i{
	color: #fff;
    font-size: 16px;
    margin: 8px;
}	
.home-about img{
	width: 100%;
}
#menu-departments{
	column-count: 3;
}

.header .container{
    position: relative;
}
.header-section{
    left: 0;
    right: 0;
}
.header-section .row{
	max-width: 100%;
}

.top-header .box-col .flex-box{
    display: flex;
    align-self: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.top-header .box-col .widget_polylang ul{
    display: flex;
    gap: 1.5rem;
}
.top-header .box-col .widget_polylang a{
    display: flex;
    align-items: center;
}
.header-social{
    display: flex;
    gap: 5px;
    justify-content: end;
}




.brdcmb{
    position: relative;
    top: 205px;
    border-color: transparent;
    background: transparent;
}
.brdcmb-txt{
    float: right;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
.brdcmb-txt a, i{
  color: #000;
}
.footer p, .footer ul li a {
  color: #d8d8d8;
  font-size: 13px;
}
.footer h3{
	font-size: 20px;
	color: #d8d8d8;
    font-weight: 500;
    margin-top: 0px;
}
.footer .content{
	color: #d8d8d8;	
}
#testimonial .owl-carousel .item {
    height: 32rem;
    text-align: center;
    background: none;
}
.ft-cnt{
	padding-left: 60px;
}
#testimonial .owl-carousel .owl-item img {
    display: block;
    width: 20%;
    height: 40%;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #de0986;
}

#testimonial .owl-carousel {
    margin: 0!important;
}
#testimonial{
	background: #f4f3f4;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 36px;
	font-weight: 600;
}
h5{
	font-size: 19px;
	color: #de0986;
}
.home h5{
	margin-top: 0px;
}
.home h2{
	margin-bottom: 0px;
}
.home .vm-btn{
	margin-top: 25px;
}
.welcome{
	padding: 80px 0px;
}
.welcome h1{
	font-weight: 600;
  margin-top: 0px;
}
/*** Play Button ***/	
.play-btn {
  width: 100px;
  height: 100px;
 /*  background: radial-gradient( rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%); */
  background: radial-gradient( rgba(208, 31, 140, 1) 67%, rgba(255, 255, 255, .8) 68%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, .75);
  top: -26%;
  left: -26%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
.play-cont{
	width:100px;
	height:100px;
	float:left;
	position: absolute;
}

/*** End Play Button ***/
.testimonial-sec{
	padding-left: 105px;
	background: #f4f3f4;
	padding-top: 50px;
}
.testimonial-sec .item p{
	margin-top: 10px;
	padding-right: 20px;
}
.doctors-speak{
	padding-right: 105px;
	padding-left: 50px;
	padding-bottom: 80px;
	padding-top: 50px;
	background: #e8e8e8;
}
.doctors-speak .row{
	margin-bottom: 30px;
}
.vm-btn{
	padding: 10px 30px;
  background: #de0986;
  border-radius: 25px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
}
.vm-btn:hover, .vm-btn:focus{
  color: #fff;
  text-decoration: none;
}
#testimonial .owl-theme .owl-dots .owl-dot span{
	width: 8px;
    height: 8px;
    margin: 0 auto;
    background: none;
    
}
#testimonial .owl-theme .owl-dots .owl-dot{
	border: 1px solid #de0986;
    border-radius: 50%;
    padding: 3px;
    width: 16px;
    height: 16px;
    margin: 5px;
}
#testimonial .owl-theme .owl-dots .owl-dot.active span, #testimonial .owl-theme .owl-dots .owl-dot:hover span{
	background: #de0986;
}
.footer h3:before{
	width: 3px;
	height: 3px;
	background: #fff;
}
#custom_html-4{
  color: #d8d8d8;
  padding: 20px 0px;
}
.why-choose-us .row{
	column-count: 3;
}
.wcu-box{
	display: inline-block;
    padding-right: 30px;
    max-width: 450px;
}
.wcu-box h3{
	font-weight: 500;
  margin-bottom: 0px;
}
.why-choose-us{
	/*background-image: url('http://localhost/millennium_hospital/wp-content/uploads/2021/05/why-choose-bck.jpg');*/
	height: 100%;
	background-size: cover;
}
.why-choose-us h2{
	padding-top: 60px;
}
.dept-carousel{
	background: #de0986;
  margin-top: 320px;
  max-height: 420px;

}
.dept-carousel .owl-carousel .owl-item img {
    display: block;
    width: 265px;
    height: 290px;
    position: relative;
    top: 10px;
}
.box{
	width: 230px;
    height: 385px;
    background: #c50274;
    position: absolute;
    z-index: -1;
    bottom: 48px;
    right: 45px;
}
.department-carousel .item h4{
	background-color: #fff!important;
	padding: 35px 10px;
	text-align: center;
	margin-top: 0px;
	font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    height: 105px;
}
.dept-carousel .item{
  padding: 15px;
  margin-right: 15px;

}
.dept-carousel .row{
	position: relative;
    top: -275px;
}
.department-carousel{
    position: relative;
    top: -251px;
}
.department-carousel .owl-nav{
	font-size: 60px;
    position: absolute;
    top: -95px;
    right: 0;
}
.department-carousel .owl-prev, .department-carousel .owl-next{
	background: #de0986!important;
    padding: 20px;
    width: 10px;
    height: 10px;
    position: relative;
    margin: 10px;
}
.owl-prev span, .owl-next span{
	position: relative;
    top: -50px;
    right: 10px;
    color: #fff;
    font-size: 47px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,{
	padding: 25!important;
}
.facility .container-fluid {
	padding: 0px;
	margin: 0px;
}
.facility-box{
	padding: 0px;
}
.facility-txt p, .facility-txt h2, .facility-txt ul li{
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.facility-txt p{
  text-align: justify;
  padding-right: 50px;
}
.facility-txt ul{
	line-height: 2;
	margin-top: 20px;
}
.facility-txt h2{
	font-size: 33px;
  margin-bottom: 15px;
}
.facility-txt{
	height: 450px;
    padding: 0px;
    background: #de0986;
}
.facility-txt ul li{
	font-size: 16px;
}
.wcu-box p{
  font-size: 13px;
}
.arrow-right{
	position: absolute;
    left: 99%;
    top: 20%;
    z-index: 9;
    float: right;
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #de0986;
}
.arrow-left {
    position: absolute;
    right: 99%;
    bottom: 20%;
    z-index: 9;
    float: right;
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid #de0986;
}
.facility-txt{
	height: 450px;
    padding: 80px 30px 0px 105px;
    background: #de0986;
} 
.footer-social div{
	background: #525252;
} 
#menu-quick-links{
	margin-left: 0px;
}  
#menu-quick-links li, #menu-departments li{
	list-style: none;
} 

.ft-cnt{
	margin-left: -42px;
}	   
.footer .container{
	    margin: 0px 50px 0px 80px;
}
.footer-contact-info {
    margin-top: 20px;
}
.footer-contact-info-icon {
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 20px;
    top: 0px;
    position: relative;
    float: left;

}
.footer-contact-info-icon i{
	font-size: 17px;
  color: #fff;
}
.footer-contact-info-text{
	padding-left: 25px;
}
.footer span{
	color: #d8d8d8;
}
.footer-social{
    padding-top: 15px;
    margin: 0px;
}
.copyright{
	background: #2b2b2b;
	padding: 15px 0px;
    position: relative;
    bottom: -73px;
    text-align: center;
}
.copyright a{
  color: #d8d8d8;
}
.doctor-listing{
	background: #de0986;
	padding: 60px 0px;
}
.doctor-listing h2, .doctor-listing h5{
	color:#fff;
	
}
.doctor-listing .row{
	padding-bottom: 40px;
}
.doctor-listing .vm-btn{
	background: #fff;
	color: #de0986;
	margin-top: 60px;
	float: right;
}
.doc-detail{
	background: #fff;
    padding: 10px 0px;
    text-align: center;
}
.doc-detail p{
	color: #8c8c8c;
	font-size: 14px;
}
.doc-detail h5{
	margin-bottom: 5px;
	color: #000;
	font-size: 18px;
}
.doc-detail a{
	color: #000;
}
.doc-detail a:focus{
  text-decoration: none;
}
.dc-box{
	padding-bottom: 30px;
}
.dc-box img{
	width: 100%;
}
.footer h3::after{
	 content: '';
  border-bottom: 3px solid #d8d8d8;
  width: 80px;
  display: block;
  margin-top: 10px;
  
}
.copyright{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    color: #a2a2a2;
}
.copyright a:hover{
  font-weight: 900;
  color: #d8d8d8;
}
.testimonial-carousel .owl-stage-outer{
	height: 342px;
}
.news_events{
	padding: 80px 0px 110px 0px;
}
.news-event-box{
	width: auto;
  height: auto;
  background-size: cover;
}
.news-event-cnt-box a{
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.nw-hm{
	font-size: 12px;
  color: #fff;
  font-weight: 100;
}
.hm-news-img{
	position:relative;
	z-index:-1;
}
.news-event-cnt-box{
  background: #de0986;
  padding:7px 15px;
}
.news-event-cnt-box h4{
  height: 30px;
}
.news-event-cnt-box p{
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.25;

}
/***
.news-event-cnt-box a{
  padding: 8px 40px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}***/
.news-event-cnt-box a:focus{
  text-decoration: none;
}
.news_event .row{
	padding-bottom: 30px;
}
.news_events .vm-btn{
	float: right;
	margin-top: 50px;
}
.news-event-cnt-box h4{
	font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}
.date-box{
	width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    padding: 8px;
    background: #FD0095;
	background: -webkit-linear-gradient(to bottom, #FD0095 0%, #C10071 100%);
	background: -moz-linear-gradient(to bottom, #FD0095 0%, #C10071 100%);
	background: linear-gradient(to bottom, #FD0095 0%, #C10071 100%);
	margin-bottom:-35px;
}
.date-box .year{
	font-size: 17px;
    font-weight: 900;
}
.date-box .month{
	text-transform: uppercase;
}
.header{
    background-size: cover;
    /*height: 500px;*/
    background: transparent;
}
.brdcmb h2{
  color: #e51e92;
  text-transform: uppercase;
}
.bnr-main{
    /*position: absolute;
    top: 0;*/
    width: 100%;
    height: 535px;
	background-size: cover;

}
.find_doctor{
  padding-top: 100px;
}
.dept-sd-menu{
  background: #e3007b;
  padding: 35px 30px;
 
}
.dept-sd-menu li{
  list-style: none;
  font-size: 16px;
  line-height: 2;
  line-height: 2;
  border-bottom: 1px solid #a20158;
}
.dept-sd-menu li a{
  color: #fff;
  font-weight: 100;

}
.dip-body{
  font-size: 15px;
  line-height: 1.5;
  padding-left: 40px;
}
.brdcmb{
  font-size: 18px;
}
.doc-detail span{
  font-size: 14px;
  color: #adadad;
}
.single-departments .dc-box{
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #d2d2d1;
    margin-bottom: 0px;
}
.single-departments .doc-detail h5{
  margin-top: 0px
}
.single-departments .footer{
  margin-top: 80px;
}
.googlemap p{
  margin-bottom: 0px;
}
.news-title h4{
  font-size: 18px;
}
.contact-info {
    margin-top: 20px;
}
.contact-info-icon {
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 20px;
    top: 0px;
    position: relative;
    float: left;
    padding: 15px;
    border: 1px solid;
    

}
.contact-info-icon i{
  font-size: 17px;
  color: #fff;
}
.contact-info-text{
  padding-left: 25px;
  margin-left: 40px;
}
.contact-info-box{
  background: #e3007b;
  color: #fff;
  font-size: 16px;
  padding: 45px;
}
.contact-inner{
  margin-bottom: 40px;
}
.contact-us .cnt-wrapper .footer-social {
    padding-top: 45px;
    margin: 0px;
    margin-top: 85px;
    border-top: solid;
    border-width: 0.5px;
    color: #fff;
}
.contact-us .cnt-wrapper .footer-social div {
    background: none;
    border: 1px solid;
    margin-right: 10px;
}
.contact-us .contact-form{
  padding-left: 60px;
}

#nf-field-18 {
    background: #e3007b!important;
    padding: 15px 40px!important;
    color: #fff!important;
}
#nf-label-field-17{
	line-height:25px !important;
	font-size:16px !important;
}
.book-an-appointment .wpforms-submit {
background: #e3007b!important;
    padding: 15px 40px!important;
    color: #fff!important;
}
#wpforms-565-field_9 li label{
	line-height: 30px !important;
}
.wp-core-ui .button-primary {
    background: #d72f92!important;
    border-color: #d72f92!important;
}
.news-post{
  background: #e51e92;
  padding: 0px;
  background: #e51e92;
 
}
.news-pic{
    height: 275px;
    overflow: hidden;
}
.news-pic img{
  overflow: hidden;
}
.news-post img{
  padding: 10px;
}
.news-content{
    padding: 20px;
    min-height: 150px;
	margin-bottom:3rem;
}
.news-title h4, .news-info p{
  color: #fff;
}
.news-info a{
  color: #fff;
}
/*******  Doctor Inner page *********/
.doctor-box{
    width: 320px;
    height: 400px;
    background-color: #e51e92;
    padding: 40px;
}
.doctor-box h5{
  margin: 15px 0px 0px 0px;
  color: #fff;
}
.book-appointment{
    background: #000;
    padding: 15px;
    width: 255px;
    height: 52px;
    position: relative;
    bottom: -280px;
    float: right;
}
.book-appointment a{
  color: #fff;
}
.bck-apnt-icon{
    display: inline-block;
    float: right;
}
.book-appointment .owl-next{
    background: #de0986!important;
    padding: 20px;
    width: 55px;
    height: 52px;
    position: relative;
    right: -18px;
    top: -45px;
    top: -37px;
}
.book-appointment .owl-next span{
    position: relative;
    top: -25px;
    right: 0px;
    color: #fff;
    font-size: 46px;
}
.bck-apnt-txt{
  font-size: 16px;
}
.doctor-info{
  padding-top: 40px;
}
/*.single-doctors .header {
    height: auto;
}*/
.common-page{
  overflow: hidden!important;
}
.single-doctors .bnr-main{
  position: relative!important;

}
.find-dr-pg{
  background: #dc2483d9;
  position: relative;
  top: 105px;
  padding: 30px;
}
#speciality{
  padding: 0px 10px;
  font-size: 14px;
}
#doct_name{
  padding: 24px;
  font-size: 14px;
}
.doctors .find{
  color: #ed69b1;
}
.doctors h5{
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 40px;
}
.doctors h6{
  font-size: 14px;
  margin-top: 0px;
  text-align: center;
  color: #d83393;
}
.find-dr-hd h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
}
.btn{
  padding: 13px 35px;
}
.doctors select{
  height: 5rem;
}
.doc-detail-bx{
    padding: 10px 0px;
    border-top: 0px;
    margin-top: -30px;
    height: 160px;
}

section.find-dr-pg {
    margin-bottom: 0px;
}
.find-dr-nm input{
    border-radius: 4px;
}
.DoctorName{
    border-radius: 4px;
}
.hide-block,.hide-section{
    display: none;
}
.loadmore,.block-load{
    text-align: center;
}
/*******  Doctor Inner Page *********/
.common-page{
  margin-top: -300px;
}
.about-us-page, .news-body, .contact-body, .facility-body{
  padding: 80px 0px;
}
.inner .about-us-page{
  font-size: 15px;
}
.facility-txt ul li{
  list-style: none;
}
.facility-txt ul li:before{
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
}
.single-doctors .common-page{
  margin-top: -300px;
}
.home .footer{
  margin-top: 0px;
}
.news-event-inr-box img{
  width: 100%;
  height: auto;
}
.news-event-inr-box ul li img{
  display: inline-block;
}
.news-event-sidebar ul li a{
 
  display: inline-block;
}
.news-event-sidebar img{
  width: 85px;
}
.single-news .date-box{
  position: absolute;
  left: 35px;
}
.news-more {
    padding: 7px;
    width: 100%;
    height: 104px;
    border-bottom: 1px solid #dcdcdc;
}
.news-pic_thumb {
    width: 90px;
    float: left;
    margin-right: 10px;
}
.news-more span{
  font-size: 12px;
}
.nw-sidebar-cnt{
  font-size: 13px;
}
.sidebar-bg h3{
    text-transform: uppercase;
    color: #de0986;
    font-weight: 600;
    padding-left: 20px;
    font-size: 20px;
}
.news-list ul li{
    list-style: none;
    height: 90px;
    padding: 10px 0px;
}
.news-event-page{
  padding: 60px 0px;
}
.news-more i{
  color: #de0986;
  margin-right: 8px;
  margin-bottom: 10px;
}
.inner .doctor-box{
  position: relative;
  top: -240px;
}
.wpforms-field-container .wpforms-field-large:focus, .wpforms-field-container .wpforms-field-medium:focus{
  border: 2px solid #de0986!important;
}
.about-us-page h1{
  font-weight: 600;
}
.doc-detail{
  height: 90px;
}
.doctors-list{
  padding: 80px 0px;
}
.dr-photo-container img{
  width: 100%!important;
}
#testimonial .owl-carousel .item, .testimonial-carousel .owl-stage-outer{
	height: auto!important;
}
.news-info
{   display: -webkit-box;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	 overflow: hidden;
}
.news-title h4{
	display: -webkit-box;
    -webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 overflow: hidden;
}
.news-post a{
	color: #fff!important;
}
.doctor-info h4{
	font-size: 16px;
    font-weight: 500;
	line-height: 0.5;
}
.doctor-info ul{
	margin-left: 20px;
}
/*.ft-cnt #custom_html-2{
	width: 500px;
}*/
#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link{
	line-height: 1.5!important;
}
.item-pic {
    width: 55px;
    float: left;
    padding-right: 15px;
}
.service-name{
	padding-top: 10px;
    float: left;
}
.service-name h4{
	margin: 0px;
}
.srv-lists .col-md-4{
	padding-bottom:36px;
	float: left;
}
#block-2{
	color: #d8d8d8;
}
.footer-social li a{
	color: #fff;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
	padding: 8px 10px 0px 10px;
}
.dc-box img{
	min-height: 194px;
}
.single-departments .dc-box{
	margin: 10px;
}
.doc-bx{
	padding-bottom: 15px;
}
.DoctorDetails{
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.departments-template .doc-detail{
	height: 115px;
}
.departments-template .doc-detail span{
	color: #d83393;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
	outline-offset: 0px;
	box-shadow: none;
}
find:focus{
	border: none;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000!important;
}
.my-float {
    margin-top: 16px;
    color: #fff;
}
.blog_sc{
    margin: 80px 0;
}
.blog-box{
    margin: .7rem 0;
	-webkit-box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.06);
	-moz-box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.06);
	box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.06);
}

.blog_sub_img{
    width: 100%;
}
.bolg_sub_heab{
 font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 1.5rem 1.3rem;
    text-align: center;
    min-height: 60px;
    padding-bottom: 15px;
}

.bolginner_head{
    /* text-align: center; */
    color: #fff;   
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 1rem ;
    margin-bottom: 2rem;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.blog_box_color{
    background-color: #DE0986;
    padding: 2.5rem;
}
.bolg_inner_flex{
    align-items: center;
    color: #fff;
    gap: .5rem;
    text-decoration: none !important;
}
.blog_inner_title{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
   color: #fff; 
}

.blog_inner_main_head{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2rem;
    color: #444444;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
	margin-top:0 !important;
}
.bolg_inner_main_box{
    /* padding-right: 3rem; */
}
.blog_inner_main_title{
    margin-top: 1rem;
    font-size: 14px;
    color: #444444;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.blog_inner_main_image{
    width: 100%;
}
.bolg_inner_listing{
    padding: 0;
}
.bolg_inner_list{
    list-style: none;
    margin-top: .9rem;
    padding-top: .9rem;
    border-top: 1px solid #fff;
}
.bolg_inner_list img{
    max-width:100%;
	padding-right:10px;
}
.blog .pagination {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.blog .pagination a {
	background: #9E9E9E;
    font-size: 16px;
    color: #fff;
    padding: 5px 12px;
}
.blog .pagination a:hover {
    background: #cc0099;
}
.blog .current{
	background: #cc0099;
font-size: 16px;
    color: #fff;
    padding: 5px 12px;
}

.bolg_inner_img-position{
	width:75px;
	float:left;
	height:auto;
}
.blog_inner_title{
	    /* width: 210px; */
    /* float: left; */
    /* height: auto; */
    line-height: 17px;
    padding-left: 0;
    font-size: 15px;
}
.blog_sc h2{
	font-size: 36px;
    font-weight: 600;
    padding-bottom: 10px;
	color:#222;
}
.blog_sc h3{
	font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;

}
.blog_sc h4{
	font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;

}
.blog_sc h5{
	font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;

	
}
.blog_sc ul {
	margin-left:3rem;
}
.dpt-blg-img img{
	max-width:100%;
	padding-bottom:7px;
}
.dpt-blg-img {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ccc;
}
ul.bolg_inner_listing{
	margin:0 !important;
}

.dep_blog h3, .dep_blog p.blog_inner_title,.dep_blog .blog_inner_title, .dep_blog h3.bolginner_head{
   color: #222 !important; 
}
.blg-sp h5 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 19px;
}

.p-portal{
	padding-top: 7rem;
}
.p-portal-2{
	padding-top: 2rem;
}
.p-portal .pep-filter{
	text-align: right;
	margin-bottom:2rem;
}
.p-portal .pep-fltr-txt{
	font-size: 18px;
  padding-right: 1.5rem;
}
.p-portal .pep-select{
	padding: 1.5rem 3rem 1.5rem 2rem;
  color: #090c2e;
 	border: none;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  height: auto;
  background-color: #efefef;
  display: inline-block;
  width: 240px;
}

.p-portal .blog-box{
	padding: 2rem;
  box-shadow: none;
	border: 1px solid #CDCDCD;
	min-height: 44rem;
  position: relative;
}
.p-portal .blog-box .bolg_sub_heab{
	text-align: left;
  padding: 0;
  margin: 1.5rem 0;
  min-height: auto;
}
.p-portal .blog-box .bolg_btn_posi{
	position: absolute;
	bottom: 2rem;
}
.p-portal .blog-box .bolg_btn_a{
	margin-top: 1.2rem;
	font-size: 13px;
	padding: 10px 15px;
  background: #de0986;
  border-radius: 25px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}



.patient-card .bg-color-1{
    background-color: #ff9cd6;
}
.patient-card .bg-color-2{
    background-color: #ecdbe5;
}

/* .patient-card{
    padding: 5rem 0;
} */

.patient-card .single-card{
    border: 1px solid #ff9cd6;
    overflow: hidden;
    background-color: #f7f7f7;
    align-self: stretch !important;
	padding: 0.9rem;
    margin-bottom: 2.5rem;
    min-height: 700px;
}
.patient-card .box-one{
    padding: 0 1rem 1rem ;
    height: 100%;
    border: 1px solid #fff;
	padding-top:30px;
}

.patient-card .box-one h4{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-top: 1rem;
	margin-bottom:2px;
}
.patient-card .box-one span{
    font-size: 18px;
    font-weight: 700;
    color: #000;
  
	display: block;
    text-align: center;
}
.patient-card .box-one span.span-one{
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.patient-card .box-one p{
	margin: 0;
}
.patient-card .box-two{
    padding: 2rem 1rem;
    color: #000;
    border: 1px solid #fff;
    min-height: 250px;
}
.patient-card .box-two h2{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0 5px 0;
}
.patient-card .box-two h3{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0.2rem 0 1rem;
}
.patient-card .box-two p{
    color: #000;
    font-size: 17px;
    font-weight:400;
    margin: 0;
	text-align: center !important;
	line-height: 1.2;
}
.patient-card .box-three{
    display: inline-block;
    padding: 1rem 1rem 0;
}
.patient-card .box-three p{
    font-size: 15px;
    margin: 0;
	text-align: center !important;
	line-height: 22px;
}





/* ----------------------------------------- */

.popmake-content p{color:#fff !important;}
.ninja-forms-req-symbol {
	display: none;align-content}
.d-flex{
	display:flex;
	gap:1.5rem;
}
#text-7 i{
	color: #e00e89;
    font-size: 20px;
    margin-right: 5px;
}
.bkap {text-align:right;}
.bkap a{
	font-weight: 600;
  font-size: 14px;
}
.bkap a:hover{
	color:#d73491;
}
.page-id-4371 ul, .page-id-4371 ol{
	padding-left: 2rem;
}
.dip-body h1{
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 0.5rem;
  line-height: 40px;
}
.dip-body h2{
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 1rem;
}
.dip-body h3{
	font-size: 16px;
	margin: 0;
}
.dip-body ul{
	padding-left: 1.5rem;
}
.dip-body li{
	margin-bottom: 0.5rem;
}
.dip-body .Doctorlist h3{
	font-size: 18px;
}
.page-id-4525 .about-us-page h3{
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 0px;
}
.page-id-4525 .about-us-page ul{
	padding-left: 2rem;
}



.box-border {
    margin: .7rem 0;
    min-height: 405px;
    position: relative;
    box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.06);
    transition: 300ms all ease-in-out;
}
.box-border:hover{
    box-shadow: -1px 2px 5px 2px rgb(214 214 214);
}
.box_content{
   padding: 1rem 2rem;
}
.headin-type-4{
    color: #000;
    margin:0 0 0.8rem 0 ;
    font-size: 18px;
    font-weight: 400;
}
.box-in-image{
    width: 100%;
    height: auto;
    border: 1px solid #CDCDCD;
}
.button-type-a1{
    transition: 300ms all ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background: #de0986;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0.5rem;
}
.button-type-a1:hover{
    color: #ffff;
    background-color: #de0986b8;
}

.gt_float_switcher{
	font-size:14px !important;
	float:left;
	margin: 0 0 0 15px;
	text-align:right;
	z-index:99999;
}
.gt-current-lang, .gt_float_switcher .gt-selected .gt-current-lang{
	padding:5px !important;
}

/* ----------------------------------------- */