@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fcfbfa;
  font-family: "Plus Jakarta Sans";
}
ul,li {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
.img-fluid {
  width: 100%;
}
a{
  text-decoration: none;
}
.sec_spacer {
  padding: 90px 0px;
}
h1,h2,h3,h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
/*========= Color-Codes =========*/
.primary-color {
  color: #0d0d0e;
}
.secondary-color {
  color: #7e9ff7;
}
.sec-white-bg {
  background-color: #fcfbfa;
}
.sec-grey-bg {
  background-color: #f4f4f2;
}
.sec-black-bg {
  background-color: #0a0a0b;
}
.header_1 {
    font-size: 82px;
    margin: 20px 0px 46px;
    line-height: 95px;
}

.work-step-sec .row > div:last-child .work-step-card hr.line {
    display: none;
}
.sec-title > h2 {
  font-size: 48px;
}
.inner-margin {
    margin-top: 60px;
}
.sec-sub-title{
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
}
.hero-sub-title {
  font-family: "Plus Jakarta Sans" !important;
  text-transform: capitalize;
}
.white-color-text {
  color: #fff;
}
p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #515151;
}
.btn {
    padding: 12px 18px 12px 23px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 14px;
    -webkit-transition: all 0.6s ease-in-out;
}
.btn:hover,.fa-arrow-right:hover{
 -webkit-transition: all 0.6s ease-in-out;
}

.fa-arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 16px;
    margin-bottom: -0.6px;
    -webkit-transition: all 0.6s ease-in-out;
}
a.btn:hover .fa-arrow-right {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

/* span.btn-sign {
  color: #fff;
} */
.primary-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #131617;
}
.primary-btn:hover {
    background-color: rgb(0 0 0 / 43%);
    color: #fff;
    border: 1px solid #ffffff8f;
}
.card-body .primary-btn:hover {
    background-color: rgb(0 0 0);
    color: #fff;
    border: 1px solid #ffffff8f;
}
.logo {
    width: 420px;
    display: flex;
    align-items: center;
}

.secondary-btn {
    color: #fff;
    background-color: rgb(3 3 3 / 40%);
    border: 1px solid #ffffff8f;
}
.secondary-btn:hover span.btn-sign {
  color: #000;
}
.secondary-btn:hover {
  background-color: #fff;
  color: #000;
}
.fa-circle {
  color: #7e9ff7;
  font-size: 11px;
}
.bg-light-blue {
  background-color: rgba(233, 236, 238, 0.9);
}

.scroll-section{
scroll-margin-top: 150px;
}

.black-bg {
  background-color: #000;
}
/* ======Commen Css Close====== */

/*==========Header Start======== */
header.headersec {
  position: fixed;
  /* position: sticky; */
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.active-bg {
    background: rgb(0 0 0 / 71%);
}
.hero {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 740px;
}
.hero-banner {
    background-image: url(../images/hero-banner.jpg);
    height: 1070px;
}
.hero-banner .header_1 {
    font-size: 88px;
}
.wp-block-image img,.logo a img {
    max-width: 70%;
}


   .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
nav.navbar {
    padding: 30px 0px;
    border-bottom: 1px solid #ffffff99;
}
.navbar-nav > li.nav-item {
    padding: 0px 14px;
    display: inline-block;
}
.navbar-nav > li > a.nav-link {
    font-size: 16px;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    position: relative;
    -webkit-transition: all 800ms linear;
    transition: all 800ms linear;
}
/* .offcanvas-body a.nav-link:hover::before {
  width: 100%;
}
a.nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #7e9ff7;
  bottom: 0;
  left: 0;
  transition: width 0.4s;
}
.navbar-nav li >
a:hover::before {
width: 100%;
transition: width .3s;

} */
.hero-banner .hero-caption-sec {
    margin-bottom: 130px;
}


.hero-caption-sec {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}

.term-hero-inner > .hero-caption-sec,.privacy-hero-inner > .hero-caption-sec {
  left: 15%;
}
h5.hero-sub-title {
    padding: 11px 24px 13px 15px;
    border-radius: 15px;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    background-color: rgb(3 3 3 / 40%);
    border: 1px solid #818181;
}
.fa-circle  {
    margin-right: 7px !important;
    margin-bottom: 2px;
}


    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }

/* ======Header Close====== */
/*==========Home-Page Start======== */
/* Why Choose Us Start */
.sec-inner-margin {
    margin-top: -5%;
    width: 78%;
    margin: -5% auto 3% auto;
}
img.card-img {
    height: 55px;
    background-color: #f7f7f7;
    padding: 14px;
    border: 2px solid transparent;
    border-radius: 13px;
    width: 57px;
    margin-bottom: 10px;
}
.card {
    padding: 40px 30px;
    border-radius: 30px;
    border: 1px solid #d3d3d3;
    /* transition: box-shadow 0.3s; */
    height: 100%;
}
/* .card:hover,.card:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
} */
.care-step-card .card-title {
  font-size: 22px;
  color: #000;
}
.care-step-card p {
  color: #515151;
}
.care-steps h3 {
    font-size: 22px;
}

/* Why Choose Us Close */
/* Treat-sec Start */
.treat-card-col {
  max-width: 98%;
}
.treat-card {
    padding: 225px 45px 45px 45px;
    position: relative;
    border-radius: 50px;
}
.treat-card-left {
  background-image: url("../images/treat-left.png");
  background-size: cover;
}
.treat-card-right {
  background-image: url("../images/treat-right.png");
  background-size: cover;
}
.treat-card::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 
}

img.treat-icon {
    background-color: rgba(255, 255, 255, 0.23);
    padding: 15px;
    width: 55px;
    border-radius: 13px;
}

.treat-card > .card-body {
  position: relative;
}
.treat-card .card-title {
    font-size: 36px;
    color: #fff;
    margin: 25px 0px;
}
.treat-card p {
    color: #d9d9d9;
    font-size: 18px;
    line-height: 25px;
}

/* Treat-sec Close */
/* Work-step Start */
.work-step-card {
  max-width: 90%;
  position: relative;
}
.line {
  position: absolute;
  content: "";
  top: 5%;
  right: -48%;
  width: 300px;
  background-color: rgba(81, 81, 81, 0.4);
  left: auto;
  height: 1px;
}
.work-step-card > img.card-img, .misson-card img.card-img, .physician-info-col img.card-img, .approch-card-img .card-img, .experience-card img, .certificate-card > img.card-img,.offer-card-list > li img {
    background-color: rgba(126, 159, 247, 0.13);
}
/* Work-step Close */
/* Pricing Start */
.price-card {
    padding: 40px;
    transition: all ease 0.4s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 97%;
}
.pricing-label {
  background-color: #7e9ff7;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  padding: 6px 13px;
  line-height: 15px;
  position: absolute;
  top: -14px;
}
.normal {
  border: 1px solid #d3d3d3;
}
.popular {
  border: 1px solid #7e9ff7;
}
.price-card:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
h5.card-sub-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.price-card .card-title {
  font-size: 55px;
  line-height: 28px;
  font-weight: 900;
  margin: 30px 0px;
}
.price-card span.text-secondary {
  color: #848484;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  font-family: "Plus Jakarta Sans";
}
.statewide-card-list > li {
    color: #515151;
    font-size: 17px;
    line-height: 38px;
}
.card-top p {
    font-size: 14px;
    line-height: 21px;
}
.normal a.btn-success {
    background-color: #0b0b0c;
    display: block;
    margin-top: 40px;
    border: 1px solid #000;
    font-weight: 600;
}
.normal a.btn-success:hover {
  background-color: #7e9ff7;
  border: 1px solid #7e9ff7;
}
.popular a.btn-success {
  background-color: #7e9ff7;
  border: 1px solid #7e9ff7;
  display: block;
  margin-top: 40px;
  font-weight: 600;
}
.popular a.btn-success:hover {
  border: 1px solid #0b0b0c;
  background-color: #0b0b0c;
}
/* Pricing Close */
/* Visit-Pricing Start */

.visit-card-col{
  width: 70%;
    margin: 5% auto 0%;
}

.offer-sec-card  {
    width: 90%;
    margin: 5% auto 0%;
}
.visit-card p {
    margin: 15px 0px 30px 0px;
}
.visit-card,.testimonial-card,.misson-card {
  padding: 34px;
  border-radius: 40px;
  border: 1px solid #d3d3d3;
}
.visit-card img.svg-hover {
  display: inline-block;
  margin-top: -2px;
}
.visit-card .book-btn, .post-list a.book-btn, .question-inner a.book-btn, .conditions-btn a.book-btn,.contact-btn,.agree-btn,.blog-read-btn a.book-btn {
    background-color: #131617;
    color: #fff;
    border: 1px solid #131617;
    padding: 10px 22px;

}
.visit-card .book-btn:hover, .post-list a.book-btn:hover, .question-inner a.book-btn:hover, .conditions-btn a.book-btn:hover,.contact-btn:hover,.agree-btn:hover,.blog-read-btn a.book-btn:hover{
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #b5b8b9;

} 

