@-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;
    /* left: 20px; */
  }

* {
    padding: 0;
    margin: 0;
}
@-moz-document url-prefix() {
    ul#primary-menu li a {
        font-size: 20px;
      }
} 
/* header#masthead {
    position: fixed !important;
    z-index: 4 !important;
    background: #fff !important;
    width: 100% !important;
} */
.bg-img {
    height: 800px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
footer.entry-footer {
    display: none;
}
.rll-youtube-player img {
	margin: 0px !important;
}
.yt-box iframe {
    border-radius: 20px !important;
}
.yt-box .rll-youtube-player {
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px 0px #c2c2c2;
}
a:focus {
    outline: none !important;
}
.container {
    max-width: 1600px !important;
}
.container-fluid {
    max-width: 100% !important;
}
ul {
    margin: 0 !important;
    padding: 0;
}
body {
    margin-bottom: 0 !important;
    overflow-x: hidden;
}
main header.entry-header {
    display: none;
}
body.page-id-323 .subheader {
	padding-bottom: 120px !important;
}
.subheader {
	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/flowers.svg), linear-gradient(0deg,#157e8c 0,#0c4c57 91%);
    background-color: rgb(94,179,184);
/*     padding-top: 300px; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
/*     padding-bottom: 180px; */
    background-size: cover;
	padding: 135px 0px;
	position: relative;
}
.subheader::after {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/light-edge-2.png);
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
/*     top: 650px; */
	bottom: 0px;
	
}
body.page-id-317 .subheader,
body.page-id-320 .subheader {
    display: none;
}
header#masthead .header-location {
    padding: 0px 40px !important;
}
.carroll-row {
/*     margin-top: 110px; */
}
.carroll-row::after {
	 background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/light-edge-2.png);
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
/*     top: 810px; */
    left: 0;
	bottom: -5px;
}
.subheader h1.entry-title {
    font-family: 'WeepingWillow';
    font-size: 160px;
    line-height: 140px;
    color: #fff;
	text-align:center;
	text-transform: none !important;
}

.breadcrumbs.breadcrumb {
    color: #ffffff;
    font-size: 50px;
    font-family: 'WeepingWillow';
    background: transparent;
	display: table;
    margin: 0 auto;
	display:none;
}

.breadcrumbs.breadcrumb a {
    color: #f8ad40;
}
body.home header.entry-header,
main header.entry-header {
    display: none;
}
.entry-content {
    margin-top: 0;
}
.page {
    margin-bottom: 0 !important;
	background: #fffdf3; 
}
.widget {
    margin-bottom: 0 !important;
}
a {
    text-decoration: none !important;
}
p:empty {
    display: none;
}
body.home main#primary {
    background: #D9F0FE;
}
@font-face {
    font-family: 'Bernhard Gothic BQ';
    src: url("../fonts/BernhardGothicBQ-Medium.woff2") format('woff2'), url("../fonts/BernhardGothicBQ-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WeepingWillow';
    src: url("../fonts/WeepingWillow.woff2") format('woff2'), url("../fonts/WeepingWillow.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** ScrollBar CSS Start ******* */

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

/* ***** ScrollBar CSS End ******* */

.inner-page-container {
    max-width: 1080px !important;
}
body.home .inner-page-container {
    max-width: 1600px !important;
	padding-top: 0px;
}
.inner-page-container {
/*     padding-top: 80px; */
}

/******* Main Header CSS Start ********/
header#masthead {
/*     position: fixed; */
	position: sticky;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
/*     z-index: 4; */
	z-index: 999;
    background: #fff;
}

header#masthead.activated {
  padding:20px;
  transition:all 0.5s ease-in-out;
}
.logo-col {
    max-width: 20% !important;
}
.site-branding.logo {
    padding: 10px 0px 10px;
}
.right-head {
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 80% !important;
    flex: 80% !important;
}
ul#primary-menu {
    justify-content: left;
/*     background: #93c300;
    padding-top: 20px;
    margin-top: -25px !important; */
	padding-left:90px;
}

ul#primary-menu li {
    padding: 15px 10px;
}
.login-sec {
    display: flex;
    align-items: center;
    justify-content: end;
}
/* .last-phone {
    padding-right: 300px !important;
} */
ul#primary-menu li:last-child {
    padding-right: 0;
}

ul#primary-menu li:first-child {
    padding-left: 0;
}
ul#primary-menu li#menu-item-293 {
    display: none;
}
ul#primary-menu li a {
  font-family: 'Bernhard Gothic BQ';
    font-weight: 600;
/*     color: #1a74c2; */
	color: #000;
    font-size: 22px;
    letter-spacing: 1px;
    transition: all ease 500ms;
}
ul#primary-menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #e64092;
    transition: width 0.3s;
}

ul#primary-menu li a:hover::after {
    width: 100%;
}

ul#primary-menu li a:hover {
    color: #5eb3b8;
}
ul.sub-menu {
    display: block;
    background: #e64093;
    border: none;
    padding-top: 0px !important;
    top: 45px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
ul.sub-menu li a:hover {
    background: #5eb3b8;
    color: #fff !important;
}
ul.sub-menu ul {
    left: 240px !important;
    position: absolute;
    display: none;
    top: 0px !important;
}
ul.sub-menu li:after {
    display: none;
}
ul.sub-menu li a {
    padding: 7px !important;
    border-bottom: 1px solid #ccc;
    line-height: normal;
	font-size: 18px !important;
	color:#fff !important;
}
.main-navigation ul ul.sub-menu li a::after {
    position: absolute !important;
    left: 0 !important;
    bottom: 0px !important;
}
ul.sub-menu li, ul.sub-menu li:first-child {
	padding: 0px !important;
}


/* .main-navigation {
    display: block;
    width: 100%;
} */
.right-head .main-navigation {
    display: block;
    width: 100%;
}
.phone-option i {
    font-size: 22px;
    color: #B8D362;
    padding-right: 10px;
    transition: all ease 500ms;
}

.phone-option {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    transition: all ease 500ms;
}
.phone-option a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    transition: all ease 500ms;
}
.appointment-btn a {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/button-appointment-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 40px;
    padding-right: 20px;
    transition: all ease 500ms;
    padding-top: 22px;
    padding-bottom: 45px;
}
.appointment-btn a:hover {
    filter: hue-rotate(-70deg);
    transition: all ease 500ms;
    color: #fff;
}
.appointment-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.phone-option:hover i {
    color: #e64092;
}
.phone-option:hover a {
    color: #e64092;
}
.header-location {
    background: #F69A4F;
    padding: 10px 40px;
    position: relative;
    z-index: -1;
}
.header-location ul#location-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.header-location ul#location-menu li {
    padding: 15px;
    align-items: center;
    display: flex;
    transition: all ease 500ms;
}
.header-location ul#location-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    transition: all ease 500ms;
}
ul#location-menu li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f3c5";
    padding-right: 10px;
    font-size: 20px;
}
nav.location-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.near-you {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding-right: 20px;
	text-transform: none !important;
}
ul#location-menu li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f3c5";
    padding-right: 10px;
    font-size: 24px;
    font-weight: 600;
	color: #e64092;
	transition: all ease 500ms;
}
/* ul#location-menu li:first-child::before {
    color: #B6D462;
    transition: all ease 500ms;
}

ul#location-menu li:last-child::before {
    color: #1A74C0;
    transition: all ease 500ms;
}
ul#location-menu li:nth-child(2)::before {
    color: #E64094;
    transition: all ease 500ms;
}
ul#location-menu li:nth-child(3)::before {
    color: #f4524d;
    transition: all ease 500ms;
} */
ul#location-menu li:hover a {
    color: #1a74c2;
}
ul#location-menu li:hover::before {
    color: #ffffff;
}
.page-id-1715 .actual-patient-div {
    bottom: -200px !important;
}
/* Slider Rev CSS */

.journey-heading {
    font-family: 'Bernhard Gothic BQ';
}
.slider-btn-gradiant {
    background: linear-gradient(90deg, rgba(245,154,79,1) 3%, rgba(230,64,147,1) 71%);
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    padding: 4px 20px !important;
    transition: background 1s ease-out;
}
.slider-btn-gradiant:hover {
    background: linear-gradient(90deg, rgba(230,64,147,1) 3%,rgba(245,154,79,1) 71%);
}
.italic-txt {
    font-style: italic;
}
.main_slider {
/*     padding-top: 130px; */
}
.top-head .footer-social-icons ul {
    justify-content: start;
}

.top-head .footer-social-icons ul li a {
    padding: 10px !important;
    width: 35px;
    height: 35px;
    font-size: 18px;
}
.top-head {
    padding: 10px 0px;
    background: linear-gradient(0deg,#157e8c 0,#0e5b68 91%) !important;
    background-size: 50%;
    background-position: center;
}
.top-head .row {
    align-items: center;
}
.meet-heading-slide {
    font-family: 'WeepingWillow' !important;
    font-size: 160px !important;
}

.meet-content, .meet-content-2 {
    font-family: "Bernhard Gothic BQ" !important;
}

/******* Main Header CSS End ********/

/******* Main Footer CSS Start ********/

footer#colophon {
    background: #fff1de;
    padding: 50px 50px 30px;
}
.footer-logo {
    text-align: right;
}
ul#footer-menu {
    display: block;
}
ul#footer-menu li a {
    color: #000;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 500;
}
h2.footer-sec-heading {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #E53F93;
}
.work-hours i {
    font-size: 28px;
    padding-right: 10px;
}

.work-hours {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 100%;
/*     max-width: 260px; */
}
ul.footer-phone-detail {
    list-style: none;
}

ul.footer-phone-detail li {
    display: flex;
    align-items: baseline;
    font-size: 17px;
}
ul.footer-phone-detail li a {
    color: #000;
}
ul.footer-phone-detail li i {
    padding-right: 10px;
    text-align: center;
}
ul#footer-menu li a::after,
ul.footer-phone-detail li a::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #e64092;
    transition: width 0.3s;
}
ul#footer-menu li a {
    display: inline-block;
    transition: all ease 500ms;
}
ul#footer-menu li a:hover,
ul.footer-phone-detail li a:hover {
    color: #5CB3BA;
    transition: all ease 500ms;
}
ul#footer-menu li a:hover::after,
ul.footer-phone-detail li a:hover::after {
    width: 100%;
};
span.footer-copyright a {
    transition: all ease 500ms;
    color: #000;
}

span.footer-copyright a:hover {
    transition: all ease 500ms;
    color: #e64092;
}
.bottom-footer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-social-icons ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
}

.footer-social-icons ul li {
    padding-right: 5px;
}

.footer-social-icons ul li:last-child {
    padding-right: 0;
}
.footer-social-icons ul li a {
    font-size: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    border: 2px solid #0c474f;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: all ease 500ms;
    color: #fff;
    background: #0c474f;
}

