body.page-template-page-templateschicago-il-php.page.page-id-38027 .nectar-global-section.nectar_hook_global_section_footer,
body.page-template-page-templateschicago-il-php.page.page-id-38027 div#header-outer, body.page-template-page-templateschicago-il-php.page.page-id-38027 div#header-space {
    display: none !important;
}

/* == Constant == */
#oe_chicago-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
#oe_chicago-new, #oe_chicago-new * {
    font-family: 'caros';
}
#oe_chicago-new .container {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
#oe_chicago-new .row {
    padding: 0 10px;
}
#oe_chicago-new .chi_center-block {
    width: 900px;
    margin: 0 auto;
}
#oe_chicago-new .chi_grd-colm,
#oe_chicago-new .span_12{
    width: 100%;
}
#oe_chicago-new a {
    text-decoration: none;
}
#oe_chicago-new img {
    margin: 0;
    vertical-align: middle;
}
#oe_chicago-new .chi_btns {
    width: 100%;
    display: flex;
    gap: 12px;
}
#oe_chicago-new .chi_btns.center {
    justify-content: center;
}
#oe_chicago-new 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_chicago-new a.chi_btn:hover {
    transform: scale(1.05) translate(0, -5px);
}
#oe_chicago-new a.chi_btn.yellow {
    background-color: #fcda00;
    border: 1px solid #fcda00;
    color: #273a88;
}
#oe_chicago-new a.chi_btn.yellow:hover {
    background-color: transparent;
    border-color: #273a88;
    color: #273a88;
}
#oe_chicago-new a.chi_btn.white {
    background-color: #fff;
    border-color: #273a88;
    color: #273a88;
}
#oe_chicago-new a.chi_btn.white:hover {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
}
#oe_chicago-new a.chi_btn.lblue {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
    padding: 12px 15px;
}
#oe_chicago-new a.chi_btn.lblue:hover {
    background-color: #273A88;
    border-color: #273A88;
}
#oe_chicago-new .txt_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
#oe_chicago-new .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: 45px;
    line-height: 55px;
    font-weight: 800;
    margin: 0 !important;
    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 ==*/
.chi_bnr-new {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.chi_bnr-new .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.chi_bnr-new .bnr_bg::before, .chi_bnr-new .bnr_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.chi_bnr-new .bnr_bg::before {
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/banner-bg-line.webp);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    z-index: 2;
}
.chi_bnr-new .bnr_bg::after {
    background: linear-gradient(135deg, #0b1a3a 0%, #0f2454 0%, #132e6e 40%);
    z-index: 1;
}
.chi_bnr-new .chi_bnr-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    position: relative;
    z-index: 5;
    /* padding-top: 60px; */
    align-items: center;
}
/*.chi_bnr-new .chi_bnr-inr .lt-sd {
    padding-bottom: 60px;
}*/
.chi_bnr-new .chi_bnr-inr .txt_block h2 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 900;
    letter-spacing: 1px;
	margin: 0 !important;
	color: #fff !important;
}
.chi_bnr-new .chi_bnr-inr .txt_block h2 span {
    color: #4DC2ED;
}
.chi_bnr-new .chi_bnr-inr .chi_btns {
    padding-top: 12px;
}
#oe_chicago-new .chi_bnr-inr  a.chi_btn.yellow:hover {
    border-color: #fcda00;
    color: #fcda00;
}
.chi_bnr-new .chi_bnr-inr .bnr_img-box {
    width: 100%;
    overflow: hidden;
}
.chi_bnr-new .chi_bnr-inr img {
    width: 100%;
}
.rtng-txt {
    border-top: 1px solid #ffffff40;
    padding-top: 10px;
    margin-top: 30px;
}
.rtng-txt p strong{
    color: #FEC42C !important;
    display: inline-block;
    margin: 0 4px;
    letter-spacing: 1px;
    font-weight: 800;
}
.chi_bnr-new .chi_bnr-inr:after{
    content: '';
    width: 695px;
    height: 647px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/bg-blur-glow.webp);
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}


/*== Intro ==*/
.chi_intro-new {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.chi_intro-new .chi_intro-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}
.chi_intro-new .chi_intro-inr .intro_img-box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.chi_intro-new .chi_intro-inr .intro_img-box img {
    width: 100%;
    transition: all .3s ease-in-out;
}
.chi_intro-new .chi_intro-inr .intro_img-box:hover img {
    transform: translate(5px, 0px) scale(1.05);
}
.chi_intro-new .chi_intro-inr .lt-sd {
    position: relative;
}
.chi_intro-new .chi_intro-inr .rt-sd {
    position: relative;
}
.chi_intro-new .chi_intro-inr .rt-sd::after {
    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;
    right: -40px;
    z-index: 1;
/*    opacity: .5;*/
}
.chi_intro-new .chi_intro-inr  .txt_block {
    position: relative;
    z-index: 3;
}
section.chi_intro-new{
    position: relative;
}
section.chi_intro-new:before {
    content: '';
    width: 597px;
    height: 571px;
    background: #4DC2ED26;
    position: absolute;
    top: 0;
}

/*== Treatments ==*/
.chi_trtmnt-new {
    width: 100%;
    overflow: hidden;
    padding: 80px 0px !important;
    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;
	margin: 0 !important;
}
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);
}
section.chi_trtmnt-new:after {
    content: '';
    width: 220px;
    height: 146px;
    background: #4DC2ED26;
    position: absolute;
    top: 0;
    right: 0;
}

