body {
    font-family: 'Source Sans Pro', sans-serif;
	background:#fff !important;
}

body.site{
	border:none !important;
	padding:0px !important;
}

a:hover{
	text-decoration:none;
}

.active_menu{
	/*background: #ab251c !important;*/
	color: #ab251c!important;
    border-radius: 5px!important;
    padding: 11px 0!important;
}

.removepadding{
	padding:0px !important;
}
.set-menu {
    position: relative;
    top: 25px;
}
.set-menu-nav {
    padding:  6px  0px;
}
.header .nav li .menu-title {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 11px 9px !important;
	font-weight:bold;
}
.slider-size{
	height: 350px;
    background-repeat: no-repeat;
    width: 1345px
}

.z-link{
	font-size: 20px;
    font-family: 'Raleway', sans-serif !important;
    padding: 0 0px 6px;
    font-weight: 500;
}

.z-tabs ul li{
	padding:5px 0 8px;
}

ul.z-tabs-nav.z-tabs-desktop {
    border-bottom: solid 1px #bcbcbc;
    float: left;
    width: 100%;
    margin: 0 0 20px 0 !important;
}

.z-link:hover{
	text-decoration:none;
}

.welcome .detail a {
    margin: 0px 0 0 0;
    background-color: rgb(242, 208, 176) ;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #ab251c;
    border-radius: 5px;
	font:14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:600;
	float:right;
}
.welcome .detail a:hover {
    background-color: #ab251c;
    color: #f2d0b0;
	text-decoration:none;
}

.inner-box {
    position: relative;
    /* padding: 1px 15px 50px 80px; */
    max-width: 600px;
    z-index: 1;
}

.why_title h2{
	margin-bottom:0px !important;
}

.about_line{
	border-bottom: solid 5px #ab251c !important;
    color: #ab251c!important;
    width: 130px;
    display: inline-block;
}

.icon-left-column {
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
}
.icon-left-column .inner {
    position: relative;
}

.icon-left-column .inner .icon {
    position: absolute;
    left: -47px;
    width: 65px;
    font-size: 30px;
    color: #ab251c;
	top:-4px;
}

.icon-left-column .inner h4 {
    font-size: 16px!important;
    color: #222222;
    font-weight: 700!important;
    margin-bottom: 10px;
	font-family: "Arial" !important;
}

.icon-left-column .inner .text1 {
    font-size: 14px;
    color: #848484;
}
.our-team {
    padding: 0px 0 60px 0;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.our-team .single-team-member {
    position: relative;
    display: inline-block;
}

.our-team .single-team-member:before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    right: 0;
    opacity: 0;
    background: #f7f7f7;
    transition: .7s ease;
}

.content-line{
border-bottom:3px inset #01b2b7 !important;
	width:56% !important;
}

.no-right-padding {
    padding-right: 0;
}

.no-left-padding {
    padding-left: 0;
}

.section-header {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 40px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.testimonial-section .section-header > h4::before, .testimonial-section .section-header > h4::after {
    background-color: #fff;
}

.section-header > h4:before {
    right: 100%;
    margin-right: 0;
}

.section-header > h4:before, .section-header > h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1170px;
    height: 1px;
    background-color: #f1f1f1;
}

.testimonial-section .section-header > h4::before, .testimonial-section .section-header > h4::after {
    background-color: #ab251c;
}

.section-header > h4:after {
    left: 100%;
    margin-left: 0;
}
.section-header > h4:before, .section-header > h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1170px;
    height: 2px;
    background-color: #f1f1f1;
}

.section-header > h4 {   
     position: relative; 
    display: inline-block;
    border: 2px solid #f1f1f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    padding: 12px 30px 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    word-wrap: break-word;
}

.testimonial-section .section-header > h4 {
    border-color: #ab251c;
    color: #ab251c;
}

.content-slider li {
    background-color: none!important;
    text-align: center;
    color: #FFF;
}

.author-info a h4 {
    color: #ab251c;
    font-size: 22px !important;
	font-weight:bold !important;
}

.author-info {
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 15px 20px;
	text-align:center;
}

.author-info p {
    color: #282828;
    transition: .5s ease;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 17px;
    min-height: 53px;
    font-family: 'Raleway', sans-serif !important;
}

.author-info span {
    color: #282828;
    transition: .5s ease;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    display: inline-block;
	font-family: 'Raleway', sans-serif !important;
}

.author-info ul {
    border-top: 1px solid #ededed;
    padding-top: 10px;
	margin-bottom:0;
}

.author-info ul li i {
    font-size: 14px;
   /*  background: #01b2b7; */
    margin-right: 10px;
    color: #ab251c;
    border-radius: 1px;
    /* height: 15px;
    width: 15px; */
    text-align: center;
    line-height: 15px;
}

.author-info ul li {
    color: #ab251c;
    font-weight: bold;
    margin: 4px 0;
    font-size: 16px;
    font-family: "Arial" !important;
}

.imgcenter{
	margin: 0 auto;
}

