/*
    Theme Name: Psychiatrist NYC
    Theme URI: 
    Description: Psychiatrists
    Version: 1.0
*/

/* FONTS */
@font-face {
    font-family: 'Lato', Sans-serif;
    src: url('fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('fonts/lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Light', Sans-serif;
    src: url('fonts/lato/Lato-Light.woff2') format('woff2'),
        url('fonts/lato/Lato-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato', Sans-serif;
    src: url('fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* TIMES */
@font-face {
    font-family: 'Times';
    src: url('fonts/Times.woff2') format('woff2'),
        url('fonts/Times.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #18252E;
}
::selection {
  color: #fff;
  background: #18252E;
}

/* TYPHOGRAPHY*/
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
  	-moz-osx-font-smoothing: grayscale; /* Firefox */
}
html {
  scroll-behavior: smooth;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline-block;
}
body {
	font-size: 16px !important;
	line-height: 24px;
	color: #0D1D12;
	background: #FFFFFF;
	outline: none;
    font-family: 'Lato', Sans-serif;
    font-weight: 400;

}
a {
	text-decoration: none;
	outline: none;
    display: inline;
    margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none !important;
}
img {
	border: none;
	max-width: 100%
}
span {
	display: block;
	line-height: normal;
	font-size: 16px;
}
h2 {
    font-size: 44px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    line-height: 65px;
    padding-bottom: 70px;
}
.main-container {
	width: 100%;
	max-width: 1366px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.inner-page-body a, .contact-contents a {
    text-decoration: underline;
}
.inner-banner-content .breadcrumb p span {
    display: inline-block;
    text-transform: capitalize;
}
.inner-banner-content .breadcrumb a {
    text-transform: capitalize;
}
.inner-banner-content .breadcrumb a:hover{
	color: #fff;
	text-decoration: underline;
}
.secound-container {
	width: 100%;
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-topbar-content .location {
    display: grid;
    grid-template-columns: 28% 34% 31%;
    width: 67%;
    justify-content: center;
    align-items: center;
	font-weight: bold;
}
.container-fluid{
    width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

/* START HEADER AREA*/
.header-area.fixed {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 99999;
    /*-webkit-box-shadow: 0 0 5px #6c6c6c30;*/
    /*box-shadow: 0px 6px 13px #00000075;*/
}
.header-top-bar {
    background: #0D1D12;
}
.menu-area {
    padding-top: 54px;
    padding-bottom: 22px;
}
.header-topbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 15px 0;
}
.location a, .location span{
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}
.location a:hover {
    text-decoration: underline !important;
}
.location a:first-child {
    display: inline;
    padding-left: 0;
}
.location span::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 20px;
    background: url(images/Psychiatrist_NYC_icons.svg);
    background-position: -322px -76px;
}
.location span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #fff;
    left: -30px;
}
.accoladesheader {
    padding-top: 40px;
}
.location a img {
    margin-right: 10px;
}
.header-topbar-content ul {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-topbar-content ul li {
    margin: 0 11px;
}

.header-topbar-content ul li a {
    background: #47DD2E;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 30px;
    position: relative;
    z-index: 2;
}
.header-topbar-content ul li a::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    -o-transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
.header-topbar-content ul li a:hover:before{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.header-topbar-content ul li a > span {
    padding-left: 50px;
    position: relative;
}
.header-topbar-content ul li a > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 42px;
    height: 42px;
    background: url(images/Psychiatrist_NYC_icons.svg);
    filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(0) contrast(104%);
}
.header-topbar-content ul li a:hover > span::before {
    filter: none;
}
.header-topbar-content ul li:nth-child(2) a > span::before {
    background-image: url(images/Psychiatrist_NYC_icons.svg);
    background-position: -60px 0;
}
.header-top-left-title {
    color: #0D1D12;
    font-size: 18px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.header-topbar-content ul li a:hover .header-top-left-title{
    color: #fff;
}
.header-topbar-content ul li a span h6, .header-topbar-content ul li a span span:not(.header-top-left-title) {
    color: #000;
    font-size: 27px;
    font-weight: 700;
}
.header-topbar-content ul li a span span:not(.header-top-left-title) {
    font-weight: bold;
}
.header-topbar-content ul li a:hover span span:not(.header-top-left-title) {
    color: #fff;
}
.main-header {
    background: #F7F7F7;
}
.main-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo-area img {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.16);
            box-shadow: 0 0 30px rgba(0,0,0,0.16);
            height: 113px;
}
.menu-area > ul > li {
    margin-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-area ul li a {
	color: #1F132C;
    font-weight: 700;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    text-transform: uppercase;
    font-size: 15px;
    padding-right: 10px;
}
.has-child-menu:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 12px;
    border: 1px solid #000;
    border-top: 1px solid transparent;
    width: 3px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid transparent;
}
.has-child-menu:hover:before{
    border-bottom-color: #47DD2E;
    border-right-color: #47DD2E;
}
.menu-area ul li a:hover{
    color: #47DD2E;
}
.menu-area ul ul .has-child-menu:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 17px;
    right: 10px;
}
.menu-area ul ul .has-child-menu:hover:before{
    border-right-color: #fff;
    border-bottom-color: #fff;
}

/*DROPDOWN MENU*/
.menu-area ul ul {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #081e11;
    min-width: 200px;
    top: 35px;
    left: -50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    width: 300px;
    padding: 20px;
}
.menu-area ul > li:hover > ul{
		opacity: 1;
		visibility: visible;
		transition: 1s;
		left:0px;
} 
.menu-area ul li {
    position: relative;
}
.menu-area ul ul li a {
    margin-left: 0;
    padding: 10px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.menu-area ul ul ul{
    left: unset;
    top: 0;
    right: 100%;
}
.menu-area ul ul li {
    margin-left: 0;
    padding: 10px 0px;
}
.menu-area ul ul .has-child-menu:before{
    display: none;
}
ul.sub-menu li a {
    color: #fff;
	text-transform: capitalize;
	font-size: 16px;
}
ul.sub-menu li a:hover {
    color: #47DD2E;
}
li.menu-item-729 ul.sub-menu {
    column-count: 2;
    list-style-position: inside;
    display: block;
    width: 700px;
    left: -483px!important;
    z-index: 3;
}
li.menu-item-729 ul.sub-menu li {
    width: 100%;
    display: inline-block;
    flex: auto;
}
li.menu-item-502 ul.sub-menu, li.menu-item-438 ul.sub-menu {
    z-index: 3;
}
/* END HEADER AREA*/

/* START BANNER AREA*/
.banner-area {
    background-image: url(images/home-banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 265px 0 52px 0;
}
.banner-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-top-left {
    width: 60%;
}
.banner-top-left h4, .banner-top-left span.top-subtext {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.beat-arrow {
    font-size: 32px;
    color: #562305;
    line-height: 0;
    margin-top: -10px;
    padding-right: 10px;
}
.arrow {
    color: #562305;
    font-size: 32px;
    line-height: 0;
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
}
.banner-top-left h2, .banner-top-left span.banner-title {
    font-size: 51px;
    line-height: 65px;
    font-family: 'Lato-Light', Sans-serif;
    font-weight: 400;
    padding-bottom: 70px;
}
.banner-top-left h5, .banner-top-left span.bottom-subtext {
    color: #FF690F;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #8292A8;
    display: inline-block;
    padding-bottom: 30px;
}
.banner-top-left h3, .banner-top-left span.dr-name {
	font-size: 99px;
    font-family: 'Lato-Light', Sans-serif;
    font-weight: 400;
}
.banner-top-right {
    background: url(images/book-online-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    width: 40%;
    position: relative;
    padding: 115px 94px 64px 94px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.banner-top-right-icon {
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 86px;
    height: 86px;
    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-radius: 100%;
}
.icon-after {
    position: relative;
    width: 35px;
    height: 35px;
    background: url(images/Psychiatrist_NYC_icons.svg);
    background-position: -118px -5px;
}
.banner-top-right a {
    color: #fff;
    text-transform: uppercase;
    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;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    max-width: 160px;
    background: #36a923;
    margin: 0 auto;
    font-weight: bold;
    font-size: 22px;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 6px 13px #24ff0036;
    box-shadow: 0px 6px 13px #24ff0036;
    border-radius: 20px;
}
.banner-top-right a:hover {
    -webkit-box-shadow: 0px 10px 13px #24ff0036;
    box-shadow: 0px 10px 13px #24ff0036;
    transform: translateY(-5px);
    
}
.banner-top-right a:hover span {
    text-decoration: none !important;
}
.banner-top-right a span {
    color: #FF9300;
    font-size: 20px;
    padding-right: 5px;
    text-decoration: none !important;
}
.banner-top-right h5, .banner-top-right span.small-text-banner {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.banner-top-right h2, .banner-top-right span.title-text {
    color: #47DD2E;
    font-size: 46px;
    font-family: 'Lato-Light', Sans-serif;
    font-weight: 400;
    line-height: 65px;
    padding-bottom: 0px;
}
.banner-top-right p {
    color: #FFFFFF;
    padding: 18px 0 46px 0;
    width: 100%;
    margin: auto;
    font-size: 16px;
    line-height: 26px;
}
.page-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    line-height: 19px;
    position: relative;
    padding-left: 45px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.page-btn:hover{
    color: #FF690F;
}
.banner-bottom-area{
    padding-top: 65px;
}
.our-partners ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.our-partners ul li {
    border-left: 1px solid rgba(255,255,255,0.50);
    width: 12.5%;
    text-align: center;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 110px;
    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;
    position: relative;
}
.our-partners ul li::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 1px;
    background: rgba(255,255,255,0.50);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.inner-page-body-content > p.first-paragraph {
    background: rgb(67 218 43 / 14%);
    padding: 55px 82px;
    position: relative;
    font-style: italic;
    padding-left: 400px;
    margin: -70px -70px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.inner-page-body-content > p.first-paragraph:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 115px;
    margin: auto;
    width: 115px;
    height: 115px;
    background: url(images/icons/onlinepsychiatrists-icon.png) no-repeat;
    background-size: contain;
    filter: invert(8%) sepia(34%) saturate(713%) hue-rotate(86deg) brightness(98%) contrast(96%);
}
.inner-page-body-content > p.first-paragraph:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 325px;
    width: 1px;
    height: 77%;
    background: #0d1d12;
}
.inner-page-body-content ul.servicespage li:after {
    top: 60px;
}
.inner-page-body-content ul.servicespage a {
    color: #000;
    text-decoration: underline;
    padding: 10px;
    border-left: 5px solid;
    min-width: 230px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
}
.inner-page-body-content ul.servicespage a:hover {
    background-color: #47DD2E;
    color: #000;
}
.our-partners ul li:hover:before{
    width: 100%;
}
.our-partners ul li:last-child{
    border-right: 1px solid rgba(255,255,255,0.50);
}
.partner-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(255,255,255,0.50);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.our-partners ul li:hover .partner-border{
    width: 100%;
}
.our-partners ul li .partner-image{
    position: relative;
}
.our-partners ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/Accolades.svg);
    width: 90%;
    height: 100%;
    background-position: -26px -10px;
    right: 0;
    margin: auto;
}
.our-partners ul li:nth-child(2):after {
    background-position: -250px -10px;
}
.our-partners ul li:nth-child(3):after {
    background-position: -492px -10px;
}
.our-partners ul li:nth-child(4):after {
    background-position: -725px -10px;
}
.our-partners ul li:nth-child(5):after {
    background-position: -955px -10px;
}
.our-partners ul li:nth-child(6):after {
    background-position: -1193px -10px;
}
.our-partners ul li:nth-child(7):after {
    background-position: -1425px -10px;
}
.our-partners ul li:nth-child(8):after {
    background-position: -1657px -10px;
}
.stars {
    color: #FF690F;
    font-size: 20px;
}
.banner-top-left h6, .banner-top-left span.small-text {
    font-size: 14px;
    /*text-transform: uppercase;*/
    line-height: 23px;
}
/* END BANNER AREA*/

/* START ABOUT AREA*/
.about-area{
    position: relative;
    z-index: 22;
}
.about-area::after {
    content: "";
    position: absolute;
    top: 185px;
    width: 100%;
    height: 436px;
    background: #F7F7F7;
    z-index: -1;
}
.about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.about-left {
    width: 70%;
}
.about-left > h2, .about-left > h1 {
    font-size: 37px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Lato-Light', Sans-serif;
    padding: 35px 0 40px 0;
    position: relative;
    padding-right: 200px;
}
.about-left > h1 span.above-title {
    color: #2b871c;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    font-family: monospace;
    letter-spacing: .5px;
}
.about-left > h1 span.under-title {
    font-size: 20px;
    color: inherit;
    text-transform: initial;
    font-family: inherit;
    letter-spacing: inherit;
    margin: 0;
    font-weight: 400;
}
.about-left h2::after {
    content: "\2192";
    position: absolute;
    top: 39px;
    left: -40px;
    color: #8DC91B;
    font-size: 27px;
}
.about-doctor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: flex-start;
}
.about-doctor-left {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   position: relative;
}
.about-doctor-left p {
    color: #444444;
    line-height: 28px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 25px;
}
.about-doctor-left ul {
    position: absolute;
    bottom: -50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-doctor-left ul li a {
    color: #000;
    padding-left: 30px;
}
.about-doctor-left ul li a .arrow {
    font-size: 23px;
    top: 8px;
}
.about-right {
    width: 30%;
}
.about-right-title {
    background: #000;
    padding: 50px 60px 10px 65px;
    position: relative;
    text-align: center;
}
.about-right-icon {
    color: #323232;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #47DD2E;
    height: 65px;
    width: 35px;
    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;
    font-size: 20px;
}
.about-right-title h2, .about-right-title h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;
}
.about-right-title h2 {
    /*text-align: right;*/
}
.doctors-certificates {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
            box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    padding-left: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 5px;
}
.single-certificate {
    background: #fafafa;
    margin: 2.5px;
    padding: 30px 30px 30px 60px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -5px;
}
.single-certificate::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto;
    width: 70px;
    height: 70px;
    background: url(images/Psychiatrist_NYC_icons.svg) #fff;
    border-radius: 100%;
    -webkit-box-shadow: -6px 0 6px rgba(0,0,0,0.06);
            box-shadow: -6px 0 6px rgba(0,0,0,0.06);
    background-position: 15px -49px;
}
.single-certificate:nth-child(2)::after {
    background-position: -40px -49px;
}
.single-certificate:nth-child(3)::after {
    background-position: -93px -49px;
}
.single-certificate:nth-child(4)::after {
    background-position: -145px -49px;
}
.single-certificate:nth-child(1){
    margin-top: 0;
}
.single-certificate:last-child{
    margin-bottom: 0;
}
.single-certificate h6, .single-certificate span.certificate-title {
    color: #050d00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-certificate p {
    color: #555555;
    line-height: 24px;
}
.doctors-clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 70px 0 auto;
}
ul.doctors-clients li img {
    width: 94%;
}
/* END ABOUT AREA*/

/* START SERVICE AREA*/
.service-area {
    padding: 100px 0;
}
.sec-title {
    text-align: center;
}
.sec-title img {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.16);
            box-shadow: 0 0 30px rgba(0,0,0,0.16);
    margin-bottom: 43px;
}
.sec-title h3 {
    color: #47DD2E;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
}
.sec-title h2 {
    font-size: 44px;
    font-weight: 400;
    padding: 12px 0 25px 0;
    position: relative;
    font-family: 'Lato-Light', Sans-serif;
}
.sec-title h2::after {
    content: "";
    position: absolute;
    width: 94px;
    height: 1px;
    margin: auto;
    background: #707070;
    bottom: 0;
    left: 0;
    right: 0;
}
.sec-title h2 span {
    color: #2b871c;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}
.sec-title p {
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    width: 75%;
    margin: auto;
    padding: 36px 0 52px 0;
}

.all-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            height: 435px;
}
.single-service {
    width: 32%;
    height: 100%;
    text-align: center;
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.single-service::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
    width: 70px;
    height: 65px;
    background: url(images/Psychiatrist_NYC_icons.svg);
    background-position: 6px -131px;
}
.single-service:nth-child(2):before{
    background-position: -75px -131px;
}
.single-service:nth-child(3):before {
    background-position: -151px -131px;
}
.single-service::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #47DD2E;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.single-service:hover:after{
    width: 0;
}
.single-service h2, .single-service h3 {
    color: #47DD2E;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    padding: 30px 0px 0px;
    line-height: 65px;
}
.single-service h2 span, .single-service h3 span {
    color: #585858;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    font-size: 18px;
    padding: 8px 0 20px;
    position: relative;
}
ul.all-services li a {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    position: relative;
}
ul.all-services li a:after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: #8DC91B;
    margin: 0 auto;
    position: absolute;
    left: -6px;
    transition: .4s;
}
li.single-view-service h5 a, .single-view-service h3 a {
    color: #000;
    text-decoration: underline;
}
li.single-view-service h5 a:hover, .single-view-service h3 a:hover {
    color: #c70202;
}

.single-service p {
    color: #585858;
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
}
.service-area{
    position: relative;
}
.service-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 290px;
    background: #F7F7F7;
    z-index: -1;
}

