/*
Theme Name: Avada child
Theme URI: https://www.treatmentabroad.com/wp-content/themes/Avada-child
Description: Child theme for Avada
Author: Ben Reed
Author URI: https://example.com/
Template: Avada
Text Domain: avada-child
Version: 1.0.0
*/
/* Target the specific form with the form ID */

/*html, body, html * {
    font-family: Roboto, sans-serif !important;
}*/

html{
    scroll-behavior: smooth;
} 

.avadaCustomWrapper h1, .avadaCustomWrapper h2, .avadaCustomWrapper h3, .avadaCustomWrapper h4, .avadaCustomWrapper h5, .avadaCustomWrapper h6, .avadaCustomWrapper a, .avadaCustomWrapper p,  .avadaCustomWrapper label, .avadaCustomWrapper div, .avadaCustomWrapper span, .avadaCustomWrapper input, .avadaCustomWrapper textarea {
    font-family: Roboto, sans-serif !important;
}

.avadaCustomWrapper::-webkit-input-placeholder {
    font-family: Roboto, sans-serif !important;
    color: #d2d2d2 !important;
}

.avadaCustomWrapper:-ms-input-placeholder {
    font-family: Roboto, sans-serif !important;
    color: #d2d2d2 !important;
}

.avadaCustomWrapper:-moz-placeholder {
    font-family: Roboto, sans-serif !important;
    color: #d2d2d2 !important;
}

.avadaCustomWrapper::-moz-placeholder {
    font-family: Roboto, sans-serif !important;
    color: #d2d2d2 !important;
}


/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  h1, h1 span {
    font-size: 37px !important; /* Decrease font size for smaller screens */
  }

  h2 {
    font-size: 35px !important;
  }
}

/* Media query for even smaller screens */
@media screen and (max-width: 480px) {
  h1, h1 span {
    font-size: 35px !important; /* Further decrease font size for very small screens */
  }

  h2 {
    font-size: 33px !important;
  }
}


.go-private-wrap .go-pvt-head {
	color: #212529;
    font-size: 34px;
    font-weight: 700;
}
.go-private-wrap .index-butn span, span#related-load-more {
    display: inline-block;
    margin-top: 22px;
    padding: 9px 28px 9px 13px;
    background: #EC9A37 url(/wp-content/uploads/2024/04/white-chv-down.png) no-repeat right 10px center;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
}

/*.go-private-wrap .go-pvt-menu a, #treatment-all-list a , #treatment-all-list .treatment_name  {*/
.go-private-wrap .go-pvt-menu a , #treatment-all-list .treatment_name  {
	display: flex;
    padding: 6px 16px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #212529; 
    background: #e8e8e8 url(/wp-content/themes/Avada/assets/images/arrow-black-icon.png) no-repeat right 5px center;
    min-height: 79px;
    vertical-align: middle;
    align-items: center;
    word-wrap: break-word;
    justify-content: space-between;
}

#treatment-all-list .treatment_name{
    background: #e8e8e8;
    min-height: 95px;
}


.go-private-wrap .editor-css .col-md-3, .go-private-wrap .editor-css .col-md-3, .go-pvt-menu .col-md-3, .related-pvt-menu .col-md-3 {
    font-weight: 400;
    font-size: 16px;
    color: #3a404d;
    margin-bottom: 10px;
    line-height: 18px;
    
}

.go-private-wrap div#loc_more_options {
    text-align: center;
}

.go-private-wrap .indexSug-a-z span, .indexSug-a-z a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #46943D;
    color: #fff;
    text-align: center;
    margin: 5px 2px;
    line-height: 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .4s;
}

.go-private-wrap .indexSug-a-z span.a-zdisable {
    background: #dadada;
    cursor: no-drop;
}

.go-private-wrap .ltr_heading {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 0 10px 10px;
    
}
.go-private-wrap .ltr_heading h3{
	font-weight: 500;
    color: #000;
    line-height: 1;
    margin-top: 0;
}
.indexSug-a-z {
    text-align: center;
}

