body, body * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#ch-choose *{
	font-family: 'caros'
}
#ch-choose .span_12 {
    width: 100%;
}
#ch-choose .span_9 {
    width: 75%;
}
#ch-choose .span_8 {
    width: 66.66%;
}
#ch-choose .span_7 {
    width: 58.33%;
}
#ch-choose .span_6 {
    width: 50%;
}
#ch-choose .span_5 {
    width: 41.66%;
}
#ch-choose .span_4 {
    width: 33.33%;
}
#ch-choose .span_3 {
    width: 25%;
}
#ch-choose .span_2-5 {
    width: 20%;
}
#ch-choose .container{
	width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
#ch-choose .row {
    padding: 0 10px;
}

#ch-choose .chi_btns {
    width: 100%;
    display: flex;
    gap: 12px;
}
#ch-choose .chi_btns.center {
    justify-content: center;
}
#ch-choose 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;
}
#ch-choose a.chi_btn:hover {
    transform: scale(1.05) translate(0, -5px);
}
#ch-choose a.chi_btn.yellow {
    background-color: #fcda00;
    border: 1px solid #fcda00;
    color: #273a88;
}
#ch-choose a.chi_btn.yellow:hover {
    background-color: transparent;
    border-color: #273a88;
    color: #273a88;
}
#ch-choose a.chi_btn.white {
    background-color: #fff;
    border-color: #273a88;
    color: #273a88;
}
#ch-choose a.chi_btn.white:hover {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
}
#ch-choose a.chi_btn.lblue {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
    padding: 12px 15px;
}
#ch-choose a.chi_btn.lblue:hover {
    background-color: #273A88;
    border-color: #273A88;
}
#ch-choose .txt_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
#ch-choose .txt_block.center {
    justify-content: center;
    text-align: center;
    align-items: center;
}
.txt_block h1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 10px 22px;
    border: 1px solid #fcd900;
    border-radius: 50px;
    margin: 0;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.txt_block h2{
    font-size: 42px;
    line-height: 52px;
    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;
}
#ch-choose img {
    margin: 0;
    vertical-align: middle;
}

/* banner */
.ch-ser-bnr {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(136.02deg, rgb(27, 144, 212) -36.35%, rgb(12, 94, 166) 31.22%, rgb(35, 44, 115) 135%);
}
.ch-ser-bnr .ch-ser-bnr-inr {
    position: relative;
    width: 100%;
    display: flex;
    min-height: 350px;
    padding: 60px 0;
    align-items: center;
}
.ch-ser-bnr-inr h1{
    margin:0;
    color:#fff;
    font-size:45px;
    line-height: 50px;
}
.ch-ser-bnr-inr h2{
    margin:0;
    color:#fff;
    font-size:20px;
    font-weight:500;
    line-height:28px;
}
.ch-ser-bnr-inr h1 span{
    color:#4DC2ED;
    font-size:45px;
}
.ch-ser-bnr-inr p{
    color:#fff;
    margin:0;
    font-size:16px;
    line-height:26px;
    padding:0;
}
.ch-ser-bnr-inr .contnt-inr{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.ch-ser-bnr:after {
    content: '';
    width: 305px;
    height: 464px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/logo-fade-footer.webp);
    position: absolute;
    right: 0;
    bottom: -40px;
    background-size:contain;
    background-repeat:no-repeat;
}


