 
/*---------------------------------------------------------------------
Google Fonts
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*---------------------------------------------------------------------
General
-----------------------------------------------------------------------*/
body { font-family: 'Montserrat', sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; color: #666666; }
a, input { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #222222; outline: none !important; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #0bc9e3; text-decoration: none !important; }
.button { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #ffffff; outline: none !important; }
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; font-size: 100%; font-weight: normal; color: #222222; margin-top: 0px; margin-bottom: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 40px; line-height: 55px; }
h2 { font-size: 36px; line-height: 40px; }
h3 { font-size: 32px; line-height: 45px; }
h4 { font-size: 28px; line-height: 40px; }
h5 { font-size: 24px; line-height: 35px; }
h6 { font-size: 20px; line-height: 26px; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e9e9e9; border-top: 0px; }
ol, ul { padding: 0px; margin: 0px; }
li { list-style: none !important; }
label { font-weight: 400; color: #aaaaaa; }
.label { color: #fff !important; font-size: 9px !important; }
*::-moz-selection { background: #0bc9e3; color: #fff; text-shadow: none; }
::-moz-selection { background: #0bc9e3; color: #fff; text-shadow: none; }
::selection { background: #0bc9e3; color: #fff; text-shadow: none; }
.iq-hide { overflow: hidden; }
.wd-full { width: 100% !important; }
iframe { border: inherit; }
.full-img { width: 100% !important; }
/*---------------------------------------------------------------------
Loader
-----------------------------------------------------------------------*/
#loading { background-color: #ffffff; height: 100%; width: 100%; position: fixed; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { width: 100%; height: 100%; position: relative; overflow: hidden; }
#loading-center img { width: 100px; text-align: center; left: 0; position: absolute; right: 0; top: 50%; bottom: 50%; z-index: 99; margin: auto; -webkit-animation: spin 4s linear infinite; -moz-animation: spin 4s linear infinite; animation: spin 4s linear infinite; }
/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: #ffffff; background: #333333; position: fixed; bottom: 25px; right: 25px; z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#back-to-top .top:hover { background: #0bc9e3; color: #ffffff; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
/*---------------------------------------------------------------------
No Gutters
-----------------------------------------------------------------------*/
.no-gutters { margin-right: 0; margin-left: 0;
> .col, > [class*="col-"] { padding-right: 0; padding-left: 0; }
}
/*---------------------------------------------------------------------
Input
-----------------------------------------------------------------------*/
input { background: transparent; border: 1px solid #d2d2d2; color: #666; height: 45px; box-shadow: none; padding-left: 10px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; font-size: 14px; color: #626262; width: 100%; }
select { width: 100%; background: transparent; border: 1px solid #e0e0e0; color: #666666; height: 45px; padding-left: 10px; box-shadow: none; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; font-size: 14px; color: #626262; }
option { background: #fff; border: 0px solid #626262; padding-left: 10px; font-size: 14px; }
input:focus { background: transparent; border: 1px solid #0bc9e3; }
textarea { background: transparent; resize: vertical; border: 1px solid #e0e0e0; color: #666666 !important; padding: 10px; width: 100%; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; font-size: 14px; }
textarea:focus { background: transparent; border: 1px solid #0bc9e3; outline: none !important; }
.form-control { background-color: transparent; border: 1px solid #2f2f2f; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #fff; box-shadow: none; }
.form-control:focus { box-shadow: none; border-color: #2f2f2f; }
input::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
input:-moz-placeholder { color: #666; }
input:-ms-input-placeholder { color: #666; }
input:focus { outline: none;}
/*---------------------------------------------------------------------
Jarallax
---------------------------------------------------------------------*/
.jarallax { position: relative; z-index: 0; }
.jarallax>.jarallax-img { position: absolute; object-fit: cover;    /* support for plugin https://github.com/bfred-it/object-fit-images */ font-family: object-fit:cover; 
top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
/****************************************************************************
Home 1
*****************************************************************************/
/*---------------------------------------------------------------------
Services
----------------------------------------------------------------------*/
.iq-box { padding: 0; margin-top: 30px; }
.iq-box p { margin-top: 0; margin-bottom: 0; }
.iq-box img { width: 65px; }
.iq-box h5 { color: #333333; margin: 10px 0; font-weight: 600; }
/*---------------------------------------------------------------------
about hospital  
----------------------------------------------------------------------*/
.iq-tools-box .iq-tools2 img { margin-top: -170px; }
.iq-tools-box .iq-tools2 { position: absolute; bottom: -5px;  right: 8%; }
.iq-aboutus h1 { color: #000000; font-weight: 600; }
.iq-aboutus span { font-size: 28px; color: #fff; font-weight: 600; }
.iq-aboutus p { margin: 20px 0; color: #ffffff; }
.iq-aboutus p.dark-text { font-size: 20px; line-height: 30px; font-weight: 600; }
.iq-aboutus .mark-box { padding-bottom: 20px; }
.iq-aboutus .mark-box li i { font-size: 20px; color: #fff; padding-right: 10px; }
.iq-aboutus .mark-box li { color: #fff; line-height: 30px }
/*---------------------------------------------------------------------
hospital-department
----------------------------------------------------------------------*/
.hospital-aria {position: relative; margin-top: 30px; background: #ffffff; }
.hospital-aria .hospital-content { padding: 20px; background: #f9f9f9; }
.hospital-aria .icon-box { background: #0bc9e3; position: absolute; top: 20px; left: 20px; height: 70px; width: 70px; line-height: 56px; text-align: center; border: 6px solid #fff; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.hospital-aria:hover .icon-box { border-radius: 100%; }
.hospital-aria .icon-box img { width: 40px; text-align: center; }
/****************************************************************************
Home 2
*****************************************************************************/
/*---------------------------------------------------------------------
about hospital  
----------------------------------------------------------------------*/
.iq-aboutus2 h6 { font-weight: 600; }
.iq-aboutus2 .iq-feature2 h3 i { padding-right: 15px; color: #ea601e; }
.iq-aboutus2 p { margin: 10px 0 0; color: #333; }
.iq-aboutus2 .button { margin-bottom: 40px; }
.iq-feature2.time-table { margin-top: 25px; border: 2px solid #ddd; padding: 25px 30px 15px 30px; border-radius: 5px; margin-bottom: 5px; }
.iq-feature2.time-table .time-box { padding-top: 20px; }
.iq-feature2.time-table .time-box li { border-bottom: 1px solid rgba(165, 165, 165, 0.2); padding: 7px 0; height: 50px; }
.iq-feature2.time-table .time-box li:last-child { border-bottom: inherit; }
.iq-feature2.time-table .time-box span { color: #333; }
.iq-tools-box .iq-tools3 { position: absolute; bottom: 0px; width: 785px; right: 0; }
/*doctor-detail*/
.iq-feature2 .content-blog.orange i { padding-right: 15px; color: #ea601e; }
.iq-feature2.time-table.spe-box { margin-top: 0; border-radius: inherit; border: 1px solid #ddd; }
/*---------------------------------------------------------------------
service2
----------------------------------------------------------------------*/
.service-box { padding: 60px 40px; }
.service-box img { width: 60px; }
.iq-service2 { margin-top: 30px; text-align: center}
.iq-service2 .left { width: 76px; height: 76px;     margin: 0 auto;  /*margin-right: 20px;*/ text-align: center; }
.iq-service2 .right { /*display: table-cell;*/ margin-top: 10px; vertical-align: top; }
.iq-service2 .right p { margin-top: 0px; margin-bottom: 0; }
.right-side .iq-service2 .left { float: right; margin-left: 20px; margin-right: 0; }
.right-side .iq-service2 .right { text-align: right; }
/****************************************************************************
About Us
*****************************************************************************/
.doctor-content.grey { background: #f6f6f6; }
.iq-aboutus p.black-text { font-size: 20px; line-height: 30px; font-weight: 600; color: #222222; margin: 0; }
.iq-aboutus p.black, .iq-aboutus .mark-box.black li { color: #666666; }
.iq-aboutus .mark-box.black li i { color: #0bc9e3; }
/****************************************************************************
About Us 2
*****************************************************************************/
.listing-awesome i { padding-right: 15px; color: #0bc9e3; }
.center-img  img { width: 720px; }
/****************************************************************************
introduction
*****************************************************************************/
.intro-text { font-size: 24px; color: #222222; padding: 0px 70px 30px 70px; line-height: 34px; font-style: italic; }
.intro-text i { font-size: 30px; color: #ea601e; padding: 0 15px; }
/****************************************************************************
Find Doctor
*****************************************************************************/
.iq-find-doc { background: #f2f2f2; padding: 40px 30px; }
.iq-find-doc h4 { text-align: center; padding-bottom: 10px; font-size: 36px; font-weight: 600; color: #222222;}
.iq-find-doc .form-control { color: #5f5f5f; background-color: #fff; border: none; }
.iq-find-doc .button { width: 100%; text-align: center; }

.iq-find-doc    select.form-control:not([size]):not([multiple]) { height: 50px; margin: 25px 0; }
/****************************************************************************
Find Doctor
*****************************************************************************/
.iq-facilities { padding: 20px 0px 10px; text-align: center; }
.iq-facilities h4, .iq-facilities p { color: #ffffff; }
.iq-facilities h4 { padding: 15px 0; font-size: 22px; line-height: 35px; }
.iq-quickcontact p { font-size: 16px; padding-top: 5px; }
/****************************************************************************
Appointment
*****************************************************************************/
/*---------------------------------------------------------------------
Appointment
-----------------------------------------------------------------------*/
.iq-appointment2 input[type="radio"], .iq-appointment2 input[type="checkbox"] { margin: 0; height: inherit; height: 20px; left: 0; }
.iq-appointment2 .table-style .today { background: #2A3F54; color: #ffffff; }
.iq-appointment2 .table-style th:nth-of-type(7), .iq-appointment2 .table-style td:nth-of-type(7) { color: blue; }
.iq-appointment2 .table-style th:nth-of-type(1), .iq-appointment2 .table-style td:nth-of-type(1) { color: red; }
.iq-appointment2 .table-style tr:first-child th { background-color: #F6F6F6; text-align: center; font-size: 15px; }
.iq-appointment2 .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { margin-left: 60%; }
.iq-appointment2 .well { background-color: inherit; border: none; box-shadow: inherit; padding: 0px 15px; margin-bottom: 0px; }
.iq-appointment2 form { border: 1px solid #dddddd; padding: 30px; }
.iq-appointment2 .iq-radio input, .iq-appointment2 .iq-check input { width: inherit; }
.iq-appointment2 .iq-check .form-check-input { width: 16px; margin-right: 6px; }
.iq-appointment2 .form-control { background: #f6f6f6; border: 1px solid #f2f2f2; }
.iq-appointment2 .form-control:focus, .iq-appointment2 .section-field.textarea textarea:focus { box-shadow: none; outline: none; border: 1px solid #0bc9e3; }
.iq-appointment2 label { font-size: 16px; color: #222222; }
.iq-appointment2 .form-check { display: inline-block; padding-right: 30px; }
.iq-tools-appo { position: absolute; top: 0; width: 600px; left: 0; }
.iq-appointment2 .button {background: #ea601e; color: #ffffff; outline: none !important; border: none !important;}
.iq-appointment2 .button:hover{background: #222222; color: #ffffff;}


/*---------------------------------------------------------------------
faq
-----------------------------------------------------------------------*/
.faq-2 { padding: 20px 15px; }
/*----------------------------------------------------------------------
Loging and Register
-----------------------------------------------------------------------*/
.iq-log-reg { padding: 40px 30px; width: 100%; position: relative; top: -100px; border: 1px solid #dcdcdc;}
.iq-log-reg.no-top { top: 0; }
.iq-log-reg .form-control { background: #f1f1f1; border: none; height: 45px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #666666; box-shadow:inherit !important;}
.iq-log-reg textarea { min-height: 100px; }
.iq-log-reg .remember-checkbox a { color: #1e50e2; }
.iq-log-reg .remember-checkbox label { padding-left: 30px; font-size: 14px; position: relative; cursor: pointer; color: #0bc9e3; }
.iq-log-reg .remember-checkbox label:before, label:after { position: absolute; top: -3px; left: 0; padding-left: 2px; font-family: FontAwesome; font-size: 17px; }
.iq-log-reg .remember-checkbox label:before { border: 2px solid #0bc9e3; content: ""; height: 20px; margin-top: 3px; width: 20px; }
.iq-log-reg .remember-checkbox label:after { content: '\f00c'; max-width: 0; opacity: 0.5; overflow: hidden; transition: all 0.35s; -webkit-transition: all 0.35s; -ms-transition: all 0.35s; -ms-transition: all 0.35s; -o-transition: all 0.35s; }
.iq-log-reg .remember-checkbox input[type="checkbox"] { display: none; }
.iq-log-reg .remember-checkbox input[type="checkbox"]:checked+label:after { max-width: 25px; opacity: 1; }
.iq-log-reg p { font-size: 13px; line-height: 20px; color: #ffffff;}
.iq-log-reg .button { width: 100%; text-align: center; color: #ffffff; margin-bottom: 15px;}
.iq-log-reg .title{font-weight: 600; margin-bottom: 20px;}
.iq-log-reg .log-reg-footer {margin-top: 15px;}
.iq-log-reg .log-reg-footer a{color: #222222; font-size: 14px;}
.iq-log-reg .log-reg-footer a:hover{color: #0bc9e3;}
.iq-log-reg .log-reg-footer a.iq-link{ background: rgb(241, 241, 241); padding: 5px 10px; color: #222222; font-weight: 600;}
.iq-log-reg .log-reg-footer a:hover.iq-link{ background:#222222;  color: #ffffff;}
/*----------------------------------------------------------------------
revolution slider css
-----------------------------------------------------------------------*/
/***************
Slider home 1
****************/
.persephone.tparrows { cursor: pointer; background: rgba(201, 201, 201, 0.75); width: 40px; height: 40px; position: absolute; display: block; z-index: 100; border: 1px solid rgba(255, 255, 255, 1) }
.persephone.tparrows:hover { background: rgba(0, 0, 0, 1) }
.persephone.tparrows:before { font-family: "revicons"; font-size: 15px; color: rgb(255, 255, 255); display: block; line-height: 40px; text-align: center }
.persephone.tparrows.tp-leftarrow:before { content: "\e824" }
.persephone.tparrows.tp-rightarrow:before { content: "\e825" }
/***************
Slider home 2
****************/
.custom.tparrows { cursor: pointer; background: #000; background: rgba(0, 0, 0, 0.5); width: 40px; height: 40px; position: absolute; display: block; z-index: 100 }
.custom.tparrows:hover { background: #000 }
.custom.tparrows:before { font-family: "revicons"; font-size: 15px; color: #fff; display: block; line-height: 40px; text-align: center }
.custom.tparrows.tp-leftarrow:before { content: "\e824" }
.custom.tparrows.tp-rightarrow:before { content: "\e825" }

header.header-2 .header-bottom .mega-menu .menu-logo>li>a img { height:66px;}

.iq-feature2.appointment-request:before {    background: rgba(10, 140, 202, 0.9);    }
.iq-font-blue {       color: #000000;    font-size: 14px;    line-height: 20px;}
.hospital-aria .hospital-content {       padding: 7px;    background: #d4d4d4;    min-height: 37px;    text-align: center;}
.name-box a{ font-size: 14px;}
.name-box p{ font-size: 13px;}
.footer-bottom .iq-font-white { font-size: 12px;}
#logo_dark { margin-top: -5px;}
 
.tparrows.tp-rightarrow:before{
	font-family:'FontAwesome';
content: "\f105" !important;}
 
.tparrows.tp-leftarrow:before{
	font-family:'FontAwesome';
content: "\f104" !important;}
 header.header-2 .header-top {
    background: #676767;
}
header.header-2 .header-top .iq-link li a:hover {
    background: #ddd;
    color: #000;
}

header.header-2 .mega-menu .menu-links>li a { font-weight: bold;}
header.header-2 .mega-menu .menu-links>li a {    padding: 15px 0 20px 26px;}
.faciliti:before {
	content: "";
	width:1px;
	height: 100%;
	background: #676767;
	display: block;
	position: relative;
    left: -32px;
	float: left;
}
.hospital-content a:hover {
	color: #fff !important
}
/*.mega-menu .drop-down-multilevel li:hover, .mega-menu .drop-down-multilevel li.active {
    background: #e3720c;
}
header.header-2 .mega-menu .menu-links>li .drop-down-multilevel li:hover a, header.header-2 .mega-menu .menu-links>li .drop-down-multilevel li.active a {background: #e3720c;}*/
.hospital-aria:hover .hospital-content img {
	transition: 0.8s;
	transform: rotate(360deg)
}
.hospital-img{
	overflow: hidden;
	
}
.hospital-img img {
	transition: 0.5s;
}
.hospital-aria:hover .hospital-img img{
	transition: 0.5s;
	transform: scale(1.1)
}

header.header-2 .mega-menu .menu-links>li.active a, header.header-2 .mega-menu .menu-links>li:hover a {    color: #e3720c;}
.message_wrap {
	max-width: 900px;
	border: 2px dashed #ddd;
	padding:100px 50px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.message_wrap:before,.message_wrap:after {
	content: "";
	background: url("../images/crt002.png");
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 20px;
	top: -45px;
}
.message_wrap:after {
    bottom: -50px;
    top: auto;
    transform: rotate(180deg);
    left: 20px;
}
.ul_member li {
    display: inline-block;
   
}
.highlight_member .member_block {
    width: 200px;
}
.highlight_member .image-block {
    width: 200px;
    height: 220px;
/*    border: 5px solid #e8e8e8;*/
	overflow: hidden;
}
.highlight_member .image-block img {
	width: 100%;
	height: 100%;
}
.member_footer {
     background-color: #fff;
	padding: 20px 10px;
	padding-bottom: 10px;
}

.member_footer p.member_name {
    margin-bottom:10px;
    font-size: 14px;
    font-weight: bold;
	background: #fff;
	text-transform: uppercase;
}
.member_footer .designation {
    margin-bottom: 0px;
}
.presi_top .ul_member {
	text-align: center;
}
.presi_top  .highlight_member .image-block {
	width: 300px;
	height: 300px;
}
.presi_top .member_block {
	width: 300px;
}
.more_members {
	text-align: center;
}
.more_members .image-block {
	    height: 280px;
}
.more_members .ul_member li {
	margin: 10px;
}
.member_footer {
	text-align: center;
}
p.dept { margin-bottom: 0 ;     text-transform: uppercase;    font-weight: bold; font-size: 11px;}
.iq-doctors .doctor-content {    line-height: 17px;}
.iq-doctors .doctor-content {
    line-height: 17px;
    min-height: 126px;
}
.gallery_perc {
	padding: 80px 0;
}
.alldepartment li {
	width:277px;
	float: left;
}
.alldepartment .dept_block {
	border: 2px solid #f1f1f1;
	padding: 10px;
	/*width: 100%;*/
	height: 220px;
	background: #fff;
	text-align: center;
	padding-top: 50px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px;
	display: block;
	box-sizing: border-box;
	transition: 0.5s;
}
.alldepartment .dept_block:hover {
	background: #ffff;
	/*background: url("../images/cppkap.jpg");
	background-size: cover;*/
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.21);
	transition: 0.5s;
	
}
.alldepartment li:hover a {
	/*color: #ffff;
	transition: .1s;*/
}
.alldepartment .dept_block:hover img {
	transform: translateY(-8px);
	transition: 0.5s;
}


.alldepartment .dept_block img {
	margin-bottom: 10px;
	transition: 0.5s;
}
.alldepartment  .dept_name{
	font-size: 14px;
	line-height: 22px;
	
}
.feedback {
	border: 1px solid #eee;
    min-height: 320px;
    float: left;
}
.iq-testimonial .feedback .iq-avtar {
	width: 62px;
}

.job_post {
	border: 1px solid #eee;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.13);
}

.post_name {
	color: #e3720c;
}
.fulljob {	font-size: 18px;}
.career_form{
	position: relative;
    top: -122px;
    z-index: 5;
    background: #ffff;
}
.gte_bl {
	background: #fff;
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    min-height: 200px;
   /* border: 1px solid #e2e2e2;*/
}
.glry_ft {
	text-align: left;
	height: 60px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

.dash_menu {
    width: 195px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    padding-top: 37px;
    text-transform: uppercase;
    float: left;
    margin-right: 8px;
    height: 130px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.dash_menu .dash_top {
    width: 100%;
    text-align: center;
    color: #2196f3;
    font-size: 16px;
    vertical-align: middle;
    margin: 0 auto;
    padding-bottom: 12px;
    line-height: normal;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
}
.dash_menu .dash_top a {
    color: #3b3b3b;
}

.dash_top .fa {
    font-size: 20px;
    margin-bottom: 8px;
}
.tend_top {
}
.header-top .iq-link li a {
        padding: 13px 15px;
}
.header-top .iq-link li {
    width: 100%;
    display: inline-block;
    margin: 0 2px;
	max-width: 164px;
}
.header-top .iq-link li a {
    display: block;
    text-align:center;
}
header.header-2 .header-top .iq-link li a {
    padding: 3px 8px;
}


.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #ffeb3b;    }
    49%{    color: #ffeb3b; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ffeb3b;    }
}

header.header-2 .header-top .iq-link li a {
    background: #8BC34A;
    color: #222;
    position: relative;
    padding: 1px 21px;
    font-weight: bold;
}

.overview-block-ptb {    padding: 80px 0;}
.iq-service2 .button {
    padding: 5px 20px;
    font-size: 12px;
    background: #0bc9e3;
}
.find_doctor {    display: flex;}
.find_doctor .search_inpt {    width: 80%;     background: #ffff;}
.find_doctor .find_btn {    width: 31%;    background: #213f9a;    border: 0;    color: #fff;    font-weight: bold;}
.doct_details {	 }
.doct_details .doct_name {
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}
.doct_details .quali {
	margin-bottom: 4px;
    color:black;
}
.doctor_dp {
	width: 280px;
	height: 300px;
	margin: 0 auto;
}
.title{
	    background: #213f9a;
    padding: 16px 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 18px;
	 
}
.ext {
	border: 1px solid #eee;
	
}
.table_ct {
	max-width: 89%;
    font-size: 12px;
    margin: 0 auto;
	margin-bottom: 30px;
}
.table_ct td {
	padding: 5px 0 !important;
	color: #000;
}
.table_ct td:nth-child(2) {
	width: 74%
}
 .table_downl td{ padding: 10px !important}

@media only screen and (max-width: 460px) {
 .news_tle{	display: none;	}
 
}












