/******************CSS ffrontpage*******************/
.header .nav-link.active {
    color: var(--bs-secondary) !important;
}

.user-logged-in .block-views-blockpage-banner-block-1+#main .primary.nav-tabs {
    margin-top: 200px;
}

.home-banner-5.bg-image {
    background-color: #fefae3;
    background-position-y: 145px;
    background-position-x: 89px;
    background-size: 100%;
    height: auto;
}

h2:not(.our-works-5 .home-5-title h2,.who-we-are-3 .item h2, .home-banner-2 .carousel-item .content h2)
{
    font-size: 35px !important;
    font-weight: 800;
    background: -webkit-linear-gradient(#0e4e93, #292626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.text-link {
    color: #eaa347;
    font-weight: 600;
}

a.text-link:hover {
    color: #060638;
}

/*Topbar Phone icon*/


.topbar-right .content {
    display: flex;
    gap: 15px;
}

.topbar-right .content a {
    color: #fff;
}

#header-1 .topbar .item .topbar-right .btn-primary {
    margin: 0px 10px;
}

.header .topbar .item {
    justify-content: space-evenly !important;
}

.make-an-appointment-form {
    background-color: transparent;
    padding: 0;
}

.make-an-appointment-form h3 {
    color: #FFF;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 0
}

.make-an-appointment-form .btn-primary {
    box-shadow: none;
}

/*CSS for removing slider next and previous buttons*/
button.carousel-control-prev-2, button.carousel-control-next-2 {
    display: none;
}

.btn-style-1:focus {
    color: var(--bs-secondary) !important;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 0px 2px var(--bs-secondary);
    border-radius: 0px;
}

.btn-style-1:hover{
    color: #fff !important;
}

/*Remove Breadcrumbs*/
.block.block-system.block-system-breadcrumb-block {
    display: none;
}

img {
    height: 100%;
    object-fit: contain;
}

img[data-entity-uuid], img[data-entity-type = "file"] {
    width: 100%;
}

/*CSS for logo in front page by SKD*/
.home-banner-logo img {
    width: 200px;
    height: 200px;
}

.about-us-1 .image img {
    height: auto !important;
}

.home-banner-logo {
    display: inline-block;
    float: left;
    margin-left: 3%;
}

.home-banner-5 .item .btn-primary {
    clear: left;
    float: left;
}

/*CSS for Header Arizona Sleep and breathing*/
.topbar-left .icon {
    display: none;
}

#header-1 .topbar .item .topbar-left li{
    font-size: 35px;
}
/*CSS for img align-left*/
.paragraph img.align-left,
.paragraph img.align-right{
    padding-right: 30px;
    width: 500px;
    height: auto;
}

/*CSS for Referrals by SKD.node--type-page h2,
.services-full-width h2
{
    font-size: 35px;
    font-weight: 800;
    background: -webkit-linear-gradient(#0e4e93, #292626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*CSS for Home slider*/
.carousel-item {
    transition: transform 4.6s ease-in-out;
    transition-delay: 4s;
}
.carousel-item .content h2 {
    opacity: 0;
    transition: opacity 4.5s ease-in-out;
    text-align: center;
}

.carousel-item.active .content h2
{
    opacity: 1;
}

/*CSS for Pathway to Better Health*/
.dt-section:has(.our-works-5) {
    background-color: #13232f;
}

.our-works-5 .home-5-title h2 {
    color: #fff;
}

/*Buttons*/
.about-us-1 .content .btn-primary {
    margin-top: 0px;
}

/*List style by SKD*/
.item-list > li {
    list-style: disc;
    font-family: var(--bs-secondary-font);
}

/*Image border by SKD*/
.about-us-1 .image,
.about-us-2 .image
{
    position: relative;
    flex: 1;
    border: 20px solid #e5f7f9;
    box-shadow: 8px 5px 10px #00000040;
    border-radius: 6px;
}

.about-us-2 .image {
    height: auto;
}
.about-us-1 .row{
    justify-content: center !important;
    align-items: flex-start !important;
}

/*TMJ*/
.about-us-2 .row.justify-content-center {
    display: inline-block;
}

.about-us-2 .row>div {
    width: 100%;
}

.about-us-2 .image {
    display: inline-block;
    float: left;
    clear: left;
    margin-right: 2%;
}