/*== Journey ==*/
section.chi_jrny {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* padding: 80px 0px; */
}
.chi_jrny-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    position: relative;
    z-index: 5;
}
.chi_jrny .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.chi_jrny .bnr_bg::before, .chi_jrny .bnr_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.chi_jrny .bnr_bg::before {
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/making-your-journey-easy-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
    opacity: .05;
}
section.chi_jrny .container {
    width: 100% !important;
    max-width: 100% !important;
}
section.chi_jrny .chi_grd-colm.lt-sd .txt_block  {
    max-width: 570px;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    height: 100%;
    justify-content: center;
}
section.chi_jrny .chi_grd-colm.rt-sd {
    padding: 100px 20px;
    background: #E0F7FF;
    text-align: center;
    border-top-left-radius: 190px;
    overflow: hidden;
}
section.chi_jrny .jrnyImg {
    width: 520px;
    height: 520px;
    /* margin: 0 auto; */
    border-radius: 50%;
    border: 1px solid #4DC2ED;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    transition: all .3s ease-in-out;
}
section.chi_jrny .jrnyImginr {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 20px solid #235F9E;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
section.chi_jrny .jrnyImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;
    transition: all .3s ease-in-out;
}
section.chi_jrny .jrnyCrclImg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    position: absolute;
    transform: translate(380px, -160px);
}
section.chi_jrny .img_box-inr {
    position: relative;
}
section.chi_jrny .chi_grd-colm.rt-sd .img_box {
    max-width: 570px;
    margin-right: auto;
    margin-left: 60px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.chi_jrny .txt_block.dark ul {
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
section.chi_jrny .txt_block.dark ul li{
    list-style-type: none;
    color: #273A88;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    transition: all .3s ease-in-out;
    width: fit-content;
}
section.chi_jrny .txt_block.dark ul li:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/Tick-Vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 4px;
    transition: all .3s ease-in-out;
}
section.chi_jrny .txt_block.dark ul li:hover{
    transform: translate(4px, 0px)
}
section.chi_jrny .txt_block.dark ul li:hover:before{
    transform: rotate(360deg);
}
section.chi_jrny .jrnyImginr:hover img {
    transform: scale(1.1);
}
section.chi_jrny a.chi_btn.yellow {
    margin-top: 15px;
}
section.chi_jrny .row {
    padding: 0 !important;
}

/*== Schedule ==*/
section.chi_schedule-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0px;
}
.chi_schedule-new .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.chi_schedule-new .bnr_bg::before, .chi_schedule-new .bnr_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.chi_schedule-new .bnr_bg::before {
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/no-cost-banner-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
}
.chi_schedule-new .bnr_bg::after {
    background: #273A88;
    z-index: 2;
    opacity: .9;
}
.chi_schedule-new .row {
    z-index: 4;
    position: relative;
}
.chi_schedule-new p,
.chi_schedule-new h2 {
    color: #fff !important;
}
.chi_schedule-new .chi_schdl-inr {
    padding-top: 40px;
	width: 75%;
	margin: 0 auto;
}
#oe_chicago-new div#gform_wrapper_57 input[type=email],
#oe_chicago-new div#gform_wrapper_57 input[type=tel],
#oe_chicago-new div#gform_wrapper_57 input[type=text],
#oe_chicago-new div#gform_wrapper_57 textarea{
    padding: 18px !important;
    background: 0 0;
    border: 1px solid #4DC2ED;
    font-family: caros;
    font-size: 16px;
    font-weight: 300;
    border-radius: 10px;
    color: #7A7A7A;
    height: 60px;
    background: #fff;
}
#oe_chicago-new div#gform_wrapper_57 textarea {
    height: 180px !important
}
#oe_chicago-new div#gform_wrapper_57 .termsNote {
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    font-family: caros;
    font-weight: 400;
    color: #fff;
}
#oe_chicago-new div#gform_wrapper_57 input#gform_submit_button_57 {
    padding: 12px 27px !important;
    background: #FCD900;
    font-size: 14px;
    line-height: 25px;
    font-family: caros;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 5px !important;
    color: #273A88;
    transition: .3s ease-in-out;
    margin: 0 auto;
}
#oe_chicago-new div#gform_wrapper_57 input#gform_submit_button_57:hover {
    opacity: 1;
    box-shadow: none !important
}
#oe_chicago-new div#gform_wrapper_57 input#choice_57_9_0 {
    vertical-align: top;
    margin-top: 2px
}
#oe_chicago-new div#gform_wrapper_57 div#validation_message_57_9 {
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
}
#oe_chicago-new div#gform_wrapper_57 .gfield_error [aria-invalid=true] {
    border: 1px solid #C02B0A;
}
#oe_chicago-new .gform_heading,
#oe_chicago-new div#gform_wrapper_57 .gfield_description.instruction.validation_message,
#oe_chicago-new div#gform_wrapper_57 div#validation_message_57_10,
#oe_chicago-new div#gform_wrapper_57 div#validation_message_57_3,
#oe_chicago-new div#gform_wrapper_57 div#validation_message_57_2,
#oe_chicago-new div#gform_wrapper_57 div#validation_message_57_1,
#oe_chicago-new div#gform_wrapper_57 div#gform_57_validation_container {
    display: none;
}
#oe_chicago-new div#gform_fields_57 {
    grid-template-columns: repeat(24, 1fr) !important;
}
#oe_chicago-new div#gform_fields_57 fieldset#field_57_9 {grid-column: 1 / -1;}
#oe_chicago-new #gform_ajax_spinner_57 {
	margin-top: -5px !important;
	margin-left: 570px !important;
	position: absolute !important;
}


/*==Ages===*/
.chi_ages-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
.chi_ages-new .chi_ages-inr {
    width: 86%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 40px 0px 40px;
    position: relative;
    margin: 0 auto;
}
.chi_ages-new .chi_ages-inr::before {
    content: '';
    position: absolute;
    width: 122px;
    height: 113px;
    top: -140px;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/oe-side-vector.webp);
    left: -100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.chi_ages-new .chi_ages-inr button {
    display: none;
}
.chi_ages-new .chi_ages-inr .ages_box {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #4DC2ED;
    box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.chi_ages-new .chi_ages-inr .ages_box, .chi_ages-new .chi_ages-inr .ages_box * {
    transition: all .3s ease-in-out;
}
.chi_ages-new .ages_box .ages_icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: 1.5px solid #4AC5F0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.chi_ages-new .ages_box .ages_bio {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 4;
}
.chi_ages-new .ages_box .ages_bio h3 {
    color: #273A88;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
	margin: 0 !important;
}
.chi_ages-new .ages_box .ages_bio p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
	padding: 0 !important;
}
.chi_ages-new .chi_ages-inr .ages_box:hover {
    background: #273A88;
    transform: translate(0px, -5px);
}
.chi_ages-new .chi_ages-inr .ages_box:hover .ages_icon {
    transform: rotate(360deg);
    border: 1.5px solid #fff;
}
.chi_ages-new .chi_ages-inr .ages_box:hover .ages_icon img{
    filter: none;
}
.chi_ages-new .chi_ages-inr .ages_box:hover .ages_bio h3 {
    color: #fff;
}
.chi_ages-new .chi_ages-inr .ages_box:hover .ages_bio h3::after {
    background: #4dc2ed;
}
.chi_ages-new .chi_ages-inr .ages_box:hover .ages_bio p {
    color: #fff;
}
.chi_ages-new .chi_center-block {
    width: 1000px;
}
section.chi_ages-new .ages_iconinr {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #4DC2ED;
    padding: 6px;
}
.chi_ages-new .chi_ages-inr .ages_box:hover .ages_iconinr{
    background: #FCD900;
}
section.chi_ages-new .chi_grd-colm:nth-child(even) {
    transform: translate(0px, 80px);
}
section.chi_ages-new .chi_btns.center {
    margin-top: 80px;
}
section.chi_ages-new .ages_iconinr img {
    filter: brightness(0) invert(1);
}
section.chi_ages-new .chi_grd-colm:hover .ages_box-bg{
    opacity: 1;
}
section.chi_ages-new .ages_box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
section.chi_ages-new .ages_box-bg::before, section.chi_ages-new .ages_box-bg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    transition: all .3s ease-in-out;
}
section.chi_ages-new .ages_box-bg::before {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: var(--ages-bg);
    z-index: 1;
}
/* section.chi_ages-new .chi_grd-colm:nth-child(1) .ages_box-bg::before {
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/kids-img.webp);
}
section.chi_ages-new .chi_grd-colm:nth-child(2) .ages_box-bg::before {
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/teens-img.webp);
}
section.chi_ages-new .chi_grd-colm:nth-child(3) .ages_box-bg::before {
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/adult-img.webp);
} */
section.chi_ages-new .ages_box-bg::after {
    background: #2C679FE0;
    z-index: 2;
}
section.chi_ages-new .chi_center-block {
    width: 1000px !important;
}


