@charset "utf-8";
/* CSS Document */

/*
  Theme Name: Mediline : Medical & Health HTML Template
  Author: udayraj
  Author URI: https://themeforest.net/user/udayraj
  Creation Date: 16 November 2016
  Description: A default stylesheet for Medical & Health HTML Template.
  Version: 1.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================
.form-control.checkbox-form-control
01. Typography
02. General
03. Button
04. Input
05. Home 1
06. Home 2
07. About Us
08. Doctor
09. Doctor Details
10. Service
11. Service Details
12. Pricing
13. Blog
14. Blog Single
15. Gallery
16. Appointment
17. Contact Us
18. FAQ
19. Department
20. Testimonial
21. Career
22. 404 Error

/* =============== Colors Used=====================
  Blue: #03A3C7;
  Green: #47C93D;
  Light Gray: #E5F1F0;
 ===================================================*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500');

#preload { position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100vw; height: 100vh; z-index: 999999; background: #fff; }
#preload .loading { position: absolute; width: auto; height: auto; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.clearfix:after, .clearfix:before{ content:""; display:table; }
.clearfix:after{ clear:both; }
.clearfix{ *zoom:1; }

/* ================================= */
    /*===== Typography =====*/
/* ================================= */
body{
	font-family: 'Noto Sans TC', 'Source Sans Pro', sans-serif;
	color: #676767;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6{
	color: #333;
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.4;
}
h1,.h1{
	font-size:28px;
}
h2,.h2{
	font-size:24px;
}
h3,.h3{
	font-size:20px;
}
h4,.h4{
	font-size:18px;
}
h5,.h5{
	font-size:16px;
}
h6,.h6{
	font-size:14px;
}
p{
	margin: 0 0 20px;
	line-height:26px;
}
ul>li>h4 {margin-bottom: 0;}
ul>li>p {margin-bottom: 0;}
ul>li>p:last-child {margin-bottom: 15px;}
ul,ol{
	margin-bottom: 20px;
}
ul li, ol li{}
ul li ul, ol li ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #00aee5;
	text-decoration: none;
	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #03A3C7;
}
.listnone{
	list-style:none;
	margin-left:0;
}
a:focus, a:hover {
	text-decoration: none; color: #1D74CA;
}
::selection {
	background: #E5F1F0; color: #2d2f30;
}
::-moz-selection {
	background: #E5F1F0;
	color: #2d2f30;
}
*, *::before, *::after { transition: all .3s ease-in-out; }
hr{
	color: #d3d9df;
}
.content3 {
	position: relative;
}
.data-show-img-wrap {
}
.data-show-img {
	width: 100%;
	max-width: 270px;
	margin-bottom: 15px;
}
/* ================================= */
    /*===== General =====*/
/* ================================= */
/*back to top s*/
#back-to-top {
    position: fixed;
    cursor: pointer;
    background-color: #ff6500;
    background-image: url(images/top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    bottom: 18px;
    right: 18px;
    height: 46px;
    width: 46px;
    display: none;
    z-index: 99;
}
/*back to top e*/
.heading-title{
	text-transform:uppercase;
	color:#221223;
	font-weight:500;
	margin-bottom:10px;
	line-height:1.2;
}
.sub-title{
	color:#221223;
	font-weight:500;
	margin-bottom:40px;
}
.sub-title-normal{
	color:#221223;
	font-weight:500;
	margin-bottom:30px;
}
.listnone{
	list-style: none;
	padding: 0;
}
.lead{
	font-size: 21px;
	font-weight: 500;
	color: #313335;
	line-height: 1.6;
}
.highlight{
	color: #ec6b08;
}
.lightbg{
	background:#e5f1f0;
}
.bluebg{
	background:#00aee5;
	color:#fff;
}
.black{
	color:#221223;
}

/* ================================= */
    /*===== Button =====*/
/* ================================= */

.btn {
	padding: 13px 25px 13px 25px;
	border-radius: 24px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
 	letter-spacing: 1px;
 	text-transform: uppercase;
 	border:transparent;
 	cursor: pointer;
 }
.btn-default {
	background: #ff6500;
	color: #fff;
	border:2px solid #ff6500;
}
.btn-default:hover {
	background-color: #ff3b00;
	color: #fff;
	border:2px solid #ff3b00;
}
.btn-default.focus, .btn-default:focus {
	color: #fff;
	background-color: #ff3b00;
	border:2px solid #ff3b00;
}
.btn-disable {
  background: #999;
  color: #fff;
  border:2px solid #999;
}
.btn-disable:hover {
  background-color: #777;
  color: #fff;
  border:2px solid #777;
}
.btn-disable.focus, .btn-disable:focus {
  color: #fff;
  background-color: #777;
  border:2px solid #777;
}
.btn-primary {
	background: #00aee5;
	color: #fff;
	border:2px solid #00aee5;
}
.btn-primary:hover {
	background-color: #0099ca;
	color: #fff;
	border:2px solid #0099ca;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #0099ca;
	border:2px solid #0099ca;
}
.btn-secondary {
	background-color: #074571;
	color: #fff;
}
.btn-secondary:hover {
	background-color: #0b5386;
	color: #fff;
}
.btn-lg {
	font-size: 16px;
	padding: 20px 34px;
	border-radius:33px;
}
.btn-sm  {
	font-size: 14px;
	padding: 10px 14px;
}
.btn-xs {
	font-size: 12px;
	padding: 6px 8px;
}
.btn-link {
	color: #ec6b08;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
}
.btn-linegreen{
	color:#fff;
	border-bottom:4px solid #47c93d;
	border-radius:0px;
	padding:13px 1px;
	margin-right:30px;
	font-size: 17px;
	font-weight: 500;
}
.btn-lineblue{
	color:#fff;
	border-bottom:4px solid #2481dc;
	border-radius:0px;
	padding:13px 1px;
	font-size: 17px;
	font-weight: 500;
}
.btn:hover, .btn:focus {
	box-shadow: 0.87px 0.096px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-lineblue:hover,.btn-linegreen:hover,.btn-lineblue:focus,.btn-linegreen:focus{
	box-shadow:none;
	color: #f5f5f5;
}
.whatsapp-btn {
	color: #4ea85a;
	font-size: 18px;
}
.whatsapp-btn-a, .whatsapp-btn-a:hover,
.right-btn .whatsapp-btn-a,
.right-btn .whatsapp-btn-a:hover {
	padding-top: 0!important;
	font-size: 14px;
	margin-left: 10px;
	color: #000;
}
.contact-whatsapp .whatsapp-btn-a,
.contact-whatsapp .whatsapp-btn-a:hover {
	margin-left: 0;
	margin-right: 10px;
}
.contact-whatsapp {
	margin-bottom: 25px;
	margin-top: 5px;
}
.contact-whatsapp h5 {
	margin-bottom: 5px;
}
/* ================================= */
    /*===== Input =====*/
/* ================================= */

/*.form-control{
	background-color:transparent;
	border:none;
	border-bottom: solid 1px #afbdbc;
	box-shadow: none;
	font-size: 14px;
	color: #221223;
	line-height: 2.67;
	border-radius: 0;
	height: 40px;
	font-weight: 500;
}
.form-control:focus{
	border-color: #afbdbc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(32,127,220,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(32,127,220,.6);
}*/
.form-control:focus {
	outline: 0;
	box-shadow: none!important;
}

/* ================================= */
    /*===== Home 1 =====*/
/* ================================= */

.topbar {
  background-color: #fff;
}
.topbar-contact {
	float: right;
	line-height:1.9;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	text-align: right;
}
.topbar-email{
	border-right:1px solid #e3e3e3;
}
.topbar-info{
	padding:0 5px;
	display:inline-block;
}
.topbar-info a{
	color:#5f7080;
	font-size:14px;
}
.topbar-info i{
	margin-right:10px;
	color:#b2c3d3;
}
p.wel-msg{
	padding-top:9px;
	font-size:14px;
	margin-bottom: 10px;
}

/*---------------- Header ------------------*/

.header{
	position: relative;
    background-color: #00aee5;
}
.header:before {
    content: '';
    position: absolute;
    background-color: #00aee5;
    right: 0;
    left: 40%;
    margin-left: -15px;
    top: 0;
    bottom: 0;
}
.navbar-brand{
	height:auto;
	padding:10px 0;
}

/*---------------------  Slider  ---------------------*/
.slider .item {
  width: 100%;
  height: 480px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.overlay-home {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20,20,20,0.5);
}
.banner-section{
	position:relative;
}
.slide-captions{position: absolute; width: 100%; bottom: 25%;}
.slide-title{
	max-width: 800px;
	color:#fff;
	font-weight:300;
	font-size:22px;
	line-height:1.4;
}
h1.slide-heading{
	color:#fff;
	font-weight:500;
	font-size:34px;
}
.specialities-box{
	background:#fff;
	width:370px;
	position:absolute;
	top:80px;
	z-index:99;
	right:0;
	padding:48px 40px;
}
.specialities-title{
	margin-bottom:40px;
}
.specialities-box li{
	display:inline-block;
	border-bottom:1px solid rgba(138,143,148,0.25);
	margin-bottom:20px;
	padding-bottom:20px;
}
.specialities-content h3,.specialities-content p{
	letter-spacing: -0.1px;
}
.specialities-box li:last-child{
	border-bottom:none;
}
.container.specialities-block {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.specialities-icon{
	float:left;
}
.specialities-icon i{
	font-size:54px;
	color:#00aee5;
	line-height:1.1;
	margin-left:0;
}
.specialities-content{
	margin-left:20px;
	float:left;
}

/*---------------------  testimonial  ---------------------*/
.testimonial-section{
	background:#e5f1f0;
	padding:60px 0;
}

.testimonial-box{
	width:60px;
	height:60px;
	margin:30px 5px 30px 5px;
}
.testimonial-text{
	font-size:17px;
	color:#676767;
	margin-bottom:25px;
}
h6.testimonial-name{
	color:#2f2f2f;
	text-transform:uppercase;
	letter-spacing:-1;
	font-weight:500;
	line-height:1.4;
}
.testimonial-name::before {
	background: #47c93d;
	content: "";
	display: block;
	height: 2px;
	margin: 0;
	width: 10px;
}
.testimonial-arrow-right {
	position: relative;
	border-right: 1px solid #d2e1e4;
}
.testimonial-arrow-right:after, .testimonial-arrow-right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.testimonial-arrow-right:after {
	border-left-color: #E5F1F0;
	border-width: 10px;
	margin-top: -10px;
}
.testimonial-arrow-right:before {
	border-left-color: #d2e1e4;
	border-width: 11px;
	margin-top: -11px;
}
.testimonial-box.projectitem img{
	border:3px solid #E5F1F0;
}
.testimonial-box.projectitem.active img{
	border:3px solid #fff;
	box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.40);
}

#testimonial-content .owl-item .projectitem{
	padding:0 90px;
}

