.container {
/*     max-width: 1300px !important; */
   /* padding-left: 25px !important;
    padding-right: 25px !important;*/
}
p:empty {
    display: none;
}
.top-head-mobile {
    display: none;
}
 ul {
    padding: 0;
    margin: 0;
	list-style: none;
}
body .post-expt ul{
	list-style: inside;
    list-style-type: disclosure-closed;	
}
body .post-expt ul li::marker{
	color:#1f96c8;
}
body .post-expt ul li{
	margin-bottom: 7px;
	font-weight: 400;
    padding-left: 11px;
}
body .post-expt ul li::after{
/*     content: "\f0da"; */
    margin: 0 10px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    color: #1f96c8;
    padding-right: 5px;
}
ol {
    margin-left: 0px;
    line-height: normal;
    font-size: 16px;
}
.main-navigation ul li.menu-item-has-children::after {
    position: absolute;
    content: "▾";
    top: 0;
    right: -20px;
    font-size: 25px;
}
p {
    line-height: 1.5;
}
a {
    text-decoration: none !important;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
/*     margin-bottom: 0px !important;
    margin-top: -125px;
    position: relative;
    z-index: 9; */
}
:focus {
    outline:none !important;
}
.entry-content {
	margin-top: 0px !important;
}
.post, .page {
    margin-bottom: 0px;

}
.subheader {
    background: #1b3a5f;
    padding: 184px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	min-height: 530px;
}
.single-services .post-thumbnail {
    display: none;
}
header.entry-header h2{
  font-weight: 600 !important; 
    font-size: 60px;
    letter-spacing: 2px; 
    color: #fff;
}
.breadcrumbs.breadcrumb ul span {
  color: #2b65b0;
  font-weight: 600;
  font-size: 16px;
}

span.post-page.current-item {
  color: #155091 !important;
}
body.home .entry-content {
    margin-top: 0;
}
body.home header.entry-header {
    display: none;
}
main#primary header.entry-header {
    display: none;
}
.breadcrumbs.breadcrumb {
    display: table;
    margin: 0 auto;
    border-radius: 30px;
    padding: 8px 18px;
    line-height: normal;
    background: #fff;
    margin-top: 15px;
}

body .entry-content ul {
/*     padding-left: 0px;
    padding-bottom: 20px;
    list-style: disc; */
}

.serv-content-new ul li {
    padding-bottom: 10px;
	padding-lefT:10px;
}

/* body .entry-content ul li::marker {
    font-size: 18px;
    color: #8f632b;
} */
.serv-content-new ul li::marker {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #8f632b;
}
.serv-content-new ul {
    padding-left: 15px !important;
}
.contact-content {
    margin-bottom: 0px !important;
}
.contact-row-form {
	background-color:#f1f1f1;
	padding-bottom: 50px;
	background-image: url(/wp-content/uploads/2024/07/lightgrey-watermark.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 21%;
    background-position: bottom left;
    border-radius: 15px;
/*     padding: 25px 10px !important; */
}
/*
*

Header CSS

*
*/

body.home header#masthead {
    background: #fff;
    width: 100%;
   /* position: absolute;
    z-index: 999;*/
/*     padding-top: 0px; */
    padding-bottom: 0px;
}
header#masthead {
    background: #fff;
/*     padding-bottom: 20px; */
     padding-top: 10px;  
}
.logo-col {
    max-width: 20%;
    flex: 0 0 20%;
}

.nav-col {
    max-width: 78%;
    flex: 0 0 78%;;
}
li.schedual-option {
    display: -webkit-inline-box;
}

.site-branding.logo {
    padding: 16px 0px;
}

li.phone-option {
   
}

.site-branding.logo {
    padding: 20px 0px;
}

li.phone-option img, li.schedual-option img {
    padding-top: 5px;
    padding-right: 10px;
}

ul.right-detail {
    display: flex;
	 padding-left: 0px !important;
    align-items: center;
    justify-content: space-between;
}
header#masthead li.phone-option p, header#masthead li.phone-option a{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-top: 4px;
    display: inline-block;
}
li.phone-option a {
    transition:all ease 500ms;

}
li.phone-option p {
    font-size: 12px;
}
li.schedual-option {
    padding-left: 10px;
}
p.schedules {
    font-weight: 500;
}
span.hours {
    display: block;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 400;
}
li.social-icon ul {
    display: flex;
    padding-left: 25px;
}
li.social-icon ul li a {
    color: #0c4e9f;
    font-size: 16px;
    padding: 5px;
    display: flex;
    border: 2px solid;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all ease 500ms;
}
li.social-icon ul li {
    padding-right: 5px;
}
li.social-icon ul li:last-child {
    padding: 0px;
}
.main-navigation ul {
    display: flex;
}
ul#primary-menu li a {
    padding: 0px 0px;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    transition: all ease 500ms !important;
	padding-bottom: 16px;
}
.main-navigation ul#primary-menu li:first-child:after {
     display: none; 
}
ul#primary-menu li.current-menu-item a{
/*     border-bottom: 2px solid #2b65b0;
    padding-bottom: 11px; */
	  
}
ul#primary-menu li a:hover, ul#primary-menu li.current-menu-item a {
    transition: all ease 500ms !important;
   color: #2b65b0;
}
ul#primary-menu li.current-menu-item ul li a {
    color: #000;
    font-weight: 400;
}
ul#primary-menu li.current-menu-item a {
    font-weight: 600;
}
li.phone-option a:hover {
    transition: all ease 500ms;
    color: #1b3a5f;
}
/* li.social-icon ul li a:hover {
    transition: all ease 500ms;
    background: #f26925;
    color: #fff;
    border-color: #f26925;

} */
.phone-option-right {
    display: flex;
    align-items: flex-start;
}

li.schedual-option {
    display: flex;
    align-items: start;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
   top: 20px !important;
/*     left: -999em;  */
    z-index: 99999;
/*     border: 1px solid #ccc;
    width: 220px; */
}
ul.sub-menu {
    display: block;
    background: #fff;
    border: none;
    padding-top: 0px !important;
}
ul.sub-menu li a:hover {
    background: #1b3a5f;
    color: #fff !important;
}
ul.sub-menu ul {
    position: absolute;
    display: none;
    top: 0px !important;
    left: 205px !important;
}
ul.sub-menu li:after {
    display: none;
}
ul.sub-menu li a {
/*     padding: 10px !important;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    font-size: 15px !important; */
/* 	padding: 10px !important; */
	 background-color: #2462AB;
		color:#fff !important;
	  padding-left: 15px !important;
	 padding-bottom: 20px !important;
    padding-top: 20px !important;
    border-bottom: 2px dotted #fff;
}
ul.sub-menu li:last-child a {
   border:none;
}
.top-head-icon {
    /* background: #e7e7e7; */
    padding: 5px;
    border-radius: 30px;
/*     height: 30px;
    width: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 500ms;
}
.top-head-icon i {
    color: #2b65b0;
    font-size: 18px;
    transition: all ease 500ms;

}
.right-content h2 {
    font-size: 16px;
    padding: 5px 0px;
    font-family: 'Merriweather', serif;
    font-weight: 600;
    margin-bottom: 0px;
    color: #8f632b;
}

.right-content {
      padding: 0px 10px;
    padding-left: 0px;
}
ul.right-detail li {
    transition: all ease 500ms;
}

ul.right-detail li a {
    transition: all ease 500ms;
}

ul.right-detail li:hover .top-head-icon {
    background: #1b3a5f;
    transition: all ease 500ms;
}

ul.right-detail li:hover .top-head-icon i {
    color: #fff;
}
.nav-col {
    padding-left: 0px !important;
	padding-right: 20px;
}
.appointment-btn a {
/*     padding: 5px 16px; */
    color: #2b65b0;
    border-radius: 30px;
    transition: all ease 500ms;
    font-size: 18px;
	font-weight: 600;
}

.appointment-btn a:hover {
    transition: all ease 500ms;
   // background: #1b3a5f;
    color:#000;
}
.nav-header {
    align-items: center;
    padding-top: 25px;
	padding-bottom:10px;
}
.appointment-col {
    text-align: right;
}
.top-head-row {
    align-items: center;
}
/* bottom_to_top start */
#bottom_to_top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 999;
    background: #03045e;
    border-radius: 50px;
    color: #fff;
    border: none;
    font-size: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all linear .25s;
    cursor: pointer;
	padding: 0 !important;
}
#bottom_to_top:hover{
    opacity: .7;
}
/* bottom_to_top end */

/*

Footer

*/
footer#colophon {
    /* background: #1b3a5f;
    padding-top: 50px; */
}
section#text-3 h2 {
    font-size: 38px;
    color: #f17a33;
}
span.appointment {
    color: #0c4e9f !important;
    font-size: 56px;
}
.footer-sec {
    background: #f5f5f5;
}
#gform_1 input, #gform_1 textarea {
    padding: 7px;
    margin-top: 0px;
    border-radius: 25px;
    background: #fff;
    padding-left: 25px;
}
input#gform_submit_button_1 {
    border: none;
    transition: all ease 300ms;
    font-size: 15px;
    background-color: #03045e;
    color: #fff;
    padding: 10px 30px 10px 28px !important;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

input#gform_submit_button_1:hover {
    background: #2762b0;
}
.contact-info h3 {
    margin-bottom: 30px;
    font-weight:300;
	font-size:44px;
}
.working-hours-footer section#custom_html-2 h3 {
    font-weight: 300;
    margin-bottom: 25px;
	background: transparent;
    color: #1b3a5f;
    font-size: 32px;
    border: none;
    padding: 0;
}
ul.footer-phone-detail i {
    color: #8f632b;
    width: 30px;
    font-size: 20px;
    margin-bottom: 25px;
}
ul.footer-phone-detail li {
    display: flex;
    line-height: 20px;
    font-family: 'Poppins';
}

ul.footer-phone-detail li a {
    color: #000;
    transition: all ease 300ms;
}

ul.footer-phone-detail li a:hover {
    color: #1b3a5f;
}
section#text-4 h2 {
    color: #1b3a5f;
    margin-bottom: 30px;
    margin-top: 50px;
}

.hours-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hours-sec ul li img {
    padding-right: 15px;
}
.contact-sec {
    background: linear-gradient(90deg, #f5f5f5 50%, #ffffff 50%);
    padding-top: 60px;
}
.contact-info, .working-hours-footer {
    padding-left: 50px;
}
section#text-3, section#gform_widget-2 {
    padding-right: 70px;
}
section#text-3 h3 {
    font-size: 20px;
    margin-top: 15px;
}
section#gform_widget-3 h3 {
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 36px;
	    background: transparent;
    border: none;
}

.subcribe-footer {background: #1b3a5f;padding-top: 60px;padding-bottom: 10px;}

.subcribe-footer p.gform_description {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
form#gform_2 input#input_2_1 {
    padding: 33px 40px !important;
    line-height: normal;
    border-radius: 60px;
    font-size: 24px;
}
input#gform_submit_button_2 {
    padding: 35px 15px !important;
    font-weight: 700;
    color: #fff;
    border: 5px solid #fff;
    background: #8f632b;
    transition: all ease 300ms;
    font-size: 30px;
    border-radius: 60px;
    cursor: pointer;
}
#gform_2 div#field_submit {
    grid-column: span 1 !important;
    width: 120px;
}

