@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Roboto-Black.ttf);
	
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: myForthFont;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: myFifthFont;
    src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
    font-family: mySixthFont;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: mySeventhFont;
    src: url(../fonts/Roboto-BoldItalic.ttf);
}
@font-face {
    font-family: myEighthFont;
    src: url(../fonts/Roboto-Italic.ttf);
}

#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
body{
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, ul, a {
	margin:0;
	padding:0;
}
/*header*/
.mycnt
{
	padding-top: 15px;
    padding-bottom: 15px;
	background:#ffffff;
}
.logo {
	position:absolute;
	z-index:2;
	top: -3px;
	left: 10px;
}
.navbar-nav {
	float:right;
}
.navbar-nav li {
	/*text-transform:uppercase;*/
	color: #000 !important;
	font-family: myForthFont !important;
	font-size:17px !important;
	padding-left:16px;
}
.navbar-nav li a {
	/*text-transform:uppercase;*/
	color: #000000;
	font-family: myThirdFont;
	font-size:14px;
	margin-bottom: 10px;
	outline:none !important;
}
.navbar-nav li a:hover {
	/*text-transform:uppercase;*/
	color: #fc3468 ;
	font-family: myThirdFont;
	font-size:14px;
	outline:none !important;
	
}
.btnenq
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: mySecondFont !important;
	font-size: 18px;
	padding: 10px 15px !important;
}
.btnenq:hover
{
	border-radius: 15px;
	color: #ef285a !important;
	background: none;
	border: 2px solid #ef285a;
	font-family: mySecondFont !important;
	font-size: 18px;
	padding: 10px 15px !important;
}
.btnenq:active
{
	border-radius: 15px;
	color: #ef285a !important;
	background: none;
	border: 2px solid #ef285a;
	font-family: mySecondFont !important;
	font-size: 18px;
	padding: 10px 15px !important;
}
/*header ends*/

/*banner*/
.banner
{
	margin-top:105px;
}
/*---------------------------------------
  Contact section              
-----------------------------------------*/
.cntct-frm
{
	position: absolute;
    z-index: 999;
	right: 0px;
	background: #ffffff;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 350px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 190px;
}
.clr-box h1
{
	font-family: mySecondFont;
	font-size: 26px;
	color: #000000;
	margin-bottom: 20px;
}
.contact-info .fa {
  padding-right: 5px;
}

#contact .form-control {
  border: none;
  color:#000000;
  padding: 6px 0px !important;
  border-bottom: 1px solid #000000;
  font-family:MyForthFont;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 13px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom-color: #000000;
}

#contact input {
  height: 30px;
  color:#000000;
}
#contact label {
  font-family:MyForthFont;
  font-size:16px;
  color:#000000 !important;
}
#contact button#submit {
  background: #ef285a;
  border: none;
  border-radius: 0px;
  color: #ffffff !important;
  height: 35px;
  margin-top: 5px;
  font-family: myThirdFont;
}

#contact button#submit:hover {
  background: #ef285a;
  color: #ffffff !important;
  font-family: myThirdFont;
}
#contact input[type="date"]{
	color: #909090 !important;
}
#contact select{
	color: #909090 !important;
}
.captcha
{
width:60px; 
font-size:20px; 
font-family: MyThirdFont;
border: none;
}
.captcha2
{
width:250px; 
font-size:20px; 
font-family: MyThirdFont;
border: none;
}
.captcha1 {
    margin-top: 0px;
    background: #ef285a;
    color: #ffffff !important;
    font-family: MySixthFont;
    border: none;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
}
.captcha1:hover {
    margin-top: 0px;
    background: #ef285a;
    color: #ffffff !important;
    font-family: MySixthFont;
    border: none;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
}
.captcha3 {
    margin-top: 0px;
    background: #ef285a;
    color: #ffffff !important;
    font-family: MySixthFont;
    border: none;
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
}
.captcha3:hover {
    margin-top: 0px;
    background: #ef285a;
    color: #ffffff !important;
    font-family: MySixthFont;
    border: none;
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
}
input[type="button"]:focus  {
	outline: 1px solid #ef285a !important;
}
input[type="submit"]:focus  {
	outline: 1px solid #ef285a !important;
}
/*//contact*/
/*banner ends*/
/* box section*/
.boxsec
{
	background-color: #ffffff;
    background-image: url(../images/bg01.png);
	background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: auto;
	padding-bottom: 60px;
	padding-top: 60px;
}
.box1
{
	padding: 35px 35px 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
    margin-top: 15px;
    margin-bottom: 15px;
    background: #FFF;
}

.box2
{
	padding: 35px 35px 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
    margin-top: 15px;
    margin-bottom: 15px;
    background: #FFF;
}

.box3
{
	padding: 35px 35px 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
    margin-top: 15px;
    margin-bottom: 15px;
    background: #FFF;
}