#testimonial-content .projectitem {
	border: 0;
	position: relative;
}
#testimonial-content .projectitem:before{
	content: "“";
	display: inline-block;
	position: absolute;
	top: -10px;
	left:40px;
	font-size:48px;
	color:#47c93d;
}
#testimonial-content .projectitem:after {
	content: "”";
	display: inline-block;
	position: absolute;
	bottom: 0;
	font-size:48px;
	color:#47c93d;
	right:40px;
}

/*---------------------  about  ---------------------*/
.about-section{
	padding-top:30px;
	margin-bottom:-110px;
}
.about-whitebox{
	text-align:center;
	padding:70px ;
	box-shadow: 0 37px 218px 0 rgba(0, 0, 0, 0.1);
	z-index:99;
	background:#ffffff;
}

/*---------------------  department  ---------------------*/
.department-section{
	padding:20px 0 0 0;
	background:#00aee5;
}
.department-section .heading-title{
	color:#ffffff;
}
.department-section .sub-title{
	color:#bed5eb;
}
.department-section h2{
	color:#ffffff;
	font-weight:500;
	letter-spacing:-1;
	margin-bottom: 15px;
}
.department-section p{
	color:#fff;
}
.department-inner-icon{
	text-align: center;
}

.department-icon{
	color:#fff;
	font-size:50px;
	line-height:1.2;
}
.department-section h2 a{
	color:#fff;
}
.department-single-icon i{
	font-size:60px;
	color:#1d74ca;
	margin-bottom:40px;
}

/*---------------------  doctor  ---------------------*/
.dc-style-box {
	max-width: 320px;
	margin: 0 auto 60px;
	width: 100%;
}
.doctor-section{
	padding-top:60px;
}
.dr-tabs-box{
	margin:0;
	padding:0;
}
.dr-tabs-box ul li{
	border-bottom:1px solid #e5f1f0;
}
.dr-tabs-box ul li:last-child{
	border-bottom:none;
}
.dr-box{
	display:inline-block;
	padding-top:20px;
}
.dr-img{
	width:64px;
	height:64px;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
}
.dr-box img{
	border:2px solid #e5f1f0;
}
.dr-tabs-box .nav > li > a:focus,.dr-tabs-box .nav > li > a:hover{
	background:none;
}
.dr-tabs-box .nav > li > a{
	padding:0;
}
.dr-tabs-box li.active .dr-img img{
	border:2px solid #47c93d;
}
.dr-details{
	box-shadow: 0 21px 163px 0 rgba(0, 0, 0, 0.1);
	background:#fff;
	padding:40px 60px;
	display: table;
	position: relative;
}
.dr-details:after, .dr-details:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dr-details:after {
	border-right-color: #ffffff;
	border-width: 13px;
	margin-top: -13px;
}
.dr-detailst:before {
	border-right-color: #ffffff;
	border-width: 13px;
	margin-top: -13px;
}
.dr-social-box{
	float:right;
}

.dr-social-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.dr-social-box ul li{
	float:left;
	padding:10px 6px;
}
.dr-social-box ul li a i{
	color:#c8d3dc;
	font-size:22px;
}
.dr-social-box ul li a:hover i{
	color:#80888e;
}
.dt-bottom{
	border-bottom:1px solid #dddddd;
}
.dr-box-last{
	border-bottom:none;
}
/*---------------------  why-choose  ---------------------*/
.why-choose-section{
	padding:80px 0;
}
.why-choose-box{
	margin-bottom:40px;
}
.why-heading{
	font-weight:500;
	font-size:34px;
	color:#20262e;
	line-height:1;
	text-transform:uppercase;
	letter-spacing: 0.25px;
}
.why-sub-heading{
	font-weight:500;
	font-size:16px;
	letter-spacing:1px;
	color:#20262e;
	text-transform:uppercase;
}
.why-icon-box i{
	 color:#47c93d;
	 font-size:28px;
	 line-height:1;
}
.why-icon-box.why-choose-square {
	border-radius:0;
}
.why-icon-box{
	border-radius:50%;
	border:2px solid #ccc;
	float:left;
	text-align:center;
	width:60px;
	height:60px;
	margin:0 10px 0 20px;
	line-height:4;
}
.kc-cta-button {
	letter-spacing:1px;
}
.cta-icon-box i{
	font-size:60px;
	line-height:1.2;
}

/*---------------------  blog ---------------------*/
.blog-section{

}
.blog-section h2{
	margin-bottom:5px;
	letter-spacing:-0.8px;
	margin-top:10px;
}
.blog-section-img{
	box-shadow: 0 37px 218px 0 rgba(0, 0, 0, 0.1);
}
.blog-section-img img {
  width: 100%;
}
.blog-section-day{
	font-size:83px;
	color:#00aee5;
	font-weight:500;
	line-height:1;
	text-align:center;
}
.blog-section-month{
	font-weight:500;
	font-size:15px;
	color:#221223;
	line-height:1;
	text-transform:uppercase;
	text-align:center;
}
.blog-section-meta{
	color:#88a09e;
	font-size:17px;
	margin-bottom:20px;
}
.blog-section-meta a{
	color:#88a09e;
	font-size:17px;
}
.meta-box-tag{
	margin-bottom:15px;
}
.meta-box-tag span::after {
  color: #b0b0b0;
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
.meta-box-tag span:last-child::after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}
.meta-box-tag a{
	color:#88a09e;
}
.meta-box-tag a:hover{
	color:#414653;
}
.sticky::before, .tag-sticky::before {
  background: rgba(0, 0, 0, 0) url(../images/sticky-icon.png) no-repeat;
  content: "";
  height: 45px;
  padding-top: 5px;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 36px;
  z-index: 6;
}