div#field_2_1 {
    width: 100%;
}

div#field_2_1 {
    grid-column: span 11 !important;
}
section#text-2 {
    padding-right: 70px;
}
section#gform_widget-3 {
    padding: 0px 170px;
}
input#gform_submit_button_2:hover {
    background: #8f632b;
    transition: all ease 300ms;
    border-color: #1252a13b;
    color: #ffffff;
}
section#text-2 h4 {
    font-size: 44px;
    font-weight: 300;
}

section#text-2 h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0px;
    color: #8f632b;
}
section#custom_html-2 {
    margin-top: 50px;
	margin-bottom: 50px;
}
/* ul.footer-phone-detail li br {
    display: none;
} */
br.address-br {
    display: block !important;
}
ul.footer-phone-detail li {
    font-size: 18px;
    line-height: normal;
}
.hours-sec ul li {
    font-size: 18px;
}
.footer-1 {
    display: flex;
    align-items: center;
}
section#media_image-2 {
    float: left;
    width: 40%;
    padding-right: 20px;
}

section#text-3 {
width:100%;
}

section#text-3 p {
    color: #fff;
    margin-bottom:0px !important;
}
.footer-2 ul li a, .footer-3 ul li a, .footer-4 ul li a {
    margin-bottom: 15px;
    color: #fff;
    display: block;
    transition: all ease 300ms;
    padding: 0px 30px;
}
.footer-1 {
    max-width: 40% !important;
    flex: 40% !important;
}
.footer-2, .footer-3, .footer-4 {
    flex: 30% !important;
    max-width: 20% !important;
}
.footer-2, .footer-3 {
    border-right: 1px solid #fff;
    padding: 0px 20px;
}
.bottom-footer {
    background: #1f96c8;
    padding: 5px 0px;
}
span.footer-copyright a {
    color: #fff;
	 transition: all ease 500ms;
	    padding-right: 10px;
    padding-left: 10px;
}
span.footer-copyright a:hover {
    color: #1f96c8; transition: all ease 500ms;
}

.footer-social-icons ul {
    display: flex;
    justify-content: end;
}
.footer-social-icons ul li a {
    color: #fff;
    font-size: 16px;
    padding: 5px;
    display: flex;
/*     border: 2px solid; */
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all ease 500ms;
}
.footer-social-icons ul li {
    padding-right: 5px;
}
.footer-social-icons ul li:last-child {
    padding: 0px;
}
.footer-social-icons ul li a:hover {
    transition: all ease 500ms;
    background: #1f96c8;
    color: #fff;
    border-color: #1f96c8;

}
.row.footer-details-2 {
    padding-bottom: 50px;
}
footer#colophon .widget_nav_menu ul li.current-menu-item a {
    color: #8f632b;
    font-weight: 700;
}

footer#colophon .widget_nav_menu ul li a:hover {
    color: #8f632b;
}
.bottom-footer .row {
    align-items: center;
}
.google-map-box {
    margin-bottom: 0px !important;
}
h2.comman-heading {

/*     font-family: 'Oswald' !important;
    font-weight: 300 !important; */
}
.quote-left {
    float: left;
    margin-left: 17px;
}
.testimonial-inner {
    text-align: left;
    padding-bottom: 20px;
}
.testimonial-content {
    font-size: 17px;
    line-height: normal;
    color: #fff;
    width: 100%;
    margin: 40px auto;
    padding: 30px 66px;
    margin-bottom: 0px;
}
.testimonials-box2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
.testimonials-name {
    font-size: 22px;
    margin-top: 30px;
    color: #fff;
    padding-left: 62px;
}
.quote-right {
    float: right;
    margin-top: -40px;
    margin-right: 20px;
}
.client-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.slick-prev:before, .slick-next:before {
    color: #1f96c8 !important;
    font-size: 42px !important;
	position: relative;
}
.slick-prev:before{
	position: absolute !important;
  	top: 0 !important;
    left: 25px !important;
}
.slick-next:before{
	position: absolute !important;
  	top: 0 !important;
   right: 25px !important;
}
.comman-sub-title {
    font-family: poppins !important;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500 !important;
    color: #8f632b;
    margin-bottom: 0px;
    line-height: 0;
}

.uncomman-heading {
    font-family: oswald !important;
    font-weight: 300 !important;
    font-size: 65px;
    text-transform: uppercase;
    padding-top: 3px;
}

.uncomman-heading-bottom {
    font-family: poppins !important;
    letter-spacing: 8px;
    font-weight: 300 !important;
    font-size: 30px;
    color: #8f632b;
}
.uncomman-about h3 {
    font-family: poppins;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.uncomman-about a {
    font-size: 20px;
    color: #8f632b;
    font-weight: 600;
    transition: all ease 500ms;
}

.uncomman-about a:hover {
    transition: all ease 500ms;
    color: #274467;
    letter-spacing: 4px;
}
.brown-banner-heading {
    font-family: 'Poppins' !important;
    color: #fff;
    font-weight: 500 !important;
}

.blue-btns {
    margin-bottom: 40px;
    margin-top: 25px;
}

.blue-btns a {
    background: #1b3a5f !important;
    color: #fff !important;
    font-size: 24px !important;
    padding: 8px 30px !important;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease 500ms !important;
}

.blue-btns a:hover {
    transition: all ease 500ms !important;
    background: #11253c !important;
}
.consulation-content p {
    font-size: 26px;
}
.consult-row {
    background: #1b3a5f;
}
.consult-row {
    background: #1b3a5f;
}

.uncomman-heading-white {
    font-size: 52px;
    color: #fff;
    margin-bottom: 20px;
}

.consulation-content p {
    color: #fff;
}
.brown-btns a {
    background: #90632c !important;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
.consulation-content {
    margin-bottom: 20px;
}
.we_provide {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}
.we_provide h2 {
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 300;
}
.we_provide h3 {
    font-family: poppins !important;
    color: #90632c;
    font-size: 26px;
}
/* .consult-row {
    background: #1b3a5f;
    background-image: url(https://uncommonphysicaltherapy.com/wp-content/uploads/2023/07/watermaker-dark.png),url(https://uncommonphysicaltherapy.com/wp-content/uploads/2023/07/watermaker-dark.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -20% center, 120% center;
} */
.pt-list ul li i {
    color: #8f642c;
    font-size: 18px;
    margin-right: 10px;
}
.pt-list ul li {
    display: flex;
    line-height: normal;
    margin-bottom: 10px;
}
.blue-bg-col .vc_column-inner {
    padding: 130px 30px !important;
}
.uncomman-condition {
    color: #fff;
    font-size: 22px;
}

.uncomman-condition h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.uncomman-small-btns a {
    background: #90632c !important;
    color: #fff !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

.uncomman-small-btns a:hover {
    transition: all ease 500ms;
    background: #162e4c !important;
}
.uncomman-small-btns {
    margin-bottom: 0px !important;
}
.service_icon {
    float: left;
    transition: all ease 500ms;
}
.service_icon img {
    transition: all ease 500ms;
}
.serv-content {
    float: right;
    width: 80%;
    padding-left: 15px;
}
.service_title {
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
    color: #90632c;
    transition: all ease 500ms;
}
.service_except {
    color: #000;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
    transition: all ease 500ms;
}
p.service-url-btn {
    color: #fff;
    background: #1b3a5f;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    transition: all ease 500ms;
}
p.service-url-btn:hover {
    transition: all ease 500ms;
    background: #8f632b;
}
.services_main .col-md-4 {
    margin-top: 60px;
}
.services_main {
    padding-bottom: 40px;
}
a.service-url {
    display: flex;
    padding: 20px;
    justify-content: center;
    transition:all ease 500ms;
}
a.service-url:hover {border-radius: 10px;transition: all ease 500ms;background: #90632c;}
a.service-url:hover h2 {
    color: #fff;
}
a.service-url:hover .service_title {
    color:#fff;
}
a.service-url:hover .service_except {
    color: #fff;
}
a.service-url:hover {border-radius: 10px;transition: all ease 500ms;background: #90632c;}

a.service-url:hover h2 {
    color: #fff;
}

a.service-url:hover .service_title {
    color:#fff;
}

a.service-url:hover .service_except {
    color: #fff;
}

a.service-url:hover .service_icon img {
    filter: drop-shadow(2px 4px 6px black);
}
a.service-url:hover .service-url-btn {
    background: #724e22;
}
.mobmenu-content li {
    padding: 0px !important;
}
.mobmenu-content li {
    padding: 0px !important;
}

.show-sub-menu a {
    color: #000 !important;
    border: none !important;
}
.show-sub-menu li {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
/* bottom_to_top end */

/*---------- blog Page start ----------*/
/*---------- blog Page start ----------*/
.isotope-item {
    margin-top: 60px;
}
.post-title-bg h2 {
    color: #1b3a5f !important;
    font-size: 42px;
    font-weight: 500 !important;
    margin: 30px 0px;
}
#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

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

span.blog-title a {
    color: #cc9d8b !important;
    transition: linear all .25s;
    font-family: 'Poppins';
}

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

.blog_page_read_more {
    margin-top: 10px;
	margin-bottom:10px;
}

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

.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%;
}
.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

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

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

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

.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #cc9d8b;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}
body.single-post .blogDate {
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 1;
    width: 45px;
    background: #1b3a5f;
    color: #fff;
    padding: 7px 0px;
    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;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.blogImage .blogDate hr {
    border-top: 1px 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-3 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}

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

input.search-field {
    width: 100%;
}

input.search-submit {
    background: #164688;
    color: #fff;
	transition: all linear .25s !important;
}

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

section#recent-posts-2 h2, section#text-5 h2, section#instagram-feed-widget-2 h2, 
section#search-2 h2, section#custom_html-3 h2, section#custom_html-4 h2, 
section#fbtw_facebook-2 h2, section#wpzoom_instagram_widget-3 h2, 
section#text-4 h2 {
    background: #03045e;
    color: #fff;
    border-left: 20px solid #0eabce;
    line-height: 1.5;
    text-indent: 10px !important;
    font-size: 28px !important;
    margin-top: 30px;
}
#cboxLoadedContent {
	overflow:scroll !important;
}
section#search-2 h2 {
	margin-top:0px;
}
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;
    padding: 10px 0;
    transition: all linear .25s;
/*     text-indent: 5px; */
    border-bottom: 2px dotted #000 !important;
    align-items: center;
	line-height: normal;
}
section#recent-posts-2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
	float:left;
	color: #0eabce;
}

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 {
    background: #1b3a5f;
    color: #fff !important;
}
.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;
}
.more-description, .single footer.entry-footer {
    display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #cc9d8b;
    font-weight: 600;
}

.blog_page_read_more a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px;
	color:#cc9d8b;
	text-decoration: none;
}
.more-description {
    display: flex;
    margin-top: 5px;
}
.autor-name {
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 5px;
    color: #9d7f65;
    font-style: italic;
}
body.blog .embed-container {
    height: 260px;
    object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
    display: none;
}
span.blog-title a:hover {
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    border: 3px solid #df6441;
    margin-bottom: 15px;
}
.blogDate i {
    font-style: normal;
}

