/* 
Font Families

font-family: "Poppins", sans-serif;
 font-family: "Merriweather", serif;
*/

* {
    padding:0px;
    margin:0px;
}
html {
  scroll-behavior: smooth;
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
}
p:empty, .team-social:empty {
    display: none;
}
:focus {
    outline: none !important;
}
.container  {
    max-width: 1400px !important;
}

ul {
    margin:0 !important;
    padding:0;
}
body {
    margin-bottom: 0px !important;
}
h1, h2, h3, h4, h5,
p, ul, li, a, span {
  font-family: "Poppins", sans-serif;
}
/* header.entry-header {
    display: none;
} */
.entry-content {
    margin-top: 0px;
}
.page {
    margin-bottom: 0px !important;
}
.widget {
    margin-bottom:0px !important;
}
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;
    position: relative;
    z-index: 2;
  }
/* ***** ScrollBar CSS Start ******* */

body {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  /* Define custom scrollbar styles */
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #003C72;
  }


/* ***** ScrollBar CSS End ******* */
button#bottom_to_top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 999;
  background: #5a85c0;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #5a85c0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear .25s;
  cursor: pointer;
  padding: 0 !important;
}
/* ***** Header CSS Start ******* */
.main_slider .appointment-btn a {
    padding: 12px 15px;
}
.subheader {
    background: #5a85c0;
    padding-top: 180px;
    padding-bottom: 180px;
    /* background-attachment: fixed; */
    background-position: top;
    background-repeat: no-repeat;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -70px;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00000070;
/*     background-image: url(https://promotionraleigh.com/wp-content/uploads/2025/12/Rectangle-24131-1.jpg); */
}
.breadcrumbs.breadcrumb {
    display: none;
}
.site-branding.logo {
    background: #000000ad;
    padding: 10px;
    border-radius: 20px;
}
.subheader h1 {
    text-align: center;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
}
.top-social-icons {
    display: flex;
    justify-content: end;
    align-items: center;
}
.top-social-icons p {
    margin-bottom: 0px;
    padding-right: 15px;
}
.top-social-icons ul {
  display: flex;
  justify-content: end;
  list-style: none;
  align-items: center;
}


.top-left-head ul {
  list-style: none;
  display: flex;
}
.major-row h3 {
    background: #2d4a70;
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    border-radius: 10px;
}
 .top-social-icons p {
    color: #fff;
    font-size: 16px;
/*     text-transform: uppercase; */
}

.top-header {
    padding: 12px 0px;
    background: #5A85C0;
    padding-bottom: 80px;
}
body.home .top-header {
    padding: 12px 0px !important;
    background: #5A85C0;
	padding-bottom:12px !important;
}
.header-phone {
    display: flex;
    align-items: center;
}
.info-head-box {
    padding-right: 20px;
    color: #fff;
}
.info-head-box i {
    padding-right: 10px;
    font-size: 18px;
}
.info-head-box a {
    color: #fff;
}
.top-header .row {
  align-items: center;
}
.top-head-social {
  display: flex;
  justify-content: end;
}
.top-head-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.top-head-social span {
  font-size: 18px;
  color: #ffff;
  margin-right: 30px;
  transition: all ease 500ms;
}
.top-head-social ul li a {
  color: #fff;
  padding: 0px 8px;
  font-size: 16px;
  transition: all ease 500ms;
}
.top-head-social ul li a:hover {
  color: #12b5e8;
}
.top-head-social ul li:last-child a {
  padding-right: 0px;
}
.top-left-head ul li {
  display: grid;
  color: #fff;
  padding: 0px 20px;
  border-right: 1px solid #ffff;
  transition: all ease 500ms;
}
.top-left-head ul li:first-child {
  padding-left: 0px;
}
.top-left-head ul li:last-child {
  border: none;
}
.top-left-head ul li span {
  color: #12B5E8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  transition: all ease 500ms;
}
.top-left-head ul li a {
  color: #fff;
  font-size: 17px;
  transition: all ease 500ms;
}
.top-left-head ul li:hover {
  transition: all ease 500ms;
}

.top-left-head ul li:hover span {
  transition: all ease 500ms;
  color: #fff;
}

.top-left-head ul li:hover a {
  color: #12b5d9;
  transition: all ease 500ms;
}
.main-header {
    padding: 40px 0px;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 2;
	top:85px;
} 
.site-branding.logo {
    position: absolute;
    top: -30px;
}
.top-social-icons ul li a {
    background: #fff;
    color: #5a85c0;
    padding: 10px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 60px;
    font-size: 18px;
    transition: all ease 500ms;
}
.top-social-icons ul li a:hover {
  transition: all ease 500ms;
  background: #466897;
  color: #fff;
}
.top-social-icons ul li {
  padding-right: 10px;
}

.top-social-icons ul li:last-child {
  padding: 0;
}
.main-navigation ul {
  display: flex;
  justify-content: end;
}
ul#primary-menu li {
  padding-right: 20px;
}
.right-nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .container .row {
  justify-content: center;
  align-items: center;
}

ul#primary-menu {
  font-size: 16px;
  font-weight: 500;
  /* padding-top: 10px; */
}
ul#primary-menu li a, 
.footer-nav ul li a,
.footer-contacts ul li a,
.info-head-box a, .serv-url-box a,
.vc_toggle_content a {
    color: #fff;
    transition: all ease 500ms;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
ul#primary-menu li a::after,
.footer-nav ul li a::after,
.footer-contacts ul li a::after,
.get_in_touch .contact-info a::after,
.theme-btn a::after,
.info-head-box a::after,
.serv-url-box a::after, .contact-info-wrapper a::after,
.vc_toggle_content a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #2D5B7E;
  transition: width 0.3s;
}
ul#primary-menu li a:hover::after,
.footer-nav ul li a:hover::after,
.footer-contacts ul li a:hover::after,
.get_in_touch .contact-info a:hover::after,
.info-head-box a:hover::after, .serv-url-box a:hover::after, .contact-info-wrapper a:hover::after,
.vc_toggle_content a:hover::after {
  width: 100%
}
ul#primary-menu ul li.current-menu-item a {
    background: #2d4a70;
}
.vc_toggle_content a {
    color: #000;
}
.footer-nav ul li a:hover {
  color:#fff !important;
}
ul#primary-menu li.current-menu-item a {
  border-bottom: 2px solid #2D5B7E;
  color: #fff;
}
.info-head-box a {
    color: #fff;
}
.info-head-box a:hover {
  color:#fff;
}
.serv-url-box a::after {
  background:#fff !important;
}

ul#primary-menu li a:hover,
.footer-nav ul li a:hover,
.footer-contacts ul li a:hover,
.serv-url-box a:hover {
  color: #fff;
  display: inline-block;
}
.get_in_touch .contact-info a {
  display:grid;
  transition: all ease 500ms;
}
.footer-hero-logo img {
  width: 500px;
}
.footer-hero-row {
    padding-top: 260px;
    padding-bottom: 260px;
}
.appointment-btn {
    width: 100%;
    max-width: fit-content;
    text-align: center;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    border: 5px solid #FFf;
    transition: all ease 500ms;
}
body.home .serv-row {
    padding-top: 0px;
}
.appointment-btn a {
    color: #fff;
    background-color: #5a85c0;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    border-radius: 60px;
    transition: all ease 500ms;
}
.appointment-btn i {
    padding-left: 5px;
    color: #5a85c0;
    font-size: 20px;
    padding-right: 7px;
}
.appointment-btn:hover {
    background: #5a85c0;
    border-color: #5a85c0;
}

.appointment-btn:hover a {
    background: #fff;
    color: #5a85c0;
}

.appointment-btn:hover i {
    color: #fff;
}
.phone-option img {
  padding-right: 10px;
}
.phone-option a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: all ease 500ms;
}

.phone-option a span {
  width: 100%;
  float: left;
  font-size: 13px;
  padding-bottom: 5px;
  font-weight: 500;
  transition: all ease 500ms;
}

.slider-btn i {
    padding-left: 5px !important;
}
.slick-prev:before {
  content: "\f104" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}

.slick-next:before {
  content: "\f105" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}
#search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-inner {
    background: #fff;
    padding: 0;
    margin: 50px auto;
    width: 90%;
    position: relative;
    border-bottom: 5px solid #5A85C0;
}
#close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}
a#search-icon {
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 500ms;
    padding-right: 20px;
}

a#search-icon:hover {
    color: #ffffffab;
    transition: all ease 500ms;
}
a#search-icon i {
    font-size: 24px;
}
.is-form-style input.is-search-input {
    font-family: 'Poppins';
    font-size: 20px !important;
    padding: 30px;
}
.is-search-icon {
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
}

.is-search-icon svg {width: 45px;position: absolute;left: -30px;top: -5px;}
.is-search-icon:hover {
    background: transparent !important;
}
.main_slider {
    background: #5a85c0;
}
.top-row-content h2 {
    color: #fff;
}
.top-row-content p {
    color: #fff;
    font-size: 16px;
}
.top-row {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -80px;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 120px;
}
ul.sub-menu {
    display: block;
    background: #5a85c0;
    border: none;
    padding-top: 0px !important;
    top: 20px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2) !important;
}

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

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

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

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

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

