/* == 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 .txt_block a {
    color: #4DC2ED;
    transition: all .3s ease-in-out;
}
#oe_typofbrcs .txt_block a:hover{
    color: inherit;
}
#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;
}

/*----==> Banner CSS <==----*/
section.typbrcs_bnr{
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.typbrcs_bnr .txt_block h2{
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
/*#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: 90px;
    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 60px 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 Six (cost differences) <==----*/
section.tblCntnt_six {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
section.tblCntnt_six .txt_block ul{
    display: flex;
    gap: 10px;
    margin: 0;
    position: relative;
    flex-direction: column;
}
section.tblCntnt_six .txt_block ul li{
    list-style-type: none;
    color: #7a7a7a;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    position: relative;
    padding-left: 25px;
}
section.tblCntnt_six .txt_block ul li:before{
    content: '\f058';
    font-family: 'FontAwesome';
    color: #4dc2ed;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
}
section.tblCntnt_six .txt_block ul li strong{
    color:#273A88;
    display: block;
    font-weight: 500;
}
.tblCntnt_six-inr {
    width: 100%;
    display: flex;
    /*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: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: 40px;
    right: 40px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
    opacity: .6;
}

/*----==> Table of Content Two <==----*/
.fullWidth.tblCntnt_two .tblCntnt_two-inr {
    grid-template-columns: repeat(1, 1fr);
}
.fullWidth.tblCntnt_two .txt_block.light{
    min-height: auto;
}
section.tblCntnt_two .tblCntnt_two-inr .txt_block{
    position: relative;
}
section.tblCntnt_two .tblCntnt_two-inr .txt_block:after {
    content: '';
    position: absolute;
    width: 174px;
    height: 174px;
    display: block;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/logo-white-8.png);
    top: 100px;
    right: 60px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
}
section.tblCntnt_two {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: #ECFAFF;
}
section.tblCntnt_two .chi_grd-colm.rt-sd .txt_block.light {
    background: #4DC2ED;
    padding: 30px;
    border-radius: 20px;
}
section.tblCntnt_two .chi_grd-colm.lt-sd .txt_block.light {
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    padding: 30px;
    border-radius: 20px;
}
section.tblCntnt_two .chi_grd-colm.rt-sd .txt_block.light h2,
section.tblCntnt_two .chi_grd-colm.lt-sd .txt_block.light h2{
    font-size: 26px;
    line-height: 30px;
}
section.tblCntnt_two .chi_grd-colm.lt-sd .txt_block.light h2 span{
    color: #4DC2ED;
}
section.tblCntnt_two .chi_grd-colm.rt-sd .txt_block.light h2 span{
    color: #273a88;
}
section.tblCntnt_two .tblCntnt_two-inr {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
section.tblCntnt_two .chi_grd-colm .txt_block.light ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    position: relative;
}
section.tblCntnt_two .chi_grd-colm .txt_block.light ul li{
    list-style-type: none;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    position: relative;
    padding-left: 20px;
}
section.tblCntnt_two .chi_grd-colm .txt_block.light ul li:before{
    content: '\f058';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
section.tblCntnt_two .chi_grd-colm.lt-sd .txt_block.light ul li:before{
color: #FCD900;
}
section.tblCntnt_two .chi_grd-colm .txt_block.light ul li:hover{
    transform: translate(5px, 0px);
}
/*section.tblCntnt_two .chi_grd-colm .txt_block.light ul li:hover:before{
    color: #273A88; 
}*/
section.tblCntnt_two .chi_grd-colm .txt_block.light ul li strong {
    display: block;
    font-weight: 500;
}
section.tblCntnt_two .txt_block.light {
    min-height: 390px;
}

/*----==> Table of Content Two (tabs) <==----*/
.md-tab-sec{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
.md-tab-sec .txt-block h5{
    font-size:16px;
    color:rgba(77, 194, 237, 1);
}
.md-tab-sec .txt-block{
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:10px;
}
.tab-sec-cntr-inr {
    padding: 60px 0 30px 0;
}
.tab-body-container p {
    font-size: 15px;
    color: #7a7a7a;
    line-height: 20px;
}
.tab-body-container p a{
    color: #4dc2ed;
    transition: all .3s ease-in-out;
}
.tab-body-container p a:hover{
    color: inherit;
}
.md-tab-sec .tab-items ul {
    display:flex;
    gap: 20px;
    padding: 0;
    align-items: center;
    justify-content:center;
    margin: 0;
    flex-wrap: wrap;
}
.md-tab-sec .tab-items ul li{
    list-style-type:none;
}
.md-tab-sec .tab-items ul li button{
    list-style-type:none;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    width: 270px;
    cursor: pointer;
    box-shadow: 0px 0px 4px 3px rgba(77, 194, 237, 0.35);
    color: rgba(39, 58, 136, 1);
    border-radius:5px;
    border:none;
    position: relative;
    background:transparent;
}
button.acrdn-btn {
    display: none;
}
.tab-body-container {
    border-radius:12px;
    padding: 0px;
    width: 100%;
}
.tab-body-container .wrper-inr{
    width: 100%;
    display: flex;
    gap: 30px;
    position: relative;
}
.tab-body-container .wrper-inr .txt-block{
    justify-content: start;
    align-items: self-start;
    text-align: left;
    gap: 20px;
}
.tab-body-container .wrper-inr .icn-inr{
    width:77px;
    height:77px;
    background:rgba(77, 194, 237, 1);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.tab-body-container .wrper-inr h3{
    font-size:26px;
    color:rgba(39, 58, 136, 1);
    line-height:36px;
}
.tab-body-container .wrper-inr p{
    width: 90%;
}
.tab-body-container .tab-rght .img-inr{
    width: 370px;
    height: 260px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
.tab-body-container .tab-rght .img-inr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 0;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}
.tab-body-container .tab-rght .img-box{
    position:relative;
}
/* .tab-body-container .tab-rght .img-box:after{
    content: '';
    width: 210px;
    height: 160px;
    border-radius: 15px;
    background: rgba(27, 144, 212, 1);
    position: absolute;
    top: -20px;
    right: 30px;
    transition: all 0.3s ease-in-out;
} */
.tab-body-container .tab-rght .img-box:hover img{
    transform:scale(1.02);
}
.md-tab-sec .tab-btn:hover{
    background:rgba(13, 86, 152, 1);
    color:#fff;
}
.md-tab-sec .tab-btn.active {
    background:rgba(13, 86, 152, 1);
    color:#fff;
}
.md-tab-sec .tab-body{
    display:none;
}
.md-tab-sec .tab-body.active{
    display:block;
}
.tab-body-container .wrper-inr h4{
    color:rgba(77, 194, 237, 1);
    font-weight:500;
    font-size:16px;
    line-height:22px;
}
.tab-body-container .wrper-inr ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tab-body-container .wrper-inr ul li{
    list-style-type: none;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    padding-left: 25px;
    transition: all 0.3s ease-in-out;
}
.tab-body-container .wrper-inr ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: rgb(77 194 237);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    height: fit-content;
    position: absolute;
    left: 0;
}
.tab-body-container .wrper-inr ul li:hover {
    transform: translateX(10px);
}
.tab-body-container .wrper-inr ul li:hover:before {
    transform: rotate(360deg);
    color: #273a88;
}
.md-tab-sec .txt_block.dark {
    align-items: center !important;
    text-align: center;
}
.md-tab-sec .tab-container {
    width: 100%;
    display: flex;
}
.md-tab-sec .tab-items {
    width: 40%;
}
.md-tab-sec .tab-items ul li button.tab-btn:after {
    content: '';
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/Group-1410091235.png);
    position: absolute;
    right: 16px;
    width: 29px;
    height: 29px;
    transition: all 0.3s ease-in-out;
    top: 16px;
}
.md-tab-sec button.tab-btn:hover:after,
.md-tab-sec .tab-items ul li button.tab-btn.active.tab-btn:after{
    transform: rotate(90deg);
}

/*----==> Table of Content Six (BG Color) <==----*/
section.tblCntnt_six.clrbg {
    background: #E6F4F9;
    padding: 120px 0;
}
section.tblCntnt_six.clrbg .bnr_img-box {
    box-shadow: none;
    border-radius: 0;
    display: flex;
    gap: 46px;
    overflow: visible;
}
.tblCntnt_six.clrbg .tblCntnt_six-inr .bnr_img-box:hover img{
    transform: none;
}
section.tblCntnt_six.clrbg .bnr_img-box .img-box {
    border-radius: 20px;
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    height: 100%;

}
section.tblCntnt_six.clrbg .bnr_img-box .img-box img{
    width: 100%;
    transition: all .3s ease-in-out;
    border-radius: 20px;
}
section.tblCntnt_six.clrbg .bnr_img-box .img-box:last-child{
    transform: translate(0px, 60px);
}
section.tblCntnt_six.clrbg .bnr_img-box .img-box:first-child{
    transform: translate(0px, -60px);
}
section.tblCntnt_six.clrbg .bnr_img-box .img-box:first-child:after {
    content: '';
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/brace-pattern1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 163px;
    height: 146px;
    position: absolute;
    left: -40px;
    bottom: -100px;
    z-index: 20;
}
section.tblCntnt_six.clrbg .bnr_img-box .img-box:last-child:before {
    content: '';
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/brace-pattern2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 199px;
    height: 207px;
    position: absolute;
    right: -100px;
    top: -120px;
    z-index: 20;
}
section.tblCntnt_six.clrbg .txt_block:after {
    display: none;
}

/*----==> Table of Content Six (Row Reverse) <==----*/
section.tblCntnt_six.row-revrs .tblCntnt_six-inr {
    flex-direction: row-reverse;
}
section.tblCntnt_six.row-revrs .tblCntnt_six-inr .bnr_img-box {
    box-shadow: -10px 10px 0px #4DC2ED;
}
section.tblCntnt_six.row-revrs .tblCntnt_six-inr .bnr_img-box:hover{
    box-shadow: -8px 8px 0px #4DC2ED;
}

/*----==> Table of Content Four (Process & Timeline) <==----*/
section.chi_faqs-new.prcsTmlne .chi_faqsGrd {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0 0 0;
}
section.chi_faqs-new.prcsTmlne .chi_faqs-list {
    overflow: visible;
}
section.chi_faqs-new.prcsTmlne .faq_item {
    width: 100%;
    border: 0;
    box-shadow: 0px 0px 4px 3px rgb(189 194 196 / 35%);
    border-radius: 10px;
}
section.chi_faqs-new.prcsTmlne .chi_faqs-list{
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
}
section.chi_faqs-new.prcsTmlne .intro_vid-box {
    width: 100%;
    height: 446px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
section.chi_faqs-new.prcsTmlne .intro_vid-box video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
section.chi_faqs-new.prcsTmlne {
    background-image: none;
    background: #ECFAFF;
}
section.chi_faqs-new.prcsTmlne .faq_title p span,
section.chi_faqs-new.prcsTmlne .faq_title p strong{
    display: block;
    font-size: 20px;
    color: #4DC2ED;
    text-transform: uppercase;
    margin-bottom: 4px;
}
section.chi_faqs-new.prcsTmlne .faq_item .faq_title{
    position: relative;
    padding-left: 66px;
}
/* section.chi_faqs-new.prcsTmlne .faq_item .faq_title:before {
    content: '';
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/icon1-large.png);
    position: absolute;
    width: 38px;
    height: 38px;
    left: 20px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: cover !important;
    z-index: 1;
} */
section.chi_faqs-new.prcsTmlne .faq_item .faq_title{
    position: relative;
}

section.chi_faqs-new.prcsTmlne .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;
}
section.chi_faqs-new.prcsTmlne .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;
}
section.chi_faqs-new.prcsTmlne .faq_item.active p{
    border-color: transparent;
}
section.chi_faqs-new.prcsTmlne .faq_body{
    padding: 0px 15px 12px 80px;
}
section.chi_faqs-new.prcsTmlne .faq_item .faq_title p:hover::after, section.chi_faqs-new.prcsTmlne .faq_item.active .faq_title p::after,
section.chi_faqs-new.prcsTmlne .faq_item .faq_title p::after{
    background: #4DC2ED;
    color: #fff;
    border-radius: 50%;
}
section.chi_faqs-new.prcsTmlne .faq_item.active {
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
}
section.chi_faqs-new.prcsTmlne .faq_item.active p{
    color: #fff;
}
section.chi_faqs-new.prcsTmlne {
    padding: 80px 0;
}
section.chi_faqs-new.prcsTmlne .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%); */
}

/*----==> Table of Content Five (Comparison Boundary) <==----*/
section.headlineSec {
    overflow: hidden;
    padding: 40px 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;
}

/*----==> Table of Content Seven (FAQs) <==----*/
section.chi_faqs-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 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;
    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;
}
section.chi_faqs-new a.chi_btn.yellow {
    padding-top: 40px;
    text-transform: capitalize;
}