.blogDate hr {
    border-color: #fff;
    margin: 10px 0px;
}
body.single-post .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none !important;
}
#search-2 span.screen-reader-text {
    display: none;
}
section#search-2 {
    background: #f1f1f1;
    /* border: 1px solid #dddddd; */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    margin-top:50px;
}
body.single-post section#search-2 {
    margin-top:0px !important;
}
section#search-2 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
section#search-2 input.search-submit {
    background: #03045e;
    color: #fff;
    transition: all linear .25s !important;
    padding: 8px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    width: 30%;
}
section#search-2 label {
    margin-bottom: 0px;
    float: left;
    width: 70%;
}
section#search-2 input.search-submit:hover {
    opacity: .7 !important;
}
section#search-2 h2 {
    display: none;
}
section#search-2 label {
    margin-bottom: 0px;
}
.servcie-consult-btn a {
    color: #df6441 !important;
    border: 2px solid #df6441 !important;
    font-size: 18px !important;
}

.servcie-consult-btn a:hover {
    color: #fff !important;
}
article.post header, article.post .post-thumbnail {
    display: none;
}
.post-img img {
    width: 100%;
    border: 15px solid #03045e;
    margin-bottom: 20px;
}
.post-img {
    margin-bottom: 25px;
}
.header-btn-banner {
    text-align: left;
}

.header-btn-banner ul {
    display: flex;
}

.header-btn-banner ul li {
    margin-right: 15px;
}

.header-btn-banner ul li a {
    background: #cc9d8b;
    padding: 8px 20px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: all ease 500ms;
    font-size: 20px !important;
}
.header-btn-banner i {
    margin-right: 5px;
}
.header-btn-banner ul li:first-child a {
    background: #6a9bc3;
}
.header-btn-banner i.fa.fa-arrow-right {
    margin-right: 0;
    margin-left: 5px;
}
.header-btn-banner ul li a:hover {
    transition: all ease 500ms;
    background: #6a9bc3;
}
.header-btn-banner ul li:first-child a:hover {
    background: #577e9f;
}
.home-page-btn a {
    background: #2d3a88;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: all ease 500ms;
}

.home-page-btn a:hover {
    background: #cc9d8b;
}
section.no-results.not-found h1 {
    font-size: 50px;
}
section.no-results.not-found h1 {
    font-size: 50px;
}

section.no-results.not-found p {
    font-size: 22px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000;
    background: none;
    text-align: center;
}
section.no-results.not-found h1 {
    font-size: 50px;
}

section.no-results.not-found form.search-form label {
    width: 80%;
}

section.no-results.not-found form.search-form {
    width: 50%;
    margin: 10px auto;
}

section.no-results.not-found form.search-form label input {
    padding: 10px;
    border-radius: 30px;
}

section.no-results.not-found form.search-form input.search-submit {
    padding: 15px 20px;
    border-radius: 30px;
}

section.no-results.not-found {
    text-align: center;
}
.widget_recent_entries ul {
    margin: 0px !important;
    padding: 0px !important;
}
.post-expt {
    line-height: 1.5;
    margin-bottom: 15px;
}
.grid-sizer, .grid-item {
    width: 33.33% !important;
}
.post-expt {
    font-size: 16px;
}
/*
*
Blog Style End
*
*/

/*
New Blog Style CSS
*/
section.all-blog {
    margin-bottom: 50px;
	    padding-top: 50px;
}

.pagination-sec {
    text-align: center;
}


.blog .ast-container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.blog-header h1 {
    text-align: center;
    color: #fff;
}
.post-top-banner{
	background:#05A2CD;
    padding-top: 80px;
    padding-bottom: 80px;
	margin-bottom:50px;
}

.blog-top-banner h1, .post-top-banner h1
{
	color:#fff;
	text-align:left;
}

.home_blog_content {
    padding-bottom: 6%;
    border-bottom: 1px solid #8f632b;
    margin-bottom: 10%;
}

.home_blog_content:hover {
    border-color: #cc9d8b;
}

.home_blog_content a {
    color: #1b3a5f;
    font-size: 30px;
    font-weight: 400;
}
.home_blog_content a:hover {
    color: #1f96c8;
    text-decoration: none;
}

.blogListFooter span.listAuthor {
    color: #999;
    font-size: 16px;
}

.zoom {
    border: 1px solid #03045e;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px #8f632b69;
    background: #03045e;
}

.zoom .embed-container {
    padding-bottom: 61%;
}

.blog-img {
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.blog-img:hover img {
    transform: scale(1.1);
    transition: all .3s ease;
}

.more_link a {
    color: #1b3a5f;
    font-size: 16px;
    font-weight: 600;
    transition: all ease 500ms;
}
.more_link a:hover {
    transition: all ease 500ms;
    letter-spacing: 3px;
}
.blogSideBar .widget_search button[type="submit"]{
	padding: 8px 15px;
  font-size: 20px;
}

h3.widget-title {
    font-size: 23px;
    color: #fff;
    background: #cc9d8b;
    padding: 7px 12px;
    border-left: 10px solid #30c2ff;
    margin-top: 40px;
}

.blogSideBar .widget_search button[type="submit"]:hover{
	color: rgba(255, 255, 255, .7) !important;
}

.date-blog {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    width: 45px;
    background: #1b3a5f;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
    font-size: 12px;
}
span.month {
    margin-left: -3px;
}
hr.blog-hr {
    margin: 7px 0 !important;
}
span.max-date {
        font-size: 13px;
/*     margin-left: -4px; */
}
span.year {
        margin-left: 0;
    font-size: 10px;
    text-align: center;
}
.blogSideBar .widget_search button[type="submit"]{
	background: #767677 !important;
}
.blogContent h2.blog-title{
	color: #767677 !important;
}
nav.navigation.posts-navigation {
    float: left;
    margin-top: 50px;
    width: 100%;
}

/*

Pagination CSS

*/
.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: #03045e;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    display: block;
}
.pagination li a:hover, .pagination li.active a {
        background-color: #1f96c8;
}
.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: 18px;
    font-family: 'Poppins';
    padding: 14px;
    border-radius: 50px;
}
.single-post main#primary a {
       color: #1f96c8;
}

.single-post main#primary a:hover {
    text-decoration: underline !important;
}

header.zoom-instagram-widget__header {
    display: none !important;
}
body.single-post main#primary h2 {
    margin-bottom: 20px;
}
section.no-results.not-found {
    margin-bottom: 80px;
}

a.search-readmore {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

a.search-readmore:hover {
    text-decoration: underline !important;
    color: #000;
}
.entry-summary h2 {
    color: #fff;
}
.entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #1b3a5f;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0px 1px 7px 0px #dfdfdf73;
    width: 100%;
}
.entry-summary p {
    color: #fff;
}
body.search-results .site-main {
    margin-bottom: 110px;
    float: left;
    width: 100%;
}
section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h1 {
    font-size: 50px;
    font-weight: 800;
}

section.error-404.not-found p {
    font-size: 18px;
}

section.error-404.not-found {
	padding-top:50px;
    margin-bottom: 90px;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}

.search-bar input.search-field {
    padding-left: 20px;
}

.search-bar {
    margin: 50px 0px;
}

input.search-submit {
	background: #2b65b0;
    border-color: #2b65b0;
    cursor: pointer;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}

.search-bar input.search-field {
    padding-left: 20px;
}

.search-bar {
    margin: 50px 0px;
}

input.search-submit {
	background: #03045e;
    border-color: #2b65b0;
    cursor: pointer;
}
.search-page-btn a {
    background: #1b3a5f;
    display: inline-block;
    padding: 25px 45px;
    color: #fff !important;
    transition: all ease 300ms;
    font-size: 22px;
    letter-spacing: -1px;
    border-radius: 30px;
}

.search-page-btn a:hover {
    opacity:0.7;
}


/*
*
Contact Page
*
*/
span.with-icon.address {
    font-size: 18px;
    font-weight: 500;
}
.home span.with-icon.address {
    font-size: 13px;
}
h2.contact-content-heading {
    font-family: poppins !important;
    color: #fff !important;
    font-size: 44px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}
.contact_details_2 ul li.phone-option  {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_details_2 ul li .top-head-icon {
/*     margin-right: 10px; */
}
.contact_details_2 ul li {
    color: #fff;
    line-height: 13px;
}

.contact_details_2 ul li a {
    color: #fff;
    font-size: 18px;
	font-weight: 500;
}
.contact_details_2 ul.right-detail {
    display: block;
	padding-top:0px;
}

body.page-id-35 .subheader {
    margin-bottom: 0px;
}
body.page-id-35 .map-row {
    display: none !important;
}

body.page-id-35 .contact-sec {
    display: none !important;
}
body.page-id-35 footer#colophon {
    padding-top: 0px;
}
.detail-col-contact {
    margin-top: 100px;
}
.contact-heading {
    font-size: 52px !important;
}
.contact_details_2 li.phone-option a:hover {
/*     transition: all ease 500ms;
    color: #60758f; */
}
.contact_details_2 ul.right-detail li:hover .top-head-icon {
   background: transparent;
/*     transition: all ease 500ms;  */
}
body.page-id-35 .hours-sec ul li {
    color: #fff;
    list-style: none;
    padding-left: 0px;
}
body.page-id-35 .hours-sec hr {
    border-color: #60758f !important;
}
.contact-content h3 {
    font-family: poppins;
    font-weight: 700;
    font-size: 22px;
    margin: 15px 0px;
    color: #8f632b;
}
.contact-page-map {
    margin-bottom: 0px !important;
}
.top-para p {
    font-size: 18px;
    padding-top: 5px;
}
.top-para h2 {
    color: #8f632b;
    font-weight: 300;
}

.serv-row {
    padding: 50px 0px;
}

.serv-heading-top {
    margin-bottom: 10px !important;
}

.serv-heading-top p {
/*     font-size: 48px; */
    text-transform: uppercase;
    font-weight: 300;
}
.serv-content-new {
    line-height: normal;
}

.serv-img-new {
    margin-bottom: 0px !important;
}

.serv-img-new img {
    box-shadow: 0px 0px 20px #cecece;
    border-radius: 15px;
}
.about-form {
    background-image: url(https://uncommonphysicaltherapy.com/wp-content/uploads/2023/07/White-circle_mark_gold-Watermark.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 130% 200%;
    background-blend-mode: hard-light;
}
.top-para h2 {
    font-family: 'Poppins' !important;
    font-size: 22px;
    font-weight: 500;
	line-height:32px;
}
.serv-row-2 {
    padding-top: 0px;
}
.serv-row-3 {
    padding-bottom: 0px;
}
ul.right-detail {
    padding-left: 0px !important;
}


.blog_list li {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 15px !important;
  position: relative;
}
.single-post .entry-content ul li::before {
  content: "\f0da";
  font-family: 'FontAwesome';
  color: #8f632b;
  position: absolute;
  top: 0;
  left: 0;
}
.blog_list li span {
  padding-left: 10px;
}
.meet-devis {
    margin-bottom: 0px;
}

.meet-devis h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.meet-devis h2 span {
    font-weight: 400 !important;
}
section#text-2 a, .contact-content a {
    color: #8f632b;
    font-weight: 600;
    font-size: 18px;
}
section#text-2 a:hover, .contact-content a:hover {
    transition: all ease 500ms;
    color: #1b3a5f;
}