/* p.card-text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 26px;
    margin-top: 12px;
} */

.visit-card .fa-arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.visit-card .book-btn:hover .fa-arrow-right,.post-list .book-btn:hover .fa-arrow-right,.question-inner a.book-btn:hover .fa-arrow-right,.conditions-btn a.book-btn:hover .fa-arrow-right {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
/* Visit-Pricing Close */
/* Service Area-Start */
.service-desc,.physician-img-col {
  max-width: 94%;
}
.service-area-col > ul,.physician-info-col > ul,.Accomplishment-col > ul {
  list-style-type: none;
}
.service-area-col > ul > li, .Accomplishment-col > ul > li, .cities-name > a {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    margin-bottom: 14px;
    border-radius: 14px;
    padding: 12px 7px 12px 14px;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 26px;
    font-weight: 500;
}
.service-area p {
    margin-top: 26px;
    font-weight: 600;
    font-size: 19px;
}
.service-area-col > ul > li img.card-img, .Accomplishment-col > ul > li img.card-img {
    max-width: 19px;
    height: 20px;
    padding: 0px;
    margin: 0px 3px 3px 0px;
    background-color: transparent;
}
/* img.srvic-img,
.physician-img-col img.physician-img {
  border: 1px solid transparent;
  border-radius: 40px;
} */
h3.card-title {
    font-size: 38px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.service-area-col > ul a {
    text-decoration: none;
    color: #4a4a4a;
}

.service-area-img {
    width: 95%;
    margin: auto 0 auto auto;
}

/* Service Area Close */
/* Physician Area Start */
.physician-img-col {
  position: relative;
}
.sec-title p, .testimonial-card p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-top: 15px;
}
.physician-img-col:before {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 6px;
    background-color: #7e9ff7;
    opacity: 0.3;
    width: 130px;
    height: 130px;
    z-index: 1;
    border-radius: 30px;
}
.physician-info-col > ul > li {
    margin-bottom: 10px;
    padding: 8px 7px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}

.physician-info-col img.card-img {
  margin-bottom: 0px;
  margin-right: 13px;
}
.abt-care .healthcare-inner {
    max-width: 40%;
}
.quotes {
    margin: 45px 0px;
    border-radius: 16px;
    padding: 15px 22px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.quote {
    width: 20px;
}
.quotes span {
    font-size: 16px;
    font-weight: 500;
}
.star span {
    color: #7e9ff7;
    font-size: 20px;
    margin-right: 3px;
}
.testimonial-card p {
    margin: 15px 0px 40px;
}
img.client-img {
    margin-right: 13px;
    width: 50px;
}
.client-info > h5.card-title {
  font-size: 19px;
  line-height: 27px;
}
.client-info > span {
  font-size: 14px;
  line-height: 27px;
}
/* Physician Area Close */
/* Heathcare-sec Start*/
.healthcare-sec {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.healthcare-sec:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 65%);
    width: 100%;
}
.healthcare-inner {
  position: relative;
  max-width: 38%;
  margin: auto;
}
.healthcare-inner .sec-title > h2 {
  line-height: 60px;
}
/*==========Home-Page Close======== */

/* ======Footer Start====== */
.footer-logo-sec {
    max-width: 55%;
}
ul.footer-sc-icon {
  list-style-type: none;
  margin-top: 30px;
}
ul.footer-sc-icon > li {
  display: inline-block;
  margin-right: 10px;
}
ul.footer-sc-icon > li > a {
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
}
ul.footer-sc-icon > li > a:hover {
  transform: scale(1.1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
h3.footer-title {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.footer-link {
  list-style-type: none;
}
.footer-link > li {
  display: block;
}
.footer-link > li > a {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  line-height: 37px;
  text-decoration: none;
  text-transform: capitalize;
}
.footer-link > li > a:hover {
  font-weight: 500;
}

.copy-right-sec {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e1e0e0;
}
.copy-right-sec > p {
  font-size: 14px;
}
/* ======Footer Close====== */

/* =====About-Us page Start====== */
.about-banner {
  background-image: url("../images/about-hero.jpg");
}
.story-sec-img > img.story-img {
  border-radius: 40px;
}
.story-content p {
    width: 93%;
}
.story-content {
    width: 90%;
    margin: auto;
}
.misson-card h3 {
    font-size: 26px;
}
.our-mission-inner .sec-title {
    width: 50%;
    margin: 0 auto 60px auto;
}
.story-content .sec-title {
    margin-bottom: 40px;
}
.misson-card {
    background-color: #f8f7f5;
    border: 1px solid transparent;
    padding: 30px;
    height: auto;
}
.our-mission-inner span {
  max-width: 45%;
  display: block;
  margin: auto;
}
.mission-card-sec {
  margin-top: 2%;
}
.approch-card {
    margin: 0px 10px;
}
.approch-card-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.number {
  color: #e3e9f9;
  font-size: 40px;
  font-weight: 700;
  font-family: "Playfair Display";
  margin-top: -25px;
}
/* .approch-card p {
  height: 75px;
  line-height: 24px;
} */
.service-desc > .sec-title > p {
    margin: 20px 0px 45px 0px;
}
/* =====About-Us page close====== */
/* =====About Dr-Page Start====== */
.dr_boi-banner {
    padding: 200px 0px 110px;
    height: 100%;
}
.dr_boi-inner {
    max-width: 79%;
    margin: auto;
}
.dr_boigraphy {
  padding-right: 13%;
}
/* .dr_img {
  width: 100%;
  height: 400px;
} */
img.physician-img {
    width: 85%;
    margin-left: 46px;
    border-radius: 40px;
}

.certificate-card {
    margin: 0px 10px;
}

.dr_boigraphy > h5.hero-sub-title {
  border: 0px;
  background-color: transparent;
  padding: 0px;
}
.dr_boigraphy > .header_1 {
    margin: 0px 0px 25px;
    font-size: 50px;
    line-height: 60px;
}
.dr_boigraphy p {
  margin-bottom: 30px;
}
.Accomplishment-card {
  max-width: 77%;
  margin: 5% auto 0px;
}
.Accomplishment-col > ul > li {
    font-size: 15px;
    padding: 16px 15px;
}
.Accomplishment-col > ul > li:last-child {
  margin-bottom: 0px;
}
.certificate-card > img.card-img {
  margin: auto;
}
.meet-sec-inner {
  max-width: 50%;
}
.meet-sec:before {
    background-color: rgb(0 0 0 / 73%);
}

.experience-card {
    padding: 35px !important;
    border-radius: 30px !important;
}



/* =====About Dr-Page close====== */
/* =====We-serv-Page Start====== */


.we-serv-banner {
  background-image: url(../images/areas-serv-hero.jpg);
  height: 680px;
  background-position: center;
}
.we-serv-banner h5.hero-sub-title {
  background-color: #032323;
}
.care-step-card, .condition-card, .offer-card {
    height: 100%;
    padding: 45px;
    border-radius: 40px;
}
.state-card > img.card-img,ul.state-name > li > a,.statewide-card > img.card-img,.statewide-card-list > li > a {
  background-color: rgba(25, 32, 49, 0.8);
}
/* .state-card .card-title, */
.state-card p ,.statewide-card .card-title,.statewide-card p {
  color: #fff;
}
.state-card .card-title,.state-name-card .card-title,.statewide-card .card-title {
  font-size: 32px;
}
.state-card p, .state-name-card p {
    font-size: 16px;
    max-width: 81%;
    line-height: 25px;
}
.fa-check {
    color: #85a4f8;
}

ul.state-name > li {
  display: inline-block;
  margin-right: 5px;
}
ul.state-name > li > a {
    font-size: 14px;
    line-height: 23px;
    color: #7e9ff7;
    border: 1px solid transparent;
    padding: 6px 13px;
    border-radius: 10px;
    margin-right: 8px;
}
.state-name-card ul li img, .boca-roton-card ul li img {
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 8px;
}
.state-name-card .list-unstyled > li, .boca-roton-card ul li {
    color: #515151;
    font-size: 15px;
    line-height: 35px !important;
}
.state-name-card p {
    max-width: 95%;
}
.cities-name > a {
  text-decoration: none;
  display: block;
  padding-left: 8px;
  -webkit-transition: all 0.6s ease-in-out;
}
.name {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.name > .fa-arrow-right {
    position: absolute;
    top: 18%;
    right: 8px;
    color: #7e9ff7;
    font-size: 19px;
}
.cities-name > a:hover .fa-arrow-right {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.cities-name > a > .name > img.card-img {
    vertical-align: sub;
    width: 22px;
    background-color: transparent;
    padding: 0;
    height: 22px;
    margin-bottom: 0;
    margin-right: 3px;
}

.cities-name > a {
    border-radius: 16px;
    padding: 16px 10px 16px 14px;
}
.availability-inner {
  max-width: 40%;
}
.availability-sec:before {
  background-color: rgba(0, 0, 0, 0.85);
}

.boca-steps-card h3 {
    font-size: 20px;
    margin-top: 25px;
}

.boca-steps-card {
    padding: 35px;
    margin: 0;
}
.about-service-sec-inner {
    padding: 75px 0px;
}
/* =====We-serv-Page close====== */
/* =====Contact-us-Page Start=== */
.contact-banner {
  background-image: url(../images/contact-banner.jpg);
}
.service-location ul li a {
    font-size: 17px !important;
}
.service-location ul li {
    padding: 10px 13px !important;
}
.state-card .card-title {
    color: #ffffff;
}
.contact-top-inner ul.list-unstyled {
  column-count: 2;
  column-gap: 20px;
}
.contact-top-inner ul.list-unstyled > li {
  line-height: 32px;
}
.contact-top-inner ul.list-unstyled > li > a {
  text-decoration: none;
  color: #515151;
  font-size: 15px;
}
.contact-top-inner ul.list-unstyled > li > a:hover {
  font-weight: 600;
}
.contact-top-inner .state-card {
  padding-bottom: 19%;
}
.contact-form {
  max-width: 90%;
}

.contact-form-sec label {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #2f2f2f;
}
.contact-form-sec label span {
  color: #f00;
}
.contact-info.card.d-block,.contact-info-sec .membership {
    padding: 30px 20px 25px 30px;
}

.form-control::placeholder {
    color: #797979a3;
}
input.form-control, textarea.form-control {
    border-radius: 14px;
    padding: 14px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d3d3d3ba;
}
.contact-btn {
    margin-top: 35px;
}

textarea {
  height: 150px !important;
}
.msz-form-title p {
    font-size: 17px;
    font-weight: 500;
}
.contact-link > ul {
  list-style-type: none;
}
.contact-link > ul > li > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #303030;
    margin: 30px 0px;
}
span.sm-text {
    color: #797979;
    font-size: 10px;
    display: block;
    line-height: 10px;
    text-transform: uppercase;
}
.map-img-col iframe {
    border-radius: 30px;
}
.md-text {
    font-size: 13px;
    font-weight: 600;
}
.fa-envelope, .fa-clock, .fa-phone {
    color: #7e9ff7;
    background-color: rgba(126, 159, 247, 0.13);
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    width: 40px;
}
.sumbit-btn {
  margin-top: 10%;
}
.map-inner-sec {
    max-width: 80%;
    margin: auto;
    text-align: center;
}
.service-location {
  margin-top: 30px;
}
 .service-location > .list-unstyled > li {
  display: inline-block;
  margin: 0px 7px;
}
.map-inner-sec {
    max-width: 80%;
    margin: auto;
    text-align: center;
}
.service-location > .list-unstyled > li > a, .accordion-body a {
    text-decoration: none;
    font-size: 17px;
    color: #4a4a4a;
    line-height: 27px;
    display: flex;
    align-items: center;
}
img.loction-icon {
  width: 15px;
  margin-right: 9px;
}
.healthcare-inner {
    max-width: 50%;
}
/* =====Contact-us-Page close====== */
/* =====Privacy-Policy And-Term-condition-Page Start== */


.privacy-hero {
    height: 480px;
}
.privacy-policy-inner {
  max-width: 82%;
  margin: auto;
}
.question > h4 {
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
}
.question {
    margin: 0px 0px 35px 0px;
}
.question h4 {
    margin-bottom: 25px;
}
.question > p > a {
  color: #515151;
  text-decoration: none;
  font-weight: 500;
}
/* Term-And-Condition Start */
section.term-sec, .agreement-sec, .privacy-policy-sec {
    border-bottom: 1px solid #ddd;
}
.privacy-hero-inner h1 {
    font-size: 65px;
    margin-bottom: 30px;
}
/* =====Privacy-Policy-Page close====== */
/* =====FAQ-Detail-Page Start====== */
.faq-hero {
  background-image: url(../images/faq-hero.jpg);
  height: 630px;
}

/* .telehealth-form p,.faq-title P {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 44px;
} */
.accordion-body a, .box a {
    font-family: 'Playfair Display';
    color: #7e9ff7;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.accordion-body a svg,.box a svg  {
    width: 14px;
}

span.smal {
    font-weight: 500;
    color: #515050;
}
.faq-detail-inn {
    padding-top: 218px;
}
section.question-sec {
    border-bottom: 1px solid #e3e2e1;
}
a.link-blue.small {
    display: block;
    text-align: end;
    margin-bottom: 5px;
    font-size: 16px;
}

.nav-next{
    margin: 15px 0 0 auto;
}
    

.nav-next,.nav-previous {
    text-align: end;
    border: 1px solid #d3d3d3ba;
    background-color: #ffff;
    padding: 7px 26px 10px 26px;
    border-radius: 12px;
    width: 290px;
    max-width: 100%;
}
.faq-detail-title {
    width: 86%;
}
.faq-answer-inn,.faq-detail-inn {
    width: 70%;
    margin: auto;
}
.faq-detail-title h1 {
    font-size: 52px;
    line-height: 65px;
    margin-bottom: 25px;
}
.faq-title,.telehealth-form-hero .hero-caption-sec {
  left: 26%;
  right: 26%;
}
.accordion-body {
    padding-top: 0px;
}
.box {
    border-radius: 18px;
}
section.hero-search {
    max-width: 50%;
    margin: -22px auto 0;
    position: relative;
}
.hero-search input.search-input {
    position: relative;
    border-radius: 15px;
    border: 1px solid #cccccc;
    padding: 18px 0px 18px 45px;
}

.search-input::placeholder {
    color: #5d5d5d;
    font-size: 18px;
}
svg.fa-magnifying-glass {
    position: absolute;
    top: 20px;
    left: 19px;
    color: #5d5d5d;
    font-size: 16px;
    transform: translateY(0%);
}
/* FAQ-page Start */
.faq-accordionn-inner {
    max-width: 70%;
    margin: 0 auto 0;
}

.faq-tab-nav {
    margin: 50px 0px;
}

.faq-tab-nav ul#myTab {
  justify-content: center;
}
.accordion-item {
    margin-bottom: 17px;
    border-radius: 15px !important;
    border: 1px solid #cccccc !important;
}

.accordion-header .accordion-button {
    color: #4c4c4c;
    font-weight: 600;
    font-size: 18px;
    padding: 18px 20px;
}
.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0px;
  font-family: "Plus Jakarta Sans";
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0px;
}
.accordion-body > p {
    font-size: 15px;
    line-height: 21px;
    color: #817f7f;
    font-weight: 500;
}
.accordion-button::after {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.question-inner > .sec-title > h2 {
  margin: 15px 0px;
}
/* =====FAQ-Page close====== */

/* =====Single-FAQ-Detail-Page Start======
.single_faq-sec,.ralted-page-sec {
  padding: 50px 0px 25px;
}



.single-faq-sec-title {
  left: 20%;
}
section.single_faq-sec {
  max-width: 70%;
  margin: auto;
}
.ralted-pagecard {
  padding: 30px;
  border-radius: 14px;
}
/* .ralted-pagecard a.card-link {
  color: #7e9ff7;
  text-decoration: none;
  margin: 20px 50px 0px 0px;
  display: inline-block;
}
.ralted-pagecard a.card-link:hover {
  text-decoration: underline;
} */
.next-content-sec {
  padding: 8px 22px;
  border-radius: 14px;
  border: 1px solid #d3d3d3;
  transition: box-shadow 0.3s;
  max-width: 40%;
  margin: auto 0 auto auto;
  background-color: #fff;
}
.next-content-sec > a {
  text-decoration: none;
}
.next-content-sec > a .fa-arrow-right {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  font-size: 13px;
} */
/* =====Single-FAQ-Detail-Page close====== */

/* =====Location-And-Boca-Roton-Page Start==== */

.boca-raton-hero {
 background-image: url(../images/boca-roton-hero.jpg);
 background-position: center;
}
.boca-raton-hero {
  background-image: url(../images/boca-roton-hero.jpg);
  background-position: center;
}
.offer-card.visit-card.card ul li img {
    background-color: transparent;
    margin-right: 0;
}
.location-faq-sec .faq-accordionn-inner {
  max-width: 62%;
  margin: auto;
}

.boca-roton-card p,.boca-roton-card p {
  max-width: 92%;
}
.boca-roton-card ul li {
  color: #fff;
}
.offer-card.visit-card.card ul li {
    padding: 6px 0px;
}
.offer-card.visit-card.card ul li img {
    background-color: transparent;
    margin-right: 7px;
    padding: 0;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
.offer-sec-card {
  max-width: 100%;
}
.offer-card > .card-title-col > h4 > img.card-img,.boca-steps-card img.card-img,.condition-card img.card-img,.card-title-col img.card-img,.boca-roton-card img.card-img {
  background-color: rgba(126, 159, 247, 0.13);
}
.offer-card-list {
  margin: 20px 0px 40px;
}
.cata-one .offer-card-list > li,.treatment-sec .cata-two .offer-card-list > li {
    font-size: 19px;
    font-family: 'Playfair Display';
    font-weight: 600;
    color: #000;
}
.card-top {
    display: flex;
    gap: 10px;
}

.not-sure.card {
    margin-top: 60px;
}
ul.state-name {
    margin-top: 40px;
}
.font-play{
  font-family: 'Playfair Display';
}

.boca-steps-card img.card-img {
  margin: auto;
}
.boca-steps-card p {
  height: 50px;
}
.boca_healthcare-inner p.white-color-text,
.compare-sec-inner {
  max-width: 78%;
  margin: auto;
}
/* =====Location-And-Boca-Roton-Page close====== */
/* =====Location-Florida-Page Start==== */
.florida-hero {
  background-image: url(../images/tallahassee-florida-hero.jpg);
}
.statewide-card-list {
  column-count: 2;
  gap: 20px;
}
.statewide-card-list > li {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.statewide-card-list > li > img {
  width: 18px;
  margin-right: 13px;
}
/* =====Location-Florida-Page Start==== */
/* =====MemberShip-Page Start==== */
.membership-banner {
  background-image: url(../images/membership-hero.jpg);
  background-position: center;
}

.condition-card h3,.offer-card h4 {
    font-size: 32px;
}

.cata-title h4 {
    font-size: 38px;
    margin-bottom: 15px;
}
.price-sec-col ul li {
    padding: 8px 0px;
}
.price-sec-col ul li img {
    width: 18px;
    margin-right: 5px;
}
.card-content {
    width: 328px;
}
.card-content h5 {
    font-size: 14px;
    margin: 21px 0px 10px 0px;
}
.tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.tags span {
    background: #eef2ff;
    color: #4f6df5;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 10px;
}

.condition-card .offer-card-list > li {
    background-color: #fafafa;
    margin-bottom: 10px;
    padding: 7px 13px;
    display: inline-block;
    margin: 5px 0px;
    width: 97%;
    border-radius: 10px;
    font-weight: 500;
}
.mem-condition ul li img {
    background-color: transparent;
    padding: 0px 0px;
    width: 16px;
    margin-right: 8px;
    height: 33px;
    vertical-align: middle;
}
.offer-card-list > li img {
    width: 49px;
    margin-right: 12px;
    border-radius: 10px;
    padding: 14px;
}
.condition-card .offer-card-list {
  margin: 20px 0px 0px;
  column-count: 2;
  gap: 5px;
}

.conditions-btn {
  margin-top: 5%;
}
.condition-sec-card .state-card {
  padding-bottom: 14%;
}
.compare-sec-inner {
    max-width: 70%;
}
/* .visit-card.card {
    margin-bottom: 0;
} */

.pricing-box {
    margin: 50px auto 0 auto;
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}
  .grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  }

.header-table {
    font-weight: 600;
    color: #333;
    font-family: 'Playfair Display';
    font-size: 20px;
}

.cell {
    padding: 16px 25px;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 500;
    color: #353535;
}
.check img {
    width: 18px;
}
  .center {
    text-align: center;
  }

 .blue {
    color: #7e9ff7;
    font-weight: 600;
}

  .check {
    color: #7e9ff7;
    font-size: 18px;
  }

  .dash {
    color: #999;
  }

  /* Rounded corners for last row */
  .grid:last-child .cell {
    border-bottom: none;
  }






/* .wrapper {
    text-align: center;
}
.table>:not(caption)>*>* {
    background-color: transparent;
}
table.table {

}
.compare-packages table thead th {
  border-bottom: none;
  border: none;
  vertical-align: middle;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  color: #353535;
  padding: 12px 20px;
}
.compare-packages table thead th p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding: 12px 20px;
}
svg.fa-minus {
  font-size: 11px;
}
.compare-packages table th:first-child,.compare-packages table td:first-child {
  text-align: left;
}
td {
  border-top: 1px solid #d3d3d3;
  padding: 10px 19px !important;
  color: #fff;
  font-size: 14px;
}
td:nth-child(1),td:nth-child(2),td:nth-child(3) {
  border-bottom: 0px;
} */
/* =====MemberShip-Page Close==== */
/* =====Blog-Page Start====== */
.blog-banner,.single-blog-banner {
  background-image: url(../images/blog-banner.jpg);
  height: 680px;
  background-position: center;
}
.blog-card-Content {
    padding: 50px 40px 0px 40px;
}
img.blg-card-img {
    border-radius: 30px 0px 0px 30px;
}
.blog-sec-inner {
    border-radius: 30px;
    border: 1px solid #d3d3d3ba;
    background-color: #fff;
}
.post-img {
  border-radius: 30px 30px 0px 0px;
  width: 100%;
}
.blog-post-card {
  border-radius: 30px;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.blog-post-card > .card-body {
    padding: 25px;
}

.blog-post-card .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-time {
    display: flex;
    align-items: center;
}
.blog-link > a.blog-card-link {
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  padding: 3px 13px;
  border-radius: 11px;
}

.post-cat {
    display: flex;
    gap: 10px;
} 
.blog-link > a.black-bg {
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}
.blog-link > a.black-bg:hover,.blog-read-btn > a.secondary-btn:hover {
  background-color: #fbfbfa;
  border: 1px solid #b6b6b6;
  color: #000;
}
.blog-link > a.white-bg {
  background-color: #fbfbfa;
  border: 1px solid #b6b6b6;
  color: #000;
}
.blog-link > a.white-bg:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.blog-card-Content h3.card-title {
  font-size: 34px;
  color: #000;
  line-height: 44px;
}
/* .recent-card .card-body {
    padding: 0;
}
.recent-card {
    margin-bottom: 20px;
} */
.blog-post .card-body > h3.card-title {
    font-size: 20px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-Content .card-body, .post-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    gap: 8px;
}
.post-time .fa-clock {
    background-color: transparent;
    color: #515050;
    font-size: 15px;
    padding: 5px;
    padding-left: 0;
    margin-right: 6px;
}
ul.post-list {
    margin-top: 25px;
}
ul.post-list {
  margin-top: 40px;
}
.post-status {
    font-size: 15px;
    font-weight: 500;
    color: #515050;
}
/* .post-time {
  display: flex;
  align-items: center;
} */
.blog-read-btn > a.secondary-btn {
    color: #fff;
    font-size: 16px;
    background-color: #000;
    padding: 10px 20px;
    font-weight: 500;
}
.post-list a.book-btn, .blog-read-btn a.book-btn {
    font-size: 15px;
    line-height: 23px;
    padding: 8px 14px 8px 18px;
    font-weight: 400;
}
.Accomplishment-sec-inner ul li {
    margin-bottom: 15px !important;
}

.certificate-card {
    margin-bottom: 0 !important; 
}
/* .recent-card img {
    width: 78px;
} */
.nav-tabs .nav-link {
    border: 1px solid rgb(71 71 71 / 40%);
    border-radius: 13px;
    margin-right: 15px;
    color: #000;
    text-transform: capitalize;
    padding: 10px 21px;
    font-weight: 500;
    font-size: 18px;
     margin-bottom: 10px;
}
.nav-tabs .nav-link:hover {
    color: #ffffff;
    border: 1px solid #f5efef;
    background-color: #000000;
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  color: #f5efef;
  background-color: #0b0a0a;
}
.wp-pagenavi {
    margin: 40px 0px;
}
span.pages {
    margin: 0 !important;
}
section.blog-post-sec {
    margin-bottom: 100px;
}
.category .blog-post-sec {
    margin: 100px 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 11px 20px 13px 20px !important;
    border-radius: 10px;
    border: 1px solid #cccc !important;
    font-size: 16px;
    margin-left: 8px !important;
    color: #000 !important;
}
span.current {
    background-color: #000000 !important;
    color: #fff !important;
}


/* Sidebar-Recent-Post */
.sidebar {
    padding-top: 100px;
}
.artical-inner-sec h2 {
    font-size: 38px;
    margin-bottom: 50px;
}
section.artical-sec {
    padding: 10px 0px 70px 0px;
}

.single-blog-sidebar {
    padding-top: 0;
}
/* .recent-card .post-time {
    font-size: 12px;
} */
.service-location > .list-unstyled > li {
    padding: 10px 18px;
    border-radius: 13px;
    border: 1px solid #d3d3d3;
    transition: box-shadow 0.3s;
    margin-bottom: 15px;
    background-color: #fff;
    font-weight: 600;
}
/* .recent-card h6.card-title {
  font-size: 13px;
  color: #161616;
  line-height: 20px;
  font-weight: 600;
} */
.cat-type a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5f5f5f;
  padding: 10px 0px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 15px;
}
.cat-type > a > h6.cata-title {
  font-size: 14px;
}
span.cata_num {
    background-color: #cccccc4a;
    padding: 7px;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.membership {
  background-color: #000;
}
.membership > .sec-title > a h2.white-color-text {
  text-decoration: none;
}

/* =====Blog-Page close====== */
/* =====Single-Blog-Page Start====== */
.single-blog-banner {
  background-image: url(../images/single-blog-hero.jpg);
}
.single-blog-banner .hero-caption-sec {
    max-width: 90%;
}

section.blog-sec {
    padding: 70px 0px;
}
p.quote-text {
    position: relative;
    padding-left: 16px;
    font-size: 15px;
    font-style: italic;
    color: #000;
    margin: 30px 0px;
}
p.quote-text:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  background-color: #7e9ff7;
}
.privacy-policy-inner .wp-block-heading,.blog-post-inner .wp-block-heading {
    margin: 30px 0px 20px;
}
.experiece-sec-card .experience-card.care-step-card.card {
    margin-bottom: 0;
    height: 100%;
}
.saboxplugin-wrap .saboxplugin-gravatar img {
    border-radius: 15px !important;
    width: 126px;
    max-width: 100% !important;
}
.title-content-col > p {
  line-height: 25px;
}
.scrolled-sec > ul, ul.wp-block-list {
  list-style-type: disc;
  margin-left: 20px;
}
::marker {
  color: #7e9ff7;
}
.title-content-col ul li, ul.wp-block-list li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
}
.saboxplugin-wrap .saboxplugin-authorname {
    line-height: 25px;
    font-size: 18px;
    margin: 0;
}
.saboxplugin-authorname a {
    color: #000;
    font-weight: 600;
    font-family: 'Playfair Display';
}
.Dr-content-card .card-body p {
    font-size: 15px;
    line-height: 22px;
}
small.secondary-color {
  font-size: 10px;
}
.saboxplugin-wrap {
    border-radius: 30px;
    margin-top: 80px !important;
    border: 1px solid #d3d3d3 !important;
}
.blog-post-inner .sidebar .recent-card .fa-clock {
  max-width: 9px;
  padding: 4px;
}
.blog-post-inner .sidebar .recent-card h6.card-title {
    font-size: 14px;
}

.blog-post-card h4.card-title {
  font-size: 20px;
}
.post h4 a {
    color: #000;
}
.post img {
    width: 75px;
    border-radius: 10px;
    height: 75px;
    object-fit: cover;
}
.blog-post{
    margin-top: 40px;
}
.recent-post, .catagries {
    background: #fff;
    padding: 25px;
    border-radius: 30px;
    border: 1px solid #d3d3d3;
    margin-bottom: 35px;
}
.recent-post h2, .catagries h2 {
    margin-bottom: 30px;
    font-size: 26px;
}
.single-treatment .hero {
    height: 490px;
}

.post {
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
    align-items: center;
}
.post h4 a {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}
.post h4 {
    line-height: 17px;
}
.post span {
  font-size: 12px;
  color: #777;
}



/* =====Single-Blog-Page close====== */
/* =====Treatment-Page start====== */
.treatment-hero-banner {
  background-image: url(../images/treatment-hero.jpg);
}
.condition-hero-banner{
   background-image: url(../images/conditions-hero.png);
}
.sidebar-left {
    max-width: 90%;
  }
.sidebar,.sidebar-left{
  position: sticky;
    top: 1px;
}
.sidebar-links {
  margin-bottom: 60px;
}
.sidebar-links > ul#myTab {
  display: block;
}
.sidebar-links > ul > li a.nav-link {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 14px;
    padding: 12px 18px;
    display: block;
    margin-bottom: 15px;
}
.treatment-cata .list-unstyled {
    margin: 40px 0px 40px;
    column-count: 2;
} 
.treatment-cata .list-unstyled > li {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    margin-bottom: 18px;
    border-radius: 20px;
    padding: 25px;
}
.treatment-cata h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Playfair Display';
}

.card-content h3 {
    font-size: 21px;
    margin-bottom: 11px;
}

.cata-two {
    margin-top: 70px;
}
/* =====Treatment-Pageclose====== */
/* =====Telehealth-Consent-Form-Page Start====== */

.telehealth-form h5 img {
    width: 17px;
    margin-right: 10px;
    vertical-align: sub;
}

.telehealth-form-hero {
  background-image: url(../images/telehealth-farm-hero.jpg);
}
section.consent-step-sec {
  max-width: 70%;
  margin: auto;
  position: relative;
  top: -15%;
}
.consent-step-card {
  border-radius: 25px;
  text-align: center;
  margin-bottom: 0;
}
.consent-step-card h3 {
  font-size: 24px;
}
.consent-step-card img.card-img {
  margin: auto;
}
.agreement-sec-inner {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    padding: 34px;
    border-radius: 25px;
    max-width: 75%;
    margin: auto;
}
.scrolled-sec {
    background-color: #f7f7f7;
    border: 1px solid #d3d3d3;
    border-radius: 25px;
    padding: 34px;
}
.scrolled-sec > p {
    line-height: 22px;
    font-size: 15px;
}
.scrollspy-example {
  height: 300px;
  background-color: #f7f7f7;
  margin-top: 0.5rem;
  overflow: auto;
}
.scrolled-sec > ul > li {
    font-size: 14px;
    line-height: 28px;
}
.scrolled-sec > ul > li::marker {
  color: #000000;
}
.agreement-form-sec {
  margin-top: 40px;
}
.agreement-form-sec input.form-control,.agreement-form-sec textarea.form-control {
  background-color: #f7f7f7;
}
.agreement-form-sec .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #2f2f2f;
}
.form-check-input[type="radio"] {
  border: 1px solid;
}
.agreement-form-sec textarea {
  height: 120px !important;
}
.agreement-form-sec a.btn.book-btn {
    margin: 19px 0px;
    display: block;
    font-size: 21px;
    font-family: "Playfair Display";
    line-height: 33px;
    padding: 10px;
}
.agreement-sec-title h3 {
    margin-bottom: 30px;
}
section.hero.telehealth-form-hero.p-0 {
    height: 600px;
}
.agreement-btn p {
    text-align: center;
    font-size: 15px;
}
canvas#digital_signature-pad_signature-201 {
    width: 890px;
    height: 160px;
    max-width: 100%;
    border-radius: 19px;
}