.footer-social-icons ul li a:hover {
    background: #5eb3b8;
    transition: all ease 500ms;
    border-color: #5eb3b8;
}
button#bottom_to_top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 999;
    background: #5eb3b8;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #5eb3b8;
    font-size: 16px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all linear 0.25s;
    cursor: pointer;
    padding: 0 !important;
}
.bottom-footer {
    padding: 45px 40px;
    background-image: url("https://www.csorthodontics.com/wp-content/uploads/2024/03/botton-footer.png");
    padding-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff1de;
}
span.footer-copyright a {
    color: #fff;
    transition: all ease 500ms;
}
span.footer-copyright {
    color: #fff;
    font-size: 18px;
}
.ig-row {
    background: #0ca4b2;
    padding-top: 0 !important;
}
.footer-sec-2 {
    display: block;
    margin-top: -15px;
}
.footer-sec {
	display:none;
}
body.home .footer-sec-2,
body.page-id-446 .footer-sec-2,
body.page-id-39 .footer-sec-2,
body.page-id-289 .footer-sec-2 {
    display: none;
}
body.home .footer-sec,
body.page-id-446 .footer-sec,
body.page-id-39 .footer-sec,
body.page-id-289 .footer-sec {
    display: block;
}
.footer-sec-2 .review-row {
    background: #D9F0FE !important;
    padding-top: 40px;
}
.quote-right {
    position: relative;
/* 	left: 270px; */
    left: 530px;
}
.svg-bg-row {
    margin-bottom: 0px !important;
}
/******* Main Footer CSS End ********/

/******* Main Content CSS Start ********/
.slider-beforeafter {
    padding-top: 15px;
}
.welcome-lady-img {
    margin-bottom: 0 !important;
}
.welcome-box {
    margin-bottom: 10px;
}
.welcome-box h2,
.welcome-box h3,
.welcome-box h4,
.welcome-box h1 {
    font-family: 'WeepingWillow' !important;
}
.welcome-box h2 {
    font-size: 140px;
    line-height: 110px;
}
.welcome-box h3 {
    font-size: 100px;
    line-height: 80px;
    color: #5CB4B6;
}
span.pink-txt {
    color: #E73F94;
}
span.black-txt {
    color: #000;
}
h4.black-txt, h1.black-txt {
    font-size: 70px;
}
.welcome-content {
    font-size: 18px;
    line-height: normal;
}
.welcome-content p {
    margin-bottom: 30px;
}
.welcome-box {
    padding-top: 35px;
	text-align: center;
}
.custom-gradiant-btn a {
    background-image: url("https://www.csorthodontics.com/wp-content/uploads/2024/01/btn-img.png") !important;
    border: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 20px 70px !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700;
    transition: all ease 500ms !important;
}
.custom-gradiant-btn a:hover {
    filter: hue-rotate(-70deg);
    transition: all ease 500ms;
}
.custom-gradiant-btn {
    margin-bottom: 80px !important;
}
.office-locations-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/office-locations-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 70px;
    z-index: 1;
    background-position: center;
}
.office-locations-row .wpb_content_element {
    margin-bottom: 0;
}

.office-loc-heading h2 {
    margin-bottom: 15px !important;
    font-family: 'WeepingWillow' !important;
    font-size: 160px;
    font-style: italic;
    line-height: 50px;
}

span.pink-txt-loc {
    font-family: 'poppins' !important;
    font-style: normal;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E73F94;
}

.office-loc-heading {
    padding-top: 40px;
}

.trans-border {
    margin-bottom: 60px !important;
}

.trans-border span.vc_sep_line {
    border-color: #ffffff75 !important;
}

.location-heading {
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #b8d463;
}
.location-content {
    font-size: 20px;
    line-height: normal;
}
.location-content a {
    transition: all ease 500ms;
    color: #000;
}
.location-content a:hover {
    transition: all ease 500ms;
    color: #e73f94;
}
.location-content i {
    font-size: 26px;
    padding-right: 10px;
    color: #e73f94;
}
.callnow-btn a {
    background: #F3E3CA;
    padding: 18px 40px;
    display: inline-block;
    margin-top: 25px;
    font-size: 24px;
    color: #e73f94;
    font-weight: 700;
    border: 2px solid #fff4e4;
    border-radius: 15px;
    transition: all ease 500ms;
}

.callnow-btn a i {
    padding-right: 5px;
}

.callnow-btn a:hover {
    background: #b8d463;
    color: #fff;
    transition: all ease 500ms;
    border-color: #b8d463;
}
.welcome-lady-img {
    position: relative;
    top: 25px;
}
.shark-img-box {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 2;
}
.shark-img {
    background-image: url("https://www.csorthodontics.com/wp-content/uploads/2024/01/shark-img-bg.png");
    /* padding: 170px; */
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -170px;
    width: 330px;
    height: 330px;
}

.shark-img-box img {
    position: relative;
    top: 210px;
    left: -50px;
}
.team-row {
    top: -35px;
    background-attachment: fixed;
}
.meet-drs-col {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/meet-doctors-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.team-mem {
    margin-bottom: 0px !important;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/meet-dr-btn-bg.png);
    background-size: contain;
    padding: 36px;
    background-repeat: no-repeat;
    position: relative;
    top: 490px;
    font-size: 20px;
	background-position:center;
}
.meet-heading {
    font-size: 140px;
    font-family: 'WeepingWillow' !important;
    line-height: 40px;
    padding-top: 100px;
}
.dr-heading {
    font-family: 'Bernhard Gothic BQ' !important;
    font-size: 82px;
    font-weight: 100 !important;
    color: #E64094;
}
.team-content {
    /* padding: 0px 15px; */
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px !important;
/*     box-shadow: 0px 3px 13px 2px #d8d8d8; */
    border-radius: 20px;
}
.team-content-2 {
	width:75%;
	margin:0 auto;
	 box-shadow: none;
}
.team-member p {
    font-family: 'WeepingWillow';
    font-size: 72px;
    color: #fff;
    margin-bottom: 15px;
}

.team-member p:last-child {
    font-family: 'Poppins';
    font-size: 27px;
    font-weight: 700;
}

.meet-drs-col {
    width: 45% !important;
    padding-bottom: 70px;
    /* margin-bottom: 200px; */
}
.col-team {
    left: 80px;
    width: 27.5% !important;
    top: 140px;
}
.col-team-2 {
    left: -50px;
}
/* .hideOnScroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
} */
body.home .review-row {
    margin-top: -35px !important;
}
.review-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/bg-img-reviews.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    background-position: center bottom;
    background-color: #d9f0fe;
}
.team-row::after {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/bg-img-reviews3.png);
    background-size: cover;
    content: " ";
    position: absolute;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    left: 0;
    top: 96%;
    z-index: 2;
    right: 0;
}
.patient-heading {
    font-family: 'WeepingWillow' !important;
    font-size: 180px;
    color: #1a74c2;
    line-height: 100px;
    padding-top: 80px;
}

.experence-heading {
    font-size: 42px;
    position: relative;
    left: 160px;
    font-family: 'Bernhard Gothic BQ' !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 2px;
}
.revew-content {
    font-size: 16px;
}
.revew-content h3 {
    font-family: 'Bernhard Gothic BQ' !important;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
	text-transform: none !important;
}

.revew-content {
    font-size: 18px;
}

.revew-content a {
    font-size: 28px;
    font-family: 'Bernhard Gothic BQ';
    color: #E64092;
    transition: all ease 500ms;
    display: block;
    margin-top: 40px;
}

.revew-content a:hover {
    color: #5eb3b8;
}

.hashtag-content {
    font-size: 34px;
    font-family: 'Bernhard Gothic BQ' !important;
    color: #e64092;
}

.review-lady-img {
    margin-top: 50px;
}
.welcome-row {
    background: #fff9ef;
    margin-bottom: -50px;
}
.dont-wait-heading {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/bg-layer-new.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 105%;
    width: 100%;
}
.dont-wait-heading h2 {
    font-family: 'WeepingWillow' !important;
    font-size: 140px;
    color: #fff;
    padding-left: 110px;
    transform: rotate(5deg);
/*     padding-top: 30px; */
	padding-top: 3.5%;
}
.request-form-content h2 {
    font-family: 'WeepingWillow';
    font-size: 60px;
    color: #E64092;
    line-height: 80px;
}
.request-form-content h2 span {
    font-size: 95px;
    color: #FAAE40;
}
.request-form-content p {
    font-size: 18px;
}
form#gform_1 input, form#gform_1 textarea,
form#gform_2 input, form#gform_2 textarea {
    border: none;
    padding: 25px;
    box-shadow: none;
    border-radius: 20px;
    font-size: 18px;
}  
form#gform_1 select, form#gform_2 select {
    border: none;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 20px;
    font-size: 18px;
    line-height: 27px;
    height: 50px;
}

form#gform_2 .gfield_label_before_complex {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 15px;
}
.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-y: 20px !important;
}
div#gfield_description_1_3, div#field_1_6, div#field_2_6 
    font-size: 18px;
    color: #000;
}

.quote-right {
    padding-right: 2px;
    float: right;
}
.quote-left {
    padding-left: 2px;
}
.ratings {
    font-size: 20px;
    color: #f8ae40;
    padding: 0px 22px;
    letter-spacing: 3px;
    padding-top: 20px;
}
.testimonials-name {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 600;
}
.testimonial-heading p {
    font-family: 'WeepingWillow';
    text-transform: lowercase;
    font-size: 110px;
    padding-bottom: 30px;
    color: #e64094;
}
.testimonial-content {
    padding: 0px 35px;
    font-size: 18px;
    line-height: normal;
}
button.slick-prev {
    left: 415px;
    top: 350px;
    z-index: 1;
}
button.slick-prev::before,
button.slick-next::before {
    font-size: 28px;
    color: #faae40 !important;
}
.slick-next {
    top: 350px !important;
    left: 450px;
    z-index: 2;
}
.contact-sec-img {
    margin-bottom: 0px !important;
}

.contact-sec-img img {
    min-width: 780px;
    position: absolute;
    top: -190px;
    left: -65%;
}
.contact-row.vc_row[data-vc-full-width] {
    overflow-y: initial;
    overflow-x: visible !important;
}
.contact-row::after {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/bg-img-reviews5.png);
    background-size: cover;
    content: " ";
    position: absolute;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    left: 0px;
    right: 0;
    max-width: 100%;
    top: 900px;
}
.ig-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/footer-top-layer.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #0ca4b2;
}
form#gform_1 {
    margin-bottom: 30px;
}
.sec-headings h2 {
    font-size: 46px;
    color: #fff;
}
.sec-headings h2 span.ig-heading {
    font-family: 'WeepingWillow';
    font-size: 70px;
    line-height: 25px;
}
.social-row {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto !important;
    padding: 0px 25px;
}
.fb-heading span {
    font-size: 70px !important;
}
.tiktok-embed {
    border-radius: 20px;
    padding: 30px;
    background: #FFF9EF;
}
.facebook-frame {
    border-radius: 20px;
    background: #fff;
    padding: 35px 15px !important;
}

.contact-row {
    display: flex;
    align-items: center;
}
.contact-sec-img img {
    top: -460px;
    left: -62%;
}
.team-row-mob .team-mem {
    top: 0px !important;
}
.dr-imgs-mobile img {
    border-radius: 100%;
    box-shadow: 0px 0px 20px #00000057;
}
.team-row-mob {
	display: none !important;
}
.team-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.team-box a {
    text-align: center;
    font-size: 26px;
    color: #fffdf3;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
}
.team-box.review-box {
    border-radius: 20px;
}
.team-name {
    padding: 20px 15px 10px;
    position: relative;
    z-index: 1;
}
body.page-id-443 .team-box a:hover {
    transition: all ease 500ms;
    border-radius: 20px 20px 0px 300px;
}
.team-box a:hover {
    transition: all ease 500ms;
}
.team-box a:hover img {
    background-color: rgb(230 64 147);
    transition: all 0.3s ease;
    transform: scale(1.1);
}
body.page-id-443 .team-box a img {
 border-radius: 20px 20px 0px 0px;	
}
.team-box a img {
    transition: all 0.3s ease;
    height: 300px;
    object-fit: cover; 
}
.team-main .team-pop-col:nth-child(3n+1) .team-box,
.team-main .team-pop-col:nth-child(3n+1) .team-name {
    background: #007E8C;
}