.google-review {
    padding-left: 30px;
    padding-right: 10px;
}

.ti-widget.ti-goog .ti-widget-container {
    border-radius: 10px;
}
div#gform_confirmation_message_1 {
    line-height: normal;
    font-size: 18px;
}
/* News Letter Page CSS */

/* body.page-id-562 {
    background: #1b3a5f;
    padding: 80px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 70px;
    background-image: url(/wp-content/uploads/2023/07/White-circle_mark_gold-Watermark.png);
    background-size: 50%;
    background-position: 115% -50px;
} */

body.page-id-562 .subheader {
    display: none;
}

body.page-id-562 header#masthead {
    display: none;
}

body.page-id-562 .footer-sec {
    display: none;
}

body.page-id-562 .subcribe-footer {
    display: none;
}

body.page-id-562 .contact-sec {
    display: none;
}

body.page-id-562 footer#colophon {
    display: none;
}

body.page-id-562 .bottom-footer {
    display: none;
}
body.page-id-562 .news-letter-row h1 {font-family: oswald !important;color: #fff;font-size: 88px;margin-bottom: 20px;}

body.page-id-562 .news-letter-row p.gform_description {
    color: #fff;
    font-size: 22px;
}
body.page-id-562 div#gform_confirmation_message_2 {
    color: #fff;
    line-height: normal;
    font-size: 19px;
}
/* News Letter Page CSS END */






/*
* 
*

Responsive Area

*
*
*/


@media all and (max-width:1400px) {
	
	
label#label_5_18_1 {
    line-height: normal;
	font-size: 13px;
        display: contents;
}
	label#label_5_18_1 a {
    color: #000;
}
	
	
}


@media all and (max-width:1366px) {

    .forms-contact .wpb_column {
        margin-left: 30px;
    }
body .forms-contact .inner-contents {
    max-width: 100%;
    margin: 0 auto;
}	
div#gform_wrapper_5 {
    padding-right: 81px;
}
	
}

@media all and (max-width:1180px) {
.logo-col {
    max-width: 30% !important;
    flex: 30% !important;
}
.top-right-col {
    max-width: 70% !important;
    flex: 70% !important;
}
section#text-2, section#gform_widget-2 {
    padding-right: 0 !important;
}
.contact-info, .working-hours-footer {
    padding-left: 15px;
}
}

@media all and (max-width:1024px) {
	
body .mobmenu-content #mobmenuright .sub-menu{
		        background-color: #1f96c8 !important;
}	
body .mobmenu-content #mobmenuright .sub-menu a {
        color: #fff !important;
}	
.top-head-mobile {
    display: none;
}
/* body.page-id-562 .top-head-mobile {
		display:none;
} */
/* body.page-id-562 .mob-menu-header-holder.mobmenu {
    display: none;
} */
body.page-id-562 .news-letter-row h1 {
    font-size: 78px;
}
body.page-id-562 {
    margin: 0px !important;
    padding: 0px !important;
}
body.page-id-562 #gform_2 div#field_submit {
    grid-column: span 1 !important;
    margin: 0 auto;
    display: table;
    width: 40%;
}
body.page-id-562 input#gform_submit_button_2 {
    padding: 20px 16px !important;
}
.top-right-mobile {
    width: 100% !important;
    max-width: 100% !IMPORTANT;
    flex: 100% !important;
}
.top-right-mobile .phone-option-right {
    display: flex;
    align-items:center;
}
/* .top-head-icon {
    display: table;
    margin: 0 auto;
} */
.right-content p {
    margin-bottom: 0px;
}
}

@media all and (max-width:992px) {
	
body .mobmenu-content #mobmenuright .sub-menu{
		        background-color: #1f96c8 !important;
}	
body .mobmenu-content #mobmenuright .sub-menu a {
        color: #fff !important;
}	
	
.services_main .row .col-md-4 {
    flex: 50%;
    max-width: 50%;
}
section#gform_widget-3 {
    padding: 0px 0px !important;
}
.footer-2 ul li a, .footer-3 ul li a, .footer-4 ul li a {
    padding: 0px 0px;
}
.bottom-footer .col-md-7, .bottom-footer .col-md-5 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
}
.footer-social-icons ul {
    justify-content: center !important;
    margin-top: 20px !important;
}
section#text-3 {
    margin-top: 15px;
    padding: 0;
    text-align: center;
}
section#media_image-2 {
    float: none;
    padding-right: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.col-md-6.footer-1 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}
.footer-2, .footer-3, .footer-4 {
    flex: 33.33%;
    max-width: 33.33% !important;
    text-align: center;
    margin-top: 30px;
}
span.footer-copyright {
    line-height: normal;
}
.footer-2, .footer-3 {
    width: 50% !important;
    flex: 50% !important;
    max-width: 50% !important;
}
.footer-3 {
    border: none;
}
.footer-4 {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
}
/* .footer-1 {
    padding-top: 50px;
} */
.contact_details_2 ul li.phone-option a {
    word-break: break-all;
    line-height: normal;
}
body.page-id-35 .footer-1 {
    padding-top: 50px;
}
}

@media screen and (max-width:824px){
	.col-md-12.top-right-col.top-right-mobile {
/* 	  padding-bottom: 20px; */
	}
	
	form#gform_2 input#input_2_1 {
	  padding: 15px 20px !important;
	}
	
	input#gform_submit_button_2{
		padding: 15px 0px !important;
	}
	
	.gform_description {
	  font-size: 18px !important;
	}
	
	.serv-row .wpb_column.vc_column_container {
	  width: 100%;
	  padding-bottom: 20px;
	}
	.serv-row-- .wpb_column.vc_column_container {
	  width: 100%;
	}
	.serv-row-3 {
	  padding-bottom: 50px;
	}
}



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

label#label_5_19_1 {
    font-size: 13px;
}	
	
 .error404 .breadcrumbs.breadcrumb {
    max-width: max-content !important;
}	
.mansblue-img {
    padding-top: 26px;
}	
.slick-prev:before {
	color: #fff !important;
    left: -50px !important;
}	
 .slick-next:before {
    right: 0px !important;
    color: #fff !important;
}
  body .pricing-row .price-col .vc_column-inner{
    max-width: 60%;
    margin: 0 auto;
    border: 1px solid #03045e;
    padding-bottom: 10px;
    padding-top: 10px;	
}	
  body .benefits-block ul li {
    font-size: 16px;
	}	
  body .benefits-block {
    max-width: max-content;	
	}
  body .family-img {
    padding-top: 30px;
}
  body .benefits-block ul {
    column-count: 1;
    padding: 14px;
}	
  body .beneit-sec{
	padding-top: 40px;
    padding-bottom: 10px;	
}	
  body .family-sec .purpose-col{
	 margin-top: 0;
	right: 0;
}	
  body .beneit-sec p{
	font-size: 16px !important;
}	
  body .exp-sec h3, body .testi-sec h2, body .blog-sec h2 {
        font-size: 30px;
  }	
   body .girls-both h3.familt-heading {
        font-size: 20px !important;
        padding-bottom: 10px;
    }	
.blog header.entry-header h2{
	  font-size: 30px;
	  letter-spacing: 0;
}
body  .brnprevclass {
    margin-top: 30px !important;
}	
body  span.footer-copyright a{
		padding-right: 0;
}	
body .main_slider {
    display: none;
}	
body .rev_slider {
    width: 100% !important;
    height: auto !important;
  }	
body .family-bg .vc_column-inner{
	padding-bottom: 30px;	
}	
body h3.notes-heading{
	font-size: 16px !important;
        text-align: center !important;
}
body .vc_custom_1721825590368{
 padding-top: 0px !important;	
}	
body .callus-sec{
    display: block;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;
    max-width: 60%;
	}	
	
body .appt-btn a {
    font-size: 17px;
    padding: 9px 20px;
    top: 0;
}	
body .vc_column-inner.vc_custom_1722514081986 {
    display: none !important;
}
body h4.appint-text2 {
	        font-size: 40px !important;
	font-weight:bold !important;
}	
body .appnt-sec {
	padding-left: 15px !important;
    top: 0;
    background: unset !important;
    background-color: #03045e !important;
}	
body .girls-both h3.familt-heading{
	font-size: 16px !important;
	        text-align: center !important;
}	
body .callus-sec a {
	font-size: 20px !important;
}	

body .callus-sec h4 {
        font-size: 16px !important;
        margin-bottom: 0;
}	
body  .testi-sec {
    margin-top: -2px;
}	
div#gform_wrapper_5 label#label_5_13_0 , 
div#gform_wrapper_5	label#label_5_13_1{
		color:#fff;
}	
body  .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1721749667926 {
    max-width: 100%;
    margin: 0 auto;
}
body .testi-sec .vc_column-inner {
    padding-top: 0px !important;
}	
/* .slick-prev:before{
 color: #fff !important;	
}
.slick-next:before {
  color: #fff !important;	
}	 */
button.slick-next.slick-arrow{
    top: auto;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    right: 10px;	
}
button.slick-prev.slick-arrow {
    top: auto;
    bottom: 0px;
    right: 0;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    left: 290px;
}	
body  div#field_5_9 label.gfield_label.gform-field-label {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: normal;
    font-weight: normal;
}	
body div.heateor_sss_mobile_footer{
		        height: unset !important;
}	
body .blog-content .blog_except {
    font-size: 14px;
}	
body .abt-li .fa-ul-caret li {
    padding: 10px 0px 0 22px;
    font-size: 14px;
    line-height: normal;
    max-width: 85%;
}
html .page-id-3 {
	    overflow-x: hidden;
}	
	