/*---------------------  footer ---------------------*/
.footer-section{
	background:#1d3349;
	color:#90a6bc;
	float:left;
	width:100%;
}
.footer-widget{
	margin-top:80px;
}
.footer-section h2{
	color:#fff;
}
.footer-contact-box{
	background: #00aee5;
	margin-right: 0;
	padding: 50px 30px;
	z-index: 1;
	display:inline-block;
}

.footer-contact-box p{
	color:#fff;
	font-size:15px;
	margin-bottom:15px;
}
.footer-contact-box .contact-icon:last-child p {
	margin-bottom: 0;
}
.footer-contact-box i{
	color:#fff;
}
.contact-icon i{
	float:left;
	font-size:18px;
	padding:5px 12px 10px 0;
}
.footer-contact-box a{
	color:#fff;
	font-size:15px;
}

.footer-social-box
{
	margin-left:30px;
}

.footer-social-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer-social-box ul li{
	float:left;
	padding:10px 6px 0 6px;
}
.footer-social-box ul li a i{
	color:#569add;
	font-size:22px;
}
.footer-social-box ul li a:hover i{
	color:#a1d0ff;
}
.footer-menu li {
  padding-left:15px;
}
.footer-menu li:before {
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: 0;
 	font-size: 15px;
	color: #90a6bc;
	content: "\f105";
}
.footer-ul{
	display: inline-block;
}
.footer-ul li {
  float: left;
  line-height: 30px;
  text-align: left;
  width: 50%;
  position:relative;
  font-size:15px;
}
.footer-menu li a{
	color:#90a6bc;
	font-size:15px;
}
.footer-menu li a:hover{
	color:#c5cfda;
}

.footer-ul.footer-onecol li{
	width:100%;
}

.footer-section .newsletter .form-control{
	background:transparent;
	border:transparent;
	border-bottom:1px solid #3c5167;
	border-radius:0;
	color:#536980;
	box-shadow:none;
}
.newsletter .form-control::-moz-placeholder{
  color: #536980;
}
.newsletter  .form-control::-moz-placeholder {
  color: #536980;
}
.newsletter  .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #536980;
}
.newsletter  .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #536980;
}
.newsletter .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #536980;
}
.newsletter .form-control:-moz-placeholder { /* Firefox 18- */
  color: #536980;
}
.footer-newsletter{
	color:transparent;
	border:transparent;
	background:transparent;
	font-size:18px;
}
.footer-newsletter i{
	color:#47c93d;
}

.tiny-footer-section{
	background:#132334;
	float:left;
	width:100%;

}
.tiny-footer-copyright{
	font-size:15px;
	color:#90a6bc;
	padding:30px 0;
}

/* ================================= */
    /*===== Home 2 =====*/
/* ================================= */

/* -------------- topbar2 ----------------------- */
.topbar2{
	background:#1d3349;
}
.topbar2 .wel-msg{
	color:#9aacbd;
}
.topbar2 .topbar-info{
	padding:5px 21px;
}
.topbar2 .topbar-info a{
	font-size:16px;
	font-weight:300;
	text-transform:none;
	color:#9aacbd;
}
.topbar2 .topbar-info i{
	color:#ffffff;
	float:left;
	display:block;
	margin-top:6px;
	margin-right:12px;
}
.topbar2-email{
	border-right:1px solid #274058;
}

.topbar2 p.wel-msg{
	font-size:15px;
	text-transform:none;
	font-weight:300;
	padding-top:8px;
	margin-bottom:8px;
}

/* -------------- header2 ----------------------- */

.header2{
}
#navmenu  ul  li  a.emergency-menu {
  padding: 15px 5px;
}
.emergency-menu span {
  background-color: #1d74ca;
  border-radius: 25px;
  display: block;
  padding: 12px 30px;
  color:#fff;
}

/* -------------- slider2 ----------------------- */
.slider2 .slide-captions{
	bottom:auto;
	top:25%;
	text-align:center;
}
.slider2 .slide-title,.slider2 .slide-heading{
	text-transform:uppercase;
	margin-bottom: 10px;
}

.slider {
	position:relative;
}

.owl-controls .owl-nav .owl-prev,.owl-controls .owl-nav .owl-next{
	position:absolute;
	top:45%;
	padding:13px 18px;
	z-index:9999;
	background:#ccc;
}
.owl-controls .owl-nav .owl-prev i,.owl-controls .owl-nav .owl-next i{
	font-size:30px;
	color:#fff;
}
.owl-controls .owl-nav .owl-next{
	right:10px;
}
.owl-controls .owl-nav .owl-prev{
	left:10px;
}



.home-contact{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 99;
	bottom: 0;
}
.home-contact-block{
	background: #1d3349;
	padding: 30px 40px 45px 40px;
}
.home-contact-inner .form-control{
	color: #71879e;
	border-bottom:1px solid #435d76;
}
.home-contact-inner .form-control::-moz-placeholder{
  color: #71879e;
}
.home-contact-inner .form-control::-moz-placeholder {
  color: #71879e;
}
.home-contact-inner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #71879e;
}
.home-contact-inner .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #71879e;
}
.home-contact-inner .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #71879e;
}
.home-contact-inner .form-control:-moz-placeholder { /* Firefox 18- */
  color: #71879e;
}
.home-contact-inner textarea.form-control{
	height: 95px;
}
.home-contact-top{
	padding: 35px 10px 0 40px;
	background:#1d3349;
}
.home-contact-top:before {
	left: 100%;
	top: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-left-color: #1d3349;
	border-width: 71px;
	margin-top: -71px;
}
.home-contact-title{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.home-contact-title::after {
  background: #47c93d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin: 0;
  width: 19px;
}
/* -------------- Index Department ------------------- */
.department-box{
}
.department-nav{
	list-style:none;
	margin:0;
	padding:0;
}
.department-nav li{
	width:50%;
	float:left;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	padding:20px 0 20px 0;
}
.department-nav li:nth-last-child(2),.department-nav li:last-child{
 	border-bottom:none;
}
.department-nav li.even{
	border-right:none;
	padding-left:20px;
}
.department-nav li.last{
	border-bottom:none;
}

.department-nav li a{
	font-size:22px;
	color:#221223;
}
.department-nav li a:focus{
	outline:none;
	background: transparent;
}
.department-nav li.active a,.department-nav li a:hover{
	color:#00aee5;
	background: transparent;
}
.department-nav li a span{
	display:block;
}
.department-nav li a span i{
	font-size:34px;
	line-height:1.4;
}
.department-panel-icon{
	text-align:center;
}
.department-panel-icon i{
	color:#1d3349;
	font-size:210px;
}
.department-panel-content{
	margin-top:30px;
}
.department-panel-content h1{
	font-size:30px;
}
.department-panel-content .btn{
	margin-bottom: 10px;
}

/* -------------- Home 2 About ------------------- */
.about-style{
	background:#00aee5;
}
.about-style-content{
	margin-top:50px;
}
.about-style-content .heading-title,.about-style-content h4,.about-style-content h3{
	color:#fff;
}
.about-style-content .sub-title{
	margin-bottom:30px;
}
.about-style-content p{
	color:#c4dff8;
}
.about-style hr{
	border-color:#4495e4;
	margin-top:50px;
}

/* -------------- Home 2 doctor ------------------- */
.doctor-style-box{
	border:1px solid #f1f1f1;
	margin-bottom:30px;
}
.doctor-style-img{
	margin:0 auto;
	display: table;
	margin-top: 20px;
}
.doctor-style-box:hover{
	box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.08);
}
.doctor-style-box img{
	border:1px solid #f1f1f1;
	box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.08);
}
.doctor-style-sub{
	font-size:17px;
	color:#676767;
}
.doctor-style-social ul{
	list-style:none;
	margin:0;
	padding:0;
}
.doctor-style-social ul li{
	padding:20px 6px 0 6px;
	display:inline-block;
}
.doctor-style-social ul li a i{
	color:#c8d3dc;
	font-size:24px;
}
.doctor-style-social ul li a:hover i{
	color:#7e8e9a;
}