/*----==> Table of Content Seven (FAQs Update) <==----*/
section.chi_faqs-new.updt .gridCols {
    display: flex;
    align-items: center;
    gap: 100px;
}
section.chi_faqs-new.updt .faq_item {
    width: 100%;
    border: 0;
    box-shadow: 0px 0px 4px 3px rgb(189 194 196 / 35%);
    border-radius: 10px;
}
section.chi_faqs-new.updt .faq_title p{
    border-bottom: 0;
}
section.chi_faqs-new.updt .chi_faqs-list {
    overflow: visible;
}
section.chi_faqs-new.updt .faq_body {
    padding: 0px 15px 12px 15px;
}
section.chi_faqs-new.updt {
    background-image: none;
}
section.chi_faqs-new.updt .faq_item:hover,
section.chi_faqs-new.updt .faq_item.active {
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
}
section.chi_faqs-new.updt .faq_item.active p,
section.chi_faqs-new.updt .faq_item:hover p{
    color: #fff;
}
section.chi_faqs-new.updt .faq_item .faq_title p::after{
    background-color: transparent;
}
/*----==> Table of Content Eight (Ceramic Braces Boxes) <==----*/
section.tblCntnt_eight {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
section.tblCntnt_eight .chi_center-block {
    width: 100% !important;
}
section.tblCntnt_eight .gridCol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}
section.tblCntnt_eight .boxCol .txt_block {
    align-items: center !important;
}
section.tblCntnt_eight .boxCol,
section.tblCntnt_eight .boxCol *{
    transition: all .3s ease-in-out;
}
section.tblCntnt_eight .img-box {
    background: #4DC2ED;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    padding: 21px;
}
section.tblCntnt_eight .img-box img{
    width: 100%;
}
section.tblCntnt_eight .boxCol p{
    color: #7a7a7a;
}
section.tblCntnt_eight .boxCol:hover{
    transform: translate(0px, -6px);
}
section.tblCntnt_eight .boxCol:hover .img-box{
    background: #273A88;
    box-shadow: 0px 0px 2px 2px rgb(77 194 237 / 50%);
}
section.tblCntnt_eight .boxCol:hover .img-box img{
    transform: rotateY(180deg);
}
section.tblCntnt_eight: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);
    top: 150px;
    right: 60px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
    opacity: .6;
}
/*----==> Table of Content Six (Color Bg, Row Reverse) <==----*/
section.tblCntnt_six.clrbg.row-revrs {
    padding: 80px 0;
}
section.tblCntnt_six.clrbg.row-revrs .bnr_img-box .img-box:last-child:before,
section.tblCntnt_six.clrbg.row-revrs .bnr_img-box .img-box:first-child:after{
    display: none;
}
section.tblCntnt_six.clrbg.row-revrs .bnr_img-box .img-box:first-child{
    transform: none;
}
section.tblCntnt_six.clrbg.row-revrs .tblCntnt_six-inr .bnr_img-box {
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
}
section.tblCntnt_six.clrbg.row-revrs .tblCntnt_six-inr .bnr_img-box:hover{
box-shadow: none;
}
section.tblCntnt_six.clrbg.row-revrs .tblCntnt_six-inr .bnr_img-box img{
    border-radius: 10px;
}
section.tblCntnt_six.clrbg.row-revrs .bnr_img-box:hover img {
    transform: translate(5px, 0) scale(1.05);
}
section.tblCntnt_six.clrbg.row-revrs .txt_block p:last-child a{
    color: #273A88 !important;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease-in-out;
}
section.tblCntnt_six.clrbg.row-revrs .txt_block p:last-child a:after{
    content: '\f0a9';
    font-family: FontAwesome;
    font-size: 27px;
    position: absolute;
    right: -35px;
    font-weight: 900;
    transition: all 0.3s ease-in-out;
}
section.tblCntnt_six.clrbg.row-revrs .txt_block p:last-child a:hover{
    color: #4dc2ed !important;
}
section.tblCntnt_six.clrbg.row-revrs .txt_block p:last-child a:hover:after{
    transform: rotate(-40deg);
}
/*----==> Table of Content Nine (headline) <==----*/
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;
}
/*----==> Table of Content Ten (Find orthodontic experts Near you) <==----*/
section.tblCntnt_ten {
    position: relative;
    overflow: hidden;
    padding: 0px 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: 60px 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;
}