.dscf7_signature input.clearButton {
    top: 10px !important;
    right: 10px !important;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}
span.wpcf7-list-item.first.last input {
    margin-right: 5px;
}
/* =====Telehealth-Consent-Form-Page Close====== */



/*======== Responsive Layout Start ========*/
@media (max-width: 1400px) {
  .our-mission-inner .sec-title {
    width: 100%;
}
.sec-inner-margin {
    width: 100%;
}
.faq-detail-title {
    width: 100%;
}
img.physician-img {
    width: 100%; 
    margin-left: 0;
}
  .logo {
    max-width: 24%;
  }
a.footer-logo img,.logo a img  {
    max-width: 100%;
}
  .sec_spacer {
    padding: 80px 0px;
  }
  /* =====About Dr-Page Start====== */
.dr_boigraphy {
    padding-right: 0;
}
  .experience-card {
    margin-bottom: 25px;
  }
  .Accomplishment-sec-inner {
    max-width: 100%;
  }
  .Accomplishment-col > ul > li {
    font-size: 13px;
    display: flex;
    align-items: center;
  }
     .navbar-expand-lg .navbar-nav .nav-link {
        padding: auto;
    }

/* =====We-serv-Page Start====== */
  .state-card p,.state-name-card p {
    font-size: 15px;
  }
  .state-name-card .list-unstyled > li {
    line-height: 30px;
  }
/* =====Blog-Page Start====== */
  .blog-card-Content h3.card-title {
    font-size: 25px;
    line-height: 35px;
  }
  .blog-card-Content .card-blog-title p {
    font-size: 15px;
    margin: 3px 0px;
  }
  
/* =====Contact-Us-Page Start====== */
  .contact-top-inner .state-card {
    padding-bottom: 22%;
  }
    .dr_boi-banner {
        padding: 170px 0px 110px;
        height: auto !important;
    }
  .navbar-nav > li.nav-item {
    padding: 0px 10px;
  }
  .line {
    right: -54%;
    width: 280px;
}
.blog-card-Content .card-body, .post-status {
    margin-top: 40px;
}
}

