form#gform_70 .gfield_description.validation_message {
    padding: 5px;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
}
/* == Constant == */
.tblCntnt_one-inr .brcs_box .img-box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
#oe_typofbrcs {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
#oe_typofbrcs, #oe_typofbrcs * {
    font-family: 'caros';
}
#oe_typofbrcs .container {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
#oe_typofbrcs .row {
    padding: 0 10px;
}
#oe_typofbrcs .chi_center-block {
    width: 900px;
    margin: 0 auto;
}
#oe_typofbrcs .chi_grd-colm,
#oe_typofbrcs .span_12{
    width: 100%;
}
#oe_typofbrcs a {
    text-decoration: none;
}
#oe_typofbrcs img {
    margin: 0;
    vertical-align: middle;
}
#oe_typofbrcs .chi_btns {
    width: 100%;
    display: flex;
    gap: 12px;
}
#oe_typofbrcs .chi_btns.center {
    justify-content: center;
}
#oe_typofbrcs a.chi_btn {
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .3s ease-in-out;
    text-align: center;
    display: block;
    border: 1px solid;
}
#oe_typofbrcs a.chi_btn:hover {
    transform: scale(1.05) translate(0, -5px);
}
#oe_typofbrcs a.chi_btn.yellow {
    background-color: #fcda00;
    border: 1px solid #fcda00;
    color: #273a88;
}
#oe_typofbrcs a.chi_btn.yellow:hover {
    background-color: transparent;
    border-color: #273a88;
    color: #273a88;
}
#oe_typofbrcs a.chi_btn.white {
    background-color: #fff;
    border-color: #273a88;
    color: #273a88;
}
#oe_typofbrcs a.chi_btn.white:hover {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
}
#oe_typofbrcs a.chi_btn.lblue {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
    padding: 12px 15px;
}
#oe_typofbrcs a.chi_btn.lblue:hover {
    background-color: #273A88;
    border-color: #273A88;
}
#oe_typofbrcs .txt_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
#oe_typofbrcs .txt_block.center {
    justify-content: center;
    text-align: center;
    align-items: center;
}
.txt_block h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
    border: 0;
    padding: 0;
}
#oe_typofbrcs .txt_block h1 span{
    color: #FCDA00;
}
.txt_block h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
}
.txt_block.dark h2 span {
    color: #4DC2ED;
}
.txt_block.light h2 span {
    color: #FCD900;
}
.txt_block p {
    padding: 0;
}
.txt_block p,
.txt_block p a, 
.txt_block li, 
.txt_block a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.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;
}
.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block ol li a{
    color:#7a7a7a;
}
.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block ol li a:hover{
    color:#273a88;
}
/*----==> Banner CSS <==----*/
section.typbrcs_bnr{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#oe_typofbrcs section.typbrcs_bnr .container{
    width: 100%;
    max-width: 100%;
}
#oe_typofbrcs section.typbrcs_bnr .container .row{
    padding: 0;
}
section.typbrcs_bnr .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.typbrcs_bnr .bnr_bg::before, section.typbrcs_bnr .bnr_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.typbrcs_bnr .bnr_bg::after {
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    z-index: 1;
}
section.typbrcs_bnr .typbrcs_bnr-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    position: relative;
    z-index: 4;
    align-items: center; 
}
section.typbrcs_bnr h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
	margin:0;
}
#oe_typofbrcs section.typbrcs_bnr .txt_block {
    width: 600px;
    margin: 0 0 0 auto;
    overflow: hidden;
    padding: 20px 0
}
section.typbrcs_bnr .bnr_img-box {
    width: 100%;
    /* height: 475px; */
    overflow: hidden;
}
#oe_typofbrcs section.typbrcs_bnr .bnr_img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
#oe_typofbrcs section.typbrcs_bnr .bnr_img-box img:hover{
    transform: translate(-10px, 0px) scale(1.05);
}



/*----==> Table of Content CSS <==----*/
section.typofbrcs_tblCntnt {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 80px 0;
    background: #ECFAFF;
}
.tblCntnt-inr {
    width: 100%;
    display: grid;
    grid-template-columns: 60% 37%;
    gap: 30px;
/*    align-items: center;*/
}
.tblCntnt-inr .info ul {
    margin: 0;
    display: flex;
    gap: 40px;
    width: 100%;
}
.tblCntnt-inr .info ul li{
    list-style-type: none;
    color: #7A7A7A;
    position: relative;
    padding-left: 25px;
}
.tblCntnt-inr .info ul li.date{
    1text-align: center;
}
.tblCntnt-inr .info ul li:before{
    content: '';
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
	top:3px;
}
.tblCntnt-inr .info ul li.review:before{
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/02/author-icon.webp);
}
.tblCntnt-inr .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;
}
.tblCntnt-inr .info {
    margin-bottom: 40px;
}
.tblCntnt-inr .txt_block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    position: relative;
}
.tblCntnt-inr .lt-sd .txt_block ul li{
    list-style-type: none;
    font-size: 17px;
    font-weight: 600;
    color: #273A88;
    transition: all 0.3s ease-in-out;
    width: fit-content;
}
.tblCntnt-inr .lt-sd .txt_block ul li:before{
    content: '\f058';
    font-family: 'FontAwesome';
    color: #4dc2ed;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}
.tblCntnt-inr .txt_block ul li:hover{
    transform: translate(5px, 0px);
}
.tblCntnt-inr .txt_block ul li:hover:before{
    color: #273A88; 
}
.tblCntnt-inr h2:after{
    content: '';
    border-bottom: 1px solid #4DC2ED66;
    display: block;
    width: 627px;
    margin: 15px 0;
}
section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block{
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px #4DC2ED66;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block h3 {
    font-size: 24px;
    color: #fff;
    background: #273A88;
    width: 100%;
    padding: 10px 40px;
    text-transform: capitalize;
    margin: 0 !important;
}
section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block h3 span{
    color: #00A7E3;
}
section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block ol{
    padding: 10px 40px 20px 45px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%
}
section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block ol li{
    color: #7a7a7a;
    width: fit-content;
    transition: all .3s ease-in-out;
}
section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block ol li:hover{
    color: #273A88;
    cursor:pointer;
}
section.typofbrcs_tblCntnt .txt_block{
    position: relative;
}
section.typofbrcs_tblCntnt .chi_grd-colm.lt-sd .txt_block:after {
    content: '';
    position: absolute;
    width: 122px;
    height: 113px;
    display: block;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/A-smile-is-ageless-OE-Horizontal-1-1.png);
    bottom: 20px;
    right: 0px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
}