.img {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: -ms-calc(100.3333% - 16px);
  width: -moz-calc(100.3333% - 16px);
  width: -webkit-calc(100.3333% - 16px);
  width: calc(100.3333% - 16px);
  margin: 8px;
  height: auto;
  position: relative;
  float: left;
}

.img:last-of-type {
  margin-right: 0;
}

.overlay{
	background-color: rgba(242, 208, 176, 0.57);
	left: 0;
	top: 0;
	border-radius: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.overlay:hover {
  opacity: 1
}

.text_overlay {
	color: #ab251c;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
/*   margin-left: -30px; */
}

.overlay:hover .text {
  margin-left: 0;
}

/*footer*/
.footer{
	background: #434a5a;
    border-top: solid 6px #373e4c;
	/* padding-bottom: 50px; */
}

.footer .emergency {
    text-align: center;
    margin: 20px 0 0 0;
}

.footer .emergency .text {
    margin: 25px 0 0 0;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.footer .emergency .number {
    margin: 6px 0 0 0;
    display: block;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.footer .emergency img{
    margin: 0px auto;
}

.footer .emergency i {
    color: #fff;
    display: block;
    font-size: 65px;
}

.main-footer {
    padding: 20px 0;
}

.main-footer .title {
    border-bottom: solid 1px #999;
    padding: 0 0 0 0;
    float: left;
	width: 100%;
}

.main-footer .title h5 {
    color: #fff;
    text-transform: uppercase;
    border-bottom: solid 1px #fff;
    padding: 0 0 12px 0;
    display: inline-block;
    margin: 0px;
    float: left;
	font-weight: 700;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}

.main-footer .detail {
    margin: 38px 0 0 0;
    float: left;
}

.main-footer .useful-links ul {
	padding:0px !important;
}

.main-footer .useful-links ul li {
    background: url(../img/links-arrow-light.png) no-repeat 0 9px;
    margin: 0 0 16px 0;
    float: left;
    width: 50%;
	list-style: none;
	display:flex;
}

.main-footer .useful-links ul li a {
    color: #fff;
    margin: 0 0 0 20px;
    font-size: 16px;
}

.main-footer .tweets {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}

.main-footer .tweets .icon {
    float: left;
	color: #ddd;
}

.main-footer .tweets .icon i {
    font-size: 35px;
    margin: 0 0 0 0;
}

.main-footer .tweets .text {
    float: right;
    width:100%;
}

.main-footer .tweets .text p {
    color: #fff;
    font-size: 16px;
	padding:0px;
}

.main-footer .tweets .text a {
    color: #fff;
    font-weight: 700;
}

.main-footer .tweets .text span {
    font-size: 14px;
    color: #c7c9ce;
    margin: 5px 0 0 0;
    display: inline-block;
}

.main-footer .newsletter .signup-text i {
    color: #fff;
    font-size: 25px;
    float: left;
    margin: 6px 10px 0 0;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.main-footer .newsletter .signup-text span {
    color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.main-footer .newsletter .form {
    margin: 20px 0 0 0;
}

.main-footer .newsletter .form input[type=text] {
    background: #373e4c;
    border: solid 1px #7b8498;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    margin: 0 0 9px 0;
}

.main-footer .newsletter .form input[type=submit] {
    background: #fff;
    border: none;
    text-transform: uppercase;
    color: #373e4c;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
}

.main-footer .get-touch .text {
    color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.main-footer .get-touch ul {
    margin: 0;
	padding:0px !important;
}

.main-footer .get-touch ul li {
    margin: 0 0 20px 0;
	list-style:none;
}

.main-footer .get-touch ul li i {
    color: #fff;
    float: left;
    font-size: 26px;
    margin: 0 9px 0 0;
}

.main-footer .get-touch ul li span {
    color: #fff;
    font-size: 16px;
	display:flex;
}

.social-icons-footer{
	margin-top: 13%;
}

.social-icons-footer a {
    color: #fff;
    border: solid 1px #fff;
    padding: 7px 9px;
    border-radius: 100%;
    font-size: 16px;
	margin-right: 10px;
}

.social-icons-footer  a i{
	width: 16px;
    height: 16px;
    text-align: center;
}

.footer-bottom {
    background: #373e4c !important;
    padding: 24px 0 !important;
}

.footer-bottom .copyrights {
    float: left;
    color: #fff;
    margin: 3px 0 0 0;
    font-size: 15px;
}
.footer-bottom .developed{
    color: #fff;
    margin: 3px 0 0 0;
    font-size: 15px;
}

.developed a{
	color:#f15b5a;
}

.developed a:hover{
	color:#fff;
	text-decoration:none;
}

@media (min-width:768px) and (max-width:991px){
	.main-footer .col-sm-3{
		width:100% !important;
	}
}
/*footer end */
.top-bar .get-touch ul{
	margin-bottom:0 !important;
}

.social-icons{
	margin-bottom:0 !important;
}

.set-service-box{
	padding:0px !important;
	box-shadow: 0px 14px 14px -12px rgba(0,0,0,.4);
	margin-bottom:5%;
}

.service-sec .detail p{
	text-align:justify;
	font-size:19px;
}

.service-sec .detail h5{
	min-height: 30px;
	color: #ab251c;
}

@media (max-width:553px){
	.top-bar{
		display:none;
	}
}

ul.gallery {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}

ul.gallery li.gallery-li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}

ul.gallery li.gallery-li img.gallery-img {
    display: block;
    height: auto;
    max-width: 100%;
}

.gattanimenu {
    border: 1px solid #ae251f !important;
    float: none !important;
    margin: 10px auto;
    display: block;
}

.gattanimenu .icon-bar{
	border: 1px solid #b02520;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle>.dropdown-menu {
    top: -4px;
    left: 100%;
    margin-top: 45px !important;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-toggle:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-toggle>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-toggle:hover>a:after {
    border-left-color: #fff;
}

.dropdown-toggle.pull-left {
    float: none;
}

.dropdown-toggle.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu {
    left: 1px !important;
}

.dropdown-menu li{
	width:100%;
}

.about_margin{
	margin-top: 15px !important;
}

 .welcome-two img {
    float: left !important;
    margin: 10px 15px 0 0 !important;
}

.gen_service{
	font-size: 18px;
    color: #434a5a;
    font-weight: 400;
}

.gen_service .fa{
	font-size: 10px;
    color: #ab251c;
}

.service_margin{
	margin-bottom:20px;
}

.serivce_bottom{
	font-size: 28px;
    font-family: "Times New Roman", Times, serif;
    color: #ab251c;
}

.serivce_discharge{
	font-size: 36px;
    font-family: "Times New Roman", Times, serif;
    color: #ab251c;
    font-weight: 600;
    position: relative;
    top: 25px;
    text-align: center;
}

.serivce_bottom_last{
	background: #ab251c;
    color: #f2d0b0;
    font-size: 46px;
	margin-top:2%;
}

.welcome {
    padding: 35px 0 !important;
}

.inner_page{
	margin: 0 0 25px 0 !important;
}

.inner_page-title{
	display:inline-block;
	width:100%;
}

@media(max-width:555px){
	.inner_page-title.z-tabs.silver > ul > li.z-active > a{
		    border-bottom: none !important;
	}
	
	.inner_page-title ul.z-tabs-nav.z-tabs-desktop	{
		border-bottom: solid 5px #ab251c !important;
	}
}
@media(max-width:992px){
	.inner_page-title_paedi.z-tabs.silver > ul > li.z-active > a{
		    border-bottom: none !important;
	}
	
	.inner_page-title_paedi ul.z-tabs-nav.z-tabs-desktop{
		border-bottom: solid 5px #ab251c !important;
	}
}
@media(max-width:1200px){
	.inner_page-title_gyn.z-tabs.silver > ul > li.z-active > a	{
		    border-bottom: none !important;
	}
	
	.inner_page-title_gyn ul.z-tabs-nav.z-tabs-desktop	{
		border-bottom: solid 5px #ab251c !important;
	}
}
.gen_service b{
	font-weight:600 !important;
}

.paediatrics_margin {
    margin-bottom: 20px;
    box-shadow: 0px 14px 14px -12px rgba(0,0,0,.4);
}

.gynecology_margin {
    margin-bottom: 30px;
    box-shadow: 0px 14px 14px -12px rgba(0,0,0,.4);
}

.serivce_vaccines {
    font-size: 36px;
    font-family: "Times New Roman", Times, serif;
    color: #ab251c;
    font-weight: 600;
    position: relative;
    top: 10px;
    text-align: left;
}

.pae_service {
    font-size: 16px;
    color: #ab251c;
    font-weight: 400;
}

.pae_service .fa {
    font-size: 10px;
    color: #ab251c;
}

.set_imp{
	margin-bottom:10px;
}

.set_container{
	display:inline;
}

.serivce_vacc_last {
    background: #ab251c;
    color: #fff;
    font-size: 30px;
    margin-top: 2%;
    box-shadow: 0px 14px 14px -12px rgba(0,0,0,.4);
}

.serivce_vacc_last_1 {
    background: #f2d0b0;
    color: #ab251c;
    font-size: 30px;
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 0px 14px 14px -12px rgba(0,0,0,.4);
}

.inner_page_gyn {
    margin: 0 0 25px 0 !important;
}

.inner_page-title_gyn {
    display: inline-block;
    width: 100%;
}

.inner_page_paedi {
    margin: 0 0 25px 0 !important;
}

.inner_page-title_paedi {
    display: inline-block;
    width: 100%;
}

.inner_page-title_gastro{
    display: inline-block;
    width: 100%;
}

.inner_page_gastro{
    margin: 0 0 25px 0 !important;
}

.inner_page-title_kabj{
    display: inline-block;
    width: 100%;
}

.inner_page_kabj{
    margin: 0 0 25px 0 !important;
}

.about_img{
	 /* float: left; */
    /* margin: 10px; */
}

.gesto_content {
    margin-bottom: 5px !important;
    font-size: 16px;
    color: #434a5a;
    font-weight: 400;
}

.text_about p{
	padding-top:0px;
}

.testimonial-box {
    -webkit-transform: scale(1.0)!important;
    -moz-transform: scale(1.0)!important;
    transform: scale(1.0)!important;
}

/*responsive css */
@media only screen and (max-width: 1024px) {
    .slide {
        width:300px !important;
    }
	.docdetail1	{
		width:300px !important
	}
}

@media only screen and (max-width: 768px) {
    .slide {
        width:350px !important;
    }
	
	.docdetail1	{
		width:350px !important;
	}
	
	.testimonial-box {
    padding: 0 10px !important;
	}
	
	.testimonial-content::before	{
		    top: 50px!important;
        left: 15px!important;
	}	
	.topimg
	{
			display:none;
		}
		.year-logo{
		display:none;
	}
}
@media only screen and (max-width: 736px) {
    .testimonial-box {
    padding: 0 7px!important;
	}
	
	.testimonial-content > i {
    left: -11px !important;
	}
	
	.testimonial-content::before {
    top: 49px!important;
    left: 17px!important;
	}	
}

@media only screen and (max-width: 667px) {
   .testimonial-box {
    padding: 0 5px!important;
	}
	
	.testimonial-content > i {
		left:-16px !important;
	}
	
	.testimonial-content::before {
    top: 43px!important;
    left: 5px!important;
	}
}

@media (min-width: 768px){
.navbar-toggle {
    display: none !important;
}
}

@media screen and (max-width: 600px) and (min-width: 568px) {
	.docdetail1{
    width:255px !important;
}
	 .slide {
        width:261px !important;
    }
.testimonial-content h5 {
	margin-top:56px !important;
	margin-left: 21px!important;
	}
	.testimonial-box {
     padding: 0 0px !important; 
		transform: scale(0.90)!important;
		-webkit-transform:scale(0.90)!important;
    -moz-transform: scale(0.90)!important;
	}
	.testimonial-content::before
	{
		    top: 56px !important;
           left: 10px!important;
	}
	.testimonial-content {
    padding: 21px 18px 27px!important;
		height:346px !important;
	}
	.testimonial-content > i {
   
    left: -15px!important;
	}
}
@media only screen and (max-width: 320px) {
.testimonial-box {
    padding: 0 3px !important;
	}
	.testimonial-content::before {
		left:2px!important;
	}
}

@media only screen and (max-width: 375px) {
	
	.docdetail1{
    width:335px !important;
}
}

@media only screen and (max-width: 414px) {
	
	
}
@media only screen and (max-width: 670px) 
	{
.docdetail1 {
    width: 284px !important;
}
		.slide {
    width: 325px !important;
}
}
@media only screen and (max-width: 600px) 
	{

		.slide {
    width: 300px !important;
}
}

.social-icons li a {
    width: 40px;
    text-align: center;
}
/*update custom css*/

header.header{
	border-top:5px solid #ab251c;
	padding:0 !important;
	border-bottom:2px solid #ccc;
}

.p-r-0{
	padding-right:0 !important;
}

.p-l-0{
	padding-left:0 !important;
}

ul.top-social{
	margin-bottom:0;
}

ul.top-social li {
    display: inline-block;
    font-size: 25px;
    line-height: 0;
    border-right: 1px solid #f1f1f1;
    padding: 0 48px;
    /* width: 126px; */
    text-align: center;
}

.top-social a.active_menu {
    background: transparent !important;
    padding: 0 !important;
    margin: 6px 0;
    display: inline-block;
}

.top-social a.active_menu i{
	color:#ab251c;
}

.bx-wrapper .bx-pager {
    padding-top: 0 !important;
    position: absolute;
    bottom: -15px !important;
}

.services-one .bx-wrapper .bx-viewport{
	height:100% !important;
}

.main-title h2{
	margin:0 0 8px;
}

.servicesliders .detail p {
    padding: 10px 10px 0;
	min-height:142px;
}

.servicesliders #service-sec{
	border: 2px solid #ccc;
	min-height:400px;
}

.details a{
	color:#ab251c;
}

.details p.latestP{
	min-height:135px;
}
#service-sec a.active_menu {
    /*padding: 0 10px !important;*/
    color: #ab251c !important;
    background: transparent !important;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

/*..... DR QUOTE ......*/

/*.dr-quote{ 
	background:url(../images/dr-testimonial-bg.jpg) no-repeat center center;
	width:100%;  
	text-align: center; 
	background-size: cover; 
}

.dr-quote .overlaybg {
    background: rgba(0, 0, 0, 0.2);
    padding: 285px 0;
}*/

.dr-quote span.quote{ 
	font-size:40px; 
	font-family: 'Raleway', sans-serif !important; 
	font-weight:800; 
	color:#fff;   
	display: inline-block; 
	/*margin:20% 0 0 0;*/
}
.dr-quote span.name{  
	color: #fff;  
	font-size: 18px;  
	font-style: italic;  
	margin: 13px 0 0 0;  
	display: inline-block;
}

.service_table_bg{
		
}

.bg-white{
	background:#fff;
	padding:10px;
}

.service_table_bg h2 {
    font-family: 'Raleway', sans-serif !important;
    color: #ab251c;
    border-bottom: 1px dotted #ab251c;
    margin: 0;
    padding: 8px 0;
}

.service_table_bg h3 {
    color: #ab251c;
    border-bottom: 1px dotted #ab251c;
    margin: 0;
    padding: 8px 0;
}

.service_table_bg h1 {
    color: #ab251c;
}

.service_table_bg table .img-responsive{
	width:100%;
}

.service_table_bg table, .service_table_bg tr, .service_table_bg td{
	border:none !important;
	color:#ab251c;
}

.m-r{
	margin-right:15px;
}
.m-t{
	margin-top:15px;
}

.m-b{
	margin-bottom:15px;
}

.bg-head {
    background: #ab251c;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    font-family: 'Raleway', sans-serif !important;
    padding: 25px 0;
}

.bg-head2 {
    background: #ab251c;
    color: #fff !important;
    font-weight: bold;
    font-size: 25px;
    text-align: center !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 10px 0;
}

.sub-head {
    color: #ab251c !important;
    font-weight: bold;
    font-size: 18px;
    text-align: center !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 10px 0;
}

.b-l{
	border-left:5px solid #ab251c;
}

.b-x{
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}

.b-b{
	border-bottom:1px solid #f1f1f1;
}

#paediatrics{
	border-bottom: 10px solid #ab251c;
}
span.mobileno {
    font-weight: bold;
    color: #ab251c;
    font-size: 18px !important;
}
a.request {
    color: #fff;
    background: #ab251c;
    padding: 0 5px;
    display: inline-block;
    font-size: 16px !important;
}

.logo img{
	/* margin-bottom:5px; */
	margin-top: 6px;
}
.header .year-logo
{
	margin: 1px 4px;
}
.top-social li:last-child{
	border:none;
}

.main-footer .useful-links ul li a.active_menu{
	padding:0 !important;
	color:#fff !important;
} 

.p-x{
	padding-right:10px !important;
	padding-left:10px !important;
}

.choose-us li {
    line-height: 26px;
    font-size: 16px;
	list-style:disc;
}

.faq_section {
    border: 1px solid #ccc;
    box-shadow: 0px 6px 11px -7px #333;
    padding-bottom: 10px;
    border-top: 3px solid #ab251c;
	border-bottom: 3px solid #ab251c;
	margin-bottom:20px;
}

.faq_detail {
    padding: 10px;
}

.faq_detail h4 {
    color: #333;
    font-size: 18px !important;
}

.faq_detail a{
	color:#ab251c;
	font-weight:bold;
	text-transform:uppercase;
}

.contact_detail h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #ab251c;
}

.contact_detail{
	color:#ab251c;
}
.contact_detail p span {
    font-weight: bold;
    margin-right: 10px; 
    display: inline-block;
}

.contact_detail img{
    border:1px solid #ccc;
}

.latest_post{
	border:1px solid #f1f1f1;
	border-left:2px solid #ab251c;
	padding:20px;
	display:flow-root;
}

.latest_post h2{
	margin:0 0 20px;
	color:#ab251c;
}

.latest_post p{
	text-align:justify;
}

.latest_post strong{
	color:#ab251c;
}

.facility {
    border: 1px solid #ccc;
    margin: 10px 0;
    border-bottom: 3px solid #ab251c;
    box-shadow: 0px 14px 14px -12px rgba(0,0,0,.4);
	background:#fff;
}

.facility h4 {
    background: #ab251c;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 15px !important;
    font-weight: bold;
}

.facility p {
    padding: 10px 15px;
    text-align: justify;
    font-size: 15px !important;
    line-height: 22px;
	min-height:130px;
}

.facility ul {
    padding: 10px 15px;
    font-size: 15px !important;
    line-height: 22px;
    min-height: 140px;
}

.facility ul li{
	list-style:disc;
	margin-left:10px;
}

#map{
	display:none;
}

.social {
    text-align: center;
    border-right: 0px solid #f1f1f1;
    padding: 0px 0px;
}

.social:last-child{
	border-right:none;
}

.social a {
    font-size: 25px;
    color: #ab251c;
    padding: 1px 16px;
    display: inline-block;
}
.social.button1 button{
    font-size: 16px !important;
    color: #ab251c;
    /* display: inline-block; */
    background-color: rgb(238, 206, 23);
    border: none;
    border-radius: 50px;
    padding: 0px 10px;
    text-decoration: none;
    cursor: pointer;
    animation: glowing 1300ms infinite;
}
@keyframes glowing {
    0% {
      background-color: rgb(238, 206, 23);
      box-shadow: 0 0 5px #f3d630;
    }
    50% {
      background-color: #fac822;
      box-shadow: 0 0 20px #f8a70f;
    }
    100% {
      background-color: #f8bf54;
      box-shadow: 0 0 5px #f8d150;
    }
  }

.col-sm-twohalf{
	width:20%;
	float:left;
	padding:0 10px;
}

#service-sec a{
	color:#ab251c;
	font-weight:bold;
}

.pt-5{
	padding-top:55px;
}

ul.director {
    font-size: 16px;
    line-height: 26px;
}

ul.director li {
    list-style: disc;
    margin-left: 18px;
}

.leadership h2 {
    margin: 0 0 20px;
}

.leadership h4 {
    color: #ab251c;
    font-weight: bold !important;
    font-size: 22px !important;
    margin-top: 8px;
}

.leadership h5 {
    font-size: 17px !important;
    line-height: 26px;
}
.leadership h6 {
    color: #ab251c;
    font-weight: bold;
    margin: 18px 0;
    font-size: 16px;
	font-family:"Arial" !important;
}

.management, .panelD, .strength {
    font-size: 16px;
    line-height: 26px;
}

.panelD h2, .management h2, .strength h2, .leadership h2, .founder h2, .bod-main h2{
	color:#ab251c;
	margin-left: 15px;
}


.strength h3 {
    color: #ab251c;
    margin: 30px 0 10px 15px;
    display: inline-block;
    font-weight: bold;
	font-family:"Arial" !important;
}

ul.mgt {
    margin-left: 15px;
}

.text-justify{
	text-align:justify !important;
}

.table p{
	text-align:justify;
	line-height:25px;
	margin:0;
}

.table img.mt{
	margin-top:-35px;
}

.request_popup {
    max-width: 400px;
    border-radius: 0 !important;
	border:10px solid #ab251c;
	top:25%;
}

.request_popup .modal-content{
	box-shadow:none !important;
	border: none !important;
    border-radius: 0px !important;
}

.request_popup .modal-content h1{
	color:#ab251c;
	font-weight:bold !important;
}

.request_popup .modal-content button.close{
    position: absolute;
    right: 5px;
    top: 0;
}

.gkc a {
    color: #fff;
    background: #ab251c;
    padding: 2px 5px;
    margin: 0 9px;
}

.author-info p br:nth-child(2) {
    display: none;
}

.leadership_blog {
    border: 1px solid #ccc;
    padding: 0 10px;
    background: #fff;
    text-align: center;
	border-bottom:3px solid #ab251c;
}

.leadership_blog img{
	margin:auto;
}

.bod_col {
    margin-bottom: 5px;
    display: -webkit-box;
}

.bod-main, .founder {
    background: #fff;
    border: 1px solid #ccc;
	display:inline-block;
	min-height:295px;
}

.gkc_sec {
    background: #fff;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    min-height: 475px;
}

.gkc_sec img{
	max-width:100%;
	margin:auto;
	display:block;
}

.gkc_sec p, .treatmentblock {
    font-size: 14px;
    padding: 5px 10px;
    text-align: justify;
    line-height: 20px;
    min-height: 128px;
}
.treatmentblock {
    margin-bottom: 10px;
}
.gkc_sec img.button {
    margin: 17px auto;
    width: 20%;
}
.gkc_sec h4 {
    margin: 0 8px;
    font-size: 22px !important;
}

@media (max-width:1024px){
	.header .nav li a{
		font-size:12px !important;
	}
	
	.col-sm-twohalf {
		width: 20%;
		margin-bottom:10px !important;
	}
	
	.servicesliders .detail p{
		min-height:80px !important;
		font-size:13px !important;
	}
	
	.servicesliders #service-sec {
		min-height: 460px !important;
	}
	
	span.mobileno {
		font-size: 14px !important;
	}
	
	a.request {
		font-size: 12px !important;
	}
	
	.why-one .content-column.pt-5{
		padding:0 !important;
	}
	
	
	.testimonial-content > i {
		left: 19% !important;
		width: 118px !important;
		height: 120px !important;
	}
	
	.testimonial-content::before{
		display:none !important;
	}
	
	.testimonial-content {
		padding: 0px 10px 15px !important;
	}	
	
	.facility p {
		font-size: 12px !important;
		line-height: 20px !important;
	}
}

