body, body * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
    overflow:visible !important;
}
#age-ortho *{
	font-family: 'caros'
}
#age-ortho .span_12 {
    width: 100%;
}
#age-ortho .span_9 {
    width: 75%;
}
#age-ortho .span_8 {
    width: 66.66%;
}
#age-ortho .span_7 {
    width: 58.33%;
}
#age-ortho .span_6 {
    width: 50%;
}
#age-ortho .span_5 {
    width: 41.66%;
}
#age-ortho .span_4 {
    width: 33.33%;
}
#age-ortho .span_3 {
    width: 25%;
}
#age-ortho .span_2-5 {
    width: 20%;
}
#age-ortho .container{
	width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
#age-ortho .row {
    padding: 0 10px;
}

#age-ortho .age_btns {
    width: 100%;
    display: flex;
    gap: 12px;
}
#age-ortho .age_btns.center {
    justify-content: center;
}
#age-ortho a.age_btn {
    text-decoration: none;
    padding: 15px 40px 15px 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .3s ease-in-out;
    text-align: center;
    display: block;
    position: relative;
    border:1px solid;
}
#age-ortho a.age_btn:hover {
    transform: scale(1.05) translate(0, -5px);
}
#age-ortho a.age_btn.yellow {
    background-color: #fcda00;
    border: 1px solid #fcda00;
    color: #273a88;
}
#age-ortho a.age_btn.yellow:hover {
    background-color: transparent;
    border-color: #273a88;
    color: #273a88;
}
#age-ortho a.age_btn.white {
    background-color: #fff;
    border-color: #273a88;
    color: #273a88;
}
#age-ortho a.age_btn.white:hover {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
}
#age-ortho a.age_btn.lblue {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
}
#age-ortho a.age_btn.lblue:hover {
    background-color: #273A88;
    border-color: #273A88;
}
#age-ortho .txt_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
#age-ortho .txt_block.center {
    justify-content: center;
    text-align: center;
    align-items: center;
}
.txt_block h1 span,
.txt_block h1 {
    font-size: 45px;
    line-height: 54px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
    border: none !important;
	padding:0;
}
.txt_block h2 span,
.txt_block h2{
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
    color:#273A88;
    margin-bottom: 0 !important;
}
.txt_block h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    color:#273A88;
}
div#age-ortho .txt_block h3 {
    color: #273A88;
}
.txt_block.dark h2 span {
    color: #4DC2ED;
}
.txt_block.light h2 span {
    color: #FCD900;
}
.txt_block p {
    padding: 0;
}
.txt_block span,
.txt_block p,
.txt_block p a, 
.txt_block li, 
.txt_block a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.txt_block.light h1,
.txt_block.light h2,
.txt_block.light h3,
.txt_block.light h4,
.txt_block.light h5,
.txt_block.light h6,
.txt_block.light p,
.txt_block.light span, 
.txt_block.light bold,
.txt_block.light strong,
.txt_block.light td,
.txt_block.light th,
.txt_block.light li {
    color: #fff;
}
.txt_block.dark h2,
.txt_block.dark h3,
.txt_block.dark h4,
.txt_block.dark h5,
.txt_block.dark h6{
    color: #273a88;
}
.txt_block.dark p,
.txt_block.dark span, 
.txt_block.dark bold,
.txt_block.dark strong,
.txt_block.dark td,
.txt_block.dark th
.txt_block.dark li {
    color: #7a7a7a;
}
#age-ortho img {
    margin: 0;
    vertical-align: middle;
}
.age-desc .main-row {
    display:flex;
    gap:30px;
}
/*toc*/
/* #age-ortho .span_4 .toc li.active a{
    color:#4dc2ed;
}
#age-ortho .span_4 .toc li.active:before{
    color:#273a88;
} */
.age-desc .span_4.rght-sd{
    position: sticky;
    top: 120px;
    align-self: flex-start;
}
#age-ortho .span_4 .typ .active a {
    color:#fcd900;
}
#age-ortho .span_4 .typ .active a:before{
    color:#4dc2ed;
}
#age-ortho .span_4 .txt_block{
    gap: 0 !important;
    position: relative;
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    border-radius: 12px;
}
#age-ortho .span_4 .txt_block h3{
    font-size: 24px;
    color: #273a88;
    background: #FCD900;
    width: 100%;
    padding: 15px 15px;
    text-transform: capitalize;
    margin: 0 !important;
    border-radius: 10px 10px 0px 0px;
}
#age-ortho .span_4 .txt_block {
    padding-top: 0px;
}
#age-ortho .span_4 .toc{
    padding:20px;
}
#age-ortho .span_4 .toc ol{
    display:flex;
    flex-direction:column;
    gap: 5px;
	margin:0;
}
#age-ortho .span_4 .toc li{
    padding-left: 20px;
    position:relative;
    list-style-type:none;
}
#age-ortho .span_4 .toc li a{
    color:#fff;
    font-size:15px;
    font-weight:400;
}
#age-ortho .span_4 .toc li:before{
    content: '\f101';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 17px;
    top: -2px;
    transition: all .3s ease-in-out;
}
#age-ortho .span_4 .toc li a:hover{
    color:#FCD900;
}
#age-ortho .span_4 .toc li:hover:before{
    color:#4DC2ED;
}
/*#age-ortho .span_4 .txt_block:before{
    content:'';
    width:4px;
    height:100%;
    border-left:2px solid #4DC2ED;
    position:absolute;
    left:-15px;
}*/
#age-ortho .span_4 .types {
    margin-top:30px;
}
#age-ortho .span_4 .typ {
    padding: 20px;
    width: 100%;
}
#age-ortho .span_4 .typ li a{
    color:#fff;
}
#age-ortho .span_4 .typ li a:before {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 17px;
    transition: all .3s ease-in-out;
    border: none;
}
#age-ortho .span_4 .typ li:before{
    display: none;
}
#age-ortho .span_4 .typ li a:hover{
    color:#fcd900;
}
#age-ortho .span_4 .typ li a:hover:before{
    color:#4dc2ec;
}
/* banner */
section.age-bnr .img_block {
    height: 406px;
    overflow: hidden;
}
section.age-bnr .img_block img {
    object-fit: contain;
}
.age-bnr {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.age-bnr .age-bnr-inr {
    position: relative;
    width: 100%;
    display: flex;
    min-height: 400px;
    padding: 0px 0;
    align-items: center;
}
.age-bnr-inr h1{
    color:#fff;
}
.age-bnr-inr h2{
    margin:0;
    color:#fff;
    font-size:20px;
    font-weight:500;
    line-height:28px;
}
.age-bnr-inr h1 span{
    color:#FCD900;
    display: block;
}
.age-bnr .bnr-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.age-bnr .bnr-bg::before,
.age-bnr .bnr-bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.age-bnr .bnr-bg::after {
    background: linear-gradient(104.14deg, #1B90D4 0%, #0C5EA6 31.22%, #232C73 100%);
    z-index: 2;
    opacity: .9;
}

/*description section*/
.age-desc .bdr-txtIII {
    background: #4DC2ED14;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #4DC2ED;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px 0;
}
.age-desc .inrTxt2,
.age-desc .inrTxt1 {
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.age-desc .inrTxt1 p,
.age-desc .inrTxt1 ul li{
    color:#fff;
}
.age-desc .inrTxt1 ul li:before{
    color:#fff !important;
}
.age-desc .inrTxt1,
.age-desc .inrTxt2{
    position:relative;
}
.age-desc .inrTxt1:after{
    content:'';
    background:url('https://www.orthodonticexprts.com/wp-content/uploads/2026/06/logo-white-12.png');
    width:170px;
    height:170px;
    position:absolute;
    bottom: 10px;
    right: 30px;
    opacity:0.8;
}
.age-desc .inrTxt1{
    background: #4DC2ED;
}
/* .age-desc .inrTxt2{
    background: #fff;
    box-shadow: 0px 4px 50px 0px #4DC2ED26;
} */
.age-desc .bdr-txtII {
    background: #4DC2ED14;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #4DC2ED;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px 0;
}
.age-desc .inrTxtII,
.age-desc .inrTxt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 0 20px;
    position: relative;
    z-index: 4;
}
.age-desc .inrTxtII .desc-img-inr,
.age-desc .inrTxt .desc-img-inr {
    box-shadow: -10px -10px 0px #3B81BD;
}
.age-desc .inrTxt:after{
    content: '';
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/02/oe-side-vector.png);
    width: 126px;
    height: 117px;
    position: absolute;
    right: 0;
    bottom: 200px;
    z-index: -1;
}
.age-desc ul.difList li strong {
    display: block;
}
.age-desc .bdr-txt ul {
    margin: 10px 0px;
}
div#age-ortho .age-desc .bdr-txt li{
    padding-left: 40px;
}
div#age-ortho .age-desc .bdr-txt li:before {
    width: 28px;
    height: 28px;
    position: absolute;
    content: '';
    top: -4px;
    background-color: #4DC2ED;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease-in-out
}
div#age-ortho .age-desc .bdr-txt li:nth-child(1):before{
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/06/icon1.webp);
    background-color: #4DC2ED;
}
div#age-ortho .age-desc .bdr-txt li:nth-child(2):before{
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/06/icon2.webp);
    background-color: #4DC2ED;
}
div#age-ortho .age-desc .bdr-txt li:nth-child(3):before{
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/06/icon3.webp);
    background-color: #4DC2ED;
}
div#age-ortho .age-desc .bdr-txt li:nth-child(4):before{
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/06/icon4.png);
    background-color: #4DC2ED;
}
.age-desc .bdr-txt ul{
    gap: 15px;
}
div#age-ortho .age-desc .bdr-txt li:hover:before{
    background-color: #273A88;
    border-color: #273A88;
}
section.age-desc .info ul {
    margin: 0;
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: row;
    padding: 0;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 10px;
}
section.age-desc .info ul li{
    font-size: 16px;
    list-style-type: none;
    position: relative;
	font-weight:500;
}
section.age-desc .info ul li.lineTxt:before{
    display: none;
}
section.age-desc .info ul li.date:before {
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/02/calendar-icon.webp);
    background-repeat: no-repeat;
    top: 3px;
}
section.age-desc .info ul li:before {
    content: '';
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}
section.age-desc .info ul li.date{
    padding-left: 25px;
}
section.age-desc .txt_block {
    padding-top: 10px;
}
.age-desc {
    width: 100%;
    position: relative;
    padding:50px 0;
}
/*.age-desc .container {
    box-shadow: 0px 30px 60px 0px #0000001F;
    padding:25px 10px  !important;
    border-left:5px solid #4DC2ED;
	position:relative;
	background:url('https://www.orthodonticexprts.com/wp-content/uploads/2026/05/oe-bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 65% 90%;
}*/
.age-desc p,
.age-desc ul li{
    color:#7a7a7a
}
#age-ortho .age-desc span{
    color:#4DC2ED;
}
.age-desc ul{
    padding-left: 0px;
    display:flex;
    flex-direction:column;
    gap:5px;
	margin:0;
}
.age-desc .txt_block ul li{
    list-style-type:none;
    position:relative;
    padding-left: 24px;
}
.age-desc ul li strong{
    font-weight:600;
    color:#273A88;
}
.age-desc .txt_block ul li:before{
        content: '\f054';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 0;
    background: transparent;
    font-family: 'FontAwesome';
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    line-height: 15px;
    color: #4DC2ED;
    border: 1px solid;
}
.age-desc strong{
    font-weight:600;
    color:#273A88
}
.age-desc a{
    text-decoration:none;
    color:#4dc2ed;
    transition:all 0.3s ease-in-out;
    font-weight:500;
}
.age-desc a:hover{
    color:inherit;
}
.age-desc ul li strong a{
    color:#4dc2ed;
}
.age-desc ul li strong a:hover{
    color:inherit;
}
.age-desc h3{
    color:#4dc2ed;
}
#age-ortho a.age_btn:after{
    content:'';
    background:url('https://www.orthodonticexprts.com/wp-content/uploads/2026/05/Arrow-2.png');
    width:18px;
    height:15px;
    position:absolute;
    right: 10px;
    top: 18px;
}
#age-ortho a.age_btn.yellow:after{
    filter: brightness(0) saturate(100%) invert(21%) sepia(69%) saturate(1807%) hue-rotate(221deg) brightness(90%) contrast(93%);
}
.age-desc blockquote {
    background:#F6F6F6;
    border-radius:5px;
    padding:20px;
    color:#7a7a7a;
    line-height:25px;
    position: relative;
	font-size:15px;
	margin:0;
}
/*.age-desc blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    border-left: 4px solid #4dc2ed;
}*/
.desc-img-inr {
    overflow:hidden;
    border-radius:12px;
    height: 264px;
}
.desc-img-inr img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    margin:0;
    transition:all 0.3s ease-in-out;
}
.desc-img-inr img:hover{
    transform:scale(1.05);
}
.age-desc .bdr-txt{
    background: #4DC2ED14;
    border-radius:12px;
    padding: 25px;
    border:1px solid #4DC2ED;
	display:flex;
	flex-direction:column;
	gap:12px;
    margin: 15px 0;
}
.age-desc .faq_item:first-child .faq_title:before {
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/05/consultation-icon.webp);
}
.age-desc .faq_item:nth-child(2) .faq_title:before {
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/05/evaluation-icon.webp);
}
.age-desc .faq_item:nth-child(3) .faq_title:before {
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/05/decision-icon.webp);
}
.age-desc .faq_item:nth-child(4) .faq_title:before {
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/05/progress-icon.webp);
}
.age-desc .chi_faqsGrd {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0 0 0;
}
.age-desc .chi_faqs-list {
    overflow: visible;
}
.age-desc .faq_item {
    width: 100%;
    border: 0;
    box-shadow: 0px 0px 4px 3px rgb(189 194 196 / 35%);
    border-radius: 10px;
	background:#fff;
}
.age-desc .chi_faqs-list{
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
}
.age-desc .faq_title p span,
.age-desc .faq_title p strong{
    display: block;
    font-size: 20px;
    color: #4DC2ED;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.age-desc .faq_item .faq_title{
    position: relative;
    padding-left: 66px;
}
.age-desc .faq_item .faq_title:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    left: 20px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: cover !important;
    z-index: 1;
}
.age-desc .faq_item .faq_title{
    position: relative;
}
.age-desc.faq_item .faq_title:before {
    content: '';
    background: var(--step-icon) no-repeat center;
    background-size: cover !important;
    position: absolute;
    width: 38px;
    height: 38px;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.age-desc .faq_item .faq_title:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    left: 10px;
    top: 10px;
    background-color: #4DC2ED;
    border-radius: 50%;
    z-index: 0;
}
.age-desc .faq_item.active p{
    border-color: transparent;
}
.age-desc .faq_body{
    padding: 0px 15px 12px 80px;
}
.age-desc .faq_item .faq_title p:hover::after, section.chi_faqs-new.prcsTmlne .faq_item.active .faq_title p::after,
.age-desc .faq_item .faq_title p::after{
    background: #4DC2ED;
    color: #fff;
    border-radius: 50%;
}
.age-desc .faq_item.active {
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
}
.age-desc .faq_item.active p{
    color: #fff;
}
.age-desc .faq_title p {
    font-size: 16px;
    line-height: 24px;
    color: #273a88;
    cursor: pointer;
    padding: 12px 60px 12px 15px;
    position: relative;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid transparent;
}
.age-desc .faq_item .faq_title p::after {
    content: '+';
    transform: rotate(90deg);
    display: flex;
    font-size: 35px;
    font-weight: 200;
    position: absolute;
    transition: .3s ease-in-out;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background-color: #ECFAFF;
    border-radius: 6px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.age-desc .faq_item .faq_title p:hover::after,
.age-desc .faq_item.active .faq_title p::after,
.age-desc .faq_item .faq_title p::after {
    background: #4DC2ED;
    color: #fff;
    border-radius: 50%;
}
.age-desc .faq_item .faq_title p:hover::after,
.age-desc .faq_item.active .faq_title p::after {
    transform: translateY(-50%) rotate(180deg);
    content: '-';
    background-color: #4DC2ED;
    color: #fff;
}
.age-desc .chi_faqs-list {
    width: 100%;
    display:flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
    gap: 20px;
}
/* step css */
div#age-ortho .intro_vid-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
div#age-ortho .intro_vid-box video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
div#age-ortho .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    color: #fff;
    border: none;
    border-radius: 50% !important;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    width: 64px;
    height: 66px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    /* clip-path: polygon(0% 0%, 100% 0, 100% 75%, 85% 100%, 0% 100%); */
}
section.age-desc.step {
    background:#ECFAFF
}
.step .step-grd {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
    padding-top:30px;
}
body.wp-singular.page-template.page-template-page-templates .step .step-grd{
    padding-bottom: 30px;
}
.step .step-img-box .desc-img-inr {
    height:100%;
}
/*FAQs CSS*/
.chi_faqs-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0603/2546/2115/files/bg-img-bookeh.webp);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center center;
}
.chi_faqs-new .chi_faqs-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
}
.chi_faqs-new .faq_item {
    border-radius: 5px;
    width: 49%;
    overflow: hidden;
    border: 1px solid #4dc2ed;
    transition: all .3s 
ease-in-out;
background: #fff;
}
.chi_faqs-new .faq_item .faq_title{
    width: 100%;
    overflow: hidden;
}
.chi_faqs-new .faq_title p {
    font-size: 16px;
    line-height: 24px;
    color: #273a88;
    cursor: pointer;
    padding: 12px 60px 12px 15px;
    position: relative;
    font-weight: 600;
    margin: 0;
    transition: .3s 
ease-in-out;
    border-bottom: 1px solid transparent;
}
.chi_faqs-new .faq_body {
    padding: 12px 55px 12px 15px;
    display: none;
}
.chi_faqs-new .faq_body p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: caros;
    color: #7a7a7a;
    transition: .3s 