/*== Doctors ==*/
section.chi_dctrs {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 90px;
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
}
section.chi_dctrs .chi_center-block {
    width: 1000px !important;
}
section.chi_dctrs .txt_block p,
section.chi_dctrs h2{
    color: #fff !important;
}
section.chi_dctrs .chi_dctrs-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 30px;
    padding: 40px 25px;
    background: #fff;
    border-radius: 40px;
    margin-top: 30px;
    position: relative;
    z-index: 4;
}
/*section.chi_dctrs .chi_dctrs-inr:before {
    content: '';
    width: 1180px;
    height: 760px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/pattern-bg.png);
    position: absolute;
    transform: translate(64px, 20px);
    z-index: -1;
}*/
section.chi_dctrs .dctrs_box {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    /* overflow: hidden; */
}
section.chi_dctrs .dctrs-img {
    width: 34%;
}
section.chi_dctrs .dctrs_bio {
    width: 66%;
}
section.chi_dctrs .dctrs_bio h3 {
    font-size: 22px;
    font-weight: 600;
    color: #273A88;
    text-transform: capitalize;
    line-height: 30px;
	margin: 0 !important;
}
section.chi_dctrs .dctrs_bio h4 {
    font-size: 16px;
    font-weight: 600;
    color: #4DC2ED;
    line-height: 28px;
    margin-bottom: 10px;
}
section.chi_dctrs .dctrs_bio p{
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a;
    line-height: 20px;
	padding: 0 !important;
}
section.chi_dctrs .dctrs_bio p a{
    color: #4DC2ED;
    transition: all .3s ease-in-out;
}
section.chi_dctrs .dctrs_bio p a:hover{
    color: inherit;
}
section.chi_dctrs .chi_grd-colm:nth-child(odd):after {
    content: '';
    width: 1px;
    background: #4DC2ED;
    height: 100%;
    position: absolute;
    top: 0;
    right: -25px;
}
section.chi_dctrs .chi_grd-colm{
    position: relative;
}
section.chi_dctrs .chi_grd-colm:nth-child(10):before,
section.chi_dctrs .chi_grd-colm:nth-child(9):before,
section.chi_dctrs .chi_grd-colm:nth-child(8):before,
section.chi_dctrs .chi_grd-colm:nth-child(7):before,
section.chi_dctrs .chi_grd-colm:nth-child(6):before,
section.chi_dctrs .chi_grd-colm:nth-child(5):before,
section.chi_dctrs .chi_grd-colm:nth-child(4):before,
section.chi_dctrs .chi_grd-colm:nth-child(3):before {
    content: '';
    border-top: 1px solid #4DC2ED;
    width: 100%;
    position: absolute;
    top: -15px;
}
section.chi_dctrs .chi_grd-colm:nth-child(even):after {
    content: '';
    width: 51px;
    height: 34px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/12/chicago-tooth-bullet.webp);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: -51px;
}
section.chi_dctrs .chi_grd-colm:last-child:after{
    display: none;
}



/*==Locations==*/
.chi_locs {
    width: 100%;
    overflow: hidden;
    padding: 80px 0px;
    background-color: #ECFAFF;
}
.chi_locs .chi_locs-inr {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding-top: 30px;
}
#oe_chicago-new .chi_locs-inr .chi_grd-colm {
    width: 300px;
}
.chi_locs-inr .loc_box {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
button.loc_acrdn_btn{
    display: none;
}
.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%;
}
#oe_chicago-new .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;
	margin: 0 !important;
}
.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;
}
.loc_box-inr .txt_block ul li{
    list-style-type: none;
    width: fit-content;
    margin: 0 auto;
}
.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';
}
#oe_chicago-new .chi_locs-inr a.chi_btn {
    min-width: 125px;
}
.chi_locs-inr .loc_box .loc_box-inr:hover {
    background: #4dc2ed;
    transform: translate(0px, -5px);
}
.chi_locs-inr .loc_box .loc_box-inr:hover .txt_block h3 {
    background: #FCD900;
    color: #273A88;
}
.chi_locs-inr .loc_box .loc_box-inr:hover .txt_block p {
    color: #fff;
}
.chi_locs-inr .loc_box .loc_box-inr:hover .txt_block ul li a {
    color: #fff;
}
.chi_locs-inr .loc_box .loc_box-inr:hover .txt_block ul li a::before {
    color: #FCD900;
}
#oe_chicago-new .chi_locs-inr .loc_box .loc_box-inr:hover a.chi_btn.lblue {
    background: #273A88;
    border-color: #273A88;
}
.chi_locs-inr .loc_box .loc_box-inr: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);
}
#oe_chicago-new .chi_locs-inr a.chi_btn.lblue:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #273A88;
}


/*== Care ==*/
section.chi_care-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
section.chi_care-new .chi_center-block {
    width: 1000px !important;
}
section.chi_care-new .chi_grd-colm {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    padding-top: 30px;
}
section.chi_care-new .care_box,
section.chi_care-new .care_box *{
    transition: all .3s ease-in-out;
}
section.chi_care-new .care_box .care_box-inr {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
section.chi_care-new .care_box .care_box-inr h3{
    font-size: 18px;
    font-weight: 600;
    color: #273A88;
    line-height: 22px;
    transition: all .3s ease-in-out;
	margin: 0 !important;
}
section.chi_care-new .care_media {
    width: 64px;
    height: 54px;
    background: #4DC2ED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.chi_care-new .care_box .care_box-inr .txt_block.dark {
    gap: 6px !important;
}
section.chi_care-new .care_box:hover .care_box-inr{
    background: #0B5899;
    transform: translate(0, -5px);
}
section.chi_care-new .care_box:hover .care_box-inr h3{
    color: #4DC2ED;
}
section.chi_care-new .care_box:hover .care_box-inr p{
    color: #fff;
}
section.chi_care-new .care_box:hover .care_media img{
    transform: rotate(360deg);
}
section.chi_care-new::after {
    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);
    top: 40px;
    right: 60px;
    z-index: 1;
    /* opacity: .5; */
}


/*== Insurance CSS ==*/
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;
	margin-top: 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;
}
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 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;
}
section.chi_insu-new a.chi_btn:hover{
    transform: none !important;
}
section.chi_insu-new a.chi_btn.active{
    background-color: transparent !important;
    border-color: #273a88 !important;
    color: #273a88 !important;
}


/*== Treatment Gallery ==*/
.chi_trt-glry-inr.multi-gallery .chi_trt-glry-colm,
.chi_trt-glry-inr.single-gallery .chi_trt-glry-colm {
    width: 33.33%;
}
section.chi_trt-glry {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}
.chi_trt-glry-inr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 40px 0;
}
section.chi_trt-glry a.chi_btn.light {
    color: #273A88;
}
section.chi_trt-glry a.chi_btn.light:hover{
    background: #FCD900;
    border: 1px solid #FCD900 !important;
}
/*.chi_trt-glry-colm rect {
    fill: #4DC2ED;
}
.chi_trt-glry-colm path {
    fill: #fff;
}*/
section.chi_trt-glry button.slick-prev.slick-arrow {
    font-size: 0;
    border-radius: 50% !important;
    border: 0;
    width: 40px;
    height: 40px;
    background: #273A88;
    transition: all .3s ease-in-out;
    position: absolute;
/*     transform: translate(-100%, 300%); */
    cursor: pointer;
	z-index: 1;
    left: -35px;
}
/* section.chi_trt-glry button.slick-prev.slick-arrow:after{
    content: '\f177';
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    transition: all .3s ease-in-out;
} */
section.chi_trt-glry button.slick-prev.slick-arrow:hover{
    background: #4DC2ED;
/*     transform: translate(-110%, 300%); */
}
section.chi_trt-glry button.slick-next.slick-arrow {
    font-size: 0;
    border-radius: 50% !important;
    border: 0;
    width: 40px;
    height: 40px;
    background: #273A88;
    transition: all .3s ease-in-out;
    position: absolute;
/*     transform: translate(100%, -390%); */
    cursor: pointer;
    right: -35px;
	z-index: 1;
}
/* section.chi_trt-glry button.slick-next.slick-arrow:after{
    content: '\f178';
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    transition: all .3s ease-in-out;
} */
section.chi_trt-glry button.slick-next.slick-arrow:hover{
    background: #4DC2ED;
/*     transform: translate(110%, -390%); */
}