ul.sub-menu li a::after {
    bottom: 0px!important;
    position: absolute;
    left: 0
}
ul#primary-menu li.current-menu-item ul a {
    border-bottom: 1px dashed #fff;
    color: #fff;
}
/* ***** Header CSS End ******* */


/*********** Home Page CSS Start ********/
.about-row {
    border-top-left-radius: 80px !important;
    background-color: #fff;
    z-index: 1 !important;
    margin-top: -80px;
    border-top-right-radius: 80px !important;
    padding-top: 40px;
    background-image: url(https://promotionraleigh.com/wp-content/uploads/2025/12/Group-1171276978.png),
    url(https://promotionraleigh.com/wp-content/uploads/2025/12/Vector.jpg);
    background-position: 250% bottom, 0% 105%;
    background-repeat: no-repeat;
    background-size: 80%, 100%;
	padding-bottom:100px;
}
.top-row-content {
    margin-bottom: 0px !important;
}
.inner-top-row1 .top-row-content,
.inner-top-row2 .top-row-content {
    border-right: 1px solid #fff;
}
.about-list-html ul {
    list-style: none;
}
.about-list-html ul li .about-expertise {
    display: flex;
    align-items: baseline;
}

.small-icon img {
  width: 55px;
  padding-right: 15px;
}
.experise-content h3 {
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 600;
}
.experise-content {
    margin-bottom: 20px;
}
.sub-heading {
    font-size: 24px;
    font-family: 'Merriweather' !important;
}
.about-row .theme-content h2, .about-row .theme-content h2 span {
    font-size: 63px;
    font-family: 'Merriweather' !important;
    margin-bottom: 20px;
}
body.single-services ul#primary-menu ul li.current-menu-item a {
/*     background: inherit; */
}
ul#primary-menu li.menu-item-719 ul a {
    background: inherit;
}
/********* Home Page CSS End *********/




/* ***** Footer CSS Start ******* */
.get_in_touch {
    padding-top: 50px;
}
footer#colophon {
    background: #023047;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 50px 20px;
    padding-bottom: 1px;
}
section#text-2 h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

section#text-2 p {
    font-size: 18px;
    line-height: normal;
    color: #fff;
}
section#text-2 {
    padding-left: 20px;
}
span.footer-copyright {
  color: #fff;
}
.footer-logo img {
  width: 100%;
  margin-bottom: 15px;
}

.about_company p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-social-icons h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer-social-icons ul {
  display: flex;
  list-style: none;
}
.footer-social-icons ul li a {
    font-size: 20px;
    color: #fff;
    border-radius: 60px;
    transition: all ease 500ms;
    background: #CBB077;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-social-icons ul li {
    padding-right: 10px;
}
.footer-social-icons ul li a:hover {
  transition: all ease 500ms;
  color: #fff;
  background-color: #2D5B7E;
}
.footer-nav {
    padding-top: 50px;
}
.footer-navigation h2, .get_in_touch h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-nav ul {
  list-style: none;
  line-height: normal;
}
.footer-nav ul li {
  margin-top: 0px;
  margin-bottom: 7px;
}
.footer-nav ul li a {
  font-size: 16px;
  color: #ffffff;
}
.get_in_touch .contact-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all ease 500ms;
}
.get_in_touch img {
  padding-right: 15px;
  transition: all ease 500ms;
}
.get_in_touch .contact-info span {
  width: 100%;
  float: left;
  display: block;
  color: #ffffff;
  padding: 0px 0px;
  font-weight: 300;
  transition: all ease 500ms;
  line-height: normal;
  font-size:14px;
}
.get_in_touch .contact-info a, .foot-address div {
  color: #ffffff;
  transition: all ease 500ms;
  padding-left: 10px;
  line-height: normal;
  font-size: 16px;
}
.get_in_touch .contact-info:hover img {
  transition: all ease 500ms;
  filter: drop-shadow(1px 9px 8px #8314B4);
}
.get_in_touch .contact-info:hover a span {
  color: #ffffff;
}
footer#colophon .row {
  padding-bottom: 30px;
}
form#gform_1 .gform-footer {
    margin: 0px;
}
.subscribe-rows {
    padding-top: 180px;
    padding-bottom: 180px;
}
.bottom-footer {
    background: #023047;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    padding-bottom: 25px;
}
.get_in_touch .contact-info i {
    background: #5a85c0;
    padding: 15px;
    color: #fff;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.big-heading {
  font-size: 52px;
}
 .subscribe-rows p {
    color: #fff;
    font-size: 18px;
}
#gform_1 input#gform_submit_button_1, #gform_2 input#gform_submit_button_2 {
    margin-top: 20px;
    line-height: normal;
    letter-spacing: 0px;
    font-size: 18px !important;
    padding: 10px !important;
    border-radius: 30px !important;
    background: #5A85C0;
    border: 6px solid #2D4A70 !important;
    transition: all ease 500ms;
}

#gform_1 input#gform_submit_button_1:hover, #gform_2 input#gform_submit_button_2:hover {
    background: #2d4a70;
    border: 6px solid #2D4A70 !important;
}
div#gform_fields_1 {
    column-gap: 0px;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}
form#gform_1 input, form#gform_1 select, form#gform_1 textarea {
    font-size: 16px;
    box-shadow: none !important;
    border-color: #ccc !important;
    padding: 7px 12px !important;
    height: auto;
    border-radius: 8px;
}
input#gform_submit_button_1 {
    letter-spacing: 2px;
    padding-right: 0px !important;
    transition: all ease 500ms !important;
}
input#gform_submit_button_1:hover {
  letter-spacing: 3px;
  transition: all ease 500ms !important;
}
footer#colophon form#gform_1 .gform-footer.gform_footer.top_label {
  margin-top: 15px;
}
footer#colophon div#gform_fields_1 {
  column-gap: 0px;
}
footer#colophon form#gform_1 label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer#colophon .gfield_required_asterisk {
  font-size: 18px;
}
footer#colophon p.gform_required_legend {
  display: none;
}
footer#colophon input#input_1_1 {
  border-radius: 0px;
  font-size: 18px;
  line-height: normal;
  padding: 30px;
  letter-spacing: 2px;
  border:none;
}
footer#colophon input#input_1_1 {
  border-radius: 0px;
  font-size: 18px;
  line-height: normal;
  padding: 30px;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
}
footer#colophon input#gform_submit_button_1 {
  background: #ffffff;
  padding: 15px 12px;
  border: none !important;
  border-radius: 0px !important;
  color: #000;
  font-size: 20px;
  line-height: normal;
  box-shadow: none;
  transition: all ease 500ms;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
footer#colophon input#gform_submit_button_1:hover {
  background:#EBEBEB;
  color:#B88974;
}
footer#colophon footer .top-social-icons ul {
  justify-content: start;
}
footer#colophon section#text-3 p {
  color: #fff;
  line-height: normal;
  font-size: 16px;
}
.get_in_touch .top-social-icons ul {
  justify-content: start;
}
.gradient-border {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff70 40%, #ffffff70 60%, rgba(255, 255, 255, 0) 100%);
    margin: 20px 0;
}



.contact-info-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-col {
    width: 33.33%;
}
.contact-col:nth-child(2) {
    width: 25%;
}

.contact-col:nth-child(3) {
    width: 41.33%;
}
.contact-col strong {
    font-weight: 400;
}

.contact-col a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}
.contact-info-wrapper {
    margin-top: 30px;
}
.contact-info-wrapper h3 {
    font-size: 22px;
}
/* .contact-info-wrapper .info-address br {
    display: none;
} */
.contact-col:last-child a {
    display: block;
}
.custom-map .wpb_wrapper {
    background: #fff !important;
}

.custom-map .wpb_wrapper iframe {
    border-radius: 15px;
}
/* ***** Footer CSS End ******* */

/* Testimonial Section CSS Start */
.testimonial-slider-wrapper {
    position: relative;
    padding: 60px 0;
    padding-top: 0px !important;
}
body.page-id-780 .subheader {
    background-position: 100% -80px;
}
.testimonial-content {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-item {
    padding: 5px;
}
.review-blog-row .theme-content h2 {
    font-size: 45px;
}
.testimonial-content h3 {
    font-family: poppins !important;
    font-weight: 600;
    font-size: 26px;
}
.testimonial-card {
    border-radius: 14px;
    padding: 30px;
    transition: all 0.4s ease;
    background: #F8F8F8;
}
.testimonial-content p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px !important;
}
/* .slick-slide {
    opacity: 0.4;
    transition: opacity 0.6s ease, transform 0.6s ease;
} */

.slick-active {
    opacity: 1;
}

/* .slick-current {
    transform: translateY(-10px);
} */

/* Rating */
.testimonial-rating {
    margin-bottom: 15px;
}

.testimonial-rating i {
    font-size: 22px;
    color: #5A85C0;
    margin-right: 3px;
}

.testimonial-rating i.fa-regular {
    color: #d1d1d1;
}
img.quote-img.quote-right {
    float: right;
}
/* Content */