/*CSS for Testimonials SKD*/
.view-id-testimonials .item p {
  margin: 0;
  max-height: 5em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.view-id-testimonials .item p::after {
  content: '... Read more';
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e5f7f9;
  color: #e79c3a;
  padding-left: 5px;
  cursor: pointer;
}

.view-id-testimonials .item p:hover {
  max-height: 1000px;
  overflow: visible;
  cursor: pointer;
}

.view-id-testimonials .item p:hover::after{
    display: none;
}

.view-id-testimonials .slider-style-6 .item .profile-image .icon {
    display: none;
}

.view-id-testimonials.slider-style-6 .item .profile-image .icon {
    display: none;
}

.view-id-testimonials .pagination li.last.page-item,
.view-id-testimonials .pagination li.first.page-item,
.view-id-services .pagination li.last.page-item,
.view-id-services .pagination li.first.page-item{
    display: none;
}

/*CSS for Services*/
.services-bg .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.services-style-3 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    transition: .3s ease-in-out;
    height: 200px;
}

.services-style-3 .item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

.services-style-3 .col-lg-3.col-md-6.col-12 {
    width: 32%;
}

.services-style-3 .row {
    gap: 10px;
}

.services-style-3 .item .icon {
    display: block;
    margin: auto;
    width: 44px;
    height: 44px;
    margin-bottom: 0;
}

.services-style-3 .item p {
    display: none;
}

.services-style-3 .item h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}

.services-style-3 .item {
    background-color: #193142;
    border-color: var(--bs-primary);
}

.services-style-3 .item:hover {
    background-color: #fff !important;
    border-color: var(--bs-primary);
    box-shadow: 5px 5px #524e4e;
}

.services-style-3 .item:hover h3 {
    color: #000 !important;
}

.services-style-3 .item:hover .icon svg path, .services-style-3 .item:hover .icon svg circle {
    fill: var(--bs-secondary) !important;
}


.home-4-title p {
    text-align: start;
}

.sub-section {
    display: inline-block;
    position: relative;
    top: -55px;
    text-align: -webkit-left;
    left: 190px;
}

.services-style-3 .btn-primary{
    display: none;
}

/*YT video*/
.field--name-field-youtube-video {
    display: flex !important;
    width: 1140px !important;
    margin: auto;
    padding: 0 12px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    position: relative;
    top: -70px;
}

.field--name-field-youtube-video .field__item {
    width: 45%;
}

.field--name-field-youtube-video .youtube-container,
.field--name-field-youtube-video iframe {
    width: 100% !Important;
}

.home-banner-5 .item h1 a {
    margin-left: -0.5%;
}

.home-banner-5 .item h1 p {
    font-weight: 900;
}

.home-banner-5 p {
    color: black;
    line-height: 40px;
    font-size: 20px;
}

.home-banner-5 span {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 600;
    color: #1f42a7;
}

.home-banner-5 .dt-section {
    width: 100%;
    display: inline-block;
}

.home-banner-5 #home-banner-info {
    display: inline-block;
    width: 63%;
    float: left;
}

.page-banner {
    background-position: center 75%;
}

.home-banner-5 .home-banner-img {
    width: 30%;
    float: right;
    display: none;
    position: absolute;
    right: 5%;
    bottom: 0;
    min-height: 700px;

}

.home-banner-5 .home-banner-img img {
    height: 100%;
    min-height: 700px;
}

.home-banner-5 .item .content {
    max-width: 100%;
}

.home-banner-5 .item {
    margin-top: 10%;
    margin-bottom: 5%;
    padding-bottom: 0;
}

.home-banner-5 h1 {
    font-size: 65px;
    background: -webkit-linear-gradient(#2b6c36,#3c3a3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-banner-tag-line::before {
    content: "";
    font-size: 40px;
    width: 50px;
    display: inline-block;
    height: 2px;
    /* position: absolute; */
    vertical-align: middle;
    background: #711c82;
    margin-top: -6px;
    margin-right: 2%;
}

.user-logged-in .home-banner-5 .item {
    margin-top: initial;
}

/************** NAVBAR CSS ***************/

.user-logged-in #header-1 .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    margin-left: 1rem;
}

#header-1 .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    margin-left: 1rem;
}

.user-logged-in #header-1 .navbar-brand img {
    min-width: 81px;
    height: 94px;
}

#header-1 .navbar-brand img {
    min-width: 81px;
    height: 95px;
    width: 81px;
}

