html {
  scroll-behavior: smooth;
}

.nath_detail span {
    display: inline-block;
    background: #00205b;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #fff;
    line-height: normal;
}

.nath_detail h1 {
    margin: 5px 0;
    font-size: 28px;
    line-height: normal;
}

.nath_detail h4 {
    margin: 5px 0;
    font-size: 18px;
    line-height: normal;
}

.nath_detail p {
    font-size: 15px;
    color: #444;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.rating_reviews {
    display: grid;
    grid-template-columns: 12% 86%;
    gap: 2%;
    align-items: center;
    padding: 20px;
    background: rgba(58, 47, 31, 0.05);
    margin-bottom: 25px;
}

.rating_txt {
    border-right: 1px solid #000;
}

.rating_txt h1 {
    margin: 0px;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    padding-bottom: 5px;
}

.rates_star span.fa.fa-star {
    color: #04DAFF;
}

.rates_star span.fa.fa-star.checked {
    color: #2D3090;
}

.reviews_txt p {
    font-size: 16px;
    color: #000;
    padding: 0 0 8px 0;
    margin: 0;
    line-height: normal;
}

.reviews_txt span {
    font-size: 15px;
    color: #444;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.recomm {
    display: grid;
    grid-template-columns: 8% 90%;
    gap: 2%;
    padding-bottom: 25px;
}

.recomm.net_recomm {
    grid-template-columns: 3% 95%;
}

.recomm_txt h1 {
    margin: 0px 0 5px 0px;
    font-size: 24px;
    line-height: normal;
}

.recomm_txt p {
    font-size: 16px;
    color: #444;
    padding: 0 0;
    margin: 0;
    line-height: normal;
}

.recomm.net_recomm img {
    width: 100%;
}

.recomm img {
    width: 70%;
}

.high_txt {
    padding-top: 25px;
}

.net_ins {
    padding-top: 25px;
    border-top: 1px solid #000;
}

.highight_ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.highight_ul button {
    font-size: 16px;
    background: transparent;
    border: 0px;
    line-height: normal;
    padding: 0px 0px 10px 0px;
    color: #000;
    font-weight: 500;
}

.highight_ul button.active {
    border-bottom: 2px solid #000;
}

.recomm_txt a {
    color: #00A2E8;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    width: fit-content;
    line-height: normal;
    padding-top: 10px;
}

.recomm_txt a:hover {
    color: #2D3090;
}

.reviews_txt {
    position: relative;
}

.reviews_txt a:hover {
    color: #2D3090;
}

section#about {
    padding: 50px 15px;
    position: relative;
}

section#insurance {
    padding: 0px 15px 50px 15px;
    position: relative;
}

section#location {
    padding: 0px 15px 50px 15px;
    position: relative;
}

section#reviews {
    padding: 50px 15px 50px 15px;
    position: relative;
}

section#faqs {
    padding: 0px 15px 50px 15px;
    position: relative;
}

#moreContent {
    display: none;
}

#toggleBtn {
    color: blue;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: underline;
    font-weight: 500;
}

.about_sec .container {
    width: 65%;
}

.insurance_sec .container {
    width: 65%;
}

.insurance_txt h1 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0em;
    text-transform: none;
    margin: 0px;
    padding-bottom: 15px;
}

.carrier_plan label {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0em;
    text-transform: none;
    display: block;
    padding-bottom: 15px;
    color: #000;
}

.carrier_plan input.form-control {
    height: auto;
    line-height: normal;
    padding: 15px 15px 15px 35px;
    color: #000;
    border: 1px solid #00000075;
    border-radius: 0px;
}

form.carrier_plan {
    margin: 0px;
    padding-bottom: 48px;
}

.carrier_shield {
    position: relative;
}

.carrier_shield i.fa.fa-shield {
    position: absolute;
    top: 16px;
    left: 10px;
    font-size: 18px;
}

.insurance_txt h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0em;
    text-transform: none;
    margin: 0px;
    padding-bottom: 10px;
}

.insurance_txt p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0em;
    text-transform: none;
    display: block;
    padding-bottom: 15px;
    color: #000;
    margin: 0px;
}

.insurance_txt p span {
    color: #00205b;
    font-weight: 500;
}

.aetna_xtt_img {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
    padding-top: 14px;
}

.aetna_xtt_img img {
    width: 50px;
    height: 50px;
}

.aetna_xtt_img h1 {
    font-size: 16px;
    margin: 0px;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

.aetna_xtt_img h1 a {
    font-size: 16px;
    margin: 0px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

.aetna_xtt_img h1 a:hover {
    color: #00205b;
}

.visit_reas h1 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0em;
    text-transform: none;
    margin: 0px;
    padding-bottom: 15px;
}

.row.aetna_xtt {
    padding-bottom: 35px;
}

.abut_txt h1 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0em;
    text-transform: none;
    margin: 0px;
    padding-bottom: 15px;
}