/*== Treatments ==*/
.chi_trtmnt-new {
    width: 100%;
    overflow: hidden;
    padding: 80px 0px;
    position: relative;
}
.chi_trtmnt-new .container {
    position: relative;
    z-index: 5;
}
section.chi_trtmnt-new .chi_trtmnt-inr {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 80px 0 30px 0;
    margin: 0 auto;
}
section.chi_trtmnt-new .chi_trtmnt-inr .trtmnt_box {
    width: 100%;
    height: 100%;
/*    overflow: hidden;*/
    position: relative;
    border-radius: 10px;
    padding: 30px 15px;
    display: flex;
    background: #0D5698;
}
section.chi_trtmnt-new .chi_trtmnt-inr .trtmnt_box, .chi_trtmnt-inr .trtmnt_box * {
    transition: all .3s ease-in-out;
}
section.chi_trtmnt-new .trtmnt_box .txt_block {
    position: relative;
    z-index: 4;
}
section.chi_trtmnt-new .trtmnt_box .txt_block h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    color: #fff;
}
section.chi_trtmnt-new .trtmnt_box .txt_block p::after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #FCD900;
    display: block;
    margin: 15px 0;
}
section.chi_trtmnt-new .trtmnt_box .txt_block p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
section.chi_trtmnt-new .trtmnt_box .txt_block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
}
section.chi_trtmnt-new .trtmnt_box .txt_block ul li {
    position: relative;
    margin: 0;
    padding-left: 25px;
    display: flex;
    font-size: 14px;
    line-height: 17px;
}
section.chi_trtmnt-new .trtmnt_box .txt_block ul li::before {
    content: '\f054';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 0;
    background: #FCD900;
    font-family: 'FontAwesome';
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    line-height: 15px;
    color: #273A88;
}
section.chi_trtmnt-new .trtmnt_box .txt_block a {
    bottom: 0;
    left: 0;
    right: 0;
    width: 130px;
}
section.chi_trtmnt-new .chi_trtmnt-inr .trtmnt_box:hover {
    transform: translate(0px, -5px);
}
section.chi_trtmnt-new .chi_trtmnt-inr a.chi_btn.lblue {margin-top: 10px;}
section.chi_trtmnt-new:before {
    content: '';
    position: absolute;
    width: 122px;
    height: 113px;
    display: block;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/oe-side-vector.webp);
    bottom: 40px;
    left: 60px;
    z-index: 1;
/*    opacity: .5;*/
}
.chi_trtmnt-new .trtmnt_box:after {
    content: '';
    width: 115px;
    height: 97px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/symbol-img-21.webp);
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.chi_trtmnt-new .trtmnt-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    1position: absolute;
    1top: 15px;
    1right: 20px;
    z-index: 1;
    padding: 13px;
    margin: -80px auto 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.chi_trtmnt-new h2 {
    width: 64%;
}
section.chi_trtmnt-new .chi_trtmnt-inr .trtmnt_box:hover .trtmnt-icon {
    transform: rotate(360deg);
}
section.chi_trtmnt-new .chi_trtmnt-inr .trtmnt_box:hover .trtmnt-icon img{
    transform: scale(1.1);
}

/*== CTA ==*/
.chi_cta-new h3{
    font-size: 20px;
    font-weight:500;
	margin:0 !important;
}
.chi_cta-new h3 span{
    color:#fcda00 !important;
}
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 {
    width: 80%;
}*/
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;
}

/*== Insurance CSS ==*/
section.chi_insu-new a.chi_btn::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 13px;
    transition: all .3s ease-in-out;
    margin-left: 10px;
    display: inline-block;
}
section.chi_insu-new a.chi_btn.active::after {
    transform: rotate(-180deg) !important;
}
div#loc_insrnc-list {
    width: 100%;
    overflow: hidden;
    padding: 35px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 40px;
    box-shadow: 3.12195px 9.36585px 21.8537px rgba(0, 0, 0, .06);
    margin-top: 30px;
    display: none;
}
div#loc_insrnc-list ul.insrnc-lst li::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}
div#loc_insrnc-list ul.insrnc-lst {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0;
}
div#loc_insrnc-list ul.insrnc-lst li {
    list-style-type: none;
    width: 32%;
    position: relative;
    padding-left: 40px;
}
div#loc_insrnc-list ul.insrnc-lst li,
div#loc_insrnc-list ul.insrnc-lst li a {
    color: #273a88;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: .5px
}
div#loc_insrnc-list ul.insrnc-lst li::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(https://cdn.shopify.com/s/files/1/0603/2546/2115/files/checkmark.webp);
    vertical-align: middle;