.services-style-1 .item .icon {
    border: 1px solid #0000002E;
}

.services-style-1 .item h3 {
    min-height: 50px;
}

.services-style-1 .item a h3 {
    color: #23419b;
}

.services-style-1 .col-lg-3 {
    width: 33.3%;
}

/*************** CSS FOR TEAM PAGE ***************/

.our-team-title h2 {
    width: 100%;
    font-size: 35px;
    font-weight: 800;
    background: -webkit-linear-gradient(#0e4e93,#292626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-display-id-block_2 .views-field-field-image .field-content img {
    width: 60%;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 44px;
    box-shadow: -7px 0 0 7px #f37272;
    width: 250px;
    height: 250px;
    background-color: #bdb5aa;
    vertical-align: middle;
}

.views-element-container {
    display: inline-block;
    width: 100%;
}

.view-content {
    display: inline-block;
    width: 100%;
}
.views-row {
    display: inline-block;
    margin: 5%;
}

.view-display-id-block_2 {
    display: inline-block;
    width: 100%;
}

.field-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 2%;
}

.views-field-field-image {
    display: inline-block;
    width: 100%;
}

.views-field-field-social-media-profile .views-field-field-name {
    display: flex;
    justify-content: center;
}

.slider-style-2 .item .profile img {
    display: none;
}

.views-field-field-social-media-profile {
    display: none;
}

.view-display-id-block_2 .views-field-field-name {
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 22px;
}

.view-display-id-block_2 .views-field-field-designation {
    color: #647589;
    font-weight: 500;
    letter-spacing: 0.16px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
}

.view-display-id-block_2 .pager--load-more {
    display: none;
}

.home-3-title span {
    width: 15%;
}

#services-style_4 {
    width: 100%;
}

.home-3-title span::after {
    right: 0;
}

.field--type-image{
    position: relative;
    border: 20px solid #e5f7f9;
    box-shadow: 8px 5px 10px #00000040;
    border-radius: 6px;
    width: 500px;
    height: auto;
    float: left;
}

.field--type-image img {
    width: 100%;
    height: 100%;
}

/*SKD*/
.view-display-id-page_1 .views-row {
    display: inline-block !important;
    height: 400px;
}

.view-display-id-page_1 .views-field-field-image, .view-display-id-page_1 .views-field.views-field-field-name, .view-display-id-page_1 .views-field.views-field-field-designation {
    width: 200px;
    clear: left;
    float: left;
    text-align: center;
}

.view-display-id-page_1 .views-field-field-description {
    position: relative;
    bottom: 227px;
}

.view-display-id-page_1 .Kathi.views-row,
.view-display-id-page_1 .Misty.views-row{
    height: 450px;
}

.view-display-id-page_1 .Katelyn.views-row {
    height: 330px;
}

.view-display-id-page_1 .Cara.views-row {
    height: 420px;
}

.view-display-id-page_1 .Ysela.views-row,
.view-display-id-page_1 .Stephanie.views-row {
    height: 350px;
}

/***************** CSS FOR PATIENT PORTAL *****************/

#patient-portal h2 {
    width: 100%;
    font-size: 35px;
    font-weight: 800;
    background: -webkit-linear-gradient(#0e4e93,#292626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*
#patient-portal p {
    font-size: 22px;
    color: black;

}

/***************** CSS FOR ABOUT US 7 *****************/

.paragraph--type--about-us-7 .field--name-field-background-color {
    display: none;
}

.paragraph--type--about-us-7 {
    display: flex;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--bs-secondary-light-blue-color);
    justify-content: center;
}

.paragraph.paragraph--type--about-us-7:has(#patient-portal) {
    background: none;
}

.paragraph--type--about-us-7 .field--name-field-formatted-description {
    padding-left: 40px;
    padding-right: 40px;
    width: 41%;
}

.paragraph--type--about-us-7 .field--name-field-formatted-description h2 {
    font-size: 32px;
    margin-bottom: 27px;
}

.paragraph--type--about-us-7 .field--name-field-formatted-description p,
.about-us-2 .content p,
.home-4-title p,
p{
    font-size: 17px;
}

