@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');
header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
::selection {
	background: #2ecc71;
	color: #fff;
}
::-moz-selection {
	background: #2ecc71;
	color: #fff;
}
::-o-selection {
	background: #2ecc71;
	color: #fff;
}
::-ms-selection {
	background: #2ecc71;
	color: #fff;
}
::-webkit-scrollbar {
	width: 8px;
	background: #c1c1c1;
	height: 8px
}
::-webkit-scrollbar-thumb {
	background: #0966c3;
	border-radius: 0px;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
	color: #1e1e23;
}
.top-header {
	padding: 0px 0 10px;
}
.top-header ul {
	float: right;
	text-align: center;
}
.top-header ul li {
	display: inline;
	margin: 0 5px;
	font-size: 19px;
	top: 15px;
	position: relative;
}
.top-header ul li a {
	color: #fff;
}
.top-header ul li a.chat {
	color: #1e1e23;
	font-size: 16px;
	margin-right: 20px;
}
.top-header ul li a.chat:hover {
	text-decoration: none;
	color: #1e1e23;
}
.top-header ul li a:first-child {
	margin: 0 5px 0 5px;
}
.top-header ul li .fa {
	line-height: 36px;
	font-size: 22px;
}
.top-header ul li .fa-phone {
	background: #00a1f0;
	border-radius: 50%;
	display: inline-block;
	width: 36px;
	height: 36px;
}
.top-header ul li .fa-whatsapp {
	background: #3dbc29;
	border-radius: 50%;
	display: inline-block;
	width: 36px;
	height: 36px;
}
.top-header ul li:last-child:before {
	background: #cccbc9;
	width: 1px;
	height: 27px;
	content: '';
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 10px;
}
h2.section-title {
	font-weight: 700;
	font-size: 28px;
	color: #3498db;
	text-align: center;
	margin-bottom: 45px;
}
h2.section-title:before {
	background: #3498db;
	width: 20%;
	height: 2px;
	content: '';
	display: inline-block;
	margin-right: 20px;
	bottom: 8px;
	position: relative;
}
h2.section-title:after {
	background: #3498db;
	width: 20%;
	height: 2px;
	content: '';
	display: inline-block;
	margin-left: 20px;
	bottom: 8px;
	position: relative;
}
.navbar {
	background: #f3f3f3;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	;
}
.navbar ul li {
	font-size: 16px;
	text-transform: uppercase;
}
.navbar-expand-md .navbar-nav .nav-item {
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-light .navbar-nav .nav-link {
	color: #1e1e23;
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #1e1e23;
}
/*jumbotron starts*/
.jumbotron {
 background: url('../img/index-banner.jpg')no-repeat transparent;
  
    background-size:cover;
    padding:135px 0;
    border-radius: 0;
    z-index: 0;
    position: relative;
    margin-bottom: 0;
}
.jumbotron:before{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
}
.jumbotron h1{
    font-size: 36px;
    margin:10px 0 0px;
    color:#fff; 
    font-weight: 900;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1)  
    z-index:1;    
    position: relative;
}
.jumbotron-about {
	margin-bottom:10px;
	border-bottom: 1px solid #c1c1c1;
	background: #3498db;
	color: #fff;
	border-radius: 0;
	padding: 30px 0;
}
.jumbotron-about h1 {
	font-weight: 700;
	font-size: 48px;
}
.jumbotron-about h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
}
.jumbotron-about ul{
	list-style: disc;
	list-style-position: inside;
	padding-left: 23px;
}
.jumbotron-about ul li{
	text-indent: -23px;
	margin-bottom: 10px;
}
.jumbotron-about p {
	font-weight: 400;
	font-size: 19px;
	margin-bottom: 0px;
}
.jumbotron-about {
	padding: 60px 0;
	background: #3498db;
	color: #fff;
}
.jumbotron-about h2 {
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 20px;
}
.jumbotron-about p {
	font-size: 16px;
	margin-bottom: 15px;
}
.jumbotron-about p:last-child {
	margin-bottom: 0;
}
.jumbotron-about p a {
	text-decoration: none;
	color: #2ecc71;
	font-size: 18px;
}
.jumbotron-about ul{
	list-style: disc;
	list-style-position: inside;
	padding-left: 23px;
}
.jumbotron-about ul li{
	text-indent: -23px;
	margin-bottom: 10px;
}
/*jumbotron ends*/