/*    margin-right: 10px;*/
    position: absolute;
    left: 0;
    top: -4px;
}
section.chi_insu-new {
    padding: 60px 0;
    position: relative;
    background: #E5F3F899;
}
section.chi_insu-new .chi_insu-inr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 40px 0;
}
section.chi_insu-new .insu_img-box img {
    transition: all .3s ease-in-out;
}
section.chi_insu-new .insu_img-box img:hover {
    transform: translate(0px, -2px);
}
section.chi_insu-new .chi_insu-colm {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    padding-right: .2%;
    padding-left: .2%;
    margin-bottom: 10px;
}
section.chi_insu-new .insu_img-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
section.chi_insu-new .insu_img-box img {
    background: #fff;
     border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}


/*==Locations==*/
.chi_locs {
    width: 100%;
    overflow: hidden;
    padding: 80px 0px;
    background-color: #ECFAFF;
}
.chi_locs-inr .chi_grd-colm {
    width: 300px;
}
.chi_locs .chi_locs-inr {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding-top: 30px;
}
.chi_locs-inr .chi_grd-colm {
    width: 300px;
}
.chi_locs-inr .loc_box {
    width: 100%;
    display: flex;
    height: 100%;
}
.chi_locs-inr .loc_box, .chi_locs-inr .loc_box * {
    transition: all .3s ease-in-out;
}
.chi_locs-inr .loc_box .loc_box-inr {
    background: #fff;
    height: 100%;
    padding: 15px 15px 25px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.loc_box-inr .loc_media {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.loc_box-inr .loc_media img {
    width: 100%;
}
.loc_box-inr .txt_block {
    text-align: center;
    align-items: center;
    gap: 10px;
    padding: 0 5px;
    margin-top: -20px;
    z-index: 1;
}
.loc_box-inr .txt_block h3 {
    padding: 10px 20px;
    background: #4DC2ED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    color: #fff;
    width: 95%;
    font-size: 20px;
    font-weight: 600;
}
.loc_box-inr .txt_block p {
    font-size: 15px;
    line-height: 22px;
}
.loc_box-inr .txt_block ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0 10px 10px;
    margin: 0;
}
.loc_box-inr .txt_block ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #4DC2ED;
    position: relative;
    display: block;
    text-decoration: none;
}
.chi_locs-inr .loc_box:hover  a.chi_btn.lblue{
    background: #273A88 !important;
    border-color: #273A88 !important;
}
.chi_locs-inr .loc_box:hover  a.chi_btn.lblue:hover{
    background:#fff !important;
    border-color:#fff !important;
    color:#273A88 !important; 
}
.chi_locs .txt_block{
    align-items:center !important;
}
.loc_box-inr .txt_block ul li{
    list-style-type: none;
}
.loc_box-inr .txt_block ul li a::before {
    content: '';
    font-family: 'FontAwesome';
    display: inline-block;
    transition: all .3s ease-in-out;
    color: #273A88;
    font-size: 18px;
    padding-right: 8px;
}
.loc_box-inr .txt_block ul li:nth-child(1) a::before {
    content: '\f041';
}
.loc_box-inr .txt_block ul li:nth-child(2) a::before {
    content: '\f095';
}
.chi_locs-inr a.chi_btn {
    min-width: 125px;
}
.chi_locs-inr .loc_box:hover .loc_box-inr {
    background: #4dc2ed;
    transform: translate(0px, -5px);
}
.chi_locs-inr .loc_box:hover .txt_block h3 {
    background: #FCD900;
    color: #273A88;
}
.chi_locs-inr .loc_box:hover .txt_block p {
    color: #fff;
}
.chi_locs-inr .loc_box:hover .txt_block ul li a {
    color: #fff;
}
.chi_locs-inr .loc_box:hover .txt_block ul li a::before {
    color: #FCD900;
}
.chi_locs-inr .loc_box:hover a.chi_btn.lblue {
    background: #273A88;
    border-color: #273A88;
}
.chi_locs-inr .loc_box:hover .loc_media img {
    transform: translate(0px, -5px) scale(1.1);
}
.loc_box-inr .txt_block ul li a:hover {
    color: #FCD900 !important;
}
.loc_box-inr .txt_block ul li a:hover::before {
    color: #fff !important;
    transform: scale(1.1);
}
.chi_locs-inr a.chi_btn.lblue:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #273A88;
}
.chi_locs-inr .loc_box {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.chi_locs button.loc_acrdn_btn {
    display: none;
}


/*intro*/
.ch-info-sec.white-bg {
    background:#fff;
}
.ch-info-sec.blue-bg {
    background:rgba(236, 250, 255, 1);
}
.ch-info-sec h3{
    font-size:22px;
    font-weight:500;
	margin:0 !important;
}
.ch-info-sec h4{
    font-size:30px;
    font-weight:600;
    color: rgba(77, 194, 237, 1) !important;
	margin:0 !important;
}
.ch-info-sec.img-rght .ch-info-inr{
    flex-direction:column-reverse;
}
.ch-info-sec.img-lft .ch-info-inr{
    flex-direction:column;
}
.ch-info-sec.img-bdr .img-bg {
    position: relative;
}
.ch-info-sec.img-bdr .img-bg:before{
    content: '';
    width: 526px;
    height: 395px;
    border-radius: 15px;
    background: rgba(27, 144, 212, 1);
    position: absolute;
    left: -15px;
    top: 30px;
}
.ch-info-sec.video .ch-info-inr .intro_img-box{
    width:100%!important;
    height:100%!important;
}

.ch-info-sec {
    width: 100%;
    position:relative;
    overflow: hidden;
    padding: 80px 0;
}
.ch-info-sec .ch-info-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}
.ch-info-sec .ch-info-inr .lt-sd {
    position: relative;
}
.ch-info-sec .ch-info-inr .rt-sd {
    position: relative;
}
.ch-info-sec .ch-info-inr .intro_img-box {
    width: 100%;
    /*height: 369px;*/
    overflow: hidden;
    border-radius: 10px;   
    z-index: 1;
    position: relative;
}
.ch-info-inr .intro_img-box img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
}
.ch-info-inr .intro_img-box:hover img {
    transform: translate(5px, 0px) scale(1.05);
}