.paragraph--type--about-us-7 .field--name-field-formatted-description ul li a {
    color: #eaa347;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

.paragraph--type--about-us-7 .field--name-field-formatted-description ul li a:hover {
    text-decoration: underline;
}

.paragraph--type--about-us-7 .field--name-field-formatted-description ul li a:active {
    text-decoration: underline;
}

.paragraph--type--about-us-7 .field--name-field-formatted-description ul li {
    list-style: square;
    color: #711c82;

}

.paragraph--type--about-us-7 .field--name-field-formatted-description ul {
    padding: 0 5%;
}

#alpa-merchant-img {
    width: 20%;
    float: left;
}

#alpa-merchant-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 6px 6px 6px #00000029;
}

#alpa-merchant-description {
    display: inline-block;
    float: left;
    width: 70%;
}

#alpa-merchant-description #alpa-merchant-subinfo {
    padding-left: 7.5%;
}

.paragraph--type--about-us-6  {
    padding: 5% 5%;
    background-color:#E4F6F9;
}

.paragraph--type--about-us-6 p {
    font-size: 16px;
}

#alpa-merchant-info p {
     padding-left: 8%;
     font-size: 20px;
     color: #000000;
     line-height: 30px;
}

#alpa-merchant-info p span {
    color: #eaa347;
    font-weight: 700;
    font-size: 28px;
}

#alpa-merchant-subinfo p {
    font-size: 20px;
    font-weight: 600;
    color: #000000;

}

#alpa-merchant-subinfo ul li {
     list-style: square;
     margin-left: 5%;
     color: #000000;
     font-size: 20px;
     line-height: 30px;
}

.view-display-id-page_1 .views-field-field-image img {
    border-radius: 50%;
    box-shadow: 6px 6px 6px #00000029;
    width: 100%;
    height: 100%;
}


.view-display-id-page_1 .views-field-field-description {
    width: 80%;
    float: left;
    padding: 0 2%;
    line-height: 24px;
    padding-left: 6%;
    color: var(--bs-secondary-gray-color);
}

.view-display-id-page_1 .views-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 1%;
    border-bottom: 1px solid var(--bs-secondary-gray-color);
}

#block-healthcare-plus-content .view-display-id-page_1  {
    padding: 10% 5%;
    background-color: var(--bs-secondary-light-blue-color);
}

.departments-1 .item {
    box-shadow: 0px 10px 5px #00000014;
}

/***************** CSS FOR TESTIMONIAL *****************
.slider-style-2 .item .item-content {
    text-align: left;
}

.testimonials-1 .home-1-title h2 {
    width: 20.3%;
}

/***************** CSS FOR FOOTER *****************/

.footer-subscribe {
    display: none;
}

.footer-facebook i {
    color: #000;
}

.footer .footer-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .footer-content-3{
     margin-left: 30%;
     display: inline-block;
}

.footer .footer-content-4 {
     margin-left: 32%;
     display: inline-block;
}

.footer .row>div:nth-of-type(3) {
    width: 50%;
}

/***************** CSS FOR SERVICE PAGE *****************/

.service-title span {
    margin-bottom: 0;
}

#services-label {
    width: 100%;
}

#services-label h2 {
    width: 100%;
    font-size: 35px;
    font-weight: 800;
    background: -webkit-linear-gradient(#0e4e93,#292626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-style-1 .item .icon {
    border: 1px solid #0000002E;
}

.services-style-1 .item h3 {
    min-height: 50px;
}

.services-style-1 .item a h3 {
    color: #23419b;
}

.services-style-1 .col-lg-3 {
    width: 33.3%;
}

.services-4-grid .item {
    box-shadow: 6px 6px 6px #00000014;
}

.department-style-1 .item h3 {
    color: #711c82;
}

.department-style-1 .item p {
    font-size: 19px;
    line-height: 28px;
    color: #1e2021
}

.formatted-title h2 {
    font-size: 35px;
    font-weight: 800;
    background: -webkit-linear-gradient(#0e4e93,#292626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-1-title * {
    position: initial;
}

/***************** CSS FLEXSLIDER *****************/

#flexslider-1 .views-field.views-field-field-description {
    text-align: center;
}

#flexslider-1 .field-content {
    font-size: 18px;
    line-height: 30px;
    font-family: var(--bs-secondary-font);
    width: 85%;
    margin-bottom: 50px;
    color: #647589;
}

#flexslider-1 {
    background: transparent;
    border: 4px solid transparent;
}

#flexslider-1 .views-field.views-field-title {
    text-align: center;
}