body .vc_custom_1721664618410 {
    margin-bottom: 14px !important;
}
body .fl-rich-text.wal-field p {
    font-size: 14px;
    font-weight: 300;
}
body .Emer-services.Emer-bg2 p {
    font-size: 14px;
    font-weight: 300;
}	
body .Emer-services .vc_column-inner {
    height: unset;
}	
body .para-emr p {
    font-size: 14px;
    font-weight: 300;
}	
body .em-col1 , body .em-col2 {
    display: none;
}	
body  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
    background-color: #03045e !important;
}
body .cos-btn a {
    font-size: 16px !important;
    padding: 13px 20px !important;
}	
body .middle-footer .footer-col-div ul#privacy-menu li{
		    padding-right: 10px;
}	
body .orth-col-3 .vc_column-inner{
		padding: 40px 40px 40px 40px;
}	
body .orth-col-3 p{
		font-weight:300;
}
body .orth-image-2 {
    right: auto;
    text-align: center !important;
    left: auto;
    padding: 20px;
    margin: 0 auto;
}
body .orth-image {
    position: relative;
    right: auto;
    text-align: center !important;
    left: auto;
    padding: 20px;
    margin: 0 auto;
}	
body  .orth-btn a {
    font-size: 14px !important;
}	
body .orth-col .vc_column-inner{
	padding: 40px 40px 40px 40px;
}	
body  .orth-col p {
    font-size: 14px;
    font-weight: 300;
}	
body  .General-col p {
    font-size: 14px;
}
body  .dentist-col p {
    font-size: 14px;
    font-weight: 300;
}	
body .careers-secs h2 {
    font-size: 26px;
}	
body .careers-secs p{
    font-size: 14px;
    font-weight: 300;			
}	
body .forms-ssetion h3.patient-heading {
    font-size: 18px !important;
    padding: 10px;
	margin-bottom: 0;
}	
body h3.col-heading{
		 font-size: 26px !important;
}	
body .forms-ssetion h3.col-heading {
    font-size: 26px !important;
	margin-bottom: 0 !important;
}	
body .forms-ssetion {
    padding-top: 30px !important;
           padding-bottom: 10px !important;
}	
body .free-sec p {
    font-weight: 300;
    text-align: center !important;
}
body .middle-footer {
    padding: 10px;
}
body .middle-footer .footer-col-div ul#privacy-menu a {
    font-size: 14px;
}
.copyright-footer p {
    font-size: 14px;
}	
body .middle-footer .footer-col-div ul#bottom-menu {
    padding-top: 14px;
    padding-bottom: 14px;
	margin-bottom: 0;
}	
body .middle-footer .footer-col-div ul#bottom-menu li a{
	font-size: 14px;	
}	
body .avoid-p h2.exp-heading {
    font-size: 26px !important;
}	
body .safe-pp p {
    font-weight: 300;
	font-size: 14px;
}	
body .girl-sec .wpb_column .vc_column-inner{
		    padding-top: 10px;
}	
body .girl-sec .about-heading {
    font-size: 18px !important;
}	
body .teeth-sec{
    padding-top: 15px !important;
   padding-bottom: 12px !important;		
}
body  .btn-forms a {
        font-size: 14px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
}	
body .free-sec a {
		    font-size: 16px;
}
body .free-sec h2.exp-heading {
        font-size: 26px !important;
        text-align: center !important;
}	
body .free-sec {
    padding-top: 0 !important;	
    padding-bottom: 10px !important;	
}	
body .pain-pp {
    font-size: 14px;
}
body .health-p {
    padding-left: 10px;
}	
body .health-p ul li{
    font-size: 14px;
    font-weight: 300;	
margin-bottom: 20px;
}
body .health-p .wpb_wrapper ul li h3 {
    font-size: 18px;
    font-weight: 500;
}	
body .teeth-sec p{	
	font-size: 14px;
    font-weight: 300;
}	
body .girl-sec h2.exp-heading {
    font-size: 20px !important;
}
body .teeth-sec a {
    font-size: 16px;
}	
body .teeth-sec h2{	
    font-size: 26px !important; 	
	}
body .exp-rel {
    padding-top: 10px;
    padding-bottom: 10px;
}	
body .girl-sec {
     padding-top: 20px !important;
    padding-left: 10px !important;
    padding-bottom: 20px !important;
}	
#wprev-slider-7 .wprev_preview_tcolor2_T2 {
    font-size: 14px;
}	
#wprev-slider-7 .wprev_preview_tcolor1_T2 {
    font-size: 14px;
}
.wprs_masonry_item_js.wprevpro_t2_DIV_1.outerrevdiv {
    max-width: 100%%;
    margin: 0 auto;	
}	
body .navigation.pagination {
    margin-bottom: 0;
    margin-top: 0;	
	}	
body .detail-col-contact {
    margin-top: 0;
}	
body .footer-contacts ul.right-detail {
    margin-left: 0;
}
 body .contact_details_2 ul li.phone-option a {
        font-size: 14px !important;
}	
body .footer-contacts ul.right-detail li {
    font-size: 14px;
}
body .hours .hours-sec ul li {
    font-size: 14px;
}	
body input#gform_submit_button_6{
	padding: 7px 25px !important;
	font-size: 16px;
}	
body .blog-main {
/*     padding-top: 40px !important; */
    padding-left: 5px;
    padding-right: 5px;
}
.home_blog_content a {
    font-size: 20px;
}
/* body  .site-main {
    padding-top: 0;
}	 */
body  .contact-form-col {
    margin-top: 0px;
}	
body  #gform_1 input {
    padding: 10px;
}
body  .contact-row-form h2.comman-heading{
		        font-size: 20px !important;
}
body 	div#field_6_9 {
    padding-top: 0;
}
form#gform_6 label.gfield_label.gform-field-label {
    font-size: 14px;
    line-height: normal;
}	
body  .newslett-p  h2, body .newslett-p  h3{
    font-size: 26px;
}	
.page-id-9349 .site-main {
    padding-top: 0px;
}	
body  .conntec-links p a{
	width: 100%;
	font-size: 14px;
}
body .mobmenu-content #mobmenuright > li > a:hover{
	  background-color: #1f96c8 !important;
}
body .mobmenu-content #mobmenuright .sub-menu{
		        background-color: #1f96c8 !important;
}	
body .mobmenu-content #mobmenuright .sub-menu a {
        color: #fff !important;
	        background-color: transparent;
}	
	
body .orth-col-form form#gform_2 input, body form#gform_2 textarea{
		margin-bottom: 20px;
}	
body .gform_wrapper.gravity-theme .ginput_complex span{
		margin-bottom: 0;
}
body .servicses-sec .serv-boxes p {
    font-size: 14px;
}	
body .benefits-pp p span {
/*     padding-left: 15px;
    padding-right: 15px; */
}	
body .benefits-pp p {
    padding-left: 15px;
    padding-right: 15px;
	  font-size: 14px;
      font-weight: 300;
}	
body h2.sedation-heading {
    font-size: 26px !important;
	        padding-left: 15px;
}	
body .benefits-pp ul li {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
body .sedation-p p span strong {
    font-size: 15px;
}
body .benfits-secs {
    padding-top: 0px;
           padding-bottom: 10px;
}
body .sedation-p p {
	 font-size: 14px;		
}
body .benfits-secs h2 {
    padding-bottom: 0;
}   
body h2.sedation-heading {
    font-size: 20px !important;
}
.scht-btn {
    text-align: center !important;
}	
/* body .subheader{
		    padding: 30px 0px;
} */
body .subheader {
    padding: 50px 0px;
    background-size: cover;
    background-position: center center;
    background-attachment: unset;
/*     background-blend-mode: darken; */
}	
body .banner .banner-txt {
    font-size: 24px;
    line-height: normal;
}	
body header.entry-header h1 {
        font-size: 20px;
        letter-spacing: 0;
        color: #fff;
        line-height: normal;
}	
	
form#gform_5 input#gform_submit_button_5{
    padding: 3px 30px;
}	
.middle-footer .footer-col-div ul#bottom-menuli a {
    font-size: 15px;
}
.middle-footer .footer-col-div ul#privacy-menu a{
		    font-size: 15px;
}
.middle-footer .footer-col-div ul#bottom-menu li:first-child::after{
	display:none;
}
.footer-col-div ul#bottom-menu li::after{
		display:none;
}
body .hours-box ul {
    margin-right: 0 !important;
    margin-left: 0 !important;
}	
body .footer-col-div ul#privacy-menu li::after{
/* 	display:none; */
	font-size: 30px;
    top: -25px;
    left: 60px;
}	
body .toprated .cosmtiic-p {
    font-size: 14px;
}
body .middle-footer .footer-col-div ul#privacy-menu a {
/*     font-size: 13px !important; */
    line-height: normal;
}	
body .middle-footer .footer-col-div ul#privacy-menu{
		    align-items: center;
    text-align: center;
}	
body .middle-footer .footer-col-div ul#privacy-menu li {
    padding-right: 0;
}
body .forms-contact .wpb_column {
        margin-left: 0;
	        width: 100% !important;
}
body .forms-contact .patients-forms {
           width: 100%;
	        background-color: #1f96c8;
}
body .forms-contact .inner-contents {
        max-width: max-content;
        margin: unset;
}div#gform_wrapper_5 .gform_heading h2.gform_title {
           font-size: 23px !important;
}
div#gform_wrapper_5 {
    padding-right: 0 !important;
	        padding-left: 0 !important;
}	
	    .gform_description {
        font-size: 14px !important;
    }
body div#gform_wrapper_5 .gform_heading{
    max-width: 100%;
}
body .blog-box {
    padding-bottom: 30px;
}	
body .blog-sec h2 {
    font-size: 26px !important;
}	
body .blog-sec p {
    font-size: 14px;
}	
body .testimonial-content {
              padding: 42px 63px;
        margin-top: 10px;
}
body .testimonial-content  p{
		    font-size: 14px;
}
body .testi-sec h2 {
    font-weight: bold;
    font-size: 26px !important;
    max-width: 70%;
    margin: 0 auto;
    line-height: normal;
}	
body .copyright-footer p {
    font-size: 14px;	
}
body .middle-footer .footer-col-div ul#privacy-menu a {;
    font-size: 15px;	
	}
body .middle-footer .footer-col-div ul#bottom-menu{
		    display: block;
	        text-align: center;
}
body .hours-box {
    float: none;
}
body .contact-box {
    float: none;
    padding-top: 24px;
}
body .palit-into {
    padding: 15px;
    left: 0;
    width: auto;
    margin-top: 50px;
}
body .testimonial-content {
        padding:45px 50px;
        margin-bottom: 0px;
}	
body 	ul#primary-menu li.current-menu-item a {
    border-bottom: none;
    padding-bottom: 0;
}
body .middle-footer .footer-col-div ul#bottom-menu li {
    padding-right: 10px;
    line-height: normal;
}
/* 	.footer-col-div ul#primary-menu li::after{
		display:none;
	}	 */
body .exp-sec .exp-btns .exp-link button {
    padding: 10px 14px !important;
    font-size: 14px !important;
}
body .exp-sec .exp-btns .exp-link {
    padding-left: 0;
	    float: none;
}
body .exp-sec {
    padding-top: 0px;
    padding-bottom: 20px;	
}	
body .exp-sec .exp-btns{
	    margin: 0 auto;	
}
body .exp-sec h3 {
    font-size: 26px !important;
}
body .exp-sec .calloff-sec p {
    font-size: 14px;
}
body  .calloff-sec h4 {
    font-size: 20px;
	}
body h2.whychoorse-heading {
    font-size: 22px;
    line-height: normal;
}	
body .cchose-content p {
    font-size: 14px;
}
body .denstist-p h3 {
    font-size: 18px;
}
body .denstist-p p {
    max-width: max-content;
    font-size: 14px;
}
body .getappt-btn {
    margin-bottom: 0;
}
body .getapt-col {
       bottom: 26px;
    right: 0;
    left: 0;	
}	
body .dental-sec {
    padding-top: 0;
	}
body .make-appoint-row ul li:last-child{
		    padding-right: 50px;
}
body .make-appoint-row ul li a{
		padding: 0;
}	
body .make-appoint-row .wpb_wrapper ul{
/* 		line-height: 0;	 */
}	
body .abt-sec h3 {
    font-size: 30px !important;
}
body .abpt-col h2 {
    font-size: 20px !important;
}
body .make-appoint-row ul li a span {
           font-size: 14px;
	    padding-left: 52px;
}
body  .abpt-col p {
    font-size: 14px;
}
body .abt-sec {
    position: relative;
    top: 0;
    padding-top: 40px;
}
body .services-sec{
		    top: 0;
}
body .hthree-headings h3 {
    font-size: 24px;
}	
body .make-appoint-row {
/*     max-width: max-content;
    float: right; */
	}