/* language */
.ch-cost.blue-bg {
    background:rgba(236, 250, 255, 1);
}
.ch-cost.white-bg {
    background:#fff;
}
.ch-cost {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
.ch-cost .cost-inr .txt-block{
    justify-content:center;
    align-items:center;
    text-align:center;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
}
.ch-cost  .chi_btn {
    margin-top:20px;
}
.ch-cost .cost-inr .txt_block ul {
    margin: 0;
    padding:10px 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ch-cost .cost-inr .txt_block ul li{
    list-style-type: none;
    display: flex;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 4px 0px rgba(77, 194, 237, 0.25);
    background:#ffffff;
    color:rgba(39, 58, 136, 1);
    font-size:17px;
    font-weight:600;
    padding:15px;
    border-radius:5px;
}
.ch-cost .cost-inr .txt_block ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: rgb(77 194 237);
    font-size: 25px;
    transition: all 0.3s ease-in-out;
}
.ch-cost .cost-inr .txt_block ul li:hover{
    background:#164991;
    color:#fff;
    transform:translateY(-5px);
}

/*doctor*/
.ch-doctor{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 170px;
    background:linear-gradient(136.02deg, rgb(27, 144, 212) -36.35%, rgb(12, 94, 166) 31.22%, rgb(35, 44, 115) 135%);
}
.ch-doctor .txt_block{
    width: 85% !important;
    margin: 0 auto;
    text-align: center;
}
.ch-doctor .txt_block a{
    color:#fcda00;
}
.ch-doctor .doctor-lst {
    padding-top:50px;
}
.doctor-lst .doctor-lst-inr {
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 20px;
}
.doctor-lst .doctor-lst-inr .img-inr{
    width: 100%;
    height: 100%;
    border-radius:12px;
    overflow:hidden;
}
.doctor-lst .doctor-lst-inr .img-inr img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center center;
}
.doctor-box .box-inr{
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.15);
    padding:15px;
    border-radius:12px;
    background:rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.doctor-box .box-inr h3{
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:600;
    line-height:25px;
	margin:0 !important;
}
.doctor-box .box-inr,
.doctor-box .box-inr *{
    transition:all 0.3s ease-in-out;
}
.doctor-box .box-inr:hover img{
    transform:scale(1.05);
}
.doctor-box .box-inr:hover h3{
    color:#fcda00;
}
.doctor-box .box-inr:hover {
    transform:translateY(-10px);
}
.doctor-lst .doctor-lst-inr .doctor-box:nth-child(even) {
    transform: translate(0px, 87px);
}

