/*!
Theme Name: healthcare
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: healthcare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

healthcare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #047c9c;
}

a:visited {
	color: #047c9c;
}

a:hover {
	color: #047c9c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #047c9c;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header{
	z-index:9999 !important;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: inline;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/******************************************************Style_css******************************************************************/



.header-top-bg {
    background: #1bb056;
    width: 100%;
    float: left;
    padding: 5px 0px;
}
.container {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;

}

.header-top-bg ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.header-top-bg ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
   
}
.header-rgt ul li{
	 margin-right: 25px;
	 font-family: 'Open Sans', sans-serif;
}
.header-rgt ul li a{
	 margin-left: 13px;
}
.header-lft ul li{
	 margin-right: 15px;
}
.header-top-bg ul li a{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
}
.header-lft ul li a {
    display: block;
    width: 24px;
    height: 24px;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
.header-lft ul li.linkedin a {
    background-color: #047cb1;
    border-radius: 50%;
}
.header-lft ul li.facebook a {
    background-color: #3c5a99;
    border-radius: 50%;
}
.header-lft ul li.twitter a {
    background-color: #55acee;
    border-radius: 50%;
} 	 	

.header-lft ul li.google-plus a {
    background-color: #dd4b39;
    border-radius: 50%;
}
.header-lft ul li.pinterest a {
    background-color: #cc2026;
    border-radius: 50%;
}
.header-lft ul li.you-tube a {
    background-color: #cd201f;
    border-radius: 50%;
}
.main-navigation li {
    position: relative;
    display: inline-block;
}
.main-navigation ul {
    display: block;
}
.menu_sect {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    /*position: fixed;*/
    padding: 10px 0;
    background: #fff;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
    background: #FFF;

}

.sticky + .content {
  padding-top: 102px;
}
.main-navigation li {
    margin-left: 30px;
}
/*.main-navigation li:last-child {
    margin: 0;
}*/
.main-navigation li.current-menu-item a {
    color: #ff0000;
}
.main-navigation a {
        color: #1bb056;
    outline: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    
}

.main-navigation a:hover {
    color: #ff0000;
}
.cntsectabt a{
	
    padding: 8px 27px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-top: 30px;
    background: #133c55;
    color: #fff;
}
.cntsectabt a:hover {
    background: #587180;
    
}
.cntsectabt h2{
	font-size: 30px;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;

}

.cntsectabt h4{
	font-size: 23px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
	
}
.cntsectabt p{
	font-size: 15px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-shadow: 0 0 0;
	
}
.hme_abut {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.cont_srvs.text-center {
    width: 80%;
    margin: 0 auto;
}
.reptsect span {
    background: #133c55;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
}
.reptsect strong{
	width: 89%;
    display: inline-block;
    color: #000;
    font-weight: 400;
    float: right;
    text-shadow: 0 0;
}
.reptsect{
	list-style: none;
	padding: 0;
	margin: 0;
}

.cont_srvs h4{
	font-size: 30px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cont_srvs h2{
	font-size: 23px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 15px;
}
.cont_srvs p{
	font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 50px;
    text-shadow: 0 0;
}
ul.reptsect li {
    margin-bottom: 35px;
    display: inline-block;
        box-shadow: 0px 12px 80px -6px rgba(79,86,91,0.29);

}
.serv_hme {
    width: 100%;
    display: inline-block;
    background: #a5d7e6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.inner_sect img {
    width: 50% !important;
    margin: 0 auto;
}
.inner_sect.text-center {
   
    margin-bottom: 35px;
}
.testis_sect {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 50px;
    background: repeating-linear-gradient(45deg, #f3e9e9, transparent 100px);
    padding-top: 30px;
}
.testis_sect h3{
	    font-size: 23px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.testis_sect h2{
		font-size: 35px;
    color: #000;
   	font-family: 'Oswald', sans-serif;
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
.inner_sect h4{
      font-size: 14px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}
.inner_sect h5{
	font-size: 13px;
    color: #000;
    margin-top: 0;
    text-align: center;
}
.inner_sect p{
	    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 25px;
    text-shadow: 0 0;
}

.footer_top {
    width: 100%;
    display: inline-block;
    background: #082d36;
    padding-top: 80px;
    padding-bottom: 60px;
}
.footer_top h3 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0px 32px 0px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.footer_top ul li a {
    color: #fff;
    text-decoration: none;
    outline: none;
    
}
.footer_top ul li{
   margin-bottom: 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.footer_top ul{
    margin: 0px;
    display: inline-block;
    list-style: none;
    padding: 0;
}
.inrcont {
   background: #047c9c;
    padding: 25px 20px 25px 20px;
    text-align: center;
}
.inrimg {
   background: #FFF;
   padding: 10px 0 0;
    text-align: center;
}
/*.inrimg img {
    width: 21%;
}*/
.inrcont h2{
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0;
}
.doctoors ul.reptsect li{
	 -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.doctoors ul.reptsect li:hover{
	 -webkit-transform: scale(1.1);
  transform: scale(1.1);

}
.reptsect {
    list-style: none;
    /*width: 300px;
    height: 336px;*/
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.doctoors .reptsect{
 position: relative;
  float: left;
  width: 300px;
  height: 350px;
  margin: 0;
  padding: 0;
}	
.doctoors ul.reptsect li{
	box-shadow: inherit;
}
.doctoors .inrimg{
	    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.doctoors .reptsect{
 position: relative;
  float: left;
  width: 300px;
  height: 350px;
  margin:0;
  padding: 0;
	  
    /*-webkit-transform: translate(3em,0);
    -moz-transform: translate(3em,0);
    -o-transform: translate(3em,0);
    -ms-transform: translate(3em,0);
    transform: translate(3em,0);*/
}  

.reptsect{
 position: relative;
  float: left;
 /* width: 300px;
  height: 350px;*/
  margin: 0 0 0 25px;
  padding: 0;
	  
    /*-webkit-transform: translate(3em,0);
    -moz-transform: translate(3em,0);
    -o-transform: translate(3em,0);
    -ms-transform: translate(3em,0);
    transform: translate(3em,0);*/
}
.med-service a img:hover{
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.med-service a img{
	
    float: left;
 
    overflow: hidden;
    width: 100%;
    border: 1px solid #e4e8ec;
    box-shadow: -2px 4px 4px -1px #bbc5ce;
    -webkit-transition: all 600ms cubic-bezier(0.980, 0, 0.265, 1);
    -webkit-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -moz-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -o-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -webkit-transition-timing-function: cubic-bezier(0.980, 0, 0.265, 1);
    -webkit-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);

}
.inrcont p{
  font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px; 
    overflow: hidden;
    /*white-space: nowrap;*/
    width: 264px;
    text-overflow: ellipsis;
}
.inrimg.twosrv {
    background: #fff;
}
.inrimg.threesrv {
    background: #847d7d;
}

.blinner_sect{
	    box-shadow: 0px 12px 80px -6px rgba(79,86,91,0.29);

}
.contblg {
    padding: 15px;
    text-align: justify;
    background: #047c9c;
}
.contblg a{
   color: #fff;
   font-size: 1rem;
   font-weight: 600;
   text-decoration: none;
   display: block;
       margin-bottom: 10px;
       outline: none;
}
.contblg a:hover{
	color: #ff0000;
}
.contblg span{
   color: #4f72ad;
   font-size: 16px;
   font-weight: 600;
   text-decoration: none;
   display: block;
}
.contblg p{
   font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
}


.blog_hem {
    width: 100%;
    display: inline-block;
    background: #a5d7e6;
    padding-top: 40px;
    padding-bottom: 0;
    background-image: linear-gradient(180deg,#e3f0f4 0%,#ffffff 100%)!important;
    margin-top: 80px;
}

.blog_hem h2{
	font-size: 30px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Oswald', sans-serif;
}
.blog_hem h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 100px;
    background: #047c9c;
    text-align: center;
    margin: 20px auto 0;
}
.contact_form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #505050;
    padding: 0 15px;
    font-weight: 300;
    border-radius: 0;
    text-transform: uppercase;
    outline: none;
}
.contact_form textarea {
    width: 100%;
    line-height: 55px;
    font-size: 14px;
    color: #505050;
    padding: 0 15px;
    border-radius: 0;
    height: 180px;
    font-weight: 300;
    text-transform: uppercase;
    outline: none;
}
.contact_form input.wpcf7-form-control.wpcf7-submit {
    height: 48px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #000;
    line-height: 48px;
    text-decoration: none;
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 1px;
    width: auto;
    display: inline-block;
    padding: 0 41px;
    cursor: pointer;
}
.contact_form input.wpcf7-form-control.wpcf7-submit:hover{
background: #b1a4a4;
}
.contact_form label{
	width: 100%;
	margin-bottom: 15px;
}
.contact_form p{
	margin: 0;
}
.contact_form {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 50px;
}
.contact_form h1{
	font-size: 30px;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;
     text-align: center;
     margin: 0 0 40px;
 }

.cntsectabt.online a{
	padding: 8px 27px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-top: 30px;
    background: #133c55;
    color: #fff;
}
.cntsectabt.online a:hover {
    background: #587180;
}
form.search-form label{
    width: 100%;
}

form.search-form input.search-submit {
    display: none;
}
form.search-form input.search-field{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    outline: none;
}

.ret_sctonle li{
	margin-bottom: 30px;
	padding: 0;
}

ul.ret_sctonle {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.ret_sctonle h2{
	margin-top: 15px;
}

.oline_contfrm input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #505050;
    padding: 0 15px;
    font-weight: 300;
    border-radius: 0;
    text-transform: uppercase;
    outline: none;
}
.oline_contfrm label {
    width: 100%;
    margin-bottom: 15px;
}
.oline_contfrm textarea {
    width: 100%;
    line-height: 55px;
    font-size: 14px;
    color: #505050;
    padding: 0 15px;
    border-radius: 0;
    height: 120px;
    font-weight: 300;
    text-transform: uppercase;
    outline: none;
}
.oline_contfrm p {
    margin: 0;
}
.oline_contfrm input.wpcf7-form-control.wpcf7-submit:hover {
    background: #b1a4a4;
}
.oline_contfrm input.wpcf7-form-control.wpcf7-submit {
    height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #000;
    line-height: 40px;
    text-decoration: none;
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 1px;
    width: auto;
    display: inline-block;
    padding: 0 41px;
    cursor: pointer;
}

.contfromleft h3{
	font-size: 25px;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;
    margin: 15px 0 20px;
}

.contfromleft ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.contfromleft ul li{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	
}
.contfromleft li a{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
    color: #000;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-shadow: 0 0 0;
    text-decoration: none;
}
.testis_sect.specialities{
	    margin-top: 30px;
}

.footer_btum{
	background: #082d36;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid;
}

.footer_btum p{
	margin: 0;
	color: #fff;
	line-height: 40px;
    font-size: 18px;

}

.hme_abut.doctoors .one_sect {
    margin-bottom: 25px;
}
.cntsectabt {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.inrimg{
	background: #fff;
}
#home_bnnr_slider1 button.owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    margin: 5px;
    outline: none;
    border: 1px solid;
    color: #047c9c;
}
#home_bnnr_slider1 button.owl-dot.active{
	background: #000 !important;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    margin: 5px;
    outline: none;
}
#home_bnnr_slider1 .owl-dots {
    text-align: center;
    margin-top: 50px;
}
#home_bnnr_slider1 span{
	margin: 0;
}


ul.innercontt h2{
	font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
ul.innercontt li{
	width: 100%;
    list-style-type: none;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;
    font-size: 18px;
}
ul.innercontt li:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}
ul.innercontt p{
	 line-height: 30px;
}
.treatment {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
}

.recomned_host h3{
	font-size: 24px;
    color: #000;
    font-weight: 500;
        margin: 40px 0 25px;
}

.hospital-block {
    
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}
.contrecmd{
    background-color: #fff;
    padding: 15px 17px;
    border-radius: 0 0 4px 4px;
   
}
.imgrecmd {
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contrecmd p{
	margin: 0;
	font-size: 15px;
    color: #000;
    margin: 0;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contrecmd span{
	display: block;
    color: #979797;
    font-size: 12px;
}
strong.doctor_degree {
    font-weight: normal;
    font-size: 14px;
}

.treatment .recomned_host .rechading span{
	color: #047c9c;
}

.innercontt strong {
    font-weight: 500;
}
.imgrecmd.doctrmtn{
	padding: 0;
}

#home_bnnr_slider button.owl-prev {
    font-size: 35px !important;
    color: #fff !important;
    position: absolute;
    top: 30%;
    left: 0;
    outline: none;
    background: #082d36;
    width: 33px;
    height: 60px;
    border-radius: 0;
}
.banner img {
    width: 100%;
}

#home_bnnr_slider .owl-nav {
    display: block !important;
}

#home_bnnr_slider button.owl-next {
    font-size: 35px !important;
    color: #fff !important;
    position: absolute;
    top: 30%;
    right: 0;
    outline: none;
    background: #082d36;
    width: 33px;
    height: 60px;
    border-radius: 0;
}
ul.reptsect.how_it_works {
    margin: 0;
	margin-bottom:15px;
}
ul.reptsect.how_it_works li {
   float: left;
    overflow: hidden;
    width: 100%;
    box-shadow: -2px 4px 4px -1px #bbc5ce;
    -webkit-transition: all 600ms cubic-bezier(0.980, 0, 0.265, 1);
    -webkit-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -moz-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -o-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -webkit-transition-timing-function: cubic-bezier(0.980, 0, 0.265, 1);
    -webkit-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    margin-bottom: 0;
}

ul.reptsect.how_it_works li:hover{
	    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

form.example input[type=text] {
     padding: 10px;
    font-size: 17px;
    border: 0;
    float: left;
    width: 80%;
    background: #f1f1f1;
    border-top: 1px solid #3e9ab3;
    border-bottom: 1px solid #3e9ab3;
    border-left: 1px solid #3e9ab3;
    border-radius: 0;
    outline: none;
}

form.example button {
  float: left;
    width: 20%;
    padding: 14px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
    border-top: 1px solid #3e9ab3;
    border-right: 1px solid #3e9ab3;
    border-bottom: 1px solid #3e9ab3;
    border-radius: 0;
    outline: none;
}
form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
.sech {
    position: absolute;
    bottom: 2%;
    left: 49%;
    transform: translateY(-50%);
    box-shadow: 3px 2px 5px #2f93ad;
}
.banner_sect {
    position: relative;
}
input.wpcf7-form-control.wpcf7-file {
    line-height: normal;
    padding: 8px 15px;
}



.inner_sect a {
    color: #082d36;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	background-color: #20ab5c !important;
}

.logo img{
	max-width: 220px;
}

.speciality_main h3{
	font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 35px;
}
.speciality_main {
    margin-top: 50px;
}

.inr_box h4 strong{
	font-size: 18px;
	color: #fff;
}
.inr_box li {
    padding: 6px 10px;
    margin-bottom: 5px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
.inr_box h4 {
    font-size: 26px;
    background: #082d36;
    color: #fff !important;
    width: 100%;
}
.main-box.rpt_box {
    display: block;
}

.inr_box li a{
	color: #000;
    text-decoration: none;
    outline: none;
    font-size: 14px;
}

.mx_w {
padding: 45px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(32 7 7 / 10%);
    width: 100%;
    display: inline-block;
}

.rpt_box img{
	border-right: 5px solid #fff;
}
.sing_page strong {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
.sing_page p {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
 }
 .sing_page li {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
 }
 div#wpcs_tab_415{
 	border: 0 !important;
 }
.arch_section h2{
	    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 15px;
    
   
    font-size: 25px;
}

.sing_page {
    width: 100%;
    display: inline-block;
    margin: 50px 0px 50px;
}
.arch_section h1{
	text-align: center;
	  font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 40px;
    
   
    font-size: 35px;
}

.region-sidebar-first {
    margin-top: 7px;
}
#sidebar .block {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
#sidebar .block-menu .content ul {
    margin: 0;
    width: 100%;
    float: left;
    margin-top: 0;
}
#sidebar .block-menu .content ul li {
    list-style: none;
    float: left;
    padding: 0;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
}
#sidebar .block-menu .content ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    background: #fff;
}
#sidebar .block-menu .content ul li a {
    background-color: #eeeeee;
    border: 1px solid transparent;
    border-radius: 0;
    color: #000 !important;
    line-height: 1.42857;
    margin-right: 2px;
    padding: 12px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
}

 #sidebar .block-menu .content ul.menu li a::before, #sidebar .block-menu .content ul.menu li a.active::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #082d36;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 #sidebar .block-menu .content ul.menu li a:hover::before, #sidebar .block-menu .content ul.menu li a.active::before {
    right: 0;
    left: 0;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.procedure {
    margin-bottom: 26px;
}



.tab-content h2{
	font-size: 35px;
	color: #000;
	font-weight: 500;
}
.tab-content p{
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 1.6;
}

.tab_section{
	width: 100%;
	display: inline-block;
	margin-bottom: 80px;
	margin-top: 80px;
}
.lft_sect_tab {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: solid 1px #dee2e6!important;
    border-left: solid 1px #fff!important;
    border-right: none!important;
    border-radius: 0!important;
    font-size: 0.9375rem;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 0.625rem;
    columns: #b2b2b2;
    letter-spacing: 1px;
    color: #222;
    text-shadow: 0 1px #627199;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    background: linear-gradient(to right, #f9f9f9, #fff)!important;
    color: #00813e!important;
    position: relative;
    border-left: solid 1px #00813e!important;
}

.abt_batnn a {
    background: #082d36;
    padding: 12px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.our_serv_cont strong{
font-size: 17px;
    color: #000;
    line-height: 1.5;
    padding: 0 5px;
    font-family: 'Oswald', sans-serif;
}
.our_serv_cont p {
    font-size: 17px;
    color: #000;
    line-height: 1.6;
    box-shadow: 0 0 5px;
    padding: 50px 50px;
}
.our_serv_cont h3 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 0 35px;
}
.our_vision h3 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Oswald', sans-serif;
}
.our_vision h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 100px;
    background: #047c9c;
    text-align: center;
    margin: 20px auto 0;
}
.our_vision h4{
	font-size: 30px;
    color: #000;
    line-height: 30px;

    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}
.foter_fist_sect a {
    font-size: 18px;
    font-weight: 500;
}
.foter_fist_sect i.fas.fa-long-arrow-alt-right {
    vertical-align: middle;
}
/***********************************************************************************************/
@media screen and (max-width: 767px){
.col.l9.m9.s12{
	width: 100% !important;
}
#mg-wprm-wrap div.wpr_search{display: none;}

.main-navigation{display: none;}

.logo {text-align: left;}

html.wprmenu-body-fixed body {position: inherit !important;}

#mg-wprm-wrap li.menu-item a{border-bottom: 1px solid;}

html body div#wprmenu_bar {
    top: -15px;
    position: absolute;
    height: 28px;
    background: transparent;
    z-index: 999999;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin: 28px 0 0;
}
.menu_sect{
	padding: 10px 0;
}
#wprmenu_bar div.hamburger {margin-top: 0px;}

.contact_form{margin-top: 40px;}

.mapsect{margin-top: 30px;}

.header-top-bg ul li{font-size: 10px;margin-right: 7px;}
.header-rgt ul li a {margin-left: 5px;}
.header-lft ul li {margin-right: 0px;}

.hme_abut{margin-top: 24px;}

.cntsectabt {margin-top: 20px;}

.blog_hem{
	margin-top: 40px;
	padding-bottom: 50px;
}
.cntsectabt h2{
	font-size: 25px;
}
.cntsectabt p{
	font-size: 14px;
}
.inrcont h2{
	font-size: 25px;
}
.testis_sect h2{
	font-size: 25px;
}
.testis_sect{
	    margin-top: 40px;
}
.hme_abut.online_main {
    margin-top: 20px;
}
#home_bnnr_slider button.owl-prev{
	height: 60px ;
	top: 23%;
	font-size: 37px !important;
}
#home_bnnr_slider button.owl-next{
	top: 23%;
	font-size: 37px !important;
	height: 60px ;
}
form.example input[type=text]{
	width: 60%;
}
.sech{
	left: 12%;
    transform: inherit;
}
.col-md-3.col-sm-6.col-6.one_sect {
    margin-bottom: 30px;
}
.blinner_sect {
    margin-bottom: 30px;
}
.blog_hem.hospitals_pge .med-service > h4{
	font-size: 16px !important;
}
.med-service span{
	font-size: 14px !important;
}
.doctoors .reptsect{
	width: 100%;
	text-align: center;
}
.doctoors .inrimg{
	width: 100%;
}
.contact_sect{
	margin-bottom: 0;
}
.col-md-3.second-section-footer {
    padding-left: 15px !important;
}
.col-md-3.third-section-footer {
    padding-left: 15px !important;
}

