.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
   color:white;
   font-size: 2px;
}


.section_con{
	width:100%;
	float: left;
	background: white;
	margin-top: 70px;
}

.section_con .image_sli{
	width:100%;
	float: left;
}

.section_con .image_sli img{
	width:100%;
	height: 500px;
}


.section_con .section_center{
	width:1200px;
	margin:0 auto;
}

.section_con .section_center .section_new{
	width:100%;
	float: left;
	position: relative;
}

.section_con .section_center .section_new .services_name{
	
    float: left;
    text-align: center;
    background: rgba(255,255,255,0.7);
    position: absolute;
    box-sizing: border-box;
    margin-top: -119px;
    font-size: 35px;
    text-transform: uppercase;
    padding: 10px;
    color: white;
    font-weight: bold;
    z-index: 99;
}

.section_con .section_center .section_new .services_name .name_sub{
	color: rgb(104, 91, 165);
}

.section_con .section_center .section_new  .service_dep {
	float: left;
    text-align: center;
    background: rgb(104, 91, 165);
    position: absolute;
    box-sizing: border-box;
    margin-top: -173px;
    font-size: 35px;
    text-transform: uppercase;
    padding: 14px;
    color: white;
    font-weight: bold;
    z-index: 99;
}

.section_con .section_center .section_new  .service_dep .dep_head {
	color: rgba(255,255,255,1);
}

.section_con .section_center .section_new .mail_content{
	width: 100%;
    float: left;
    background: rgba(112,32,130,0.7);
    position: absolute;
    box-sizing: border-box;
    margin-top: -58px;
    padding: 10px;
    font-weight: bold;
    z-index: 9998;
}

.section_con .section_center .section_new .mail_content .mail{
	color:white;
	padding: 5px;
	float: left;
}



.section_con .section_center .section_new .mail_content .mail span{
	padding: 5px;
}

.section_con .section_center .section_new .mail_content .doc_appoint {
	float: right;
	cursor: pointer;
}



.section_con .section_center .section_new .mail_content .doc_appoint .book_button {
	background: #fefefe;
    padding: 7px 23px;
    float: right;
    color: rgba(112,32,130,0.7);
}

.section_con .section_center .section_new .mail_content .doc_appoint .book_button:hover{
	background: #513f95;
    padding: 7px 23px;
    float: right;
    color: rgb(255 255 255 / 100%);
}



.section_new .left_sidebar{
	width: 75%;
	float: left;
	padding:10px;
	box-sizing: border-box;
	font-size: 12px;
}

.section_new .left_sidebar .user_nav{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding:10px;
}

.section_new .left_sidebar .user_nav a{
	padding: 5px;
    color: #685ba4;
    font-weight: bold;
    text-transform: uppercase;
}

.section_new .left_sidebar .user_nav a:hover{
	text-decoration: underline;
}

.section_new .left_sidebar .user_nav span{
	padding: 5px;
}



.user_nav{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding:10px;
}

.user_nav a{
	padding: 5px;
    color: #685ba4;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.user_nav .similar_n{
    position: relative;
}

.user_nav .similar_n .alert_message{
    position: absolute;
    width: 260px;
    padding: 5px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(70,70,70,.1);
    z-index: 10;
    border-radius: 5px;
    left:0;
    text-decoration: none;
    color:black;
    font-size:11px;
    display: none;

}

.user_nav .similar_n .alert_message span{
    text-decoration: underline;
    color:#685ba4;
}

.user_nav .similar_n .alert_message span:hover{
    color: green;
}

.user_nav a:hover{
	text-decoration: underline;
}

.user_nav span{
	padding: 5px;
}

.section_new .left_sidebar .services_list{
	width: 100%;
	float: left;
}

.section_new .left_sidebar .services_list .services_head{
	width: 100%;
	float: left;
	 border-bottom: 1px solid rgba(104,91,164,0.5);
}

.section_new .left_sidebar .services_list .services_head .head{
	 color: #fff;
    background: #685ba4;
    font-weight: bold;
    float: left;
    font-size: 25px;
    text-transform: uppercase;
   position: relative;
    padding: 12px;
}

.section_new .left_sidebar .services_list .services_head .head:before{
	content: '';
    position: absolute;
    border-left: 43px solid #685ba4;
    border-top: 48px solid transparent;
    left: 100%;
    top: 0;
}

.section_new .left_sidebar .services_list .ser_list{
	width: 100%;
	float: left;
	margin-top:10px;
}

.left_sidebar .services_list .ser_list ul li{
	width: 32%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 1%;
    height: 267px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 1%;
    border: 1px solid rgba(51,51,51,0.3);

}

.left_sidebar .services_list .ser_list ul li:hover{
	box-shadow: 3px 2px 7px rgba(112,32,130,0.7);
}

.left_sidebar .services_list .ser_list ul li:hover .content_blog{
	bottom: -5px;
}

.left_sidebar .services_list .ser_list ul li:hover .image img{
	transform: scale(1.5);
}

.left_sidebar .services_list .ser_list ul li .image{
	width: 100%;
    float: left;
    height: 280px;
    overflow: hidden;
}

.left_sidebar .services_list .ser_list ul li .image .image_con{
	width: 100%;
	float: left;
}

.left_sidebar .services_list .ser_list ul li .image img{
	width: 100%;
	height: 264px;
	transition: transform 500ms cubic-bezier(0, 0, 0, 1.21) 0s;
}


.left_sidebar .services_list .ser_list ul li .content_blog{
	width: 100%;
    float: left;
    bottom: -68px;
    position: absolute;
    background: rgba(0,0,0,0.7);
    transition: all 300ms linear 0s;
}

.left_sidebar .services_list .ser_list ul li .content_blog .heading{
	width: 100%;
	float: left;
	background: rgba(112,32,130,0.7);
}

.left_sidebar .services_list .ser_list ul li .content_blog .heading h1{
	float: left;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
}

.left_sidebar .services_list .ser_list ul li .content_blog .cont{
	width: 100%;
	float: left;
	padding: 10px;	
	box-sizing: border-box;
}

.left_sidebar .services_list .ser_list ul li .content_blog .cont p{
	width: 100%;
	float: left;
	color:white;
}

.overflow {
  --max-lines: 3;
  position: relative;
  max-height: calc(30px * 3);
  overflow: hidden;
  padding-right: 15px; /* space for ellipsis */
}
.overflow::before {
  position: absolute;
  content: "...";
/*   inset-block-end: 0;
  inset-inline-end: 0; */
  bottom: 0;
  right: 0;
}

/*.fade {
  position: relative;
  height: 3.6em; /* exactly three lines 
}
/*.fade:after {
  content: "....";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1) 50%);
}*/

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.section_new .left_sidebar .head_name{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding:10px;
}

.section_new .left_sidebar .head_name .heading{
	width: 100%;
	float: left;
}


.section_new .left_sidebar .head_name .heading h1{
	width: 100%;
	float: left;
	color: #685ba4;
	text-transform: uppercase;
}

.section_new .left_sidebar .head_name .heading h1 span{
	font-weight: bold;
}

.section_new .left_sidebar .facilities_content{
	width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Open Sans';
    color: black;
}

.section_new .left_sidebar .facilities_content .facilities_new{
	width:100%;
	float: left;
}


.section_new .left_sidebar .facilities_content .facilities_new .insu_head{
	width:100%;
	float: left;
	padding: 7px 5px;
    border-bottom: 1px solid rgba(51,51,51,0.2);
    box-sizing: border-box;
}

.section_new .left_sidebar .facilities_content .facilities_new .insu_head .head{
	width:100%;
	float: left;
	color: #333;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.section_new .left_sidebar .facilities_content .facilities_new .insu_content ul li{
	width: 31%;
    float: left;
    list-style-type: none;
    padding: 26px 10px;
    box-sizing: border-box;
    margin:10px;
}

.section_new .left_sidebar .facilities_content .facilities_new .insu_content ul li{
	list-style-image:none;
}

.section_new .left_sidebar .facilities_content .facilities_new .insu_content ul li img{
	padding: 5px;
}

.section_new .left_sidebar .facilities_content .child_development{
	width:100%;
	float: left;
}

.section_new .left_sidebar .facilities_content .child_development .ula li{
	width:28%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}

.section_new .left_sidebar .facilities_content .child_development .ula_one {
	width:100%;
	float: left;
}

.section_new .left_sidebar .facilities_content .child_development .ula_one li{
	width:100%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}



.section_new .left_sidebar .facilities_content p{
    padding: 10px;
    border-radius: 10px;
    line-height: 30px;
}

.section_new .left_sidebar .facilities_content p strong{
	/*color: #fff;*/
	padding:0;
	font-weight: bold;
}

.section_new .left_sidebar .facilities_content p b{
	/*color: #fff;*/
	padding:0;
	font-weight: bold;
}

.section_new .left_sidebar .facilities_content strong{
	color: #685ba4;

}

.section_new .left_sidebar .facilities_content b{
	color: #685ba4;
    padding: 10px;
}

.section_new .left_sidebar .facilities_content h3{
	font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #444;
    text-transform: uppercase;
}

.section_new .left_sidebar .facilities_content ul li{
	color: black;
    list-style-image: url(../images/drkmh-icon.png);
    margin-left: 50px;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 13px;
    padding-left: 10px;
}

.section_new .left_sidebar .facilities_content li b{
	color: #000;
	padding:0;
    
}

.section_new .left_sidebar .facilities_content li strong{
	color: #000;
	padding:0;    
}

.section_new .right_sidebar{
	width: 25%;
	float: left;
	padding:10px;
	box-sizing: border-box;
}

.footer-widget .footer_icon{
	float: left;
	padding:5px;
}

.footer-widget ul li{
	float: left;
	width:100%;
	margin-bottom: 0px !important;
}

.footer-widget .footer_sub{
	float: left;
	padding:5px;	
}

.section_con .section_center .section_new .back_to_home{
	width: 100%;
	float: left;	
}

.section_con .head_bar_con{
	width: 100%;
	float: left;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(3px);
}

.section_con .head_bar_con .head_bar_center{
	width:1200px;
	margin:0 auto;
}

.section_con .head_bar_con .head_bar_center .head_bar{
	width: 100%;
	float: left;
	padding: 14px 5px;
    box-sizing: border-box;
}

.section_con .head_bar_con .head_bar_center .head_bar .head_logo{
	float: left;
	width: 25%;
}

.section_con .head_bar_con .head_bar_center .head_bar .head_logo .logo{
	width: 100%;
	float: left;
}

.section_con .head_bar_con .head_bar_center .head_bar .head_logo .logo img{
	width: 100%;
	float: left;
}

.section_con .head_bar_con .head_bar_center .head_bar .home_con{
	float: left;
	width: 75%;
}

.section_con .head_bar_con .head_bar_center .head_bar .home_con .home{
    float: right;
    background: rgba(112,32,130,0.7);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;	
    cursor: pointer;
    margin-top: 8px;

}

.section_con .head_bar_con .head_bar_center .head_bar .home_con .home a{
	color:white;
	text-decoration: none;
}

.section_con .section_center .section_new .back_to_home .left_error{
	width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
}

.back_to_home .left_error .error_message{
	width: 100%;
    float: left;
}

.back_to_home .left_error .error_message .oops{
	width: 100%;
    float: left;
}

.back_to_home .left_error .error_message .oops {
	width: 100%;
    float: left;
}

.back_to_home .left_error .error_message .oops {
	width: 100%;
    float: left;
    color: white;
}

.back_to_home .left_error .error_message .oops .oops_text {
	font-size: 109px;
    padding: 9px;
    letter-spacing: 6px;
    border-radius: 20px 5px 0px 0px;
    background: rgba(51,51,51,0.6);
}