@media (max-width:736px){
	.mob-set-social{
	    margin-top: 10px;
		border-top: 1px solid #f1f1f1;
	}
	
	.header .nav li a{
		font-size:17px !important;
	}
	
	.detail p{
		font-size:15px !important;
	}
	
	.p-r-xs{
		padding-right:15px !important;
	}
	
	/*#brand img, .logo img{
		margin:auto !important;
	}*/
	
	.text-xs-center{
		text-align:center !important;
	}
	
	span.mobileno {
		font-size: 16px !important;
	}
	
	a.request {
		font-size: 16px !important;
	}
	
	
	
	.col-sm-twohalf {
		width: 100%;
		margin: 5px 0;
		padding: 0;
	}
	
	.set-service-box img{
		margin:auto !important;
	}
	
	.servicesliders .detail p{
		min-height:50px !important;
	}	
	
	.facility img{
		margin:auto !important;
	}
	
	.servicesliders #service-sec {
		min-height: 400px !important;
	}
	
	.bod-main, .founder{
		width:100%;
	}
	
	.faq_section img{
		margin:auto !important;
	}
	
	.navbar-toggle{
	    position: absolute !important;
		right: 5px;
		top: -5px;
	}
	
	.navbar-collapse.in {
		overflow-y: unset !important;
	}
	
	
	
}