/*----==> Table of Content One CSS <==----*/
section.tblCntnt_one {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
section.tblCntnt_one .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.tblCntnt_one .bnr_bg::before, section.tblCntnt_one .bnr_bg::after {
    content: '';
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
}
section.tblCntnt_one .bnr_bg:before{
    background: #ECFAFF;
    z-index: 1;
}
section.tblCntnt_one .row{
    position: relative;
    z-index: 4;
}
.tblCntnt_one-inr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    margin: 0 auto;
}
.tblCntnt_one{
    padding-bottom: 80px;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box,
.tblCntnt_one-inr .chi_grd-colm .brcs_box *{
    transition: all .3s ease-in-out;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #4DC2ED;
    z-index: -1;
    border-radius: 10px;
    transform: translate(10px, 10px);
    transition: all .3s ease-in-out;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    1overflow: hidden;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .img_box{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .img_box img{
    object-fit: cover;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block{
    padding: 20px;
    text-align: center;
    align-items: center !important;
    position: relative;
    overflow: hidden;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block h2,
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block h3{
    font-size: 22px;
	line-height:30px;
    text-transform: initial;
    min-height: 54px;
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block p{
    font-size: 14px;
    line-height: 22px;
    min-height: 155px;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block:after{
    content: '';
    width: 174px;
    height: 174px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/logo-white-8.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    bottom: 10px;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box:hover{
    background: #0D5598;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box:hover h2,
.tblCntnt_one-inr .chi_grd-colm .brcs_box:hover h3,
.tblCntnt_one-inr .chi_grd-colm .brcs_box:hover p{
    color: #fff;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box:hover:after{
    transform: translate(8px, 8px);
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box:hover img{
    transform: translate(0px, 5px) scale(1.04);
}
section#types-of-braces .scrolTxt{
    display: flex;
    flex-direction: column;
}
section#types-of-braces .scrolTxt,
section#types-of-braces .txt_block {
    gap: 10px;
}


/*----==> Table of Content Two (Types of Braces) <==----*/
section.tblCntnt_two {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
section.tblCntnt_two .chi_center-block {
    width: 100% !IMPORTANT;
    margin-bottom: 20px !important;
}
section.tblCntnt_two .type_one,
section.tblCntnt_two .type_one *{
    transition: all .3s ease-in-out;
}
section.tblCntnt_two .type_one{
    padding: 40px;
    background: #ECFAFF;
    border-radius: 10px;
}
section.tblCntnt_two .type_one .type_one-inr {
    display: grid;
    grid-template-columns: 29% 68%;
    gap: 40px;
    align-items: center;
    position: relative;
}
section.tblCntnt_two .type_one .type_one-inr h3{
    font-size: 26px;
    font-weight: 700;
    color: #273A88;
    text-transform: capitalize;
    margin: 0 !important;
}
section.tblCntnt_two .type_one .type_one-inr h3 span{
    color: #273A88;
}
section.tblCntnt_two .type_one .type_one-inr p{
    font-size: 14px;
    line-height: 22px;
}
#oe_typofbrcs section.tblCntnt_two a.chi_btn{
    text-transform: capitalize;
}
#oe_typofbrcs section.tblCntnt_two a.chi_btn:hover{
    border: 1px solid #fff;
    color: #fff;
}
section.tblCntnt_two .type_one .img_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 6px 0px #4DC2ED;
}
section.tblCntnt_two .type_one .img_box img{
    width: 100%;
    object-fit: cover;
}
section.tblCntnt_two .type_one:hover{
    background: #273A88;
}
section.tblCntnt_two .type_one:hover p,
section.tblCntnt_two .type_one:hover h3{
    color: #fff;
}
section.tblCntnt_two .type_one:hover h3 span{
    color: #4DC2ED;
}
section.tblCntnt_two .type_one:hover img{
    transform: translate(5px, 5px) scale(1.05);
}
section.tblCntnt_two .type_one:hover .img_box{
    box-shadow: none;
}
section.tblCntnt_two .type_one{
    position: relative;
/*    overflow: hidden;*/
    margin-top: 40px;
}
section.tblCntnt_two .type_one:after{
    content: '';
    width: 129px;
    height: 133px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/02/teeth-symbol.webp);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0px, 100px);
    transition: all .3s ease-in-out;
    opacity: 0;
}
section.tblCntnt_two .type_one:hover:after{
    transform: translate(0px, 0);
    opacity: 1;
}
section.tblCntnt_two .type_one:nth-child(even):before {
    content: '';
    width: 61px;
    height: 367px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/02/down-arrow-right.webp);
    background-repeat: no-repeat;
    position: absolute;
    right: -100px;
    bottom: -200px;
    transition: all .3s ease-in-out;
    background-size: contain;
}
section.tblCntnt_two .type_one:nth-child(odd):before {
    content: '';
    width: 61px;
    height: 367px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/02/down-arrow-left.webp);
    background-repeat: no-repeat;
    position: absolute;
    left: -100px;
    bottom: -200px;
    transition: all .3s ease-in-out;
    background-size: contain;
}
section.tblCntnt_two .type_one:last-child:before{
    display: none;
}
section.tblCntnt_two:before {
    content: '';
    position: absolute;
    width: 122px;
    height: 113px;
    display: block;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/A-smile-is-ageless-OE-Horizontal-1-1.png);
    top: 40px;
    left: 40px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
    opacity: .6;
}


/*----==> Table of Content Three (Table) <==----*/
.compare-table tr:hover{
    background:linear-gradient(180deg, #0070B0 0%, #0159A0 70.99%, #014E96 100%) !important;
}
.compare-table tr:hover td{
    color:#fff !important;
}
section.tblCntnt_three .compare-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 30px;
    box-shadow: 0 4px 10px #4DC2ED40;
}
section.tblCntnt_three {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px 0 80px 0;
}
section.tblCntnt_three .compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 !important;
}
section.tblCntnt_three .compare-table thead th {
   color: rgba(252, 217, 0, 1);
   padding: 15px 25px;
   text-align: left;
   font-size: 20px;
   font-weight: 600;
   background: linear-gradient(180deg, #0070B0 0%, #0159A0 70.99%, #014E96 100%);
}
section.tblCntnt_three .compare-table tbody td {
  padding: 15px 25px;
  font-size: 16px;
  color: rgba(122, 122, 122, 1);
  1text-align: center;
}
section.tblCntnt_three .compare-table tbody tr:nth-child(even) {
  background: rgba(236, 250, 255, 1); /* Light blue row */
}
section.tblCntnt_three .compare-table tbody tr:nth-child(odd) {
  background: #ffffff;
}
section.tblCntnt_three .compare-table,
section.tblCntnt_three .compare-table th,
section.tblCntnt_three .compare-table td {
  border: 1px solid rgba(185, 185, 185, 0.4);
}
section.tblCntnt_three:before {
    content: '';
    position: absolute;
    width: 122px;
    height: 113px;
    display: block;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2024/05/oe-logo-wm1.png);
    top: 10px;
    right: 40px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(15deg);
    opacity: .6;
}