#flexslider-1 .views-field.views-field-title span a {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: 0;
}

.testimonial-wrapper::after {
    content: "";
    font-size: 40px;
    width: 361px;
    display: inline-block;
    height: 3px;
    vertical-align: middle;
    background: #f37272;
    margin-top: -45px;
    margin-left: 2%;
}

span.testimonial-wrapper i {
    font-size: 84px;
    color: #f37272;
}

/***************** CSS FOR SERVICE (INNER PAGE) *****************/

.services-full-width {
    background-color: var(--bs-secondary-light-blue-color);
}

.services-full-width .full-width li {
    list-style: square;
    margin-left: 3.5%;
    color: var(--bs-secondary-gray-color);
}

.services-full-width .full-width ul li {
    margin-left: 5%;
    color: var(--bs-secondary-gray-color);
}

.services-full-width .full-width p {
    color: var(--bs-secondary-gray-color);
}

.field--name-field-youtube-video {
    display: inline-block;
    width: 100%;
}

.field--name-field-youtube-video .youtube-container {
    float: left;
    width: 40%;
    margin-right: 3%;
}

.field--name-field-youtube-video iframe {
    border: 0;
    box-shadow: -1px 6px 12px #0000006e;
}

.link-to-video p {
    font-size: 21px;
}

/*********CSS FOR LIST STYLE***************/
.item-list-disc > li {
    list-style: disc;
}

.item-list-circle > li {
    list-style: circle;
}

.item-list-square > li {
    list-style: square;
}

.item-list-decimal > li {
    list-style: decimal;
}

.item-list-han-decimal > li {
    list-style: cjk-decimal;
}

.item-list-decimal-with-zero > li {
    list-style: decimal-leading-zero;
}

.item-list-lroman > li {
    list-style: lower-roman;
}

.item-list-uroman > li {
    list-style: upper-roman;
}

.item-list-greek > li {
    list-style: lower-greek;
}

.item-list-Ar-in > li {
    list-style: arabic-indic;
}

/***************** MEDIA QUERY *****************/