.chi_trt-afrbfr {
    margin: 0 auto;
    position: relative;
    width: 100%;
/*  max-width: 380px;*/
    height: 260px;
    overflow: hidden;
}
.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-size: 15px;
  font-weight: 600;
  color: #273A88;
  z-index: 4;
  padding: 10px 20px;
  background-color: #FFFFFF66;
  transition: opacity 0.3s ease-in-out;
  line-height: 22px;
}
/* Before text */
.before-text {
  left: 16%; /* Position text to the left */
  bottom: 20px;
  z-index: 5;
}
/* After text */
.after-text {
  right: 16%; /* Position text to the right */
  bottom: 20px;
  z-index: 3;
}
/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}
.after-image {
  clip-path: inset(0 50% 0 0);
}
.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}
.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4DC2ED;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}
.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse-circle 1.5s infinite;
}
@keyframes pulse-circle {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.chi_trt-glry-colm,
.before-image img,
.after-image img {
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}
.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.chi_trt-glry-colm {
    margin: 10px;
}


/*== CTA ==*/
section.chi_cta-new .chi_center-block {
    margin: auto 0 0 0 !important;
    max-width: 100% !important;
}
section.chi_cta-new .chi_btns.center {
    justify-content: flex-start !important;
    margin-top: 20px;
}
section.chi_cta-new .chi_bnr-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
}
section.chi_cta-new {
    width: 100%;
    overflow: hidden;
    position: relative;
/*    padding: 80px 0;*/
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/cta-img3.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
/*section.chi_cta-new h2 {
    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;
}
section.chi_cta-new h2 {
    color: #fff !important;
}


/*FAQs CSS*/
section.chi_faqs-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 120px 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: 40px;
}
section.chi_faqs-new .faq_item {
    border-radius: 5px;
    width: 49%;
    overflow: hidden;
    border: 1px solid #4dc2ed;
    transition: all .3s 
ease-in-out;
background: #fff;
}
section.chi_faqs-new .faq_item .faq_title{
    width: 100%;
    overflow: hidden;
}
section.chi_faqs-new .faq_title p {
    font-size: 16px;
    line-height: 24px;
    color: #273a88;
    cursor: pointer;
    padding: 12px 60px 12px 15px;
    position: relative;
    font-weight: 700;
    margin: 0;
    transition: .3s 
ease-in-out;
    border-bottom: 1px solid transparent;
}
section.chi_faqs-new .faq_body {
    padding: 12px 55px 12px 15px;
    display: none;
}
section.chi_faqs-new .faq_body p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: caros;
    color: #000;
    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:before {
    content: '';
    width: 515px;
    height: 503px;
    background: #4DC2ED1F;
    position: absolute;
    top: 0;
    border-bottom-right-radius: 300px;
    left: -197px;
    z-index: 1;
}
section.chi_faqs-new:after{
    content: '';
    width: 605px;
    height: 606px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/faq-logo-side.webp);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -80px;
    transform: rotate(0deg);
    right: -146px;
    z-index: 1;
}
section.chi_faqs-new .row {
    position: relative;
    z-index: 4;
}

/*== Blog ==*/
section.blgSec .blgSec-grid .blog-col {
    width: 33.33%;
}
section.blgSec {
    width: 100%;
    position: relative;
    padding: 0px 0 80px 0;
}
/*section.blgSec .blgSec-grid {
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 60px;
}*/
section.blgSec .blgSec-grid{
        width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
}
section.blgSec .blgSec-grid .col_inr{
    margin: 25px auto;
    width: 84%;
}
section.blgSec .blgBox *,
section.blgSec .blgBox{
    transition: all .3s ease-in-out;
}
section.blgSec .blgBox {
    margin: 25px auto;
}
section.blgSec .blgBox {
    background-color: #fff;
    border-radius: 10px;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
section.blgSec .blgBox .blgBox_media{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0;
}
section.blgSec .blgBox .blgBox_media a {
    font-size: 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.blgSec .blgBox .blgBox_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    vertical-align: middle;
}
section.blgSec .blgBox_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    gap: 15px;
}
section.blgSec .blog_meta {
    width: fit-content;
    position: absolute;
    top: 0;
    transform: translate(-46px, -120px);
    z-index: 1;
}
section.blgSec .blog_meta ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
section.blgSec .blog_meta ul li{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #Fff;
    letter-spacing: .5px;
    text-transform: capitalize;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    background: #4DC2ED;
    padding: 4px;
    border-radius: 4px;
}
section.blgSec .blog_meta ul li:before{
    content: '';
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 12px;
}
section.blgSec .blog_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
section.blgSec .blog_content h3{
    margin-bottom: 0;
    line-height: 25px;
    margin: 0;
}
section.blgSec .blog_content h3 a {
    color: #273A88;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
section.blgSec .blog_content p.p-txt {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    min-height: 70px;
}
section.blgSec a.blog_cta {
    display: flex;
    color: #273A88;
    align-items: center;
    gap: 10px;
    width: fit-content;
    background: #FCD900;
    border: 1px solid #fcda00;
    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;
}
section.blgSec .blgBox:hover {
    transform: translate(0px, -5px);
}
section.blgSec .blgBox:hover .blgBox_media img {
    transform: translate(5px, 5px) scale(1.05);
}
section.blgSec .blog_content h3 a:hover{
    color: #4DC2ED;
}
section.blgSec a.blog_cta:hover{
        background-color: transparent;
    border-color: #273a88;
    color: #273a88;
    transform: scale(1.05) translate(0, -5px);
}
section.blgSec .blgBox_body,
section.blgSec .container{
    position: relative;
}
section.blgSec .blgBox_body:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 106px;
    height: 111px;
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/12/chicago-tooth-side.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .10;
    transition: all .3s ease-in-out;
}
section.blgSec .blgBox:hover .blgBox_body:after {
    transform: scale(1.1) translate(-4px, -4px);
}
section.blgSec .slick-dots li button::before{
    font-size: 40px;
    opacity: 1;
    color: #273A88;
}
section.blgSec .slick-dots li{
    margin: 0;
}
section.blgSec li.slick-active button::before{
    color: #4DC2ED;
    opacity: 1;
}