/*----==> Table of Content Four (CTA) <==----*/
section.chi_cta-new .chi_center-block {
    margin: auto 0 0 0 !important;
    max-width: 100% !important;
}
section.chi_cta-new .chi_btns.center {
    justify-content: flex-start !important;
/*     margin-top: 20px; */
}
section.chi_cta-new .chi_bnr-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
}
section.chi_cta-new {
    width: 100%;
    overflow: hidden;
    position: relative;
/*    padding: 80px 0;*/
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/cta-img3.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
section.chi_cta-new h2 span{
    color: #4DC2ED !important;
}
section.chi_cta-new a.chi_btn.yellow:hover {
    border: 1px solid #fcda00 !important;
    color: #fcda00 !important;
}
section.chi_cta-new .bnr_img-box {
    position: relative;
}
section.chi_cta-new .bnr_img-box:before{
    content: '';
    width: 20px;
    height: 220px;
    background:#4DC2ED;
    position: absolute;
    transform: rotate(20deg);
    right: 17px;
    top: -10px;
}
section.chi_cta-new .bnr_img-box:after{
    content: '';
    width: 20px;
    height: 220px;
    background:#4DC2ED;
    position: absolute;
    transform: rotate(22deg);
    left: 19px;
    bottom: -12px;
}
.chi_cta-new h2,
.chi_cta-new p{
    color:#fff !important;
}
.chi_cta-new .bnr_img-box img {
    margin-bottom: 0;
    vertical-align: middle;
}



/*----==> Table of Content Five (Braces for kids, teens, and adults) <==----*/
section.tblCntnt_five {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
section#kids-teens-adults .braces_box p {
    text-align: center;
}
.tblCntnt_five-inr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    margin: 0 auto;
    padding-top: 60px;
}
section.tblCntnt_five .chi_grd-colm .braces_box,
section.tblCntnt_five .chi_grd-colm .braces_box *{
    transition: all .3s ease-in-out;
}
section.tblCntnt_five .chi_grd-colm .braces_box{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}
section.tblCntnt_five .chi_grd-colm .braces_box .img_box {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    background: #4DC2ED;
    border-radius: 50%;
    padding: 27px;
    position: relative;
}
section.tblCntnt_five .chi_grd-colm .braces_box .img_box:after{
    content: '';
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(10%, 10%);
    z-index: 1;
}
section.tblCntnt_five .chi_grd-colm .braces_box .img_box img{
    object-fit: cover;
    z-index: 2;
    position: relative;
    filter: brightness(0) invert(1);
}
section.tblCntnt_five .chi_grd-colm .braces_box .txt_block {
    align-items: center !important;
}
section.tblCntnt_five .chi_grd-colm .braces_box h3{
    font-size: 24px;
    font-weight: 700;
    margin: 0 !important;
}
section.tblCntnt_five .chi_grd-colm .braces_box:hover .img_box{
    background: #273a88;
}
section.tblCntnt_five .chi_grd-colm .braces_box:hover h3{
    color: #4DC2ED;
}
section.tblCntnt_five .chi_grd-colm .braces_box:hover{
    transform: translate(0, -5px);
}
section.tblCntnt_five .chi_grd-colm .braces_box:hover .img_box img{
    transform: rotate(360deg) scale(1.01);
    filter: none;
}
section.tblCntnt_five .chi_grd-colm:nth-child(1):after {
    content: '';
    width: 157px;
    height: 26px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/02/bottom-arrow-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 20%;
    right: 0px;
    transform: translate(65%, 0);
}
section.tblCntnt_five .chi_grd-colm{
    position: relative;
}
section.tblCntnt_five .chi_grd-colm:nth-child(2):after {
    content: '';
    width: 157px;
    height: 26px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/02/bottom-arrow-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 30%;
    right: 0px;
    transform: translate(65%, 0);
}
section.tblCntnt_five:before {
    content: '';
    position: absolute;
    width: 122px;
    height: 113px;
    display: block;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/A-smile-is-ageless-OE-Horizontal-1-1.png);
    top: 40px;
    left: 40px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
    opacity: .6;
}