/* Client Info */
.testimonial-client {
    display: flex;
    align-items: center;
    gap: 15px;
}
.client-img {
    display: contents;
}
.client-img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}
.client-info h4 {
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 22px;
}
.client-info p {
    font-size: 13px;
    color: #000;
    margin: 0;
}

/* Arrows */
.testimonial-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testimonial-arrows button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #5A85C0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.testimonial-arrows button:hover {
    background: #364fc7;
}

.logo-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.logo-arrows button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #5A85C0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.logo-arrows button:hover {
    background: #364fc7;
}

.testimonial-inner-row {
    max-width: 1600px;
    margin: 0 auto !important;
    margin-right: 0px !important;
	padding:0px 30px;
	padding-right:0px !important;
}

/* Outer wrapper still hidden (page safety) */
.testimonial-slider-wrapper {
    overflow: hidden;
    position: relative;
}

/* 🔥 Slick list must allow overflow */
/* .testimonial-slick-slider .slick-list {
    overflow: visible;
    padding-right: 250px; /* half card width */
} */

/* Base slide */
.testimonial-slick-slider .slick-slide {
    opacity: 1;
    transition: opacity 0.6s ease;
}

/* Right faded slide */
/* .testimonial-slick-slider .slick-slide.fade-right {
    opacity: 0.2;
} */
.testimonial-item.slick-slide {     height: auto !important; }
/* Testimonial Section CSS End */


.blog-box {
    margin-bottom: 25px !important;
}
.review-blog-row {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(https://promotionraleigh.com/wp-content/uploads/2025/12/Vector.png),
    url(https://promotionraleigh.com/wp-content/uploads/2025/12/Vector.jpg);
    background-repeat: no-repeat;
    background-position: -35% 90%, center top;
    background-size: 38%, auto;
    background-color: #fff;
    border-top-left-radius: 80px !important;
    z-index: 3;
/*     margin-top: -80px; */
    border-top-right-radius: 80px !important;
	padding-right:20px;
}
.about-content-row {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.theme-content {
  font-size: 20px;
  line-height: normal;
}
.theme-content strong {
    font-weight: 600;
}
.theme-content ul {
    list-style: none;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 25px;
}
.theme-content ul li {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 0;
    text-transform: capitalize;
    position: relative;
/*     font-weight: 600; */
}
.theme-content ul li::before {
    background-image: url("https://promotionraleigh.com/wp-content/uploads/2025/12/Group-1171276985.png");
    position: absolute;
    width: 23px;
    height: 23px;
    content: " ";
    background-size: cover;
    left: -30px;
    top: 3px;
}
.theme-content a {
    color: #2d4a70;
    text-decoration: underline !important;
}
.theme-content h4 {
    margin-top: 20px;
}
.theme-content a:hover {
  text-decoration: none !important;
  color: #5A85C0;
}
.about-row .theme-content h2, .about-row .theme-content h2 span {
    font-size: 63px;
    font-family: 'Merriweather' !important;
    margin-bottom: 20px;
}
.sub-heading {
    font-size: 24px;
    font-family: 'Merriweather' !important;
}
.theme-btn a {
    background: #5A85C0 !important;
    padding: 11px 25px !important;
    border: none !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500;
    transition: all ease 500ms !important;
}

.theme-btn a i {right: -18px !important;font-size: 20px !important;}

.theme-btn {
    background: #2D4A70 !important;
    border-radius: 60px;
    padding: 5px;
    padding-right: 30px;
    position: relative;
    transition: all ease 500ms !important;
}
.theme-btn a:hover {
    transition: all ease 500ms;
    background: #2D5B7E !important;
}
.theme-btn:hover {
    background: #5a85c0 !important;
    transition: all ease 500ms !important;
}
.serv-row {
    padding-top: 80px;
}
.quality-right-col {
    width: 50% !important;
    position: absolute !important;
    right: 0;
    height: 100%;
}
/********************** New Site Styling****************************/
button.slick-arrow {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all ease 500ms;
  z-index: 1;
  top: 82%;
}
.slick-next {
  right: 0px !important;
}
.slick-next:before {
    content: '→' !important;
}
.slick-prev:before {
    content: '←' !important;
}
button.slick-arrow::before {
  font-size: 60px;
  opacity: 1;
}
button.slick-arrow:hover::before {
  color:#2D5B7E !important;
}
.theme-btn-dark a {
  background: #19385C !important;
  border-color: #19385C !important;
  color:#fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
}
.theme-btn-dark a:hover {
  background: #2D5B7E !important;
  border-color: #2D5B7E !important;
}
.mid-heading {
    font-family: 'Poppins' !important;
    letter-spacing: 2px;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
.mission-row a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.theme-img img {
    border-radius: 15px;
}
.faqs-box h4 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0px !important;
    display: inline-block;
    margin-bottom: 0px;
}
.faqs-box i.vc_toggle_icon {
    float: right;
    left: -10px;
}
/* .faqs-box .vc_toggle_content p {
    margin-bottom: 0px;
} */
.vc_toggle_content p {
    line-height: normal;
}
.faqs-box {
    padding: 15px 0px;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}
.faqs-box .vc_toggle_title {
    padding: 5px 15px;
}
.faqs-box i.vc_toggle_icon::before, .faqs-box i.vc_toggle_icon::after {
    width: 20px !important;
    height: 20px !important;
    left: 0px !important;
}

.faqs-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px; /* line thickness */
    background: linear-gradient(to right, transparent, rgb(158 158 158 / 75%), transparent);
}

.faqs-box:last-child::after {
    display: none;
}
.faqs-box {
    margin-bottom: 0px !important;
    padding: 25px 15px;
}
.faqs-box.vc_toggle_active {
    background: #e5eaed;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #f1f1f1;
}
.faqs-box .vc_toggle_content {
    padding: 0 15px;
}

.faqs-box.vc_toggle_active::after {
    display: none;
}

.blog-thumbnail iframe {
    border-radius: 20px;
    margin-bottom: 15px !important;
    height: 330px;
}
.blog-thumbnail img {
  border-radius: 20px;
  margin-bottom: 20px !important;
}

 .blog-content .date a {
    color: #000;
    margin-bottom: 10px !important;
    display: block;
}
.blog_title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #000;
}
.blog-except {
    font-size: 16px;
    color: #000;
    line-height: normal;
}
.blog-inner-row {
    width: 100%;
    max-width: 1425px;
    margin: 0 auto !important;
    padding: 0px 25px;
}

.bottom-features {
    display: inline-flex;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 5px;
}
.bottom-features div {
    font-size: 14px;
    border-left: 1px solid #e5e5e5;
    padding: 5px 10px;
    color: #1A237E !important;
}
.bottom-features div a {
    color: #1A237E;
}
.feature-list:first-child {
    padding-left: 0px;
}
.feature-list:nth-child(2) {
  border: none;
}
.member-info-box {
    padding: 15px 10px;
}
.member-info-box .member-name {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 6px;
}
.member-info-box .desigination {
    font-size: 12px !important;
}
.member-info-box .designation {
    font-size: 14px;
}
.member-container .col-md-3:nth-child(2),
.member-container .col-md-3:nth-child(4) {
    margin-top: 35px;
}




.serv-url-box a {
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 40px;
    text-transform: capitalize;
	line-height:normal;
}

/*
 * About US CSS Start
*/
body.page-id-53 .subheader {
    padding-top: 220px;
    padding-bottom: 220px;
}
.mission-row {
    padding-top: 30px;
    padding-bottom: 100px;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}
.mission-row .sub-heading {
    font-size: 15px !important;
    font-family: poppins !important;
    color: #fff;
    margin-bottom: 0px;
}

.mission-row .big-heading {font-family: Merriweather !important;color: #fff;font-weight: 700 !important;font-size: 48px !important;}

.mission-row .theme-content p {
    color: #fff;
}
.main-about-row .theme-content h2 {
    font-size: 48px;
    font-weight: 700;
}
.main-about-row h2.sub-heading {
    font-family: poppins !important;
    font-size: 20px;
}
.main-about-row .theme-content h2 span {
    font-family: Merriweather;
}
.cash-rate-row {
    background: #2D4A70;
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 30px;
    border-radius: 13px;
    margin-left: 0px !important;
    max-width: 600px;
}
.cash-rate-row .theme-content {
    margin-bottom: 0px;
	color:#fff;
}
.cash-rate-row .theme-content p {
    margin: 0px;
    font-size: 22px;
}
.cash-rate-row .theme-content h2 {
    margin-bottom: 0px;
    font-family: 'Poppins' !important;
    font-size: 44px;
    color: #fff;
}
.experience-buster {
    font-size: 20px;
    font-family: poppins !important;
    color: #fff;
    margin-bottom: 0px !important;
    background: #5a85c0;
    position: absolute;
    bottom: -30px;
    right: -50px;
    width: 285px;
    height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 8px solid #2d4a70;
}
.experience-buster h2 {
    font-family: poppins !important;
    font-weight: 700;
    color: #fff;
    font-size: 70px;
}
.main-about-row {
    padding-top: 40px;
    padding-bottom: 100px;
    border-top-left-radius: 80px;
    background: #fff;
    border-top-right-radius: 80px;
    margin-top: -80px;
}
.dark-row {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -80px;
}
.experience-buster2 {
    left: 20px;
    bottom: 30px;
}

.experience-buster2 h2 {
    font-size: 22px;
}
.main-about-row2 {
    background: #fff;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding-bottom: 150px !important;
}
.expert-row {
    padding-top: 60px;
    padding-bottom: 180px;
    border-radius: 0px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color;
    background-color: #ffffff94;
}
/*
 * About US CSS End
*/



/*

Services Grid CSS Start

*/

.service-card {
    text-decoration: none;
    margin-top: 30px !important;
    display: block;
}
.service-box {
    position: relative;
    border-radius: 18px;
    padding: 30px;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    overflow: hidden;
}
.service-box::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 1;
    transition: background 0.4s ease;
}
.service-content {
    position: relative;
    z-index: 2;
}
.service-box:hover::before {
    transition: background 0.4s 
ease !important;
    background: rgb(0 0 0 / 70%);
}
.service-icon {
    position: absolute;
    top: 0px;
    left: 30px;
    background: #2D4A70;
    padding: 15px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height:65px;
}
.service-icon img {
    width: 45px;
    height: auto;
    display: block;
}
.service-title {
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #fff;
}
.service-desc {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: normal;
}

.serv-container .row {
    justify-content: center;
}
body.post-type-archive-services .footer-sec {
    display: none;
}
/* ------- Button + Hover Animation ------- */

.service-btn-wrap {
    position: relative;
    height: 35px;
    width: 130px;
}

.service-arrow-btn,
.service-readmore {
    position: absolute;
    top: 0;
    font-weight: 600;
    transition: all 0.35s ease;
}

/* Circle arrow */
.service-arrow-btn {
    left: 0;
    background: #fff;
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hidden Read More */
.service-readmore {
    right: 0;
    opacity: 0;
    color: #fff;
    font-size: 15px;
    top: 7px;
    left: 20px;
}

/* Hover Effect */
.service-box:hover .service-arrow-btn {
    transform: translateX(20px);
    opacity: 0;
}

.service-box:hover .service-readmore {
    opacity: 1;
    transform: translateX(-20px);
}

/*

Services Grid CSS End

*/
.more-serv-row {
    padding-top: 20px;
    padding-bottom: 130px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    overflow: visible !important;
    z-index: 3;
	margin-top:-80px;
}
.video-row {
    padding-top: 250px;
    padding-bottom: 250px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -80px;
    z-index: 3;
}
.play-btn {
    --pulse-color: 90, 133, 192;
    background: rgb(var(--pulse-color));
    border-radius: 50%;
    display: table;
    position: relative;
    cursor: pointer;
    animation: pulse 2s infinite;
    width: 130px;
    margin: 0 auto;
}
/* Keyframes definition for the pulse effect */
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--pulse-color), 0.7);
    }
    70% {
        transform: scale(1);
        /* Increase pulse radius */
        box-shadow: 0 0 0 40px rgba(var(--pulse-color), 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--pulse-color), 0);
    }
}
div#pum_popup_title_118 {
    display: none;
}