.team-main .team-pop-col:nth-child(3n+2) .team-box,
.team-main .team-pop-col:nth-child(3n+2) .team-name {
    background: #f8ae40;
}

.team-main .team-pop-col:nth-child(3n+3) .team-box,
.team-main .team-pop-col:nth-child(3n+3) .team-name {
    background: #E64093;
}
.team-box a:hover {
	color: #fff;
	text-shadow: 0px 2px 4px #000000d1;
}
div#cboxMiddleRight, div#cboxBottomCenter, div#cboxMiddleLeft,
div#cboxTopCenter, div#cboxTopLeft, div#cboxTopRight, 
div#cboxBottomLeft, div#cboxBottomRight {
    display: none;
}
#cboxOverlay {
    background: rgb(59 61 65 / 60%) !important;
}
#cboxLoadedContent {
    margin-bottom: 0px !important;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
    padding: 30px !important;
}
h3.name-popup {
    font-family: 'Bernhard Gothic BQ';
    font-size: 60px;
    line-height: 60px;
    color: #e64093;
    font-style: italic;
}
#cboxClose {
    top: 0;
}
p.bio strong {
    font-family: 'WeepingWillow';
    font-size: 38px;
    font-weight: 600;
    line-height: normal;
	display:none;
}
div#cboxContent hr {
    border: 3px solid #f7eed7;
	margin-bottom:0px !important;
}
p.bio {
    overflow: scroll !important;
}
.review-box .team-content .team-name {
    border-radius: 0px 0px 20px 20px;
}
.review-box .team-name p {
    margin-bottom: 5px;
	font-weight:700;
}
.team-position {
    font-family: poppins;
    text-transform: none;
    font-size: 17px;
    font-style: normal;
}
.review-box img {
    height: auto;
}
.reviews-tabs .vc_tta-panels, .reviews-tabs .vc_tta-panel-body,
.reviews-tabs .vc_tta-panel-heading {
    background: transparent !important;
    border: none !important;
}
.reviews-tabs ul.vc_tta-tabs-list li a {
    background: #0591a0 !important;
    color: #fff !important;
    border: none !important;
    /* margin: 0px 2px; */
    padding: 50px 35px !important;
    font-size: 38px;
    font-family: 'Bernhard Gothic BQ';
    font-weight: 100;
    letter-spacing: 2px;
    width: 100%;
}
.reviews-tabs ul li:first-child a {
    border-radius: 20px 0 0 20px !important;
}

.reviews-tabs ul li:last-child a {
    border-radius: 0px 20px 20px 0px !important;
}
.reviews-tabs ul li {
    width: 33.33%;
    border: none;
    margin: 0px !important;
    padding: 0px 3px !important;
}
.reviews-tabs ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: #e64092 !important;
    color: #fff !important;
}
/* .tab-reviews-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/tan-waves.png);
} */

.brand-fonts {
    font-family: 'Bernhard Gothic BQ' !IMPORTANT;
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: 2px;
}
.faqs-heading {
    font-size: 34px;
    color: #5cb3c9 !important;
    margin-bottom: 0px;
	text-transform: none !important;
}

.faqs-heading2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.faqs-heading3 {
    font-size: 27px;
    margin-bottom: 15px;
    color: #e64093;
}
.faq-content {
    font-size: 18px;
    line-height: normal;
}
.faq-content {
    font-size: 18px;
    line-height: normal;
}
body.page-id-39 .faq-sec ul li:last-child a {
    color: #e64093 !important;
    font-family: 'WeepingWillow' !important;
    font-size: 90px;
}
/* .faq-sec ul li {width: 49% !important;} */

.faq-sec ul li a {
    font-size: 32px;
    padding: 30px 15px !important;
    font-family: 'Bernhard Gothic BQ' !IMPORTANT;
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: 2px;
	background:transparent !important;
    border: none !important;
}
/* .faq-sec ul li:last-child a {
    background: linear-gradient(180deg,#5eb3b8 0,#007e8c) !important;
    color: transparent !important;
} */

.faq-sec ul li:last-child a::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    width: 100% !important;
    height: 90% !important;
    background: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/svgexport-1.png) no-repeat 50%;
    background-size: contain;
}
.faq-sec:nth-child(4n+1) .vc_toggle_title .vc_toggle_icon {
    background-color: #007e8c
}

.faq-sec:nth-child(4n+2) .vc_toggle_title .vc_toggle_icon {
    background-color: #e64093
}

.faq-sec:nth-child(4n+3) .vc_toggle_title .vc_toggle_icon {
    background-color: #f8ae40
}

.faq-sec:nth-child(4n+4) .vc_toggle_title .vc_toggle_icon {
    background-color: #b8d463
}
.faq-sec .vc_tta-panels-container {
    padding: 0px 30px;
    margin-top: 35px;
}
/* .faq-sec .vc_toggle {
    background: hsla(44,38%,83%,.5);
    padding: 1rem;
    box-shadow: 0 3px 6px rgba(59,61,65,.16);
    transition: background .8s ease;
    text-transform: uppercase;
} */
.vc_tta-panel-body {
    background: transparent !important;
}
.vc_tta-panels {
    background: transparent !important;
    border: none !important;
}
.faq-sec .vc_tta-panel-body {
    padding: 0px !important;
}
.faq-sec .vc_toggle h4 {
    font-weight: 600;
    font-size: 22px;
}
.faq-sec .vc_toggle_active {
    background: #fefefe;
}
.faq-sec .vc_toggle_content {
    text-transform: capitalize;
    line-height: normal;
    font-size: 16px;
    margin-bottom: 0px;
}
.caudill-faq {
    background: hsla(44,38%,83%,.5);
    padding: 1rem !important;
    box-shadow: 0 3px 6px rgba(59,61,65,.16);
    transition: background .8s ease
}

.caudill-faq:nth-child(4n+1) .vc_toggle_title .vc_toggle_icon {
    background-color: #007e8c
}

.caudill-faq:nth-child(4n+2) .vc_toggle_title .vc_toggle_icon {
    background-color: #e64093
}

.caudill-faq:nth-child(4n+3) .vc_toggle_title .vc_toggle_icon {
    background-color: #f8ae40
}

.caudill-faq:nth-child(4n+4) .vc_toggle_title .vc_toggle_icon {
    background-color: #b8d463
}

.caudill-faq .vc_toggle_title {
    padding-left: 40px!important
}

.caudill-faq .vc_toggle_title .vc_toggle_icon {
    height: 30px !important;
    width: 30px !important;
    border: none;
    margin-left: 0 !important;
    border-radius: 5px;
}

.caudill-faq .vc_toggle_title .vc_toggle_icon:before {
    height: 13px!important;
    width: 3px!important;
    background: #fefefe!important;
    border: none!important
}

.caudill-faq .vc_toggle_title .vc_toggle_icon:after {
    width: 13px!important;
    height: 3px!important;
    background: #fefefe!important;
    border: none!important;
    visibility: visible !important; 
}

.caudill-faq .vc_toggle_content {
    margin-bottom: 0
}

.caudill-faq.vc_toggle_active {
    background: #fefefe
}
.faq-sec .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
    transform: scale(1.1) !important;
    position: relative !important;
    z-index: 1 !important;
	transition:transform .1s ease !important;
}
body.page-id-39 .subheader::after {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/curve-swash-1@2x.png);
    height: 180px;
    background-size: cover;
/*     top: 610px; */
	display:none;
}
body.page-id-39 .inner-page-container {
    max-width: 1600px !important;
}
body.page-id-39 .office-locations-row {
    top: -50px;
}
body.page-id-39 .shark-img {
    top: -300px;
	right: -100px;
}
.map-row-contact h2 {
    background: #5eb3b8;
    display: table;
    margin: 0 auto;
    padding: 15px 30px;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
body.page-id-39 .faq-sec ul li:last-child a::before {
    display: none !important;
}
/* body.page-id-39 .faq-sec ul li:last-child a {
    color:#fff !important;
} */
.request-form-tab {
    padding: 0px 60px;
}
.request-form-tab input, .request-form-tab textarea, .request-form-tab select {
    background: #ffffff !important;
    border: 1px solid #329aa3 !important;
    border-radius: 10px !important;
}
input#gform_submit_button_1, input#gform_submit_button_2, input#gform_submit_button_5 {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/btn-img.png) !important;
    border: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 24px 70px !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 300;
    transition: all ease 500ms !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    cursor: pointer !important;
	border:none !important;
}
input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover, 
input#gform_submit_button_5:hover {
    filter: hue-rotate(-70deg);
    transition: all ease 500ms;
}
.custom-heading {
    font-family: 'Bernhard Gothic BQ';
    font-size: 66px !important;
    font-weight: 100 !important;
    color: #E64094 !important;
    line-height: normal;
	text-transform:none !important;
}

.custom-para {
    font-size: 18px;
    line-height: normal;
}

.custom-para a {
    color: #1a74c2;
    font-family: 'Bernhard Gothic BQ';
    font-size: 22px;
    transition: all ease 500ms;
}

.custom-para a:hover {
    text-decoration: underline !important;
}
.custom-heading {
    font-family: 'Bernhard Gothic BQ';
    font-size: 56px !important;
    font-weight: 100 !important;
    color: #E64094 !important;
    line-height: 60px;
}
.custom-para {
    font-size: 18px;
    line-height: normal;
}
.custom-para a {
    color: #e64093;
    font-family: 'Bernhard Gothic BQ';
    font-size: 28px;
    transition: all ease 500ms;
}
.custom-para a:hover {
    text-decoration: underline !important;
}
.custom-img img {
    border-radius: 20px;
/*     box-shadow: 0px 0px 10px 3px #ccc; */
}
.subheader.custom-banner {
    padding-bottom: 425px;
    background-size: cover;
	background-position: center 150px;
}
.subheader.custom-banner::after {
/*     top: 650px; */
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/curve-swash-1@2x.png);
    height: 180px;
}
.custom-li ul li,
.custom-para ul li {
    font-size: 18px;
    line-height: normal;
/*     display: flex; */
    margin-bottom: 15px;
}

/* .custom-li ul li:before,
.custom-para ul li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #e64092;
    font-size: 20px;
}
 */
.custom-li ul, .custom-para ul {
/*     list-style: none; */
    margin-bottom: 10px !important;
    margin-left: 25px !important;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: #5eb3b8 !important;
    padding: 0px 3px !important;
}
.custom-heading-2 {
    font-size: 42px !important;
    font-family: 'Bernhard Gothic BQ';
    color: #e64094 !important;
    line-height: 45px;
	text-transform: none !important;
}
div#gfield_description_1_3 {
    font-size: 18px;
}
.location-head {
    font-size: 150px;
}
.location-head-2 {
    font-family: poppins !important;
    font-weight: 800 !important;
    font-size: 38px;
    text-transform: uppercase;
    color: #5eb3b8;
}
.location-head-3 {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    font-size: 30px;
}
.location-detail-row {
   background: rgb(255,253,243);
    background: linear-gradient(180deg, rgba(255,253,243,1) 0%, rgba(255,245,196,1) 69%, rgba(255,243,180,1) 100%);
}
.get-touch-col {
    background: #5eb3b8;
    padding: 0px 0px;
}

.get-touch-col .vc_column-inner {
    padding: 0px !important;
}