@media (max-width:500px){	
	
	.testimonial-content h5{
		margin-top:32% !important;
		font-size: 16px !important;
		border-bottom:none !important;
	}	
	
	.leadership_blog{
		margin-bottom:10px;
	}
	
	.bod_col {
		display: block !important;
	}
	
	.bod-main, .founder{
		width:100%;
		margin-bottom:10px;
	}
	
	.bod_col img{
		margin:auto !important;
	}
	
	.bod_col p {
		text-align: center;
	}
}

@media (max-width:414px){
	.mobile-width{
		width:100%;
	}
	
	#brand{
		padding:3px 5px !important;
	}
	
	.set-menu-nav{
		padding:0 !important;
	}
	
	/*.tp-banner-container, .tp-banner-container .moduletable, .bx-wrapper, .bx-viewport, #slider2, #slider2 li, #slider2 li img{
		height:125px !important;
	}*/
}

.testimonial-content p{
	font-style:normal !important;
}

.gallery_img {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #CCC;
	position:relative;
	transition:all ease-in-out .6s;
	color:#fff;
	text-align:center;
	overflow:hidden;
}

.gallery_img h4{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	transform: translateY(-190px);
    background: rgba(0,0,0,.7);
    padding: 10px;
    letter-spacing: 1px;
	transition:all ease-in-out .6s;
	text-transform:capitalize;
}