/*----==> Table of Content Six (cost differences) <==----*/
section.tblCntnt_six {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: #ECFAFF;
}

.tblCntnt_six-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

.tblCntnt_six-inr .bnr_img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -10px 10px 0px #4DC2ED;
    transition: all .3s ease-in-out;
}
.tblCntnt_six-inr .bnr_img-box img{
    object-fit: cover;
    transition: all .3s ease-in-out;
}
.tblCntnt_six-inr .bnr_img-box:hover img{
    transform: translate(5px, 0) scale(1.05);
}
.tblCntnt_six-inr .bnr_img-box:hover{
    box-shadow: -8px 8px 0px #4DC2ED;
}
section.tblCntnt_six .txt_block:after {
    content: '';
    position: absolute;
    width: 122px;
    height: 113px;
    display: block;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/A-smile-is-ageless-OE-Horizontal-1-1.png);
    bottom: 0px;
    right: 40px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
    opacity: .6;
}

/*----==> Table of Content Seven (FAQs) <==----*/
section.chi_faqs-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0603/2546/2115/files/bg-img-bookeh.webp);
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: center center;
}
section.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: 30px;
}
section.chi_faqs-new .faq_item {
    border-radius: 5px;
    width: 49%;
    overflow: hidden;
    border: 1px solid #4dc2ed;
    transition: all .3s 
ease-in-out;
background: #fff;
}
section.chi_faqs-new .faq_item .faq_title{
    width: 100%;
    overflow: hidden;
}
section.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: 700;
    margin: 0;
    transition: .3s 
ease-in-out;
    border-bottom: 1px solid transparent;
}
section.chi_faqs-new .faq_body {
    padding: 12px 15px 12px 15px;
    display: none;
}
section.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;
}
section.chi_faqs-new .faq_body p:last-child {
    padding-bottom: 0px;
}
section.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%);
}
section.chi_faqs-new .faq_item .faq_title p:hover::after, section.chi_faqs-new .faq_item.active .faq_title p::after {
    transform: translateY(-50%) rotate(180deg);
    content: '-';
    background-color: #253782;
    color: #fff;
}
section.chi_faqs-new .faq_item.active p {
    border-color: #4dc2ed;
}
section.chi_faqs-new .row {
    position: relative;
    z-index: 4;
}
/* state fold */
.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: 30px;
}
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;
}

/* schedule */
section.stats_schedule-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0px;
}
.stats_schedule-new p {
    width:60%;
}
.stats_schedule-new .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.stats_schedule-new .bnr_bg::before, .stats_schedule-new .bnr_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.stats_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;
}
.stats_schedule-new .bnr_bg::after {
    background: #144a92;
    z-index: 2;
    opacity: .9;
}
.stats_schedule-new .row {
    z-index: 4;
    position: relative;
}
.stats_schedule-new p,
.stats_schedule-new h2 {
    color: #fff !important;
}
.stats_schedule-new .stats_schdl-inr {
    padding-top: 40px;
    width: 85%;
    margin: 0 auto;
}
.stats_schedule-new div#gform_wrapper_70 input[type=email],
.stats_schedule-new div#gform_wrapper_70 input[type=tel],
.stats_schedule-new div#gform_wrapper_70 input[type=text],
.stats_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;
}
.stats_schedule-new div#gform_wrapper_70 textarea {
    height: 180px !important
}
.stats_schedule-new div#gform_wrapper_70 .termsNote {
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    font-family: caros;
    font-weight: 400;
    color: #fff;
}
.stats_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;
}
.stats_schedule-new div#gform_wrapper_70 input#gform_submit_button_70:hover {
    opacity: 1;
    box-shadow: none !important
}
.stats_schedule-new div#gform_wrapper_70 input#choice_70_9_0 {
    vertical-align: top;
    margin-top: 2px
}
.stats_schedule-new div#gform_wrapper_70 div#validation_message_70_9 {
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
}
.stats_schedule-new div#gform_wrapper_70 .gfield_error [aria-invalid=true] {
    border: 1px solid #C02B0A;
}
.stats_schedule-new .gform_heading,
.stats_schedule-new div#gform_wrapper_70 .gfield_description.instruction.validation_message,
.stats_schedule-new div#gform_wrapper_70 div#gform_70_validation_container {
    display: none;
}
.stats_schedule-new .validation_message{
    padding:5px;
    font-size:11px;
    line-height:15px;
    text-align:center;
}
.stats_schedule-new div#gform_fields_70 {
    grid-template-columns: repeat(24, 1fr) !important;
}
.stats_schedule-new div#gform_fields_70 fieldset#field_70_9 {grid-column: 1 / -1;}
.stats_schedule-new #gform_ajax_spinner_70 {
    margin-top: -5px !important;
    margin-left: 570px !important;
    position: absolute !important;
}

