html, body{
	overflow-x: hidden;
}

.post, .page{
    margin-bottom: 0;
}

.entry-content{
    margin-top: 0;
}

ul, ol{
    padding: 0;
    margin: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
    transition: all linear .25s;
}

a:hover{
    opacity: .7;
}


.font_weight_400{
	font-weight: 400;
}

.font_weight_600{
	font-weight: 600;
}

.font_weight_700{
	font-weight: 700;
}

.bg_green a{
	background: #0A685F !important;
}

/* Header Css Start */

.topbar {
  background: #0A685F;
  padding: 10px 0;
}
.topbar #topbar-menu li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.topbar #topbar-menu li:not(:last-child)::before{
    content: '|';
    position: absolute;
    top: 0;
    right: 7px;
    color: #fff;
    font-size: 18px;
}

.topbar #topbar-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.top_contacts li {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
}
.top_contacts li a {
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

.top_social li {
  display: inline-block;
}

.top_social li:not(:last-child){
    padding-right: 10px;
}

.top_social li a {
  font-size: 18px;
  color: #0a685f;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#masthead {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.site-branding img {
    width: 250px;
}
.subheader p {
    font-size: 24px;
}
.header_inner {
  padding: 20px 0;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.logo-col {
    width: 20%;
}
.nav-col {
    width: 55%;
}
.appt-col {
    width: 25%;
}
.site-title{
    margin-bottom: 0;
}

.main-navigation ul{
    justify-content: end;
}
ul.sub-menu {
    display: block;
    background: #fff;
    border: none;
    padding-top: 0px !important;
    top: 23px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2) !important;
}

ul.sub-menu li {
    padding-right: 0px !important;
    background: #fff;
}

ul.sub-menu li:last-child a {
    border: none
}

ul.sub-menu li a:hover {
    background: #085972;
    color: #fff!important
}

ul.sub-menu ul {
    left: 200px!important;
    position: absolute;
    display: none;
    top: 0px!important
}
ul.sub-menu li {
    padding-left: 0px !important;
}
ul.sub-menu li:after {
    display: none
}

ul.sub-menu li a {
    padding: 12px 15px !important;
    border-bottom: 1px dashed #000000;
    line-height: normal;
}

ul.sub-menu li a::after {
    bottom: 0px!important;
    position: absolute;
    left: 0
}
.head_right_btn {
  text-align: right;
}

#primary-menu li {
  padding: 0 10px;
}

#primary-menu li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

#primary-menu li a:hover, #primary-menu li.current-menu-item a {
    color: #0A685F;
}