/*care*/
.ch-care {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background:rgba(236, 250, 255, 1);
}
.ch-care .ch-care-inr{
    display:grid;
    grid-template-columns: 60% 40%;
    gap: 50px;
    align-items:center;
}
.ch-care .ch-care-grd.rght-sd {
    margin: 0 auto;
}
.ch-care h3 {
    font-size: 22px;
    font-weight: 500;
	margin:0 !important;
}
.ch-care .img-inr {
    width:100%;
    position:relative;
}
.ch-care .img-inr img {
    width:100%;
    height:100%;
}

@media (max-width: 1366px) {
    .txt_block h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
    width: 85%;
}
}
@media (max-width: 1280px) {
    .ch-care h3 {
    font-size: 18px;
}
	.ch-info-sec.img-bdr .img-bg:before{
		height: 370px;
	}
	.ch-info-sec h3 {
    font-size: 18px;
}
.ch-info-sec h4 {
    font-size: 25px;
}
	.loc_box-inr .txt_block h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .txt_block h2 {
        font-size: 37px;
        line-height: 47px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 90%;
    }
}
@media (max-width: 1200px){
	.ch-info-sec.img-bdr .img-bg:before{
		width: 400px;
		height: 345px;
	}
}
@media (max-width: 1180px) {
    .txt_block h2 {
        font-size: 35px;
        line-height: 45px;
    }
    section.chi_trtmnt-new .trtmnt_box .txt_block h3 {
    	font-size: 20px;
    	line-height: 22px;
	}
}
@media (max-width: 1140px){
	.ch-info-sec.img-bdr .img-bg:before {
        height: 325px;
    }
    .chi_cta-new{
    padding:40px 0;
}
.chi_cta-new .chi_grd-colm.rt-sd {
    display:none;
}
section.chi_cta-new .chi_bnr-inr{
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 1100px) {
    .ch-care .ch-care-inr {
        grid-template-columns: 55% 45%;
    }
	.ch-info-sec.img-bdr .img-bg:before {
        height: 310px;
    }
    .txt_block h2 {
        font-size: 34px;
        line-height: 44px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 95%;
    }
}
@media (max-width: 1080px){
	section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 100%;
    }
}
@media (max-width: 1024px) {
	.ch-info-sec.img-bdr .img-bg:before{
		height: 285px;
	}
	.loc_box-inr .txt_block h3 {
        font-size: 17px;
        line-height: 20px;
    }
	.chi_locs-inr .chi_grd-colm {
    width: 31.33%;
}
    .txt_block h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width: 999px) {
    div#loc_insrnc-list ul.insrnc-lst {
        justify-content: center;
        height: 300px;
        padding-right: 10px;
        overflow-y: scroll;
    }
