/*!
Theme Name: wptheme
Theme URI: http://underscores.me/
Author: Mohd
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wptheme
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 with others.

wptheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	margin :0 !important;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    /*font-size: 1rem;*/
    line-height: 1.5;
    font-weight: 500;
}

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: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #191919;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #191919;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #191919;
}
:-moz-placeholder { /* Firefox 18- */
  color: #191919;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}*/

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.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;
	    background: #8ab825;
}

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

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

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

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

.main-navigation li {
	float: left;
	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: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Custome CSS
--------------------------------------------------------------*/
html,
body {
    min-height: 100%;
}

.bg_wrapper {
    padding: 0 10px;
}

body,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    line-height: 31px;
    /*overflow-x: hidden;*/
}

a {
    text-decoration: none;
    color: #df5b18
}

a:hover,
a:focus,
a:active {
    color: #0d2c4e;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

p {
    margin: 0 0 18px;
}


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;
    padding: 3px 6px;
    width: 100%;
    height: 40px;
}

textarea {
    height: 120px;
}

select {
    border: 1px solid #ccc;
    width: 100%;
    height: 37px;
    color: #666;
}

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;
    outline: none;
}

textarea {
    width: 100%;
    padding: 0;
    border-radius: 5px;
}

ul,
ol {
    margin-left: 0;
}

label.error {
    color: #f00;
    font-size: 1em;
    font-weight: normal
}


.outer-wrapper .gap-70{
	padding: 70px 0;
}
.outer-wrapper .gap-30{
	padding: 30px 0;
}
.outer-wrapper .upper-nav {
    background: #171919;
    color: #fff;
    padding: 10px 0;
}
.outer-wrapper .upper-nav p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0;
}
.outer-wrapper .upper-nav p .fa {
	padding-right: 20px;
}
.upper-nav .fa, .upper-nav span {
    color: #93c524;
}
.mail-us a {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    display: block;
}
.mail-us a .fa{
	padding-right: 20px;
}
.call-us {
    float: left;
    width: 100%;
    border-left: 1px solid #d8d8d8;
    padding-left: 15px;
}
.call-us .img-left {
    float: left;
    width: 15%;
}
.content-right {
    float: right;
    width: 84%;
    font-size: 13px;
    line-height: 22px;
    color: #1b1b1b;
    padding-left: 12px;
    font-weight: 400;
}
.content-right span {
    font-size: 20px;
    font-weight: 700;
    display: block; 
}
.content-right span a{	   
    color: #1b1b1b;
}
.middle-nav {
    padding: 35px 0;
}
.gradient-bg{
	background-image: linear-gradient(to right, #39b7a0, #2cb894, #27b885, #2db874, #39b760) !important;

}

.site-header{
	background: #93c524;
}

.bool-appointment{text-align: right;}

.bool-appointment a {

    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 30px;
    text-align: center;

}
.upper-nav-l #site-navigation {

    background: #93c524;

}
.outer-wrapper .main-navigation  {
    padding: 13px 20px;

}
.upper-nav-l {

    float: left;
    width: 75%;

}
.search-sec {

    float: right;
    width: 25%;

}
.outer-wrapper .main-navigation li{
	position: relative;
}

.outer-wrapper .header-wrp {
    float: left;
	width: 100%;
}
.outer-wrapper .main-navigation a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin-right: 10px;
    padding: 7px 20px;

}
.upper-nav-l ul.menu > li.current_page_item > a, .upper-nav-l ul.menu > li > a:hover {
    background: #fff;
    border-radius: 20px;
    color: #93c524 !important;
}


.mega-menu > .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #32b899;
    display: block;
    position: absolute;
    top: 34px;
    border-radius: 3px;
    left: 0;
    z-index: 999;
    width: 610px;
    display: none;
    padding: 10px 30px;
    list-style: disc;
    color: #fff;
}

.mega-menu > .sub-menu li a{
	padding: 0;
	font-weight:normal;
}

.mega-menu:hover > .sub-menu {
	display: block;
}


.mega-menu > .sub-menu > li {
    float: left;
    width: 33.33%;
}