html body div.wprm-overlay {
    background: transparent;
}
#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
    width: 100%;
    max-width: 100%;
}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right{
	top: 134px !important;
}
}
@media (max-width: 992px) and (min-width: 768px){
.sidebar {
    margin-top: 50px;
}	
.sidebar label{
	width: 100%;
}
.logo img {
    max-width: 155px;
}


}
@media (max-width: 899px) and (min-width: 768px){


.main-navigation li {
    margin-left: 10px;
}
.main-navigation a{
	font-size: 11px;
}
.header-rgt ul li{
	margin-right: 7px;  	
}
.header-rgt ul li a {
    margin-left: 6px;
    font-size: 10px;
}
.inrcont{
	    padding: 15px 10px 15px 10px;
}
.blog_hem h2{
	font-size: 25px;
}
.page-template-service .blog_hem{
	margin-top: 0;
}
.footer_top ul li a{
	font-size: 12px;
	line-height: 25px;
}
.footer_top p{
	font-size: 12px;
	line-height: 25px
}
.footer_top ul li{
	margin-bottom: 10px;
}
.main-navigation ul {
    display: flex;
    justify-content: space-between;
}

}

@media (max-width: 1023px) and (min-width: 900px){

.main-navigation ul {
    display: flex;
    justify-content: end;
}
.main-navigation li {
    margin-left: 10px;
}
.main-navigation a{
	font-size: 14px;
}
.header-rgt ul li{
	margin-right: 7px;  	
}
.header-rgt ul li a {
    margin-left: 6px;
    font-size: 12px;
}

}