div#loc_insrnc-list ul.insrnc-lst li {
        width: 48%;
    }
    .ch-care h3 {
        font-size: 16px;
    }
        .ch-care .ch-care-inr {
        grid-template-columns: 50% 50%;
        gap:20px;
    }
	.doctor-box .box-inr h3{
		font-size: 16px;
		line-height: 22px;
	}
	.doctor-lst .doctor-lst-inr{
		gap:10px;
	}
	.ch-info-sec h4 {
        font-size: 22px;
    }
    .ch-info-sec h3 {
        font-size: 16px;
    }
	.ch-ser-bnr-inr h1{
        font-size: 40px;
    }
    .txt_block h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
        gap: 20px;
    }
    section.chi_trtmnt-new .trtmnt_box .txt_block h3 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 950px){
	.ch-info-sec.img-bdr .img-bg:before {
        width: 320px;
        height: 265px;
    }
	.chi_locs .chi_locs-inr {
    gap: 20px;
}
	section.chi_cta-new .chi_bnr-inr {
    gap: 20px;
}
section.chi_cta-new .chi_btns.center {
    margin-top: 10px;
}
    .chi_trtmnt-new .trtmnt_box:after {
    	width: 95px;
    	height: 77px;
	}
}
@media (max-width: 900px){
	.ch-info-sec.img-bdr .img-bg:before {
        height: 250px;
    }
}
@media (max-width: 850px) {
	.doctor-box .box-inr:hover {
    transform: translateY(0px);
}
    .ch-care .img-inr{
        width: 75%;
        margin: 0 auto;
    }
    .ch-care .ch-care-inr{
    display:flex;
    flex-direction:column-reverse;
}
.ch-care .ch-care-inr .txt_block{
    justify-content:center;
    align-items:center !important;
    text-align:center
}
	.doctor-lst .doctor-lst-inr{
	    grid-template-columns: repeat(3, 1fr);
	}
	.doctor-lst .doctor-lst-inr .doctor-box:nth-child(even) {
    transform: translate(0px, 0px);
}
.ch-doctor,
.ch-care,
.chi_trtmnt-new,
	.ch-cost{
	padding :40px 0;
}
.ch-doctor .doctor-lst {
    padding-top: 30px;
}
	.ch-doctor .txt_block {
    width: 100% !important;
    }
	.ch-cost .cost-inr .txt_block ul{
		gap:10px;
	}
	.ch-cost .cost-inr .txt_block ul li{
	    padding: 13px;
	    font-size: 16px;
	}
	.ch-info-sec.img-bdr .img-bg:before{
		display: none;
	}
	.ch-info-sec .txt_block{
    justify-content:center;
    align-items:center !important;
    text-align:center;
}
	.ch-info-sec .ch-info-inr .intro_img-box{
        width: 75%;
        margin: 0 auto;
    }
	    .loc_box-inr .txt_block h3 {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 10px;
    }
	.ch-ser-bnr .ch-ser-bnr-inr{
        min-height: 280px;
    }
    .ch-ser-bnr-inr h1,
    .ch-ser-bnr-inr h1 span{
        font-size: 35px;
        line-height:45px;
    }
	section.chi_cta-new .bnr_img-box:before{
    width: 15px;
    height: 120px;
    right: 4px;
}
section.chi_cta-new .bnr_img-box:after{
    width: 15px;
    height: 120px;
    left: 4px;
}
	.chi_cta-new .txt-block {
    text-align: center;
    justify-content: center;
    align-items: center;
}
	section.chi_insu-new,
	.chi_locs,
	.ch-info-sec{
		padding: 40px 0 !important;
	}
	.ch-info-sec .ch-info-inr{
    display:flex;
    gap: 20px;
}
.ch-info-sec .txt-block{
    align-items:center;
}
.ch-info-sec .txt-block p{
    text-align:center;
}
	section.chi_insu-new .chi_insu-inr {
    	padding: 20px 0;
	}
    #ch-choose a.chi_btn {
        padding: 12px;
        font-size: 14px;
        line-height: 18px;
    }
    .chi_trtmnt-new .trtmnt-icon{
    	display: none;
	}
	.chi_trtmnt-new h2 {
    	width: 100%;
	}
    section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 95%;
        display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    	padding: 30px 0 30px 0;
    }
    .chi_trtmnt-new .chi_grd-colm {
    	width: 48% !important;
	}