/*desc bg*/
.desc-bg-sec {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
    z-index:0;
}
.desc-bg-sec .txt_block h2 strong{
    color:#4DC2ED;
}
.desc-bg-sec .desc-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.desc-bg-sec .desc-bg:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    opacity: 0.9;
}
.desc-bg-sec .desc-bg:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('https://www.orthodonticexprts.com/wp-content/uploads/2026/04/ceramic-braces-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.9;
    background-attachment: fixed;
}
.desc-bg-sec h2{
    color:#fff;
}
.desc-bg-sec .next-h2{
    width:100%;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #4DC2ED99;
}
.desc-bg-sec .desc-row h3{
    color:#00c5ee;
    font-size: 20px; 
}
.desc-bg-sec .desc-row h4{
    color:#ffd801;
    font-size: 16px;
}
.desc-bg-sec .desc-col {
    width: 100%;
    padding:10px 0;
    display:flex;
    flex-direction:column;
    gap:10px;
    border-bottom:1px solid #4DC2ED99;
}
.desc-bg-sec .desc-col:last-child{
    border-bottom:none;
}
.desc-bg-sec .desc-row p,
.desc-bg-sec .desc-row li{
    color:#fff;
}
.desc-bg-sec .desc-grd {
    width: 100%;
}
 .desc-bg-sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.desc-bg-sec ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 23px;
    color: rgba(39, 58, 136, 1);
    position: relative;
    padding-left: 25px;
    transition: all 0.3s ease-in-out;
}
.desc-bg-sec .txt_block ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: #4DC2ED;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    height: fit-content;
    position: absolute;
    left: 0;
}
.desc-bg-sec .txt_block ul li:hover:before {
    transform: rotate(360deg);
    color: #FCD900;
}
.desc-bg-sec ul li strong{
    color:#FCD900;
}