@media only screen and (max-width: 950px) and (min-width: 320px) {
    .footer .footer-content-4 ul li {
        width: 100%;
        display: inline-block;
    }

    .home-banner-logo img {
	width: 100px !important;
	height: 100px !important;
    }

    .home-banner-logo {
	margin-left: 2%;
    }

    .paragraph--type--about-us-7 {
        display: inline-block;
        width: 100%;
    }

    .paragraph--type--about-us-7 .field--name-field-formatted-description {
        width: 100%;
    }

    .paragraph--type--about-us-7 .field--type-image {
        width: 100%;
        margin-top: 8%;
     }

    section.dt-section.bg-light-blue {
        clear: left;
    }

    #block-healthcare-plus-content {
        width: 100%;
    }

    /*
    .view-display-id-page_1 .views-field-field-description {
        width: 100%;
        padding: 0 14%;
    }
   */

    .view-display-id-block_2 .view-content {
        display: flex;
	flex-wrap: wrap;
	justify-content: center;
    }

    .services-style-1 .col-lg-3 {
        width: 100%;
    }

    .home-banner-5 #home-banner-info {
        width: 100%;
    }

    .home-banner-5.bg-image {
        background-image: none !important;
        background-color: #fefae3;
        background-position-y: 5%;
        background-position-x: 46%;
        background-size: 41%;
        height: auto;
    }

    .home-banner-5 p {
        color: #000;
        font-size: 20px;
        line-height: 34px;
    }

    .home-banner-5 span {
        font-size: 20px;
        font-weight: 700;
        color: #1f42a7;
     }

    .home-banner-tag-line::before {
        width: 29px;
        background: #1f42a7;
    }

    .home-banner-5 .item .btn-primary {
        margin: 0 auto;
        margin-top: 6%;

    }

   #header-1 .navigation-sticky.header-fixed .navbar-brand {
    top: 0px;
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    #header-1 .navigation-sticky.header-fixed .navbar-brand img {
    min-width: 81px;
    height: 62px;
    width: 81px;
    }
    #header-1 .topbar .item .topbar-left li {
	font-size: 25px;
    }

    .header .topbar .item .topbar-right {
	display: none;
    }

    #header-1 .navbar-wrapper #block-healthcare-plus-socialmedialinksheader {
        padding-right: 10px;
    }

    .make-an-appointment-form .btn-primary {
        box-shadow: none;
        font-size: 14px;
        color: #FFF;
        font-weight: 600;
        letter-spacing: 0.14px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 18px 15px;
        width: max-content;
        height: 100% !important;
        background-color: var(--bs-secondary);
        border: none;
        border-radius: 0px;
	margin-top: 0;
    }

    #header-1 .navbar-brand {
	top: -74px;
    }

    .paragraph--type--about-us-6 {
        text-align: center;
    }

    #alpa-merchant-img {
        width: 60%;
        float: initial;
        display: inline-block;
    }

     #alpa-merchant-description {
         width: 100%;
         float: initial;
         display: inline-block;
         text-align: left;
         margin-top: 9%;
     }

     #alpa-merchant-info p,
     #alpa-merchant-subinfo ul li {
         padding: 0% 1%;
         font-size: 17px;
     }

     #alpa-merchant-info p span {
         font-size: 24px;
         background: -webkit-linear-gradient(#2b6c36,#3c3a3a);
         -webkit-background-clip: text;
         -webkit-text-fill-color: transparent;
     }

     #alpa-merchant-description #alpa-merchant-subinfo {
         padding-left: 0.5%;
     }

     #alpa-merchant-description #alpa-merchant-subinfo ul {
         padding-left: 6%;
     }

     .services-bg .container {
	 display: flex;
	 flex-wrap: nowrap;
	 align-items: flex-start;
	 flex-direction: column;
     }

     .sub-section {
	 display: inline-block;
	 position: relative;
	 top: -700px;
         left: 10px;
     }

     .services-style-3 .row {
	 gap: 10px 0;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-evenly;
	 margin-top: 2%;
     }

     .services-style-3 .col-lg-3.col-md-6.col-12 {
	 width: 50%;
     }

     .testimonials-1 .home-1-title h2 {
         width: 61.3%;
         margin: o auto;
     }

     .back-to-top {
         position: fixed;
         opacity: 0;
         right: 30px;
         bottom: 30px;
         z-index: 996;
         background-color: var(--bs-primary);
         width: 40px;
         height: 40px;
         border-radius: 50px;
         display: flex;
         justify-content: center;
         align-items: center;
         transition: all .5s;
         opacity: 1;
     }

     #block-healthcare-plus-content .view-display-id-page_1 {
         padding: 32% 5%;
     }

     .view-display-id-page_1 .views-field-field-image img {
	 margin-bottom: 6%;
     }

     .view-display-id-page_1 .views-row {
         border-bottom: 1px solid black;
	 flex-direction: column;
         padding-bottom: 7%;
         margin-top: 6%;
         text-align: center;
     }

     .view-display-id-page_1 .views-field-field-description {
         line-height: 30px;
         width: 100%;
         padding-left: initial;
         text-align: left;
     }

     .view-display-id-page_1 .views-field-field-image,
     .view-display-id-page_1 .views-field-field-name,
     .view-display-id-page_1 .views-field-field-designation {
         float: initial !important;
         width: auto !important;
         font-weight: 600;
     }

     .views-field.views-field-field-designation {
	 padding-bottom: 220px;
     }

     .view-display-id-page_1 .Kathi.views-row{
	 height: 1250px;
     }

     .view-display-id-page_1 .Katelyn.views-row {
	 height: 1030px;
     }

     .view-display-id-page_1 .Cara.views-row{
	 height: 1250px;
     }

     .view-display-id-page_1 .Kevin.views-row{
	 height: 1370px;
     }

     .view-display-id-page_1 .Ysela.views-row {
	 height: 1130px;
     }

     .view-display-id-page_1 .Stephanie.views-row {
	 height: 1050px;
     }

     .view-display-id-page_1 .Misty.views-row{
	 height: 1370px;
     }

     .footer .footer-content {
         padding-left: 10%;
         padding-right: 10%;
     }

     .home-banner-5 .container {
         padding-top: 9%;
     }

     #patient-portal p {
         font-size: 20px;
     }

     .paragraph img.align-left,
     .paragraph img.align-right{
	 width: 200px;
	 object-fit: contain;
     }

     .footer .footer-content-4 {
	 margin-left: initial;
     }

     .footer .row>div:nth-of-type(3) {
	 width: 100%;
     }

     .footer .footer-content-4 ul li span {
	 background-color: initial;
         width: 100%;
	 height: 45px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
     }

     .footer .footer-content-4 ul li span svg {
         width: 17%;
         height: 100%;
         background: #e5f7f9 !important;
         padding: 4%;
         border-radius: 32px;
     }

     .footer-facebook i {
         color: #000;
         background: #e5f7f9;
         padding: 4%;
         border-radius: 47%;
         font-size: 25px;
	 width: 18%;
     }

     .footer-content .row {
	 justify-content: center;
         text-align: center;
     }

     span .testimonial-wrapper {
         display: block;
         width: 100%;
     }

     span.testimonial-wrapper i {
         font-size: 52px;
     }

     .testimonial-wrapper::after {
         width: 228px;
         margin-top: -24px;
         margin-left: 6%;
     }

     .book-an-appointment {
	 display: flex;
	 align-items: center;
	 justify-content: center;
     }

     .footer .footer-content-3 {
         margin-left: initial;
     }

     .field--name-field-youtube-video .youtube-container {
         float: initial;
         width: 100%;
     }

     .field--name-field-youtube-video .youtube-container iframe {
         width: 100%;
     }

     .topbar .container {
	 padding: 0;
     }

     #header-1 .topbar .item .topbar-left {
	 margin: 0 0 0 40%;
     }

     .header .topbar {
         display: block;
     }

     .field--name-field-youtube-video {
	 display: inline-block !important;
         width: 100% !important;
     }

     .field--name-field-youtube-video .field__item {
	 width: 100%;
     }

     .about-us-2 .image {
	 float: none;
	 width: 100%;
     }

     .about-us-2 img {
         height: 450px;
         object-fit: cover;
     }

     .header .topbar:not(#header-5 .topbar) {
         height: unset;
         overflow: unset;
     }

}