/* ------------------- Testimonial ------------------- */
.testimonial-style{
	background:#e5f1f0;
	background-image:url(../images/home2-testimonial.png);
	background-repeat:no-repeat;
	background-position: calc(100% - 0) calc(100% - 1);
}
.left-quote{
	font-size:140px;
	color:#00aee5;
	font-weight:500;
}
.testimonial-style-box .testimonial-name::before{
	margin:0 0 20px;
	width: 20px;
}
.testimonial-text2{
	margin-bottom:40px;
	font-size:20px;
	color:#676767;
}
.testimonial-style-box .testimonial-name{
	font-size:16px;
	line-height: 1.3;
}
.testimonial-name span{
	display:block;
	text-transform:none;
	color:#676767;
	font-weight:500;
}
.testimonial-style-box .owl-controls{
	margin-top:15px;
}
.testimonial-box1{
	margin:0 auto;
	width:70px;
	margin-top:20px;
}
.testimonialhr {
  background-color: #47C93D;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 25px;
  margin-bottom:10px;
}
.testimonial-white .testimonial-text2,.testimonial-white .testimonial-style-content h4{
	color:#fff;
}
.testimonial-white .testimonial-box1 img{
	border:3px solid #e5f1f0;
}
.doc_listing {
	/*padding:0;
	margin:0;
	list-style-type: none;*/
	font-size: 15px;
	line-height: 20px;
	max-width: 720px;
	margin: 0 auto;
	padding-left: 30px;
}
.doc_listing li {
	padding-left: 0;
	padding-right: 0;
}
.doc_listing li:not(:first-child) {
	/*border-top: 1px solid #e2e2e2;*/
}
.doc_listing li a {
	display: block;
	padding: 5px;
	color: #00aee5;
}
.doc_listing li a:hover {
	color: #666;
}
.contact_content p {
	line-height: 1.8;
}
.contact_content h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 500;
}
.page_nav {
	padding-top: 40px;
	padding-bottom: 20px;
}
.page-wrap {
	margin: 0 auto;
}
.ChangePage_Table {
	margin:0 auto;
	border-spacing: 4px;
    border-collapse: initial;
}
.ChangePage_Table td,
.ChangePage_Table th {
	background-color: #c5c5c5;
	color: #fff;
	padding: 0;
}
.ChangePage_Table th.page_unactive,
.ChangePage_Table th.page_unactive:hover  {
	background-color: #c5c5c5;
	color: #fff;
	opacity: 0.5;
}
.ChangePage_Table td.OnPage {
	background-color: #ff6500;
	padding: 2px 5px;
	color: #fff;
}
.ChangePage_Table td:hover,
.ChangePage_Table th:hover {
	background-color: #ff6500;
}
.ChangePage_Table td a,
.page_arrow a {
	font-weight: 400;
	color: #fff;
	padding: 2px 5px;
	display: block;
}
.page_arrow a {
    padding: 6px 6px 3px 6px;
    font-size: 10px;
}
.header_logo {
	height: 76px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99;
	position: relative;
}
.topbar-contact .btn {
	background-color: #ff8d43;
	color: #fff;
	letter-spacing: 0;
}
.topbar-contact .btn:hover {
	background-color: #ff6500;
	box-shadow: none;
	color: #fff;
}
.topbar-contact .topbar-info i {
	color: #fff;
}

/* ------------------- footer-cta ------------------- */
.footer-cta{
	background:#00aee5;
}
.footer-cta h1{
	color:#fff;
	font-size:30px;
	margin-bottom:10px;
}
.footer-cta p{
	color:#b9d8f6;
}

/* ------------------- footer-section ------------------- */
.footer-widget2{
	margin-bottom: 20px;
}
.footer2-section{
	background:#1d3349;
	color:#65809a;
	font-size:16px;
	padding:80px 0;
}
.footer-logo-box{
	margin-top:90px;
}
.footer2-menu{
	display: inline-block;
}
.footer2-section .footer-widget{
	margin-top:0px;
}
.footer2-menu li{
	width:100%;
	float: left;
	display: inline-block;
}
.footer2-social-box {
  display: block;
  margin-bottom: 30px;
}
.footer2-social-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer2-section .footer-menu li a,.footer2-section .footer-ul li{
	font-size: 16px;
}
.footer2-social-box ul li{
	display:inline-block;
	padding:5px 15px 5px 0;
}
.footer2-social-box ul li a i{
	color:#65809a;
	font-size:26px;
}
.footer2-social-box ul li a:hover i{
	color:#a5b8ca;
}
.newsletter2 .form-control{
	background:#172a3d;
	border:none;
	padding:5px 26px;
	height:46px;
	color:#65809a;
	border-radius:0;
	font-size:16px;
}
.newsletter2-box{
	position:relative;
}
.newsletter2 span{
	bottom: 8px;
	color: #fff;
	margin: 0;
	position: absolute;
	right: 32px;
}
.footer2-section .form-control::-moz-placeholder {
  color: #5e7a96;
}
.footer2-section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5e7a96;
}
.footer2-section .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #5e7a96;
}
.footer2-section .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #5e7a96;
}
.footer2-section .form-control:-moz-placeholder { /* Firefox 18- */
  color: #5e7a96;
}
.footer2-info i{
	color:#fff;
	font-size:18px;
}
.footer2-info span{
	margin-left:15px;
	color:#65809a;
	font-size:22px;
	font-weight:300;
}

/* ================================= */
    /*===== About Us =====*/
/* ================================= */


/*---------------- Page Header ------------------------*/