.get-touch-heading {
    background: #3a9499;
    font-family: 'Bernhard Gothic BQ' !important;
    text-transform: uppercase;
    text-align: center !important;
    color: #fff;
    padding: 10px 0px;
    font-weight: 600 !important;
    letter-spacing: 3px;
}
.get-touch-col .vc_inner {
    padding: 30px 30px;
    margin: 0px !important;
    background: rgb(94,179,184);
    background: linear-gradient(180deg, rgba(94,179,184,1) 0%, rgba(80,152,156,1) 60%, rgba(67,127,130,1) 100%);
}

.location-box {
    margin-bottom: 0px !important;
}

.location-box ul {
    list-style: none;
}
.location-box ul li {
    display: flex;
    align-items: baseline;
    color: #fff;
    font-size: 16px;
}
.location-box ul li:first-child {
    padding-bottom: 10px;
}
.location-box-2 ul li {
    padding-bottom: 0px !important;
}
.hours-col {
    padding-left: 30px !important;
    border-left: 4px solid #ffffff8c;
    height: 200px;
}
.location-box ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}
.location-box ul li h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.location-box ul li i {
    font-size: 22px;
    padding-right: 6px;
}
.get-touch-col {
    background: #5eb3b8;
    padding: 0px 0px;
    top: -140px;
}
.get-touch-row[data-vc-full-width] {
    overflow: visible !important;
}
.location-page-map .wpb_wrapper {
    padding: 0px !important;
}

.location-page-map {
    margin-bottom: 0px !important;
}
.location-page-map iframe {
    height: 60vh;
}
.location-col-page .vc_column-inner {
    padding-top: 0px !important;
}
.inner-location-row {
    width: 100%;
    max-width: 780px;
    margin: 0 auto !important;
}
.location-h2 {
    font-size: 120px;
    color: #f7be68;
}
.location-num {
    font-family: 'Bernhard Gothic BQ' !important;
    font-weight: 600 !important;
    color: #F7EEC8;
    font-size: 32px;
}
.inner-location-row p {
    color: #fffbea;
}
.tscan-row {
    padding-top: 95px;
    padding-bottom: 100px;
    top: 35px;
}
/* ul#primary-menu li:last-child {
    background-image: url("https://www.csorthodontics.com/wp-content/uploads/2024/03/yellow-brush.png");
    background-position: center;
    background-size: cover;
    padding: 15px 26px;
}

ul#primary-menu li:last-child:hover a {color: #fff;}

ul#primary-menu li:last-child:hover {filter: hue-rotate(-70deg);}
.main-navigation ul ul li:last-child {
    background: transparent !important;
}

.main-navigation ul ul li:last-child:hover {filter: none !important;} */
/******* Main Content CSS End ********/

body.page-id-446 main#primary {
    background-color: rgb(94,179,184);
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding: 70px 0px;
/* 	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/04/14-girl.png); */
    background-size: 25%;
    background-position: 100% center;
/* 	background-image: linear-gradient(270deg, rgb(94 179 184 / 65%) 0%, rgb(162 122 166) 50%, rgb(230 64 147) 100%), url(https://www.csorthodontics.com/wp-content/uploads/2024/01/Watermark.png);
	background-position: 120% top;
	padding-top: 270px;
    padding-bottom: 130px; */
}

body.page-id-446 .subheader {
    display: none;
}
body.page-id-446 .page {
    background: transparent !important;
}
.connect-us-heading {
    font-family: 'Bernhard Gothic BQ' !important;
    text-transform: uppercase;
    color: #e64094;
    font-weight: 100 !important;
    font-size: 36px;
    line-height: 0px;
    letter-spacing: 10px;
    background-color: #fff !important;
    display: inline;
}
.connect-us-heading-2 {
    font-size: 140px;
    font-family: 'WeepingWillow' !important;
    text-transform: capitalize;
    font-weight: 100 !important;
    color: #fff;
    letter-spacing: 0px;
    line-height: 100px;
    margin-top: 25px;
}

.social-content p {
    font-size: 26px;
    line-height: normal;
    color: #fff;
    font-weight: 200;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.social-content img {
    width: 200px;
    position: relative;
    top: -50px;
    padding-left: 30px;
}
.social-icon-row .wpb_column {
/*     width: 14.28%; */
    padding: 0px 10px;
	 width: 10%; 
}

.social-icon-row .wpb_column .vc_column-inner {
    padding: 7px;
/*     background: rgba(255, 255, 255, 0.2); */
	 background:#fff; 
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all ease 500ms;
}
.icon-img-new {
    margin-bottom: 0px !important;
}
.icon-img-new img {
	transition: all ease 500ms;
}

.social-icon-row .wpb_column .vc_column-inner:hover img {
   filter: brightness(0.4);
    transition: all ease 500ms;
}

.social-icon-row .wpb_column .vc_column-inner:hover {
    background: #fff;
}
.banner-txt h1 {
    font-family: 'WeepingWillow';
    font-size: 140px;
    line-height: 140px;
    color: #fff;
}
.catch-wave-row {
    background: rgb(255,253,243);
    background: linear-gradient(180deg, rgba(255,253,243,1) 0%, rgba(255,249,218,1) 51%, rgba(255,247,204,1) 100%);
}
.catch-heading {
    font-family: 'WeepingWillow' !important;
    font-size: 132px;
    line-height: 150px;
    color: #5cb3ba;
}
body.page-id-342 .faqs-heading {
    color: #fffdf3;
}
.brand-fonts {
    color: #fffdf3;
}

.faqs-heading2 {
    color: #fffdf3;
    font-family: poppins !important;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0px !important;
	font-size: 28px;
}
.custom-para-new {
    color: #fffdf3;
    font-size: 20px;
    font-weight: 400;
}







.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 #5eb3b8;
    margin-bottom: 10%;
}

.home_blog_content:hover {
    border-color: #f79c12
}

.home_blog_content a {
    color: #011151;
    font-size: 38px;
    font-weight: 300;
/*     font-family: 'Oswald' */
}
.home_blog_content h3 a, h2.bio_header_text {
    font-size: 46px;
    font-family: 'Bernhard Gothic BQ';
    font-weight: 900;
}
.home_blog_content a:hover {
    color: #f79c12;
    text-decoration: none
}

.blogListFooter span.listAuthor {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins'
}

.zoom, .post-img img {
    border: 1px solid #5eb3b8;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px #5eb3b8;
    background: #5eb3b8;
/* 	width:100%; */
	max-width: 800px;
}

.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
}

.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
}

.blog-img img {
    width: 100%
}

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

.date-blog {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 40px;
    background: #e64092;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
    font-size: 12px;
}

span.month {
    margin-left: -3px
}

hr.blog-hr {
    margin: 7px 0!important;
    border-color: #fff
}

span.max-date {
    font-size: 20px;
    margin-left: -4px
}

span.year {
    margin-left: -6px
}

.blogSideBar .widget_search button[type="submit"] {
    background: #767677!important
}

.blogContent h2.blog-title {
    color: #767677!important
}



.post-title-bg {
    padding: 0 15px;
    width: 100%
}

.post-expt p {
    font-size: 16px;
    font-family: poppins;
    line-height: normal
}

.more_link a {
    color: #f69a4f;
    font-size: 48px !important;
    transition: all ease 500ms;
    font-family: 'WeepingWillow';
}

.more_link a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px
}

.blog-sidebar-col section.widget h2 {
    background: #e64092;
    color: #fff;
    border-left: 15px solid #f69a4f;
    line-height: 1.5;
    text-indent: 10px!important;
    font-size: 30px;
    margin-top: 30px;
    font-weight: 500;
    font-family: poppins;
}

section#recent-posts-2 ul li a,.recent-posts ul li a {
    color: #000!important;
    display: flex;
    padding: 10px 0;
    transition: all linear .25s;
    border-bottom: 2px dotted #000!important;
    align-items: center;
    font-family: poppins;
    font-size: 16px;
    line-height: normal
}

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

.single-post main#primary a:hover {
    color: #e64092 !important;
}

section#recent-posts-2 ul,.recent-posts ul {
    list-style: none
}

section#recent-posts-2 ul li a:hover,.recent-posts ul li a:hover {
/*     background: #f69a4f;
    color: #fff!important */
}
section#recent-posts-2 ul li a:before, .recent-posts ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 0;
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    color: #5eb3b8;
    font-size: 20px;
}

section#search-2, section#search-3 {
    background: #5eb3b8;
    border-radius: 8px;
    padding: 20px;
}
form.search-form {
    font-family: poppins;
    font-size: 16px
}

section#search-2 input.search-field,section#search-3 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

section#search-2 input.search-submit,section#search-3 input.search-submit {
    background: #e64092;
    color: #fff;
    transition: all linear .25s!important;
    padding: 8px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    width: 30%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

section#search-2 label,section#search-3 label {
    margin-bottom: 0;
    float: left;
    width: 70%
}

section#search-2 input.search-submit:hover,section#search-3 input.search-submit:hover {
    background: #f69a4f;
}

form.search-form {
    font-family: poppins;
    font-size: 16px
}

.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: #f69a4f;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    display: block;
}

.pagination li a:hover, .pagination li.active a {
    background-color: #e64092;
}

.pagination ul {
    display: flex;
    margin: 15px auto;
    font-family: 'Barlow'
}

.pagination ul li {
    margin: 3px
}

.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center
}

.navigation.pagination ul li a {
    font-size: 20px;
    padding: 20px 20px;
    border-radius: 30px;
    font-family: 'Bernhard Gothic BQ';
}

.isotope-item {
    margin-top: 60px
}

.post-title-bg h2 {
    color: #011151!important;
    font-size: 52px;
    font-weight: 300!important;
    margin: 30px 0;
    font-family: 'Oswald'
}

#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: #011151!important;
    transition: linear all .25s;
    font-family: oswald;
    font-weight: 200;
    font-size: 40px;
    line-height: normal
}

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

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

.blogImage {
    border: 1px solid #f7a800;
    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 .blogDate {
	width: 50px;
    background: #e64092;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-size: 15px;
	position: absolute;
}

.post-img hr {
    border-color: #fff
}

body.single .post-thumbnail {
    display: none
}

.single-post-thumbnail img {
    width: 100%;
    border: 5px solid #011151;
    margin-bottom: 20px
}

body.single .post-img hr {
    border-color: #fff;
    margin: 15px 0
}

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

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

.blogPage hr {
    border-color: #d6d6d6
}

.blogImage .blogDate hr {
    border-top: 1px solid #fff;
    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: 700
}

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
}

.post-img a {
    color: #f79c12
}

.post-img a:hover {
    color: #65bcff
}

body.single-post .entry-content h4 {
    font-family: 'Oswald';
    font-size: 38px;
    line-height: normal;
    color: #f7a800;
    font-weight: 400
}