@media only screen and (max-width: 950px) and (min-width: 320px) and (orientation: landscape) {

    .view-display-id-block_2 .views-row {
	text-align: center;
        width: 44% !important;
        margin: 3%;
    }

    .view-display-id-block_2 .views-field-field-image-1 {
        width: 96%;
    }

    .view-display-id-block_2 .views-field-field-image .field-content img {
	width: 209px;
	height: 209px;
    }

    .footer .row>div:nth-of-type(3) {
        width: 50%;
    }

    .footer .footer-content-4 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-end;
    }

    .footer .footer-content-4 {
	margin-left: 0;
    }

    .footer .footer-content-4 ul li span svg {
	width: 14%;
    }

    .footer-facebook i {
	font-size: 19px;
	width: 13%;
    }

    .footer .footer-content .row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    }

    .home-banner-5.bg-image {
        height: auto !important;
    }

    #block-healthcare-plus-content .view-display-id-page_1 {
	padding: 16% 5%
    }

    .about-us-2 .container {
	max-width: 100%;
    }

    .home-4-title {
	align-items: flex-start;
	width: 100%;
    }

    .home-4-title h2 {
	text-align: start;
    }

    .home-4-title p {
	text-align: start;
	width: 100%;
    }

    .sub-section {
	top: -855px;
	left: 120px;
    }

    .field--name-field-youtube-video {
	width: 100%;
    }

    #header-1 .navbar-brand {
        left: -105px;
    }

}