.page-header {
	background-size: cover!important; color: #fff; margin: 0; border: none; position: relative; padding: 0;}
.page-section{
	padding:80px 0;
}
.page-title{
	font-size:40px;
	font-weight:500;
	color:#fff;
	line-height:1.1;
}
.page-title-small{
	color:#fff;
	font-weight:300;
	margin-bottom:0;
	line-height:1;
	font-size:18px;
}
.page-option {
  border-bottom: 1px solid #eee;
  margin: 20px 0 20px;
  padding-bottom: 15px;
}
/* --------------------- About US  ------------------- */
.blockquote{
	position:relative;
	margin-left:75px;
}
.blockquote p{
	margin-bottom:30px;
	font-size:22px;
	color:#221223;
	font-weight:300;
	line-height: 30px;
}

.blockquote:before{
	content: "“";
	display: inline-block;
	position: absolute;
	top: -25px;
	left:-75px;
	font-size:60px;
	color:#47c93d;
	font-weight:500;
}

blockquote{
	border-left:5px solid #42c538;
}



/* --------------------- Doctor  ------------------- */
.dc-box{
	margin-bottom: 30px;
}
.dc-box img{
	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 30px;
	width: 100%;
}
.dc-box img:hover{
	box-shadow: 0.57px 0.96px 20px 0 rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dc-box h4{
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:0;
}
.dc-box h4 a{ color:#2f2f2f; }

.dc-box-sub{
	font-size:17px;
}
/* --------------------- Department  ------------------- */
.department-right-box{
	margin: 0 36px;

}
.department-right-box-content{
	text-align: center;
}
.department-right-box-icon{
	text-align: center;
	margin-bottom: 30px;
}
.department-right-box-icon i{
	font-size: 140px
}

.department-right-box-content h2{
	font-size: 38px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
}
/* --------------------- CAT white  ------------------- */
.cta-white h1{
	color: #1e2833;
	font-size: 30px;
	letter-spacing: -0.25px;
}
.cta-white p{
	color: #393e44;
}
.cta-title{
	font-size: 30px;
	letter-spacing: -0.25px;
	margin-bottom:10px;
}
/* --------------------- Doctor style box  ------------------- */
.dc-style-box img{
	border:1px solid #dce8f1;
	width: 100%;
}
.dc-style-inner{
	text-align: left;
	padding: 15px;
	border-bottom: 2px solid #e0e0e0;
}
.dc-style-inner ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.dc-style-inner ul li{
	display: inline-block;
	padding: 0 5px;
}
.dc-style-inner ul li a{
	color: #bbc6ce;
}
.dc-style-inner i{
	font-size: 14px;
}
.dc-style-box h5{
	margin-bottom: 5px;
	font-weight: 500;
}

.dc-style-box h5 a{
	color: #221223;
}
.dc-style-box{
  -webkit-transition: all 0 ease-in-out;
       -o-transition: all 0 ease-in-out;
          transition: all 0 ease-in-out;
}
.dc-style-box:hover{
	background: #f1f1f1;
  -webkit-transition: all 0 ease-in-out;
       -o-transition: all 0 ease-in-out;
          transition: all 0 ease-in-out;
}
.dc-style-box .dc-style-inner>a,
.dc-style-box:hover .dc-style-inner>a,
.dc-style-inner  {
	color: #00aee5;
	font-size: 14px;
}

.dc-style-box .btn-sm {
	margin-top: 10px;
	padding: 8px 14px;
}
.dc-style-box:hover a,.dc-style-box:hover span, .dc-style-box:hover h5{
  -webkit-transition: all 0 ease-in-out;
       -o-transition: all 0 ease-in-out;
          transition: all 0 ease-in-out;
}
.dc-style-inner span{
	color: #00aee5;
}

/* ================================= */
    /*===== Doctor Details =====*/
/* ================================= */

.info-title {
	background-color: #00aee5;
	color: #fff;
	/*background-color: #f1f1f1;*/
	/*color: #000;*/
	font-size: 18px;
	font-weight: 500;
	margin:1px 0;
	padding: 7px 8px;
}
.info-cell {
	margin:1px 0;
	padding: 3px 8px;
	font-size: 15px;
	background-color: #f7f7f7;
}
.info-sub-title {
	background-color: #f3fcff;
	line-height: 1.3;
	font-size: 14px;
	padding: 6px 10px;
	border-right: 2px solid #fff;
}
.info-content {
	line-height: 1.3;
    padding-top: 15px;
    padding-bottom: 13px;
}
.info-line-height-normal {
	line-height: 1.4;
}
.interview-table tr:first-child td {
	border-top: 0;
	text-align: center;
}
.interview-table td {
	padding: 10px 8px;
	font-weight: 400;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	line-height: 18px;
	font-size: 14px;
}
.interview-table .fa-check {
	color: red;
	font-size: 20px;
}
.AlignC {
	text-align: center;
}
.interview-table {
	border-collapse: initial;
}
.interview-table-wrap {
	padding: 0;
}


/* --------------------- Doctor Single box  ------------------- */
.dr-single-tile{
	font-weight: 500;
	margin-bottom: 0;
}
.sub-tile {
	font-weight: 500;
	color: #000;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.2;
}
.dc-img {
	box-shadow: 0 35px 43px 0 rgba(0, 0, 0, 0.11);
}
.dc-single-social{

}
.dc-single-social .facebook{
	background: #3b5999;
}
.dc-single-social .twitter{
	background: #00abf1;
}
.dc-single-social .googleplus{
	background: #e12f2f;
}
.dc-single-social{
	margin-bottom: 20px;
}
.dc-single-social ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.dc-single-social ul li{
	display: inline-block;
	margin-right: 5px;
}
.dc-single-social ul li a{
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	display: table-cell;
	border-radius: 50%;
	vertical-align: middle;
}
ul.dc-single-timetable
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dc-single-timetable li{
	width: 95%;
	margin-right: 5%;
	float: left;
}
.dc-single-timetable li span{
	float: right;
}

/* ================================= */
    /*===== Service =====*/
/* ================================= */

.service-style-box{
	margin-bottom: 50px;
}
.service-style-box h2{
	font-weight: 500;
	letter-spacing: -0.25px;
	margin-bottom: 15px;
}
/* ================================= */
    /*===== Service Details=====*/
/* ================================= */

.service-details-inner img{
	display: inline-block;
	margin:0 18px 18px 0;
}

/* ================================= */
    /*===== Pricing Table=====*/
/* ================================= */
.pricing-table{
	margin-bottom: 70px;
}
.price-heading{
	font-weight: 500;
	letter-spacing: -0.25px;
	margin-bottom: 10px;
}
.pricing-table ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricing-table ul li{
	font-weight: 500;
	text-transform: uppercase;
	line-height: 33px;
	font-size: 14px;
}
.pricing-table ul li span{
	color:#00aee5;
}
.price-dtl{
	margin-bottom: 30px;
}

.pricing-table .price-amt li{
	color: #221223;
	font-size: 20px;
}
.note{
	font-size:12px;
}

/* ================================= */
    /*===== Blog =====*/
/* ================================= */
/* --------------------- Blog List  ------------------- */
.blog-block{
	margin-bottom:50px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom:30px;
}
.blog-banner-img{
	margin-bottom: 30px;
}
.blog-date {
  background-color: #00aee5;
  color: #fff;
  height: 70px;
  margin-right: 15px;
  text-align: center;
  width: 70px;
  float:left;
}
.blog-date .blog-day {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  padding-top: 5px;

}
.blog-date span{
  color: #fff;
  font-size: 16px;
}
.blog-page-heading {
  margin: 0;
}
ul.meta-tag{
	margin: 0;
	padding: 0;
}
.meta-tag a{
	color: #8c8c8c;
}
.meta-tag a:hover{
	color: #414653;
}
.meta-tag li {
  display: inline-block;
  margin:0 6px 20px 0;
}
.blog-title{
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing: -0.25px;
}
/*.blog-content{
	margin-left: 85px;
}
*/
.btn-video-play {
  background-color: transparent;
  color: #ff5e43;
  font-size: 80px;
  left: 50%;
  line-height: 95px;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-block .video-item .video-preview, .blog-block .video-item .video-preview iframe {
  height: 100%;
  width: 100%;
}
.video-device {
  position: relative;
}
.video-item {
  text-align: center;
}
.video-device .bg_img {
  background-size: cover;
  width: 100%;
}
.video-preview {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}
/* videoWrapper Class */
.videoWrapper {
  height: 0;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border:1px solid #BCBCBC;
}


.jp-audio{
	margin-bottom: 30px;
}
.blog-link{
	background:#42c538;
	padding: 80px 60px;
}
.blog-link a{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
}
.blog-link-icon{
	padding:20px 40px 20px 20px;
	border-right: 1px solid #64db5b;
	float: left;
	margin-right: 40px;
}
.blog-link-icon i{
	color: #fff;
	font-size: 36px;
}
.pagination{
	float: right;
}
.pagination .page-numbers{
  border: 2px solid #8e99a4;
  border-radius: 50% !important;
  color: #251626;
  display: block;
  font-size: 20px;
  font-weight: 800;
  transition: all 0.3s ease 0s;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 1.9 !important;
  display: inline-block;
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}
.pagination .page-numbers.current,.pagination a:focus,{
	background: transparent;
	color: #251626;
	border: 2px solid #42c538;
}
.pagination .current,.pagination a:hover{
	background: #42c538;
	color: #f5f5f5;
	border: 2px solid #42c538;
}
h1.page-found{
	font-size:47px;
	font-weight:500;
	line-height:1.1;
}
.widget{
	margin-bottom: 50px;
}
.widget-title{
	font-weight: 500;
	letter-spacing: -0.25px;
	line-height: 1.2;
}
.widget ul {
    margin-bottom: 0;
    padding-left: 0;
}
.widget ul > li > a {
    line-height: 1.412;
	color:#676767;
}
.widget ul > li > a:hover {
	color:#565656;
}
.widget ul > li {
    margin-bottom: 10px;
}
.widget ul li::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
}
.widget ul li i {
    margin-right: 10px;
}
.widget ul .children, .widget ul .sub-menu {
    margin-top: 10px;
    padding-left: 15px;
}
.widget .screen-reader-text {
    display: none;
}
.widget select {
    width: 100%;
}

.recent-post-img img{
	width: 100%;
}
.popular-widget-box{
	margin-bottom: 30px;
}
.popular-widget-box p{
	margin-bottom: 0;
}
.widget .tag-link,.widget.tagcloud a,.widget .widget-tag a,.widget .tag-cloud-link{
	background:#ebebeb;
	color: #5b515c;
	padding: 12px 25px;
	border-radius: 30px;
	margin:0 10px 15px 0;
	display: inline-block;
	font-size: 16px !important;
	line-height: 1.2;
	letter-spacing: -0.10px;
}
.widget .tag-link:hover,.widget .tagcloud a:hover,.widget .widget-tag a:hover,.widget .tag-cloud-link:hover{
	background:#00aee5;
	color: #fff;
}
.widget_search input.form-control,.widget_search select.form-control {
  background-color: #fafcfd;
  border: 2px solid #e0e3e5;
  border-radius: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  font-size: 14px;
  height: 44px;
}

.btn-widget-search{
	border-radius:3px;
	padding:13px 13px;
}
.btn-widget-search:hover{
}
.form-submit{
	margin-left:15px;
}
.meta-style {
  display: block;
  margin-bottom: 10px;
  color:#8c8c8c;
}
.comment{
	list-style:none;
}


/* ================================= */
    /*===== Blog Single =====*/
/* ================================= */
/* --------------------- Blog Single  ------------------- */
.blog-single{
	margin-bottom: 60px;
}
.comments-title,.comment-reply-title{
	font-weight: 500;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.comment-meta {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.comment-list {

}
.comment-body {
	margin-bottom: 30px;
}
.comment-author img {
	float: left;
	width: 70px;
}
.comment-info {
	padding-left: 100px;
}
.pingback .comment-info {
	padding-left: 10px;
}
.childern {
	padding-left: 140px;
}
.user-title{
	color:#2d1f2e;
	margin-bottom: 10px;
}
.reply-form{
	margin-bottom:40px;
}
.reply-form input[type="submit"]{
	padding:13px 25px;

}
.blog-next-pre{
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin-bottom: 50px;
	padding: 15px 0;
}
.blog-next-pre-left{
	line-height: 1;
}
.blog-next-pre-left .prev-link{
	border-right: 1px solid #d5d5d5;
}
.blog-next-pre-left a{
	font-size: 14px;
	color: #414653;
	font-weight: 800;
	letter-spacing: 1px;
}
.blog-next-pre-right{
	line-height: 1;
	text-align: right;
}
.blog-social{
	margin: 0;
	padding: 0;
}
.blog-social li{
	display: inline-block;
	margin-right: 10px;
	color: #414653;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.blog-social li a i {
	font-size: 14px;
	color: #a5a9b2;
}
.blog-social a i:hover{
	color: #414653;
}
/* ================================= */
    /*===== Gallery =====*/
/* ================================= */
.gallery-box{
	position: relative;
	margin-bottom: 30px;
}
.gallery-box img{
	z-index: 999;
	background: #ccc;
	width: 100%;
}
.gallery-title{
	color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 99;
	margin-left: 30px;
}
.overlay-gallery-box {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	display: block;
	height: 100% !important;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 1;
}
.video-gallery .video-item .video-preview, .video-gallery .video-item .video-preview iframe {
  height: 100%;
  width: 100%;
}
.video-gallery .video-play{
	left: 50%;
	line-height: 95px;
	margin-right: -50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	background: #ff6868;
	border-radius:50%;
	color: #fff;
	width:64px;
	height: 64px;
}
.video-play i{
	display: block;
	margin-top: 23px;
}
/* ================================= */
    /*===== Appointment =====*/
/* ================================= */

.testimonial-bg{
	background: #e5f1f0;
}
#testimonial-box2 .testimonial-style-content{
	margin-right: 50px;
}
.appointment-form{
	margin-bottom: 20px;
}
.appointment-form .form-control{
	text-transform: uppercase;
}
.appointment-form .form-control::-moz-placeholder{
  color: #221223;
}
.appointment-form  .form-control::-moz-placeholder {
  color: #221223;
}
.appointment-form  .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #221223;
}
.appointment-form  .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #221223;
}
.appointment-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #221223;
}
.appointment-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #221223;
}