/* END SERVICE AREA*/

/* START VIEW SERVICE AREA*/
.view-service-area{
    position: relative;
    padding: 100px 0;
}
.view-service-area::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 708px;
    background: #F7F7F7;
    z-index: -1;
}
.view-service-content {
    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;
}
.view-service-left {
    width: 40%;
}
.view-service-left img {
    padding: 24px 0 30px;
}
.view-service-left a {
    color: #000;
}
.view-service-left h2 {
    color: #131D2C;
    font-size: 34px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    line-height: 50px;
}
.view-service-right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.single-view-service {
    width: 48%;
    -webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
            box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    background: #fff;
    margin-bottom: 65px;
    padding: 65px 35px 45px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.single-view-service::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 3px;
    background: #47DD2E;
    z-index: -1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.single-view-service:hover:after{
    width: 85%;
} 
.single-view-service::before {
    content: "";
    width: 73px;
    height: 73px;
    background: #47DD2E;
    border-radius: 100%;
    position: absolute;
    top: -36px;
    left: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background-position: 5px -255px;
    background-image: url(images/Psychiatrist_NYC_icons.svg);
}
.single-view-service:hover:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.single-view-service:nth-child(2):before {
    background-position: -57px -255px;
}
.single-view-service:nth-child(3):before {
    background-position: -128px -255px;
}
.single-view-service:nth-child(4):before {
    background-position: -204px -255px;
}
.single-view-service:nth-child(5):before {
    background-position: -280px -255px;
}
.single-view-service:nth-child(6):before{
    display: none;
}
.single-view-service h5, .single-view-service h3 {
    color: #131D2C;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
}
.single-view-service h5::after, .single-view-service h3::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #47DD2E;
    bottom: 0;
    left: 0;
}
.single-view-service p {
    color: #585858;
    line-height: 26px;
}
.single-view-service:nth-child(5){
    margin-bottom: 0;
}
.single-view-service:last-child {
    background: #545454;
    padding: 60px;
    margin-bottom: 0;
}
.single-view-service:last-child:hover:after{
    width: 100%;
}
.view-contact {
    margin-bottom: 35px;
    padding-left: 50px;
}
.view-contact h6, .view-contact span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
}
.view-contact a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.view-contact a::after {
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(images/Psychiatrist_NYC_icons.svg);
    background-position: -170px -15px;
}
/* END VIEW SERVICE AREA*/

/* START TREATMENT AREA*/
.treatment-area .sec-title p {
    width: 87%;
}
.treatment-slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.single-treatment-slide {
    height: 508px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    position: relative;
}
.single-treatment-slide a{
    width: 100%;
    height: 100%;
	display: inline-block;
}
.single-treatment-slide:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.single-treatment-slide:last-child{
    margin: 0;
}
.single-treatment-slide span {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.63);
    margin-right: 15px;
    padding: 25px 14px 25px 20px;
    position: absolute;
    bottom: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 94%;
    text-align: center;
}
.single-treatment-slide:focus{
    outline: none;
}
button.slick-prev.slick-arrow {
    width: 63px;
    height: 63px;
    background: #47DD2E;
    position: absolute;
    left: 0;
    bottom: 50%;
    right: auto;
    margin: auto;
    top: unset;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
            box-shadow: 0 0 20px rgba(0,0,0,0.10);
    z-index: 9;
    font-size: 0;
    border: none;
}
.slick-prev:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: transparent;
    border-right: transparent;
    border-radius: 3px;
}
button.slick-next.slick-arrow {
    width: 63px;
    height: 63px;
    background: #47DD2E;
    position: absolute;
    left: auto;
    bottom: 50%;
    right: 0;
    margin: auto;
    top: unset;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
            box-shadow: 0 0 20px rgba(0,0,0,0.10);
    z-index: 9;
    font-size: 0;
    border: none;
}
.slick-next:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: transparent;
    border-bottom: transparent;
    border-radius: 3px;
}
/* END TREATMENT AREA*/