/*==----> Media Querries <----==*/
@media(max-width: 1640px){
    section.tblCntnt_six.clrbg:after{
    display: none !important;
}
}
@media(max-width: 1380px){
    section.tblCntnt_six.clrbg .bnr_img-box .img-box:last-child:before {
    width: 159px;
    height: 167px;
    right: -44px;
    top: -100px;
}
section.chi_faqs-new.prcsTmlne .intro_vid-box{
    height: auto;
}
}
@media(max-width: 1300px){
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
    width: 580px;
}
}
@media(max-width: 1280px){
    section.tblCntnt_eight .gridCol {
    gap: 60px;
}
    .md-tab-sec .tab-items ul li button{
        font-size: 16px;
        width: 255px;
    }
}
@media (max-width: 1250px) {
    .md-tab-sec .tab-items ul li button {
        width: 245px;
    }
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 550px;
    }
.tblCntnt-inr .txt_block ul li {
    font-size: 16px;
}
section.tblCntnt_two .txt_block.light {
    min-height: 420px;
}
}
@media(max-width: 1200px){
    section.tblCntnt_eight .gridCol {
    gap: 30px;
}
}
@media (max-width: 1180px) {
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 520px;
    }
}
@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){
    .md-tab-sec .tab-items ul{
        gap:10px;
    }
    .txt_block h1 {
    font-size: 45px;
    line-height: 55px;
}
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 480px;
    }
    .cntrUpdt.headlineSec .txt_block.light h2,
    .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;
}
section.tblCntnt_six:after {
    width: 102px;
    height: 93px;
    bottom: 10px;
    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;
}
section.tblCntnt_two .txt_block.light {
    min-height: 460px;
}
section.tblCntnt_two .chi_grd-colm.rt-sd .txt_block.light,
section.tblCntnt_two .chi_grd-colm.lt-sd .txt_block.light {
    padding: 20px;
}
}
@media (max-width: 1080px) {
    /*.md-tab-sec .tab-items ul li button{
        width:auto;
    }*/
    .tab-body-container .wrper-inr {
    gap: 10px;
}
    .md-tab-sec .tab-items ul li button {
        font-size: 15px;
    }
    .txt_block h1 {
        font-size: 38px;
        line-height: 48px;
    }
        section.typbrcs_bnr h3 {
        font-size: 20px;
        line-height: 32px;
    }
    section.typbrcs_bnr .txt_block h2 {
    font-size: 20px;
    line-height: 30px;
}
.cntrUpdt.headlineSec .txt_block.light h2,
        .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) {
    section.chi_faqs-new.prcsTmlne .chi_faqsGrd {
    flex-direction: column;
}
    section.chi_faqs-new.prcsTmlne .intro_vid-box {
        width: 60%;
        margin: 0 auto;
    }
    section.tblCntnt_six.clrbg .bnr_img-box {
    gap: 20px;
}
section.tblCntnt_six.clrbg {
    padding: 80px 0;
}
    #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: 35px;
        line-height: 45px;
    }
    .cntrUpdt.headlineSec .txt_block.light h2,
        .txt_block h2 {
        font-size: 37px;
        line-height: 47px;
    }
    .tblCntnt-inr .info {
    margin-bottom: 20px;
}
    section.tblCntnt_six:after {
        width: 92px;
        height: 73px;
    }
    section.typbrcs_bnr .typbrcs_bnr-inr {
    gap: 40px;
}
}
@media (max-width: 999px) {
    section.tblCntnt_eight:after {
    width: 102px;
    height: 93px;
    top: 160px;
    right: 10px;
}
    section.chi_faqs-new.updt .gridCols {
    gap: 50px;
}
section.chi_faqs-new {
    padding: 40px 0 40px 0;
}
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 430px;
    }
    .txt_block h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .tblCntnt-inr {
    grid-template-columns: 59% 37%;
}
.cntrUpdt.headlineSec .txt_block.light h2,
    .txt_block h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .tab-sec-cntr-inr {
    padding: 20px 0 20px 0;
}
.md-tab-sec .tab-items {
    width: 100%;
}
.md-tab-sec .tab-container {
    gap: 30px;
}
.md-tab-sec .tab-container {
    flex-direction: column;
}
}
@media (max-width: 950px) {
    #oe_typofbrcs section.typbrcs_bnr .txt_block {
        width: 100%;
    }
    section.typbrcs_bnr .typbrcs_bnr-inr {
    gap: 30px;
}
    section.typbrcs_bnr h3 {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 899px) {
        .txt_block h1 {
        font-size: 28px;
        line-height: 38px;
    }
        #oe_typofbrcs .txt_block {
        gap: 6px;
    }
        section.typbrcs_bnr .txt_block h2 {
        font-size: 17px;
        line-height: 27px;
    }
    .main_types {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
section.chi_faqs-new,
section.tblCntnt_six{
    padding: 40px 0;
}
section#types-of-braces .scrolTxt::-webkit-scrollbar{
        width: 3px;
    }
    section#types-of-braces .scrolTxt::-webkit-scrollbar-thumb{
        background: #4DC2ED;
        border-radius: 10px;
    }
    section#types-of-braces .scrolTxt::-webkit-scrollbar-track{
        box-shadow: inset 0 0 5px #ebebeb;
        border-radius: 10px;
    }