/* ================================= */
    /*===== Contact US =====*/
/* ================================= */

.contact-box-content span{
	text-transform: uppercase;
	margin-bottom: 0;
	color: #221223;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.75px;
}
.contact-box-content a{
	display: block;
	font-size: 22px;
	color: #6b6f72;
}
.contact-box .contact-icon i{
	line-height: 1.6;
	padding: 5px 25px 10px 0;
	color: #45c43d;
	font-size: 24px;
}
.contact-box .contact-icon{
	float:left;
	width:100%;
	margin-bottom:10px;
}

.contact-box p{
	color: #6b6f72;
	margin-bottom: 0;
}
#googleMap{
	height: 500px;
}

/* ================================= */
    /*===== FAQs =====*/
/* ================================= */

.faq-section .panel-heading,.faq-section .panel-default{
	background: transparent;
	border: none;
	box-shadow: none;
}
.faq-section .panel{
	margin-bottom: 10px;
}
.faq-section .panel-title{
	font-size: 17px;
	color: #000000;
}
.faq-cat{
	text-transform: uppercase;
	font-weight:900;
}
.faq-btn {
	color: #000000;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 30px;
}
.faq-btn:hover,
.faq-btn:focus,
.faq-btn:active {
	background-color: transparent;
	border: none;
	outline: 0 auto -webkit-focus-ring-color;
	box-shadow: none;
}
.faq-btn-minus {
	display: none;
}
.collapsed .faq-btn-minus {
	display: inherit;
}
.faq-btn-plus {
	display: inherit;
	color:#ff462d;
}
.collapsed .faq-btn-plus {
 	display: none;
}
.question-heading strong{
	margin-right: 25px;
}
.searchbar-box{
	background: #00aee5;
	padding: 20px;
	margin-bottom: 50px;
}
.searchbar-box .form-control{
	font-size: 18px;
	font-weight: 500;
	height: 54px;
	padding-left: 20px;
	background:#fff;
}
.btn-search{
	border-radius: 0;
	background: #47c93d;
	padding: 18px 18px;
}
.btn-search i{
	color: #fff;
	font-size: 18px;
}

/* ================================= */
    /*===== Department =====*/
/* ================================= */


ul.department-list{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.department-list li{
	border-bottom: 1px solid #e6eff5;
	padding:10px 0;
}
ul.department-list li:last-child{
	border-bottom:none;
}
ul.department-list li a{
	color: #2f2f2f;
	font-size: 22px;
	font-weight: 300;
}
ul.department-list li a:focus{
	outline: 0;
}
ul.department-list li a:hover{
	color: #00aee5;
}
ul.department-list li i{
	font-size: 26px;
	display: inline-block;
	width: 65px;
}
ul.department-list li.active a i{
	color:#00aee5;
}
.department-list-panel{
	margin: 0 20px;
}
.department-title{
	font-size: 36px;
	margin-bottom: 40px;
}
.department-list-panel i{
	font-size: 60px;
	color:#00aee5;
	margin-right: 30px;
}

/* ================================= */
    /*===== Department Slide =====*/
/* ================================= */

ul.department-list-slide{
	list-style: none;
	padding:0;
	float:left;
	width:100%;
	margin-bottom:40px;
}
.tab-content{
	float:left;
	width:100%;
}

ul.department-list-slide li a{
	color: #2f2f2f;
	font-size: 22px;
	font-weight: 300;
}
ul.department-list-slide li a:focus{
	outline: 0;
}

.department-list-slide a{
	text-align:center;
}
.department-list-slide i{
	text-align:center;
	display:block;
	font-size:36px;
	margin-bottom:10px;
	color: #00aee5;
}

.department-icon-title{
	display:block;
	font-size:18px;
	font-weight:500;
	line-height:1.3;
	padding-bottom:30px;
}
.department-list-slide li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #00aee5;
    transition: width .3s;
}

.department-list-slide li {
    color: #000;
    text-decoration: none;
	border-bottom:1px solid #e1e1e1;
	margin-top:20px;
}
.department-list-slide li:hover::after {
    width: 100%;
    //transition: width .3s;
}
/* ================================= */
    /*===== testimonial =====*/
/* ================================= */
.testimonial-section-box{
	margin-bottom: 40px;
}
.client-name{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.client-title{
	color: #384a50;
	font-size: 16px;
	margin-bottom: 25px;
	display: block;
}

/* --------------------- career  ------------------- */
.career-section .panel-heading, .career-section .panel-default{
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
}
.career-section .panel-default{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-top: 15px;
}
.career-section .panel-body{
	padding:10px 0;

}
.career-heading{
	font-size: 20px;
	color: #221223;
	font-weight: 500;
}
.career-heading:focus{
	outline: 0;
}
.btn-career{
	float: right;
}
.chevron-right li::before {
  color: #47c93d;
  content: "\f054";
  font-family: FontAwesome;
  left: 0;
  margin-right: 20px;
  top: 0;
  font-size: 14px;
}
.chevron-right li {
	line-height: 2;
	font-size: 16px;
}
.liststyle{
}
.liststyle li{
	line-height:2;
	font-size:16px;
}
.liststyle li i{
	margin-right: 15px;
	font-size: 14px;
	font-weight: 700;
}


.career-slider{
	margin-bottom: 70px;
}
#career-slider .owl-next, #career-slider .owl-prev {
  background-color: transparent !important;
  color: #FFF;
  transition: all 0.3s ease 0s;
  font-size: 80px;
}