.head_right_btn a {
  background: #0A685F;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.subheader {
	background: url(https://www.daultonpt.com/wp-content/uploads/2026/02/Group-1171277009.jpg) no-repeat center center;
    background-attachment: scroll, scroll;
	color: #fff;
	padding: 120px 0;
	text-align: left;
	padding-top: 17%;
  background-size: cover;
}
body.page-id-591 .subheader {
    background: url(https://www.daultonpt.com/wp-content/uploads/2026/02/Group-1171276807.jpg) center center / cover no-repeat scroll, scroll;
}
.subheader h1 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 35px;
	padding-bottom: 10px;
	line-height: 1;
}

.subheader h2{
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 86px;
	line-height: 1;
}

/* Header Css End */

/* Home Middle Css Start */

.learn_more_btn a {
  border: 0 !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff !important;
  background: #0A685F !important;
}

.home_services_sec {
  background: #0A685F;
  background: linear-gradient(90deg, rgba(10, 104, 95, 1) 0%, rgba(11, 139, 204, 1) 100%);
  padding: 50px 0;
}

.text_with_lines h4 {
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.our_services_col {
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

.our_services_col_content {
padding:30px;
}
.our_services_col_content h3 {
  font-size: 28px;
  font-weight: 700;
	color: #0A685F;
}

.our_services_col::before, .our_services_col::after {
  content: '';
  background: #0B8BCC;
  height: 60px;
  width: 60px;
  position: absolute;
  right: -20px;
  border-radius: 50px;
  top: -10px;
}

.our_services_col::after {
  content: '';
  top: unset;
  right: unset;
  bottom: -10px;
  left: -20px;
  background: #AFD3D2;
}

.our_services_col_content a {
    color: #000;
    z-index: 2;
    position: relative;
}
.our_services_col img {
    display: block;
    max-width: 100px;
    height: auto !important;
    margin-bottom: 15px !important;
}
.radius_btn a{
	border: 0 !important;
	background: #000 !important;
	font-size: 20px !important;
	padding-left: 30px !important;
}

.recovery_education_sec {
	background: url(https://www.daultonpt.com/wp-content/uploads/2025/12/water-mark.png) no-repeat right center, #FDF7F4;
}

.premier_visit_sec {
  background: #F8F8F8;
}

.right_content_col{
	padding-left: 25px !important;
	padding-right: 13% !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.list_items li {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.4;
  padding-left: 25px;
}
.list_items li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #0A685F;
}

.specialized_training {
  background: url(https://www.daultonpt.com/wp-content/uploads/2025/12/Mask-group2-2.jpg) no-repeat center center, #FDF7F4;
}

.fitness_class {
	background: url(https://www.daultonpt.com/wp-content/uploads/2025/12/bg.png) no-repeat left center;
}

.left_content_col {
  padding-left: 13% !important;
}

.join_class{
	font-size: 54px;
}

.join_class span{
	color: #0A685F;
}

.comprehensive_care_sec::before {
  content: '';
  width: 834px;
  height: 834px;
  position: absolute;
  bottom: -90%;
  left: -30%;
  background: #0A685F;
  border-radius: 50%;
}

.comprehensive_care_sec::after {
  content: '';
  width: 235px;
  height: 235px;
  position: absolute;
  bottom: -20%;
  right: -5%;
  background: #0B8BCC;
  border-radius: 50%;
}

.real_patients_sec .real_patients {
  text-align: center;
}

.real_patients_sec .inner_row {
  max-width: 1600px;
  width: 100%;
  margin: auto !important;
}

/* .slide-item {
   filter: blur(5px);
} */

/* .slick-center {
    transform: scale(1.1);
    overflow: visible;
    z-index: 123;
    position: relative;
    width: 450px !important;
    margin: 29px 22px;
    transition-duration: 1s;
} */

.slick-center{
	filter: unset;
}

.slide-box {
 	min-height: 500px;
	background-size: cover !important;
	border-radius: 20px;
	position: relative;
	margin: 0 10px;
}

.slide-box .slide-item_inner {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	background: #0B8BCC;
	color: #fff;
	border-bottom-right-radius: 20px;
	max-width: 380px;
	border-top-left-radius: 20px;
	max-width: 380px;
}

.slide-item:nth-child( even ) .slide-box .slide-item_inner {
  background: #0A685F;
}

.slide-item:nth-child( 3n ) .slide-box .slide-item_inner {
  background: #136F83;
}

.slide-box .slide-item_inner h3{
	padding: 10px 0;
}

.slide-box .slide-item_inner h3, .slide-box .slide-item_inner h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
	margin-bottom: 0;
}
.slide-box .slide-item_inner h4 {
  font-size: 18px;
}

.slide-box .slide-item_inner p{
	font-size: 16px;
}

.our_team_sec{
	background: #F8F8F8;
	padding: 50px 0;
}

.our_team_sec .real_patients {
  text-align: center;
}

.our_team_sec .real_patients span {
  font-weight: 700;
}

.our_team_col {
  text-align: center;
}

.our_team_col .our_team_head {
  padding-top: 10px;
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.our_team_col .our_team_designation {
  color: #737373;
  font-size: 18px;
  margin: 0 !important;
  line-height: 1.2;
	padding-bottom: 20px;
}

.our_team_col .our_team_about {
  color: #fff;
  background: #0A685F;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 700;
	border: 0;
	transition: all linear .25s;
}

.our_team_col .our_team_about:hover {
  opacity: .7;
  color: #fff;
}

.our_team_col .modal-dialog.modal-dialog-centered{
	max-width: 800px;
	position: relative;
}

.our_team_col .modal-dialog.modal-dialog-centered .btn-close{
	position: absolute;
	top: 20px;
  right: 20px;
}

.our_team_col .modal-header{
	display: block;
	text-align: left;
	padding-bottom: 0;
}

.our_team_col .modal-dialog.modal-dialog-centered .modal-content {
  background: url(https://www.daultonpt.com/wp-content/uploads/2025/12/water-mark-2-1.png) no-repeat bottom right, #fff;
}

.our_team_col .modal-dialog.modal-dialog-centered .modal-body{
	padding-top: 0;
}

.our_team_col .modal-header h3 {
  font-size: 40px !important;
	color: #0A685F;
}

.our_team_col .modal-header h4 {
  font-size: 22px;
}

.our_team_col .modal-body p{
	text-align: left;
}

.contact_form_sec {
  background: url(https://www.daultonpt.com/wp-content/uploads/2025/12/Vector-2.png) no-repeat center center, #FDF7F4;
}

#gform_1 label {
  font-weight: 600;
  font-size: 20px;
  font-family: 'Urbanist';
}

#gform_1 input:not(input[type="submit"]), #gform_1 textarea, #gform_1 select {
  border-radius: 5px;
  border-color: #C7C7C7;
  background: #FDF7F4;
}

#gform_1 input:not(input[type="submit"])::placeholder, #gform_1 textarea::placeholder, #gform_1 select::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #3B3B3B;
}

#gform_submit_button_1 {
  border: 0;
  background: #0A685F;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  border-radius: 5px;
  line-height: 1;
  padding: 14px;
  transition: all linear .25s;
}

#gform_submit_button_1:hover{
	opacity: .7;
}

.contact_details ul {
  display: flex;
  justify-content: space-between;
}

.contact_details li p {
  margin-bottom: 0;
	font-size: 22px;
}

.contact_details li, .contact_details li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.footer_CTA_sec {
  background: url(https://www.daultonpt.com/wp-content/uploads/2025/12/CTA-logo.jpg) no-repeat right bottom, #0b685e;
  color: #fff;
  position: relative !important;
  overflow: visible !important;
}

.footer_CTA_sec .image_overlap {
  position: absolute;
  top: -79px;
}

.CTA_coltent_col {
  padding: 65px 0;
}

#gform_2 {
  background: #0b685e;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 0;
}

#gform_2 .gform_footer.before {
  display: none;
}

#gform_2 input:not(input[type="submit"]){
	background: transparent;
	border: 0;
	color: #fff;
	padding: 11px;
}

#gform_2 input::placeholder{
	font-weight: 300;
	color: #fff;
}

#gform_2 input:focus-visible{
	outline: none;
}

#gform_submit_button_2 {
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

#gform_2 #field_submit{
	transition: all linear .25s;
	position: relative;
	height: 40px;
}

#gform_2 #field_submit::after {
  content: '\f061';
  font-family: 'Font Awesome 5 free';
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 14px;
}

#gform_confirmation_wrapper_1, #gform_confirmation_wrapper_2 {
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  background: #d4edda;
  border-radius: 10px;
  padding: 20px 0;
  border: 1px solid #c3e6cb;
  color: #155724;
}

#gform_2 #field_submit:hover{
	opacity: .7;
}

.icon_with_link_sec {
  background: #F8F8F8;
  text-align: center;
  overflow: visible !important;
  z-index: 1;
}

.icon_with_link_sec .icon_div img {
  background: #F8F8F8;
  padding: 20px;
  margin-top: -65px;
  border-radius: 50%;
}

.icon_link a {
  font-family: 'Urbanist';
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
}

.icon_link a .link_arrow {
  background: #0B8BCC;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  text-align: center;
}

.premier_visit_sec .bg_green a, .comprehensive_care_sec .bg_green a {
  background: #0A685F !important;
}

.pkges_main_row{
	background: #0B8BCC;
	background: linear-gradient(0deg, rgba(11, 139, 204, 1) 0%, rgba(10, 104, 95, 1) 100%);
	padding: 50px 0;
}

.top_head {
    background: #37A0D5;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: block;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto;
	line-height: 1;
	width: 270px;
}

.pkges_inner_row p {
  	color: #fff;
}