@media (max-width: 1199px) and (min-width: 1024px){


.main-navigation li {
    margin-left: 18px;
}
.main-navigation a{
	font-size: 14px;
}
.header-rgt ul li{
	margin-right: 7px;  	
}
.header-rgt ul li a {
    margin-left: 6px;
    font-size: 12px;
}

}

@media (max-width: 1400px) and (min-width: 1200px){
.container{
	width: 90%
}
.main-navigation li {
    margin-left: 33px;
}

.ourserives {
    padding: 0px 55px 0px 0px;
}
.main-navigation a{
	font-size: 13px;
}

}
@media (max-width: 1600px) and (min-width: 1401px){

.ourserives {
    padding: 0px 55px 0px 0px;
}
.container{
	width: 90%
}

}


input.wpcf7-form-control.wpcf7-submit {
    background: #082d36 !important;
    border: none;
    padding: 14px 20px;
    color: #FFF;
    font-weight: bold;
}

/*.footer_top ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}*/

.social_media{

list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-flex !important;

}

.social_media li{
	padding: 5px !important;
}
.social_media ul li.linkedin a {
    background-color: #047cb1;
    border-radius: 50%;
}
.social_media ul li.facebook a {
    background-color: #3c5a99;
    border-radius: 50%;
}
.social_media ul li.twitter a {
    background-color: #55acee;
    border-radius: 50%;
} 	 	