.single-post footer.entry-footer {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: normal
}
.blog-main {
    padding-top: 35px;
    background: #fffdf3;
}
.blog-main .blogListFooter {
    display: none;
}
.single-post-main {
    background: #fffdf3;
    padding-top: 50px;
}
body.single-post .entry-content h2,
body.single-post .entry-content h3 {
    font-family: 'Bernhard Gothic BQ';
    font-weight: 500;
    color:#e64092;
    font-size:38px;
}
.svg-bg-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/flowers.svg), linear-gradient(0deg,#157e8c 0,#0c4c57 91%) !important;
    padding-top: 70px !important;
	padding-bottom: 90px !important;
}
.svg-bg-row .custom-heading {
    color: #fffdf3 !important;
    margin-bottom: 20px;
}
.svg-bg-row .custom-para {
    color: #fffdf3 !important;
}
.svg-bg-row img {
    box-shadow: 0px 0px 5px #137381;
    border-radius: 30px;
}
body.page-id-29 .subheader h1.entry-title {
    text-align: center;
    padding-bottom: 20px;
}
/* body.page-id-29 .breadcrumbs.breadcrumb {
    display: table;
    margin: 0 auto;
} */
body.page-id-342 .subheader {
    display: none;
}
body.page-id-327 .inner-page-container {
    padding-top: 0px !important;
}
body.page-id-327 .subheader.custom-banner::after {
/*     top: 660px; */
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/curve-shape.png);
}
.fun-font-heading {
    font-family: 'WeepingWillow';
    font-size: 120px !important;
    line-height: 80px;
    color: #fffdf3 !important;
}

.custom-heading-h3 {
    font-family: 'Bernhard Gothic BQ';
    text-transform: uppercase;
    font-weight: 600;
    color: #fffdf3 !important;
    font-size: 36px !important;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.ortho-content h4 {
    color: #fffdf3;
    font-weight: 200;
    font-size: 26px;
}

.ortho-content p {
    color: #fffdf3;
    font-size: 18px;
    padding-top: 15px;
}
.shape-row::before {
    width: 100%;
    height: 85px;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/light-cream-top2.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    top: -80px;
    left: 0;
}
.shape-row2::before {
    width: 100%;
    height: 85px;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/small-cream-divider.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    top: -45px;
    left: 0;
}
.shape-row3::before {
    width: 100%;
    height: 85px;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/blue-top-divider.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    top: -50px;
    left: 0;
}
.shape-row,
.shape-row2,
.shape-row3,
.shape-bottom-row,
.wave-bg,
.shade-cream-row {
    overflow: visible !important;
}
.custom-heading-dark {
    font-family: 'Bernhard Gothic BQ' !important;
    color: #147986 !important;
    font-size: 46px !important;
}
.custom-heading-dark {
    font-family: 'Bernhard Gothic BQ' !important;
    color: #147986 !important;
    font-size: 46px !important;
}
.custom-li ul li::marker, .custom-para ul li::marker {
    color: #116876;
}
.cost-ortho-row ul li::before, 
.custom-li ul li::before,
.custom-para ul li::before {
    content: " ";
    background-image: url("https://www.csorthodontics.com/wp-content/uploads/2024/03/Marine-Life.png");
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 1;
    background-size: cover;
    left: 10px;
}
.custom-heading-dark {
    font-family: 'Bernhard Gothic BQ' !important;
    color: #147986 !important;
    font-size: 46px !important;
}

.custom-li ul li::marker, .custom-para ul li::marker {
    color: #116876;
}
.lady-dr-sec {
    padding: 200px 0px;
    margin-top: 40px;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/sec-img3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pink-heading {
    font-family: 'WeepingWillow' !important;
    font-size: 100px;
    line-height: 45px;
    color: #e64094;
    letter-spacing: -1px;
}
.lady-dr-sec .custom-heading-dark {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 28px !important;
    margin-top: 25px;
}
.img-shark img {
    width: 160px;
    box-shadow: none;
}
.img-shark {
    margin-bottom: 20px;
}
.gradient-cream-row {
    background-color: transparent;
    background-image: linear-gradient(360deg,#fffdf3 0,#f7eed7 100%);
    padding: 50px 0px;
}
.gradient-cream-row h2 {
    color: #126f7d !important;
    font-size: 56px !important;
    line-height: 60px !important;
    font-family: 'Bernhard Gothic BQ' !important;
	text-transform:none !important;
}

.num-box {
    margin-bottom: 0px !important;
}
.gradient-cream-row2 .num-box {
    filter: hue-rotate(134deg);
}
.num-box {
    text-align: center;
    background-image: url("https://www.csorthodontics.com/wp-content/uploads/2024/01/shark-img-bg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 110px 0px;
}

.num-box p {
    font-size: 26.9rem;
    font-family: 'WeepingWillow';
    color: #fff;
    font-style: italic;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
}
.green-gradient-btn a {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/green-swatch.svg) !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 15px 50px !important;
    background-size: contain;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 300;
    transition: all ease 500ms !important;
    letter-spacing: 3px;
    border: none !important;
    background-position: center;
    background-repeat: no-repeat !important;
}

.green-gradient-btn a:hover {
	filter: hue-rotate(119deg);
}
.gradient-cream-row3 .num-box {
    filter: hue-rotate(270deg);
}
.steps-dark-row h3 {
    margin-bottom: 0px !important;
}
body.page-id-317 .svg-bg-row {
    padding-bottom: 20px !important;
}
body.page-id-330 .subheader {
    display: none !important;
}
.shape-bottom-row::before {
   	width: 100%;
    height: 85px;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/Blue-Bottom.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
}
.svg-bg-2 {
    padding-bottom: 40px !important;
}
.shade-cream-row::before {
    width: 100%;
    height: 85px;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/small-cream-divider.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    top: -70px;
    left: 0;
	top: -40px;
    overflow: visible !important;
}
.shade-cream-row {
    float: left;
}
/* .shade-cream-row::after {
    width: 100%;
    height: 115px;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/bottom-background-shape.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    overflow: visible !important;
    top: 1080px;
} */
.bg-row-22 {
  background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/02/bg-img.66.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 435px;
    background-position: bottom;
}
.cost-ortho-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/sharl-img-full.png);
    padding: 60px;
    border-radius: 15px;
   /* position: absolute;*/
    z-index: 3;
    background-color: #004c57;
    background-repeat: no-repeat;
/*     background-blend-mode: luminosity; */
    background-size: 43%;
    background-position: 115% 20px;
	width:100%;
}
.cost-ortho-row .custom-para {
    margin-bottom: 0px;
    color: #fffdf3;
}
.cost-ortho-row ul li::marker {
	color: #00a6be;
}
.cost-ortho-row h2 {
	color: #FFFDF3 !important;
    font-family: 'WeepingWillow' !important;
    font-size: 84px !important;
    margin-bottom: 30px;
}
.shade-cream-row {
/*     padding-top: 30px !important;
    padding-bottom: 250px; */
}
body.page-id-333 .subheader {
    display: none;
}
body.page-id-333 .shade-cream-row::after {
    top: 1050px;
}
body.page-id-333 .p-rich_text_section {
    margin-bottom: 10px;
}
body.page-id-35 .subheader {
    display: none;
}
body.page-id-35 .shade-cream-row {
/*     padding-top: 120px !important; */
}
body.page-id-35 .shade-cream-row::before {
    display: none;
}
.patient-resources-faqs:last-child {
    margin-bottom: 0px;
}
body.page-id-35 .shade-cream-row::after {
    top: 370px;
}
body.page-id-432 .subheader {
    display: none;
}
body.page-id-432 .cost-ortho-row {
	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/04/img-31.jpg);
    background-size: 60%;
    background-position: 115% bottom;
    background-blend-mode: normal;
}
body.page-id-432 .shade-cream-row {
    padding-top: 100px !important;
}
body.page-id-432 .shade-cream-row::before {
    display: none !important;
}
body.page-id-432 .shade-cream-row::after {
    top: 650px;
}
body.page-id-434 .shade-cream-row::before {
    display: none !important;
}
body.page-id-434 .shade-cream-row::after {
    top: 680px;
}
.reviews-tabs .vc_tta-panel-body {
    padding-top: 30px !important;
}
.shape-row3 .vc_column-inner {
    padding: 0px !important;
}
body.page-id-428 .shade-cream-row::before {
    top: -30px;
}
body.page-id-428 .shade-cream-row {
    padding-top: 80px !important;
}
body.page-id-428 .cost-ortho-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/05/Untitled-2-2-1.png);
    padding: 150px 0px 150px 0px;
    border-radius: 15px;
    /* position: absolute; */
    z-index: 3;
    background-size: 44%;
    background-position: 102% top;
    width: 100%;
/*     background-blend-mode: hard-light; */
}
.social-icon-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
h2.banner_sub_text {
    text-align: center;
    font-family: 'Bernhard Gothic BQ';
    font-size: 50px;
    color: #f69a4f;
}
.consult-btn a {
    background: #f69a4f !important;
    color: #fff !important;
    font-size: 24px !important;
    border: none !IMPORTANT;
    font-family: 'Poppins';
    font-weight: 600;
}

.consult-btn a:hover {
    transition: all ease 500ms;
    background: #e64093 !important;
}
.bg-wave {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/bgimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    background-blend-mode: overlay;
    background-color: #fffdf370;
}
h2.pink-heading-box {
    font-family: 'WeepingWillow' !important;
    font-size: 90px !important;
    color: #e64093 !important;
}
.custom-para-new2 {
    font-size: 28px;
    font-weight: 200;
}
.wave-row {
    background-blend-mode: overlay;
    background-color: #fffcf245;
    background-attachment: fixed;
}
.wave-row h2 {font-family: 'WeepingWillow' !important;font-size: 100px !important;color: #e64093 !important;line-height: 70px;}
.wave-row p {
    font-size: 20px;
}
.svg-2  .brand-fonts {
    color: #f7eed8 !important;
}
.custom-para-new a:hover {
    color: #f7eed8;
}
.svg-bg-row a {
    color: #fff0ca;
}
body.single-post .footer-sec-2 {
    display: block;
    margin-top: 0px;
}
.single-post-main {
    padding-bottom: 50px;
}
.suresmile-row .custom-heading {
    font-family: 'Bernhard Gothic BQ' !important;
    font-size: 40px !important;
    line-height: normal;
}
.smiles-imgs img {
    border-radius: 20px;
}
.smiles-imgs {
    margin-bottom: 0px !important;
}
.ayg-thumbnail-title {
  font-weight: 500;
  line-height: 22px;
}



/******************************************************

            Responsive Media Queries Start

*******************************************************/


@media all and (max-width:1850px) {
    .site-branding.logo {
        padding: 20px 0px 30px 0px !important;
    }
    .logo-col {
        max-width: 20% !important;
        flex:20% !important;
    }
    .right-head {
        max-width: 80% !important;
        flex: 80% !important;
    }
    ul#primary-menu li {
        padding: 10px;
    }
    ul#primary-menu li a {
        font-size: 18px;
    }
    .phone-option a {
        font-size: 16px;
    }
    .appointment-btn a {
        font-size: 24px;
        padding-right: 20px;
        padding-top: 18px;
        padding-bottom: 45px;
    }   
}
@media all and (max-width:1580px) {
	.right-head {
    max-width: 83% !important;
    flex: 83% !important;
}
.logo-col {
    max-width: 17% !important;
    flex: 17% !important;
}
.main-navigation {
    width: 60%;
}
    .phone-option a {
        font-size: 16px;
    }
    ul#primary-menu li {
        padding: 8px;
    }
    ul#primary-menu li a {
        font-size: 16px;
    }
    .header-location ul#location-menu li a {
        font-size: 20px;
    }
    h2.near-you {
        font-size: 22px;
    }