/* START PATIENT REVIEW AREA*/
.all-patient-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 90px;
}
.single-patient {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
            box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 90px 95px 35px 95px;
}
.single-patient::before {
    content: "";
    right: 45px;
    top: 45px;
    background-image: url(images/Psychiatrist_NYC_icons.svg);
    width: 42px;
    height: 60px;
    position: absolute;
    background-position: 79% 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.single-patient:hover:before{
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.single-patient::after {
    content: "";
    left: 45px;
    bottom: 45px;
    background-image: url(images/Psychiatrist_NYC_icons.svg);
    width: 42px;
    height: 60px;
    position: absolute;
    background-position: 97% 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.single-patient:hover:after{
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.patient-img {
    width: 148px;
    margin: auto;
    position: absolute;
    top: -76px;
    left: 0;
    right: 0;
}
.client-from-img {
    background: url(images/Psychiatrist_NYC_icons.svg);
    width: 35px;
    height: 35px;
    background-position: -214px -68px;
    margin: auto;
}
.all-testimonial .single-testimonial:nth-child(2n) .client-from-img{
    background-position: -250px -68px;
}
.single-patient.google .client-from-img {
    background-position: -250px -68px;
    padding: 0;
}
.single-patient.google {
    width: 100%;
    margin: 50px 0px;
}
.single-patient.zocdoc {
    width: 100%;
    margin: 50px 0px;
}
span.calloutaction p {
    margin-bottom: 0px;
    color: #0D1D12;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-left: 20px;
    width: 27%;
}
span.calloutaction p:first-child {
    margin-left: 130px;
}
span.calloutaction p::after {
    content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    background-image: url(images/Psychiatrist_NYC_icons.svg);
    width: 15px;
    height: 15px;
    background-position: 88% -74px;
    background-color: #fff;
    padding: 5px;
    bottom: 0px;
    margin: auto;
    border-radius: 50%;
    transform: scale(.7);
}
span.calloutaction a {
    background-color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 20px;
    text-transform: capitalize;
    color: #0D1D12;
    text-decoration: none;
	margin-left: 20px;
}
span.calloutaction a:hover {
    background-color: #0D1D12;
    color: #fff;
}
.calloutaction {
    display: flex;
    background-color: #52e100;
    border-radius: 50px;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 10px 10px 0px;
	position: relative;
	margin: 70px 0px;
}
.calloutaction::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0;
    background-image: url(images/holder.png);
    width: 64px;
    height: 64px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #0000005c;
}
.single-patient.zocdoc .client-from-img {
    background: url(images/Psychiatrist_NYC_icons.svg);
    width: 35px;
    height: 35px;
    background-position: -214px -68px!important;
    margin: auto;
}
.single-patient:nth-child(2) .client-from-img {
    background-position: -250px -68px;
}
.single-patient p {
    font-size: 20px;
    font-style: italic;
    color: #585858;
    line-height: 30px;
    padding: 50px 0;
    font-family: 'Times';
}
.single-patient h6, .single-patient.google span, .single-patient span.from-review {
    color: #1F132C;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-top: 25px;
}
.single-patient.google span, .single-patient span.from-review {
    font-weight: bold;
}
.single-patient.google span.stars {
    color: #FF690F;
    font-size: 20px;
}
.single-patient:last-child {
    margin-top: 124px;
    margin-left: -40px;
}
.view-all-test-btn {
    position: absolute;
    right: 55%;
    bottom: 46px;
}
.view-all-test-btn a {
    color: #000000;
}
.patient-review-area .secound-container {
    position: relative;
}
/* END PATIENT REVIEW AREA*/

/* START CONDITIONS AREA*/
.conditions-area {
    padding-top: 80px;
}
.condition-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.condition-left {
    width: 40%;
    background-image: url(images/condition-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 34px 140px 230px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.condition-left h2 {
    color: #47DD2E;
    font-size: 65px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
}
.condition-left .is-one-of{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    line-height: 38px;
    padding: 10px 0 46px 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.condition-left .is-one-of::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    background: #47DD2E;
    height: 2px;
    z-index: -1;
}
.condition-left .if-your-looking {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 36px;
    padding-bottom: 65px;
    padding-right: 20px;
}
    .condition-left .if-your-looking a {
        color: #fff;
        text-decoration: underline;
    }
.condition-left .page-btn{
    color: #47DD2E;
}
.condition-left .page-btn:hover{
    color: #fff;
}
.condition-right {
    width: 60%;
    background: #F7F7F7;
}
.all-conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 64px 0 0 54px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
}
.single-condition {
    width: 50%;
    margin-bottom: 42px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.single-condition p {
    color: #545454;
    line-height: 20px;
    padding-right: 190px;
}
.single-condition h6, .single-condition h3 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #0D1D12;
    padding-bottom: 10px;
}
li.single-condition a {
    color: #444;
    text-decoration: underline;
    transition: .3s;
	position: relative;
	padding: 5px 0px;
	z-index: 1;
	
}
li.single-condition a:after{
	content:'';
	width: 0%;
	height: 30px;
	background-color: #0D1D12;
	position: absolute;
	bottom: 0px;
	transition: .3s;
	left:0px;
}
li.single-condition a:hover:after{
	content:'';
	width: 370px;
	color: #fff;
	z-index: -1;
}
li.single-condition a:hover {
	color: #fff;
	padding: 5px 10px;
}
.single-condition::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 1px;
    background: #8292A8;
}
.single-condition::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url(images/Psychiatrist_NYC_icons.svg);
    width: 15px;
    height: 15px;
    background-position: 87% -78px;
}
/* END CONDITIONS AREA*/
.faqcont {
    padding: 90px 0px;
    max-width: 64%;
    margin: 0 auto;
}
/* START CONTACT AREA*/
.contact-area {
    padding-top: 135px;
}
.contact-contents {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
            box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    position: relative;
}
.contact-from {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 57px 0 35px 92px;
    width: 48%;
}
.contact-from h2, .contact-from span.form-title {
    font-size: 44px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    line-height: 65px;
    padding-bottom: 70px;
}
.contact-from form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.single-input-box {
    width: 49%;
    margin-bottom: 35px;
}
.single-input-box label {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
.single-input-box input {
    border: none;
    font-size: 16px;
    color: #CEC6BF;
    border-bottom: 1px solid #CEC6BF;
    width: 100%;
    height: 55px;
}
.single-input-box input:focus,
.single-input-box textarea:focus{
    outline: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.single-input-box textarea {
    border: none;
    font-size: 16px;
    color: #CEC6BF;
    border-bottom: 1px solid #CEC6BF;
    max-width: 100%;
    min-width: 100%;
    min-height: 60px;
    max-height: 60px;
    padding: 16px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Lato', Sans-serif;
}
.text-box{
    width: 100% !important;
}
.contact-right-area {
    position: absolute;
    right: 98px;
    top: -240px;
    width: 425px;
}
.contact-right-area h2, .contact-right-area span:not(.logo-area, .loc-title) {
    font-size: 44px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    line-height: 48px;
    padding-bottom: 70px;
    color: #fff;
    background-color: #000;
    padding: 92px 65px 35px 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-infos {
    background: #47dd2e;
    padding: 70px 30px 70px;
}
.single-contact-info p {
    /*color: #777777;*/
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 14px;
}
.single-contact-info a {
    /*color: #444444;*/
    color: #000;
}
.single-contact-info {
    position: relative;
    padding-left: 80px;
    margin-bottom: 60px;
}
.single-contact-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(images/Psychiatrist_NYC_icons.svg);
    width: 30px;
    height: 30px;
    background-position: 96px 202px;
    filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(0) contrast(104%);
}
.single-contact-info::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 6px;
    width: 1px;
    height: 30px;
    /*background: #777777;*/
    background: #000;
}
.single-contact-info:nth-child(1):before {
    background-position: 98px 161px;
}
.single-contact-info:nth-child(2):before {
    background-position: 98px 161px;
}
.single-contact-info:nth-child(3):before {
    background-position: 98px 161px;
}
.single-contact-info:nth-child(4):before {
    background-position: 98px 161px;
}
.contact-right-area .logo-area {
    margin-bottom: -60px;
    margin-left: 65px;
}
.submit-box{
    position: relative;
    z-index: 2;
}
.single-input-box.submit-box input {
    background: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    margin-top: 60px;
    cursor: pointer;
    padding-left: 50px;
}
.submit-arrow {
    position: absolute;
    bottom: 0;
    z-index: -1;
    color: #FF690F;
    font-size: 20px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 .5em;
    cursor: pointer;
    color: #444444;
    font-size: 14px;
    text-transform: uppercase;
}
.model-select select {
    border: none;
    border-bottom: 1px solid #CEC6BF;
    width: 100%;
    height: 55px;
    color: #9d9289;
    font-size: 16px;
    text-transform: capitalize;
}
.model-select .select{
    position: relative;
}
.model-select .select::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    border: 5px solid #797069;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.model-select select:focus{
    outline: none;
}
/* END CONTACT AREA*/

/* START FOOTER AREA*/
footer.footer-area {
    background: #47DD2E;
    padding: 50px 0 50px;
}
.copyright-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
	justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.copyright-bar span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.copyright-bar p {
    color: #000;
}
.copyright-bar ul {
    padding-left: 25px;
}
.copyright-bar ul li a {
    color: #000;
    border-left: 1px solid #000;
    padding: 0 15px;
}
.copyright-bar ul li:last-child a{
    border-right: 1px solid #000;
}
.copy-para {
    text-align: center;
}
.copy-para h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 60px 0 25px 0;
}
.copy-para p {
    color: #000;
    margin-top: 30px;
}
.copy-para a {
    color: #000;
}
/* END FOOTER AREA*/

/*------------------------------------
            OTHER'S PAGE DESIGN
------------------------------------*/
.inner-page-banner {
    padding: 40px 0 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.inner-banner-content {
    text-align: center;
}
.inner-banner-content h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.inner-banner-content h1 span {
    font-size: 22px;
    line-height: 1.5;
}
.inner-banner-content p {
    color: #fff;
    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;
}
.inner-banner-content p a{
    color: #fff;
    text-transform: uppercase;
    margin: 0 2px;
}
.inner-banner-content p a:hover{
    color: #000;
}
.inner-page-body-content p {
    color: #444444;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 760px;
    padding: 10px 0px;
	margin: 0 auto;
}
.inner-page-body-content {
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.10);
            box-shadow: 0 0 40px rgba(0,0,0,0.10);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 70px;
    margin-top: -70px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.about-page .inner-page-body-content{
    padding-bottom: 277px;
}
.inner-page-body-content h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    color: #0D1D12;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 20px auto;
    line-height: 44px;
    padding-top: 10px;
}
.inner-page-body-content h2::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: -15px;
    width: 40px;
    height: 2px;
    background-color: #707070;
    z-index: -1;
}
.inner-page-body-content .how-can-online h2::after {
	display: none;
}
.inner-page-body-content h3 {
	font-size: 20px;
    font-weight: 600;
    color: #0D1D12;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 20px auto 0px auto;
}

.telepsychiatry-what-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.telepsychiatry-what-top img {
    margin-right: 55px;
}
.how-can-online {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    margin-bottom: 40px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    grid-template-columns: 40% 60%;
    padding: 30px;
}
.how-can-online h3, .how-can-online h2 {
    background: #0D1D12;
    color: #47DD2E;
    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;
    font-size: 28px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Lato-Light', Sans-serif;
    padding: 80px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 316px;
    position: relative;
    z-index: 0;
    text-align: center;
    grid-row: 1/5;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}
