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

	Theme Name: Manhattan Obgyn
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

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

/***********************************/
/**********  Typography ************/
/***********************************/
/***********FONTS***********/
@font-face {
    font-family: 'Bebas Neue';
    src: url('assets/fonts/BebasNeueLight.woff2') format('woff2'),
        url('assets/fonts/BebasNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('assets/fonts/BebasNeueRegular.woff2') format('woff2'),
        url('assets/fonts/BebasNeueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('assets/fonts/BebasNeueBold.woff2') format('woff2'),
        url('assets/fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'robotobold';
    src: url('assets/fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'robotoregular';
    src: url('assets/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/***********FONTS***********/
html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0;
}

li {
	display: inline-block;
}

body {
	font-size: 18px !important;
	line-height: 33px;
	color: #444444;
	background: #FFFFFF;
	outline: none;
	font-family: 'robotoregular',  Arial;
	font-weight: normal;
}
::selection{
	color:#fff;
	background-color:#ff85b6;
}
a {
	text-decoration: none;
	outline: none;
	display: inline;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
strong{font-family: 'robotobold',  Arial;}
a:hover {
	text-decoration: none !important;
	color: none;
	transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}

span {
	display: block;
	line-height: normal;
}

a {
	margin: 0;
	padding: 0;
}
a {
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
	font-weight: normal;
}
.fullWidth-page-area a {
	text-decoration: underline;
	font-weight: inherit !important;
}
p{
    color: #444;
    font-size: 16px;
    line-height: 28px;
    margin: 25px 0px;
}
img {
	border: none;
	max-width: 100%
}

.section-padding {
	padding: 100px 0px;
}
.alignright {
    float: right;
    clear: both;
    margin-bottom: 30px;
    margin-left: 30px!important;
	height: auto;
}
.container {
	width: 100%;
    max-width: 1366px;
	padding: 0 15px;
	display: block;
	margin: 0 auto;
	height: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.column {
  flex: 50%;
  margin: 30px;
  text-align: left;
  font-size: 17px;
  line-height: 30px;	
}
.column.homepg{
	flex: 50%;
    margin: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    background: #fff;
    padding: 50px;
    min-height: 272px;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 0 20px #00000029;
    border-bottom: 3px solid #ff85b6;
}
section.doctors-area.section-padding .row.docpro {
    margin-top: 30px;
}
.published-date {
	font-size: 14px;
    margin-bottom: 25px;
    border-left: 2px solid #d7b9e4;
    padding: 3px 10px 3px 10px;
    background: #fbf0f7;
    display: block !important;
    width: fit-content;
    margin-top: 10px;
}
.published-date span {display: contents;}

/*************************************/
/******** Banner Area Start **********/
/*************************************/
.main-header-area {
/*     position: fixed; */
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*background: linear-gradient(to bottom, #eceaf4,rgba(255, 255, 255, 1));*/
	background: #fff;
    z-index: 99999;
    transition: 0.3s;
}
.covid {
    text-align: center;
    background-color: #ac5c88;
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
    position: absolute;
	top: 228px;
    width: 100%;
	color: #fff;
}
.covid a, .covid button {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
    background: transparent;
    border: none;
}
.main-header-area.fixxed {
    /*background: linear-gradient(to bottom, #eceaf4,rgba(255, 255, 255, 1));*/
	background: #fff;
	box-shadow: 2px 2px 30px #44444436;
}
.banner-area {
    background-image: url(assets/images/obgynecologistnyc-banner.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 305px;
}
.banner-area.inner-page,.banner-area.fullinner-page {
	margin-top: 10px;
	padding-top: 10px;
}
.banner-area.big-banner {
	background-position: right 180px;
    background-color: #302044;
    padding-top: 240px;
    padding-bottom: 0px;
	background-size: cover;
}
.banner-area.fullinner-page {
    background-image: url(assets/images/inner-page-bg.jpg);
    background-position: center bottom;
    padding-bottom: 77px;
}
.header-area {
	padding: 22px 0;
}
.banner-area.inner-page, .banner-area.fullinner-page {
    overflow: visible;
}
.header-area .container {
	max-width: 1600px;
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-left {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.header-left {
    width: 20%;
}
.canvas-menu {
	display: none;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 80%;
}
.header-address {
    width: 57%;
    text-align: right;
    padding-right: 2%;
}
.header-address ul li {
	padding: 8px 15px;
	border-right: 1px solid #707070;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
.header-address ul li:last-child {
	border-right: none;
}
.header-address ul li:first-child {
	padding-left: 0;
}
.add-text {
	text-align: left;
}
.add-icon {
	width: 12px;
	height: 15px;
	background: url(assets/images/sprite1.svg);
	background-repeat: no-repeat;
	background-position: -3px -10px;
	margin-right: 5px;
}
.add-title {
	font-size: 19px;
	color: #93507b;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.add-title a {
	font-size: 19px;
    color: #93507b;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.add-sub-title {
	font-size: 14px;
	font-weight: bold;
	color: #4A4A4A;
	line-height: 22px;
}
.cont-top-text {
	color: #93507b;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Bebas Neue', sans-serif;
}
.cont-top-icon1 {
	height: 20px;
	width: 16px;
	background: url(assets/images/sprite1.svg);
	background-repeat: no-repeat;
	background-position: -24px -6px;
	margin-right: 10px;
}
.cont-top-icon2 {
	height: 18px;
	width: 18px;
	background: url(assets/images/sprite1.svg);
	background-repeat: no-repeat;
	background-position: -49px -9px;
	margin-right: 10px;
}
.header-contact {
	width: 45%;
}
.header-contact-top {
	text-align: center;
	margin-bottom: 16px;
}
.header-contact-top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.header-contact-top ul li {
	line-height: 1;
}
.header-contact-top ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.header-cont-btn {
    width: 100%;
    background: #302044;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px 8px;
    position: relative;
}
.header-cont-btn::before {
    content: "same day appointment";
    font-family: 'Bebas Neue', sans-serif;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: auto;
    left: 39%;
    width: auto;
}
.header-cont-btn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.header-cont-btn ul li {
    padding: 16px 10px 16px 0;
    border-right: 1px solid #fff;
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-cont-btn ul li:nth-child(2)::before {
	background-position: -43px -37px;
	left: 18px;
}
.header-cont-btn ul li:last-child {
	padding-right: 0;
	border-right: none;
	padding-left: 15px;
}
.header-cont-btn ul li a, .header-cont-btn ul li button {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    padding-left: 6px;
    letter-spacing: 1px;
	border: none;
    background: transparent;
	cursor:pointer;
}
.menu-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.menu-area ul li {
	margin-left: 5px;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.menu-area ul li:first-child {
	margin-left: 0;
}
.menu-item-40576 ul.sub-menu, .menu-item-40178 ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 600px!important;
    max-width: 600px;
}
.menu-item-40576 ul.sub-menu li, .menu-item-40178 ul.sub-menu li {
    width: 50%;
    display: inline-block;
    flex: auto;
}
.menu-area ul li ul {
    width: 300px;
    background: rgb(255, 255, 255);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0px 12px -5px #444;
    box-shadow: 5px 5px 30px rgba(83, 107, 111, 0.19);
    border-radius: 0px;
}
	.menu-area ul li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
	.menu-area ul li ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	box-shadow: 25px 5px 30px rgba(83, 107, 111, 0.19);
	opacity: 0;
	visibility: hidden;
	}
.menu-area ul li ul li {
    display: block;
    padding: 0;
    color: #ff85b6;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
    line-height: normal;
    position: relative;
}
.menu-area ul li ul li:hover:before {
	width: 100%;
}
.menu-area ul li ul li:last-child {
	padding-bottom: 0;
}
.menu-area ul li ul li a {
    font-size: 20px;
    padding: 18px 40px;
    display: block;
    height: auto;
    margin: 0;
    width: auto;
    background: transparent;
    text-align: left;
}
.menu-area ul li ul li:hover a {
background: #ff85b617;
}
.menu-area ul ul li a::after {
	display: none;
}
.menu-area ul li a {
    font-size: 20px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    color: #774b6f;
    background: #ff85b617;
    letter-spacing: 0.6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    display: block;
    padding: 20px 0px;
    text-align: center;
    transition: 0.3s;
    /* letter-spacing: -.8px; */
}
.menu-item-39583 ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    max-width: 600px;
}
.menu-item-39583 ul.sub-menu li {
    width: 50%;
    display: inline-block;
    flex: auto;
}
.menu-item-39586 ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    max-width: 600px;
}
.menu-item-39586 ul.sub-menu li {
    width: 50%;
    display: inline-block;
    flex: auto;
}
.menu-area ul li:hover a::after {
	content: "";
	height: 3px;
	width: 24px;
	background: #fff;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-area ul li.current-menu-item a::after {
	content: "";
	height: 3px;
	width: 24px;
	background: #fff;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.banner-content {
	overflow: hidden;
	/*padding: 100px 0 100px;*/
	padding: 0px;
}
.left-banner-content {
	width: 58%;
    float: left;
    padding-bottom: 40px;
    padding-top: 40px;
}
.left-banner-subtitle {
	color: #ff85b6;
	font-size: 75px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 300;
}
.left-banner-title {
     color: #fff;
    font-family: 'bebas neue';
    font-size: 84px;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 89px;
    margin: 20px 0px;
}

h2.left-banner-title span, h1.left-banner-title span {
    color: #ff84b6;
    font-size: 46px;
    font-weight: 300;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding-bottom: 20px;
	
}
.left-banner-content p {
	color: #fff;
    font-size: 22px;
    font-weight: 200;
    font-family: 'Roboto';
}
.left-banner-content a {
	color: #fff;
	font-weight: inherit;
    border-bottom: 1px solid rgba(255,255,255,.3);
}


.left-banner-content ul {
    margin-left: 35px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 64px;
}
img.bannerimg {
    width: 50%;
    margin-left: 44px;
    margin-top: -33px;
    background: #3122444d;
    padding: 30px;
}
.single-li {
	margin-bottom: 5px;
	display: block;
}
.single-li:last-child {
	margin-bottom: 0;
}
.left-banner-icon {
	height: 15px;
	width: 18px;
	background: url(assets/images/sprite1.svg);
	display: inline-block;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: -75px -10px;
}
.left-banner-text {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    font-family: 'Roboto';
    /*text-transform: uppercase;*/
    line-height: 32px;
}

.right-banner-subtitle::before {
    content: "";
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -83px -31px;
    left: 18px;
    height: 34px;
    width: 38px;
    display: inline-block;
}
.left-banner-subtext {
	color: #ff85b6;
	font-size: 12px;
	margin-left: 33px;
}
.left-banner-btn {
	margin-top: 50px;
    margin-bottom: 50px;
}
.left-banner-btn a {
	font-size: 20px;
	height: 60px;
	width: 225px;
}
.left-banner-btn a.book-btn {
    background-color: #ff85b6;
    color: #fff;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.left-banner-btn a.book-btn:hover {
	background: #fff;
	color: #ff85b6;
}
.left-banner-btn a.call-btn:hover {
	background: #ff85b6;
	color: #fff;
}
.left-banner-btn a span {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
.left-banner-btn a.call-btn {
	background-color: #fff;
	color: #ff85b6;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.right-banner-content {
    /* background-color: #ff85b69e; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42%;
    padding: 20px;
    border-radius: 19px;
    position: relative;
    /*left: -20%;
    top: 160px;*/
	left: 0%;
	top: 176px;
}
.right-banner-img {
	margin-right: 20px;
    width: calc(33% - 20px);
}
.right-banner-text {
    border-left: 2px solid #ffffff63;
    padding: 30px 20px 40px;
    background-color: #ffffff29;
}
.right-banner-img img {
    width: 100%;
}
.right-banner-subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.right-banner-title {
    color: #312244;
    font-size: 44px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}
.right-banner-para {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.right-banner-btn a {
    padding: 8px 0 5px;
    width: 129px;
    background: #38314b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #38314b;
}
.right-banner-btn button {
    height: 60px;
    width: 260px;
    background: #38314b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 21px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #ff85b6;
    cursor: pointer;
}

.right-banner-btn a:hover {
	background: #FFFFFF;
	color: #ff85b6;
	border: 1px solid #ff85b6;
}

/* About Area */
.about {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.left-about {
	width: 60%;
	margin-right: 40px;
}
.left-about-content {
    background: #f5f5f5;
    padding: 50px;
}
.left-about-title {
    font-size: 64px;
    font-family: 'Bebas Neue', sans-serif;
    color: #ac5c88;
    font-weight: bold;
    text-align: right;
}
.left-about-subtitle {
    font-size: 54px;
    color: #444;
    font-family: 'Bebas Neue', sans-serif;
    text-align: right;
    margin: 35px 0;
    font-weight: 300;
    width: 80%;
    margin: 75px 0 75px auto;
    line-height: 67px;
}
h2.left-about-subtitle.title2 {
        margin: 0;
    text-align: left;
    line-height: 40px;
    padding: 5px 0 10px;
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 100;
    font-family: system-ui;
    width: 100%;
}
.common-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-btn a {
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 66px; */
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background-color: #ffffff;
    padding: 20px;
    border: 2px solid;
    min-width: 350px;
    border-radius: 5px;
}
.common-btn a:hover {
    color: #ff85b6;
    border: 2px solid #302044;
	background: #302044;
}
.btn-icon {
    height: 35px;
    width: 40px;
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -88px -35px;
}
.common-btn.left-about-btn {
	margin-bottom: 25px;
}
.common-btn.left-partner-btn a {
    margin-right: 40px;
}
.btn-icon {
	height: 35px;
	width: 40px;
	background: url(assets/images/sprite1.svg);
	background-repeat: no-repeat;
	background-position: -88px -35px;
}
.left-partner-img {
    margin: 0px 0px 60px 0;
    height: 176px;
    background-image: url(assets/images/sprite2.jpg);
    background-size: 100% auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

span.presstexthome {
    text-align: right;
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: bold;
    padding-right: 50px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
}
.left-partner-img img {
	width: 100%;
}
.right-about p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    padding-top: 0px;
}
span.right-about-para a {
    display: contents;
    color: #444;
    text-decoration: underline;
}
.right-about a {color:inherit; text-decoration:underline;}
.right-about {
	width: 40%;
}
.right-about-img {
    width: 270px;
    height: 297px;
    background-image: url(assets/images/sprite2.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.right-about-img img {
	width: 100%;
}
.right-about-para {
    font-size: 18px;
    color: #444;
    margin-top: 30px;
    line-height: 34px;
}
span.right-about-para:first-child {
    margin-top: 0px;
}
/* Doctors Area*/
.docstop {
    display: flex;
    padding-top: 60px;
}
.docstop p {
    font-size: 18px;
    line-height: 34px;
    padding-left: 40px;
    padding-bottom: 30px;
}
.docstop h2 {
    color: rgb(112, 183, 193);
    font-size: 29px;
    line-height: 32px;
    font-family: "bebas neue";
    position: relative;
    padding-left: 40px;
    margin: 0px 0px 50px;
}
.doctors-area {
	overflow: hidden;
	background-color: rgba(221, 221, 221,0.3);
	text-align: center;
}
.section-title.best-title {
    font-size: 55px;
    color: #302044;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 60px;
}
.section-title {
    font-size: 66px;
    color: #ff85b6;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    margin-bottom: 55px;
}
.section-subtitle {
	font-size: 18px;
	color: #444;
	text-align: center;
	width: 95%;
	margin: 0 auto 80px;
	line-height: 26px;
	padding-bottom: 10px;
    padding-top: 30px;
	font-size: 16px;
}
.section-subtitle-dochome {
    font-size: 18px;
    color: #444;
    text-align: center;
    width: 84%;
    margin: 0 auto;
    line-height: 30px;
}

.doctors {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
}
div#healow-root {
    position: relative;
}
div#healow-root a {
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}
.single-doctor {
    width: 30%;
    margin-right: 1.5%;
    text-align: center;
    z-index: 1;
}
a span.bookonlinebtn.refviewbut {
    width: 300px;
    border-radius: 0px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    position: relative;
    left: 0;
    right: 0;
}
.single-doctor.reviewpage .doctor-name {
    background-color: #38314900;
    color: #fff;
}
.single-doctor:last-child {
	margin-right: 0;
}
div#healow-root a {
    width: 80%;
}
.doctor-img {
    -webkit-box-sizing: border-box;
}
.doctor-img {
    width: 100%;
    height: auto;
}
.doctor-img img {
    width: 100%;
}
div#healow-root a {
    width: 100%;
}
.doctor-name {
	background: #fff;
    color: #444;
    padding: 20px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'bebas neue';
	margin: 0 auto;
	width: 20%;
}
section.doctors-area.section-padding img {
    width: 20%;
    height: auto;
}
.bookonlinebtn {
    text-align: center;
    padding: 12px 0px 8px 0px;
    background: #302044;
    color: #fff;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    letter-spacing: 3px;
    width: 100%;
    margin: 0 auto;
}
.bookonlinebtn:hover {
    color: #302044;
}
.bookonlinebtnmargin {
    margin: -5px auto;
}
.doctors-area .header-cont-btn {
	background: transparent;
	position: relative;
	text-align: center;
	width: 50%;
	margin: 70px auto auto;
}
.doctors-area .header-cont-btn::before {
	content: "same day appointment";
	font-family: 'Bebas Neue', sans-serif;
	font-size: 20px;
	color: #ff85b6;
	position: absolute;
	top: 5px;
	right: 60px;
}
.doctor-btn .header-cont-btn ul li::before {
    background-position: 12px -34px;
    height: 40px;
    width: 53px;
    position: absolute;
    left: -15px;
    top: 18px;
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
}
.doctor-btn .header-cont-btn ul li:nth-child(2)::before {
	background-position: -39px -37px;
	left: 38px;
	top: 26%;
	width: 40px;
}

.doctors-area .header-cont-btn ul li {
	border-right: 1px solid #ff85b6;
	width: 50%;
}
.doctors-area .header-cont-btn ul li:last-child {
	padding-right: 0;
	border-right: none;
    padding-left: 44px;
}
.doctors-area .header-cont-btn ul li a {
	color: #ff85b6;
	font-size: 40px;
	font-weight: bold;
	margin-left: 0;
}

/* Gallery Area */

.gallery-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-item {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 50px;
}
.single-item:nth-child(2),
.single-item:nth-child(4) {
	margin-right: 0%;
}
.gallery-thumb {
    width: 654px;
    height: 438px;
    background-image: url(assets/images/sprite2.jpg);
    background-repeat: no-repeat;
    background-size: 116% auto;
}
.gallery-thumb.one {
    background-position: 0px -212px;
}
span.gallery-office-img img {
    height: auto;
}
.section-heading span.section-subtitle strong {
    color: #444;
    font-size: 24px;
    line-height: 32px;
    font-family: 'robotoregular',  Arial, Arial, Helvetica, sans-serif;
    margin: 40px 0 40px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #00a5bc;
    padding-bottom: 10px;
}
.gallery-thumb.two {
    background-position: 0px -665px
}
.gallery-thumb.three {
	background-position: 0px -1115px;
}
.gallery-title {
	font-size: 22px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 700;
	color: #4A4A4A;
	margin-bottom: 20px;
	position: relative;
	padding-left: 90px;
}
.gallery-title::before {
	content: '';
	height: 1px;
	width: 73px;
	background: #707070;
	position: absolute;
	top: 50%;
	left: 0;
}
.gallery-thumb img {
	width: 100%;
}

.single-item .section-heading {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.single-item .section-title {
	text-align: left;
}
.single-item .section-subtitle {
	text-align: left;
	margin-bottom: 0;
}
.res-single-item2 {
	display: none;
}
.common-btn.gallery-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
}

/* Review Area */

.review-area {
	overflow: hidden;
	padding-bottom: 110px;
}
.review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-review {
    background: #ac5c88;
    margin-right: 15px;
    width: 25%;
    padding: 40px 32px;
}
.single-review:last-child {
	margin-right: 0px;
}
.review-star {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.star {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	color: #FFD100;
}
.review-star img {
	width: 80%;
}
.review-text {
    color: #fff;
    font-style: italic;
    margin: 30px 0 0 0;
    height: 210px;
    font-family: 'times new roman';
    font-size: 22px;
    line-height: 30px;
}
.review-name {
	color: #fff;
	padding: 60px 0 0;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
}
.review-name::before {
    content: '';
    height: 5px;
    width: 185px;
    background: #68e5e6;
    margin-right: 8px;
}

.review-name-m {
	color: #434343;
	padding: 0px 0 0;
	text-align: right;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
	justify-content: center;
}
.review-name-m::before {
    content: '';
    height: 5px;
    width: 60px;
    background: #ff85b6;
    margin-right: 8px;
	margin-top: 2px;
}

.review-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-evenly;
	margin-top: 80px;
}
.common-btn.review-btn1 {
	display: inline-block;
}
.common-btn.review-btn2 {
	display: none;
}

/* Procidures Area */
.procedures-area.section-padding {
	padding: 120px 0px;
}
section.procedures-area.section-padding.proceduremain {
    background: #312244;
}
.procedure {
    display: block;
    text-align: center;
}

.procedure-content {
	width: 35%;
}
.procedure-subtitle {
	font-size: 55px;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	line-height: normal;
}
.procedure-title {
	color: #ff85b6;
	font-size: 60px;
	font-weight: bold;
	font-family: 'Bebas Neue', sans-serif;
}
.procedure-para {
    color: #ffffff;
    font-size: 22px;
    line-height: 35px;
    margin: 50px 80px;
}

.common-btn.procedure-btn {
justify-content: center;
    margin-top: 20%;
    text-align: center;
    align-items: center;
}
.procedure-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.single-info:last-child {
    background: #ff85b6;
}
.single-info {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    height: 270px;
    padding: 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 40px -6px #30204436;
    box-shadow: 3px 3px 40px -6px #30204436;
    border-radius: 5px;
}
.single-info-row {
    display: flex;
    justify-content: space-between;
}

.single-info-left {
    width: 20%;
	margin-top: 7px;
}
.single-info-right {
    width: 75%;
	text-align: left;
	padding: 10px 0;
}
.single-info-row img {
    width: 60px;
    height: 60px;
}
.info-title {
	font-size: 26px;
	font-weight: normal;
	font-family: 'Bebas Neue', sans-serif;
	color: #ff85b6;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.info-title a {
    color: #302044;
}
.info-title a:hover {
    color: #ff85b6;
}
.info-title::before {
	content: "";
	height: 3px;
	width: 55px;
    background: #ff85b6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.info-text {
    font-size: 16px;
    line-height: 26px;
	color: #444;
}
.info-text p {
    font-size: 16px;
    line-height: 26px;
	color: #444;
}
.info-text.wt {color: #fff;margin: 15px 15px 0px 20px;line-height: 24px;}
.info-text.wt p {color: #fff;}
.info-title.pnk a {color: #ff85b6;}
.info-title.pnk {margin-bottom: 10px;padding-bottom: 10px;margin-left: 15px;}


/*SA*/
.procedures-areaSa {
    background-image: url(assets/images/procedure-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.procedureSa {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
}
.single-procedureSa {
    padding: 50px 28px 55px 28px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 3px 3px 40px rgba(0, 91, 111, 0.15);
    background-color: #ff85b6;
}
.single-procedureSa-title.ico1:before {
	content: '';
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -3px -78px;
    height: 90px;
    width: 90px;
    position: absolute;
	top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.single-procedureSa-title.ico2:before {
	content: '';
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
	background-position: -50px -172px;
    height: 90px;
    width: 90px;
    position: absolute;
	top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.single-procedureSa-title.ico3:before {
	content: '';
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -98px -78px;
    height: 90px;
    width: 90px;
    position: absolute;
	top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.single-procedureSa-title {
	font-size: 36px;
    color: #83e2ff;
    font-family: 'Bebas Neue', sans-serif;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
	padding-top: 120px;
}
.single-procedureSa-content {
    line-height: 34px;
    margin-bottom: 50px;
	color: #fff;
	min-height: 137px;
}
.single-procedureSa > a {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    border: 1px solid;
    width: 90%;
    border-radius: 5px;
}
.single-procedureSa > a:hover {
	background: #302044;
}
/* Condition Area */
.common-btn.conditionbutton {
    justify-content: center;
}
section.condition-area.section-padding .section-subtitle-dochome {
    margin-bottom: 80px;
}
.condition-area {
	overflow: hidden;
}
.condition-area .container {
    max-width: 1200px;
}
/* Slider Start  */
.slider-container {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: white;
    height: 100%;
    z-index: 2;
}
.slider-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    background: white;
    height: 100%;
    z-index: 2;
}
.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
.slider__switch.for-sidebar {
    bottom: 97px;
    cursor: pointer;
}
.slider-container.sidebar-review-slider {
    overflow: hidden;
}
.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}

/* Slider End */
.condition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
}
.single-condition {
    width: 47%;
    margin-right: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #312244;
    margin-bottom: 3%;
    position: relative;
}

.single-condition:nth-last-child(2):after, .single-condition:last-child:after {
    display: none;
}

.single-condition:nth-child(2),
.single-condition:nth-child(4),
.single-condition:nth-child(6),
.single-condition:nth-child(8) {
	margin-right: 0;
	width: 50%;
}
.condition-thumb {
	height: 200px;
	width: 160px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px dashed rgba(0, 91, 111,0.23);
}
.condition-thumb img {
	width: 100px;
	height: auto;
}
img.condition-images {
    height: 100%;
}
.ctb-sprite {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image: url(assets/images/sprite2.jpg);
    background-repeat: no-repeat;
	overflow: hidden;
}
.ctb-sprite.one {
    background-position: -676px -550px;
}
.ctb-sprite.two {
    background-position: -676px -689px;
}
.ctb-sprite.three {
    background-position: -676px -831px;
}
.ctb-sprite.four {
    background-position: -676px -969px;
}
.ctb-sprite.five {
    background-position: -676px -1114px;
}
.ctb-sprite.six {
    background-position: -676px -1528px;
}
.ctb-sprite.seven {
    background-position: -676px -1253px;
}
.ctb-sprite.eight {
    background-position: -676px -1389px;
}

.condition-text {
    font-size: 19px;
    font-family: 'robotoregular',  Arial;
    color: #ff84b6;
    margin-left: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.condition-text a{
    color: #ff84b6;
}
.mobile-sa-spacer {
    display: inline-block;
}
.res-cond-btn {
	display: none;
}
.prev-btn, .next-btn {
    height: 55px;
    width: 55px;
    border-left: 1px solid #4a4a4a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #4a4a4a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    margin: auto 0;
    cursor: pointer;
    z-index: 3;
}
.next-btn {
	border-top: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
	left: auto;
	right: -100px;
	border-left: 0;
	border-bottom: 0;
}

/* Best Area */
.header-cont-btn.contbut {
    width: 524px;
    margin: 0 auto;
}
.best-area {
	overflow: hidden;
	text-align: center;
}
.best-area .container {
    max-width: 1190px;
}
.best-top-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.best-top-logo {
	margin-right: 55px;
}
.best-top-content-btn .header-cont-btn {
	width: 510px;
	margin: 0 auto;
	text-align: center;
}
.best-top-content-btn .header-cont-btn ul li a {
	font-size: 27px;
}
.best-top-title {
	margin-top: 20px;
}

.best-middle-title {
    color: #555555;
    font-size: 52px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5em;
    text-align: center;
    margin-bottom: 60px;
}

.best-bottom-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.best-bottom-thumb {
	margin-right: 30px;
}
.best-bottom-thumb img {
	width: auto;
	height: 400px;
}
.best-bottom-text {
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
.best-single-text {
    margin-bottom: 22px;
    line-height: 34px;
}
.best-single-text:last-child {
	margin-bottom: 0px;
}

/* Location Area */
.contactcontent h2 {
    color: #444;
    font-size: 24px;
    line-height: 32px;
    font-family: 'robotoregular', sans-serif;
    margin: 40px 0 40px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #00a5bc;
    padding-bottom: 10px;
}
.address-location.contactpage .single-add-location {
    align-items: center;
    margin-bottom: 19px;
    padding-bottom: 32px;
}
.address-location.contactpage {
    padding: 30px;
    padding-bottom: 60px;
}
.location-area {
	overflow: hidden;
}
.location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
span.location-text-title a {
    color: #fff;
    text-decoration: underline;
}
.contactpage .single-add-location:last-child {
    margin-bottom: 0px;
    padding-bottom: 12px;
}
.location.maincontactpage {
    align-items: start;
	margin-top: 40px;
}
.location.maincontactpage .es-manhattans-l {
    padding-left: 30px;
    margin-top: 0px;
}
span.address-location.contactpage .address-location-thumb {
    background-image: none;
    display: flex;
}
span.address-location.contactpage {
    width: 50%;
    padding: 20px;
}
.address-location {
    width: 63%;
    padding: 75px 120px 75px 50px;
    position: relative;
    background: linear-gradient(#93507b 0%, #302044 80%);
}

.single-add-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: center;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255,0.45);
}
.single-add-location:nth-child(3) {
	border-bottom: 1px dashed transparent;
}
.address-location-thumb {
    margin-right: 30px;
    max-width: 262px;
    height: 160px;
    width: 100%;
    background-image: url(assets/images/sprite2.jpg);
    background-repeat: no-repeat;
    background-size: 116% auto;
}
.address-location-thumb.one {
    background-position: 0px -87px;
}
.address-location-thumb.two {
    background-position: 0px -270px;
}
.address-location-thumb.three {
	background-position: 0px -456px;
}
.address-location-text {
    color: #fff;
    width: 65%;
}
.location-text-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 24px;
	letter-spacing: 3px;
}
.location-text-subtitle {
	font-weight: 700;
	font-size: 18px;
	margin: 10px 0 24px 0;
}
.location-text-subtitle2 {
	font-size: 14px;
	font-weight: 700;
}

.location-btn1, .location-btn2 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    font-size: 28px;
    position: relative;
    padding: 24px 0 16px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: normal;
	width: 57%;
    float: right;
	letter-spacing: 3px;
	border: none;
    background: transparent;
	border-bottom: 1px solid #ff85b6;
	cursor:pointer;
}
.location-btn1::before, .location-btn2::before {
    content: '';
    background: url(assets/images/sprite1.svg);
    height: 38px;
    width: 38px;
    background-repeat: no-repeat;
    background-position: -1px -35px;
    margin-right: 16px;
	margin-top: -8px;
}
.location-btn2::before {
	background-position: -38px -35px;
}
.location-btn2 {
	margin-top: 20px;
}
.map-location {
    width: 37%;
    margin-left: -80px;
    position: relative;
}
.map-location img {
	height: auto;
	width: 100%;
}
span.phbot {
    display: block!important;
    padding-bottom: 30px;
    font-weight: bold;
    padding-top: 20px;
}
.es-manhattan-single-head span {
    display: block!important;
}
/* Disclaimer Area */

.disclaimer-area {
	background: #F7F7F7;
}
.disclaimer-area .section-title {
	font-size: 35px;
}
.disclaimer-area .section-subtitle {
	margin-bottom: 0;
	font-size: 16px;
}

/* Footer Area */
span.footer-address ul li {
    display: block;
}
span.footer-action-area {
    text-align: right;
}
span.footerheader span img {
    filter: brightness(0) invert(1);
}
.footerheader {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #fff;
}
.footer-area {
    background: #312244;
    overflow: hidden;
    padding: 50px 0;
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
}
.single-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 32%;
	margin-right: 1.33%;
}
.single-footer:last-child {
	margin-right: 0;
}
.footer-map {
	background-image: url(assets/images/sprite1.svg);
	background-repeat: no-repeat;
	background-position: -97px -2px;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.footer-address {
	width: calc(100% - 40px);
	color: #fff;
	font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.footer-address ul li {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.footer-address a {
	color: #fff;
	font-weight: normal !important;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.copyright-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0 0;
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
.left-copyright {
    color: #fff;
    width: 100%;
    font-size: 14px;
}
ul#menu-footer-menu {
    padding-top: 20px;
}
.left-copyright a {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal !important;
}
.left-copyright ul li {
	color: #fff;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.left-copyright ul li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.right-copyright {
	width: 100%;
}
.single-right-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.right-copyright ul li {
    color: #fff;
    font-size: 16px;
    margin-left: 50px;
}
.copyright-logo {
	/*margin-right: 60px;*/
}
/*SA Dr Profile*/
.saNewBannerArea {
    background: #ff85b6;
    padding: 0px 0px 380px 0px;
}
.saBanner h2 {
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 80px;
    font-weight: 300;
    color: #FFF;
}

.saAllDoctorArea {
    margin-top: -250px;
}
.saDrGrid {
    display: grid;
    grid-template-columns: 70%;
    grid-gap: 4%;
    justify-content: center;
}
.saSingleDr {
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 20px;
    text-align: center;
}
.saDrImage {
    margin-top: -108px;
    margin-bottom: 20px;
}
.saDrImage img {
    height: 165px;
    width: auto;
	border-radius: 100px;
}
.saSingleDr.mtDr {
    margin-top: 130px;
}
.singleDrSaTitle {
    font-size: 28px;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    color: #444444;
}
.singleDrSaDeg {
    color: #B2B2B2;
    font-size: 13px;
    display: block;
    position: relative;
    padding-bottom: 50px;
    font-style: italic;
}
.singleDrSaDeg:after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 1px;
    background: #707070;
}
.singleDrSaStars {
    color: #C4231C;
    font-size: 26px;
    margin-bottom: 20px;
}
.singleDrSaContent {
    font-size: 18px;
    color: #444444;
    line-height: 34px;
    min-height: 135px;
}
.singleDrSaButtons {
    margin-bottom: -45px;
    margin-top: 30px;
}
.singleDrSaButtons a {
    background: #68e5e6;
    padding: 15px 40px;
    font-size: 23px;
    font-weight: 700;
    color: #FFF;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    margin: 0px 4px;
}
.singleDrSaButtons a:last-child {
    background: #ff85b6;
}

.saImageArea {
    padding: 85px 0px;
}
.saImages img {
    display: block;
    margin: 0 auto;
}
.saImages img.imgSaTwo {
    margin-top: 80px;
}
span.saImages p {
    text-align: center!important;
	margin: 10px auto;
}
.saBlockRow {
    justify-content: center;
    display: flex;
}
.saBlockLeft {
    width: 50%;
    background: #ff85b6;
    padding: 60px 100px 60px 60px;
}
.saBlockRight {
    width: 50%;
    background: #68e5e6;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #fff;
}
.saBlockContent {
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
}
.saBlockContent + .saBlockContent {
    margin-top: 30px;
}
.saBlockTitle {
    font-size: 29px;
    line-height: 47px;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 50px;
	padding-right: 80px;
}
.saBlockRight ul li {
    font-size: 18px;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    position: relative;
}
.saBlockRight ul li:after {
    content: "";
    position: absolute;
    top: 18px;
    left: -25px;
    width: 10px;
    height: 10px;
    background: white;
}
.saLoveArea {
    background-image: url(https://www.obgynecologistnyc.com/wp-content/uploads/2020/05/primary-patient-care.jpg);
    background-size: 100% auto;
    margin: 120px 0px 65px 0px;
    background-position: center center;
	background-repeat: no-repeat;
}
.saLoveContent {
    width: 50%;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    padding: 55px 90px 85px 90px;
}
.saLoveImage {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    background: #E63329;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
.saLovePera {
    font-size: 18px;
    line-height: 34px;
    color: #FFF;
}

.saLoveBottomArea {
    padding-bottom: 65px;
}
.saLoveBottomTexts {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    font-weight: bold;
}
.saSingleDrRow {
	display: flex;
    flex-direction: row;
    width: 100%;
}
.saSingleDrLeft {
    width: 35%;
}
.saSingleDrNameRow {
    display: flex!important;
    align-items: center;
}
.saSingleDrProfileImage {
    width: 30%;
}
.saSingleDrProfileName {
    padding-left: 0px;
}

span.saSingleDrProfileImage img {
    border-radius: 100px;
	margin-bottom: 20px;
}
.saSingleDrArea {
    margin-top: 40px;
}

h3.faqhead {
    font-size: 40px!important;
    font-family: 'Bebas Neue', sans-serif!important;
    color: #ff85b6!important;
    border-bottom: 0px!important;
    background: #302044;
    padding: 30px;
}
.saSingleDrProfileTitle {
    font-size: 50px!important;
    color: #ff85b6!important;
    font-weight: 700!important;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif!important;
	margin: 0px!important;
}
.saSingleDrProfileDeg {
    font-size: 16px;
    font-style: italic;
    color: #444444;
}
.saSingleDrProfileBio {
    font-size: 16px;
    line-height: 25px;
    margin-top: 24px;
    color: #444444;
    margin-bottom: 34px;
}
.saSingleDrProfileBookingButton a {
    font-size: 19px;
    font-weight: 700;
    background: #302044;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    color: #ff85b6!important;
    padding: 17px 35px 14px;
    letter-spacing: 2px;
    border-radius: 50px;
}
.drProfileQuoteArea {
    padding: 40px 0px;
}
.drProfileQuoteStart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.drProfileQuoteStarsFive {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: #ff85b6;
    font-weight: bold;
}
.StarsNo {
    margin-right: 16px;
}
.drProfileQuoteStart:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    max-width: 240px;
}
.drProfileQuoteContent {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    padding: 50px 0px 60px 0px;
    position: relative;
    border-bottom: 1px solid #ddd;}
.quotetop {
    position: absolute;
    top: 10px;
    left: 0px;
	filter: grayscale(1);
}
.quoteBottom {
    position: absolute;
    bottom: 20px;
    right: 10px;
	filter: grayscale(1);
}
.saSingleDrRight {
    width: 65%;
    padding-left: 80px; 
	padding-bottom: 0px; 
}
.saDrProfileSingleContent + .saDrProfileSingleContent {
    margin-top: 40px;
}
.saDrProfileSingleContentTitle {
    font-size: 18px;
    font-family: 'robotobold',  Arial;
    margin-bottom: 40px;
}
.saDrProfileSingleContentPera {
    font-size: 18px;
    line-height: 30px;
}
/****doctors page end ****/
/* Inner Page CSS */
p.drsphhiatxt a {
    color: #fff;
    text-decoration: underline;
}
	.single-doctor.reviewpage .doctor-img img {
    width: 20%;
    height: auto;
    border-radius: 50%;	
}
.doctors.reviewsdoc {
    flex-flow: column wrap;
    width: 80%;
    margin-top: 40px;
}
.main-inner-left .smul {
    width: 57%;
    float: right;
    clear: unset;
    border: none;
    margin: 0px;
    padding: 10px;
	margin: 20px 0 20px 0;
}
h2.smul {
    background-color: #fff!important;
    border-bottom: 1px dashed #ddd;
    border: 0px!important;
    padding: 0px!important;
}
.main-inner-left p:nth-child(-n +2) {
    /*margin: 0px;*/
}
.alignleft{
    float: left;
    clear: both;
    margin-bottom: 20px;
    margin-right: 20px !important;
    border: 1px solid #eee;
}

/*****Review Page*****/
.testimonialtop {
    width: 100%;
    margin: 0 auto;
    z-index: -999;
    margin-top: -353px;
}
.fullwidthheading2 {
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 64px;
    padding: 30px 0px 10px 0px;
    text-align: center;
    color: #fff;
	line-height: 1;
}
.fullwidthheading2:after {
    content: '';
    display: block;
    width: 5%;
    height: 5px;
    background-color: #fff;
    margin: 30px auto;
}
span.sociallogos {
    margin: 0 auto;
    text-align: center;
}
span.sociallogos img:first-child {
    padding-left: 0px;
}
span.sociallogos img {
    width: auto;
    margin: 10px;
    box-shadow: 1px 1px 20px #0000001c;
    border-radius: 6px;
}
section.doctors-area.section-padding.reviewpagemain {
	background-color: #fff;
    border-radius: 10px;
    padding: 61px 0px 90px 0px;
    box-shadow: 1px 1px 20px #00000012;
}
span.section-title.reviewtitleappt {
    font-size: 56px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ff85b6;
    width: 100%;
    margin: 0 auto;
}
p.drsphhiatxt {
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    padding: 169px 30px 50px 30px;
	padding-top: 135px;
    background-color: #302044;
    border-radius: 6px;
    color: #fff;
    /*margin-top: -160px;*/
	margin-top: -126px;
    text-align: center;
}
.section-title {
    font-size: 66px;
    color: #302044;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
}
.single-doctor.reviewpage {
    margin: 0 auto;
}
.single-doctor.reviewpage .bookonlinebtn {
    margin-top: -25px;
}
span.bookonlinebtn {
    text-align: center;
    padding: 12px 0px 8px 0px;
    background: #ff85b6;
    color: #fff;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 26px;
    letter-spacing: 3px;
    width: 100%;
    margin: 0 auto;
}
span.inpres {
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
}
span.inpres img {
    width: 300px;
    margin: 0 auto;
    padding-top: 13px;
}
.es-really-area {
    display: grid;
    grid-template-columns: 90%;
    grid-gap: 30px;
    justify-content: center;
    padding-bottom: 30px;
    margin: 0 auto;
    padding-top: 100px;
}
.es-single-really {
    border: 1px solid #f1f1f1;
    padding: 40px;
    position: relative;
    padding-top: 55px;
    background: #fff;
    z-index: 99;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #00000012;
    padding-bottom: 40px;
}
.es-single-really-stars span {
    font-size: 18px;
    color: #ff85b6;
    padding-left: 47px;
}
.es-single-really-stars-text {
    font-family: 'robotoregular',  Arial;
    position: relative;
    width: 80px;
    color: #444;
    display: flex;
    height: 40px;
    right: 0px;
    bottom: 25px;
    margin: 0 auto;
    width: 60%;
    padding: 0px;
}
span.parent {
    display: grid;
    grid-template-columns: 20% 80%;
    margin: 0 auto;
    text-align: center;
}
span.parent::after {
    content: '';
    position: absolute;
    width: 70px;
    background-image: url(https://www.obgynecologistnyc.com/wp-content/uploads/2021/06/quot-icon1.png);
    right: 2%;
    z-index: 333;
    height: 70px;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: 10%;
    background-size: 70px;
}
section.reviewpagebut {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
span.es-single-really-content span {
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #000000;
}
.es-single-really-content {
    font-family: 'robotoregular',  Arial;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    width: 100%;
}
section.reviewpagebut {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.reviewpagebut a {
    width: 30%;
    padding: 27px 20px;
    font-size: 38px;
    color: #ff85b6;
    background: #302044;
    margin: 10px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/*****Review Page End*****/
.imgwidth{
	width:100%;
}

.lft-img img {
    float: left;
	margin-top:0px!important;
	border: 5px solid #e0e0e0;
}
.group {
    margin-top: 40px;
}
.lft-img.woborder img {
    border: 0px!important;
}
.lft-img {
    width: 100%;
    float: left;
    margin-bottom: 15px;
	border-bottom: 1px dashed #cacaca;
}
.lft-img .content {
    overflow: hidden;
    vertical-align: baseline;
    display: block;
    padding: 30px 10px 15px 30px;
}
.officephotos img {
    width: 561px;
    height: 378px;
    padding: 10px;
}
.officephotos {
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}
.brand-img {
	display: none;
}

.inner-page.banner-area {
    background-image: url(assets/images/inner-page-bg.jpg);
    background-position: right bottom;
	padding-bottom: 0px;
    background-color: #312244;
	background-repeat: no-repeat;
    padding: 50px 0 20px;
}
.inner-banner-text {
    font-size: 35px;
    color: #ff85b6;
    font-family: 'Bebas Neue', sans-serif;
    padding: 240px 0px 103px 0px;
    text-align: center;
}
.main-inner-page-area {
	overflow: hidden;
	padding-bottom: 40px;
}
.main-inner-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
}
span.main-inner-left{
	line-height: 34px;
	margin-top: 20px;
}
span.section-title.abouttitle {
    margin-bottom: 10px;
	color: #ff85b6;
}
span.sectiontitle2 {
    font-size: 30px;
    font-family: robotobold;
    padding-bottom: 6px;
    text-transform: uppercase;
    border-bottom: 1px dashed #868686;
    width: 100%;
    margin-bottom: 80px;
}

/*******SIDEBAR NEW******/
.sidebar-hemorrhoids ul li a {
    font-size: 14px;
    color: #444;
	line-height: 34px;
}
.sidebar-hemorrhoids ul li {
    width: 100%;
	padding-left: 15px;
    line-height: 37px;
    font-size: 13px;
    border-bottom: 1px dashed #ffffff;
}

.sidebar-hemorrhoids ul {
    padding-left: 20px;
}
.sizesmallsidebar {
    width: 40%!important;
}
.sizesmall {
    width: 60%!important;
}
.sidebar-hemorrhoids ul li a:hover {
    color: #22555d;
    text-decoration: underline!important;
}
.sidebar-hemorrhoids ul li:last-child
{
	border-bottom: 0px;
}
.sidebar-hemorrhoids ul li:before {
	content: '';
    width: 6px;
    height: 6px;
    background-color: #ff85b6;
    position: absolute;
    margin-left: -15px;
    margin-top: 16px;
    display: inline;
    border-radius: 5px;
}
.sidebar-hemorrhoids {
	background-color: #ff85b640;
    padding-bottom: 45px;
}
.sidebar-hemorrhoids h2 {
	color: #ff85b6;
    font-size: 29px;
    /* line-height: 22px; */
    font-family: 'Bebas Neue', sans-serif;
    padding: 60px 0 20px;
    padding-left: 25px;
}
.sidebar-area {
    width: calc(30% - 40px);
}
.hamimgs{
	border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px #efedef;
    -moz-box-shadow: 5px 5px 15px #efedef;
    box-shadow: 5px 5px 15px #d8d8d8;
}
span.main-inner-left.sizesmall p {
    line-height: 24px;
}
.autow {
    width: auto!important;
}
blockquote,.study-block {
    margin: 20px 0 30px;
    border: 5px solid #3020446e;
    padding-left: 20px;
    margin-left: 30px;
    font-style: italic;
    font-size: 18px!important;
    padding: 40px 40px 40px 40px;
    font-family: time;
    clear: both;
    line-height: 30px;
    color: #444;
    margin: 70px 0px 40px 0px;
    font-family: 'robotobold',  Arial;
    line-height: 34px;
    position: relative;
    text-align: center;
}
blockquote p, .study-block p {
    font-size: 18px!important;
}
blockquote:before {
    content: '';
    background: url(https://www.obgynecologistnyc.com/wp-content/uploads/2020/04/quoteblock.png);
    display: block;
    width: 93px;
    height: 56px;
    background-repeat: no-repeat;
    left: 0;
	right: 0;
	margin: 0 auto;
    position: absolute;
    top: -32px;
}
.study-block:before{
    content: '';
    background: url(https://www.obgynecologistnyc.com/wp-content/uploads/2020/04/quoteblock.png);
    display: block;
    width: 93px;
    height: 56px;
    background-repeat: no-repeat;
    left: 47%;
    position: absolute;
    top: -32px;
}
.hem-ref-links ul li a {
    color: #1f7f90;
    font-size: 12px;
}
.page-id-2531 img.alignleft {
    float: left;
    margin: 5px 30px 25px 0;
}
.page-id-2531 .main-inner-left img {
    border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px #efedef;
    -moz-box-shadow: 5px 5px 15px #efedef;
    box-shadow: 5px 5px 15px #d8d8d8;
}
.main-inner-left p {
    line-height: 34px;
}
.page-id-2531 img.alignright {
    float: right;
    margin: 0 0 20px 30px;
    box-shadow: -5px 5px 15px #d8d8d8;
}
.ourpracticesection span {
    display: flex!important;
    flex-wrap: wrap;
}
.page-id-56 .fullWidth-page-area {
    max-width: 100%;
	width:100%;
}
.page-id-22514 .fullWidth-page-area {
    max-width: 1366px;
    margin: 0 auto;
}
/*.page-id-14 .main-inner-left span {
	display: flex;
    flex-wrap: wrap;*/
}
.ulsize li {
    margin-bottom: 8px;
    padding-left: 25px!important;
    font-size: 15px!important;
    line-height: 21px!important;
	display:  block!important;
	width: 50%!important;
}
.breadcome-area p#breadcrumbs span {
    font-size: 14px;
    color: #fff;
    font-family: 'robotoregular',  Arial;
    font-weight: 300;
    /*text-transform: uppercase;*/
	display: inline-block;
    float: none;
    clear: both;
}
.breadcome-area p#breadcrumbs span a{
    color: #fff;
}
p#breadcrumbs {
    margin-bottom: 30px;
    text-align: center;
    margin-top: -100px;
}
.main-inner-left h3 {
	color: #444444;
    font-size: 20px;
    font-family: 'robotoregular',  Arial;
    line-height: 35px;
}
.hemo-treat {
	padding: 54px 0 42px 40px;
	margin: 0 !important;
}
.hemo-treat li {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	line-height: 77px !important;
	color: #444 !important;
	font-size: 20px;
	font-weight: bold;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative !important;
	padding-left: 126px !important;
	border: none !important;
	padding-top: 0px !important;
    padding-bottom: 0px !important;
	border-bottom: 1px dashed #cacaca!important;
}
.hemo-treat li a{
	color: #444 !important;
}
.hemo-treat li::before {
    content: '';
    background: url(assets/images/sprite1.svg);
    height: 15px;
    width: 18px;
    position: absolute;
    /* top: 0px; */
    left: 0px;
    background-position: -75px -8px;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hemo-treat li::after {
	content: "";
	height: 1px;
	width: 72px;
	background: #ff85b6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 42px;
	margin: auto 0;
}
.inner-call-btn {
    /* height: 90px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin: 50px 0px;
	background: linear-gradient(to right, #ff85b6 0%, #006f9d 100%);
	border-radius: 5px;
}
.inner-call-btn::before {
    content: '';
    height: 65px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
}
.inner-call-btn a:last-child::before {
    background-position: -41px -36px;
    left: 127px;
}
.inner-call-btn a::before {
	content: '';
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: 0 -36px;
    height: 33px;
    width: 36px;
    position: absolute;
    left: 118px;
    top: 31px;
}
.right-nyc .inner-call-btn::before {
	display:none;
}
.right-nyc .inner-call-btn a:last-child::before {
    display:none;
}
.right-nyc .inner-call-btn a::before {
    display:none;
}
.right-nyc .inner-call-btn a {
    background: #fff;
    color: #ff85b6!important;
    font-weight: bold;
    padding: 21px 50px 15px 50px;
    border: 1px solid #ff85b6;
    border-radius: 5px;
    width: 460px;
}
.right-nyc .inner-call-btn {
    margin: 10px 0px;
}
a.rightbotbut {
    font-size: 30px;
    text-decoration: none!important;
    width: 100%;
}
.inner-call-btn a {
    color: #ffffff !important;
    font-size: 28px;
    font-family: 'Bebas Neue', sans-serif;
    position: relative;
    text-decoration: none !important;
    padding: 38px 50px 30px 50px;
    width: 42%;
    text-align: center;
    font-weight: 700;
}
/****Grid quote block****/
span.statblock.statimg:before {
    display: none;
}
.pagecaptl {
    display: grid!important;
    grid-template-columns: 40% 60%;
    margin: 40px auto;
}
.statblock {
    padding: 40px;
    font-size: 18px;
    line-height: 37px;
    font-style: italic;
    text-align: center;
    color: #444!important;
    background: -webkit-gradient(linear,left top, right top,from(#d9efff),to(#a8dbfe));
    background: #fceff2;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    font-family: 'robotobold', Arial;
    /* border: 1px solid #44a6bd5c; */
    width: 40%;
    float: left;
    clear: both;
    margin-right: 3%!important;
    margin-bottom: 30px!important;
	margin-top: 0px!important;
    border: 3px dashed #ff85b6;
}
.floatright{
	float: right;
	margin-left: 3%!important;
	margin-right: 0%!important;
	margin-top: 0%!important;
}
.floatinsidetext{
	margin-top: -270px !important;
}
.floatinsidetext-2 {
	margin-top: -205px !important;
}
.statblock:before {
    content: '';
    width: 71px;
    height: 67px;
    display: block;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    font-style: initial;
    margin-bottom: 18px;
    background: url(assets/images/pregnant.svg);
    background-size: 112%;
    background-position: -3px -7px;
}
span.textblock {
    line-height: 34px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}
.statblock.statimg {
    padding: 0px;
    border-left: 0px;
    background: #fff;
}
span.pagecaptr {
    display: grid!important;
    grid-template-columns: 60% 40%;
    margin: 40px auto;
}
span.textblock.pdngr {
    line-height: 34px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}
span.statblock.statimg img {
    width: 100%;
    height: auto;
}
.marginextra{
	margin-bottom:70px!important;
}
/****Grid quote block end****/
.main-inner-left h4 {
	color: #ff85b6;
	font-size: 35px;
	font-family: 'Bebas Neue', sans-serif;
	line-height: 42px;
	margin: 49px 0 43px;
}
.video-area {
	overflow: hidden;
	position: relative;
	color: #444;
    font-size: 18px;
    line-height: 34px;
    margin: 25px 0px;
}
.video-area P {
	color: #444;
    font-size: 18px;
    line-height: 34px;
    margin: 0px!important;
}
.video-area img {
    width: 30%;
    margin-right: 25px;
    float: left;
    height: auto !important;
	margin-top: 10px;
	border: 10px solid #efefef;
}
.play-btn {
	position: absolute;
	height: 98px;
	width: 98px;
	background: url(assets/images/play-btn.png);
	top: 104px;
	left: 197px;
}
.page-review-area {
    padding: 40px 52px 85px;
    overflow: hidden;
    margin: 50px 0 37px;
    position: relative;
    background: #70b5e4;
    color: #fff !important;
    font-size: 22px !important;
    font-style: italic;
    font-family: 'times new roman';
    line-height: 40px !important;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
.inner-blog-star {
	text-align: center;
}
.inner-star {
    display: block!important;
    color: #ffca00;
    font-size: 30px;
    margin-right: 27px;
    font-style: normal;
    margin-bottom: 20px;
    padding: 9px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.page-review-area p {
    color: #fff !important;
    font-size: 22px !important;
    font-style: italic;
    font-family: 'times new roman';
    line-height: 40px !important;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
.quote1, .quote2 {
    font-size: 148px;
    font-family: 'times new roman';
	color: #ff85b6;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 21px;
    opacity: .4;
}
.quote2 {
    top: 71%;
    left: 92%;
}
.press-area p {
	color: #fff!important;
	font-family: 'robotoregular',  Arial!important;
	margin-bottom: 0px;
	margin: 10px 0 0 0px!important;
}
.press-area h6 {
	color: #444;
	font-size: 23px;
	font-family: 'Bebas Neue', sans-serif;
	margin-bottom: 10px;
	line-height: 23px;
}
.press-area img {
	width: 380px;
}
.main-inner-left h2 {
    color: #444;
    font-size: 26px;
    line-height: 32px;
    font-family: 'robotoregular', Arial;
    margin: 40px 0 20px;
    position: relative;
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 20px;
    position: initial;
}
.main-inner-left h2 a {
    color: #ff85b6;
    font-family: 'Bebas Neue', sans-serif;
    text-decoration: none;
}
.main-inner-left h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'robotoregular',  Arial;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    color: #444;
	margin: 30px auto;
	display: flow-root;
}
.main-inner-left p {
color: #444;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0px;
}
.subtitle-p {
    font-size: 18px !important;
    margin-top: 30px !important;
	text-align: center;
	margin: 20px auto !important;
	padding-bottom: 10px;
}
.main-inner-left br {
    /*display: none;*/
}
.main-inner-left span {
    display: inline-block;
}
.main-inner-left p:empty {
    display: none !important;
}
.main-inner-left a {
    color: #1a0dab;
    text-decoration: underline !important;
    font-weight: inherit !important;
	display: contents;
}
.main-inner-left ul {
    margin: 20px 0 20px 0;
    padding-left: 30px;
    /* background-color: #f7f7f7; */
    /* border: 1px dashed #ddd; */
    display: flow-root;
}
.main-inner-left ul li {
    display: inline-block;
    color: #444;
    line-height: 1.8em;
    /* border-bottom: 1px dashed #C7C7C7; */
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}
.clearboth{
	clear: both;
	padding-top: 20px;
}
.main-inner-left ul li::before {
	content: '';
	background: url(assets/images/sprite1.svg);
	height: 15px;
	width: 18px;
	position: absolute;
	top: 9px;
	left: 0px;
	background-position: -75px -10px;
}
.main-inner-left ol {
    margin: 20px 0 20px 0;
    padding-left: 30px;
    /* background-color: #f7f7f7; */
    padding-left: 30px;
    /* border: 1px dashed #ddd; */
    clear: both;
}
.main-inner-left ol li {
    display: inline-block;
    color: #444;
    line-height: 26px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
	counter-increment: li;
}
.main-inner-left ol li::before {
	content: counter(li) ". ";
	position: absolute;
    left: 0px;
}
.main-inner-left ul li ul {
    padding: 0px;
    margin: 20px;
	border: none;
}
.cause-hemo {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}
.main-inner-left strong {
    margin: 25px 0 25px;
}
.left-hemo {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff85b6), to(#006f9d));
	background: -o-linear-gradient(#ff85b6 0%, #006f9d 100%);
	background: linear-gradient(#ff85b6 0%, #006f9d 100%);
	width: 570px;
	padding: 45px 37px;
}
.hemorriod-cond {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
}
.hemmo-text {
	color: #fff;
	font-size: 29px;
	font-weight: bold;
	line-height: 42px;
	padding: 22px;
	border-top: 2px solid rgba(240,234,207, 0.28);
	border-left: 2px solid rgba(240,234,207, 0.28);
	border-right: 2px solid rgba(240,234,207, 0.28);
	margin-bottom: 40px;
	position: relative;
}
.hemmo-text::before, .hemmo-text::after {
	content: '';
	height: 2px;
	width: 58px;
	background: rgba(240,234,207, 0.28);
	position: absolute;
	bottom: 0;
}
.hemmo-text::before {
	left: 0;
}.hemmo-text::after {
	right: 0;
}
.left-hemo p {
	font-size: 18px;
	color: #fff;
}
.left-hemo .inner-call-btn {
	height: 168px;
	background: rgba(0,91,111,0.6);
	margin-top: 35px;
	padding-left: 25px;
}
.left-hemo .inner-call-btn a {
	font-size: 32px;
}
.left-hemo .inner-call-btn::after {
	font-size: 14px;
	right: 8%;
	top: 46px;
}
.right-hemo {
	width: calc(100% - 575px);
	background: rgba(240,234,207,0.47);
	padding: 45px 10px 16px 16px;
}
.hemo-img {
	background: #fff;
	margin-top: 15px;
	text-align: center;
	height: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.hemo-img img {
	width: 255px;
}
.ligation-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-ligation {
	width: 50%;
	margin-right: 20px;
	border: 1px solid #DDDDDD;
	padding: 28px 0 8px;
}
.single-ligation:last-child {
	margin-right: 0;
}
.single-ligation h6 {
	color: #ff85b6;
	font-size: 26px;
	font-family: 'Bebas Neue', sans-serif;
	line-height: 34px;
	margin-bottom: 26px;
}
.ligation-text {
	padding: 0 20px 0 28px;
	height: 240px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 24px;
}
.single-ligation img {
	width: 100%;
}
.nyc-best-area {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff85b6), to(#ff85b63d));
	background: -o-linear-gradient(#ff85b6 0%, #ff85b63d 100%);
	background: linear-gradient(90deg,#ff85b6,##ff85b63d);
	padding: 30px 80px 80px 60px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 55px;
    border-radius: 5px;
	margin-bottom: 50px;
	clear: both;
}
.nyc-title {
	color: #fff;
	font-size: 44px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 300;
	line-height: 52px;
}
.nyc-sub-title {
	font-size: 35px;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: bold;
	line-height: 62px;
}
.right-nyc {
    width: 50%;
    color: #fff;
    margin: 0px;
    font-size: 18px;
    line-height: 34px;
}
.left-nyc {
	width: 50%;
	padding: 0 28px;
	height: 290px;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 85px;
	position: relative;
}
.left-nyc img {
    padding-bottom: 20px;
    width: 316px;
    height: auto;
}
.right-nyc p {
    color: #ffffff;
    margin: 0px;
    line-height: 28px;
    margin-bottom: 60px;
    text-align: center;
	background-color: #ff85b6;
    padding: 50px;
    border-radius: 5px;
}
.right-nyc:before {
    content: '';
    background: url(https://www.obgynecologistnyc.com/wp-content/uploads/2020/05/phone-ico-bottom.png);
    height: 80px;
    width: 80px;
    display: block;
    position: relative;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sidebar-blog {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff85b6), to(#006f9d));
	background: -o-linear-gradient(#ff85b6 0%, #006f9d 100%);
	background: linear-gradient(#ff85b6 0%, #006f9d 100%);
	padding: 34px 20px 100px 20px;
	margin-bottom: 57px;
	position: relative;
}
.left-icon, .right-icon {
	color: #444;
	height: 38px;
	width: 16px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 24px;
	position: absolute;
	right: 0;
	margin: 0 auto;
	bottom: 40px;
	line-height: 1px;
	font-family: 'times new roman';
}
.left-icon{
	left: 0;
}
.right-icon {
	left: 45px;
}
.sidebar-thumb {
	text-align: center;
}
.partner-thumb1 img {
	width: 100%;
    padding-bottom: 50px;
}
.partner-thumb2 {
	margin-top: -5px;
}
.partner-thumb2 img {
	width: 100%;
}
.sidebar-area .press-area {
    margin-bottom: 10px;
    margin-top: 30px;
}

/*Blog Page*/
.blog-page-section {
    padding-bottom: 100px;
}
.gridRow {
    display: grid;
}
.blogGrid {
    grid-template-columns: 31.33% 31.33% 31.33%;
    grid-gap: 3%;
}
.single-blog-post-area {
    border: 1px solid #f1f1f1;
}
.single-blog-post-thumb {
    background-image: url(assets/images/image-not-available.jpg);
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center center;
}
.single-blog-post-date-author {
    display: flex;
    align-items: center;
    padding: 0px 24px;
}
.post-extra {
    padding: 10px 0px 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.single-blog-post-author.post-extra {
    width: 68%;
}
.single-blog-post-date.post-extra {
    width: 32%;
}
.single-post-category.post-extra {
    justify-content: flex-start;
    padding: 28px 0px;
}
.post-extra img {
    display: inline-block;
    max-width: 15px;
    margin-right: 7px;
}
.single-blog-post-exerp {
    padding: 24px;
    border-top: 1px solid #f1f1f1;
}
.single-blog-title {
    display: inline-block;
    font-size: 28px;
    color: #ff85b6;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    margin-bottom: 8px;
}
.single-blog-exerp {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}
.read-full-post {
    display: inline-block;
    background: #ff85b6;
    color: #FFF;
    padding: 15px 25px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
}
.gallery-icon.landscape img {
    width: 49%;
    height: 379px;
    margin-bottom: 30px;
    float: left;
    padding: 10px;
}
.blog-pagenation-area h2 {
    display: none;
}
.blog-pagenation-area > nav {
    padding-top: 70px;
}
.blog-pagenation-area .nav-links a {
    width: 35px;
    height: 35px;
    background: #ff85b6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Bebas Neue', sans-serif;
}
.blog-pagenation-area .nav-links span {
    width: 35px;
    height: 35px;
    background: #676767;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Bebas Neue', sans-serif;
}
.blog-pagenation-area .nav-links a.next, .blog-pagenation-area .nav-links a.prev {
    width: auto;
    padding: 0px 14px;
}
		a.dir-map {
	    background: #ac5c88;
    width: fit-content;
    text-align: center;
    padding: 18px 40px;
    color: #FFF;
    text-decoration: none;
    display: block;
    margin-top: 15px;
	}
	.main-inner-left iframe {
	width: 100% !important;
	}
		.main-inner-left ul li img {
	display: block;
	margin-top: 20px;
	margin-bottom: 8px;
	}
/* Esha Ali */
.es-Gastroenterologist-area {
	display: flex;
	flex-wrap: wrap;
	padding-top: 90px;
}
.es-Gastroenterologist-area:first-child {
    padding-top: 30px;
}
.es-Gastroenterologist-left {
	max-width: 211px;
}
.es-Gastroenterologist-left img {
	border-bottom: 3px solid #073a55;
}
.es-Gastroenterologist-right {
	width: 80%;
	background: #F4F4F4;
	padding: 35px 60px;
	box-sizing: border-box;
}
.es-Gastroenterologist-right-head h1 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 84px;
	font-weight: 500;
	color: #ff85b6;
}
.es-Gastroenterologist-right-head p {
	font-family: 'robotoregular',  Arial;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 20px;
	padding-top: 5px;
}
.es-Gastroenterologist-right-content {
	display: flex;
	flex-wrap: wrap;
}
.es-Gastroenterologist-right-l {
	width: 60%;
	background: #fff;
	padding: 10px 35px;
}
.es-Gastroenterologist-right-r {
	width: 40%;
	padding-left: 10px;
	box-sizing: border-box;
}
.es-Gastroenterologist-right-r-review p {
	color: #fff;
	font-family: 'times new roman';
	font-style: italic;
	font-size: 25px;
	line-height: 35px;
	padding-top: 30px;
}
.es-Gastroenterologist-right-r-review {
	background: linear-gradient(#ff85b6 0%, #006f9d 100%);
	padding: 30px 40px;
}
.es-reviw-bottom p {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Bebas Neue', sans-serif;
	text-align: right;
	font-style: normal;
	padding: 0;
	margin-top: 50px;
	position: relative;
}
.es-reviw-bottom p::after {
	content: '';
	position: absolute;
	height: 10px;
	width: 65%;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.es-Gastroenterologist-right-r-button a {
	background: #ff85b6;
	text-align: center;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	padding: 20px;
	font-size: 37px;
	font-weight: 700;
	width: 100%;
}
.es-Gastroenterologist-right-l p {
	font-family: 'robotoregular',  Arial;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	margin: 20px 0px;
}
.es-Gastroenterologist-right-l h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 38px;
}
.es-Gastroenterologist-right-l ul {
	margin: 28px 0 35px 0;
}
.es-Gastroenterologist-right-l ul li {
	display: block;
	color: #444;
	line-height: 34px;
	border-bottom: 1px dashed #C7C7C7;
	padding-left: 25px;
	position: relative;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.es-gastroenterologists-bg-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.es-gastroenterologists-bg-text {
    font-family: 'robotoregular',  Arial;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 100%;
    padding: 330px 0 150px 0px;
}
.es-manhattan-area {
	padding: 20px 0px;
}
.es-manhattan-head, h2.es-manhattan-head {
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;
	color: #93507b;
    text-align: center;
    display: block!important;
}
.es-manhattan-content {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
}
.es-manhattan-single {
    width: 30%;
    min-height: 180px;
    background: #fdfdfd;
    border: 1px solid #e2e2e2;
    box-shadow: 1px 1px 40px rgba(8, 8, 8, 0.08);
    margin: 10px;
    box-sizing: border-box;
    margin-top: 60px;
    text-align: center;
}
.es-manhattan-single-head {
    font-family: 'robotobold',  Arial, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #302044;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 10px;
    position: relative;
}
.es-manhattan-single-content {
    font-family: 'robotoregular',  Arial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
span.phbot {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-family: 'robotobold',  Arial, Arial, Helvetica, sans-serif;
}
span.es-manhattan-single-head span, h3.es-manhattan-single-head span {
    display: block;
    font-size: 19px;
    padding-top: 10px;
}
.es-connolly-doctors-single {
	width: 168.37px;
	height: 199.97px;
	background: transparent;
}
.es-connolly-doctors {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: center;
}
.es-connolly-doctors-single {
	width: 168.37px;
	height: 199.97px;
	background: transparent;
	margin: 10px;
	margin-top: 40px;
	border: 1px solid #CCCCCC;
}
.esha-review-after{
	position: relative;
}
.main-inner-page-area.esha-review-after::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 300px;
	background: #ff85b6;
	z-index: 0;
}
span.fullWidth-page-area {
    max-width: 1170px;
    margin: 0 auto;
}
.es-Gastroenterologist-right-r-button p {
	font-family: 'robotoregular',  Arial;
	font-size: 18px;
	font-weight: 700;
	background: #E2E2E2;
	padding: 20px;
	margin-top: 20px;
	line-height: 35px;
	font-style: italic;
}
.es-inthe-press-area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.es-inthe-press-area-l {
	width: 40%;
	padding-right: 40px;
	text-align: right;
	box-sizing: border-box;
}
.es-inthe-press-area-r {
    width: 60%;
    background: #ff84b6;
}
.es-inthe-press-area-head {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 56px;
	font-weight: 700;
	color: #444444;
	padding-top: 40px;
	padding-bottom: 25px;
}
.es-inthe-press-area-content {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	line-height: 37px;
	color: #444;
	font-weight: 400;
}
.es-inthe-press-area-r-content {
	font-size: 18px;
	font-weight: 700;
	font-family: 'robotoregular',  Arial;
	color: #fff;
	padding: 80px 45px;
	line-height: 34px;
}
.es-single-btn-read-top {
	filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.04));
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    height: 131px;
}
.es-single-btn-read-top-r-head {
    font-family: 'robotoregular',  Arial, Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-left: 30px;
    color: #444;
    display: flex;
    align-items: center;
    line-height: 37px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}
.es-single-btn-read-top-l {
    background: #fff;
    border-right: 1px solid #ddd;
    width: 25%;
    height: 129px;
}
.es-single-btn-read-top-r {
	width: 75%;
}
.es-single-btn-read-top-r-head span {
	font-size: 17px;
	font-family: 'Bebas Neue', sans-serif;
	color: #ff85b6;
	padding-left: 5px;
}
.es-single-btn-read-top-r-c {
	font-size: 14px;
	line-height: 22px;
	padding-left: 30px;
	font-family: 'robotoregular',  Arial;
}
.es-button-read {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.es-button-read br {
    display: none;
}
.es-single-btn-read {
    width: 45%;
    margin: 50px 10px;
    box-sizing: border-box;
}
.es-single-btn-read-bottom {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}
.es-single-btn-read-bottom a {
font-weight: bold;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 200px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    font-size: 13px;
    font-family: 'robotoregular',  Arial, Arial, Helvetica, sans-serif;
    align-items: center;
    border: 1px solid #ccc;
}
.btn-icon {
    height: 35px;
    width: 40px;
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -83px -35px;
}

.es-manhattans-area {
	display: flex;
	flex-wrap: wrap;
}
.es-manhattans-l {
/* 	width: 50%; */
	width: 45%;
	margin-top:30px;
}
.es-manhattans-r {
	width: 50%;
	margin-top:30px;
}
.es-manhattans-r-content {
	margin-left: 25px;
}
.es-manhattans-r-content h2 {
	color: #ff85b6;
	font-size: 29px;
	line-height: 32px;
	font-family: 'Bebas Neue', sans-serif;
	position: relative;
	padding-left: 30px;
}
.es-manhattans-r-content h2::before {
	content: '';
	height: 70px;
	width: 3px;
	background: #DC9087;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.es-manhattans-r-content p {
	color: #444;
	font-size: 18px;
	line-height: 34px;
	margin: 25px 0px;
}
.es-manhattans-r-content a {
	color: #444;
	text-decoration: underline;
}
.esha-due-bg {
	background: red;
	padding: 30px;
}
.esha-due-bg p {
	color: #FFF;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}
.es-location-area {
	display: flex;
	flex-wrap: wrap;
}
.es-location {
	width: 50%;
	margin: 20px 0px;
}
.es-location:first-child {
	background: #205B6E;
}
.es-location:last-child {
	background: #214F5F;
}
.es-location a {
	color: #FFF;
	text-decoration: underline;
}
.es-location ul {
	display: flex;
	flex-direction: column;
	padding: 45px 35px;
}
.es-location ul li {
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	text-transform: capitalize;
}
.es-location ul li:first-child {
	padding-bottom: 20px;
}
.es-location ul li:nth-child(5) {
	padding-bottom: 20px;
}
.es-map-area {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.es-map1 {
	width: 48%;
	margin-right: 20px;
	box-sizing: border-box;
}
.es-map1 iframe {
	width: 100%;
}
.es-map2 {
	width: 48%;
	margin-left: 20px;
	box-sizing: border-box;
}
.es-map2 iframe {
	width: 100%;
}
.es-manhattans-l.wpcf7-form-control-wrap {
	margin: 0px 10px;
}
.es-manhattans-l input {
border: 1px solid #e7e7e7;
padding: 10px;
width: 100%;
height: 60px;
margin-bottom: 20px;
font-size: 18px;
}
.es-manhattans-l textarea {
border: 1px solid #e7e7e7;
padding: 10px;
width: 100% !important;
min-height: 250px;
max-height: 250px;
margin-bottom: 10px;
font-size: 18px;
}
.es-manhattans-l input[type="submit"] {
background: rgb(105,184,56);
padding: 16px 90px;
color: #fff;
font-size: 24px;
border: 0;
border-radius: 4px;
font-family: 'Bebas Neue', sans-serif;
cursor: pointer;
display: inline-block;
width: fit-content;
}
.main-inner-left table tr td {
    padding: 10px;
}
.nyc-hotels {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}
.nyc-hotels-body {
width: 48%;
background: #effffe;
padding: 20px;
margin-bottom: 30px;
}
.nyc-hotels-body h2:before {
display: none;
}
.nyc-hotels-body h2 {
margin: 0;
padding: 0px;
}
.nyc-hotels-body p {
margin-bottom: 0px;
}
.es-manhattans-l #wpcf7-f3019-p2807-o1 {
	margin-right: 25px;
}
.es-manhatan-doctors-head {
	padding: 60px 0px;
}
.es-manhatan-doctors-head h2 {
	font-size: 46px;
	font-family: 'Bebas Neue', sans-serif;
	text-align: center;
	color: #006f9d;
	font-weight: 400;
}
.es-manhatan-doctors-head h1 {
	font-size: 66px;
	color: #ff85b6;
	font-family: 'Bebas Neue', sans-serif;
	text-align: center;
	padding-top: 5px;
}
.es-manhatan-doctors-single-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.es-manhatan-doctors-single {
	border: 1px solid #d0d0d0;
	width: 48%;
	min-height: 625px;
	margin: 5px;
	display: flex;
	flex-wrap: wrap;
}
.es-manhatan-doctors-single-l {
	width: 30%;
	margin-top: 65px;
}
.es-manhatan-doctors-single-r {
	width: 70%;
	margin-top:70px;
}
.es-manhatan-doctors-single-l-img {
	margin: 20px;
	border-radius: 100px;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.es-manhatan-doctors-single-l-reviw {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
.es-manhatan-doctors-single-l-reviw span {
	color: #DC9087;
	font-size: 24px;
}
.es-manhatan-doctors-single-l-reviw p {
	font-family: 'robotoregular',  Arial;
	font-size: 18px;
	font-weight: 300;
	padding-left: 3px;
	color: #444;
}
.es-manhatan-doctors-single-r-head h2 {
	font-size: 44px;
	font-family: 'Bebas Neue', sans-serif;
	margin-left: 20px;
}
.es-manhatan-doctors-single-r-head p {
	font-size: 20px;
	font-family: 'robotoregular',  Arial;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 20px;
}
.es-manhattan-content.sa .es-manhattan-single {
	margin-left: 10px;
	margin-right: 10px;
	min-height: 235px;
	padding:15px;
}
.es-manhattan-content.sa .es-manhattan-single-head {
    font-size: 18px;
    display: block !important;
    font-weight: bold;
    line-height: 34px;
}
.es-manhatan-doctors-single-r-con p {
	font-size: 18px;
	line-height: 34px;
	font-family: 'robotoregular',  Arial;
	font-weight: 300;
	margin-left: 20px;
	margin-right: 30px;
	min-height: 190px;
}
.es-manhatan-doctors-single-r-con p:empty {
	display: none;
}
.es-manhattan-head.sa {
	font-size: 50px;
	display: block !important;
	padding-top: 60px;
}
.es-manhatan-doctors-single-r-btn {
	margin-left: 20px;
}
.es-manhatan-doctors-single-r-btn a {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 37px;
	font-weight: 700;
	text-align: center;
	padding: 20px;
	background: #ff85b6;
	color: #fff;
	width: 265px;
}
.es-manhatan-doctors-single-r-con .es-manhatan-doctors-single-l-reviw {
	display: none;
}
.es-left-about-partner {
	width: 60%;
	margin: auto;
}
.es-left-about-partner br {
	display: none;
}
.scroll-nav-area {
    box-shadow: 0px -35px 92px #444444;
	position: fixed;
    z-index: 999999;
    background: #FFF;
    min-width: 100%;
    transform: translate(0px, -140%);
    transition: 0.5s;
}
.scroll-nav-area.fixed-header {
    transform: translate(0px, -0%);
}
.scroll-nav-area .container {
    max-width: 1600px;
}
.scroll-logo {
    width: 10%;
}
.scroll-menu {
    width: 70%;
    text-align: center;
}
.scroll-menu ul li {
    display: inline-block;
    padding: 40px 14px;
    position: relative;
}
.scroll-menu ul li a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ff85b6;
}
.scroll-menu ul li ul {
    width: 300px;
    background: rgb(255, 255, 255);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0px 12px -5px #444;
    box-shadow: 5px 5px 30px rgba(83, 107, 111, 0.19);
    border-radius: 0px;
}
.scroll-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.scroll-menu ul li ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	box-shadow: 25px 5px 30px rgba(83, 107, 111, 0.19);
	opacity: 0;
	visibility: hidden;
}
.scroll-menu ul li ul li {
    display: block;
    padding: 0;
    color: #ff85b6;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
    line-height: normal;
    position: relative;
}
.scroll-menu ul li ul li:hover:before {
	width: 100%;
}
.scroll-menu ul li ul li:last-child {
	padding-bottom: 0;
}
.scroll-menu ul li ul li a {
    font-size: 18px;
    padding: 16px 15px;
    display: block;
    height: auto;
    margin: 0;
    width: auto;
    background: transparent;
    text-align: left;
}
.scroll-menu ul li ul li:hover a {
background: #edf8fa;
}
.scroll-menu ul ul li a::after {
	display: none;
}
.scroll-menu ul li:hover a::after {
	content: "";
    height: 3px;
    width: 24px;
    background: #ff85b6;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: 28px;
}
.scroll-menu ul li.current-menu-item a::after {
    content: "";
    height: 3px;
    width: 24px;
    background: #ff85b6;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: 28px;
}

.scroll-btn {
    width: 20%;
}
.scroll-btn {
    text-align: right;
}
.scroll-btn a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 19px;
    background: #ff85b6;
    color: #FFF;
    padding: 8px 30px 4px 30px;
    border-radius: 100px;
}
.nav-close {
    display: none;
}
.esha-practic-un h2 {
    color: #ff85b6;
    font-size: 29px;
    line-height: 32px;
    font-family: 'Bebas Neue', sans-serif;
    margin: 60px 0 50px;
    position: relative;
    padding-left: 25px;
}
.esha-practic-un h2::before {
    content: '';
    height: 70px;
    width: 3px;
    background: #DC9087;
    position: absolute;
    top: -22px;
    left: 0;
}
.esha-practic-un p {
    color: #444;
    font-size: 18px;
    line-height: 34px;
    margin: 25px 0px;
}
.esha-practic-un ul {
    margin: 28px 0 35px 0;
    padding-left: 30px;
}
.esha-practic-un ul ul {
    margin: 28px 0 35px 0;
    padding-left: 50px;
}
.esha-practic-un ul li {
    display: inline-block;
    color: #444;
    line-height: 34px;
    border-bottom: 1px dashed #C7C7C7;
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}
.esha-practic-un ul li::before {
    content: '';
    background: url(assets/images/tik.png);
    height: 8px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 0;
}
.esha-practic-un h3 {	  
    font-size: 20px;
    line-height: 32px;
    font-family: 'robotoregular',  Arial;
    margin: 0px 0 20px 0;
    position: relative;
}
.esha-practic-un .es-colnop {
    padding: 20px;
    border-radius: 5px;
    background: #f9f9f9;
    overflow: hidden;
}
.es-colnop-content {
    display: flex;
    flex-wrap: wrap;
}
.es-col1 {
    width: 50%;
}
.es-col2 {
    width: 50%;
}
.es-colnop-content ul li {
    display: inline-block;
    color: #444;
    padding-left: 25px;
    font-size: 18px;
    padding-top: 12px;
    width: 100%;
    line-height: 18px;
    border-bottom: none;
    padding-bottom: 0;
    position: unset;
}
.es-colnop-content strong {
    margin-top: 30px;
    display: block;
}
.es-colnop-content ul {
    margin: 0;
    padding-left: 30px;
    margin-bottom: 10px;
}
.es-colnop-content p {
    margin: 0;
}
.es1-sm {
    margin-top: 10px;
}
.saservice-area.section-padding {
    padding-bottom: 0px;
}
.saServises {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap: 3%;
}
.sa-singleServices {
    background-color: #F4F4F4;
    border: 1px solid #DEDEDE;
    padding: 50px 50px 60px 50px;
}
.saServiceTitle {
    font-family: 'robotoregular',  Arial;
    font-weight: 700;
    margin: 50px 0px;
    font-size: 18px;
}
.saServiceIcon {
    width: 50px;
    height: 50px;
    background-image: url(assets/images/sprite1.svg);
}
.saServiceIcon {
    width: 32px;
    height: 34px;
    background-image: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
}
.saServiceIcon.one {
    background-position: -2px -80px;
}
.saServiceIcon.two {
    background-position: -45px -79px;
}
.saServiceIcon.three {
    background-position: -83px -75px;
}
.saServiceContent {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    width: 75%;
}
.mobile-head.header {
    display: none;
}
.es-Gastroenterologist-area ul li::before {
    content: '';
    background: url(assets/images/tik.png);
    height: 8px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 0;
}
.footer-action-area {
    padding-top: 40px;
    text-align: center;
}
.footer-action-area a {
    font-size: 29px;
    font-weight: bold;
    color: #ff85b6;
    font-family: 'Bebas Neue', sans-serif;
    padding-left: 50px;
    position: relative;
    padding-top: 15px;
}
.footer-action-area a:after {
    content: "";
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -39px -37px;
    height: 34px;
    width: 38px;
    position: absolute;
    left: 0;
    transform: scale(1.3);
    bottom: 4px;
    filter: brightness(0) invert(1);
}
.footer-action-area a:before {
    content: "Same day appointment";
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 13px;
}
/*404*/
.inner-banner-text.pagenotfound {
    font-size: 60px;
    padding: 220px 0px 10px 0px;
}
/* CUSTOM STYLES */
.success-msg {
	display: none;
}
.form-control textarea {
	width: 100%;
    height: 150px;
    margin-bottom: 30px;
    font-family: inherit;
    padding-top: 10px;
}
.es-manhattans-l form button {
	background: #ff85b6;
    padding: 16px 90px;
    color: #fff;
    font-size: 24px;
    border: 0;
    border-radius: 4px;
    font-family: 'Bebas Neue', sans-serif;
    cursor: pointer;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.search-field {
	padding: 10px 15px;
    height: 44px;
    border: 1px solid #ccc;
}
.search-submit {
    background: #ff85b6;
    border: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    height: 44px;
}
.contactcontent a { color: #444; text-decoration: underline; }
.page-id-36003 .doctors.reviewsdoc .single-doctor.reviewpage { width: 100%; }
.main-inner-left .word-break { display: inline; word-break: break-all; }
.new-style .saSingleDrRow { flex-direction: column; }
.new-style .saSingleDrLeft { width: 100%; }
.new-style .saSingleDrNameRow.alignLeft { float: left; margin-right: 35px; }
.new-style .saSingleDrProfileImage { width: 100%; display: flex; flex-direction: column; align-items: center; }
.new-style .saSingleDrProfileImage img { float: left; margin-bottom: 10px; margin-bottom: 5px; border-radius: 15px; box-shadow: 5px 5px 15px #d8d8d8; }
.new-style .saSingleDrProfileBookingButton a { padding: 19px 40px 19px; }
.new-style .saSingleDrProfileTitle { display: flex; clear: none; }
.new-style .saSingleDrRight { width: 100%; padding-left: 0; }
.new-style .saDrProfilePress { display: none; }
.saDrProfileSingleContent .alignText { display: block; font-family: 'robotoregular', Arial; font-size: 22px; margin-top: 40px; }
.reviewpage h2 { width: 100%; }
.single-doctor.reviewpage .doctor-img img { width: auto; height: auto; }
.reviewsdoc p.drsphhiatxt { padding-top: 169px; margin-top: -160px; }
.single-doctor.reviewpage { width: 100% !important; }
.doctor-tab { float: left; margin-top: 10px; margin-right: 30px; margin-top: 0; }
.doctor-tab img { width: 100% !important; }
.doctor-tab p { width: 100%; margin: 0; padding-bottom: 0; padding: 0; padding-top: 10px; }
.doctor-tab p span { font-size: 20px;margin-top: 5px; }
.column.homepg { margin-top: 20px; }
.column.homepg .homepgheight { margin-top: 0; }
.column.homepg .homepgheight a { color: #444; font-weight: 700; text-decoration: underline; }
.column.homepg .section-subtitle-dochome { margin-top: 20px;position: relative;padding: 30px 0px 30px 0px;padding: 0;width: 100%;text-align: left;font-style: italic; line-height: 34px; }
.column.homepg .section-subtitle-dochome img.quotetop { width: 20px;position: relative;margin-right: 20px;top: 0; }
.column.homepg .section-subtitle-dochome img.quoteBottom { width: 20px;position: relative;left: 20px;top: 0; }

.doctorfaqareahead.saSingleDrProfileTitle {
    padding-bottom: 30px;
    color: #fff !important;
}
span.doctorfaqarea, div.doctorfaqarea {
    width: 80%;
    margin: 0 auto;
    padding: 50px;
	margin-top: 40px;
    margin-bottom: 40px;
    background-color: #344356;
}
.doctorfaq {
    font-size: 20px !important;
    font-weight: bold;
    padding: 10px 0px 10px;
    margin: 20px 0 20px !important;
    color: #ff85b6 !important;
    border-bottom: 1px dashed;
}
.doctorfaqa {
    padding-bottom: 20px;
    color: #fff !important;
    line-height: 30px !important;
}
.faqlist {
background-color: inherit !important;
	}

.faqlist li {
    color: #fff !important;
}

/* Responsive CSS */
@media all and (max-width:1500px){
	.scroll-btn {
    width: 24%;
}.scroll-menu ul li a {
    font-size: 18px;
}
}
@media all and (max-width:1280px){
	.header-cont-btn ul li a {
    font-size: 22px;
}
	.header-cont-btn ul li {
    padding: 0px;
}
	.header-cont-btn::before {
	display: none;
}
	.header-area {
    padding: 4px 0;
}
	.menu-area ul li a {
    padding: 10px 0px;
}
	.header-contact-top {
    margin-bottom: 2px;
}
	.banner-area.big-banner {
    background-position: right 151px;
    padding-top: 220px;
    padding-bottom: 0px;
}
}
@media all and (max-width:1260px){
	.scroll-btn {
    width: 30%;
}.scroll-menu ul li a {
    font-size: 14px;
}
	.right-banner-title {
    color: #ff85b6;
}
}
@media all and (max-width:1199px){
	.header-cont-btn::before {
		right: 16px;
	}
	.header-cont-btn ul li {
		padding: 16px 0;
	}
	.header-address {
		padding-right: 0;
	}
	.header-cont-btn {
		padding: 4px 8px;
	}
	.header-cont-btn ul li a {
		font-size: 20px;
	}
	.header-address ul li {
		padding: 8px 10px;
	}
	.add-title {
		font-size: 17px;
	}
	.add-sub-title {
		font-size: 11px;
	}
	.menu-area ul li a {
		font-size: 20px;
    padding: 20px 10px;
		height: 60px;
		width: 117px;
	}
	.left-banner-subtitle {
		font-size: 65px;
	}
	.left-banner-title {
		font-size: 75px;
	}
	.left-banner-text {
		font-size: 19px;
	}
	.banner-area {
		background-size: 100% 100%;
	}
	.left-about-title {
		font-size: 56px;
	}
	.left-about-subtitle {
		font-size: 32px;
		line-height: 38px;
		width: 50%;
	}
	.section-title {
		font-size: 55px;
	}
	.doctor-name {
		padding: 25px 5px 25px 5px;
		font-size: 28px;
	}
	.doctors-area .header-cont-btn ul li a {
		font-size: 30px;
	}
	.doctor-btn .header-cont-btn ul li::before {
		background-position: -1px -34px;
		height: 40px;
		width: 40px;
		left: -4px;
		top: 17px;
	}
	.doctor-btn .header-cont-btn ul li:nth-child(2)::before {
		background-position: -42px -37px;
		left: 26px;
		top: 28%;
		width: 36px;
	}
	.single-review {
		padding: 25px 10px 25px 10px;
	}
	.review-name::before {
		width: 135px;
		top: 32px;
	}
	.review-name {
		padding: 60px 0 30px;
	}
	.procedure-info {
		width: 100%;
		position: unset;
	}
	.procedure {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.procedures-area {
		margin: 0;
		background: #302044 important;
	}
	.procedures-area.section-padding {
		padding: 80px 0px;
	}
	.section-padding {
		padding: 80px 0px;
	}
	.procedure-content {
		width: 100%;
		margin-bottom: 50px;
	}
	.condition-thumb {
		height: 140px;
		width: 140px;
	}
	.best-middle-title {
		letter-spacing: 12px;
	}
	.map-location {
		margin-left: -25px;
	}
	.copyright-area {
		width: 100%;
	}
	.best-bottom-area {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.address-location {
		padding: 75px 40px 75px 40px;
	}
	.location-btn1::before, .location-btn2::before {
		top: 3px;
		left: 17%;
	}
	.footer-address ul li {
		font-size: 14px;
		line-height: 24px;
	}
	.left-copyright a {
		font-size: 17px;
	}
	.right-copyright {
		margin-left: 23px;
	}
	.right-copyright ul li {
		font-size: 17px;
	}
	.prev-btn, .next-btn {
		height: 35px;
		width: 35px;
		bottom: -38px;
		left: -100px;
		margin: 0 auto;
		top: unset;
		right: 0;
	}
	.next-btn {
		left: 100px;
	}
		/* INNER PAGE */

	
	/***404**/

	form#searchform input[type=text] {
    height: 40px;
    width: 200px;
}
	input#searchsubmit {
    height: 40px;
    width: 200px;
	background-color:#ff85b6;
	color:  #fff;
}
	/***404 ends***/
	
	.es-Gastroenterologist-left img {
	    border-bottom: 3px solid #073b56;
	}
	.page-id-2531 .bookonlinebtn{border-radius:0px; width:100%;}
	.page-id-2531 div#healow-root a{width:100%;}
	.inner-banner-text {
		font-size: 80px;
	}
	.inner-star {
		margin-right: 20px;
	}
	.main-inner-left h4 {
		font-size: 32px;
	}
	.hemorriod-cond {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.left-hemo {
		width: 100%;
	}
	.right-hemo {
		width: 100%;
	}
	.nyc-best-area {
		padding: 25px 25px 25px 25px;
	}
	.left-nyc {
		margin-right: 55px;
	}
	.es-manhattan-single {
		width: 31%;
	}
	.es-manhattan-single-head {
		font-size: 20px;
	}
	.es-really-area {
		grid-gap: 30px;
	}
	.es-inthe-press-area-content br {
		display: none;
	}
	.es-single-btn-read {
		width: 45%;
	}
	.es-single-btn-read-top-r-head {
		font-size: 20px;
		padding-top: 10px;
	}
	.es-manhatan-doctors-single-area {
		flex-direction: column;
		align-items: center;
	}
	.es-manhatan-doctors-single {
		width: 60%;
	}
	
	.floatinsidetext-2{
		margin-top: -110px !important;
	}
}
@media all and (max-width:1024px){
	.covid {
		top: 220px;
	}
	.procedure-info{
		flex-direction: column;
	}
	.menu-item-40576 ul.sub-menu, .menu-item-40178 ul.sub-menu {
    width: 100%!important;
    max-width: 100%;
}
	.left-banner-content p { margin-left: 35px; }
	.header-cont-btn.contbut {
    display: none;
}
	.right-nyc .inner-call-btn { display: block; background: none; }
	.right-nyc .inner-call-btn a { width: 100%; max-width: 460px; }
	img.bannerimg {
    width: 50%;
	margin-left: 10px;
    margin-top: -28px;
    background: #3122444d;
    padding: 30px;
    margin-bottom: 65px;
}
	.condition-text a {
    font-size: 14px;
}
	.main-inner-left ul {
	margin: 0px;
    padding-left: 20px;
    background-color: #fff;
    padding: 20px;
    border: none;
    clear: both;
}
	.main-inner-left .smul {
    width: 100%;
    float: none;
    clear: both;
    background-color: #f7f7f7;
    padding-left: 12px;
    border: 3px dashed #ddd;
	padding: 40px;
}
	span.location.maincontactpage {
    flex-direction: column;
}
	span.address-location.contactpage {
    width: 100%;
}
	.location.maincontactpage .es-manhattans-l {
    padding-left: 0px;
    margin-top: 0px;
}
	.banner-area.big-banner {
    padding-bottom: 0px;
	background: -webkit-gradient(linear, left top, right bottom, from(#312244), to(#ff84b6)); */
	background: -o-linear-gradient(#312244 0%, #ff84b6 100%);
	background: linear-gradient(90deg,#312244,#ff84b6);
}
	.es-single-really-stars span {
    padding-left: 16px;
}
    .doctor-img {
    margin: 0 auto;
}
    .single-doctor.reviewpage {
    width: 40%;
    margin-right: 2px;
}
	/***Review page**/
	span.es-single-btn-read-top-l img {
    height: 129px;
}
	.es-single-btn-read-top-l {
    width: 22%;
}
	
	/**doctors page***/
		.saLoveArea {
    background-size: cover;
}
	.saLoveContent {
    width: 100%;
    padding: 30px;
}
	.saLoveContent {
    padding: 10px;
}
	.saBlockTitle {
    font-size: 24px;
    padding-right: 0px;
}
	.saBlockRight ul li:after {
    top: 23px;
    left: -26px;
    width: 5px;
    height: 5px;
}
	.saBlockRight ul li {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px dashed #ffffff61;
}
	.saDrGrid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0%;
}
	span.saSingleDr.singleDrmargin {
    margin-top: 137px;
}
	.singleDrSaButtons a {
    padding: 15px 27px 12px;
    margin: 0px 4px;
}
	.saBlockRow {
    flex-wrap: wrap;
    flex-direction: column;
}
	.saBlockLeft {
    width: 100%;
    padding: 30px;
}
	.saBlockRight {
    width: 100%;
    padding: 30px;
}
	.saSingleDrRow {
    display: block;
}
	.saSingleDrLeft {
    width: 100%;
}
	.saSingleDrRight {
    width: 100%;
    padding-left: 0px;
}
	.drProfileQuoteStart:after {
    width: 40%;
}
	span.saDrProfilePress {
    padding-bottom: 40px;
}
	.saSingleDrProfileTitle {
    font-size: 36px;
}
span.doctorfaqarea, div.doctorfaqarea {
    width: 100%;
    padding: 20px;
}	
	/***doctors page end**/
	.banner-area.inner-page {
	    padding-top: 0px;
	}
	.mobile-head.header {
	    position: fixed;
	    background: #FFF;
	    top: 0;
	    left: 0;
	    max-width: 100%;
	    z-index: 9999999999999;
	    display: block;
	    width: 100%;
	}
	.banner-area {
	    background: transparent;
	    margin-top: 197px;
	    padding-top: 0px;
	}
	.header-area {
	    padding: 10px 0;
	}
	.mobile-head.header span.header-contact-top {
	    display: block;
	}
	.mobile-head.header span.header-cont-btn {
	    display: block;
	}
	.header span.header-contact-top {
	    position: absolute;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	.header-area span.header-left {
	    margin-top: 50px;
	}
	.header-address {
	    display: none;
	}
	.header-area {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	.scroll-nav-area {
	    display: none;
	}
	.canvas-menu {
		display: block;
		cursor: pointer;
	}
	.canvas-menu span {
		height: 5px;
		width: 23px;
		background: #444;
		margin-bottom: 2px;
	}
	.header {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.banner-area.big-banner {
		padding-top: 0px;
		margin-top: 118px;
	}
	.inner-page.banner-area {
		margin-top: 0px;
	}
	.header-left {
		width: 95%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 30px auto 10px;
	}
	.header-left a.logo-area {
		width: 40%;
    	min-height: 90px;
	}
	.header-area .container {
		max-width: 1170px;
		padding: 0;
	}
	.header-right {
		-webkit-box-align: inherit;
		    -ms-flex-align: inherit;
		        align-items: inherit;
		-webkit-box-pack: inherit;
		    -ms-flex-pack: inherit;
		        justify-content: inherit;
		width: 100%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.header-contact {
		width: 100%;
	}
	.header-cont-btn ul li {
		padding: 16px 0 16px 0;
		text-align: center;
	}
	.header-cont-btn ul li a {
		font-size: 28px;
	}
	.header-cont-btn ul li::before {
		left: 48px;
		top: 17px;
	}
	.header-cont-btn ul li:nth-child(2)::before {
		left: 74px;
	}
	.header-cont-btn {
		border-radius: 0;
	}
	.single-li {
		margin-bottom: 20px;
	}
	.header-area {
	    background: #FFF;
	}
	.header-area.fixed-mobile-header {
	    position: fixed;
	    background: #ffffff;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    width: 100%;
	    padding: 0px;
	}
	.menu-area ul li a {
	    background: transparent;
	}
	.main-header-area {
	    z-index: 9999999999998;
	}
	.menu-area ul li ul.sub-menu {
	    display: none;
	}
	.menu-area ul li ul.sub-menu li {
	    width: 100%;
	}
	.header-area.fixed-mobile-header .header-contact-top {
	    display: none;
	}
	.header-area.fixed-mobile-header .header-address {
	    display: none;
	}
	.header-area.fixed-mobile-header .header-left {
	    margin: 10px auto 10px;
	}
	.header-address {
		width: 75%;
		margin: 0 auto;
		padding-top: 22px;
	}
	.add-title {
		font-size: 24px;
	}
	.add-sub-title {
		font-size: 12px;
	}
	.header-address ul li {
		padding: 10px 40px;
		border-right: 1px solid #C7C7C7;
	}
	.header-cont-btn::before {
		font-size: 14px;
		bottom: 5px;
		right: 81px;
	}
	.header-contact-top ul li {
		line-height: 1;
		background: #ff85b6;
		width: 50%;
		height: 40px;
	}
	.header-contact-top ul li:first-child {
		background: #ac5c88;
	}
	.header-contact-top ul li:last-child {
		background: #4a4a4a;
	}
	.header-contact-top ul li a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		height: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.cont-top-text {
		color: #fff;
		font-size: 18px;
	}
	.cont-top-icon1 {
		background: url(assets/images/ico1.png);
		background-position: -0 0;
		height: 19px;
	}
	.cont-top-icon2 {
		background: url(assets/images/ico2.png);
		background-position: 0 0;
		height: 16px;
		width: 16px;
	}
	.banner-menu {
	    /* display: none; */
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999999999999;
	    height: 100%;
	    background: #FFF;
	    margin-top: 0px;
	    transition: 0.5s;
	    transform: translate(-100%, 0px);
	}
	.banner-menu.show {
	    transform: translate(0%, 0px);
	}


	.menu-area ul {
	    display: block;
		padding-bottom: 35px;
	}
	.menu-area ul li {
		display: block;
		text-align: left;
		border-bottom: 1px solid #f0f0f0;
	}
	.menu-area ul li a {
		width: auto;
		text-align: left;
		display: inline-block;
	}
	.menu-area ul li ul {
	    width: 100%;
	    display: none;
	    opacity: 1;
	    visibility: visible;
	    position: unset;
	    box-shadow: none;
	}
	.menu-area {
	    overflow-y: scroll;
	    height: 90vh;
	}
	.menu-area li.menu-item-has-children:after {
	    content: "";
	    width: 12px;
	    height: 12px;
	    position: absolute;
	    top: 16px;
	    right: 5px;
	    background: transparent;
	    transform: rotate(45deg);
	    border-bottom: 3px solid #ac5c88;
	    border-right: 3px solid #ac5c88;
	    transition: 0.5s;
	}
	.menu-area li.menu-item-has-children.showsub::after {
		transform: rotate(225deg);
	}
	.menu-area ul li ul ul {
	    position: unset;
	    opacity: 1;
	    visibility: visible;
	    box-shadow: none;
	    padding-left: 20px;
	}
	.banner-menu .container {
		position: relative;
		padding-top: 60px;
	}
	.nav-close {
	    position: absolute;
	    top: 20;
	    right: 20;
	    background: transparent;
	    border: none;
	    font-size: 35px;
	    z-index: 9999999999999999999;
	    display: block;
	}
	.menu-area ul li ul li a {
	    display: inline-block;
	}
	.banner-area {
		background: transparent;
	}
	.banner-content {
			/* margin-top: 0;
			background: url(assets/images/res-bg.jpg);
			background-repeat: no-repeat;
			background-size: 100% 100%;
			padding: 25px 0 100px;*/
	 	 margin-top: 0;
         padding: 48px 0 20px 0px;
	}

	.left-banner-content {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.left-banner-title {
		padding-bottom: 2px;
		margin-left: 35px;
		position: relative;
	}
	.left-banner-subtitle {
		margin-left: 35px;
	}
	.left-banner-btn {
		display: none;
	}
	.right-banner-content {
    width: 100%;
    border-radius: 0;
    padding: 30px 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -80px;
	}
	.right-banner-img {
		display: none;
	}
	.doctors {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-doctor {
		width: 48.5%;
		margin-right: 1.5%;
		margin-bottom: 25px;
	}
	.doctor-name {
		padding: 45px 5px 45px 5px;
		font-size: 28px;
	}
	.about {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.left-about {
		width: 100%;
		margin-right: 0;
	}
	.right-about {
		width: 100%;
		margin-top: 50px;
	}
	.right-about-img {
		margin: 0 auto;
	}
	.left-about-title {
		text-align: right;
	}
	.doctors-area .header-cont-btn {
		width: 90%;
		margin: 40px auto auto;
	}
	.review {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-review {
		width: 47%;
		margin-bottom: 15px;
	}
	.single-review:nth-child(2),
	.single-review:nth-child(4)
	{
		width: 50%;
		margin-right: 0;
	}
	.review-text {
		height: auto;
	}
	.common-btn a {
		height: 60px;
		width: 360px;
	}
	.review-btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
    width: 80%;
    margin: 30px auto;
	}
	.review-area {
		padding-bottom: 20px;
	}
	.info-text {
		font-size: 16px;
		line-height: 34px;
	}
	.single-info {
		    width: 100%;
    	height: 250px;
    	margin-right: 0;
	}
	.single-info:nth-child(2),
	.single-info:nth-child(4),
	.single-info:nth-child(6),
	.single-info:nth-child(8) {
		margin-right: 0;
	}
	.common-btn.procedure-btn {
		margin-top: 7%;
	}
	.info-title {
		font-size: 24px;
	}
	.condition-area {
		padding-bottom: 50px !important;
	}
	.location {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.address-location {
		width: 100%;
		margin-top: -30px;
	}
	.location-btn1, .location-btn2 {
		height: 80px;
		font-size: 32px;
	}
	.location-btn1::before, .location-btn2::before {
		left: 7px;
	}
	.map-location {
		width: 480px;
		margin: 0;
	}
	ul#menu-footer-menu {
	    margin-top: 20px;
	}
	.footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-footer {
		width: 32%;
		margin-right: 2%;
	}
	.copyright-area {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.left-copyright {
		width: 100%;
	}
	.right-copyright {
		margin-left: 0;
		width: 100%;
		margin-top: 40px;
	}
	.right-copyright ul {
		width: 55%;
	}
	.copyright-logo {
		margin-right: 0;
		width: 45%;
	}
	.right-banner-text {
		width: 100%;
		position: relative;
	}
	.section-title {
		margin-bottom: 35px;
	}
	.section-subtitle {
		width: 100%;
		margin: 0 auto 35px;
	}
	.condition-thumb {
		height: 120px;
		width: 120px;
	}
	.condition-thumb img {
		width: 100%;
	}
	.condition-text {
		font-size: 20px;
		margin-left: 30px;
	}
	.prev-btn, .next-btn {
		bottom: -60px;
	}
	.best-top-logo {
		margin-right: 30px;
	}
	.best-area .header-cont-btn ul li::before {
		left: 10px;
		top: 15px;
	}
	.best-area .header-cont-btn ul li:nth-child(2)::before {
		left: 32px;
	}
	.best-middle-title {
		letter-spacing: 0;
		font-size: 48px;
	}
	.best-bottom-area {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.best-bottom-text {
		width: 100%;
	}
	.best-bottom-thumb {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.single-add-location {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.address-location-thumb {
    margin-right: 0px;
    width: 100%;
	text-align: center;
}
	.address-location-text {
		text-align: center;
		margin-top: 40px;
	}
	.location-text-subtitle {
		margin: 10px 0 10px 0;
	}
	.single-add-location {
		margin-bottom: 45px;
	}

	/* INNER PAGE */

	.inner-banner-text {
		font-size: 34px;
		text-align: center;
		padding: 300px 0px 103px 0px;
	}
	.main-inner-page {
		display: block;
	}
	.main-inner-left {
		margin-right: 0;
		width: 100%;
	}
	.sidebar-area {
		width: 100%;
		margin-top: 45px;
	}
	.hemo-treat li {
		line-height: 60px !important;
		font-size: 22px;
	}
	.main-inner-left h3 {
		font-size: 60px;
		line-height: 65px;
	}
	.main-inner-left h3 {
		font-size: 38px;
		line-height: 65px;
	}
	.press-area img {
		width: 100%;
	}
	.press-area h6 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.hemmo-text {
		font-size: 24px;
		line-height: 38px;
	}
	.hemorriod-cond {
		display: block;
	}
	.left-hemo {
		width: 100%;
	}
	.right-hemo {
		width: 100%;
	}
	.left-hemo .inner-call-btn::after {
		right: 12%;
	}
	.main-inner-page-area {
		padding-bottom: 45px;
	}
	.main-inner-left ul li {
		font-size: 18px;
	}

	.blogGrid {
	    grid-template-columns: 48.5% 48.5%;
	    grid-gap: 3%;
	}

	/* esha  */
	.es-Gastroenterologist-area {
		flex-direction: column;
	}
	.es-Gastroenterologist-left {
		max-width: 211px;
		margin: auto;
	}
	.es-Gastroenterologist-right {
		width: 100%;
	}
	.es-Gastroenterologist-right-content {
		flex-direction: column;
	}
	.es-Gastroenterologist-right-l {
		width: 100%;
	}
	.es-Gastroenterologist-right-r {
		width: 100%;
		padding-top: 30px;
	}
	.es-manhattan-head {
		font-size: 50px;
	}
	.es-Gastroenterologist-left {
		padding-bottom: 60px;
	}
	.es-really-area {
		display: grid;
		grid: auto/ 100%;
		grid-gap: 50px;
	}
	.es-single-btn-read-top-r-head {
		font-size: 20px;
		line-height: 24px;
	}
	.es-single-btn-read-top-r-head span {
		font-size: 12px;
	}
	.es-single-btn-read-top-r-c {
		font-size: 18px;
		line-height: 20px;
	}
	.es-single-btn-read {
		width: 60%;
	}
	.es-manhattans-area {
		flex-direction: column;
	}
	.es-manhattans-l {
		width: 100%;
	}
	.es-manhattans-r {
		width: 100%;
	}
	.es-map-area {
		flex-direction: column;
	}
	.es-map1 {
		width: 100%;
		margin-right: 0;
	}
	.es-map2 {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.es-manhattans-l #wpcf7-f3019-p2807-o1 {
		margin-right: 0;
	}
	.es-manhattans-r-content {
		margin-left: 0;
	}
	.es-manhatan-doctors-single {
		width: 80%;
	}
	.gallery-thumb {
	    width: 393px;
	    height: 266px;
	    background-size: 116% auto;
	}
	.gallery-thumb.one {
    background-position: 0px -124px;
	}
	.gallery-thumb.two {
    background-position: 0px -397px;
	}
	.gallery-thumb.three {
	background-position: 0px -670px;
	}
	.procedureSa {
	    grid-template-columns: 100%;
	}
	.saServises {
	    grid-template-columns: 100%;
	}
	.floatinsidetext-2{
		margin-top: -25px !important;
	}
}

@media all and (max-width:900px){
	.covid {
		top: 220px;
	}
	.left-banner-subtitle {
		margin-top: 15px;
	}
	
	.left-banner-title {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.common-btn {
		justify-content: center;
	}
	
	.review-btns {
		justify-content: center;
	}
	
	.procedure-info {
		flex-direction: column;
	}
	
	.single-info {
		width: 100%;
		height: 270px;
		margin-right: 0%;
	}
	
	.map-location {
		width: 480px;
	}
}

@media all and (max-width:768px){
	.left-banner-content p { margin-left: 10px; }
	.right-nyc { width: 100%; text-align: center; }
	.main-inner-left .right-nyc p { max-width: 460px; margin: 0 auto 10px; }
	.es-single-really-stars-text { right: -67px; }
	.officephotos img {
    width: 100%;
    height: auto;
}
	.gallery-icon.landscape img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    float: none;
    padding: 0px;
}
	span.sectiontitle2 {
    font-size: 20px;
    text-align: center;
}
	/*.right-nyc:before {
    top: 74px;
}*/
	span.pagecaptl{
		grid-template-columns: 100%;
	}
	span.textblock {
    line-height: 34px;
		padding: 10px;}
	span.pagecaptr {
    grid-template-columns: 100%;
}
	span.textblock.pdngr {
    padding: 10px;
}
	.footerheader {
    display: block;
    text-align: center;
    margin: 0 auto;
}
	span.footer-action-area {
    text-align: center;
    padding-top: 50px;
}
.copyright-logo {
    margin-right: 0;
    width: 100%;
}
	.single-footer {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
    background-color: #ff84b62e;
    padding: 18px;
}
	.nyc-hotels {
		display: block;
	}
	.nyc-hotels-body {
		width: 100%;
		margin-bottom: 15px;
	}
	.banner-area.fullinner-page {
	    background-image: url(assets/images/inner-page-bg.jpg);
	    background-position: center bottom;
	    padding-bottom: 0px;
		padding-top: 0px;
	}
	.cont-top-icon2 {
		height: 16px;
		width: 16px;
	}
	.cont-top-icon1 {
		height: 18px;
	}
	.header-left a.logo-area {
		width: 50%;
		min-height: 59px;
	}
	.header-cont-btn ul li a {
		font-size: 20px;
		margin-left: 0;
	}
	.header-cont-btn ul li::before {
		left: -5px;
		top: 17px;
		background-size: 375% 152%;
		background-position: 0 -21px;
		width: 20px;
		height: 30px;
	}
	.header-cont-btn ul li:nth-child(2)::before {
		left: 10px;
		background-position: -25px -21px;
	}
	.header-cont-btn::before {
    bottom: 0px;
    right: 111px;
    font-size: 11px;
    top: 13px;
	}
	.header-address {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	.add-title {
		font-size: 20px;
	}
	.header-address ul li {
		padding: 10px;
	}
	.left-banner-subtitle {
		margin-left: 10px;
		font-size: 42px;
	}
	.left-banner-title {
		margin-left: 10px;
		font-size: 60px;
	}
	.left-banner-content ul {
		margin-left: 10px;
	}
	.left-banner-icon {
		margin-right: 0;
		vertical-align: bottom;
		position: relative;
		top: -7px;
	}
	/*.left-banner-text {
		font-size: 14px;
	}*/
	.right-banner-content {
		padding: 30px 0px;
	}
	.right-banner-btn a {
		font-size: 16px;
		border: 1px solid #fff;
	}
	.right-banner-text::before {
		left: 61%;
	}
	.section-padding {
		padding: 20px 0px;
	}
	.left-about-title {
		font-size: 36px;
	}
	.left-about-subtitle {
		font-size: 30px;
		width: 100%;
	}
	.left-about-content {
		padding: 25px 5px;
	}
	.common-btn a {
		width: 290px;
		font-size: 13px;
	}
	.common-btn {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.common-btn.left-about-btn {
	    margin-bottom: 20px;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: flex-end;
	}
	.section-title {
		margin-bottom: 20px;
		font-size: 35px;
	}
	.doctor-name {
		padding: 30px 5px 30px 5px;
		/*font-size: 14px;*/
	}
	.doctors-area .header-cont-btn {
		width: 100%;
	}
	.doctors-area .header-cont-btn ul li a {
		font-size: 20px;
	}
	.doctor-btn .header-cont-btn ul li::before {
	    background-position: -2px -35px;
	    height: 40px;
	    width: 37px;
	    left: 24px;
	    top: 3px;
	    background-size: auto;
	}
	.doctor-btn .header-cont-btn ul li:nth-child(2)::before {
	    background-position: -39px -34px;
	    left: 48px;
	    top: 0%;
	    width: 40px;
	    height: 40px;
	    background-size: auto;
	}
	.doctors-area .header-cont-btn ul li {
		padding: 5px 0;
	}
	.doctors-area .header-cont-btn::before {
		font-size: 12px;
		top: -9px;
		right: 20px;
	}
	.single-item {
    width: 66%;
    margin-right: 0;
    margin-bottom: 30px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
	}
	.single-item:nth-child(2), .single-item:nth-child(4) {
    margin-right: auto;
}
	.single-item.res-single-item1 {
	margin: 0px auto;
	}
	.review-name {
		padding: 0px 0 0px;
	}
	.res-single-item2 {
		display: block;
	}
	.gallery-items {
		-webkit-box-orient: vertical;
		/*-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;*/
	}
	.single-item .section-title {
		text-align: center;
	}
	.single-item .section-subtitle {
		text-align: center;
	}
	.single-review {
		width: 100% !important;
		margin-bottom: 10px;
		margin-right: 0;
		padding: 25px 20px 25px 20px;
	}
	.review-btns {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 40px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.common-btn.review-btn1 {
		margin-bottom: 40px;
	}
	.review-area {
		padding-bottom: 60px;
	}
	.procedures-area.section-padding {
		padding: 50px 0px;
	}
	.procedure-content {
		text-align: center;
	}
	.procedure-subtitle {
		font-size: 42px;
	}
	.procedure-title {
		font-size: 60px;
	}
	.procedure-para {
		font-size: 20px;
		line-height: 32px;
		margin-top: 20px;
	}
	.common-btn.procedure-btn {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 55px;
	}
	.single-info {
		width: 100%;
		margin-right: 0;
		padding: 30px;
	}
	.single-condition {
		width: 100% !important;
		margin-right: 0px;
		margin-bottom: 4%;
	}
	.res-cond-btn {
		display: block;
		color: #04BAD1;
		font-size: 20px;
		font-family: 'Bebas Neue', sans-serif;
		text-align: center;
		margin-top: 30px;
	}
	.prev-btn {
		display: none;
	}
	.next-btn {
		bottom: -49px;
		height: 20px;
		width: 20px;
		left: 170px;
	}
	.condition-area {
		padding-bottom: 50px !important;
	}
	.best-top-logo {
		margin-right: 2%;
		width: 23%;
	}
	.best-top-content {
	    width: 100%;
	}
	.best-top-content-btn .header-cont-btn {
		width: 100%;
	}
	.best-top-content-btn .header-cont-btn ul li a {
		font-size: 15px;
	}
	.section-title {
		margin-bottom: 15px;
		font-size: 32px;
	}
	.best-middle-title {
		font-size: 34px;
		margin-left: 95px;
		margin-bottom: 30px;
	}
	.location-btn1, .location-btn2 {
    height: 75px;
    font-size: 26px;
    float: none;
    margin: 20px auto;
    width: 100%;
	}

	.left-copyright ul li {
		margin-right: 5px;
		padding-right: 5px;
	}
	.left-copyright a {
		font-size: 18px;
	}
	.left-copyright ul {
		margin-top: 30px;
	}
	.single-right-copy {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.right-copyright ul {
		width: 100%;
		margin-bottom: 15px;
	}
	.copyright-area {
		padding-top: 0;
	}
	.left-about-subtitle {
	    margin: 20px 0 30px auto;
	}
	.saservice-area.section-padding {
	    padding-bottom: 100px;
	}


	/*INNER PAGE*/

	.inner-banner-text {
    font-size: 22px;
    padding: 105px 0 30px 0;
    line-height: 34px;
    width: 90%;
    margin: 0 auto;
	}
	.main-inner-left h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.main-inner-left h3 {
		font-size: 37px;
		line-height: 37px;
		margin: 10px 0 12px 0;
	}
	.hemo-treat li {
		line-height: 42px !important;
		font-size: 18px;
		padding-left: 30px !important;
	}
	.hemo-treat li::after {
		content: none;
	}
	.inner-call-btn a {
		font-size: 20px;
	}
	.inner-call-btn::after {
		font-size: 8px;
		right: 12%;
		top: 25px;
	}
	.inner-call-btn a::before {
		left: -5px;
		top: -10px;
	}
	.main-inner-left h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.play-btn {
		top: 72px;
		left: 157px;
	}
	.quote2 {
    top: 76%;
    left: 77%;
	}
	.page-review-area p {
		font-size: 19px !important;
		line-height: 30px !important;
	}
	.hemmo-text {
		font-size: 20px;
		line-height: 43px;
		padding: 32px 15px 32px 28px;
	}
	.left-hemo p {
		font-size: 18px;
		padding: 0 20px;
	}
	.left-hemo .inner-call-btn {
		height: 125px;
		background: #ff85b6;
		padding-left: 10px;
	}
	.left-hemo .inner-call-btn a {
		font-size: 20px;
	}
	.inner-call-btn a::before {
		left: -38px;
	}
	.inner-call-btn a:last-child::before {
		left: -36px;
	}
	.left-hemo .inner-call-btn::after {
		right: 11%;
		font-size: 8px;
		top: 32px;
	}
	.main-inner-left ul li::before {
	    top: 14px;
	    margin: 0 auto;
	}
	.main-inner-left ul {
		padding-left: 12px;
	}
	.main-inner-left h2::before {
	display:none;
	}
	.right-copyright ul li {
	    margin-left: 0px;
	}
	.main-inner-left h2 {
		font-size: 30px!important;
		padding-left: 0px;
    	font-size: 20px;
    	margin: 40px 0 20px;
	}
	.main-inner-left ul li {
		line-height: 38px;
		font-size: 18px;
        letter-spacing: -0.5px;
	}
	.hemo-img {
		height: 198px;
	}
	.ligation-area {
		display: block;
	}
	.single-ligation {
		width: 100%;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.ligation-text {
		height: auto;
		margin-bottom: 20px;
	}
	.single-ligation:last-child {
		margin: 0;
	}
	.nyc-best-area {
		display: block!important;
	}
	.right-nyc p {
		margin-top: 35px;
	}
	.press-area h6 {
		font-size: 23px;
	}
	.left-nyc {
		width: 100%;
		margin-right: 0;
		padding: 28px;
		height: auto;
	}
	.nyc-sub-title {
		font-size: 32px;
		line-height: 42px;
	}
	.sidebar-blog {
		padding: 34px 33px 100px 25px !important;
	}
	.sidebar-blog p {
		font-size: 22px !important;
	}
	.right-icon {
		left: 25px;
	}
	.left-icon {
		left: -40px;
	}
	.cause-hemo {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
	.nyc-best-area {
		margin-top: 15px;
	}
	.page-review-area {
		padding: 40px 30px 60px;
	}
	.hemo-treat li::before {
		height: 20px !important;
		width: 20px !important;
	}
	.hemo-treat li {
		font-size: 14px !important;
		padding-left: 30px;
	}
	.left-hemo {
		padding: 20px 17px;
	}
	.brand-img {
		background: #fff;
		text-align: center;
		height: 65px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		border-top: 1px solid #444;
	}
	.brand-img img {
		width: 95%;
	}
	.breadcome-area {
		display: none;
	}
	.main-inner-page-area {
		padding-top: 15px;
	}
	/*Blog Page*/
	.blogGrid {
	    grid-template-columns: 100%;
	    grid-gap: 1%;
	}
	.blog-page-section {
	    padding-bottom: 220px;
	    padding-top: 15px;
	}
	.single-blog-post-date-author {
	    display: block;
	}
	.post-extra {
	    justify-content: flex-start;
	    width: 100% !important;
	}
	.es-manhattan-single {
		width: 60%;
	}
	.es-Gastroenterologist-right-head h1 {
		font-size: 50px;
	}
	.es-gastroenterologists-bg-text {
		width: 100%;
		padding: 200px 0 50px 0px;
	}
	.es-manhattan-head {
		font-size: 30px;
		text-align: center;
	}
	.es-really-area {
		display: grid;
		grid: auto/ auto;
	}
	.es-single-btn-read {
		width: 80%;
	}
	.es-inthe-press-area {
		flex-direction: column;
	}
	.es-inthe-press-area-l {
		width: 100%;
		padding-right: 0px;
		text-align: center;
		padding-bottom: 20px;
	}
	.es-inthe-press-area-r {
		width: 100%;
		background: #ff85b6;
	}
	.es-location-area {
		flex-direction: column;
	}
	.es-location {
		width: 100%;
		margin: 20px 0px;
		margin-bottom: 0;
	}
	.es-manhatan-doctors-single-r-con p {
		display: none;
	}
	.es-manhatan-doctors-single-l-reviw {
		display: none;
	}
	.es-manhatan-doctors-single-r-con .es-manhatan-doctors-single-l-reviw {
		display: flex;
		justify-content: flex-start;
		padding-left: 20px;
		padding-bottom: 20px;
		align-items: baseline;
	}
	.es-manhatan-doctors-single-r-con .es-manhatan-doctors-single-l-reviw p {
		display: block;
	}
	.es-manhatan-doctors-single-l-reviw p {
		margin: 0;
		min-height: auto;
	}
	.es-manhatan-doctors-single-l-reviw p:empty {
		display: none;
	}
	.es-manhatan-doctors-single-r-head p {
		padding-bottom: 0px;
	}
	.es-manhatan-doctors-single {
		width: 100%;
	}
	.es-manhatan-doctors-single {
		min-height: auto;
	}
	.es-manhatan-doctors-single-r-btn {
	margin-bottom: 60px;
    margin-top: 20px;
    margin-left: 0px;
	}
	.es-colnop-content {
		flex-direction: column;
	}
	.es-colnop-content ul li {
		padding-left: 0;
	}
	.es-col1 {
		width: 100%;
	}
	.es-col2 {
		width: 100%;
	}
	.es-colnop-content ul {
		margin: 0;
		padding-left: 0;
	}
	.gallery-thumb {
	    width: 500px;
	    height: 338px;
	}
	.gallery-thumb.one {
	background-position: 0px -851px;
	}
	.gallery-thumb.two {
	background-position: 0px -503px;
	}
	.gallery-thumb.three {
    background-position: 0px -131px;
	}
	.banner-area {
	    margin-top: 260px;
	}
	.doctor-img {
	    margin: 0 auto;
	}

	.header-cont-btn ul li::before {
	    top: 0px;
	    background-size: auto;
	    width: 40px;
	    height: 40px;
	}
	.header-cont-btn ul li::before {
	    background-position: 0 -32px;
	}
	.header-cont-btn ul li:nth-child(2)::before {
	    left: 10px;
	    background-position: -39px -30px;
	}

	.row {display: block;}
	.column {flex: 100%;margin: 10px;}
}
@media all and (max-width: 767px) {
	.new-style .saSingleDrNameRow.alignLeft { float: none; margin: 0 auto 10px; }
	.new-style .drProfileQuoteStart { display: none; }
}

@media all and (max-width:740px){
	.covid {
		top: 225px;
	}
}

@media all and (max-width:670px){
	.covid {
		top: 225px;
	}
	
	.left-partner-img {
		background-position: 0px 20px;
	}
	
	.gallery-thumb{
		width: 420px;
    	height: 245px;	
	}
	
	.gallery-thumb.one {
		background-position: 0px -750px;
	}
	
	.gallery-thumb.two {
		background-position: 0px -460px;
	}
	
	.gallery-thumb.three {
		background-position: 0px -145px;
	}
}

@media all and (max-width:575px){
	.fullwidthheading2 { line-height: 50px; }
	.page-id-36003 p.fullwidthheading2 { line-height: normal; }
	.floatright {
    float: none;
    margin-left: 0%!important;
}
	.floatinsidetext {
		margin-top: 0% !important;
	}
	.floatinsidetext-2 {
		margin-top: 0% !important;
	}
	.statblock{width: 100%; float: none;}
	.docstop {
	    display: block;
	}
	.docstop img {
	    margin-bottom: 30px;
	}
	.docstop p {
	    padding-left: 0px;
	}
	.es-single-btn-read {
		width: 100%;
		padding-top: 20px;
	}
	.es-single-btn-read-top {
		flex-direction: column;
		justify-content: center;
	}
	.es-single-btn-read-top-l {
		padding: 10px;
		width: 50%;
		border: none;
	}
	.es-single-btn-read-top-r {
		width: 100%;
		padding-bottom: 10px;
	}
	.es-inthe-press-area-r-content {
		padding: 40px 10px;
		line-height: 34px;
	}
	.es-inthe-press-area-head {
		font-size: 40px;
	}
	.es-inthe-press-area-content {
		font-size: 24px;
		line-height: 32px;
	}
	.gallery-thumb {
	    width: 100%;
	    height: 226px;
	    max-width: 350px;
	    margin: 0 auto;
	}
	.left-partner-img {
	    margin: 30px 0px;
	    height: 130px;
	    background-position: 0px 0px;
	}
	.doctor-tab { float: none; margin: 0 auto 20px; text-align: center; }
	.doctor-tab img { width: auto !important; }
	.doctor-tab p { width: auto; font-size: 30px; }
	.doctor-tab p span { font-size: 18px; }
}
@media (max-width: 580px) {
  .slider__switch {
    display: none;
  }
  .slider__caption {
    display: none;
  }
}

@media all and (max-width:570px){
	.covid {
		top: 215px;
	}	
	
	.gallery-thumb.one {
    	background-position: 0px -590px;
	}
	
	.gallery-thumb.two {
    	background-position: 0px -345px;
	}
	
	.gallery-thumb.three {
   		background-position: 0px -100px;
	}
}

@media all and (max-width:425px){
	.left-partner-img {
   		background-position: 0px 30px;
	}
	
	.gallery-thumb {
		max-width: 300px;
		height: 210px;
	}
	
	.gallery-thumb.one {
		background-position: 0px -505px;
	}
	
	.gallery-thumb.two {
    	background-position: 0px -295px;
	}
	
	.gallery-thumb.three {
    	background-position: 0px -140px;
	}
	
	.map-location {
		max-width: 100%;
	}
	.header-cont-btn ul li a, .header-cont-btn ul li button {
    font-size: 17px;
}
	.header-cont-btn ul li a {
    font-size: 17px;
    margin-left: 0;
}
}
@media all and (max-width:414px){
	.left-banner-content {padding-top: 0px;}
	.column.homepg { padding: 35px; margin-left: 0; margin-right: 0; }
	.column.homepg .homepgheight, .column.homepg .section-subtitle-dochome { font-size: 17px; line-height: 30px; }
	.inner-banner-text.pagenotfound {
    font-size: 50px;
    padding: 80px 0px 10px 0px;
}
	span.covid {
    top: 185px;
}
	.single-info:last-child {
    background: none;
}
	section.doctors-area.section-padding img {
    width: 50%;
    height: auto;
}
	.common-btn.conditionbutton {
    padding-top: 50px;
}
.procedure-para {
    margin: 20px;
}
	.single-doctor.reviewpage .doctor-img img {
    width: 50%;
}
	/*section.doctors-area.section-padding.reviewpagemain .doctors { margin-top: 0 !important; }*/
	.condition-text a {
    padding-bottom: 7px;
}
	.condition-thumb,.ctb-sprite {
    height: 70px;
    width: 70px;
}
 /*.doctor-name.reviewpagename {
    padding: 30px 0 0;
}*/
	a.dir-map {
    width: auto;
}
	.clearboth {
    padding-top: 0px;
}
	.alignleft{
	float: none;
    width: 100%;
	height: auto;
    clear: both;
    margin-bottom: 0px;
    margin-right: 0%!important;
}
	span.gallery-office-img img {
    height: auto;
    margin: 0px 0px 21px 0px;
}
	.right-banner-content {
    padding: 30px 0px 0px;
}
	.banner-content {
    padding: 60px 0px 0px 0px;
}
	img.bannerimg {
    width: 100%;
    margin-left: 0px;
    margin-top: -28px;
    background: #3122444d;
    padding: 30px;
    margin-bottom: 53px;
}
	.single-item .section-subtitle {
    text-align: left;
		padding-top: 10px;
}
	.section-heading span.section-subtitle strong {
    margin: 0px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
	text-align: left;
}
	span.sectiontitle2{
    margin-bottom: 0px;
}
	span.single-item.res-single-item1.practicepg {
    order: 1;
}
	section.procedures-area.section-padding.proceduremain {
    margin-top: 0px;
}
	.best-top-content-btn{
		display:none;
	}
	.gallery-thumb.two {
    background-position: 0px -407px;
}
	.gallery-thumb.one {
    background-position: 0px -671px;
}
	.gallery-thumb {
    width: 100%;
    height: 228px;
    max-width: 100%;
    margin: 21px auto;
}
	.single-item {
		width: 100%;
}
	.single-doctor {
    width: 100%;
}
	.doctor-name {
    padding: 30px 5px 30px 5px;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
}
	.left-banner-title {
    margin-bottom: 0px;
	line-height: 60px;
}
	.left-banner-icon{
	background: url(assets/images/sprite1.svg);
    height: 18px;
    width: 18px;
    position: relative;
    top: 0px;
    left: 0px;
    background-position: -75px -10px;
    display: inline-block;
	}
	.left-banner-text {
	font-size: 18px;
    line-height: 20px;
	}
	a span.bookonlinebtn.refviewbut {
    margin-top: 20px;
    width: 99%;
    border-radius: 5px;
}
	p.drsphhiatxt {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}
	.single-doctor.reviewpage .doctor-name {
    background-color: #38314900;
    /*color: #444;*/
    font-size: 30px;
}
	.main-inner-left .smul {
    padding: 0px;
	background-color: #fff0;
    border: 0px;
}
	.marginextra{
	margin-bottom:0px!important;
}
	h2.left-banner-title span {
    font-size: 26px;
}
	.es-manhattan-single {
    min-height: auto;
    margin: 10px;
}
	.es-single-really-stars {
    width: auto;
    display: block;
    margin-left: 0px;
    position: absolute;
	top: 80px;
	right: 200px;
    background: none;
}
	section.reviewpagebut a {
    display: block;
    width: 100%;
    margin: 20px auto;
}
	.es-really-area {
    grid-gap: 10px;
}
	.es-single-really {
    padding-bottom: 10px;
}
	span.parent {
    display: grid;
    grid-template-columns: 100%;
}
	span.socialimgtest {
    margin-left: 153px;
    z-index: 999;
}
	.es-single-really-content {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
}
	.es-single-really-top {
    display: block;
    text-align: center;
}
	span.sociallogos img {
    box-shadow: none;
}
		.es-single-really-stars-text {
    width: auto;
    display: block;
    margin-left: 0px;
    position: absolute;
    right: 134px;
    left: 0;
    margin: 0 auto;
    top: 62px;
    background: none;
	display:none;
}
	span.parent::after {
    top: 0%;
    transform: rotate(180deg);
    left: 2%;
    margin: unset;
}
	section.doctors-area.section-padding.reviewpagemain .doctors {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
	section.doctors-area.section-padding.reviewpagemain .doctor-img{
		background-image: none;
		border: 0px;
	}
	section.doctors-area.section-padding.reviewpagemain .doctor-name {
    display: flex;
    justify-content: center;
}
	span.section-title.reviewtitleappt {
    font-size: 30px;
    text-align: center;
}
	section.doctors-area.section-padding.reviewpagemain {
    padding: 30px 0px;

}
	.single-doctor.reviewpage {
    width: 100%;
}
	.inner-banner-text {
		padding: 35px 0 35px 0;
	}
	.single-procedureSa > a {
    font-size: 16px;
}
	.section-title.best-title {
    font-size: 36px;
}
	.es-single-btn-read-top-l {
    padding: 0px;
    width: 32%;
}
	span.single-right-copy p {
    margin: 10px auto;
}
	.header-left {
    margin: 10px;
}
	span.sociallogos img {
    padding: 5px;
}
	span.sociallogos img:first-child {
    padding-left: 5px;
}
.es-manhattan-head.sa {
    font-size: 40px;
    display: block !important;
    padding-top: 60px;
    text-align: center;
}
	.right-nyc {
    width: 100%;
}
	.main-inner-left h3 {
    font-size: 18px;
	line-height: 34px;
}
	span.main-inner-left .page-review-area {
    display: block;
}
span.main-inner-left .press-area {
    display: block;
}
	.inner-page.banner-area {
		background-image: none;
		padding-bottom: 0px;
		background-color: #160f1e;
	}
	.inner-call-btn {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: block;
	    -ms-flex-align: center;
	    -ms-flex-pack: distribute;
	    width: 100%;
		background:none;
	}
	.inner-call-btn a {
    font-size: 29px;
    padding: 18px 50px 12px 50px;
    width: 100%!important;
	}
	.inner-call-btn a::before{
		display:none;
	}
	.inner-call-btn::after {
	    font-size: 10px;
	    right: 36%;
	    top: 148px;
	}	
	span.bookonlinebtn {
	    font-size: 18px;
	}
	.scroll-nav-area.fixed-header{display:none;}
	.es-manhatan-doctors-single-l {
	    margin-top: 0px;
	}
	.es-manhatan-doctors-single-r {
	    margin-top: 18px;
	}
	.es-left-about-partner {
	    width: 100%;
	    margin: auto;
	}
	.left-partner-img {
	    margin: 30px 0px;
	}
	.es-manhatan-doctors-single-r-btn a {
		font-size: 25px;
		padding: 18px 30px !important;
	}
	.es-manhatan-doctors-head h2 {
		font-size: 25px;
	}
	.es-manhatan-doctors-head h1 {
		font-size: 37px;
		margin-bottom: 5px;
	}
	.es-manhatan-doctors-single-r-head h2 {
		font-size: 27px;
		margin-bottom: 0;
	}
	.es-manhatan-doctors-single-r-con .es-manhatan-doctors-single-l-reviw {
		display: flex;
		padding-bottom: 0;
		padding-top: 0;
	}
	.es-manhatan-doctors-single-r-con .es-manhatan-doctors-single-l-reviw span {
		line-height: 34px;
	}
	.es-manhatan-doctors-single-r-head p {
		padding-bottom: 0px;
		margin-bottom: 0;
	}
	.es-manhatan-doctors-single-l-img {
		width: 100%;
		max-width: 80px;
		height: 80px;
	}
	.es-manhatan-doctors-head {
		padding: 20px 0px;
	}
  	.right-about-img {
	    margin: 0 auto;
	}
    .left-about-title {
	    font-size: 33px;
	    text-align: left;
	}
    section.about-area {
	    padding: 0px;
	    padding-bottom: 20px;
	}
	.doctor-img {
    width: 100%;
    height: auto;
	}
	.doctor-img.one {
	    background-position: -199px 0px;
	}
	.doctor-img.two {
	    background-position: -358px 0px;
	}
	.header-cont-btn ul li::before {
	    position: unset;
	    transform: scale(.8);
	}
	.right-banner-text::before {
	    background: #ff85b6;
	}
	.header-cont-btn ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header-cont-btn::before {
		bottom: 4px;
    	right: 25px;
		font-size: 12px;
		height: 17px;
		top: auto;
	}
	.left-banner-subtext {
		font-size: 8px;
		margin-left: 21px;
	}
	.right-banner-title {
		margin-bottom: 0px;
		padding-bottom: 12px;
	}
	.right-banner-title::after {
		display: none;
	}
	.left-about-subtitle {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin: 30px auto;
	}
	.common-btn.left-about-btn {
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	span.presstexthome {
    text-align: center;
    padding-right: 0px;
}
	.common-btn a {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		padding-left: 20px;
		min-width: 90%;
	}
	.left-partner-img {
	    height: 96px;
	    background-position: 0px 0px;
	}
	span.common-btn.left-partner-btn a {
	    margin-right: 0px;
	}
	.left-about-partner .common-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
	.doctors-area .section-title {
		text-align: center;
	}
	.doctors-area .section-subtitle {
		text-align: left;
	}
	.section-title {
		font-size: 35px;
		line-height: 48px;
	}
	.doctor-btn .header-cont-btn ul li::before {
		display: none;
	}
	.doctors-area .header-cont-btn ul li {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.doctors-area .header-cont-btn ul li a {
		font-size: 23px;
		font-weight: bold;
	}
	.gallery-area .section-title {
		font-size: 32px;
		padding: 0px 15px;
	}
	.gallery-title::before {
		width: 36px;
	}
	.gallery-title {
		padding-left: 50px;
	}
	.single-review {
		padding: 35px;
	}
	.star {
		padding: 0px 5px;
	}
	.common-btn.review-btn2 {
		display: block;
		width: 100%;
	}
	.common-btn.review-btn1 {
		margin-bottom: 40px;
		display: block;
		width: 100%;
	}
	.review-btns .common-btn a {
		width: 100%;
		text-align: center;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.common-btn.procedure-btn a {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		width: 100%;
	}
	.next-btn {
		display: none;
	}
	.res-cond-btn {
		display: inline-block;
		position: relative;
		font-weight: bold;
	}
	.slider-container {
		text-align: center;
	}
	.res-cond-btn:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -27px;
		width: 30px;
		height: 30px;
		border-top: 2px solid #C7C7C7;
		border-right: 2px solid #C7C7C7;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		margin: auto 0px;
	}
	.best-top-content-btn .header-cont-btn ul li::before {
	display: none;
	}
	.header-cont-btn ul li {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px 0px;
	}
	.best-top-content-btn .header-cont-btn::before {
    right: 32px;
    font-size: 10px;
	}
	.best-middle-title {
		font-size: 29px;
		text-align: right;
	}
	.address-location-text {
		width: 100%;
	}
	.address-location {
		padding: 75px 20px 75px 20px;
	}
	.location-text-subtitle2 {
		font-size: 14px;
		margin-top: 27px;
	}
	.mobile-sa-spacer {
		display: block;
		font-size: 29px;
	}
	.left-copyright ul li {
		margin-right: 1px;
		padding-right: 4px;
	}	
	.left-copyright a {
	    line-height: 34px;
	}
	.about-area .container {
		padding: 0px;
	}
	.left-about-content {
		padding: 25px 15px;
	}
	.left-about-partner {
		padding: 0px 20px;
	}
	.right-about {
		padding: 0px 20px;
	}
	.es-Gastroenterologist-right {
		padding: 0;
	}
	.es-manhattan-single-head {
		font-size: 16px;
		display:block!important;
	}
	.es-manhattan-single {
		width: 100%;
	}
	.es-Gastroenterologist-right-l {
		padding: 25px 5px;
	}
	.es-Gastroenterologist-right-head h1 {
		font-size: 30px;
	}
	.es-Gastroenterologist-right-head {
		padding: 0px 10px;
	}
	.es-Gastroenterologist-right-l p {
		padding: 0px 10px;
	}
	.es-single-btn-read-top-r-head {
		font-size: 18px;
		padding-left: 10px;
		display: block;
	}
	.es-single-btn-read-top-r-c {
		padding-left: 10px;
		font-size: 14px;
		width: 67%;
	}
	.es-single-btn-read {
		margin: 0;
	}
	.es-manhattans-r-content h2 {
		font-size: 22px;
	}
	.es-location ul li {
		font-size: 14px;
	}
	.banner-area {
    margin-top: 153px;
	}
	.single-info{
		height: auto;
	}
	.left-banner-title {
		margin-left: 0;
		font-size: 40px;
    	line-height: 50px;
		padding-top: 0px;
	}
	.left-banner-content p {
		color: #fff;
		font-size: 20px;
		font-weight: 200;
		font-family: 'Roboto';
		line-height: 30px;
		margin-left: 0;
	}
	.left-banner-content ul {
		margin-left: 30px;
	}
	.single-li { margin-bottom: 15px; }
	.saSingleDrProfileTitle {
		font-size: 34px!important;
	}
}
@media all and (max-width:379px){
	.page-id-36003 section.doctors-area.section-padding.reviewpagemain .doctor-img { display: none; }
	.header-cont-btn::before {
    bottom: -2px;
    right: 25px;
    font-size: 12.5px;
    height: 17px;
    top: auto;
}
	.gallery-thumb.two {
    background-position: 0px -367px;
}
	.gallery-thumb.one {
    background-position: 0px -611px;
}
	span.socialimgtest {
    margin-left: 45%;
}
.es-single-really-stars {
    top: 40px;
    right: 150px;
	width: 50%;
}
	.es-single-really {
	padding: 10px;}
	.es-single-really-stars span {
    font-size: 11px;
}
	.es-single-really-stars span {
    padding-left: 3px;
}
	.gallery-thumb {
    height: 210px;
}
	/*.banner-area.big-banner {
    margin-top: 145px;
}*/
	.left-partner-img {
    height: 66px;
}
	.singleDrSaButtons a {
    padding: 10px 16px 6px;
}
    .info-text {
	    font-size: 16px;
	    line-height: 26px;
	}
	.info-title.pnk a {font-size: 22px;}
	
	.header-left a.logo-area {
		width: 60%;
		min-height: 60px;
	}
	.header-cont-btn ul li a {
		font-size: 15px;
		font-family: 'Bebas Neue', sans-serif;
	}
	.add-title {
		font-size: 17px;
	}
	.add-sub-title {
		font-size: 10px;
	}
	.header-address ul li {
		padding: 4px;
	}
	.header-area {
		padding: 22px 0 0px;
	}
	.header-address {
		padding-top: 15px;
	}
	.left-banner-subtitle {
		margin-left: 0;
		font-size: 40px;
	}
	/*.left-banner-title {
		margin-left: 0;
		font-size: 40px;
    	line-height: 50px;
		padding-top: 50px;
	}*/

	/*.left-banner-content p {
		color: #fff;
		font-size: 20px;
		font-weight: 200;
		font-family: 'Roboto';
		line-height: 30px;
		margin-left: 0;
	}
	.left-banner-content ul {
		margin-left: 30px;
	}
	.single-li {
		margin-bottom: 15px;
	}
	.left-banner-text {
		font-size: 18px;
	}*/
	.right-banner-text::before {
		left: 51%;
	}
	.left-about-title {
		font-size: 30px;
	}

	.doctor-img {
		height: 169px;
	}
	.doctors-area .header-cont-btn ul li a {
		font-size: 18px;
	}
	.gallery-title {
		font-size: 20px;
		padding-left: 57px;
	}
	.gallery-title::before {
		width: 45px;
	}
	.star {
		font-size: 25px;
	}
	.review-text {
		margin: 16px 0 0 0;
		font-size: 17px;
	}
	.doctors-area .header-cont-btn ul li:last-child {
	    padding-left: 0px;
	}
	.procedure-subtitle {
		font-size: 36px;
	}
	.procedure-title {
		font-size: 30px;
	}
	.procedure-para {
		font-size: 18px;
		line-height: 34px;
	}
	.single-info {
		padding: 15px;
		margin-bottom: 5%;
	}
	.best-top-logo {
		width: 18%;
	}
	.best-top-content {
		width: 100%;
	}
	.best-top-content-btn .header-cont-btn ul li a {
	font-size: 21px;
    padding: 9px 0 6px 0;
	}
	.best-top-content-btn .header-cont-btn::before {
    right: 53px;
    font-size: 12px;
    bottom: 1px;
}
	.header-area span.header-left {
    margin-top: 29px;
		height: 60px;
}
	.best-top-content-btn .header-cont-btn ul li {
		padding: 10px 0;
	}
	.section-title {
		font-size: 30px;
	}
	.best-middle-title {
		font-size: 30px;
		margin-left: 48px;
	}
	.location-text-title {
		font-size: 22px;
		letter-spacing: 2px;
	}
	.location-text-subtitle {
		font-size: 15px;
	}
	.location-text-subtitle2 {
		font-size: 15px;
	}
	.address-location {
		padding: 75px 20px 75px 20px;
	}
	.location-btn1, .location-btn2 {
		height: 60px;
		font-size: 22px;
	}

	/*INNER PAGE*/
	.inner-call-btn a::before {
		left: -20px;
		background-size: 357% 171%;
		background-position: 0 -19px;
		height: 25px;
		width: 20px;
		top: -3px;
	}
	.inner-call-btn a:last-child::before {
		left: -20px;
		background-size: 330% 166%;
		height: 25px;
		width: 18px;
		background-position: -18px -18px;
	}
	.main-inner-left h4 {
		font-size: 24px;
		margin: 30px 0;
	}
	.play-btn {
		top: 50px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.hemmo-text {
		font-size: 18px;
		line-height: 34px;
		padding: 25px 15px 25px 15px;
	}
	.left-hemo p {
		padding: 0;
	}
	.left-hemo .inner-call-btn {
		height: 85px;
	}
	.left-hemo .inner-call-btn a {
		font-size: 18px;
	}
	.left-hemo .inner-call-btn::after {
		right: 7%;
		top: 20px;
	}
	.main-inner-left ul {
		padding-left: 0;
	}
	.main-inner-left ul li {
		line-height: 34px;
		font-size: 18px;
	}
	.main-inner-left ul li::before {
		top: 13px;
	}
	.single-ligation {
		padding: 18px 0 8px;
	}
	.ligation-text {
		padding: 0 12px 0 18px;
		height: 100%;
	}
	.nyc-best-area {
		padding: 15px;
	}
	.left-nyc {
		padding: 12px;
	}
	.sidebar-blog p {
		font-size: 20px !important;
	}
	.es-gastroenterologists-bg-text {
		padding: 250px 0 50px 0px;
	}
	.es-Gastroenterologist-right-head p {
		font-size: 20px;
	}
	.banner-area {
	    margin-top: 210px;
	}
	
	.left-banner-content {
		padding-top: 10px;
	}
	
	.left-partner-img {
    	background-position: 0px 0px;
	}	
	
	.gallery-thumb.one {
    	background-position: 0px -122px;
	}
	
	.gallery-thumb.two {
    	background-position: 0px -370px;
	}
	
	.gallery-thumb.three {
    	background-position: 0px -580px;
	}
}
@media all and (max-width:360px){
	.gallery-thumb.two {
    background-position: 0px -349px;
}
	.gallery-thumb.one {
    background-position: 0px -571px;
}
}

@media all and (max-width: 330px){
	.gallery-thumb {
		height: 200px;
	}
	
	.gallery-thumb.one {
    	background-position: 0px -80px;
	}
	
	.gallery-thumb.two {
    	background-position: 0px -290px;
	}
	
	.gallery-thumb.three {
    	background-position: 0px -487px;
	}
}

@media all and (max-width:320px){
	.es-single-btn-read-top-r-head {
    font-size: 14px;
}
	.condition-area {
    padding-bottom: 0px !important;
}
	.left-banner-text {
    font-size: 16px;
}
.single-doctor {
    width: 100%;
}
	.doctor-img {
		height: 143px;
	}
    .doctor-name {
    font-size: 14px;
}
	.gallery-thumb.two {
	background-position: 0px -490px;
}
	.gallery-thumb.three {
    background-position: 0px -85px;
}
	.gallery-thumb.one {
    background-position: 0px -488px;
}
	.address-location-thumb.one {
    background-position: 0px -81px;
}
	.address-location-thumb.two {
    background-position: 0px -256px;
}
	.address-location-thumb.three {
    background-position: 0px -426px;
}
	.header-cont-btn::before {
    	bottom: 4px;
    	right: 18px;
    	font-size: 10px;
    	height: 17px;
   		top: auto;
	}
	.left-banner-title {
    	font-size: 32px;
	}
}
/*------------------------------------NEW HEADER CSS---------------------------------*/
.y_covid_area {
    padding-top: 0px;
    margin-top: 20px;
}
.y_covid_area a {
    padding: 8px 0 5px;
    width: 129px;
    background: #11273e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #12273e;
}
.right-banner-title {
    padding-bottom: 20px;
}
@media all and (max-width: 1024px){
	.header-area {
	    background: #FFF;
		padding: 0;
	}
	.header {
		background: #38314B;
		flex-wrap: wrap;
	}
	.header-left {
		margin: 0px auto 0px;
		padding: 12px 15px;
		background: #fff;
		width: 100%;
		height: 75px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}	
	.header-left a.logo-area {
		width: 32%;
		min-height: auto;
	}	
	.header-left img {
		width: 200px;
	}
	.header-right {
		background: #38314b;
		display: block;
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.header-contact {
		width: 68%;
		position: absolute;
		top: 0;
		right: 0;
		background: #93507b;
		height: 75px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 60px;
	}
	.header .header-contact-top {
		position: unset;
		text-align: left;
		width: auto;
	}
	.header-contact-top ul {
		display: block;
		width: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.header-contact-top ul li {
		border-right: 2px solid #fff;
		padding: 0 20px;
		width: auto;
		height: auto;
		background: transparent !important;
	}
	.header-contact-top ul li a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-cont-btn {
		padding: 0;
		width: auto;
		display: block;
		background: transparent;
		border-radius: 0;
	}
	.header-cont-btn ul {
		display: block;
		width: auto;
	}
	.header-cont-btn ul li {
		text-align: left;
		border: none !important;
		display: inline-block;
		width: auto;
		border-right: 2px solid #fff !important;
		padding: 0 17px;
	}
	.header-cont-btn ul li a, .header-cont-btn ul li button {
		font-size: 18px;
		font-weight: 700;
		min-width: auto;
		margin: 0;
		padding: 0;
	}
	.cont-top-icon2 {
		display: none;
	}
	.cont-top-icon1 {
		display: none;
	}
	.header-cont-btn::before {
	   display: none;
	}
	.banner-area.big-banner {
		margin-top: 0;
	}
	.main-header-area {
		position: sticky;
	}
	.header-area span.header-left {
		margin-top: 0;
	}
	.header span.header-contact-top {
		width: auto;
		top: 0;
		left: 0;
		margin-bottom: 0;
		position: unset;
	}
	.canvas-menu {
		z-index: 3;
	}
	.canvas-menu span {
		background: #fff;
	}
	span.header-cont-btn ul li:last-child {
		border-right: none !important;
	}
	
}
@media all and (max-width: 992px){
	.header-left img {
		width: 60%;
	}
	.cont-top-text {
		font-size: 16px;
	}
	.header-cont-btn ul li a, .header-cont-btn ul li button {
		font-size: 16px;
	}
}

@media all and (max-width: 768px){
	.header-contact-top ul li {
		width: 77%;
	}
	.header-cont-btn ul li {
		border-right: none !important;
	}
}

@media all and (max-width: 575px){
	.header-left img {
		width: 84%;
		height: auto;
	}
	.header-contact-top ul li {
		width: 100%;
		padding: 0 10px;
	}
}
@media all and (max-width: 414px){
	.header-cont-btn {
		padding: 0;
		width: auto;
		position: absolute;
		left: -47%;
		bottom: -40px;
		width: calc(100% + 47%);
		height: 40px;
		background: #342046;
	}
	.header-cont-btn ul {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3,1fr);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	.header-cont-btn ul li {
		text-align: center;
		border-right: 1px solid #fff !important;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.header-cont-btn ul li a, .header-cont-btn ul li button {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		font-size: 14px;
		letter-spacing: 0px;
	}
	.header-contact, .header-left {
		height: 60px;
	}
	.header-contact, .header-left {
    	height: 60px;
		margin-bottom: 40px
	}
	.header-contact-top ul li {
		width: auto;
		padding: 0 10px;
	}
	.header-contact-top ul li:last-child {
		border: none;
	}
	.header-contact-top ul li {
		padding: 0 16px;
	}
	
	
}

@media all and (max-width: 380px){
	.cont-top-text {
		font-size: 14px;
	}
	.header-contact {
		padding-right: 35px;
	}
}