@media (min-width: 768px) {
	 .instagram-slider {
		 display: block;
	}
	 .instagram-slider-mobile {
		 display: none;
	}
}
 @media (max-width: 1280px) {
	 .navbar.navbar-primary #collapseSearchExample::after {
		 right: 85px;
	}
	 .navbar-header {
		 float: left;
		 width: 50%;
	}
	 .navbar-nav, .hideatres {
		 display: none;
	}
	 .navbar .container > .navbar-header {
		 margin-left: 0;
	}
	 .navbar-primary, .navbar.fixed-header {
		 padding-top: 10px;
		 padding-bottom: 10px;
	}
	 .navbar-brand {
		 height: auto;
		 padding: 15px 0px 0px;
	}
	 #mobileMenu.collapse.navbar-collapse[aria-expanded="true"] {
		 padding: 30px 20px;
		 position: fixed;
	}
	 #mobileMenu .mobileMenuLeft .footer-box {
		 padding-left: 8px;
		 padding-right: 8px;
	}
	 #mobileMenu .mobileMenuLeft .footer-box:nth-of-type(2) {
		 margin-bottom: 27px !important;
	}
	 #mobileMenu .mobileMenuLeft .footer-box:last-of-type {
		 margin-top: 30px !important;
	}
	 .mobileMenuRight li {
		 font-size: 29px;
		 margin-bottom: 35px;
	}
	 #mobileMenu .mobileMenuLeft .footer-box h4 {
		 margin-bottom: 27px;
	}
	 #mobileMenu .closeBtn {
		 right: 20px;
		 top: 20px;
	}
	 .secondaryMenu ul {
		 padding-top: 10px;
		 padding-bottom: 17px;
	}
	 .secondaryMenu li, .secondaryMenu li a {
		
	}
	 .secondaryMenu li {

	}
	 .secondaryMenu li a {
		 padding: 13px 0px;
	}
	 .secondaryMenu {
		 padding: 0px 15px;
		 float: left;
		 width: 100%;
	}
	 .secondaryMenu .panel {
		 display: none;
		 overflow: hidden;
	}
	 .secondaryMenu .accordion:after {
		 content: "\f107";
		 font-family: FontAwesome;
		 color: #fff;
		 font-weight: bold;
		 float: right;
		 margin-left: 5px;
	}
	 .secondaryMenu .accordion.active:after {
		 content: "\f106";
		 font-family: FontAwesome;
	}
	 #SecondaryNavigationLabel {
	
	}
	 .navbar-primary .header-right {
		 margin-top: 0px;
	}
	/* .secondaryMenu{
		 display: none;
	}
	 */
	/* .footer-top {
		 padding-top: 0px;
	}
	 */
	 .secondaryMenuList.dropdown-menu {
		 position: static;
		 width: 100%;
		 background: transparent;
		 border: none;
		 box-shadow: none;
	}
	 .secondaryMenuList.dropdown-menu > li > a:hover, .secondaryMenuList.dropdown-menu > li > a:focus {
		 color: #fff;
		 font-weight: normal;
	}
	 .navbar-brand {
		 padding-top: 0;
	}
	 .navbar.navbar-fixed-top {
		 background: #007a86;
		 position: fixed;
		 border-bottom: 5px solid #c01533;
		 padding-bottom: 10px;
		 padding-top: 10px;
	}
	 .navbar.navbar-fixed-top.fixed-header {
		 position: fixed;
	}
	 .navbar.navbar-fixed-top .container > .navbar-header {
		 margin-left: 0;
	}
	 .navbar .container-fluid {
		 padding: 0 15px;
	}
	 .navbar > .navbar-header, .site-header .container > .navbar-header {
		 margin-left: 0;
		 margin-right: 0;
	}
	 .navbar.fixed-header, .navbar.navbar-primary.fixed-header {
		 padding-top: 10px;
		 padding-bottom: 10px;
	}
	 .header-right {
		 position: static;
	}
	 .header-search {
		 margin-top: 0;
		 right: 0;
		 top: 2px;
		 width: 100%;
		 z-index: 0;
	}
	 .header-search.searchFormActive {
		 z-index: 9;
	}
	 .header-search .form-group {
		 margin-bottom: 0;
	}
	 .navbar-toggle {
		 margin-right: 0;
		 margin-top: 0;
		 border-left: 1px solid rgba(255, 255, 255, 0.16);
		 border-radius: 0;
		 padding: 7px 0 7px 15px;
	}
	 .header-search .form-control {
		 padding-top: 0;
		 padding-bottom: 0;
	}
	 .header-right, .navbar.fixed-header .header-right {
		 margin-top: 0px;
	}
	 .header-search .submitBtn {
		 top: 15px;
		 font-size: 27px;
		 right: 85px;
	}
	 #SecondaryNavigationLabel {
	}
	 #SecondaryNavigationLabel::after {
		 position: absolute;
		 content: "";
		 right: 0;
		 background: url(../images/down-arw.png);
		 width: 14px;
		 height: 10px;
		 background-repeat: no-repeat;
		 top: 21px;
		 -webkit-transition: all 0.35s ease;
		 transition: all 0.35s ease;
	}
	 #SecondaryNavigationLabel[aria-expanded="true"]::after {
		 -webkit-transform: rotate(-180deg);
		 transform: rotate(-180deg);
	}
	 .searchForm label {
		 display: block;
	}
	 .searchForm .input-box, .searchForm .input-box input {
		 width: 100%;
	}
	 .searchInfoSection .h2 {
		 font-size: 40px;
		 padding-bottom: 30px;
	}
	 .alert-message {
		 text-align: center;
	}
	 .alert-message-icon {
		 display: block;
		 margin: 0 auto 15px;
	}
	 .alert-message-icon img {
		 display: inline-block;
	}
	 .alert-message-desc {
		 line-height: 26px;
		 width: 100%;
		 padding: 0 20px;
	}
	 .alert-message .close-btn {
		 right: 10px;
	}
	 #collapseSearchExample {
		 margin: 4px auto 0;
		 z-index: 1;
	}
	 .fixed-header #collapseSearchExample {
		 margin-top: 4px;
	}
	 .submitBtn, #collapseSearchExample::after {
		 right: 85px;
	}
}
 @media (max-width: 767px) {
	 .btn-group .btn, .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
		 margin-bottom: 15px;
		 margin-left: auto;
		 margin-right: auto;
		 float: none;
		 display: block;
		 min-width: 200px;
	}
	 .btn-group .btn:last-of-type {
		 margin-bottom: 0;
	}
	 .cta-headline .btn-group .btn, .cta-centered .btn-group .btn {
		 min-width: inherit;
		 max-width: 200px;
		 margin-right: 0;
	}
	 .hero_hide {
		 display: block;
	}
	 .signatureSection .container {
		 padding: 0px;
	}
	 .fourColumns a {
		 padding: 130px 0 130px;
	}
	 .container, .featuredSection .container, .maternity-care .sectionWSidebar .container, .maternity-care .breadcrumb-sec .container, .maternity-care .sliderWThumbnail .container {
		 width: 100%;
		 max-width: 100%;
	}
	 .maternity-care .sectionWSidebar .container, .maternity-care .breadcrumb-sec .container {
		 padding: 0 15px;
	}
	 .super-template .contactPanel .container, .contactPanel .container {
		 max-width: calc(100% - 30px);
		 width: calc(100% - 30px);
	}
	 .centerHeadingSection {
		 padding: 30px 0px 10px;
		 float: left;
	}
	 .signatureSection {
		 padding: 30px 0px 20px;
	}
	 .statSection ul li, .statSection.inner ul li, .statSection.inner li[class^="col-"] {
		 width: 100% !important;
		 border-right: 0px;
		 padding-top: 30px;
		 padding-bottom: 34px;
		 position: relative !important;
	}
	 .statSection ul li:nth-of-type(3), .statSection.inner ul li:nth-of-type(3) {
		 border: none !important;
	}
	 .statSection.inner ul li:nth-of-type(2) {
		 border-right: none;
	}
	 .statSection ul li:before, .statSection.inner ul li:before {
		 content: "";
		 position: absolute;
		 width: 100px;
		 height: 1px;
		 background: rgba(227, 227, 227, 0.33);
		 left: 50%;
		 bottom: 0px;
		 -webkit-transform: translateX(-50%);
		 transform: translateX(-50%);
		 display: block;
		 top: auto;
	}
	 .statSection ul li:last-of-type::before, .statSection.inner ul li:last-of-type::before {
		 display: none;
	}
	 .statSection ul li strong {
		 margin-bottom: 15px;
	}
	 .statSection {
		 padding: 40px 0px;
		 margin-bottom: 105px;
	}
	 .statSection img {
		 display: block;
		 margin: 0 auto 37px;
	}
	 .featuredSection {
		 padding-bottom: 40px;
	}
	 .featuredSection .featuredText, .featuredSection .featuredImg {
		 margin: 0;
	}
	 .featuredSection .featuredText {
		 padding-bottom: 40px;
	}
	 .featuredSection .featuredImg {
		 margin-top: -8px;
		 margin-left: -15px;
		 margin-right: 0px;
		 width: calc(100% + 25px);
	}
	 .featuredTextInner {
		 padding: 10px 0px 20px 0;
	}
	 .featuredSection-two-img {
		 background: transparent;
	}
	 .featuredSection-two-img .featuredImg {
		 margin-bottom: 17px;
	}
	 .featuredSection-two-img .featuredText {
		 text-align: center;
		 padding: 40px 30px 70px;
		 border-left: none;
		 background-color: #007a86;
	}
	 .featuredSection-two-img .featuredText .h3 {
		 font-size: 35px;
	}
	 .featuredSection-two-img .featuredText .btn {
		 display: block;
		 margin-right: 0;
		 float: none;
		 margin-bottom: 20px;
	}
	 .featuredText p {
		 line-height: 34px;
	}
	 .featuredSection-two-img .featuredText .btn:last-of-type {
		 margin-bottom: 0;
	}
	 .newsSlider .slick-dots {
		 display: block !important;
		 text-align: center;
		 padding: 0;
		 padding-top: 15px;
	}
	 .newsSlider .slick-dots li {
		 display: inline-block;
	}
	 .newsInformation {
		 padding: 20px 0 40px;
	}
	 .newsInformation .container {
		 padding: 0 20px;
	}
	 .featuredSection .container {
		 padding: 0px 10px;
	}
	 .caption-right .hero-caption {
		 padding: 30px 60px 55px 25px;
		 height: 100%;
		 width: 100%;
		 left: 0px;
		 position: static;
		 text-align: left;
	}
	 .hero-caption .btn, .sectionWOverlay .btn {
		 margin: 10px auto !important;
		 display: table;
		 float: unset;
	}
	 .sectionWOverlay .container {
		 padding: 50px 0px;
	}
	/* h3, .h3 {
		 font-size: 28px;
	}
	 */
	 .breadcrumb li {
		 margin: 5px 0px;
	}
	 .video-icon-img {
		 font-size: 22px;
		 height: 60px;
		 width: 60px;
		 line-height: 60px;
	}
	 .sliderWThumbnail-item-desc, .maternity-care .sliderWThumbnail-item-desc {
		 padding: 35px 15px 60px;
	}
	/* .cta.cta-opt2 .cta-desc {
		 width: 80%;
		 position: relative;
		 left: 50%;
		 -webkit-transform: translateX(-50%);
		 transform: translateX(-50%);
		 float: left;
		 margin-top: -80px;
	}
	 */
	 .super-template .container {
		 padding: 0px 15px;
	}
	 .super-template .container .container {
		 padding: 0px 0px;
	}
	 .cta .container {
		 padding: 0;
	}
	 .cta.cta-opt2 .container {
		 padding: 0 25px;
	}
	 .cta-centered .cta-desc {
		 padding: 30px 20px;
	}
	 .cta.cta-opt2 .cta-desc {
		 padding: 37px 20px;
	}
	 .cta-testimonial .container {
		 padding: 0 25px;
	}
	 .cta.cta-headline .container, .cta-opt3 .container {
		 padding: 0;
	}
	 .cta-headline .cta-desc {
		 padding: 40px 25px 20px;
	}
	 .cta-headline .cta-desc .btn-group {
		 display: block;
	}
	 .cta-headline .btn-group .btn:last-of-type {
		 margin-left: 0;
	}
	 .cta-headline-quote .cta-quote {
		 width: 100%;
	}
	 .cta-headline .cta-tel {
		 border-left: none;
		 border-top: 1px solid rgba(255, 255, 255, 0.45);
		 padding-left: 0;
		 padding-right: 70px;
		 margin-top: 5px;
		 margin-left: 0;
	}
	/* .cta-headline-quote .cta-quote blockquote:before {
		 width: 30px;
		 top: -10px;
		 font-size: 30px;
		 left: 0px;
	}
	 */
	/* .cta-headline-quote .cta-quote blockquote {
		 font-size: 16px;
		 padding-right: 0px;
	}
	 */
	 .contentSection ol {
		 margin-bottom: 10px;
		 padding-left: 20px;
	}
	 .text-w-img .text-sec .btn {
		 margin-right: 0;
	}
	/* .accordion .panel-heading a {
		 padding-right: 60px;
	}
	 */
	 .accordion .panel-title a::after {
		 display: -webkit-box;
		 display: flex;
		 -webkit-box-align: center;
		 align-items: center;
		 -webkit-box-pack: center;
		 justify-content: center;
	}
	 .hero-caption {
		 width: 100%;
		 padding: 30px 20px;
	}
	 .hero.bgImg {
		 background-image: unset !important;
	}
	 .caption-right, .slider-single-item .container {
		 padding: 0;
	}
	 .divhideshow {
		 display: block;
	}
	 .divhideshow img {
		 width: 100%;
	}
	 .hero.bgImg .container {
		 width: 100%;
		 padding: 0px;
		 margin: 0px;
	}
	 .hero-caption {
		 background: rgba(18, 18, 18, 0.9);
	}
	 .hero.hero-w-featured .container {
		 padding-left: 0;
		 padding-right: 0;
	}
	 .cta .container, .cta-opt3 .container, .cta-opt2 .container {
		 max-width: 100%;
	}
	 .cta-opt3 .cta-img.bgImg {
		 margin-top: 0;
	}
	 .slider-single-item .slick-arrow {
		 display: none !important;
	}
	 .single-item-img p {
		 position: relative;
		 background: #000;
	}
	 .slider-single-item h2 {
		 text-align: center;
	}
	 .header-search.searchFormActive .form-group {
		 top: 66px;
		 margin-left: 0;
		 left: 0;
		 right: auto;
		 background: #000;
		 width: 100%;
		 position: absolute;
	}
	 .newsInformation .panel-title {
		 -webkit-transform: translateY(54%);
		 transform: translateY(54%);
	}
	 .featuredTextInner {
		 background: #fff;
		 margin-top: -51px;
		 padding: 0px 0px 0px 20px;
	}
	 .newsInformation .panel:hover .panel-img img {
		 -webkit-transform: translateY(0%);
		 transform: translateY(0%);
	}
	 .page-home .hero-w-featured-left-inner .h2 {
		 font-size: 30px;
	}
	 .page-home .hero-w-featured-left-inner-right .h4 {
		 font-size: 19px;
	}
	 .page-home .hero-w-featured-left-inner {
		 border-left: 13px solid #007a86;
		 padding: 13px 10px 13px 22px;
	}
	 .page-home .hero {
		 margin-bottom: 0;
	}
	/* .page-home .hero {
		 padding-bottom: 5px;
	}
	 */
	 .program-list li {
		 width: 100%;
		 position: relative;
		 margin-bottom: 4px;
		 margin-right: 0;
	}
	 .program-list li a {
		 padding: 80px 15px;
		 margin: 0;
	}
	 .program-info {
		 height: 100%;
		 text-align: center;
	}
	 .program-list a .program-img {
		 overflow: hidden;
		 position: absolute;
		 right: 0;
		 height: 100%;
	}
	 .program-list a .program-img img {
		 -o-object-fit: cover;
		 object-fit: cover;
		 height: 100%;
		 width: 100%;
	}
	 .program-info .h3 {
		 height: auto;
		 font-size: 24px;
		 padding: 0 15px;
		 right: 0;
	}
	 .program-list a.viewAll {
		 min-height: 138px;
		 line-height: 138px;
		 font-size: 26px;
	}
	 .signatureSection .headingSection {
		 padding: 0 15px 25px;
	}
	 .featuredSection-two-img .featuredImg, .featuredSection-two-img .featuredText, .text-w-img .text-sec, .text-w-img .img-sec, .cta-headline .cta-img, .cta-headline .cta-desc, .one-third-sec .img-sec, .one-third-sec .text-sec, .featuredSection-multiImage, .maternity-care .mainContentSection .contentSection, .maternity-care .sectionWSidebar .container {
		 width: 100%;
	}
	 .text-w-img .img-sec img, .one-third-sec .img-sec img {
		 width: 100%;
	}
	 .one-third-sec .img-sec {
		 margin-bottom: 20px;
	}
	 .two-col-sec p {
		 -webkit-column-count: 1;
		 -moz-column-count: 1;
		 column-count: 1;
		 -webkit-column-gap: 0;
		 -moz-column-gap: 0;
		 column-gap: 0;
	}
	 .infoPanel {
		 padding: 80px 0 90px;
		 background: #eee;
	}
	 .infoPanel .btn-group .btn {
		 display: inline-block;
	}
	 .footer-box {
		 width: 100% !important;
		 padding: 0;
	}
	 .site-footer .container {
		 padding-left: 20px;
		 padding-right: 20px;
	}
	 .site-footer .footer-top .container {
		 padding: 0;
	}
	 .footer-box:nth-of-type(2) {
		 padding: 0;
		 padding-bottom: 35px;
		 min-height: inherit;
	}
	 .footer-top .h3 {
		 font-size: 33px;
		 text-align: center;
		 padding-bottom: 0px;
		 margin-left: -15px;
	}
	 .footer-box h3 {
		 margin-bottom: 23px;
		 padding-bottom: 10px;
		 text-align: left;
		 display: inline-block;
		 margin-left: 0;
		 width: 225px;
		 font-size: 28px;
	}
	 .contactInfo {
		 margin-bottom: 0;
	}
	 .contactInfo li {
		 margin-bottom: 25px;
	}
	 .footer-box:nth-of-type(2) .contactInfo li .contactDetail {
		 width: calc(100% - 50px);
	}
	 .quickLinks li a {
		 margin-bottom: 21px;
	}
	 .footer-box:nth-of-type(3) {
		 padding-bottom: 30px;
	}
	 .footer-box:nth-of-type(4) {
		 padding-bottom: 20px;
	}
	 .actionPanel {
		 padding: 85px 0;
	}
	 .actionPanel .btn {
		 font-size: 30px;
		 display: block;
		 margin: 0 auto 19px;
		 max-width: 285px;
		 padding: 13px 20px;
	}
	 .actionPanel .btn:last-of-type {
		 margin-bottom: 0;
	}
	 .actionPanel .container {
		 padding-left: 40px;
		 padding-right: 40px;
	}
	 .footer-btm {
		 padding-top: 55px;
		 padding-bottom: 42px;
	}
	 .footer-btm-left, .footer-btm-right {
		 text-align: left;
		 width: 100%;
	}
	 .footer-btm-left .footer-logo {
		 margin-bottom: 22px;
	}
	 .footer-btm-right .social-icon {
		 margin-bottom: 15px;
		 margin-top: 40px;
	}
	 .program-list a {
		 margin-right: 0;
	}
	 .sliderWThumbnail {
		 background: #f5f5f5;
	}
	 .sliderWThumbnail-item-desc .h2 {
		 font-size: 36px;
		 line-height: 45px;
		 padding-bottom: 15px;
		 margin-top: 0;
	}
	 .sliderWThumbnail .container {
		 padding: 0;
	}
	 .sliderWThumbnailMobileTitle {
		 text-align: center;
		 font-size: 30px;
		 color: #c01533;
	}
	 .sliderWThumbnail-nav {
		 margin-bottom: 22px;
	}
	 .sectionWOverlay .container .h1 {
		 font-size: 50px;
		 line-height: 60px;
	}
	 .cta-testimonial-content {
		 width: calc(100% - 25px);
	}
	 .cta-testimonial .cta-desc {
		 padding-bottom: 10px;
	}
	 .cta-testimonial .cta-img {
		 margin-top: -25px;
		 margin-left: -25px;
	}
	 .cta-testimonial blockquote::before {
		 top: auto;
		 bottom: -44px;
	}
	 .cta-testimonial cite {
		 padding-bottom: 25px;
		 padding-right: 24px;
	}
	 .footer-box:nth-of-type(2) .contactInfo li:nth-of-type(2):before {
		 width: 40px;
	}
	 .featuredSection-two-img .featuredImg .featuredSection-multiImage {
		 width: 100%;
		 position: relative !important;
	}
	 .instagram-title {
		 width: 100%;
		 padding: 90px 5px;
		 height: 352px;
	}
	 .instagram-title span:first-of-type {
		 font-size: 45px;
	}
	 .instagram-title span {
		 font-size: 42px;
	}
	 .instagram-slider {
		 display: none;
	}
	 .instagram-slider-mobile {
		 display: block;
	}
	 #content-6.instagram-slider-mobile ul li {
		 width: 100%;
	}
	 .featuredSection-two-img .featuredImg .featuredSection-multiImage.hover1, .featuredSection-two-img .featuredImg .featuredSection-multiImage.hover {
		 width: 100%;
		 position: relative;
	}
}
 