div#popmake-118 {
    padding: 0px;
    border: none;
}
.pum-theme-110 .pum-container, .pum-theme-lightbox .pum-container {
    background: transparent !important;
}
.tmj-care-row h2, .tmj-care-row span {
    font-size: 53px;
    font-family: 'Merriweather';
}
.tmj-care-row .theme-content h3 strong {
    font-weight: 700 !important;
}
.tmj-care-row {
    background: #fff;
    overflow: visible !important;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -80px;
    z-index: 3;
    padding-top: 40px;
}
a.tmj-card {
    background: #2D4A70;
    display: block;
    padding: 15px;
    border-radius: 20px;
    transition: all ease 500ms;
}

a.tmj-card h3 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}
a.tmj-card img {
    width: 50px;
    margin-bottom: 15px !important;
}
a.tmj-card .service-btn-wrap {
    margin-top: 15px;
}
a.tmj-card:hover {
    transition: all ease 500ms;
    background: #5a85c0;
}
a.tmj-card.service-box {
    height: auto;
}
a.tmj-card.service-box::before {
    display: none;
}
.inner-right-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 760px;
    padding: 0 30px;
    margin-right: 9% !important;
}
.quality-treatment-row .inner-right-row {
    padding-top: 65px;
    padding-bottom: 100px;
}
.quality-treatment-row {
    background: #E5EAEC;
}
.quality-treatment-row .theme-btn {
    background: #fff !important;
}

.quality-treatment-row .theme-btn i {
    color: #5A85C0 !important;
}
.quality-treatment-row .theme-btn:hover {
    background: #5A85C0 !important;
}
.quality-treatment-row .theme-btn a:hover {
    background: #fff !important;
    color: #5A85C0 !important;
}
.quality-treatment-row .theme-btn:hover i {
    color: #fff !important;
}
.quality-treatment-row .theme-content h2 {
    font-size: 58px;
    font-weight: 600;
}
.quality-treatment-row .quality-left-col {
    border-bottom-right-radius: 240px;
    background: #E5EAEC;
    z-index: 2;
}
.quality-right-col {
    width: 50% !important;
    position: absolute !important;
    right: 0;
}
.team-card
 {
    text-align: center;
    color: #fff;
}

.team-img-wrap {
    width: 100%;
}
.team-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.team-name {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.btn.popup_btn {
    font-size: 18px;
}

.team-certification {
    font-size: 16px;
    margin-bottom: 5px;
}

.team-designation {
    font-size: 16px;
    /* opacity: 0.9; */
    margin-bottom: 10px;
}

.team-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    margin: 0 6px;
    color: #2d4a70;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 500ms;
}
.team-social a:hover {
  background:#1F63BC;
  border-color:#1F63BC;
  color:#fff;
  transition: all ease 500ms;
}
.team-social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-main-row {
    overflow: visible;
    z-index: 3;
    margin-top: -100px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(https://promotionraleigh.com/wp-content/uploads/2025/12/Group-1171276906-1.png),
    url(https://promotionraleigh.com/wp-content/uploads/2025/12/Group-1171276906.png);
    background-repeat: no-repeat;
    background-position: -25% 32%, 122% 125%;
    background-size: 30%, 30%;
}

.page-id-614 .team-main-row{
	z-index: 1;
}

.team-main-row .theme-content h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 20px !important;
}
.team-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
body.home .more-members-row,
body.page-id-53 .more-members-row {
    overflow: visible !important;
    background-color: #2d4a70 !important;
    background: #023047;
    background-color: rgb(2, 48, 71);
    background-color: rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
    z-index: 2;
}
body.home .review-blog-row,
body.page-id-53 .review-blog-row {
	z-index:inherit !important;
}
body.home .more-members-row .vc_column-inner, 
body.page-id-53 .more-members-row .vc_column-inner {
    background: #023047;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-bottom: 50px;
    padding-top: 50px !important;
}

body.home .more-members-row .wpb_column,
body.page-id-53 .more-members-row .wpb_column {
    background: #2d4a70;
}
/* .review-blog-row {
	z-index:2 !important;
} */
.more-members-row {
     padding-top: 0px;
    padding-bottom: 80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    overflow: visible !important;
    z-index: 3;
  margin-top: -80px;
	background-color: #2d4a70 !important;
  background: #023047;
    background-color: rgb(2, 48, 71);
/*   background: linear-gradient(0deg, rgb(2, 48, 71) 50%, rgb(45, 74, 112) 50%); */
    background-color: rgba(0, 0, 0, 0);
}

.search-field {
  width: 100%;
}
span.footer-copyright a {
    color: #fff !important;
    transition: all ease 500ms;
}
span.footer-copyright a:hover {
    color: #5a85c0;
}
div#gform_confirmation_message_1 {
    line-height: normal;
    font-size: 18px;
    background: #5a85c0;
    padding: 20px 40px;
    color: #fff;
    border-radius: 20px;
}

div#gform_confirmation_message_1 p {
    margin-bottom: 0px;
}