.gallery_img:hover h4{
	transform:translateY(100px);
	transition:all ease-in-out .6s;
}


a.gal-anchor:hover{
	text-decoration:none;
}

#lightbox_2 .modal-header {
    position: absolute;
    border: none;
    z-index: 9;
	right:0;
}
.video-title
{
	    font-size: 14px !important;
    padding: 0 10px;
    color: #ab251c;
	margin-bottom:0;
}
.video-link{
  padding: 0 10px;
} 

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
	box-shadow: 0 0 10px #999;
	background:#fff;
}

.blinking{
	animation: blinkingText 1.5s infinite;
    margin: 0;
    font-size: 17px !important;
    padding: 10px 0;
    line-height: 20px;
}
@keyframes blinkingText{
	0%{		background-color: #ab251c;	color: #fff;}
	50%{	background-color: #045f2d;	color: #fff;}
		100%{		background-color: #ab251c;	color: #fff;}
}
.set-blink {
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
	display:none;
}
.clicktext
{
	margin: 0;
    font-size: 20px !important;
    padding: 3px 0;
    background: #ffda0c;
    color: #000;
    font-weight: 800 !important;
    letter-spacing: 1px;
}
.set-gkc-mobile
{
	display:none;
}
@media(max-width:768px)
{
	.set-blink
	{display:block;width:100%;}
	.set-gkc-mobile
	{
	position: absolute;
    left: 75%;
    right: 0;
    top: 55%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
    line-height: 20px;
    background: #ab251c;
    border-radius: 5px;
	display:block;
	cursor:default;
	}
	.set-gkc-mobile a
	{
		color:#fff;
	}
	
	.sticky{
		position:static !important;
	}
	
	.set-menu-nav{
		padding:0 !important;
	}
	
	form#regForm, #maindiv .mainbox{
		background-image:none !important;
	}
}

.idcolor{
	animation: textblink 1.5s infinite;
	color:pink;
}

@keyframes textblink{
	0%{color: #ff00de;}
	50%{color: #1e00ff;}
	100%{color: #ff00de;}
}

form#regForm, #maindiv .mainbox  {
   display: inline-block; 
   /*  background: url(http://59.90.145.64:8080/new_gattani/images/patient.jpg); */
   background:url(http://pileshospitaludaipur.com/images/gkc.png);
    background-repeat: no-repeat;
    background-position: 49% 10%;
    background-size: 15%;
    mix-blend-mode: multiply;
}

form#regForm.mainform {
    background-image: none;
}

/*======New Update css======*/
#header-1{
	display:flex;
}

.nivo-caption{
	display:none !important;
}

.header, .theme-default .nivoSlider{
	margin-bottom:0 !important;
}

.theme-default .nivoSlider{
	box-shadow:none !important;
}

.services-one {
    padding-bottom: 50px;
}

.welcome.dark-back .container, .testimonial-section .container, .latest-news .container{
	background:transparent !important;
}

.welcome {
    padding: 35px 0 10px !important;
}

.icon-left-column{
	width:100% !important;
	margin-bottom: 10px !important;
	display: inline-table;
}

.about_line{
	margin-top:10px !important;
}

.details.latestposttext p {
    min-height: 130px;
    line-height: 26px;
}

.bx-pager.bx-default-pager{
	position:relative !important;
	top:15px;
}

ul#footermenu li:first-child {
    display: none;
}

ul{
	margin:0 !important;
}

.page-header {
    width: calc(100vw - 9px) !important;
    position: relative;
    margin-left: -50vw !important;
    left: 50%;
    overflow: hidden !important;
	margin-bottom:20px !important;
	margin-top:0 !important;
}

.py-0{
	padding-bottom:0 !important;
	padding-top: 0 !important;
}

#set_gal_margin a img {
    margin: 15px 0 15px 0 !important;
}

.breadcrumb{
	background:transparent !important;
	padding:0 !important;
}

.breadcrumb > li > .divider{
	display:none;
}

.page-header h2{
	margin-left:5px !important;
}

#general-services img, #paediatrics img, #gynecology img{
	width:100%;
}