.social_media ul li.google-plus a {
    background-color: #dd4b39;
    border-radius: 50%;
}
.social_media ul li.pinterest a {
    background-color: #cc2026;
    border-radius: 50%;
}
.social_media ul li.you-tube a {
    background-color: #cd201f;
    border-radius: 50%;
}

.md-form.mb-10 {
    margin: 15px 0px;
}

.form-deatils {
   padding: 13px 10px;
    background: #00aff0;
}

.form-deatils h3{
   font-size: 20px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 1px 0px 11px;
}


input:focus::placeholder {
  color: transparent;
}


/*********************/


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.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;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.cirlcle {
    display: block;
    width: 100%;
/*     border-radius: 50%;
    border: 2px solid #000; */
}
.med-service {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.med-service > a {
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e4e8ec;
    box-shadow: -2px 4px 4px -1px #bbc5ce;
    -webkit-transition: all 600ms cubic-bezier(0.980, 0, 0.265, 1);
    -webkit-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -moz-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -o-transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    transition: all 600ms cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -webkit-transition-timing-function: cubic-bezier(0.980, 0, 0.265, 1);
    -webkit-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.980, -0.550, 0.265, 1.550);
}

.med-service > h4 {
    color: #2d2d2d;
    float: left;
    font-size: 15px;
    margin: 0 0 5px;
    width: 100%;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.menu_sect.scrolled {
  /*background-color: #047c9c !important;
  transition: background-color 200ms linear;*/
}

.menu_sect.scrolled .nav-link {
  color:#555;
}

.testis_sect.specialities span {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 60px;
    color: #000;
}


.sticky{
	z-index: 99999;
	 box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}
.testis_sect h2:after {
    content: "";
    display: block;
    height: 4px;
    width: 100px;
    background: #047c9c;
    text-align: center;
    margin: 20px auto 0;
}
.oneeimg img{
	width: 49px;
}

.serv_hme {
    width: 100%;
    display: inline-block;
    background: #a5d7e6;
    padding-top: 70px;
    padding-bottom: 70px;
}
.cont_srvs h4:after {
    content: "";
    display: block;
    height: 4px;
    width: 150px;
    background: #047c9c;
    text-align: center;
    margin: 20px auto 0;
}

.footer_top p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	
}