@media only screen and (max-width: 1180px) and (min-width: 768px) {

    section.home-banner-5.bg-image {
	background-position-y: 303px;
	background-position-x: 0px;
	background-size: 117%;
	height: 850px;
    }

    .home-banner-logo img {
	width: 150px;
	height: 150px;
    }

    .home-banner-5 .item {
        margin-bottom: initial;
	padding: 8% 8%;
    }

    .home-banner-5 #home-banner-info {
	width: 70%;
    }

    .home-banner-5 h1 {
	font-size: 58px;
    }

    .home-banner-5 p {
	line-height: 35px;
    }

    .home-banner-5 span {
	font-size: 25px;
    }

    .view-display-id-block_2 .views-row {
	width: 23%;
    }

    .about-us-2 .image {
        float: none;
	width: 100%;
    }

    .about-us-2 img {
        height: 450px;
        object-fit: cover;
    }

    .header .topbar {
        display: block;
    }

    .topbar .container {
        padding: 0;
    }

    #header-1 .topbar .item .topbar-left {
	margin: 0 12%;
    }

    .header .topbar:not(#header-5 .topbar) {
        height: unset;
        overflow: unset;
    }

    #header-1 .navigation-sticky.header-fixed .navbar-brand {
	top: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
    }

    #header-1 .navigation-sticky.header-fixed .navbar-brand img {
	min-width: 81px;
	height: 62px;
	width: 81px;
	margin-left: 2%;
    }

    #header-1 .navbar-brand {
	top: -53px;
	left: -90px;
	padding-top: 10px;
	padding-bottom: 10px;
    }

    .header .topbar .item .topbar-right{
	display: none;
    }

    .services-bg .container {
	 display: flex;
	 flex-wrap: nowrap;
	 align-items: flex-start;
	 flex-direction: column;
     }

     .sub-section {
	 display: inline-block;
	 position: relative;
	 top: -855px;
         left: 140px;
     }

     .services-style-3 .row {
	 gap: 10px 0;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-evenly;
	 margin-top: 2%;
     }

     .services-style-3 .col-lg-3.col-md-6.col-12 {
	 width: 50%;
     }

     .view-display-id-page_1 .views-field-field-description {
	 width: 110%;
	 float: left;
	 padding: 0 2%;
	 line-height: 24px;
	 padding-left: 30%;
	 color: var(--bs-secondary-gray-color);
     }

     .view-display-id-page_1 .views-field-field-description {
	 position: relative;
	 bottom: 255px;
     }

     .view-display-id-page_1 .Cara.views-row {
	 height: 480px;
     }

     .Kevin.views-row {
	 height: 500px;
     }

     .Stephanie.views-row {
	 height: 380px !important;
     }

     .Misty.views-row {
	 height: 530px !important;
     }

}

@media only screen and (max-width: 1180px) and (min-width: 768px) and (orientation: portrait) {

    .home-banner-5.bg-image {
	height: auto !important;
    }

    .home-banner-5 #home-banner-info {
        width: 100%;
    }

    .home-banner-5 .item .btn-primary {
        width: 30%;
        min-width: 30%;
    }

    .view-display-id-block_2 .views-row {
        width: 39%;
    }

    .footer .footer-content .row {
	flex-wrap: wrap;
    }

    .footer .footer-content-4 {
	width: 50%;
        margin-left: 15%;
    }

    .footer .footer-content-4 ul li a p {
	font-size: 17px;
	margin-top: 3%;
    }

    .footer .footer-content-4 ul li span {
	margin-bottom: 2%;
    }

    .footer ul li, .footer ul li a, .footer ul li a p {
	font-size: 20px;
    }

}

@media only screen and (max-width: 1366px) and (min-width: 915px) {
    .home-banner-5 h1 {
        font-size: 61px
    }

    .home-banner-5 p {
        line-height: 35px;
    }

    .home-banner-5 .item .btn-primary {
        min-width: 20%;
    }

    .home-banner-5.bg-image {
        background-position-y: 205px;
        background-position-x: 7px;
        background-size: 110%;
        height: auto;
    }

    .home-banner-5 .item {
        padding-top: 82px;
     }

    .view-content {
        display: inline-block;
        width: 100%;
    }

    .field--name-field-youtube-video .youtube-container {
        width: 45%;
    }

    #block-healthcare-plus-content .view-display-id-page_1 {
	padding: 16% 5%;
    }

}


/*
@media only screen and (max-width: 1200px) and (min-width: 820px) {

    #block-healthcare-plus-content .view-display-id-page_1 {
	padding: 15% 5%;
    }

    .view-display-id-page_1 .views-field-field-image img {
	margin: 5%;
    }

    .view-display-id-page_1 .views-row {
	padding-bottom: 2%;
	margin: initial;
    }

    .home-banner-5.bg-image {
	background-image: none !important;
    }

    .footer .footer-content-4 {
        margin-left: 23%;
    }

}


@media only screen and (max-width: 1368px) and (min-width: 820px) and (orientation: landscape) {

    /*
    #block-healthcare-plus-content .view-display-id-page_1 {
	padding: 17% 1%;
    }

    .view-display-id-page_1 .views-field-field-description {
	padding-top: 2%;
    }

    .view-display-id-page_1 .field-content {
	padding-bottom: initial;
    }

    .view-display-id-page_1 .views-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .footer .footer-content-4 {
	margin-left: 23%;
    }

    .home-banner-5.bg-image {
        height: initial;
    }

}
*/