ease-in-out;
    padding-bottom: 10px;
}
.chi_faqs-new .faq_body p:last-child {
    padding-bottom: 0px;
}
.chi_faqs-new .faq_item .faq_title p::after {
    content: '+';
    transform: rotate(90deg);
    display: flex;
    font-size: 35px;
    font-weight: 200;
    position: absolute;
    transition: .3s 
ease-in-out;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background-color: #ECFAFF;
    border-radius: 6px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.chi_faqs-new .faq_item .faq_title p:hover::after, .chi_faqs-new .faq_item.active .faq_title p::after {
    transform: translateY(-50%) rotate(180deg);
    content: '-';
    background-color: #253782;
    color: #fff;
}
.chi_faqs-new .faq_item.active p {
    border-color: #4dc2ed;
}
/* md cta */
.md-cta-sec {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
.md-cta-sec .cta-sec-inr{
    box-shadow: 0px 4px 50px 0px rgba(77, 194, 237, 0.3);
    background: linear-gradient(180deg, #EDFAFF -20.52%, #FFFFFF 95.42%);
    border: 1px solid rgba(77, 194, 237, 1);
    border-radius: 12px;
    padding: 40px;
    position: relative;
}
.cta-sec-inr:after{
    content:'';
    background:url('https://www.orthodonticexprts.com/wp-content/uploads/2026/02/blur-shade-img.png');
    width:391px;
    height:392px;
    position:absolute;
    right: -70px;
    bottom: -90px;
    opacity:0.7;
}
.md-cta-sec .chi_btns {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 10px;
}
.md-cta-sec .chi_btns a:last-child{
    background:#4dc2ed;
    color:#fff !important;
    line-height:24px !important;
}
.md-cta-sec .chi_btns a:last-child:hover{
    border-color:#4dc2ed!important;
    background:transparent!important;
    color:#4dc2ed!important;
    transform: scale(1.05) translate(0, -5px);
}
.md-cta-sec .age_btn{
    padding:15px !important;
}
.md-cta-sec .age_btn:after{
    display:none;
}
/*schedule*/
form#gform_70 .gfield_description.validation_message {
    padding: 5px;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
}
.ind_schedule-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0px;
}
.ind_schedule-new p {
    width:60%;
}
.ind_schedule-new .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ind_schedule-new .bnr_bg::before, .ind_schedule-new .bnr_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ind_schedule-new .bnr_bg::before {
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/no-cost-banner-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
}
.ind_schedule-new .bnr_bg::after {
    background: #144a92;
    z-index: 2;
    opacity: .9;
}
.ind_schedule-new .row {
    z-index: 4;
    position: relative;
}
.ind_schedule-new p,
.ind_schedule-new h2 {
    color: #fff !important;
}
.ind_schedule-new .ind_schdl-inr {
    padding-top: 40px;
    width: 75%;
    margin: 0 auto;
}
.ind_schedule-new div#gform_wrapper_70 input[type=email],
.ind_schedule-new div#gform_wrapper_70 input[type=tel],
.ind_schedule-new div#gform_wrapper_70 input[type=text],
.ind_schedule-new div#gform_wrapper_70 textarea{
    padding: 18px !important;
    background: 0 0;
    border: 1px solid #4DC2ED;
    font-family: caros;
    font-size: 16px;
    font-weight: 300;
    border-radius: 10px;
    color: #7A7A7A;
    height: 60px;
    background: #fff;
}
.ind_schedule-new div#gform_wrapper_70 textarea {
    height: 180px !important
}
.ind_schedule-new div#gform_wrapper_70 .termsNote {
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    font-family: caros;
    font-weight: 400;
    color: #fff;
}
.ind_schedule-new div#gform_wrapper_70 input#gform_submit_button_70 {
    padding: 12px 27px !important;
    background: #FCD900;
    font-size: 14px;
    line-height: 25px;
    font-family: caros;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 5px !important;
    color: #273A88;
    transition: .3s ease-in-out;
    margin: 0 auto;
}
.ind_schedule-new div#gform_wrapper_70 input#gform_submit_button_70:hover {
    opacity: 1;
    box-shadow: none !important
}
.ind_schedule-new div#gform_wrapper_70 input#choice_70_9_0 {
    vertical-align: top;
    margin-top: 2px
}
.ind_schedule-new div#gform_wrapper_70 div#validation_message_70_9 {
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
}
.ind_schedule-new div#gform_wrapper_70 .gfield_error [aria-invalid=true] {
    border: 1px solid #C02B0A;
}
.ind_schedule-new .gform_heading,
.ind_schedule-new div#gform_wrapper_70 .gfield_description.instruction.validation_message,
.ind_schedule-new div#gform_wrapper_70 div#gform_70_validation_container {
    display: none;
}
.ind_schedule-new .validation_message{
    padding:5px;
    font-size:11px;
    line-height:15px;
    text-align:center;
}
.ind_schedule-new div#gform_fields_70 {
    grid-template-columns: repeat(24, 1fr) !important;
}
.ind_schedule-new div#gform_fields_70 fieldset#field_70_9 {grid-column: 1 / -1;}
.ind_schedule-new #gform_ajax_spinner_70 {
    margin-top: -5px !important;
    margin-left: 570px !important;
    position: absolute !important;
}
/*locator*/
.tblCntnt_ten .btm-desc{
    padding-top:40px;
}
section.tblCntnt_ten {
    position: relative;
    overflow: hidden;
    padding: 80px 0 80px 0;
    width: 100%;
}
section.tblCntnt_ten .chi_center-block {
    width: 100% !important;
}
section.tblCntnt_ten .gridstate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0 0;
}
section.tblCntnt_ten .gridstate .txt_block{
    align-items: center !important;
}
section.tblCntnt_ten .gridstate p,
section.tblCntnt_ten .gridstate p *{
    transition: all .3s ease-in-out;
}
section.tblCntnt_ten .gridstate p a{
    color: #273A88 !important;
    font-size: 18px;
    border: 1px solid #4EC3ED;
    padding: 15px 40px;
    box-shadow: 0px 4px 0px rgb(77 194 237 / 40%); 
    border-radius: 5px;
}
section.tblCntnt_ten .gridstate p a:before {
    content: '\f041';
    font-family: FontAwesome;
    font-size: 18px;
    color: #4DC2ED;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}
section.tblCntnt_ten .gridstate p:hover{
    transform: translate(0px, -5px);
}
section.tblCntnt_ten .gridstate p a:hover{
    background: #fcda00;
    border-color: #fcda00;
    box-shadow: none;
}
section.tblCntnt_ten .gridstate p a:hover:before{
    color: #273A88;
}
.tblCntnt_ten {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0 0;
    width: 100%;
}
.tblCntnt_ten .chi_center-block {
    width: 100% !important;
}
.tblCntnt_ten .gridstate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 0 0;
}
.tblCntnt_ten .gridstate .txt_block{
    align-items: center !important;
}
.tblCntnt_ten .gridstate p,
.tblCntnt_ten .gridstate p *{
    transition: all .3s ease-in-out;
}
.tblCntnt_ten .gridstate p{
    color: #273A88 !important;
    font-size: 18px;
    border: 1px solid #4EC3ED;
    padding: 15px 40px;
    box-shadow: 0px 4px 0px rgb(77 194 237 / 40%); 
    border-radius: 5px;
}
.tblCntnt_ten .gridstate p:before {
    content: '\f041';
    font-family: FontAwesome;
    font-size: 18px;
    color: #4DC2ED;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}
.tblCntnt_ten .gridstate p:hover{
    transform: translate(0px, -5px);
}
.tblCntnt_ten .gridstate p:hover{
    background: #fcda00;
    border-color: #fcda00;
    box-shadow: none;
}
.tblCntnt_ten .gridstate p:hover:before{
    color: #273A88;
}
div#map-sec-maps #wpsl-search-wrap {
    float: left;
    width: 100%;
}
div#map-sec-maps .wpsl-input input {
    width: 100%;
    background: transparent;
    padding: 10px;
    border-color: #4DC2ED;
    border-radius: 4px;
    font-family: 'caros';
    font-size: 16px;
    line-height: 30px;
}
div#map-sec-maps .wpsl-store-location p strong a {
    font-family: 'Caros';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #273A88;
    display: block;
    margin-bottom: 8px;
}
div#map-sec-maps .wpsl-select-wrap div#wpsl-radius span.wpsl-selected-item{
    font-size: 16px;
    line-height: 30px;
    color: #7A7A7A;
}
div#map-sec-maps .wpsl-select-wrap div#wpsl-radius select,
div#map-sec-maps .wpsl-select-wrap div#wpsl-results select{
    padding: 13px;
}
div#map-sec-maps {
    padding-top: 30px;
    padding-bottom: 30px;
}
div#map-sec-maps div#wpsl-wrap .wpsl-search.wpsl-clearfix.wpsl-filter {
    background: transparent;
    margin-bottom: 50px;
    margin-top: 0px;
}
div#map-sec-maps div#wpsl-wrap .wpsl-search.wpsl-clearfix.wpsl-filter label {
    display: none;
}
div#map-sec-maps .wpsl-input {
    width: 25%;
}
div#map-sec-maps .wpsl-select-wrap {
    width: 45%;
}
div#map-sec-maps .wpsl-search-btn-wrap {
    width: 25%;
    margin-right: 0 !important;
}
div#map-sec-maps div#wpsl-wrap .wpsl-search.wpsl-clearfix.wpsl-filter div#wpsl-search-wrap div {
    margin-bottom: 0px !important;
}
div#map-sec-maps .wpsl-input input {
    width: 100%;
    background: transparent;
    padding: 10px;
    border-color: #4DC2ED;
    border-radius: 4px;
    font-family: 'caros';
    font-size: 16px;
    line-height: 30px;
}
div#map-sec-maps .wpsl-select-wrap .wpsl-dropdown {
    width: 95%;
    padding: 1px;
}
div#map-sec-maps .wpsl-select-wrap div#wpsl-radius {
    width: 50%;
}
div#map-sec-maps .wpsl-select-wrap div {
    width: 50%;
    margin: 0;
    display: block;
}
div#map-sec-maps .wpsl-search-btn-wrap input {
    width: 100%;
}
div#map-sec-maps .wpsl-select-wrap div#wpsl-radius span.wpsl-selected-item:before {
    content: 'Radius';
    margin-right: 10px;
}
div#map-sec-maps .wpsl-select-wrap div#wpsl-radius span.wpsl-selected-item, div#map-sec-maps .wpsl-select-wrap div#wpsl-results span.wpsl-selected-item {
    font-size: 16px;
    line-height: 30px;
    color: #7A7A7A;
}
div#map-sec-maps .wpsl-select-wrap div#wpsl-results span.wpsl-selected-item:before {
    content: 'Results';
    margin-right: 10px;
}
div#map-sec-maps .wpsl-search-btn-wrap input:hover {
    background: transparent;
    color: #273a88;
}
div#map-sec-maps .wpsl-select-wrap div#wpsl-radius span.wpsl-selected-item:after, div#map-sec-maps .wpsl-select-wrap div#wpsl-results span.wpsl-selected-item:after {
    opacity: 0.5;
}
div#map-sec-maps .wpsl-search-btn-wrap input#wpsl-search-btn {
    background: #085a9b;
    border-color: #085a9b;
    color: #fff;
    font-family: 'caros';
    font-size: 15px;
    border-radius: 4px;
    line-height: 30px;
    padding: 10px !important;
    margin-right: 0px !important;
    transition: all .3s ease-in-out;
}
div#map-sec-maps div#wpsl-gmap, div#map-sec-maps div#wpsl-result-list {
    width: 50%;
}
div#map-sec-maps p {
    width: 100%;
    text-align: inherit;
}
div#map-sec-maps div#wpsl-stores::-webkit-scrollbar {
    width: 10px;
    transition: all .3s ease-in-out;
}
div#map-sec-maps div#wpsl-stores::-webkit-scrollbar-track {
    box-shadow: inset 1px 0px 16px #D9D9D9;
    border-radius: 12px;
}
div#map-sec-maps div#wpsl-stores::-webkit-scrollbar-thumb {
        background: #4DC2ED;
        border-radius: 12px;
        transition: all .3s ease-in-out;
        height: 20%;
}
div#map-sec-maps div#wpsl-stores::-webkit-scrollbar-thumb:hover {
    background: #273A88;
}
div#map-sec-maps div#wpsl-stores {
    margin-right: 10px;
}
div#map-sec-maps div#wpsl-stores ul {
    width: 95%;
    overflow: hidden;
}
div#map-sec-maps div#wpsl-stores ul li {
    border-bottom: 1px solid #B9B9B9;
    padding: 30px 0px 10px;
    padding-right: 0;
    position: relative;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-store-location p strong a {
    font-family: 'Caros';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #273A88;
    display: block;
    margin-bottom: 8px;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-store-location p strong a:hover {
    color: #4dc2ed;
}
div#map-sec-maps div#wpsl-stores ul li p span.wpsl-street, div#map-sec-maps div#wpsl-stores ul li p span {
    display: inline-block;
    font-family: 'Caros';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7A7A7A;
}
div#map-sec-maps div#wpsl-stores ul li p {
    padding-bottom: 10px;
    margin: 0;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span strong:before {
    font-family: 'FontAwesome';
    color: #273a88;
    font-size: 20px;
    line-height: 20px;
    margin-right: 15px;
    transition: all .3s ease-in-out;
    width: 25px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span a {
    font-family: 'Caros';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #4DC2ED;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span a:hover {
    color: #273a88;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span {
    font-size: 0;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span:nth-child(1) strong:before {content: '\f095';}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span:nth-child(2) strong:before {
    content: '\f0e0';
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span:hover strong:before {
    color: #4dc2ed;
    transform: rotate(360deg);
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span {
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-store-location p:last-child {
    display: none !important;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-store-location p:nth-child(3) {
    display: none;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-direction-wrap {
    line-height: 0;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions {
    font-family: 'Caros';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #273A88;
    padding: 6px 30px;
    border: 1px solid #273A88 !important;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    transition: all .3s ease-in-out;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-direction-wrap {
    font-size: 0;
    padding-bottom: 5px;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions:hover {
    background: #4dc2ed;
    border-color: #4dc2ed !important;
    color: #fff;
    transform: scale(1.1);
}
.tblCntnt_ten .gridstate p strong{
    color:#4dc2ed;
}
.tblCntnt_ten .gridstate p:hover strong{
    color:#273a88;
}
#age-ortho .span_4 .toc li.active a {
    color:#fcd900;
}
#age-ortho .span_4 .toc li.active:before{
    color:#4dc2ed;
}

@media (max-width: 1380px) {
    div#age-ortho .intro_vid-box {
        height: auto;
    }
}
@media(max-width: 1300px){
    .age-desc .inrTxtII, .age-desc .inrTxt {
    padding: 20px 0px 0 0px;
}
}
@media (max-width: 1280px){
    .ind_schedule-new p {
    width: 70%;
}
    .ind_schedule-new .ind_schdl-inr {
    width: 80%;
}
}
@media (max-width: 1250px){
    .tblCntnt_ten .gridstate p strong {
    display: block;
}
    .tblCntnt_ten .gridstate{
        gap:10px;
    }
}
@media(max-width: 1190px){
body.wp-singular.page-template.page-template-page-templates #age-ortho a.age_btn:after{
    display: none;
}
body.wp-singular.page-template.page-template-page-templates #age-ortho a.age_btn{
    padding: 15px;
}
}
@media(max-width: 1120px){
body.wp-singular.page-template.page-template-page-templates #age-ortho .age_btns{
    flex-direction: column;
    width: fit-content;
}
}
@media (max-width: 1100px) {
    #age-ortho .age_btns{
        flex-direction: column;
        width: fit-content;
        gap:6px;
    }
    .ind_schedule-new .ind_schdl-inr {
        width: 90%;
    }
}
@media (max-width: 1024px){
.txt_block h1 span, .txt_block h1 {
    font-size: 40px;
    line-height: 50px;
}
	section.age-desc .info ul{
		gap: 5px;
		flex-direction:column;
	}
	.age-desc .inrTxtII, .age-desc .inrTxt{
		padding:10px 0;
		gap:12px;
	}
	.txt_block h3 {
    font-size: 20px;
    line-height: 25px;
	}
	.txt_block h2 span, .txt_block h2 {
    font-size: 30px;
    line-height: 40px;
	}
    div#map-sec-maps {
    padding-top: 10px;
}
div#map-sec-maps .wpsl-select-wrap select {
    padding: 14px 10px !important;
    line-height: 30px !important;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-store-location p strong a {
    font-size: 20px;
}
div#map-sec-maps div#wpsl-stores ul li p span.wpsl-street, div#map-sec-maps div#wpsl-stores ul li p span {
    display: inline-block !important;
    font-size: 13px;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions {
    bottom: 55px;
    padding: 5px 15px;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span a {
    font-size: 14px;
}
    .tblCntnt_ten .gridstate p{
        padding: 10px 15px;
        font-size: 16px;
    }
    .ind_schedule-new p {
        width: 100%;
    }
}
@media (max-width: 999px){
    .ind_schedule-new .ind_schdl-inr {
        width: 95%;
    }
    .md-cta-sec .cta-sec-inr{
        padding:20px;
    }
    .txt_block h1{
        font-size: 40px;
    }
}
@media (max-width: 899px){
    .txt_block h2 {
        font-size: 33px;
        line-height: 43px;
    }
}
@media (max-width: 875px){
	section.age-bnr .img_block {
    height: 400px;
}
}
@media (max-width: 850px){
	#age-ortho .span_4 .types {
        margin-top: 15px;
    }
	.accrd h3{
        cursor:pointer;
        position:relative;
    }
    .txt_block.dark.accrd h3 {
    border-radius: 10px !important;
}
.txt_block.dark.accrd.active h3 {
    border-radius: 10px 10px 0px 0px !important;
}
    .accrd h3::after {
        content: '';
        background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/06/toparrow-1.png);
        position: absolute;
        right: 16px;
        width: 30px;
        height: 30px;
        transition: all 0.3s ease-in-out;
        top: 16px;
		background-size:contain;
    }
    .accrd.active h3::after {
        transform:rotate(180deg)
    }
	.age-desc .main-row {
    flex-direction: column-reverse;
}
	.age-desc .span_4.rght-sd{
		position:relative;
		top:0;
	}
	.step .step-grd{
    display:flex;
    flex-direction:column-reverse;
    gap:20px;
}
.step .step-grd .step-img{
    width:70%;
}
	#age-ortho .span_6 {
    width: 100%;
}
	#age-ortho .span_6.rt-sd {
    display: none;
}
	#age-ortho .span_8,
	#age-ortho .span_4{
    width: 100%;
}
	
    .ind_schedule-new,
    .ind_intro-new {
    padding: 40px 0 !important;
}
.ind_schedule-new .ind_schdl-inr {
        width: 100%;
        padding-top: 20px;
    }
    .age-bnr .age-bnr-inr{
        min-height: 280px;
    }
    .txt_block h1{
        font-size: 35px;
        line-height:45px;
    }
}
@media (max-width: 800px){
	    
    #age-ortho .age_btns{
        flex-direction: row;
    }
    .age-desc .row{
        flex-direction: column;
    }
    #age-ortho .span_8,
    #age-ortho .span_4{
        width: 100%
    }
    div#map-sec-maps div#wpsl-stores {
    height: 300px !important;
}
    div#map-sec-maps div#wpsl-gmap {
    display: none;
}
div#map-sec-maps div#wpsl-result-list {
    width: 100%;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span {
    display: block !important;
}
div#map-sec-maps div#wpsl-stores ul li p span.wpsl-street, div#map-sec-maps div#wpsl-stores ul li p span {
    font-size: 14px;
}
    .tblCntnt_ten .gridstate{
        padding-top:30px;
        gap: 5px;
    }
    .chi_faqs-new .chi_faqs-list {
    gap: 12px;
}
.chi_faqs-new .faq_title p {
    padding: 12px 50px 12px 15px;
}
    .age-bnr .age-bnr-inr{
        min-height: 200px;
    }
}
@media (max-width: 750px){
    .ind_schedule-new div#gform_wrapper_70 input[type=email], .ind_schedule-new div#gform_wrapper_70 input[type=tel], .ind_schedule-new div#gform_wrapper_70 input[type=text], .ind_schedule-new div#gform_wrapper_70 textarea {
    font-size: 15px;
    height: 50px;
}
.ind_schedule-new div#gform_wrapper_70 textarea {
    height: 160px !important;
}
    #age-ortho .age_btns{
        flex-direction: column;
    }
}
@media (max-width: 700px){
    .tblCntnt_ten .gridstate p strong{
        display:block;
    }
    .tblCntnt_ten .gridstate p {
        border: none;
        box-shadow: none;
        padding: 0;
    }
}
@media (max-width: 699px){
    section.age-desc.step .step-img {
        display: none;
    }
	.step .step-grd .step-img {
        display: none;
    }
    .age-desc {
    padding: 30px 0;
}
    #age-ortho a.age_btn{
        padding: 10px 40px 10px 10px;
        font-size: 13px;
    }
    #age-ortho a.age_btn:after{
        top: 13px;
    }
    .ind_schedule-new .txt_block{
    align-items: flex-start !important;
    text-align: left !important;
}
    .ind_schedule-new div#gform_wrapper_70 input#gform_submit_button_70{
    margin: auto 0 0 0;
}
    .chi_faqs-new .faq_item {
    width: 100%;
}
.chi_faqs-new .chi_faqs-list {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}
.chi_faqs-new .faq_body {
    padding: 12px 50px 12px 15px;
}
    .txt_block h1{
        font-size: 35px;
    }
}
@media(max-width: 600px){
    section.tblCntnt_ten .gridstate{
        gap: 0;
    }
}
@media(max-width: 580px){
    .age-bnr .age-bnr-inr {
        min-height: 150px;
    }
    .txt_block h1{
        font-size: 38px;
    }
}
@media (max-width: 499px) {
	.accrd h3::after{
		width: 25px;
        height: 25px;
		background-size: contain;
		top: 10px;
	}
	#age-ortho .span_4 .txt_block h3 {
    font-size: 18px;
		padding:10px;
	}
	#age-ortho .span_4 .types {
    margin-top: 15px;
}
	section.age-desc .info ul li{
    font-size: 15px;
	}
	.age-desc .faq_title p span, .age-desc .faq_title p strong {
    font-size: 16px;
	}
	.age-desc .faq_title p {
    font-size: 15px;
	}
	.age-desc .faq_title p{
		    padding: 10px 50px 10px 12px;
	}
	.age-desc .chi_faqs-list {
    gap: 10px;
}
	.age-desc .bdr-txt,
