#header-desktop.added-cta .soc_head {
	display: none;
}
#header-desktop.added-cta3 .soc_head {
	display: none;
}
#header-desktop .main-cta {
	display: none;
}
#header-desktop .freeconsmob a.freecons{
	background: #003961;
    border: 2px solid #003961;
	color: #fff;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: .5s;
    border-radius: 5px;
	display: block;
	text-align: center;
	width: 100%;
}
body {
    padding-top: 150px;
}
p,
main .section ul {
    font-size: 16px;
    line-height: 24px;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
.inner-form {
	padding: 30px;
}
.desktopnav,
.mob_none,
#close-menu  {
	display: none;	
}
#header-desktop {
    padding: 6px 0;
}
#close-menu img,
#open-menu img {
    width: 100%;
}
#open-menu,
#close-menu {
    padding: 0;
    z-index: 12;
    cursor: pointer;
    width: 80px;
    height: 60px;
    background: none;
    position: relative;
}
#open-menu:focus,
#close-menu:focus {
    outline: none;
}
.burger {
    position: absolute;
    top: 50%;
    height: 32px;
    width: 32px;
    margin: -16px -16px 0 0;
}
.burger:before,
.burger:after,
.burger span {
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background: #000;
}
.burger span {
    top: 15px;
}
.burger:before {
    top: 8px;
}
.burger:after {
    bottom: 8px;
}
#close-menu:before,
#close-menu:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 32px;
    width: 2px;
    background: #000;
    margin-top: -16px;
    margin-left: -1px;
}
#close-menu:before {
    transform: rotate(45deg);
}
#close-menu:after {
    transform: rotate(-45deg);
}
.top-banner picture, 
.top-banner picture img {
    width: 1024px;
    height: 1168px;
}
#header-desktop .logobox {
	justify-content: space-between;
	z-index: 99999;	
}
#header-desktop .logobox .boxmenu{
	display: flex;
    align-items: center;
}
#header-desktop .logobox .boxmenu a {
	padding: 12px;
}
#header-desktop .logobox .boxmenu a svg {
	width: 32px;
    height: 32px;
    vertical-align: top;
}
body main .padding-left-right-large {
	padding-right: 60px;
	padding-left: 60px;
}
.sidenav {
    height: 100%;
    width: 1px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #D7EEF3;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 80px 0 0 0;
    opacity: 0;
}
.sidenav .menu-content {
    height: 100%;
    overflow-x: hidden;
}
.sidenav .wt-menu {
    padding: 0 20px;
}
.sidenav .wt-menu li {
    border-bottom: 1px #003961 solid;
    display: block;
    overflow: hidden;
    clear: both;
}
.content-links{
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 0px;
}
.sidenav a {
    font-family: "Poppins Regular";
    padding: 10px 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #003961;
    display: block;
    user-select: none;
}
.sidenav a:hover,
.sidenav a i {
    color: #fff;
}
.sidenav.closed li {
    opacity: 0;
    transition: 0.1s;
}
.gmb{
    text-align: inherit;
}
.sidenav.opened {
    width: 100%;
    opacity: 1;
}
.sidenav.closed {
    width: 0;
}
.sidenav.opened li {
    opacity: 1;
    transition: 1s;
}
.sidenav .sub-menu {
    display: none;
    padding: 0;
    background: #fff;
}
.sidenav .sub-menu.opened-sub-menu {
    display: block;
}
.sidenav .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu {
    background: #b7ccff;
}
.sidenav
.sub-menu.opened-sub-menu
.sub-menu.opened-sub-menu
.sub-menu.opened-sub-menu {
    background: #d9e4ff;
}
.sidenav .unlock-sub .sub-menu.opened-sub-menu {
    display: block;
}
.sidenav ul li ul li a {
    padding-left: 20px;
}
.sidenav ul li ul li ul li a {
    padding-left: 40px;
}
.sidenav .sub-menu.opened-sub-menu li:first-child {
    border-top: 1px #a1a1a1 solid;
}
.sidenav .sub-menu.opened-sub-menu li:last-child {
    border-bottom: none;
}
.sidenav > li.menu-item a.active,
.sidenav > li.menu-item > .sub-menu .menu-item > a.active {
    color: #28a8e0;
}
.sidenav li {
    padding: 0;
    position: relative;
}
.sidenav .has-children .sub-menu li a {
    padding-left: 20px;
    color: #22362b;
}
.sidenav .has-children .sub-menu .has-children .sub-menu li a {
    padding-left: 30px;
}
.sidenav
.has-children
.sub-menu
.has-children
.sub-menu
.has-children
.sub-menu
li
a {
    padding-left: 40px;
}
.sidenav .has-children > .arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    background: #fff;
}
.sidenav .sub-menu.opened-sub-menu .has-children > .arrow {
    background: none;
}
.sidenav .has-children > .arrow::before,
.sidenav .has-children > .arrow::after,
.sidenav .has-children > .arrow.active::after {
    background: #22362b;
    display: block;
}
.sidenav .has-children > .arrow::before {
    content: "";
    width: 4px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -2px;
}
.sidenav .has-children > .arrow::after {
    content: "";
    width: 14px;
    height: 4px;
}
.sidenav .has-children > .arrow.active::before {
    display: none;
}
.sidenav .wt-menu > li:last-child {
    border-bottom: none;
}
.sidenav .fa-pinterest {
    width: 18px;
}
.sidenav .fa-facebook-f {
    width: 10px;
}
.sidenav .fa-youtube {
    width: 26px;
}
.sidenav .fa-instagram {
    width: 18px;
}
.sidenav .fa-twitter {
    width: 21px;
}
.sidenav .wt-menu > li:last-child span {
    font-family: "Poppins Regular";
    display: block;
    color: #003961;
    padding: 12px 0 0 0;
    font-size: 16px;
}
.soc_head {
	display: block;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
.top-banner .box-txt::before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -40px;
    border-left: 18rem solid transparent;
    border-right: 17rem solid transparent;
    border-top: 45px solid #fff;
    display: block;
    transform: translate(-50%, 0);
}
.top-banner .box-txt {
    padding-right: 30px;
    padding-left: 30px;
}
h1 {
    font-size: calc(5vw / 2 + 5vh / 2);
    line-height: calc(6vw / 2 + 6vh / 2);
}
.awards .col-12 a {
	width: 33%;
}
.row_order .box_txt,
.row_order .order1 {
	order: 1;
}
.row_order .order2 {
	order: 2;
}
.sec_featured .col-6 .box {
    padding: 10px;
}
.sec_featured .box svg {
	width: 180px;
	height: 200px;
}
.sec_featured .svg_sm .box svg {
	width: 142px;
}
.sec_featured .svg_sm2 .box svg {
	width: 110px;
}
.sec_featured .sub_title,
body .sub_title {
	font-size: 22px;
	line-height: 32px;
}
.sec_featured h3 {
	font-size: 24px;
}
.mobilenavbar {
	display: block !important;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	background: #af9e70;
	width: 100%;
	overflow: hidden;
	z-index: 99999;
	color:#fff;
}