.pkges_inner_row .wpb_column {
	border-bottom: 2px solid #fff;
	padding-bottom: 30px !important;
	padding-top: 30px !important;
	border-left: 2px solid #fff;
}

.pkges_inner_row .wpb_column:first-child {
  	border-left: 0;
}

.pkges_inner_row:last-child .wpb_column {
  	border-bottom: 0;
}

.head_letter_spacing {
	letter-spacing: 7px;
	text-transform: uppercase;
}

/* Home Middle Css End */

/* Contact Page Css Start */
.contact-img img {
    object-fit: cover;
    height: 350px !important;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0px 0px 20px #ccc;
}
.contact-img {
    margin-bottom: 0px !important;
}
.hours_col, .text_form_col {
    background: #fff;
    border-radius: 25px;
    padding: 25px 5px !important;
}

.contact_page_working_hours li {
  font-size: 22px;
  padding-bottom: 20px;
  line-height: 1;
}

.contact_page_working_hours li:last-child{
	padding-bottom: 0px;
}

.text_form_col{
	background: #0A685F;
	color: #fff;
}

#field_3_1 h4{
	font-size: 26px;
	color: #fff;
	font-weight: 700;
}

#field_3_1 p{
	font-weight: 400;
	margin-bottom: 0;
}

#gform_3 .gform-footer{
	display: none;
}

.gchoice.gchoice_3_2_0 label, .gchoice.gchoice_3_2_1 label {
  font-weight: 600;
  font-size: 18px !important;
}

#gform_3 #field_submit {
  background: #000;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  height: 48px;
  position: relative;
	border: 0;
	margin-top: -7px;
	font-weight: 700;
	transition: all linear .25s;
}

#gform_3 #field_submit::before{
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: 23px;
	cursor: pointer;
}

#gform_submit_button_3 {
	border: 0;
	background: transparent;
	color: #fff;
	padding: 0;
	font-weight: 600;
	padding: 15px 50px 15px 20px;
}

#gform_3 #field_submit:hover{
	opacity: .7;
}

.emails_list li {
  position: relative;
  padding-left: 35px;
	padding-bottom: 22px;
}

.emails_list li:last-child{
	padding-bottom: 0;	
}

.emails_list li::before {
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
  color: #0A685F;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 22px;
}
.emails_list li span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.emails_list li a {
  color: #000;
  font-weight: 700;
}
.emails_list li a:hover{
  opacity: .7;
}

/* Contact Page Css End */

/*---------- blog Page start ----------*/

.blog .subheader h1, .single-post .subheader h1, .search .subheader h1, .error404 .subheader h1 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 76px;
  line-height: 1;
}

.row.isotope_cont {
  padding: 50px 0;
}

.post-title-bg h2 {
    color: #fff !important;
    font-size: 74px;
    font-family: barlow !important;
    font-weight: 700 !important;
}

#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

span.blog-title {
    font-size: 20px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
}

.blog .blog-title h2 {
  font-size: 34px;
	font-weight: 400;
}

span.blog-title a {
    color: #0a685f !important;
  transition: linear all .25s;
  font-size: 30px;
  font-weight: 600;
}

span.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
}

.blog_read_more, .entry-link a {
  color: #0a685f !important;
  font-size: 18px;
  font-weight: 700;
}

.blog_read_more:hover, .entry-link a:hover {
  opacity: .7;
}

.blog .blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
	margin-bottom: 0;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	min-height: 250px;
    object-fit: cover;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogImage .blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #0a685f;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}

.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #d6d6d6;
}

.isotope-item .row {
  border-bottom: 1px solid #5dbb4b;
	    padding: 28px 0 25px 0;
}
.isotope-item .row:last-child {
  border-bottom: 0 !important;
}

.blogImage .blogDate hr {
    border-top: 0px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

a.more2, .blog_ul li a {
    color: #164688 !important;
	transition: all 0.3s;
	font-weight: bold;
}

a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}

ul.blog_ul {
    margin: 20px 0 !important;
}

ul.blog_ul li span {
    margin-right: 5px;
	width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}

span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

span.social_icons.icon_linkedin {
    background: #007bb5;
}

section#search-2 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}

section#search-2 form label {
    width: 75%;
}

input.search-field {
    width: 100%;
	text-indent: 8px;
}

input.search-submit {
    background: #0a685f;
    color: #fff;
	transition: all linear .25s !important;
	border: 0;
	padding: 8px 15px;
}

input.search-submit:hover {
    opacity: .7 !important;
}

section#recent-posts-2 h4, section#text-3 h4, section#text-4 h4 {
    background: #0a685f;
    color: #fff;
    border-left: 20px solid #0B8BCC;
    line-height: 1.5;
	text-indent: 5px !important;
	font-size: 24px !important;
}

section#recent-posts-2 ul {
    margin-top: 10px !important;
}

section#recent-posts-2 ul li {
    display: block;
}

section#recent-posts-2 ul li a {
    color: #000 !important;
    display: flex !important;
	padding: 10px 0;
    transition: all linear .25s;
    text-indent: 0px !important;
	border-bottom: 2px dotted #000 !important;
}
section#recent-posts-2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 5px;
    display: inline-block;
    font-family: FontAwesome;
}

section#recent-posts-2 ul li:first-child a {
    border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
    border-bottom: 0px dotted #000 !important;
}

section#recent-posts-2 ul li a:hover {
    color: #fff !important;
    background: #0a685f;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}

.heateor_sss_sharing_ul a {
    transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
    opacity: .7 !important;
}

.blog .latest_blog_sec, .single-post .latest_blog_sec, .search .latest_blog_sec, .single-product .latest_blog_sec {
  display: none;
}

.pagination.clearfix{
	justify-content: center;
}

.pagination.clearfix ul{
	padding-bottom: 50px;
}

.pagination.clearfix a.page-numbers, .pagination.clearfix span.page-numbers{
	background: #c70006;
	color: #fff;
	width: 50px;
	display: flex;
	height: 50px !important;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 24px;
}

.pagination.clearfix span.page-numbers{
	background: #1a2c6a;
}

.pagination.clearfix a.page-numbers:hover{
	background: #1a2c6a;
}