.box-icon img
{
	margin-bottom: 20px;
}
.box-title h2
{
	color: #000000;
	font-family: myForthFont;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.box_text p
{
	color: #000000;
	font-size: 12px;
	font-family: mySixthFont;
	margin-bottom: 1rem;
	line-height: 24px;
	text-align: justify;
}
/*// box section ends*/
/* home about */
.home-about
{
	margin-top: 60px;
	margin-bottom: 20px;
}
.home-about-img
{
	box-shadow: 30px 30px 0px -10px rgb(245 126 156);
}
.home-about-content
{
    background: #ffffff;
    padding-top: 50px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-top: 30px;
}
.home-about-content h1 {
    color: #ef285a;
    font-size: 16px;
    font-family: mySecondFont;
	letter-spacing: 1px;
    margin-bottom: 20px;
}
.home-about-content h2
{
	color: #000000;
    font-size: 30px;
    font-family: mySecondFont;
    margin-bottom: 30px;
    letter-spacing: 2px;
	line-height: 1.1;
}
.home-about-content h2 span
{
	color: #ef285a;
    font-size: 30px;
    font-family: mySecondFont;
    margin-bottom: 30px;
    letter-spacing: 2px;
	line-height: 1.1;
}
.home-about-content h3 {
    color: #000000;
    font-size: 20px;
    font-family: mySixthFont;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 34px;
}
.home-about-content p {
    color: #000000;
    font-size: 14px;
    font-family: mySixthFont;
    line-height: 30px;
    text-align: justify;
	margin-bottom: 30px;
}

.readmore {
    border-radius: 5px;
	color: #ef285a !important;
	background: none;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 14px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
}
.readmore:hover
{
	border-radius: 5px;
    color: #ffffff !important;
    background: #ef285a;
    border: 2px solid #ef285a;
    font-family: myThirdFont !important;
    font-size: 14px;
    padding: 13px 40px !important;
    letter-spacing: 2px;
}

/*// home about*/
/* home about doctor */
.about-doctor-home {
    background-image: url(../images/bg02.jpg);
    background-size: cover;
    background-attachment: fixed !important;
	padding-top: 60px;
	padding-bottom: 290px;
}
.about-doctor-home-title h2
{
	color: #ffffff;
    font-size: 34px;
    font-family: mySecondFont;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
.about-doctor-home-img
{
	box-shadow: 25px 25px 0px -10px rgb(245 126 156);
}
.about-doctor-home-content
{
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
}
.about-doctor-home-content h3
{
	color: #ffffff;
    font-size: 20px;
    font-family: mySecondFont;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
.about-doctor-home-content p
{
	color: #ffffff;
    letter-spacing: 1px;
	font-size: 14px;
    font-family: mySixthFont;
    line-height: 26px;
    text-align: justify;
	margin-bottom: 40px;
}
/*// home about doctor */
/* home department */
.home-depart
{
	padding-bottom: 60px;
}
.home-department
{
	background: #ffffff;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
	margin: -200px 0px 0px 0px;
	padding-top: 60px;
}
.home-department-title h2
{
	color: #ef285a;
    font-size: 20px;
    font-family: mySecondFont;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.home-department-title h3
{
	color: #000000;
    font-size: 34px;
    font-family: mySecondFont;
    margin-bottom: 50px;
    letter-spacing: 2px;
}
/* tab */
.department-tabs {
	clear: both;
	position: relative; 
    margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 80px;
}

.department-tab {
	float: left;
}

.department-tab label {
	margin-right: 95px;
	position: relative;
	top: 0;
	cursor: pointer;
	color: #ef285a;
	font-size: 22px;
	font-family: mySecondFont;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.department-tab [type=radio] {
	display: none;   
}

.department-tab1 {
	float: left;
}

.department-tab1 label {
	position: relative;
	top: 0;
	cursor: pointer;
	color: #ef285a;
	font-size: 22px;
	font-family: mySecondFont;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.department-tab1 [type=radio] {
	display: none;   
}
.tab-content-img img {
    box-shadow: 15px 15px 0px 0px rgb(255 98 137);
}
.tab-content-cont
{
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 0px;
}
.tab-content-cont h4
{
	color: #000000;
    font-size: 28px;
    font-family: mySecondFont;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.tab-content-cont p
{
	color: #000000;
    letter-spacing: 1px;
	font-size: 14px;
    font-family: mySixthFont;
    line-height: 26px;
    text-align: justify;
	margin-bottom: 40px;
}
.tab__content {
   position: relative;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
	opacity: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

[type=radio]:checked ~ label {
	background: #ef285a;
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	z-index: 2;
}

[type=radio]:checked ~ label ~ .tab__content {
	z-index: 1;
	opacity: 1;
}
/*// tab ends */
/*// home department */

/* home treatment section*/
.home-treatment {
    background-image: url(../images/bg04.jpg);
    background-size: cover;
    background-attachment: fixed !important;
    padding-bottom: 60px;
}
/* timeline */ 
.timeline-section
{
    background-image: url(../images/bg05.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    padding-bottom: 105px;
    margin-top: 145px;
    background-size: contain;
    
}
.timeline-sec
{
	padding-left: 50px;
}
.time-line
{
	position:relative;
}
.time-line-title h2
{
	color: #ef285a;
	font-size: 16px;
	font-family: mySecondFont;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 60px;
	padding-bottom: 20px;
}
.time-line-title h3
{
	color: #000000;
	font-size: 34px;
	font-family: mySecondFont;
	letter-spacing: 1px;
	line-height: 20px;
	padding-bottom: 60px;
}
.time-line:after
{
	background:#ee184e none repeat scroll 0 0;
	border-radius:2px;
	content:"";
	height:100%;
	position:absolute;
	right:50%;
	top:0;
	width:4px;
	display:block;
}
.time-line .line-left-box,.time-line .line-right-box
{
	width:40%;
	position:relative;
	z-index:1;
}
.line-left-box .line-content-box,.line-right-box .line-content-box
{
	background:#fff none repeat scroll 0 0;
	border-radius:12px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
	padding:25px;
}
.line-left,.line-right
{
	position:relative;
	display:table;
	width:100%;
}
.line-left:after
{
	background:#ee184e none repeat scroll 0 0;
	content:"";
	height:4px;
	position:absolute;
	top:50%;
	left:40%;
	width:10%;
}
.line-right:after
{
	background:#ee184e none repeat scroll 0 0;
	content:"";
	height:4px;
	position:absolute;
	right:40%;
	top:50%;
	width:10%;
}
.time-line .line-left-box
{
	float:left;
}
.time-line .line-right-box
{
	float:right;
}
.time-line .line-left-box .line-content-box
{
	padding-right:25px;
}
.time-line .line-right-box .line-content-box
{
	padding-left:40px;
}
.line-num
{
	border-radius:40px;
	box-shadow:2px 2px 8px 0 rgba(0,0,0,.3);
	color:#fff;
	font-size:20px;
	font-weight:700;
	font-family: MySecondFont;
	height:40px;
	line-height:40px;
	text-align:center;
	width:40px;
}
.time-line .line-left-box .line-num
{
	position:absolute;
	right:-15px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.time-line .line-right-box .line-num
{
	position:absolute;
	left:-15px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.line-content-box h2
{
	color: #000000;
	font-size: 16px;
	font-family: MyFirstFont;
	line-height: 20px;
}
.gradient
{
	color: #fff;
    background: #ee184e;
    background: -moz-linear-gradient(top,#ee184e 0,#ee184e 100%);
    background: -webkit-linear-gradient(top,#ee184e 0,#ee184e 100%);
    background: linear-gradient(to bottom,#ee184e 0,#ee184e 100%);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
/*// timeline ends */
.home-treatment-img
{
	padding-top: 0px;
}
.health-care-home
{
	padding-top: 60px;
}
.health-care-home-content
{
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 80px;
}
.health-care-home-content h2
{
	color: #ef285a;
	font-family: mySecondFont;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 25px;
	padding-bottom: 20px;
}
.health-care-home-content h3
{
	color: #000000;
	font-family: mySecondFont;
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 20px;
}
.health-care-home-content p
{
	color: #000000;
	font-family: myForthFont;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	padding-bottom: 30px;
}
/*// home treatment section ends*/
/*cover tab*/
.cover-navbar-wrapper.pt-164 {
    padding-top: 200px;
}
.cover-navbar-wrapper {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/banner01.jpg) 50% 30%;
    background-size: cover;
}
.cover-navbar-wrapper1.pt-164 {
    padding-top: 200px;
}
.cover-navbar-wrapper1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/banner02.jpg) 50% 30%;
    background-size: cover;
}
.cover-navbar-wrapper2.pt-164 {
    padding-top: 200px;
}
.cover-navbar-wrapper2 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/banner03.jpg) 50% 30%;
    background-size: cover;
}
.cover-navbar-wrapper3.pt-164 {
    padding-top: 200px;
}
.cover-navbar-wrapper3 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/banner04.jpg) 50% 30%;
    background-size: cover;
}
.cover-navbar-wrapper4.pt-164 {
    padding-top: 200px;
}
.cover-navbar-wrapper4 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/banner05.jpg) 50% 30%;
    background-size: cover;
}
.page-cover {
    color: white;
}
.page-cover {
    padding: 70px 0px;
    position: relative;
	margin-top: 105px;
}
.page-cover .breadcrumb {
    background: none;
}
.page-cover .breadcrumb {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
	margin-top: 15px;
}
.page-cover h1 {
    font-size: 32px;
	font-family:myThirdFont !important;
	color:#ffffff;
    margin-bottom: 10px;
	letter-spacing: 2px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #ff93ac;
	font-family:myForthFont !important;
	font-size:16px;
	letter-spacing: 2px;
}
.page-cover .breadcrumb li a {
    color: #ff93ac;
	font-family:myForthFont !important;
	font-size:16px;
	letter-spacing: 2px;
}
.page-cover .breadcrumb li a {
    text-decoration: none;
}
/*//cover tab*/
/* about page */
.about-us
{
	padding-top: 60px;
	padding-bottom: 50px;
}
.about-title h1
{
	color: #ef285a;
    font-size: 34px;
    font-family: mySecondFont;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.about-title h2
{
	color: #000000;
    font-size: 16px;
    font-family: myThirdFont;
    margin-bottom: 30px;
    letter-spacing: 2px;
	line-height: 30px;
}
.about-img
{
	margin-top: 20px;
}
.about-content
{
	margin-top: 50px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
}
.about-content h1 {
    color: #ef285a;
    font-size: 16px;
    font-family: mySecondFont;
	letter-spacing: 1px;
    margin-bottom: 20px;
}
.about-content h2
{
	color: #000000;
    font-size: 30px;
    font-family: mySecondFont;
    margin-bottom: 30px;
    letter-spacing: 2px;
	line-height: 1.1;
}
.about-content h2 span
{
	color: #ef285a;
    font-size: 30px;
    font-family: mySecondFont;
    margin-bottom: 30px;
    letter-spacing: 2px;
	line-height: 1.1;
}
.about-content h3 {
    color: #000000;
    font-size: 20px;
    font-family: mySixthFont;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 34px;
}
.about-content p {
    color: #000000;
    font-size: 14px;
    font-family: mySixthFont;
    line-height: 30px;
    text-align: justify;
	margin-bottom: 30px;
}
.about-doctor
{
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 60px;
}
.doctor-content
{
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
}
.doctor-content h1 {
    color: #ef285a;
    font-size: 16px;
    font-family: mySecondFont;
	letter-spacing: 1px;
    margin-bottom: 20px;
}
.doctor-content h2
{
	color: #000000;
    font-size: 30px;
    font-family: mySecondFont;
    margin-bottom: 28px;
    letter-spacing: 2px;
	line-height: 1.1;
}
.doctor-content p {
    color: #000000;
    font-size: 14px;
    font-family: mySixthFont;
    line-height: 30px;
    text-align: justify;
	margin-bottom: 30px;
}
/*// about page */
/* contact page */
.contact-us
{
	background: #ffffff;
	padding-bottom: 60px;
	padding-top: 60px;
}
.counter-item
{
	padding-left: 10px;
	padding-right: 0px;
}
.counter-item .counter-icon {
    float: left;
    margin-right: 30px;
}
.content-right {
    /*float: left;*/
	text-align: justify;
}
.content-right .counter-number {
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 6px;
	font-family: mySecondFont;
	color: #000000;
	
}
.counter-title {
    font-size: 16px;
	font-family: myForthFont;
	color: #5f5f5f;
	text-align: justify;
	letter-spacing: 2px;
	line-height: 17px;
}
.contact-us-form
{
	padding-top: 40px;
	padding-bottom: 0px;
}
.contact-title h1
{
	font-size: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
	font-family: mySecondFont;
	color: #000000;
	letter-spacing: 2px;
	line-height: 30px;
}


/*---------------------------------------
  Contact section              
-----------------------------------------*/
.login-form .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #c5c5c5;
  border-radius: 1px;
  font-size: 14px;
  color: #999999;
  font-family: MyForthFont;
}
.login-form input
{
	height: 45px;
}
.login-form select
{
	height: 45px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 15px;
}

.login-form .form-group {
  margin-bottom:20px;
}
.login-form
{
	
}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #fc3468 none repeat scroll 0 0;
  border-color: #fc3468;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 1px;
  font-family: mySecondFont;
  letter-spacing: 2px;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.login-form label {
    font-family: MyForthFont;
    font-size: 14px;
    color: #999999 !important;
	margin-bottom: 10px;
}
/*//contact*/
/*// contact page */

/* health tips */
.health-tips
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.health-tips-title
{
	padding-bottom: 30px;
}
.health-tips-title h1
{
	color: #ef285a;
    font-size: 34px;
    font-family: mySecondFont;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.health-tips-title h2
{
	color: #000000;
    font-size: 16px;
    font-family: myThirdFont;
    margin-bottom: 30px;
    letter-spacing: 2px;
	line-height: 30px;
}


/*scroll*/
.ex3 {
    height: 400px;
    overflow: auto;
}
.ex3::-webkit-scrollbar {
    width: 12px;
}
.ex3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 1px;
}

.ex3::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 1px;
    background: #ef285a; 
    
}
/*// scroll*/
.single_sidebar_widget {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
	border: 1px solid #898989;
}
.widget_title {
    font-size: 20px;
    margin-bottom: 30px;
	color: #000000;
	font-family: myThirdFont;
	text-align: center;
}
.widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #707070;
}
.healthtip-abt p
{
	font-size: 14px;
	font-family: mySixthFont;
	color: #000000;
	line-height: 30px;
	text-align: justify;
	margin-top: 30px;
}
.healthtip-btn
{
	margin-top: 20px;
}
.health-btn
{
	color: #ef285a;
	font-family: myForthFont;
	font-size: 16px;
	
	border-bottom: 2px solid #555555;
}
.health-btn:hover
{
	color: #ef285a;
	font-family: myForthFont;
	font-size: 16px;
	text-decoration: none;
}
.cat-list li {
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}
.cat-list > .active > a p
{
	color: #ed3a69;
}
.cat-list li a {
    font-size: 16px;
    line-height: 34px;
    color: #000000;
}
.cat-list li a:hover {
    font-size: 18px;
    line-height: 34px;
    color: #ed3a69;
	text-decoration: none;
}
.cat-list li a p {
    margin-bottom: 0px;
	font-family: myForthFont;
	font-size: 18px;
	color: #000000;
}
.cat-list li a p:hover {
    margin-bottom: 0px;
	font-family: myForthFont;
	font-size: 18px;
	color: #ed3a69;
}
.health-tips-content
{
	margin-top: 20px;
	padding-left: 20px;
}
.health-tips-content h1
{
	font-family: mySecondFont;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	padding-top: 30px;
	padding-bottom: 20px;
}
.health-tips-content p
{
	font-family: myForthFont;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	text-align: justify;
	padding-bottom: 40px;
}
.health-content-btn
{
	font-family: myThirdFont;
	font-size: 14px;
	color: #000000;
	border: 2px solid #ef285a;
	border-radius: 5px;
	padding: 10px 20px !important;
    letter-spacing: 2px;
	background: #ffffff;
}
.health-content-btn:hover
{
	font-family: myThirdFont;
	font-size: 14px;
	color: #ffffff;
	background: #ef285a;
	border: 2px solid #ef285a;
	border-radius: 5px;
	padding: 10px 20px !important;
    letter-spacing: 2px;
	text-decoration: none;
}
#more 
{
	display: none;
}
.health-tips-content button:focus  {
	outline: 1px solid #ef285a !important;
	border-radius: 5px;
}
/*// health tips */
/* treatment */
.treatment
{
	padding-top: 60px;
    padding-bottom: 60px;
	background: #ffffff;
}
.single-service {
	padding: 10px;
	margin-bottom: 60px;
	background: #ef285a;
	display: inline-block;
	position: relative;
	border-style: solid;
	border-width: 1px 1px 4px;
	border-color: #ffffff #ffffff #ef285a;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 1px 1px 15px #cacaca;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.single-service:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.single-service:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.single-service:hover {
    color: #fff;
}

.single-service h5 {
	margin: 25px 0 15px;
	font-size: 18px;
	text-transform: uppercase;
}

.single-service:hover h4 {
	color: #fff;
}
.thumb-default-title {
    position: relative;
    display: flex;
    padding-right: 20px;
    align-items: center;
	font-family: mySixthFont;
	color: #000000;
	font-size: 18px;
	margin: 25px 0 15px;
}
.thumb-default-title:hover {
	color: #ffffff;
}
.thumb-default-title:before {
    content: '';
    flex-shrink: 0;
    display: inline-block;
    width: 15%;
    height: 4px;
    margin-right: 9%;
    background-color: #ef285a;
    transition: .3s ease-out all;
}

.single-service:hover .thumb-default-title:before {
	width: 32%;
	background-color: #ffffff;
}
.single-service:hover .serv-rmbtn {
	background: #333;
}
.single-service:hover img
{
	opacity: 0.8;
}
.serv-rmbtn {
  color: #fff;
  background: #ef285a;
  padding: 10px 20px;
  display: inline-block;
  letter-spacing: 1px;
  position: absolute;
  bottom: -40px;
  left: -0.5px;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
 font-family: myFifthFont;
}

.serv-rmbtn:hover,.serv-rmbtn:focus {
  background: #333;
 color: #fff;
 text-decoration: none;
}
.service-slider.owl-theme .owl-nav div {
	position: absolute;
	right: 0;
	top: -70px;
	margin: 0;
}
.service-slider.owl-theme .owl-nav .owl-prev {
	margin-right: 42px;
}
.service-slider.owl-theme .owl-nav [class*="owl-"] {
	background: #ef285a;
	border-radius: 0;
}
.treatment-dt
{
	padding-top: 60px;
}
/*// treatment */
/* treatment details */
.treatment-details
{
	padding-top: 60px;
    padding-bottom: 60px;
	background: #ffffff;
}
.treatment-details-img
{
	overflow: hidden;
    margin-right: -160px;
    margin-left: -160px;
    transform: skewX(44deg);
	box-shadow: 0px 0px 5px 4px #ef285a;
}
.treatment-de-img
{
	margin-left: 160px;
    transform: skewX(-44deg);
}
.treatment-details-image
{
	/*min-width: 450px;*/
}
.treatment-de-image
{
	overflow: hidden;
}
.treatment-details-content
{
	/*margin-top: 30px;*/
}
.treatment-details-content h2
{
	font-family: myForthFont;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 10px;
	letter-spacing: 3px;
}
.treatment-details-content p
{
	font-family: mySixthFont;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    text-align: justify;
    padding-bottom: 40px;
}

.sidebar-widget {
    /*margin-top: 50px;*/
    float: left;
    width: 100%;
}
h5.widget-title {
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px solid #ddd;
    padding-bottom: 8px;
    margin: 0 0 30px;
	font-family: myForthFont;
	font-size: 18px;
	letter-spacing: 2px;
	color: #000000;
}
h5.widget-title:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #ef285a;
    margin-top: 8px;
}
.servide-list {
    background: #f1f1f1;
    padding: 15px 20px;
}
.servide-list ul li {
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.servide-list ul li:last-child {
    border: none;
}
.servide-list ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 22px 0;
    border: none;
    display: inline-block;
	font-family: mySixthFont;
}
.servide-list ul li:hover {
	background: #ef285a;
}
.servide-list ul li:hover a {
	color: #fff;
	text-decoration: none;
}
.servide-list ul li.active
{
	background: none;
}
.servide-list ul li.active a {
	background: none;
	color: #ef285a;
}
.servide-list ul li a i {
    padding: 0 10px 0 5px;
    font-size: 12px;
}

/*// treatment details */
/* counselling page */
.counselling
{
	padding-top: 60px;
	padding-bottom: 40px;
}
.counselling-title h1
{
	color: #ef285a;
    font-size: 34px;
    font-family: mySecondFont;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.counselling-title h2
{
	color: #000000;
    font-size: 16px;
    font-family: myThirdFont;
    margin-bottom: 30px;
    letter-spacing: 2px;
	line-height: 30px;
}
.counselling-img
{
	margin-top: 30px;
}
.counselling-content
{
	margin-top: 50px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.counselling-content h1 {
    color: #ef285a;
    font-size: 16px;
    font-family: mySecondFont;
	letter-spacing: 1px;
    margin-bottom: 10px;
}
.counselling-content h3 {
    color: #000000;
    font-size: 16px;
    font-family: myForthFont;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 30px;
}
.counselling-content p {
    color: #000000;
    font-size: 14px;
    font-family: mySixthFont;
    line-height: 30px;
    text-align: justify;
	margin-bottom: 20px;
}
.counselling-doctor
{
	background: #f7f7f7;
	padding-top: 60px;
	padding-bottom: 60px;
}
.counselling-doctor-content
{
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 30px;
}
.counselling-doctor-content h1 {
    color: #ef285a;
    font-size: 22px;
    font-family: myThirdFont;
	letter-spacing: 1px;
    margin-bottom: 20px;
	line-height: 30px;
}
.counselling-doctor-content p {
    color: #000000;
    font-size: 14px;
    font-family: mySixthFont;
    line-height: 30px;
    text-align: justify;
	margin-bottom: 20px;
}
.servide-list1 {
	
}
.servide-list1 ul li {
    border-bottom: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.servide-list1 ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 0;
    border: none;
    display: inline-block;
	font-family: mySixthFont;
}
.servide-list1 ul li:hover a {
	text-decoration: none;
	cursor: auto;
}
.servide-list1 ul li.active
{
	background: none;
}
.servide-list1 ul li.active i {
	background: none;
	color: #ef285a;
}
.servide-list1 ul li a i {
    padding: 0 10px 0 5px;
    font-size: 12px;
}
.counselling-sec
{
	padding-left: 0px;
}
/*// counselling page */



/* tab section*/
.tab-home02 {
    padding-bottom: 40px;
    padding-top: 40px;
    background: url(../images/bg03.jpg);
	background-size: cover;
	/*background-attachment: fixed !important;
	background-position: center;
    background-repeat: no-repeat;*/
}
.tab-content h2
{
	font-family: mySecondFont;
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 40px;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 16px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 16px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
}
/*// tab section ends*/
/*footer section*/
.footer
{
	background:#9e1245;
	padding-bottom:30px;
	padding-top:30px;
}
.foot-abt
{
	margin-bottom: 0px;
}
.foot-abt p
{
	font-size:15px;
	font-family: myForthFont;
	color:#ffffff;
	margin-top:20px;
	line-height:25px;
	margin-bottom:15px;
	text-align:justify;
}
.foot-abt h2
{
	font-size: 18px;
    font-family: mySecondFont;
    color: #ffffff;
	margin-top:20px;
    margin-bottom: 5px;
}
.foot-abt p a
{
	font-size:16px;
	font-family: myThirdFont;
	color:#ffffff;
}
.foot-abt p a:hover
{
	font-size:16px;
	font-family: myThirdFont;
	color:#ffffff;
	text-decoration:none;
}
.foot {
    padding: 0px 0 5px 0px;
	margin-bottom:20px;
}
.foot li {
    text-align: right;
    font-family: mysecondFont !important;
    font-size: 12px !important;
    margin-right: 20px;
    list-style: none;
    float: left;
    color: #fff;
    font-weight: 600;
}
.foot li a {
    list-style: none;
    color: #ffffff;
    font-size: 18px !important;
}
.foot li a:hover {
    list-style: none;
    color: #ffffff;
    font-size: 18px !important;
}
.foot-abt ul li {
    text-align: right;
    font-family: mysecondFont !important;
    font-size: 12px !important;
    margin-right: 0px;
    list-style: none;
    float: left;
    color: #fff;
    font-weight: 600;
}
.foot-abt ul li a {
    list-style: none;
    color: #fff;
    font-size: 14px;
}
.foot-abt ul li a:hover {
    list-style: none;
    color: #e42a30;
    font-size: 14px;
}
.foot-links
{
    margin-top: 45px;
}
.foot-links h2
{
	font-size:18px;
	font-family: myThirdFont;
	color:#ffffff;
	letter-spacing: 2px;
	margin-bottom:30px;
}
.foot-links ul li
{
	margin-bottom:20px;
}
.foot-links ul li a
{
	font-size:15px;
	font-family: myForthFont;
	color:#ffffff;
}
.foot-links ul li a:hover
{
	font-size:15px;
	font-family: myForthFont;
	color:#ffffff;
	text-decoration:none;
	cursor: default;
}
.address-left {
    float: left;
    width: 10%;
}
.address-left i.fa.fa-phone, .address-left i.fa.fa-envelope-o, 
.address-left i.fa.fa-map-marker, .address-left i.fa.fa-whatsapp {
    color: #FFFFFF;
    font-size: 1em;
}
.address-right {
    float: right;
    width: 87%;
}
.address-right h6 {
    color: #ffffff;
    font-family: myThirdFont;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.address-right p {
    /*margin: 1em 0 0 0;*/
    font-family: myForthFont;
    font-size: 15px;
    color: #ffffff;
	letter-spacing: 1px;
}
.loc p
{
    /*margin: 1em 0 0 0;*/
    font-family: myForthFont;
    font-size: 15px;
    color: #ffffff;	
	line-height:20px;
	letter-spacing: 1px;
}
.address-grid:nth-child(2) {
    margin: 1.7em 0;
}
.address-grid:nth-child(3) {
    margin: 1.7em 0;
}
.address-right p a {
    color: #ffffff;
    text-decoration: none;
	font-family: myForthFont;
	font-size: 15px;
	letter-spacing: 1px;
}
.address-right p a:hover {
    color: #ffffff;
    text-decoration: none;
	font-family: myForthFont;
	font-size: 15px;
	letter-spacing: 1px;
}
.footer1
{
	padding-bottom:20px;
	padding-top:20px;
	background:#9e1245;
	border-top: 1px solid #d45885;
}
p.copy-right {
    color: #ffffff;
    font-family: myFifthFont;
    font-size: 15px;
}
p.copy-right a {
    color: #f9295d;
    text-decoration: none;
	font-family: myForthFont;
	font-size: 15px;
}
p.copy-right a:hover {
    color: #f9295d;
	font-family: myForthFont;
    text-decoration: none;
	font-size: 15px;
}
.foot1-links ul li {
    text-align: right;
    font-family: myForthFont !important;
    font-size: 15px !important;
    margin-right: 8px;
    list-style: none;
    float: left;
    color: #fff;
}
.foot1-links ul li a {
    list-style: none;
    float: left;
    font-size: 15px;
    color: #9d9b9b;
    font-family: myForthFont;
}
.foot1-links ul li a:hover {
    list-style: none;
    float: left;
    font-size: 15px;
    color: #9d9b9b;
    font-family: myForthFont;
	text-decoration:none;
}
.foot-links1 {
    padding: 0px 0 5px 30px;
}
/*//footer section ends*/


@media only screen and (width: 2560px) { 
#banner-section .carousel {
    position: relative;
    width: 100%;
    height: 780px !important;
    overflow: hidden;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 100px;
    margin-top: 110px;
    margin-left: 60px;
    margin-right: 190px;
}
}
@media only screen and (width: 1600px) { 
#banner-section .carousel {
    position: relative;
    width: 100%;
    height: 580px !important;
    overflow: hidden;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 5px;
    margin-top: 45px;
    margin-left: 60px;
    margin-right: 190px;
}
}
@media only screen and (max-width: 1600px) { 
.timeline-section {
    background-image: url(../images/bg05.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 105px;
    margin-top: 145px;
    /* background-size: contain; */
}
}
@media only screen and (max-width: 1199px) { 
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000 !important;
    font-family: myForthFont !important;
    font-size: 17px !important;
    padding-left: 4px;
}
.department-tab label {
    margin-right: 28px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.counter-title {
    font-size: 15px;
    font-family: myForthFont;
    color: #5f5f5f;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 17px;
}
} 
@media only screen and (max-width: 1124px) { 
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000 !important;
    font-family: myForthFont !important;
    font-size: 17px !important;
    padding-left: 4px;
}

} 
@media only screen and (max-width: 1100px) { 
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000 !important;
    font-family: myForthFont !important;
    font-size: 17px !important;
    padding-left: 4px;
}

} 
@media only screen and (max-width: 1024px) { 
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000 !important;
    font-family: myForthFont !important;
    font-size: 17px !important;
    padding-left: 4px;
}

.department-tab label {
    margin-right: 28px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
} 
@media only screen and (max-width: 991px) { 
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000 !important;
    font-family: myForthFont !important;
    font-size: 17px !important;
    padding-left: 6px;
}
.banner {
    margin-top: 155px;
}
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 30px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
	
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 14px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 270px;
    margin-top: 10px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 14px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 270px;
    margin-top: 10px;
}
.counter-item {
    padding-left: 10px;
    padding-right: 0px;
	margin-bottom: 30px;
}
.about-doctor-home {
    background-image: url(../images/bg02.jpg);
    background-size: cover;
    background-attachment: fixed !important;
    padding-top: 60px;
    padding-bottom: 200px;
}
.about-doctor-home-content {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
}
.timeline-section {
    background-image: url(../images/bg05.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 105px;
    margin-top: 60px;
    /* background-size: contain; */
}
.cover-navbar-wrapper.pt-164 {
    padding-top: 110px;
}
.about-us {
    padding-top: 60px;
    padding-bottom: 10px;
}
.about-content {
    margin-top: 50px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}
.about-doctor {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 60px;
}
.doctor-content {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 40px;
}
.doctor-content {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
}
.foot-links {
    margin-top: 20px;
}
.cover-navbar-wrapper2.pt-164 {
    padding-top: 110px;
}
.cover-navbar-wrapper3.pt-164 {
    padding-top: 110px;
}
.cover-navbar-wrapper4.pt-164 {
    padding-top: 110px;
}
.cover-navbar-wrapper1.pt-164 {
    padding-top: 110px;
}
.counter-title {
    font-size: 16px;
    font-family: myForthFont;
    color: #5f5f5f;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 17px;
}
.home-about-content {
    background: #ffffff;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-top: 30px;
}
.about-doctor-home-content {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}
.health-care-home-content {
    padding-top: 70px;
    padding-left: 0px;
    padding-right: 0px;
}
.health-tips-content {
    margin-top: 20px;
    padding-left: 0px;
}
.counselling-content {
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}
.counselling {
    padding-top: 60px;
    padding-bottom: 20px;
}
.counselling-doctor-content {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 0px;
}
.counselling-doctor {
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 60px;
}
.counselling-det
{
	margin-bottom: 30px;
}
.contact-us-form {
    padding-top: 20px;
    padding-bottom: 0px;
}
.tab-content-cont {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 0px;
}
.home-department-title h3 {
    color: #000000;
    font-size: 34px;
    font-family: mySecondFont;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.clr-box h1 {
    font-family: mySecondFont;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 190px;
}
#contact button#submit {
    background: #ef285a;
    border: none;
    border-radius: 0px;
    color: #ffffff !important;
    height: 30px;
    margin-top: 5px;
    font-family: myThirdFont;
}
#contact .form-control {
    border: none;
    color: #000000;
    padding: 6px 0px !important;
    border-bottom: 1px solid #000000;
    font-family: MyForthFont;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
}
@media only screen and (max-width: 980px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
} 
@media only screen and (max-width: 960px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 940px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 900px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 880px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 860px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 840px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 838px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 810px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 800px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 798px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 768px) {
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
.department-tab label {
    margin-right: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 22px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 290px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 290px;
    margin-top: 12px;
}
}
@media only screen and (width: 768px) { 
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000 !important;
    font-family: myForthFont !important;
    font-size: 17px !important;
    padding-left: 6px;
}
}
@media only screen and (max-width: 767px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000 !important;
    font-family: myForthFont !important;
    font-size: 17px !important;
    padding-left: 16px;
}
.banner {
    margin-top: 103px;
}
.carousel-inner .slide img {
  width: auto !important;
  height: auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.department-tab label {
    margin-right: 31px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 14px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.department-tab1 label {
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 14px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 1000px;
}
/* timeline*/
.line-left,.line-right
{
	margin-bottom:30px;
}
.line-num
{
	height:40px;
	width:40px;
	font-size:16px;
	line-height:40px;
}
.line-right:after,.time-line:after
{
	right:auto;
	left:0;
}
.time-line .line-left-box,.time-line .line-right-box
{
	width:90%;
	float:right;
}
.time-line .line-left-box .line-num,.time-line .line-right-box .line-num
{
	left:-20px;
}

.line-left:after {
    left: 0;
}
.time-line .line-left-box .line-content-box {
    padding-left: 40px;
}
/*//timeline*/
.health-care-home-content {
    padding-top: 70px;
    padding-left: 0px;
    padding-right: 0px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 290px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 290px;
    margin-top: 12px;
}
.boxsec {
    background-color: #ffffff;
    background-image: url(../images/bg01.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-size: auto; */
    padding-bottom: 10px;
    padding-top: 60px;
    background-size: contain;
}
.timeline-sec {
    padding-left: 0px;
}
.about-doctor-home {
    background-image: url(../images/bg02.jpg);
    background-size: cover;
    background-attachment: fixed !important;
    padding-top: 60px;
    padding-bottom: 200px;
}
.about-doctor-home-content {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}
.cover-navbar-wrapper.pt-164 {
    padding-top: 80px;
}
.cover-navbar-wrapper2.pt-164 {
    padding-top: 80px;
}
.cover-navbar-wrapper3.pt-164 {
    padding-top: 80px;
}
.cover-navbar-wrapper4.pt-164 {
    padding-top: 80px;
}
.cover-navbar-wrapper1.pt-164 {
    padding-top: 80px;
}
}  
@media only screen and (max-width: 700px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 250px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 250px;
    margin-top: 12px;
}
}  
@media only screen and (max-width: 640px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 140px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 220px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 220px;
    margin-top: 12px;
}
}  
@media only screen and (max-width: 600px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 120px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 210px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 210px;
    margin-top: 12px;
}
}  
@media only screen and (max-width: 540px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 100px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 180px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 180px;
    margin-top: 12px;
}
}  
@media only screen and (max-width: 493px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 70px;
}
.department-tab label {
    margin-right: 0px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 14px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.department-tab1 label {
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 14px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.department-tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 87px;
    height: 940px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 150px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 150px;
    margin-top: 12px;
}
}  
@media only screen and (max-width: 468px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 140px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 140px;
    margin-top: 12px;
}
}  
@media only screen and (max-width: 425px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 50px;
}
.tab__content {
    position: relative;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
    opacity: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 80px;
}
.tab-content-img img {
    box-shadow: 15px 15px 0px 0px rgb(255 98 137);
    margin-top: 30px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 120px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 120px;
    margin-top: 12px;
}
}  
@media only screen and (max-width: 412px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 40px;
}
.tab-content-img img {
    box-shadow: 15px 15px 0px 0px rgb(255 98 137);
    margin-top: 30px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 110px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 110px;
    margin-top: 12px;
}
}   
@media only screen and (max-width: 375px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 60px;
    margin-right: 50px;
}
.tab-content-img img {
    box-shadow: 15px 15px 0px 0px rgb(255 98 137);
    margin-top: 30px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 90px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 90px;
    margin-top: 12px;
}
.time-line-title h3 {
    color: #000000;
    font-size: 34px;
    font-family: mySecondFont;
    letter-spacing: 1px;
    line-height: 38px;
    padding-bottom: 60px;
}
}  
@media only screen and (max-width: 360px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -25px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.banner {
    margin-top: 103px;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 5px;
    margin-left: 60px;
    margin-right: 40px;
}
.tab-content-img img {
    box-shadow: 15px 15px 0px 0px rgb(255 98 137);
    margin-top: 30px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 90px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 90px;
    margin-top: 12px;
}
} 
@media only screen and (max-width: 320px) {
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: -40px;
    margin-bottom: 8px;
    background-color: #9e1245;
    background-image: none;
    border: 1px solid #9e1245;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9e1245;
}
.navbar-nav {
    /*float: right;*/
	text-align: center;
	float: none;
}
.banner {
    margin-top: 103px;
}
.cntct-frm {
    position: absolute;
    z-index: 999;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 245px;
    margin-bottom: 40px;
    margin-top: 5px;
    margin-left: 60px;
    margin-right: 40px;
}
.clr-box h1 {
    font-family: mySecondFont;
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
}
.tab-content-cont {
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
}
.department-tab label {
    margin-right: 0px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 14px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.department-tab1 label {
    position: relative;
    top: 0;
    cursor: pointer;
    color: #ef285a;
    font-size: 14px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.tab-home02 {
    padding-bottom: 30px;
    padding-top: 35px;
    background: url(../images/bg03.jpg);
    background-size: cover;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 0px;
    text-align: center;
}
.clickhere
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	margin-right: 70px;
    margin-top: 12px;
}
.clickhere:hover
{
	border-radius: 15px;
	color: #ffffff !important;
	background: #ef285a52;
	border: 2px solid #ef285a;
	font-family: myThirdFont !important;
	font-size: 12px;
	padding: 13px 40px !important;
	letter-spacing: 2px;
	text-decoration: none;
	margin-right: 70px;
    margin-top: 12px;
}
.content-right .counter-number {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 6px;
    font-family: mySecondFont;
    color: #000000;
}
.counter-title {
    font-size: 14px;
    font-family: myForthFont;
    color: #5f5f5f;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 17px;
}
.treatment-de-img {
    margin-left: 115px;
    transform: skewX(-44deg);
}
}