.mobilenavbar .mobilenavbarbox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
}

.mobilenavbar .mobilenavbarbox a {
	color:#fff;
	font-size: 20px;
	width: 50%;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
}

.mobilenavbar .mobilenavbarbox a.phone_call{
	background: #af9e70;
}

.mobilenavbar .mobilenavbarbox a.book_now{
	background: #083c6f;
}
footer .box_nav {
	order: 1;
    margin-bottom: 30px;
}
footer .box_address {
	order: 2;
}
.sec_big .row {
    padding: 20px 0 0;
}
.awards4 .col-12 a {
    margin: 20px 2%;
    width: 46%;
}
.awards_col5 .box {
    margin: 20px 10px;
}
.w50 {
	width: 100%;	
}
.contact-page .box_form {
	order: 3;
    margin-top: 40px;
}
.gallery-category-row > .gallery-category-col:nth-child(2), .gallery-category-row > .gallery-category-col:nth-child(3) {
	display: none;
}
.gallery-patient-link {
	margin-top: -30px;
}
.gallery-patient-link a {
	background: rgba(31, 56, 85, 0.5);
	color: #fff;
	border: none;
}
.gallery-category-row .gallery-patient-link a {
	border: none;
	color: #fff;
	border-radius: 0;
}
.gallery-category-row .img_l {
	padding-right: 5px;
}
.gallery-category-row .img_r {
	padding-left: 5px;
}
.gallery-patient-link a span {
	padding: 2px 20px;
	font-size: 17px;
}
.single-post .top-banner picture,
.single-post .top-banner picture img {
	width: 100% !important;
	height: auto !important;
}
.single-post .top-banner .box-txt .btn {
    margin-bottom: 10px;
}
.top-banner .btn_ba {
	text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding: 13px 15px;
    background: rgb(124 124 124 / 77%);
    border-radius: 5px;
    margin: 11px 7px;	
}
.mb-mob-5 {
	margin-bottom: 40px;	
}
@media screen and (max-width: 789px) {
    body main .padding-left-right-large,
    body main .padding-left-right-small {
        padding-right: 15px;
        padding-left: 15px;
    }
	.top-banner picture, 
	.top-banner picture img {
		width: 789px;
		height: 900px;
	}
	.sec_featured .col-6 {
		margin: 15px 0;
	}
	.sec_featured .sub_title,
	.home-patient .home_patients h2,
	body .sub_title {
		margin: 0;
	}
	.home_form  .container {
		width: 100%;	
	}
}
@media screen and (max-width: 615px) {
	.top-banner picture, 
	.top-banner picture img {
		width: 615px;
		height: 702px;
	}
	.top-banner .box-txt {
		padding-right: 15px;
		padding-left: 15px;
	}
	h1 {
		font-size: 32px !important;
		line-height: 36px;
	}
	#header-desktop .logobox .boxmenu a {
		padding: 5px;
	}
	#open-menu, #close-menu {
		width: 50px;
	}
	.burger {
		left: 15px;
	}
	.logo {
		display: block;
		vertical-align: top;
		width: 100% !important;
		padding: 13px 0;
	}
	.soc_head {
		bottom: 25px;
	}
	.awards .col-12 a {
		width: 50%;
		padding: 15px 10px;
	}
	.awards .col-12 a .icmobw100 {
		width: 100%;
	}
	.section {
		padding: 40px 0;
	}
	h2, h3 {
		font-size: 28px;
		line-height: 32px;
		padding: 10px 0 20px 0;
	}
	body .btn_blue,
	body .btn {
		margin-top: 0;
		padding: 6px 15px;
		min-width: 100%;
	}
	.sec_ba .box_img {
		padding: 0 15px;
	}
	.sec_ba .sub_title {
		padding-bottom: 25px;
	}
	.sec_ba .btn_blue {
		margin-top: 20px;
	}
	.sec_treng h3 {
		font-size: 22px;
		padding-left: 35px;
	}
	.sec_treng h3::before {
		width: 25px;
	}
	.sec_featured .sub_title {
		font-size: 17px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.sec_featured .col-6 .box {
		padding: 10px 5px;
	}
	.sec_featured .box svg {
		width: 100%;
		height: auto;
	}
	.sec_featured h3 {
		font-size: 16px;
	}
	.sec_featured .svg_sm .box svg {
		width: 135px;
	}
	.sec_featured .svg_sm2 .box svg {
		width: 100px;
	}
	.home_form {
		background-image: url(../images/home-form-bg-mob4.jpg);	
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.home_form p {
		font-size: 20px;	
	}
	.wt-form .d-flex .lbox,
	.wt-form .d-flex .rbox {
		width: 100%;
		margin-right: 0;	
		margin-left: 0;	
	}
	.wt-form input, 
	.wt-form textarea {
		margin: 0 0 20px 0;
	}
	.home-patient .swiper-button-next, .home-patient .swiper-button-prev {
		top: auto;
		bottom: 0;
	}
	footer .footer-logo {
		padding-bottom: 15px;
		margin-bottom: 40px;
	}
	footer .footer-logo img {
		width: 100%;	
	}
	footer .box_nav ul {
		display: block;
		text-align: center;
	}
	footer .box_nav ul li {
		display: block;
		text-align: center;
	}
	footer .box_nav ul li a, footer .box_nav ul li {
		margin: 0 0 15px 0;
	}
	footer .box_address span.str {
		width: 95px;
	}
	footer .box_address p,
	footer .box_address .hours p {
		padding-left: 95px;
	}
	footer .box_address span.daypd {
		width: 155px;
		display: block;
	}
	footer .box_policy p {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	footer .box_copyr p {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	footer .box_policy .text-right p {
		text-align: center;
	}
	footer .box_policy .text-right p a {
		margin: 0 7px;
	}
	.awards4 .col-12 a {
		width: 46%;
		padding: 0;	
	}
	.awards4 .col-12 a img {
		height: 65px;
	}
	.awards_col5 .box {
		margin: 10px 5px;
	}
	.awards_col5 .box a {
		padding: 0;	
	}
	.awards_col5 .box a img {
		height: 35px;
	}
	.awards_col5 .col-12,
	.awards4 .col-12 {
		justify-content: space-around;
	}
	.contact-page .box_contact {
		padding: 25px;
	}
	.contact-page .box_contact p,
	.contact-page .box_address span.str {
		font-size: 20px;
	}
	.contact-page .box_contact p strong {
		display: block;
	}
	.contact-page .box_contact .wt-form .btn {
		margin: 0;
		font-size: 18px;
	}
	.contact-page .box_address p, .contact-page .box_address .hours p {
		font-size: 16px;
	}
	.prev-next-patient {
		width: 100%;
		padding: 0 0 40px;
	}
	.prev-next-patient a {
		max-width: 145px;
		line-height: 24px;
		padding: 8px 10px;
	}
	.gallery-col {
		padding: 0;
	}
	.gallery-category-row .img_l, #gallery-slider .img_l {
		padding-right: 3px;
	}
	.gallery-category-row .img_r, #gallery-slider .img_r {
		padding-left: 3px;
	}
	.before-after-labels span {
		font-size: 16px;
		text-align: center;
	}
	.gallery-col .patient-info h2 {
		font-size: 22px;
		line-height: 32px;
	}
	#thumbnails,
	#gallery-slider .splide__arrows {
		display: none;	
	}
	#gallery-slider .splide__pagination {
		display: block;
		bottom: -35px;
	}
	.gallery-col .patient-info {
		padding: 40px 15px 0;
	}
	#gallery-slider .splide__pagination__page {
		width: 10px;
		height: 10px;
		background: #479eac;
		margin: 7px;
	}
	#gallery-slider .splide__pagination li {
		display: inline-block;	
	}
	#gallery-slider .splide__pagination__page.is-active {
		background: #EDB95F;
	}
	#patients-slider {
		padding: 0 25px;
		margin: 40px auto 0;
	}
	#patients-slider .splide__arrow--prev {
		left: -5px;
	}
	#patients-slider .splide__arrow--next {
		right: -5px;
	}
	#patients-slider .splide__arrow {
		width: 27px;
	}
	#patients-slider .splide__slide img {
		width: 100%;
	}
	.blogmain .postboximg {
		width: 100%;
	}
	.blogmain .postboxcontent {
		width: 90%;
		margin: 0 5%;
		bottom: 50px;
		position: relative;
	}
	.blogmain .blog_post-mainpage {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	/*.plog_page {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;	
	}
	.plog_page .blog_sec_cat {
		order: 2;
	}*/
	.box_single_nav a {
		padding: 10px 3px;
		font-size: 15px;
		line-height: 20px;
		min-width: 85px;
		width: 85px;
	}
	.sec_jamp .sub_title {
		text-align: center;
	}
	.box_ba_img .box::before {
		font-size: 18px;
		top: 5px;
		left: 5px;
		padding: 2px 5px;
		min-width: 75px;
	}
	#filter-form, .faq_searc {
		margin: 20px auto 0;
	}
	#filter-form input {
		padding: 5px 15px;
		padding-right: 40px;
	}
	.searchable .panel {
		padding: 20px 0;
	}
	.top-banner .soc_head .btn_ba {
		display: block;	
	}
	.midea_page .col-6,
	.midea_page .btn_block2 {
		display: none;	
	}
	.myboxvideo .media_television .col-6,
	.myboxpdf .media_articles .col-6 {
		display: block;	
	}
	.midea_page .col-md-6 .box {
		position: relative;
		padding-bottom: 25px;
	}
	.midea_page .col-md-6 .box a {
		position: relative;
		bottom: 0;
	}
	main .iframepdf {
		height: 500px !important;
	}
	.single_pages .container-fluid h2{
		font-size: 32px;
	}
	.single_pages .container-fluid h3{
		font-size: 26px;
	}
}
@media screen and (max-width: 560px) {
	.wrbysec .wrbysecim {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}	
	.wrbysec .wrbyseccontent {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.wrbysec .wrbysecim img {
		width: 100%;
	}
	.wrbysec .wrbyseccontent p {
		font-size: 14px;
		line-height: 20px;
		color: #5B5858;
	}
	.wrbysec .wrbysecim {
		margin-bottom: 15px;
	}
	.wrbysec .wrbysecimrow {
		padding: 25px;
	}
	.wrbysec .wrbyseccontent .h3_p span {
		display: block;
	}
	.wrbysec .wrbyseccontent .h3_p {
		font-size: 16px;
	}
	body .single_pages .padding-left_60 {
		padding-left: 15px;
	}
	body .single_pages .padding-right_60 {
		padding-right: 15px;
	}
	.wrbysec .col-12 {
		padding: 0;
	}
}

@media screen and (max-width: 440px) {
	.top-banner picture, 
	.top-banner picture img {
		width: 440px;
		height: 502px;
	}
	body .top-banner .btn {
		min-width: 96%;
	}
}
@media screen and (max-width: 414px) {
	.top-banner picture, 
	.top-banner picture img {
		width: 414px;
		height: 472px;
	}
}
@media screen and (max-width: 390px) {
	.top-banner img {
		width: 390px;
		height: 445px;
	}
}
@media screen and (max-width: 375px) {
	.top-banner img {
		width: 375px;
		height: 427px;
	}
}
@media screen and (max-width: 360px) {
	.top-banner img {
		width: 360px;
		height: 410px;
	}
}
@media screen and (max-width: 320px) {
	.top-banner img {
		width: 320px;
		height: 365px;
	}
	h1 {
		font-size: 28px;
		line-height: 32px;;
	}
}