.career-slider .owl-next {
  position: absolute;
  right: 100px;
  top: 40%;
}
.career-slider .owl-prev {
  left: 100px;
  position: absolute;
  top: 40%;
}
.job-meta span {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  letter-spacing:1px;
}
.job-degree i{
	margin-right:5px;
	color:#00aee5;
}
/* ================================= */
    /*===== 404 Error =====*/
/* ================================= */

.error-heading{
	font-size: 200px;
	color: #00aee5;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
}
.error-section p{
	text-transform: uppercase;
	color: #1d3349;
	font-weight: 500;
}
.error-section p span{
	font-size: 22px;
	color: #bfc6ce;
	margin-right: 10px;
	font-weight: 500;
	margin-left: 35px;
}
.error-title{
	position: relative;
}
.error-section .fa{
	bottom: -15px;
	color: #bfc6ce;
	font-size: 100px;
	left: -55px;
	position: absolute;
    transform: rotate(0) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(0) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(0) scale(1) skew(1deg) translate(0px);
}
.important-msg {
	color: red;
	font-size: 14px;
	line-height: 20px;
}
.important-msg span {
	font-weight: 500;
	text-decoration: underline;
}
.right-btn {
	text-align: right;
	width: 100%;
}
.right-btn a,
.right-btn a:hover {
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 500;
	color: #000;
	margin-left: 15px;
}
.padding-20 {
	padding-top: 5px;
	padding-bottom: 20px;
}

/* --------------------- Mobile CSS  ------------------- */
.inline {
	display: inline-block;
	vertical-align: middle;
}
input:focus { outline: 0!important; }
#FormSearch {
	max-width: 320px;
	margin: 20px auto;
}
.maxwidth320 {
	max-width: 320px;
	margin:0 auto;
}
#FormSearch > div {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.form-search#FormSearch .btn {
	font-size: 16px;
	cursor: pointer;
}
.form-search#FormSearch > div {
	padding-left: 0;
	padding-right: 0;
}
.form-control.checkbox-form-control {
	padding: 0;
	border:0;
}
.form-control.checkbox-form-control > div {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 5px;
}
.form-check-input {
	margin-left: 0;
}
.search-input,
input.form-control,
.textarea-inquiry {
	width: 100%;
	border:1px solid #00aee5!important;
	padding: 5px 60px 5px 10px;
	border-radius: .25rem;
	box-shadow: 0 0 4px rgba(0,174,229,0.15);
	overflow:hidden;
}
input.form-control {
	padding-right: 10px;
}
.textarea-inquiry {
	height: 80px;
}
.textarea-inquiry:focus {
	outline: 0;
	box-shadow: 0;
}
.content3 {
    height: 37px;
    display: inline-block;
    width: 100%;
}
.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #00aee5;
	color: #fff;
	border: 0;
	padding: 6px 10px;
    border-radius: 0 .25rem .25rem 0;
    cursor: pointer;
}
.error-section>.container {
	max-width: 450px;
}
.important-msg br {
	display: none;
}
.content3,
#country-search-box select {
	margin: 5px;
}
.recordCount-search {
	text-align: right;
	padding-right: 5px;
}
.recordCount-search {
	margin-bottom: 15px;
}
.recordCount-search h4 {
	margin-bottom: 0;
}
.cat2-form-group {
	display: none;
}
.contact-icon-btn .btn {
    font-size: 13px;
    margin-left: 27px;
    margin-top: -14px;
    margin-bottom: 5px;
	padding: 6px 14px;
}
#navmenu.small-screen ul {
	/*display: none!important;*/
}
.lineh36 {
	line-height: 36px;
	margin-bottom: 0;
}
.form-control2 label {
	white-space: nowrap;
	margin: 2px 18px 0 0;
	font-size: 16px;
}
.form-control2,
.inline-select-wrap {
	font-size: 0;
}
.inline-select {
	font-size: 16px;
	width: 50%;
	white-space: nowrap;
	margin: 7px 0;
}
.width50p {
	width: 50%;
}
.width50p-left { padding-right: 6px; }
.width50p-right { padding-left: 6px; }
.mobile-fullwidth {
	width: 100%;
}
.form-control-district {
	display: none;
}
.captcha-text {
	vertical-align: top;
}
.captcha-text a {
	display: inline-block;
    padding-top: 4px;
}
#txtCaptcha {
	width: 140px;
}
label {
	margin-bottom: 0;
}
#inquiry_popup_btn {
	margin-top: 5px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
}
@media(min-width:576px) {

	#inquiry_popup_btn {
		margin-top: 0;
	}
	.right-btn {
		float: right;
	}
	.important-msg {
		padding-top: 7px;
	}
	.important-msg br {
		display: block;
	}
	#FormSearch {
		max-width: 100%;
		margin: 25px auto;
	}
	.maxwidth320 {
		max-width: 100%;
	}
	#FormSearch > div {
		padding-left: 0;
		padding-right: 0;
	}
	.search-input,
	#country-search-box select,
	.content3 {
		max-width: 240px;
	}
	#country-search-box {
		text-align: right;
	}
	#FormSearch > div#country-search-box {
		padding-left: 20px
	}
	#country-search-box select {
		display: inline-block;
	}
	.form-search#FormSearch > div {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(min-width:768px) and (max-width:992px) {
	.data-show-wrap {
		max-width: 900px;
	}
}

@media(min-width:350px) {
	.whatsapp-btn {
		font-size: 21px;
	}
	.whatsapp-btn-a, .whatsapp-btn-a:hover,
	.right-btn .whatsapp-btn-a,
	.right-btn .whatsapp-btn-a:hover {
		font-size: 15px;
		margin-left: 10px;
	}
	.contact-whatsapp .whatsapp-btn-a,
	.contact-whatsapp .whatsapp-btn-a:hover {
		margin-right: 15px;
	}
}
@media(min-width:450px) {
	.contact-whatsapp .whatsapp-btn-a,
	.contact-whatsapp .whatsapp-btn-a:hover {
		font-size: 17px;
	}
}
@media(min-width:768px) {
	.right-btn {
		width: 350px;
	}
	.whatsapp-btn-a, .whatsapp-btn-a:hover,
	.right-btn .whatsapp-btn-a,
	.right-btn .whatsapp-btn-a:hover {
		font-size: 16px;
		margin-left: 15px;
	}
	#navmenu.small-screen ul {
		/*display: block!important;*/
	}
	.search-input,
	#country-search-box select,
	.content3 {
		max-width: 280px;
	}
	.kc-col-container-local-data {
		max-width: 680px;
		margin: 0 auto;
	}
	.desktop-padding.pb40 {
		padding-bottom: 80px;
	}
	.nonemin768 { display: none; }
	.kc-col-container-local-data2 #FormSearch {
		max-width: 800px
	}
	.form-search#FormSearch > div {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(min-width:992px) {
	.kc-col-container-local-data {
		max-width: 1200px;
	}
	.kc-col-container-local-data2 #FormSearch {
		max-width: 830px
	}
	.desktop-padding.pb40 {
		padding-bottom: 120px;
	}
	.nonemin992 { display: none; }
	.form-search#FormSearch > div {
		padding-left: 25px;
		padding-right: 25px;
	}
	.recordCount {
		display: inline-block;
	}
	#InquirySearch {
	    max-width: 700px;
	    margin: 0 auto;
	}
}