section.chi_trtmnt-new .trtmnt_box .txt_block p::after {
    	margin: 10px 0 0 0;
	}
section.chi_trtmnt-new:before {
    	width: 92px;
    	height: 83px;
    	background-size: contain;
	}
}
@media (max-width: 800px){
	.loc_box-inr .txt_block h3 {
        font-size: 15px;
        line-height: 20px;
        padding: 8px 8px;
    }
	.chi_locs-inr .loc_box .loc_box-inr {
    padding: 10px 10px 15px;
}
	.ch-ser-bnr .ch-ser-bnr-inr{
        min-height: 200px;
    }
    .ch-ser-bnr:after{
        width: 200px;
        height: 350px;
    }
}
@media (max-width: 750px){
	.chi_locs .chi_locs-inr {
        gap: 15px;
    }
}
@media (max-width: 699px) {
	.ch-info-sec .ch-info-inr{
        gap:12px;
    }
	.loc_box-inr .txt_block h3 {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 10px;
    }
	#chicago-locations .loc_box-inr {
        display: none;
    }
	.chi_locs-inr .chi_grd-colm {
        width: 100%;
        max-width: 480px;
}
	.chi_locs .loc_box.active button.loc_acrdn_btn{
		background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
        color: #fff;
        border-color: #273a88;
	}
	.chi_locs .chi_locs-inr button.loc_acrdn_btn {
    outline: none;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    padding: 12px 25px 12px 20px;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    margin: 0;
    transition: .3s ease-in-out;
    border: 1px solid #4dc2ed;
    display: flex;
    width: 100%;
    justify-content: space-between;
    letter-spacing: 0.5px;
    align-items: center;
    color: #273a88;
    background: #fff;
    border-color: #273a88;
}
.chi_locs .chi_locs-inr button.loc_acrdn_btn:after{
    content: '\f078';
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 12px;
    transition: all .3s ease-in-out;
    width: 25px;
    height: 25px;
    display: flex;
    line-height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    color: #fff;
}
	#oe_chicago-new .chi_locs-inr .chi_grd-colm {
        width: 100%;
        max-width: 480px;
    }