.go-pvt-menu ul li {
    list-style: none;
  	width: 25%;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  position: absolute;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
    background: #3e7ebf;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.indexSug-a-z-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.indexSug-a-z-tab button.tablinks {
    width: 28px;
    height: 27px;
    display: inline-block;
    background: #43752f;
    color: #fff;
    text-align: center;
    margin: 5px 2px;
    line-height: 23px;
    border-radius: 7px; 
    cursor: pointer;
    transition: all .4s;
    border: none;
}
/* Change background color of buttons on hover */
.indexSug-a-z-tab .tablinks:hover {
  background-color: #3d7ebf;
}

/* Create an active/current tablink class */


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


.tabcontentachor{
    display: inline-block;
    width: 33.33%;
    margin: 0 0 10px;
    padding-right: 10px;
    font-weight: 400;
    color: #3d7ebf;
    font-size: 15px;
    cursor: pointer;
}

.a-zdisable {
    cursor: no-drop;
    width: 28px;
    height: 27px;
    display: inline-block;
    background: #dadada;
    color: #fff;
    text-align: center;
    margin: 5px 2px;
    line-height: 23px;
    border-radius: 7px; 
    cursor: no-drop;
    transition: all .4s;
    border: none;
}


.editor-css{
    color: #000;
    font-size: 30px;
    font-weight: 900;
    margin: 15px 0;
}

#search_more_treatment_list {
    color: #195490;
    font-weight: 800;
}

.search-box {
    margin: 2% 0;
}

.search-box h3{
    margin: 0;
    margin-left: 18px;
}

input#treatment-inputs, input#countries-inputs{
    border: 2px solid transparent;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-radius: 3px;
}

.input-group {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Align items vertically in the middle */
    
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    flex-wrap: wrap; /* Allow the items to wrap to next line on smaller screens */
}

.outer-div{
    background: #FFFFFF66;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #FFFFFFB2;
}

.submit-container {
    display: flex;
    justify-content: center;
    align-items: center; /* Center the button vertically */
    width: 100px; /* Set the width of the submit button container */
   
   
}

#submit-button {
    border: none;
    height: 50px;
    width: 100%;
    background: #f90 url(/wp-content/uploads/2024/04/search.png) no-repeat center center;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0;
    opacity: .6;
}



.leftbannerad
{
	direction:ltr;
}


.leftbannerad .adtitle, .topbannerad .adtitle, .bottombannerad .adtitle
{
	border:1px #ccc solid;
	border-bottom:0px;
	color: #b3b3b3; 
	padding: 2px 10px 2px 10px; 
	font-family: arial;
	font-size:11px;
}


.leftbannerad .adtitle
{
	float:left;
}

.topbannerad .adtitle, .bottombannerad .adtitle
{
	float:right;
}

.social-icons a {
    font-size: 22px;
    margin-left: -14px;

#modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

img.fusion-standard-logo {
    
    padding: 10px;
    border-radius: 20px;
}

.fusion-main-menu.fusion-flyout-menu {
    background: #edf1f9;
}

.otgs-development-site-front-end {
    display: none;
}
.landing-feature .fusion-column-wrapper:hover {
    background-color: #ec9a37;
}
.landing-feature{
    width: 393px !important;
    height: 233px !important;
    border-radius: 5px 0px 0px 0px;

}
/*theme css*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
html, body, html * {
  font-family: 'Roboto', sans-serif;
}

.fusion-secondary-header {
display: none;
}

  width: 100% !important;
}
}

/*.landing2 .quote h2 { color: #888 !important; font-size: 40px !important; font-style: italic !important; }
.landing2 .contact-box h3 { margin-top: 0 !important; }

a.landing-button { background: #ff9900 !important; }
a.landing-button i { color: #fff !important; }

.centre-on-mobile { margin-bottom: 0 !important; }
.centre-on-mobile div { text-align: left !important; }
.centre-on-mobile div p { text-align: right !important; font-size: 48px !important; }*/

/*@media only screen and (max-width: 1024px) {
  .centre-on-mobile div, .centre-on-mobile div p { text-align: center !important; }
}*/

.round { border-radius: 50px !important; width: 100px !important; }

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    text-align: left;
    overflow: auto;
    max-height: 200px;
}

