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

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

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

/***********************************/
/**********  Typography ************/
/***********************************/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 250px;
}

* {
	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: 16px !important;
	line-height: 28px;
	color: #444444;
	background: #FFFFFF;
	outline: none;
	font-family: 'robotoregular',  Arial;
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	display: inline-block;
    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;
}
p{
    color: #444;
    font-size: 16px;
    line-height: 28px;
    margin: 25px 0px;
}
img {
	border: none;
	max-width: 100%
}

.section-padding {
	padding: 60px 0px;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.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;
}

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

/*************************************/
/******** Banner Area Start **********/
/*************************************/
span.covid {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 219px;
    background-color: #faffd2c9;
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
}
span.covidhead {
    background-color: #11273e;
    padding: 50px;
    font-size: 22px;
    line-height: 39px;
    width: 100%;
    color: #fff;
}
.main-header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99999;
    transition: 0.3s;
}
.main-header-area.fixxed {
    background: #ffffff;
	box-shadow: 2px 2px 30px #44444436;
}
.banner-area {
    background-image: url(assets/images/darma-NYC-main-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: 41px;
}
.banner-area.big-banner {
    background-position: right 152px;
	background-color: #fda894;
    padding-top: 280px;
    padding-bottom: 0px;
}
.banner-area.fullinner-page {
    background-image: url(assets/images/inner-page-bg.jpg);
    background-position: center bottom;
    padding-bottom: 77px;
}
.header-area {
	padding: 16px 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: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.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: 50%;
	text-align: right;
	padding-right: 5%;
}
.header-address ul li {
	/*padding: 8px 10px;*/
	padding: 8px 12px;
	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: #fa8794;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.add-sub-title {
	font-size: 12px;
	font-weight: bold;
	color: #4A4A4A;
	line-height: 20px;
}
.cont-top-text {
    color: #777;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
}
.cont-top-icon1 {
    height: 32px;
    width: 32px;
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -18px -1px;
    margin-right: 10px;
}
.cont-top-icon2 {
    height: 32px;
    width: 32px;
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -57px -1px;
    margin-right: 10px;
}
.header-contact {
    width: 35%;
}
.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;
    align-items: center;
}
.header-cont-btn {
    width: 100%;
    background: #11273e;
    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: 14px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: auto;
    left: 38%;
    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 8px 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:first-child:before {
	display: none;
}
.header-cont-btn ul li:last-child {
    border-right: 0px;
}
.header-cont-btn ul li:nth-child(2)::before {
    /* background-position: -44px -41px;
    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: 25px;
    font-weight: bold;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    padding-left: 6px;
    font-weight: normal;
    letter-spacing: 1px;
	border: none;
	background: none;
}
.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-39822 ul.sub-menu, .menu-item-39284 ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 600px!important;
    max-width: 600px;
}
.menu-item-39822 ul.sub-menu li, .menu-item-39284 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: #11273e;
    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: 18px;
    padding: 16px 15px;
    display: block;
    height: auto;
    margin: 0;
    width: auto;
    background: transparent;
    text-align: left;
}
.menu-area ul li ul li:hover a {
    background: #f09e981c;
}
.menu-area ul ul li a::after {
	display: none;
}
.menu-area ul li a {
	font-size: 18px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    color: #fa8794;
    background: #f09e981c;
    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;*/
}
.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: 20px 0 95px;
}
.left-banner-content {
	width: 42%;
	float: left;
	padding-bottom: 37px;
}
.left-banner-subtitle {
	color: #11273e;
	font-size: 75px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 300;
}
.left-banner-title {
    color: #ffffff;
    font-family: 'bebas neue';
    font-size: 95px;
    margin-bottom: 25px;
    font-weight: bold;
}
span.left-banner-title span {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 19px;
    padding-left: 5px;
}
.left-banner-content ul {
    font-weight: bold;
	padding-top: 25px;
}
.single-li {
	margin-bottom: 8px;
	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: -93px -11px;
}
.left-banner-text {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 2px;
}
.left-banner-subtext {
	color: #11273e;
	font-size: 12px;
	margin-left: 33px;
}
.left-banner-btn {
	margin-top: 50px;
}
.left-banner-btn a {
	font-size: 20px;
	height: 60px;
	width: 225px;
}
.left-banner-btn a.book-btn {
    background-color: #11273e;
    color: #fff;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #11273e;
}
.left-banner-btn a.book-btn:hover {
	background: #fff;
	color: #11273e;
}
.left-banner-btn a.call-btn:hover {
	background: #11273e;
	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: #11273e;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 1px solid #11273e;
}
.right-banner-content {
    /* background-color: #ff85b69e; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38%;
    /* padding: 20px; */
    border-radius: 19px;
    /* position: relative; */
    /* left: -20%; */
    min-height: 320px;
    /* align-items: center; */
}
.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;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.right-banner-img img {
    width: 100%;
}
.right-banner-subtitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.right-banner-subtitle::before {
    content: "";
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -127px -35px;
    left: 18px;
    height: 34px;
    width: 38px;
    display: inline-block;
}
.right-banner-title {
    color: #11273e;
    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: 28px;
}
.right-banner-btn a {
    height: 60px;
    width: 260px;
    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: 21px;
    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 #11273e;
}