.age-desc .bdr-txtI,
.age-desc .bdr-txtII,
.age-desc .bdr-txtIII{
    padding:15px;
}
.age-desc .inrTxtII .desc-img-inr,
.age-desc .inrTxt .desc-img-inr {
    box-shadow: -8px -8px 0px #3B81BD;
}
    .txt_block h2,
.txt_block h2 span{
        font-size: 25px !important; 
        line-height: 35px !important;
}
        .txt_block p, .txt_block p a, .txt_block li, .txt_block a,.age-desc blockquote {
        font-size: 15px;
        line-height: 22px;
    }
    .ind_schedule-new, .ind_intro-new{
        padding: 30px 0 !important;
    }
    .ind_schedule-new div#gform_wrapper_70 input#gform_submit_button_70 {
    padding: 12px 20px !important;
    font-size: 14px;
    line-height: 20px;
}
    .md-cta-sec .chi_btns a:last-child{
        padding:10px !important;
    }
    .txt_block h1,
	.txt_block h1 span{
        font-size: 30px;
        line-height: 38px;
    }
	.desc-img-inr {
    height: 220px;
}
	.age-desc .inrTxt2, .age-desc .inrTxt1 {
    padding: 10px;
	}
}
@media (max-width: 480px){
	.chi_faqs-new{
		padding-top:0;
	}
	.step .step-grd{
		padding-top:15px;
	}
	.age-desc .container{
		background:none;
	}
	.md-cta-sec .cta-sec-inr{
		box-shadow:0px 4px 10px 0px rgba(77, 194, 237, 0.3);
	}
    .md-cta-sec {
        padding-top: 30px;
    }
    .age-desc .faq_body {
    padding: 0px 15px 12px 70px;
    }   
    .age-desc .faq_item .faq_title{
        padding-left: 56px;
    }
    .age-desc .faq_item .faq_title:before{
        width: 30px;
        height: 30px;
    }
    .age-desc .faq_item .faq_title:after{
        width: 50px;
        height: 50px;
    }
    .age-desc .faq_item .faq_title p::after{
        width: 25px;
        height: 25px;
        font-size: 25px;
    }
    div#map-sec-maps .wpsl-input {
    width: 100%;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}