.ui-autocomplete > li {
    padding: 3px 20px;
    cursor: pointer;
}

.ui-autocomplete > li:hover {
    background-color: #f0f0f0;
}



.input-container {
    flex: 1 1 300px; /* Grow and shrink equally, base width of 300px */
    margin: 10px;
}





.single-navigation.clearfix {
    display: none;
}

# .entry-title {
#  display: none;
# }

body .gform_wrapper #gform_2 .gfield_radio {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* Add spacing after radio button labels */
body .gform_wrapper .custom-radio-field label {
    margin-right: 30px;
}

.sibling-countries-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}

.sibling-country-box {
    flex: 0 0 23%; /* adjust this as needed */
    margin: 3px 10px;
    padding: 16px;
    border-radius: 5px;
    text-align: left;
    background: rgba(115,177,92,.7) url('/wp-content/uploads/2023/07/grn-right-chev.png') no-repeat right 15px center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .4s ease;
    text-decoration: none;
}

.sibling-country-box a {
    display: block;  /* Make the <a> tag fill up the entire <li> */
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
}


.sibling-country-box:hover {
    background-color: #ffffff;
    color: #73b15c; /* change back the text color to green when hovered */
}

.sibling-country-box:hover a {
    color: #73b15c; /* changes the text color to green when box is hovered */
}

/* Styles for screens that are 480 pixels or less wide */
@media screen and (max-width: 480px) {
    .sibling-country-box {
        /* Display one country per row */
        flex: 0 0 100%;
    }
}


.footer-section h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 15px;

}





/*.top-header h3 {
  color :#fff !important
}*/


.secondary-footer h2{
   text-align: center; 
    font-size: 34px;
    font-weight: 700;
  
    margin-bottom: 21px;
    color: #000;
}
.secondary-footer img {
   padding-top: 16px;
}
.custom-footer-wrapper-menu ul li{
  display: inline-block;
    padding: 0 15px;
    margin: 0px -12px 0px 0px;
    border-right: 1px solid #ccc;
    color: #4289d2;
    font-weight: 700;
    font-size: 17px;
    line-height: 0px;
    text-decoration: underline;
}
.custom-footer-wrapper-menu.awb-menu .awb-menu__main-ul {
    font-size: var(--awb-font-size);
    justify-content: center;
}
.fb {
    background: #3b5999 url(/wp-content/uploads/2024/04/fb.png) no-repeat center center;
    display: inline-block;
}
  
.twt {
    background: #55acee url(/wp-content/uploads/2024/04/twitter.png) no-repeat center center;
    display: inline-block;
}

.ln {
    background: #007bb5 url(/wp-content/uploads/2024/05/LinkedIn-Icon-Square.png) no-repeat center center;
    display: inline-block;
    margin-left: 5px;
}
.social-ico {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
   
  
}
.social-share {
   text-align: center;
}

.static-section-landing h3 {
    font-size: 25px !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin: 0 0 6px 0;
}

.static-section-landing p {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    max-width: 235px;
    margin: 0 auto 20px !important;
    line-height: 26px;
    width: 100%;
}

.menu-text:hover,.fusion-flyout-menu-toggle:hover {
    color: #46943d !important;
}
.landing h1 {
    font-weight: 700 !important;
    font-size: 56px !important;
    color: #fff !important;
    line-height: 62px;
    margin-bottom: 20px;
}
.landing h3 {
   color: #fff !important;
   font-size: 30px !important;
}

.landing div.fusion-layout-column {
    margin-bottom: 0px;
}

span.outer-div-span {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #EC9A37;
}

.testimonials-main-section .fusion-testimonials.classic .no-avatar .author {
    padding-left: 23px;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}