/*----==> Table of Content Five (Comparison Boundary) <==----*/
section.headlineSec {
    overflow: hidden;
    padding: 40px 0 0;
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
}
section.headlineSec h2{
    font-size: 26px;
    line-height: 30px;
}
section.headlineSec h2 span{
    color: #4DC2ED !important;
}
section.headlineSec p{
    font-size: 18px;
}
section.headlineSec .chi_center-block {
    width: 100% !important;
}
.cntrUpdt.headlineSec .txt_block.light {
    align-items: center !important;
    text-align: center;
}
.cntrUpdt.headlineSec .txt_block.light h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
}
/*----==> Table of Content Six (Sources) <==----*/
section.headlineSec.bgChng {
    background: #ECFAFF;
}
section.headlineSec.bgChng ul {
    display: flex;
    gap: 40px;
    margin: 0;
    position: relative;
}
section.headlineSec.bgChng ul li {
    list-style-type: none;
    color: #7a7a7a;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    position: relative;
    padding-left: 20px;
}
section.headlineSec.bgChng li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: #4dc2ed;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    margin-right: 6px;
    position: absolute;
    left: 0;
}
section.headlineSec.updated {
    background: none;
}
section.headlineSec.updated .chi_center-block {
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
section.headlineSec.updated .chi_center-block:after{
    content: '';
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/03/tooth-small-img.webp);
    width: 100px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}
section.headlineSec.updated .chi_center-block p,
section.headlineSec.updated .chi_center-block h3,
section.headlineSec.updated .chi_center-block li{
    color: #fff;
}
section.headlineSec.updated h3 {
    font-size: 20px;
}
section.headlineSec.updated h3 strong{
    color: #4DC2ED;
}
section.headlineSec.updated ul {
    display: flex;
    gap: 40px;
    margin: 0;
    position: relative;
    flex-wrap: wrap;
    row-gap: 6px;
}
section.headlineSec.updated ul li {
    list-style-type: none;
    color: #7a7a7a;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    position: relative;
    padding-left: 24px;
    font-size: 18px;
}
section.headlineSec.updated li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: #FCD900;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
}