.back_to_home .left_error .error_message .oops .err_mess {
	font-size: 25px;
    padding: 10px;
    color: #ffffff;
    background: rgba(51,51,51,0.6);
}

.back_to_home .left_error .error_message .oops .error_code {
	font-size: 25px;
    padding: 10px;
    color: #ffffff;
    background: rgba(51,51,51,0.6);
    border-radius: 0px 0px 20px 11px;
}

.back_to_home .left_error .error_message .oops .mess_code {
	font-size: 53px;
    padding: 10px;
    color: #ffffff;
    font-family: cursive;
}

.left_error .links_panel{
	width: 100%;
	float: left;
}

.left_error .links_panel .panel_head{
	width: 100%;
	float: left;
	font-size: 25px;
    padding: 10px;
    color: #ffffff;
}

.left_error .links_panel .link_list{
	width: 100%;
	float: left;
}

.left_error .links_panel .link_list ul{
	margin: 0;
    padding: 0;
}

.left_error .links_panel .link_list ul li{
    list-style-type: none;
    float: left;
    margin-right: 10px;
    background: rgba(112,32,130,0.7);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.left_error .links_panel .link_list ul li a{
	color:white;
	text-decoration: none;
}

.section_con .section_center .section_new .back_to_home .right_error{
	width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    
    margin-top: 20px;
} 

.back_to_home .right_error .contact{
	float: left;
	width: 100%;
	background: rgba(255,255,255,0.3);
    backdrop-filter: blur(3px);
    padding: 10px;
    box-sizing: border-box;
}

.back_to_home .right_error .contact .feild_con{
	margin-right: 1%;
    margin-bottom: 20px;
    float: left;
    width: 32%;
}

.back_to_home .right_error .contact .feild_con .feild_name {
	width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.back_to_home .right_error .contact .feild_con .feild_name label{
	color:white;
}

.back_to_home .right_error .contact .feild_con .feild_name label span{
	color:red;
}

.back_to_home .right_error .contact .feild_con .feild_box {
	width: 100%;
    float: left;
}

.back_to_home .right_error .contact .feild_con .feild_box input{
	padding: 9px 6px;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	border:none;
}

.back_to_home .right_error .contact .feild_con_full{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.back_to_home .right_error .contact .feild_con_full .feild_name {
	width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.back_to_home .right_error .contact .feild_con_full .feild_name label{
	color:white;
}

.back_to_home .right_error .contact .feild_con .feild_name label span{
	color:red;
}

.back_to_home .right_error .contact .feild_con_full .feild_box {
	width: 100%;
    float: left;
}

.back_to_home .right_error .contact .feild_con_full .feild_box textarea{
	padding: 5px;
	box-sizing: border-box;
	width: 98%;
	outline: none;
	border:none;
}

.back_to_home .right_error .contact .feild_con_full .feild_cap{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.back_to_home .right_error .contact .feild_con_full .feild_cap .captcha{
	width: 100%;
	float: left;
}

.back_to_home .right_error .contact .feild_submit_con{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.back_to_home .right_error .contact .feild_submit_con input{
	padding: 13px 40px;
    border: none;
    color: white;
    font-weight: bold;
    background: rgba(112,32,130,0.7);
}

.back_to_home .right_error .social_icon{
	width: 100%;
    float: left;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(3px);
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.back_to_home .right_error .social_icon ul{
	margin:0;
	padding: 0;
	float: right;
}

.back_to_home .right_error .social_icon ul li{
	list-style-type:none;
	float: left;
	padding: 5px;
}

header .head_bar_con{
	width: 100%;
	float: left;
	background: white;
}

header .head_bar_con .head_bar_center{
	width: 1250px;
	margin:0 auto;
}

header .head_bar_con .head_bar_center .head_bar{
	width: 100%;
	float: left;
}

header .head_bar_con .head_bar_center .head_bar .social_head_con{
	width: 25%;
	float: left;
}

header .head_bar_con .head_bar_center .head_bar .social_head_con .social_head{
	width: 100%;
	float: left;
}

.head_bar .social_head_con .social_head ul li{
	float: left;
	padding:5px;
}

.head_bar .social_head_con .social_head ul li:nth-child(1):hover{
	background: #507cbe;
}

.head_bar .social_head_con .social_head ul li:nth-child(2):hover{
	background: #e4405f;
}

.head_bar .social_head_con .social_head ul li:nth-child(2):hover a i{
	color: white !important;
}

.head_bar .social_head_con .social_head ul li:nth-child(3):hover{
	background: #63cdf1;
}

.head_bar .social_head_con .social_head ul li:nth-child(4):hover{
	background: #25d366;
}

.head_bar .social_head_con .social_head ul li:nth-child(5):hover{
	background: #c4302b;
}

.head_bar .social_head_con .social_head ul li:nth-child(5):hover a i{
	color: white !important;
}

.head_bar .social_head_con .social_head ul li:nth-child(6):hover{
	background: #0e76a8;
}

.head_bar .social_head_con .social_head ul li:nth-child(6):hover a i{
	color: white !important;
}



.head_bar .social_head_con .social_head ul li:hover a i{
	color:white;
}

header .head_bar_con .head_bar_center .head_bar .contact_details_con{
	width: 75%;
	float: left;
}

header .head_bar_con .head_bar_center .head_bar .contact_details_con .contact_details{
	width: 100%;
	float: left;
}


.head_bar .contact_details_con .contact_details ul{
	float: right;
	margin-bottom: 0;
}

.head_bar .contact_details_con .contact_details ul li{
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding:5px 5px;
}

.head_bar .contact_details_con .contact_details ul li a{
	color:#513F95 !important;
}

.head_bar .contact_details_con .contact_details ul li:nth-child(1):hover a{
	color:#ff0000 !important;
}

.head_bar .contact_details_con .contact_details ul li:nth-child(3):hover a{
	color:#25d366 !important;
}


.head_bar .contact_details_con .contact_details ul li:nth-child(6):hover a{
	color:#ff0000 !important;
}

@media only screen and (min-width: 200px) and (max-width: 550px){
	.section_con{
		width:100%;
		float: left;
		background: white;
		margin-top: 127px !important;
	}

	.section_con .section_center{
		width:100%;
	}

	.section_con .image_sli img{
		width:100%;
		height: 100%;
	}

	.section_con .section_center .left_sidebar{
		width:100%;
		margin-top: 35px;
	}

	.section_con .section_center .right_sidebar{
		width:100%;
	}

	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	    display: block;
	    height: auto;
	    max-width: 100%;
	    width: 100% !important;
	    line-height: 1;
	}

	.section_con .section_center .section_new  .service_dep {
		float: left;
	    text-align: center;
	    background: rgb(104, 91, 165);
	    position: absolute;
	    left:2%;
	    box-sizing: border-box;
	    margin-top: -86px;
	    font-size: 12px !important;
	    text-transform: uppercase;
	    padding: 3px 6px;
	    color: white;
	    font-weight: bold;
	    z-index: 99;
	}

	.section_con .section_center .section_new .services_name{
	
		float: left;
	    text-align: center;
	    background: background: rgba(255,255,255,0.7);
	    position: absolute;
	    left:2%;
	    box-sizing: border-box;
	    margin-top: -56px;
	    font-size: 12px !important;
	    text-transform: uppercase;
	    padding: 3px 12px;
	    color: white;
	    font-weight: bold;
	    z-index: 99;
	}

.section_con .section_center .section_new .mail_content{
	
		float: left;
	    background: rgba(112,32,130,0.7);
	    position: absolute;
	    box-sizing: border-box;
	    margin-top: -26px;
	    padding: 0px;
	    left:1.8%;
	    font-weight: bold;
	    z-index: 998;
	}

	.section_con .section_center .section_new .mail_content .mail span{
		padding: 5px;
		font-size: 12px;
	}

	.section_con .section_center .section_new .mail_content .doc_appoint {
	float: right;
	cursor: pointer;
	width: 100%;
}

	.section_con .section_center .section_new .mail_content .doc_appoint .book_button {
		background: #fefefe;
	    padding: 7px 14px;
	    float: right;
	    width: 100%;
	    color: rgba(112,32,130,0.7);
	    font-size: 11px;
	    text-align: center;
	}

	.top-bar .contact-details li{
		display: block;
	}

	.section_con .section_center .section_new .back_to_home .left_error {
	    width: 100%;	   
	    background: rgba(51,51,51,1);
	}

	.back_to_home .left_error .error_message .oops .oops_text {
	    font-size: 96px;
	    letter-spacing: 6px;
	}

	.back_to_home .left_error .error_message .oops .err_mess {
	    font-size: 22px;
	    padding: 10px;
	    color: #ffffff;
	}

	.left_error .links_panel .link_list ul li {	   
	    margin-right: 22px;
	    font-size: 15px;
	}

	.section_con .section_center .section_new .back_to_home .right_error  {
	    width: 100%;	   
	    background: rgba(51,51,51,1);
	}

	header .head_bar_con .head_bar_center{
		width: 100%;
		float: left;
		position: relative;
	}

	header .head_bar_con .head_bar_center .head_bar .social_head_con{
		width: 100%;
		float: left;
		border-bottom:1px solid rgba(51,51,51,0.1);
	}

	header .head_bar_con .head_bar_center .head_bar .contact_details_con{
		width: 100%;
		float: left;
	}


	.head_bar .contact_details_con .contact_details ul li{
		display: none;
	}

	.head_bar .contact_details_con .contact_details ul{
		margin:0 auto;
		float: none;
		width: 200px;
	}

	.head_bar .contact_details_con .contact_details ul li:nth-child(1){
		position: absolute;
		display: block;
		right: 10px;
		top:0;
	}

	.head_bar .contact_details_con .contact_details ul li:nth-child(5),
	.head_bar .contact_details_con .contact_details ul li:nth-child(6){
		display: block;
	}
}


@media only screen and (min-width: 550px) and (max-width: 1000px){
	.section_con{
		width:100%;
		float: left;
		background: white;
		margin-top: 147px !important;
	}

	.section_con .section_center{
		width:100%;
	}

	.section_con .image_sli img{
		width:100%;
		height: 100%;
	}

	.section_con .section_center .left_sidebar{
		width:100%;
	}

	.section_con .section_center .right_sidebar{
		width:100%;
	}

	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	    display: block;
	    height: auto;
	    max-width: 100%;
	    width: 255px !important;
	    line-height: 1;
	}
	
.section_con .section_center .section_new  .service_dep {
		float: left;
	    text-align: center;
	    background: rgb(104, 91, 165);
	    position: absolute;
	    left:3.8%;
	    box-sizing: border-box;
	    margin-top: -108px;
	    font-size: 25px;
	    text-transform: uppercase;
	    padding: 8px 6px;
	    color: white;
	    font-weight: bold;
	    z-index: 99;
	}
	

	.section_con .section_center .section_new .services_name{
	
		float: left;
	    text-align: center;
	    background: background: rgba(255,255,255,0.7);
	    position: absolute;
	    box-sizing: border-box;
	    margin-top: -64px;
	    left:3.8%;
	    font-size: 25px !important;
	    text-transform: uppercase;
	    padding: 6px 12px;
	    color: white;
	    font-weight: bold;
	    z-index: 99;
	}

.section_con .section_center .section_new .mail_content{
	
		  float: left;
	    background: rgba(112,32,130,0.7);
	    position: absolute;
	    box-sizing: border-box;
	    margin-top: -26px;
	    left:1.8%;
	    padding: 0px;
	    font-weight: bold;
	    z-index: 998;
	}

		.section_con .section_center .section_new .back_to_home .left_error {
	    width: 100%;	   
	    background: rgba(51,51,51,1);
	}

	.back_to_home .left_error .error_message .oops .oops_text {
	    font-size: 96px;
	    letter-spacing: 6px;
	}

	.back_to_home .left_error .error_message .oops .err_mess {
	    font-size: 22px;
	    padding: 10px;
	    color: #ffffff;
	}

	.left_error .links_panel .link_list ul li {	   
	    margin-right: 22px;
	    font-size: 15px;
	}

	.section_con .section_center .section_new .back_to_home .right_error  {
	    width: 100%;	   
	    background: rgba(51,51,51,1);
	}

	header .head_bar_con .head_bar_center{
		width: 100%;
		float: left;
		position: relative;
	}

	header .head_bar_con .head_bar_center .head_bar .social_head_con{
		width: 100%;
		float: left;
		border-bottom:1px solid rgba(51,51,51,0.1);
	}

	header .head_bar_con .head_bar_center .head_bar .contact_details_con{
		width: 100%;
		float: left;
	}


	.head_bar .contact_details_con .contact_details ul li{
		display: none;
	}

	.head_bar .contact_details_con .contact_details ul{
		margin:0 auto;
		float: none;
		width: 200px;
	}

	.head_bar .contact_details_con .contact_details ul li:nth-child(1){
		position: absolute;
		display: block;
		right: 5px;
		top:0;
	}

	.head_bar .contact_details_con .contact_details ul li:nth-child(5),
	.head_bar .contact_details_con .contact_details ul li:nth-child(6){
		display: block;
	}

	
}

@media only screen and (min-width: 200px) and (max-width: 700px){
	.left_sidebar .services_list2 .ser_list ul li{
		width: 100% !important;
	    float: left;
	    padding: 5px;
	    position: relative;
	    margin-right: 2%;
	    border-radius: 10px;
	    box-sizing: border-box;
	    margin-bottom: 4%;
	}

	.section_con .image_sli img{
		width:100%;
		height: 100%;
	}

	.left_sidebar .services_list2 .ser_list ul li .image .image_con .image_center{
		width: 310px;
		margin:0 auto;
	}

	.footer_con{
		width: 100%;
		float: left;
		//margin-top: 100px;
	}
}

@media only screen and (min-width: 760px) and (max-width: 1300px){

	.section_con .section_center .section_new  .service_dep {
		left:3.4%;
	}
	.section_con .section_center .section_new .services_name{		
	    left:3.4%;   
	}

.section_con .section_center .section_new .mail_content{		
	    left:3.4%;	    
	}
}

.section_con .image_sli img {
    width: 100%;
    height: inherit;
}


.section_new .left_sidebar .services_list2{
	width: 100%;
	float: left;
}

.section_new .left_sidebar .services_list2 .services_head{
	width: 100%;
	float: left;
	 border-bottom: 1px solid rgba(104,91,164,0.5);
}

.section_new .left_sidebar .services_list2 .services_head .head{
	 color: #fff;
    background: #685ba4;
    font-weight: bold;
    float: left;
    font-size: 25px;
    text-transform: uppercase;
   position: relative;
    padding: 12px;
}

.section_new .left_sidebar .services_list2 .services_head .head:before{
	content: '';
    position: absolute;
    border-left: 43px solid #685ba4;
    border-top: 48px solid transparent;
    left: 100%;
    top: 0;
}

.section_new .left_sidebar .services_list2 .ser_list{
	width: 100%;
	float: left;
	margin-top:10px;
}

.left_sidebar .services_list2 .ser_list ul li{
	width: 31%;
    float: left;
    padding: 5px;
    position: relative;
    margin-right: 2%;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 4%;
}

.left_sidebar .services_list2 .ser_list ul li:hover{
	box-shadow: 3px 2px 7px rgba(112,32,130,0.7);
}

.left_sidebar .services_list2 .ser_list ul li:hover .content_blog{
	bottom: -5px;
}



.left_sidebar .services_list2 .ser_list ul li .image{
	width: 100%;
    float: left;
    height: 220px;
    overflow: hidden;
}

.left_sidebar .services_list2 .ser_list ul li .image .image_con{
	width: 100%;
	float: left;
}

.left_sidebar .services_list2 .ser_list ul li .image img{
	width: 100%;
	height: 264px;
	border-radius: 200px;
}


.left_sidebar .services_list2 .ser_list ul li .content_blog{
	width: 100%;
    float: left;
    bottom: -68px;
   
    
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .heading{
	width: 100%;
	float: left;
	background: rgba(112,32,130,1);
	margin-top: 5px;
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .heading h1{
	padding: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .cont{
	width: 100%;
	float: left;
	padding: 10px;	
	box-sizing: border-box;
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .cont p{
	width: 100%;
    float: left;
    color: #000;
    height: 50px;
    overflow: hidden;
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .read_more{
	width: 100%;
    float: left;	
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .read_more .more{
	background: #702082;
    float: right;
    padding: 5px 27px;
    color: white;
    font-weight: bold;
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip0022 {
  color: #fff;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip0022 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0022 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0022 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip0022 > div::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: linear-gradient(-45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}
figure.snip0022 i {
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  padding: 6px 16px;
  position: absolute;
  bottom: 0px;
  right: -12px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
figure.snip0022 .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
}
figure.snip0022 .curl:before,
figure.snip0022 .curl:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}
figure.snip0022 .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}
figure.snip0022 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.left_sidebar .services_list2 .ser_list ul li:hover figure.snip0022 > div::before {
  opacity: 1;
}
.left_sidebar .services_list2 .ser_list ul li:hover figure.snip0022 i {
  opacity: 0.7;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.left_sidebar .services_list2 .ser_list ul li:hover figure.snip0022 .curl{
  width: 60px;
  height: 60px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------
																VIGIL MECHANISM POLICY CSS Starts
---------------------------------------------------------------------------------------------------------------------------------------------*/
.vgm_con{
        width: 100%;
        float: left;
        margin-top: 115px;
    }

    .vgm_con .vgm_center{
        width: 1200px;
        margin:0 auto;
    }

    .vgm_con .vgm_center .vgm{
        width: 100%;
        float: left;
    }

    .vgm_con .vgm_center .vgm .vgm_head{
        width: 100%;
        float: left;
        border-bottom: 1px solid rgba(51,51,51,0.1);
        position: relative;
    }

    .vgm_con .vgm_center .vgm .vgm_head .head{
        padding:15px 5px;
        text-align: center;
        color:black;
        font-size: 25px;
    }

    .vgm_con .vgm_center .vgm .vgm_head  .line_head{
       position: absolute;
        width: 260px;
        left: 39.5%;
        border-bottom: 2px solid #513f95;
        top: 97%;
    }

    .vgm_con .vgm_center .vgm .vgm_content{
        width: 100%;
        float: left;
    }

    .vgm_con .vgm_center .vgm .vgm_content .vgm_about{
        width: 100%;
        float: left;
        padding:10px;
        box-sizing: border-box;
    }

    .vgm_con .vgm_center .vgm .vgm_content .vgm_about p{
        margin-bottom: 20px;
        text-align: justify;
        font-size: 14px;
        color:#333;
        line-height: 25px;
    }

    .vgm_con .vgm_center .vgm .vgm_content .vgm_about p:last-child{
    	 margin-bottom: 5px;
    	 
    }

    .vgm_con .vgm_center .vgm .vgm_content .vgm_about p a {
    	font-weight: bold;
	    font-size: 14px;
    }

    .vgm_con .vgm_center .vgm .vgm_list{
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .vgm_con .vgm_center .vgm .vgm_list > ul{
       list-style-image: url(https://drkmh.com/images/drkmh-icon.png);
       margin-left: 70px;
    }

    .vgm_con .vgm_center .vgm .vgm_list > ul > li{
       color: #333;
       padding:5px 10px;
       width:94%;
       margin:5px 0px;
       text-align: justify;
       //border-bottom: 1px solid rgba(185,181,181,0.2);
       //background: rgb(185 181 181 / 10%);
       font-family: 'Open Sans', sans-serif;
       font-size: 14px;
    }



    .vgm_con .vgm_center .vgm .csr_list{
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .vgm_con .vgm_center .vgm .csr_list > ul{
       list-style-image: url(https://drkmh.com/images/drkmh-icon.png);
       margin-left: 60px;
    }

    .vgm_con .vgm_center .vgm .csr_list > ul > li{
       color: #333;
       padding:5px 10px;
       width:94%;
       margin:5px 0px;
       text-align: justify;
       //border-bottom: 1px solid rgba(185,181,181,0.2);
       //background: rgb(185 181 181 / 10%);
       font-family: 'Open Sans', sans-serif;
       font-size: 14px;
    }

    .vgm_con .vgm_center .vgm .csr_list > ul > li > ul > li{
    	color: #333;
       padding:5px 10px;
       width:94%;
       margin:5px 35px;
       text-align: justify;
       font-family: 'Open Sans', sans-serif;
    }

    @media only screen and (max-width:1200px){
        .vgm_con .vgm_center{
            width: 100%;
            margin:0 auto;
        }

        .vgm_con .vgm_center .vgm .vgm_head  .line_head{
           position: absolute;
            width: 260px;
            left: 30%;
            border-bottom: 2px solid #513f95;
            top: 97%;
        }
    }

     @media only screen and (max-width:1000px){
        .vgm_con{
            margin-top: 150px;
        }
     }

/*---------------------------------------------------------------------------------------------------------------------------------------------
																VIGIL MECHANISM POLICY CSS Ends
---------------------------------------------------------------------------------------------------------------------------------------------*/

.slider_sli img {
    		height: auto !important;
    		width: 100%;
    	}

    	.slick-slide{
    		height: inherit;
    	}

    	.image_cont{
    		width: 100%;
    		float: left;
    		position: relative;
    	}

    	
    	.image_cont .read_more_one{
    		position: absolute;
		    left: 9%;
		    top: 83%;		   
		    border: 1px solid rgba(83,69,149,0.3);
		    background: rgba(83,69,149,0.4);
		    border-radius: 5px;
		    font-weight: bold;
		    font-size: 100%;
		    cursor: pointer;
    	}

    	.image_cont .read_more_one a {
    		 padding: 10px 27px;
    		 display: block;
    		 color:#513f95;
    		 text-decoration: none;
    		 border-radius: 5px;
    		 color: white;
    	}

    	.image_cont .read_more_one a:hover{
    		background: #513f95;

    	}

    	.image_cont .read_more_two{
    		position: absolute;
		    right: 8%;
		    top: 76%;
		    border: 1px solid rgba(83,69,149,0.3);
		    background: rgba(83,69,149,0.3);
		    border-radius: 5px;
		    font-weight: bold;
		    cursor: pointer;
    	}

    	.image_cont .read_more_two a{
    		 padding: 10px 27px;
    		 display: block;
    		 color:#513f95;
    		 text-decoration: none;
    		 border-radius: 5px;
    		 color: white;
    	}

    	.image_cont .read_more_two a:hover{
    		background: #513f95;
    	}

    	.image_cont .read_more_three{
    		position: absolute;
		    left: 4.6%;
		    top: 79%;
		    border: 1px solid #122440;
		    background: #122440;
		    border-radius: 5px;
		    font-weight: bold;
		    cursor: pointer;
    	}

    	.image_cont .read_more_three a{
    		 padding: 23px 72px;
		    display: block;
		    color: white;
		    font-size: 31px;
		    border-radius: 5px;
		    text-decoration: none;
    	}

    	.image_cont .read_more_three:hover{
    		border: 1px solid #ff9000;
    	}

    	.image_cont .read_more_three a:hover{
    		background: #ff9000;    		 
    	}

    	.image_cont .read_more_four{
    		    position: absolute;
			    right: 9%;
			    top: 77%;
			    border: 1px solid #fff;
			    border-radius: 5px;
			    font-weight: bold;
			    cursor: pointer;
    	}

    	.image_cont .read_more_four a{
    		 padding: 10px 27px;
    		 display: block;
    		 color:white;
    		 text-decoration: none;
    		 border-radius: 5px;
    	}

    	.image_cont .read_more_four a:hover{
    		background: white;
    		color:#513f95;
    	}

    	.image_cont .read_more_five{
    		        position: absolute;
				    right: 11%;
				    top: 81%;
				    border: 1px solid #f48222;
				    border-radius: 5px;
				    font-weight: bold;
				    cursor: pointer;
    	}

    	.image_cont .read_more_five a{
    		 padding: 10px 27px;
    		 display: block;
    		 color:#f48222;
    		 text-decoration: none;
    		 border-radius: 5px;
    	}

    	.image_cont .read_more_five a:hover{
    		background: rgba(244,130,34,0.6);
    		color: white
    	}

    	.image_cont .read_more_six{
    		        position: absolute;
				    right: 17%;
				    top: 83%;
				    border: 1px solid rgba(240,0,128,0.6);
				    border-radius: 5px;
				    font-weight: bold;
				    cursor: pointer;
    	}

    	.image_cont .read_more_six a{
    		 padding: 10px 27px;
    		 display: block;
    		 color:#f00080;
    		 text-decoration: none;
    		 border-radius: 5px;
    	}

    	.image_cont .read_more_six a:hover{
    		background: rgba(240,0,128,0.6);
    		color: white
    	}

    	.image_cont .read_more_seven{
    		        position: absolute;
				    left: 8%;
				    top: 85%;
				    border: 1px solid rgb(255 144 0);
				    border-radius: 5px;
				    font-weight: bold;
				    cursor: pointer;
    	}

    	.image_cont .read_more_seven a{
    		 padding: 10px 27px;
    		 display: block;
    		 color:rgb(255 144 0);
    		 text-decoration: none;
    		 border-radius: 5px;
    	}

    	.image_cont .read_more_seven a:hover{
    		background: rgba(255, 144, 0,0.6);
    		color: white
    	}


    	@media only screen and (max-width:768px) {
    		.slider_sli img {
	    		height: auto  !important;
	    		width: 100%;
	    	}

	    	.image_cont .read_more_three a{
    		    padding: 4px 16px !important;
			    display: block;
			    color: white;
			    font-size: 13px;
			    border-radius: 5px;
			    text-decoration: none;
	    	}

            .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec{
                width: 100% !important;
                float: left;
                margin-right: 14px;
                position: relative;
            }

	    	
    	}   

    	@media only screen and (max-width:1000px){

    		.image_cont .read_more_one{
    			font-size: 75%;
    		}
    		.image_cont .read_more_one a {
	    		padding: 2px 20px;
	    	}

	    	.image_cont .read_more_two{
    			font-size: 75%;
    		}

	    	.image_cont .read_more_two a{
	    		padding: 2px 20px;
	    	}

	    	.image_cont .read_more_three{
    			font-size: 75%;
    		}

	    	.image_cont .read_more_three a{
	    		padding: 3px 15px;
	    	}

	    	.image_cont .read_more_four{
    			font-size: 75%;
    		}

	    	.image_cont .read_more_four a{
	    		padding: 3px 15px;
	    	}

	    	.image_cont .read_more_five{
    			font-size: 75%;
    		}

	    	.image_cont .read_more_five a{
	    		padding: 3px 15px;
	    	}

	    	.image_cont .read_more_six{
    			font-size: 75%;
    		}

	    	.image_cont .read_more_six a{
	    		padding: 3px 15px;
	    	}

	    	.image_cont .read_more_seven{
    			font-size: 75%;
    		}

	    	.image_cont .read_more_seven a{
	    		padding: 3px 15px;
	    	}

    	} 

    	@media only screen and (max-width:500px){
    		.image_cont .read_more_one{
    			font-size: 75%;
    			display: none;
    		}

    		.image_cont .read_more_two{
    			font-size: 75%;
    			display: none;
    		}

    		.image_cont .read_more_three{
    			font-size: 75%;
    			display: none;
    		}

    		.image_cont .read_more_four{
    			font-size: 75%;
    			display: none;
    		}

    		.image_cont .read_more_five{
    			font-size: 75%;
    			display: none;
    		}

    		.image_cont .read_more_six{
    			font-size: 75%;
    			display: none;
    		}

    		.image_cont .read_more_seven{
    			font-size: 75%;
    			display: none;
    		}
    	}

    	

    	@media only screen and (max-width:1300px){
    		.slider_sli  {
	    		
	    		width: 100%;
	    		float: left;
	    	}

	    	.image_cont .read_more_three a{
    		    padding: 12px 38px;
			    display: block;
			    color: white;
			    font-size: 19px;
			    border-radius: 5px;
			    text-decoration: none;
			    border-radius: 5px;
	    	}

    	}


    .section_first_con{
		width: 100%;
		float: left;
		margin-top: 104px;
		background: #fff;
		box-sizing: border-box;
		font-family: "Century Gothic_reg";
        max-height: 500px;
        overflow:hidden;

	}

	.section_first_con .section_first_center{
		width: 100%;
		float: left;
	}

	.section_first_con .section_first_center .section_first{
		width: 100%;
		float: left;
	}
		.section_first .prev{
		position: absolute;
	    padding: 10px 20px;
	    font-family: cursive;
	    top: 45%;
	    cursor: pointer;
	    left: 0;
	    background: rgba(51,51,51,0.4);
	    color: white;
	    z-index: 10;
	    opacity: 0;
	}

	.section_first{
		position: relative;
	}
	.section_first > ul{
		width:100%;
		float: left;
	}

	.section_first > ul > li{
		width:100%;
		float: left;
	}

	.section_first > ul > li .images{
		width:100%;
		float: left;
	}

	.section_first > ul > li .images img{
		width:100%;
	}

	.section_first .next{
		
		position: absolute;
	    padding: 10px 20px;
	    font-family: cursive;
	    top: 45%;
	    cursor: pointer;
	    right: 0;
	    background: rgba(51,51,51,0.4);
	    color: white;
		 opacity: 0;
	}

	.section_first .kmh_dots {
	    position: absolute;
	    bottom: 5%;
	    width: 100%;
	}

	.section_first .kmh_dots > ul {
	    width: 275px;
	    margin: 0 auto;
	}

	.section_first .kmh_dots > ul > li {
	    width: 10px;
	    height: 10px;
	    background: #b58e8e;
	    float: left;
	    margin-right: 15px;
	    cursor: pointer;
	    border-radius: 5px;
	}

	.section_first .kmh_dots > ul > li.active_dots {
	    background: #442323;
	    box-shadow: 3px 2px 7px rgb(51 51 51 / 20%);
	}

	.section_first > ul > li .read_more_six {
	    position: absolute;
	    right: 17%;
	    top: 83%;
	    border: 1px solid rgba(240,0,128,0.6);
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_six a {
	    padding: 10px 27px;
	    display: block;
	    color: #f00080;
	    text-decoration: none;
	    border-radius: 5px;
	}

	.section_first > ul > li .read_more_four {
	    position: absolute;
	    right: 9%;
	    top: 77%;
	    border: 1px solid #fff;
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_four a {
	    padding: 10px 27px;
	    display: block;
	    color: white;
	    text-decoration: none;
	    border-radius: 5px;
	}

	.section_first > ul > li .read_more_five {
	    position: absolute;
	    right: 11%;
	    top: 81%;
	    border: 1px solid #f48222;
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_five a {
	    padding: 10px 27px;
	    display: block;
	    color: #f48222;
	    text-decoration: none;
	    border-radius: 5px;
	}

	.section_first > ul > li .read_more_seven {
	    position: absolute;
	    left: 8%;
	    top: 85%;
	    border: 1px solid rgb(255 144 0);
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_seven a {
	    padding: 10px 27px;
	    display: block;
	    color: rgb(255 144 0);
	    text-decoration: none;
	    border-radius: 5px;
	}

	.section_first > ul > li .read_more_three {
	    position: absolute;
	    left: 4.6%;
	    top: 79%;
	    border: 1px solid #122440;
	    background: #122440;
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_three:hover {
	    border: 1px solid #ff9000;
	}

	.section_first > ul > li .read_more_three a {
	    padding: 23px 72px;
	    display: block;
	    color: white;
	    font-size: 31px;
	    border-radius: 5px;
	    text-decoration: none;
	}

	.section_first > ul > li .read_more_three a:hover {
	    background: #ff9000;
	}

	.section_first_con .slick-dotted.slick-slider{
		margin-bottom: 0px;
	}

	.section_first_con .slick-dots li{
		position: relative;
	    display: inline-block;
	    width: 10px;
	    height: 10px;
	    background: #b58e8e;
	    margin: 0 5px;
	    border-radius: 100px;
	    padding: 0;
	    cursor: pointer;
	}

	.section_first_con .slick-dots li.slick-active {
    	background: #442323 !important;
	}

	.section_first_con .slick-dots {
		display: block !important;
		bottom: 10px;
	}

	.about_drkmh_con{
		width: 100%;
		float: left;
		position: relative;
		overflow:hidden;
		font-family: "Century Gothic_reg";
	}

	.about_drkmh_con .about_image{
		width: 100%;
		float: left;
		position: absolute;
	}

	.about_about .about_read{
		display: none;
	}

	.about_drkmh_con .about_image img{
		width: 100%;
	}

	.about_drkmh_con .about_drkmh_center{
		width: 1300px;
		margin:0 auto;
	}

	.about_drkmh_con .about_drkmh_center .about_drkmh{
		width: 100%;
		float: left;
	}

	.about_drkmh .about_content{
		width: 50%;
		float: left;
		position: relative;
		z-index: 5;
		padding:10px;
		box-sizing: border-box;
	}

	.about_drkmh .about_content .about_head{
		width: 100%;
		float: left;
		margin-top: 60px;
	}

	.about_drkmh .about_content .about_head h2{
		font-size: 28px;
		text-transform: uppercase;
	    font-weight: 300;
	    line-height: 46px;
	    color: #685ba4;
	    font-family: "Century Gothic_reg";
	}

	.about_drkmh .about_content .about_head h1{
		font-size: 37px;
	    line-height: 46px;
	    color: #685ba4;
	    font-weight: bold;
	    font-family: "Century Gothic_reg";
	}

	.about_drkmh .about_content .about_body{
		width: 100%;
		float: left;
	}

	.about_drkmh .about_content .about_body p{
		text-align: justify;
		padding: 15px 0px;
	}

	.about_drkmh .about_content .about_read{
		width: 100%;
		float: left;
	}

	.about_drkmh .about_content .about_read .read_button{
		float: left;
	}

	.about_drkmh .about_content .about_read .read_button a{
		display: block;
		border:1px solid #513F95;
		padding: 10px 30px 10px 20px;
		border-radius: 5px;
	}

	.about_drkmh .about_content .about_read .read_button a:hover{
		background: #513F95;
		color:white;
	}

	.about_drkmh .about_content .about_read .read_button a:hover i{
		color: white;
	}

	.about_drkmh_con .milestone_blocks_con{
		width: 100%;
		float: left;
		background: rgba(255,255,255,0.5);
		position: relative;
		z-index: 5;
	}

	.about_drkmh_con .milestone_blocks_con .milestone_center{
		width: 1300px;
		margin:0 auto;
	}

	.about_drkmh_con .milestone_blocks_con .milestone_center .milestones{
		width: 100%;
    	float: left;
    	padding: 20px 0px;
	}

	.milestones ul li{
		width: 25%;
		float: left;
	}

	.milestones ul li .image{
		width: 25%;
		float: left;
	}

	.milestones ul li .image .img{
		background: #513F95;
	    border-radius: 100px;
	    width: 80px;
	    height: 80px;
	    padding: 28px 10px;
	}

	.milestones ul li .image i{
		text-align: center;
		color:white;
		font-size: 30px;
	}

	.milestones ul li .numbers_text{
		width: 75%;
	    float: left;
	    padding: 20px;
	    box-sizing: border-box;
	}

	.milestones ul li .numbers_text .num{
		font-size: 26px;
    	line-height: 28px;
    	font-weight: 500;
    	color: #513F95
	}

	.milestones ul li .numbers_text .name{
		font-size: 18px;
    	color: #444;
	}

	.tertitary_services_con{
		width: 100%;
		float: left;
		position: relative;
		overflow:hidden;
	}

	.tertitary_services_con .tertitary_image{
		width: 100%;
		float: left;
		position: absolute;
	}

	.tertitary_services_con .tertitary_image img{
		width: 100%;
	}

	.tertitary_services_con .tertitary_services_center{
		width: 1300px;
		margin:0 auto;
	}

	.tertitary_services_con .tertitary_services_center .tertitary_services{
		width: 100%;
		float: left;
	}

	.tertitary_services .tertitary_content{
		width: 50%;
		float: left;
		position: relative;
		z-index: 5;
		padding:10px;
		box-sizing: border-box;
	}

	.tertitary_services .tertitary_content .tertitary_head{
		width: 100%;
		float: left;
		margin-top: 60px;
	}

	.tertitary_services .tertitary_content .tertitary_head h2{
		font-size: 28px;
		text-transform: uppercase;
	    font-weight: 300;
	    line-height: 46px;
	    color: #685ba4;
	    font-family: "Century Gothic_reg";
	}

	.tertitary_services .tertitary_content .tertitary_head h1{
		font-size: 37px;
	    line-height: 46px;
	    color: white;
	    font-weight: bold;
	    font-family: "Century Gothic_reg";
	}

	.tertitary_services .tertitary_content .tertitary_body{
		width: 100%;
		float: left;
	}

	.tertitary_services .tertitary_content .tertitary_body p{
		text-align: justify;
		padding: 15px 0px;
		margin-bottom: 10px;
		color: white;
	}

	.tertitary_services .tertitary_content .tertitary_read{
		width: 100%;
		float: left;
		margin-bottom: 50px;
	}

	.tertitary_services .tertitary_content .tertitary_read .tertitary_button{
		float: left;
	}

	.tertitary_services .tertitary_content .tertitary_read .tertitary_button a{
		display: block;
		border:1px solid #fff;
		padding: 10px 30px 10px 20px;
		border-radius: 5px;
		color: white;
	}

	.tertitary_services .tertitary_content .tertitary_read .tertitary_button a:hover{
		background: #513F95;
		color:white;
	}

	.tertitary_services .tertitary_content .tertitary_read .tertitary_button a:hover i{
		color: white;
	}	

	.key_services{
		width: 100%;
		float: left;
		background: rgba(0,0,0,0.9);
	}
	
	.key_services .key_services_center{
        width: 1300px;
        margin:0 auto; 
    }

    .key_services .key_services_center .key_serv{
        width: 100%;
        float: left;
        overflow: hidden;
         padding: 20px 0px;
         position: relative;

    }

    .key_services .key_services_center .key_serv .services_button {
        width: 100%;
        float: left;
        position: absolute;
        top: 37%;
        z-index: 10
    }

    .key_services .key_services_center .key_serv .services_button .prevs {
        background: rgba(255,255,255,0.5);
        float: left;
        padding: 5px;
        margin-left: 15px;
        border-radius: 100px;
        cursor: pointer;
    }

    .key_services .key_services_center .key_serv .services_button .prevs i{
        color:white;
    }

    .key_services .key_services_center .key_serv .services_button .nexts {
        background: rgba(255,255,255,0.5);
        float: right;
        padding: 5px;
        margin-right: 15px;
        border-radius: 100px;
        cursor: pointer;
    }

    .key_services .key_services_center .key_serv .services_button .nexts i{
        color:white;
    }

     .key_services .key_services_center .key_serv .services_con_im {
        width: 100%;
        float: left;
        padding: 20px 0px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul{
        width: 400%;
        float: left;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li{
        float: left;
        width: 6.25%;
        padding: 10px 30px;
        box-sizing: border-box;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li .serv_image{
        float: left;
        width: 100%;
        padding: 10px 0px;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li .serv_content{
        float: left;
         width: 100%;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li .serv_content h4{
        text-align: center;
        color: white;
        padding:10px 0px;
        font-family: "Century Gothic_reg";
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li .serv_content p{
        text-align: center;
        color: white;
        padding:10px 0px;
        font-family: "Century Gothic_reg";
    }

	.key_services #servicesquick{
		background: rgba(0,0,0,0.8) !important;
	}

	.key_services .key_image{
		width: 100%;
		float: left;
		position: absolute;
		z-index: -1;
	}

	.key_services .key_image img{
		width: 100%;
	}
	.key_services_one{
        width: 100%;
        float: left;
        background: #fff;
    }

    .key_services_one .key_serv_center{
        width: 1300px;
        margin:0 auto; 
    }

    .key_services_one .key_serv_center .key_serv{
        width: 100%;
        float: left;
        padding: 20px 0px;
    }

    .key_services_one .key_serv_center .key_serv .key_serv_head{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 40px;
        padding:30px;
        font-weight: bold;
        font-family: "bebas_neueregular";
        letter-spacing: 2px;
        color: #513f95;
    }

    .key_services_one .key_serv_center .key_serv .key_serv_list{
        width: 100%;
        float: left;
    }

    .key_services_one .key_serv_center .key_serv ul li{
        float: left;
        width: 24%;
        padding: 20px 20px;
        min-height: 280px;
        border-radius: 10px;
        margin-right: 5px;
        margin-bottom: 15px;
        box-sizing: border-box;
        box-shadow: 3px 2px 7px rgb(199 198 198 / 20%);
        border: 1px solid rgb(199 198 198 / 10%);
    }

    .key_services_one .key_serv_center .key_serv ul li .s_image{
        width: 100%;
        float: left;
        
    }

    .key_services_one .key_serv_center .key_serv ul li .s_image a{
        width: 160px;
        height: 160px;
        /* padding: 30px; */
        display: block;
        border: 1px solid rgb(212 212 212 / 40%);
    }

       

    .key_services_one .key_serv_center .key_serv ul li .s_image img{
        max-width: inherit;
        padding: 29px;
    }

    .key_services_one .key_serv_center .key_serv ul li .s_image_conts{
        width: 100%;
        float: left;
    }

    .key_services_one .key_serv_center .key_serv ul li .s_image_conts h4{
        font-family: "Century Gothic_reg";
        text-align: center;
        padding: 10px 0px;
    }

     .key_services_one .key_serv_center .key_serv ul li .s_image_conts p{
        font-family: "Century Gothic_reg";
        text-align: center;
        padding: 10px 0px;
     }
	 
	 .key_services_one .key_serv_center .key_serv ul li .read_more_s{
        width: 100%;
        float: left;        
    }

    .key_services_one .key_serv_center .key_serv ul li .read_more_s .read{
        text-align: center;
        padding: 10px 0px;
        font-family: "Century Gothic_reg";
        font-size: 16px;
        color: #513f95;
        font-weight: bold;
    }



	.international_con{
		width: 100%;
		float: left;
		position: relative;
		overflow:hidden;
		font-family: "Century Gothic_reg";
	}

	.international_con .international_image{
		width: 100%;
		float: left;
		position: absolute;
	}

	.international_con .international_image img{
		width: 100%;
	}

	.international_con .international_center{
		width: 1300px;
		margin:0 auto;
	}

	.international_con .international_center .internationals{
		width: 100%;
		float: left;
	}

	.internationals .international_content{
		width: 50%;
		float: left;
		position: relative;
		z-index: 5;
		padding:10px;
		box-sizing: border-box;
	}

	.internationals .international_content .international_head{
		width: 100%;
		float: left;
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.internationals .international_content .international_head h2{
		font-size: 28px;
		text-transform: uppercase;
	    font-weight: 300;
	    line-height: 46px;
	    color: #685ba4;
	    font-family: "Century Gothic_reg";
	}

	.internationals .international_content .international_head h1{
		font-size: 37px;
	    line-height: 46px;
	    color: #685ba4;
	    font-weight: bold;
	    font-family: "Century Gothic_reg";
	}

	.internationals .international_content .international_body{
		width: 100%;
		float: left;
	}

	.internationals .international_content .international_body p{
		text-align: justify;
		padding: 15px 0px;
		margin-bottom: 60px;
	}

	.internationals .international_content .international_read{
		width: 100%;
		float: left;
		margin-bottom: 50px;
	}

	.internationals .international_content .international_read .international_button{
		float: left;
		margin-right: 20px;

	}

	.internationals .international_content .international_read .international_button a{
		display: block;
		border:1px solid #513F95;
		padding: 10px 30px 10px 20px;
		border-radius: 5px;
	}

	.internationals .international_content .international_read .international_button a:hover{
		background: #513F95;
		color:white;
	}

	.internationals .international_content .international_read .international_button a:hover i{
		color: white;
	}

	.preventive_con{
		width: 100%;
		float: left;
		position: relative;
		overflow:hidden;
		font-family: "Century Gothic_reg";
	}

	.preventive_con .preventive_image{
		width: 100%;
		float: left;
		position: absolute;
	}

	.preventive_con .preventive_image img{
		width: 100%;
	}

	.preventive_con .preventive_center{
		width: 1300px;
		margin:0 auto;
	}

	.preventive_con .preventive_center .preventive{
		width: 100%;
		float: left;
	}

	.preventive .preventive_content{
		width: 50%;
		float: left;
		position: relative;
		z-index: 5;
		padding:10px;
		box-sizing: border-box;
	}

	.preventive .preventive_content .preventive_head{
		width: 100%;
		float: left;
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.preventive .preventive_content .preventive_head h2{
		font-size: 28px;
		text-transform: uppercase;
	    font-weight: 300;
	    line-height: 46px;
	    color: #685ba4;
	    font-family: "Century Gothic_reg";
	}

	.preventive .preventive_content .preventive_head h1{
		font-size: 32px;
	    line-height: 46px;
	    color: #685ba4;
	    font-weight: bold;
	    font-family: "Century Gothic_reg";
	}

	.preventive .preventive_content .preventive_body{
		width: 100%;
		float: left;
	}

	.preventive .preventive_content .preventive_body p{
		text-align: justify;
		padding: 15px 0px;
		margin-bottom: 30px;
	}

	.preventive .preventive_content .preventive_read{
		width: 100%;
		float: left;
	}

	.preventive .preventive_content .preventive_read .preventive_button{
		float: left;
		margin-right: 20px;

	}

	.preventive .preventive_content .preventive_read .preventive_button a{
		display: block;
		border:1px solid #513F95;
		padding: 10px 30px 10px 20px;
		border-radius: 5px;
	}

	.preventive .preventive_content .preventive_read .preventive_button a:hover{
		background: #513F95;
		color:white;
	}

	.preventive .preventive_content .preventive_read .preventive_button a:hover i{
		color: white;
	}


    .consult_head_con{
        width: 100%;
        float: left;
    }

    .consult_head_con .consult_head_center{
        width: 1300px;
        margin: 0 auto;
    }

    .consult_head_con .consult_head_center .consult_head{
        width: 100%;
        float: left;
    }

    .consult_head_con .consult_head_center .consult_head .head{
        width: 100%;
        float: left;
    }

    .consult_head_con .consult_head_center .consult_head .head h1{
        text-align: center;
        font-size: 50px;
        font-family: "bebas_neueregular";
        color: #513f95;
        letter-spacing: 2px;
        padding: 10px;
    }

    .consult_filter_con{
        width: 100%;
        float: left;
    }

    .consult_filter_con .consult_filter_center{
        width: 1300px;
        margin: 0 auto;
    }

    .consult_filter_con .consult_filter_center .consult_filter{
        width: 100%;
        float: left;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c{
        width: 100%;
        float: left;
        background: rgba(81,63,149,0.2);
        border: 1px solid rgba(93,93,92,0.1);
        border-radius: 5px;
        padding: 15px 10px 10px 10px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec{
        width: 32%;
        float: left;
        margin-right: 25px;
        position: relative;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec:nth-child(3){
        margin-right: 0;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec:last-child{
        width: 14%;
        float: left;
        margin-right: 0px;
        margin-top: 36px;
        display: none;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec:last-child .buttons_f{
        width: 100%;
        float: left;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec:last-child .buttons_f input{
        width: 100%;
        padding: 12px;
        border:none;
        font-size: 20px;
        letter-spacing: 2px;
        font-family: "Century Gothic_reg";
        text-transform: uppercase;
        font-weight: bold;
        color:white;
        background: rgba(81,63,149,0.6);
    }

    .filters_c .filter_sec .filter_section{
        width: 100%;
        float: left;
    }

    .filters_c .filter_sec .filter_section .head{        
        font-size: 13px;
        font-family: "Century Gothic_reg";
        color: #000;
        padding: 10px 10px 1px 2px;
    }

    .filters_c .filter_sec .filter_head{
        width: 100%;
        float: left;
        background: #fff;
        cursor: pointer;
        border:1px solid rgba(70,70,70,.3);
        box-shadow: 3px 2px 2px rgb(51 51 51 / 10%);
        padding: 5px 0px;
    }

    .filters_c .filter_sec .filter_head .filt_image{
        float: left;
        width: 15%;
        box-sizing: border-box;
        /*border-right:1px solid rgba(70,70,70,.2);*/
        padding: 10px 5px;
    }

    .filters_c .filter_sec .filter_head .filt_image img{
       display: block;
       max-width: inherit;
    }

    .filters_c .filter_sec .filter_head .filter_h{
        float: left;
        width: 70%;        
    }

    .filters_c .filter_sec .filter_head .filter_h .head{
        padding: 7px;
        font-family: "Century Gothic_reg";
        color: #000;
        font-size: 13px;
    }

    .filters_c .filter_sec .filter_head .filt_image_a{
        float: left;
        width: 15%;
        box-sizing: border-box;
        padding: 15px 5px;
    }

    .filters_c .filter_sec .filter_head .filt_image_a img{
       display: block;
       max-width: inherit;
    }

    .filters_c .filter_sec .filter_body{
        width: 100%;
        float: left;
        background: #fff;
        cursor: pointer;
        border:1px solid rgba(70,70,70,.3);
        border-top: 0;
        box-shadow: 3px 2px 2px rgb(51 51 51 / 10%);
        display: none;
        position: absolute;
        top:100%;
        z-index: 10;        
    }

    .filters_c .filter_sec .filter_body .filter_search{
        width:100%;
        float: left;
        padding: 5px;
        margin-left: 10px;
        box-sizing: border-box;
    }

    .filters_c .filter_sec .filter_body .filter_search input{
        width:95%;
        float: left;
        border:none;
        border:1px solid rgba(247,148,29,0.3);
        outline: none;
        padding: 5px;
    }

    .filters_c .filter_sec .filter_body .filter_b{
        width: 100%;
        float: left;
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .filters_c .filter_sec .filter_body .filter_b ul li{
        width: 100%;
        float: left;
        padding: 6px 15px;
        box-sizing: border-box;
        color:#000;
        border-bottom:1px solid rgba(70,70,70,.1);
    }

    .filters_c .filter_sec .speciality_get .filter_b ul li span{
        color: rgba(247,148,29,1);
    }

    .filters_c .filter_sec .consultant_get .filter_b ul li span{
        color: rgba(247,148,29,1);
    }


	.doctors_con{
		width:100%;
		float: left;
		margin:30px 0px;
	}

	.doctors_con .doctors_center{
		width:1300px;
		margin:0 auto;
	}

	.doctors_con .doctors_center .doctors{
		width:100%;
		float: left;
	}

	.doctors_con .doctors_center .doctors .doctors_heads{
		width:100%;
		float: left;
	}

	.doctors_con .doctors_center .doctors .doctors_heads h1{
		color:#685ba4;
		font-weight: bold;
		font-size: 26px;
		text-transform: uppercase;
		padding:20px 10px;
	}

	.doctors_con .doctors_center .doctors .doctors_list{
		width:100%;
		float: left;
	}

	.doctors_con .doctors_center .doctors .list_doctor{
		width: 100%;
	    float: left;
	    padding: 10px;
	    box-sizing: border-box;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li{
		width:24%;
		float: left;
		margin-right: 1%;
		border:1px solid rgba(51,51,51,0.1);
		padding: 5px;
		margin-bottom: 20px;
		border-radius: 5px;
		height: 360px;
	} 

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con{
		width: 100%;
		float: left;
		position: relative;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .image{
		margin:0 auto;
		width: 193px;
		height: 232px;
	}		

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .image img{
		height: 232px;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .name{
		position: absolute;
		width: 100%;
        letter-spacing: 1px;
		/*background: rgba(51,51,51,0.6);*/
        background: rgba(255,255,255,0.8);
        backdrop-filter: blur(3px);
        font-family: "Century Gothic_reg";
		top:76%;
		padding: 4px;
		box-sizing: border-box;
		text-align: center;
        text-transform: uppercase;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .name a{
		color: #000;
        font-weight: bold;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .speciality{
		position: absolute;
		width: 100%;
         letter-spacing: 1px;
		/*background: rgba(113,113,113,0.6);*/
        background: rgba(255,255,255,0.8);
        backdrop-filter: blur(3px);
        font-family: "Century Gothic_reg";
		top:90%;
		padding: 1px;
        font-size: 11px;
		box-sizing: border-box;
		text-align: center;
        font-weight: bold;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .speciality a{
		color: #666;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .education{
		width: 100%;
		float: left;
		padding: 10px 0px;
        background: rgb(248 248 255);
        font-family: "Century Gothic_reg";
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .education .edu{
		text-align: center;
		height: 47px;
    	overflow: hidden;        
        /*font-weight: bold;*/
        color: #000;

	}

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctor_loc{
        width: 100%;
        float: left;
        padding: 5px 0px;
        font-family: "Century Gothic_reg";
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctor_loc_list{
        width: 100%;
        float: left;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctor_loc_list select{
        width: 100%;
        float: left;
        height: inherit;
        padding: 5px;
        border:1px solid rgba(51,51,51,.2);
    }

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button{
		width: 100%;
		float: left;
		padding: 10px 0px
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li{    
        color: white;
        text-align: center;
        float: left;
        box-sizing: border-box;
        text-decoration: none;
        border-radius: 5px;
        background: #4c4c4c;
        margin-right: 2px;
        position: relative;
        font-family: "Century Gothic_reg";
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child{
		width: 39%;		
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child:hover{
		background:#3f5567;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child{
		width: 60%;
		margin-right: 0;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child:hover{
		background:#3f5567;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child > a{
		width: 100%;
		display: block;
        color:white;
		padding: 7px 10px 31px 10px;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child:hover a{
		color: white;
	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child > a{
		color: white;
		display: block;
		width: 100%;
		padding: 8px 10px 30px 6px;
	}

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b{
        padding: 7px;
        cursor: pointer;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b input[type="checkbox"]{
        width: 180px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b input[type="checkbox"]:checked ~ .list_place{
        display: block;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place{
        width: 100%;
        float: left;
        position: absolute;
        z-index: 10;
        bottom: 100%;        
        left: 0;
        border:1px solid rgba(70,70,70,0.2);
        display: none;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place .place{
        font-family: "Century Gothic_reg";
        
    }

     .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place .place a{
        color: #666;
        padding: 5px;
        width: 100%;
        float: left;
        text-align: left;
        background: rgba(255,255,255,1);
     }

     .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place .place a:hover{
        background: rgba(51,51,51,1);
        color: #fff;
     }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .image{
        float: left;

    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .name{
        float: left;
        text-align:center;
    }


	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li a .image{
		float: left;

	}

	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li a .name{
		float: left;
		text-align:center;
	}

	
	.doctors_con .doctors_center .doctors .more_doctors{
		width:100%;
		float: left;
	}

	.doctors_con .doctors_center .doctors .more_doctors .more{
		width:100%;
		float: left;
	}

	.doctors_con .doctors_center .doctors .more_doctors .more .more_button{
		width:200px;
		margin: 0 auto;
	}

	.doctors_con .doctors_center .doctors .more_doctors .more .more_button a{
		    display: block;
		    border: 1px solid #2a6496;
		    width: 100%;
		    float: left;
		    padding: 10px 23px;
		    border-radius: 5px;
	}

	.doctors_con .doctors_center .doctors .more_doctors .more .more_button a:hover{
		background: #2a6496;
		color: white;
	}

	.doctors_con .doctors_center .doctors .more_doctors .more .more_button a .image{
		float: left;
	}

	.doctors_con .doctors_center .doctors .more_doctors .more .more_button a .name{
		float: left;
	}

	.support_con{
		width: 100%;
		float: left;
	}

	.testimonials_con{
		width: 100%;
		float: left;
        background: url(../images/testimonials-bg.jpg);
	}

    .testimonials_con .testimonial_center{
        width:1300px;
         margin:0 auto;
    }

    .testimonials_con .testimonial_center .testimonials{
        width: 100%;
        float: left;
    }

    .testimonials_con .testimonial_center .testimonials .test_head{
        width: 100%;
        float: left;
    }

     .testimonials_con .testimonial_center .testimonials .test_head h1{
       text-align: center;
       color:white;
       font-family: "Century Gothic_reg";
       font-weight: inherit;
       text-transform: uppercase;
       letter-spacing: 1px;
       padding: 30px 0px;
       font-size: 30px;
    }

     .testimonials_con .testimonial_center .testimonials .test_head h1 span{
        font-weight: bold;
        padding: 5px;
     }

    .testimonials_con .testimonial_center .testimonials .test_m_list{
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul{
        width: 2100%;
        float: left;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul li{
        float: left;
        width: 4.76%;
        padding: 10px;
        box-sizing: border-box;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul li .para_t{
        width: 100%;
        float: left;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul li .para_t p{
        color:white;
        line-height: 25px;
        text-align: center;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul li .cont_name{
        width: 100%;
        float: left;
        text-align: center;
        color: #b3b1b1;
        padding: 20px 0px;
        font-weight: bold;
    }


    /*
            Adult Vaccination Css Starts
    */
        .adult_i_con{
                min-width:100%;
                float: left;
                margin: 20px 0px 10px 0px;
                margin-top: 146px;
            }

            .adult_i_con .adult_i_center{
                width:1300px;
                margin:0 auto;
            }

            .adult_i_con .adult_i_center .adult_i{
                width:100%;
                float: left;
                position: relative;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_head{
                width: 100%;
                float: left;
                margin-bottom: 30px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_head .head{
                width: 100%;
                float: left;
                
            }

             .adult_i_con .adult_i_center .adult_i .adult_i_head .head h1{
                text-align: center;
                font-family: "bebas_neueregular";
                font-size:70px;
                color:black;
                text-transform: uppercase;
             }

            .adult_i_con .adult_i_center .adult_i .adult_i_head .head span{
                color:#f7941d;  
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para{
                width: 100%;
                float: left;
                margin: 5px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para .para{
                width: 80%;
                margin:0 auto;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para .para p{
                text-align: justify; 
                text-align-last: center;
                font-family: "Century Gothic_reg";
                line-height: 30px;
                font-size: 17px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image{
                width: 100%;
                float: left;
                margin: 40px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image .image{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image .image img{

            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons{
                width: 100%;
                float: left;
                margin: 40px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul{
                width: 405px;
                margin:0 auto;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li{
                float: left;
                margin-right: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a{
                padding:15px 30px;
                color:rgb(112 32 129 / 100%);
                
                border:1px solid rgb(112 32 129 / 100%);
                text-decoration: none;
                border-radius: 5px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a:hover{
                background: rgb(112 32 129 / 100%);
                color: white;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a i {
                padding-right: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan{
                width: 100%;
                float: left;
                margin: 40px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan h6{
                text-align: center;
                font-family: "Century Gothic_reg";
                text-transform: uppercase;
                font-weight: bold;
                padding: 20px 0px;
                font-size: 40px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc{
                width: 100%;
                float: left;
                margin: 10px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel{
                width: 100%;
                float: left;
                padding: 5px;
                box-sizing: border-box; 
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image img{
                width: 45%;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_head{
                width: 100%;
                float: left;
                margin: 20px 0px 10px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_head .head{
                font-family: "Century Gothic_bold";
                text-transform: uppercase;
                font-weight: bold;
                color: #000;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_para{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_para p{
                font-family: "Century Gothic_reg";
                line-height: 27px;
                font-size: 15px;
                text-align: justify;
                margin-bottom: 10px;
                /*text-indent: 10%;*/
                width: 97%;
                float: right;
            }


            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel{
                width: 100%;
                float: left;
                padding: 5px;
                box-sizing: border-box;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_head{
                width: 100%;
                float: left;
                border-bottom: 2px solid #4277a3;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_head .head{
                font-family: "Century Gothic_bold";
                text-transform: uppercase;
                font-weight: bold;
                color: #f7941d;
                padding: 10px 5px; 
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
                /*min-height: 944px;*/
                max-height: 944px;
                overflow: auto;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar {
                width: 6px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
                border-radius: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head{
                width: 100%;
                float: left;
                position: relative;
                cursor: pointer;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head .head{
                padding: 10px 13px;
                margin-bottom: 5px;
                color: #333;
                font-weight: bold;
                font-size: 16px;
                border-bottom: 1px solid rgba(66,119,163,0.2);
                font-family: "Century Gothic_reg";
            }  

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head .head.vac_active{
                background: rgb(250 235 215 / 50%);   
            } 

                  

            .vac_plus:after{
                width: 24px;
                height: 24px;
                background: url(../images/plus.png);
                position: absolute;
                content: "";
                top: 20%;
                right: 1%;
            }

            .vac_minus:after{
                width: 24px;
                height: 24px;
                background: url(../images/minus.png);
                position: absolute;
                content: "";
                top: 20%;
                right: 1%;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .desc_para{
                width: 100%;
                float: left;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .desc_para p{
                font-family: "Century Gothic_reg";
                line-height: 30px;
                font-size: 17px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_faq{
                width: 100%;
                float: left;
                margin:10px 0px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_faq .faq{
                font-family: "Century Gothic_bold";
                text-transform: uppercase;
                font-weight: bold;
                color: #000;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points{
                width: 100%;
                float: left;
                padding-left:20px; 
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li{
                width: 100%;
                float: left;
                margin-bottom: 5px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image{
                float: left;
                padding: 5px;
                width: 3%;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt{
                float: left;
                padding: 0px 5px;
                width: 97%;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p{
                font-family: "Century Gothic_reg";
                line-height: 34px;
                font-size: 15px;
                text-align: justify;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p span{
                color: #f7941d;
                font-size: 16px;
                font-weight: bold;
                margin-left: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info .info{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info .info p{
                color: #f7941d;
                font-family: "Century Gothic_reg";
                line-height: 26px;
                font-size: 15px;
                text-align: justify;
            }

            .vaccines_form_con{
                min-width:100%;
                float: left;
                margin: 20px 0px 10px 0px;
            }

            .vaccines_form_con .vaccines_form_center{
                width:1300px;
                margin: 0px auto;
            }

            .vaccines_form_con .vaccines_form_center .vaccines_form{
                width:100%;
                float: left;
            }

            .vaccines_form .vaccines_adult{
                width:100%;
                float: left;
            }

            .vaccines_form .vaccines_adult .vaccines_image{
                width:100%;
                float: left;
                position: relative;
            }

            .vaccines_form .vaccines_adult .vaccines_image .spinner_new{
                position: absolute;
                top: calc(100% - 63%);
                left: calc(100% - 57%);
                display: none;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con{
                width: 100%;
                position: absolute;
                z-index: 10;
                display: none;

            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con .vaccine_out_center{
                width: 450px;
                margin:0 auto;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out{
                width:100%;
                float: left;
                background: white;
                border-radius: 10px;
                box-shadow: 3px 2px 7px #333;
                margin-top: 50%;
            }

            .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_head{
                width:100%;
                float: left;
                box-sizing: border-box;
                padding: 5px 10px;
                color: white;
                background: rgb(45 152 10);
                font-weight: bold;
                font-family: "Century Gothic_reg";
                border-radius: 10px 10px 0px 0px;
            }

             .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_info{
                width:100%;
                float: left;
            }

            .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_info p{
                box-sizing: border-box;
                padding: 12px 40px;
                color: #000;
                text-align: center;
                /* font-weight: bold; */
                font-family: "Century Gothic_reg";
            }

            .vaccines_form .vaccines_adult .vaccines_image .image{
                width: 50%;
                float: left;
            }

            .vaccines_form .vaccines_adult .vaccines_image .image img{
                width: 110%;
                max-width: inherit;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a{
                width: 50%;
                float: right;
                border-radius: 50px;
                position: relative;
                background: rgba(0,0,0,0.93);
            }

             .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v{
                width: 100%;
                left:0%;
                position: absolute;

             }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v img{
                width: 100%;
                border-radius: 50px;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head{
                    width: 100%;
                    float: left;
                    position: relative;
                    z-index: 2;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head .head{
                    text-align: center;
                    font-family: "Century Gothic_reg";
                    text-transform: uppercase;
                    font-weight: bold;
                    padding: 50px 0px 30px 0px;
                    color:white;
                    font-size: 25px;
                    letter-spacing: 1px;
              }


              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f{
                    width: 100%;
                    float: left;
                    position: relative;
                    z-index: 2;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f .fields_box{
                    width: 60%;
                    margin:0 auto;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds{
                    width: 100%;
                    float: left;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds{
                    width: 100%;
                    float: left;
                    margin-bottom: 15px;
                    position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds  label.error{
                    color: #ffb52f;
                    position: absolute;
                    left: 0;
                    top: 90%;
                    width: 100%;
                    margin: 2px;
                    font-size: 13px;
                    z-index: 3;
                    font-family: "Century Gothic_reg";
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set{
                    width: 100%;
                    float: left;
                    margin-bottom: 15px;
                    position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select{
                width: 100%;
                float: left;
                cursor: pointer;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.5);
                background: none;
                outline:none;
                color:#fff;
                font-family: "Century Gothic_reg";
                cursor: pointer;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list {
                    width: 100%;
                    float: left;
                    background: rgba(0,0,0,0.7);
                    border-radius: 0px 0px 10px 10px;
                    position: absolute;
                    top:100%;
                    backdrop-filter: blur(3px);
                    display: none;
                    z-index: 4;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .vaccine_close{
                position: absolute;
                right: 5px;
                top:5px;
                background:#e7443d;
                cursor: pointer;
                border-radius: 5px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .vaccine_close i{
                 color:#fff;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li{
                    width: 100%;
                    float: left;
                    padding:5px 10px;
                    box-sizing: border-box;
              }

               .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_val{
                 float: left;
                 padding:2px 5px;
               }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_name{
                float: left;
              }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_name span{
                color: white;
                padding:5px;
                font-family: "Century Gothic_reg";
              }

              .vaccines_f .fields_box .box_feilds .feilds input{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.7);
                background: none;
                outline:none;
                color:white;
                font-family: "Century Gothic_reg";

              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds .feilds_sub{
                 width: 196px;
                 margin:0 auto;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input[type="submit"]{
                background:#e7443d;
                border:none;
                padding:10px 30px;
                font-weight: bold;
                letter-spacing: 1px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input[type="submit"]:hover{
                background:rgb(231 68 61 / 50%);                
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds select{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:1px solid rgba(255,255,255,0.24);
                background: none;
                outline:none;
                color:white;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.7);
                background: none;
                outline:none;
                color:white;
                min-height: 100px;
              }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input::placeholder {
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input::placeholder {
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea::placeholder {
                color: rgba(255,255,255,0.8);
            }

              

    /*
        Adult Vaccination Css Ends
    */

	.footer_con{
		width: 100%;
		float: left;
        background:#222;
        border-top: 4px solid #555;
	}

    .footer_con .footer_center{
        width: 1300px;
        margin:0 auto;
    }

    .footer_con .footer_center .footer_kmh{
        width: 100%;
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_services{
        width: 65%;
        float: left;
        padding:10px;
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_open{
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        padding:10px;
        box-sizing: border-box;
        font-family: "Century Gothic_reg";
        margin-bottom:5px;
        cursor: pointer;
        position: relative;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_open .head{
        float: left;
        font-weight: bold;
        color: white;
        letter-spacing: 2px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services  .head_plus{
        float: right;
        margin-right: 15px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services  .plus_f:before{
        content: "+";
        position: absolute;
        font-weight: bold;
        color: white;
        letter-spacing: 2px;
        font-size: 23px;
        right: 10px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services  .minus_f:before{
        content: "-";
        position: absolute;
        font-weight: bold;
        color: white;
        letter-spacing: 2px;
        font-size: 23px;
         right: 10px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close{
        width: 100%;
        float: left;
        display: none;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li{
        float: left;
        width: 33%;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li a{
        padding:3px 10px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        color: #aaa;
        font-size: 13px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li a:hover{
        color:white;
    }

    .footer_con .footer_center .footer_kmh .kmh_address{
        width: 35%;
        float: left;
        padding:10px;
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_head{
        width: 100%;
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_head h4{
        color: #eee;
        text-transform: uppercase;
        padding: 8px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: "Century Gothic_reg";
        border-bottom: 4px solid #8c8c8c;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part{
        width: 100%;
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li{
        width: 100%;
        float: left;
        padding:5px;
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image{
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li:nth-child(1) .image{
        margin-left:-5px;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image_titles{
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image_titles p{
        color:#ccc;
        font-family: "Century Gothic_reg";
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image_titles p a{
        color:#ccc;
        font-family: "Century Gothic_reg";
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image_titles p a:hover{
        color:white;
    }

    .footer_con .footer_center .footer_kmh .footer_policies{
        width: 100%;
        float: left;
        padding:5px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .footer_policies ul li{
        width: 100%;
        float: left;
    }

    .footer_con .footer_center .footer_kmh .footer_policies ul li a{
        font-family: "Century Gothic_reg";
        color:#aaa;
        text-transform: uppercase;
        font-size: 12px;
    }

    .footer_con .footer_center .footer_kmh .footer_policies ul li a:hover{
        color:#fff;
    }

    .footer_con .footer_center .footer_kmh .footer_copyrights{
        width: 100%;
        float: left;
        padding:5px;
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .footer_copyrights .copy_rights{
        box-sizing: border-box;
        font-family: "Century Gothic_reg";
        color:#aaa;
        text-transform: uppercase;
        font-size: 12px;
    }

	.testmonul{
			max-height:inherit !important;
		}

		.carousel_kmh_con{
            width: 100%;
            float: left;
            background: #eee;
        }

        .carousel_kmh_con .carousel_kmh_center{
            width: 1300px;
            margin:0 auto;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh{
            width: 100%;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_head{
            width: 100%;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_head h1{
            color: #685ba4;
            font-weight: bold;
            font-size: 26px;
            text-transform: uppercase;
            padding: 20px 10px;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content{
            width: 100%;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li{
            width: 20%;
            float: left;
            margin-right: 10px;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li .image{
            width: 100%;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li .image img{
            width: 100%;
            height: 166px;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li .name{
            width: 100%;
            box-sizing: border-box;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li .name a{
            width: 100%;
            float: left;
            display: block;
            box-sizing: border-box;
            background: #ffffff;
            text-align: center;
            padding: 5px 10px;
            color: #333;
            font-size: 12px;
            font-weight: bold;
        }

        .carousel_post .slick-slide{
            height: inherit;
        }

	@media only screen and (max-width:500px){

	    .section_first_con{
			width: 100%;
			float: left;
			margin-top: 127px;
		}

		.testimonials-carousel .slick-prev{
		    left:-30px !important;
		}

		.testimonials-carousel .slick-next{
		    right:-30px !important;
		}

		.key_services{
			display: none;
		}

		.internationals .international_content .international_read .international_button{
			margin-bottom: 10px;
		}
	}

	@media only screen and (min-width:500px) and (max-width: 1000px){

	    .section_first_con{
			width: 100%;
			float: left;
			margin-top: 140px;
		}

		.key_services{
			display: none;
		}
		.testmonul{
			max-height:inherit !important;
		}

		.testimonials-carousel .slick-prev{
		    left:-30px !important;
		}

		.testimonials-carousel .slick-next{
		    right:-30px !important;
		}


	}

	@media only screen and (max-width:1300px){
        .section_first_con{
            max-height: 342px;
            overflow:hidden;
            margin-top: 121px;
        }
		.about_drkmh_con .about_drkmh_center{
			width:100%;
			float: left;
		}

		.about_drkmh_con .milestone_blocks_con .milestone_center{
			width:100%;
			float: left;
		}

		.tertitary_services_con .tertitary_services_center{
			width:100%;
			float: left;
		}

		.international_con .international_center{
			width:100%;
			float: left;
		}

		.preventive_con .preventive_center{
			width:100%;
			float: left;
		}

		.doctors_con .doctors_center{
			width:100%;
			float: left;
		}
        .adult_i_con .adult_i_center{
            width: 100%;
        }

        .vaccines_form_con .vaccines_form_center {
           width: 100%;
        }

        .consult_head_con .consult_head_center{
            width:100%;
            float: left;
        }

        .consult_filter_con .consult_filter_center{
            width:98%;
            float: left;
            margin:1%;
        }

        .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec{
            width: 32%;
            float: left;
            margin-right: 14px;
            position: relative;
        }

		.carousel_kmh_con .carousel_kmh_center{
	    		width: 100%;
	    		float: left;
	    }

        .footer_con .footer_center{
            width: 100%;
            float: left;
        }
		.testimonials_con .testimonial_center{
            width: 100%;
            float: left;
        }

        .key_services_center{
            width: 100% !important;
            float: left;
        }
		.key_services_one .key_serv_center{
            width: 100%;
            float: left; 
        }

        .key_services_one .key_serv_center .key_serv ul li{
            float: left;
            width: 32%;
            padding: 0px 10px;
            min-height: 300px;
            border-radius: 5px;
            margin-right: 5px;
            margin-bottom: 15px;
            box-sizing: border-box;

        }

        .key_services_one .key_serv_center .key_serv ul li .s_image_conts h4{
            font-size:13px;
        }
	}

	

	@media only screen and (max-width:1150px){

        .section_first_con{
            max-height: 295px;
            overflow:hidden;
        }
		.doctors_con .doctors_center .doctors .list_doctor > ul > li{
			width: 32.3333%;
		}

		.about_drkmh_con {
		    border-bottom: 1px solid rgba(51,51,51,0.1);
		}

		.about_drkmh .about_content .about_head{
			margin-top: 10px;
		}

		.about_drkmh_con .about_image {
			display: none;
		}

		.about_drkmh .about_content {
			width: 100%;
			box-sizing: border-box;
			padding: 10px;
		}

		.about_drkmh_con .milestone_blocks_con .milestone_center .milestones {
			padding: 20px 10px;
			box-sizing: border-box;
		}

		.milestones ul li {
			width: 50%;
			margin-bottom: 10px;
		}

		.tertitary_services_con {
		    border-bottom: 1px solid rgba(51,51,51,0.1);
		}

		.tertitary_services .tertitary_content{
			width: 100%;
		}

		.tertitary_services_con .tertitary_image {
		   display: none;
		}

		.tertitary_services .tertitary_content .tertitary_head{
			margin-top: 10px;
		}

		.tertitary_services .tertitary_content .tertitary_head h1 {
			color:black;
		}

		.tertitary_services .tertitary_content .tertitary_body p  {
			color:black;
		}

		.tertitary_services .tertitary_content .tertitary_read{
			margin-bottom: 10px;
		}

		.tertitary_services .tertitary_content .tertitary_read .tertitary_button a {
		    display: block;
    	    border: 1px solid #513F95;
    		padding: 10px 30px 10px 20px;
    		border-radius: 5px;
    		color:#428bca;
		}

		.international_con {
   			border-bottom: 1px solid rgba(51,51,51,0.1);
		}


		.international_con .international_image{
			display: none;
		}

		.internationals .international_content{
			width: 100%;
		}

		.internationals .international_content .international_head{
			margin-top: 10px;
			margin-bottom: 10px;
		}

		.internationals .international_content .international_body p{
			margin-bottom: 10px;
		}

		.internationals .international_content .international_read{
			margin-bottom: 10px;
		}

		.preventive_con{
			border-bottom: 1px solid rgba(51,51,51,0.1);
		}

		.preventive_con .preventive_image{
			display: none;
		}

		.preventive .preventive_content{
			width: 100%;
		}

		.preventive .preventive_content .preventive_head{
			margin-top: 10px;
    		margin-bottom: 10px;
		}

		.preventive .preventive_content .preventive_body p{
			margin-bottom: 10px;
		}
	}

    @media only screen and (max-width:1000px){
        .section_first_con{
            max-height: 324px;
            overflow:hidden;
            margin-top:140px;
        }

        .adult_i_con .adult_i_center .adult_i .adult_i_image .image img{
            width: 90%;
          }

          .adult_i_con{
            margin-top: 175px;
          }

          .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip{
                min-height: inherit;
                max-height: inherit;
                overflow: inherit;
            }

            .vaccines_form .vaccines_adult .vaccines_image .image{
                width: 100%;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a{
                width: 98%;
                margin-top: 2%;
                border-radius: 20px ;
                float: left;
                margin-left: 1%;
                background: rgb(81 63 149 / 80%);
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v{
                display: none;
            }

            .vaccines_form .vaccines_adult .vaccines_image .image img{
                width: 100%;
            }
			.key_services_one .key_serv_center .key_serv ul li{
                float: left;
                width: 32%;
                padding: 0px 10px;
                min-height: 318px;
                border-radius: 5px;
                margin-right: 5px;
                margin-bottom: 15px;
                box-sizing: border-box;
            }
    }

	@media only screen and (max-width:850px){
		.section_first_con{
            max-height: 324px;
            overflow:hidden;
        }

        .doctors_con .doctors_center .doctors .list_doctor > ul > li{
			width: 49%;
		}

        .footer_con .footer_center .footer_kmh .kmh_services {
            width: 100%;
        }

        .footer_con .footer_center .footer_kmh .kmh_address {
            width: 100%;
        }

        .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li {
            float: left;
            width: 50%;
        }

        .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan h6{
                    font-size: 20px;
                }
				
	.section_first > ul > li .read_more_six {
	    position: absolute;
	    right: 17%;
	    top: 84%;
	    border: 1px solid rgba(240,0,128,0.6);
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_six a {
	    padding: 2px 27px;
	    display: block;
	    color: #f00080;
	    text-decoration: none;
	    border-radius: 5px;
	}

	.section_first > ul > li .read_more_four {
	    position: absolute;
	    right: 9%;
	    top: 79%;
	    border: 1px solid #fff;
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_four a {
	    padding: 5px 27px;
	    display: block;
	    color: white;
	    text-decoration: none;
	    border-radius: 5px;
	}

	.section_first > ul > li .read_more_five {
	    position: absolute;
	    right: 11%;
	    top: 81%;
	    border: 1px solid #f48222;
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_five a {
	    padding: 5px 27px;
	    display: block;
	    color: #f48222;
	    text-decoration: none;
	    border-radius: 5px;
	}

	.section_first > ul > li .read_more_seven {
	    position: absolute;
	    left: 8%;
	    top: 86%;
	    border: 1px solid rgb(255 144 0);
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_seven a {
	    padding: 2px 27px;
	    display: block;
	    color: rgb(255 144 0);
	    text-decoration: none;
	    border-radius: 5px;
	}

	.section_first > ul > li .read_more_three {
	    position: absolute;
	    left: 1.6%;
	    top: 79%;
	    border: 1px solid #122440;
	    background: #122440;
	    border-radius: 5px;
	    font-weight: bold;
	    cursor: pointer;
	}

	.section_first > ul > li .read_more_three:hover {
	    border: 1px solid #ff9000;
	}

	.section_first > ul > li .read_more_three a {
	    padding: 3px 10px;
		display: block;
		color: white;
		font-size: 20px;
		border-radius: 5px;
		text-decoration: none;
	}

	.section_first > ul > li .read_more_three a:hover {
	    background: #ff9000;
	}
	.key_services_one .key_serv_center .key_serv ul li{
                float: left;
                width: 48%;
                padding: 0px 10px;
                min-height: 319px;
                border-radius: 5px;
                margin-right: 5px;
                margin-bottom: 15px;
                box-sizing: border-box;
            }
	}

	@media only screen and (max-width:650px){

        .section_first_con{
            max-height: 166px;
            overflow:hidden;
        }
		.doctors_con .doctors_center .doctors .list_doctor > ul > li{
			width: 99%;
		}

		.doctors_con .doctors_center .doctors .list_doctor > ul > li .education .edu{
			text-align: center;
			height: auto;
	    	overflow: inherit;
		}

		.about_drkmh .about_content .about_head h1{
			font-size: 25px;
		}

		.tertitary_services .tertitary_content .tertitary_head h1{
			font-size: 25px;
		}

		.internationals .international_content .international_head h1{
			font-size: 25px;
		}

		.preventive .preventive_content .preventive_head h1{
			font-size: 25px;
		}

		.about_drkmh_con .milestone_blocks_con .milestone_center .milestones {
			padding: 20px 10px;
			box-sizing: border-box;
		}

		.milestones ul li {
			width: 100%;
			margin-bottom: 10px;
		}

		.image_cont .read_more_three a{
		    padding: 0px 16px !important;
		    display: block;
		    color: white;
		    font-size: 13px;
		    border-radius: 5px;
		    text-decoration: none;
		    border-radius: 5px;
		}

        .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li {
            float: left;
            width: 100%;
        }

        .footer_con .footer_center .footer_kmh .footer_policies ul li{
            text-align: center;
        }

        .footer_con .footer_center .footer_kmh .footer_policies ul li a{
            font-size: 11px;
        }

        .footer_con .footer_center .footer_kmh .footer_copyrights .copy_rights{
            text-align: center;
        }
		
		
		.section_first > ul > li .read_more_six {			
			display:none;
		}

	

	.section_first > ul > li .read_more_four {
	    display:none;
	}

	

	.section_first > ul > li .read_more_five {
	    display:none;
	}

	

	.section_first > ul > li .read_more_seven {
	    display:none;
	}

	

	.section_first > ul > li .read_more_three {
	   display:none;
	}

	

	
	}