/* .pagination.clearfix span.page-numbers{
	
} */

/*---------- blog Page end ----------*/

/*---------- Single blog start ----------*/


.single-blog.single-post {
  padding: 50px 0;
}

.single_blog_title, .error-404.not-found h2 {
  color: #0a685f;
  font-size: 40px;
	font-weight: 600;
	line-height: 1;
}

.single_blog_date {
  font-size: 16px;
  font-weight: 600;
  color: #1a2c6a;
	margin-bottom: 20px;
}


.single-blog.single-post .blogImage {
  margin-bottom: 20px;
}

ul.single-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    list-style: none;
    font-size: 20px;
    color: #5dbb4b !important;
}
ul.single-pagination li a {
    color: #C70006 !important;
}
ul.single-pagination li a:hover {
    color: #1a2c6a !important;
}

.reference_url {
  color: #c70006 !important;
}

.reference_url:hover {
  opacity: .7;
}
/*---------- Single blog end ----------*/

/*---------- Search blog start ----------*/

.no-results.not-found h2, .search-results h3 a, .search-results h2.page-title {
  color: #000;
  font-weight: 600;
  font-size: 36px;
}

.search-results article {
	background: #f7f7f7;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 25px;
	border-bottom: 5px solid #0B8BCC;
	box-shadow: 0 0 10px #00000061;
}

.search-results h3 a {
  color: #0a685f;
}

.search-results article .post-thumbnail img {
  margin-bottom: 20px !important;
}

.search-results article .entry-footer {
  display: none;
}

/*---------- Search blog end ----------*/

/*---------- About Page Css start ----------*/

.about_page_about_sec .icon_div img {
    margin-top: 0 !important;
}

.about_page_comprehensive_care_sec {
  background: linear-gradient(90deg, rgba(9, 101, 93, 1) 50%, rgba(1, 59, 53, 1) 100%);
  color: #fff;
}

.about_page_comprehensive_care_sec::before {
  background: #0b8bcc;
}

.about_page_comprehensive_care_sec .blue_bg a, .train_with_best_sec .blue_bg a {
  background: #0B8BCC !important;
}

.train_with_best_sec .blue_bg a {
  color: #fff !important;
}

/*---------- About Page Css End ----------*/

/*---------- Patient Resources Page Css Start ----------*/

.productCol .vc_column-inner {
  background: #0A685F;
  border-radius: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.productCol:nth-child( 2 ) .vc_column-inner{
	background: #0B8BCC;
}

.productCol:nth-child( 3 ) .vc_column-inner{
	background: #424243;
}

.read_more_link  a {
  background: transparent !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.train_with_best_sec {
	background: url(https://www.daultonpt.com/wp-content/uploads/2025/12/Rectangle-24141.jpg) no-repeat center center;
  background-size:cover;
}

/*---------- Patient Resources Page Css End ----------*/

/*---------- Services Page Css Start ----------*/

.serviceCol .vc_column-inner {
  border-radius: 20px;
  padding: 0 !important;
}

.serviceCol .vc_column-inner .wpb_wrapper, .middle_row .serviceCol:nth-child( 2 ) .vc_column-inner .wpb_wrapper{
	background: #0C6961;
	background: linear-gradient(0deg, rgba(12, 105, 97, 0) 0%, rgba(12, 105, 97, 1) 100%);
	padding-top: 25px;
  	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transition: all linear .25s;
}

.serviceCol:nth-child( 2 ) .vc_column-inner .wpb_wrapper, .last_row .serviceCol .vc_column-inner .wpb_wrapper{
	background: #0C6961;
	background: linear-gradient(0deg, rgba(12, 105, 97, 0) 0%, rgba(17, 141, 202, 1) 100%);
}

.middle_row .serviceCol:not(:nth-child(2)) .vc_column-inner .wpb_wrapper{
	background: #0C6961;
	background: linear-gradient(0deg, rgba(12, 105, 97, 0) 0%, rgba(66, 66, 67, 1) 100%);
}

.serviceCol .vc_column-inner .wpb_wrapper::before,.serviceCol .vc_column-inner .wpb_wrapper::after {
  content: '';
  background: #7ab9b7;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}

.serviceCol .vc_column-inner .wpb_wrapper::after{
	top: unset;
	bottom: -20px;
	right: unset;
	left: -20px;
}

.services_sec{
	background: url(https://www.daultonpt.com/wp-content/uploads/2025/12/Rectangle-241411.jpg) no-repeat center center;
  background-size:cover;
}

/*---------- Services Page Css End ----------*/

.fcs-col .vc_column-inner {
    background-position: top !important;
}


/* Footer Css Start */

.footer_inner{
    background: #FDF7F4;
    padding: 50px 0;
}

.footer_logo #media_image-2{
    text-align: center;
    margin-bottom: 20px;
}

.footer_logo .top_social {
  text-align: center;
}

.footer_logo .top_social li a{
    background: #0a685f;
    color: #fff;
}

.footer_menus {
  padding-top: 30px;
  border-top: 1px solid #000;
  margin-top: 30px;
  text-align: center;
}

#nav_menu-2, #nav_menu-3, #nav_menu-4{
    margin-bottom: 0;
}

#nav_menu-2 h4, #nav_menu-3 h4, #nav_menu-4 h4, #text-2 h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0A685F;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
}

#nav_menu-2 ul li, #nav_menu-3 ul li, #nav_menu-4 ul li{
  padding-bottom: 10px;
}

#nav_menu-2 ul li a, #nav_menu-3 ul li a, #nav_menu-4 ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.footer_contact ul li {
  padding-bottom: 10px;
  font-size: 18px;
}

.footer_contact ul li p{
	display: none;
}

.footer_contact ul li a {
  color: #000;
  font-size: 18px;
}

.footer_bottom {
  padding: 10px 0;
  background: #0A685F;
}

.footer_bottom p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

#bottom_to_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #0b8bcc;
  text-indent: -9999px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  transition: all linear .25s;
  z-index: 999;
  padding: 0;
}

#bottom_to_top i {
  color: #fff;
  display: block;
  text-indent: 0;
	width: 100%;
}

#gform_2 .gform-footer{
	display: none;
}