body h3.make-apt {
    margin-bottom: 0;
	font-size: 24px !important;
}
body .appnt-sec .checknext-col .vc_column-inner {
/*     padding-left: 20px;
    padding-right: 20px; */
}	
body .abpt-col {
	margin-top: 0;
    position: relative;
    left: 0;
	}
body .services-sec h2{
	 max-width: max-content;
	 font-size: 20px !important;	
}
	
.contact-row-form {
    padding-top: 0px !important;
}
li.phone-option:first-child {
    display: none;
}
.contact-sec {
    padding-bottom: 10px;
}
.contact-sec {
    background: #fff !important;
}
form#gform_2 input#input_2_1 {
    padding: 25px 25px !important;
    font-size: 24px;
}
input#gform_submit_button_2 {
    padding: 24px 16px !important;
}
div#gform_fields_2 {
    display: flow-root;
}
input#gform_submit_button_2 {
    padding: 0px 16px !important;
    margin-top: 20px;
    width: 100% !important;
}
input#gform_submit_button_1 {
    font-size: 22px !important;
}
h2.comman-heading {
    font-size: 38px;
}
.uncomman-heading {
    font-size: 38px;
}
.blue-bg-col .vc_column-inner {
    padding: 30px 30px !important;
}
.uncomman-condition h3 {
    font-size: 20px;
	line-height:normal;
}
img.rotating {
    margin-top: 30px;
}
}



@media all and (max-width:600px) {
.services_main .row .col-md-4 {
    flex: 100%;
    max-width: 100%;
}

.uncomman-heading-bottom {
    letter-spacing: 6px;
    font-size: 26px;
    margin-bottom: 20px;
}
h2.brown-banner-heading {
    font-size: 24px;
}
.brown-banner {
    padding: 10px !important;
}
.testimonial-content {
    padding: 57px 30px;
    margin-bottom: 0px;
}
.uncomman-condition br {
    display: none;
}
/* ul.right-detail {
    display: block;
} */
.phone-option-right {
/*     margin-top: 10px; */
}
ul.right-detail {
    padding: 0px;
    display: block;
}
ul.right-detail li {
    margin: 0 auto;
    display: table;
}
}

@media all and (max-width:576px){
	 form#gform_2 input#input_2_1 {
		padding: 15px 25px !important;
		font-size: 20px !important;
	  }
	
	.serv-heading-top h2{
		font-size: 36px;
	}
	body.page-id-562 input#gform_submit_button_2 {
    padding: 5px 10px !important;
}
body.page-id-562 .news-letter-row h1 {
    font-size: 64px;
}
}

@media all and (max-width:400px) {
	ul.footer-phone-detail li {
    font-size: 14px;
}
.contact-info, .working-hours-footer {
    padding-left: 0px !important;
}
.hours-sec ul li {
    font-size: 16px;
    line-height: normal;
}
}


@media all and (max-width:320px) {
	
body .palit-into .vc_column-inner {
    padding: 10px 2px 10px 2px !important;
}
body #gform_1 input {
        padding: 10px;
        padding-left: 20px;
    }
div#gform_wrapper_1 .gform_heading p.gform_description {
    max-width: max-content;
}
	
}



.post-title-bg h1{
	color: #1b3a5f !important;
    font-size: 42px;
    font-weight: 500 !important;
    margin: 30px 0;	
}
header.entry-header h1 {
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 2px;
    color: #fff;
	    margin-bottom: 0;
}
.right-content span{
	font-size: 14px;
    padding: 3px 0;
    font-weight: 600;
    margin-bottom: 0;
        color: #000;
    width: 100%;
    display: block;
    line-height: normal;
}
header#masthead ul#primary-menu li::after {
    position: relative;
    content: "|";
    color: #000;
    font-size: 15px;
    top: -19px;
    left: -16px;
}
.middle-footer ul#primary-menu li.current-menu-item a::after{
    position: relative;
    content: "|";
    color: #000;
    font-size: 15px;
    top: -11px;
    left: -16px;	
}


.appointment-btn {
/*     display: block; */
     margin-top: -8px; 
}
ul.right-detail li.social-icons a {
    color: #2762af;
    font-size: 14px;
    display: flex;
    border: 2px solid #2b65b0;
    height: 28px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    transition: all ease 500ms;
    background-color: #fff;
    padding-left: 4px;
}
.middle-footer {
    background-color: #03045e;
    padding: 30px;
}
.middle-footer .footer-col-div ul#bottom-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    width: 100%;
    display: flex;
}
.middle-footer .footer-col-div ul#bottom-menu li {
    padding-right: 17px;
	position: relative;
}
.middle-footer .footer-col-div ul#bottom-menu li a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
.footer-social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
	    padding-top: 10px;
}
.footer-col-div ul#bottom-menu li::after {
    position: absolute;
    content: "|";
    color: #fff;
    font-size: 15px;
    top: 0px;
    right: 8px;
}
footer#colophon .footer-col-div ul#bottom-menuli.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-10794::before{
   color:transparent;
}
.copyright-footer {
    text-align: center;
}
span.footer-copyright {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    display: inline-block;
}
.copyright-footer p{
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    display: inline-block; 
	    margin-bottom: 0;
}
.exp-sec .exp-btns .exp-link {
    padding-left: 20px;
    float: left;
    background-image: unset !important;
}
.exp-sec .exp-btns .wpb_column .vc_column-inner{
    display: flex;
    justify-content: center;
}
.exp-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-attachment: fixed; */
}
.exp-sec h3{
    font-weight: bold;
}
.exp-sec .calloff-sec p{
    font-size: 25px;
    color: #fff;
}
body .exp-sec .exp-btns .exp-link button{
    padding: 12px 37px !important;
    background-image: unset !important;
    border-radius: 30px !important;
    font-size: 20px !important;
}
body .exp-sec .exp-btns .exp-link a{
    padding: 12px 50px !important;
    background-image: unset !important;
    border-radius: 30px !important;
    font-size: 20px !important;
}
.calloff-sec h4 {
    font-size: 35px;
    font-weight: bold;
    color:#fff;
}
.blog-content {
    padding-top: 15px;
    line-height: normal;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.blog-content .blog_title{
    color:#03045e;
    font-weight: 600;
}
.blog-content .blog_except {
    padding-top: 5px;
    padding-bottom: 5px;
}
a.blog_link {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1f96c8;
    font-size: 15px;
}
.toprated{
    padding-top: 38px;
    padding-bottom: 20px;
    background-image: url(/wp-content/uploads/2024/07/topwater.jpg);
    background-repeat: no-repeat;
    background-size: 16%;
    background-position: top right;
}
.toprated h3{
    font-weight: bold;
}
span em {
    font-size: 17px;
    color: #2762af;
    font-weight: 500;
}
.toprated .cosmetic-p{
    border: 1px solid #e5e5e5;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 31px;
    margin-top: 40px;
    background-color: #fff;
}
.toprated .cosmtiic-p{
    /* margin-bottom: 0; */
}   

.services-sec h2{
	font-weight: bold;
	background-color: #fff;
	max-width: 84%;
	margin: 0 auto;
	padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.dentist-colors {
    background-color: #2762af;
      padding-top: 30px;
    padding-bottom: 30px;
}
.dental-content h3{
    font-size: 22px;
    color: #ffff;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 5px;
}
.dental-content p{
    font-size: 15px;
    color: #fff;
/*     min-height: 125px; */
}
.services-sec {
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    top: -160px;
}
.learnmore-btn button {
    background-image: unset !important;
    padding: 5px 21px !important;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 30px !important;
}
.dentist-colors:nth-child(2) {
    background-color: #2a74bb;
}
.dentist-colors:nth-child(3) {
    background-color: #1f96c8;
}
.dentist-colors:last-child{
    background-color: #0eabce;
}
body .learnmore-btn a:hover {
    background-color:#2b65b0 !important;
    color: #fff !important;
    border: 1px solid #ccc ! IMPORTANT;
}
body .learnmore-btn a{
	color: #2b65b0 !important;
    background-color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
	background-image: unset !important;
}
.dentist-col {
    background-color: #2762af;
    padding-top: 15px;
}
.dentist-col h3{
    font-size: 22px;
    color: #ffff;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 5px;
}
.dentist-col p{
    font-size: 15px;
    color: #fff;
}

.dentist-col:nth-child(2) {
    background-color: #2a74bb;
}
.dentist-col:nth-child(3) {
    background-color: #1f96c8;
}
.dentist-col:last-child{
    background-color: #0eabce;
}
.abt-sec {
/*     position: relative;
    top: -6em; */
}
.abt-sec h3{
    font-weight: bold;
}
.abpt-col {
    background-color: #fff;
    margin-top: 54px;
    position: relative;
    left: -84px;
    z-index: 999;
    border: 2px solid #e5e5e5;
}
body .abpt-col .vc_column-inner{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}
.abpt-col  p strong {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}
.abpt-col p{
    font-size: 16px;
}
.abpt-col h2{
    font-weight: 600 !important;
    margin-bottom: 0;
}
body .learnmore a{
    padding: 0 !important;
    background-image: unset !important;
    background-color: transparent !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    margin-top: 5px;
}
body .p-headings {
    margin-bottom: 5px;
}
.abt-cols{
    background-image: url(/wp-content/uploads/2024/07/grey-watermark.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.hthree-headings h3{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
body .hthree-headings{
        margin-bottom: 10px;
}
.appnt-sec{
/*     padding-top: 20px; */
	    position: relative;
    top: -4em;
}
.appnt-sec .checknext-col .vc_column-inner{
   
}
.getapt-btn ul{
    display: flex;
    justify-content: flex-end;
}
.make-appoint-row ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none !important;
    padding-top: 20px;
}
.make-appoint-row ul li:last-child {
    padding-right: 0;
}
.make-appoint-row ul li {
    padding-right: 50px;
}
.make-appoint-row ul li::marker {
    color: #fff0 !important;
}
 .make-appoint-row ul li a::after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 32px !important;
    top: 5px;
    position: relative;
    right: -13px;
} 
.make-appoint-row ul li a {
    color: #000;
    font-size: 26px;
    padding: 9px;
    border-radius: 20px;
    display: block;
    position: relative;
    padding-left: 50px; 
    transition: all ease .5s;
    font-weight: 500;
}
.make-appoint-row ul li a span.img-cta {
    position: absolute;
    border-radius: 100% !important;
    display: block;
    background: #1f96c8;
    left: -25px;
    top: -12px;
    padding: 0px;
}
.make-appoint-row ul li a img {
    width: 70px;
    height: 70px;
    padding: 16px;
}
.make-appoint-row ul li a span {
    padding-left: 20px;
	font-size: 24px;
}
.make-appoint-row{
/*     max-width: 53%;
    float: right; */
/*     padding-right: 46px;
    padding-top: 10px; */
}
h2.whychoorse-heading{
    font-weight: bold;
}
.dental-sec {
	background-color: #E6F8FF;
    padding-top: 50px;
    padding-top: 30px;
/*     background-image: url(/wp-content/uploads/2024/07/grey-watermark.jpg);
    background-repeat: no-repeat;
    background-position: 70px 26px;
    background-size: 15%; */
}
.cchose-content p strong span {
    font-size: 18px;
}
.denstist-p h3{
    font-weight: bold;
    font-size: 26px;
}
.cchose-content{
    margin-bottom: 6px;
}
.getappt-btn a{
    background-color: #03045e;
    color: #fff;
    padding: 12px 27px;
    border-radius: 40px;
    font-size: 20px;
	border: 1px solid #03045e;
}
.denstist-p p {
/*     max-width: 79%; */
}
.getapt-col .vc_column-inner {
    padding-top: 0 !important;
}
.getapt-col {
    position: absolute;
    bottom: 162px;
    right: 0;
    left: 22px;
}
.getappt-btn a:hover {
    background-color: #fff;
    color: #03045e;
       border: 1px solid #03045e;
    transition: all ease 500ms;
}
.dentist-colors .vc_column-inner .wpb_wrapper .wpb_single_image {
    margin-bottom: 0;
}
body .dental-content {
    margin-bottom: 0;
}
.blog-sec h2{
    font-weight: bold;
}
.blog-sec p{
    font-size: 18px;
    color: #03045e;
}
.blog-box .blog-content .date {
    color: #1f96c8;
    font-size: 15px;
    font-weight: 600;
}
 .testi-innerrow{
    background-image: url(/wp-content/uploads/2024/08/twobtg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.testi-sec h2{
    font-weight:bold;
}
.testimonials-box-2 .ratings {
    font-size: 20px;
    color: gold;
}
.ratings {
    font-size: 20px;
    color: gold;
    padding-left: 58px;
    padding-top: 20px;
}

.main-navigation li {
    padding-right: 24px;
}
div#gform_wrapper_5 {
    background-color: #1f96c8;
    padding: 26px;
    border-radius: 20px;
	    padding-right: 110px;
}
div#gform_wrapper_5 .gform_heading h2.gform_title {
    color: #fff;
	font-size: 26px;
    font-weight: bold;
}
div#gform_wrapper_5  p.gform_description{
	 color: #fff;
	 font-size: 16px;
}
form#gform_5 input::placeholder {
    color: #000;
    padding-left: 10px;
	font-size: 15px;
}
div#field_5_9 label.gfield_label.gform-field-label{
	    color: #fff;
	    font-size: 14px;
    font-weight: normal;
}
div#field_5_9 {
    padding-top: 10px;
}
div#field_5_9  label{
   padding-bottom: 10px;	
}
.breadcrumbs.breadcrumb {
    display: none;
}
input#gform_submit_button_5 {
    background-color: #03045e;
    color: #fff !important;
    padding: 17px 34px;
    border-radius: 30px;
    border: none;
    font-size: 20px;
	cursor: pointer;
}
input#gform_submit_button_5:hover {
    background-color: #2762b0;
}
.middle-footer .footer-col-div ul#bottom-menu li:last-child::after{
	display:none;
}
.forms-contact {
    padding-bottom: 40px;
}
fieldset#field_5_13 legend.gfield_label.gform-field-label {
    color: #fff;
    font-size: 15px;
    float: left;
    width: 75px;
	    padding-top: 5px;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: #1b3a5f;;
    font-size: 15px;
}


