@charset "utf-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-family: 'Montserrat', sans-serif;
}
img {
	max-width: 100%;
}
* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	color: gray;
	font-weight: 300;
	text-transform: uppercase;
}
p {
	color: #494949;
	line-height: 1.6;
	font-size: 16px;
}
h4 {
	color: #494949;
	font-weight: 300;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 22px;
}
a {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.container {
	max-width: 1503px;
	margin: 0 auto;
}
header .container {
	max-width: 1256px;
}
.clearfix {
	clear: both;
}
.nav {
	/*width: 83%;*/
	text-align: center;
	float: left;
	padding-bottom: 1px;
	padding-top: 1px;
}
.nav {
    width: 87%;
}
.header_logo blockquote .textwidget p:before {
    content: "\201C";
	padding-right: 2px;
}
.header_logo blockquote .textwidget p:after {
    content: "\201D";
	padding-left: 2px;
}
.header_logo blockquote, .ticker_div {
    text-align: center;
    font-size: 22px;
    color: #5a5b5d;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    padding-top: 5px;
    position: relative;
    letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    padding-left: 1px;
    margin: 2px 0 0 0;
	
}
.ticker_div {
    COLOR: RED;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.header_logo .textwidget {
    display: inline-block;
}
.header_logo b{
    color: #2099b6;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
}

.header_logo h2 {
   font-size: 22px;
    color: #5a5b5d;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    padding-top: 5px;
    position: relative;
    letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    padding-left: 1px;
}
.header_logo strong {
    color: #2099b6;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
}
.header_logo strong:before {
    content: " | ";
    color: #bcbec0;
    height: 0;
    font-size: 16px;
    position: relative;
    top: -3px;
    font-weight: 400;
    margin: 0 5px 0 4px;
}


.header_container {
	    padding: 11px 0px 12px;
    background: #fff;
    border-bottom: 1px solid #ebedee;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    height: 84px;
    z-index: 9999;
}
.nav li {
	display: inline-block;
	float: left;
}
.nav li a {
	font-size: .8rem;
	font-weight: 300;
	letter-spacing: 1px;
	/*padding: 20px;*/
	text-decoration: none;
	text-transform: uppercase;
	color: #1e1e1e;
	display: block;
}
.nav li a {
    padding: 20px 13px;
}
.nav li.menu-item {
	position: relative;
}
.header_icon {
	float: right;
	padding: 9px 0 0 0;
}
.nav ul li ul {
	position: absolute;
	/*background: #2099b6;*/



	z-index: 99;
	padding: 12px 0 0;
	min-width: 177px;
	display: none;
}
.nav ul li ul a {
	background-color: #2099b6;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: left;
	line-height: 27px;
	letter-spacing: 0px;
	text-transform: uppercase;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.nav ul li ul a:hover {
	background-color: #9ea538;
}
.nav li ul li {
	float: none;
	display: inline;
}
/*.nav ul li:hover > ul {
	display: block;
}*/
.header_icon .social_icon a {
	display: block;
	background-position: center;
	float: left;
	margin: 0 25px 0 0;
	width: 25px;
	height: 25px;
	background-size: cover;
}
.header_icon a.schedule {
	margin-right: 5px;
}
.map-icon {
	background: url(../images/map.svg) no-repeat;
}
.phone-icon {
	background: url(../images/phone.svg) no-repeat;
}
.schedule {
	background: url(../images/calendar.svg) no-repeat;
}
.header_logo {
	padding: 101px 0 18px 0px;
	width: 100%;
	/*max-width: 318px;*/
	margin: 0 auto;
	text-align: center;
}
.header_logo img {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.banner_slider {
	height: 475px;
	/*width:480px*/
}
.banner_slider .slider_image {
	height: 475px;
	background-size: cover !important;
	background-position: center !important;
}
.banner_slider .vertical {
	height: 475px;
	display: table;
	width: 40%;
	background: rgba(32,153,182,.7);
	position: absolute;
	left: 50%;
	padding: 20px 40px;
	top: 0;
}
.banner_slider .owl-item:nth-child(4n + 1) .vertical, .banner_slider .owl-item:nth-child(4n + 3) .vertical{
	background: rgba(32,153,182,.7);
}
.banner_slider .owl-item:nth-child(4n + 2) .vertical, .banner_slider .owl-item:nth-child(4n + 4) .vertical {
    background: rgba(158,165,56,.7);
}
.banner_slider .table-cell {
	vertical-align: middle;
	display: table-cell;
}
.banner_slider .container {
	position: relative;
}
.banner_slider h2 {
	font-size: 3rem;
	color: #fff;
	line-height: 3rem;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 3rem;
	margin: 0 0 10px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
}
.banner_slider p {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.2em;
	margin: 0 0 30px;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	position: relative;
	z-index: 99;
}
.banner_slider a.services_btn {
	font-size: .8rem;
	font-weight: 400;
	display: block;
	margin: 10px 0;
	max-width: 180.4px;
	padding: 15px 0px;
	border: solid 2px #fff;
	box-shadow: 0 0 0 0 #2099b6;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.6;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	position: relative;
	z-index: 99;
}
.banner_slider a.services_btn:hover {
	box-shadow: 0 10px 24px -4px #2099b6;
}
.banner_slider a.farbers {
	padding: 15px 6px;
}
.banner_slider .vertical.custom {
	background: rgba(158,165,56,.7);
}
.banner_slider .owl-prev, .banner_slider .owl-next {
	background: url(../images/slider-icons.png) no-repeat;
    color: transparent;
    width: 23px;
    height: 41px;
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    top: 45%;
    left: 13px;
}
.banner_slider .owl-next {
	right: 13px;
    background-position: left top;
    left: inherit;
}


.offices_team .wrapper {
	padding: 100px 80px 99px 100px;
	background: #ebedee;
}
.offices_team h3, .our_sevices h3, .client_info h3, .testimonils .heading h3, .map_addres h3, .same_heading h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	color: gray;
	font-weight: 300;
	text-transform: uppercase;
}
.our_sevices h3 {
	line-height: 2rem;
}
.offices_team .vertical_align hr {
    background: #fff;
    height: 3px;
    margin: 0 ;
    border: none;
	    width: 0;
}

.offices_team hr, .client_info hr, .testimonils .heading hr, .map_addres hr {
	width: 50%;
	background: #9ea538;
	height: 3px;
	margin: 30px 0 32px;
	border: none;
}
.map_addres hr {
	margin: 0 auto;
}
.our_services hr {
	margin: 22px 0 30px;
}
.more_services hr {
	margin: 24px 0 29px;
}
.our_services .right_side hr, offices_team .right_side hr {
	background: #fff;
	margin: 0;
	width: 0%;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .5s;
}

.offices_team .padding {
    width: 100%;
    max-width: 272px;
    margin: 0 auto;
}
.our_services .left_img:hover hr, .offices_team .left_line:nth-child(1):hover hr, .offices_team .first_img:hover hr {
	width: 100%;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .5s;
}

.client_info hr {
	margin: 20px 0 50px;
}
.offices_team p, .our_sevices p, .client_info p, .reviews p {
	font-family: 'Poppins', sans-serif;
	font-size: 1.1rem;
	color: #494949;
	line-height: 1.6;
}
.offices_team .left_text {
	float: left;
	width: 29%;
}
.offices_team a.office_btn, .client_info a.office_btn, .testimonils a.office_btn, .map_addres a.office_btn, a.patient, .read_btn span {
	background: #2099b6;
	border: solid 2px #fff;
	color: #fff;
	max-width: 300px;
	display: block;
	font-size: .8rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-top: 40px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.our_services a.office_btn {
	margin-top: 40px;
}
a.patient {
	margin-top: 0;
	padding: 9px 13px;
	max-width: 100%;
	letter-spacing: 1px;
}
.offices_team a.office_btn:hover, .client_info a.office_btn:hover, .testimonils a.office_btn:hover, .map_addres a.office_btn:hover, .sidebar_form button:hover, .panel_item a.resaerch_btn:hover, a.patient:hover, .read_btn span:hover {
	box-shadow: 0 10px 24px -4px #2099b6;
}
.client_info a.office_btn {
	margin-top: 16px;
}
header .social_icon {
display:none;
}
.offices_team .left_line {
	height: 760px;
	float: left;
	width: 36.1%;
	position: relative;
	margin-left: 4px;
}
.offices_team .right_side {
	float: right;
	width: 67%;
}
.image {
	height: 100%;
	background-size: cover !important;
	background-position: center !important;
}
.offices_team .overlay {
	background: rgba(158,165,56,0.2);
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 99;
	left: 0;
	right: 0;
	width: 100%;
	cursor: pointer;
}
.offices_team .left_line:nth-child(1):hover .overlay, .offices_team .first_img:nth-child(2):hover .overlay {
	background: rgba(24,127,139,0.4);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.modern_facility .left_line:nth-child(1):hover .overlay, .modern_facility .first_img:nth-child(2):hover .overlay{
	background: rgba(32,153,183,0.2);
	
	
}


.offices_team .first_img:nth-child(1):hover .overlay {
	background: rgba(158,165,56,0.5);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.offices_team .left_line:nth-child(2) {
	float: right;
	width: 58.9%;
}
.offices_team .first_img:nth-child(2) .overlay {
/*height: 415px;*/



}
.modern_facility .first_img:nth-child(1):hover .overlay {
    background: rgba(158,165,56,0.2);
}

.offices_team .first_img {
	height: 303px;
	position: relative;
	overflow: hidden;
}
.offices_team .overlay.opacity {
	background: rgba(32,153,182,0.2);
}
.offices_team .first_img:nth-child(1) .image {
	height: 114%;
	background-position: bottom center !important;
	width: 107%;
}
.offices_team .first_img:nth-child(2) .image {
	height: 100%;
	background-position: bottom center !important;
	width: 107%;
}
.offices_team .first_img:nth-child(2) {
	height: 417px;
	margin-top: 40px;
}
.our_services .left_text {
	float: right;
    width: 26.6%;
    padding: 0px 42px 0 0;
    height: 857px;
}
.our_services .text_vertical {
	height: 857px;
	display: table;
}
.our_services .right_side {
	float: left;
	width: 68.9%;
}
.our_services .wrapper {
	background: none;
}
.our_services .left_img {
	width: 47.8%;
	height: 410px;
	position: relative;
	float: left;
	margin-bottom: 41px;
}
.more_services .left_img {
	height: 410px;
}
.our_services .left_img:nth-child(3), .our_services .left_img:nth-child(4) {
	margin-bottom: 0;
}

.offices_team .vertical_align{
	background: rgba(32,153,182,0.2);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	display: table;
	z-index: 999;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.our_services .vertical_align  {
	background: rgba(32,153,182,0.2);
	height:  410px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	display: table;
	z-index: 999;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.our_services .overlay {
	background: rgba(24,127,139,0.4);
	height: 100%;
	display: none;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.our_services h4, .offices_team .right_side h4 {
	color: #fff;


	margin: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.5;
	text-transform: uppercase;
	/*width: 100%;



    max-width: 176px;



    margin: 0 auto;*/



	border-bottom: 3px solid transparent;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.custom_padding {
	width: 100%;
	max-width: 176px;
	margin: 0 auto;
}
.learn_more {
	display: none;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: 80%;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	padding-bottom: 7px;
	width: 100%;
	max-width: 107px;
	margin: 0 auto;
	text-align: center;
}
.our_services .left_img:hover .overlay {
	display: block;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.offices_team .left_img:hover h4, .offices_team .left_line:nth-child(1):hover h4, .offices_team .first_img:hover h4{
	margin-top: -68px;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .4s;
}




.more_services .left_img:hover h4 {
	margin-top: -123px;
}
.our_services .left_img:hover .learn_more, .offices_team .left_line:nth-child(1):hover .learn_more {
	display: block;
}
.offices_team .first_img:nth-child(1):hover .learn_more{
	display:block;
}
.offices_team .first_img:nth-child(2):hover .learn_more{
	display:block;
}
.our_services .left_img .learn_more:hover {
	border-color: #fff;
}
.our_services .left_img:nth-child(even) {
	float: right;
}
.our_services .left_img:nth-child(2) .vertical_align, .our_services .left_img:nth-child(3) .vertical_align {
	background: rgba(158,165,56,0.2);
}
.our_services .left_img:nth-child(3) .custom_padding {
	max-width: 233px
}
.our_services .left_img:nth-child(4) .custom_padding {
	max-width: 192px;
}
.our_services .left_img:nth-child(2):hover .overlay, .our_services .left_img:nth-child(3):hover .overlay {
	background: rgba(158,165,56,0.5);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.client_info .wrape {
	background: #ebedee;
	padding: 81px 73px 101px 162px;
}
.client_info .left_side_img {
	float: left;
	width: 42%;
	width: 39.5%;
}
.client_info .left_side_text {
	float: right;
    width: 52%;
    padding-top: 10px;
    margin-right: 14px;
}
.client_info .simple_links {
	width: 68%;
	padding-top: 26px;
}
.testimonils .heading {
	text-align: center;
	width: 100%;
	max-width: 452px;
	margin: 0 auto 48px;
}
.testimonils .heading hr {
	margin: 30px auto;
	width: 44%;
}
.testimonils .heading h5 {
	color: gray;
	font-size: 2rem;
	font-weight: 400;
	float: left;
	margin: 0 10px 0 0;
}
.testimonils .heading h6 {
	font-size: 1.2rem;
	color: #9ea538;
	font-family: poppins, sans-serif;
	font-weight: 500;
	float: left;
	padding-top: 6px;
}
.average_rating {
	margin: 0 auto;
	width: 100%;
	max-width: 205px;
}
.average_rating.total {
	max-width: 181px;
}
.testimonils .heading .star_img {
	padding: 26px 0 17px;
}
.testimonils .wrapper {
	padding: 80px 0%;
	max-width: 924px;
	margin: 0 auto;
}
.testimonils .reviews h4 {
	font-size: 1.1rem;
	color: #494949;
	font-weight: 700;
	line-height: 1.6;
}
.testimonils .reviews i {
	text-transform: capitalize;
	font-size: 1rem;
}
.testimonils .reviews {
	border: solid 1px #ebedee;
	border-radius: 3px;
	margin-right: 10px;
	padding: 20px;
	cursor: grab;
}
.reviews p {
	padding-bottom: 10px;
	font-size: 1.1rem;
	font-weight: 400;
	height:205px
	
}
.testimonils .owl-stage {
	left: -96px;
}
.testimonils .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 50%;
	cursor: pointer;
	background: #2099b6;
	border: solid 2px #2099b6;
}
.testimonils .owl-dots {
	text-align: center;
	padding-top: 34px;
}
.testimonils .owl-dot.active {

	background: none;
}
.testimonils a.office_btn {
	margin: 47px auto 0;
}
.modern_facility .overlay {
	background: rgba(32,153,183,0.2);
}
.modern_facility .overlay.opacity {
	background: rgba(158,165,56,0.2);
}
.more_services h4 {
	line-height: 35px;
}
.more_services .left_img p {
	color: #fff;
	padding: 0 20px;
	text-align: center;
	width: 100%;
	display: none;
	moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .6s;
	position: absolute;
	top: 47%;
	right: 0;
	left: 0;
}
.more_services .left_img:hover p {
	display: block;
	moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .6s;
}
.more_services .vertical_align {
	background: rgba(158,165,56,0.2);
	height: 410px;
}
.more_services .overlay {
	background: rgba(158,165,56,0.5);
}
.more_services .left_img:nth-child(2) .vertical_align, .more_services .left_img:nth-child(3) .vertical_align {
	background: rgba(32,153,182,0.2);
}
.more_services .left_img:nth-child(2):hover .overlay, .more_services .left_img:nth-child(3):hover .overlay {
	background: rgba(24,127,139,0.4);
}
.map_addres .map_cover {
	background: #ebedee;
}
.map_addres .address {
	padding: 33px 59px 32px 59px;
	float: left;
	text-align: center;
	width: 30%;
}
.map_addres hr {
	margin: 12px auto;
	width: 55%;
}
/*.map_addres h4, .map_addres, .map_addres a {
	font-family: poppins, sans-serif;
	color: #494949;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.6;
	text-transform: capitalize;
	font-size: 1.1rem;
}
*/

.map_addres h4, .map_addres {
	font-family: poppins, sans-serif;
	color: #494949;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.6;
	text-transform: capitalize;
	font-size: 1.1rem;
}

.map_addres p {
	margin-top: 0px;
}
.map_addres h3 {
	font-size: 2rem;
}
.map_addres a.office_btn {
	margin: 20px auto 0;
	max-width: 301px;
}

.map_addres .extra {
	float:left;
	width:70%;
}
.map_addres .extra ul {
	padding-top: 20px;
	text-align:center:
}

.map_addres .extra li {
	list-style: inside;
}

.map_addres .map {
	    float: right;
    width: 70%;
    height: 486px;
}
.map_addres iframe {
	width: 100%;
	height: 496px;
	border: none;
	display: block;
}
.footer {
	padding: 25px 80px 10px;
}
.ft_logo {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.footer .social_icon a {
	display: block;
	height: 37px;
	width: 32px;
	background: url(../images/social-icon.png) no-repeat;
}
.footer .social_icon a.facebook {
	background-position: left 0;
}
.footer .social_icon a.tweet {
	background-position: right 0;
}
.footer li {
	display: inline-block;
	padding: 0 6px;
}
.footer .social_icon {
    width: 100%;
    margin: 0 auto;
    padding: 18px 0 24px;
    text-align: center;
    display: inline-block;
}
.copyright, .copyright a, .bottom_text a {
	font-size: 1rem;
	text-align: center;
	color: #494949;
	font-family: poppins, sans-serif;
	margin: 6px 0;
	font-weight: 400;
}
.bottom_text a {
	text-decoration: none;
	display: inline-flex;
}
.bottom_text img {
	height: 23px;
	padding: 0 4px;
	width: 28px;
	margin: 0 1px;
}
.bottom_text {
	width: 100%;
	margin: 0 auto;
	max-width: 219px;
	padding-top: 8px;
}
.breadcrumbs a {
	text-decoration: none;
	color: #2099b6;
}
.breadcrumbs li {
	font-size: 14px;
	font-family: poppins, sans-serif;
	display: inline-block;
	color: #494949;
}
.breadcrumbs li:before {
	content: ">";
	color: gray;
	padding: 0 9px 0 4px;
}
.breadcrumbs li:first-child:before {
	display: none;
}
.breadcrumbs a:hover {
	color: #18758b;
}
.container_small {
	max-width: 1141px;
	margin: 0 auto
}
.main_left_area img {
	width: 100%;
}
.same_heading h3 {
	line-height: 1.5;
	font-size: 33px;
}
.same_heading {
	margin: 0 0 14px;
}
.breadcrumbs {
	padding:0 0 29px 0;
}
.about_us .main_left_area {
    width: 100%;
}
.about_us .content {
	margin-top: 20px;
}
.about_us .content h4, .page-sidebar h4 {
	color: gray;
	font-weight: 300;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 22px;
	padding: 11px 15px;
}
.about_us .content h4 {
	color: #494949;
}
.page-sidebar h4 {
	padding: 0 0 7px;
	border-bottom: 1px solid silver;
	margin-bottom: 9px;
}
.about_us p, .about_us .content ul, .same_design, table.tablesaw tr {
	margin: 15px;
	color: #494949;
	font-family: poppins, sans-serif;
	line-height: 1.6;
	font-size: 16px;
}
.about_us .content ul {
	padding-left: 18px;
}

.links ul {
	padding-left: 17px;
	padding-top: 11px;
}
.about_us li {
	list-style: disc;
}
.same_design li {
    list-style: disc;
}
p.disclaimer {
	margin: 29px 0 15px;
	font-size: 14px;
}
.about_us .page-sidebar {
	width: 23%;
	float: right;
}
.page-sidebar h3 {
	font-size: 22px;
	margin: 0 0 7px;
}
.page-sidebar h5 {
	color: #2099b6;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	line-height: 1.4;
}
.page-sidebar .review {
	padding: 0px 0 20px;
}
.page-sidebar .starts {
	float: left;
	margin-top: 7px;
	margin-right: 8px;
	margin-left: 3px;
	margin-bottom: 8px;
}
.sidebar_detail p {
	margin: 8px 0 0;
}
.page-sidebar p {
	margin: 0;
	padding: 0;
}
.page-sidebar .review p, .sidebar_detail a, .page-sidebar .location a, .services .page-sidebar li, .panel_item a {
	margin: 5px 0;
	font-family: poppins, sans-serif;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
}
.page-sidebar .review p {
	margin: 5px 0 0;
}
.page-sidebar .review p a, .sidebar_detail a, .page-sidebar .location a, .services .page-sidebar a {
	color: #2099b6;
	text-transform: capitalize;
}
.panel_item a {
	color: #2099b6;
	text-transform: uppercase;
}
.reviews_btn, .new_york {
	background: #2099b6;
	border: solid 2px #fff;
	box-shadow: 0 0 0 0 #2099b6;
	color: #fff;
	cursor: pointer;
	font-size: .8rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-top: 20px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 11px;
	display: block;
}
.form_heading h6 {
	background: #494949;
	color: #fff;
	margin: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.sidebar_form input, .sidebar_form textarea {
	margin-bottom: 15px;
	border-radius: 0;
	box-shadow: none;
	color: #222;
	font-size: 16px;
	resize: none;
	padding: 3px 5px 5px;
	border: 1px solid #ccc;
	width: 100%;
	outline: none;
	font-family: poppins, sans-serif;
	border-color: silver;
}

.custom_cf7 input, .custom_cf7 textarea, .custom_cf7 select{
	margin-bottom: 15px;
	border-radius: 0;
	box-shadow: none;
	color: #222;
	font-size: 16px;
	resize: none;
	padding: 3px 5px 5px;
	border: 1px solid #ccc;
	width: 100%;
	outline: none;
	font-family: poppins, sans-serif;
	border-color: silver;
}
.custom_cf7 textarea {
    height: 132px;
    width: 100%;
    margin-bottom: 11px;
}
.custom_cf7 select, .custom_cf7 option{
color:#b3b5ba;
font-weight: 300;
}
.custom_cf7 .wpcf7-date, .cf7_left{
	 color:#b3b5ba;
}


 .sidebar_form input::-webkit-input-placeholder {
 color:#b3b5ba;
 text-transform:capitalize;
}

 .sidebar_form textarea::-webkit-input-placeholder {
 color:#b3b5ba;
 text-transform:capitalize;
}
.sidebar_form textarea {
	height: 132px;
	width: 100%;
	margin-bottom: 11px;
}
.sidebar_form .form_heading {
	padding-bottom: 20px;
}
.sidebar_form button, .panel_item a.resaerch_btn {
	background: #2099b6;
	border: solid 2px #fff;
	box-shadow: 0 0 0 0 #2099b6;
	color: #fff;
	cursor: pointer;
	font-size: .8rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 6px 14px;
}
.sidebar_form .buttons {
	float: right;
}
.page-sidebar .sidebar_detail {
	padding-top: 71px;
}
.page-sidebar .location {
	padding: 40px 0 7px;
}
.page-sidebar .address {
	padding-top: 10px;
}
.page-sidebar .address p {
	margin: 0;
	line-height: 22px;
}
.page-sidebar .address p:last-child {
	padding-top: 11px;
}
.page-sidebar iframe {
	border: none;
	width: 100%;
}
.page-sidebar .small_map {
	margin-top: 16px;
}
.page-sidebar a.new_york {
	color: #fff;
	padding: 12px 24px;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: -3px 0 0 0;
	border: none;
}
b.tablesaw-cell {
	display: none;
}
table.tablesaw {
	margin-bottom: 15px;
}
.table_hours {
	margin-top: 40px;
}
.about_us.our_office {
	padding-bottom: 44px;
}
.same_heading h2 {
	font-size: 48px;
	color: #494949;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.5;
	padding-top: 6px;
	padding-bottom: 14px;
}
.services .page-sidebar {
	float: left;
}
.map_addres {
    margin-top: 43px;
    margin-bottom: 20px;
}
/*.services .main_left_area {
	float: right;
}*/
.services .heading_panel, .services .panel_heading {
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 43px;
	background: #9ea538;
	font-size: 1.1rem;
	padding-top: 8px;
	padding-bottom: 9px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.services .heading_panel a, .services .panel_heading a {
	color: #fff;
	text-transform: uppercase;
}
.services .panel_heading {
	font-size: 16px;
	font-family: poppins, sans-serif;
	background: #494949;
	padding-top: 8px;
	padding-bottom: 7px;
	position: relative;
}
.services .page-sidebar li {
	list-style: none;
	margin: 0;
	line-height: normal;
}
.panel_body {
	padding: 0 15px;
}
.services .page-sidebar ul {
	margin: 10px 0;
}
.services .panel_body a:hover, .document .info a:hover {
	color: #18758b;
}
.services .panel_body .search_btn a:hover {
	color: #fff;
}
.heading_panel:before {
    content: "\2796";
    position: absolute;
    left: 19px;
    right: auto;
    top: 11px;
    font-size: 12px;
}
.heading_panel.toggle_up:before {
    content: "\02795";
}
/*.panel_heading:before {
    content: "\02795";
    position: absolute;
    left: 19px;
    right: auto;
    top: 11px;
    font-size: 12px;
}*/
.main_left_area .panel_heading:before {
    content: "+";
    position: absolute;
    left: 19px;
    right: auto;
    top: 22px;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 0;
}
/*.panel_heading.toggle_up:before {
    content: "\2796";
}*/
.main_left_area .panel_heading.toggle_up:before {
    content: "_";
    font-size: 25px;
    line-height: 0;
    font-weight: 300;
    color: #fff;
    top: 11px;
}
.main_left_area .heading_panel, .main_left_area .panel_heading {
	padding-right: 14px;
	padding-left: 14px;
}
.main_left_area .panel_heading:before {
	right: 22px;
	left: auto;
}
.panel_item .left_img {
	float: left;
	width: 18%;
}
.panel_item a, .document .info a, .small_img a {
	color: #2099b6;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	font-family: montserrat, sans-serif;
}
.download_pdf {
	color: #2099b6;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	font-family: montserrat, sans-serif;
}
.download_pdf a {
	color: #2099b6;
}
.download_pdf img {
    width: 100%;
    MAX-WIDTH: 50PX;
    margin-left: 10px;
}
.panel_item .right_text {
	float: right;
	width: 79%;
}
.services p {
	margin: 0;
}
.services p.disclaimer {
    margin: 29px 0 15px;
}
.panel_item h6 {
	margin: 11px 0 12px;
}
.panel_item {
	margin: 15px 0 0;
}
.panel_item .search_btn {
	text-align: right;
	padding-top: 73px;
}
.services .main_left_area .panel_heading a {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.main_left_area .heading_panel:before {
	display: none;
}
.group_panel {
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
}
.services .sidebar_form {
	padding-top: 10px;
}
.panel_item a.resaerch_btn {
	margin-left: 7px;
}
.text_content h3 {
	font-weight: 300;
	font-size: 22px;
	color: #494949;
	line-height: normal;
}
.text_body {
	padding: 20px 15px 0;
}
.text_content p {
	margin: 30px 0 15px;
	font-family: poppins, sans-serif;
}
.document .icon {
	float: left;
	width: 80px;
	margin-right: 8px;
}
.document .info {
	float: left;
	padding: 28px 0 0 0;
}
.resource_content p.disclaimer {
	font-family: poppins, sans-serif;
	margin: 9px 0 15px;
}
.resource_content {
	padding: 5px 0 45px 0
}
.single_page .text_body {
	padding: 0px 0px 0;
}
.single_page .container_small {
	padding-right: 15px;
	padding-left: 15px;
}
/*.single_page .text_content {
	width: 74%;
	float: left;
}*/
.single_page .text_content {
    width: 100%;
    float: none;
}
.single_page .right_form {
	float: right;
	width: 23%;
	padding-top: 10px;
}
.sidebar_form {
	padding-top: 0px;
}
.page_heading h2 {
	color: gray;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 33px;
}
.single_page p {
	margin: 10px 0 0px;
}
.single_page .page_heading {
	padding-top: 8px;
	padding-bottom: 34px;
}
.single_page hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;

}
.news h6 {
	margin: 0 0 15px;
	font-weight: 400;
	font-size: 20px;
	color: #1e1e1e;
	line-height: 1.5;
	text-transform: uppercase;
}
.cover_padding {
	padding: 0px 0px 0px 13px;
	position: relative;
	border-left: 2px solid #2099b6;
}
li.card {
	float: left;
	/*box-shadow: 0 1px 3px rgba(0,0,0,.2);

    border-radius: 3px;

    padding: 15px;

    margin-bottom: 23px;

    margin-right: 20px;*/

	width: 49.12%;
	margin-right: 20px;
}
li.card:nth-child(even) {
	float: right;
	margin-right: 0;
}
.card a {
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 23px;
	display: block;
	height: 100%;
	min-height: 286px;
}
.card_content {
	height: 84px;
}
.cover_padding p {
	line-height: 1.6;
	font-size: 16px;
	font-size: 14.4px;
	color: #1e1e1e;
	margin: 0 0 15px;
	font-family: 'Poppins', sans-serif;
}
.more_services .left_img:nth-child(3) .custom_padding, .more_services .left_img:nth-child(4) .custom_padding {
	max-width: 184px;
}
.header_button {
	width: 100%;
}
section.about_us, .news, .resource_content {
	padding-top: 50px;
}
.about_us h3 {
	font-size: 33px;
}
.about_us .row {
	padding-top: 15px;
}
.services .row {
	padding-top: 0;
}
.resource_content .same_heading {
	margin: 0 0 0px;
}
.page_heading {
	padding-bottom: 24px;
}
.read_btn {
	text-align: right;
	float: right;
}
.read_btn span {
	float: none;
	max-width: 100px;
	margin-top: 5px;
	width: 100%;
}
.news p.disclaimer {
	margin: 9px 0 15px;
}
.header_container.sticky {
    width: 100%;
    z-index: 99999;
	position: fixed;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 6px 28px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 6px 28px 0 rgba(0,0,0,.3);
    box-shadow: 0 6px 28px 0 rgba(0,0,0,.3);
}
.travel strong {
    color: #494949;
    font-family: poppins,sans-serif;
}
.travel .content p {
    margin-left: 0;
    margin-right: 0;
}
.travel .content h4{
	padding-left:0;
	padding-right:0;
}
.travel .content{
	margin-right: 15px;
	margin-left:15px;
}
.travel .location ul {
    padding-left: 19px;
}
.travel .page-sidebar .sidebar_detail {
    padding-top: 40px;
}
.travel .page-sidebar h4 {
    margin-bottom: 7px;
}

.left_side_vid {
    float: left;
    width: 302px;
    width: 26.5%;
    margin-right: 116.9px;
}
.left_side_vid:nth-child(5n + 1), .left_side_vid:nth-child(5n + 1), .left_side_vid:nth-child(5n + 1), .left_side_vid:nth-child(5n + 1), .left_side_vid:nth-child(5n + 1){
	width:26.5%;
}

.left_side_vid:nth-child(5n + 3) {
    float: right;
    margin-right: 0;
}
.slider-container .slider .content img {
}
  
.slider .owl-prev, .slider .owl-next  {
  background: #f5f5f5 url(../images/thumbnailprev.png);
    position: absolute;
    top: 46%;
    color: transparent;
    width: 30px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: 1px center;
    border-radius: 0 4px 4px 0px;
}	
.slider .owl-next{
	    background: #f5f5f5 url(../images/thumbnailnext.png);
    right: 0;
    position: absolute;
     top: 46%;
    color: transparent;
   width: 30px;
    height: 47px;
    background-repeat: no-repeat;
	background-position: 15px center;
    border-radius: 4px 0px 0px 4px;
}
.slider-container{
   position: relative;
   display: block;
  }
  .slider-container .slider .content img{
   width: 100%;
  }
  .slider-container .slider-controls a{
   position: absolute;
   top: 45%;
   z-index: 100;
   color: #333333;
  }
  .slider-container .slider-controls a.slider-left{
   left: -25px;
  }
  .slider-container .slider-controls a.slider-right{
   right: -25px;
  }
  .thumbnail-slider-container{
   margin-top: 5px;
  }
  .thumbnail-slider .content{
   padding:5px;
  }
  .thumbnail-slider .owl-item.active.center{
   border: 3px solid #333333;
   width: 100%;
  }
.thumbnail-slider .content {
    padding: 0;
    margin: 0;
}
.staff-owl .content {
    margin-top: 0;
}
.contact .main_left_area {
    float: right;
    height: 737px;
    width: 74.9%;
     overflow: hidden; 
}
.contact .map_img {
    overflow: hidden;
    height: 100%;
}
.contact .page-sidebar {
    float: left;
    background: rgba(0,0,0,.75);
	width: 25.1%;
	    padding: 15px;
}
.contact .breadcrumbs a {
    color: #fff;
}
.contact .breadcrumbs li {
    list-style: disc;
    color: #fff;
}
.contact h3 {
    font-size: 28px;
	color: #fff;
	line-height: 42px;
}
   
   .contact .form_heading h6 {
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-family: montserrat,sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 22px;
	padding:0;
}
.contact .page-sidebar h4 {
    padding: 0 0 7px;
    border-bottom: none;
    margin-bottom: 9px;
    color: #fff;
}
.contact .page-sidebar p {
    margin: 0;
    padding: 0;
    color: #fff;
}
.contact .sidebar_detail a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
.contact .page-sidebar .sidebar_detail {
    padding-top:30px;
}
.contact .page-sidebar .location {
    padding: 15px 0 7px;
}
.contact .sidebar_form button{
    letter-spacing: 3px;
    padding: 10px 19px;
	margin-top: 10px;
}
.contact .page-sidebar .location h4 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.contact .page-sidebar .address p:last-child {
    padding-top: 0;
}
.contact .row {
    padding-top: 0;
}
.contact .breadcrumbs {
    padding:1px 0 29px 0;
}
.contact .sidebar_form .form_heading {
    padding-bottom: 15px;
}
.contact .sidebar_form input, .contact .sidebar_form textarea {
    padding: 3px 10px 4px;
}
.library .container_small {
    max-width: 1200px;
}
.library .wrape {
    background: #ebedee;
    padding: 63px 117px 20px;
}
/*.library .single_product h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: gray;
}*/
.library .single_product h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #5a5b5d;
}
.library .single_product .text {
    padding: 29px 0 33px;
	text-align: center;
}
.library_column {
    float: left;
    width: 19%;
    margin-right: 10px;
}

.library .single_product a {
    text-align: center;
    display: block;
}
.library_column:nth-child(3) {
    float: right;
}
.library_column:nth-child(2) {
    margin: 0 14%;
}
.map_addres .map img {
    display: block;
    object-fit: cover;
	    height: 100%;
}
.page-sidebar .small_map img {
    display: block;
}
.contact .main_left_area img {
   height: 100%;
    object-fit: cover;
    width: 100%;
}
.our_office .half_side {
    width: 48%;
	float:left
}
.our_office .half_side h3 {
    text-transform: capitalize;
	font-size: 48px;
    font-weight: 300;
	color: #9ea538;
}
.our_office .half_side p, .our_office .half_side ul {
    font-weight: 300;
    margin: 0;
    padding-top: 24px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
	color: #494949;
}
.our_office .half_side ul {
    font-weight: 300;
    padding-left: 48px;
}
.our_office .half_side .row {
    background: #ebedee;
    border-radius: 3px;
	margin-top: 30px;
	padding: 0;
	overflow: hidden;
}
/*.our_office .half_side .panel h6 {
    color: #494949;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 29px;
    padding: 14px 48px;
}*/
.our_office .half_side .panel h6 {
    color: #494949;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 29px;
    padding: 1px 12px;
}

.our_office .half_side strong {
    color: #494949;
    font-weight: 500;
    padding-top: 11px;
     display: inline-block;
}
.our_office .panel_body {
    padding:0 20px 30px;
	display: none;
}
.our_office .panel:first-child .panel_body{
	display:block;
}
.our_office .half_side .panel_body p {
    font-weight: 300;
}
.our_office .half_side .custom_heading p {
    padding-top: 29px;
}
.our_office .panel_heading:hover {
    background: #f0f0f0;
}
.text_bar {
    padding-top: 14px;
}
.our_office .half_side li ul li {
    list-style: circle;
}
.our_office .half_side li ul{
	padding-top:0;
}
.our_office .half_side p strong {
    padding-top: 0;
}
.our_office .panel_heading {
    position: relative;
}
/*.our_office .panel_heading.toggle_up:before {
    content: "-";
    font-size: 50px;
    color: #494949;
    line-height: normal;
    font-weight: 300;
	top: -2px;
}*/
.our_office .panel_heading.toggle_up:before {
    content: "-";
    font-size: 34px;
    color: #666;
    line-height: normal;
    font-weight: 300;
    top: 6px;
}

/*.our_office .panel_heading:before {
    content: "+";
    position: absolute;
    left: 19px;
    right: auto;
    top: 13px;
    font-size: 31px;
    font-weight: 300;
}*/
.our_office .panel_heading:before {
    content: "+";
    position: absolute;
    left: 19px;
    right: auto;
    top: 14px;
    font-size: 23px;
    font-weight: 300;
    color: #666;
}
.our_office .half_side:nth-child(2) {
    float: right;
}
.our_office .left_text {
    background: #2b9eb9;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 45px;
    display: table;
    float: left;
	margin-right: 15px;
}
.our_office .left_text span {
    display: table-cell;
    vertical-align: middle;
	font-size: 23px;
}
.our_office .right_heading {
    float: left;
    padding-top: 7px;
}
.our_office .right_heading h4 {
    color: #494949;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 29px;
    color: #2b9eb9;
}
.our_office .text_box {
    border-bottom: 1px solid #d2dae1;
	padding-bottom: 30px;
}
.our_office .text_box p {
    color: #2b9eb9;
    font-weight: 300;
    line-height: 28px;
    padding-top: 20px;
}
.our_office .text_box:nth-child(1) p{
	 padding-top: 45px;
}
.small_textbar{
	  margin-top: 30px;
	padding: 25px;
        border: 1px solid #d2dae1;
		box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -moz-box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
    -webkit-box-shadow: 0 3px 0 0 rgba(98, 112, 128, 0.1);
}
.our_office .text_box p a {
    color: #9ea538;
}
.our_office .text_box:nth-child(even) .left_text {
    background: #9ea538;
}
.our_office .text_box:nth-child(even) h4, .our_office .text_box:nth-child(even) p {
    color: #9ea538;
}
.our_office .text_box:nth-child(even) a{
color:#2b9eb9
}
.our_office .text_box:nth-child(even) {
    margin: 15px 0px;
}
.privacy .text_content p {
    margin: 10px 0 11px;
	
}
.privacy .text_content h3 {
    padding-bottom: 21px;
}
.privacy .text_content {
    padding: 20px 15px 0;
}
section.privacy {
    padding-top: 50px;
}
<!--start single page code-->
.about_us .panel_heading.custom.toggle_up:before {
    content: "";
}
.about_us .panel_heading.custom:before {
    content: "";
}
.about_us .heading_panel strong {
    font-weight: 400;
    cursor: inherit;
}
.about_us .heading_panel, .about_us .panel_heading {
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 43px;
    background: #9ea538;
    font-size: 1.1rem;
    padding-top: 8px;
    padding-bottom: 9px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.about_us .panel_heading {
    font-size: 16px;
    font-family: poppins, sans-serif;
    background: #494949;
    padding-top: 8px;
    padding-bottom: 7px;
    position: relative;
}

.about_us .main_left_area .panel_heading a {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	color:#fff;
}
.image_wrape .small_img {
    float: left;
    width: 190px;
	margin-right: 40px;
    height: 283px;
}
.image_wrape .simple_bottom {
    padding-top: 12px;
}
.our_office .panel_heading {
    background: none;
}
.side_cover {
    padding: 15px;
    border: 1px solid silver;
}
.side_cover .item p {
    font-style: italic;
}
.side_cover .left_slider {
    float: left;
    width: 66%;
}
.about_us .side_cover h4 {
    padding-left: 0;
}
.side_cover .item p:nth-child(1) {
    height: 75px;
}
.side_cover .right_text {
    float: right;
    width: 20%;
	margin-right: 31px;
	margin-top: -19px;
}
.side_cover .right_text a {
    color: #2099b6;
    text-transform: capitalize;
}
.side_cover .right_text .review p{
	
	margin-right: 0;
    margin-left: 0;
}

.side_cover a.reviews_btn {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    color: #fff;
}
.small_img a {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 19px;
}
.small_img .overlay {
    background: rgba(24,117,139,0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    right: 0;
    bottom: 0;
}
.image_wrape .small_img .image {
    position: relative;
    height: auto;
}
.small_img .image img{
	display:block;
}
.small_img .image:hover .overlay{
	opacity: 1;
}
.side_cover .right_text h5 {
	color: #2099b6;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	line-height: 40px;
}
.side_cover .right_text .starts {
    float: left;
    margin-top: 7px;
    margin-right: 8px;
    margin-left: 3px;
    margin-bottom: 8px;
}
.side_cover a.reviews_btn:hover {
    background: #2099b6;
    border: solid 2px #fff;
    box-shadow: 0 10px 24px -4px #2099b6;
    color: #fff;
}



.custom_sec .left_text {
    width: 25%;
}
.custom_sec .right_side {
    width: 71%;
}
.custom_sec .first_img {
    float: left;
    width: 32%;
    height: 251px;
	margin-bottom: 18px;
}
.custom_sec .first_img:nth-child(2) {
    height: 251px;
    margin-top: 0;
}
.custom_sec .padding {
    max-width: 160px;
}
.custom_sec .first_img:nth-child(3n + 2) {
	margin-right:18px;
	margin-left:18px;
}
.custom_sec .first_img:nth-child(2){
	margin-top:0 !important;
}
.custom_sec .right_side h4 {
    font-size: 20px;
}
.custom_sec .right_side .learn_more {
    font-size: 12px;
}
.custom_sec .first_img:hover .learn_more {
    display: block;
}
.custom_sec .first_img:hover .overlay {
    background: rgba(158,165,56,0.5);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.offices_team.custom_sec {
   margin-top: 0;
    margin-bottom: 45px;
}
.appointment {
    margin: 55px 0 0;
    width: 60%;
}
.page_section {
    padding-top: 50px;
}





.library .single_product {
    float: left;
    width: 17%;
    margin-right: 40px;
}
.library .wrape {
    background: #ebedee;
    padding: 63px 64px 20px;
}
.library .single_product:nth-child(5n + 5){
	margin-right:0;
	float:right;
	
}
.library .single_product .text {
    padding: 29px 0 33px;
    text-align: center;
    height: 100px;
}
.buttons.custom input {
    background: #2099b6;
    border: solid 2px #fff;
    box-shadow: 0 0 0 0 #2099b6;
    color: #fff;
    cursor: pointer;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px 19px;
}
.sidebar_form .buttons.custom input {
    background: #2099b6;
    border: solid 2px #fff;
    box-shadow: 0 0 0 0 #2099b6;
    color: #fff;
    cursor: pointer;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px 19px;
}
.sidebar_form .buttons.custom input:hover {
    box-shadow: 0 10px 24px -4px #2099b6;
}
.buttons.custom input:hover {
    box-shadow: 0 10px 24px -4px #2099b6;
}
.wpcf7-not-valid{
	border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    display: none !important;
}
.sidebar_form div.wpcf7-response-output {
    color: #fff;
}
.custom_cf7 {
    margin-top: 50px;
}
.custom_check input {
    float: left;
    max-width: 13px;
}
.custom_check .wpcf7-list-item {
    width: 100%;
    max-width: 840px;
	margin:0;
	display:inline-block;
}

.custom_check .wpcf7-list-item-label {
float: right;
    line-height: 20px;
    font-size: 14px;
    color: #b3b5ba;
    margin-left: 5px;
    width: 97%;
}
.cf7_left {
    float: left;
	width: 34.7%;
	margin-right: 30px;
}
.custom_cf7 p {
    margin: 0;
}

.design_feature {
  /* background: url(../images/backcover-3.png);
    background-position:left 183px;*/
    margin: 0 auto;
    width: 100%;
	max-width:1128px;
}

.design_feature .cover_img {
    background: url(../images/backcover-2.png);
    background-repeat: no-repeat;
    background-position:left 176px;
}



.design_feature .side_pdf {
     width: 13%;
    margin: 0 19px 51px 0;
    position: relative;
    height: 190px;
    display: inline-block ;
    text-align: center;
}
.fb-nav .main-nav li{
display: none;
}
.fb-nav .main-nav li {
   display:none !important;
}
.design_feature .main-nav .fullscreen.round{
	display: block !important;
    margin-right: 0 !important;
    position: absolute;
    z-index: 99999;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 !important;
	    height: 100% !important;
    text-align: center;
}
.design_feature .flipbook-container .fb-nav.spread {
   width: 100%;
    margin-top: 0px !important;
    margin-bottom: 0!important;
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
}
.design_feature .side_pdf:last-child {
	margin-right: 0;
}
.design_feature .flipbook-container {
    margin: 0px 0 !important;
}
.design_feature {
    margin: 80px auto 0 !important;
	text-align:center;
}
.design_feature .flipbook {
    left: 0 !important;
    width: 147px !important;
}
.design_feature .side_pdf ul.main-nav {
   
	position: absolute;
    height: 100%;
    z-index: 9999;
    margin: 0;
    padding-left: 0;
}
.design_feature .fullscreen.round i.fa.fa-expand {
    padding-top: 56%;
}
li.fullscreen.round.active {
	display: block !important;
    position: fixed;
    top: 6%;
    right: 1%;
}







/*.design_feature .flipbook div.turn-page-wrapper>div {
   width: 140px !important;
    height: 190px !important;
}
   
    

.design_feature .flipbook {
   left: 0 !important;
    width: 147px !important;
    height:190px !important;
}

.design_feature .turn-page-wrapper {
    width: 147px !important;
    height: 190px !important;
    overflow: hidden;
}


.flipbook div.fb-shadow-bottom-left, .flipbook div.fb-shadow-bottom-right, .flipbook div.fb-shadow-top-left, .flipbook div.fb-shadow-top-right{
	display:none !important;
}
.design_feature .fb-page-content {
    height: 190px !important;
	width:147px !important
}
.design_feature .flipbook div.fb-inside-shadow-right {
    height: 190px !important;
}
.design_feature .flipbook .turn-page {
    height: 190px !important;
	width: 147px !important;
}*/


  
    

.design_feature .flipbook {
   left: 0 !important;
    width: 100% !important;
    height:190px !important;
}

.design_feature .turn-page-wrapper {
    width: 147px !important;
    height: 190px !important;
    overflow: hidden;
}


.flipbook div.fb-shadow-bottom-left, .flipbook div.fb-shadow-bottom-right, .flipbook div.fb-shadow-top-left, .flipbook div.fb-shadow-top-right{
	display:none !important;
}
.design_feature .fb-page-content {
    height: 190px !important;
	width:147px !important
}
.design_feature .flipbook div.fb-inside-shadow-right {
    height: 190px !important;
}
.design_feature .flipbook .turn-page {
    height: 190px !important;
	width: 147px !important;
}






/*.design_feature .flipbook, .design_feature .turn-page-wrappe, .design_feature .flipbook div.turn-page-wrapper>div, .design_feature .flipbook .turn-page, .design_feature .fb-page-content {
	height:150px !important;
}
*/







.our_team .right_text h6 {
    font-size: 26px;
    color: gray;
    font-weight: 600;
	margin:0;
	
}
.our_team .right_text span {
    color: gray;
    font-weight: 600;
    font-size: 15px;
	margin-bottom:25px;
	display:block;
}
.our_team .right_text p {
    color: #494949;
    line-height: 1.6;
    font-size: 16px;
    padding-top: 0;
	    margin: 0;
}
.our_team  .panel_item .right_text {
    width: 78%;
}
.our_team  .panel_item {
    margin: 0px 0 45px;
    border: 1px solid gray;
    padding: 14px;
}
.our_team .team_area {
    margin-top: 40px;
}
.our_team .team_area img {
    display: block;
}
.our_team .panel_item .left_img {
    width: 100%;
    max-width: 200px;
}
.our_team{
	margin-top: 40px;
}
.custom_check.wpcf7-not-valid {
    border: none !important;
}
.sick_content .copyright {
    text-align: left;
}
.sick_content .copyright p {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.sick_content {
    padding: 20px 0;
	display:none;
}
.checkbox span.wpcf7-not-valid-tip {
display: block !important;
}
.custom_cf7 .buttons.custom {
    width: 34.7%;
	margin-top: 25px;
}
.custom_cf7 {
    margin-top: 10px;
}
table td, td b  {
    font-weight: 300;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #494949;
}
table td b{
	font-weight:bold;
}
table tr strong {
    color: #494949;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 29px;
}
table span {
    text-decoration: none !important;
}
table {
    width: 100%;
}
.popmake p {
    font-size: 16px;
    color: #494949;
    font-weight: 500;
}
.popmake{
    border: none !important;
}
@media screen and (max-width:1500px) {
	.container{
	width:96%;
}
.container_small {
    width: 96%;
}
.nav {
    width: 87%;
}
.header_icon a {
	margin: 0 34px 0 0;
}
.map_addres .map {
	width: 69%;
	height: 485px;
}
.offices_team .wrapper {
	padding: 66px 76px 66px 96px;
}
.client_info .wrape {
	padding:66px 44px 66px 120px;
}
.map_addres hr {
	width: 74%;
}
.client_info .left_side_text {
	width: 55%;
}
.offices_team p, .our_sevices p, .client_info p, .reviews p {
    font-size: 17px;
}
.modern_facility hr{
    margin: 20px 0 20px;
}
.modern_facility a.office_btn{
    margin-top: 27px;
}
.header_icon .header_button a {
    margin: 0 0px 0 0;
}
.our_services .left_text {
    padding: 0px 0 0 0;
}
.page-sidebar .sidebar_detail {
	padding-top: 40px;
}
.panel_item .left_img img {
    display: block;
}
.custom_sec .first_img {
    width: 31%;
}
.custom_sec h3 {
    font-size: 37px;

}
.nav li a {
    padding: 20px 13px;
}
}

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



.header_container {
	padding: 12px 35px;
}
.nav li a {
    padding: 15px 15px;
    font-size: 12px;
}
.header_icon a {
	margin: 0 24px 0 0;
}
.banner_slider a.farbers {
    padding: 15px 7px;
}
.banner_slider a.services_btn {
    max-width: 187px;
}
.client_info .wrape {
	padding:66px 73px 66px 96px;
}
.offices_team p, .our_sevices p, .client_info p, .reviews p {
	font-size: 16px;
}
.client_info .left_side_text {
	width: 55%;

}
.map_addres .address {
    padding: 40px 49px 32px 49px;
    width: 30%;
}
.nav {
    padding-top: 8px;
}
.offices_team .left_line h4 {
    font-size: 25px;

}
.offices_team .padding {
    max-width: 199px;
}
.custom_sec .left_text {
    width: 27%;
}
.custom_sec .right_side {
    width: 69%;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 238px;
}
.custom_sec .padding {
    max-width: 162px;
}

.nav {
    width: 86%;
}
.map_addres .map {
    width: 69%;
    
}
}

@media screen and (max-width:1300px) {
	.header_container {
    padding: 12px 20px;
}
.nav {
    width: 85%;
}
.header_logo {
	padding: 101px 0 8px;
}
.header_icon {
	padding: 9px 0 0 0;
}
.nav li a {
    padding: 15px 11px;
    font-size: 12px;
}
.nav ul li ul a{
	padding: 8px 20px;
    font-size: 14px;
    line-height: 25px;
}
.banner_slider h2 {
	font-size: 40px;
}
.testimonils .reviews p {
	height: 173px;
	font-size: 16px;
}
.map_addres .map {
	width: 67%;
}
.map_addres .address {
	padding: 40px 20px 32px 60px;
}
.client_info h3 {
	font-size: 34px;
}
.client_info .wrape {
    padding: 66px 76px 66px 76px;
}
.testimonils .wrapper {
	padding: 60px 0%;
}
.offices_team .wrapper {
    padding: 66px 36px 66px 36px;
}
.offices_team h3, .our_sevices h3, .client_info h3, .testimonils .heading h3, .map_addres h3 {
    font-size: 35px;
    line-height: 49px;
}
.offices_team p, .our_sevices p, .client_info p, .reviews p {
    font-size: 15px;
}
.our_services .left_img, .our_services .vertical_align {
    height: 352px;
}
.our_services h4 {
    font-size: 29px;
}
.map_addres .map img {
    height: 493px;
}
.our_services .left_text {
    height: 746px;
}
.more_services .left_img:nth-child(3) .custom_padding, .more_services .left_img:nth-child(4) .custom_padding {
    max-width: 173px;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 225px;
}

.design_feature .flipbook {
    height: 181px !important;
}

.design_feature .cover_img {
    background-position: left 178px;
}

.library .single_product {
    margin-right: 37px;
}
/*.map_addres .map img {
    height: 550px;
}*/
}

@media screen and (max-width:1200px) {
.nav li a {
	padding: 20px 8px 20px 6px;
	font-size: 12px;
}
.nav ul li ul a{
    font-size: 13px;
    line-height: 22px;
}
.header_icon {
	padding: 17px 0 0 0;
}
.header_container {
	padding:12px 10px;
}

.banner_slider h2 {
	font-size: 37px;
}
.our_services h4 {
	 line-height: 31px;
    font-size: 25px;
}
.offices_team h3, .our_sevices h3, .testimonils .heading h3, .map_addres h3 {
	font-size: 32px;
}
.offices_team p, .our_sevices p, .client_info p {
	font-size: 15px;
}
.map_addres .address {
	width: 30%;
}
.testimonils .reviews p {
	font-size: 14px;
	    height: 188px;
}
.our_services .left_text {
	width: 32%;
}
.testimonils .wrapper {
	padding: 60px 15%;
}
.our_services .right_side {
	width: 63%;
}
.our_services .left_img, .our_services .vertical_align {
	height: 298px;
}

.client_info hr {
	margin: 15px 0 18px;
}
.client_info .left_side_text {
	padding-top: 0;
}
.map_addres .map {
	width: 62%;
}
.footer .social_icon {
	padding: 18px 0 0px;
}
.footer {
	padding: 12px 80px 19px;
}
.testimonils .heading hr {
	margin: 15px auto;
}

.more_services .left_img:nth-child(3) .custom_padding, .more_services .left_img:nth-child(4) .custom_padding {
    max-width: 148px;
}
.banner_slider .slider_image, .banner_slider, .banner_slider .vertical {
    height: 499px;
}
a.patient {
    padding: 9px 9px;
}

.our_services .left_text, .our_services .text_vertical {
    height: 637px;
}
.our_services .left_img:nth-child(4) .custom_padding {
    max-width: 157px;
}
.our_services .left_img:nth-child(3) .custom_padding {
    max-width: 180px;
}
.testimonils .wrapper {
    padding: 60px 7%;
}
.testimonils .heading h6 {
    font-size: 16px;
    padding-top: 10px;
}
.about_us p, .about_us .content ul, table.tablesaw tr {
	font-size: 15px;
}
.about_us h3 {
	font-size: 31px;
}
.breadcrumbs {
	padding: 6px 0;
}
.about_us .content h4, .page-sidebar h4 {
	font-size: 21px;
	padding: 6px 13px;
}
.page-sidebar h4 {
	padding: 6px 0px;
}
.page-sidebar .review p, .sidebar_detail a, .page-sidebar .location a, .services .page-sidebar li, .panel_item a {
	font-size: 15px;
}
.page-sidebar .location {
	padding: 20px 0 7px;
}
.page-sidebar .sidebar_detail {
	padding-top: 30px;
}
.services .panel_heading, .services .heading_panel {
    font-size: 15px;
}
.same_heading h2 {
    font-size: 43px;
}
p.disclaimer {
    margin: 29px 0 15px;
}
.panel_item .search_btn {
    padding-top: 57px;
}
.offices_team .left_line h4 {
    font-size: 24px;
}
.learn_more {
    font-size: 11px;
}
.offices_team .padding {
    width: 100%;
    max-width: 185px;
}
.library .wrape {
    padding: 63px 80px 20px;
}
.library_column {
    width: 27%;
}
.library_column:nth-child(2) {
    margin: 0 9.5%;
}
.contact h3 {
    font-size: 26px;
    line-height: 38px;
}
.contact .main_left_area img {
    height: 100%;
    width:100%;
}
.contact .sidebar_detail a{
	font-size:14px;
}
.custom_sec .right_side h4 {
    font-size: 17px;
}
.custom_sec .right_side .learn_more {
    font-size: 11px;
}
.custom_sec .padding {
    max-width: 137px;
}





.library .single_product {
    margin-right: 33px;
}
.contact .main_left_area {
    height: 728px;
}
.pdf_wrape.design_feature .turn-page-wrapper {
       width: 129px !important;
    height: 191px !important;
}
.design_feature .cover_img {
    background-position: left 178px;
	    background-size: cover;
}
.design_feature .side_pdf {
    margin: 0 19px 68px 0;
    height: 190px;
    width: 13%;
}
.design_feature .flipbook, .design_feature .flipbook .turn-page {
    height: 191px !important;
}
.design_feature .flipbook .turn-page {
    width: 130px !important;
}
.custom_check .wpcf7-list-item-label {
    width: 96%;
}
.custom_check .wpcf7-list-item {
    width: 72%;
    max-width: 100%;
    margin: 9px 0 0;
}
}
@media screen and (max-width:1100px) {
.banner_slider p {
	font-size: 18px;
}
.nav li a {
    padding: 20px 6px;
    font-size: 11px;
}
.header_container {
	padding: 12px 35px;
}
.banner_slider h2 {
	font-size: 33px;
}
.our_services .left_text {
	padding: 0px 15px;
}
.offices_team h3, .our_sevices h3, .testimonils .heading h3, .map_addres h3 {
	font-size: 28px;
	line-height: 42px;
}
.offices_team hr, .client_info hr, .testimonils .heading hr {
	width: 55%;
	margin: 16px 0;
}
.client_info hr {
	margin: 18px 0 20px;
}
.client_info .left_side_text {
	width: 51%;
	padding-top: 0px;
}
.client_info h3 {
    font-size: 33px;
}
.client_info .wrape {
	padding: 50px 50px 50px 50px;
}
.testimonils .reviews p {
	font-size: 13px;
	height: 141px;
}
.testimonils .reviews h4, .testimonils .reviews i {
	font-size: 14px;
}
.client_info p {
	font-size: 14px;
}
.testimonils .heading .star_img {
	padding: 14px 0 14px;
}
.testimonils .heading hr {
	margin: 18px auto;
}
.testimonils .heading {
	margin: 0 auto 30px;
}
.offices_team p, .our_sevices p, .client_info p {
	font-size: 14px;
}
.map_addres .address {
	width: 30%;
}
.map_addres, .map_addres h4, .map_addres p, .map_addres a {
	font-size: 16px;
}
.copyright p, .copyright a, .bottom_text a {
	font-size: 14px;
	margin: 5px 0;
}
.offices_team .wrapper {
	padding: 50px 50px 50px 50px;
}
.offices_team .first_img:nth-child(2) {
	margin-top: 23px;
}
.our_services .right_side {
	width: 66%;
}
.our_services .left_img {
	margin-bottom: 25px;
}
.map_addres iframe {
	height:463px;
}
.header_container {
    padding: 12px 0px;
}
.nav {
    width: 84%;
}
.banner_slider .slider_image, .banner_slider, .banner_slider .vertical {
    height: 397px;
}
.offices_team .left_line {
    height: 720px;
}
.our_services .left_img, .our_services .vertical_align {
    height: 269px;
}
.our_services .left_text, .our_services .text_vertical {
    height:563px;
}
.custom_padding {
    width: 100%;
    max-width: 138px;
}
.learn_more {
    font-size: 12px;
}
.offices_team a.office_btn, .client_info a.office_btn, .testimonils a.office_btn {
    max-width: 237px;
    padding: 13px 20px;
}
.our_services h4 {
    line-height: 26px;
    font-size: 22px;
}
.more_services .left_img:nth-child(3) .custom_padding, .more_services .left_img:nth-child(4) .custom_padding {
    max-width: 120px;
}
.more_services .left_img:hover h4 {
    margin-top: -85px;
}
.map_addres a.office_btn {
    width: 100%;
    max-width: 100%;
}
.header_icon {
    padding: 14px 0 0 0;
}


.breadcrumbs li {
	font-size: 13px;
}
.sidebar_form textarea {
	height: 113px;
}
.page-sidebar .sidebar_detail {
	padding-top: 50px;
}
.about_us p, .about_us .content ul, table.tablesaw tr {
	font-size: 14px;
}
.about_us p {
	margin: 5px;
}
.services p {
    margin: 0;
}
.page-sidebar p {
	margin: 0;
}
.page-sidebar .review p, .sidebar_detail a, .page-sidebar .location a, .services .page-sidebar li, .panel_item a {
	font-size: 14px;
}
.form_heading h6 {
	font-size: 15px;
}
.about_us h3 {
	font-size: 30px;
}

.same_heading h2 {
    font-size: 40px;
    line-height: 40px;
}
.panel_item .search_btn {
    padding-top: 43px;
}
.services .panel_heading, .services .heading_panel {
    font-size: 14px;
}
p.disclaimer {
    margin: 23px 0 10px;
}
.offices_team .first_img {
    height: 288px;
}
.offices_team .first_img:nth-child(2) {
    height: 409px;
}
.offices_team .left_line h4 {
    font-size: 20px;
}
.offices_team .padding {
    max-width: 158px;
}
.library .single_product h5 {
    font-size: 14px;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 215px;
}
.custom_sec .first_img:nth-child(2), .custom_sec .first_img:nth-child(5), .custom_sec .first_img:nth-child(8) {
    margin-right: 11px;
    margin-left: 11px;
}
.custom_sec .first_img {
    width: 32%;
    margin-bottom: 10px;
}






.library .single_product {
    margin-right: 29px;
}

.contact h3 {
    font-size: 26px;
}
.design_feature .cover_img {
    background-size: contain;
}
.design_feature .flipbook,  .design_feature .flipbook .turn-page {
    height: 150px !important;
}
.our_team .right_text h6 {
    font-size: 23px;
}
.our_team .right_text p {
    font-size: 14px;
}
.our_team .panel_item .right_text {
    width: 75%;
}
.map_addres .map {
    height:478px;
}
.map_addres .map img {
    height: 100%;
}
.contact .page-sidebar .sidebar_detail {
    height: 121px;
}
.design_feature .side_pdf {
    height: 190px;
    width: 15%;
}
}

@media screen and (max-width:1000px) {
.header_icon a {
	margin: 0 14px 0 0;
}
.header_container {
	padding: 12px 0px;
}
.nav li a {
	padding: 20px 9px;
	font-size: 11px;
}
.nav li a {
    padding: 20px 5.8px;
    font-size: 11px;
    letter-spacing: 0px;
}
.banner_slider h2 {
    font-size: 29px;
    line-height: 39px;
    letter-spacing: 1px;
}
.nav {
    width: 83%;
}
.offices_team .wrapper {
    padding: 50px 40px 50px 40px;
}
.banner_slider p {
	font-size: 14px;
}
.offices_team hr, .client_info hr {
    margin: 22px 0;
}
.offices_team h3, .our_sevices h3, .testimonils .heading h3, .map_addres h3, .client_info h3 {
	font-size: 24px;
    line-height: 38px;
}
.our_services h4 {
	font-size: 24px;
}
.client_info .wrape {
	padding:50px 40px 50px 40px;
}
.client_info .left_side_text {
	width: 52%;
}
.offices_team a.office_btn, .client_info a.office_btn, .testimonils a.office_btn {
	max-width: 263px;
}
.client_info .simple_links {
	padding-top: 8px;
}
.map_addres .address {
    width: 30%;
    padding: 40px 20px 32px 36px;
}
.offices_team p, .our_sevices p, .client_info p {
	font-size: 13px;
    line-height: 21px;
}
.testimonils .reviews {
	padding: 34px;
}
.testimonils .reviews p {
	height: 133px;
	font-size: 16px;
}
.map_addres .map {
	width: 61%;
}
.banner_slider .slider_image, .banner_slider, .banner_slider .vertical {
	height: 350px;
}

.offices_team .first_img:nth-child(2) {
	height: 377px;
}
.our_services .left_text, .our_services .text_vertical {
	height: 563px;
}
.our_services a.office_btn {
	font-size: 12px;
}
.our_services .wrapper {
	padding: 50px 40px 50px 40px;
}
.ft_logo {
	max-width: 302px;
}
.our_services .left_img:nth-child(3) .custom_padding {
    max-width: 184px;
}
.footer .social_icon {
    padding: 15px 0 0px;
}
a.patient {
    padding: 9px 14px;
    font-size: 11px;
	letter-spacing: 0.5px;
}
.banner_slider a.services_btn {
    max-width: 171px;
    padding: 11px 0px;
}
.offices_team .left_line {
    height: 694px;
}
.offices_team .first_img {
    height: 294px;
}
.testimonils .wrapper {
    padding: 42px 7%;
}
.offices_team .left_text {
    width: 30%;
}
.map_addres a.office_btn {
    width: 100%;
    max-width: 100%;
    font-size: 11px;
}


.about_us h3 {
	font-size: 29px;
}
.about_us .row {
	padding-top: 6px;
}
.form_heading h6 {
	font-size: 14px;
}
.page-sidebar a.new_york {
	padding: 12px 17px;
}
.about_us .content {
	margin-top: 15px;
}
.about_us .staff-owl .content {
	margin-top: 0px;
}
.our_office h3 {
	font-size: 27px;
}
.services .page-sidebar {
    width: 26.4%;
}
/*.services .main_left_area {
    width: 71%;
}*/
.panel_item .search_btn {
    padding-top: 18px;
}
.table_hours {
    margin-top: 17px;
}
.our_office .half_side h3 {
    text-transform: capitalize;
    font-size: 43px;
}
.our_office .right_heading h4 {
    font-size: 26px;
}
.our_office .half_side .panel h6 {
    font-size: 27px;
}
.our_office .half_side p, .our_office .half_side ul{

	font-size:14px;
	padding-top: 13px;
}
.text_bar {
    padding-top: 6px;
}
.our_office .half_side .custom_heading p {
    padding-top: 14px;
}
.our_office .text_box:nth-child(1) p {
    padding-top: 30px;
}
.library .wrape {
    padding: 63px 20px 20px;
}
.offices_team .left_text {
    width: 27%;
}
.custom_sec .right_side {
    width: 71%;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 210px;
}
.custom_sec .first_img {
    width: 31.9%;
    margin-bottom: 10px;
}
.library .single_product {
    margin-right: 30.4px;
}
.design_feature .cover_img {
    background-position: left 181px;
}
.pdf_wrape.design_feature .turn-page-wrapper {
    width: 138px !important;
    height: 188px !important;
}
.design_feature .side_pdf {
    height: 190px;
    width: 17%;
    margin: 0 19px 51px 0;
}

.fa-expand:before {
    font-size: 18px;
}
.our_team .panel_item .left_img {
    max-width: 186px;
}
.our_team .right_text h6 {
    font-size: 22px;
}
.our_team .right_text span {
    font-size: 13px;
}
.our_team .right_text p {
    font-size: 13px;
	padding-top: 18px;
}
.design_feature {
    margin: 50px auto 0 !important;
}
.design_feature .flipbook, .design_feature .flipbook .turn-page {
    height: 189px !important;
}
.custom_check .wpcf7-list-item-label {
    width: 95%;
}
}
@media screen and (min-width:901px) {
	.nav ul li:hover > ul {
    display: block !important;
}
	
}

@media screen and (max-width:900px) {
.header_logo {
   
    padding: 88px 0 7px;
}
.sticky .close-btn {
    /* left: 0; */
    right: 374px;
}
.header_container {
	padding: 16px 0;
}
.nav li a {
	padding: 20px 10px;
	font-size: 11px;
}
.banner_slider h2 {
	line-height: 34px;
}
.banner_slider p {
    font-size: 14px;
    line-height: 22px;
}
.banner_slider .slider_image, .banner_slider, .banner_slider .vertical {
    height: 330px;
}
.our_services .left_text {
	padding: 20px 9px;
}
.map_addres, .map_addres h4, .map_addres p, .map_addres a {
	font-size: 14px;
}
.our_services a.office_btn {
	margin-top: 30px;
	font-size: 10px;
}
.client_info .wrape {
	padding: 36px 40px 50px 40px;
}
.client_info .left_side_text {
    width: 50%;
}
.testimonils .heading span {
	font-size: 17px;
}
.testimonils .reviews p {
	height: 131px;
	line-height: 24px;
	font-size: 14px;
}
.testimonils .reviews {
	padding: 20px;
}

.testimonils a.office_btn {
	margin: 14px auto 0;
}
.testimonils .heading .star_img {
	padding: 9px 0 9px;
}
.testimonils .heading h5 {
	font-size: 21px;
}
.offices_team .left_text {
    width: 100%;
    float: none;
}
.our_services .left_text, .our_services .text_vertical {
    height: auto;
	padding: 0;
}
.our_services h4 {
    font-size: 24px;
}


.offices_team a.office_btn, .client_info a.office_btn, .testimonils a.office_btn {
    max-width: 209px;
    margin-top: 20px;
		font-size: 10px
}
.client_info .simple_links {
    width: 53%;
}
.map_addres .address {
	width: 30%;
}
.ft_logo {
	max-width: 300px;
}
.footer {
	padding: 4px 80px 13px;
}
.offices_team p, .our_sevices p, .client_info p {
	font-size: 13px;
}
.offices_team .first_img {
    height: 228px;
}
.offices_team h3, .our_sevices h3, .testimonils .heading h3, .map_addres h3, .client_info h3 {
    line-height: 30px;
    font-size: 28px;
}
.more_services .left_img p {
    padding: 0 17px;
}

.offices_team hr, .client_info hr  {
    width: 19%;
	margin: 14px 0;
}



.offices_team .first_img:nth-child(2) {
    height: 332px;
}
.our_services .left_img, .our_services .vertical_align {
	height: 295px;
}
.client_info .left_side_img {
    width: 311px;
    padding-top: 11px;
}
.close-btn {
	display: none;
}
.open-btn, .close-btn {
	background-repeat: no-repeat;
	background-size: cover;
	height: 21px;
	position: absolute;
}
.close-btn {
	background-image: url(../images/close_btn.png);
	width: 21px;
	top: 24px;
	   right: 18%
}
.open-btn {
	background-image: url(../images/menu_btn.png);
	top: 27px;
	width: 33px;
	right: 19px;
}
.nav li {

	display: block;
	float: none;
}
.nav ul li a {
	color: #fff;
	font-size: 14px;
}
.nav ul li ul {
	position: relative;
	z-index: 99;
	padding: 12px 0 0;
	min-width: 177px;
	height: 100%;
}
.nav ul li ul a {
	background-color: #9ea538;
	font-size: 14px;
}
.nav ul li ul a {
    line-height: normal;
    padding: 19px 19px 17px;
}
.nav.open {
	right: 0px;
	visibility: visible;
	opacity: 1;
	display: block;
}
.nav {
	position: fixed;
	width: 50%;
	right: -651px;
	top: 0;
	padding: 20px 0 0 27px;
	text-align: left;
	background: #2099b6;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: 1s;
	z-index: 99;
	flex: 0 0 100%;
}
body.opennav {
	left: -34%;
	overflow: hidden;
	right: 40%;
}
body.opennav .nav {
	right: 0;
}
body {
	height: auto;
	left: 0;
	line-height: 1.6;
	position: relative;
	right: 0;
	top: 0;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.header_icon {
	float:left;
	width: 23%;
	padding: 0;
}
a.patient {
    padding: 9px 7px;
    font-size: 12px;
    letter-spacing: 1px;
}
.header__nav-toggle {
	float: right;
	width: 7%;
	cursor: pointer;
}
.header_icon .social_icon a {
	width: 29px;
	margin: 0 14% 0 14%;
	height: 28px;
}
.nav li.menu-item-has-children:after {
	    content: "+";
    color: #fff;
    position: absolute;
    top: 5px;
    right: 17px;
    font-size: 33px;
}
.nav li.menu-item-has-children.open:after {
	content: "-";
    color: #fff;
    position: absolute;
    top: -11px;
    right: 17px;
    font-size: 49px;
}
.nav ul li:hover > ul {
	display: none;
}
.map_addres iframe {
	height: 423px;
}
.map_addres .map {
    width: 58%;
    height: 423px;
}
.map_addres .map img {
    height: 100% !important;
}
.our_services .left_img:nth-child(3) .custom_padding {
    max-width: 158px;
}
.custom_padding {
    max-width: 135px;
}
.our_services .left_img:nth-child(4) .custom_padding {
    max-width: 148px;
}
.more_services .left_img:hover h4 {
	margin-top: -109px;
}
.offices_team .right_side {
    float: none;
    width: 100%;
	padding-top: 31px;
}
.offices_team .left_line {
    height: 583px;
}
.our_services .left_img:nth-child(3) .custom_padding {
    max-width: 179px;
}
 .our_services .left_img:nth-child(4) .custom_padding{
	 max-width: 160px;
 }
 .banner_slider .vertical {
    width: 42%;
    padding: 20px 18px;
}
.client_info .left_side_img {
	float:none;
    padding-top: 11px;
    width: 53%;
}
.client_info .left_side_text {
    width: 100%;
    margin: 33px 0 0 0;
}
.testimonils .heading h6 {
    font-size: 16px;
    padding-top: 4px;
}
.testimonils .heading hr {
    width: 38%;
}
.map_addres a.office_btn {
    font-size: 10px;
    padding: 15px 11px;
}
.footer .social_icon {
    padding: 15px 0 0px;
}


.about_us h3 {
	font-size: 27px;
	line-height: 36px;
}
.our_office h3, .services h3 {
	font-size: 24px;
}
.page-sidebar h5 {
	font-size: 23px;
}
.page-sidebar .starts {
	margin-top: 3px;
	margin-bottom: 3px;
}
.form_heading h6 {
	font-size: 13px;
	padding: 8px 10px;
}
.sidebar_form input, .sidebar_form textarea {
	font-size: 14px;
}
.about_us .content h4, .page-sidebar h4 {
	font-size: 19px;
	padding: 5px 7px;
}
.page-sidebar h4 {
	padding: 5px 0px;
}
.page-sidebar a.new_york {
	padding: 12px 11px;
	font-size: 13px;
}
.about_us .page-sidebar {
	width: 25%;
}
.same_heading h2 {
    font-size: 35px;
}
.services .page-sidebar {
    width:27.5%;
}
/*.services .main_left_area {
    width: 70%;
}*/
.services .heading_panel, .services .panel_heading {
    padding-right: 10px;
    padding-left: 37px;
}
.main_left_area .heading_panel, .main_left_area .panel_heading {
    padding-right: 14px;
    padding-left: 14px;
}
.panel_heading:before, .heading_panel:before {
    left: 13px;
}
.panel_item .right_text p {
    line-height: 20px;
}
.panel_item .search_btn {
    padding-top: 13px;
}
.panel_item h6 {
    margin: 4px 0 8px;
}
.about_us p, .about_us .content ul, table.tablesaw tr {
    font-size: 12px;
}
.reviews_btn, .new_york {
    padding: 11px 20px;
}
.services .panel_heading, .services .heading_panel {
    font-size: 13px;
}
.text_content p {
    font-size: 14px;
}
.document .info a {
    font-size: 17px;

}
.resource_content {
    padding: 5px 0 99px 0;
}
.header_container {
    height: 73px;
	
}
.opennav .header_container {
    left: -34%;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.our_office .half_side h3 {
    font-size: 34px;
}
.our_office .half_side p, .our_office .half_side ul {
    font-size: 13px;
    line-height: 24px;
}
.our_office .half_side .panel h6 {
    font-size: 23px;
    padding: 14px 44px;
}
.our_office .half_side .panel h6 {
    font-size: 22px;
    padding:8px 7px;
	
}
.our_office .panel_body {
    padding: 0 20px 15px
}
.our_office .left_text {
    width: 40px;
    height: 40px;
    border-radius: 52px;
	margin-right: 10px;
}
.our_office .right_heading h4 {
    font-size: 22px;
}
.our_office .text_box {
    padding-bottom: 17px;
}
.our_office .half_side .custom_heading p {
    padding-top: 14px;
    line-height: 20px;
}
.library .single_product h5 {
    font-size: 13px;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 228px;
}
.custom_sec .first_img {
    width: 32%;
}







.library .single_product {
    width: 20%;
	margin-right: 34px;
}
.library .single_product:nth-child(14n + 5), .library .single_product:nth-child(14n + 10) {
   margin-right: 34px;
    float: left;
}

.library .single_product:nth-child(14n + 4), .library .single_product:nth-child(14n + 8), .library .single_product:nth-child(14n + 12){
	  margin-right: 0x;
    float: right;
}


.contact h3 {
    font-size: 24px;
    line-height: 30px;
}
.contact .form_heading h6{
	font-size: 22px;
}
.sidebar_form textarea {
    height: 100px;
}
.contact .page-sidebar .sidebar_detail {
    padding-top: 0;
}
.contact .main_left_area {
    height: 685px;
}
section.about_us{
    padding-top: 20px;
}
.design_feature .flipbook {
    width: 100% !important;
}
.design_feature .cover_img {
    background-position: left 165px;
}
.pdf_wrape.design_feature .turn-page-wrapper {
    width: 100% !important;
    height: 170px !important;
}
.design_feature .side_pdf {
     margin: 0 11px 82px 0;
    height: 170px;
    width: 15%;
}
.design_feature .flipbook {
    height: 170px !important;
}
.design_feature .flipbook .turn-page{
	 height: 170px !important;
}
.design_feature .fb-page-content {
    height: 170px !important;
    width: 100% !important;
}
.design_feature .fullscreen.round i.fa.fa-expand {
    padding-top: 63%;
}
.our_team .panel_item .left_img {
    max-width: 166px;
}
.our_team .right_text h6 {
    font-size: 21px;
}
.our_team .right_text p {
    font-size: 12px;
    padding-top: 12px;
}
.contact .page-sidebar .sidebar_detail {
    height: 109px;
}
}

@media screen and (max-width:800px) {
.offices_team .left_text {
	float: none;
	width: 100%;
}
.client_info .left_side_img {
	width: 53%;
}
.map_addres .address {
	width: 100%;
	float: none;
	padding: 40px 30px 32px 30px;
}
.map_addres .map {
	width: 100%;
	float: none;
}
.map_addres .extra {
	width:100%;
	float:none;
	padding: 40px 30px 32px 30px;
}
.banner_slider p {
	font-size: 14px;
	line-height: 22px;
}
.map_addres hr {
	width: 38%;
}
.client_info .simple_links {
	width: 50%;
}
.testimonils .reviews {
	padding: 21px;
}
.map_addres iframe {
	height: 345px;
}
.map_addres h4 {
	margin-top: 16px;
}
.offices_team .left_line {
	margin-left: 0;
	width: 38%;
}
.average_rating.total {
    max-width: 148px;
}
.average_rating {
    max-width: 168px;
}
.map_addres a.office_btn {
    max-width: 260px;
}
.map_addres .map img {
    height: auto;
}
.about_us h3 {
	font-size: 25px;
}
.our_office h3 {
	font-size: 23px;
}
.page-sidebar .sidebar_detail {
	padding-top: 28px;
}
.page-sidebar .location {
	padding: 28px 0 7px;
}
.services p.disclaimer {
    margin-top: 22px;
}
.panel_item .right_text p {
    font-size: 13px;
}

.services .heading_panel, .services .panel_heading {
    padding-right: 8px;
    padding-left: 30px;
}
.main_left_area .heading_panel, .main_left_area .panel_heading {
    padding-right: 8px;
    padding-left: 17px;
}
.panel_heading:before {
    top: 9px;
}
.group_panel {
    padding-bottom: 19px;

}
.panel_heading:before, .heading_panel:before {
    left: 7px;
}
.panel_item a.resaerch_btn {
    font-size: 10px;
}
.panel_heading:before, .heading_panel:before {
    left: 7px;
    top: 8px;
}
.library_column {
    width: 28%;
}
.library_column:nth-child(2) {
    margin: 0 8%;
}
.library .single_product .text {
    padding: 15px 0 33px;
}
.cf7_left, .custom_cf7 .buttons.custom {
    width: 45%;
}
.custom_check .wpcf7-list-item {
    width: 94%;
}
.custom_check .wpcf7-list-item-label {
    width: 96%;
}
}
@media screen and (max-width:767px) {
	.nav {
    width: 51%;
	}
	.wpcf7 .main_wrap {
    margin-top: 15px;
}
body.opennav {
	left: -44%;
}
.header_icon a {
	margin: 0 17% 0 10%;
}
.nav ul li a {
	font-size: 13px;
	padding: 15px 10px;
}
.nav ul li ul a {
	font-size: 13px;
}

.header_logo blockquote, .header_logo blockquote p {
    font-size: 14px;
    margin: 0px 0 0 0;
}
.header_logo img {
    max-width: 270px;
}
.header_container {
    height: 74px;
}
.banner_slider .vertical {
	padding: 20px 70px;
	width: 100%;
	left: 0;
}
.offices_team a.office_btn, .client_info a.office_btn, .testimonils a.office_btn, .map_addres a.office_btn {
	font-size: 12px;
}
.our_services a.office_btn {
	margin-top: 18px;
}
.offices_team hr, .client_info hr, .map_addres hr {
	width: 35%;
}
.our_services .left_img, .our_services .vertical_align {
	height: 253px;
}
.testimonils .reviews {
	padding: 18px;
}
.testimonils .reviews p {
	height: 146px;

	line-height: 21px;
	font-size: 14px;
}
.testimonils .reviews h4, .testimonils .reviews i {
	font-size: 14px;
}
testimonils .heading hr {
	margin: 12px auto;
}
.testimonils .owl-dots {
	padding-top: 17px;
}
 .offices_team .first_img {
	height:193px;
}
.offices_team .first_img:nth-child(2) {
	height: 262px;
}
.offices_team .first_img:nth-child(2) {
	margin-top: 19px;
}
.our_services h4 {
	font-size: 20px;
}
.map_addres h4 {
	margin-top: 7px;
}
.copyright p, .copyright a, .bottom_text a {
	font-size: 12px;
	margin: 3px 0;

}
.copyright p, .copyright a {
    font-size: 14px;
}
.map_addres .map {
    height: 401px;
}
.footer .social_icon {
	padding: 20px 0 11px;
}
.footer {
	padding: 26px 0px 9px;
}

.bottom_text h5 {
	margin-left: 28px;
}
.header_icon {
    float: none;
    width: 27%;
}
.testimonils .wrapper {
    padding: 40px 6%;
}
.banner_slider a.farbers {
    max-width: 196px;
}
.offices_team .left_line {
    height: 474px;
}
.client_info .left_side_img {
    width: 63%;
}
.custom_padding {
    max-width: 112px;
}
.our_services .left_img:nth-child(3) .custom_padding {
    max-width: 159px;
}
.our_services .left_img:nth-child(4) .custom_padding {
    max-width: 137px;
}
.banner_slider .owl-prev, .banner_slider .owl-next {
    background: url(../images/slider-icons-wh.png) no-repeat;
	background-size: cover;
	background-position: left bottom;
    width: 19px;
    height: 33px;
    top: 44%;
}
.banner_slider .owl-next {
    right: 13px;
    background-position: left top;
    left: inherit;
}
.nav li.menu-item-has-children:after {
    top: -1px;
}
.nav li.menu-item-has-children.open:after {
    top: -17px;
}



.about_us .main_left_area {
	width: 100%;
	float: none;
}
.about_us .page-sidebar {
	width: 100%;
	float: none;
	margin-top: 33px;
}
.form_heading h6 {
	font-size: 15px;
}
.about_us .content h4, .page-sidebar h4 {
	padding: 5px 0;
	font-size: 21px;
}
.sidebar_form input, .sidebar_form textarea {
	font-size: 15px;
}
.sidebar_form textarea {
	height: 110px;
}
.page-sidebar iframe {
	height: 220px;
}
.table_hours {
	margin-top: 12px;
}
.our_office h3 {
	font-size: 19px;
}
.about_us.our_office {
	padding-bottom: 28px;
}
.same_heading {
    margin: 0 0 0;
}
.same_heading h2 {
    font-size: 33px;
    padding-bottom: 10px;
}
.services .panel_heading, .services .heading_panel {
    font-size: 15px;
}
.services .main_left_area {
    width: 100%;
    margin-top: 30px;
}
.services .page-sidebar {
    width: 100%;
    margin-top: 20px;
}
.page-sidebar a.new_york {
    margin: 0px 0 0 0;
	max-width: 262px;
}
.panel_heading:before, .heading_panel:before {
    left: 7px;
    top: 10px;
}
.text_content p {
    font-size: 13px;
    margin: 16px 0 15px;
}
.document .info a {
    font-size: 16px;
}
.document .info {
    float: left;
    padding: 35px 0 0 0;
}
.resource_content {
    padding: 5px 0 61px 0;
}
.close-btn {
    right: 9%;
}
.opennav .header_container {
    left: -44%;
}
.our_office .half_side {
    width: 100%;

    float: none;
}
.our_office .half_side p, .our_office .half_side ul {
    font-size: 14px;
}
.our_office .half_side .panel h6 {
    font-size: 26px;
   /* padding: 8px 44px;*/
}
.our_office .panel_heading.toggle_up:before {
    top: 11px;
}
.our_office .panel_heading:before {
    top: 17px;
}
.our_office .half_side:nth-child(2) {
    float: none;
    margin-top: 30px;
}
.our_office .right_heading h4 {
    font-size: 24px;
}
.our_office .half_side .row {
    margin-top: 22px;
}
.our_office .half_side .custom_heading p {
    line-height: 24px;
}
.library .wrape {
    padding: 51px 10px 20px;
}
.library_column:nth-child(2) {
    margin: 0 5%;
}
.library_column {
    width: 30%;
}
.library .single_product h5 {
    font-size: 12px;
}
.map_addres {
    margin-bottom: 0px;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 178px;
}
.custom_sec .first_img {
    width: 31.9%;
}
.custom_sec .padding {
    max-width: 133px;
}
.custom_sec .first_img:hover h4 {
    margin-top: -48px;
}
.library .single_product {
    width: 20%;
    margin-right: 29px;
}
.library .single_product:nth-child(14n + 5), .library .single_product:nth-child(14n + 10) {
    margin-right: 29px;
}


.contact .main_left_area {
    float: none;
    height: 450px;
    width: 100%;
}
.contact .page-sidebar {
    margin-top: 0;
}
.design_feature .flipbook {
    left: 0 !important;
    width: 100% !important;
}
.design_feature .side_pdf {
    height: 150px;
    width: 15%;
}
.design_feature .cover_img {
    background-position: left 144px;
}
.pdf_wrape.design_feature .turn-page-wrapper {
    width: 112px !important;
    height: 150px !important;
}
.design_feature .fullscreen.round i.fa.fa-expand {
    padding-top: 63%;
}
.design_feature .flipbook-container {
    margin: 0px 0 !important;
    padding: 0;
}
.design_feature .flipbook, .design_feature .flipbook .turn-page {
    height: 150px !important;
}
.our_team .panel_item .right_text {
    width: 100%;
    float: none;
}
.our_team .panel_item .left_img {
	padding-right:20px
}
.our_team .panel_item .left_img {
    max-width: 100%;
    width: auto;
}
.panel_item .right_text p {
    font-size: 12px;
}
.contact .page-sidebar .sidebar_detail {
    height: auto;
}
.cf7_left, .custom_cf7 .buttons.custom {
    width: 44%;
}
.our_team .team_area, .custom_cf7, .design_feature {
    margin-top: 18px;
}
.design_feature .fb-page-content {
    height: 159px !important;
    width: 100% !important;
}
.download_pdf {
    font-size: 17px;
}
table tr strong {
    font-size: 25px;
}
table td, td b {
    font-size: 15px;
    width: 173px !important;
}
.custom_check .wpcf7-list-item-label {
    width: 95%;
}
}

@media screen and (max-width:650px) {
body.opennav, .opennav .header_container {
    left: -42%;
}
.nav {
	width: 57%;
}
.header_icon a {
	margin: 0 18% 0 10%;
	width: 25px;
}
.header_icon .header_button a {
	margin:0;
    width: 100%;
}
.header_icon {
    float: none;
    width: 31%;
}
.open-btn {
    top: 28px;
}
.banner_slider .slider_image, .banner_slider, .banner_slider .vertical {
	height: 286px;
}
.offices_team .wrapper {
    padding: 40px 40px 40px 40px;
}
.offices_team .first_img {
    height: 163px;
}
.banner_slider h2 {
	font-size: 17px;
	line-height: 28px;
}
.banner_slider .vertical {
	padding: 20px 63px;
}
.banner_slider p {
	font-size: 14px;
}
.banner_slider a.services_btn {
	padding: 12px 0px;
}
.offices_team h3, .our_sevices h3, .testimonils .heading h3, .map_addres h3, .client_info h3 {
	font-size: 23px;
	line-height: 21px;
}
.offices_team a.office_btn {
	margin-top: 15px;
}
.offices_team hr, .client_info hr {
	margin: 15px 0;
}
.offices_team a.office_btn, .client_info a.office_btn, .testimonils a.office_btn {
	max-width: 224px;
}
.offices_team p, .our_sevices p, .client_info p {
	font-size: 12px;
}
.client_info .left_side_img {
	    width: 91%;
}
.testimonils .reviews {
	padding: 6px;
}
.testimonils .reviews p {
    line-height: 23px;
    height: 158px;
    font-size: 13px;
}
/*.footer {
	padding: 26px 25px;
}*/
.map_addres iframe {
	width: 100%;
	height: 292px;
}
.testimonils .heading h6 {
    font-size: 17px;
	  padding-top: 0;
}
.testimonils .heading h5 {
    font-size: 17px;
}
.offices_team .first_img:nth-child(2) {
    margin-top: 20px;
}
.our_services .left_img:nth-child(3){
	margin-bottom:20px;
}
.offices_team .first_img:nth-child(2) {
	height: 193px;
}
.our_services .left_img, .our_services .vertical_align {
    height: 213px;
    margin-bottom: 17px;
}
.our_services h4 br {
	display: none;
}
.footer .social_icon {
    padding: 7px 0 0px;
}
.offices_team a.office_btn, .client_info a.office_btn, .testimonils a.office_btn {
    max-width: 180px;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 12px 20px;
}

.offices_team .left_line {
    height: 377px;
}
.more_services .left_img p {
    top: 58%;
}
.client_info .simple_links {
    width: 66%;
}
.our_services .left_img:hover h4 {
    margin-top: -55px;
}
.our_services .left_img:nth-child(3) .custom_padding {
    max-width: 109px;
}
.our_services .left_img:nth-child(4) .custom_padding {
    max-width: 96px;
}



.same_heading h3 {
    font-size: 22px;
}
.same_heading h2 {
    font-size: 31px;
    padding-bottom: 6px;
}
.services .heading_panel, .services .panel_heading {
    padding-right: 8px;
    padding-left: 33px;
}
.main_left_area .heading_panel, .main_left_area .panel_heading {
    padding-right: 8px;
    padding-left: 17px;
}
.close-btn {
    right:17%;
}
.offices_team .left_line h4 {
    font-size: 17px;
}
.offices_team .padding {
    width: 100%;
    max-width: 137px;
}
.learn_more {
    font-size: 10px;
}
.offices_team .left_img:hover h4, .offices_team .left_line:nth-child(1):hover h4, .offices_team .first_img:hover h4 {
    margin-top: -38px;
}
.library_column:nth-child(even) {
    float: none;
    margin: 0;
}
.library_column {
    width: 100%;
    float: none;
}
.footer .social_icon a {
    height: 31px;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 147px;
}
.custom_sec .first_img {
    width: 30.9%;
}
.custom_sec .right_side h4 {
    font-size: 14px;
}
.custom_sec .padding {
    max-width: 106px;
}
.design_feature .fa-expand:before {
    font-size: 16px;
}
.design_feature {
    margin: 61px auto 0 !important;
}
.design_feature .side_pdf {
    width: 16%;
}
.map_addres .map {
    height: 361px;
}
.contact .main_left_area {
    height: 330px;
}

.design_feature{
	margin-top: 18px !important;
}
.download_pdf {
    margin-bottom: 20px;
    margin-top: 9px;
}
table tr strong {
    font-size: 22px;
}
table td, td b {
    font-size: 14px;
    width: 173px !important;
}
.ticker_div {
    font-size: 14px;
}
}
@media screen and (max-width:600px){
.testimonils .owl-stage {
	left: 0px;
}
.testimonils .reviews p {
    height: 94px;
}
.cf7_left, .custom_cf7 .buttons.custom {
    float: none;
    width: 100%;
    margin-right: 0;
}
.custom_check .wpcf7-list-item {
    width: 100%;
}
.custom_check .wpcf7-list-item-label {
    width: 94%;
	font-size: 13px;
}
}
@media screen and (max-width:550px) {
	.offices_team .left_line{
	height: 224px;
	margin-left: 0;
}

.offices_team .left_line {
	float: none;
	width: 100%;
	margin-bottom: 12px
}

.offices_team .overlay.opacity, .offices_team .first_img {
	height: 224px;
}
.offices_team .left_line:nth-child(2) {
	float: none;
	width: 100%;
	height: auto;
	    margin-bottom: 0;
}
.our_services .left_img {
	width: 100%;
	float: none;
}
.our_services .left_img:nth-child(even) {
	float: none;
}
.offices_team .left_line {
   height: 241px;;
}
.offices_team .wrapper {
    padding: 43px 20px;
}
body.opennav, .opennav .header_container {
	left: -54%;
}
.nav {
	width: 61%;
	padding: 5px 0 0 15px;
}
.header_icon a {
	margin: 0 21% 0 4%;
	width: 24px;
}
.nav li a {
	padding: 13px 10px;
	font-size: 13px;
}
.our_services .left_text, .our_services .text_vertical {
    height: auto;
}
.banner_slider .slider_image, .banner_slider, .banner_slider .vertical {
	height: 254px;
}
.banner_slider h2 {
	font-size: 22px;
	line-height: 22px;
}
.banner_slider a.services_btn {
    padding: 9px 0px;
    max-width: 145px;
    font-size: 11px;
}
.banner_slider a.services_btn.farbers {
    padding: 9px 0px;
    max-width: 181px;
}
.banner_slider p {
	font-size: 14px;
	line-height: 18px;
}


.banner_slider .vertical {
	width: 100%;
	left: 0;
	padding: 20px 47px;
}
.header_logo blockquote, .header_logo blockquote p {
    font-size: 17px;
}
.header_logo img {
	max-width: 230px;
	display: block;
}
.offices_team h3, .our_sevices h3, .testimonils .heading h3, .map_addres h3, .client_info h3 {
	font-size: 26px;
}
.our_services .left_img, .our_services .vertical_align {
	height: 250px;
	margin-bottom: 13px;
}
.our_services .left_text {
	padding: 0 0;
}
.client_info .left_side_text {
    text-align: center;
}
.client_info hr {
    margin: 15px auto;
}
.client_info .simple_links {
    width: 66%;
    margin: 0 auto;
	padding-top: 14px;
}
.testimonils .heading hr {
	margin: 14px auto;
	width: 60%;
}
.ft_logo {
	max-width: 220px;
}
.footer .social_icon {
	padding: 11px 0 0;
}
.map_addres iframe {
	height: 235px;
}
.footer {
	padding: 16px 0px 9px;
}
.testimonils .wrapper {
    padding: 40px 6%;
}
.our_services h4 br {
    display: none;
}
.custom_padding {
    max-width: 151px;
}
.our_services .left_img:hover h4 {
    margin-top: -74px;
}
.client_info .wrape {
    padding: 30px 20px;
}
.client_info .left_side_img {
    width: 100%;
}
.header_icon {
    width: 39%;
}

.testimonils .wrapper {
    padding: 40px 0%;
}
.testimonils .reviews p {
    line-height: 23px;
    height: auto;
}
.banner_slider .owl-prev, .banner_slider .owl-next {
    width: 15px;
    height: 26px;
}
.offices_team .first_img:nth-child(2) {
    height: 248px;
    margin-top: 12px;
}
.our_services h4 {
    font-size: 26px;
}
.client_info a.office_btn{
    max-width: 199px;
    margin: 17px auto 0;
}
.nav li.menu-item-has-children:after {
    top: 4px;
    font-size: 25px;
}
.nav li.menu-item-has-children.open:after {
    top: -9px;
    font-size: 39px;
}



.about_us h3 {
	font-size: 23px;
}
.same_heading h3 {
    line-height: 31px;
}
.about_us .content {
	margin-top: 10px;
}
.about_us .content h4, .page-sidebar h4 {
	font-size: 19px;
}
.our_office h3 {
	font-size: 18px;
	line-height: 30px;
}
.about_us.our_office {
	padding-bottom: 15px;
}
.same_heading h2 {
    font-size: 28px;
}
.services .panel_heading, .services .heading_panel {
    font-size: 14px;

}
.panel_item .right_text p {
    font-size: 11px;
}
.panel_item a {
    font-size: 13px;
}
.panel_item h6 {
    margin: 0 0 4px;
}
.services p.disclaimer {
    margin-top: 22px;
    font-size: 13px;
    margin-bottom: 0;
}
.panel_heading:before, .heading_panel:before {
    left: 7px;
    top: 9px;
}
p.disclaimer {
    font-size: 13px;
}
.document .icon {
    width: 63px;
}
.document .info {
    float: left;
    padding: 24px 0 0 0;
}
.text_content h3 {
    font-weight: 300;
    font-size: 20px;
}
.close-btn {
    right: 10%;
}
.our_office .half_side h3 {
    font-size: 28px;
}
.our_office .half_side .panel h6 {
    font-size: 23px;
}
.our_office .half_side p, .our_office .half_side ul {
    font-size: 13px;
}
.our_office .half_side strong {
    font-size: 14px;
}
.our_office .right_heading h4 {
    font-size: 22px;
}
.our_office .left_text span {
    font-size: 18px;
}
.panel_item .right_text {
    width: 73%;
}
.panel_item .left_img {
    width: 23%;
}
.custom_sec .first_img {
    width: 48.5%;
	margin-bottom: 12px;
}
.custom_sec .first_img:nth-child(2), .custom_sec .first_img:nth-child(5), .custom_sec .first_img:nth-child(8) {
    margin-right: 0;
    margin-left: 0;
}
.custom_sec .first_img:nth-child(even) {
	float:right;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 224px;
}
.custom_sec h3 {
    line-height: 35px;
}

.contact .main_left_area {
    height: 260px;
}
section.contact {
    padding-top: 10px;
}

.turn-page-wrapper > div {
    height: 100% !important;
	width: 100% !important;
}
.pdf_wrape.design_feature .turn-page-wrapper {
    width: 100% !important;
}
.design_feature .flipbook {
    width: 100% !important;
}
.design_feature .side_pdf {
    width: 24%;
	margin: 0 11px 42px 0;
}
.design_feature .fullscreen.round i.fa.fa-expand {
    padding-top: 53%;
}
.map_addres .map {
    height: 211px;
}
.copyright p, .copyright a {
    font-size: 13px;
}
.header_logo blockquote, .header_logo blockquote p {
    font-size: 12px;
}
.design_feature .cover_img {
    BACKGROUND: NONE;
}
.download_pdf {
    font-size: 14px;
}
table tr strong {
    font-size: 20px;
}

table td, td b {
    font-size: 13px;
    width: 173px !important;
}
td b {
    font-size: 11px;
}
.ticker_div {
    font-size: 11px;
    margin-bottom: 13px;
    line-height: 20px;
}
}
@media screen and (max-width:500px) {
	.our_team .panel_item .left_img {
    max-width: 100%;
    width: 100%;
    float: none;
}
.our_team .right_text span {
    font-size: 12px;
    line-height: 19px;
    display: block;
    padding-top: 1px;
}
.panel_item .right_text p {
    font-size: 12px;
}
.custom_check .wpcf7-list-item-label {
    width: 93%;
}
}
@media screen and (max-width:450px) {

.header_icon .header_button a {
    margin: 0;
    width: 100%;
    font-size: 11px;
}
.open-btn {
    top: 28px;
    width: 29px;
    right: 5px;
    height: 18px;

}
.header_container {
    padding: 16px 0px;
}
.header_icon {
    width: 50%;
}
.testimonils .owl-stage {
    left: 0;
}
.banner_slider .slider_image, .banner_slider, .banner_slider .vertical {
    height: 208px;
}
.banner_slider .vertical {
    width: 100%;
    left: 0;
    padding: 0px 0px 0 31px;
}
.banner_slider h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.5px;
	    margin: 0 0 4px;
}
.banner_slider p {
    font-size: 12px;
	margin: 0 0 22px;
}
.banner_slider a.services_btn {
    padding: 8px 0px;
    max-width: 135px;
    font-size: 10px;
}
.banner_slider a.services_btn {
    margin: 0px 0;
}
.banner_slider .owl-prev, .banner_slider .owl-next {
    width: 12px;
    height: 20px;
    top: 55%;
	left: 5px;
}
.banner_slider .owl-next {
  left: inherit;
	right: 5px;
}
.offices_team .right_side {
    float: none;
    width: 100%;
    padding-top: 18px;
}
.our_services .left_img:nth-child(3) .custom_padding {
    max-width: 188px;
}
.our_services .left_img:nth-child(4) .custom_padding {
    max-width: 159px;
}
.offices_team h3, .our_sevices h3, .testimonils .heading h3, .map_addres h3, .client_info h3 {
    font-size: 25px;
}
.testimonils .heading hr {
    margin: 14px auto;
    width: 38%;
}
.testimonils .heading h6 {
    font-size: 15px;
    padding-top: 1px;
}
.testimonils .heading .star_img {
    padding: 9px 0 9px;
    width: 34%;
    margin: 0 auto;
}
.average_rating {
    max-width: 151px;
}
.average_rating.total {
    max-width: 135px;
}
.our_services h4 {
    font-size: 23px;
    line-height: 24px;
}
.about_us h3 {
	font-size: 21px;
}
.about_us p, .about_us .content ul, table.tablesaw tr {
	margin: 0px;
	font-size: 13px;
}
.about_us .page-sidebar {
	margin-top: 25px;
}
.page-sidebar .location {
	padding: 22px 0 7px;
}
.our_office h3 {
	font-size: 16px;
}
.same_heading h2 {
    font-size: 26px;
}
.services .panel_heading, .services .heading_panel {
    font-size: 13px;
}
.panel_item .left_img {
    float: left;
    width: 42%;
}
.panel_item .right_text {
    width: 100%;
    margin-top: 20px;
}
.panel_item {

    margin: 20px 0 0;
}
.panel_item a.resaerch_btn {
    margin-left: 0px;
}
.panel_item .search_btn {
    text-align: left;
}
.panel_item a {
    font-size: 14px;
}
.header_container {
    height: 67px;
}
.nav {
    width: 74%;
}
.close-btn {
    right: 22%;
}
.offices_team .left_line h4 {
    font-size: 15px;
}
.our_office .half_side h3 {
    font-size: 26px;
}
.our_office .half_side p, .our_office .half_side ul {
    font-size: 12px;
	    padding-top: 3px;
}
.our_office .half_side .custom_heading p {
    line-height: 22px;
}
.our_office .half_side .panel h6 {
    font-size: 19px;
	/*padding: 16px 44px;*/
}
.our_office .panel_heading.toggle_up:before {
    top: 6px;
}
.our_office .panel_heading:before {
    top: 13px;
}
.our_office .half_side strong {
    font-size: 13px;

    padding-bottom: 6px;
}
.our_office .half_side ul {
    padding-left: 30px;
}
.our_office .panel_body {
    padding: 0 20px 0px;
}
.small_textbar {
    margin-top: 30px;
    padding: 10px;
}
.our_office .right_heading h4 {
    font-size: 19px;
}
.our_office .text_box:nth-child(1) p {
    padding-top: 15px;
}
.our_office .text_box p {
    padding-top: 16px;
}
.our_office .left_text span {
    font-size: 12px;
}

.our_office .left_text {
    width: 35px;
    height: 35px;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 184px;
}
.design_feature .flipbook .turn-page {
    width: 100% !important;
}
.design_feature .side_pdf {
    width: 32%;
}
.design_feature .fullscreen.round i.fa.fa-expand {
    padding-top: 49%;
}

.footer {
    padding:18px 0 11px;
}
.header_logo img {
    max-width: 200px;
}
.download_pdf img {
    MAX-WIDTH: 60PX;
    margin-left: 0px;
    display: block;
	margin-bottom: 10px;
}
.download_pdf {
    font-size: 15px;
    margin-bottom: 10px;
}
/*table td:nth-child(2) strong {
    display: none;
}*/
table tr strong {
    font-size: 15px;
}
table td, td b {
    font-size: 12px;
    width: 100px !important;
}
td b {
    font-size: 10px;
}
}
@media screen and (max-width:400px) {
.nav ul li ul a {
	font-size: 12px;
}
.header_logo blockquote, .header_logo blockquote p {
    font-size: 11px;
}
.nav li.menu-item-has-children:after {
	top: 13px;
}
.nav li.menu-item-has-children.open:after {
	top: 13px;
}
.nav ul li a {
    font-size: 12px;
    padding: 12px 10px;
}
.nav ul {
    padding: 10px 0 0 0;
}
.map_addres .address {
	padding: 30px 20px 32px 20px;
}
.offices_team .wrapper {
    padding: 30px 15px;
}
body.opennav, .opennav .header_container {
    left: -59%;
}
.header_icon a {
    margin: 0 14% 0 7%;
    width: 25px;
}
.offices_team h3, .our_sevices h3, .testimonils .heading h3, .map_addres h3, .client_info h3 {
    font-size: 22px;
    line-height: 30px;
}
.offices_team .left_line {
	height: 155px;
	margin-bottom: 10px;
}
.map_addres a.office_btn {
    padding: 13px 14px;
    font-size: 11px;
}
.offices_team .first_img, .offices_team .first_img:nth-child(2) {
	height: 155px;
}
.offices_team .first_img:nth-child(2) {
	margin-top: 015px;
}
.our_services a.office_btn {
	margin-top: 15px;
}
.offices_team .right_side {
	margin-top: 0;
}
.our_services .left_img, .our_services .vertical_align {
	height: 170px;
	margin-bottom: 15px;
}
.learn_more {
    padding-bottom: 1px;
}
.more_services .left_img p {
    top: 58%;
}
.our_services .left_img:hover h4 {
    margin-top: -55px;
}
.our_services h4 {
    font-size: 19px;
}
.custom_padding {
    max-width: 107px;
}
.testimonils .wrapper {
    padding: 40px 3%;
}
.testimonils .reviews p {
    font-size: 12px;
	line-height: 22px;
    height: 135px;
}
.client_info .wrape {
    padding: 30px 15px;
}
.offices_team p, .our_sevices p, .client_info p {
	font-size: 12px;
	line-height: 18px;
}
.client_info a.office_btn {
	margin-top: 15px;
}
.testimonils .heading span {
	font-size: 15px;
}
.testimonils .heading h5 {
	font-size: 16px;
}
.testimonils .heading .star_img {
	padding: 7px 0 2px;
	margin: 0 auto;
	width: 52%;
}
.testimonils .heading {
	margin: 0 auto 19px;
}
.bottom_text h5 {
	margin-left: 32px;
}
.map_addres hr {
	width: 64%;
	height: 3px;
}

.header_logo {
    padding: 76px 0 16px;
}
.offices_team a.office_btn, .client_info a.office_btn, .testimonils a.office_btn {
    max-width: 100%;
}
.our_services .left_img:nth-child(3) .custom_padding {
    max-width: 105px;
}
.our_services .left_img:nth-child(4) .custom_padding {
    max-width: 95px;
}
.header_container {
    padding: 9px 0px;
}
.open-btn {
    top: 21px;
}
.footer .social_icon a {
    background-size: 228%;
	height: 24px;
    width: 26px;
}
.banner_slider .owl-prev, .banner_slider .owl-next {
    left: 13px;

}
.banner_slider .owl-next {
    left: inherit;
    right: 17px;
}


.nav li.menu-item-has-children:after {
    top: 0px;
    right: 10px;
}
.nav li.menu-item-has-children.open:after {
    top: -13px;
    right: 10px;
}
.design_feature .side_pdf {
    width: 41%;
}
.about_us h3 {
	font-size: 19px;
}

.about_us .content h4, .page-sidebar h4 {
	font-size: 18px;
	padding: 8px 0;
}
.form_heading h6 {
	font-size: 14px;
}
.page-sidebar .sidebar_detail {
	padding-top: 10px;
}
.about_us p, .about_us .content ul {
	font-size: 12px;
}
.page-sidebar .address p {
	font-size: 13px;
}
.our_office h3 {
	font-size: 19px;
    line-height: 28px;
}
.about_us.our_office {
	padding-bottom: 0;
}
.services .panel_heading, .services .heading_panel {
    font-size: 12px;
}
.services .page-sidebar li a {
    font-size: 13px;
}
.main_left_area .heading_panel, .main_left_area .panel_heading {
    padding-right: 8px;
    padding-left: 6px;
}
.main_left_area .panel_heading:before {
    right: 9px;
}
.about_us p, .about_us .content ul {
    font-size: 11px;
}
.about_us .row {
    padding-top: 19px;
}
.about_us.services .row {
    padding-top: 0;
}
.panel_heading:before, .heading_panel:before {
    left: 7px;
    top: 7px;
}
.services p.disclaimer {
    font-size: 12px;
}
.header_container {
    height: 59px;
}
.custom_sec .first_img, .custom_sec .first_img:nth-child(2) {
    height: 183px;
}
.custom_sec .first_img {
    width: 100%;
}
.custom_sec .right_side h4 {
    font-size: 19px;
}
.custom_sec .padding {
    max-width: 158px;
}


.contact .page-sidebar{
	    margin-top: 0;
}
section.contact {
    padding-top: 0;
}
.contact .form_heading h6 {
    font-size: 19px;
}

.contact .row {
    padding-top: 0;
}
.custom_check .wpcf7-list-item-label {
    width: 91%;
}
}