.col-md-3.second-section-footer{
	padding-left: 8%;
}
.col-md-3.third-section-footer {
    padding-left: 6%;
}

.froth-section-footer ul li span {
    display: inline-block;
    color: #cacaca;
    vertical-align: top;
    text-align: center;
    margin-right: 10px;
}
.froth-section-footer ul li strong {
    width: 89%;
    display: inline-block;
    color: #cacaca;
    font-weight: 400;
    float: right;
}
.froth-section-footer ul li a strong:hover {
    color: #a98d54;
}
.footer_top ul li a {
    color: #fff;
    text-decoration: none;
    outline: none;
   
   font-size: 14px;
}

.testimonial_sect{
	width: 100%;
	display: inline-block;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}
.testimonial_sect h1{
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
#testimonial_slider img{
	width: 200px;
	height: 200px;
	border-radius: 100%;
    margin: 0 auto;
}

.testimonial_sect h2 {
    font-size: 25px;
    color: #000;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.testimonial_sect p{
	margin: 0;
	font-size: 14px;
	color: #FFF;
	padding: 10px 0;
}

.testimonial_sect span{
	margin: 0;
	font-size: 18px;
	color: #000;
	padding: 0;
}
.testimonial_sect h1:after{
	content: "";
    display: block;
    height: 4px;
    width: 150px;
    background: #047c9c;
    text-align: center;
    margin: 20px auto 0;
}
.footer_top h3:after{
	content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: #a81e00;
    margin-top: 15px;
}
.blinner_sect:hover{
	-webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.blinner_sect{
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.blog_hem.hospitals_pge{
	   background-image: inherit !important;
    background: transparent;
}

.med-service span{
	font-size: 16px;
	font-weight: 500;

}

.blog_hem.hospitals_pge .med-service > h4{
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_hem.hospitals_pge h2:after{
	content: "";
    display: block;
    height: 4px;
    width: 100px;
    background: #047c9c;
    text-align: center;
    margin: 20px auto 0;
}

.blog_hem.hospitals_pge .one_sect {
    margin-bottom: 30px;
}

.block {
    float: left;
    width: 100%;
    padding: 0px 0;
    position: relative;
}
.inbg {
    background: rgb(247, 245, 245);
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-style {
    float: left;
    margin-bottom: -50px;
    width: 100%;
}

.tip {
    display: table;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    background: #FFF;
}
.list-view .tip-meta {
    padding: 10px;
    /*width: 100px;*/
}
.tip-meta {
    display: table-cell;
    vertical-align: top;
    /*width: 54px;*/
}
.tip-meta > span {
    color: #626262;
    float: left;
    font-family: roboto;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    width: 100%;
}
.tip-meta > span img {
    display: inline-block;
    margin-bottom: 10px;
    width: 200px;
    height: 200px;
}
.service-title {
    display: table;
    position: relative;
}
.service-title h2 {
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
       padding: 15px 0;
}
.single-description:before {
    /*border-top: 4px double #000000;*/
    content: "";
    left: 0;
    position: absolute;
    top: 32px;
    width: 90px;
}
.single-description {
    float: left;
    margin-top: 10px;
    padding-left: 50px;
    position: relative;
    width: 100%;
        margin-bottom: 10%;
}
.sidebar .widget {
    margin-bottom: 60px;
    border: 2px solid #CCC;
    padding: 10px;
}
.widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.sidebar .widget-title {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
}
.widget-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #bf2e2e;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.why-choose {
    float: left;
    width: 100%;
}
.choose-box {
    display: table;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    width: 100%;
}
.choose-box:before {
    background: #f3f3f3;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.choose-inner {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.choose-inner > h4 {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
    text-transform: uppercase;
    width: 100%;
    background: #082d36;
    padding: 12px;
    border-radius: 10px;
}
.choose-inner > h4 a {
    color: inherit;
}
.doctor-list .heading14 {
    font-size: 20px;
    text-align: left;
    color: #082d36;
    font-family: roboto slab;
    font-weight: 600;
}
label {
    font-size: 0.8rem;
    color: #082d36;
}
.left-block {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}
ul.list-bdr {
    margin-right: 0;
}
li, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.list-bdr li {
    border-bottom: 1px dashed #dadada;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 7px 0;
        color: #082d36;
}
ul.list-bdr li label {
    margin: 0;
    vertical-align: middle;
    width: 95px;
    font-weight: 600;
    display: inline-block;
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
}
.row .col {
    padding: 0 15px;
}
.col.l3.m3.s12{
	width: 20%;
}
.col.l9.m9.s12{
    width: 80%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.tip-meta > span img {
    display: inline-block;
    margin-bottom: 10px;
    /*width: 130px;
    height: 130px;*/
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 10px #082d36;
}
.doctor-list {
    /*background: #fff;*/
    border-radius: 6px;
    clear: both;
    margin: 0 0 50px;
    padding: 10px;
    transition: all .3s linear 0s;
    color: #666;
}
.doctor-list .tip{
	padding:10px 5px !important;
}
.right-block {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-left: 23px;
}
.doctor-list .right-block .data-list li {
    display: inline-table;
}
.data-list li {
    padding: 0 0 8px;
    font-size: 12px;
    word-break: break-all;
}
.fa.pull-left {
    margin-right: .3em;
    font-size: 18px;
}
.fa.pull-left {
    margin-right: .3em;
}
.pull-left {
    float: left;
}
.mLeft20 {
    margin-left: 20px!important;
    text-transform: uppercase;
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.related.doctor {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    background: rgb(199 220 225 / 50%);
    margin-bottom: 0px;
}
.related.doctor img {
    border-radius: 100%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    object-fit: cover;
}

.related.doctor img{
	border-radius: 100%;
}

.related.doctor h1{
	font-size: 35px;
    color: #000;
   	font-family: 'Oswald', sans-serif;
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: capitalize;
	
}
.related.doctor h1:after{
	content: "";
    display: block;
    height: 3px;
    width: 100px;
    background: #047c9c;
    text-align: center;
    margin: 20px auto 0;
}

.related.doctor p{
	text-align: center;
	font-size: 17px;
	color: #000;
}
.innerbutmdet ul{
   list-style: disc !important;
   margin: 0;
   padding: 0;
}
.innerbutmdet ul li{
	list-style: disc !important;
}
.innerbutmdet ul li{
   
   margin: 0;
   padding: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.innerbutmdet h2{
	color: #2d2d2d;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    padding: 15px 0;
}
.innerbutmdet {
    padding-left: 15px;
}

ul.innercontt h2:after {
    content: "";
    display: block;
    height: 4px;
    width: 130px;
    background: #047c9c;
    text-align: center;
    margin: 12px 0;
}
div#related_slider h2{
	text-align: center;
	margin: 30px 0 10px;
	font-size: 20px;
    font-weight: 600;
}
.profle_sect ul li {
    list-style: none;
	  display: list-item;
	  margin-left: 20px;
}

.profle_sect ul li:before {
    content: "";
	  border: 3px #333 solid !important;
	  border-radius: 50px;
	  margin-top: 10px;
	  margin-left: -15px;
	  position: absolute;
}
.profle_sect ul li{
   line-height: 25px;
    margin-bottom: 8px;
    font-size: 14px;
	
   
}
.single-description.profle_sect p{
	/*font-size: 18px;*/
	/*font-weight: 500;*/
	margin: 0;
	line-height: 30px;
}

.innerbutmdet:before {
    /*border-top: 4px double #000000;*/
    content: "";
    left: 0;
    position: absolute;
    top: 32px;
    width: 90px;
}

.innerbutmdet {
    /*padding-left: 12%;*/
    position: relative;
}

.abtsectcnt {
	text-align: inherit;
}

.abtsectcnt h2 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.details {
	display: inline-block;
	width: 100%;
	padding-top: 70px;
}
.testis_sect h2{
	margin-bottom: 34px;
}



.addrs_sec_main {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.addrs_sec_main li {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.icon-left {
    width: 9%;
    float: left;
    font-size: 24px;
    margin-top: -5px;
}
.cont-right {
    width: 90%;
    float: left;
}
.cont-right h5 {
    font-size: 19px;
    color: #3a3a3c;
   
    text-decoration: none;
}
.cont-right p {
    font-size: 18px;
    color: #565656;
  
    margin: 0;
}
.cont-right p a {
    font-size: 18px;
    color: #565656;
   
    text-decoration: none;
    outline: none;
}
.contact_sect h1{
	color: #000;
	margin: 0 0 50px;
	font-size: 30px;
    font-weight: 500;
}
.contact_sect{
	margin-top: 50px;
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
}

.contact_sect .contact-social {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}

.contact_sect .contact-social h5 {
	font-size: 19px;
	color: #3a3a3c;
	margin-bottom: 15px;
}

.contact_sect .social_media li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-radius: 50%;
}

.contact_sect .social_media li a i {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}

.contact_sect .social_media li.facebook a {
	background-color: #3c5a99;
}

.contact_sect .social_media li.twitter a {
	background-color: #55acee;
}

.contact_sect .social_media li.you-tube a {
	background-color: #cd201f;
}

.contact_sect .social_media li.linkedin a {
	background-color: #047cb1;
}

.mapsect iframe{
	width: 100%;
}

.mapsect{
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}
.cont_from input {
    width: 100%;
    line-height: 55px;
    font-size: 17px;
    color: #000;
    padding: 0 15px;
    outline: none;
    border-radius: 0;
    border: 1px solid #3a3a3c;
}
.cont_from textarea {
    width: 100%;
    line-height: 55px;
    font-size: 17px;
      outline: none;
    color: #000;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #3a3a3c;
    height: 204px;
}
.cont_from label{
	width: 100%;

}
.cont_from input.wpcf7-form-control.wpcf7-submit:hover {
    background: #dd2616;
    outline: none;
}
.cont_from input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    font-size: 19px;
    background: #133c55;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0 34px;
}
.cont-right p a:hover{
	color: #dd2616;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 15px;
}
textarea{
	font-size: 15px;
}



a.mini {
    font-size: 14px;
}

a.whatsapp-hover {
    z-index: 999999;
}
.whatsapp-hover {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 1;
}

@media (min-width: 768px){
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
    width: 335px;
    text-align: left;
    background: #222222;
    padding: 0px 20px;
}
.main-navigation ul .sub-menu li {
    margin: 0;
    border-bottom: solid 1px #353535;
}
.main-navigation ul .sub-menu li a {
    padding: 5px;
    color: #fff;
}
.main-navigation ul ul a {
    width: 290px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}




}


@media (max-width: 767px){


.header-top-bg
{
display: block;
	}
	ul.social_media {
    float: left;
}
.logo img {
    max-width: 180px;
}

}


.row.pad-b {
    padding: 0px 0px 20px;
    margin-bottom: 30px;
}

.abtst {padding: 20px;}

p {
    line-height: 22px;
}
i.fa.fa-eye {
    
    font-size: 25px;
    color: #047c9c;
}

.icon-wrap {
    text-align: center;
}

i.fa.fa-lightbulb {
    font-size: 25px;
    color: #047c9c;
}

.information {
    float: left;
    width: 100%;
}

.modern-title {
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.list, .widget ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.list > li, .widget ul li {
    float: left;
    font-family: roboto;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}

.list > li:before, .widget ul li:before {
    /*content: "fa fa-angle-double-right";
    font-family: fontawesome;*/
    left: 0;
    line-height: 25px;
    position: absolute;
    top: 0;
    width: 20px;
}

.mockup.overlap2 {
    float: none;
    margin: 0 50px;
    width: auto;
}
.mockup > img {
    max-width: 100%;
}

.modern-title > h2 {
    float: left;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    width: 100%;
}

/**********Progress bar**********/


 .progress-bar1 {
  height: 100px;

    margin-left: 32%;
}
 .aveprogress{text-align:center; font-size:17px; font-weight:600;}
.progress-bar1 div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
 
.progress-bar1 div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 75px;
  height: 80px;
  width: 80px;
  left: 10px;
  top: 11px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
 
 .bcolor{background:#047c9c;}
.progress-bar1 .background { background-color: #047c9c; }
 
.progress-bar1 .rotate {
  clip: rect(0 50px 100px 0);
  background-color: #047c9c;
}
 
.progress-bar1 .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #047c9c;
}
 
.progress-bar1 .right {
  clip: rect(0 50px 100px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #047c9c;
}
 
@keyframes
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}  

.txtcenter{text-align:center; display:block;}



.maincard {
    position: relative;
    width: 350px;
    height: 400px;
	background: #047c9c;
	border: 1px solid #eee;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    padding: 10px;
	border-radius: 10px;
    margin-bottom:15px;
}

.thecard {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.8s ease
		
}

.thecard:hover {
    transform: rotateY(180deg)
}

.thefront {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #047c9c;
    color: #fff;
    cursor: pointer;
    
}

.theback {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: hidden;
    background: #047c9c;
    color: #fff;
    border-radius: 10px;
    transform: rotateY(180deg);
    
}

.user_name {
    color: #eee;
    font-size: 10px;
    margin-top: 0px
}

.about {
    font-size: 12px
}

.icon-wrap p {
    font-weight: bold;
}

input:focus::placeholder {
  color: transparent;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

.example-two:focus::-webkit-input-placeholder {
  transition: text-indent 0.5s 0.5s ease; 
  text-indent: -100%;
  opacity: 1;
}

.widget-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #082d36;
}


.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    text-align: center;
    margin: 0px auto;
    
}

a.page-numbers {
 padding: 15px;
    margin: 6px;
    text-align: center;
    border: 1px solid;
    background: #082d36;
    color: #fff;
    border-radius: 5px;
}

span.page-numbers.current {
    padding: 15px;
    margin: 6px;
    text-align: center;
    border: 1px solid;
    background: #1aaf5b;
    color: #fff;
    border-radius: 5px;
}
a.page-numbers:hover{
	background: #1aaf5b;
}

input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #047c9c !important;
    border: 1px solid #ddd;
    color: #fff !important;
    font-size: 20px;
    padding: 10px 15px;
    margin: 0px auto;
    text-align: center;
    border-radius: 10px;
}

.pagination_doctor {
    text-align: center;
    padding: 10px;
}


.pagination_hospital {
    width: 100%;
    text-align: center;
}


.cont_from {
    padding: 0px 40px;
}


.sticky {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #FFF;
}


form.search-form {
    text-align: center;
    margin-bottom: 20px;
}


.testis_sect h1 {
	font-size: 35px;
    color: #000;
   	font-family: 'Oswald', sans-serif;
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
}

.testis_sect h2 {
	font-size: 35px;
    color: #000;
   	font-family: 'Oswald', sans-serif;
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
}
.reptsect{
	
	float:none !important;
}
/* custom css */
.main-navigation li.current-menu-item a,
.main-navigation a:hover{
	
	color:#1bb056 !important;
}
#wpcs_close_slider_415 img{
	background: #082d36;
}
.testis_sect.specialities {
    margin-top: 30px;
    background: #a5d7e6;
    padding-top: 40px;
    padding-bottom: 0;
    background-image: linear-gradient(180deg,#e3f0f4 50%,#ffffff 100%)!important;
}
div#related_slider h2 a{
	color: #082d36;
}
marquee {
    font-family: 'Oswald', sans-serif;
}

.rept_section_s {
    margin-top: 15px;
}
.related.doctor img{
	box-shadow: 0 0 7px;
}





@media screen and (min-width: 768px){
	.main-navigation ul li:hover > ul, 
	.main-navigation ul li:focus > ul{
		width:290px !important;
		background-color:#f8f8f8 !important;
		padding: 0 10px !important;
			border-bottom:1px solid #ddd;
	}
	.main-navigation ul .sub-menu li {
     border-bottom: none;
}
	.main-navigation ul .sub-menu li a {
    color: #333 !important;
	
   }
}
@media screen and (max-width: 767px){
.col.l3.m3.s12 {
    width: 41%;
}
.sidebar {
    margin-top: 50px;
}	
.sidebar label{
	width: 100%;
}
html{
		padding-top:0 !important;
}
	#mg-wprm-wrap{
		background-color:#133c55 !important;
	}
.wprmenu_bar .hamburger:hover .hamburger-inner, .wprmenu_bar .hamburger:hover .hamburger-inner::before, .wprmenu_bar .hamburger:hover .hamburger-inner::after {
    background: #000 !important;
}
	.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
    background: #000 !important;
}	
.cbp-spmenu-push-toright {
    left: auto !important;
}
html body div#wprmenu_bar {
	top: 55px;
    display: inline-flex;
    width: 20%;
    left: calc(100% - 15%);
	
}
.cbp-spmenu{
	position: absolute;
}
	.wprmenu_bar .hamburger {
    float: right !important;
}
	#wprmenu_bar .menu_title {
    
    display: none;
}
.profile{
	margin-top: 40px;
    margin-bottom: 40px;
}
/*	body.admin-bar #wprmenu_bar {
    top:50% !important;
	transform:translateY(-50%) !important;
}
	body.admin-bar #wprmenu_bar.active{
   top: 10% !important;
    transform: translate(-50% , -50%) !important;
    left: 75%;
}*/
}
/*custom css*/
.doctor-list .mLeft20{
	display:flex;
}
@media (max-width:520px){
	.doctor-list .tip-meta
	{
		
		display:block;
		width:100%;
	}
	.doctor-list .tip-meta > span{
		display:flex;
		justify-content:center;
		
	}
	.doctor-list .mobile-res{
		
	   display:flex;
		flex-flow:column wrap;
		width:100% !important;
		
	}
	.doctor-list .mobile-res .left-block{
		width:100%;
		
	}
	.doctor-list .mobile-res .right-block{
		width:100%;
		padding:10px 0;
		
	}
	.inner_sect a{
		font-size: 12px;
	}
	
	
	
}


