/*============== content-banner-form css =================*/
.home-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
    background-color: #000;
    padding: 120px 0 70px;
}
.gray-bg {
    background-color: #f3f3f3;
}
.list-style ul li {
    padding-left: 20px;
    position: relative;
}
.list-style ul li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #623085;
    border-radius: 50%;
    left: 0;
    top: 13px;
}
.gray-border-pattern-bottom::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    opacity: 1;
    background-Image: url(/wp-content/themes/asterhealth/assets/img/border_edge_1.png);
    background-size: cover;
    background-position: center;
    right: 0;
    transform: rotate(180deg);
}
.home-banner .row {
    max-width: 1000px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-banner .banner-content {
    padding-top: 100px;
}
.home-banner .banner-title {
    color: #fff;
    position: relative;
    font-size: 80px;
}
.home-banner .banner-description {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
}
.home-banner .btn{
    margin-top: 30px;
}
.home-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-banner-form {
    max-width: 450px;
}
.side-banner-form form {
    border-radius: 20px;
    background: rgba(255,255,255,.6);
    box-shadow: 3.6px 3.6px 54px 0px rgba(0,0,0,.1);
    backdrop-filter: blur(7.5px);
    padding: 30px;
}
.side-banner-form .form-title {
    font-size: 30px;
}
.side-banner-form .form-group{
    margin-bottom: 15px;
}
.side-banner-form .form-control{
    border-radius: 15px;
    opacity: .6;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    height: 50px;
}
.side-banner-form textarea{
    height: 100px!important;
}
.home-banner.has-form .main-row {
    max-width: 100%;
    flex-direction: row;
}
.home-banner.has-form .banner-content {
    padding-top: 0px;
    width: calc(100% - 450px);
    padding-right: 50px;
}
.side-banner-form .form-btn .btn {
    margin: 0;
    background-color: #623085!important;
    color:#fff!important;
}
.side-banner-form .form-btn .btn:hover {
    margin: 0;
    background-color: var(--color-two)!important;
    color:#fff!important;
}
@media (max-width:1500px){
    .home-banner .banner-title {
        font-size: 60px;
    }
    .home-banner .banner-content {
        padding-top: 20px;
    }
    .home-banner .btn {
        margin-top: 15px;
    }
    .side-banner-form .form-group {
        margin-bottom: 15px;
    }
    .side-banner-form .form-control {
        max-height: 70px;
    }

}
@media (max-width:1400px){
    .home-banner .banner-title {
        font-size: 55px;
    }
    .home-banner .banner-description {
        font-size: 18px;
        margin-top: 10px;
    }
}
@media (max-width:1300px){
    .home-banner .banner-title {
        font-size: 50px;
    }
}
@media (max-width:1199px){
    .home-banner.has-form .banner-title {
        font-size: 45px;
    }
    .home-banner.has-form .banner-description {
        font-size: 16px;
    }
}

@media (max-width:991px){
    .home-banner.has-form .banner-content {
        width: calc(100% - 270px);
        padding-right: 20px;
    }
    .side-banner-form {
        max-width: 270px;
    }
    .side-banner-form form {
        padding: 30px 15px;
    }
    .side-banner-form .form-title {
        font-size: 20px;
    }
    .home-banner.has-form .banner-title {
        font-size: 32px;
    }
    .home-banner .banner-title {
        font-size: 45px;
    }
}

@media (max-width:767px){
    .home-banner {
        height: auto;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .home-banner .banner-title {
        font-size: 23px;
    }
    .home-banner .banner-description {
        font-size: 14px;
    }
    .home-banner.has-form .banner-content {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .side-banner-form {
        max-width: 100%;
    }
    .side-banner-form form {
        padding: 40px 15px;
        border-radius: 0;
        background: #f7f7f7;
    }
    
}

/*========== Banner Form ============*/
.banner-form form {
    padding-left: 20px;
}
.banner-form .form-row {
    border-radius: 36px;
    background: #FFF;
    box-shadow: 4px 4px 55px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin-top: -110px;
    z-index: 1;
    position: relative;
}
.banner-form .heading {
    font-size: 32px;
}
.banner-form .form-group{
    margin-bottom: 20px;
}
.banner-form .form-control {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    padding: 15px;
}
.banner-form .form-btn{
    width: 100%;
}

@media (max-width:1400px){
    .banner-form .form-row {
        padding: 30px;
    }
    .banner-form .desc {
        font-size: 15px;
    }
}

@media (max-width:1199px){
    .banner-form .form-row {
        padding: 30px;
    }

    .banner-form .heading {
        font-size: 24px;
    }
    .banner-form .desc {
        line-height: 1.5;
    }

}

@media (max-width:991px){
    .banner-form .left-col {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width:767px){
    .banner-form form {
        padding-left: 0;
    }
    .banner-form .form-row {
        padding: 30px 15px;
        margin-top: -100px;
    }
    .banner-form .heading {
        font-size: 24px;
    }
    .banner-form .form-btn {
        margin-top: 20px;
    }
    .banner-form .btn {
        width: 100%;
    }
}

/*====== content-bg-image-with-text ========*/
.bg-image-with-text{
    position: relative;
    background-color: #f5f5f5;
    z-index: 1;
}
.bg-image-with-text .image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.bg-image-with-text .image img {
    height: 100%;
    object-fit: cover;
    object-position: 0 center;
}
.bg-image-with-text .content-inner {
    background-color: var(--color-two);
    padding: 45px;
}
.bg-image-with-text.image-left .row {
    justify-content: flex-end;
}
.bg-image-with-text.image-left .image {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


@media (max-width: 1300px){
    .bg-image-with-text .content-inner {
        padding: 50px;
    }
}

@media (max-width: 991px){
    .bg-image-with-text .content-inner {
        padding: 30px;
    }
}

@media (max-width: 767px){

    .bg-image-with-text .container {
        padding: 0;
    }
    .bg-image-with-text {
        padding: 0;
    }
    .bg-image-with-text .content-inner {
        background-color: var(--color-two);
        padding: 40px 15px;
    }
    .bg-image-with-text .image {
        width: 100%;
        position: relative;
    }

}

/*====== bg-image-with-text-v2 ========*/

.bg-image-with-text-v2{
    position: relative;
    background-color: #f5f5f5;
    z-index: 1;
}
.bg-image-with-text-v2 .image {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.bg-image-with-text-v2 .image img {
    height: 100%;
    object-fit: cover;
    object-position: 0 center;
}
.bg-image-with-text-v2.content-right .row {
    justify-content: flex-end;
}

@media (max-width: 991px){
    .bg-image-with-text-v2 .content-inner {
        padding: 30px;
    }
}


@media (max-width: 767px){

    .bg-image-with-text-v2 .container {
        padding: 0;
    }
    .bg-image-with-text-v2 {
        padding: 0;
    }
    .bg-image-with-text-v2 .content-inner {
        padding: 0 15px;
    }
    .bg-image-with-text-v2 .image {
        width: 100%;
        position: relative;
    }

}

/*====== content-counter ========*/
.counter-section .item {
    border: 1px solid #ddd;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.counter-section .item:first-child {
    border-left: 0;
}
.counter-wrap {
    display: flex;
    justify-content: center;
    font-size: 65px;
    font-weight: 300;
    color: var(--color-one);
    line-height: 1.2;
}
.counter-title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}

@media (max-width: 991px){
    .counter-wrap {
        font-size: 50px;
    }
    .counter-title {
        font-size: 14px;
    }
}


/*============ content-faqs-block ============ */
.faq-accordion {
    border: 1px solid #CDCDCD;
}
.faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-accordion .accordion-body {
    padding: 20px 20px;
    border: none;
    border-top: 1px solid #CDCDCD;
}
.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    background: #fff;
    position: relative;
    border-radius: 0;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-header button {
    padding: 20px 70px 20px 20px;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.3;
    background: transparent;
    font-weight: 400;
    letter-spacing: .6px;
}
.faq-accordion .accordion-button{
    position: relative;
}
.faq-accordion .accordion-button:after {
    display: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    border: 0px solid var(--color-one);
    z-index: 1;
}
.faq-accordion .accordion-button[aria-expanded="true"] .arrow {
    background: var(--color-one);
}
.faq-accordion .accordion-button[aria-expanded="true"] .arrow:before {
    border-color: #fff;
}
.faq-accordion .accordion-button .arrow:before {
    content: "";
    border-top: 2px solid #121212;
    text-decoration: none;
    width: calc(100% - 20px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-accordion .accordion-button .arrow:after {
    content: "";
    border-right: 2px solid #121212;
    text-decoration: none;
    width: 1px;
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-accordion .accordion-button:not(.collapsed) .arrow:after {
    display: none;
}


@media (max-width: 1199px){
    .faq-accordion .accordion-header button {
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .faq-accordion .accordion-button  .arrow {
        width: 35px;
        height: 35px;
        right: 10px;
    }
    .faq-accordion .accordion-item .accordion-header button {
        font-size: 18px;
    }
    .faq-accordion .accordion-item .accordion-header button {
        padding: 15px 50px 15px 15px;
    }
}


/*===============  content-faqs-post ================*/
.faq-post-accordion {
    border: 1px solid #CDCDCD;
}
.faq-post-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-post-accordion .accordion-body {
    padding: 20px 20px;
    border: none;
    border-top: 1px solid #CDCDCD;
}
.faq-post-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    background: #fff;
    position: relative;
    border-radius: 0;
}
.faq-post-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-post-accordion .accordion-header button {
    padding: 20px 70px 20px 20px;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.3;
    color: var(--color-two);
    background: #fff;
    font-weight: 500;
    letter-spacing: .6px;
}
.faq-post-accordion .accordion-button{
    position: relative;
}
.faq-post-accordion .accordion-button:after {
    display: none;
}
.faq-post-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-post-accordion .pagination .nav-links {
    justify-content: center;
}

.faq-post-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    border: 0px solid var(--color-one);
    z-index: 1;
}
.faq-post-accordion .accordion-button[aria-expanded="true"] .arrow {
    background: var(--color-one);
}
.faq-post-accordion .accordion-button .arrow:before {
    content: "";
    border-top: 2px solid #121212;
    transition: all 400ms ease-in-out;
    text-decoration: none;
    width: calc(100% - 20px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-post-accordion .accordion-button .arrow:after {
    content: "";
    border-right: 2px solid #121212;
    transition: all 400ms ease-in-out;
    text-decoration: none;
    width: 1px;
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-post-accordion .accordion-button:not(.collapsed) .arrow:after {
    display: none;
}
.faq-post-accordion .accordion-item {
    display: none;
}
.faq-post-accordion .accordion-item.active {
    display: block;
}
.faqs-post .load-more-btn{
    margin-top: 40px;
}

@media (max-width: 767px){
    .faq-post-accordion .accordion-header button {
        padding: 15px 50px 15px 15px;
        font-size: 18px;
    }
    .faq-post-accordion .accordion-button .arrow {
        width: 35px;
        height: 35px;
        right: 10px;
    }
}

/*============= Form With Map ============*/
.form-with-map {
    position: relative;
    z-index: 1;
}
.form-with-map:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #F8F8F8 54%, rgba(128, 202, 222, 0.00) 81%)!important;
    z-index: 3;
    pointer-events: none;
}
.form-with-map iframe{
    position: absolute;
    right: 0;
    width: 54%;
    top: 0;
    height: 100%;
    z-index: 2;
    display: block;
}
.form-with-map .form-group {
    margin-bottom: 40px;
}

.form-with-map .form-control {
    border: 0;
    border-bottom: 1px solid #959595;
}
.form-with-map .form-col{
    position: relative;
    z-index: 3;
}

@media (max-width: 991px){
    .form-with-map{
        padding-bottom: 0 !important;
    }
    .form-with-map iframe{
        position: relative;
        width: 100%;
        margin-top: 40px;
        height: 400px;
    }
    .form-with-map:before {
        display: none;
    }
}
@media (max-width: 767px){
    .form-with-map {
        padding-bottom: 0;
        text-align: center;
    }
    .form-with-map .form-btn{
        margin: auto;
    }
    .form-with-map iframe {
        position: relative;
        width: 100%;
        height: 350px;
    }
    .form-with-map:before{
        display: none;
    }
}


/*=========== content-icon-box ===========*/
/* Icon Box */
.icon-box-section {
    background: var(--color-one);
    color: #fff;
}
.icon-box-list{
    justify-content: center;
}
.icon-box-list .icon {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
}
.icon-box-list .inner {
    height: 100%;
    padding: 20px 10px;
    transition: all .3s ease-in-out;
}
.icon-box-list .title {
    font-size: 28px;
}
.icon-box-list .inner:hover {
    background: rgba(255,255,255,0.25);
}

@media (max-width: 1199px){
    .icon-box-list .title {
        font-size: 24px;
    }
}

@media (max-width: 767px){
    .icon-box-list .item + .item .inner {
        margin-top: 15px;
    }
}


/*======== content-image-box ==========*/
.image-box-section{
    background: #F6F8F8;
}
.image-box .image{
    position: relative;
}
.image-box .image img {
    width: 100%;
    object-fit: cover;
}
.image-box .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    transition: all .4s ease-in-out;
}
.image-box .image:hover:before {
    background: rgba(0,0,0,0.25);
}
.image-box .image .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.image-box .image img {
    width: 100%;
    object-fit: cover;
    object-position: center 0;
}
.image-box.two-col .image img{
    height: 480px;
}
.image-box.three-col .image img{
    height: 350px;
}
.image-box .title {
    font-size: 28px;
    font-weight: 500;
    color: var(--color-two);
    line-height: 1.2;
    margin-top: 30px;
}
.image-box .sub-title {
    margin-bottom: 10px;
    font-weight: 600;
}
.image-box .image .icon {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 105px;
    height: 95px;
}
.image-box.two-col .image .icon {
    width: 150px;
    height: 135px;
}


@media (max-width: 1199px){
    .image-box .title {
        font-size: 25px;
    }
    .image-box.two-col .image img {
        height: 440px;
    }
    .image-box.three-col .image img {
        height: 300px;
    }
}

@media (max-width: 991px){
    .image-box .title {
        font-size: 20px;
    }
    .image-box .sub-title {
        font-size: 14px;
    }
    .image-box.three-col .image .icon {
        width: 70px;
        height: 55px;
    }
    .image-box.two-col .image .icon {
        width: 100px;
        height: 85px;
    }
    .image-box.two-col .image img {
        height: 340px;
    }
    .image-box.three-col .image img {
        height: 240px;
    }
}

@media (max-width: 767px){
    .image-box .image .icon {
        bottom: -15px;
        left: -15px;
    }
    .image-box.three-col .image img {
        height: 300px;
    }
}


/*=========== content-image-gallery ==============*/
.image-gallery .row{
    justify-content: center;
}
.image-gallery .item{
    margin-top: 20px;
}
.image-gallery .inner{
    position: relative;
}
.image-gallery .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    transition: all .4s ease-in-out;
}
.image-gallery .inner:hover:before {
    background: rgba(0,0,0,0.25);
}
.image-gallery img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

@media (max-width: 1199px){
    .image-gallery img {
        height: 300px;
    }
}
@media (max-width: 991px){
    .image-gallery img {
        height: 240px;
    }
}

/*========== content-image-with-text-v2 =============*/

.image-with-text-v2 .text-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--color-two);
    color: #fff;
    padding: 40px;
    height: 100%;
}
.image-with-text-v2 .heading{
    color: #fff;
}
.image-with-text-v2 .image {
    height: 100%;
}
.image-with-text-v2 .image img{
    height: 100%;
    object-fit: cover;
}
.image-with-text-v2 .description {
    font-size: 18px;
}
.image-with-text-v2.image-right .row{
    flex-direction: row-reverse;
}

@media (max-width: 991px){
    .image-with-text-v2 .text-inner {
        padding: 40px 20px;
    }
    .image-with-text-v2 .description {
        font-size: 16px;
    }
}


/*=========== content-image-with-text-v3 ============*/
.image-with-text-v3 .row{
    background: var(--color-two);
    color: #fff;
    padding: 50px;
    align-items: center;
}
.image-with-text-v3 .image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.image-with-text-v3 .image {
    min-height: 200px;
    display: flex;
    align-items: center;
}
.image-with-text-v3 .text-inner{
    padding-left: 40px;
}
.image-with-text-v3.image-right .row{
    flex-direction: row-reverse;
}
.image-with-text-v3.image-right .text-inner{
    padding-left: 0;
    padding-right: 40px;
}

@media (max-width: 991px){
    .image-with-text-v3 .text-inner {
        padding-left: 0;
    }
    .image-with-text-v3 .image-col {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .image-with-text-v3 .row {
        padding: 40px 15px;
    }
}

/*========== content-image-with-text ===========*/

.image-with-text.image-right .row {
    flex-direction: row-reverse;
}
.image-with-text .image.image-border:before {
    content: "";
    border: 1px solid var(--color-two);
    background: rgba(30, 77, 128, 0.04);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}
.image-with-text .image.image-bg:before {
    content: "";
    background: var(--color-two);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    opacity: 0.2;
}
.image-with-text .content-inner{
    padding-left: 30px;
}
.image-with-text.image-right .content-inner{
    padding-left: 0;
    padding-right: 30px;
}
.image-with-text.image-right .image.image-border:before {
    content: "";
    border: 1px solid var(--color-two);
    background: rgba(30, 77, 128, 0.04);
    position: absolute;
    width: 100%;
    height: 100%;
    left: auto;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}
.image-with-text .image.image-bg:before {
    content: "";
    background: var(--color-two);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    right: auto;
    bottom: -20px;
    z-index: -1;
    opacity: 0.2;
}
.image-with-text.image-right .image.image-bg:before {
    left: auto;
    right: -30px;
}

@media (max-width: 991px){
    .image-with-text .image {
        max-width: 500px;
        margin: 0 auto 60px;
    }
    .image-with-text .content-inner {
        padding-left: 0;
    }
}

@media (max-width: 767px){
    .image-with-text .image.image-border:before{
        display: none;
    }
    .image-with-text .image.image-bg:before{
        display: none;
    }
    .image-with-text .image {
        margin: 0 auto 20px;
    }
    .image-with-text.image-right .content-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

/*============ content-logo-carousel =============*/
.logo-section .awards-slider {
    margin-top: 30px;
}
.logo-slider .item {
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
}
.logo-slider .item:before {
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    background-color: #ddd;
}
.logo-slider .item.slick-active:last-child:before{
    display: none;
}
.logo-slider .item img {
    height: 110px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    transition: all 0.5s ease;
}
.logo-slider .item:hover {
    border-color: var(--color-one);
}
.logo-slider .item:hover img {
    filter: grayscale(0);
}
.logo-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
}
.logo-slider .slick-next {
    left: auto;
    right: 0;
}
.logo-slider .slick-next:before, .logo-slider .slick-prev:before {
    width: 12px;
    height: 12px;
}

@media (max-width: 1199px){
    .logo-slider .slick-dots {
        margin-bottom: 20px;
    }
}


/*========= content-map ===========*/
.map iframe{
    width: 100%;
    height: 500px;
    display: block;
}
@media (max-width: 1400px){
    .map iframe {
        height: 450px;
    }
}
@media (max-width: 767px){
    .map iframe {
        height: 350px;
    }
}

/*================ content-single-video ============*/
.single-video {
    max-width: 1000px;
    margin: auto;
}
.single-video .html5lightbox {
    height: 500px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.single-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-video .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-video .play-btn circle {
    stroke: #fff;
}
.single-video .play-btn path{
    fill: #fff;
}
.single-video:hover .play-btn circle{
    fill: #fff;
    stroke: #fff;
}
.single-video:hover .play-btn path{
    fill: var(--color-one);
}


.single-video .play-btn svg {
    width: 80px;
    height: 80px;
}
@media (max-width: 991px){
    .single-video .html5lightbox {
        height: 400px;
    }
}
@media (max-width: 767px){
    .single-video .html5lightbox {
        height: 300px;
    }
}

/*=========== content-testimonial-carousel ==========*/

.testimonial-carousel {
    background: #f3f3f3;
}
.testimonial-carousel.gray-border-pattern::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    opacity: 1;
    background-Image: url(/wp-content/themes/asterhealth/assets/img/border_edge_1.png);
    background-size: cover;
    background-position: center;
    right: 0;
    transform: rotate(180deg);
}
.testimonial-carousel .description {
    font-size: 18px;
}
.testimonials-slider {
    margin-top: 20px;
}
.testimonials-slider .quote {
    width: 80px;
    height: 80px;
}
.testimonials-slider .quote path {
    fill: var(--color-two);
    fill-opacity: 1;
}
.testimonials-slider .star-rating {
    display: flex;
    margin-top: 10px;
}
.testimonials-slider .star-rating .star-icon {
    margin-right: 7px;
}
.testimonials-slider .title {
    color: #42525B;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    margin-top: 10px;
}
.testimonials-slider .slick-track{
    display: flex !important;
}
.testimonials-slider .slick-slide {
    height: inherit !important;
    margin: 15px;
}
.testimonials-slider .slick-slide > div {
    height: 100% !important;
}
.testimonials-slider .item {
    height: 100% !important;
    padding: 40px 40px;
    position: relative;
    background: rgba(255,255,255,1);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.10);
}
.testimonials-slider .slick-slide:last-child.item{
    border-right: 0;
}
.testimonials-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 40%;
    left: -60px;
}
.testimonials-slider .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: -60px;
}
.testimonials-slider .slick-arrow:hover {
    background: var(--color-one);
    border-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
}
.testimonials-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.testimonials-slider .slick-arrow:hover path {
    fill: #fff;
}
.testimonials-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.testimonials-slider .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.testimonials-slider .first-char {
    font-size: 30px;
    width: 60px;
    height: 60px;
    background: var(--color-one);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
}
.testimonials-slider .name {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 1199px){
    .testimonials-slider {
        padding: 0 15px;
    }
    .testimonials-slider .item {
        padding: 30px 30px;
    }
    .testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .testimonials-slider .name {
        font-size: 24px;
    }
    .testimonials-slider .first-char {
        font-size: 25px;
        width: 60px;
        height: 60px;
    }

}

@media (max-width: 991px){
    .testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }

}

@media (max-width: 767px){
    .testimonials-slider .slick-slide {
        margin: 0;
    }
    .testimonials-slider {
        padding: 0;
    }
}


/*============ content-testimonials-post ============*/
.reviews-post {
    justify-content: center;
}
.reviews-post .review-item{
    margin-bottom: 40px;
}
.reviews-post .review-inner {
    padding: 30px;
    height: 100%;
    position: relative;
    border: 1px solid #CDCDCD;
}
.reviews-post .quote-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    position: absolute;
    top: -25px;
    left: 30px;
}
.reviews-post .quote-icon path {
    fill: var(--color-one);
    fill-opacity: 1;
}
.reviews-post .review-title {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-two);
    margin-top: 15px;
}
.reviews-post .author-name {
    font-size: 20px;
    font-weight: 600;
}
.reviews-post .client-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}
.reviews-page .pagination .nav-links{
    justify-content: center;
}
.reviews-post .review-bottom {
    display: flex;
    justify-content: space-between;
}
.reviews-post .review-logo {
    max-width: 100px;
}
.reviews-post .star-rating {
    display: flex;
}
.reviews-post .star-icon {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
.reviews-post .star-icon path{
    fill: rgba(255, 233, 0, 1);
}
.reviews-post .review-item {
    display: none;
}
.reviews-post .review-item.active {
    display: block;
}

@media (max-width: 767px){
    .reviews-post .review-inner {
        padding: 30px 15px;
    }
}

/*============ content-text-blocks ===============*/
.text-blocks{
    background: var(--color-two);
    color: #fff;
}


/*========= content-text-with-form ===========*/
.text-with-form .form {
    background: var(--color-two);
    padding: 50px;
    border-radius: 30px;
}
.text-with-form .left-col .inner-col{
    padding-right: 30px;
}
.description li + li {
    margin-top: 10px;
}

@media (max-width: 991px){
    .text-with-form .form {
        padding: 40px 30px;
    }
    .text-with-form .left-col .inner-col {
        padding-right: 0;
    }
}

@media (max-width: 767px){
    .text-with-form .right-col {
        margin-top: 40px;
    }
}

/*============ content-video-testimonials ==============*/
.video-testimonials-slider .item {
    height: 455px;
    position: relative;
}
.video-testimonials-slider .title {
    color: #000;
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.5;
}
.video-testimonials-slider .html5lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-testimonials-slider .play-icon {
    opacity: 0;
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
}
.video-testimonials-slider .item:hover .play-icon {
    transform: scale(1);
    opacity: 1;
}
.video-testimonials-slider .slick-list {
    margin: 0 15px;
}
.video-testimonials-slider .item{
    margin: 0 15px;
}
.video-testimonials-slider .item img {
    height: 100%;
    object-fit: cover;
}

.video-testimonials-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}
.video-testimonials-slider .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: -50px;
}
.video-testimonials-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
}
.video-testimonials-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.video-testimonials-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 1300px){
    .video-testimonials-slider .item {
        height: 350px;
    }
}
@media (max-width: 1199px){
    .video-testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .video-testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .video-testimonials-slider .item {
        height: 300px;
    }
    .video-testimonials-slider .title {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .video-testimonials-slider .item {
        height: 350px;
    }
}
@media (max-width: 575px){
    .video-testimonials-slider .item {
        margin: 0;
    }
}

/*========== content-cta ==========*/
.cta-section{
    padding-top: 45px;
    padding-bottom: 45px;
}
:root{
        --text-color: #444444;
        --color-one: #623085;
        --color-two: rgb(6,174,197);
        --font-one: "Poppins", sans-serif;
        --heading: 50px;
    }
    body {
        color: #081B33;
        line-height: 2;
        font-family: var(--font-one);
        font-size: 16px;
        overflow-x: hidden;
        font-weight: 400;
    }
    a{
        outline: 0;
        color: var(--color-one);
    }
    a[href^="tel:"] {
        text-decoration: none !important;
    }
    .footer-col-2 svg path, .footer-hours svg path{
        fill:var(--color-one);
    }
    .cta-section h2 {
        color: #fff;
        margin-top: 10px!important;
    }
    .btn {
        background-color: var(--color-one);
        border-color: var(--color-one);
        border-width: 2px;
        color: #fff !important;
        padding: 12px 25px;
        outline: 0 !important;
        box-shadow: none !important;
        border-radius: 35px;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
        min-width: 180px;
        font-weight: 500;
        white-space: normal;
        text-align: center;
    }
   /* .btn:after {
        content: "";
        display: inline-block;
        background: url(/wp-content/themes/asterhealth/tmsppc-franklin/images/btn-arrow.svg) no-repeat;
        background-position: center 0;
        width: 20px;
        height: 20px;
        background-size: contain;
        vertical-align: middle;
        margin-left: 10px;
    } */
    .btn:hover:after {
        background: url(/wp-content/themes/asterhealth/tmsppc-franklin/images/btn-arrow.svg) no-repeat;
        background-size: contain;
    }
    .btn:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
        text-decoration: none;
    }
    img{
        max-width: 100%;
        height: auto;
    }
    .section-pd, .spaced{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .space-m{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .space-mt{
        margin-top: 80px;
    }
    .space-mb{
        margin-bottom: 80px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .form-control{
        background: transparent;
        border-radius: 0;
        box-shadow: none !important;
        outline: 0 !important;
        max-height: 150px;
        resize: none;
        border: 0px solid #959595;
        border-bottom: 1px solid #959595;
        border-radius: 0;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .form-control:focus{
        border-color: initial;
    }
    .wpcf7-form-control-wrap {
        display: block;
    }
    span.wpcf7-not-valid-tip, .wpcf7 label.error {
        position: absolute;
        right: 0;
        font-size: 12px;
        color: #fff;
        padding: 1px 3px;
        line-height: 1;
        font-weight: 400;
        margin: 0;
        background: #f00;
    }
    .wpcf7-not-valid-tip{
        display: none;
    }
    .wpcf7-form {
        position: relative;
    }
    span.wpcf7-spinner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        margin: auto;
    }
    div.wpcf7-response-output {
        position: absolute;
        left: 0;
        bottom: auto;
        border: 0 !important;
        line-height: 1;
        margin: 10px 0 0 !important;
        padding: 0 !important;
        font-size: 12px;
        line-height: 1.2;
        margin-top: 7px;
        width: 100%;
        font-weight: 400;
        background: transparent;
        color: #f00;
    }


    .slick-dots {
        display: flex;
        list-style: none;
        justify-content: center;
        margin-top: 20px;
        left: 0;
        right: 0;
    }
    .slick-dots li {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        border: 1px solid transparent;
        position: relative;
        margin-left: 5px;
    }
    .slick-dots li.slick-active {
        border-color: transparent;
    }
    .slick-dots li button {
        font-size: 0;
        border: 0;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #C4C4C4;
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .slick-dots li.slick-active button {
        background: var(--color-one)
    }
    .slick-arrow {
        width: 45px;
        height: 45px;
        background: transparent;
        border-radius: 3px;
        border: 0px solid var(--color-two);
        font-size: 0;
        position: relative;
    }
    .slick-arrow svg, .slick-arrow img {
        width: 14px;
        height: 14px;
        fill: var(--color-one);
        stroke: var(--color-one);
    }
    .slick-arrow:hover svg, .slick-arrow:hover img {
        width: 14px;
        height: 14px;
        fill: #fff;
        stroke: #fff;
    }
    .slick-arrow:before{
        display: none;
    }


    /* Header */

    .header {
        transition: all .3s ease-in-out;
        padding: 15px 0;
        background: rgba(255, 255, 255, 0.02);
        backdrop-filter: blur(11.25px);
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .header.shrink {
        background: #fff;
        transition: all .3s ease-in-out;
        z-index: 999;
        box-shadow: 0 5px 5px -5px #555;
        padding: 10px 0;
    }
    .header-logo {
        width: 400px;
        display: flex;
        align-items: center;
        color: #fff;
    }
    .header-logo img {
        max-height: 90px;
        width: auto;
    }
.ns-logo img {
    max-width: 150px;
    margin-left: 15px;
}
    .header-right {
        width: calc(100% - 400px);
        transition: all .3s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }




    .header-phone{
        display: flex;
        align-items: center;
        color: #fff;
    }
    .header-phone .phone-title {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1.35px;
    }
    .header-phone .phone-icon {
        width: 31px;
        height: 31px;
        margin-right: 12px;
        line-height: 1;
    }
    .header-phone .phone-no {
        font-size: 20px;
        font-weight: 600;
        margin-top: 5px;
    }
    .header-phone svg, .header-phone img {
    fill: #fff;
    height: 40px;
    width: 50px;
}
    .header-phone a {
        color: #fff;
        padding: 12px 30px;
        line-height: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 30px;
        background: var(--color-one);
        border-radius: 35px;
    }
    .phone-title-wrap {
        display: flex;
        align-items: center;
    }

    /* call button animation */
    .icon-phone-animate {
        display: inline-block;
        stroke-width: 0;
        stroke:#fff;
        fill: #fff;
        width: 43px;
        height: 35px;
        padding: 3px;
    }
    .icon-phone-animate .wave {
        animation: waveIn 1.2s infinite ease-out;
        transform-origin: 50% 50%;
    }
    .icon-phone-animate .wave-sm {
        animation-delay: .3s;
    }
    .icon-phone-animate .wave-md {
        animation-delay: .45s;
    }
    .icon-phone-animate .wave-lg {
        animation-delay: .6s;
    }
    .icon-phone-animate path.path1 {
        fill:#fff;
        transform: rotate(18deg);
    }
    @keyframes waveIn {
        from {
            opacity: 0;
            transform: scale(.3) translate(-20px,10px);
        }

        50% {
            transform: translate(0,0);
            opacity: 1;
        }
    }

    .home-banner-image:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(90deg, #80CADE 0%, rgba(128, 202, 222, 0.00) 80%)!important;
    }


    .footer {
         font-size: 16px;
        position: relative;
        z-index: 1;
    }
    .footer-top {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .footer .footer-col-1 {
        width: 40%;
        position: relative;
        padding-right: 50px;
    }
    .footer .footer-col-2 {
        width: 30%;
        padding-right: 50px;
        position: relative;
    }
    .footer .footer-col-3 {
        width: 30%;
        position: relative;
    }
    .footer-logo img {
        width: auto;
        max-width: 300px;
    }

    .footer .widget-title {
        font-size: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .sl-awards {
        display: flex;
        align-items: flex-end;
    }
    .footer-award-logo {
        max-width: 150px;
        margin-left: 15px;
    }
    .footer .social-links-title {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
        text-align: left;
    }
    .footer .social-links ul{
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
    }
    .footer .social-links li + li {
        margin-left: 15px;
    }
    .footer .social-links li a {
        color: #000;
        width: 40px;
        height: 40px;
        display: inline-block;
        padding: 0;
        border: 1px solid rgba(0,0,0,0.25);
    }
    .footer .social-links li svg {
        width: 100%;
        height: 100%;
        fill: #fff;
        padding: 10px;
    }
    .footer .social-links li a:hover {
        background: var(--color-one);
        border-color: var(--color-one);
    }
    .footer .social-links li a:hover svg, .footer .social-links li a:hover svg path{
        fill: #fff;
    }
    .footer-address, .footer-phone, .footer-hours{
        position: relative;
        padding-left: 50px;
    }
    .footer-address .icon, .footer-phone .icon, .footer-hours .icon {
        width: 35px;
        height: 35px;
        fill: #fff;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .footer-phone a{
        color: var(--color-one) !important;
        font-size: 19px;
        font-weight: 600;
        padding: 5px 0;
        display: block;
        line-height: 1;
    }
    .footer-hours .hours{
        color:var(--color-one);
        font-size: 19px;
        font-weight: 600;
        padding: 5px 0;
        display: block;
        line-height: 1;
        margin: 0;
    }
    .footer .direction-link {
         margin-top: 5px;
        border-bottom: 1px solid;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        text-decoration: none;
    }
    .footer .social-links li svg path {
    fill: #000;
}
    .footer-bottom .container {
        display: flex;
        justify-content: center;
    }
   .footer-bottom {
        background: #0F2126;
        padding: 7px 0;
    }
    .testimonials-slider .first-char {
        font-size: 30px;
        width: 50px;
        height: 50px;
        background: var(--color-two);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        margin-right: 15px;
    }

    .faqs-section{
        background-image: url(/wp-content/uploads/2024/07/bg-faq.webp);
        background-size: cover;
        position: relative;
        color: #fff;
        z-index: 1;
    }
    .faqs-section:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.85);
        z-index: -1;
    }

    .faqs-section .faq-accordion {
        background: #1f1f1f;
        border: 1px solid #1f1f1f;
    }
    .faqs-section .faq-accordion .accordion-item {
        background: rgba(0,0,0,0.5);
        border-bottom: 1px solid #ffffff35!important;
    }
    .faqs-section .faq-accordion .accordion-item .accordion-header button {
        padding: 20px 70px 20px 20px;
        box-shadow: none;
        font-size: 20px;
        line-height: 1.2;
        background: transparent;
        font-weight: 600;
        color: #fff;
    }
    .faqs-section .faq-accordion .accordion-body {
        color: #fff;
        font-weight: 400;
        border-top: 1px solid #ffffff35!important;
    }
    .faqs-section .faq-accordion .accordion-button .arrow:before, .faqs-section .faq-accordion .accordion-button .arrow:after {
        border-color: #fff;
    }
    .faqs-section .faq-accordion .accordion-button .arrow {
        width: 35px;
        height: 35px;
    }
    .side-banner-form .wpcf7-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(/wp-content/themes/asterhealth/tmsppc-franklin/images/arw-bottom.svg);
        background-repeat: no-repeat;
        background-position-x: 96%;
        background-position-y: 20px;
    }
    .home-banner .banner-title {
        color: #fff;
        position: relative;
        font-size: 65px;
    }
    .side-banner-form .form-title {
        color: #000;
    }
    .single-video .play-btn {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }
    .single-video .play-btn svg {
        width: 60px;
        height: 60px;
    }
    .single-video .play-btn circle {
        fill: var(--color-one);
        stroke: var(--color-one);
    }
    .single-video .play-btn path {
        fill: #fff;
    }

    .testimonials-slider .slick-arrow img, .testimonials-slider .slick-arrow svg{
        display: none;
    }
    .testimonials-slider .slick-arrow.slick-next{
        background-image: url(/wp-content/themes/asterhealth/tmsppc-franklin/images/arrow-right.svg);
    }
    .testimonials-slider .slick-arrow.slick-prev{
        background-image: url(/wp-content/themes/asterhealth/tmsppc-franklin/images/arrow-left.svg);
    }

    @media (max-width: 1199px){
        .section-pd, .spaced {
            padding-top: 50px;
            padding-bottom: 50px;
        }
    }

    @media (max-width: 991px){
        .footer .footer-col-1 {
            width: 100%;
            padding-right: 0;
            text-align: center;
        }
        .footer .footer-col-2 {
            width: 50%;
            padding-right: 50px;
            position: relative;
        }
        .footer .footer-col-3 {
            width: 50%;
            position: relative;
        }
    }

    @media (max-width: 767px){
        .header-phone svg, .header-phone img {
            fill: var(--color-one);
        }
        .icon-phone-animate path.path1 {
            fill: var(--color-one);
        }
        .section-pd, .spaced {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .header-logo img {
            max-height: 55px;
        }
        .header-phone .phone-detail {
            display: none;
        }
        .header-phone a {
            padding: 10px;
            background: transparent;
        }
        .faqs-section .faq-accordion .accordion-item .accordion-header button {
            font-size: 18px;
        }
        .footer .footer-col-1 {
            padding-right: 15px;
        }
        .footer .footer-col-2 {
            width: 100%;
            padding-right: 15px;
        }
        .footer .footer-col-3 {
            width: 100%;
        }
    }