.chi_locs-inr .loc_box, .chi_locs-inr .loc_box * {
    transition: none;
}
    .chi_locs-inr .loc_box {
    gap: 20px;
}
    .chi_locs-inr .loc_box .loc_box-inr {
        padding: 20px;
        width: 90%;
        margin: 0 auto;
    }
	.ch-ser-bnr-inr h1, .ch-ser-bnr-inr h1 span {
        font-size: 35px;
    }
	section.chi_cta-new .chi_grd-colm.rt-sd {
    display: none;
}
section.chi_cta-new {
    padding: 40px 0 !important;
}
section.chi_cta-new  .txt_block {
    align-items: center !important;
    text-align: center !important;
}
section.chi_cta-new .chi_btns.center {
    justify-content: center !important;
}
section.chi_cta-new .chi_bnr-inr {
    grid-template-columns: repeat(1, 1fr);
}
	.chi_cta-new .txt-block {
    text-align:center;
    justify-content:center;
    align-items:center;
}
    .txt_block h2 {
        font-size: 28px;
        line-height: 38px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 100%;
        padding: 20px 0 30px 0;
    }
}
@media (max-width: 600px){
    div#loc_insrnc-list {
        padding: 20px;
    }
    div#loc_insrnc-list ul.insrnc-lst li {
        width: 100%;
    }
    .ch-care .img-inr {
        width: 70%;
    }
	.ch-info-sec.img-bdr .img-bg:before {
        height: 235px;
    }
	.ch-info-sec .ch-info-inr .intro_img-box {
        width: 70%;
    }
}
@media(max-width: 580px){
    .ch-ser-bnr .ch-ser-bnr-inr {
        min-height: 150px;
    }
    .ch-ser-bnr-inr h1,
    .ch-ser-bnr-inr h1 span{
        font-size: 38px;
    }
}
@media (max-width: 499px) {
	.ch-ser-bnr .ch-ser-bnr-inr{
        padding:40px 0;
    }
    .ch-ser-bnr-inr p{
        font-size: 15px;
    }
    .ch-ser-bnr-inr h1, .ch-ser-bnr-inr h1 span {
        font-size: 30px;
        line-height: 38px;
    }
	section.chi_insu-new,
	.chi_locs{
		padding: 30px 0 !important;
	}
	 #ch-choose a.chi_btn {
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
        gap: 15px;
    }
        .chi_trtmnt-new .chi_grd-colm {
        width: 85% !important;
    }
    .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: 24px;
        font-weight: 400;
    }
}
@media (max-width: 480px){
	
	.ch-cost .txt_block,
	.chi_trtmnt-new .txt_block{
		justify-content:left !important;
		align-items:start !important;
		text-align:left !important;
	}
	.ch-cost .cost-inr .txt_block ul{
		justify-content: left;
    	align-items: start;
	}
    .ch-care h3 {
        font-size: 15px;
    }
    .doctor-lst .doctor-lst-inr {
        grid-template-columns: repeat(2, 1fr);
    }
	.ch-cost .cost-inr .txt_block ul li {
        padding: 12px;
        font-size: 15px;
    }
    .ch-cost .cost-inr .txt_block ul li:before{
    	font-size: 20px;
    }
	.ch-info-sec h3 {
        font-size: 15px;
    }
    .ch-info-sec h4 {
        font-size: 20px;
    }
	.ch-ser-bnr:after{
        width: 120px;
        height: 280px;
    }
	section.chi_cta-new {
        padding: 30px 0 !important;
    }
        section.chi_cta-new .chi_btns.center {
        margin-top: 0px;
    }
}
@media (max-width: 450px) {
        div#loc_insrnc-list ul.insrnc-lst li {
        padding-left: 30px;
    }
        div#loc_insrnc-list ul.insrnc-lst li::before {
        width: 24px;
        height: 24px;
        top: 0px;
    }
	.chi_locs .chi_locs-inr button.loc_acrdn_btn {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 20px 10px 20px;
    }
	section.chi_insu-new .chi_insu-inr {
        padding: 15px 0;
    }
	.chi_trtmnt-new .chi_grd-colm {
        width: 95% !important;
    }
}
@media (max-width: 420px){
    .ch-care .img-inr {
        width: 65%;
    }
	.ch-info-sec.img-bdr .img-bg:before {
        height: 185px;
        width: 200px
    }
	.ch-info-sec .ch-info-inr .intro_img-box {
        width: 65%;
    }
	.ch-ser-bnr .ch-ser-bnr-inr {
        min-height: 120px;
    }
    .ch-ser-bnr-inr h1, .ch-ser-bnr-inr h1 span {
        font-size: 28px;
    }
}
@media (max-width: 390px) {
    div#loc_insrnc-list ul.insrnc-lst{
        gap:10px;
    }
    div#loc_insrnc-list ul.insrnc-lst li, div#loc_insrnc-list ul.insrnc-lst li a{
        font-size: 14px;
    }
	.ch-cost .cost-inr .txt_block ul li{
		gap:5px;
	}
	.ch-cost .cost-inr .txt_block ul {
        gap: 5px;
    }
    .ch-ser-bnr .ch-ser-bnr-inr {
        min-height: 80px;
    }
    .ch-ser-bnr:after{
        width: 110px;
        height: 250px;
    }
}
@media (max-width: 389px) {
    #ch-choose .txt_block h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
}