/**************fonts ****************/
@font-face {
    font-family: 'optimabold';
    src: url('../fonts/optima-bold-webfont.woff2') format('woff2'),
         url('../fonts/optima-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'optimaregular';
    src: url('../fonts/optima-regular-webfont.woff2') format('woff2'),
         url('../fonts/optima-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretty Queen Personal Use';
    src: url('../fonts/PrettyQueenPersonalUse.woff2') format('woff2'),
        url('../fonts/PrettyQueenPersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@charset "utf-8";
/* CSS Document */
	
*, *:after, *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {/* 1 */ display: block;}
/** Add the correct display in IE 9-. */
audio, canvas, progress, video {display: inline-block;}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {display: none; height: 0;}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {vertical-align: baseline;}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {display: none;}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {background-color: transparent;}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {outline-width: 0;text-decoration: none;outline: none; transition: 0.5s ease-in-out all; -webkit-transition: 0.5s ease-in-out all; -ms-transition: 0.5s ease-in-out all; -moz-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all;}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {font-weight: inherit;}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {font-weight: bold;}
/** Add the correct font style in Android 4.3-. */
dfn {font-style: italic;}
/** Add the correct background and color in IE 9-. */
mark {background-color: #ff0; color: #000;}
/** 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;}
/** Hide the overflow in IE. */
svg:not(:root) {overflow: hidden;}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */}
/** Add the correct margin in IE 8. */
figure {margin: 1em 40px;}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {-webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {font: inherit;}
/** Restore the font weight unset by the previous rule. */
optgroup {font-weight: bold;}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {/* 2 */ overflow: visible;}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {/* 1 */ margin: 0;}
/** 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;}
/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {cursor: pointer;}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {cursor: default;}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; /* 2 */}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {outline: 1px dotted ButtonText;}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
/** 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 {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */}
/** Remove the default vertical scrollbar in IE. */
textarea {overflow: auto;}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {-webkit-box-sizing: border-box; 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;}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {-webkit-appearance: textfield;}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
blockquote {border-left: 0.3rem solid #d1d1d1; margin-left: 0; margin-right: 0; padding: 1rem 1.5rem;}
blockquote *:last-child {margin: 0;}
form ul {list-style: none; margin: 0; padding: 0;}
input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea, select {-webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: 1px solid #d1d1d1; border-radius: .4rem; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .6rem 1.0rem; width: 100%;}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {border: 1px solid #f2a1ad; outline: 0;}
textarea {padding-bottom: .6rem; padding-top: .6rem;}
label, legend {font-size: 16px; display: block; margin-bottom: .5rem; color: #302C2E;}
fieldset {border-width: 0; padding: 0;}
input[type='checkbox'], input[type='radio'] {display: inline;}
input[type='submit']:focus {outline: none;}
input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {font-family: 'Helvetica Neue'; color: #3F3A3B;font-size: 16px;opacity: 1;}
input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {font-family: 'Helvetica Neue';color: #3F3A3B;font-size: 16px;opacity: 1;}
input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder {font-family: 'Helvetica Neue';color: #3F3A3B;font-size: 16px;opacity: 1;}
input:-moz-placeholder,select:-moz-placeholder {font-family: 'Helvetica Neue';color: #3F3A3B;font-size: 16px;opacity: 1;}
input:focus {outline: none;}
.contact_form_desc .gform_wrapper .ginput_container select{font-family: 'Helvetica Neue' !important;color: #3F3A3B;font-size: 16px !important;}
dl, ol, ul {margin-top: 0; padding-left: 0;}
dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {font-size: 90%; margin: 1.5rem 0 1.5rem 3.0rem;}
dl {list-style: none;}
ul {list-style: circle inside;}
ol {list-style: decimal inside;}
dt, dd, li {margin-bottom: 10px;}
hr {border-top: 0.1rem solid #4A4D50; border-width: 0; margin-bottom: 3.5rem; margin-top: 3rem;}
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
input, textarea, select, fieldset {margin-bottom: 1rem;}
input:last-child, textarea:last-child, select:last-child, fieldset:last-child {margin-bottom: 0;}
pre, blockquote, dl, figure, table, p, ul, ol, form {margin-bottom: 1.4rem;}
pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {margin-bottom: 0;}
table {width: 100%;}
.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap;}
.flex-row {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.flex-column {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.flex-start {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flex-end {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.flex-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.flex-stratch {-webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {.background-image img {-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; height: 100%;}}
.clearfix {*zoom: 1;}
.clearfix:after, .clearfix:before {content: ''; display: table;}
.clearfix:after {clear: both;}
.tacenter {text-align: center;}
.taright {text-align: right;}
.taleft {text-align: left;}
.relative {position: relative;}
body,html {margin: 0px;padding: 0px;position: relative; font-size: 16px;line-height: 26px;background: #FFF; color:#09090A;}
h1,h2,h3,h4,h5 {margin: 0px;margin-bottom: 20px; }
h1 {font-size: 60px; line-height: 60px; font-family: 'optimaregular';}
h2 {font-size: 40px; line-height: 40px; font-family: 'optimaregular'; font-weight: 400;}
h3 {font-size: 24px;line-height: 30px; font-family: 'optimaregular'; font-weight: 400;}
h4 {font-size: 20px;line-height: 25px; font-family: 'optimabold';}
h5 {font-size: 18px;line-height: 28px;}
h2 b{ font-family: 'optimabold';}

a {text-decoration: none; cursor: pointer;color: #151515;}
a:hover {text-decoration: none;outline: none;transition: 0.5s ease-in-out all;-webkit-transition: 0.5s ease-in-out all;-ms-transition: 0.5s ease-in-out all;-moz-transition: 0.5s ease-in-out all;-o-transition: 0.5s ease-in-out all;color: #EDE7E1;}
p { font-family: 'Helvetica Neue'; font-weight: normal; font-size: 16px; line-height: 20px; color: #696566;}
img {max-width: 100%; height: auto;}
.tbl {display: table; width: 100%; height: 100%; vertical-align: middle; text-align: center;position: relative;z-index: 9;} 
.tbl-cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle;} 
.img-responsive {max-width: 100%; display: block; height: auto;margin: 0 auto;} 
.paddingtop {padding: 100px 0px;} 
.inline__block {float: left; width: 100%; vertical-align: top; position: relative;}
.gfield_label {display: none !important;} 
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {font-family: 'Metropolis-Regular' !important;background: #ffffff; border: none !important;  outline: none; padding: 15px 15px 12px 15px !important; margin-bottom: 0px; height: 61px; outline: none; font-size: 16px !important; line-height: 26px; color: rgba(47, 45, 45, 0.7);border-radius: 8px;}
.gform_wrapper .ginput_container textarea {height: 135px;margin-top: 0px;}
.gform_wrapper input[type="submit"] {background: #789C40; text-align: center; color: #FFF; border: 1px solid #789C40; padding: 15px 54px 12px 54px !important; display: inline-block; transition: 0.5s ease-in-out all; -webkit-transition: 0.5s ease-in-out all; -ms-transition: 0.5s ease-in-out all; -moz-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all; width: auto !important; border-radius: 2px; font-size: 10px;    font-weight: bold; line-height: 19px; text-align: center; letter-spacing: 1px; text-transform: uppercase;}
.gform_wrapper input[type="submit"]:hover {border:1px solid #F8F0E5; background-color: #F8F0E5; color: #789C40; outline: 0;}
.gform_wrapper .validation_error {display: none;}
.gform_wrapper .validation_message {display: inline-block; width: 100%; text-align: left; margin-top: 0px; color: #F00;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background: none !important;border: none !important;}
.container {max-width: 1470px; margin: 0 auto; padding: 0 20px; position: relative;} 
.container__inner {max-width: 90%; margin: 0 auto; position: relative;} 
.ie8 *{ outline:none;}
img{border:none;}
body{ color:#373d48; font-size:14px; font-family: 'Helvetica Neue'; font-weight: normal; line-height:22px; overflow-x: hidden; position: relative; background:#F8F0E5; }
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; }

/*----- html5 tags ------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}


/*----- Wrapper Part ------*/
#wrapper{ width:100%; height:auto; }
.container{max-width:1170px; height:auto; display:block; clear:both;box-sizing: border-box; width: 100%;}
section{position: relative;}

/*----- Wrapper Part ------*/
.primary_btn{height: 50px;background: #DB2D78;border-radius: 2px; text-transform:uppercase; color: #fff; font-weight:bold; font-size: 10px;
  transition:0.4s; display: inline-block; padding:0 20px; line-height: 50px; text-align: center; letter-spacing: 1.5px; width: 180px;}
.primary_btn:hover{background: #F8F0E5; color: #DB2D78;}

.white_btn{height: 50px;background:#F8F0E5;border-radius: 2px; text-transform:uppercase; color: #E88931; font-weight:bold;font-size: 10px;
  transition:0.4s; display: inline-block; padding:0 20px; line-height: 50px; text-align: center; letter-spacing: 1.5px;	 }
.white_btn:hover{background: #E88931; color: #fff; }

.green_btn{height: 50px;background:#789C40;border-radius: 2px; text-transform:uppercase; color: #fff; font-weight:bold; font-size: 10px;
  transition:0.4s; display: inline-block; padding:0 20px; line-height: 50px; text-align: center; letter-spacing: 1.5px;  }
.green_btn:hover{background: #F8F0E5; color: #789C40; }

.white_btn svg, .primary_btn svg, .green_btn svg{
    margin-right: 10px;
   transition:0.5s;
}

.primary_btn:hover svg path{
  fill: #DB2D78;
  transition:0.5s;
}

.white_btn:hover svg path{
  fill: #fff;
  transition:0.5s;
}

.green_btn:hover svg path{
  fill: #789C40;
}

.btn_main {
    display: flex;
}

/*=============================custom-css=============================*/
/*----- Header Part ------*/
header{background:transparent; position: fixed; top: 0; z-index: 99; width: 100%}
header .header_top{background: #14255c; height: 40px; display: inline-block; width: 100%;}
.logo{ 
	transition: all 0.5s;
	 width: 260px; 
	 position: relative;
}


.logo img{
	max-width: 100%; 
	transition: all 0.5s;
}


.header_main{
	display: flex;
	justify-content: space-between;
	padding: 15px 100px;
    align-items: center;
}

header.fixed-header {
    background: #789C40;

}

header.fixed-header .logo{
    width: 200px;
    transition: all 0.5s;
    display: flex;
}

.navigation {
    display: flex;
    justify-content: space-between;
    width: auto;
    align-items: center;
}
.navigation ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0;
}

.navigation ul li{
	list-style: none;
	margin-bottom: 0;
	position: relative;
    margin-right: 30px;
}

.navigation ul li a{
	font-size: 16px;
	color: #fff;
	line-height: 21px;
	font-family: 'optimaregular';
    display: flex;
}


.navigation ul li a:hover{
	color:#E88931;
}

.navigation ul li a img {
    margin-left: 8px;
}

.navigation ul li > .sub-menu{
	position: absolute;
    width: 180px;
    display: flex;
    flex-direction: column;
    z-index: 9;
    padding: 23px 15px 10px;
   	left: 50%;
    display: none;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 2px;
    
}

.navigation ul li > .sub-menu li{
	padding: 5px 10px;
    background: #F8F0E5;
    justify-content: center;
    display: flex;
    width: 100%;
}

.navigation ul li > .sub-menu li:last-child {
    padding-bottom: 20px;
}

.navigation ul li > .sub-menu li:first-child {
    padding-top: 20px;
}

.navigation ul li > .sub-menu li a{
    color: #3F3A3B;
    font-weight: 500;
    font-family: 'Helvetica Neue';
}

.navigation ul li > .sub-menu li a:hover{
    color: #E88931;
    text-decoration:underline;
}



.navigation ul li:hover > .sub-menu{
	display: block;
}


.navigation .primary_btn{
	margin-left: 10px;
    padding: 0px 10px;
}

.navigation .primary_btn img{
	margin-right: 10px;
}

.banner__section{
	display: flex;
    align-items: flex-end;
	height: 692px;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
    border-bottom: 7px solid #789C40;
}

.banner__section .banner_main{
	max-width: 800px;
	margin-bottom: 150px;
}

.banner__section .banner_main h1{
	color:#fff;
	font-weight: 400;
	margin-bottom: 70px;
}


.banner__section .banner_main h1 span,.banner__section .banner_main h1 b{
	font-family: 'optimabold';
	color: #E8C07F;
}


.banner__section .banner_main .white_btn img{
	margin-right: 10px;
}


.care__section{
	padding: 100px 0;
}

.care_grid{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.care_grid .care_box{
	width: 33.33%;
	padding: 0 20px;
	text-align: center;
}

.care_grid .care_box a:hover h3{
  color: #E88931;
}


.care__section h2 {
    max-width: 680px;
    margin: 0 auto 60px;
    text-align: center;
}

.care__section h2 span, .care__section h2 b{
	font-family: 'optimabold';
	color: #E88931;
}


.care_grid .care_box .care_desc{
	background: #FFFFFF;
	box-shadow: 0px 2px 7px rgba(35, 31, 32, 0.1);
	border-radius: 2px;
	padding: 30px 40px;
	height: 100%;
	position: relative;
    display: inline-block;
}

.care_grid .care_box .care_desc figure{
	margin: 0 0 40px;
}

.care_grid .care_box .care_desc p{
	margin-bottom: 35px;
    font-size: 14px;
}
.care_grid .care_box a .care_desc figure img {
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}
.care_grid .care_box a:hover .care_desc figure img {
    transform: scale(1.2);
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}
.find_link{
	color: #789C40;
	font-size: 11px;
    font-weight: bold;
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.care_grid .care_box .care_desc .find_link img{
	margin-right: 10px;
}

.meet_doctor_section .meet_main{
	display: flex;
}

.meet_doctor_section{
	background: #789C40 ;
	height: auto;
	display: flex;
	align-items: center;
	overflow-y: hidden;
	position: relative;
    border-left: 7px solid #E88931;
}

.meet_doctor_section:after{
	background: url(../images/bg_hover.svg) no-repeat right bottom;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform: translateX(-50%);
    background-size: 50%;
}


.meet_image {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    background-size: cover !important;
    top: 0;
    background-position: top center !important;
}

.meet_doctor_section .container {
    position: static;
}
.meet_doctor_section .meet_desc{
    padding-top: 20px;
    padding-bottom: 20px;
}
.meet_desc {
    width: 50%;
    margin-left: auto;
    padding-left: 130px;
    position: relative;
    z-index: 1;
}

.meet_box h2{
	color: #fff;
	font-weight: 400;
}

.meet_box h2 span{
	font-family: 'optimabold';
}

.meet_box .sub_title, .meet_box strong{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 26px;
	padding-right: 50px;
	margin-bottom: 5px;
  display: inline-block;

}

.meet_box p{
	font-size: 16px;
	color: #fff;

}

.contact_left {
    padding: 120px 100px;
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.contatc_right {
    width: 50%;
}

.home__contact{
	background: #3F3A3B;
}

.home__contact .container{
	position: static;
}

.fess__section{
    padding: 150px 0 100px;
}

.home__contact iframe {
   height: 100% !important;
}


.home_contact_main {
    display: flex;
    width: 100%;
}

.home_contact_main p{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 35px;
}

.phone, address {
        display: block;
    color: #ffff;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'optimaregular';
    letter-spacing: 0.32px;
    font-style: normal;
    font-weight: 400;
}

.phone{
    background: url(../images/phone_icon.svg) no-repeat left center;
}

.email{
    background: url(../images/email_icon.svg) no-repeat left center;
}

address{
    background: url(../images/url_icon.svg) no-repeat left center;
}


.contact_desc h2 {
    color: #fff;
    line-height: 50px;
    font-weight: 400;
}

.contact_desc h2 span{
	font-family: 'optimabold';
}

.contact_desc{
	max-width: 500px;
}

.contact_desc .btn_main{
	margin-top: 30px;
	display: flex;
}


.contact_desc .btn_main .primary_btn{
	margin-right: 15px;
	width: 150px;
}

.news_main {
    display: flex;
    justify-content: space-between;
}

.latest__news{
	background: #E88931;
	padding: 50px 0;
}

.news_right img{
    margin-right: 10px;
}

.news_main h2{
	font-size: 30px;
	font-weight: 400;
	font-family: 'optimaregular';
	margin-bottom: 0;
	color: #fff;
    max-width: 660px;
}

.news_main h2 span,.news_main h2 b{
	font-family: 'optimabold';
}

.news_main .white_btn{
	color: #789C40;
}

.footer_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_right {
    display: flex;
    width: 55%;
    justify-content: space-between;
}

.footer_right h5{
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-family: 'optimabold';

}

.footer_right ul{
	margin: 0;
	padding: 0;
}

.footer_right ul li{
	list-style:none;
	font-size: 14px;
	color: #fff;
	font-weight: 400;

}

.footer_right ul li a{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.footer_right ul li a:hover{
  color: #E88931;
}

section.special__story {
    padding: 110px 0;
    text-align: center;
}
.special__story .story_slider {
    padding-top: 30px;
}

footer{
	background: #789C40 ;
	padding: 50px 0 0;
	overflow-y: hidden;
	background-size: cover !important;
	position: relative;
}

footer:before{
	background:url(../images/video_bg.svg) no-repeat center;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-size: cover;
	width: 100%;
	height: 100%; 
}

.copy_right{
	background: #6D9133;
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.copy_right a, .copy_left{
	font-size: 10px;
	color: #fff;
	font-weight: 400;
	position: relative;
}



/*****************about********************/
.inner__banner{
    height: 410px;
}

.care__section .name_sign{
    font-size: 40px;
    font-family: 'Pretty Queen Personal Use';
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
}

.social_icon{
    display: flex;
    margin: 0;
    padding: 0;
}

.social_icon li{
    list-style: none;
    margin-right: 20px;
}

.social_icon li a{
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background:#F8F0E5; 
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.social_icon li a:hover{
    background:#231F20; 
}

.about_grid_box .find_link{
    position: static;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.about_grid_main {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}

.about__grid {
    padding: 100px 0;
}

.about__grid h3{
    margin-bottom: 5px;
}

.about_grid_box {
    width: 33.33%;
    padding: 0 20px;
}

.grid_box{
    background:#fff;
    padding: 20px;
    display: flex;
    align-items: center; 
    box-shadow: 0px 5px 10px rgb(232 137 49 / 10%);
    border-radius: 5px;
}

.grid_box figure{
    margin: 0;
}

.grid_desc {
    padding-left: 50px;
}

.why__choose{
    padding: 100px 0;
    background:#E8C07F; 
    text-align: center;
}

.why_main {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.why_main ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why_main ul li{
    width: 46%;
    text-align: left;
    list-style: none;
    background: url(../images/list_icon.svg) no-repeat left center;
    padding-left: 35px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 35px;
}

.why__choose:before{
    background:url(../images/footer_bg.svg) no-repeat center;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-size: 100%;
    width: 100%;
    height: 100%; 
}

.why__choose h2{
    color: #fff;
    margin-bottom: 50px;
    font-weight: 400;
}

.why__choose h2 span, .why__choose h2 b{
   font-weight: bold;
}

.accordian__section{
    padding: 100px 0;
    text-align: center;
}

.accordian__section h2{
    margin-bottom: 50px;
    font-family: 'optimabold';
}

.accordian_main{
    text-align: left;
    padding: 0 100px;
}

.accordion-wrapper{
    background:#ffff; 
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px rgb(232 137 49 / 10%);
    border-radius: 5px;
}

.accordion-wrapper button{
    background:transparent;
    border: 0;
    width: 100%;
    text-align: left;
    padding: 0; 
    font-size: 20px;
    color: #3F3A3B;
   
    position: relative;
    font-weight: 500;
    padding-right: 50px;
}

.accordion-wrapper button:after{
    background:url(../images/accodian_icon.svg) no-repeat right center;
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    right: 0; 
    transition:0.3s; 
}

.accordion-wrapper.active button:after{
    transform: rotate(90deg);
    transition:0.3s;
}

.accordion-wrapper p{
    font-size: 16px;
    line-height: 25px;
    padding-right: 50px;
}

.accordion-wrapper p a{
    color: #E88931;
    text-decoration: none;
}

.accordion-wrapper .primary_btn{
    margin-right: 10px;
    background:#789C40; 
    width: auto;
    color: #fff;
}

.inner__banner .banner_main{
    margin-bottom: 90px;
}


.inner__banner .banner_main h1{
    display: flex;
    align-items: center;
}

.inner__banner .banner_main h1 img{
    margin-right: 40px;
    background: #fff;
    padding: 18px;
    border-radius: 5px;
}

.right_image{
    background:#fff; 
    display: flex;
    align-items: center;
    height: 660px;
    position: relative;
}

.left_image{
    display: flex;
    align-items: center;
    height: 660px;
    position: relative;
}

.care_desc{
    display: flex;
    justify-content: space-between;
}

.care_right{
    width: 50%;
}

.pregnancy__care__section .container{
    position: static;
}
.about__grid .grid_desc a.find_link img {
    margin-right: 10px;
}
.left_image .care_left{
    width: 35%;
    height: 660px;
    position: absolute;
    left: 0;
    background-size: cover !important;
    top: 0;
}

.left_image .care_right{
    margin-left: auto;
}

.right_image .care_left{
    width: 35%;
    height: 660px;
    position: absolute;
    right: 0;
    background-size: cover !important;
    top: 0;
}

.care_right .sub_title,.care_right h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #696566;
    font-family: 'Helvetica Neue';
}


.video__section {
    background: #E8C07F;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.video__section h2{
    max-width: 640px;
    color: #fff;
    margin: 0 auto 50px;
}

.video_main {
    max-width: 710px;
    margin: 0 auto;
    position: relative;
}
.video__section:before{
    background: url(../images/video_bg.svg) no-repeat center;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
.video_main video {
    border-radius: 10px;
    cursor: pointer;
}

.care_desc .btn_main{
    margin-top: 50px;
}

.care_desc .green_btn{
    margin-right: 10px;
}

.accordion-wrapper .green_btn{
    margin-right: 10px;
}

.contact_form {
    background: #E8C07F;
}

.contact__section{
    position: relative;
}

.contact__section:after {
    background: url(../images/bg_hover.svg) no-repeat right bottom;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform: translateX(-50%);
    background-size: 50%;
}  

.cunsulation_main h4{
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 30px;
    color: #3F3A3B;
}
.consultation_box_main td {
    background: #fff;
    padding: 20px;
    vertical-align: middle;
    color: #696566;
    font-size: 16px;
    line-height: 20px;
} 

.left_td{
    width: 20%;
    font-weight: 500;
}   

.consultation_box_main {
    box-shadow: 0px 5px 10px rgb(232 137 49 / 10%);
}

.consultation_box_main table{
    margin-bottom: 30px;
}

.health__slider{
    padding-bottom: 100px;
}

.health__slider .item img {
    width: auto;
    height: 75px;
    margin: 0 auto;
    object-fit: contain;
}

.health__slider{
    text-align: center;
}

.health__slider h2{
    margin-bottom: 60px;
    font-family: 'optimabold';

}
.health__slider .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    background: #789C40;
    mix-blend-mode: normal;
    opacity: 0.2;
}

.health__slider  .owl-dots {
    padding-top: 30px;
}

.health__slider .owl-dots .owl-dot.active{
    background: #789C40;
    opacity: 1;
}
.playpause {
    background-image: url(../images/video_icon.svg);
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.contact_form_desc {
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 90px 10px;
    position: relative;
    z-index: 9;
}
.contact_form_desc .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 20px;
}
section.default__page__section {
    padding: 70px 0;
}
.admin-bar header {
  top: 32px;
}
.news_right .white_btn:hover{
  background:#789C40;
  color: #fff; 
}
#wprev-slider-1 .wprev_preview_tcolor1_T1 {
    color: rgb(119,119,119);
    font-family: 'Helvetica Neue';
    font-size: 14px;
    line-height: 20px;
    color: #696566;
}
.special__story img.wprevpro_t1_site_logo {
    right: 10px;
    bottom: 10px;
    height: 18px;
}
.wprevpro_t1_rname {
    font-family: 'optimaregular';
    font-size: 20px;
    line-height: 30px;
    color: #3F3A3B;
    text-transform: capitalize;
}
.wprevpro_t1_DIV_2:before{
    display: none !important;
}
.wprevpro_t1_DIV_2 {
    padding: 22px 20px 22px 20px;
}
.about__grid .grid_desc span.find_link svg {
    margin-right: 10px;
}
.about__grid a:hover h3 {
    color: #E88931;
}
.about__grid a:hover .grid_box img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}
.about__grid a .grid_box img {
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}
.accordion-wrapper .primary_btn:hover svg path {
    fill: #789C40;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}
.accordion-wrapper .primary_btn:hover {
    background: #F8F0E5;
    color: #789C40;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}
.navigation ul li.current-menu-item > a, .navigation ul li.current-menu-item > a svg text {
    color: #E88931;
    fill: #E88931
}
.submenu-toggle-btn{
    margin-left: 5px;
}
.news_right .gform_wrapper .gf_simple_horizontal .gform_body,
.news_right .gform_wrapper .gf_simple_horizontal .gform_footer.top_label{
    vertical-align: top;
}
.news_right .gform_wrapper .ginput_container input{
    height: 50px !important;
    border-radius: 0;
}
.news_right .gform_wrapper input[type="submit"] {
    height: 50px !important;
    background-color: #F8F0E5 !important;
    border-color: #F8F0E5;
    color: #789C40;
    padding: 15px 20px 12px 43px !important;
    background-image: url(../images/green_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 26px 21px !important;
}
.news_right .gform_wrapper input[type="submit"]:hover{
    background-color: #789C40 !important;
    color: #fff;
    background-image: url(../images/btn_arrow.svg) !important;
}
.news_right .gform_wrapper .gform_validation_errors{
    display: none;
}
.news_left {
    width: 60%;
}
.news_right {
    width: 40%;
}
.news_right .gform_confirmation_message {
    font-size: 20px;
    font-weight: 400;
    font-family: 'optimaregular';
    color: #fff;
    padding-left: 27px;
    padding-top: 12px;
}
.news_right .gform_wrapper .gf_simple_horizontal .gform_body {
    width: 100%;
    max-width: 100%;
}
.pregnancy_care_main ul {
    color: #696566;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    list-style: inside;
}
.care_desc .green_btn:hover svg path {
    fill: #fff;
}
.care_desc .green_btn:hover {
    background: #DB2D78;
    color: #fff;
}

.care_desc .primary_btn:hover svg path {
    fill: #fff;
}
.care_desc .primary_btn:hover {
    background: #789C40;
    color: #fff;
}


@media(max-width: 1366px){
    .header_main{
        padding: 15px 50px;
    }
}

@media(max-width: 1199px){
    .footer_right{
        width: 65%;
     }

     .copy_right{
        padding: 0 20px;
     }

     
     .header_main{
        padding: 15px 20px;
     }
}


@media(max-width: 991px){
    .submenu-toggle-btn{
        display: inherit;
    }
    .submenu-toggle-btn svg text {
        fill: #3F3A3B;
    }
    .navigation ul li > .sub-menu.open {
        display: block !important;
    }
    .navigation ul li > .sub-menu {
        display: none !important;
    }
    .show_menu .close_icon {
        display: inline-block;
        background: url(../images/close-icon.png) no-repeat left;
        width: 50px;
        height: 50px;
        background-size: 30px;
        margin-left: 28px;
        opacity: 1;
        background-size: 22px;
        position: absolute;
        right: -2px;
        top: 13px;
    }
    .admin-bar.show_menu .close_icon{
        right: 2px;
        top: 43px;
    }

    .navigation ul li{
        margin-bottom: 30px;
        margin-right: 0;
    }

    .navigation ul li.menu-item-has-children:after{
        background:url(../images/black_plus.svg) no-repeat right center;
        width: 10px;
        height: 10px;
        position: absolute;
        content: "";
        display: inline-block;  
    }

    .navigation ul li > .sub-menu {
        position: static;
        padding: 20px 0;
        transform: none;
        background: #F8F0E5;
        margin-top: 15px;
        width: 100%;
    }

    .navigation ul li > .sub-menu li {
        background: transparent;
        margin-bottom: 0;
    }

    .navigation ul li > .sub-menu li:first-child {
        padding-top: 0;
    }

    .navigation ul li > .sub-menu li:last-child {
        padding-bottom: 0;
    }

    .aroma_desc h3{
        font-size: 22px;
        line-height: 32px;
    }

    .aroma_desc{
        transform: translateY(73%);
    }

    .toggle_nav {
        display: block !important;
        background: url(../images/toggle-nav.png) no-repeat left center;
        width: 50px;
        height: 50px;
        top: 12px;
        z-index: 99;
        right: 4px;
        position: absolute;
        background-size: 35px;
    }

    .show_menu .toggle_nav{
        background:url(../images/close-icon.png) no-repeat left center;
        background-size: 25px; 
    }

    .navigation ul{
        flex-direction: column;
        padding-top: 150px;
    }

    
    .navigation {
        opacity: 0;
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 350px;
        background: #ffffff;
        box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.1);
        z-index: 999;
        transform: translateX(350px);
        transition-duration: 0.3s;
        padding: 0 0;
        overflow-y: auto;
        overflow-x: hidden;
        flex-direction: column;
        justify-content: flex-start;
    }

    .show_menu .navigation{
        opacity: 1;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        top: 0;
    }

    .show_menu:before {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 65;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 99;
    }

    .logo{
        width: 190px;
    }

    .header_main{
        padding: 15px;
    }

    .banner__section{
        align-items: center;
    }

    .banner__section .banner_main{
        margin-bottom: 0;
    }

    .banner__section .banner_main h1{
        margin-bottom: 30px;
    }

    .navigation ul li a{
        font-size: 24px;
        text-align: center;
        width: 100%;
        color: #3F3A3B;
        line-height: 30px;
    }

    .navigation ul li a{
        display: inline-block;
    }
    .navigation ul li > .sub-menu li a{
        font-family: 'Helvetica Neue';
        font-size: 14px;
        line-height: 26px;
    }

     .navigation ul li a img{
        display: none;
     }

     .header_main .primary_btn{
        display: none;
     }

     .care_grid .care_box .care_desc{
        padding: 30px 15px;
     }

     .contact_left{
        padding: 50px 30px;
     }

     .news_main .white_btn{
        width: 115px;
     }

     .about_grid_main{
        flex-wrap: wrap;
     }

     .about_grid_box{
        width: 50%;
        padding: 0 20px 20px;
     }

    .right_image .care_left, .left_image .care_left{
        width: 45%;
        background-size: contain !important;
        max-height: 400px;
    }
    .pregnancy_care_main{
        padding: 50px 0;
    }
    .pregnancy_care_main.right_image, .pregnancy_care_main.left_image{
        height: auto;
    }

     .care_desc .btn_main{
        flex-direction: column;
    }

    .care_desc .btn_main .primary_btn{
        width: 100%;
        margin-top: 15px;
    }

    .care_desc .green_btn{
        margin-right: 0;
    }

    .accordian_main{
        padding: 0 50px;
    }

    .fess__section{
        padding: 80px 0 50px;
    }
    .meet_desc{
        padding-left: 50px;
    }
    .care__section h2{
        margin: 0 auto 0;
    }
    .care__section {
        padding: 50px 0;
    }
    .care_desc.no_image .care_right {
        width: 100%;
    }
    section.special__story, .why__choose, .accordian__section, .about__grid{
        padding: 50px 0;
    }

}
@media screen and (max-width: 782px) {
    .admin-bar header{
        top: 45px;
    }
    #wpadminbar{
        position: fixed !important;
    }
}

@media(max-width: 767px){
    h1 {
        font-size: 35px;
        line-height: 40px;
        font-family: 'optimaregular';
    }

    h2{
        font-size: 25px;
        line-height: 30px;
    }

    .care__section{
        padding: 50px 0 30px;;
    }

    .care_grid{
        flex-wrap: wrap;
    }

    .care_grid .care_box{
        width: 50%;
        margin-bottom: 30px;
    }

    .meet_doctor_section{
        flex-direction: column;
        height: 100%;
    }

    .meet_doctor_section .meet_main{
        flex-direction: column;
    }

    .meet_image{
        position: static;
        height: 420px;
        width: 100%;
    }

    .meet_desc{
        width: 100%;
        padding:50px 20px 50px;
    }

    .meet_doctor_section .container{
        padding: 0;
    }

    .meet_box .sub_title{
        padding-right: 0;
    }

    .meet_doctor_section:after{
        background-size: 100%;
    }

    .home_contact_main{
        flex-direction: column;
    }

    .contact_left{
        width: 100%;
        padding: 50px 20px;
    }

    .contatc_right{
        width: 100%;
        height: auto; 
    }

    .news_main{
        flex-direction: column;
        text-align: center;
    }

    .news_main .white_btn{
        margin-top:30px;
    }

    .news_main h2{
        font-size: 25px;
    }

    .latest__news{
        padding: 25px 0;
    }

    .footer_main{
        flex-direction: column;
    }

    .footer_right{
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .footer_blog{
        margin-bottom: 20px;
    }

    .footer_logo{
        margin-bottom: 20px;
    }

    .copy_right{
        margin-top: 10px;
        padding:10px 15px;
    }

    .why__choose{
        padding: 50px 0;
    }

    .why_main ul{
        flex-direction: column;
    }

    .why_main ul li{
        width: 100%;
        margin-bottom: 16px;
    }

    .why__choose h2{
        margin-bottom: 30px;
    }

    .accordian__section{
        padding: 50px 0;
    }
   
    .accordian_main{
        padding: 0;
    }

    .accordian__section h2{
        margin-bottom: 30px;
    }

    .care_desc{
        flex-direction: column;
    }

    .left_image{
        height: auto;
    }    

    .right_image .care_left, .left_image .care_left{
        width: 100%;
        position: static;
        height: 300px;
    }

    .care_right{
        width: 100%;
        padding: 30px 20px;
    }

    .right_image{
        height: auto;
    }

    .video__section{
        padding: 50px 0;
    }

    .pregnancy_care_main .container{
        padding: 0;
    }
    .video_main video{
        height: 100%;
    }
    .news_right {
        width: 100%;
        margin-top: 30px;
    }
    .news_left {
        width: 100%;
    }
    .right_image .care_left, .left_image .care_left{
        background-size: cover !important;
    }
    .home .care_grid{
        margin-top: 40px;
    }
    .pregnancy_care_main {
        padding: 0;
    }
    
}

@media(max-width: 600px){

    .consultation_box_main td{
        display: block;
        width: 100%;
    }

    .contact__section:after{
        background-size: 100%;
    }

    .health__slider .item img{
        height: 80px;
        object-fit: contain;
    }

    .inner__banner{
        height: 300px !important;
    }

    .inner__banner h1{
        margin-bottom: 0 !important;
    }

    .care_destails p{
        display: none;
    }

    .care_grid{
        flex-direction: column;
    }

    .care_grid .care_box{
        width: 100%;
    }

    .care_grid .care_box .care_desc{
        padding: 30px 20px;
    }

    .care_grid .care_box .care_desc{
        display: flex;
    }

    .care_grid .care_box .care_desc figure{
        margin: 0 0px 20px 0;
    }

    .find_link{
        position: static;
    }

    .care_destails {
        width: 100%;
        text-align: center;
    }

    .care_destails h3{
        margin-bottom: 0;
    }

    .banner__section{
        height: 480px;
    }

    .about__grid{
        padding: 50px 0px 30px;
    }

    .about_grid_main{
        flex-direction: column;
    }
    .about_grid_box{
        width: 100%;
        padding: 0 20px 20px;
    }
    .inner__banner .banner_main h1 img{
        margin-right: 20px;
        width: 65px;
    }
    .care__section h2{
        margin: 0 auto 30px;
    }
}