section#types-of-braces .scrolTxt{
     height: 70px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}
#oe_typofbrcs .chi_center-block{
    width: auto;
}
.cntrUpdt.headlineSec .txt_block.light h2,
    .txt_block h2 {
        font-size: 33px;
        line-height: 43px;
    }
    section.tblCntnt_two .txt_block.light {
    min-height: 520px;
}
}
@media (max-width: 850px) {
    section.tblCntnt_six.clrbg .bnr_img-box .img-box:first-child:after {
    width: 123px;
    height: 126px;
    left: -20px;
}
        .txt_block h1 {
        font-size: 26px;
        line-height: 36px;
    }
        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;
}
    .md-tab-sec .tab-items ul li button {
        width: 200px;
    }
    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 .txt_block {
        width: 100%;
        padding: 20px 20px;
        text-align: center;
        align-items: center;
    }
    #oe_typofbrcs section.typbrcs_bnr .bnr_img-box img {
    background: #4dc2ed;
    border-radius: 20px;
}
}
@media(max-width: 800px){
	.desc-bg-sec {
    padding-top: 40px;
    padding-bottom: 20px;
}
    section.tblCntnt_ten {
    padding: 0px 0 60px 0;
}
    section.tblCntnt_ten .gridstate {
    gap: 0px;
    padding: 40px 0 0 0;
}
    section.tblCntnt_eight {
    padding: 40px 0;
}
section.tblCntnt_eight .gridCol {
    padding: 20px 0;
}
section.tblCntnt_eight .img-box {
    width: 90px;
    height: 90px;
    padding: 20px;
}
    section.tblCntnt_eight:after {
        width: 82px;
        height: 73px;
        top: 130px;
        right: 10px;
    }
    section.tblCntnt_six.clrbg.row-revrs .bnr_img-box:hover img {
    transform: translate(0px, 0) scale(1.05);
}
    section.tblCntnt_six.clrbg.row-revrs{
        padding: 40px 0;
    }
    section.tblCntnt_six.clrbg.row-revrs .tblCntnt_six-inr {
        gap: 25px;
    }
    section.tblCntnt_six.clrbg.row-revrs .txt_block.dark {
    align-items: flex-start !important;
    text-align: left;
}
section.tblCntnt_six.clrbg.row-revrs .txt_block p:last-child a:after {
    font-size: 22px;
    right: -30px;
}
    .md-tab-sec .acrdn-btn{
    position: relative;
    text-align: left;
}
.md-tab-sec .acrdn-btn:after {
    content: '';
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/06/Group-1410091235.png);
    position: absolute;
    right: 16px;
    width: 29px;
    height: 29px;
    transition: all 0.3s ease-in-out;
    top: 16px;
    transform: rotate(-90deg);
}
.md-tab-sec button.acrdn-btn.active:after {
    transform: rotate(90deg);
}
    section.headlineSec {
    padding: 20px 0;
}
section.headlineSec.bgChng ul {
    gap: 15px;
            row-gap: 4px;
    flex-wrap: wrap;
}
section.headlineSec.bgChng ul li {
    font-size: 15px;
}
        section.chi_faqs-new.updt .gridCols {
        gap: 0px;
        flex-direction: column;
    }
    section.chi_faqs-new a.chi_btn.yellow {
    display: none !important;
}
        section.tblCntnt_six.clrbg .bnr_img-box .img-box:first-child:after {
        left: -40px;
    }
        section.tblCntnt_six.clrbg .bnr_img-box .img-box:last-child:before {
        width: 139px;
        height: 147px;
        right: -70px;
        top: -90px;
    }
        section.tblCntnt_six.clrbg {
        padding:  40px 0;
    }
    #oe_typofbrcs a.chi_btn.yellow {
    margin-top: 10px;
}
section.tblCntnt_six.clrbg .tblCntnt_six-inr {
    gap: 80px;
}
    section.tblCntnt_two .tblCntnt_two-inr {
    grid-template-columns: repeat(1, 1fr);
}
    section.tblCntnt_two .txt_block.light {
        min-height: auto;
    }
    section.tblCntnt_two {
    padding: 40px 0;
}
    .md-tab-sec {
    padding: 40px 0;
}
.md-tab-sec h2 {
    text-align: center;
}
    .md-tab-sec .tab-items ul li button.tab-btn:after {
    top: 10px;
}
.tab-body-container .tab-rght .img-inr {
    width: 320px;
    height: 240px;
}
    .md-tab-sec .tab-items ul li button {
        font-size: 15px;
        padding: 15px;
    }