#general-services, #paediatrics, #gynecology{
	color:#ab251c;
}

.m-0{
	margin:0 !important;
}

.p-0{
	padding:0 !important;
}

.py-2{
	padding:10px 0 !important;
}

#general-services .title, #paediatrics .title, #gynecology .title{
	margin-bottom:10px;
}
.bx-wrapper .bx-next {
    left: 100% !important;
}

.navbar-toggle{
	padding:9px 7px !important;
}
@media (max-width:600px){
	.theme-default .nivoSlider img{
		height:125px !important;
	}
	
	.bx-wrapper .bx-next {
		left: 97% !important;
	}
	
	#general-services img, #paediatrics img, #gynecology img{
		width:auto !important;
		margin:auto;
		display:block;
	}
	
	.video-link{
		font-size:13px !important;
	}
	
	a.request {
		font-size: 12px !important;
		padding: 3px !important;
	}
}

.theme-default .nivo-controlNav {
    padding: 6px 0 !important;
}


.text-red{
	color:red;
}

.text-green{
color:green;	
}

.text-blue{
	color:navy;
}

span.story_test {
    padding: 2px 10px;
    background: #ff0;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 2px;
    border-radius: 8px 8px 0px 0px;
}

.set_height {
    min-height: 47px;
}

/*kuldeep_css*/
@media (min-width:320px) and (max-width:480px) {
	/*home*/
	.welcome {
		margin: -20px 0;
	}
	
	.main-title h2 {
		margin-top: -30px;
	}
	
	.why-one {
		padding: 10px 0;
	}
	
	.main-title.why_title {
		padding-top: 45px;
	}
	
	.latest-news {
		margin-top: 30px;
	}
	
	.latest-news h2 {
		margin-top: -50px;
	}
	
	.latest-news img {
		padding-top: 7px;
	}
	
	/*about us*/
	.bod-main, .founder, .leadership h2 {
		text-align: center;
	}
	
	.bod-main h2 {
		font-size: 27px !important;
	}
	
	.strength h3 {
		font-size: 22px;
	}
	
	/*services*/
	.title h1 {
		font-size: 21px;
		font-weight: 600;
	}
	
	.bg-head {
		font-size: 30px;
	}
	
	.bg-head2 {
		margin: 10px 0;
	}
	
	#gynecology img.pull-right {
		float: none !important;
	}
	
	#paediatrics img.pull-left {
		padding: 0 10px;
	}
	
	/*gattani kabz clinic*/
	.gkc_sec img {
		margin-top: 20px;
	}
	
	.gkc_sec, .gkc_sec p, .treatmentblock {
		min-height: 0;
	}
	
	/*footer*/
	.footer-bottom {
		padding-top: 8px !important;
		padding-bottom: 95px !important;
	}
}