.how-can-online h3:before, .how-can-online h2:before {
    content: '';
    background-image: url(images/question-before.png);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.05;
}
.inner-page-body-content .how-can-online ul {
    margin-top: 0px;
    margin-left: 30px;
    max-width: 760px;
    padding-right: 30px;
}
.inner-page-body-content .how-can-online ul li {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    border-bottom: 0px;
    padding: 0px;
    padding-left: 30px;
    list-style: disc;
}
.inner-page-body-content .how-can-online ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    font-size: 12px;
}
.inner-page-body-content .how-can-online ul li:after {
	display: none;
}
.how-can-online a {
	/*color: #fff;*/
}
.how-can-online p {
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px 15px;
}
.telepsychiatry-what-top p,
.how-can-online p {
    margin: 0;
}
.call-for-appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	max-width: 760px;
    margin: 0 auto;
	margin-bottom: 40px;
}
.call-for-left {
    width: 60%;
}
.call-for-left ul li {
    color: #444444;
    font-size: 17px;
    padding: 15px 0 15px 25px;
    display: block;
    position: relative;
    border-top: 1px solid #EAEAEA;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.call-for-left ul li:last-child{
    border-bottom: 1px solid #EAEAEA;
}
.call-for-left ul li:hover{
    padding-left: 45px;
}
.call-for-left ul li:hover::after{
    left: 20px;
}
.call-for-left ul li::after, .inner-page-body-content ul li::after, .inner-page-body-content ul.video-benefits li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/icons/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 5px;
    height: 11px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.inner-page-body-content .header-topbar-content ul li {
    padding: 0;
    border: none;
}
.inner-page-body-content .header-topbar-content ul li::after {
    display: none;
}
.call-for-appointment .header-topbar-content {
    width: 40%;
}
.call-for-appointment .header-topbar-content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: unset;
}
.header-topbar-content ul li:first-child {
    margin-bottom: 20px;
}
.inner-page-body-content ul, .inner-page-body-content ol {
    max-width: 760px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.inner-page-body-content ul li, .inner-page-body-content ol li {
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0 5px 16px;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    display: block;
    margin-left: 30px;
}
.inner-page-body-content ol li {
    display: list-item;
    list-style: decimal;
    word-break: break-word;
    font-size: 14px;
    line-height: 22px;
}
.inner-page-body-content a {
    /*color: #444;*/
    text-decoration: underline;
}
.inner-page-body-content a:hover {
    /*color: #b40202;*/
    text-decoration: none;
}
.inner-page-body-content .header-topbar-content a {
    text-decoration: none;
}
.video-psychiatry {
    padding-bottom: 60px;
}
.inner-page-body-content ul li::after {
    top: 15px;
    bottom: unset;
}
.video-psychiatry-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*padding-bottom: 16px;*/
    /*min-height: 300px;*/
    margin: 30px 0px;
    background: #47dd2e;
}
.video-psychiatry-bottom img {
    width: 240px;
    height: auto;
    object-fit: cover;
}
.video-psychiatry-bottom p {
    color: #fff;
    background: #47DD2E;
    margin-bottom: 0;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.video-psychiatry-bottom a {
    color: #fff;
}
ul.video-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.video-benefits li {
    width: 32.33%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);
            box-shadow: 0 0 10px rgba(0,0,0,0.10);
    margin-bottom: 20px;
    padding: 30px 0 30px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    position: relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.inner-page-body-content ul.video-benefits li::after {
    left: 23px;
}
ul.video-benefits li:hover{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.20);
            box-shadow: 0 0 20px rgba(0,0,0,0.20);
}
.all-testimonial .single-patient:last-child {
    margin: 0;
}
.all-testimonial .single-patient {
    -webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    width: 100%;
    padding: 70px 75px 37px 75px;
    z-index: 9;
}
.all-testimonial .single-patient p {
    padding: 50px 0 25px 0;
    margin: 0 auto;
}
.single-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
    flex-direction: column-reverse;
}
.slick-testimonial .single-testimonial {
    margin-left: 30px;
    margin-right: 30px;
}
.testimonial-right {
    width: 100%;
    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: flex-start;
    /* background: #F7F7F7; */
    position: relative;
    z-index: 2;
    padding: 30px 4px;
    text-align: center;
}
.single-testimonial:nth-child(2n) .testimonial-right:after{
    left: unset;
    right: -5px;
    background-image: url(images/icons/arrow3.png);
}
.testimonial-right h4, .testimonial-right span.review-title {
    font-size: 27px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    font-style: italic;
    color: #0D1D12;
}
.about-doctor-page {
    margin-bottom: 231px;
    position: relative;
}
.about-doctor-page img{
    width: 340px;
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
}
.about-doctor-page h3 {
    font-family: 'Lato', Sans-serif;
    font-size: 37px;
    color: #0D1D12;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    padding-bottom: 30px;
    position: absolute;
    left: 370px;
    top: 0;
}
.about-doctor-page p {
    left: 370px;
    top: 67px;
    position: absolute;
    font-size: 16px;
    padding-right: 46px;
}
.about-doctor-page .doctors-certificates {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F7F7F7;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 32px 24px 32px 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 50px;
    width: 69%;
    bottom: -54%;
}
.doctor-special-content p:last-child {
    padding-bottom: 50px;
}
.about-doctor-page .doctors-certificates li {
    background: #47DD2E;
    width: 49.3%;
    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;
    padding: 30px 15px 30px 60px;
    margin-left: 0px;
}
.about-doctor-page .single-certificate h6, .about-doctor-page .single-certificate span.certificate-title {
    color: #fff;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 8px;
}
.about-doctor-page .single-certificate h6::after, .about-doctor-page .single-certificate span.certificate-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 2px;
    background: #fff;
}
.about-doctor-page .doctors-certificates p {
    color: #fff;
    line-height: 24px;
    margin: 0;
    position: unset;
    padding-right: 0;
}
.about-doctor-page .single-certificate::after {
    display: none;
}
.about-doctor-page .single-certificate:nth-child(2)::after {
    background-position: -93px -49px;
}
.about-doctor-page .single-certificate:nth-child(3)::after {
    background-position: -40px -49px;
}
.doctors-special {
    background: #F7F7F7;
    width: 90%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 70px 135px 70px 148px;
}
.doctors-special:nth-child(2n+1){
    background: #fff;
}
.doctors-special h3 {
    font-size: 37px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    color: #0D1D12;
    padding-right: 300px;
    position: relative;
    margin-bottom: 30px;
}
.doctors-special h3::after {
    content: "\2192";
    position: absolute;
    left: -50px;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #8DC91B;
}
.doctors-special .client-from-img{
    background-position: -250px -68px;
}
.doctor-special-content {
    position: relative;
    padding-left: 50px;
    border-left: 1px solid #707070;
}
.doctor-special-content::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 3px;
    height: 23px;
    background: #fff;
}
.doctors-special:nth-child(2n) .doctor-special-content::after {
    background: #f7f7f7;
}
.doctors-special .all-testimonial .single-patient:last-child {
    margin: 0;
    width: 100%;
}
.doctors-special .call-for-left {
    width: 100%;
}
.doctors-special:nth-child(2n+1) .single-patient::after{
    display: none;
}
.doctors-special:nth-child(2n+1) .single-patient{
   -webkit-box-shadow: none;
           box-shadow: none;
}
.doctors-special:nth-child(2n+1) .single-patient::before{
    right: 0;
    left: 0;
    margin: auto;
    top: 10px;
}
.doctors-special:nth-child(2n+1) .single-testimonial {
    margin-bottom: 0;
}
.doctors-special:nth-child(2n+1) .all-testimonial .single-patient p {
    padding: 30px 0 25px 0;
}
.doctors-special .single-testimonial {
    margin-bottom: 15px;
}
.doctor-special-bottom-content {
    background: #47DD2E;
    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;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    bottom: 0;
    padding: 260px 30px 64px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.doctor-special-bottom-content p {
    color: #fff;
    width: 54%;
    margin: auto;
    text-align: center;
}
.doctor-special-bottom-content a{
	color: #fff;
}
.testimonial-page .single-patient .client-from-img{
    background-position: -250px -68px;
}

.success-msg {
    display: none;
}
.success-msg.success.error {
    color: red;
    margin-top: 30px;
    margin-bottom: 0px;
}
.success-msg.success {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
    color: green;
}
.maps3 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maps3 span {
    width: 32%;
}
.maps3 h3 {
    margin-bottom: 30px;
}
.inner-page-body-content ul.contact li {
    padding: 10px 0 10px 30px;
    width: 50%;
}
.inner-page-body-content ul.contact li::after {
    top: 20px;
}
.maps3.singlecontactpage span {
    width: 50%;
}
.single-patient.testi2 {
    margin-top: 0px;
    margin-left: 0px;
}
.inner-page-body-content ul.multiplecolumn {
    column-count: 2;
}
/*-----------  COLLAPSABLE TABBING ------------*/
.faqcont h2 {
    font-size: 80px;
    margin-bottom: 30px;
    font-weight: normal;
}
.str-box:before {
    content: 'Q.';
    position: absolute;
    left: -40px;
    top: 18px;
    font-size: 20px;
    color: #00db00;
}
.str-box:after {
    content: '';
    width: 3px;
    height: 40px;
    background: #000;
    position: absolute;
    top: 15px;
    left: -50px;
}
.str-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 28px;
    padding: 10px 0px 20px;
    border-bottom: 1px solid #ccc;
	position: relative;
}
.tabbertab {
    padding: 40px 0px 30px 60px;
    line-height: 28px;
}
.m-p-left {
    margin-top: 10px;
}
.str-title1, .str-title2, .str-title3, .str-title4, .str-title5, .str-title6 {
    width: 850px;
    color: #444 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}
.str-title1::after, .str-title2::after, .str-title3::after, .str-title4::after, .str-title5::after, .str-title6::after {
    content: none !important;   
}
.location-close-header {
    cursor: pointer;
}
.line-grey {
    width: 100%;
    height: 2px;
    background-color: #eee;
    margin-top: 10px;
}
.tabbertabhide {
	display: none !important;
}

.address {
	max-width: 760px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

.footer-column {
  float: left;
  width: 33.33%;
}

.footer-row:after {
  content: "";
  display: table;
  clear: both;
}
.footer-row {
    max-width: 1000px;
    margin: auto;
}
.single-patient.loc {
    width: 100%;
    margin: 20px auto;
}
span.inner-page-body-content.margin {
    margin-top: 0px;
}
img.alignright {
    float: right;
    width: auto;
	height: auto;
    clear: both;
    margin: 5px 0 30px 10px;
/*     border: 1px solid #eee; */
}
img.alignleft {
    float: left;
    width: auto;
	height: auto;
    clear: both;
    margin-bottom: 30px;
    margin-right: 3%!important;
/*     border: 1px solid #eee; */
}
.search-field {
    padding: 10px 15px;
    height: 44px;
    border: 1px solid #ccc;
}
.search-submit {
    background: #47DD2E;
    border: 0;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    height: 44px;
}
span .word-break {
	display: inline;
	word-break: break-all;
	font-size: 18px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
blockquote {
    margin: 40px 0 30px;
}
blockquote p {
    padding: 20px !important;
    border-left: 6px solid #52e100;
    border-radius: 30px;
    background: #efef;
    color: #000 !important;
}
.single-contact-info h5, .single-contact-info span.loc-title {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}
.vertical-doctor-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vertical-doctor-block .dr-photo-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    z-index: 9;
}
.vertical-doctor-block .dr-photo-holder img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
    border-radius: 100px;
}
.vertical-doctor-block .dr-photo-holder span.dr-name {
    font-size: 24px;
    text-align: center;
}
.vertical-doctor-block .text-holder {
    background: #47dd2e91;
    padding: 150px 50px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: -150px;
    z-index: 0;
}
.vertical-doctor-block p {
    max-width: 100%;
    color: #000;
}
.vertical-doctor-block p a {
    color: #000;
}
ul.exp-list {
    display: block;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
ul.exp-list .exp-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    border-bottom: 1px solid #696d7b;
    margin: 0;
    width: 150px;
    padding: 0 10px 10px;
}
ul.exp-list .exp-title:after {
    content: none;
}
ul.exp-list li {
    font-size: 14px;
}
ul.exp-list.show-exp li {
    display: list-item !important;
}
button.show-more-li-tt {
    position: relative;
    padding: 0;
    top: -2px;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform .5s, top .5s;
    cursor: pointer;
}
ul.exp-list.show-exp button.show-more-li-tt {
    transform: rotate(-225deg);
    transform-origin: center;
    transition: transform .5s, top .5s;
    top: 0px;
}
button.show-more-li {
    background: no-repeat;
    border: none;
    cursor: pointer;
}
button.show-more-li::before {
    content: "• • •";
    background-color: transparent;
    font-weight: bold;
}
ul.exp-list li:nth-child(n+5):nth-child(-n+500) {
    display: none;
}
ul.exp-list.show-exp button.show-more-li {
    border-top: 1px solid #696d7b;
    margin: 0;
    width: 150px;
    padding: 10px 10px 0;
    text-align: left;
}
.faqcont h3 {
    margin: 0;
}
.socials-sec {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}
.socials-sec a {
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.socials-sec a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/twitter-icon.svg);
}
.socials-sec a:nth-child(2):after {
    background-image: url(images/instagram-icon.svg);
}
.socials-sec a:nth-child(3):after {
    background-image: url(images/pinterest-icon.svg);
}
.socials-sec a:nth-child(4):after {
    background-image: url(images/youtube-icon.svg);
}
.socials-sec a:hover {
    transform: rotate(5deg);
}
.dr-bio {
    padding: 10px;
}
.dr-bio img {
    float: left;
    margin-right: 20px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: 100% 0%;
}
.dr-bio p {
    font-size: 14px;
    line-height: 1.5;
}
.dr-bio a {
    text-align: right;
}
.single-quote {
    background: #52e1001c;
    border-left: 4px solid #52e100;
    margin: 20px 90px;
    padding: 20px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
    box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
}
.single-quote p {
    font-size: 20px;
    line-height: 28px;
}
.single-quote .quote-text {
    display: inline;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
}
.single-quote .quote-name {
    display: inline;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.statistics {
    max-width: 760px;
    margin: 0 auto;
}
.statistics table {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    overflow-x: auto;
}
.statistics table {
    overflow: hidden;
}
.statistics table th {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    font-family: 'Lato',sans-serif;
    letter-spacing: normal;
    background-color: #f2f2f2;
    padding-block: 18.5px;
    padding-inline: 16px;
    text-align: left;
}
.statistics table td {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-family: 'Lato',sans-serif;
    letter-spacing: normal;
    border-top: 1px solid #c4c7c5;
    padding: 16px;
}
.accordion {
	width: 100%;
}
.accordion-body {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.single-accordion .active {
	background: none !important;
}
.single-accordion h2, .single-accordion h3 {
	position: relative;
    cursor: pointer;
    line-height: normal;
    padding-right: 30px;
    padding-bottom: 16px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgb(26 40 80 / 26%);
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato-Light', Sans-serif;
    color: #0D1D12;
}
.single-accordion h2::after, .single-accordion h3::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 14.5px;
	left: auto;
	height: 30px;
	width: 1px;
	background: #000;
}
.single-accordion h2.active::after, .single-accordion h3.active::after {
	display: none;
}
.single-accordion h2::before, .single-accordion h3::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0px;
	margin: auto;
	width: 30px;
	height: 1px;
	background: #000;
}
#backToTop {
  	display: inline-block;
    background-color: #2c452c;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 13px;
    right: 13px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(-90deg);
	touch-action: none;
    border: none;
}
#backToTop::after {
  	content: "➤";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 47px;
    color: #fff;
    position: absolute;
    left: 14px;
	top: 0;
}
#backToTop:hover {
  	cursor: pointer;
  	background-color: #47dd2e;
}
#backToTop:active {
  	background-color: #555;
}
#backToTop.show {
  	opacity: 1;
  	visibility: visible;
}
.two-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    justify-items: center;
}
.three-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    justify-items: center;
}
.four-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    justify-items: center;
}
.awards-holder {
    margin-bottom: 50px;
}
.awards-holder img {
    max-width: 250px;
    height: 150px;
    object-fit: contain;
}
.single-blog-page {
    margin-bottom: 50px;
    padding: 20px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px #93939375;
    box-shadow: 0px 8px 20px 0px #93939375;
}
.blog-page-title {
    font-size: 28px;
    margin-bottom: 15px;
}
.blog-page-title a {
    color: #000;
}
.blog-page-text {
    max-width: 100% !important;
    margin: 0 !important;
}
.review-banner-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: fit-content;
    margin: 10px auto 0;
    background: #7fa96d;
    padding: 15px 80px;
    border-radius: 50px;
    position: relative;
}
.review-banner-text:before, .review-banner-text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 65px;
    height: 100%;
    background: url(./images/icons/wheat-icon.png) no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(39deg) brightness(88%) contrast(110%);
}
.review-banner-text:after {
    left: auto;
    right: 10px;
    transform: scale(-1, 1);
}
.review-banner-top {
    display: flex;
    gap: 10px;
    font-size: 26px;
    line-height: 40px;
    width: fit-content;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
}
.review-banner-top .star {
    font-size: 24px;
}
.review-banner-bottom {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.def-btn, .view-all-test-btn {
    padding: 10px 20px;
    background: #47dd2e;
    color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 6px 13px #47dd2e5e;
    box-shadow: 0px 6px 13px #47dd2e5e;
}
.view-all-test-btn a {
    color: #000 !important;
    text-decoration: underline !important;
}
.view-all-test-btn a:hover {
    text-decoration: none !important;
}
.single-input-box.submit-box {
    width: fit-content;
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    background: #47dd2e;
    color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 6px 13px #47dd2e5e;
    box-shadow: 0px 6px 13px #47dd2e5e;
    margin-top: 50px;
    transition: all .3s ease-out;
}
.single-input-box.submit-box:hover {
    -webkit-box-shadow: 0px 10px 13px #47dd2e5e;
    box-shadow: 0px 10px 13px #47dd2e5e;
    transform: translateY(-5px);
    transition: all .3s ease-out;
}
.single-input-box.submit-box .submit-arrow {
    position: relative;
}
.single-input-box.submit-box input {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 30px;
}
.about-doctor-left-btns-holder {
    
}
.about-doctor-left-btn {
    padding: 10px 20px;
    background: #47dd2e;
    color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 6px 13px #47dd2e5e;
    box-shadow: 0px 6px 13px #47dd2e5e;
}
.about-doctor-left-btn a {
    color: #000 !important;
}
.about-doctor-left-btn a:hover {
    color: #FF690F !important;
}
.g-recaptcha {
    width: 100%;
}
.view-service-left .page-btn {
    padding: 10px 20px;
    background: #47dd2e;
    color: #000;
    border-radius: 25px;
    -webkit-box-shadow: 0px 6px 13px #47dd2e5e;
    box-shadow: 0px 6px 13px #47dd2e5e;
    gap: 5px;
}
.view-service-left .page-btn .arrow {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
.linkedin-icon {
	display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
	align-items: center;
}
.linkedin-icon a {
	width: 36px;
    height: 36px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.linkedin-icon a::after {
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/linkedin-def-icon.png);
}
.linkedin-icon a:hover {
    transform: rotate(5deg);
}
.conditions-holder {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}
.conditions-holder .single-cond {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 200px;
    border: 0 solid #1d7b94;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 16%);
    justify-content: space-between;
    transition: all .3s ease-in-out;
    text-decoration: none !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    background: #47dd2e;
}
.conditions-holder .single-cond:nth-child(odd) {
    background: #0D1D12;
}
.conditions-holder .single-cond span {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.conditions-holder .single-cond:hover {
    transform: translatey(-10px);
    transition: all .3s ease;
}
.conditions-holder .single-cond:hover span {
    text-decoration: underline;
}
p.intro-txt {
    background: #f2f2f2b3;
    padding: 55px 82px;
    position: relative !important;
    font-style: italic;
    padding-left: 330px;
    margin-bottom: 100px;
    border-radius: 0px 0px 20px 20px;
    margin: -70px auto 0;
}
p.intro-txt::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 82px;
    margin: auto;
    width: 142px;
    height: 90px;
    background: url(images/onlinepsychiatrists-logo.png) no-repeat;
    background-size: contain;
}
p.intro-txt::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 265px;
    width: 1px;
    height: 77%;
    background: #707070;
}
.on-this-page-area {
    width: 100%;
    position: fixed;
    top: 161px;
    z-index: 999;
}
.on-this-page-top {
    background: #47dd2e;
    position: relative;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}
.on-this-page-top.shown {
    opacity: 1;
    visibility: visible;
    height: auto;
    box-shadow: 0px 6px 13px #00000075;
}
.on-this-page-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 4px 9px;
            box-shadow: rgb(0 0 0 / 10%) 0px 4px 9px;
    display: none;
    padding: 15px 0px;
}
.on-this-page-topcon p {
    font-size: 18px;
}
.on-this-page-content-wraper ul {
	column-count: 2;
/*     display: flex; */
    flex-wrap: wrap;
    gap: 0 24px;
	justify-content: space-between;
	margin: 0 0 20px;
	padding: 0;
}
.on-this-page-content-wraper ul li a {
	display: inline;
    color: #000;
    font-size: 14px;
    line-height: 28px;
}
.on-this-page-content-wraper ul li a.active, .on-this-page-content-wraper ul li a:hover {
    color: #47dd2e;
}
.on-this-page-content-wraper ul li {
    display: list-item;
    list-style: circle;
    list-style-position: inside;
    padding: 2px 0px;
}
.on-this-page-content .close-table {
	background: no-repeat;
    border: none;
    text-decoration: underline;
    color: #3f4964;
    cursor: pointer;
}
.on-this-page-content .close-table:hover {
	text-decoration: none;
}
.onContainer {
    width: 100%;
    margin: 0 auto;
    max-width: 770px;
}
.on-this-page-topcon p {
    color: #000;
    font-size: 18px;
    padding: 10px 0px;
    display: inline-block;
    padding-right: 28px;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.on-this-page-topcon p:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.progress-area {
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.progress-area.shown {
    visibility: visible;
    opacity: 1;
    transition: opacity 1.5s ease;
}
.progress-line {
    height: 4px;
    background-color: #169900;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: 0%;
    
}
#breadcrumbs {
    max-width: 780px;
    margin-top: 20px;
}
#breadcrumbs span {
    display: inline-block;
}
/*-------- RESPONSIVE CONTAINERS ------------*/
@media (max-width: 1366px) {
    .main-container {
        max-width: 1140px;
    }
}
@media (max-width: 1200px) {
    .main-container {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .review-banner-text {
        margin: 20px auto 0;
    }
    .all-services {
        height: auto;
        margin-bottom: 60px;
    }
    .four-row, .three-row {
        grid-template-columns: 1fr 1fr;
    }
    .main-container {
        max-width: 960px;
    }
    .inner-page-body-content > p.first-paragraph {
        margin: -40px -40px 30px;
        padding-left: 300px;
    }
    .inner-page-body-content > p.first-paragraph:before {
        left: 70px;
    }
    .inner-page-body-content > p.first-paragraph:after {
        left: 250px;
    }
}
@media (max-width: 850px) {
    .on-this-page-area {
        top: 186px;
    }
}
@media (max-width: 768px) {
    .on-this-page-area {
        top: 202px;
    }
    .four-row, .three-row, .two-row {
        grid-template-columns: 1fr;
    }
    .main-container {
        max-width: 720px;
    }
    .inner-page-body-content > p.first-paragraph {
         padding-left: 160px;
    }
    .inner-page-body-content > p.first-paragraph:before {
        left: 33px;
        width: 60px;
        height: 60px;
        margin-top: 60px;
    }
    .inner-page-body-content > p.first-paragraph:after {
        left: 125px;
    }
}
@media (max-width: 687px) {
    .on-this-page-area {
        top: 216px;
    }
    .on-this-page-top {
        padding-left: 15px;
    }
}
@media (max-width: 576px) {
    .about-left > h1 span {
        font-size: 18px;
    }
    .single-quote {
        margin: 20px 5px;
    }
    .review-banner-text {
        margin: 20px auto 0;
        padding: 10px 50px;
    }
    .review-banner-top {
        font-size: 22px;
        line-height: 30px;
    }
    .review-banner-top .stars {
        font-size: 20px;
        line-height: 28px;
    }
    .review-banner-bottom {
        font-size: 20px;
        margin-top: 5px;
    }
    .review-banner-text:before {
        left: 0;
        transform: scale(.7);
    }
    .review-banner-text:after {
        right: 0;
        transform: scale(-.7, .7);
    }
    .main-container {
        max-width: 540px;
    }
    .inner-page-body-content > p.first-paragraph {
        padding: 30px 40px;
        margin: -25px -25px 30px;
    }
    .inner-page-body-content > p.first-paragraph:before {
        content: none;
    }
    .inner-page-body-content > p.first-paragraph:after {
        content: none;
    }
}
  
@media (max-width: 522px) {
    .on-this-page-area {
        top: 230px;
    }
}

/*------------- RESPONSIVE DESIGN ------------*/
@media all and (max-width: 1366px){
	.has-child-menu:before {
    right: 6px;
}
	.menu-area ul li {
    margin-left: 5px;
    padding-right: 5px;
}
	.location a, .location span {
    font-size: 12px;
}
    .header-top-left-title {
        font-size: 16px;
    }
    .header-topbar-content ul li a span h6, .header-topbar-content ul li a span span:not(.header-top-left-title) {
        font-size: 18px;
    }
    .header-topbar-content ul li a img {
        width: 24px;
    }
    .header-topbar-content ul li a {
        padding: 15px;
    }
    .menu-area ul li a {
        margin-left: 0;
        font-size: 14px;
    }
    .banner-top-left h4, .banner-top-left span.top-subtext {
        font-size: 20px;
    }
    .banner-top-left h2, .banner-top-left span.banner-title {
        font-size: 36px;
    }
    .banner-top-left h5, .banner-top-left span.bottom-subtext {
        font-size: 16px;
        padding-bottom: 12px;
    }
    .banner-top-left h3, .banner-top-left span.dr-name {
        font-size: 76px;
    }
    .banner-top-right h2, .banner-top-right span.title-text {
        font-size: 36px;
    }
    .banner-top-right h5, .banner-top-right span.small-text-banner {
        font-size: 16px;
    }
    .about-left > h2, .about-left > h1 {
        font-size: 32px;
    }
    .sec-title h3 {
        font-size: 18px;
    }
    .sec-title h2 {
        font-size: 32px;
    }
    .sec-title h2::after {
        width: 40px;
    }
    .single-service h1 {
        font-size: 35px;
    }
    .view-service-left {
        padding-right: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .view-service-right {
        padding-left: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .single-view-service {
        padding: 50px 35px 25px 35px;
    }
    .single-view-service:last-child {
        padding: 30px;
        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;
    }
    .view-contact a {
        font-size: 17px;
    }
    .single-treatment-slide span {
        font-size: 14px;
        padding: 30px;
    }
    .treatment-slider {
        padding-bottom: 100px;
        margin-bottom: 50px;
    }
    button.slick-prev.slick-arrow {
        width: 55px;
        height: 55px;
        bottom: 0;
        z-index: 2;
    }
    button.slick-next.slick-arrow {
        width: 55px;
        height: 55px;
        bottom: 0;
    }
    .single-patient p {
        font-size: 16px;
        line-height: 25px;
        padding: 40px 0;
    }
    img.patient-img {
        width: 100px;
        top: -50px;
    }
    .single-patient {
        padding: 60px 95px 35px 95px;
    }
    .condition-left {
        padding: 100px 34px 140px 140px;
    }
    .condition-left h2 {
        font-size: 45px;
    }
    .condition-left h5 {
        font-size: 21px;
        line-height: 29px;
        padding: 10px 0 30px 0;
    }
    .condition-left p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 28px;
    }
    .single-condition p {
        padding-right: 50px;
    }
    .contact-right-area h2, .contact-right-area span:not(.logo-area, .loc-title) {
        font-size: 30px;
        line-height: 35px;
        padding: 73px 50px 35px 30px;
    }
    .contact-infos {
        padding: 40px 30px 30px;
    }
    .single-contact-info:nth-child(1) p {
        padding-bottom: 5px;
    }
    .single-contact-info {
        padding-left: 67px;
        margin-bottom: 35px;
    }
    .single-contact-info::after {
        left: 41px;
        top: 0;
    }
    .single-contact-info::before {
        top: 0;
    }
    .contact-from h2, .contact-from span.form-title {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    .header-topbar-content ul li a > span::before {
        width: 25px;
        height: 25px;
    }
    .header-topbar-content ul li a > span {
        padding-left: 35px;
    }
    .header-topbar-content ul li:nth-child(2) a > span::before {
        width: 24px;
        height: 30px;
    }
    .menu-area ul ul{
        min-width: 150px;
    }
    .header-topbar-content ul li a > span::before {
       background-size: 200px;
    }
    .header-topbar-content ul li:nth-child(2) a > span::before {
        background-position: -31px 4px;
    }
    .our-partners ul li::after {
        background-position: -12px 10px;
        background-size: 1400px;
        background-repeat: no-repeat;
    }
    .our-partners ul li:nth-child(2):after {
        background-position: -197px 10px;
    }
    .our-partners ul li:nth-child(3):after {
        background-position: -366px 10px;
    }
    .our-partners ul li:nth-child(4):after {
        background-position: -540px 10px;
    }
    .our-partners ul li:nth-child(5):after {
        background-position: -710px 10px;
    }
    .our-partners ul li:nth-child(6):after {
        background-position: -890px 10px;
    }
    .our-partners ul li:nth-child(7):after {
        background-position: -1061px 10px;
    }
    .our-partners ul li:nth-child(8):after {
        background-position: -1234px 10px;
    }
    .contact-right-area {
        top: -143px;
    }
    .contact-area {
        padding-top: 45px;
    }
    .about-doctor-left ul {
        bottom: -56px;
        width: 100%;
    }
    .contact-right-area{
        right: 0;
    }
    .contact-from {
        padding: 50px 0 35px 50px;
    }
    .copyright-bar {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .inner-banner-content h2 {
        font-size: 36px;
    }
    .inner-page-body-content p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .doctors-special h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .doctor-special-bottom-content {
        padding: 200px 30px 64px 30px;
    }
    .about-page .inner-page-body-content {
        padding-bottom: 230px;
    }
    .copyright-bar > p {
        padding-left: 30px;
    }
}

@media all and (max-width: 1130px){
	.inner-page-body-content ul.multiplecolumn {
    column-count: 1;
}

    .about-doctor-page .doctors-certificates {
        width: 100%;
        position: unset;
    }
    .about-doctor-page {
        margin-bottom: 50px;
    }
    .header-topbar-content .location {
    width: 80%;
}
    .location span {
    font-size: 14px;
}
    .menu-area ul li a {
    margin-left: 0;
    font-size: 12px;
    padding-right: 0px;
}
	.has-child-menu:before {
    right: -4px;
}
}
@media all and (max-width: 992px){
	ul.sub-menu {
    margin: 20px auto;
}
	li.menu-item-729 ul.sub-menu {
    width: 100%;
}
    .menu-area {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 999999;
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
        -moz-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        -o-transform: translate(-100%,0);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
    .menu-area ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu-close-btn {
        text-align: right;
        padding: 30px 30px 15px 30px;
    }
    .menu-close-bars {
        width: 40px;
        height: 40px;
        margin-left: auto;
        position: relative;
        cursor: pointer;
    }
    .menu-close-bars::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: auto;
    }
    .menu-close-bars::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transform: rotate(-45deg);
        margin: auto;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .menu-area ul li a {
        margin: 10px 0;
    }
    .menu-area ul {
        padding: 0 30px;
    }
    .menu-bars {
        width: 45px;
        height: 27px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        cursor: pointer;
    }
    .single-menu-bar {
        width: 100%;
        height: 2px;
        background: #000;
    }
    .logo-area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .menu-area.open-menu {
        -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
                transform: translate(0,0);
    }
    .header-top-left-title {
        display: none;
    }
    .header-topbar-content ul {
        position: unset;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-topbar-content ul li a img {
        width: 15px;
    }
    .header-topbar-content ul li a span h6, .header-topbar-content ul li a span span:not(.header-top-left-title) {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Lato-Light', Sans-serif;
    }
    .logo-area img {
    width: 220px;
    height: auto;
    }
    .banner-top-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .banner-top-right {
        width: 100%;
        padding: 50px;
        padding-bottom: 30px;
    }
    .banner-top-left {
        width: 100%;
        padding-bottom: 50px;
    }
    .banner-area {
        padding: 120px 0 50px 0;
        position: relative;
        z-index: 2;
    }
    .banner-area::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255,255,255,0.3);
        z-index: -1;
    }
    .our-partners ul li {
       width: 25%;
        margin-bottom: 15px;
    }
    .about-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-left {
        width: 100%;
    }
    .about-right {
        width: 100%;
    }
    .about-right-title h2 {
        text-align: left;
        padding-left: 65px;
    }
    .about-left > h2, .about-left > h1 {
        padding-right: 0;
    }
    .doctors-clients {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .single-client {
        width: 25%;
        margin: 15px;
        text-align: center;
    }
    .service-area {
        padding: 40px 0;
    }
    .view-service-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .view-service-left {
        width: 100%;
        padding-right: 0;
    }
    .view-service-left img {
        width: 100%;
    }
    .single-service h2, .single-service h3 {
        font-size: 40px;
    }
    .view-service-area {
        padding: 35px 0;
    }
    .view-service-right {
        width: 100%;
        padding-left: 0;
        margin-top: 70px;
    }
    .single-treatment-slide span {
        padding: 15px;
        margin: 0;
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        bottom: 0;
    }
    .all-patient-review {
        margin-top: 50px;
    }
    .single-patient {
        padding: 60px 30px 35px 30px;
    }
    .single-patient::before {
        right: 20px;
        top: 20px;
    }
    .single-patient::after {
        left: 20px;
        bottom: 20px;
    }
    .single-patient p {
        padding: 20px 0;
    }
    .condition-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .condition-left {
        width: 100%;
    }
    .condition-right {
        width: 100%;
    }
    .all-conditions {
        width: 100%;
        padding: 30px;
    }
    .contact-area {
        padding-top: 30px;
        overflow: hidden;
    }
    .contact-right-area {
        position: unset;
    }
    .contact-from {
        padding: 30px;
        width: 100%;
    }
    .single-input-box.submit-box input {
        /*padding-left: 50px;*/
    }
    .contact-right-area {
        width: 100%;
    }
    .single-input-box.submit-box input {
        /*margin-top: 15px;*/
    }
    .copyright-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .copyright-bar span {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    footer.footer-area {
        padding: 30px 0;
    }
    .copyright-bar ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
    }
    .copyright-bar span p {
        padding: 10px 0;
    }
    .single-contact-info {
        width: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .contact-infos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .menu-area ul li {
        border-bottom: 1px solid #ddd;
        margin-left: 0;
    }
    .menu-area ul li:last-child {
        border-bottom: none
    }
    .has-child-menu::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 10px;
        width: 10px;
        height: 10px;
        bottom: 0;
        border: 2px solid #000;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        border-top: transparent;
        border-left: transparent;
    }
    li.menu-item-729 ul.sub-menu {
        position: unset;
        display: none;
        opacity: 1;
        visibility: visible;
        background: #fff;
        padding: 0;
        padding-left: 15px;
    }
    .menu-area ul ul {
        position: unset;
        display: none;
        opacity: 1;
        visibility: visible;
        background: #fff;
        padding: 0;
        padding-left: 15px;
    }
    .menu-area ul ul li {
        display: block;
    }
    .menu-area ul li a {
    width: auto;
    color: #444;
    font-size: 16px;
    }
    .menu-area ul ul li a {
        padding: 0;
    }
    .about-doctor-right ul {
        position: unset;
        padding-right: 15px;
        margin-top: 15px;
        padding-left: 30px;
    }
    .has-child-menu:before{
        display: none;
    }
    .menu-area {
        padding-top: 0;
        padding-bottom: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .menu-area ul ul li a{
        width: auto;
    }
    .header-topbar-content ul li:nth-child(2) a > span::before {
        width: 20px;
        height: 20px;
    }
    .header-topbar-content ul li a > span::before {
        width: 18px;
        height: 18px;
    }
    .about-doctor-left ul {
        bottom: 20px;
        width: 60%;
    }
    .header-topbar-content ul li:first-child {
        margin-bottom: 0
    }
    .header-topbar-content ul li a::before{
        display: none;
    }
    .header-topbar-content ul li a > span::before {
        background-size: 140px;
    }
    .header-topbar-content ul li:nth-child(2) a > span::before {
        background-position: -23px 2px;
    }
    .header-topbar-content ul li a > span {
        padding-left: 25px;
    }
    .our-partners ul li::after {
        background-position: 32px 35px;
        background-image: url(images/partners.svg);
        background-size: 214px;
    }
    .our-partners ul li:nth-child(2):after {
        background-position: 22px -56px;
    }
    .our-partners ul li:nth-child(3):after {
        background-position: 8px -147px;
    }
    .our-partners ul li:nth-child(4):after {
        background-position: 36px -244px;
    }
    .our-partners ul li:nth-child(5):after {
        background-position: 23px -343px;
    }
    .our-partners ul li:nth-child(6):after {
        background-position: 43px -474px;
    }
    .our-partners ul li:nth-child(7):after {
        background-position: -2px -619px;
    }
    .our-partners ul li:nth-child(8):after {
        background-position: 4px -793px;
    }
    .condition-left .if-your-looking {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 30px;
        padding-right: 0;
    }
    .condition-left {
        padding: 70px 30px 70px 100px;
    }
    .inner-page-body-content {
        padding: 40px;
    }
    p.intro-txt {
        margin-top: -40px;
    }
    .doctors-special {
        padding: 50px 60px 50px 60px;
    }
    .doctor-special-content {
        padding-left: 30px;
    }
    .doctors-special h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .doctors-special h3::after {
        left: -30px;
    }
    .inner-page-body-content h2 {
        font-size: 30px;
        padding-bottom: 15px;
        margin: 15px 0;
    }
    .how-can-online h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .call-for-appointment .header-topbar-content ul li a {
        background: #47DD2E;
        padding: 15px 30px;
    }
    .call-for-appointment .header-topbar-content ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .call-for-appointment .header-top-left-title {
        display: unset;
    }
    .doctor-special-content::after{
        display: none;
    }
}

@media all and (max-width: 800px){
    .about-doctor-page h3 {
        position: unset;
        padding-bottom: 0;
    }
    .inner-page-body-content p {
        margin-bottom: 30px;
        position: unset;
        padding-right: 0;
    }
    p.intro-txt {
        padding: 55px 82px;
    }
    p.intro-txt::before, p.intro-txt::after {
        content: none;
    }
}

@media all and (max-width: 768px){
    .on-this-page-content {
        padding: 15px;
    }
    .on-this-page-content-wraper ul {
        column-count: 1;
    }
    .inner-page-body-content p {
        margin-bottom: 5px;
    }
    .inner-page-body-content ul.contact li {
    width: 100%;
}
    .maps3.singlecontactpage span {
    width: 100%;
}
    li.menu-item-729 ul.sub-menu {
    column-count: 1;
}
	.page-id-692 .inner-page-body-content ul li {
    width: 100%;
}
    .maps3 span {
    width: 100%;
}
    .menu-area ul {
        padding: 0 15px;
    }
    .banner-area {
        padding: 120px 0 0 0;
    }
    .about-left > h2, .about-left > h1 {
        font-size: 24px;
        text-align: center;
        padding: 15px 0;
    }
    .about-doctor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-doctor-left {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
    }
    .about-doctor-right {
        width: 100%;
    }
    .about-doctor-right p {
        padding: 0;
        padding-bottom: 30px;
    }
.sec-title h2 {
    font-size: 24px;
    padding: 14px 0 20px 0;
    line-height: 30px;
}
    .sec-title h3 {
        font-size: 16px;
    }
    .sec-title p {
        font-size: 16px;
        width: 100%;
        line-height: 26px;
        padding: 10px 0 25px 0;
    }
    .all-services {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .single-service {
        width: 100%;
        margin-bottom: 15px;
    }
.view-service-left h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 0px 0px 10px;
}
    .treatment-area .sec-title p {
        width: 100%;
    }
    .single-treatment-slide {
        height: 350px;
    }
    .treatment-slider {
        padding-bottom: 70px;
    }
    button.slick-prev.slick-arrow {
        width: 45px;
        height: 45px;
        /*left: -60px;*/
    }
    button.slick-next.slick-arrow {
        width: 45px;
        height: 45px;
        /*left: 50px;*/
    }
    .all-patient-review {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .single-patient {
        width: 100%;
    }
    .single-patient:last-child {
        margin-top: 80px;
        margin-left: 0;
    }
    .view-all-test-btn {
        position: unset;
        margin-top: 30px;
        text-align: center;
        padding: 20px;
    }
    .conditions-area {
        padding-top: 50px;
    }
    .condition-left {
        padding: 40px 15px;
        background-position: top center;
    }
    .single-condition p {
        padding-right: 0;
    }
    .copy-para p {
        width: 100%;
    }
    .copy-para h6 {
        font-size: 16px;
        padding: 45px 0 10px 0;
    }
    .header-topbar-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .banner-top-left h3, .banner-top-left span.dr-name {
        font-size: 45px;
    }
    .about-doctor-right ul {
        padding: 0;
        margin: 0 0 15px;
    }
    .single-client {
        width: 25%;
        height: 60px;
    }
    .about-doctor-left ul {
        position: unset;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about-doctor-left p {
        padding: 0;
        padding-top: 15px;
    }
    .about-doctor-img {
        width: 100%;
    }
    .about-doctor-page {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .about-doctor-page .doctors-certificates {
        width: 100%;
        position: unset;
    }
    .doctors-special {
        width: 100%;
    }
    .doctors-special h3 {
        padding-right: 100px;
    }
    .all-testimonial .single-patient {
        padding: 40px 50px 30px 50px;
    }
    .doctors-special:nth-child(2n+1) .single-testimonial .single-patient:before{
        top: -10px;
    }
    .doctor-special-bottom-content p {
        width: 80%;
    }
    .telepsychiatry-what-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .telepsychiatry-what-top img {
        width: 100%;
        margin-bottom: 15px;
    }
    .call-for-appointment {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .call-for-left {
        width: 100%;
    }
    .call-for-appointment .header-topbar-content {
        width: 100%;
    }
    .video-psychiatry-bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .call-for-appointment {
        margin-bottom: 15px;
    }
    .video-psychiatry-bottom img {
        width: 100%;
    }
    .video-psychiatry-bottom p {
        padding: 30px;
    }
    ul.video-benefits li {
        width: 48.33%;
        padding: 20px 0 20px 45px;
    }
    .how-can-online {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .how-can-online h3 {
        width: 100%;
        padding: 47px 50px;
        height: auto;
    }
    .how-can-online p {
        width: 100%;
        padding: 30px;
        height: auto;
    }
    .testimonial-right {
        width: 100%;
        padding: 50px 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .all-testimonial .single-patient {
        width: 100%;
    }
    .single-testimonial {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .testimonial-right::after{
        left: 0;
        bottom: -3px;
        top: unset;
        right: 0;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    .single-testimonial:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .single-testimonial:nth-child(2n) .testimonial-right:after {
        left: unset;
        right: 0;
        background-image: url(images/icons/arrow3.png);
        top: unset;
        left: 0;
        transform: rotate(-30deg);
        bottom: -10px;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
    }
    .testimonial-right h4, .testimonial-right span.review-title {
        font-size: 22px;
    }
    .our-partners ul li::after {
        background-size: 152px;
    }
    .our-partners ul li {
        min-height: 80px;
    }
    .our-partners ul li::after {
        background-position: 21px 24px;
    }
    .our-partners ul li:nth-child(2):after {
        background-position: 24px -38px;
    }
    .our-partners ul li:nth-child(3):after {
        background-position: 7px -102px;
    }
    .our-partners ul li:nth-child(4):after {
        background-position: 25px -170px;
    }
    .our-partners ul li:nth-child(5):after {
        background-position: 15px -244px;
    }
    .our-partners ul li:nth-child(6):after {
        background-position: 23px -341px;
    }
    .our-partners ul li:nth-child(7):after {
        background-position: 0 -441px;
    }
    .our-partners ul li:nth-child(8):after {
        background-position: 6px -551px;
    }
    .header-topbar-content .location {
    width: 100%;
}
    .location span {
    font-size: 11px;
}
    .location a {
    margin-bottom: 0px;
}
    .header-topbar-content ul {
    width: 100%;
}
    .header-topbar-content ul li:first-child {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
	.how-can-online {
		grid-template-columns: 100%;
		padding: 0px;
}
	.inner-page-body-content .how-can-online h2 {
    font-size: 22px;
    padding: 30px;
    margin: 0px;
    line-height: 30px;
}
	.how-can-online p {
    width: 100%;
    padding: 20px;
    height: auto;
    margin-bottom: 0px;
}
	.inner-page-body-content .how-can-online ul {
    margin-top: 0px;
    margin-left: 0px;
    max-width: 760px;
    padding-right: 10px;
}
	.inner-page-body-content .how-can-online ul li {
		font-size: 16px;
		padding-right: 20px;
	}
}
@media all and (max-width: 576px){
    
.sec-title h2 span {
    font-size: 18px;
}
    .vertical-doctor-block .text-holder {
        padding-left: 25px;
        padding-right: 25px;
    }
	.video-psychiatry-bottom p {
    margin-bottom: 0px;
}
	.banner-top-right {
    padding: 50px 0px;
    padding-bottom: 30px;
}
	.faqcont h2 {
    font-size: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
	.inner-page-body-content ul li::after {
    top: 11px;
}
	.inner-page-body-content ul li {
		padding: 0px 10px;
		font-size: 16px;
	}
	.inner-page-body-content h2::after {
    bottom: -6px;
}
.inner-page-body-content h2 {
    font-size: 22px;
    line-height: 30px;
}
	.tabbertab {
    padding: 30px;
}
.faqcont {
    padding: 0px 10px 0 50px;
    margin: 30px auto;
    max-width: 100%;
}
    .about-doctor-left img {
        width: 100%;
    }
    .about-right-title h2, .about-right-title h3 {
        font-size: 20px;
        line-height: 28px;
    }
.about-right-title h2 {
    padding-left: 0px;
    padding-bottom: 0px;
}
    .about-right-title {
        padding: 40px 60px 48px 65px;
    }
    .single-client {
        width: 50%;
        padding: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0;
    }
    .single-view-service {
        width: 100%;
        margin-bottom: 50px;
        padding: 50px 20px 25px 20px;
    }
    .single-view-service:last-child {
        margin-top: 35px;
    }
    .view-service-icon {
        left: 20px;
    }
    .condition-left h2 {
        font-size: 30px;
		padding-bottom: 0px;
    }
    .condition-left h5 {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 0 20px 0;
        margin-bottom: 18px;
    }
    .condition-left p {
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
    }
    .single-condition {
        width: 100%;
    }
    li.single-condition a:hover:after {
        content: none;
    }
    li.single-condition a:hover {
        color: #000;
        text-decoration: underline;
    }
    .contact-from h2, .contact-from span.form-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 25px;
    }
    .contact-right-area h2, .contact-right-area span:not(.logo-area, .loc-title) {
        font-size: 24px;
        line-height: 29px;
        padding: 73px 50px 22px 30px;
    }
    .contact-right-area .logo-area {
        margin-left: 35px;
    }
    .single-input-box {
        width: 100%;
        margin-bottom: 25px;
    }
    .single-input-box label {
        font-size: 16px;
    }
    .single-contact-info {
        width: 100%;
    }
    .contact-from {
        padding: 15px;
    }
    .copyright-bar span p {
        text-align: center;
    }
.banner-area {
    padding: 30px 0 0 0;
    background: linear-gradient(
180deg
, rgba(179,255,166,1) 0%, rgba(121,230,103,1) 100%);
}
    .banner-area::after{
        display: none;
    }
    .our-partners ul li {
        width: 50%;
        border-right: 1px solid rgba(255,255,255,0.50);
    }
    .banner-top-right p {
        padding: 15px 0 26px 0;
        width: 90%;
    }
    .banner-top-right h2, .banner-top-right span.title-text {
        font-size: 30px;
    }
    .banner-top-left h2, .banner-top-left span.banner-title {
        font-size: 28px;
    }
    .beat-arrow {
        font-size: 24px;
        margin-top: -6px;
    }
    .banner-top-left h4, .banner-top-left span.top-subtext {
        font-size: 18px;
    }
    .our-partners ul li {
        min-height: 90px;
    }
    .menu-area ul {
        padding: 0 15px 15px 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .doctors-clients {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .single-client {
        width: 32%;
        height: 60px;
        margin-bottom: 15px;
    }
    .menu-close-btn {
        padding: 15px;
    }
    .condition-left .is-one-of {
        font-size: 19px;
        padding: 10px 0 10px 0;
    }
    .condition-left .if-your-looking {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 25px;
        padding-right: 0;
    }
    .inner-page-body-content {
        padding: 25px;
    }
    p.intro-txt {
        margin-top: -25px;
        padding: 20px 20px;
    }
    .about-doctor-page .doctors-certificates li {
        width: 100%;
    }
    .doctors-special {
        padding: 30px 30px;
    }
    .all-testimonial .single-patient {
        padding: 40px 15px;
    }
    .about-doctor-page img {
        width: auto;
        height: auto;
    }
}
@media all and (max-width: 450px){
    .on-this-page-area {
        top: 196px;
    }
	.single-service h2, .single-service h3 {
    padding: 10px 0px 0px;
}
	.video-psychiatry-bottom {
    min-height: auto;
    margin: 0px;
}
	.calloutaction {
    margin: 30px 0px;
}
	span.calloutaction p {
	display: none;
}
    .single-patient:last-child {
    margin-top: 20px;
    margin-left: 0;
}
    .about-page .inner-page-body-content {
    padding-bottom: 230px;
}
    .header-topbar-content ul li a > span {
    padding-left: 0px;
    text-align: center;
    width: 100%;
}
    .inner-banner-content h1 {
    font-size: 30px;
}
    .single-service::before {
    top: 0px;
}
    .banner-top-left h5, .banner-top-left span.bottom-subtext {
    font-size: 16px;
    padding-bottom: 20px;
    letter-spacing: 0px;
}
    .banner-top-left h2, .banner-top-left span.banner-title {
    font-size: 26px;
    margin-bottom: 20px;
	padding-bottom: 0px;
	line-height: 30px;
}
	.about-left > h2, .about-left > h1 {
    line-height: 30px;
}
    .location span::before{
        display: none;
    }
    .single-treatment-slide a {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    background-position: center;
}
	ul.doctors-clients li {
    margin-bottom: 20px;
}
	.accoladesheader:before {
    content: '';
    position: absolute;
    left: 20px;
    border-color: #000;
    width: 10px;
    height: 10px;
    top: 42%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #222;
}

	.accoladesheader {
    overflow: hidden;
    overflow-x: scroll;
	padding-top: 20px;
    padding-bottom: 20px;
	position: relative;
}
	.accoladesheader img {
    padding: 0px 0px 0px 30px;
    max-width: 1400px;
}
	.banner-bottom-area {
    padding-top: 0px;
}
	.header-topbar-content ul li a span h6, .header-topbar-content ul li a span span:not(.header-top-left-title) {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
	.header-topbar-content ul li {
    width: 100%;
}
	.header-topbar-content ul {
    padding: 0px;
	width: 100%;
}
	.header-topbar-content {
    padding: 0px;
}
	header.header-area {
    position: sticky;
    top: 0;
    z-index: 9999;
}
	.header-topbar-content .location {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    background: #000;
	padding: 10px 0 0px;
}
    .location span {
    font-size: 10px;
    display: block;
    text-align: left;
}
    .location span::after {
    left: -18px;
    top: 0px;
}
	.header-top-bar .main-container {
    padding: 0px;
}
	.location a::before {
    transform: scale(.7);
}
.location a {
    font-size: 12px;
    padding-left: 0px;
}
    .single-client {
        width: 45%;
    }
    .about-doctor-left ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-doctor-left ul li {
        margin: 5px 0;
    }
    .arrow {
        font-size: 24px;
    }
    .page-btn {
        padding-left: 37px;
        font-size: 16px;
    }
    .about-doctor-img img {
        width: 100%;
    }
    .about-doctor-page .doctors-certificates {
        padding: 15px 15px 15px 24px;
    }
    .about-doctor-page .doctors-certificates li {
        padding: 15px;
    }
    .doctors-special {
        padding: 30px 15px;
    }
    .doctors-special h3 {
        padding-right: 0;
    }
    .doctor-special-content {
        padding-left: 20px;
    }
    .all-testimonial .single-patient p {
        padding: 20px 0 10px 0;
    }
    .single-patient h6, .single-patient.google span, .single-patient span.from-review {
        padding-top: 10px;
    }
    .doctors-special h3::after {
        left: -20px;
        font-size: 17px;
    }
    .doctors-special h3 {
        font-size: 22px;
        margin-bottom: 9px;
    }
    .call-for-left ul li {
        font-size: 16px;
        padding: 10px 0 10px 22px;
    }
    .doctor-special-bottom-content p {
        width: 100%;
    }
    .doctor-special-bottom-content {
        padding: 75px 30px 40px 30px;
    }
    .inner-banner-content h2 {
        font-size: 26px;
    }
    .call-for-appointment .header-topbar-content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .call-for-appointment .header-topbar-content ul li:first-child a{
        margin-bottom: 15px;
    }
    ul.video-benefits li {
        width: 100%;
        margin-bottom: 10px;
    }
    .our-partners ul li {
        width: 100%;
    }
    .our-partners ul li::after {
        width: 50%;
    }
    .review-banner-text {
        margin: 20px auto 0;
        padding: 10px 50px;
    }
    .review-banner-top {
        font-size: 16px;
        line-height: 30px;
        gap: 5px;
    }
    .review-banner-top .stars {
        font-size: 14px;
        line-height: 28px;
    }
    .review-banner-bottom {
        font-size: 14px;
        margin-top: 0px;
    }
    .review-banner-text:before {
        left: 0;
        transform: scale(.7);
    }
    .review-banner-text:after {
        right: 0;
        transform: scale(-.7, .7);
    }
}
@media all and (max-width: 415px){
    .single-treatment-slide {
        height: 400px;
        background-position: top center;
    }
    .about-doctor-right ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .about-doctor-right ul li {
        margin: 5px 0;
    }
    .copyright-bar ul {
        padding-left: 0;
    }
    .copyright-bar span p {
        font-size: 16px;
    }
    .copyright-bar p {
        font-size: 16px;
    }
    .copyright-bar ul li a {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Lato-Light', Sans-serif;
        border-left: 1px solid #fff;
        padding: 0 8px;
    }
    .copyright-bar ul li:last-child a {
        border-right: 1px solid #fff;
    }
    .copy-para p {
        font-size: 16px;
    }
    .single-contact-info a {
        font-size: 16px;
    }
    .single-contact-info {
        padding-left: 50px;
        margin-bottom: 20px;
    }
    .contact-infos {
        padding: 30px 20px;
    }
    .single-contact-info p {
        font-size: 16px;
        line-height: 24px;
    }
    .single-contact-info::after {
        left: 33px;
    }
    .single-treatment-slide{
        margin-right: 0;
    }
}
@media all and (max-width: 380px){
    .vertical-doctor-block .text-holder {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-topbar-content ul li a > span::before {
    left: 75px;
}
    .banner-top-left h2, .banner-top-left span.banner-title {
        font-size: 24px;
    }
    .banner-top-left h5, .banner-top-left span.bottom-subtext {
        font-size: 14px;
    }
    .banner-top-left h4, .banner-top-left span.top-subtext {
        font-size: 16px;
    }
    .banner-top-left h3, .banner-top-left span.dr-name {
        font-size: 36px;
    }
    .banner-top-right {
        padding: 50px 15px;
    }
    .banner-top-right h2, .banner-top-right span.title-text {
        font-size: 24px;
    }
    .our-partners ul li {
        min-height: 65px;
    }
    .about-left > h2, .about-left > h1 {
        font-size: 20px;
    }
    .about-doctor-left p {
        line-height: 25px;
    }
    .about-right-title h2, .about-right-title h3 {
        font-size: 17px;
        line-height: 24px;
    }
    .sec-title h2 {
        font-size: 20px;
        padding: 4px 0 7px 0;
    }
    .sec-title p {
        font-size: 16px;
        line-height: 21px;
    }
    .single-service h2, .single-service h3 {
        font-size: 25px;
    }
    .single-service p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
    }
    .single-service {
        padding: 65px 25px 35px 25px;
    }
    .view-service-left h2 {
        font-size: 18px;
    }
    .view-service-area {
        padding: 25px 0;
    }
    .single-view-service h5, .single-view-service h3 {
        font-size: 17px;
    }
}
@media all and (max-width: 380px){
    .location span::after {
    left: 0px;
    top: 0px;
}
    .location span:first-child:after {
    display: none;
}
    .header-topbar-content ul li a > span::before {
    left: 5px;
}
	.calloutaction::before {
		left: 0px;
	}
}
@media all and (max-width: 355px){
    .review-banner-text {
        margin: 20px auto 0;
        padding: 10px 30px;
    }
    .review-banner-text:after {
        right: -15px;
        transform: scale(-.5, .5);
    }
    .review-banner-text:before {
        left: -15px;
        transform: scale(.5);
    }
}
@media all and (max-width: 340px){
	.g-recaptcha {
		margin-left: -15px;
	}
}
@media all and (max-width: 338px){
    .on-this-page-area {
        top: 210px;
    }
}