.abut_txt p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.aller p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 15px;
}

a.twenty_popular {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0em;
    text-transform: none;
    color: rgb(51, 51, 51);
    text-decoration: underline;
    font-weight: 500;
    padding-top: 10px;
    display: block;
    width: fit-content;
}

a.twenty_popular:hover {
    color: #00205b;
}

.patients_secs .container {
    width: 65%;
}

.patients_secs h1 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0em;
    text-transform: none;
    margin: 0px;
    padding-bottom: 10px;
}

.patients_txt p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 15px;
}

.overall_rate {
    display: flex;
    align-items: center;
    gap: 10px;
}

.overall_rate p {
    padding-bottom: 0px;
    line-height: normal;
    margin: 0px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.rate_star span.fa.fa-star {
    color: #04DAFF;
}

.rate_star span.fa.fa-star.checked {
    color: #2D3090;
}

.trust_shield {
    display: flex;
    gap: 2%;
    align-items: center;
    padding: 15px;
    background: rgba(58, 47, 31, 0.05);
    margin-bottom: 25px;
    margin-top: 25px;
}

.trust_shield p {
    margin: 0px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.most_search {
    display: flex;
    align-items: center;
    gap: 20px;
}

.srch input#serch {
    height: auto;
    line-height: normal;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 15px 10px 30px;
}

.srch i.fa.fa-search {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 15px;
}

.srch {
    position: relative;
}

.most_search select#relevant {
    height: auto;
    line-height: normal;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 15px;
}

.most_search {
    display: flex;
    align-items: center;
    gap: 20px;
}

.show_review {
    display: grid;
    grid-template-columns: 20% 45%;
    justify-content: space-between;
    align-items: center;
}

.show_review p {
    margin: 0px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
}

.result_base p {
    margin: 0px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
}

.result_base {
    margin-bottom: 25px;
}

.care_patint {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.care_patint button.cae_btn {
    display: block;
    width: fit-content;
    padding: 8px 15px;
    border: 1px solid #000;
    border-radius: 50px;
    line-height: normal;
    height: auto;
    font-weight: 500;
    color: #000;
    background: transparent;
}

.care_patint button.cae_btn:hover {
    background: #04DAFF;
    border: 1px solid #04DAFF;
}

.review_det p {
    margin: 0px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.date_review {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 10px;
}

.review_det .rate_star {
    padding-bottom: 10px;
}

.date_review p {
    color: #333333AD;
    font-weight: 400;
}

.review_det {
    margin-top: 25px;
}

@media(min-width: 240px) and (max-width: 767px) {

.nath_txt {
    grid-template-columns: 100% !important;
    gap: 0px !important;
}

.nath_img img {
    width: 45%;
}

.nath_img {
    padding-bottom: 15px;
}

.rating_reviews {
    grid-template-columns: 100% !important;
    gap: 0px !important;
    align-items: flex-start !important;
    margin-top: 25px;
}

.rating_txt {
    border-right: 0px !important;
    padding-bottom: 15px;
}

.rating_txt h1 {
    text-align: left !important;
}

.rates_star {
    text-align: left !important;
    line-height: normal;
}

.reviews_txt a {
    position: relative !important;
    bottom: 0px !important;
}

.highight_ul {
    flex-wrap: wrap;
}

.recomm {
    grid-template-columns: 100% !important;
    gap: 0px !important;
}

.recomm img {
    width: 10%;
}

.recomm.net_recomm {
    grid-template-columns: 100% !important;
}

.recomm.net_recomm img {
    width: 10%;
}

.patients_secs .container {
    width: 100%;
}

.overall_rate {
    line-height: normal;
    padding-bottom: 15px;
}

.trust_shield {
    gap: 0px !important;
    align-items: self-start !important;
    flex-direction: column;
}

.show_review {
    grid-template-columns: 100% !important;
}

.show_review p {
    padding-bottom: 15px;
}

.most_search {
    flex-direction: column;
}

.trust_shield p {
    padding-top: 15px;
}

.srch {
    width: 100%;
}

.srch input#serch {
    width: 100%;
}

.date_review {
    flex-wrap: wrap;
}

.col-sm-4.over_rate_col1 {
    width: 100% !important;
}

.col-sm-4.over_rate_col2 {
    width: 100% !important;
}

.col-sm-4.over_rate_col3  {
    width: 100% !important;
}

.trust_shield i.fa.fa-shield {
    font-size: 40px;
}

.rating_txt p {
    text-align: left !important;
}
}





@media(min-width: 768px) and (max-width: 1200px) {

.patients_secs .container {
    width: 100% !important;
}

.recomm_txt h1 {
    line-height: 20px;
    padding-bottom: 5px;
}

.recomm_txt p {
    line-height: 20px;
}

.rating_reviews {
    grid-template-columns: 18% 80% !important;
}
}