@media (max-width: 1280px) {

  .mem-condition .condition-card .offer-card-list > li {
    padding: 3px 11px;
}
.post-tabnav .nav-tabs {
        width: 731px;
    }
  .hero-banner {
    margin-top: -10%;
  }

/* =====MemberShip-Page Start==== */
  .mambership-price-sec .card {
    padding: 33px;
  }
  .mambership-price-sec .list-unstyled > li {
    font-size: 15px;
  }
  .condition-card .offer-card-list > li {
    padding: 7px 1px;
    line-height: 22px;
    font-size: 13px;
  }
  .single-blog-banner .hero-caption-sec .header_1 {
    font-size: 39px;
  }
  section.single_faq-sec {
    max-width: 77%;
  }
/* =====Telehealth-Consent-Form-Page Start====== */
  .consent-step-card h3 {
    font-size: 20px;
  }
  .telehealth-form-hero .hero-caption-sec {
    left: 15%;
    right: 15%;
  }
  .telehealth-form-hero .hero-caption-sec {
    max-width: 74%;
  }
}

@media (max-width: 1200px) {
  .Accomplishment-card {
    max-width: 100%;
}
.agreement-sec-inner {
    max-width: 100%;
}
.treatment-cata .list-unstyled {
    column-count: 1;
}
   .post-tabnav .nav-tabs {
        width: 100%;
    }
    .dr_boi-inner {
    max-width: 100%;
  }
  nav.navbar {
    padding: 25px 0px;
    background-color: transparent;
  }
  .navbar-nav > li > a.nav-link {
    font-size: 14px;
  }
    .btn {
        font-size: 15px;
        padding: 9px 15px 9px 18px;
        line-height: 25px;
    }
  .menu-btn > a.btn {
    margin-left: 7px;
  }


/* About-Us-page-start */
  .story-content,.mission-card-sec,.physician-info {
    margin-top: 40px;
  }
  .story-content > p {
    max-width: 100%;
  }
  .our-mission-inner span {
    max-width: 65%;
  }

/* =====We-serv-Page Start====== */
  .state-card {
    padding-bottom: 17%;
  }
/* =====Blog-Page Start====== */
  .blog-card-Content {
    padding: 17px;
  }
    .sidebar {
        max-width: 50%;
        margin: auto;
    }
        .line {
        width: 230px;
        display: none;
    }

  .blog-card-Content .card-body {
    padding: 8px;
  }
  .blog-card-Content .card-blog-title p {
    line-height: 25px;
  }
  
  .blog-post-card > .card-body {
    padding: 25px;
  }
  .nav-tabs {
    flex-wrap: nowrap;
    font-size: 10px;
  }
/* =====Contact-Us-Page Start====== */
  .contact-state-card p {
    line-height: 28px;
  }
  .contact-top-inner ul.list-unstyled > li {
    line-height: 28px;
  }
  .healthcare-inner {
    max-width: 51%;
  }
/* ==Location-Boca-Roton-Page Start==*/
  .boca-roton-inner .state-card {
    padding-bottom: 13%;
  }
  .boca_healthcare-inner p {
    max-width: 80%;
    margin: 10px auto;
  }
/* =====MemberShip-Page Start==== */
  .mambership-price-sec .card {
    padding: 18px;
  }
  .mambership-visit-sec .visit-card-col {
    max-width: 77%;
  }
    .single-blog-banner .hero-caption-sec .header_1 {
        font-size: 36px;
        line-height: 47px;
        padding-bottom: 11px;
    }
  section.single_faq-sec {
    max-width: 88%;
  }
  .next-content-sec {
    max-width: 43%;
  }
/* =====Telehealth-Consent-Form-Page Start====== */
  section.consent-step-sec,.compare-sec-inner {
    max-width: 100%;
  }
  .telehealth-form-hero .hero-caption-sec .header_1 {
    margin: 10px 0px 12px;
  }
  .price-card {
    width: 100%;
}

}