/* Footer Css End */


/* Inner Services Page CSS Start */

body.page-id-575 .subheader {
    background-image: url(https://www.daultonpt.com/wp-content/uploads/2026/02/Group-1171277011.jpg);
    padding-top: 320px;
    padding-bottom: 150px;
    background-size: cover;
}

/* page-id-556 */

body.page-id-556 .subheader {
    background-image: url(https://www.daultonpt.com/wp-content/uploads/2026/02/Group-1171276809-1.jpg);
    padding-top: 320px;
    padding-bottom: 150px;
    background-size: cover;
}
/* .fcs-collage-box .vp-portfolio__item:hover 
.fcs-collage-box .vp-portfolio__item-img img {
    transform: none !important;
} */

.page-id-556 .vp-portfolio__items-style-default .page-id-556 .vp-portfolio__item:hover .page-id-556 .vp-portfolio__item-img img {
	 transform: none !important;
}
.fcs-collage-box .vp-portfolio__item-overlay {
    background: transparent !important;
    border-radius: 0px !important;
}
.fcs-collage-box figure.vp-portfolio__item {
    border-radius: 0px !important;
}
.inner-right-row {
    width: 100%;
    max-width: 900px;
    margin: 0 auto !important;
    margin-left: 2% !important;
    padding: 150px 60px;
}
.green-bg-row {
    padding-top: 40px;
    padding-bottom: 60px;
}
.green-bg-row {
    padding-top: 40px;
    padding-bottom: 60px;
}

.green-bg-row h4 {
    font-weight: 600;
}

.green-bg-row p {
    color: #fff;
}
.confident-row .boxed-img {
    margin-bottom: 15px !important;
}
.confident-row .theme-content h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}
.confident-row {
    margin-top: 50px;
}
.inner-left-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 850px;
    padding: 140px 40px;
    margin-right: 10% !important;
}
/* Inner Services Page CSS End */


/**** Fitness Class Page CSS  Start **/

/* page-id-588  */

body.page-id-588 .theme-content a {
    color: #fff;
}

body.page-id-588 .theme-content h3 {
    color: #fff;
}
.fitness-btn-row {
    text-align: center;
}
.fitness-btn-row .bg_green {
    padding: 10px;
}
/**** Fitness Class Page CSS  End **/

/**** Calender Page CSS Start ***/