.specialities {
	padding: 30px 0;
}
.specialities h2 {
	font-weight: 700;
	font-size: 22px;
}
.specialities h2 > a {
	border: 1px solid red;
	display: block;
	padding: 25px 20px;
	border: solid 1px #cccbc9;
	background: #f3f3f3;
	color: #1e1e23;
}
.specialities h2 > a:hover {
	border: 3px solid #3498db;
	text-decoration: none;
	margin: -2px;
	background: #3498db;
	color: #fff;
}
.top-hospitals{padding:30px 0;}
.top-hospitals p.chat{margin:5px 0;font-size:14px;top:40px;position:relative;}
.top-hospitals p.chat a{color:#1e1e23;}
.top-hospitals p.chat a:hover{color:#1e1e23;text-decoration:none;}
.hospital-ranking ul{float:right;}
.hospital-ranking ul li{display:inline-block;}
.hospital-ranking ul li>h2{font-weight:700;font-size:70px;color:#426fd6;margin-bottom:2px;font-weight:400;}
.hospital-ranking ul li{font-size:22px;color:#2ecc71;text-align:right;line-height:26px;text-transform:uppercase;}
.hospital-ranking ul li>span{text-decoration:underline;display:block;}
.top-hospitals {
	padding: 30px 0;
}
h2.hospital-ranking {
	font-weight: 700;
	font-size: 19px;
	color: #fff;
	text-align: right;
	padding: 10px 15px;
	background: #2ecc71;
	margin-bottom: 0;
	display: block;
	border-radius: 8px 8px 0 0;
}
.top-hospitals a.hospital-list{border:solid 1px #cccbc9;padding:30px 20px;color:#1e1e23;margin-bottom:30px;display:inline-block;-webkit-transition:all 0.25s ease;background:#fff;}
.top-hospitals a.hospital-list:hover{-o-box-shadow:inset 0px 0px 0px 3px #2ecc71;-webkit-box-shadow:inset 0px 0px 0px 3px #2ecc71;-moz-box-shadow:inset 0px 0px 0px 3px #2ecc71;-ms-box-shadow:inset 0px 0px 0px 3px #2ecc71;box-shadow:inset 0px 0px 0px 3px #426fd6;}
.top-hospitals a.hospital-list:last-child{margin-bottom:0px;}
.top-hospitals a.hospital-list{text-decoration:none;color:#1e1e23;}
.top-hospitals a.hospital-list h3{font-weight:700;font-size:22px;color:#1e1e23;}
.top-hospitals a.hospital-list h4{font-weight:400;font-size:16px;background:#3498db;padding:10px 25px;color:#fff;margin-bottom:0;text-transform:uppercase;text-align:center;}
.top-hospitals a.hospital-list > h6{font-weight:400;font-size:14px;color:#1e1e23;margin-bottom:10px;clear:both;top:-8px;position:relative;}
.top-hospitals a.hospital-list span > p{color:#1e1e23;;font-weight:700;border-bottom:solid 1px #cccbc9;padding-bottom:5px;margin-bottom:10px;}
.top-hospitals a.hospital-list p{margin-bottom:0;}
.top-hospitals a.hospital-list .table td.table-img{width:40px;}
.top-hospitals a.hospital-list .table td>img{max-width:30px;}
.top-hospitals a.hospital-list .table td{padding:5px 6px 5px;font-size:15px;line-height:30px;}
.top-hospitals a.hospital-list .table td:first-child{font-weight:700;}
.top-hospitals a.hospital-list .table td:last-child:before{margin-right:0px;}
.top-hospitals a.hospital-list h5>img{min-width:244.5px;max-width:244.5px;}
.renowned-doctors {
	padding: 30px 0;
}
.renowned-doctors a:hover {
	text-decoration: none;
}
.renowned-doctors a:visited,
.renowned-doctors a:clicked,
.renowned-doctors a:active,
.renowned-doctors a:focus {
	outline: none;
}
.renowned-doctors h4 {
	font-weight: 700;
	font-size: 19px;
	color: #1e1e23;
}
.renowned-doctors h5 img {
	border-radius: 50%;
	border: solid 2px #cccbc9;
	margin-bottom: 10px;
	max-width: 120px;
	min-width: 120px;
	max-height: 120px;
	min-height: 120px;
}
.renowned-doctors h6 {
	font-weight: 700;
	font-size: 14px;
	color: #0966c3;
	margin-bottom: 10px;
	font-style: italic;
}
.renowned-doctors h6:before {
	content: "(";
}
.renowned-doctors h6:after {
	content: ")";
}
.renowned-doctors ul li {
	font-size: 14px;
	color: #1e1e23;
}
.renowned-doctors .row:first-child,
.renowned-doctors .row:last-child {
	margin-bottom: 0px;
}
.renowned-doctors .row {
	margin-bottom: 30px;
}
.about {
	padding: 60px 0;
	background: #3498db;
	color: #fff;
}
.about h2 {
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 20px;
}
.about p {
	font-size: 16px;
	margin-bottom: 15px;
}
.about p:last-child {
	margin-bottom: 0;
}
.about p a {
	text-decoration: none;
	color: #2ecc71;
	font-size: 18px;
}
.about ul{
	list-style: disc;
	list-style-position: inside;
	padding-left: 23px;
}
.about ul li{
	text-indent: -23px;
	margin-bottom: 10px;
}
.testimonials {
	padding: 30px 0;
}
.embed-responsive {
	border: solid 3px #cccbc9;
}
.cost {
	padding: 60px 0;
	background: #3498db;
}
.cost h2 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
}
.summary {
	background: #fff;
	color: #1e1e23;
	padding: 20px 20px 5px;
}
.summary h5 {
	font-weight: 700;
	font-size: 19px;
	color: #1e1e23;
}
.summary .row {
	border-bottom: solid 1px #cccbc9;
}
.summary .row:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.summary .row p {
	margin: 10px 0;
}
.patient-service {
	padding: 30px 0 250px;
}
.patient-service-detail h3 {
	color: #1e1e23;
	font-size: 28px;
	font-weight: 700;
}
.patient-service-detail h4 {
	font-size: 16px;
	font-weight: 700;
	color: #3498db;
}
.patient-service-detail p {
	font-size: 16px;
}
.patient-service-detail hr {
	background: #cccbc9;
	margin: 40px 0;
}
.contact-form h3 {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 15px;
}
.contact-form form {
	border-radius: 26px;
	border: solid 1px #cccbc9;
	border-top: none;
	background: #97b7d0;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
	padding: 20px 20px 0px;
}
.contact-form .form-group {
	margin-bottom: 10px;
}
.contact-form .form-control {
	font-size: 16px;
	color: #1e1e23;
	border: 1px solid #1e1e23;
	border-radius: 0
}
.contact-form .btn-primary {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #167ac6;
	border-color: #1e1e23;
	float: right;
	padding: 8px 80px;
}
.contact-form .form-control-file,
.contact-form .form-control-range {
	display: inline;
	width: 60%;
	margin-left: 7px;
	margin-top: 10px;
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #97b7d0;
	background-clip: padding-box;
	border: none;
	border-radius: 4PX;
	outline: 0;
}
.modal-content .modal-header {
	padding: 12px 12px 0;
	border-bottom: none;
}
.modal-body {
	padding: 0 12px 12px;
}
.modal-content .modal-header h3 {
	font-size: 16px;
	font-weight: 700;
}
.modal-body .btn-primary {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #1e1e23;
	border-color: #1e1e23;
	padding: 8px 40px;
	width: 100%;
}
.modal-body .form-group {
	margin-bottom: 12px;
}
.modal-body label {
	margin-bottom: 0rem;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(46, 204, 113, 1.0) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	border-radius: 50%;
	z-index: 1040;
	border: 3px solid #fff;
}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-top--fade-out {
	opacity: .5;
}
.cd-top:hover {
	background-color: rgba(46, 204, 113, 1.0);
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}
@media(max-width:576px){.top-header h2 {
	text-align: center;
	margin-bottom: 0;
}
.top-header ul {
	float: none;
}
.top-header ul li {
	display: block;
	margin: 0 2px;
	font-size: 15px;
	top: 0px;
}
.top-header ul li:last-child:before {
	background: none;
	width: 0px;
	height: auto;
	content: '';
	top: 0px;
	margin-right: 0px;
}
.top-header ul li .fa-whatsapp,
.top-header ul li .fa-phone {
	width: 28px;
	height: 28px;
}
.top-header ul li .fa {
	line-height: 28px;
	font-size: 16px;
}
.navbar-expand-md > .container {
	display: inline;
}
.navbar-light .navbar-toggler {
	border-color: #3498db;
	background: #3498db;
}
.navbar {
	text-align: center;
}
.navbar ul li {
	font-size: 14px;
	border-bottom: solid 1px #cccbc9;
}
.navbar ul li:last-child {
	border-bottom: none;
}
.navbar-toggler {
	font-size: 16px
}
.jumbotron {
     background-size: 120%;
     padding: 45px 0;
     background-position: top center;
  }
.jumbotron h1 {
     font-size: 22px;
     margin: 0px;
    }

.jumbotron-about {
	padding: 18px 0;
	margin-bottom: 10px;
}
.jumbotron-about h1 {
	font-size: 26px;
}
.jumbotron-about h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.jumbotron-about p {
	font-size: 16px;
	line-height: 22px;
}
.jumbotron-about {
	padding: 30px 0;
}
.jumbotron-about h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.jumbotron-about p {
	font-size: 14px;
	margin-bottom: 10px;
}
.specialities {
	padding: 22px 0;
}
.specialities h2 {
	font-size: 16px;
}
.specialities h2 > a {
	padding: 15px 10px;
}
.top-hospitals {
	padding: 0px 0;
}
h2.section-title {
	font-size: 20px;
	margin-bottom: 15px;
}
h2.section-title:before {
	width: 0%;
	margin-right: 0px;
}
h2.section-title:after {
	width: 0%;
	margin-left: 0px;
}
.hospital-ranking ul li>h2{font-size:50px;}
.hospital-ranking ul li{font-size:19px;line-height:20px}
.top-hospitals a.hospital-list{padding:15px 20px;margin-bottom:10px;}
.top-hospitals a.hospital-list h5{text-align:center;}
.top-hospitals a.hospital-list h5>img{min-width:190px;max-width:190px;}
.top-hospitals a.hospital-list h4{font-size:14px;padding:5px 5px;margin-bottom:10px;text-align:center;}
.top-hospitals a.hospital-list > h3{font-size:18px;text-align:center;}
.top-hospitals a.hospital-list > h6{font-size:13px;margin-bottom:10px;top:-5px;text-align:center;}
.top-hospitals a.hospital-list .table td{padding:2px 6px 2px;font-size:13px;}
.top-hospitals a.hospital-list .table td:last-child:before{content:'';margin-right:0;}
.table{margin-bottom:0rem;}
.top-hospitals a.hospital-list p{margin-bottom:0;margin-top:10px;font-size:13px;}
.renowned-doctors {
	padding: 22px 0 0;
}
.renowned-doctors h5 img {
	margin-bottom: 5px;
	max-width: 90px;
	min-width: 90px;
	max-height: 90px;
	min-height: 90px;
}
.renowned-doctors h4 {
	font-size: 16px;
	margin-bottom: 0px;
}
.renowned-doctors h6 {
	font-size: 13px;
	margin-bottom: 5px;
}
.renowned-doctors ul {
	margin-bottom: 20px;
}
.renowned-doctors ul li {
	font-size: 13px;
}
.about {
	padding: 30px 0;
}
.about h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.about p {
	font-size: 14px;
	margin-bottom: 10px;
}
.testimonials {
	padding: 22px 0;
}
.embed-responsive {
	border: solid 2px #cccbc9;
}
.cost {
	padding: 30px 0;
}
.cost h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.summary {
	padding: 10px 20px 5px;
}
.summary h5 {
	font-size: 16px;
}
.summary .row p {
	margin: 5px 0;
	font-size: 14px;
}
.patient-service {
	padding: 22px 0 0;
}
.patient-service-detail h3 {
	font-size: 20px;
}
.patient-service-detail h5 img {
	max-width: 70px;
}
.patient-service-detail h4 {
	font-size: 15px;
	margin-bottom: 5px;
}
.patient-service-detail p {
	font-size: 13px;
}
.patient-service-detail hr {
	background: #cccbc9;
	margin: 20px 0;
}
}
@media(min-width:577px) and (max-width:767px) {
	.top-header h2 {
		text-align: center;
		margin-bottom: 0;
	}
	.top-header ul {
		float: none;
	}
	.top-header ul li {
		display: block;
		margin: 0 5px;
		font-size: 16px;
		top: 5px;
	}
	.top-header ul li .fa {
		line-height: 32px;
		font-size: 19px;
	}
	.top-header ul li .fa-phone {
		width: 30px;
		height: 30px;
	}
	.top-header ul li .fa-whatsapp {
		width: 30px;
		height: 30px;
	}
	.top-header ul li:last-child:before {
		width: 0px;
		height: auto;
		top: 0px;
		margin-right: 0px;
	}
	.navbar-expand-md > .container {
		display: inline;
	}
	.navbar-light .navbar-toggler {
		border-color: #3498db;
		background: #3498db;
	}
	.navbar {
		text-align: center;
		display: block;
	}
	.navbar ul li {
		font-size: 14px;
		border-bottom: solid 1px #cccbc9;
	}
	.navbar ul li:last-child {
		border-bottom: none;
	}
	.navbar-toggler {
		font-size: 18px
	}
     .jumbotron {
        background-size: 120%;
        padding: 80px 0;
        background-position: top center;
    }
    .jumbotron h1 {
        font-size: 24px;
        margin: 0px;
    }
	.jumbotron-about {
		padding: 22px 0;
		margin-bottom: 10px;
	}
	.jumbotron-about h1 {
		font-size: 34px;
	}
	.jumbotron-about h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.jumbotron-about p {
		font-size: 18px;
		line-height: 22px;
	}
	.jumbotron-about {
		padding: 37px 0;
	}
	.jumbotron-about h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.jumbotron-about p {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.specialities {
		padding: 24px 0;
	}
	.specialities h2 {
		font-size: 18px;
	}
	.specialities h2 > a {
		padding: 20px 10px;
	}
	.top-hospitals {
		padding: 0px 0;
	}
	h2.section-title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	h2.section-title:before {
		width: 0%;
		margin-right: 0px;
	}
	h2.section-title:after {
		width: 0%;
		margin-left: 0px;
	}
	.top-hospitals{padding:24px 0;}
.top-hospitals p.chat{top:20px;}
h2.section-title{font-size:22px;margin-bottom:25px;}
h2.section-title:before{width:0%;margin-right:0px;}
h2.section-title:after{width:0%;margin-left:0px;}
.hospital-ranking ul li>h2{font-size:55px;}
.hospital-ranking ul li{font-size:20px;line-height:22px}
.top-hospitals a.hospital-list{padding:20px 20px;margin-bottom:10px;}
.top-hospitals a.hospital-list h5{text-align:center;}
.top-hospitals a.hospital-list h5>img{min-width:200px;max-width:200px;}
.top-hospitals a.hospital-list h4{font-size:15px;padding:5px 5px;margin-bottom:10px;text-align:center;}
.top-hospitals a.hospital-list > h3{font-size:20px;text-align:center;}
.top-hospitals a.hospital-list > h6{font-size:14px;margin-bottom:10px;top:-2px;text-align:center;}
.top-hospitals a.hospital-list .table td{padding:2px 6px 2px;font-size:14px;}
.top-hospitals a.hospital-list .table td:last-child:before{content:'';margin-right:0;}
.table{margin-bottom:0rem;}
.top-hospitals a.hospital-list p{margin-bottom:0;margin-top:10px;font-size:14px;}
	.renowned-doctors {
		padding: 24px 0 0;
	}
	.renowned-doctors h5 img {
		margin-bottom: 10px;
		max-width: 100px;
		min-width: 100px;
		max-height: 100px;
		min-height: 100px;
	}
	.renowned-doctors h4 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.renowned-doctors h6 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.renowned-doctors ul {
		margin-bottom: 20px;
	}
	.renowned-doctors ul li {
		font-size: 14px;
	}
	.about {
		padding: 37px 0;
	}
	.about h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.about p {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.testimonials {
		padding: 22px 0;
	}
	.embed-responsive {
		border: solid 2px #cccbc9;
	}
	.cost {
		padding: 37px 0;
	}
	.cost h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.summary {
		padding: 15px 25px 5px;
	}
	.summary h5 {
		font-size: 18px;
	}
	.summary .row p {
		margin: 5px 0;
		font-size: 14px;
	}
	.patient-service {
		padding: 24px 0 0;
	}
	.patient-service-detail h3 {
		font-size: 22px;
	}
	.patient-service-detail h5 img {
		max-width: 75px;
	}
	.patient-service-detail h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.patient-service-detail p {
		font-size: 14px;
	}
	.patient-service-detail hr {
		background: #cccbc9;
		margin: 20px 0;
	}
}
@media(min-width:768px) and (max-width:991px) {
	.top-header ul {
		float: right;
	}
	.top-header ul li {
		display: inline-block;
		margin: 0 5px;
		font-size: 16px;
		top: 18px;
	}
	.top-header ul li .fa {
		line-height: 32px;
		font-size: 19px;
	}
	.top-header ul li .fa-phone {
		width: 30px;
		height: 30px;
	}
	.top-header ul li .fa-whatsapp {
		width: 30px;
		height: 30px;
	}
	.top-header ul li:last-child:before {
		width: 0px;
		height: auto;
		top: 0px;
		margin-right: 0px;
	}
	.navbar-expand-md .navbar-nav .nav-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-light .navbar-toggler {
		border-color: #3498db;
		background: #3498db;
	}
	.navbar {
		text-align: center;
		padding: 0px;
	}
	.navbar ul li {
		font-size: 14px;
	}
	.testimonials {
        padding: 50px;
        text-align: center;
    }
	.jumbotron {
        background-size:cover;
        padding: 120px 0;
        background-position: top center;
    }
    .jumbotron h1 {
        font-size: 24px;
        margin: 0px;
    }
	.jumbotron-about {
		padding: 36px 0;
		margin-bottom: 10px;
	}
	.jumbotron-about h1 {
		font-size: 40px;
	}
	.jumbotron-about h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.jumbotron-about {
		padding: 45px 0;
	}
	.jumbotron-about h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.jumbotron-about p {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.specialities {
		padding: 26px 0;
	}
	.specialities h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.specialities h2 > a {
		padding: 16px 7px;
	}
	.top-hospitals {
		padding: 20px 0;
	}
	h2.section-title {
		font-size: 24px;
		margin-bottom: 25px;
	}
	h2.section-title:before {
		width: 10%;
		margin-right: 10px;
	}
	h2.section-title:after {
		width: 10%;
		margin-left: 10px;
	}
	.hospital-ranking ul li>h2{font-size:60px;}
.hospital-ranking ul li{font-size:20px;line-height:24px}
.top-hospitals a.hospital-list{padding:15px 15px;margin-bottom:10px;}
.top-hospitals a.hospital-list h5>img{min-width:100%;max-width:100%;}
.top-hospitals a.hospital-list h4{font-size:15px;padding:5px 5px;margin-bottom:10px;text-align:center;}
.top-hospitals a.hospital-list > h3{font-size:20px;text-align:left;}
.top-hospitals a.hospital-list > h6{font-size:14px;margin-bottom:10px;top:-2px;text-align:left;}
.top-hospitals a.hospital-list .table td{padding:2px 6px 2px;font-size:14px;}
.top-hospitals a.hospital-list .table td:last-child:before{content:'';margin-right:0;}
.table{margin-bottom:0rem;}
.top-hospitals a.hospital-list p{margin-bottom:0;margin-top:10px;font-size:14px;}
	.renowned-doctors {
		padding: 26px 0 0;
	}
	.renowned-doctors h5 img {
		margin-bottom: 10px;
		max-width: 100px;
		min-width: 100px;
		max-height: 100px;
		min-height: 100px;
	}
	.renowned-doctors h4 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.renowned-doctors h6 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.renowned-doctors ul {
		margin-bottom: 20px;
	}
	.renowned-doctors ul li {
		font-size: 14px;
	}
	.about {
		padding: 45px 0;
	}
	.about h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.about p {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.testimonials {
		padding: 26px 0;
	}
	.embed-responsive {
		border: solid 2px #cccbc9;
	}
	.cost {
		padding: 45px 0;
	}
	.cost h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.summary {
		padding: 15px 25px 5px;
	}
	.summary h5 {
		font-size: 18px;
	}
	.summary .row p {
		margin: 5px 0;
		font-size: 15px;
	}
	.patient-service {
		padding: 26px 0 275px;
	}
	.patient-service-detail h3 {
		font-size: 24px;
	}
	.patient-service-detail h5 img {
		max-width: 75px;
	}
	.patient-service-detail h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.patient-service-detail p {
		font-size: 14px;
	}
	.patient-service-detail hr {
		background: #cccbc9;
		margin: 20px 0;
	}
	.modal-backdrop {
		display: none;
	}
	.modal-open {
		overflow: scroll;
	}
}
@media(min-width:992px) and (max-width:1199px) {
	.navbar-expand-md .navbar-nav .nav-item {
		padding-left: 12px;
		padding-right: 12px;
	}
	.navbar {
		text-align: center;
		padding: 0px;
	}
	.navbar ul li {
		font-size: 14px;
	}
	.jumbotron {
        background-size:cover;
        padding: 135px 0;
        background-position: top center;
    }
    .jumbotron h1 {
        font-size: 30px;
        margin: 0px;
    }
	.jumbotron-about {
		padding: 36px 0;
		margin-bottom: 10px;
	}
	.jumbotron-about h1 {
		font-size: 44px;
	}
	.jumbotron-about h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.jumbotron-about {
		padding: 45px 0;
	}
	.jumbotron-about h2 {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.jumbotron-about p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.specialities {
		padding: 26px 0;
	}
	.specialities h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.specialities h2 > a {
		padding: 16px 7px;
	}
	.top-hospitals {
		padding: 20px 0;
	}
	h2.section-title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	h2.section-title:before {
		width: 20%;
		margin-right: 10px;
	}
	h2.section-title:after {
		width: 20%;
		margin-left: 10px;
	}
	.hospital-ranking ul li>h2{font-size:65px;}
.hospital-ranking ul li{font-size:21px;line-height:25px}
.top-hospitals a.hospital-list{padding:15px 15px;margin-bottom:25px;}
.top-hospitals a.hospital-list h5>img{min-width:100%;max-width:100%;}
.top-hospitals a.hospital-list h4{font-size:15px;padding:5px 5px;text-align:center;}
.top-hospitals a.hospital-list > h3{font-size:20px;text-align:left;}
.top-hospitals a.hospital-list > h6{font-size:14px;margin-bottom:10px;top:-2px;text-align:left;}
.top-hospitals a.hospital-list .table td{padding:2px 6px 2px;font-size:14px;}
.top-hospitals a.hospital-list .table td:last-child:before{content:':';margin-right:20px;}
.table{margin-bottom:0rem;}
.top-hospitals a.hospital-list p{margin-bottom:0;margin-top:10px;font-size:14px;}
	.renowned-doctors {
		padding: 26px 0 0;
	}
	.renowned-doctors h5 img {
		margin-bottom: 10px;
		max-width: 100px;
		min-width: 100px;
		max-height: 100px;
		min-height: 100px;
	}
	.renowned-doctors h4 {
		font-size: 19px;
		margin-bottom: 0px;
	}
	.renowned-doctors h6 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.renowned-doctors ul {
		margin-bottom: 20px;
	}
	.renowned-doctors ul li {
		font-size: 14px;
	}
	.about {
		padding: 45px 0;
	}
	.about h2 {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.about p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.testimonials {
		padding: 26px 0;
	}
	.embed-responsive {
		border: solid 2px #cccbc9;
	}
	.cost {
		padding: 45px 0;
	}
	.cost h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.summary {
		padding: 15px 25px 5px;
	}
	.summary h5 {
		font-size: 18px;
	}
	.summary .row p {
		margin: 5px 0;
		font-size: 15px;
	}
	.patient-service {
		padding: 26px 0 270px;
	}
	.patient-service-detail h3 {
		font-size: 24px;
	}
	.patient-service-detail h5 img {
		max-width: 75px;
	}
	.patient-service-detail h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.patient-service-detail p {
		font-size: 14px;
	}
	.patient-service-detail hr {
		background: #cccbc9;
		margin: 20px 0;
	}
	.modal-backdrop {
		display: none;
	}
	.modal-open {
		overflow: scroll;
	}
}
@media(min-width:1200px){.modal-backdrop{display:none;}

.modal-open {
	overflow: scroll;
}
}
form ul li{
        display:inline;
        margin-right:1.5%;
    }
    form ul li:last-child{
        margin-right: 0%;
    }
    form ul li>input{
        border:transparent;
        padding:5px 10px;   
        width:31.9%;
        margin-bottom: 10px;
        font-size: 16px;
        color: #1e1e23;
        border: 1px solid #1e1e23;
        border-radius: 0;
    }
    form ul li>input[type="file"]{
        border:none;
    }
    form ul li>textarea{
        border:transparent;
        padding:7px 10px;   
        width:100%;
        margin-bottom: 10px;
        font-size: 16px;
        color: #1e1e23;
        border: 1px solid #1e1e23;
        border-radius: 0;
    }
    form ul li> button{
        float:right;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        background-color: #1e1e23;
        border-color: #1e1e23;
        padding: 8px 70px;    
    }