.quote .fusion-testimonials.classic .company-name {
    display: block;
}

 .testimonials-main-section .fusion-testimonials.classic .no-avatar .fusion-clearfix p , .testimonials-main-section .fusion-testimonials.classic .no-avatar .fusion-clearfix {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    text-align: left;
 }

.profile-right-custom a {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 7px;
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
}

.sendbtn, .sendbtn:hover {
    background-color: #f90;
    color: #fff;
}

.sendbtn, .viewbtn {
    border: 1px solid #f90;
    min-width: 130px;
    text-align: center;
}

.profile-right-custom li {
    float: none;
    width: auto;
    list-style: none;
}

/*div#treatment-all-list a  {
    display: flex;
    margin: 3px 10px;
    padding: 16px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: rgb(70 148 61) url(/wp-content/uploads/2023/07/grn-right-chev.png) no-repeat right 15px center;
    min-height: 85px;
    vertical-align: middle;
    align-items: center;
}
*/
#treatment-all-list span#related-load-more {
    display: inline-block;
    margin-top: 22px;
    padding: 15px 40px 15px 20px;
    background: #EC9A37 url(/wp-content/uploads/2024/04/white-chv-down.png) no-repeat right 20px center;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    contain: paint;
}

#treatment-all-list .index-butn {
    justify-content: center;
    text-align: center;
}


#parent-enquiry-from-section input[type=text], #parent-enquiry-from-section input[type=email], #parent-enquiry-from-section input[type=tel] {
    height: 36px;
    border-radius: 3px;
    padding: 0 15px;
    color: #16171b;
    font-size: 16px;
    font-weight: 400;
}

#parent-enquiry-from-section textarea {
    border-radius: 3px;
    padding: 0 15px;
    color: #16171b;
    font-size: 16px;
    font-weight: 400;
}

#parent-enquiry-from-section input[type=submit]  {
    background: #EC9A37;
    width: 40%;
    border-radius: 4px;
}

.related-pvt-menu h3{
    font-size: 34px !important;
    font-weight: 700 !important;
    text-align: center;
    margin-top: 30px;
}

 #parent-enquiry-from-section h2{
    color: #46943D;
    font-size: 28px !important;
    font-weight: 500 !important;
    text-align: center;
}

.child-404 {
    margin: 70px 0;
}

.error404 #main {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2024/04/14-years-ver3.jpg);
}

.child-404 h2, .child-404 h3  {
    color: #fff !important;
}

.outer-div.row.nothing_search_box {
    border-radius: 5px;
    padding: 20px 0px;
}

.outer-div.row.nothing_search_box #submit-button {
    margin-top: 6%;
    width: 26%;
}

#parent-enquiry-from-section .gform_validation_errors h2{
    color: #46943D;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: center;
}
.ui-helper-hidden-accessible{display: none;}
.detailsboxheight{position : relative}