.contact-row::after {
    height: 80px;
    top: 890px;

}
	.dental-checkup-subheader .weeping-willow-font {
	  margin-left: -150px;
}
}
@media all and (max-width:1450px) {
.welcome-row .wpb_column:nth-child(2) {
    margin-bottom: 25px;
}
.welcome-row {
    display: flex;
    align-items: end;
}
	button.slick-prev {
    left: 320px;
    top: 380px;
}
.slick-next {
    top: 380px !important;
    left: 360px;
}
    .logo-col {
        max-width: 18% !important;
        flex: 18% !important;
    }
    .right-head {
        max-width: 82% !important;
        flex: 82% !important;
    }
    .phone-option i {
        font-size: 24px;
    }
    .appointment-btn a {
        font-size: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    ul#primary-menu li a {
        font-size: 16px;
    }
    .phone-option a {
        font-size: 15px;
    }
    .header-location ul#location-menu li a {
        font-size: 18px;
    }
    h2.near-you {
        font-size: 20px;
    }
    .header-location ul#location-menu li {
        padding: 5px 15px;
    }
	.contact-sec-img img {
		top: -510px;
	}
	.contact-img-col .actual-patient-div span {
		padding: 15px 90px 20px 70px;
    	font-size: 20px;
	}
}
@media all and (max-width:1340px) {
.contact-sec-img img {
    top: -470px;
}
ul#primary-menu li#menu-item-293 {
    display: block;
}
	button.slick-prev {
    top: 430px;
}
.slick-next {
    top: 430px !important;
}
.dont-wait-heading h2 {
    font-size: 100px;
    padding-left: 110px;
}
.contact-row::after {
    height: 50px;
    top: 1020px;
}
.dont-wait-heading {
    top: 110%;
    width: 100%;
    background-size: contain;
}
	nav.header-nav {
    display: none;
}
.team-member p {
    font-size: 46px;
	margin-bottom:8px;
}
.team-member p:last-child {
    font-size: 22px;
}
.header-location {
    padding: 10px 0px;
    position: relative;
    top: 5px;
    z-index: 2;
    margin-top: 0px !important;
}
nav.location-menu {
    justify-content: start;
}
/* .contact-sec-img {
    display: none;
} */
.site-branding.logo {
    padding: 15px 0px 15px 0px !important;
}
.appointment-btn a {
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 35px;
    width: 275px;
}
.logo-col {
    max-width: 20% !important;
    flex: 20% !important;
}
 .right-head {
        max-width: 80% !important;
        flex: 80% !important;
    }
.header-location ul#location-menu li {
    padding: 5px 10px;
}
/* header#masthead {
    position: fixed;
    background: #fff;
    z-index: 9;
    width: 100%;
    top: 0;
    box-shadow: 0px 2px 20px 2px #00000017;
} */
#rmp_menu_trigger-169 {
    display: block;
    top: 47px;
}
}
@media all and (max-width:1024px){
button.slick-prev {
    top: 570px;
    left: 220px;
}
.slick-next {
    top: 570px !important;
    left: 260px;
}
	.dont-wait-heading {
    top: 100%;
	}
.dont-wait-heading h2 {
    font-size: 90px;
    padding-left: 90px;
    margin-top: -10px;
}
.team-mem {
    padding: 25px;
}
.team-member p {
    font-size: 38px;
}
.team-member p:last-child {
    font-size: 18px;
}
.team-member p {
    margin-bottom: 0px;
}
.logo-col {
    max-width: 25% !important;
    flex: 25% !important;
}
.right-head {
    max-width: 75% !important;
    flex: 75% !important;
}
h2.near-you {
    font-size: 18px !important;
}
.header-location ul#location-menu li a {
    font-size: 16px;
}
footer#colophon .col-md-3 {
    max-width: 50%;
    flex: 50%;
}	
footer#colophon .col-md-3:nth-child(3) {
    margin-top: 50px;
}
.welcome-box h2 {
    font-size: 90px;
    line-height: 80px;
}
.welcome-box h3 {
    font-size: 60px;
    line-height: 30px;
}
h4.black-txt, h1.black-txt {
    font-size: 45px;
}
.welcome-box {
    margin-bottom: 10px !important;
}
.shark-img-box img {
    top: 180px;
    left: -50px;
    width: 130px;
}
.shark-img {
    top: -130px;
    width: 210px;
    height: 200px;
    background-size: contain;
}
.welcome-lady-img {
    position: static;
}
.col-team {
    width: 100% !important;
    position: static !important;
}
.meet-drs-col {
    width: 100% !important;
    margin-top: 30px !important;
}
.team-row {
    display: none;
}
.team-row-mob {
	display: block !important;
}
.team-row::after {
    top: 98%;
}
.custom-gradiant-btn {
	margin-bottom:0px !important;
}
.team-row-mob .team-mem {
    top: -70px !important;
}
.meet-heading {
    line-height: 50px;
    padding-top: 0px !important;
}
.meet-drs-col {
    margin-top: 0px !important;
}
.header-location {
    top: 20px;
}
}
@media all and (max-width:992px) {

.main_slider {
    padding-top: 50px;
}
.subheader h1.entry-title {
    font-size: 160px;
}
.subheader {
    padding: 40px 0px;
    padding-top: 150px;
}
.breadcrumbs.breadcrumb {
    font-size: 42px;
	line-height:20px;
}           
.contact-img-col {
    display: none;
}
.contact-row {
	display:block !important;	
}
.dont-wait-heading h2 {
    font-size: 80px;
	}
.dont-wait-heading {
    top: 106%;
}
.header-location {
    display: none;
}
#rmp_menu_trigger-169 {
    top: 50px;

}
.revew-content h3 br {
    display: none;
	font-size:30px;
}
.team-row::after {
    height: 40px;
    top: 99%;
}
.contact-row::after {
display:none !important;
}
button.slick-prev {
    top: 50%;
    left: -10px;
}
.slick-next {
    top: 50% !important;
    left: auto;
    right: 0px !important;
}
.contact-row .wpb_column {
    width: 50% !important;
	max-width:50% !important;
	flex:50% !important;
}

}

@media all and (min-width: 800px) {
	.ayg-player {
  padding: 0 50px;
}
}



@media all and (max-width:767px) {
.welcome-row .wpb_column:nth-child(2) {
    margin-bottom: 75px;
}
.meet-drs-col {
	width:100% !important;
}
.contact-row .wpb_column {
    width: 100% !important;
	max-width:100% !important;
	flex:100% !important;
}
.dont-wait-heading {
    top: 110%;
	left: 0%;
}
.dont-wait-heading h2 {
    font-size: 100px;
}
.review-lady-img {
    display: none;
}
	.welcome-row {
	display:block;
    align-items: end;
}
.welcome-lady-img {
    text-align: center !important;
}
footer#colophon .col-md-3 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    padding-top: 30px;
}
nav#footer-navigation {
    width: 100%;
}
.work-hours {
    max-width: 100%;
    justify-content: center;
}
footer#colophon .col-md-3:nth-child(3) {
    margin-top: 0px;
}
ul.footer-phone-detail li {
    justify-content: center;
}
.footer-logo {
    text-align: center;
}
.footer-social-icons ul {
    justify-content: center;
}
.copyright-footer {
    text-align: center;
	margin-bottom:15px;
}
/* .appointment-btn a {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
	width: 250px;
	background-position: bottom;
} */
.right-head {
    max-width: 100% !important;
    flex: 100% !important;
    padding-bottom: 15px;
    padding-top: 10px;
}
header#masthead .row {
    display: block;
}
.logo-col {
    max-width: 35% !important;
    flex: 35% !important;
}
.appointment-btn {
    top: -85px;
}
#rmp_menu_trigger-169 {
    top: 52px;
}
span.pink-txt-loc {
    font-size: 48px;
}
.office-loc-heading h2 {
    font-size: 120px;
}
.office-locations-row .wpb_column {
    margin-bottom: 35px;
}
.office-locations-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/01/location-bg-img-2.png);
    background-color: #f3e4cb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: color-burn;
}
.sec-headings {
    padding-top: 50px;
}
.sec-headings h2 span.ig-heading {
    line-height: 70px;
}
.zoom-instagram.feed-156 .zoom-instagram-widget__items {
    gap: 10px !important;
}
button.slick-prev {
    left: -10px;
    top: 50%;
    z-index: 1;
}
.slick-next {
    z-index: 2;
    top: 50% !important;
    left: auto;
    right: -5px !important;
}
.appointment-btn a {
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 265px;
    background-position: bottom;
}
.shape-row3::before {
	top: -15px;
}
.shape-row2::before {
    top: -10px;
}
.appointment-btn {
    top: -80px;
}
.col-md-9.right-head {
    padding: 0;
}
.col-md-9.right-head nav#site-navigation {
    display: none;
}
.main_slider {
    padding-top: 0px;
}
.life-with-aligners-row .wpb_wrapper {
    flex-direction: column;
}
.subheader::after {
/* 	top: 500px; */
}
	.advanced-orthodontics-h1 h1 {
    font-size: 13px !important;
}
	.review-row .actual-patient-div {
    display: none;
}
	div.riding-the-waves-row {
		background: none !important;
		padding: 35px 0px !important;
	}
	.riding-the-waves-img {
		display: block !important;
	}
	.social-icon-row .wpb_column {
		width: 20%;
	}
	.callnow-btn a {
		padding: 15px 30px;
		font-size: 20px;
	}
	.testimonial-code .testimonials-box .testimonial-inner {
		position: relative;
	}
	.testimonial-code .quote-right {
		position: absolute;
		left: auto;
		right: 0px;
	}
	.request-form-tab {
		padding: 0px !important;
	}
	.request-form-tab .vc_tta-panel-body {
		border: none !important;
	}
	.request-form-tab .vc_tta-panel-heading {
		background-color: unset !important;
		border: none !important;
	}
	.request-form-tab .vc_tta-panel-title a {
		color: #e64093 !important;
		font-family: 'WeepingWillow' !important;
		font-size: 48px;
        padding: 0px 0px 10px !important;
	}
	.review-row {
    	padding-bottom: 135px;
	}
	.page-id-424 .cost-ortho-row, .page-id-392 .cost-ortho-row, .page-id-1717 .cost-ortho-row, .page-id-434 .cost-ortho-row {
		padding: 0px;
		margin: 0 auto;
	}
	.page-id-424 .cost-ortho-row .vc_toggle_icon, .page-id-392 .cost-ortho-row .vc_toggle_icon, .page-id-434 .cost-ortho-row .vc_toggle_icon {
		left: 87% !important;
    	padding: 15px !important;
	}
	.num-box {
		background-position: center;
		padding: 85px 0;
	}
	.num-box p {
    	font-size: 12rem;
        margin: 10px 0px 0px -50px;
	}
	.page-id-1715 .actual-patient-div {
		bottom: 80px !important;
		right: 5px;
	}
	.common-reasons-why-row .custom-heading {
		font-size: 40px !important;
		line-height: 40px;
	}
	.braces-treatment-col {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.page-id-1709 .we-cant-wait-row .custom-heading {
		font-size: 60px !important;
	}
	.how-to-handle-row {
		padding: 10px 10px 350px 10px;
		margin: 0 auto !important;
		background-size: 100% !important;
	}
	.how-to-handle-row .actual-patient-div {
		right: -31px !important;
		bottom: -310px !important;
	}
	.how-to-handle-row h2 {
		font-size: 50px !important;
		line-height: 50px !important;
	}
	.starting-your-new-tb p {
        text-align: left !important;
    }
	.starting-your-new-tb p br {
		display: none;
	}
	.request-form-content h2 span {
		font-size: 75px;
	}
	.review-row.review-row-design {
		padding-bottom: 160px !important;
	}
}
@media all and (max-width:500px) {
	.login-sec {
    justify-content: start;
    padding-top: 10px;
}
#rmp_menu_trigger-169 {
    top: 20px;
}
	.patient-heading {
    font-size: 140px;
	}
	.subheader h1.entry-title {
    font-size: 90px;
	line-height: 90px;
}
.breadcrumbs.breadcrumb {
    font-size: 36px;
    line-height: 0px;
}
.experence-heading {
    font-size: 32px;
	left: 80px;
}
.sec-headings h2 span.ig-heading {
    font-size: 90px;
}
.sec-headings h2 {
    font-size: 35px;
    color: #fff;
}
.dont-wait-heading h2 {
    font-size: 80px;
    padding-left: 50px;
    background-size: contain !important;
    padding-top: 10px;
}
.request-form-content h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 21px;
	margin-top: -35px;
}
.welcome-box h3 {
    font-size: 60px;
    line-height: 40px;
}
.shark-img {
    display: none;
}
.dr-heading {
    font-size: 52px;
    line-height: normal;
}
.team-content {
    font-size: 14px;
}
.appointment-btn a {
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
    width: 180px;
    font-size: 17px;
    line-height: 20px;
}
.appointment-btn {
    top: -64px;
}
	.logo-col {
    max-width: 45% !important;
    flex: 45% !important;
}
.site-branding.logo {
    padding: 5px 10px 5px 0px !important;
    width: 200px;
    padding-top: 10px !important;
}
.right-head {
    padding-top: 35px;
/*     justify-content: center; */
}
.phone-option {
    padding-right: 15px !important;
    padding: 0px;
}
.meet-drs-col {
    background-image: none;
}
	.subheader::after {
/*     top: 900px; */
}
	.page-id-1709 .subheader h1.entry-title {
        font-size: 60px;
        line-height: 60px;
    }
}