#oe_typofbrcs section.typbrcs_bnr .bnr_img-box img:hover {
    transform: translate(0px, 0px) scale(1);
}
        .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%;
}
    .main_types {
        gap: 20px;
    }
.tblCntnt_six-inr {
    /*grid-template-columns: repeat(1, 1fr);*/
    gap: 50px;
    flex-direction: column-reverse;
}
.tblCntnt_six-inr .chi_grd-colm.rt-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;
}
section.tblCntnt_six.row-revrs .tblCntnt_six-inr {
    flex-direction: column-reverse;
}
}
@media (max-width: 700px) {
    .tblCntnt-inr .info ul {
        gap: 60px;
    }
}
@media (max-width: 699px) {
    section.tblCntnt_ten .stateCol {
    width: fit-content;
}
    section.tblCntnt_ten .gridstate p a {
    padding: 15px 30px;
}
    section.tblCntnt_eight:after{
        display: none;
    }
    section.tblCntnt_eight .gridCol {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
section.tblCntnt_eight .boxCol .txt_block {
    align-items: center !important;
    flex-direction: row !important;
    text-align: left;
    border: 1px solid #4dc2ed;
    padding: 10px;
    border-radius: 10px;
    gap: 15px !important;
    box-shadow: 0px 4px 0px rgb(77 194 237 / 40%);
}
section.tblCntnt_eight .boxCol:hover .txt_block{
    box-shadow: none;
}
    section.tblCntnt_eight .img-box {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    section.tblCntnt_eight .boxCol p {
    width: 90%;
}
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;
}
    section.chi_faqs-new.prcsTmlne .chi_grd-colm.rt-sd {
    display: none;
}
    section.chi_faqs-new.prcsTmlne {
    padding: 40px 0;
}
    section.chi_faqs-new.prcsTmlne .intro_vid-box {
        width: 70%;
    }
    #oe_typofbrcs .row {
    padding: 0 5px;
}
        .md-tab-sec .body-wrper {
        margin-top: 30px;
    }
        .tab-body-container .wrper-inr {
        gap: 10px;
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .md-tab-sec .body-wrper .txt_block {
    align-items: center !important;
}
    .md-tab-sec .acrdn-btn{
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 0px 4px 3px rgba(77, 194, 237, 0.35);
    color: rgba(39, 58, 136, 1);
    border-radius: 5px;
    border: none;
    background: #fff;
}
.md-tab-sec .acrdn-btn.active{
    background:rgba(39, 58, 136, 1);
    color:#fff;
}
.md-tab-sec .tab-body-container{
    display:flex;
    flex-direction:column;
    gap:20px;
}
    .md-tab-sec .tab-items{
        display:none; 
    }
    .md-tab-sec .acrdn-btn{
        display: block !important; 
        width:100%;
    }
    .md-tab-sec .tab-body{
        display:block !important; 
    }
    .md-tab-sec .body-wrper{
        display:none;
    }
}
@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-inr .info ul {
        gap: 10px;
        flex-direction: column;
    }
    #oe_typofbrcs a.chi_btn{
        padding: 12px;
    font-size: 13px;
    }
}
@media (max-width: 550px) {
    section#braces .chi_grd-colm {
        width: 80%;
    }
    .tblCntnt-inr h2:after{
        margin:5px 0;
    }
        section.tblCntnt_ten .gridstate {
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 35px;
    }
        section.tblCntnt_ten .gridstate p a {
        padding: 10px 25px;
        font-size: 16px;
    }
    section.tblCntnt_ten .gridstate p a:before {
    font-size: 16px;
}
}
@media (max-width: 499px) {
        #oe_typofbrcs section.typbrcs_bnr .txt_block {
        padding: 20px 0px;
    }
    section.typbrcs_bnr h3 {
        font-size: 16px;
    }
    .txt_block h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .cntrUpdt.headlineSec .txt_block.light h2,
    .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;
    }
    .tab-body-container .wrper-inr p {
    width: 100%;
}
}
@media (max-width: 480px){
    section.chi_faqs-new.prcsTmlne .faq_title p span,
section.chi_faqs-new.prcsTmlne .faq_title p strong{
    font-size: 16px;
}
        section.tblCntnt_ten .gridstate {
        padding: 30px 0 0 0;
    }
        section.tblCntnt_ten {
        padding: 0px 0 40px 0;
    }
        section.tblCntnt_eight .boxCol p {
        width: 84%;
    }
        section.tblCntnt_eight .img-box {
        width: 50px;
        height: 50px;
        padding: 8px;
    }
        section.tblCntnt_eight .gridCol {
        padding: 15px 0;
    }
        section.tblCntnt_eight {
        padding: 30px 0;
    }
        section.tblCntnt_six.clrbg.row-revrs .tblCntnt_six-inr {
        gap: 15px;
    }
    section.tblCntnt_six .txt_block ul li:before {
    font-size: 16px;
}
section.tblCntnt_six .txt_block ul li {
    padding-left: 22px;
}
        section.tblCntnt_six.clrbg.row-revrs {
        padding: 30px 0;
    }
    section.tblCntnt_six .txt_block ul
 {
    gap: 4px;
}
    section.tblCntnt_six.clrbg.row-revrs .txt_block p:last-child a:after {
        font-size: 18px;
        right: -22px;
    }
        .md-tab-sec .acrdn-btn:after {
        width: 25px;
        height: 25px;
        top: 9px;
        background-size: contain;
    }
    section.chi_faqs-new.prcsTmlne .video-btn {
    font-size: 20px;
    line-height: 20px;
    width: 46px;
    height: 46px;
}
section.chi_faqs-new.prcsTmlne .faq_item .faq_title:after {
    width: 46px;
    height: 46px;
    left: 10px;
    top: 10px;
}
section.chi_faqs-new.prcsTmlne .faq_item .faq_title:before {
    width: 28px;
    height: 28px;
    left: 19px;
    top: 19px;
}
    section.chi_faqs-new.prcsTmlne .faq_title p {
        padding: 10px 50px 10px 0px;
    }
    section.chi_faqs-new.prcsTmlne .faq_body {
    padding: 0px 15px 12px 66px;
}
section.chi_faqs-new.prcsTmlne .faq_title p span {
    font-size: 16px;
    margin-bottom: 0px;
}
    section.chi_faqs-new.prcsTmlne .chi_faqsGrd {
    gap: 20px;
    padding: 20px 0 0 0;
}
    section.chi_faqs-new.prcsTmlne {
        padding: 30px 0;
    }
        section.tblCntnt_six.clrbg {
        padding: 100px 0 30px 0;
    }
        section.tblCntnt_six.clrbg .bnr_img-box .img-box:first-child:after {
        width: 83px;
        height: 86px;
        left: -30px;
        bottom: -60px;
    }
    section.tblCntnt_six.clrbg .bnr_img-box .img-box:last-child {
    transform: translate(0px, 20px);
}
    section.tblCntnt_six.clrbg .tblCntnt_six-inr {
        gap: 40px;
    }
        section.tblCntnt_six.clrbg .bnr_img-box .img-box:last-child:before {
        width: 89px;
        height: 107px;
        right: -35px;
        top: -64px;
        background-size: cover;
    }
    section.typbrcs_bnr .txt_block h2 {
    font-size: 20px;
    line-height: 30px;
}
        .tab-body-container .tab-rght .img-inr {
        width: 200px;
        height: 200px;
    }
    .tab-body-container .wrper-inr h3 {
    font-size: 20px;
    line-height: 30px;
}
    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;
    }
    
    section.chi_faqs-new .faq_item .faq_title p::after{
        font-size: 28px;
        width: 30px;
    height: 30px;
    }
    .tblCntnt_six-inr {
        gap: 25px;
    }
    section.chi_faqs-new .chi_faqs-list{
        padding-top:10px;
    }
    section.chi_faqs-new, section.tblCntnt_six {
        padding: 20px 0;
    }
    section.chi_faqs-new .faq_title p{
        padding: 10px 50px 10px 15px;
        font-size: 15px;
    }
    .tblCntnt_six-inr .bnr_img-box {
    box-shadow: 6px 6px 0px #4DC2ED;
}
.tblCntnt_six-inr .bnr_img-box:hover {
    box-shadow: 4px 4px 0px #4DC2ED;
}
.tblCntnt_six-inr .bnr_img-box:hover img {
    transform: translate(0px, 0) scale(1);
}
section.tblCntnt_six.row-revrs .tblCntnt_six-inr .bnr_img-box {
    box-shadow: -6px 6px 0px #4DC2ED;
}
section.tblCntnt_six.row-revrs .tblCntnt_six-inr .bnr_img-box:hover{
    box-shadow: -4px 4px 0px #4DC2ED;
}
section.tblCntnt_six.row-revrs .bnr_img-box:hover img {
    transform: translate(0px, 0) scale(1);
}
.md-tab-sec .acrdn-btn{
        font-size: 16px;
        padding: 12px;
    }
    .tblCntnt-inr .lt-sd .txt_block ul li {
    font-size: 15px;
}
.tblCntnt-inr .info ul li {
    font-size: 15px;
    line-height: 25px;
}
.tblCntnt-inr .info ul li.date:before {
    top: 2px;
}
    section.tblCntnt_two {
        padding: 30px 0;
    }
        section.tblCntnt_two .chi_grd-colm.rt-sd .txt_block.light, section.tblCntnt_two .chi_grd-colm.lt-sd .txt_block.light {
        padding: 12px;
    }
        .md-tab-sec {
        padding: 30px 0;
    }
    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;
}
}
@media (max-width: 420px) {
        section.tblCntnt_six.clrbg .bnr_img-box {
        gap: 10px;
    }
}
@media (max-width: 390px) {
        section.tblCntnt_eight .boxCol .txt_block {
        gap: 10px !important;
    }
        section.tblCntnt_eight .boxCol p {
        width: 80%;
    }
        section.chi_faqs-new.prcsTmlne .faq_title p {
        padding: 10px 40px 10px 0px;
    }
        section.chi_faqs-new .faq_item .faq_title p::after {
        font-size: 25px;
        width: 25px;
        height: 25px;
    }
        section.chi_faqs-new.prcsTmlne .faq_item .faq_title:before {
        width: 24px;
        height: 24px;
        left: 16px;
        top: 16px;
    }
        section.chi_faqs-new.prcsTmlne .faq_item .faq_title:after {
        width: 36px;
        height: 36px;
        left: 10px;
        top: 10px;
    }
        section.chi_faqs-new.prcsTmlne .faq_body {
        padding: 0px 15px 12px 55px;
    }
    section.chi_faqs-new.prcsTmlne .faq_item .faq_title {
    padding-left: 55px;
}
        section.typofbrcs_tblCntnt .chi_grd-colm.rt-sd .txt_block h3 {
        font-size: 18px;
    }
    section#braces .chi_grd-colm {
        width: 80%;
    }
    #oe_typofbrcs a.chi_btn {
        padding: 10px;
        font-size: 12px;
    }
        .txt_block h1 {
        font-size: 26px;
        line-height: 32px;
    }
        section.typbrcs_bnr .txt_block h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .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;
    }
        section.tblCntnt_six.clrbg .bnr_img-box .img-box:first-child:after {
        width: 63px;
        height: 66px;
        left: -24px;
        bottom: -46px;
    }
        section.tblCntnt_six.clrbg .bnr_img-box .img-box:last-child:before {
        width: 59px;
        height: 77px;
        right: -20px;
        top: -46px;
        background-size: cover;
    }
}
@media (max-width: 350px){

}