div#map-sec-maps .wpsl-select-wrap {
    width: 100%;
}
div#map-sec-maps .wpsl-search-btn-wrap {
    width: 100%;
}
div#map-sec-maps .wpsl-input input {
    width: 100% !important;
}
    section.tblCntnt_ten .gridstate {
    padding: 30px 0 0 0;
}
.tblCntnt_ten .gridstate p:before {
    font-size: 15px;
    margin-right: 4px;
}
section.tblCntnt_ten{
    padding: 30px 0 0px 0;
}
    .chi_faqs-new .faq_item .faq_title p::after {
    font-size: 30px;
    width: 30px;
    height: 30px;
}
    .chi_faqs-new .faq_title p {
        padding: 10px 50px 10px 15px;
        font-size: 15px;
    }
}
@media (max-width: 420px){
    .tblCntnt_ten .gridstate p{
        font-size: 15px;
        line-height: 20px;
    }
    .age-bnr .age-bnr-inr {
        min-height: 120px;
    }
    .txt_block h1,
	.txt_block h1 span{
        font-size: 28px;
    }
}
@media (max-width: 390px){
	#age-ortho .span_4 .txt_block h3 {
        font-size: 16px;
    }
	.age-desc blockquote {
    padding: 15px;
	}
	.desc-img-inr {
        height: 150px;
    }
	.age-bnr {
    padding: 30px 0;
}
    .tblCntnt_ten .gridstate p {
        font-size: 14px;
    }
    .ind_schedule-new div#gform_wrapper_70 input[type=email], .ind_schedule-new div#gform_wrapper_70 input[type=tel], .ind_schedule-new div#gform_wrapper_70 input[type=text], .ind_schedule-new div#gform_wrapper_70 textarea {
        font-size: 14px;
        height: 46px;
    }
    .ind_schedule-new div#gform_wrapper_70 textarea {
        height: 140px !important;
    }
    .age-bnr .age-bnr-inr {
        min-height: 80px;
    }
}
@media (max-width: 360px){
	.txt_block h1, .txt_block h1 span {
        font-size: 26px;
    }
}
@media (min-width: 350px) and (max-width: 479px){
    div#map-sec-maps .wpsl-search {
    padding: 0;
    margin-bottom: 30px !important;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-store-location p strong a {
    font-size: 18px;
    line-height: 25px;
}
div#map-sec-maps div#wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions {
    position: relative;
    right: 0;
    bottom: 0;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span strong:before {
    margin-right: 5px;
    width: 25px;
    font-size: 14px;
}
div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span a {
    font-size: 12px;
}
}