.review-blog-row h2 {
    font-size: 58px;
}
.blog_title a {
    font-family: 'Merriweather';
    font-size: 28px;
    color: #000;
    line-height: 1.3;
}
.blog-box .appointment-btn {
    background: #2D4A70;
    padding: 6px;
    border: none;
}
.blog-box .appointment-btn:hover {
    border: none;
}
.blog-content-inner {
    margin-bottom: 20px;
}
.blog-box .appointment-btn a {
    padding: 12px 15px;
}
.contact-row {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-row .theme-content h2 {
    font-size: 58px;
    font-weight: 700;
}
#map {
  width: 100%;
  height: 400px; 
  border-radius:20px;
}
.contact-col a {
    word-break: break-all;
}
.contact-info a {
    word-break: break-all;
}
/*** Main Services Page CSS Start ******/
.service-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.services-main-row .service-box {
    padding: 0px;
}
.services-main-row .service-box::before {
    display: none;
}
/* .services-main-row .col-md-4:first-child .service-box {
    background: #5A85C0;
} */
.services-main-row .col-md-3:nth-child(1) .service-box {
    background: #5A85C0;
}
.services-main-row .col-md-3:nth-child(2) .service-box {
    background: #2D4A70;
}
.services-main-row .col-md-3:nth-child(3) .service-box {
    background: #3B3B3B;
}
.services-main-row .col-md-3:nth-child(4) .service-box {
    background: #2D4A70;
}
.services-main-row .col-md-3:nth-child(5) .service-box {
    background: #3B3B3B;
}
.services-main-row .col-md-3:nth-child(6) .service-box {
    background: #2D4A70;
}
.services-main-row .col-md-3:nth-child(7) .service-box {
    background: #5A85C0;
}
.services-main-row .col-md-3:nth-child(8) .service-box {
    background: #2D4A70;
}
.services-main-row .col-md-3:nth-child(9) .service-box {
    background: #3B3B3B;
}
.services-main-row .col-md-3:nth-child(10) .service-box {
    background: #2D4A70;
}
.services-main-row .col-md-3:nth-child(11) .service-box {
    background: #3B3B3B;
}
.services-main-row .col-md-3:nth-child(12) .service-box {
    background: #2D4A70;
}
.services-main-row .service-box {
    display: block;
    height: auto;
}
.service-inner-content {
    margin-bottom: 20px;
}
.services-main-row1 {
    padding-bottom: 120px;
}
.services-main-row1 {
    padding-bottom: 120px;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding-top: 20px;
}
body.post-type-archive-services .team-main-row {
    display: none;
}
body.post-type-archive-services .more-members-row {
    display: none;
}
body.post-type-archive-services .testimonial-inner-row {
    display: none;
}
/* .services-main-row .service-box {
    justify-content: start;
} */
.service-inner-box {
    padding: 25px;
}
/*** Main Services Page CSS End ******/
/* Single Services Page CSS Start */

body.single-services .team-main-row,
body.single-services .more-members-row,
body.single-services .testimonial-inner-row {
    display: none;
}
body.single-services .single-serv-content .theme-content h2 {
    font-size: 46px;
    font-weight: 700;
}
body.single-services .sub-heading {
    font-family: poppins !important;
    font-size: 20px;
}
.single-serv-content {
    margin-bottom: 100px;
}
body.single-services .theme-content h2,
body.single-services .theme-content span {
    font-weight: 700;
    font-size: 42px !important;
	font-family: 'Merriweather';
}
body.single-services .single-serv-content .theme-content h2 {
    font-size: 48px !important;
}
.serv-row-boxs .wpb_column .vc_column-inner {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    transition: all ease 500ms;
}

.serv-row-boxs .wpb_column {
    padding: 10px;
}
.main-services-row {
    padding-bottom: 180px;
}
.req-appoint-btn {
    margin-bottom: 0px !important;
}
.req-appoint-btn i {
    font-weight: 900 !important;
}
.req-appoint-btn a {
    background: transparent !important;
    border: none !important;
    font-weight: 600;
    color: #2D4A70 !important;
    font-size: 16px !important;
	transition: all ease 500ms !important;
}
.serv-box-content2 p {
    line-height: normal;
    font-size: 18px;
	transition: all ease 500ms !important;
}
.serv-box-content2 {
    margin-bottom: 10px !important;
	transition: all ease 500ms !important;
}
.serv-row-boxs .wpb_column .vc_column-inner:hover {
    background: #5a85c0;
    transition: all ease 500ms !important;
}
.serv-row-boxs .wpb_column .vc_column-inner:hover h2,
.serv-row-boxs .wpb_column .vc_column-inner:hover p,
.serv-row-boxs .wpb_column .vc_column-inner:hover a {
    color:#fff;
}
.serv-row-boxs .wpb_column .vc_column-inner:hover a {
    color: #fff !important;
}
/* body.single-services .review-blog-row {
    background-image: inherit;
    margin-top: -100px;
} */
.mid-heading {
    font-family: 'Merriweather' !important;
    font-weight: 700 !important;
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 26px;
}
body.single-services iframe {
    height: 350px !important;
    border-radius: 20px;
}
/* Single Services Page CSS End */

/* Blog Page CSS Start */

body.blog .footer-sec {
    display: none;
}
.blog-top-sec {
    background: #2D4A70;
    padding: 70px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -80px;
}
.main-blog-cont {
    padding-top: 100px;
    background: #fff;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -80px;
    padding-bottom: 100px;
}
section.all-blog h2.sub-heading, section.all-blog h2.big-heading {
    text-align: center !important;
}
section.all-blog h2.sub-heading {
    font-family: poppins !important;
}
section.all-blog h2.big-heading {
    margin-bottom: 40px;
}
.blog-img img {
    border-radius: 20px;
    margin-bottom: 15px;
}

.blog-img .date-blog {
    margin-bottom: 8px;
    font-weight: 500;
    color: #2D4A70 !important;
    font-size: 18px;
}
.blog-img h3 a {
    font-family: Merriweather !important;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
	line-height:34px;
}
.more_link {
    background: #2D4A70;
    padding: 6px;
}
.more_link a {
    padding: 15px;
}
.more_link i {
    color: #fff;
}
.more_link:hover {
    border-color: #fff !important;
}
.home_blog_content {
    margin-bottom: 50px;
}
body.single-post main#primary h2.bio_header_text {
    padding: 0px 20px;
}
/* Blog Page CSS End */

/*

Pagination CSS Start

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

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

Pagination CSS End

*/

/* Single Blog Posts CSS Start */
body.single-post .footer-sec {
    display: none;
}
.blog_banner {
    margin-top: 70px;
}
section#recent-posts-2 ul li a:hover {
    background: #5a85c0;
    color: #fff !important;
}
body.single-post main#primary h2 {
    margin-bottom: 20px;
    font-size: 32px;
}
a.search-readmore:hover {
    text-decoration: underline !important;
    color: #000;
}
body.error404 .footer-sec {
    display: none;
}

.search-bar label input {
    width: 100%;
}
.search-bar label {
    width: 100%;
}
.search-bar input.search-field {
    padding-left: 20px;
}
.search-bar {
    margin: 50px 0px;
}
input.search-submit {
    background: #5a85c0;
    border-color: #5a85c0;
    cursor: pointer;
    color: #fff;
}
input.search-submit:hover {
    opacity:0.7;
}
.blog-img iframe {
    border-radius: 0px;
    height: 400px;
}
.main_blog {
    padding-top: 70px;
}
.sidebar-col {
    margin-bottom: 50px;
}
body.single-post .entry-content h2 {
    font-size: 34px;
    font-weight: 600;
    color: #5a85c0;
}
body.single-post .entry-content h3, body.single-post .entry-content h5, body.single-post .entry-content h6 {
    color: #5a85c0;
}
body.single-post .entry-content {
	font-size:18px;
	line-height:25px;
}
body.single-post .entry-content h4 {
    color: #13b5e8;
	font-weight: 600;
}
body.single-post .entry-content ul li::marker {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #5a85c0;
}
.single-post article a:hover {
    color: #5a85c0;
    text-decoration: none !important;
}
.single-post article header.entry-header {
    display: none;
}
.single-post article a {
    color: #023047;
    text-decoration: underline !important;
}
body.single-post .entry-content ul {
    padding-left: 20px;
    padding-bottom: 15px;
}
body.single-post .entry-content ul li {
    margin-bottom: 7px;
    padding-left: 10px;
}
a.blog_link {
    color: #000;
    transition: all ease 500ms;
}

a.blog_link:hover {
    transition: all ease 500ms;
    color: #12b5e8;
}
body.single-post .entry-meta {
    display: none;
}
body.single-post .blogDate {
    position: absolute;
    /* left: 25px;
    top: 75px; */
    z-index: 1;
    width: 55px;
    background: #5a85c0;
    color: #fff;
    padding: 7px 0px;
    text-align: center;
    border-radius: 10px;
}
.blog_banner {
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    background: #fff;
}
.blogDate hr {
    background: #fff;
}
body.single-post img.attachment-post-thumbnail {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 10px solid #5a85c0;
}
section#recent-posts-2 h2, section#text-5 h2, section#instagram-feed-widget-2 h2,
section#search-2 h2, section#custom_html-2 h2, section#custom_html-3 h2,
section#custom_html-4 h2, section#fbtw_facebook-2 h2,
section#wpzoom_instagram_widget-2 h2, section#text-4 h2 {
   background: #5a85c0;
    color: #fff;
    border-left: 20px solid #023047;
    line-height: normal;
    text-indent: 10px !important;
    font-size: 28px !important;
    margin-top: 30px;
    padding: 5px 0px;
}
section#search-2 {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 30px;
}
form.search-form {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

form.search-form label {
    margin-bottom: 0px;
}

form.search-form input {
    border: none;
    padding: 7px 10px;
    line-height: normal;
}
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;
}

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

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

section#recent-posts-2 ul li a:hover {
    color: #fff !important;
    text-decoration: none;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}