.calender-row-main {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(https://www.daultonpt.com/wp-content/uploads/2025/12/overlay.png),
    url(https://www.daultonpt.com/wp-content/uploads/2025/12/overlay.png);
    background-repeat: no-repeat;
    background-size: 35%, 35%;
    background-blend-mode: difference;
    background-color: #ffffff;
    background-position: -250px -220%, 110% 450px;
}
.calender-poster-img img {
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #ccc;
}
.calender-poster-img img {
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #ccc;
}

.calender-content {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.calender-content a {
    color: #fff;
    text-decoration: underline;
}
.calender-content-col .vc_column-inner {
    background: #39b8fd;
    padding: 40px !important;
    border-radius: 20px;
}
/**** Calender Page CSS End ***/
/*** Main Testimonial CSS Start ***/

.testimonials-container-2 .testimonial-content h2 {
    color: #000
}

.testimonials-box-2 .testimonial-img {
    float: right;
    position: absolute;
    top: 100%;
    right: 0;
}

.testimonials-box-2 .ratings {
    float: left
}

.testimonials-box-2 .testimonial-content h2 {
    font-size: 24px
}

.testimonials-box-2 {
    padding: 20px 20px;
    box-shadow: 0 0 20px #efefef;
    margin-bottom: 40px !important;
    border-radius: 20px;
    position: relative;
    background-image: url(https://www.daultonpt.com/wp-content/uploads/2025/12/Group-1171276806.png);
    background-size: 60%;
    background-repeat: no-repeat;
    transition: all ease 500ms;
    background-color: #0a685f;
    background-position: right top;
}

/* .testimonials-box-2:hover h2,.testimonials-box-2:hover .testimonials-name {
    color: #000!important
} */

.testimonials-box-2 .testimonials-name {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 34px;
    line-height: 35px;
}
.testimonials-box-2 .testimonials-name {
    display: none;
}
.testimonials-box-2:hover .testimonial-img {
    border-color: #fff
}

.testimonials-container-2 .grid-sizer,.testimonials-container-2 .grid-item {
    width: 50%
}

.testimonials-container-2 .testimonial-content {
    padding: 0;
    text-align: left;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.testimonials-container-2 .testimonials-box-2 .ratings {
    float: none;
    color: gold;
    font-size: 22px;
}
.testimonials-container-2 {
    margin-top: 60px;
}
/*** Main Testimonial CSS End ***/
a.our_services_col_link {
    color: #000;
    background: #fff;
    transition: all ease 500ms !important;
    display: block;
    border-radius: 25px;
}
a.our_services_col_link span {
	transition:all ease 500ms;
	font-size:20px;
}
a.our_services_col_link:hover span {
	transition:all ease 500ms;
	letter-spacing:2px;
}

a.our_services_col_link:hover .our_services_col:before, 
a.our_services_col_link:hover .our_services_col:after {
    display: none;
	transition:all ease 500ms;
}
a.our_services_col_link .our_services_col:before, 
a.our_services_col_link.our_services_col:after {
transition:all ease 500ms;
}
a.our_services_col_link:hover {
    background: #004e74 !important;
    transition: all ease 500ms !important;
	opacity: 1 !important;
}

a.our_services_col_link p, a.our_services_col_link h3, a.our_services_col_link span {
	transition:all ease 500ms;
}
a.our_services_col_link:hover p, a.our_services_col_link:hover h3, a.our_services_col_link:hover span {
    color: #fff;
	transition: all ease 500ms;
}

a.our_services_col_link:hover img {
}
.fcs-col .vc_column-inner {
    background-position: bottom !important;
}
/*** FAQ CSS End ***/
.vc_toggle_title {
    background: transparent;
    padding: 0px !important;
    display: flex !important;
    align-items: center;
    border-radius: 5px;
}
.vc_toggle_title>h4 {
    width: 100%;
    margin-bottom: 0px !important;
    font-size: 26px;
    font-weight: 800;
}
.vc_toggle_content {
    background: #0b8bcc;
    padding: 20px !important;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
}
.faq-row {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center 50px;
    background-attachment: fixed;
    background-image: url(https://www.daultonpt.com/wp-content/uploads/2025/12/background.jpg);
    background-size: cover;
    background-color: #e8e8e8;
    background-blend-mode: overlay;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon:before {
    border-width: 4px !important;
    height: 15px !important;
    margin-left: -5px;
    width: 15px !important;
}
.theme-content ul li {
    font-size: 20px;
    margin-top: 10px;
}

.theme-content ul {
    padding-top: 15px;
}

/*** FAQ CSS End ***/

body.page-id-591 .vc_column-inner {
    background-position: bottom !important;
}
body.page-id-711 .inner-right-row {
    padding: 200px 60px !important;
}
body.page-id-714 .services_sec {
    background-blend-mode: overlay;
    background-color: #000000a1;
}
body.page-id-714 .services_sec .services_sec {
    background-blend-mode: overlay;
    background-color: #000000a1;
}

body.page-id-714 .services_sec .theme-content {
    color: #fff;
    font-size: 20px;
}

body.page-id-714 .services_sec .theme-content a {
    color: #fff;
    text-decoration: underline;
}
body.page-id-714 ul.list_items {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.contact_details_sec .theme-content {
    background: #b9b9b940;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.contact_details_sec .theme-content ul {
    padding-top: 0px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.contact_details_sec .theme-content ul li {
    margin: 0px;
}
.contact_details_sec .theme-content h3 {
    font-family: 'Urbanist';
    color: #0a685f;
}
.career-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.career-row .join_class {
    margin-bottom: 30px;
    font-size: 48px;
}

.career-row .vc_inner {
    margin-bottom: 30px !important;
}

/* .career-row .theme-content ul {padding-top: 0px;padding-left: 25px;padding-bottom: 15px;}

.career-row .theme-content ul li {
    list-style: disc;
} */

.career-row .theme-content ul li::marker {
    color: #0b8bcc;
    font-size: 24px;
}

.career-row .theme-content h3 {
    margin-top: 20px;
}
.pum-theme-786 {
    padding: 18px;
    border-radius: 15px;
    border: 0;
    box-shadow: none;
    background-color: #f2f2f2;
}
div#popmake-828 {
    background-image: url(https://www.daultonpt.com/wp-content/uploads/2025/12/bg.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: none !important;
    box-shadow: none !important;
    padding: 0px 20px;
}

#gform_4 button {
    background: #ccc;
}
form#gform_4 input, form#gform_4 textarea {
    border: 2px solid #ccc;
    box-shadow: none !important;
    background: #fff !important;
    font-weight: 600;
    font-size: 18px;
    padding: 12px;
}
#gform_4 button, #gform_4 input#gform_submit_button_4 {
    background: #0A685F !important;
    line-height: normal !important;
    border-color: #0A685F !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 10px 15px !important;
}
div#gform_confirmation_message_4 p span {
    line-height: normal;
    font-weight: 400;
    font-size: 20px;
}
button.pum-close.popmake-close i {
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#gform_wrapper_4 h2.gform_title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 42px;
    padding-top: 15px;
    color: #0a685f;
}
#gform_4  button.gform_delete_file {
    background: transparent !important;
    color: #ccc;
}

form#gform_4 span.dashicons {
    color: red !important;
}
form#gform_4 span {
    color: #000 !important;
    font-weight: 400;
}
.pratitionors-row {
    background: #fdf7f4;
    padding: 25px !important;
}

.pratitionors-row .wpb_content_element {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pratitionors-row .wpb_content_element img {
    padding-right: 10px;
}

.pratitionors-row .wpb_content_element a {
    font-weight: 700;
    color: #0b87bf;
    text-decoration: underline;
}

.pratitionors-row .wpb_content_element a:hover {
    text-decoration: none !important;
}


.theme-content ul {
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 18px;
}

.theme-content ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #0A685F;
}
.theme-content ul li {
    font-size: 20px;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}
ul#menu-our-services-footer-2 {
    margin-top: 40px;
}

ul#menu-our-services-footer-2 li a {
    padding-bottom: 10px !important;
    display: block;
    color: #000;
}
.vp-portfolio__item-overlay {
    background: #ffffff54 !important;
    border-radius: 20px !important;
}

a.vp-portfolio__item-meta {
    border-radius: 20px !important;
}

figure.vp-portfolio__item {
    border-radius: 20px;
}
.calender-content p {
    margin-bottom: 0px;
}

.popup_content .wpb_raw_html, .popup_content .wpb_text_column {
  	margin-bottom: 20px;
}

.popup_inner_content p {
	color: #000;
	font-size: 18px;
	line-height: 1.4;
}

.popup_content .radius_btn a {
  	background: #0A685F !important;
}

#readMorePkge80, #readMorePkge325 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.team-read-more {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    float: left;
    background: #0a685f;
    padding: 5px 10px !important;
}
.team-read-more:hover {
    background: #000000;
    padding: 5px 10px !important;
    color: #fff;
}
.model-content-row {
    align-items: center;
}
.model-content-row img {
    border-radius: 200px !important;
    border: 5px solid #0a685f;
    width: 280px;
    margin-top: 20px;
    background: #fff;
}
.pietra-fitness-col .vc_column-inner {
    background-position: top !important;
}
.calender-content p {
    font-size: 25px;
}
a.vp-pagination__load-more {
    background: #000 !important;
    color: #fff !important;
}
.theme-content i {
    font-size: 16px;
    font-weight: 600;
}
.theme-content a {
    text-decoration: underline;
    color: #007d7b;
}

/* 
.icon_div {
    display: none;
}
.icon_with_link_sec {
    padding-top: 50px;
} */

img.our_services_featured_img {
    display: none;
}
.founder-videos-row {
    margin-top: 60px;
}
.our_services .row {
    justify-content: center;
}
.autret-content em {
    font-size: 17px;
}
span.symbol {
    font-size: 12px;
    position: relative;
    top: -15px;
    left: 2px;
}
.target-box {
    background-color: #0B8BCC;
    padding: 30px;
    text-align: center;
    border-radius: 22px;
    color: #ffffff;
}