.outer-wrapper .search-sec {
	position: relative;
}
.outer-wrapper .search-sec .search-field {
    height: 62px;
    border: none;
    background: #8ab825;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 45px;
}
.search-sec .search-submit {

    background: rgba(0, 0, 0, 0) url(images/search_icon.png) no-repeat;
    height: 28px;
    width: 28px;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    text-indent: -998px;
    border: none;

}
.outer-wrapper .search-sec .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 14px;
  line-height: 62px;
  font-weight: 700;
  opacity: 1;
}
.outer-wrapper .search-sec .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 14px;
  line-height: 62px;
  font-weight: 700;
  opacity: 1;
}
.outer-wrapper .search-sec .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 14px;
  line-height: 62px;
  font-weight: 700;
  opacity: 1;
}
.outer-wrapper .search-sec .search-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 14px;
  line-height: 62px;
  font-weight: 700;
  opacity: 1;
}
.top-slider {

    float: left;
    width: 100%;
    position: relative;

}
.top-slider .container {
    position: relative;
}
.top-slider figure {
	margin-top: 0;
    position: relative;
}


.top-slider figure img{
	/*min-width: 1600px;*/
}

.top-slider figure figcaption {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.top-slider figure .banner-caption {

    position: absolute;
    right: 0;
    max-width: 610px;
    width: 100%;
    bottom: 50px;

}
.top-slider figure .banner-caption h1 {

    color: #fff;
    font-size: 54px;
    font-weight: 300;
    margin-bottom: 10px;

}
.top-slider figure .banner-caption p {

    color: #fff;
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;

}
.banner-slider .owl-nav, .banner-slider .owl-dots {

    display: none;

} 
.apointment-frm {
    max-width: 360px;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    font-size: 14px;
}


.sidebar-frm .apointment-frm{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.banner-frm {
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 9;
    width: 100%;
}
.form-heading {

    border-radius: 20px 20px 0 0;

}
.apointment-frm h2 {
    color: #fff !important;
    text-align: center;
    margin-top: 0;
    padding: 15px 22px;
    font-weight: 700;
    font-size: 25px !important;
    line-height: 33px !important;
    position: static !important;
    text-transform: uppercase;
}
.form-wrp {
    padding: 10px 10px;

}


.enqform label{
    display: block;
    line-height: 1.5;
    font-weight: normal;
}

.banner-frm .enqform .row{
	margin: 0 -6px;
}

.banner-frm .enqform [class*=col-]{
	padding: 0 6px;
}


.banner-frm .wpcf7-submit {
    width: 200px;
    height: 52px;
    right: 0;
    left: 0;
    margin: auto;
    border: none !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    position: relative;
    margin-bottom: -30px;
    bottom: -34px;
}
.banner-frm .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.banner-frm .wpcf7-form-control-wrap.Name::after {
    background-image: url(images/user-icon.png);
    position: absolute;
    content: "";
    right: 10px;
    top: 12px;
    height: 14px;
    width: 12px;
}
.banner-frm .wpcf7-form-control-wrap.Email::after {
    background-image: url(images/mail-icon.png);
    position: absolute;
    content: "";
    right: 10px;
    top: 12px;
    height: 14px;
    width: 16px;
}
.banner-frm .wpcf7-form-control-wrap.Number::after {
    background-image: url(images/call-icon.png);
    position: absolute;
    content: "";
    right: 10px;
    top: 12px;
    height: 14px;
    width: 16px;
}
.banner-frm .wpcf7-form-control-wrap.Textarea::after {
    background-image: url(images/message-icon.png);
    position: absolute;
    content: "";
    right: 10px;
    top: 12px;
    height: 14px;
    width: 16px;
}
.banner-frm textarea.form-control {
    height: 100px;
    background: #f4f4f4;
    border: none;
    border-radius: 5px;
}
.banner-frm input {
    background: #f4f4f4;
    border: none;
    border-radius: 5px;
    overflow: visible;
}
.about-sec{
	float: left;
	width: 100%;
}
.about-sec h3 {

    color: #93c524;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
    text-align: center;

}
.about-sec h2 {

    color: #2c2c2c;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    position: relative;
    text-align: center;

}
.about-sec h2:after{
	position: absolute;
	content: "";
	background: #93c524;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	width: 50px;
	z-index: 99;
}
.about-img-sec h2:after{
	left: 0;
	margin: unset;
}
.about-img-sec h2 {

    text-align: left ;

}
.about-img-sec h3 {

    text-align: left;

}
.about-img-sec img {

    margin-top: 20px;

}
.about-sec p {

    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

}
.about-sec p span{
	color: #39b760;
	font-weight: 700;
}
.athor-comment img {

    position: absolute;
    display: block;
    right: 0;
    top: 10px;

}
.athor-comment {

    padding-right: 75px;
    position: relative;

}
.athor-comment h4 {

    color: #000;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    font-weight: 700;

}
.athor-comment p {

    color: #000;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    opacity: 0.6;
    text-align: right;

}
.our-service{
	padding-top: 70px;
}
.gray-bg {

    background: #f4f4f4;

}
.patient-services {
    background: #fff;
    padding: 20px 60px;
    margin-top: 50px;
    margin-bottom: -125px;

}


.owl-carousel.patient-services .owl-stage{
    display: flex;
    padding-bottom: 50px;
}
.owl-carousel.patient-services .owl-stage .item{
	background: #f4f4f4;
	height: 100%;
}

.owl-carousel.patient-services .owl-nav button{
	position: absolute;
	top: 50%;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: #93c524;
	color: #fff;
	font-size: 40px;
	outline: 0 !important
}

.owl-carousel.patient-services .owl-nav button span{
    position: relative;
    top: -3px;
}


.owl-carousel.patient-services .owl-nav button.owl-prev{left: 0;}
.owl-carousel.patient-services .owl-nav button.owl-next{right: 0;}


.card-caption {
	text-align: center;
    background: #f4f4f4;
    padding: 20px;

}
.card-caption h3 {

    color: #39b7a0;
    font-size: 22px;
    line-height: 23px;
    padding: 0 0 20px 0;

}
.card-caption p {

    font-size: 14px !important;
    color: #010101 !important;
    line-height: 26px !important;

}

.card-caption img {

    width: auto !important;

}
.card-caption span {

    position: absolute;
    display: block;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    width: 40px;

}
.patient-service .owl-dots {

    display: none;

}
.more-info {

    
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    width: 150px;
    display: block;
    text-align: center;
    position: absolute;
    height: 0px;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 20px;
    transition: 0.5s;

}
.card-img:hover .more-info{
	height: 40px;
	padding: 10px;
}
.patient-service.owl-theme .owl-nav .owl-next{background: transparent url("images/frwd-icon.png") no-repeat scroll 0% 0px;position:absolute;right:0px;top:37%;height: 50px; outline: none;}
.patient-service.owl-theme .owl-nav .owl-prev{background:transparent url("images/recwd-icon.png") no-repeat scroll 0% 0px;left:0px;position:absolute;top:37%;height: 50px; outline: none;}
.patient-service.owl-theme .owl-nav .owl-next:hover{background:transparent url("images/frwd-icon.png") no-repeat scroll 0% 0px;}
.patient-service.owl-theme .owl-nav .owl-prev:hover{background:transparent url("images/recwd-icon.png") no-repeat scroll 0% 0px;}
.patient-service.owl-theme .owl-dots .owl-dot{display:none;}
.patient-service.owl-theme .owl-nav [class*="owl-"]{color:transparent;padding:0px 22px !important;}
.patient-service.owl-theme .owl-nav [class*="owl-"]:hover{color:transparent;}
.patient-service.owl-theme .owl-nav .disabled{opacity:0;}
.patient-service.owl-carousel .owl-stage-outer{padding-bottom:20px;}

.top-gap-30 {
    padding-top: 30px;
}
.our-practice {
    margin-top: 115px;
}
.about-img-sec .more-info {

    
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 20px;
    position: relative;
    height: 40px;

}
.about-img-sec {

    float: left;
    width: 100%;

}
.left-info {

/*    float: left;
    width: 90%;*/
    position: relative;

}
/* .left-info::after {
    position: absolute;
    background: url('images/testimonial-icon.png') no-repeat;
    content: "";
    width: 183px;
    height: 146px;
    left: -112px;
    top: 0;
} */
.right-btn {
float: right;
    margin-top: 20px;
}
.client-feedback {
    float: left;
    width: 100%;
    margin-top: 0;

}




.feedback-cards .feedcontent {
    text-align: center;
    position: relative;
}
.feedback-cards .feedcontent::after {
    position: absolute;
    background: url('images/testimonial-icon-small.png') no-repeat;
    content: "";
    width: 29px;
    height: 22px;
    left: 0px;
    top: -15px;
}
.feedback-cards h3 {
	color: #39b79b;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
    margin-bottom: 20px;
}
.feedback-cards {
    margin-bottom: 27px;
    background: #fff;
    padding: 20px;
    position: relative;

}
.feedback-cards::after{
	position: absolute;
	content: "";
	background: #93c524;
	width: 50%;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	transition: 0.5s;
}
.feedback-cards:hover::after{
	width: 100%;
	transition: 0.5s;
}

.testbgbox {
    background: url(images/quote-icon.png) 0 0 no-repeat;
    padding: 40px 0 40px 140px;
    margin-left: -155px;
    position: relative;
    right: 0;
    width: auto;
    float: none;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.client-details {

    position: absolute;
    display: block;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    width: 70px;
    z-index: 9;

}
.client-details img {

    width: auto !important;
    display: inline-block !important;

}

.client-feedback .owl-nav, .client-feedback .owl-dots{
	display: none;
}
.map{
	float: left;
	width: 100%;
}
.emegency-appointment {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.Emr_apnt_heading {
    float: left;
    width: 80%;
}
.Emr_apnt_heading h2 {
    color: #fff;
    position: relative;
    padding-left: 75px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}
.Emr_apnt_heading h2:after{
	position: absolute;
	background: url('images/emergency-icon.png') no-repeat;
	content:"";
	width: 66px;
	height: 44px;
	left: 0;
}
.Emr_apnt_heading p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
    width: 80%;
}
.make-appointment-btn {
    float: right;
    width: 18%;
    margin-top: 39px;
	margin-left: 20px;
}
.make-appointment-btn a {

    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    border: 2px solid;
    padding: 10px;
    border-radius: 22px;
    display: block;
    text-align: center;

}
.site-footer {
    background: #171919;
    padding: 50px 0;
	color: rgba(255,255,255,0.6)
}


.site-footer a{
	color: rgba(255,255,255,0.6)
}

.site-footer a:hover{
	color: rgba(255,255,255,1)
}

.footer-menu-list ul {
    padding: 0;
}
.footer-menu-list li {
    list-style-type: none;    

}
.footer-menu-list li a {

    font-size: 14px;
    line-height: 34px;

}
.footer-menu-list h2 {

    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    margin-bottom: 40px;

}
.footer-menu-list h2:after{
	position: absolute;
	content: "";
	background: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	bottom: -10px;
}
.footer-menu-list p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-left: 55px;
}
.footer-menu-list p img {

    position: absolute;
    left: 0;

}
.footer-menu-list p a {
    display: block;
}
.dayz {

    width: 40%;
    display: inline-block;

}
.timing {

    width: 50%;
    display: inline-block;

}
.copy-right {

    background: #93c524;
    float: left;
    width: 100%;
    padding: 15px 0;

}
.copy-right p{

    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin:0;

}
.copy-right a{
	color: #fff !important
}

.banner-section {
    background: rgba(0, 0, 0, 0) url(images/parctice-bnner.jpg) no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
    float: left;
    display: flex;
	align-items: center;

}
.breadcrum-on {
    color: #93c524;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-weight: 300;
}
.breadcrum-on a {
    color: #fff;
  /*  padding-right: 10px;*/
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.breadcrum-on span{
    padding: 0 7px;
    display: inline-block;
vertical-align: text-bottom;
}

.breadcrum-on span span{
	padding: 0;
}

.banner-section h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 300;
    margin-top: 0;
}

.aim {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.about-containt h4 {
    font-size: 27px;
    line-height: 34px;
    color: #93c524;
    font-weight: 700;
}
.doctor-details {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.doctor-img {
    float: left;
    width: 30%;
    display: flex;
    align-items: center;
    height: 270px;
}
.doctor-info {
    float: right;
    width: 68%;
}
.doctor-img img {
    margin-top: 31px;
}
.doctor-info h3 {
    color: #2c2c2c !important;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
}
.doctor-info h4 {
    color: #93c524 !important;
    font-size: 15px;
    line-height: 22px;
}
.marg-15 {
    margin-top: 15px;
}
.sidebar-frm .banner-frm {
    position: relative;
}
.sidebar-frm .apointment-frm h2:after{
	background: none;
}
.entry-content .wpcf7-form-control.wpcf7-submit.gradient-bg {
    padding: 10px;
    color: #fff;
    font-size: 17px;
}


@media screen and (max-width:1700px){
.top-slider figure img {
    min-width: 1700px;
    width: auto !important;
}

}


@media screen and (max-width:1199px){
	.outer-wrapper .main-navigation a {
    margin-right: 10px;
}
.banner-frm {
    top: 20px;
}
.make-appointment-btn {
    margin-left: 10px;
}

}
@media screen and (max-width:1024px){

	

}
@media screen and (max-width:991px){

	.outer-wrapper .main-navigation a {
    margin-right: 5px;
    padding: 5px;
    font-size: 12px;
}
.outer-wrapper .search-sec .search-field {
    height: 52px;
}
.outer-wrapper .search-sec .search-field::placeholder {
    line-height: 52px;
}
.bool-appointment {
    margin-top: 15px;
}
.call-us {
    border-left: none;
}
.banner-frm {
    position: relative;
}
.apointment-frm {
    max-width: 100%;
    position: relative;
}

.top-slider figure img {
    min-width: inherit;
    width: 100% !important;
}
	
}

@media screen and (max-width:767px){
	.working-hour.pull-right {
    float: left !important;
    margin-top: 10px;
}
.middle-nav {
    padding: 15px 0;
}
	.call-us .img-left {
    width: 5%;
}
	.content-right {
    width: 95%;
}
.logo-part {
    margin-bottom: 10px;
}
.site-header {
    display: none;
}
.about-sec h2 {
    font-size: 20px;
    line-height: 30px;
}
.about-containt h4 {
    font-size: 20px;
    line-height: 30px;
}
.outer-wrapper .gap-70 {
    padding: 25px 0;
}
.our-service {
    padding-top: 25px;
}
.card-caption h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 10px 0;
}
.left-info {
    float: left;
    width: 100%;
}
.right-btn {
    float: left;
    width: auto;
}
.Emr_apnt_heading {
    float: left;
    width: 100%;
}
.make-appointment-btn {
    float: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
}
.Emr_apnt_heading h2 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
    padding-top: 20px;
}
.Emr_apnt_heading h2::after {
    top: -18px;
}
.banner-section h1 {
    font-size: 40px;
    line-height: 22px;
}
.doctor-img {

    float: left;
    width: 100%;
    display: block;
    height: auto;
    text-align: center;

}
.doctor-info {

    float: right;
    width: 100%;
    margin-top: 20px;
    text-align: center;

}
.doctor-info h3 {

    text-align: center;

}
.doctor-img img {

    margin-top: 0;

}

.bool-appointment{
	text-align: left;
}


.top-slider figure .banner-caption {

    padding: 10px;
    text-align: center;
}

.top-slider figure figcaption{
	background: #000;
	position: static;
}

.top-slider figure .banner-caption{
	position: static;
}

.top-slider figure .banner-caption h1{
	font-size: 30px
}

.top-slider figure .banner-caption p{font-size: 14px}

.about-sec{padding-top: 100px !important}
.card-img .more-info{
	bottom: 0;
    height: 40px;
    padding: 10px;
}

.card-caption span{display: none;}

}

@media screen and (max-width:640px){
	
.testbgbox {
	margin-left: 0;
}



}



@media screen and (max-width:499px){
#wpocup-owl-carousel-1{max-width: 200px; margin: 0 auto}
}

@media screen and (max-width:360px){
	
}