div#gform_wrapper_5  label#label_5_13_0{
	    max-width: unset;
}
div#gform_wrapper_5  .gchoice.gchoice_5_13_0 {
    padding-right: 23px;
}
div#input_5_13{
	    display: inline-flex;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
	    max-width: unset !important;
}

.hours-box ul li {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    padding-left: 0px;
    padding-top: 10px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: normal;
}
span.brown2 {
    width: auto;
    font-size: 14px;
    color: #000;
}
.hours-box {
	    float: left;
}
.hours-box ul li span {
    padding-right: 15px;
}
.hours-box h4 {
    font-size: 18px;
    font-weight: bold;
}
.hours-box ul {
    list-style: none !important;
}
span.brown {
    color: #03045e;
    font-size: 14px;
    font-weight: 500;
}
div#gform_wrapper_1 .gform_heading h2.gform_title {
    font-weight: bold;
    font-size: 18px;
}
.contact-box {
    float: right;
	    padding-top: 38px;
}
.footer-contacts ul.right-detail li{
	    line-height: normal;
	    display: block;
	margin-bottom: 10px;
}
.footer-contacts  ul.right-detail {
    display: block;
	    margin-left: 5px;
}
.home .footer-contacts  ul.right-detail li span.with-icon.address{
/* 	    font-size: 13px;
	    font-weight: normal; */
	    color: #000;
}
.footer-contacts .top-head-icon i {
    color: #fff;
}
.footer-contacts ul.right-detail .top-head-icon {
    float: left;
    padding-right: 16px;
}
.footer-contacts ul.right-detail li h3 {
    color: #03045e;
    font-size: 16px;
	margin-bottom: 0;
}
#gform_1 input::placeholder {
    color: #000;
    font-size: 14px;
}

.palit-into {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 15px;
	margin-top: 100px;
	left:-90px;
	    width: 43% !important;
}
body .footer-contents p{
	    font-size: 14px;
}
div#gform_wrapper_1 .gform_heading p.gform_description{
	font-size: 14px;
	    max-width: 93%;
}
body .f-logo{
    margin-bottom: 15px;
}
body .footer-contents {
    margin-bottom: 20px;
}
div#gform_wrapper_5 .gform_heading {
/*     max-width: 84%; */
}
.forms-contact {
    background-image: url(/wp-content/uploads/2024/07/contact-water.jpg);
    background-size: 20%;
    background-position: right top;
    background-repeat: no-repeat;
}
form#gform_5 textarea {
    padding: 20px;
}
.palit-into .vc_column-inner {
    padding: 10px 20px 10px 25px !important
}

li.phone-option img {
    width: 30px;
    padding: 3px
}

.middle-footer .footer-col-div ul#privacy-menu{
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    width: 100%;
    display: flex;
}
.middle-footer .footer-col-div ul#privacy-menu li{
    padding-right: 25px;
}
.middle-footer .footer-col-div ul#privacy-menu a {
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
	padding: 0px 0px;
    text-transform: capitalize;
}
.footer-col-div ul#privacy-menu li::after {
    position: relative;
    content: "|";
    color: #fff;
    font-size: 15px;
	top: -1px;
    left: 12px;
}
.middle-footer .footer-col-div ul#bottom-menu li:first-child::after{
	 position: relative;
    content: "|";
    color: #fff;
    font-size: 15px;
    top: 0;
    left: 8px;
}
.middle-footer .footer-col-div ul#privacy-menu li:last-child::after{
	display:none;
}
.hours-box ul{
	    margin-left: 0 !important;
}
.forms-contact .inner-contents {
     max-width: 78%; 
    margin: 0 auto;
}
.forms-contact .patients-forms {
    width: 50%;
}
body .mob-menu-header-holder{
	background-color: #fff;
}
body .mobmenur-container i {
        color: #000;
    }
ul.right-detail li:hover .top-head-icon{
 	background: #c6c6c6;
    transition: all ease 500ms;	
}
ul.right-detail li:hover .top-head-icon img{
	filter: brightness(0.1);
}

.middle-footer ul#bottom-menu li.current-menu-item a{
	border-bottom: unset;
    padding-bottom: 0;
 	letter-spacing: 1px; 
	text-decoration: unset !important;
}


.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder{
	background-color: #2762af;
}	
.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    right: 16px;
    top: 15px;
}
div.heateor_sss_bottom_sharing, 
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing{
	display:none !important;
}
ul.right-detail li.social-icons a:hover {
    background-color: #1f96c8;
    color: #fff;
    border-color: #1f96c8;
}
a.reserve_a_time {
    background: #07599b;
    color: #fff !important; 
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    transition: all linear .25s;
}
.reserve_a_time:hover {
    opacity: .7;
    color: #fff;
}
.social-share{
	padding-top: 10px;
}
li.phone-option{
	position: relative;
}
.top-head-details .topheader-border ul.right-detail li.phone-option:after {
    content: "";
    background: #00000040;
    width: 1px;
    display: inline-flex;
    height: 109px;
    position: absolute;
    right: -11px;
    top: -25px;
}
.main-navigation ul ul {
    width: 220px;
}
.main-navigation li ul.sub-menu li {
    padding-left: 0px;
	 padding-right: 0 !important;
}
.main-navigation ul ul a {
	    width: 220px;
}
.middle-footer .footer-col-div ul#bottom-menu ul.sub-menu {
    display: none;
}
.single-post .site-main {
    padding-top: 50px;
	    padding-bottom: 50px;
}


/* career start */
.career-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
	justify-content: center;
}
.col_career {
    width: 32% !important;
    background: #ffffff;
    transition: all 0.3s linear;
    margin: 22px 0;
    border: 2px solid #99999991;
    padding: 6px;
}
.recent_career_content {
    border-top: 5px solid #47b7d4;
/*     box-shadow: 0 0 14px -1px #999; */
    background: #ffffff;
    transition: all 0.3s linear;
}
.recent_career_content {
    padding: 25px 18px;
    text-align: center;
}
.career_btn {
    display: flex;
    justify-content: space-between;
	margin-top: 20px;
}
.career_btn a {
	background-color: #07599b;
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    line-height: normal;
	font-size:15px;
}
.career_btn a:hover 
{
    background-color: #2762b0;
    color: #fff;
}
h4.recent_career_title a {
    color: #000 !important;
    font-weight: 700;
    font-size: 19px;
}

h4.recent_career_title {
    margin-bottom: 9px;
}
h4.recent_career_title {
    line-height: 23px;
    height: 45px;
}
div#input_4_6 input {
    margin: 0 0 8px 0 !important;
}
span#input_4_1_6_container {
    margin: 0 !important;
}
div#popmake-10510 .gform_title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.career-container {
    max-width: 1300px !important;
    margin: auto;
}
.col-career-8 {
    width: 68%;
}

.col-career-4 {
    width: 28%;
}
.head-sec .title {
    font-size: 35px !important;
    color: #09599b !important;
    line-height: 55px !important;
}
img.single-blog-image.wp-post-image {
	width:700px;
    max-width: 100% !important;
    border: 4px solid #09599b !important;
}
.post-expt {
    margin-top: 20px;
}
.details-date {}

.details-date i {
    margin-right: 10px;
}

.details-date {
    color: #000;
}
.head-sec .title {
    margin-bottom: 10px;
}
.career-sidebar .gform_title {
    font-size: 35px !important;
    color: #09599b !important;
    line-height: 40px !important;
    margin-bottom: 20px;
	text-align: left;
}
section.single-blog.single-post {
    padding: 50px 0;
}
.career-text {
    font-size: 20px;
}
.office-jobs-heading {
    color: #07599b !important;
    text-align: center;
    font-size: 44px;
    font-weight: 700 !important;
}
.office-jobs-para {
    color: #000 !important;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.office-jobs-para a {
    color: #07599b !important;
}

.cky-policy{
	transition: all linear .25s;
	font-weight: 600;
}

.cky-policy:hover{
	color: #fff !important;
}