.target-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.target-box h4 {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
}

.target-box h5 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    background-color: #0A6D9F;
    display: table;
    margin: 10px auto;
    padding: 3px 10px;
    border-radius: 10px;
}
.important-notes h2 {
    font-size: 22px;
}
.important-notes h3 {
    font-size: 42px;
    font-weight: 600;
}
.hours_col .theme-btn a {
    border: 0;
    background: #0A685F !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 22px;
    border-radius: 5px;
    line-height: 1;
    padding: 14px;
    transition: all linear .25s;
    width: 100% !important;
    text-align: center;
}

.hours_col .theme-btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px !important;
}
.online-schedual-row a {
    color: #fff !important;
    font-size: 26px !important;
    padding: 18px 45px !important;
    border-radius: 20px !important;
}
.pdf-download-cols .vc_column-inner {
    padding: 25px !important;
    padding-bottom: 10px !important;
}
.pdf-download-cols h4 {
    font-weight: 600;
}
.theme-btn-transparent a {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
}

.pdf-download-cols .vc_column-inner {transition: all ease 500ms;}

.pdf-download-cols .vc_column-inner:hover {
    background: #4a4a4a;
    background-blend-mode: multiply;
    transition: all ease 500ms;
}
.pdf-download-cols .theme-btn-transparent a {
    padding-left: 0px !important;
}
.verelief-reset-row {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}
.verelief-reset-row .big-heading {
    font-weight: 700;
}

.verelief-reset-row a {
    color: #000 !important;
    font-weight: 700;
    font-size: 22px !important;
    transition: all ease 500ms;
}

.verelief-reset-row a:hover {
    letter-spacing: 2px;
    transition: all ease 500ms;
}
.website-box-cols .vc_column-inner {
    background: #f8f8f8;
    padding: 35px 22px;
    border-radius: 20px;
    transition: all ease 500ms;
}

.website-box-cols {
    padding: 10px !important;
}
.website-box-cols .big-heading {
    margin-bottom: 0px !important;
    font-size: 27px !important;
}
.website-box-cols a {
    color: #000 !important;
    font-weight: 700;
    transition: all ease 500ms !important;
}

.website-box-cols .theme-btn-transparent {
    margin-bottom: 0px !important;
}

.website-box-cols .vc_column-inner:hover {
    background: #eeeeee;
}

.website-box-cols .vc_column-inner:hover a {
    letter-spacing: 1px;
}
.prodcuts-row img {
    width: 100%;
    height: 380px !important;
    object-fit: cover;
    border-radius: 20px;
}
.prodcuts-row h2 {
    margin-bottom: 40px !important;
}
.prodcuts-row {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f6f6f6;
}
.prodcuts-row a {
    background-color: #0a685f !important;
    font-size: 16px !important;
}
.prodcuts-row .products-inner-row h2 {
	margin-bottom:10px !important;
}

.serviceCol1 .vc_column-inner {
    background-position: top center !important;
}
/*

Pagination CSS Start

*/
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
.pagination li {
    display: inline;
}
.pagination li a, .pagination li a:hover, .pagination li.active a, .pagination li.disabled {
    background-color:#0A685F;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
	display:block;
	font-family: Urbanist;
}
.pagination li a:hover, .pagination li.active a {
  background-color: #12b1a1;
}
.pagination ul {display: flex;margin: 15px auto;font-family: 'Barlow';}

.pagination ul li {
    margin: 3px;
}
.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}
.navigation.pagination ul li a {
    font-size: 20px;
    padding: 15px;
    border-radius: 30px;
    font-family: Urbanist;
}
.modal-open .modal {
	background-color: #00000087;
}
.modal-body img {
    float: right;
    width: 300px;
    padding-left: 20px;
    padding-bottom: 20px;
}
/*

Pagination CSS End

*/
/* Media Query Start */

@media screen and ( max-width: 1600px ){
/* 	.premier_visit_sec h3, .comprehensive_care_sec h3 {
		font-size: 50px !important;
	} */
	
	.right_content_col{
		padding-right: 6% !important;
	}
	
	.recovery_education_sec{
		background-image: none;
	}
}

@media screen and ( max-width: 1366px ){
	.topbar #topbar-menu li a, .top_contacts li, .head_right_btn a{
		font-size: 16px;
	}
	
	.we_are_proud_sec h4{
		font-size: 50px !important;
	} 
	
	.text_with_lines h4{
		letter-spacing: 3px;
	}
	
	/* .our_services_col_content{
		max-width: 320px;
    padding:25px;
	}
	 */
	.footer_CTA_sec .image_overlap{
		position: unset;
		padding-top: 13px;
	}
	
	#gform_submit_button_2{
		padding-left: 0;
	}
	
	.footer_CTA_sec h4{
		font-size: 40px !important;
	} 
	
	.left_content_col{
		padding-left: 9% !important;
		padding-right: 15px !important;
	}
	
	.header_inner .col-md-6 {
	  display: none;
	}
	
	.header_inner .col-md-3.p-0 {
	  width: 70%;
	}
}

@media screen and ( max-width: 1200px ){
	.premier_visit_sec h3, .comprehensive_care_sec h3{
		font-size: 44px !important;
	}
	
	.comprehensive_care_sec::after{
		right: -10%;
	}
	
	.left_content_col{
		padding-top: 25px;
    	padding-bottom: 25px;
	}
	
	.header_inner .col-md-3.p-0 {
	  width: 64%;
	}
	
}

@media screen and ( max-width: 1080px ){
	.topbar #topbar-menu li a, .top_contacts li{
		font-size: 15px;
	}
	
	.text_with_lines h4{
		letter-spacing: 0;
	}
	
	.our_services_col_content{
		max-width: 260px;
	}
	
	.recovery_education_sec h4{
		font-size: 50px !important;
	} 
	
	.footer_CTA_sec h4 {
		font-size: 34px !important;
	}
	
	#gform_2 #field_submit::after{
		display: none;
	}
	
	.footer_CTA_sec .image_overlap{
		padding-top: 64px;
	}
	
	.icon_link a{
		letter-spacing: 3px;
	}
}