.right-banner-btn a:hover {
    background: #FFFFFF;
    color: #fa8794;
    border: 1px solid #fa8794;
}
.best-list {
    margin: 15px 0px 15px 30px;
}
img.bannerimg {
    width: 74.5%;
    background-color: #c053604d;
    padding: 10px;
}
/* About Area */
.section-subtitle-dochome {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 65%;
    margin: 25px auto 0px;
    line-height: 28px;
}
.about {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.left-about {
	width: 60%;
	margin-right: 40px;
}
.left-about-content {
	background: #f09e981c;
	padding: 75px 45px;
}
.left-about-title {
    font-size: 65px;
    font-family: 'Bebas Neue', sans-serif;
    color: #11273e;
    text-align: right;
}
.left-about-subtitle {
    font-size: 43px;
    color: #000;
    font-family: 'Bebas Neue', sans-serif;
    text-align: right;
    margin: 35px 0;
    font-weight: 300;
    width: 80%;
    margin: 65px 0 65px auto;
    line-height: 67px;
}
.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: 13px;
    border: 2px solid #444;
    min-width: 350px;
}
.common-btn a:hover {
    color: #fff;
    background: #fa8794;
    border: 2px solid #fa8794;
	
}
.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;
}

.purana-btn a {
    font-weight: bold;
    color: #FFF;
    border-left: 2px solid #FFF;
    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;
    width: 390px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
}
.purana-btn a::before {
    content: '';
    width: 115px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
.purana-btn a:after {
    content: '';
    width: 230px;
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.left-partner-img {
    margin: 0px 0px 80px 0;
}
.presstexthome {
    text-align: right;
    padding-top: 80px;
    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 {
	width: 40%;
}
.right-about-img {
    width: 172px;
}
.right-about-img img {
	width: 100%;
}
.right-about-para {
    font-size: 16px;
    color: #444;
    margin-top: 0px;
    line-height: 26px;
}
span.right-about-para:first-child {
    margin-top: 0px;
}
.right-book-image {
    margin: 30px 0px;
}
.common-btn.right-dr-button {
    justify-content: flex-start;
}
.common-btn.right-dr-button a {
    background: #11273e;
    color: #FFF;
    border-color: #11273e;
}
/* 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: #f09e981c;
}
.section-title.best-title {
    font-size: 55px;
    color: #11273e;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 60px;
}
.section-title {
    font-size: 66px;
    color: #11273e;
    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: 34px;
}
.sAsection-subtitle {
    font-size: 42px;
    font-weight: 300;
    color: #fa8794;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
.doctors {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
div#healow-root {
    position: relative;
}
div#healow-root a {
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}
.single-doctor {
    width: auto;
    text-align: center;
    z-index: 1;
}
div#healow-root a {
    width: 80%;
}
.doctor-img {
    width: 100%;
    height: auto;
}
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-img img {
    width: 80%;
    height: auto;
    border-radius: 50%;
}
span.doctor-img img {
    width: 100%;
}
p.drsphhiatxt {
    width: 100%;
    margin: 0 auto;
    line-height: 28px;
    padding: 169px 30px 50px 30px;
    background-color: #11273e;
    border-radius: 6px;
    color: #fff;
    margin-top: -160px;
    text-align: center;
}
p.drsphhiatxt a {
    color: #fff;
    text-decoration: underline;
}
p.section-subtitle a {
    color: #444;
    text-decoration: underline;
}
.single-doctor.reviewpage .doctor-name {
    background-color: #38314900;
    color: #fff;
}
.doctor-img.one {
    background-position: -305px 0px;
}
.doctor-img.two {
    background-position: -548px 0px;
}
.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: 0px;
}
.bookonlinebtn {
    text-align: center;
    padding: 12px 0px 8px 0px;
    background: #00cdff;
    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: #11273e;;
}
.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: #11273e;
	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 #11273e;
	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: #11273e;
	font-size: 40px;
	font-weight: bold;
	margin-left: 0;
}

.mp ul {
    margin: 28px 0 35px 0;
    padding-left: 30px;
}
.mp ul li {
    display: inline-block;
    color: #444;
    line-height: 34px;
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    border-bottom: 1px solid #d9eaf1;
}
.mp ul li::before {
    content: '';
    height: 18px;
    width: 18px;
    background: url(assets/images/sprite1.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -93px -11px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 13px -30px;
}

/* 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%;
}
span.gallery-office-img img {
    height: auto;
}
section.condition-area.section-padding p {
    text-align: center;
    margin-bottom: 50px;
}
.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 #11273e;
    padding-bottom: 10px;
}
.gallery-title {
    font-size: 22px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
    position: relative;
    padding-left: 90px;
}
.gallery-title::before {
    content: '';
    height: 1px;
    width: 73px;
    background: #fa8794;
    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: -webkit-gradient(linear,left top, right top,from(#fa8794),to(#fda894));
	background: -o-linear-gradient(#fa8794 0%, #fda894 100%);
    background: linear-gradient(#fa8794 0%, #fda894 100%);
    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;
	min-height: 315px;
    font-family: 'times new roman';
    font-size: 20px;
    line-height: 26px;
}
.review-name {
	color:#11273e;
    padding: 30px 0 10px;
	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;
}
.review-name::before {
    content: '';
    height: 3px;
    width: 185px;
    background: #11273e;
    margin-right: 8px;
}

.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: inline-block;
}

/* Procidures Area */

.procedures-area {
	background: url(assets/images/procedure-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 140px 0;
}
.procedures-area.section-padding {
	padding: 120px 0px;
}
.procedures-area.section-padding.proceduremain {
    background: #11273e;
    margin-top: 160px;
    margin-bottom: 160px;
    /* background-image: url(assets/images/service-bg.jpg); */
    background-size: cover;
    background-position: center left;
}
.procedure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.procedure-content {
	width: 35%;
}
.procedure-subtitle {
    font-size: 55px;
    color: #ffffff;
    font-family: 'Bebas Neue', sans-serif;
    line-height: normal;
}
.procedure-title {
    color: #fa8794;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
}
.procedure-para {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 33px;
    margin-top: 45px;
}

.common-btn.procedure-btn {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 85px;
}
.procedure-info {
	width: 64%;
	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;
	position: absolute;
	top: -280px;
	left: 37%;
}
.single-info {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    height: 262px;
    padding: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 40px -6px #34425747;
    box-shadow: 3px 3px 40px -6px #34425747;
}
.single-info-row {
    display: flex;
    justify-content: space-between;
}
.single-info-left {
    width: 20%;
}
span.single-info-left img {
    border-radius: 200px;
    border: 3px solid #fa8794;
    object-fit: none;
}
span.single-info-left img:before {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    position: absolute;
}
.single-info-right {
    width: 75%;
}
.info-title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'bebas neue';
    color: #344257;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.info-title a {
    color: #fa8794;
    font-weight: normal;
    letter-spacing: 2px;
}
.info-title a:hover {
    color: #fa8794;
}
.info-title::before {
    content: "";
    height: 2px;
    width: 20px;
    background: #fa8794;
    position: absolute;
    bottom: 0;
    left: 0;
}
.info-text {
    font-size: 16px;
    line-height: 28px;
    color: #444;
}

/*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: #11273e;
}
.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: #00cdff;
}
/* Condition Area */
.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: #f09e981c;
    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: 160px;
	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 #fda894;
}
.condition-thumb img {
	width: 100px;
	height: auto;
}

.condition-text {
    font-size: 19px;
    font-family: 'robotoregular',  Arial;
    color: #fff;
    margin-left: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.condition-text a{
    color: #11273e;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 4px;
}
.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 */

.best-area {
	overflow: hidden;
}
.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.section-title {
    text-align: left;
    margin-bottom: 5px;
    font-size: 58px;
}

.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-subtitle {
    font-size: 44px;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #555555;
    text-align: left;
}

.best-bottom-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.best-bottom-thumb {
    margin-right: 30px;
    width: 30%;
}
.best-bottom-thumb img {
	width: 100%;
}
.best-bottom-text {
    width: 83%;
    margin: 0 auto;
}
.best-single-text {
    margin-bottom: 10px;
    line-height: 28px;
    margin-top: 10px;
}
.best-single-text:last-child {
	margin-bottom: 0px;
}
ul.best-list li {
    display: block;
    position: relative;
    padding: 9px 0px 9px 30px;
    border-bottom: 1px dotted #C7C7C7;
}
ul.best-list li:before {
    content: "";
    height: 18px;
    width: 18px;
    background: url(assets/images/sprite1.svg);
    background-repeat: no-repeat;
    background-position: -93px -5px;
    position: absolute;
    left: 0;
}
.header-cont-btn.best-but {
    max-width: 65%;
    margin-top: 30px;
}

/* Location Area */
.contactcontent h2 {
    color: #444;
    font-size: 24px;
    line-height: 32px;
    font-family: 'robotoregular', sans-serif;
    margin: 40px 0 40px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #11273e;
    padding-bottom: 10px;
}
.address-location.contactpage .single-add-location {
    align-items: center;
    margin-bottom: 19px;
    padding-bottom: 32px;
}
.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: -webkit-gradient(linear,left top, right top,from(#fa8794),to(#fda894));
    background: -o-linear-gradient(#fa8794 0%, #fda894 100%);
    background: linear-gradient(#fa8794 0%, #fda894 100%);
}

.single-add-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #11273e;
}
.single-add-location:nth-child(3) {
	border-bottom: 1px dashed transparent;
}
.address-location-thumb {
    margin-right: 30px;
    max-width: 262px;
    width: 100%;
}
.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: 300;
	font-size: 18px;
	margin: 10px 0 24px 0;
}
.location-text-subtitle2 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
}

.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;
    border-bottom: 1px dashed #11273e;
	letter-spacing: 3px;
}
.location-btn1::before, .location-btn2::before {
    content: '';
    background: url(assets/images/sprite1.svg);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: -1px -35px;
    margin-right: 16px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    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: #f09e981c;
}
.disclaimer-area .section-title {
	font-size: 45px;
}
.disclaimer-area .section-subtitle {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
}

/*dr request area*/
.dr-request-area {
    background: #11273e;
    margin-top: 120px;
}
.drRequest-row {
    display: flex;
}
.dr-request-left {
    width: 50%;
    background: -webkit-gradient(linear,left top, right top,from(#fa8794),to(#fda894));
    background: -o-linear-gradient(#fa8794 0%, #fda894 100%);
    background: linear-gradient(#fa8794 0%, #fda894 100%);
    display: flex;
    align-items: center;
    padding: 35px;
    position: relative;
    min-height: 700px;
    justify-content: center;
}
.dr-request-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top, right top,from(#fa8794),to(#fda894));
    background: -o-linear-gradient(#fa8794 0%, #fda894 100%);
    background: linear-gradient(#fa8794 0%, #fda894 100%);
    min-width: 3000px;
}
.dr-request-left-content {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding: 60px 15px 60px 20px;
    position: relative;
    border-right: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}
.dr-request-left-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #fff;
}
.dr-request-left-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #fff;
}
.dr-request-left-content-top {
    font-size: 48px;
    font-family: 'Bebas Neue', sans-serif;
    color: #11273e;
    font-weight: 300;
    line-height: 52px;
    margin-bottom: 30px;
}
.dr-request-left-content-bottom {
    font-size: 76px;
    font-family: 'Bebas Neue', sans-serif;
    color: #11273e;
    font-weight: bold;
}

.dr-request-right {
    width: 50%;
    padding: 0px 20px;
    align-items: center;
    display: flex;
}
.dr-request-right-content {
    padding: 35px 0px;
}
.dr-request-right-content-title {
    color: #fa8794;
    font-size: 70px;
    font-weight: 700;
    font-family: 'Bebas Neue', sans-serif;
}
.dr-request-right-content-subtitle {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 38px;
}
.dr-request-right-content-pera {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
}
.dr-request-right-content-pera + .dr-request-right-content-pera {
    margin-top: 30px;
}
/* Footer Area */
span.footer-action-area {
    text-align: right;
}
.footerheader {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #fff;
}
.footerheader > span > img {
    filter: brightness(0) invert(1);
}
.footer-area {
    background: #11273e;
    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: -115px -2px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.footer-address {
	width: calc(100% - 40px);
}
.footer-address ul li {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.footer-address ul li a {
	color: #fff;
}

.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: 15px;
	line-height: 28px;
}
.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;
}
.right-copyright {
	width: 40%;
}
.single-right-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.right-copyright ul li {
    color: #fff;
    font-size: 14px;
    margin-left: 0px;
}
.copyright-logo {
	margin-right: 60px;
}
/*SA Dr Profile*/
.saNewBannerArea {
    background: #f09e981c;
}
.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: -380px;
}
.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: #fa8794;
    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: #11273e;
}

.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: #11273e;
    padding: 60px 100px 60px 60px;
}
.saBlockRight {
    width: 50%;
    background: #fa8794;
    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.manhattanprimarycaredoctorsnyc.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;
}
.doctors.reviewsdoc {
    flex-flow: column wrap;
    width: 80%;
    margin-top: 40px;
	margin: 0 auto;
}
.saSingleDrArea {
    border-top: 12px solid #11273e;
	padding-top: 75px;
}
.saSingleDrRow {
    display: flex;
	flex-direction: row;
}
.saSingleDrLeft {
    width: 35%;
}
.saSingleDrNameRow {
    display: flex!important;
    align-items: center;
}
.saSingleDrProfileImage {
    width: 30%;
}
.saSingleDrProfileName {
    padding-left: 20px;
}
span.saSingleDrProfileImage img {
    border-radius: 100px;
}
.saSingleDrProfileTitle {
    font-size: 40px;
    color: #fa8794;
    font-weight: 700;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
}
.saSingleDrProfileDeg {
    font-size: 17px;
    font-weight: bold;
    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: #11273e;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    color: #ff7e92!important;
    padding: 18px 35px;
    border-radius: 200px;
}
.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: #C4231C;
    font-weight: bold;
}
.StarsNo {
    margin-right: 16px;
}
.drProfileQuoteStart:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fa8794;
    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 #fa8794;
}
.quotetop {
    position: absolute;
    top: 10px;
    left: 0px;
}
.quoteBottom {
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.saSingleDrRight {
    width: 65%;
    padding-left: 80px; 
	padding-bottom: 80px; 
}
.saDrProfileSingleContent + .saDrProfileSingleContent {
    margin-top: 20px;
}
.saDrProfileSingleContentTitle {
    font-size: 18px;
    font-family: 'robotobold',  Arial;
    margin-bottom: 40px;
}
.saDrProfileSingleContentPera {
    font-size: 18px;
    line-height: 30px;
}
/****doctors page end ****/
/* Inner Page CSS */
.contactcontent{
	padding-bottom:50px;	
}
/*****Review Page*****/
span.doctorfaqarea {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    background-color: #11273e;
}
span.doctorfaqareahead.saSingleDrProfileTitle {
    padding-bottom: 30px;
    color: #fff;
}
span.doctorfaq, h2.doctorfaq {
    font-size: 20px !important;
    font-weight: bold;
    padding: 10px 0px 10px;
    margin: 20px 0 20px !important;
    color: #fa8794 !important;
    border-bottom: 1px dashed !important;
}
span.doctorfaqa, .doctorfaqa p {
    padding-bottom: 20px;
    color: #fff !important;
    line-height: 30px !important;
	margin: 0;
}
span.container.endingtextdocpage {
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    padding-bottom: 30px;
}
.testimonialtop {
    width: 100%;
    margin: 0 auto;
    z-index: -999;
}
.fullwidthheading2 {
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 64px;
    padding: 30px 0px 10px 0px;
    text-align: center;
    color: #444444;
}
.fullwidthheading2:after {
    content: '';
    display: block;
    width: 5%;
    height: 5px;
    background-color: #444444;
    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: 30px;
}
.single-doctor.reviewpage {
    margin: 0 auto;
}
.single-doctor.reviewpage .bookonlinebtn {
    margin-top: -25px;
}
span.bookonlinebtn {
    text-align: center;
    padding: 12px 0px 8px 0px;
    background: #fa8794;
    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: 25px;
}
.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: #c4231c;
    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.manhattangastroenterology.com/wp-content/uploads/2020/05/quot-icon.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 0 20px 0px;
    font-size: 38px;
    color: #fff;
    background: #fa8794;
    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 {
    margin: 0 auto;
    text-align: center;
}
.brand-img {
	display: none;
}
.container:before, .container:after, .group:before, .group:after {
    content: "";
    display: table;
}
.inner-page.banner-area {
    background-image: url(assets/images/inner-page-bg.jpg);
    background-position: right bottom;
	padding-bottom: 0px;
    background-color: #fa8794;
	background-repeat: no-repeat;
}
.inner-banner-text {
    font-size: 35px;
    color: #ffffff;
    font-family: 'Bebas Neue', sans-serif;
    padding: 275px 0px 25px 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: 40px;
}
span.section-title.abouttitle {
    margin-bottom: 10px;
	color: #11273e;
}
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: #75b5d0;
    position: absolute;
    margin-left: -15px;
    margin-top: 16px;
    display: inline;
    border-radius: 5px;
}
.sidebar-hemorrhoids {
	background-color: #75b5d040;
    padding-bottom: 45px;
}
.sidebar-hemorrhoids h2 {
	color: #75b5d0;
    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 #ffe9f1;
    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.manhattandermatologistsnyc.com/wp-content/uploads/2020/04/quoteblock.png);
    display: block;
    width: 92px;
    height: 56px;
    background-repeat: no-repeat;
    left: 0;
	right: 0;
	margin: 0 auto;
    position: absolute;
    top: -32px;
	filter: grayscale(1);
}
.study-block:before{
    content: '';
    background: url(https://www.manhattandermatologistsnyc.com/wp-content/uploads/2020/04/quoteblock.png);
    display: block;
    width: 92px;
    height: 56px;
    background-repeat: no-repeat;
    left: 47%;
    position: absolute;
    top: -32px;
	filter: grayscale(1);
}
blockquote img {
    display: block;
    margin: 0 auto;
    padding: 20px;
}
.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-14 .main-inner-left span {
	display: flex;
    flex-wrap: wrap;*/
}
.ulsize li {
    margin-bottom: 8px;
    /*background: url(assets/images/ft-arrow.png) no-repeat left 5px;*/
    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: 0 0 55px;
	text-align: center;
}
.main-inner-left h3 {
	color: #444444;
    font-size: 20px;
    font-family: 'robotoregular',  Arial;
    line-height: 35px;
}
.hemo-treat {
	padding: 54px 0 42px 0;
	border-top: 1px solid #707070;
	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: 24px;
	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::before {
	content: '';
    height: 30px !important;
    width: 30px !important;
    background-image: url(assets/images/select.png) !important;
    border-radius: 50% !important;
    background-repeat: no-repeat !important;
    margin-right: 12px !important;
    position: absolute!important;
    left: 0!important;
    top: 22px!important;
}
.hemo-treat li::after {
	content: "";
	height: 1px;
	width: 72px;
	background: #75b5d0;
	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: -webkit-gradient(linear,left top, right top,from(#fa8794),to(#fa8794));
	background: -o-linear-gradient(#fa8794 0%, #fa8794 100%);
    background: linear-gradient(#fa8794 0%, #fa8794 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: #11273e!important;
    font-weight: bold;
    padding: 21px 50px 15px 50px;
    border: 1px solid #11273e;
    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****/
.alignleft {
    float: left;
    width: 40%;
    clear: both;
    margin-bottom: 30px;
    margin-right: 3%!important;
    border: 1px solid #eee;
}
span.statblock.statimg {
    border: 0px;
    margin-right: 30px;
}
span.statblock.statimg:before {
    display: none;
}
span.pagecaptl {
    display: grid!important;
    grid-template-columns: 40% 60%;
    margin: 0px auto;
}
/*new*/
.clearboth {
    clear: both;
}
.floatright {
    float: right;
    margin-left: 3%!important;
    margin-right: 0%!important;
    margin-top: 0%!important;
}
.floath2 {
    width: 57%;
}
h2.floath2 {
    margin: 0px!important;
}
.main-inner-left .smul {
    width: 57%;
    float: right;
    clear: unset;
    border: none;
    margin: 0px;
    padding: 10px;
    margin: 20px 0 20px 0;
}
.imgwidthauto{
	width:auto;
}
/*new*/
.statblock {
    padding: 20px 30px 30px;
    font-size: 18px;
    line-height: 37px;
    font-style: italic;
    text-align: center;
    color: #11273e;
    background: #f09e981c;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'robotobold', Arial;
    border: 3px dashed #fa8794;
}
.statblock:before {
    content: '';
    width: 27px;
    height: 65px;
    display: block;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    font-style: initial;
    margin-bottom: 17px;
    background: url(https://www.manhattandermatologistsnyc.com/wp-content/themes/Darma/assets/images/speaker.svg);
}
span.textblock {
    line-height: 34px;
    padding: 30px 30px 30px 0;
    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;
}
/****Grid quote block end****/
.main-inner-left h4 {
	color: #75b5d0;
	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: #fa8794;
    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: #11273e;
    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: #fff;
    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: 24px;
    line-height: 32px;
    font-family: 'robotoregular',  Arial;
    margin: 40px 0 40px;
    position: relative;
    border-bottom: 1px dashed #11273e73;
	padding-bottom: 10px;
}
.saSingleDrArea h2 {
    color: #ff7e92;
    font-family: 'Bebas Neue', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: normal;
    border-bottom: 0px;
    margin: 0px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
}
.main-inner-left h2 a {
	color: #fa8794;
}
.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;
}
.main-inner-left p {
    color: #444 !important;
    font-size: 16px;
    line-height: 28px;
    margin: 25px 0px;
}
.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: #444;
    text-decoration: underline;
}
.main-inner-left ul {
	margin: 28px 0 35px 0;
	padding-left:30px;
}
.main-inner-left ul li {
    display: inline-block;
    color: #444 !important;
    line-height: 28px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    border-bottom: 1px solid #d9eaf1;
}
.main-inner-left ul li::before {
    content: '';
    height: 18px;
    width: 18px;
    background: url(assets/images/sprite1.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -93px -11px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 13px -30px;
}
.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: 28px;
	padding-left: 30px;
    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;
}
.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, right top,from(#fa8794),to(#fa8794));
	background: -o-linear-gradient(#fa8794 0%, #fa8794 100%);
    background: linear-gradient(#fa8794 0%, #fa8794 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: #11273e;
	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, right top,from(#fa8794),to(#fda894));
    background: -o-linear-gradient(#fa8794 0%, #fda894 100%);
    background: linear-gradient(#fa8794 0%, #fda894 100%);
	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: #fa8794;
    padding: 50px;
    border-radius: 5px;
}
.right-nyc:before {
    content: '';
    background: url(https://www.manhattanprimarycaredoctorsnyc.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;
	filter: grayscale(1);
}
.sidebar-blog {
    background: -webkit-gradient(linear,left top, right top,from(#fa8794),to(#fa8794));
	background: -o-linear-gradient(#fa8794 0%, #fa8794 100%);
    background: linear-gradient(#fa8794 0%, #fa8794 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: #11273e;
    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: #11273e;
    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: #11273e;
    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: #11273e;
	max-width: 320px;
	text-align: center;
	padding: 18px 12px;
	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: #11273e;
}
.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: -webkit-gradient(linear,left top, right top,from(#fa8794),to(#fa8794));
	background: -o-linear-gradient(#fa8794 0%, #fa8794 100%);
    background: linear-gradient(#fa8794 0%, #fa8794 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: #11273e;
	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: #11273e;
    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: #fa8794;
    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: #11273e;
	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: #fa8794;
}
.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-inthe-press-area-r-content a {
	color: #fff;
    text-decoration: underline;
}
.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: #75b5d0;
	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: 46px;
    width: 42px;
    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%;
	margin-top:30px;
}
.es-manhattans-r {
	width: 50%;
	margin-top:30px;
}
.es-manhattans-r-content {
	margin-left: 25px;
}
.es-manhattans-r-content h2 {
	color: #75b5d0;
	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: 50px;
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: #11273e;
	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: #11273e;
	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: #11273e;
}
.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: #11273e;
    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: #11273e;
    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: #11273e;
    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: #11273e;
    color: #FFF;
    padding: 8px 30px 4px 30px;
    border-radius: 100px;
}
.nav-close {
    display: none;
}
.esha-practic-un h2 {
    color: #75b5d0;
    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: #fff;
    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 -41px;
    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;
}

.published-date {
	font-size: 14px;
    margin-bottom: 25px;
    border-left: 2px solid #fe848f;
    padding: 3px 10px 3px 10px;
    background: #fef4f4;
    display: block !important;
    width: fit-content;
    margin-top: 20px;
}
.published-date span {display: contents;}

/* Responsive CSS */
@media all and (max-width:1500px){
	.inner-banner-text {
    padding: 270px 0px 25px 0px;
}
	span.covid {
    top: 214px;
}
	.scroll-btn {
    width: 24%;
}.scroll-menu ul li a {
    font-size: 18px;
}
	.header-cont-btn ul li a, .header-cont-btn ul li button {
    font-size: 20px;
}
}
@media all and (max-width:1260px){
	.scroll-btn {
    width: 30%;
}.scroll-menu ul li a {
    font-size: 14px;
}
}
@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, .header-cont-btn ul li button {
		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: 18px;
		padding: 14px 0;
		height: 55px;
		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%;
	}
	.right-banner-title {
		font-size: 30px;
		margin-bottom: 15px;
		padding-bottom: 20px;
	}
	.right-banner-subtitle {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.right-banner-para {
		font-size: 15px;
	}
	.right-banner-btn a {
		height: 55px;
		width: 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: 14px;
	}
	.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.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:#11273e;
	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%;
	}
}
@media all and (max-width:1024px){
	.floath2{
		float: none;
		width: 100%;
	}
	section.procedures-area.section-padding.proceduremain {
    margin-top: 90px;
    margin-bottom: 10px;
}
	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;
}
	.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;
}
	/***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: 255px;
	}
	span.covid {
    top: 232px;
	}
	.best-bottom-thumb img {
    width: auto;
}
	.inner-page.banner-area {
	    margin-top: 193px;
	}
	.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%;
	}
	.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, .header-cont-btn ul li button {
		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: #11273e;
		width: 50%;
		height: 40px;
	}
	.header-contact-top ul li:first-child {
	    background: #11273e;
	}
	.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;
	}
	.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: 90%;
	}
	.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 #11273e;
	    border-right: 3px solid #11273e;
	    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: 14px;
	    right: 14px;
	    background: transparent;
	    border: none;
	    font-size: 20px;
	    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: 15px;
		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;
	}
	.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: 18px;
	}
	.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;
	}
	.review-area {
		padding-bottom: 80px;
	}
	.info-text {
		font-size: 15px;
		line-height: 34px;
	}
	.single-info {
		height: 340px;
	}
	.single-info:nth-child(2),
	.single-info:nth-child(4),
	.single-info:nth-child(6),
	.single-info:nth-child(8) {
		margin-right: 0;
	}
	.info-title {
		font-size: 24px;
	}
	.condition-area {
		padding-bottom: 120px !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: 95%;
		margin: 0;
	}
	ul#menu-footer-menu {
	    margin-top: 20px;
	}
	.footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-footer {
		width: 48%;
		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;
	}
	.right-banner-title {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.section-title {
		margin-bottom: 35px;
	}
	.section-subtitle {
		width: 100%;
		margin: 0 auto 35px;
	}
	.condition-thumb {
		height: 120px;
		width: 120px;
	}
	.condition-thumb img {
		width: 72%;
	}
	.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: 124px 0px 0px 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 -320px;
	}
	.gallery-thumb.two {
	    background-position: 0px -592px;
	}
	.gallery-thumb.three {
	    background-position: 0px -870px;
	}
	.procedureSa {
	    grid-template-columns: 100%;
	}
	.saServises {
	    grid-template-columns: 100%;
	}
	.dr-request-left {
    min-height: auto;
}
}

@media all and (max-width:768px){
	.video-area img { width: auto; float: none; margin: 0 auto 15px; display: block; }
	section.footer-area.section-padding { padding-bottom: 80px; }
	.saSingleDrArea h2 {
    font-size: 30px!important;
}
	span.covid {
    top: 220px;
}
.section-subtitle-dochome {
    width: 85%;
}
	
	span.statblock.statimg {
	    margin-right: 0px;
	}
	.bannerBookImage {
	    top: -34px;
	    left: -21px;
	    max-width: 118px;
	    z-index: 9;
	}
	.best-top-title.section-title {
	    font-size: 42px;
	}
	.header-cont-btn.best-but {
	    max-width: 100%;
	}
	.dr-request-left {
	    width: 100%;
	}
	.dr-request-right {
	    width: 100%;
	    padding: 0px;
	}
	.dr-request-left:after {
	    content: "";
	    display: none;
	}
	.drRequest-row {
	    flex-wrap: wrap;
	}
	.dr-request-right-content-pera {
	    width: 100%;
	}
	.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: #193654;
	    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;
	    width: 16px;
	}
	.header-left a.logo-area {
		width: 50%;
	}
	.header-cont-btn ul li a, .header-cont-btn ul li button {
		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: 38px;
		right: 30px;
	}
	.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: center;
		background-position: -93px -9px;
	}
	.left-banner-text {
		font-size: 14px;
	}
	.right-banner-content {
	    padding: 30px 20px;
	    max-width: 100%;
	}
	.right-banner-btn a {
	    font-size: 22px;
	    border: 1px solid #fff;
	    border-radius: 0;
	    font-size: 20px;
	    text-align: center;
	}
	.section-padding {
		padding: 50px 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: 20px;
	}
	.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: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.single-item.res-single-item1 {
		display: none;
	}
	.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: 85px;
	}
	.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: 0;
		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;
	}
	.header-cont-btn::before {
		bottom: 0;
		right: 16px;
		font-size: 12px;
	}
	.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.banner-area {
    margin-top: 223px;
}

	/*INNER PAGE*/

	.inner-banner-text {
    font-size: 22px;
    padding: 35px 0 30px 0;
    line-height: 34px;
    width: 100%;
    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: #11273e;
		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: 19px;
	    margin: 0 auto;
	    left: 0;
	}
	.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: 20px;
		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;
		background-size: 100% 100% !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: #11273e;
	}
	.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 -751px;
	}
	.gallery-thumb.two {
	    background-position: 0px -402px;
	}
	.gallery-thumb.three {
	    background-position: 0px -751px;
	}
	.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 -34px;
	}
	.header-cont-btn ul li:nth-child(2)::before {
	    left: 10px;
	    background-position: -39px -34px;
	}

}

@media all and (max-width:575px){
	html { scroll-padding-top: 230px; }
	.dr-request-left-content-bottom { font-size: 60px; }
	.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: 340px;
	    margin: 0 auto;
	}
	.gallery-thumb.three {
	    background-position: 0px -276px;
	}
	.gallery-thumb.two {
	    background-position: 0px -518px;
	}
	.left-partner-img {
	    margin: 30px 0px;
	    height: 130px;
	    background-position: 0px -233px;
	}

}
@media (max-width: 580px) {
  .slider__switch {
    display: none;
  }
  .slider__caption {
    display: none;
  }
}
@media all and (max-width:414px){
	html { scroll-padding-top: 180px; }
	.es-inthe-press-area-r-content {
    padding: 10px;
    line-height: 34px;
    margin: 0px;
}
	.fullwidthheading2 {
    font-size: 30px;
    color: #fa8794;
}
.inner-page.banner-area {
    margin-top: 0px;
}
	.single-info {
    height: auto;
}
	.procedure-content {
    text-align: left;
}
	section.procedures-area.section-padding.proceduremain {
    margin-top: 0px;
}
	.review-name::before {
    width: 90%;
}
	.review-text {
    min-height: auto;
}
	.inner-star {
    margin-right: auto;
}
	.common-btn.right-dr-button {
    justify-content: center;
}
	img.bannerimg {
    width: 100%;
}
	.left-banner-icon {
    margin-right: 14px;
    vertical-align: middle;
}
	.single-li {
    margin-bottom: 0px;
}
	.left-banner-content ul {
    padding-top: 0px;
}
	span.covid {
    top: 173px;
}
	.banner-area.big-banner {
    margin-top: 204px;
}
	.dr-request-left-content-bottom {
    font-size: 50px;
}
	.alignleft {
    float: none;
    width: 100%;
	height: auto;
}
	.main-inner-left .smul {
    width: 100%;
    float: none;
}
	ul.smul li:before {
    left: -10px;
    top: 15px;
}
	span.left-banner-title span {
    font-size: 27px;
    letter-spacing: 0px;
}
	.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 {
    padding: 10px;
    font-size: 30px;
    margin: 20px;
    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: 45px 0 30px 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;
}
	.right-copyright {
    margin: 0px;
    padding: 0px;
}
	.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: #fa8794;
	}
	.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: center;
	}
    section.about-area {
	    padding: 0px;
	    padding-bottom: 50px;
	}
	.doctor-img {
	    width: 168px;
	    height: 170px;
	    background-size: 342% 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);
	}
	.header-cont-btn ul li a, .header-cont-btn ul li button {
	font-size: 15px;
    letter-spacing: 0px;
	}
	.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 {
	display: none;
	}
	.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: 26px;
    width: 88%;
    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 -158px;
	}
	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: 38px;
		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;
		font-size: 15px;
	}
	.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: 18px;
		display:block!important;
	}
	.es-manhattan-single {
		width: 90%;
	}
	.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;
	}
	ul#menu-footer-menu { margin-bottom: 40px; }
}
@media all and (max-width:379px){
	.doctorfaqarea { padding: 20px !important; }
	.dr-request-right-content-title {
    font-size: 55px;
}
	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: 200px;
}

	.left-partner-img {
    height: 66px;
	background-position: 0px -151px;
}
	.singleDrSaButtons a {
    padding: 10px 16px 6px;
}
    .info-text {
	    font-size: 16px;
	    line-height: 28px;
	}
	.header-left a.logo-area {
		width: 60%;
	}
	.header-cont-btn ul li a, .header-cont-btn ul li button {
		font-size: 15px;
	}
	.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-content ul {
		margin-left: 0;
	}
	.left-banner-text {
		font-size: 14px;
		letter-spacing: 0px;
	}
	.right-banner-title {
		font-size: 40px;
	}
	.right-banner-subtitle {
		font-size: 22px;
	}
	.right-banner-content {
    padding: 0px;
}
	.right-banner-para {
        font-size: 18px;
	}
	.left-about-title {
		font-size: 35px;
	}
	.doctor-name {
		padding: 20px 5px 20px 5px;
	}
	.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: 70px;
	}
	.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;
}
	.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: 14px;
	}
	.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;
	}
}
@media all and (max-width:320px){
	.inner-page.banner-area {
    margin-top: 231px;
}
	.dr-request-left-content-bottom {
    font-size: 40px;
}
	.condition-text a {
    font-size: 15px;
}
	.doctor-name {
    padding: 50px 5px 20px 5px;
}
	.left-partner-img {
    background-position: 0px -118px;
}
	.left-banner-text {
    font-size: 13px;
}
.single-doctor {
    width: 100%;
}
	.doctor-img {
		height: 143px;
	}
	.gallery-thumb.two {
    background-position: 0px -438px;
}
	.gallery-thumb.three {
    background-position: 0px -232px;
}
	.gallery-thumb.one {
    background-position: 0px -638px;
}
	.address-location-thumb.one {
    background-position: 0px -211px;
}
	.address-location-thumb.two {
    background-position: 0px -384px;
}
	.address-location-thumb.three {
    background-position: 0px -560px;
}
	.header-cont-btn::before {
    bottom: 4px;
    right: 18px;
    font-size: 10px;
    height: 17px;
    top: auto;
}
	.left-banner-title {
    font-size: 32px;
}
}