@media(max-width: 1366px){
    .chi_bnr-new .chi_bnr-inr .txt_block h2 {
    font-size: 50px;
    line-height: 60px;
}
.txt_block h2 {
    font-size: 40px;
    line-height: 50px;
}
    section.chi_intro-new:before {
    width: 550px;
    height: 571px;
}
.chi_intro-new .chi_intro-inr .rt-sd::after {
    right: 0px;
}
.chi_jrny-inr {
    gap: 20px;
}
section.chi_jrny .chi_grd-colm.rt-sd .img_box {
    margin-left: 40px;
}
section.chi_jrny .chi_grd-colm.rt-sd {
    padding: 100px 0px;
}
.chi_ages-new .chi_ages-inr {
    width: 90%;
    gap: 40px;
}
.chi_ages-new .chi_ages-inr::before {
    left: -75px;
}
section.chi_trtmnt-new .chi_trtmnt-inr {
    width: 85%;
}
}
@media (max-width: 1280px) {
        .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 48px;
        line-height: 58px;
    }
    .txt_block h2 {
        font-size: 37px;
        line-height: 47px;
    }
    section.chi_intro-new:before {
        width: 514px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 90%;
    }
    section.chi_jrny .chi_grd-colm.rt-sd .img_box {
    max-width: 600px;
}
section.chi_jrny .jrnyImg {
    width: 500px;
    height: 500px;
}
section.chi_jrny .chi_grd-colm.lt-sd .txt_block {
    max-width: 520px;
}
.chi_schedule-new .chi_schdl-inr {
    width: 80%;
}
.chi_ages-new .chi_ages-inr::before{
    display: none;
}
.chi_ages-new .chi_ages-inr .ages_box
 {
    padding: 25px 25px;
}
.chi_ages-new .ages_box .ages_bio h3 {
    font-size: 22px;
    line-height: 30px;
}
section.chi_dctrs .chi_grd-colm:nth-child(even):after {
    left: -46px;
}
section.chi_dctrs .chi_dctrs-inr {
    column-gap: 40px;
    row-gap: 30px;
}
section.chi_dctrs .chi_grd-colm:nth-child(odd):after {
    right: -20px;
}
section.chi_dctrs .dctrs_bio h3 {
    font-size: 20px;
    line-height: 28px;
}
.loc_box-inr .txt_block h3 {
    font-size: 18px;
    line-height: 22px;
}
section.chi_care-new::after {
    top: 10px;
    right: 30px;
}
section.blgSec .blog_content h3 a {
    font-size: 17px;
}
}
@media (max-width: 1180px) {
        section.chi_intro-new:before {
        width: 460px;
        height: 520px;
    }
        .txt_block h2 {
        font-size: 35px;
        line-height: 45px;
    }
    section.chi_jrny .jrnyImg {
        width: 450px;
        height: 450px;
    }
    section.chi_jrny .jrnyCrclImg {
    transform: translate(320px, -160px);
}
section.chi_trtmnt-new .trtmnt_box .txt_block h3 {
    font-size: 20px;
    line-height: 22px;
}
    .chi_ages-new .chi_ages-inr .ages_box {
        padding: 20px 20px;
    }
}
@media (max-width: 1150px) {
    .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 46px;
        line-height: 56px;
    }
}
@media (max-width: 1100px) {
    div#loc_insrnc-list ul.insrnc-lst li a {
        font-size: 15px
    }
    .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 44px;
        line-height: 54px;
    }
        section.chi_intro-new:before {
        width: 440px;
        height: 520px;
    }
        .txt_block h2 {
        font-size: 34px;
        line-height: 44px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 95%;
    }
        section.chi_jrny .chi_grd-colm.lt-sd .txt_block {
        max-width: 500px;
    }
        section.chi_jrny .jrnyImg {
        width: 420px;
        height: 420px;
    }
        section.chi_jrny .jrnyCrclImg {
        transform: translate(300px, -160px);
    }
        .chi_schedule-new .chi_schdl-inr {
        width: 90%;
    }
        .chi_ages-new .chi_ages-inr {
        width: 95%;
        gap: 30px;
    }
    /*section.blgSec .blgSec-grid {
    gap: 46px;
}*/
#oe_chicago-new .chi_center-block,
section.chi_ages-new .chi_center-block,
section.chi_care-new .chi_center-block,
section.chi_dctrs .chi_center-block {
    width: auto !important;
}
}
@media(max-width: 1080px){
    .chi_bnr-new .chi_bnr-inr {
    gap: 20px;
}
    section.chi_jrny .chi_grd-colm.lt-sd .txt_block {
        max-width: 97%;
    }
        section.chi_jrny .chi_grd-colm.rt-sd .img_box {
        margin-left: 30px;
    }
        section.chi_jrny .chi_grd-colm.rt-sd {
        padding: 130px 0px;
    }
    section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 100%;
    }
}
@media(max-width: 1024px){
    
        
    .chi_trt-glry-inr.single-gallery .chi_trt-glry-colm {
    width: 50%;
    margin: 0;
}
    .txt_block h1 {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px;
}
    .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 40px;
        line-height: 50px;
    }
        .txt_block h2 {
        font-size: 32px;
        line-height: 42px;
    }
        section.chi_intro-new:before {
        width: 420px;
        height: 485px;
    }
    section.chi_trtmnt-new:after {
    width: 180px;
    height: 146px;
}
    section.chi_jrny .jrnyImg {
        width: 400px;
        height: 400px;
    }
        .chi_ages-new .chi_ages-inr {
        width: 100%;
    }
    section.chi_faqs-new:before {
    width: 465px;
    height: 463px;
}
section.chi_faqs-new:after {
    width: 525px;
    height: 585px;
}
/*section.blgSec .blgBox .blgBox_media {
    height: 200px;
}*/
section.blgSec .blog_meta {
    transform: translate(-46px, -120px);
}
section.chi_care-new::after{
    display: none;
}
section.chi_trt-glry button.slick-next.slick-arrow{
    right: -10px;
}
section.chi_trt-glry button.slick-prev.slick-arrow{
    left: -10px;
}
section.chi_dctrs .chi_dctrs-inr {
    padding: 40px 20px;
}
#oe_chicago-new .chi_locs-inr .chi_grd-colm {
    width: 31.33%;
}
    .loc_box-inr .txt_block h3 {
        font-size: 17px;
        line-height: 20px;
    }
}
@media(max-width: 999px){
    div#loc_insrnc-list ul.insrnc-lst li{
        width: 48%
    }
    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::-webkit-scrollbar {
        width: 5px
    }
    div#loc_insrnc-list ul.insrnc-lst::-webkit-scrollbar-thumb {
        background: #273a88;
        border-radius: 10px
    }
    div#loc_insrnc-list ul.insrnc-lst::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ababab;
        border-radius: 10px;
    }
        section.chi_intro-new:before {
        width: 400px;
        height: 485px;
    }
    .chi_intro-new .chi_intro-inr {
    gap: 25px;
}
    section.chi_trtmnt-new .chi_trtmnt-inr {
        gap: 20px;
    }
        section.chi_jrny .jrnyImg {
        width: 380px;
        height: 380px;
    }
        section.chi_jrny .jrnyCrclImg {
        transform: translate(280px, -140px);
        width: 125px;
    }
        section.chi_jrny .chi_grd-colm.lt-sd .txt_block {
        max-width: 95%;
    }
        .txt_block h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .chi_schedule-new .chi_schdl-inr {
        width: 95%;
    }
        .chi_ages-new .chi_ages-inr {
        gap: 20px;
    }
    .chi_ages-new .ages_box .ages_bio h3 {
        font-size: 20px;
        line-height: 28px;
    }
        .chi_ages-new .chi_ages-inr .ages_box {
        padding: 15px 15px;
    }
        section.chi_trtmnt-new .trtmnt_box .txt_block h3 {
        font-size: 18px;
        line-height: 20px;
    }
    section.chi_care-new .care_box .care_box-inr {
    gap: 15px;
    padding: 15px;
}
section.chi_care-new .chi_grd-colm {
    column-gap: 20px;
    row-gap: 20px;
}
    section.chi_dctrs .dctrs_bio p {
    height: 80px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px !important;
}
    section.chi_dctrs .dctrs_bio p::-webkit-scrollbar {
    width: 2px;
    transition: all .3s ease-in-out;
}
section.chi_dctrs .dctrs_bio p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d8d8d891;
    border-radius: 10px;
}
section.chi_dctrs .dctrs_bio p::-webkit-scrollbar-thumb{
    background: #273A88 !important;
}
    section.chi_dctrs .chi_dctrs-inr {
        padding: 20px 20px;
    }
    section.chi_dctrs .dctrs_bio h4 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}
    section.chi_dctrs .dctrs_bio h3 {
        font-size: 18px;
        line-height: 26px;
    }
        section.chi_dctrs .chi_grd-colm:nth-child(even):after {
        left: -27px;
        bottom: -22px;
        width: 14px;
    height: 14px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/dot-img.png);
    }