/* Single Blog Posts CSS End */

/* Contact Us Page CSS Start */

/* page-id-57 */

body.page-id-57 .footer-sec {
    display: none;
}
body.page-id-57 .contact-info-wrapper {
    margin-top: 30px !important;
    display: block !important;
}
body.page-id-57 .custom-contact-map #map {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
body.page-id-57 #map {
    width: 100%;
    height: 700px;
    border-radius: 80px;
}
body.page-id-57 footer#colophon {
    margin-top: -100px;
    position: relative;
}
body.page-id-57 .contact-row {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -80px;
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px;
    background: #fff;
    z-index: 3;
}
body.page-id-57 .contact-col img {
    display: block;
}
.contact-col img {
    display: none;
}
body.page-id-57 .contact-col {
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 20px;
}
body.page-id-57 .info-box {
    padding-left: 10px;
}
/* body.page-id-57 .info-box br {
    display: none; */
}
/* body.page-id-57 .contact-info-wrapper {

    display: block;
} */


/* body.page-id-57 .info-box:nth-child(2) strong {
    padding-left: 5px;
} */
/* body.page-id-57 .info-box a {
    display: block;
} */
/* Contact Us Page CSS End */

/************ 404/Search Page CSS Start *************/

section.error-404.not-found, section.no-results.not-found {
    text-align: center !important;
    padding: 100px 0px !important;
}
body.search .footer-sec {
    display: none;
}
body.search .subheader, body.error404 .subheader {
	background-color:#023047;
}

.search-bar {
    width: 100%;
    max-width: 700px;
    margin: 50px auto;
}
section.error-404.not-found {
    text-align: center;
    margin: 50px 0px;
}
section.error-404.not-found form.search-form input, 
section.no-results.not-found form.search-form input {
    border: none;
    padding: 10px 30px;
    line-height: normal;
}
section.error-404.not-found form.search-form,
section.no-results.not-found form.search-form {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
}
input.search-submit {
    background: #5A85C0;
    border-color: #5A85C0 !important;
    cursor: pointer;
    color: #fff;
}
input.search-submit:hover {
    background: #031f4e;
    border-color: #031f4e !important;
}
.search-page-btn a {
    transition: all ease 500ms;
        background: #031f4e;
    padding: 18px 35px;
    display: table;
    margin: 0 auto;
    color: #fff !important;
    border-radius: 10px;
    font-size: 20px;
}
.search-page-btn a:hover {
    background: #5a85c0;
    transition: all ease 500ms;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}
input.search-field {
    padding-left: 25px;
}
body.search-results header.page-header {
    text-align: center;
    padding: 20px 0px;
}
body.search-results header.page-header h2 {
    font-size: 58px;
}
body.search-results .entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #ebebeb;
    padding: 35px;
    border-radius: 10px;
    width: 100%;
}
body.search-results .entry-summary h2 {
    color: #5a85c0;
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 600;
}
body.search-results .entry-summary p {
    font-size: 18px;
    color: #000;
}
body.search-results a.search-readmore {
    background: #5a85c0 !important;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 7px;
    font-size: 18px;
    margin-top: 10px;
}
body.search-results a.search-readmore:hover {
    background: #031f4e !important;
    transition: all ease 500ms;
    color: #fff;
    text-decoration: none !important;
}
body.search-results .site-main {
    margin-bottom: 50px;
    display: flex;
    margin-top: 50px;
}
body.search-results .site-main h1 {
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 52px;
}
section.no-results.not-found {
    text-align: center;
    margin: 80px 0px;
}
.search-no-results .search-bar {
    margin: 0px !important;
}
.page-content, .entry-content, .entry-summary {
    font-size: 18px;
}
/************ 404/Search page CSS End *************/

body.privacy-policy .theme-content ul, 
body.page-id-354 .theme-content ul,
body.page-id-356 .theme-content ul {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    padding-left: 40px;
}
body.privacy-policy .theme-content h2,
body.page-id-354 .theme-content h2,
body.page-id-356 .theme-content h2 {
    margin-top:30px;
}
body.privacy-policy .theme-content h3,
body.page-id-354 .theme-content h3,
body.page-id-356 .theme-content h3 {
    margin-top:30px;
}

/*** TMG Service page CSS Start **/
/* postid-88 */

body.postid-88 .review-blog-row {
    display: none;
}
.faq-main-row {
    padding-top: 60px;
    padding-bottom: 130px;
}
.dental-collab-row h2 {
    color: #fff;
    font-weight: 100 !important;
    margin-bottom: 20px;
}
.inner-left-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 940px;
    padding: 40px 40px;
    margin-right: 10% !important;
}
.tmj-case-row {
    padding-bottom: 0px;
	overflow: visible !important;
}
.tmj-case-row .theme-content h2 {
    color: #fff;
}
.tmj-case-row .theme-img {
    margin-top: -150px;
    overflow: visible;
}
.dental-collab-row {
    padding-bottom: 130px;
}
.tmj-case-row .theme-btn a {
    background: #000000 !important;
}
.tmj-case-row .theme-btn {
    background: #2d4a70 !important;
}
.tmj-case-row .theme-btn:hover {
    background: #2d5b7e !important;
}
.tmj-case-row .theme-btn a:hover {
    transition: all ease 500ms;
	background:#5a85c0 !important;
}
.dysfunction-note-row {
    padding-top: 20px;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    z-index: 3;
    padding-bottom: 30px;
}

.dysfunction-note-row h2, .dysfunction-note-row p {
    color: #fff;
}

.dysfunction-note-row h2 {
    padding-bottom: 15px;
}

.dysfunction-note-row p {
    line-height: 1.8 !important;
}
.posture-row {
    padding-bottom: 50px !important;
}
/*** TMG Service page CSS End **/
body.page-id-614 .footer-sec {
    display: none;
}
body.page-id-614 div#page {
    background: #2d4a70;
}
.custom-contact-map iframe {
    border-radius: 20px;
}
.home .top-row a {
    background: #2d4a70;
    padding: 12px 20px;
    display: table;
    margin: 0 auto;
    font-size: 22px;
    margin-top: 20px;
    border-radius: 12px;
    transition: all ease 500ms;
}

.home .top-row a:hover {
    transition: all ease 500ms;
    background: #1e3048;
}
/*** Main Testimonial CSS Start ***/

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

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

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

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

.testimonials-box-2 {
    border-radius: 14px;
    padding: 30px;
    transition: all 0.4s ease;
    background: #F8F8F8;
}
/* .testimonials-box-2:hover h2,.testimonials-box-2:hover .testimonials-name {
    color: #000!important
} */

.testimonials-box-2 .testimonials-name {
    margin-top: 10px;
    margin-bottom: 10px;
 	font-weight: 600;
    font-family: 'Poppins';
    font-size: 25px;
}
/* .testimonials-box-2 .testimonials-name {
    display: none;
} */
.testimonials-box-2:hover .testimonial-img {
    border-color: #fff
}

.testimonials-container-2 .grid-sizer,.testimonials-container-2 .grid-item {
    width: 50%
}
.testimonials-container-2 .testimonial-content2 {
    padding: 0;
    text-align: left;
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
    line-height: normal;
}

.testimonials-container-2 .testimonials-box-2 .ratings {
    font-size: 22px;
    color: #5A85C0;
	float:none;
}
.testimonials-container-2 {
    margin-top: 60px;
}
.testimonials-container-2 .grid-item {
    margin-bottom: 20px !important;
}
body.page-id-780 .footer-sec {
    display: none;
}
/* Base active state */
body.page-id-780 .active-testimonial {
    border: 2px solid #5a85c0;
    box-shadow: 0 10px 30px rgb(90 133 192 / 26%);
    position: relative;
    scroll-margin-top: 120px;
    padding: 0px !important;
}
/* Animation trigger */
body.page-id-780 .animate-testimonial {
    animation: testimonialPulse 1.2s ease-out;
}