.cta-100 {
  margin-top: 10px;
/*  padding-left: 8%;*/
/*  padding-top: 7%;*/
}


.white {
  color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: #708198 !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 100px;
}

.blog .carousel-indicators {
  left: 0;
  top: -50px;
  height: 50%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #0fc9af;
}




.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  border: 1px solid #dadada;
  text-align: center;
  z-index: 4;
  padding: 20px;
  padding-bottom: 60px;
}

.med-service h4 a{
	color: #082d36;
	font-size: 16px;
}
.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    color: #000;
}
.profile {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 60px;
}
.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 0 18px;
    float: left;
    margin-top: 10px;
    background: #082d36 !important;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}

.card {
	margin: 0 auto;
	border: none;
}
.card .carousel-item {
	min-height: 190px;
}
.card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: #3d3d3d;
	border: 1px solid #ccc;
	min-height:175px;
	padding: 15px;
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.card .carousel-caption .col-sm-9 {
	text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #cd3a54;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.carousel-control-prev {
	left: 40%;
	top: 110%;
}
.carousel-control-next {
	right: 40%;
	top: 110%;
}
.midline {
    display: block;
    height: 4px;
    width: 100px;
    background: #047c9c;
    text-align: center;
    margin: 20px auto 30px;
}
.carousel-caption h2 {
	font-size: 14px;
}
.carousel-caption h2 span {
	color: #cd3a54;
}
 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