@media(max-width:575px) {
	.page-title {
		font-size: 28px;
	}
	.page-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.nonemax576 { display: none; }
}
@media(max-width:767px) {
.nonemax768 { display: none; }
.header::before{
	background: none;
}
.header-logo{
	text-align:center;
}
.navbar-brand{
	float:none;
	display:inline-block;
}
.navbar-brand > img{
	display:inline-block;
}
p.wel-msg{
	text-align:center;
}
.specialities-box{
	display: none;
}
.dr-social-box{
	float: none;
}
.dr-details a{
	margin-bottom: 10px;
}
.footer-contact-box{
	margin-bottom:0;
	margin-right:0;
	display: block;
}
.testimonial-arrow-right::after, .testimonial-arrow-right::before{
	left: auto;
}
#testimonial-content .owl-item .projectitem{
	padding: 0 70px;
}
.footer-logo-box{
	text-align: center;
	margin: 10px 0  30px 0;
}
.department-nav li a{
	font-size: 16px;
}
.dr-details{
	padding: 30px 45px;
}
.department-inner-icon{
	text-align: left;
	margin-bottom: 10px;
}
.department-right-box{
	margin-top: 20px;
}
.video-device{
	margin-bottom: 30px;
}
.contact-box-content {
	margin-bottom: 20px;
}
.menu-box{
	float: left;
	width: 100%;
}
.about-whitebox{
	padding: 60px 40px;
}
.blog-link{
	padding: 50px 40px;
}
.blog-link a{
	font-size: 20px;
}
.owl-nav{
	display:none;
}
.single  .blog-content{
	margin-left:0;
	width:100%;
	display:inline-block;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background-color: #fff;
}
.topbar .col-md-5 a {
	position: relative;
	z-index: 10;
}
.header .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
#navmenu {
	background: #fff;
}
#navmenu.small-screen #menu-button {
	padding: 22px;
}
#menu-primary_menu {
	background-color: #00aee5;
}
.header_logo {
    height: 57px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#navmenu.small-screen #menu-button {
	color: #fff;
}
.topbar-contact-wrap {
	display: none;
}
}
@media(max-width:991px) {
	.testimonial-style{
		background-image: none;
	}
	.left-quote{
		line-height: 0.6;
	}
	.home-contact{
		position: relative;
	}
	.home-contact-top:before {
		border:none;
		margin:0;
	}
	.topbar>.container,
	.header>.container,
	.footer-section>.container {
		max-width: 100%!important;
	}
	.nonemax992 { display: none; }
	.footer-widget{
		margin-top:30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#navmenu > ul > li > a {
		padding: 25px 9px;
	}
}
@media(max-width:1280px) {
.testimonial-style{
	background-position: calc(52% - 0) calc(100% - 1px);
}
}
@media(max-width:1300px) {
	.specialities-box{
		display: none;
	}
}

.mebubar-bottom{
	border-top:1px solid #ECECEC;
}

.mebubar-bottom #navmenu > ul > li > a.call-menu{
	padding:7px 5px;
}
.mebubar-bottom #navmenu > ul > li > a{
	padding:20px 20px;
}
ul.social{
	list-style:none;
}
ul.social li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

ul.social li a{
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    background: #ccc;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
}

ul.social li a.tw {
    background: #29a9e1;
}
ul.social li a.fb {
    background: #3b5a9a;
}
ul.social li a.gp {
    background: #df4b38;
}
ul.social li a.insta {
    background: #5280a5;
}
ul.social li a:hover{
	opacity:0.8;
}
.owl-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	text-align: center;
	width: 100%;
}
.owl-controls .owl-dots .owl-dot span, .owl-controls .owl-dots .owl-page span {
	height: 5px;
	width: 5px;
}
.owl-controls .owl-dots .owl-dot span, .owl-controls .owl-dots .owl-page span {
	background-color: rgba(255,255,255,0.5);
}
.owl-controls .owl-dots .owl-dot.active span, .owl-controls .owl-dots .owl-page.active span {
	background-color: #ff6500;
}
.add-to-list {
	background: #999;
	color: #fff;
	border:2px solid #999;
}
.add-to-list.focus, .add-to-list:focus {
	background: #999;
	color: #fff;
	border:2px solid #999;
}
.add-to-list.active,
.add-to-list:hover {
	background: #ff6500;
	color: #fff;
	border:2px solid #ff6500;
}
body.kc-css-system .kc-css-898399 {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media(min-width:768px) {
	body.kc-css-system .kc-css-898399 {
		padding-top: 50px;
		padding-bottom: 80px;
	}
}
.page-header{
	background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(0, 0, 0, 0.6) url(../viewrise/images/home_banner.jpg) no-repeat center;
}
.text-red, .Warning { color: red; }
.text-blue { color: #00aee5; }
.text-orange { color: #ff6500; }
.profile-pic {
	max-width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
 }
 .Msg {
 	padding: 20px 15px;
 	font-size: 18px;
 	color: red;
 	width: 100%;
 }
 .btn-inquiry.btn-md {
 	font-size: 20px;
 }

@media(min-width:400px) {
	.profile-pic {
		height: 450px;
	}
	.padding-top-0 {
		padding-top: 20px!important;
	}
	.doc_listing {
		padding-left: 40px;
	}
}
.noneminALL { display: none; }
@media(min-width:576px) {
	.profile-pic {
		height: 380px;
	}
	.nonemin576 { display: none; }
}
.padding-top-0 {
	padding-top: 0!important;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
select.form-control {
	/*padding:5px 60px 5px 10px;*/
	padding:5px 30px 5px 10px;
    background-image: url('../images/ico_arrow_down_grey.svg')!important;
}
select {
    letter-spacing:0.5px;
    display: block;
    font-size: 16px;
    padding: 4px 24px 1px 8px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('../images/ico_arrow_down_grey.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 8px top 50%, 0 0;
    background-size: 11px auto, 100%;
    border:1px solid #00aee5!important;
    padding: 5px 10px;
    border-radius: .25rem;
    box-shadow: 0 0 4px rgba(0,174,229,0.15);
}
select::-ms-expand {
    display: none;
}
select:focus {
    box-shadow: 0;
    outline: none;
}
select:disabled,
select:disabled:hover {
   color: #888888;
   border: 1px solid #C6C6C6;
}
select option {
    font-weight:normal;
}
.dc-style-box>div>a {
	display: block;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.recordCount h4 {
	margin: 5px;
}
.print_table {
	display: none;
    font-size: 13px;
    color: #333;
    font-family: Arial, sans-serif;
    border-collapse: initial;
    line-height: 16px;
}
.print_table table,
.print_table th,
.print_table td {
	vertical-align: top;
    text-align: left;
}
.print_table_border td,
.print_table_border th {
	border:1px solid #000;
}
.print-img {
	max-width: 290px;
	max-height: 400px;
}
.content2 {
	color: red;
}
.content2 u {
	font-weight: 600;
}
.footer-contact-box {
	width: 100%;
}
.popup-no-data {
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media print {
	.topbar, .header, .page-header,
	.footer-section, .tiny-footer-section,
	.right-btn, .print-none {
		display: none;
	}
	.print_table {
		display: block;
	}/*
	.important-msg {
		font-size: 8pt!important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.data-show-img {
		width: 100%;
		margin-top: 10px;
	}
	.info-sub-title br {
		display: none;
	}
	.info-sub-title span {
		display: inline-block;
		width: 65px;
	}
	.info-content,
	.info-sub-title {
    	padding: 2pt 4pt!important;
    	line-height: 1.3!important;
    	vertical-align: top!important;
		font-size: 8pt;
	}
	.interview-table td {
		font-size: 8pt;
    	line-height: 1.3!important;
    	padding: 2pt 4pt!important;
    	border-top: 1px solid #333;
    	border-left: 1px solid #333;
	}
	.interview-table td br {
		display: none;
	}
	.info-title {
		background: #333;
		color: #fff;
		padding: 4pt 0 1pt 0;
		font-size: 11pt;
		line-height: 22px;
	}
	.info-sub-title {
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	.info-content {
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		border-left: 1px solid #333;
	}
	.data-show-wrap .col-md-4 {
		width: 25%;
		float: left;
		padding-left: 0;
		padding-right: 10px;
	}
	.data-show-wrap .col-md-8 {
		width: 75%;
		float: left;
		padding-right: 0;
		padding-left: 10px;
	}
	.padding-20 {
		padding: 0;
	}
	.popup-youtube {
		display: none;
	}
	.interview-table .fa-check { font-size: 15px; }
	.interview-table { border: 1px solid #333; }
	.table_th { width: 57%; border-top: 1px solid #333; }
	.table_td1 { width: 10%; text-align: center; }
	.table_td2 { width: 15%; text-align: center; }
	.table_td3 { width: 18%; text-align: center; }
	.First-Col { border-left: 0!important; }
	.data-show-wrap .col-md-4.col-xl-3 { width: 38%; }
	.data-show-wrap .col-md-8.col-xl-9 { width: 62%; }*/
}
.form-check-label,
.form-control.checkbox-form-control > div {
	white-space:nowrap;
}
.form-check-label {
	cursor: pointer;
}
.message {
	padding-top: 10px;
	max-width: 540px;
	text-align: center;
	margin:0 auto;
	font-size: 18px;
	line-height: 1.8;
}