/* Pulse + slight zoom animation */
@keyframes testimonialPulse {
    0% {
        transform: scale(0.96);
        opacity: 0.6;
    }
    60% {
        transform: scale(1.02);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

/* Optional: subtle top indicator */
body.page-id-780 .active-testimonial::before {
    content: "Highlighted";
    position: absolute;
    top: -12px;
    left: 20px;
    background: #5a85c0;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 3px;
}
a.testimonial-read-more {
    color: #5a85c0;
    font-weight: 600;
    text-decoration: underline !important;
    transition: all ease 500ms;
}

a.testimonial-read-more:hover {
    transition: all ease 500ms;
    text-decoration: none !important;
    color: #000;
}
/*** Main Testimonial CSS End ***/
/*** Career CSS Start ***/
.join-pro-row .theme-content h2 {
    font-size: 50px;
    font-weight: 800;
}
.join-pro-row .theme-content h4 {
    font-weight: 600;
}
.theme-content h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}

.positions-inner-row .vc_column-inner {
    background: #fff;
    padding: 35px;
}
.positions-inner-row .vc_column-inner {
    border-top: 11px solid #5A85C0;
    border-radius: 30px;
}

.positions-inner-row .wpb_column {
    padding: 10px;
}
.position-row {
    padding-top: 30px;
    padding-bottom: 150px;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}
.positions-inner-row .vc_column-inner .theme-btn {
    margin-bottom: 0px;
    display: table;
    margin: 0 auto;
}
body.page-id-851 .footer-sec {
    display: none;
}
body.page-id-851 .contact-row {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    background: #fff;
}
#gform_2 input, #gform_2 textarea, #gform_2 select {
    font-size: 14px;
    box-shadow: none !important;
    border-color: #ccc !important;
    padding: 5px 12px !important;
    height: auto;
    border-radius: 8px;
}
#gform_2 .gfield-choice-input {
    padding: 0px !important;
    border-radius: inherit !important;
}
div#gform_wrapper_2 p.gform_required_legend {
    display: none;
}
div#gform_fields_2 {
    row-gap: 20px;
}
#gform_2 .gform-field-label {
    font-size: 18px;
}
#gform_2 .gfield-choice-input label {
   font-size: 14px !important;
}
#gform_2 .gchoice label {
    font-size: 15px !important;
}
#gform_2 input#input_2_13 {
    width: 100%;
}
#gform_2 textarea {
    height: 110px;
}
/*** Career CSS Start End ***/

.what-we-treat-main .theme-content h2 {
    font-size: 40px;
    margin-top: 50px;
}
.what-we-treat-main {
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 40px;
}
.what-we-treat-main .theme-content h2 {
    font-size: 40px;
    margin-top: 50px;
}

.what-we-treat-main {
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 40px;
}
.what-we-treat-box .vc_column-inner {
    background: #2d4a70;
    padding: 25px !important;
    border-radius: 25px;
	transition: all ease 500ms;
}
.what-we-treat-box .wpb_column {
    padding: 10px;
}
.what-we-treat-box .vc_do_btn {
    margin-bottom: 0px;
}
.what-we-treat-box .wpb_single_image {
    margin-bottom: 15px;
}
.what-we-treat-box h2 {
    font-family: poppins !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #fff;
    margin-top: 20px;
}
.what-we-treat-box a {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    font-size: 20px !important;
    color: #fff !important;
    margin-top: 20px;
    font-weight: 600;
    transition: all ease 500ms;
}
.what-we-treat-box a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px !important;
}
.what-we-treat-box img {
    width: 80px;
}
.what-we-treat-box .vc_column-inner:hover {
    background: #5a85c0;
}

.what-we-treat-box .vc_column-inner:hover a {
    letter-spacing: 2px;
    transition: all ease 500ms;
}

.logo-card a {
    border-radius: 14px;
    padding: 25px;
    transition: all 0.4s ease;
    background: #F8F8F8;
    margin: 15px 7px 7px;
/*     box-shadow: 0px 0px 10px -3px #000; */
    margin-bottom: 20px !important;
	display:block;
}
.logo-card a:hover {
    transform: translate(0px, -10px);
    box-shadow: 0px 0px 10px -3px #000;
}

/***************************************************************** Responsive Area  **************************************************************/

@media all and (max-width:1300px){
.tmj-service-container .col-2 {
    padding: 10px;
    flex: 25% !important;
    max-width: 25% !important;
}
.get_in_touch .contact-info a, .foot-address div {
    font-size: 14px;
}
.footer-nav ul li a {
    font-size: 14px;
    color: #ffffff;
}
.footer-nav ul li {
    margin-bottom: 0;
}
.footer-navigation h2, .get_in_touch h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.row.footer-nav-row .col-md-3 {
    flex: 23% !important;
    width: 23% !important;
    max-width: 23% !important;
}

.row.footer-nav-row .col-md-3:last-child {
    flex: 31% !important;
    width: 31% !important;
    max-width: 31% !important;
}
.contact-info-wrapper {
    display: block !important;
}
.contact-col {
    width: 100% !important;
}
.contact-col:nth-child(3) {
    margin-top: 20px;
}
.contact-col:last-child a {
    display: inline-block;
}
.tmj-service-container .row {
    justify-content: center;
}
p br {
    display: none;
}
.experience-buster2 {
    left: 50px;

}
.logo-col {
 width: 22% !important;
 flex: 22% !important;
 max-width: 22% !important;
}
.nav-col {
    max-width: 78% !important;
    flex: 78% !important;
	max-width: 78% !important;
}
ul#primary-menu li a {
    font-size: 15px;
}
.appointment-btn a {
    font-size: 15px;
    font-weight: 500;
    padding: 12px;

}
}
@media all and (max-width:1240px){
.main-navigation {
    display: none;
}
.right-nav-btn {
    justify-content: end;
    width: 100%;
    max-width: 88%;
}
#rmp_menu_trigger-226 {
   top: 92px;
}
}
@media all and (max-width:1170px){
  ul#primary-menu li {
    padding-right: 15px;
}
ul#primary-menu li a {
  font-size: 15px;
}
.appointment-btn a {
   padding: 15px 16px;
   font-size: 15px;
}
.top-row-content h2 {
    color: #fff;
    font-size: 24px;
}
}
 @media all and (max-width:1024px){
.about-row .theme-content h2,
.about-row .theme-content h2 span {
    font-size: 46px;
}
form.search-form {
    display: block;
}
.blog_banner {
    padding-top: 50px;
}
form.search-form input {
    width: 100%;
}
.blog-img h3 a {
    font-size: 24px;
}
.experience-buster2 h2 {
    font-size: 18px !important;
}
.main-about-row .theme-content h2 {
    font-size: 42px;
}
.video-row {
    padding-top: 120px;
    padding-bottom: 200px;
}
.mission-row .big-heading {
    font-size: 47px !important;
}
.cash-rate-row .theme-content h2 {
    font-size: 32px;

}
.cash-rate-row .theme-content p {
    font-size: 18px;
}
.experience-buster {
    font-size: 15px;
    bottom: 100px;
    right: 20px;
    width: 200px;
    height: 200px;
}
.mission-row {
     padding-bottom: 85px !important;
}
.mission-row .wpb_column:nth-child(2) .vc_column-inner
 {
    padding-top: 0px !important;
}
.experience-buster h2 {
    font-size: 50px;
}
.testimonial-inner-row {
	padding:0px 30px !important;
	padding-right:30px !important;
}

.client-review-col, .client-review-col2 {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
}
.review-blog-row h2 {
    font-size: 46px;
}
.client-review-col .vc_column-inner {
    padding-right: 25px !important;
}
.contact-col {
    width: 100%;
    margin-bottom: 20px;
}
.contact-info-wrapper {
    display: block;
}
.contact-row {
    padding-bottom: 30px;
}
.contact-col a {
    word-break: break-all;
}
footer#colophon .col-md-3 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 50% !important;
}
.review-blog-row h2 {
    font-size: 46px;
}
.quality-treatment-row .theme-content h2 {
    font-size: 46px;
}
.serv-row .vc_inner .wpb_column:last-child {
    width: 100%;
    padding: 0px 100px;
    border-top: 1px solid #ebebeb;
}
.tmj-service-container .col-2 {
    width: 50%;
    max-width: 50%;
    flex: 50%;
    margin-bottom: 15px;
}