.chi_ages-new .ages_box .ages_icon {
    margin-bottom: 15px;
}
    section.chi_faqs-new:after {
        width: 455px;
        height: 455px;
        bottom: -55px;
    }
    section.blgSec .blgSec-grid {
/*        gap: 20px;*/
        padding: 20px 0 0 0;
    }
    section.blgSec .blgBox_body:after {
    width: 86px;
    height: 91px;
}
section.chi_jrny .txt_block.dark ul{
    margin: 0;
}
#oe_chicago-new .row {
    padding: 0 0px;
}
section.blgSec .blgSec-grid .col_inr {
    width: 94%;
}
    section.blgSec .blog_meta {
        transform: translate(-5px, -120px);
    }
  /*      section.blgSec .blgBox .blgBox_media {
        height: 190px;
    }*/
    section.blgSec .blgBox_body {
    padding: 15px 15px 15px 15px;
}
section.blgSec .blgBox {
    margin: 10px auto;
}
}
@media (max-width: 950px) {
    .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 37px;
        line-height: 47px;
    }
    .rtng-txt {
    margin-top: 20px;
}
.rtng-txt p {
    font-size: 15px;
}
    .txt_block h1 {
        padding: 6px 15px;
    }
        section.chi_intro-new:before {
        width: 380px;
        height: 485px;
    }
        section.chi_jrny .jrnyImg {
        width: 360px;
        height: 360px;
    }
    section.chi_jrny .txt_block.dark ul li {
    font-size: 16px;
}
section.chi_jrny .txt_block.dark ul {
    gap: 10px;
}
    section.chi_jrny .jrnyCrclImg {
        transform: translate(260px, -130px);
        width: 115px;
    }
    section.chi_jrny a.chi_btn.yellow {
    margin-top: 5px;
}
    section.chi_faqs-new:before {
        width: 415px;
        height: 413px;
    }
        section.chi_faqs-new:after {
        width: 415px;
        height: 415px;
        bottom: -45px;
    }
        section.chi_trtmnt-new:after {
        width: 140px;
        height: 146px;
    }
    .loc_box-inr .txt_block ul {
    gap: 8px;
    padding: 0 0px 5px;
}
.chi_trtmnt-new .trtmnt_box:after {
    width: 95px;
    height: 77px;
}
.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_bnr-new .chi_bnr-inr:after {
    width: 605px;
    height: 557px;
}
    .chi_bnr-new .chi_bnr-inr {
        gap: 12px;
    }
}
@media(max-width: 850px){
    .chi_bnr-new .chi_bnr-inr {
    grid-template-columns: 55% 45%;
}
.chi_bnr-new .txt_block {
    gap: 6px !important;
}
.chi_bnr-new .chi_bnr-inr .chi_btns {
    padding-top: 6px;
}
.rtng-txt {
    margin-top: 10px;
}
    section.chi_faqs-new,
    section.chi_trt-glry,
    section.chi_insu-new,
    section.chi_care-new,
    .chi_locs,
    section.chi_dctrs,
    .chi_ages-new,
    section.chi_schedule-new,
    section.chi_jrny,
    .chi_intro-new {
    padding: 40px 0 !important;
}
.chi_intro-new .chi_intro-inr {
    grid-template-columns: repeat(1, 1fr);
}
.chi_intro-new .chi_intro-inr .intro_img-box:hover img {
    transform: translate(0px, 5px) scale(1.05);
}
.chi_intro-new .chi_intro-inr .intro_img-box {
    width: 70%;
    margin: 0 auto;
}
    section.chi_intro-new:before {
        width: 100%;
        height: 300px;
    }
    section.chi_intro-new .txt_block {
    align-items: center !important;
    text-align: center;
}
.chi_intro-new .chi_intro-inr {
        gap: 15px;
    }
    .chi_intro-new .chi_intro-inr .rt-sd::after {
    width: 92px;
    height: 83px;
    bottom: 0px;
    background-size: contain;
}
section.chi_jrny .chi_grd-colm.rt-sd,
.chi_trtmnt-new .trtmnt-icon,
section.chi_trtmnt-new:after{
    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;
}
.chi_trtmnt-new{
    padding: 0 0 40px 0 !important;
}
.chi_jrny-inr {
    grid-template-columns: repeat(1, 1fr);
}
section.chi_jrny .container {
    width: 95% !important;
}
    section.chi_jrny .chi_grd-colm.lt-sd .txt_block {
        max-width: 100%;
    }
        .chi_schedule-new .chi_schdl-inr {
        width: 100%;
        padding-top: 20px;
    }
        .chi_ages-new .chi_ages-inr .ages_box {
        padding: 10px 10px;
    }
    .chi_ages-new .ages_box .ages_icon {
    width: 70px;
    height: 70px;
}
section.chi_ages-new .ages_iconinr {
    width: 50px;
    height: 50px;
    padding: 5px;
}
    .loc_box-inr .txt_block h3 {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 10px;
    }
        section.chi_care-new .care_box .care_box-inr {
        gap: 15px;
        padding: 10px;
    }
    section.chi_insu-new .chi_insu-inr {
    padding: 20px 0;
}
.chi_trt-glry-inr {
    padding: 20px 0;
}
    section.chi_faqs-new:before {
        width: 355px;
        height: 353px;
        border-bottom-right-radius: 200px;
    }
        section.chi_faqs-new:after {
        width: 355px;
        height: 355px;
        bottom: -45px;
    }
    section.blgSec {
    padding: 0px 0 40px 0 !important;
}
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;
}
section.blgSec a.blog_cta,
#oe_chicago-new a.chi_btn {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
}
    .chi_bnr-new .chi_bnr-inr:after {
        width: 555px;
        height: 500px;
    }
    .chi_bnr-new .bnr_bg::before {
    left: 40px;
}
}
@media(max-width: 800px){
    section.blgSec .blgSec-grid .col_inr {
    margin: 10px auto;
}
    section.blgSec .slick-dots li button::before,
section.chi_ages-new .slick-dots li button::before {
    font-size: 40px;
    opacity: 1;
    color: #273A88;
}
section.blgSec .slick-dots li,
section.chi_ages-new .slick-dots li{
    margin: 0;
}
section.blgSec li.slick-active button::before,
section.chi_ages-new li.slick-active button::before{
    color: #4DC2ED;
    opacity: 1;
}
section.chi_ages-new ul.slick-dots button{
    display: block;
}
section.chi_ages-new ul.slick-dots{
    bottom: -10px;
}
    .chi_bnr-new .chi_bnr-inr {
    grid-template-columns: 56% 45%;
}
    /*section.blgSec .blgSec-grid {
    display: flex;
}*/
section.blgSec .blog-col {
    margin: 6px;
}
    .chi_ages-new .ages_box .ages_icon {
        margin-bottom: 10px;
    }
        .chi_ages-new .ages_box .ages_bio h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .chi_ages-new .ages_box .ages_bio {
    gap: 6px;
}
.chi_ages-new .chi_ages-inr {
    padding: 20px 0px 40px;
}
    section.chi_dctrs .dctrs_bio h3 {
        font-size: 17px;
        line-height: 25px;
    }
    .chi_locs-inr .loc_box .loc_box-inr {
    padding: 10px 10px 15px;
}
    .loc_box-inr .txt_block h3 {
        font-size: 15px;
        line-height: 20px;
        padding: 8px 8px;
    }
    section.chi_faqs-new .chi_faqs-list {
    gap: 12px;
}
section.chi_faqs-new .faq_title p {
    padding: 12px 50px 12px 15px;
}
    .chi_bnr-new .chi_bnr-inr:after {
        width: 505px;
        height: 500px;
        right: -130px;
    }
        section.chi_intro-new:before {
        width: 100%;
        height: 220px;
    }
}
@media (max-width: 750px) {
    .chi_bnr-new .bnr_bg::before {
        left: 80px;
    }
        .chi_bnr-new .chi_bnr-inr {
        grid-template-columns: 60% 50%;
    }
        .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 35px;
        line-height: 45px;
    }
        .txt_block h1 {
        font-size: 14px;
        line-height: 18px;
    }
        .chi_intro-new .chi_intro-inr .intro_img-box {
        width: 65%;
        margin: 0 auto;
    }
        .chi_intro-new .chi_intro-inr .rt-sd::after {
        bottom: -30px;
    }
    #oe_chicago-new div#gform_wrapper_57 input[type=email], #oe_chicago-new div#gform_wrapper_57 input[type=tel], #oe_chicago-new div#gform_wrapper_57 input[type=text], #oe_chicago-new div#gform_wrapper_57 textarea {
    font-size: 15px;
    height: 50px;
}
#oe_chicago-new div#gform_wrapper_57 textarea {
    height: 160px !important;
}
section.chi_ages-new .chi_btns.center {
    margin-top: 0px;
}
.chi_ages-new .chi_ages-inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#oe_chicago-new .chi_ages-new .chi_ages-inr .chi_grd-colm {
    width: 48%;
}
section.chi_ages-new .chi_grd-colm:nth-child(even) {
    transform: translate(0px, 0px);
}
    section.chi_dctrs .dctrs_bio p {
        height: auto;
        overflow: visible;
        overflow-y: auto;
        padding-right: 0px !important;
    }
    section.chi_dctrs .chi_dctrs-inr {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 40px;
        row-gap: 15px;
}
section.chi_dctrs .chi_grd-colm:nth-child(odd):after,
section.chi_dctrs .chi_grd-colm:nth-child(even):after {
    display: none;
}
section.chi_dctrs .chi_grd-colm:nth-child(10):before, section.chi_dctrs .chi_grd-colm:nth-child(9):before, section.chi_dctrs .chi_grd-colm:nth-child(8):before, section.chi_dctrs .chi_grd-colm:nth-child(7):before, section.chi_dctrs .chi_grd-colm:nth-child(6):before, section.chi_dctrs .chi_grd-colm:nth-child(5):before, section.chi_dctrs .chi_grd-colm:nth-child(4):before, section.chi_dctrs .chi_grd-colm:nth-child(3):before {
    display: none;
}
section.chi_dctrs .dctrs-img {
    width: 30%;
}
section.chi_dctrs .dctrs_bio {
    width: 70%;
}
    section.chi_dctrs .dctrs_bio h3 {
        font-size: 20px;
        line-height: 30px;
    }
        section.chi_dctrs .dctrs_bio h4 {
        font-size: 17px;
        line-height: 30px;
    }
    section.chi_dctrs .chi_grd-colm:nth-child(even) .dctrs_box {
    flex-direction: row-reverse;
}
    .chi_locs .chi_locs-inr {
        gap: 15px;
    }
}
@media (max-width: 699px) {
.chi_ages-new .chi_btns {
    margin-top: 20px !IMPORTANT;
}
    .chi_ages-new .chi_ages-inr .ages_box {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
    .chi_bnr-new .chi_bnr-inr:after {
        width: 405px;
        height: 450px;
        right: -80px;
    }
        .chi_bnr-new .bnr_bg::before {
        left: 150px;
    }
        .chi_bnr-new .chi_bnr-inr {
        grid-template-columns: 60% 55%;
    }
        .chi_intro-new .chi_intro-inr .intro_img-box {
        width: 55%;
        margin: 0 auto;
    }
        section.chi_intro-new:before {
        width: 100%;
        height: 160px;
    }
        .txt_block h2 {
        font-size: 28px;
        line-height: 38px;
    }
    #oe_chicago-new div#gform_fields_57 {
    grid-template-columns: repeat(12, 1fr) !important;
}
    #oe_chicago-new .gform_wrapper.gravity-theme .ginput_complex span {
        margin-bottom: 0;
    }