/*==----> Media Querries <----==*/
@media(max-width: 1440px){
    section.tblCntnt_two .type_one:nth-child(even):before {
    width: 41px;
    height: 347px;
    right: -50px;
    bottom: -200px;
}
section.tblCntnt_two .type_one:nth-child(odd):before {
    width: 41px;
    height: 347px;
    left: -50px;
    bottom: -200px;
}
}
@media(max-width: 1380px){
    section.tblCntnt_two .type_one:nth-child(even):before,
    section.tblCntnt_two .type_one:nth-child(odd):before{
        display: none;
    }
}
@media(max-width: 1300px){
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
    width: 580px;
}
}
@media (max-width: 1280px){
	.stats_schedule-new p {
    width: 70%;
}
    .stats_schedule-new .stats_schdl-inr {
    width: 80%;
}
	div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span a {
    font-size: 14px;
}
}
@media (max-width: 1250px) {
	.tblCntnt_ten .gridstate{
		gap:10px;
	}
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 550px;
    }
    section.tblCntnt_two .type_one .type_one-inr {
    grid-template-columns: 29% 67%;
}
.tblCntnt-inr .txt_block ul li {
    font-size: 16px;
}
}
@media (max-width: 1180px) {
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 520px;
    }
    section.tblCntnt_two .type_one {
    padding: 30px;
}
}
@media (max-width: 1150px) {
    .tblCntnt-inr .txt_block ul li:before
 {
    font-size: 16px;
    margin-right: 0px;
    position: absolute;
    left: 0;
}
    .tblCntnt-inr .txt_block ul li {
        font-size: 16px;
        padding-left: 20px;
    }
        #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 510px;
    }
    section.typbrcs_bnr h3 {
    font-size: 22px;
    line-height: 34px;
}
}
@media(max-width: 1100px){
	
	.stats_schedule-new .stats_schdl-inr {
        width: 90%;
    }
    .txt_block h1 {
    font-size: 45px;
    line-height: 55px;
}
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 480px;
    }
    .txt_block h2 {
    font-size: 42px;
    line-height: 52px;
}
section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block ol {
    padding: 10px 25px 20px 45px;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block h3 {
    font-size: 20px;
    line-height: 30px;
}
section.tblCntnt_two .type_one .type_one-inr h3 {
    font-size: 23px;
}
section.tblCntnt_six .txt_block:after {
    width: 102px;
    height: 93px;
    bottom: -30px;
    right: 40px;
}
section.typofbrcs_tblCntnt .chi_grd-colm.lt-sd .txt_block:after {
    width: 102px;
    height: 93px;
    bottom: 40px;
    right: 0px;
}
.tblCntnt-inr h2:after {
    width: auto;
}
}
@media (max-width: 1080px) {
    .txt_block h1 {
        font-size: 43px;
        line-height: 53px;
    }
        section.typbrcs_bnr h3 {
        font-size: 20px;
        line-height: 32px;
    }
        .txt_block h2 {
        font-size: 40px;
        line-height: 50px;
    }
    #oe_typofbrcs .txt_block {
    gap: 10px;
}
.tblCntnt-inr .info ul {
    gap: 15px;
}
}
@media (max-width: 1024px) {
	.stats_schedule-new .txt_block{
        gap:8px;
    }
	.stats_schedule-new p {
        width: 100%;
    }
	.tblCntnt_ten .gridstate p{
		padding: 10px 15px;
		font-size: 16px;
	}
	div#map-sec-maps {
    padding-top: 10px;
	padding-bottom: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;
}
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 450px;
    }
        .tblCntnt-inr .info ul {
        gap: 10px;
        flex-direction: column;
    }
        section.typofbrcs_tblCntnt .chi_grd-colm.lt-sd .txt_block:after {
        width: 92px;
        height: 73px;
        bottom: 40px;
        right: 0px;
        opacity: .6;
    }
        section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block ol {
        padding: 10px 20px 20px 35px;
    }
    section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block h3 {
    font-size: 22px;
    padding: 10px 30px;
}
    .txt_block h1 {
        font-size: 40px;
        line-height: 50px;
    }
        .txt_block h2 {
        font-size: 37px;
        line-height: 47px;
    }
    .tblCntnt-inr .info {
    margin-bottom: 20px;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block {
    padding: 15px;
}
section.tblCntnt_two:before {
    width: 92px;
    height: 73px;
}
section.tblCntnt_two .type_one .type_one-inr {
    gap: 30px;
}
section.tblCntnt_five:before {
    width: 92px;
    height: 73px;
}
    section.tblCntnt_six .txt_block:after {
        width: 92px;
        height: 73px;
    }
    .tblCntnt_one-inr .chi_grd-colm .brcs_box:hover img {
    transform: translate(0px, 0px) scale(1.04);
}
}
@media (max-width: 999px) {
	.stats_schedule-new .stats_schdl-inr {
        width: 95%;
    }
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 430px;
    }
    .txt_block h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .tblCntnt-inr {
    grid-template-columns: 59% 37%;
}
    .txt_block h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .tblCntnt_one-inr {
    gap: 30px;
}
}
@media (max-width: 950px) {
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 420px;
    }
    section.typbrcs_bnr .typbrcs_bnr-inr {
    gap: 30px;
}
    section.typbrcs_bnr h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block h3 {
        font-size: 18px;
        line-height: 28px;
    }
        section.tblCntnt_two .type_one {
        padding: 20px;
    }
    section.chi_cta-new .chi_bnr-inr {
    grid-template-columns: repeat(1, 1fr);
}
section.chi_cta-new .chi_bnr-inr .chi_grd-colm.rt-sd{
    display: none;
}
section.chi_cta-new {
    padding: 40px 0;
    background-attachment: fixed;
}
section.tblCntnt_three .compare-table thead th {
    padding: 15px 20px;
    font-size: 18px;
}
}
@media (max-width: 899px) {
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 400px;
    }
    .main_types {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
section.tblCntnt_two .type_one {
    margin-top: 0px;
}
section.chi_faqs-new,
section.tblCntnt_six,
section.tblCntnt_five,
section.tblCntnt_two {
    padding: 40px 0;
}
section.tblCntnt_one{
    padding-bottom: 40px;
}
section.tblCntnt_three {
    padding: 0px 0 40px 0;
}
section#types-of-braces .scrolTxt::-webkit-scrollbar,
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block p::-webkit-scrollbar {
        width: 3px;
    }
    section#types-of-braces .scrolTxt::-webkit-scrollbar-thumb,
    .tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block p::-webkit-scrollbar-thumb {
        background: #4DC2ED;
        border-radius: 10px;
    }
    section#types-of-braces .scrolTxt::-webkit-scrollbar-track,
    .tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block p::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ebebeb;
        border-radius: 10px;
    }
    .tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block p {
    min-height: auto;
    height: 70px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}
section#types-of-braces .scrolTxt{
     height: 70px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}