@media (min-width:480px) and (max-width:768px) {
	/*home*/
	.welcome {
		margin: -20px 0;
	}
	
	.main-title h2 {
		margin-top: -30px;
	}
	
	.why-one {
		padding: 10px 0;
	}
	
	.main-title.why_title {
		padding-top: 45px;
	}
	
	.latest-news {
		margin-top: 30px;
	}
	
	.latest-news h2 {
		margin-top: -50px;
	}
	
	.latest-news img {
		padding-top: 7px;
	}
	
	/*about us*/
	.bod-main, .founder, .leadership h2 {
		text-align: center;
	}
	
	.bod-main h2, .founder h2 {
		font-size: 30px !important;
	}
	
	.strength h3 {
		font-size: 22px;
	}
	
	.bod_col {
		display: block;
	}
	
	/*services*/
	.title h1 {
		font-size: 21px;
		font-weight: 600;
	}
	
	.bg-head {
		font-size: 35px;
	}
	
	.bg-head2 {
		margin: 10px 0;
	}
	
	#gynecology img.pull-right {
		float: none !important;
	}
	
	/*gattani kabz clinic*/
	.gkc_sec img {
		margin-top: 20px;
	}
	
	.gkc_sec, .gkc_sec p, .treatmentblock {
		min-height: 0;
	}
	
	.item-page img {
		max-width: 100% !important;
	}
	
	/*footer*/
	.footer-bottom {
		padding-top: 8px !important;
		padding-bottom: 80px !important;
	}
}


.qrbox{
    width:100%; 
    text-align:center;
    display:none;
}

@media screen and (max-width: 480px) {
    .qrbox{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

}