@media (max-width: 992px) {

.navbar-expand-lg .navbar-nav {
    gap: 10px;
}

.price-sec-col,.visit-card-col {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.physician-img-col img {
    width: 100% !important;
}
.service-desc, .physician-img-col {
    max-width: 100%;
}
.faq-detail-inn {
    padding-top: 166px;
}
       .line {
        display: none;
    }
.work-step-card {
    max-width: 70%;
    margin: 30px auto 30px auto;
}
.offer-sec-card {
    width: 100%;
}

.faq-detail-title h1 {
    margin-bottom: 0;
    padding-bottom: 60px;
}
    /* .privacy-hero {
        height: 100% !important;
    } */
  .faq-answer-inn, .faq-detail-inn
 {
    width: 100%;
}
  .contact-btn {
    margin-top: 10px;
}
  .treatment-cata .list-unstyled {
    column-count: 2;
}
  .sidebar-left, .sidebar  {
    max-width: 60%;
}
    
    .blog-card-Content {
        padding: 25px !important;
    }
    .blog-card-Content,.blog-img-card {
    margin-bottom: 0 !important;
}
.blog-card-Content .card-body, .post-status {
    margin-top: 40px;
}
.nav-tabs .nav-link {
    margin-right: 11px;
    padding: 10px 24px;
    font-size: 17px;
}
  .navbar-nav > li > a.nav-link {
    font-size: 15px;
  }
  img.blg-card-img {
    border-radius: 30px 30px 0px 0px;
}
svg.svg-inline--fa.fa-circle.me-1 {
    margin-bottom: 2px;
}
.abt-care .healthcare-inner {
    max-width: 100%;
}
h5.hero-sub-title {
    padding: 10px 21px 10px 10px;
    font-size: 15px;
}
  .care-step-card, .condition-card, .offer-card,.card {
    height: auto;
    margin-bottom: 20px;
}

.hero {
    height: 590px;
}
.service-area-img {
    width: 100%;
}
.physician-img-col:before{
  display: none;
}
.story-content {
    width: 100%;
}
.physician-img-col img {
    width: 100%;
}
   img.physician-img {
    width: 70%;
    margin-left: 0;
}
.offcanvas {
      transition: var(--bs-offcanvas-transition) !important;
}
  .hero-banner,.about-banner {
    background-position: center;
  }
    .sec_spacer {
        padding: 70px 0px;
    }
    .contact-info-sec {
    width: 60%;
}
  .logo {
    display: contents;
  }
  button.navbar-toggler {
    border: 0px;
  }
  button.btn-xl {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div#offcanvasNavbar {
    height: 100%
  }
  .offcanvas-backdrop {
    height: 100%;
  }
    .hero-banner {
        height: 1050px;
    }
    .privacy-hero {
    height: 430px !important;
}
.term-hero-inner > .hero-caption-sec, .privacy-hero-inner > .hero-caption-sec {
    left: 4%;
}

   .hero-banner .hero-caption-sec {
        left: 5% !important;
    }
    .hero-banner .header_1 {
    font-size: 78px;
    line-height: 90px;
    margin-top: 10px;
    margin-bottom: 50px;
}
  a.navbar-brand {
    width: 55%;
    display: inline-block;
  }
  .toggl-bar {
    display: flex;
  }
  .offcanvas {
    background-color: #000;
    width: 100% !important;
  }
  .navbar-nav > li.nav-item {
    padding: 0px;
    display: block;
  }
  .offcanvas-body {
    padding-left: 5%;
    text-align: center;
  }
  svg.fa-xmark {
    color: #fff;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .toggl-bar > a.btn {
    padding: 8px 13px;
    font-size: 14px;
  }
  .menu-btn > a.btn {
    display: block;
    max-width: 44%;
    margin: 0px auto 19px;
  }
  .hero-caption-sec,.privacy-policy-inner  {
    max-width: 100%;
  }
  .care-step-card,.treat-card,.service-desc,.price-card,.physician-img-col,.testimonial-card,.visit-card {
    margin-bottom: 25px;
  }
  .copy-right-sec {
    margin-top: 20px;
    padding-top: 40px;
}

  .line {
    display: none;
  }
  .visit-card-col {
    max-width: 100%;
  }
  .treat-card {
    background-size: cover;
  }
  .treat-card-col {
    max-width: 100%;
  }
  section.testimonial-sec {
    overflow: hidden;
  }
  .healthcare-inner {
    max-width: 100%;
  }
  .footer-logo-sec {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .quik-links-sec {
    margin-top: 30px;
  }
  .menu-links {
    margin-bottom: 30px;
  }
  .our-mission-inner span {
    max-width: 65%;
  }
  .physician-info {
    max-width: 100%;
  }
/* =====About Dr-Page Start====== */
  .dr_boigraphy {
    padding-right: 0%;
    margin-bottom: 40px;
  }
.footer-logo img.logo-icon {
        max-width: 80%;
        margin-bottom: 10px;
    }
     .dr_img {
        text-align: center;
        margin-top: 21px;
    }
  .Accomplishment-col > ul > li {
    font-size: 14px;
  }
  .Accomplishment-col > ul > li img.card-img {
    margin: 0px 13px 3px 0px;
  }
/* =====We-serv-Page Start====== */
  .state-card {
    padding-bottom: 10%;
  }
/* =====Blog-Page Start====== */
  ul#myTab {
    justify-content: center;
  }
  .recent-card {
    margin-bottom: 30px;
  }
  ul.navbar-nav li {
    margin: 5px 0px;
}

  .recent-card h6.card-title {
    font-size: 14px;
    line-height: 20px;
  }
/* =====Contact-Us-Page Start====== */

  .contact-info {
    padding: 18px;
  }
  .map-inner-sec {
    max-width: 100%;
  }
  .contact-top-inner .state-card {
    padding-bottom: 10%;
  }
/* =====FAQ-page Start =====*/
  .accordion-button {
    font-size: 15px;
  }
  .faq-title {
    left: 15%;
    right: 15%;
  }
/* ==Location-Boca-Roton-Page Start==*/
    .offer-card-list > li {
        font-size: 15px;
    }
  .offer-card-list {
    margin: 8px 0px 18px;
  }
/* =====MemberShip-Page Start==== */
  .mambership-visit-sec .visit-card-col {
    max-width: 95%;
  }
  .compare-sec-inner {
    max-width: 100%;
  }
  .Dr-content-card {
    margin-bottom: 30px;
  }
  section.single_faq-sec {
    max-width: 100%;
  }
  .next-content-sec {
    max-width: 52%;
  }
/* =====Telehealth-Consent-Form-Page Start====== */
  .consent-step-card {
    margin-bottom: 25px;
  }
  .agreement-sec-inner {
    max-width: 100%;
  }
  section.consent-step-sec {
    top: -8%;
  }
  .mr-bottom {
    margin-bottom: 0;
  }
  .treatment-cata {
    margin-top: 70px;
}
  section.hero-search {
    max-width: 80%;
  }
  .faq-title {
    left: 0 !important;
    right: 0;
    max-width: 100% !important;
}
.faq-accordionn-inner {
    max-width: 100%;
}
.hero-banner .hero-caption-sec {
    margin-bottom: 100px;
}
.treat-card {
    border-radius: 30px;
}
.treat-card p {
    font-size: 15px;
    line-height: 21px;
}
  .hero-caption-sec {
    left: 5%;
  }
}

@media (max-width: 767px) {

.price-sec-col, .visit-card-col {
        width: 100%;
    }
.hero-banner .hero-caption-sec {
        left: 3% !important;
    }
    .hero-banner {
        height: 826px !important;
    }
  .hero-banner .header_1 {
        font-size: 57px;
        line-height: 72px;
        margin-bottom: 38px;
    }
    .contact-info-sec {
    width: 100%;
}
    .treatment-cata .list-unstyled {
    column-count: 1;
}
    .hero-caption-sec h1 {
        font-size: 59px;
        line-height: 75px;
        margin-bottom: 35px;
    }
.blog-post-inner .tab-content {
    margin-top: 24px;
}
  .hero-caption-sec {
    max-width: 92%;
  }
  .sec-title > h2 {
    font-size: 38px;
  }
  .work-step-card {
    margin: 25px 0px;
  }
.care-step-card, .condition-card, .offer-card,.experience-card {
    border-radius: 25px !important;
}
  .service-desc,.physician-img-col,.work-step-card {
    max-width: 100%;
  }
  
  .healthcare-inner .sec-title > h2 {
    line-height: 40px;
  }
/* About-us-page Start */
  .our-mission-inner span {
    max-width: 100%;
  }
       .sidebar-left, .sidebar  {
    max-width: 100%;
}
    img.physician-img {
        width: 100%;
    }
  .header_1 {
    font-size: 42px;
  }
  .Accomplishment-col > ul > li > img.card-img {
    margin-bottom: 0px;
  }
  .Accomplishment-col {
    margin-bottom: 25px;
  }
  .hero-btn > a.btn,.meet-btns > a.btn {
    margin-right: 10px;
  }
/* =====Blog-Page Start====== */
  
  .cities-name > a {
    padding: 12px 10px 14px 14px;
}
.inner-margin {
    margin-top: 40px;
}
  .nav-tabs {
    flex-wrap: wrap;
    font-size: 13px;
  }

/* =====Privacy-Policy-Page Start====== */
  .privacy-policy-inner {
    max-width: 100%;
  }
  .question > h4 {
    font-size: 20px;
  }
  .question > p {
    font-size: 13px;
  }
/* =====Single-FAQ-Detail-Page Start====== */
  section.single_faq-sec {
    max-width: 100%;
  }

  .single-faq-hero .hero-caption-sec {
    left: 10%;
  }
  .single_faq-sec,.ralted-page-sec {
    padding: 20px 0px;
  }
  .ralted-page-sec {
    padding-bottom: 0px;
  }
  .next-content-sec {
    max-width: 70%;
  }
/* =====FAQ-page Start =====*/



/* ==Location-Boca-Roton-Page Start==*/
  .statewide-card-list > li {
    font-size: 12px;
  }
  .location-faq-sec .faq-accordionn-inner {
    max-width: 100%;
  }
  .boca_healthcare-inner p.white-color-text {
    max-width: 84%;
    margin: 10px auto;
  }
/* =====MemberShip-Page Start==== */
  .mambership-price-sec .card,.mambership-visit-sec .visit-card-col {
    max-width: 80%;
    margin: 20px auto;
  }
  .condition-sec-card .state-card {
    padding-bottom: 7%;
  }
  .compare-packages table thead th {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
.Dr-content-card .card-body {
    padding: 15px 0px 0px 0px;
}
.scrolled-sec {
    padding: 20px;
}
    .privacy-hero {
        height: 500px !important;
    }
.Dr-content-card.card {
    margin-top: 30px;
    margin-bottom: 0;
}
  .hero-caption-sec {
    margin-bottom: 34px;
}
  .mem-condition .condition-card .offer-card-list {
    margin-top: 20px;
}
      .price-sec-col, .visit-card-col {
        width: 100%;
    }
    .condition-card{
    padding: 30px;
}
    img.card-img {
    height: 50px;
    width: 50px;
}
    .physician-info-col > ul > li {
        font-size: 16px;
    }
   .Accomplishment-col > ul > li, .cities-name > a {
        padding: 10px 6px 12px 9px;
        width: 100%;
        margin: auto;
    }
      .price-sec-col {
    width: 100%;
}
.nav-next, .nav-previous {
    text-align: center;
    width: 100%;
}
        .hero-banner .hero-caption-sec {
        margin-bottom: 75px;
    }
        .hero-banner .header_1 {
        font-size: 56px;
        line-height: 71px;
        margin-bottom: 30px;
    }
    .faq-detail-title h1 {
    font-size: 42px;
    line-height: 54px;
    padding-bottom: 48px;
}
.next {
    width: 100%;
}
    img.loction-icon {
    width: 12px;
    margin-right: 7px;
}
    .service-location ul li {
    padding: 7px 11px !important;
}
.service-location ul li a {
    font-size: 14px !important;
}
    .sidebar {
    padding-top: 40px;
}
        .nav-tabs .nav-link {
        padding: 8px 21px;
        font-size: 16px;
    }
    .post-status {
    font-size: 12px;
}
        .blog-card-Content {
        padding: 20px !important;
    }
    .sec_spacer {
        padding: 50px 0px;
    }
.footer-link > li {
    padding-bottom: 7px;
}
.sec-title p, .testimonial-card p {
    font-size: 16px;
    line-height: 25px;
}
      img.physician-img {
        width: 380px;
    }
  .hero-caption-sec,.single-faq-hero .hero-caption-sec {
    left: 3%;
  }
  .btn {
    padding: 9px 18px 9px;
    line-height: inherit;
  }
  .msz-form-title.mb-md-5.mb-md-3 {
    margin-bottom: 40px;
}
      .sidebar {
        width: 100%;
    }
  .sec-title > h2 {
    font-size: 32px;
  }
  .sec-sub-title,.hero-sub-title {
    font-size: 12px;
  }
 .sec-title > h2 {
    font-size: 32px;
  }
  .hero-banner {
    margin-top: -15%;
  }
  .header_1 {
    font-size: 36px;
  }
  .hero-btn .btn {
    margin-right: 8px;
  }
    .treat-card {
        padding: 150px 30px 40px;
        margin-top: 20px;
    }
  .state-name-card ul.list-unstyled {
    margin-top: 16px;
}
.state-name-card ul.list-unstyled li {
    margin-bottom: 0;
}
  .treat-card > .card-body {
    max-width: 84%;
  }
  .Accomplishment-card {
    margin: 9% auto 0px;
}
  .treat-card .card-title {
    margin: 20px 0px 15px;
  }
    /* p.card-text, .list-unstyled > li, .service-area-col > ul > li, .physician-info-col > ul > li, .footer-link > li > a {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 13px;
    } */
  .service-desc > .sec-title > p {
    margin: 20px 0px;
  }
  .price-card {
    padding: 40px;
  }

img.treat-icon {
    padding: 13px;
    width: 45px;
}
  .price-card .card-title {
    font-size: 40px;
    margin: 24px 0px;
  }
  .visit-card h3.card-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .visit-card p {
    margin-bottom: 20px;
  }
  .copy-right-sec > p {
    font-size: 13px;
    line-height: 21px;
}
  h4.card-title {
    font-size: 22px;
  }
.experience-card {
        padding: 30px 30px 30px 30px !important;
    }
.inner-margin {
    margin-top: 40px;
}
.hero-caption-sec h1 {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 12px;
    }
      .quotes {
        margin: 30px 0px;
        padding: 18px;
    }
   
    .hero {
        height: 540px;
    }
  .service-area p {
    margin-top: 20px;
  }
  .healthcare-inner .sec-title > h2 {
    line-height: 42px;
  }
  h5.card-sub-header {
    font-size: 14px;
  }
  .popular {
    margin-top: 20px;
  }
  .state-card .card-title, .state-name-card .card-title, .statewide-card .card-title {
    font-size: 25px;
    line-height: 35px;
}
/* =====About Dr-Page Start====== */
  .sec-inner-margin {
    margin-top: 8%;
  }
  .dr_img {
    height: 360px;
  }
  .dr_boi-inner,.offer-sec-card, .Accomplishment-sec-inner .Accomplishment-card,.faq-accordionn-inner,.state-card p, .state-name-card p,.about-service-sec-inner p,.about-service-sec-inner p {
    max-width: 100%;
    width: 100%;
  }
  .experiece-sec-card {
    text-align: center;
  }
  .hero-btn > a.btn,.meet-btns > a.btn {
    margin-right: 3px;
  }
  .experience-card img.card-img {
    margin: auto;
  }

  .recent-card {
    margin-bottom: 0px;
  }
  .recent-card .card-body {
    padding: 5px;
  }
/* =====We-serv-Page Start====== */
    .state-card p, .state-name-card p {
        font-size: 15px;
        line-height: 25px;
    }
 
.care-step-card {
        padding: 35px;
    }
  .state-card .card-title,.state-name-card .card-title {
    font-size: 29px;
  }
  .cities-name > a {
    margin-bottom: 14px;
  }
/* =====Contact-Us-Page Start====== */
 
  .contact-top-inner ul.list-unstyled > li {
    line-height: 16px;
  }


/* ==Location-Boca-Roton-Page Start==*/
  .statewide-card-list {
    column-count: 1;
  }
  .single-blog-sidebar .recent-card {
    margin-bottom: 10px;
  }
  .next-content-sec {
    max-width: 75%;
    padding: 8px 21px 8px 8px;
  }
  .ralted-pagecard a.card-link {
    margin: 20px 5px 0px 0px;
    font-size: 13px;
  }
  .blog-card-Content h3.card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .healthcare-inner .sec-title > h2 {
        line-height: 40px;
        font-size: 32px;
    }
    h3.card-title {
    font-size: 30px;
    margin-bottom: 29px;
}
.visit-card .book-btn {
    margin-top: 10px;
}
.visit-card, .testimonial-card, .misson-card {
    border-radius: 30px;
}
.testimonial-card,.misson-card,.price-card {
    padding: 25px;
  }
  .service-area-col > ul > li, .Accomplishment-col > ul > li, .cities-name > a {
    padding: 9px 7px 10px 14px;
    font-size: 16px;
}
.service-area p {
    font-size: 16px;
}
.name {
    font-size: 16px;
}
}

@media (max-width: 480px) {


      .care-step-card {
        padding: 25px;
    }
      .physician-info-col > ul > li {
        font-size: 14px;
    }
/* .treat-sec-col,.work-steps,.price-sec-col,.testimonial-inner {
    margin-top: 3%;
  } */
  .state-card .card-title,.state-name-card .card-title {
    font-size: 26px;
  }
/* =====FAQ-page Start =====*/
  .accordion-button {
    font-size: 13px;
    line-height: 22px;
  }
  .boca_healthcare-inner p {
    max-width: 93%;
  }
  .boca_healthcare-inner {
    padding-bottom: 7px;
  }
.card-top {
    gap: 20px;
}
  .treatment-cata .list-unstyled > li {
    margin-bottom: 6px;
    /* padding: 4px; */
  }
  .tags span {
    padding: 0px 10px;
}
  .treatment-cata .list-unstyled > li {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  /* .treatment-cata .offer-card-list > li img {
    margin-right: 4px;
    margin-left: 5px;
  } */
  .sidebar-left {
    max-width: 100%;
  }
  .sidebar-left .card {
    padding: 26px;
  }
  .single-blog-banner .hero-caption-sec {
    max-width: 100%;
  }
 
  .next-content-sec {
    max-width: 100%;
    padding: 8px 21px 8px 9px;
    width: 354px;
  }
      .footer-logo-sec {
        max-width: 100%;
    }
   .visit-card{
    padding: 25px;
   }
   .accordion-header .accordion-button {
    font-size: 16px;
    padding: 16px 18px;
}
.accordion-body {
    font-size: 15px;
}
}

@media (max-width: 440px) {

  .toggl-bar .fa-arrow-right {
    display: none;
}
  .header_1 {
    font-size: 30px;
  }
.sec-title > h2 {
        font-size: 30px;
        line-height: 35px;
    }
    a.navbar-brand {
        width: 58%;
    }
.logo {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
     
  .treat-card > .card-body {
    max-width: 100%;
  }
  p {
    font-size: 14px;
  }
  .quotes span {
    font-size: 13px;
  }
  img.card-img {
    margin-bottom: 0px;
  }
  .blog-read-btn > a.secondary-btn {
    font-size: 10px;
    padding: 6px 8px;
  }

  .post-time {
    display: flex;
  }
  .treat-card {
    margin-top: 10px;
  }
/* =====Contact-Us-Page Start====== */
  .service-location > .list-unstyled > li > a,.contact-top-inner ul.list-unstyled > li > a {
    font-size: 12px;
  }

  .service-location > .list-unstyled > li {
    margin: 9px 3px;
    padding: 2px 4px;
  }
  img.loction-icon {
    width: 12px;
    margin-right: 9px;
  }
  .accordion-button {
    font-size: 12px;
  }
/* =====MemberShip-Page Start==== */
  .mambership-price-sec .card {
    margin: 5px auto 30px;
  }
  .condition-card .offer-card-list {
    column-count: 1;
    margin: 6px 0px 0px;
  }
  .condition-card .offer-card-list > li {
    margin-bottom: 0px;
    padding: 7px 1px 7px 7px;
  }
  
  .compare-packages table thead th,
  td {
    font-size: 13px;
    padding: 12px 5px;
  }
  td {
    padding: 10px 5px !important;
  }
 .treatment-cata .list-unstyled > li,.treatment-sec .cata-two {
        font-size: 16px !important;
        line-height: 32px;
    }
  .treatment-cata .list-unstyled {
    column-count: 1;
  }

}

@media (max-width: 400px) {

  .header-table {
    font-size: 18px;
}
.cell {
    padding: 12px 14px;
}
  img.logo-icon {
        max-width: 90%;
    }
        .dr_boi-banner {
        padding: 166px 0px 96px;
    }
  div#offcanvasNavbar {
    height: 94vh;
  }
  .header_1 {
    font-size: 32px;
  }
  .hero-btn .btn {
    padding: 9px 14px 9px;
  }
  button.navbar-toggler {
    padding: 0;
  }
  .menu-btn > a.btn {
    max-width: 60%;
  }
  ul.state-name > li > a {
    font-size: 12px;
    padding: 6px 8px 6px;
  }
  .sec-title span {
    display: inline-block;
  }
  .state-name-card .list-unstyled > li,.boca-roton-card ul li, .offer-card-list > li {
    font-size: 13px;
    line-height: 22px;
  }
  .boca_healthcare-inner p {
    max-width: 100%;
  }
  .offer-card.visit-card.card ul li img {
    width: 17px;
    height: 17px;
}
/* =====MemberShip-Page Start==== */
  .condition-sec-card,.mambership-visit-sec .visit-card-col, .mambership-price-sec .card {
    max-width: 100%;
  }
  .compare-packages table thead th, td {
    font-size: 8px;
    padding: 12px 8px;
  }
  .price-card .card-title {
    font-size: 30px;
    margin: 14px 0px;
  }
      .service-area-col > ul > li, .Accomplishment-col > ul > li, .cities-name > a {
        width: 100%;
    }
}

@media (max-width: 375px) {

      /* div#treat-men-care .offer-card-list > li img, div#treat-primary-care .offer-card-list > li img  {
        width: 42px;
    } */
    .contact-top-inner ul.list-unstyled {
    column-count: 1;
  }
 .toggl-bar > a.btn {
        padding: 7px 10px;
        font-size: 14px;
    }
  .treat-card .card-title {
    font-size: 24px;
  }

  .state-card .card-title, .state-name-card .card-title {
    font-size: 20px;
  }
/* =====Contact-Us-Page Start====== */
  .service-location > .list-unstyled > li {
    margin: 9px 3px;
    padding: 2px 5px;
  }
  img.loction-icon {
    margin-right: 5px;
  }
      .dr_boi-banner {
        padding: 166px 0px 52px;
    }
    .treatment-cata .list-unstyled > li {
    padding: 15px;
}
.offer-card-list > li img {
    width: 43px;
}
.offer-card-list > li img {
    padding: 12px;
}
}

@media (max-width: 358px){
  a.btn.secondary-btn {
    margin-top: 10px;
}
}