.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block:after{
    display: none;
}
section.tblCntnt_one .bnr_bg::before, section.tblCntnt_one .bnr_bg::after {
    height: 200px;
}
#oe_typofbrcs .chi_center-block{
    width: auto;
}
section.tblCntnt_five .chi_grd-colm:nth-child(1):after,
section.tblCntnt_five .chi_grd-colm:nth-child(2):after {
    width: 107px;
    background-size: contain;
}
    .txt_block h2 {
        font-size: 33px;
        line-height: 43px;
    }
        .tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block h3 {
        font-size: 17px;
        line-height: 25px;
    }
    section.tblCntnt_three .compare-table tbody td {
    padding: 15px 15px;
    font-size: 15px;
}
    section.tblCntnt_three .compare-table thead th {
        padding: 15px 15px;
        font-size: 16px;
    }
}
@media (max-width: 850px) {
	section.headlineSec {
    padding: 20px 0;
}
	section.stats_schedule-new {
    padding: 40px 0 !important;
}
	.stats_schedule-new .stats_schdl-inr {
        width: 100%;
        padding-top: 20px;
    }
	.stats_schedule-new a.stats_btn {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
}
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 370px;
            padding: 10px 0;
    }
        .txt_block h1 {
        font-size: 35px;
        line-height: 40px;
    }
        section.typbrcs_bnr h3 {
        font-size: 17px;
        line-height: 27px;
    }
        section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block h3 {
        font-size: 20px;
        padding: 10px 30px;
    }
    .tblCntnt_six-inr {
    gap: 30px;
}
section.chi_faqs-new .chi_faqs-list {
    gap: 10px;
}
}
@media(max-width: 800px){
	div#map-sec-maps div#wpsl-wrap .wpsl-search.wpsl-clearfix.wpsl-filter{
		margin-bottom: 10px;
	}
	.tblCntnt_ten .gridstate{
		padding-top:30px;
		gap: 5px;
	}
	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;
}
div#map-sec .vc_col-sm-4 {
    width: 33.3%;
    margin-bottom: 0;
}
div#map-sec h3 {
    font-size: 18px;
}
div#map-sec h3 span {
    display: block;
}
div#map-sec-maps div#wpsl-stores {
    height: 300px !important;
}
    section.typbrcs_bnr .typbrcs_bnr-inr {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column-reverse;
}
section.typbrcs_bnr .bnr_img-box {
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
}
#oe_typofbrcs section.typbrcs_bnr .bnr_img-box img:hover {
    transform: translate(0px, 0px) scale(1);
}
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 100%;
        padding: 20px 20px;
        text-align: center;
        align-items: center;
    }
        .tblCntnt-inr {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
        .tblCntnt-inr .info ul {
        gap: 80px;
        flex-direction: row;
    }
    section#braces .chi_grd-colm {
    width: 47%;
}
.tblCntnt_one-inr {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
    .main_types {
        gap: 20px;
    }
        section.tblCntnt_two .type_one .type_one-inr h3 {
        font-size: 20px;
			line-height:25px;
    }
    .tblCntnt_five-inr {
    gap: 10px;
    padding-top: 40px;
}
    section.tblCntnt_five .chi_grd-colm:nth-child(1):after, section.tblCntnt_five .chi_grd-colm:nth-child(2):after {
        display: none;
    }
    section.tblCntnt_five .chi_grd-colm .braces_box h3 {
    font-size: 22px;
}
.tblCntnt_six-inr {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}
.tblCntnt_six-inr .chi_grd-colm.lt-sd {
    width: 65% !important;
    margin: 0 auto;
}
.tblCntnt_six-inr .txt_block {
    text-align: center;
    align-items: center !important;
}
section.chi_faqs-new .faq_item {
    width: 100%;
}
#oe_typofbrcs section.typbrcs_bnr .bnr_img-box,
#oe_typofbrcs section.typbrcs_bnr .bnr_img-box img{
    border-radius: 10px;
}
section.typofbrcs_tblCntnt{
    padding: 30px 0 40px 0;
}
    .tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block h3 {
        min-height: auto;
    }
}
@media (max-width: 750px){
	.stats_schedule-new div#gform_wrapper_70 input[type=email], .stats_schedule-new div#gform_wrapper_70 input[type=tel], .stats_schedule-new div#gform_wrapper_70 input[type=text], .stats_schedule-new div#gform_wrapper_70 textarea {
    font-size: 15px;
    height: 50px;
}
.stats_schedule-new div#gform_wrapper_70 textarea {
    height: 160px !important;
}
}
@media (max-width: 700px) {
	.tblCntnt_ten .gridstate p strong{
		display:block;
	}
	.tblCntnt_ten .gridstate p {
        border: none;
        box-shadow: none;
        padding: 0;
	}
    section.tblCntnt_three .compare-table thead th {
        padding: 10px 10px;
        font-size: 15px;
    }
	.tblCntnt-inr .info ul {
        gap: 60px;
    }
}
@media (max-width: 699px) {
	section.headlineSec p {
    font-size: 16px;
}
section.headlineSec.updated h3 {
    font-size: 18px;
}
section.headlineSec.updated ul li {
    padding-left: 20px;
    font-size: 16px;
}
section.headlineSec.updated li:before {
    font-size: 16px;
}
	.stats_schedule-new .row{
        padding: 0 5px;
    }
	.stats_schedule-new div#gform_wrapper_70 input#gform_submit_button_70{
    margin: auto 0 0 0;
}
    section.stats_schedule-new .txt_block{
    align-items: flex-start !important;
    text-align: left !important;
}
	.stats_schedule-new .stats_bnr-new a.stats_btn{
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}
	.chi_cta-new .txt_block{
		justify-content: center;
        text-align: center;
	}
}
@media (max-width: 680px) {
    .tblCntnt-inr .info ul {
        gap: 30px;
    }
	.compare-table-wrap{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.compare-table{
    min-width: 700px;
    width: 100%;
    border-collapse: collapse;
}

}
@media (max-width: 650px) {
    .tblCntnt-inr .info ul {
         gap: 10px;
        flex-direction: column;
    }
}
@media (max-width: 600px) {
	.tblCntnt_five-inr{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:30px;
}
.tblCntnt_five-inr .chi_grd-colm {
    width: 47% !important;
}
    .tblCntnt-inr .info ul {
        gap: 10px;
        flex-direction: column;
    }
	#oe_typofbrcs a.chi_btn{
		padding: 12px;
    font-size: 13px;
	}
	section.tblCntnt_two .type_one .type_one-inr{
		flex-direction: column;
        display: flex;
	}
	section.tblCntnt_two .type_one .img_box {
    width: 55%;
    margin: 0 auto;
	}
	.tblCntnt_two .txt_block{
		justify-content: center;
        text-align: center;
		align-items:center !important;
	}
}
@media (max-width: 599px){
	.stats_schedule-new .stats_bnr-new a.stats_btn {
        padding: 1px;
        font-size: 13px;
        line-height: 15px;
    }
}
@media (max-width: 550px) {
    section#braces .chi_grd-colm {
        width: 80%;
    }
	.tblCntnt-inr h2:after{
		margin:5px 0;
	}
}
@media (max-width: 499px) {
	.stats_schedule-new div#gform_wrapper_70 input#gform_submit_button_70 {
    padding: 12px 20px !important;
    font-size: 14px;
    line-height: 20px;
}
    section.stats_schedule-new{
        padding: 30px 0 !important;
    }
	section.typbrcs_bnr h3 {
        font-size: 16px;
	}
	section.tblCntnt_three .compare-table tbody td {
        font-size: 14px;
    }
	.txt_block h1 {
        font-size: 30px;
        line-height: 38px;
    }
	.txt_block h2 {
        font-size: 26px;
        line-height: 36px;
    }
	.txt_block p, .txt_block p a, .txt_block li, .txt_block a {
    font-size: 15px;
    line-height: 22px;
	}
	.tblCntnt-inr .txt_block ul li {
        font-size: 15px;
        line-height: 20px;
    }
	.tblCntnt_five-inr {
    gap:30px;
    grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 480px){
	 section.headlineSec {
    padding: 20px 0;
}
section.headlineSec.updated .chi_center-block {
    padding: 12px;
}
    section.headlineSec p {
        font-size: 15px;
    }
        section.headlineSec.updated h3 {
        font-size: 16px;
    }
        section.headlineSec.updated ul li {
        font-size: 15px;
    }
        section.headlineSec.updated li:before {
        font-size: 15px;
    }
    section.headlineSec.updated .chi_center-block:after {
    width: 80px;
    height: 64px;
}
	.stats_schedule-new .stats_bnr-new a.stats_btn {
        padding: 12px;
        font-size: 12px;
        line-height: 14px;
    }
	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.chi_cta-new{
		padding: 20px 0;
	}
	section.tblCntnt_two:before,
	section.tblCntnt_five:before,
	section.tblCntnt_six .txt_block:after{
		display:none;
	}
	section#braces .chi_grd-colm {
        width: 70%;
    }
	#oe_typofbrcs section.typbrcs_bnr .txt_block{
		padding-top:5px;
	}
	.tblCntnt_five-inr .chi_grd-colm {
        width: 100% !important;
    }
	
	section.chi_faqs-new .faq_item .faq_title p::after{
		font-size: 28px;
		width: 30px;
    height: 30px;
	}
	section.tblCntnt_three .compare-table-wrapper {
		margin-top: 10px;
	}
	.tblCntnt_five-inr{
		padding-top: 20px;
	}
	.tblCntnt_six-inr {
        gap: 25px;
    }
	section.chi_faqs-new .chi_faqs-list{
		padding-top:10px;
	}
	section.chi_faqs-new, section.tblCntnt_six, section.tblCntnt_five, section.tblCntnt_two {
        padding: 20px 0;
    }
	section.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;
	}
	section.tblCntnt_three .compare-table tbody td {
        padding: 10px 10px;
	}
	.tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block p{
		height:110px;
	}
    .tblCntnt_one-inr .chi_grd-colm .brcs_box .txt_block {
        padding: 10px;
    }
}
@media (max-width: 390px) {
	.cntrUpdt.headlineSec .txt_block.light h2,
    section.headlineSec h2,
    section.tblCntnt_two .chi_grd-colm.rt-sd .txt_block.light h2, section.tblCntnt_two .chi_grd-colm.lt-sd .txt_block.light h2,
        .txt_block h2 {
        font-size: 22px;
        line-height: 32px;
    }
	.stats_schedule-new .stats_bnr-new .stats_btns a.stats_btn{
    width: 100%;
}
	.stats_schedule-new div#gform_wrapper_70 input[type=email], .stats_schedule-new div#gform_wrapper_70 input[type=tel], .stats_schedule-new div#gform_wrapper_70 input[type=text], .stats_schedule-new div#gform_wrapper_70 textarea {
        font-size: 14px;
        height: 46px;
    }
    .stats_schedule-new div#gform_wrapper_70 textarea {
        height: 140px !important;
    }
	div#map-sec-maps div#wpsl-stores ul li p.wpsl-contact-details span a {
    word-break: break-all;
}
	section#braces .chi_grd-colm {
        width: 80%;
    }
	section.tblCntnt_five .chi_grd-colm .braces_box .img_box:after{
		width: 65px;
    height: 65px;
		transform: translate(14%, 14%);
	}
	section.tblCntnt_five .chi_grd-colm .braces_box .img_box {
    width: 88px;
    height: 88px;
		padding: 22px;

	}
	section.tblCntnt_five .chi_grd-colm .braces_box{
		gap:5px;
	}
	section.tblCntnt_two .type_one {
        padding: 10px;
    }
    #oe_typofbrcs a.chi_btn {
        padding: 10px;
        font-size: 12px;
    }
	section.tblCntnt_two .type_one .type_one-inr h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 360px){
	.tblCntnt_ten .gridstate p {
        font-size: 14px;
    }
}
@media (max-width: 350px){
	.tblCntnt_two a.chi_btn.yellow {
    font-size: 11px !important;
        padding: 10px !important;
        line-height: 15px !important;
}
}
@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;
}
}