/* CUSTOM CSS */
.success-msg {
	display: none;
}
h1.left-about-title, h2.section-title, h3.review-name, .section-heading h2, h3.location-text-title { font-weight: 400; }
h3.review-name { font-size: 18px; }
span.break-line { word-break: break-all; }
.doctorfaqa ul li { color: #fff; border-bottom: 1px solid #d9eaf1; }
.doctorfaqa ul li:before { filter: hue-rotate(150deg) brightness(2.2); -webkit-filter: hue-rotate(150deg) brightness(2.2); -moz-filter: hue-rotate(150deg) brightness(2.2); -o-filter: hue-rotate(150deg) brightness(2.2); -ms-filter: hue-rotate(150deg) brightness(2.2); }
.main-inner-left .numeric-list li {font-size: 16px;}


@media only screen and (max-width: 349px) {
	span.covid { top: 166px; }
	.banner-area.big-banner, .inner-page.banner-area { margin-top: 224px; }
}

/*------------------------------------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: #0a2740;
		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%;
	}
	.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: #e57c87;
	}
	.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;
	}
	.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;
	}
}
span.footerlnk {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #e3d203;
    color: #11273e;
    padding: 20px 20px 14px 20px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    border-radius: 5px 0 0 0;
    font-size: 23px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}
@media all and (max-width: 576px){
	span.footerlnk {
    width: 100%;
    max-width: unset;
    padding: 25px 20px 23px 20px;
    font-size: 26px;
	}
}