section.chi_care-new .chi_grd-colm {
    grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
        padding-top: 20px;
}
section.chi_care-new .care_box:hover .care_box-inr {
    background: transparent;
}
section.chi_care-new .care_box:hover .care_box-inr p {
    color: inherit;
}
section.chi_care-new .care_box .care_box-inr {
    align-items: flex-start;
    box-shadow: none;
            gap: 15px;
        padding: 0px;
}
#oe_chicago-new div#gform_wrapper_57 input#gform_submit_button_57{
    margin: auto 0 0 0;
}
    .chi_ages-new .chi_ages-inr {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
section.chi_schedule-new .txt_block,
section.chi_care-new .txt_block {
    align-items: flex-start !important;
    text-align: left !important;
}
section.chi_care-new .care_media img {
    width: 100% !important;
    height: 100% !important;
}
section.chi_care-new .txt_block {
    align-items: flex-start !important;
    text-align: left !important;
}
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);
}
section.chi_faqs-new .faq_item {
    width: 100%;
}
section.chi_faqs-new .chi_faqs-list {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}
section.chi_faqs-new .faq_body {
    padding: 12px 50px 12px 15px;
}
.chi_bnr-new .txt_block p {
    font-size: 15px;
}
.chi_bnr-new .rtng-txt p{
    font-size: 14px;
}
#oe_chicago-new .chi_bnr-new a.chi_btn
 {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}
#oe_chicago-new .chi_ages-new .chi_ages-inr .chi_grd-colm {
    margin: 10px;
}
    section.chi_trtmnt-new .chi_trtmnt-inr {
        width: 100%;
        padding: 20px 0 30px 0;
    }
    .chi_ages-new .ages_box .ages_bio p {
    min-height: 100px;
}
    .chi_ages-new .chi_ages-inr {
        padding: 20px 0px 20px;
    }
        section.chi_dctrs .chi_grd-colm:nth-child(odd) .dctrs_box, section.chi_dctrs .chi_grd-colm:nth-child(even) .dctrs_box {
        flex-direction: column;
    }
        section.chi_dctrs .dctrs_bio p {
        height: 60px;
        overflow: hidden;
        overflow-y: scroll;
        padding-right: 10px !important;
    }
        section.chi_dctrs .chi_dctrs-inr {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 15px;
        padding: 30px 20px 30px;
        border-radius: 10px;
    }
    section.chi_dctrs .dctrs_box {
    padding: 15px;
    border: 1px solid #4dc2ed;
    border-radius: 5px;
    height: 100%;
    box-shadow: 2px 2px 20px -12px #000000ad;
}
    section.chi_dctrs .dctrs-img {
        width: 55%;
    }
        section.chi_dctrs .dctrs_bio h3 {
        font-size: 18px;
        line-height: 28px;
    }
        section.chi_dctrs .dctrs_bio h4 {
        font-size: 16px;
        line-height: 26px;
    }
        section.chi_dctrs .dctrs_bio {
        width: 100%;
        text-align: center;
    }
           #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;
    }
        .loc_box-inr .txt_block h3 {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 10px;
    }
    .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: 30px;
    position: relative;
    font-weight: 700;
    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;
}
    .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;
    }
    .loc_box.active button.loc_acrdn_btn:after{
        transform: rotate(180deg);
        background: #fff;
        color: #273a87;
    }