.page-id-424 .cost-ortho-row .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.page-id-392 .cost-ortho-row .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
	left: 95%;
    border: none;
    background-color: #5eb3b8;
    display: inline-block;
    padding: 20px;
    border-radius: 100%;
}
.page-id-424 .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
.page-id-392 .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon  {
    display: inline-block;
    width: 14px;
    margin-left: 5px;
    height: 4px;
    color: #fff !important;
    border: 1px solid #fff;
}
.page-id-424 .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before,
.page-id-392 .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 13px;
    width: 2px;
    color: #fff !important;
    border: 1px solid #fff;
    background: #fff;
}
.page-id-424 .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after,
.page-id-392 .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
    width: 15px;
    height: 2px;
    border: 1px solid #fff;
}
.page-id-424 .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after,
.page-id-392 .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
    width: 15px;
    height: 2px;
    visibility: visible;
}
.page-id-424 .cost-ortho-row,
.page-id-392 .cost-ortho-row {
    background-image: unset;	
}
.page-id-392 .subheader,
.page-id-1623 .subheader {
	display: none;
}












/* Search Page*/
.search .no-results {
    text-align: center;
    padding: 50px 0px;
    font-size: 18px;
}
.search input[type="search"] {
    padding: 0px 100px 0px 15px;
    min-height: 60px;
}
.search input[type="submit"] {
    background-color: #F69A4F;
    color: #ffffff;
    padding: 15px 50px;
    cursor: pointer;
    transition: all ease 300ms;
    border-color: #F69A4F;
	min-height: 60px;
}
.search input[type="submit"]:hover {
    background-color: #E64092;
    border-color: #E64092;
}
.search, .error-404 {
    background-color: #FFFDF3;
}
body.search header.entry-header {
	display: block;
}
.search main#primary {
	margin-bottom: 50px;
}



/* 404 Page */
.error-404 .page-content {
	text-align: center;
	padding: 50px 0px;
	font-size: 18px;
	margin: 0em 0 0;
}
.error-404 input[type="search"] {
    padding: 0px 100px 0px 15px;
    min-height: 60px;
}
.error-404 input[type="submit"] {
    background-color: #F69A4F;
    color: #ffffff;
    padding: 15px 50px;
    cursor: pointer;
    transition: all ease 300ms;
    border-color: #F69A4F;
	min-height: 60px;
}
.error-404 input[type="submit"]:hover {
    background-color: #E64092;
    border-color: #E64092;
}









.page-id-404 .subheader h1.entry-title, .page-id-406 .subheader h1.entry-title {
    font-family: 'Bernhard Gothic BQ';
    font-size: 100px;
}
.expose-impacted-teeth-row .custom-heading-2 {
    color: #126f7d !important;
}
.expose-impacted-teeth-shape::before {
    top: -40px;
}
.convenient-online-services-row .cost-ortho-row {
    background: none;
}
.weeping-willow-font {
	font-family: 'WeepingWillow';
}
.bernhard-gothic-bq-font {
	font-family: 'Bernhard Gothic BQ';
}
h2.financial-information-heading {
	font-family: 'WeepingWillow' !important;
	font-size: 75px !important;
}
h2.affordable-payment-heading {
	font-family: 'WeepingWillow' !important;
	font-size: 75px !important;
}
.convenient-online-services-row .cost-ortho-row ul li::before {
/*     background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Flower-icon-2.png); */
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -4px;
    width: 35px;
    height: 35px;
	left: 5px;
}
.we-cant-wait-row .custom-para a {
/*     font-size: 20px;
	text-decoration: none !important; */
}
.we-cant-wait-row .custom-heading {
    font-family: 'WeepingWillow';
    font-size: 75px !important;
}
.what-to-expect-row .custom-para a {
    color: #F69A4F;
	text-decoration: none !important;
	font-size: 24px;
}
.what-to-expect-row .custom-para a:hover {
    color: #fff0ca;
}
.page-id-1478 .subheader {
    display: none;
}
.have-questions-row .ortho-content a {
    color: #F69A4F;
    font-size: 20px;
}
.have-questions-row .ortho-content a:hover {
    color: #fff0ca;
}
h2.one-of-a-kind-h2 {
    font-family: 'WeepingWillow' !important;
    font-size: 75px !important;
    color: #e64094 !important;
}
.page-id-1478 .appliances-banner {
    background-position-y: 100px !important;
}
.why-choose-cso-row h2 {
    font-family: 'WeepingWillow' !important;
    font-size: 80px !important;
}
.types-of-braces-h2 {
    font-family: 'WeepingWillow' !important;
    font-size: 80px !important;
}
.our-practice-accepts-row .custom-heading {
    font-size: 40px !important;
}
.our-practice-accepts-row .we-accept-tb {
    font-size: 24px;
    font-weight: bold;
}
.faqs-page-row {
    background: none;
}
.faqs-page-row .vc_toggle {
	margin-bottom: 8px;
}
.faqs-page-row .vc_toggle_title {
    padding: 20px !important;
	border: 2px solid #B8D362 !important;
    background-image: linear-gradient(345deg, #E53F93, #0ca4b2);
	border-radius: 10px;
}
.faqs-page-row .vc_toggle_title>h4 {
    font-weight: 600 !important;
    font-size: 22px !important;
}
.faqs-page-row .vc_toggle_icon {
    left: 93% !important;
}
.faqs-page-row .vc_toggle_content {
    background-image: linear-gradient(140deg, #E53F93, #F69A4F);
    padding: 10px;
    margin-top: 5px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize !important;
}
.braces-treatment-col h4 {
    font-weight: 600;
	color: #ffffff;
}
.braces-treatment-col .vc_column-inner {
    border: 2px solid #0ca4b2;
    padding: 50px;
    background-color: #e64092;
    border-radius: 25px;
}
.life-with-aligners-row .wpb_wrapper {
    display: flex;
	justify-content: center;
}
.line-height-p p {
    line-height: 30px;
}
.star-fish-li ul li::before {
	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/04/Star-Fish-Icon-2.png);
}
.green-coconut-li ul li::before {
	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/04/Green-Coconut-Icon-2.png);
}
.pink-flower-li ul li::before {
	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/04/Pink-Flower-Icon-2.png);
}
.custom-para ul li::marker {
  font-size: 1px;
}
.page-break-heading {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0px 15px 0px;
}
.gform_heading {
    display: none;
}
#gform_3 input, #gform_3 textarea {
    border: 1px solid #5eb3b8 !important;
}
.page-id-434 .vc_toggle_content ul li:before {
	left: 35px;
}
.page-id-434 .vc_toggle_content ul li {
    list-style: none;
    padding-left: 25px;
}
#print-brochure-btn {
    background: #F3E3CA;
    padding: 18px 40px;
    display: inline-block;
    font-size: 24px;
    color: #e73f94;
    font-weight: 700;
    border: 2px solid #fff4e4;
    border-radius: 15px;
    transition: all ease 500ms;
    cursor: pointer;
}
#print-brochure-btn:hover {
    background: #b8d463;
    color: #fff;
    transition: all ease 500ms;
    border-color: #b8d463;
}
.print-brochure-row {
    text-align: center;
}
.life-with-aligners-print-row2 {
	display: none;
}
.page-id-428 .subheader::after, .page-id-424 .subheader::after, .page-id-426 .subheader::after {
	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/04/white-edge-2.png);
}
.page-id-352 h2.banner_sub_text {
    color: #fffdf3;
}
.page-id-330 .we-cant-wait-row .custom-heading {
	color: #126f7d !important;
}
.page-id-330 h2.affordable-payment-heading {
	color: #E64094 !important;
}
.page-id-428 .banner-txt h1, .page-id-426 .banner-txt h1 {
    text-align: center;
    font-size: 120px !important;
}
.team-pop-col {
    margin-bottom: 25px;
}
.team-position-popup {
    font-size: 20px;
    font-weight: 600;
}
.print-brochure-row .callnow-btn a {
    margin-top: 0px;
}
.print-brochure-row .callnow-btn, .print-brochure-row {
    margin-bottom: 0px !important;
}
.page-id-428 .subheader::after {
	display: none;
}
div.dental-checkup-subheader {
	background-position: right !important;
}
form#gform_5 {
	font-size: 18px;
	line-height: 35px;
}
div#field_5_1 label, div#field_5_13 label {
    font-weight: bold;
	justify-content: center;
}
div#field_5_11 {
    font-size: 20px;
    font-weight: 400;
}
form#gform_5 label {
	font-size: 18px;
}
form#gform_5 .gchoice {
    align-items: center;
}
input#gform_submit_button_5 {
    box-shadow: none;
	margin: 0 auto 30px;
}
input#input_5_12 {
    width: 100%;
}
.page-id-1478 .custom-para a {
    font-size: 24px;
}
.gform_confirmation_message {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
	margin: 25px 0px;
}