@media (max-width: 1024px) {

	
body .exp-sec h3 , body .testi-sec h2 , body .blog-sec h2{
	 font-size: 40px;
}	
body .contact-box {
    float: none;
    padding-top: 15px;
}	
body .hours-box {
    float: none;
}	
body .middle-footer {
    padding-bottom: 10px;
}	
body input#gform_submit_button_1{
		    font-size: 14px;
}
body .middle-footer .footer-col-div ul#bottom-menu li:first-child::after {
    position: absolute;
    left: 46px;
}
body .middle-footer .footer-col-div ul#bottom-menu li {
    padding-right: 14px;
}
body .middle-footer .footer-col-div ul#bottom-menu {
    padding-top: 10px;
    padding-bottom: 0;
}
body  .footer-col-div ul#bottom-menu li::after {
    position: absolute;
    right: 5px;
}	
body  .middle-footer .footer-col-div ul#bottom-menu li a {
    font-size: 14px;
}
body  .girls-both h3.familt-heading{
	 font-size: 22px !important;	
}
body .callus-sec{
	 max-width: 70%;	
}	
body .callus-sec h4 {
    font-size: 20px;
}	
body .callus-sec a {
    font-size: 22px;	
}
body .subheader{
	min-height: 170px;
	padding: 70px 0px;
}	
header.entry-header h1 {
   font-size: 30px;	
}	
body .career-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
}
	section.single-blog.single-post{
    margin: 0 16px;
}
	.career-sidebar .gform_title, .head-sec .title  {
    font-size: 30px !important;
}
}
@media (max-width: 900px) {

	.career-row {
    justify-content: center;
}
	.col_career {
    width: 48% !important;
    margin: 13px 0;
}
	.col-career-8 {
    width: 100%;
}
	.col-career-4 {
    width: 100%;
}
}
@media (max-width: 600px) {

	.career-row {
    justify-content: center;
}
	.col_career {
    width: 100% !important;
    margin: 13px 0;
}
	div#gform_fields_1 {
    flex-direction: column;
}
div#field_1_1 {
    width: 100%;
}
div#field_submit {
    width: 100%;
}

h4.recent_career_title a {
    font-size: 15px;
}
	.career-text {
    font-size: 17px;
}

}
/* career end */
.slide-count-bbl {
    line-height: normal;
}
.p-rich_text_block {
    line-height: normal;
}
.btn-forms a:hover {
    background-color: #2762af !important;
    color: #fff !important;
}
.careers-secs {
    padding-top: 50px;
    padding-bottom: 30px;
}
.mob-menu-logo-holder{
	        border-bottom: 1px solid;
        padding-top: 10px;
}
form#gform_5 input{
	color:#000;
}
/* form#gform_5 input::placeholder{
	color:#000;
} */
.orth-col-form form#gform_2 input{
	    color: #000;
}
.orth-col-form form#gform_2 input::placeholder , .orth-col-form form#gform_2 textarea::placeholder{
	    color: #000;
}

body .tabs-services .vc_tta-tab a {
    background-color: #000000 !important;
}
body .tabs-services .vc_tta-tab.vc_active a {
    background-color: #03045e !important;
}
body .exp-sec .exp-btns .exp-link button:hover {
    background-color: #1f96c8 !important;
	    border: 1px solid;
}
body .exp-sec .exp-btns .exp-link a:hover{
	 background-color: #2762b0 !important;
	    border: 1px solid;
}
/* body .blog-main {
    padding-top: 50px;
} */
/* .home .blog-main {
    padding-top: 0;
} */
.middle-footer .footer-col-div ul#bottom-menu li a:hover{
   color: #1f96c8;
}
.middle-footer .footer-col-div ul#privacy-menu a:hover{
   color: #1f96c8;	
}
.footer-contacts.contact_details_2 .footer-contacts ul.right-detail li span.with-icon.address{
	color: #fff;
}
.toprated{
	display:none !important;
}
.home .toprated{
	display:block;
}
.blog-sec {
    padding-top: 50px;
}
.contact-box span.with-icon.address {
    font-size: 13px;
	font-weight: 500;
}
.home div#gform_wrapper_5 label#label_5_13_0 {
    color: #fff;
}
.home div#gform_wrapper_5 label#label_5_13_1 {
    color: #fff;
}
input#gform_submit_button_4{
    background-color: #1b3a5f;
    color: #fff;
    border: 1px solid #1b3a5f;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 !important;
}
 input#gform_submit_button_4:hover{
   background: #e7e7e7;
    color: #1b3a5f;
    border-color: #e7e7e7;
}

body .learnmore-btn {
    margin-top: 20px;
}
.banner .banner-txt {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
	text-transform: capitalize;
}
.blog .subheader {
/*   padding: 99px 0px; */
    background-image: url(/wp-content/uploads/2024/08/Banner-6.jpg);
}
.detail-col-contact span.with-icon.address{
	
}
.forms-contact .gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: #fff;
}
.forms-contact  li.phone-option p, li.phone-option a{
	    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding-top: 4px;
    display: inline-block;
}
 ul.right-detail li li.phone-option p, ul.right-detail li li.phone-option a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding-top: 4px;
    display: inline-block;
}
.blog h2.thetitle.entry-title{
    display: none;
}
.forms-contact .contact-box .top-head-icon {
    display: none;
}
a{
	color:#0eabce;
}
.pricing-row .price-col h2{
	   margin-bottom:0 !important;
}
.girls-both .gils-banners {
    margin-bottom: 0 !important;
}
.girls-both h3.familt-heading{
font-weight: bold;
    line-height: normal;
    padding-left: 50px;
    padding-right: 50px;
}
.callus-sec {
/* 	padding-left: 30px;
    padding-right: 30px; */
    background-color: #2096c8;
/*     display: inline-block; 
    margin-left: 50px;*/
	border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
	max-width: 60%;
    margin: 0 auto;
    text-align: center;
}
.callus-sec h4 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
	    margin-bottom: 0;
}
.callus-sec a {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.staffs-p h3{
    margin-bottom: 0px;
    font-size: 35px;
}
body .mansblue-img {
    margin-bottom: 0;
    padding-bottom: 10px;
}
p.img-pp {
    font-style: italic;
}
.cchose-content h3 {
    font-size: 16px;
    margin-bottom: 0px;
}
.appnt-sec .checknext-col {
}
h3.make-apt {
/*     background-color: #2a74bb;
    display: inline-block; */
/*     padding: 6px 27px; */
    border-radius: 15px;
	font-weight: 800;
	margin-bottom: 0;
}
.appt-btn a{
    font-size: 28px;
    color: #fff;
    background-color: #2a74bb;
    padding: 9px 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    top: 5px;
}
.appt-btn {
    display: inline-block;
	    padding-top: 10px;
}
span.img-cta img{
    width: 100%;
    max-width: 20%;
}
span.img-cta{
	    padding-top: 10px;
}
.appt-btn a:hover {
    background-color: #fff;
    color: #2a74bb;
}
.middle-footer .footer-col-div ul#privacy-menu{
	display:none;
}
.loadmore-sec .vc_column-inner {
    padding-top: 0 !important;
}
.staff-sec{
	padding-bottom:0 !important;
}
.loadmore-sec {
/*     padding-bottom: 20px; */
}
body .load-more-btn button {
    background-color: #03045e;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
    font-size: 20px !important;
    background-image: unset !important;
}
body .load-more-btn button:hover {
    background-color: #2762b0 !important;
}
body .mobmenu-left-panel .mobmenu-left-bt, body .mobmenu-right-panel .mobmenu-right-bt {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
}

.janette .wpb_column .vc_column-inner {
    padding-top: 0 !important;
}
.contact-row-form .detail-col-contact .useful-links a {
    font-weight: 600;
       color: #103462;
    font-size: 18px;
}
.contact-row-form .detail-col-contact .useful-links a:hover{
	color:#2b65b0;
}
.benfits-sec .benefits-sec {
    margin-bottom: 10px;
}
body h4.appint-text2 {
	font-weight:bold !important;
}
.purpose-sec{
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #0eabce;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	background-attachment:fixed;
    background-image: url(/wp-content/uploads/2024/08/contactbg.jpg);
}
.purpose-col  {
    background-color:#EDFAFD;
    margin-top: 60px;
    position: relative;
    right: -75px;
    z-index: 999;
    padding-top: 50px;
    border: 1px solid #ccc;
    padding-left: 15px !important;
    padding-right: 18px !important;
    padding-bottom: 50px;
	    border: 1px solid #2762af;
}
.purpose-block p {
    font-size: 15px;
}
.purpose-sec h3 , .benfits-sec h3{
	font-weight:bold;
}
.family-sec {
    padding-top: 30px;
    padding-bottom: 0;
}
.beneit-sec {
    background-image: url(/wp-content/uploads/2024/08/benefbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.beneit-sec h3 , .family-sec h2{
	font-weight: bold;
}
.beneit-sec h3{
    font-weight: bold;	
}
.beneit-sec p{
	    font-weight: bold;
	 font-style: italic;
	padding-bottom: 20px;
}   
.benefits-block {
    background-color: #1b3a5f;
	max-width: 74%;
    margin: 0 auto;
    border-radius: 30px;
}
.benefits-block ul li {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
	line-height: normal;
	margin-bottom: 10px;
}
.benefits-block ul {
	column-count: 2;
    padding: 40px;
}
.benefits-block ul {
    list-style: none !important;
}
.benefits-block ul li:before {
    content: "\f164";
    margin: 2px 10px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    color: #0eabce;
    vertical-align: middle;
}
.terms-sec{
    padding: 20px 32px;
    background-image: url(/wp-content/uploads/2024/07/lightgrey-watermark-1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.slick-prev {
    z-index: 999;
}
.terms-sec p::before {
    content: "\f0da";
    margin: 0 9px 0 0px;
    display: block;
    font-family: FontAwesome;
    float: left;
    color: #0eabce;
}
.terms-sec p{
	display: flex;
}
.error404 .breadcrumbs.breadcrumb{
	display:block;
	 max-width: 23%;
    margin: 0px auto;
	    padding-top: 10px;
    padding-bottom: 10px;
}
.error404 .breadcrumbs.breadcrumb ul {
    margin-bottom: 0;
}
.error404  header.entry-header h1{
	display:none;
}
.error404 .subheader {
    padding: 75px 0px;
    min-height: 200px;
}
/* ody.career-template-default.single.single-career.postid-10591 h1.custom-texts {
    display: none;
} */
.post section {
    line-height: normal;
}



div#gfield_description_5_18 {
    line-height: normal;
    color: #fff;
    font-size: 13px;
    padding-top: 0;
    font-style: italic;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 14px;
	    color: #fff;
	    line-height: normal;
   		 width: 100%;
}
span.gfield_required {
    display: none !important;
}

fieldset#field_5_19 {
    padding-top: 10px;
    padding-bottom: 10px;
}
label#label_5_18_1{
	    line-height: normal;
	display:contents;
}
	label#label_5_18_1 a {
    color: #000;
}


div#gform_confirmation_message_5 {
    padding-top: 120px;
    font-size: 17px;
    display: inline-block;
}

/* table.ff_all_data tbody tr.field-label{ 
	display:none !important;
} */