@media screen and ( max-width: 1024px ){
	.we_are_proud_sec h4, .gallery_sec h4, .contact_form_sec h4{
		font-size: 42px !important;
	}
	
	.premier_visit_sec h3, .comprehensive_care_sec h3{
		font-size: 38px !important;
	}
	
	.slide-item{
		filter: unset;
	}
	
	.our_team_col .our_team_head{
		font-size: 22px;
	}
	
	.contact_form_sec .vc_col-sm-6{
		width: 100%;
		padding-bottom: 20px;
	}
}

@media screen and ( max-width: 992px ){
	.premier_visit_sec .vc_col-sm-6, .comprehensive_care_sec .vc_col-sm-6 {
	  width: 100%;
	}
	
	.fitness_class .wpb_single_image {
	  text-align: center !important;
	}
	
	.comprehensive_care_sec::before{
		bottom: unset;
		top: -34%;
	}
	
	.recovery_education_sec h4, .join_class{
		font-size: 40px !important;
	}
	
	.specialized_training h4{
		font-size: 50px !important;
	} 
	
	.yt_video_sec iframe{
		height: 500px;
	}
  /* .our_services_col_content {
    padding:25px;
  }  */
  .inner-right-row {
    padding: 50px 60px;
}
}

@media screen and ( max-width: 768px ){
	.topbar [class*="col-md"] {
	  width: 100%;
	  text-align: center;
	}
	.our_services_col img {
    width: 100%;
}
.subheader {
    padding-top: 40%;
    background-size: cover;
}
.subheader h2 {
    font-size: 66px;
}
    .our_services_col_content {
        max-width: 100%;
    }
/* 	#rmp_menu_trigger-241{
		top: 95px;
	}
	 */
	.icon_link a{
		letter-spacing: 0;
		font-size: 18px;
		text-transform: capitalize;
	}
	.train_with_best_sec h4 {
    font-size: 42px !important;
}
	.we_are_proud_sec .vc_col-sm-6 {
	  width: 100%;
	}
	
	.home_services_sec .vc_sep_width_30{
		width: 60%;
	}
	
	.home_services_sec .col-md-4, .our_team_sec .col-md-3, .our_gallery .col-md-4 {
	  width: 100%;
	}
	
	.recovery_education_sec .vc_col-sm-6 {
	  width: 100%;
	}
	
	.recovery_education_sec h3, .recovery_education_sec h4, .recovery_education_sec p, .recovery_education_sec .radius_btn {
		text-align: center !important;
	}
	
	.comprehensive_care_sec::before{
		top: -54%;
	}
	
	.footer_CTA_sec .vc_col-sm-6 {
	  width: 100%;
	}
	
	.footer_CTA_sec .image_overlap{
		padding-top: 0;
	}
	
/* 	#gform_2 #field_submit::after{
		display: block;
	} */
	
	#gform_2 #field_submit::after{
		right: 44px;
	}
	
	.icon_with_link_sec .icon_div img{
		margin-top: 0;
	}
	
	.topbar .col-md-8{
		display: block !important;
	}
	
	.top_contacts {
	  padding-bottom: 7px;
	}
	
/* 	#rmp_menu_trigger-241 {
		top: 18%;
	} */
	
	.home_services_sec p.vc_custom_heading br {
	  display: none;
	}
  .calender-content-col .vc_column-inner {
    margin-bottom: 50px;
}
.col-md-2.logo-col {
    width: 40% !important;
}
}

@media screen and ( max-width: 600px ){
.we_are_proud_sec {
    padding: 20px 20px !important;
}
.calender-row-main {
    padding: 25px !important;
}
.subheader {
  padding-top: 50%;
  padding-bottom: 60px;
}
	.we_are_proud_sec h4, .gallery_sec h4, .contact_form_sec h4{
		font-size: 36px !important;
	}
	.we_are_proud_sec h3.vc_custom_heading {
    font-size: 27px !important;
}
	.comprehensive_care_sec::before{
		height: 614px;
	}
	
	.home_services_sec .vc_sep_width_30{
		width: 80%;
	}
	
	.header_inner .col-md-3.p-0{
		display: none;
	}
	
/* 	#rmp_menu_trigger-241{
		top: 16%;
	} */
	
	.contact_details ul{
		display: block;
	}
	
	.contact_details ul li{
		padding-bottom: 20px;
	}
	
	.slide-box .slide-item_inner{
		border-bottom-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	
	.topbar .col-md-4 {
		display: none;
	}
  .calender-content {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
}

@media screen and ( max-width: 576px ){
/* 	#rmp_menu_trigger-241{
		top: 20%
	}
	 */
	/* .our_services_col_content{
		max-width: 100%;
	} */
	
	.home_services_sec h3:not(.our_services_head) {
	  font-size: 40px !important;
	}
	
	.recovery_education_sec h3{
		font-size: 30px !important;
	}
	
	.recovery_education_sec h4{
		font-size: 34px !important;
	}
	
	.join_class{
		font-size: 34px !important;
	}
	
	#gform_2{
		background: transparent;
		border: 0;
	}
	
	#gform_2 input:not(input[type="submit"]) {
		background: #0b685e;
		border-radius: 50px;
		border: 1px solid #fff;
		text-indent: 10px;
	}
	
	#gform_2 #field_submit{
		background: #fff;
		border-radius: 50px;
		border: 1px solid #fff;
		justify-content: center;
		height: 50px;
	}
	
	#gform_2 #field_submit #gform_submit_button_2{
		padding: 0 !important;
		align-self: center;
		color: #0b685e;
	}
	
	.footer_CTA_sec h4{
		font-size: 26px !important;
	}
      .subheader {
        padding-top: 70%;
        padding-bottom: 60px;
    }
        .subheader h2 {
        font-size: 54px;
    }
    .subheader h1 {
    font-size: 24px;
}
#gform_3 #field_submit::before {
    top: inherit;
}
#gform_3 #field_submit {
  height:auto I !important;
}
#gform_submit_button_3 {
    padding: 10px 20px;
}
.hours_col, .text_form_col {
    padding: 30px 20px !important;
}
}