.ourserives {
    padding: 0px 20px 0px 20px;
}

}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}

.ourserives {
    padding: 0px 20px 0px 20px;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
.ourserives {
    padding: 0px 20px 0px 20px;
}

}


.inner_sect.text-center {
    border: 1px solid #103a52;
    padding: 30px;
}

.profile h2 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.profile p {
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.9;
     text-align: justify;
}
.what_section h2{
	    font-family: 'Oswald', sans-serif;
    color: #000;
    text-transform: capitalize;
}


.smt{
	text-align: center;
}
.wpcf7-spinner{
	position: absolute;
}
/* div#wpcs_tab_415 {
    border: '0' !important;
    border-bottom: none;
    cursor: pointer;
    width: 170px;
    height: 34px;
    overflow: hidden;
    background: #75a52d !important;
    color: #ffffff;
    padding: 2px 0px 2px 0px;
    position: fixed;
    top: 200px;
    right: -68px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 18px;
} */
div#wpcs_content_inner_415{
	background-color: #ccc !important;
	border: 0 !important;
}
div#wpcs_content_main_415 {
    background-color: #ccc !important;
    box-shadow: 0 0 5px #ccc;
    border: 0;
}
.med-service a img{
	height: 200px;
}
.specialistes-box-col-1, .specialistes-box-col-2, .specialistes-box-col-3 {
    width: 31.3%;
    float: left;
    margin-right: 20px;
}