section#chicago-locations .loc_box-inr {
  display: none;
}
}
@media (max-width: 599px) {
     div#loc_insrnc-list ul.insrnc-lst li{
        width: 100%;
    }
    div#loc_insrnc-list {
        padding: 20px;
    }
    .chi_bnr-new .chi_bnr-inr {
        grid-template-columns: 68% 55%;
    }
        .txt_block h1 {
        font-size: 12px;
        line-height: 14px;
    }
        .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 32px !important;
        line-height: 36px !important;
    }
        .chi_bnr-new .txt_block p {
        font-size: 14px;
    }
        .chi_bnr-new .rtng-txt p {
        font-size: 12px;
    }
    #oe_chicago-new .chi_bnr-new a.chi_btn {
        padding: 10px;
        font-size: 13px;
        line-height: 15px;
    }
        .chi_bnr-new .chi_bnr-inr:after {
        width: 355px;
        height: 400px;
        right: -80px;
    }
        section.chi_intro-new:before {
        width: 100%;
        height: 140px;
    }
        .chi_ages-new .ages_box .ages_bio p {
        min-height: 110px;
    }
        section.chi_dctrs .dctrs-img {
        width: 30%;
    }
}
@media(max-width: 590px){
    .chi_trt-glry-inr.single-gallery .chi_trt-glry-colm {
    width: 95%;
}
.chi_trt-glry-inr.multi-gallery .chi_trt-glry-colm{
    width: 400px;
}
}
@media (max-width: 499px) {
    .chi_bnr-new .bnr_bg::before {
        left: 84px;
    }
        .chi_bnr-new .chi_bnr-inr {
        grid-template-columns: 80% 50%;
    }
    section.chi_bnr-new .chi_grd-colm.lt-sd {
    transform: translate(-30px, 0px) scale(.8);
}
section.chi_bnr-new .chi_grd-colm.rt-sd{
    transform: translate(-100px, 0px) scale(1.1);
}
.chi_ages-new .ages_box .ages_bio p{
    min-height: auto;
}
    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;
}
    section.chi_faqs-new, section.chi_trt-glry, section.chi_insu-new, section.chi_care-new, .chi_locs, section.chi_dctrs, .chi_ages-new, section.chi_schedule-new, section.chi_jrny, .chi_intro-new {
        padding: 30px 0 !important;
    }
        section.chi_intro-new:before {
        width: 100%;
        height: 100px;
    }
    .chi_trtmnt-new {
        padding: 0 0 30px 0 !important;
    }
        section.blgSec {
        padding: 0px 0 30px 0 !important;
    }
    #oe_chicago-new .row {
        padding: 0 5px;
    }
    #oe_chicago-new section.chi_bnr-new .row {
        padding: 0 !important;
    }
    section.chi_jrny .txt_block.dark ul li:before {
    width: 15px;
    height: 15px;
}
    section.chi_jrny .txt_block.dark ul li {
        padding-left: 24px;
        font-size: 15px;
    }
        section.chi_dctrs .chi_dctrs-inr {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }
        section.blgSec a.blog_cta, #oe_chicago-new a.chi_btn {
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    #oe_chicago-new div#gform_wrapper_57 input#gform_submit_button_57 {
    padding: 12px 20px !important;
    font-size: 14px;
    line-height: 20px;
}
}
@media (max-width: 480px) {
    section.chi_bnr-new .chi_grd-colm.lt-sd {
        transform: translate(-40px, 0px) scale(.75);
    }
        section.chi_bnr-new .chi_grd-colm.rt-sd {
        transform: translate(-100px, 0px) scale(1.12);
    }
        .chi_bnr-new .chi_bnr-inr:after {
        width: 305px;
        height: 350px;
        right: -80px;
    }
    section.chi_faqs-new .faq_item .faq_title p::after {
    font-size: 30px;
    width: 30px;
    height: 30px;
}
    section.chi_faqs-new .faq_title p {
        padding: 10px 50px 10px 15px;
        font-size: 15px;
    }
        .chi_ages-new .chi_ages-inr .ages_box {
        padding: 10px 20px;
    }
section.blgSec .blog_content p.p-txt {
    min-height: auto;
}
    .chi_intro-new .chi_intro-inr .intro_img-box {
        width: 60%;
    }
        section.chi_cta-new {
        padding: 30px 0 !important;
    }
        section.chi_cta-new .chi_btns.center {
        margin-top: 0px;
    }
    #oe_chicago-new section.chi_trt-glry .chi_btns {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
}
    section.blgSec .blgSec-grid {
/*        gap: 20px;*/
        padding: 10px 0 0 0;
    }
}
@media (max-width: 450px) {

    div#loc_insrnc-list ul.insrnc-lst li::before {
    width: 24px;
    height: 24px;
    top: 0px;
}
div#loc_insrnc-list ul.insrnc-lst li{
        padding-left: 30px;
}
div#loc_insrnc-list ul.insrnc-lst {
    gap: 10px;
}
        .txt_block h1 {
        font-size: 11px;
        line-height: 13px;
    }
    .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 27px !important;
        line-height: 30px !important;
    }
        .chi_bnr-new .txt_block p {
        font-size: 13px;
    }
        .chi_bnr-new .rtng-txt p {
        font-size: 11px;
    }
    #oe_chicago-new .chi_bnr-new a.chi_btn {
        padding: 10px;
        font-size: 12px;
        line-height: 14px;
    }
        .chi_bnr-new .chi_bnr-inr {
        grid-template-columns: 82% 50%;
    }
        section.chi_bnr-new .chi_grd-colm.rt-sd {
        transform: translate(-100px, 0px) scale(1.18);
    }
        section.chi_bnr-new .chi_grd-colm.lt-sd {
        transform: translate(-48px, 0px) scale(.7);
    }
        .chi_bnr-new .bnr_bg::before {
        left: 100px;
    }
    section.chi_care-new .care_box .care_box-inr h3 {
    font-size: 16px;
    line-height: 20px;
}
    section.chi_insu-new .chi_insu-inr {
        padding: 15px 0;
    }
        .chi_locs .chi_locs-inr button.loc_acrdn_btn {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 20px 10px 20px;
    }
        section.chi_dctrs .dctrs-img {
        width: 40%;
    }
        .chi_trtmnt-new .chi_grd-colm {
        width: 95% !important;
    }
    section.chi_care-new .care_media {
    width: 64px;
    height: 50px;
}
}
@media (max-width: 419px) {
    .chi_bnr-new .chi_bnr-inr {
        grid-template-columns: 87% 50%;
    }
        section.chi_bnr-new .chi_grd-colm.lt-sd {
        transform: translate(-57px, 0px) scale(.65);
    }
        section.chi_bnr-new .chi_grd-colm.rt-sd {
        transform: translate(-108px, 0px) scale(1.26);
    }
        section.chi_dctrs .dctrs_bio h3 {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 389px) {
    div#loc_insrnc-list ul.insrnc-lst li,
    div#loc_insrnc-list ul.insrnc-lst li a{
        font-size: 14px;
    }
    .chi_bnr-new .chi_bnr-inr {
        grid-template-columns: 95% 50%;
    }
    .chi_bnr-new .bnr_bg::before {
        left: 115px;
    }
        section.chi_bnr-new .chi_grd-colm.lt-sd {
        transform: translate(-65px, 0px) scale(.6);
    }
        section.chi_bnr-new .chi_grd-colm.rt-sd {
        transform: translate(-118px, 0px) scale(1.36);
    }
        .chi_intro-new .chi_intro-inr .intro_img-box {
        width: 64%;
    }
    #oe_chicago-new .txt_block h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
        #oe_chicago-new div#gform_wrapper_57 input[type=email], #oe_chicago-new div#gform_wrapper_57 input[type=tel], #oe_chicago-new div#gform_wrapper_57 input[type=text], #oe_chicago-new div#gform_wrapper_57 textarea {
        font-size: 14px;
        height: 46px;
    }
        #oe_chicago-new div#gform_fields_57 {
        grid-row-gap: 12px;
    }
        #oe_chicago-new div#gform_wrapper_57 textarea {
        height: 140px !important;
    }
    #oe_chicago-new .gform-footer.gform_footer.top_label {
    padding-bottom: 0;
}
    section.chi_dctrs .dctrs-img {
        width: 45%;
    }
        section.chi_care-new .care_box .care_box-inr {
        gap: 10px;
    }
}
@media (max-width: 359px) {
    .after-text {
    right: 12%;
}
.before-text {
    left: 12%;
}
    .chi_bnr-new .chi_bnr-inr {
        grid-template-columns: 100% 50%;
    }
        section.chi_bnr-new .chi_grd-colm.lt-sd {
        transform: translate(-79px, 0px) scale(.5);
    }
        section.chi_bnr-new .chi_grd-colm.rt-sd {
        transform: translate(-128px, 0px) scale(1.46);
    }
    #oe_chicago-new .txt_block h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
}
@media(max-width: 339px){
        section.chi_bnr-new .chi_grd-colm.lt-sd {
        transform: translate(-60px, 0px) scale(.5);
    }
        .txt_block h1 {
        font-size: 10px;
        line-height: 14px;
    }
    .chi_bnr-new .chi_bnr-inr .txt_block h2 {
        font-size: 25px !important;
        line-height: 28px !important;
    }
        .chi_bnr-new .txt_block p {
        font-size: 8px;
        line-height: 10px;
    }
        #oe_chicago-new .chi_bnr-new a.chi_btn {
        padding: 10px;
        font-size: 10px;
        line-height: 12px;
    }
        section.chi_bnr-new .chi_grd-colm.lt-sd {
        transform: translate(-60px, 0px) scale(.5);
    }
}