.actual-patient-col {
    position: relative;
}
.actual-patient-div {
    position: absolute;
    right: -50px;
    bottom: 100px;
}
.actual-patient-div span {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/05/Actual-Patient.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 110px 20px 90px;
    color: #ffffff;
    font-size: 22px;
    font-style: italic;
	transition: all ease 500ms;
}
.actual-patient-div span:hover {
    filter: hue-rotate(-70deg);
}
.dental-checkup-subheader .actual-patient-div {
    right: 5px;
    bottom: -90px;
}
.how-to-handle-row .actual-patient-div {
    right: -50px;
    bottom: 0px;
}
.request-a-complimentary-row .actual-patient-div {
    right: 0px;
    bottom: -150px;
}
.treatment-for-teens-row .actual-patient-div span {
    padding: 25px 75px 35px 60px;
}
.sticky-header h2.near-you {
    font-size: 20px;
}
.sticky-header .site-branding.logo img {
    width: 70%;
}
.sticky-header .header-location ul#location-menu li {
/*     padding: 0 15px; */
}
.sticky-header .header-location ul#location-menu li a {
    font-size: 18px;
}
.sticky-header .appointment-btn a {
    font-size: 22px;
	padding-top: 10px;
    padding-bottom: 30px;
}
.sticky-header .top-head .footer-social-icons ul li a {
    width: 26px;
    height: 26px;
    font-size: 16px;
}
.sticky-header .phone-option i {
    font-size: 18px;
}
.sticky-header .phone-option a {
    font-size: 16px;
}
.sticky-header .site-branding.logo {
  padding: 0px 0px 0px;
}
.sticky-header .top-head {
  padding: 6px 0px;
}
.page-id-1715 .actual-patient-div {
    bottom: 230px;
}
.carroll-row {
    position: relative;
}
.advanced-orthodontics-h1 h1 {
    display: inline;
    color: #93c300;
    font-size: 36px;
}
.welcome-box h4, .welcome-box h1 {
    display: inline;
}
.welcome-box h1 {
    margin-left: 2%;
}
.page-id-1478 .have-questions-row h3 {
    text-transform: none !important;
}
.page-id-342 .have-questions-row h3, .page-id-342 .have-questions-row h2 {
    text-transform: none !important;
}
.page-id-428 .banner-txt h1 {
    text-transform: none !important;
}
.riding-the-waves-row {
    padding: 127px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.riding-the-waves-img {
	display: none;
}
.elfsight-app-row .elfsight-app-eba3d883-41a5-4cd4-b7ee-7cb8df5c587b script+a {
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
}
.elfsight-app-row .bICRKw div:nth-child(4n+1) .hOLLYl {
    background-color: #007E8C !important;
}
.elfsight-app-row .bICRKw div:nth-child(4n+2) .hOLLYl {
    background-color: #E64093 !important;
}
.elfsight-app-row .bICRKw div:nth-child(4n+3) .hOLLYl {
    background-color: #1a74c2 !important;
}
.elfsight-app-row .bICRKw div:nth-child(4n+4) .hOLLYl {
    background-color: #F69A4F !important;
}
.elfsight-app-row .es-review-content-text, .elfsight-app-row .gVYKGX {
    color: #fff;
}
.elfsight-app-row .ggPrWs {
    color: #66133C !important;
}
.single-post .entry-content ul li {
	position: relative;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 8px;
}
.single-post .entry-content ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/06/Pink-Flower-Icon-21.png);
}
.single-post .entry-content ul {
    padding-bottom: 10px;
}
.blog .banner-txt h1 {
    font-size: 90px;
    line-height: 90px;
    text-align: center;
}
.blog .blog-main h2.banner_sub_text {
    font-size: 32px;
    color: #000000;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	text-transform: none !important;
}
.blog .subheader h2.banner_sub_text {
	display: none;
}
.blog .more_link a {
    font-size: 34px !important;
}
.blog .home_blog_content h3 a {
    font-size: 36px;
	color: #e64092;
}
.single-post h2.bio_header_text {
	display: none;
}
.single-post .entry-content h3 {
	font-size: 30px !important;
}
.single-post .entry-content h4 {
	font-size: 26px !important;
}
.blog .subheader .banner-txt h1 {
    text-transform: none !important;
}
.map-row-contact .vc_col-sm-3:nth-child(odd) h2 {
    background: #e64093 !important;
}
/* .before-and-after-popup-col {
    position: relative;
}
.before-and-after-title {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -0%);
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
	font-weight: 500;
	text-shadow: 0px 0px 15px #fff;
}
.before-and-after-popup-col {
    margin-bottom: 30px;
}
.page-id-2491 #cboxLoadedContent {
    overflow: hidden !important;
} */
.alm-btn-wrap {
    text-align: center;
}
.alm-load-more-btn {
    background: #e73f94;
    padding: 18px 40px;
    margin-top: 25px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 15px;
    transition: all ease 500ms;
    cursor: pointer;
}
.alm-load-more-btn:hover {
    background: #e73f94c7;
}
.flip-box {
	height: 340px;
	margin-bottom: 30px;
}
.flip-card {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 1s;
	transform-style: preserve-3d;
}
.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-box-back {
	transform: rotateY(180deg);
}
.flip-card.is-flipped {
	transform: rotateY(180deg);
}
.flip-card button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	font-weight: 500;
	text-shadow: 0px 0px 15px #fff;
	background: none;
	border: none;
	cursor: pointer;
}
.flip-card button:focus {
	outline: none;
}
.flip-box-front button, .flip-box-back button {
	transition: all ease 300ms;
	display: none;
}
.flip-box-front:hover button, .flip-box-back:hover button {
	display: block;
}
.flip-box-front:hover:before, .flip-box-back:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000075;
}
.pdf-font-bold {
    font-weight: 300;
}
.flip-box .flip-card .flip-box-a {
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
}
.page-id-2440 .banner_sub_text {
    font-family: 'WeepingWillow';
    color: #ff0000;
    font-size: 5rem;
}
.office-locations-contact-row .vc_col-sm-3 {
	position: relative;
}
.office-locations-contact-row .coming-soon-heading {
    font-family: 'WeepingWillow';
    color: #000000;
    font-size: 30px;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%, 15%);
	font-weight: bold;
}
.office-locations-home-row .vc_col-sm-3 {
	position: relative;
}
.office-locations-home-row .coming-soon-heading {
    font-family: 'WeepingWillow';
    color: #000000;
    font-size: 30px;
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%, 30%);
	font-weight: bold;
}
.header-location #menu-item-63 {
    position: relative;
}
.header-location .coming-soon-heading {
	font-family: 'WeepingWillow';
    color: #000000;
    font-size: 26px;
    position: absolute;
	top: -10%;
	left: 27%;
    font-weight: bold;
}
.sticky-header .header-location .coming-soon-heading {
	font-size: 20px;
	top: -5%;
	left: 31%;
}
.map-row-contact .vc_col-sm-3 {
	position: relative;
}
.map-row-contact .coming-soon-heading {
	font-family: 'WeepingWillow';
    color: #000000;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
    top: -7%;
    left: 50%;
    transform: translate(-50%, 7%);
}
.numbers-image {
    margin-bottom: 10px !important;
}
.numbers-image img {
    width: 80px;
}
.page-id-2699 .subheader {
    display: none;
}
.custom-para a.pum-trigger {
    color: #e64093 !important;
}
#field_7_308 .ginput_container_radio, #field_7_309 .ginput_container_radio, #field_7_310 .ginput_container_radio, #field_7_311 .ginput_container_radio, #field_7_312 .ginput_container_radio, #field_7_313 .ginput_container_radio {
    float: left !important;
}
#field_7_308 legend.gfield_label, #field_7_309 legend.gfield_label, #field_7_310 legend.gfield_label, #field_7_311 legend.gfield_label, #field_7_312 legend.gfield_label, #field_7_313 legend.gfield_label {
    font-weight: 400;
	width: 100% !important;
}
.page-id-1397 .custom-para a {
    line-height: 22px;
}
.page-id-424 .banner-txt h1 {
    font-size: 130px;
    line-height: 130px;
}
.testimonial-code .testimonials-container {
	max-width: 580px;
}
.page-id-434 .custom-para a:hover {
    color: #F69A4F;
}
.how-to-handle-row .custom-para a {
    text-decoration: none !important;
    font-size: 20px;
}
.review-row-design {
    padding-bottom: 60px !important;
}
.consent-for-treatment-field .ginput_container.ginput_container_radio {
    float: left !important;
}
.consent-for-treatment-field.gfield--input-type-radio legend.gfield_label.gform-field-label {
    width: 100% !important;
}
.consent-for-treatment-field .gfield_radio .gchoice:first-child label {
	margin-left: 0px !important;
}
.consent-for-treatment-field .gfield_radio .gchoice:first-child input:checked + label {
	margin-left: 0px !important;
}
.full-half-width {
    width: 47.5%;
}
.online-health-history-form-row #gform_wrapper_9 .textarea.small {
    height: 38px !important;
    min-height: 38px !important;
}
.patient-resources-faqs .vc_toggle_content p a:hover {
    color: #000000 !important;
}
.html-hidden-field {
    display: none;
}
.for-women-html {
    text-align: center;
}
fieldset#field_9_168 {
    margin-top: -32px;
}
.page-break-subheading {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: -15px 0px 30px 0px;
}












.expose-impacted-teeth-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Laser-Treatment.png), linear-gradient(0deg, #F69A4F, #F69A4F) !important;
    padding: 40px 0px 0px;
    color: #fff;
}
.anterior-open-bites-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Meaw.png), linear-gradient(0deg, #157e8c 0, #0c4c57 91%) !important;
}
.the-meaw-technique-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Dr-Carroll.png), linear-gradient(0deg, #157e8c 0, #0c4c57 91%) !important;
}
.dr-carrolls-distinct-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Dr-Carroll.png), linear-gradient(0deg, #157e8c 0, #0c4c57 91%) !important;
}
.commitment-to-excellence-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Dr-Carroll.png), linear-gradient(0deg, #157e8c 0, #0c4c57 91%) !important;
}
.what-to-expect-row {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Meaw.png), linear-gradient(0deg, #157e8c 0, #0c4c57 91%) !important;
}
.convenient-online-services-row {
	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Dr-Carroll.png), linear-gradient(0deg, #157e8c 0, #0c4c57 91%) !important;
	color: #ffffff;
}

.page-id-29 .subheader, .page-id-382 .subheader, .page-id-1401 .subheader, .page-id-1410 .subheader, .blog .subheader {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Our-Team-1.png), linear-gradient(0deg, #F69A4F 0, #E64093 91%);
}
.page-id-406 .subheader, .page-id-412 .subheader, .page-id-1403 .subheader, .page-id-348 .subheader, .page-id-1715 .subheader {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Laser-Treatment.png), linear-gradient(0deg, #0ca4b2 0, #E64093 91%);
}
.page-id-323 .subheader, .page-id-1395 .subheader, .page-id-344 .subheader {
	background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/What-to-Expect.png), linear-gradient(0deg, #E64093 0, #0ca4b2 91%);
	background-size: 100%;
}
.page-id-1397 .subheader, .page-id-404 .subheader, .page-id-1408 .subheader, .page-id-426 .subheader {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Dr-Carroll.png), linear-gradient(0deg, #F69A4F 0, #0ca4b2 91%);
}
.page-id-1399 .subheader, .page-id-352 .subheader, .page-id-1406 .subheader, .page-id-424 .subheader {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Meaw.png), linear-gradient(0deg, #FAAE40 0, #0ca4b2 91%);
}
.single-post .subheader {
    background-image: url(https://www.csorthodontics.com/wp-content/uploads/2024/03/Our-Team-1.png), linear-gradient(0deg, #F69A4F 0, #E64093 91%) !important;
}


@page {
	size: A4;
	margin: 50px 0px;
}
@media print {
	header, footer, .footer-sec-2, .bottom-footer, #print-brochure-btn, #rmp_menu_trigger-169, .callnow-btn, .bottom_to_top, .cost-ortho-row, .dental-checkup-subheader, input#gform_submit_button_5, 	  .riding-the-waves-row, .life-with-aligners-print-qr-row {
  		display: none !important;
	}
	.page {
    	background: #ffffff;
	}
	.life-with-aligners-print-row1 {
		display: none;
	}
	.life-with-aligners-print-row2 {
		display: block;
	}
}

@media all and (max-width:767px) {
	.flip-box {
    	height: 240px;
	}
}