.inner-top-row1 .top-row-content {
    border: none;
}
.inner-top-row2 .top-row-content {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0px 22px;
}
.top-row-content h2 {
    color: #fff;
    font-size: 24px;
}
.serv-row .vc_inner .wpb_column:last-child {
    width: 100%;
    padding: 0px 100px;
}
.footer-contacts ul {
  display:block !important;
}
.footer-contacts ul li {
    margin-bottom: 15px;
}
.right-nav-btn {
  justify-content: end;
}
/* .nav-col {
  padding-right: 11% !important; 
} */
.main-navigation {
  display: none;
}
.logo-col {
  flex: 30% !important;
  max-width: 30% !important;
  width: 30% !important;
}
.nav-col {
  flex: 70% !important;
  max-width: 70% !important;
  width: 70% !important;
}
.phone-option {
  position: relative;
  width: 100%;
}
.theme-content p br {
  display: none;
}
.big-heading br {
  display: none;
}
.footer-social-icons {
  margin-bottom: 20px;
}
.member-container .col-md-3 {
    width: 50% !important;
    flex: 50% !important;
    max-width: 50% !important;
    text-align: center;
}
.member-container .col-md-3:nth-child(2),
.member-container .col-md-3:nth-child(4) {
    margin-top: 0;
}
.serv-row .vc_inner .wpb_column
 {
    border-right: 1px solid #ebebeb;
    width: 50%;
}
br {
    display: none;
}
.faqs-row .wpb_column {
    width: 100%;
}
.faqs-row .theme-img {
    text-align: center !important;
}
.subscribe-rows {
    padding-top: 80px;
    padding-bottom: 80px;
    background-blend-mode: overlay;
    background-color: #00000080;
}
/* .subscribe-rows .wpb_column, .mission-row .wpb_column {
    width: 100%;
    padding: 0px 30px;
} */
.mission-row {
  padding-bottom:30px;
}
footer#colophon .left-footer-sec, footer#colophon .right-footer-sec {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.top-row .vc_inner .wpb_column {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.top-icon-img {
    text-align: center !important;
    margin-bottom: 20px;
}
.top-row-content h2 {
    color: #fff;
    font-size: 24px;
}
.quality-treatment-row .theme-content h2 {
    font-size: 42px;
}
.team-main-row .theme-content h2 {
    font-size: 42px;
}
.testimonial-slick-slider .slick-list {
    overflow: hidden;
    padding-right: 0px !important; /* half card width */
}
}
@media all and (max-width:992px){
.header-phone {
	display:block;
}
.blog_title a {
    font-size: 24px;
}
.info-head-box {
  padding-right: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.experience-buster {
        bottom: 50px;
        right: 50px;
    }
}
 @media all and (max-width:767px){
  .footer-contacts ul {
    display: flex !important;
    justify-content: space-between;
}
.tmj-service-container .col-2 {
    padding: 10px;
    flex: 33.33% !important;
    max-width: 33.33% !important;
}

.tmj-service-container .row {
    justify-content: center;
}
.tmj-case-row {
    padding-top: 0px;
    padding-bottom: 0px !important;
}
	 .right-to-left {
    flex-direction: column-reverse;
}
	 .posture-row {
    padding-bottom: 80px !important;
}
.serv-row-boxs .wpb_column .vc_column-inner {
    background: #e9e9e9 !important;
}	 
form.search-form label {
    margin-bottom: 10px;
    width: 100%;
}
.post-img {
    margin-bottom: 20px;
}
body.single-post main#primary h2 {
    margin-bottom: 20px;
    font-size: 28px;
}
body.page-id-57 .contact-row {
    padding-top: 20px;
}
body.page-id-57 .more-members-row {
    padding-top: 20px;
    padding-bottom: 70px;
}
    .experience-buster {
        bottom: -30px;
        right: 50px;    
    }

section#text-2 {
    padding-left: 0px;
}
.theme-content {
    font-size: 18px;
    line-height: normal;
}
.review-blog-row {
    padding-bottom: 20px;
}
section#text-2 h2 {
    text-align: center;
	font-size:46px;
}
    .footer-logo img {
        width: 380px;
    }
.contact-row {
    padding-top: 30px;
    padding-bottom: 30px;
}
footer#colophon .col-md-3 {
   width: 100% !important;
   max-width: 100% !important;
   flex: 100% !important;
}
.team-card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px !important;
}

.quality-right-col {
	position:static !important;
	width:100% !important;
	
}
.quality-treatment-row .inner-right-row {
    padding-bottom: 20px;
}
.tmj-care-row h2, .tmj-care-row span {
    font-size: 38px;
    margin-bottom: 15px;
}
.serv-url-box a {
    font-size: 28px;
}
.about-row .theme-content h2,
.about-row .theme-content h2 span {
    font-size: 38px !important;
}
body.single-services .theme-content h2, body.single-services .theme-content span {
    font-size: 32px !important;
}
.appointment-btn {
  border: 3px solid #FFf; 
}
.main_slider .appointment-btn a {
        padding: 13px;
        font-size: 13px;
}
.top-row {
    margin-top: -56px;
}
.top-icon-img {
        text-align: center !important;
        margin-bottom: 20px !important;
        margin-top: 25px;
}
.inner-top-row2 .top-row-content {
   border-right: none;
   border-left: none;
   padding: 0px 0px;
}
.top-social-icons {
  align-items: center;
  justify-content: center;
}
.info-head-box {
  justify-content: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 6px;
  padding-right: 0px;
}
.info-head-box, .info-head-box p, .info-head-box a, .info-head-box span, .top-social-icons p {
    font-size: 15px !important;
}
.site-branding.logo {
    position: static !important;
}
.main-header {
  padding: 25px 10px;
  top: 90px;
}
.contact-col:nth-child(2),
.contact-col:nth-child(3) {
    width: 100%;
}
.subheader {
    padding-top: 120px;
    padding-bottom: 130px;
}
.subheader h1 {
    font-size: 36px;
}
.top-social-icons {
    align-items: center;
}
.testimonial-btns {
    width: 20%;
    margin-top: 0;
    right: 25px;
    bottom: 0;
}
button.slick-arrow::before {
    font-size: 42px;
}
.get_in_touch {
    width: 100%;
} 
.blog-thumbnail img {
    width: 100%;
}
.member-container .col-md-3 {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    text-align: center;
}
.serv-row .vc_inner .wpb_column {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
    padding:0px 50px !important;
}
.mission-row .theme-img {
    margin-bottom: 0px;
}
.fellow-certified div {
    line-height: normal;
    text-align: center;
}
.fellow-certified img {
    display: table;
    margin: auto;
    margin-bottom: 30px !important;
}
.contact-info i {
  margin: 0px auto;
  display: inline;
}
nav#footer-navigation1, nav#footer-navigation2 {
  width: 100%;
}
section#text-2 p {
  text-align: center;
  line-height: normal;
}
  .coach-content h2 {
    font-size: 33px;
    color: #fff;
    padding-top: 40px;
}
.boca-ice-content h2 {
  font-size: 35px;
}
.boca-ice-content br {
  display: none;
}
.boca-ice-content p {
  font-size: 20px;
  line-height: normal !important;
}
.boca-ice-content {
  margin-bottom: 15px !important;
}
.main-events .slick-slide img, .blog-main .slick-slide {
    opacity: 1;
    pointer-events: all !important;
    width:100%;
}
  .partners-col .numbers {
    display: none;
}
.footer-nav ul.menu {
  margin-top: 20px !important;
}
.footer-nav ul.menu li {
  margin-top: 5px;
}
.big-heading2 h2 {
  font-size: 38px;
  margin-top: 20px;
}
.portners-content {
  margin-bottom: 30px !important;
}
.big-heading2 {
  margin-bottom: 30px !important;
}
.partners-col-revered .portners-content {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.partners-col-revered .wpb_wrapper {
  display: block !important;
  transition: all ease 500ms;
}
  .partners-col {
    flex: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  .foot-phone {
    margin-top: 0px !important;
}
.get_in_touch .contact-info {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px !important;
}
.get_in_touch img {
  padding-right: 0px;
  padding-top: 30px;
}
.get_in_touch .contact-info a, .foot-address div {
  width: 100%;
  float: left;
  margin-top: 15px;
  padding-left: 0px;
}
.get_in_touch {
  text-align: center;
}
  .footer-social-icons ul li:last-child {
    padding-right: 0px;
}
.footer-social-icons ul {
  justify-content: center;
}
  .footer-logo img {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
.about_company p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-social-icons h2 {
  text-align: center;
}
  .footer-navigation {
    margin-bottom: 40px;
    text-align: center;
}
  .footer-nav {
    display: block !important;
}
  .serv-circles2, .serv-circles3, .serv-circles {
    width: 115px !important;
    height: 115px !important;
}
.logo-col {
  flex: 30% !important;
  max-width: 30% !important;
}
.nav-col {
  flex: 50% !important;
  width: 50% !important;
}
.appointment-btn a {
  padding: 12px;
  font-size: 14px;
  padding-left: 12px;
}
.nav-col {
  padding-right: 2% !important;
}
.slick-prev {
  left: 0px !important;
}
.slick-next {
  right: 0px !important;
}
.vc_toggle_title h4 {
    font-size: 18px;
}
.vc_toggle_title {
    padding-right: 20px !important;
}
i.vc_toggle_icon {
  left: 96% !important;
  top: 15px !important;
}
   .contact-info-wrapper {
        flex-direction: column;
    }
    .contact-col {
        width: 100%;
    }
footer#colophon .row {
    padding-bottom: 0px !important;
}
.tmj-case-row .theme-img img {
    margin-top: 100px;
}
.inner-left-row {
    padding: 10px 30px;
    padding-bottom: 30px;
}
ul#footer-menu2 {
    column-count: 1;
}
}

 @media all and (max-width:600px){
 .big-heading {
  font-size: 32px;
}
.service-title {
    font-size: 28px;
}
.experise-content h3 {
    font-size: 23px;
}
.theme-btn a {
    padding: 8px 20px !important;
    font-size: 15px !important;
}
section#text-2 h2 {
	font-size:36px;
}
.nav-col {
  padding-right: 5% !important;
}
.logo-col {
  flex: 40% !important;
  max-width: 40% !important;
}
.main-header .appointment-btn i {
    display: none !important;
}
}
 @media all and (max-width:500px) {
.big-heading {
    font-size: 36px !important;
}
.tmj-service-container .col-2 {
    padding: 10px;
    flex: 100% !important;
    max-width: 100% !important;
}
.tmj-service-container .col-2 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin-bottom: 15px;
}
.top-icon-img {
    text-align: center !important;
    margin-bottom: 20px;
}
.appointment-btn a {
  padding: 8px;
  font-size: 13px;
}
.top-row .vc_inner .wpb_column {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: center;
}
#rmp_menu_trigger-226 {
    top: 115px;
}
}

 @media all and (max-width:400px) {
.nav-col {
  padding-right: 15% !important;
}
 }