.outer_tag{
	width: 170px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: -29px;
    right: -29px;
}
.outer_tag_interal{
	top: -20px !important;
    right: -20px !important;
}
.rightlistingcontent .show_agency{
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    position: relative;
    padding: 3px 0;
	font-weight: normal !important;
    left: 22px;
    top: -4px;
    width: 143px;
    background-color: #46943D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#46943D), to(#46943D));
    background-image: -webkit-linear-gradient(#46943D);
    background-image: -moz-linear-gradient(top, #46943D, #46943D);
    background-image: -ms-linear-gradient(top, #46943D, #46943D);
    background-image: -o-linear-gradient(top, #46943D, #46943D);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    display: block;
}
.promo_block{
	    border: 1px solid #ccc;
}

.rightlistingcontent .withoutbgagency{
	background: #EC9A37;
    color: #fff;
}
.bronzediv .treatment_btn{display:none !important;}
.bronzediv .treatment_price {display:none !important;}
.silverdiv, .bronzediv{
	background: #E8E8E8 !important;
}

.silverdiv#custompadding div, .bronzediv#custompadding div{
	background: transparent;
}

.div-silver .silverdiv, .div-silver .bronzediv{
	border: 1px solid #ccc;
    border-radius: 10px;
}
.tb-grid-column .wp-block-toolset-views-view-template-block.wpv-block-loop-item.php-to-be-replaced-with-shortcode{
	min-height: 375px;
}
.silverdiv, .bronzediv{
	    border-radius: 12px;
	padding: 1.25em 2.375em 0;
}


@media only screen and (max-width: 600px) {
	.main-review-outer .read-more-section.row .post-content{
		text-align: left !important;
	}
    .outer_tag_interal{
		right: -22px !important;
	}
	.rightlistingcontent .show_agency{
		left: -1px;
        top: -3px;
        height: 25px;
	}
	.tb-grid .rightlistingcontent {
        min-height: 145px;
    }
	.pblock tr {display: flex;
    flex-direction: column;}
}

.connect-with-us{
    margin-top: 35px !important;
}

/* Review Detail page */
.single_review_main{
    margin-top:3em;
    color: #212529;
}

.single_review_main h1, .single_review_main h2, .single_review_main h3, .provider-details h2{
    color: #46943d !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;

}

.single_review_main h3, .provider-details h3 {
    font-size: 18px !important;
    font-weight: 600;
}

.single_review_main h2, .provider-details h2{
    margin-top: 31px;
    font-size: 23px !important;
}

h3.avg_rating {
    background: #e8e8e8;
    padding: 20px;
    border-radius: 5px;
    margin-left: -12px;
}

.review_right .wpv-block-loop-item{
    background: #e8e8e8;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.review_right .tb-field{
    margin-bottom: 0 !important;
}

.review_right .tb-field a{
    color: #46943d;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
}
.gform_confirmation_message_8, .gform_confirmation_message_2, .gform_confirmation_message_9 {
    color: #46943D;
}

.providers-template-default .table>tbody>tr>td:nth-child(2){
	text-wrap: nowrap;
}
/* Review Detail page ends here */

/* About us Start */
.get_a_quote_block .fusion-row{
    background: #edf4ec;
    padding: 40px 0;
    margin: 0 0 0 -2px !important;
}

.get_a_quote_block p,  {
    margin-top: 14px;
}

.get_a_quote_block img, .about_right_text p img {
    margin-top: 5px;
}

.grey_column a, .grey_column a:hover{
    color: #212529;
}

.grey_column .p_border p{
    border-bottom: 1px solid #46943D4D;
}

@media (min-width:1281px) {
    .column-with-border {
        border-left: 1px solid #46943D4F;
        border-right: 1px solid #46943D4F;
    }
}

.about_search_box .border-box-top{
    border-top: 1px solid #46943D4D;
    padding-top: 25px;
}

.about_search_box .border-box-bottom{
    border-bottom: 1px solid #46943D4D;
    padding-bottom: 25px;
}

.border-box-bottom button {
    margin-top: 17px;
    width: 13% !important;
}

.grey_left {
    min-height: 403px;
}

.about_search_box div {
    padding: 0;
}

/* About us ends */

#gform_8 .gravity-select-parent select{
    background-position: 96% !important;

}

/* Country page */
.country_right{
    position:sticky;top:150px
}

.post-content .wp-block-columns {
    align-items:start !important;
}

.provider-right{
    position:sticky;
    top:150px;
}

.country_left .tb-field {
    background: #F7FAFB;
    padding: 20px;
}

.country_left div.tb-field:empty {
    background: none;
    display: none;
}

.country_left .tb-field h3 {
    border-bottom: 1px solid #00000033;
    padding-bottom: 20px;
    font-size: 18px !important;
}

.country_left .tb-field ol li::marker {
    color: #46943D;
    font-weight: 600;
}

.country_left .tb-field ol li strong {
    color: #46943D;
}

.country_left .tb-field ol {
    padding-left: 24px;
}

.country_left .tb-field li {
    margin-bottom: 15px;
}

.green_head {
    background: #46943D;
    color: #fff;
}
/* country page ends here */

/* testimonials slider for provides patient story*/
 
.patient-story-bg{
	display: flex;
    justify-content: center;
    background: #EDF4EC;
	margin-bottom: 45px;
    padding-bottom: 65px;
 }
 
 .slick-dots li button:before{
	width: 12px !important;
    height: 12px !important;
	content: "" !important;
	border-radius: 60% !important;
	background: #000 !important;
 }
.patient-story-slides{
	width: 50%;
	margin: 80px 0 80px 0;
	
}

.patient-story-slide{
	font-style: italic;
	font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    text-align: left;
}
.patient-story-slide h4{
	padding-left: 23px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    text-align: center !important;
}

/* profile page*/
.profile_title{
	background: #EC9A37;
    color: #fff;
    font-size: 13px;
    width: auto !important;
    padding: 0 10px;
    border-radius: 5px;
	margin: 0 !important;
}

.pagination > li > a, .pagination > li > span {
    padding: 12px 12px !important;
}    

.provider-contact {
    margin-top: 9px;
}


.cost_amt{
    text-wrap: nowrap;
    font-weight: 400;
    color: #46943d;
    font-size: 17px;
    align-items: center;
    display: flex;
    margin-top: 8px;
    margin-left: 8px;
}    

.trtmnt-right a {
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap;
}

.review_right{
    text-align: center;
}

.featured_right h2 {
    color: green;
    font-weight: 500 !important;
    font-size: 22px !important;
    margin: 0 0 18px 0;
    line-height: 1.2 !important;
}

.error404 .listings404-page {
    background: #ffff !important;
}
 
.listing404page {
    text-align: center;
}

.listing404page .message {
    font-size: 25px;
    margin: 50px;
    font-weight: 500;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9; /* Light grey background for odd rows */
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff; /* White background for even rows */
}

.avg_prc {
    display: grid;
    justify-content: space-between; /* Aligns price and 'Get a Quote' button on opposite sides */
    align-items: center; /* Vertically centers the content */
    font-weight: bold; /* Makes the average price bold */
    color: #333; /* Dark text color for the price */
}

.avg_prc .get_quote {
    font-size: 14px;
    color: #007bff; /* Blue color for the "Get a Quote" link */
    text-decoration: underline;
}

.avg_prc .get_quote:hover {
    text-decoration: underline;
    color: #0056b3; /* Darker blue on hover */
}


.provider-left ul{
    list-style-type: none ;
    padding-left: 0px;
}

.provider-left li::before {
    content: "\00BB";
    color: #333333;
    margin-right: 7px;
}

.read-more-section {
    padding: 0 0 0 20px;
}

.review-title {
    margin: 0 !important;
    font-size: 30px !important;
}

.featured_sidebar {
    padding: 20px;
}

.featured_sidebar .wp-block-columns {
    padding: 20px;
}

.rightlistingcontent .wp-block-columns {
    margin-bottom: 0px;
    padding: 0;
}

.featured_sidebar .tb-grid-column .wp-block-toolset-views-view-template-block.wpv-block-loop-item.php-to-be-replaced-with-shortcode {
    min-height: 265px;
}

input[type="text"]:disabled {
    background: #e4dede;
    cursor: not-allowed;
}

button#submit-button[disabled] {
    cursor: not-allowed;
}
#load-more-treatment-cost, #load-more-average-cost{
    border-color: #EC9A37;
    border-style: solid;
    display: inline-block;
    margin-top: 15px;
    margin-bottom:  20px;
    padding: 9px 28px 9px 13px;
    background: #EC9A37 url(/wp-content/uploads/2024/04/white-chv-down.png) no-repeat right 10px center;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.index-butn-cost{
    text-align:center;
}

.all_reviews_right h3{
    font-size: 24px !important;
    margin-top: 0;
}

.all_reviews_right .wp-block-toolset-blocks-container.tb-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 33px;
    border-radius: 8px;
    padding: 20px;
}

.star-rating i {
    font-size: 24px; /* Adjust star size as needed */
    color: #f2b01e; /* Color for filled stars */
}

.star-rating i.far.fa-star {
    color: #ccc; /* Color for empty stars */
}