.profile h5 {
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    text-align: justify;
}

/*.ourserives {
    padding: 0px 55px 0px 0px;
}*/

.banner-form h1 {
    FONT-SIZE: 30px;
}

.ourserives h3
{
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.9;
   font-size: 17px;

}

.hospital-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.speciality-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    gap: 10px;           /* removes extra spacing */
}

.speciality-box:hover {
    box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.speciality-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;  /* circular image */
}

.speciality-content {
    padding-left: 0px;  /* remove spacing */
    margin-left: 0;
}

.speciality-content .title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.speciality-content .sub {
    margin: 0;
    font-size: 14px;
    color: #444;
}

.with-arrow {
    position: relative;
    padding-right: 18px;   /* space for arrow */
    display: inline-block;
}

.with-arrow::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #000;   /* change color if needed */
    font-weight: 600;
    transition: 0.3s;
}

.speciality-box a:hover .with-arrow::after {
    right: -3px;   /* slight movement on hover */
}


.banner_sect {
    position: relative;
}

.banner-slide img {
    width: 100%;
    height: 450px;       /* change as needed */
    object-fit: cover;
}

/* Form box on banner */
.banner-form {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 350px;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.banner-form h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

.banner-form input,
.banner-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.banner-form button {
    width: 100%;
    padding: 12px;
    background: #0073e6;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.banner-form button:hover {
    background: #005bb5;
}

.d-listrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.d-listrow .list-d {
    width: 100%;
}

    .list-d h3 {
        font-size: 22px;
    }

.list-d ul {
    padding-left: 1rem !important;
}

.doc-dd ul li {
        font-size: 15px;
        line-height: 25px;
    }
.list-d ul li {
/*     list-style: disc; */
    color: #101010;
    padding-top: 10px;
    /* text-transform: capitalize; */
    font-size: 16px;
}
.profle_sect ul li {
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 16px;
}

@media (max-width: 767px) {
	
	
.banner-form { 
    right: 6px;    
  }
	
	
}

.banner {
    height: 500px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 991px) {
    .hospital-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .hospital-grid {
        grid-template-columns: 1fr;
    }
}
