/* == Constant == */
body *{
    box-sizing: border-box;
}
body {
    margin:0;
}
html{
    scroll-behavior:smooth;
}
#oe_states {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
#oe_states, #oe_states * {
    font-family: 'caros';
}
#oe_states .container {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
#oe_states .row {
    padding: 0 10px;
}
#oe_states .span_12 {
    width: 100%;
}
#oe_states .span_9 {
    width: 75%;
}
#oe_states .span_8 {
    width: 66.66%;
}
#oe_states .span_7 {
    width: 58.33%;
}
#oe_states .span_6 {
    width: 50%;
}
#oe_states .span_5 {
    width: 41.66%;
}
#oe_states .span_4 {
    width: 33.33%;
}
#oe_states .span_3 {
    width: 25%;
}
#oe_states .span_2-5 {
    width: 20%;
}
#oe_states a {
    text-decoration: none;
}
#oe_states img {
    margin: 0;
    vertical-align: middle;
}
#oe_states .stats_btns {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: center;
}
#oe_states .stats_btns.center {
    justify-content: center;
}
#oe_states a.stats_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;
    width: fit-content;
}
#oe_states a.stats_btn:hover {
    transform: scale(1.05) translate(0, -5px);
}
#oe_states a.stats_btn.yellow {
    background-color: #fcda00;
    border: 1px solid #fcda00;
    color: #273a88;
}
#oe_states a.stats_btn.yellow:hover {
    background-color: transparent;
    border-color: #273a88;
    color: #273a88;
}
#oe_states a.stats_btn.white {
    background-color: #fff;
    border-color: #273a88;
    color: #273a88;
}
#oe_states a.stats_btn.white:hover {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
}
#oe_states a.stats_btn.lblue {
    background-color: #4DC2ED;
    border-color: #4DC2ED;
    color: #fff;
    padding: 12px 15px;
}
#oe_states a.stats_btn.lblue:hover {
    background-color: #273A88;
    border-color: #273A88;
}
#oe_states .txt_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 5px;
}
#oe_states .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;
    text-align: center;
}
.txt_block h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
}
.txt_block.dark h2 span {
    color: #4DC2ED;
}
.txt_block.light h2 span {
    color: #4DC2ED;
}
.txt_block p {
    padding: 0;
    margin: 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;
}
.txt_block ul{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}

/*== Banner ==*/
.stats_bnr-new {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.stats_bnr-new .txt_block{
    justify-content:center;
    align-items:center;
}
.stats_bnr-new .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.stats_bnr-new .bnr_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.stats_bnr-new .bnr_bg::after {
    background: linear-gradient(135deg, #0b1a3a 0%, #0f2454 0%, #132e6e 40%);
    z-index: 1;
    opacity: 0.7
}
.stats_bnr-new .bnr_video{
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.stats_bnr-new .bnr_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stats_bnr-new .stats_bnr-inr {
    width: 100%;
    position: relative;
    z-index: 5;
    display:flex;
    justify-content:center;
    align-items: center;
    min-height: 650px;
    padding:50px 0;
}
.stats_bnr-new .stats_bnr-inr .txt_block p{
    text-align:center;
}
.stats_bnr-new .stats_bnr-inr .txt_block h2 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
}
.stats_bnr-new .stats_bnr-inr .txt_block h2 span {
    color: #4DC2ED;
}
.stats_bnr-new .stats_bnr-inr .stats_btns {
    padding-top: 12px;
}
#oe_states .stats_bnr-inr  a.stats_btn.yellow:hover {
    border-color: #fcda00;
    color: #fcda00;
}
.stats_bnr-new .stats_bnr-inr .bnr_video-box {
    width: 580px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
}
.stats_bnr-new .stats_bnr-inr video {
    width: 100%;
    border-radius: 10px;
}
.stats_bnr-new .ply-vdeo {
    width: 50px;
    height: 50px;
    background: #FFFFFFA6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.stats_bnr-new .ply-vdeo:hover{
    background:#4dc2ed;
}
.stats_bnr-new .ply-vdeo:hover i{
    color:#fff;
}
.stats_bnr-new .ply-vdeo i {
    color: #273A88;
    font-size: 19px;
    font-family: 'FontAwesome' !important;
}
.stats_bnr-new .video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    transform: scale(0);
}
.stats_bnr-new .video-popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.stats_bnr-new .video-box {
    position: relative;
    width: 80%;
    max-width: 800px;

    transform: scale(0.7);
    transition: all 0.3s ease;
}
.stats_bnr-new .video-popup.active .video-box {
    transform: scale(1);
}
.stats_bnr-new .video-box video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.stats_bnr-new .close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    line-height: normal;
    color: #fff;
    cursor: pointer;
    background: #273A88;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.stats_bnr-new .close-btn:hover{
    background: #4DC2ED;
}

/* location */
.stats_locs-inr .txt_block {
    gap:25px !important;
    padding:10px 15px !important;
}
.stats_locs-inr .loc_box:hover .txt_block ul li a{
    color:#fff !important;
}
.stats_locs-inr .loc_box .txt_block ul li a:hover{
    color:#fcd900 !important;
}
.loc-bottom{
    padding-top:50px;
}
.stats_locs {
    width: 100%;
    overflow: hidden;
    padding: 50px 0px;
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
}
.stats_locs-inr .stats_grd-colm {
    width: 30%;
}
.stats_locs .stats_locs-inr {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding-top: 20px;
}
.stats_locs-inr .loc_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.stats_locs-inr .loc_box, .stats_locs-inr .loc_box * {
    transition: all .3s ease-in-out;
}
.stats_locs-inr .loc_box .loc_box-inr {
    background: #2962a3;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.loc_box-inr:after{
    content:'';
    background:url('https://www.orthodonticexprts.com/wp-content/uploads/2026/04/symbol-img-21.png');
    width:99px;
    height:83px;
    position:absolute;
    right:0;
    bottom:0;
    transition:all 0.3s ease-in-out;
}
.stats_locs-inr .loc_box:hover .loc_box-inr:after{
    transform:scale(1.05);
}
.loc_box-inr .loc_media {
    width: 100%;
    overflow: hidden;
}
.loc_box-inr .loc_media img {
    width: 100%;
}
.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: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.loc_box-inr .txt_block h3{
    margin:0;
    font-size:22px;
    font-weight:600;
    line-height:30px;
    color:#fff;
}
.loc_box-inr .txt_block ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #FCD900;
    position: relative;
    display: block;
    padding-left: 25px;
}
.stats_locs-inr .loc_box:hover  a.stats_btn.lblue{
    background: #273A88 !important;
    border-color: #273A88 !important;
}
.stats_locs-inr .loc_box:hover  a.stats_btn.lblue:hover{
    background:#fff !important;
    border-color:#fff !important;
    color:#273A88 !important; 
}
.loc_box-inr .txt_block ul li{
    list-style-type: none;
    width: fit-content;
}
.loc_box-inr .txt_block ul li a::before {
    content: '';
    font-family: 'FontAwesome';
    display: inline-block;
    transition: all .3s ease-in-out;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
}
.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';
}
.stats_locs-inr a.stats_btn {
    min-width: 125px;
}
.stats_locs-inr .loc_box:hover .loc_box-inr {
    transform: translate(0px, -5px);
}
.stats_locs-inr .loc_box:hover .txt_block h3 {
    color: #FCD900;
}
.stats_locs-inr .loc_box:hover .txt_block p {
    color: #fff;
}
.stats_locs-inr .loc_box:hover .txt_block ul li a::before {
    color: #FCD900;
}
.stats_locs-inr .loc_box:hover a.stats_btn.lblue {
    background: #273A88;
    border-color: #273A88;
}
.stats_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);
}
.stats_locs-inr a.stats_btn.lblue:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #273A88;
}
.stats_locs button.loc_acrdn_btn {
    display: none;
}

/*FAQs CSS*/
section.stats_faqs-new:before {
    content: '';
    width: 515px;
    height: 503px;
    background: rgb(77 194 237 / 5%);
    position: absolute;
    top: 0;
    border-bottom-right-radius: 300px;
    left: -197px;
    z-index: -1;
}
.stats_faqs-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0603/2546/2115/files/bg-img-bookeh.webp);
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: center center;
}
.stats_faqs-new .stats_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;
}
.stats_faqs-new .faq_item {
    border-radius: 5px;
    width: 49%;
    overflow: hidden;
    border: 1px solid #4dc2ed;
    transition: all .3s 
ease-in-out;
background: #fff;
}
.stats_faqs-new .faq_item .faq_title{
    width: 100%;
    overflow: hidden;
}
.stats_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;
}
.stats_faqs-new .faq_body {
    padding: 12px 55px 12px 15px;
    display: none;
}
.stats_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;
}
.stats_faqs-new .faq_body p:last-child {
    padding-bottom: 0px;
}
.stats_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%);
}
.stats_faqs-new .faq_item .faq_title p:hover::after, .stats_faqs-new .faq_item.active .faq_title p::after {
    transform: translateY(-50%) rotate(180deg);
    content: '-';
    background-color: #253782;
    color: #fff;
}
.stats_faqs-new .faq_item.active p {
    border-color: #4dc2ed;
}
.stats_faqs-new:before {
    content: '';
    width: 515px;
    height: 503px;
    background: #4DC2ED1F;
    position: absolute;
    top: 0;
    border-bottom-right-radius: 300px;
    left: -197px;
    z-index: -1;
}

/*== Insurance CSS ==*/
.insu-bottom{
    padding-bottom:20px;
}
.stats_insu-new .stats_btns.center {
    display: flex;
    justify-content: center;
}
section.stats_insu-new .txt_block {
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.stats_insu-new a.stats_btn::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 13px;
    transition: all .3s ease-in-out;
    margin-left: 10px;
    display: inline-block;
}
section.stats_insu-new a.stats_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;
    padding: 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.stats_insu-new {
    padding: 60px 0;
    position: relative;
    background: #E5F3F899;
}
section.stats_insu-new .stats_insu-inr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 20px 0;
}
section.stats_insu-new .insu_img-box img {
    transition: all .3s ease-in-out;
}
section.stats_insu-new .insu_img-box img:hover {
    transform: translate(0px, -2px);
}
section.stats_insu-new .stats_insu-colm {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    padding-right: .2%;
    padding-left: .2%;
    margin-bottom: 10px;
    margin-top: 10px;
}
section.stats_insu-new .insu_img-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
section.stats_insu-new .insu_img-box img {
    background: #fff;
     border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

/*== Schedule ==*/
section.stats_schedule-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0px;
}
.stats_schedule-new p {
    width:60%;
}
.stats_schedule-new .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.stats_schedule-new .bnr_bg::before, .stats_schedule-new .bnr_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.stats_schedule-new .bnr_bg::before {
    background-image: url(https://www.orthodonticexprts.com/wp-content/uploads/2026/01/no-cost-banner-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
}
.stats_schedule-new .bnr_bg::after {
    background: #144a92;
    z-index: 2;
    opacity: .9;
}
.stats_schedule-new .row {
    z-index: 4;
    position: relative;
}
.stats_schedule-new p,
.stats_schedule-new h2 {
    color: #fff !important;
}
.stats_schedule-new .stats_schdl-inr {
    padding-top: 40px;
    width: 85%;
    margin: 0 auto;
}
#oe_states div#gform_wrapper_70 input[type=email],
#oe_states div#gform_wrapper_70 input[type=tel],
#oe_states div#gform_wrapper_70 input[type=text],
#oe_states div#gform_wrapper_70 textarea{
    padding: 18px !important;
    background: 0 0;
    border: 1px solid #4DC2ED;
    font-family: caros;
    font-size: 16px;
    font-weight: 300;
    border-radius: 10px;
    color: #7A7A7A;
    height: 60px;
    background: #fff;
}
#oe_states div#gform_wrapper_70 textarea {
    height: 180px !important
}
#oe_states div#gform_wrapper_70 .termsNote {
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    font-family: caros;
    font-weight: 400;
    color: #fff;
}
#oe_states div#gform_wrapper_70 input#gform_submit_button_70 {
    padding: 12px 27px !important;
    background: #FCD900;
    font-size: 14px;
    line-height: 25px;
    font-family: caros;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 5px !important;
    color: #273A88;
    transition: .3s ease-in-out;
    margin: 0 auto;
}
#oe_states div#gform_wrapper_70 input#gform_submit_button_70:hover {
    opacity: 1;
    box-shadow: none !important
}
#oe_states div#gform_wrapper_70 input#choice_70_9_0 {
    vertical-align: top;
    margin-top: 2px
}
#oe_states div#gform_wrapper_70 div#validation_message_70_9 {
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
}
#oe_states div#gform_wrapper_70 .gfield_error [aria-invalid=true] {
    border: 1px solid #C02B0A;
}
#oe_states .gform_heading,
#oe_states div#gform_wrapper_70 .gfield_description.instruction.validation_message,
/* #oe_states div#gform_wrapper_70 div#validation_message_70_10, */
/* #oe_states div#gform_wrapper_70 div#validation_message_70_3, */
/* #oe_states div#gform_wrapper_70 div#validation_message_70_2, */
/* #oe_states div#gform_wrapper_70 div#validation_message_70_1, */
#oe_states div#gform_wrapper_70 div#gform_70_validation_container {
    display: none;
}
#oe_states .validation_message{
    padding:5px;
    font-size:11px;
    line-height:15px;
    text-align:center;
}
#oe_states div#gform_fields_70 {
    grid-template-columns: repeat(24, 1fr) !important;
}
#oe_states div#gform_fields_70 fieldset#field_70_9 {grid-column: 1 / -1;}
#oe_states #gform_ajax_spinner_70 {
    margin-top: -5px !important;
    margin-left: 570px !important;
    position: absolute !important;
}

/*== Description ==*/
.stats_intro-new {
    width: 100%;
    overflow: hidden;
    padding: 0px 0 80px 0;
}
.stats_intro-new .txt_block ul{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 0;
}
.stats_intro-new .txt_block ul li{
    list-style-type:none;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-left: 35px;
    color: #273A88;
    font-weight: 600;
}
.stats_intro-new .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;
    position: absolute;
    left: 0;
}
.stats_intro-new .txt_block ul li a{
    color:#4dc2ed;
}
.stats_intro-new .txt_block ul li a:hover{
    color:#273d88;
}
.stats_intro-new .stats_intro-inr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
    background: #EDFAFF;
    padding: 30px;
    border-radius: 30px
}
.stats_intro-new .stats_intro-inr .intro_img-box {
    width: 550px;
    height: 396px;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #273a88;
    box-shadow: -10px 10px 0px #4DC2ED;
    margin: 0 auto;
}
.stats_intro-new .stats_intro-inr .intro_img-box img {
    width: 100%;
    transition: all .3s ease-in-out;
}
.stats_intro-new .stats_intro-inr .intro_img-box:hover img {
    transform: translate(5px, 0px) scale(1.05);
}
.stats_intro-new .stats_intro-inr .lt-sd {
    position: relative;
}
.stats_intro-new .stats_intro-inr .rt-sd {
    position: relative;
}
.stats_intro-new .stats_intro-inr  .txt_block {
    position: relative;
    z-index: 3;
}
section.stats_intro-new{
    position: relative;
}
section.stats_intro-new li a {
    transition: all .3s ease-in-out;
}
/*==-->> Treatment Options CSS <<--==*/
section.trtmntSec {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0px;
}
section.trtmntSec .bnr_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.trtmntSec .bnr_bg::before, .bnr_bg::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
section.trtmntSec .bnr_bg::after {
    background: #4DC2ED1A;
    z-index: 2;
}
section.trtmntSec .row{
    position: relative;
    z-index: 4;
}
section.trtmntSec .stats_center-block {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}
section.trtmntSec .stats_trt-inr {
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: center;
    text-align: center;
    box-shadow: 0px 5px 10px 0px #4DC2ED47;
    border-radius: 20px;
    background: #fff;
}
section.trtmntSec .stats_trt-colm .insu_img-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}
section.trtmntSec .stats_trt-colm .insu_img-box img{
    border-radius: 15px;
}
section.trtmntSec .stats_trt-colm .txt_block {
    background: #0D5698;
    width: 80% !important;
    margin: -30px auto 0px auto;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
    padding: 0 !important;
    height: 60px;
    justify-content: center;
}
section.trtmntSec .stats_trt-colm .txt_block h3{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
section.trtmntSec .stats_trt-colm,
section.trtmntSec .stats_trt-colm *{
    transition: all .3s ease-in-out;
}
section.trtmntSec .stats_trt-colm:hover .insu_img-box{
    transform: translate(0px, -6px);
}
section.trtmntSec .stats_trt-colm:hover .txt_block{
    transform: scale(1.05);
    box-shadow: 0px 2px 2px 0px #00000040;
}
/*==-->> Doctor Details CSS <<--==*/
section.drSec {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0px;
}
#oe_states section.drSec .colInr .txt_block {
    gap: 0;
}
.drSec .slick-arrow {
    background: #273A88 !important;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #273A88;
    box-shadow: none;
    color: #ffffff;
}
.drSec .slick-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
    color: #fff;
    opacity: 1;
    font-size: 15px;
}
.drSec .slick-next:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #fff;
    opacity: 1;
    font-size: 15px;
}
.drSec .slick-arrow:hover{
    background:#4dc2ed !important;
    border-color:#4dc2ed !important;
}
.drSec .slick-prev{
    left:-40px;
}
.drSec .slick-next{
    right:-40px;
}
section.drSec .stats_center-block {
    width: 75%;
    margin: 0 auto;
}
section.drSec .stats_drGrd {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
}
section.drSec .stats_dr-colm {
    width: 300px;
    padding: 20px;
    border: 1.5px solid #4DC2ED;
    border-radius: 10px;
    margin: 10px;
}
section.drSec .stats_dr-colm .colInr {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.drSec .insu_img-box {
    width: 100%;
    /*height: 215px;*/
    overflow: hidden;
    border-radius: 10px;
}
section.drSec .insu_img-box img{
    object-fit: cover;
}
section.drSec h4,
section.drSec h3 {
    margin: 0;
}
section.drSec .stats_dr-colm,
section.drSec .stats_dr-colm *{
    transition: all .3s ease-in-out;
}
section.drSec h3 a{
    font-size: 20px;
    font-weight: 600;
    color: #273A88;
}
section.drSec h4{
    color:#4DC2ED;
}
section.drSec .stats_dr-colm:hover{
    background: #4DC2ED;
}
section.drSec .stats_dr-colm:hover img{
    transform: translate(0px, 1px) scale(1.03);
}
section.drSec .stats_dr-colm:hover h3 a,
section.drSec .stats_dr-colm:hover h4{
    color: #fff;
}
section.drSec .stats_dr-colm:hover h3 a:hover{
    color: #273A88;
}
section.drSec ul.slick-dots{
    display: none !important;
}

@media(max-width: 1366px){
    .txt_block h2{
        font-size: 40px;
        line-height: 50px;
    }
    .stats_bnr-new .stats_bnr-inr .txt_block h2 {
    font-size: 50px;
    line-height: 60px;
}
}
@media(max-width: 1336px){
	.stats_bnr-new .stats_bnr-inr{
		min-height: 710px;
	}
}
@media (max-width: 1280px) {
    .stats_schedule-new p {
    width: 70%;
}
    .stats_schedule-new .stats_schdl-inr {
    width: 80%;
}
    .txt_block h2{
        font-size: 37px;
        line-height: 47px;
    }
	.stats_bnr-new .stats_bnr-inr {
        min-height: 685px;
    }
        .stats_bnr-new .stats_bnr-inr .txt_block h2 {
        font-size: 48px;
        line-height: 58px;
    }
}
@media (max-width: 1180px){
    .stats_intro-new .stats_intro-inr .intro_img-box {
    width: 450px;
    height: 335px;
}
    .txt_block h2{
        font-size: 35px;
        line-height: 45px;
    }
}
@media (max-width: 1150px) {
	.stats_bnr-new .stats_bnr-inr {
        min-height: 615px;
    }
    .stats_bnr-new .stats_bnr-inr .txt_block h2 {
        font-size: 46px;
        line-height: 56px;
    }
}
@media (max-width: 1100px) {
    .stats_schedule-new .stats_schdl-inr {
        width: 90%;
    }
    .txt_block h2{
        font-size: 34px;
        line-height: 44px;
    }
	.stats_bnr-new .stats_bnr-inr {
        min-height: 590px;
    }
    .stats_bnr-new .stats_bnr-inr .txt_block h2 {
        font-size: 44px;
        line-height: 54px;
    }
    .stats_locs,
    .stats_faqs-new,
    .stats_insu-new{
        padding: 30px 0px;
    }
}
@media(max-width: 1024px){
    section.drSec .stats_center-block{
        width: 100%;
    }
    section.drSec h3 a{
        font-size: 18px;
    }
    #oe_states .txt_block{
        gap:8px;
    }
    .stats_intro-new .stats_intro-inr .intro_img-box {
    width: 400px;
    height: 300px;
}
    .txt_block h2{
        font-size: 32px;
        line-height: 42px;
    }
    .stats_faqs-new:before {
    width: 465px;
    height: 463px;
}
.stats_faqs-new:after {
    width: 525px;
    height: 585px;
}
	.stats_bnr-new .stats_bnr-inr {
        min-height: 550px;
    }
    .txt_block h1 {
    font-size: 15px;
}
    .stats_bnr-new .stats_bnr-inr .txt_block h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .stats_schedule-new p {
        width: 100%;
    }
}
@media (max-width: 999px){
    .stats_intro-new .stats_intro-inr {
    gap: 25px;
}
    .stats_schedule-new .stats_schdl-inr {
        width: 95%;
    }
    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%;
    }
    .txt_block h2{
        font-size: 30px;
        line-height: 40px;
    }
    .stats_faqs-new:after {
        width: 455px;
        height: 455px;
        bottom: -55px;
    }
}
@media (max-width: 950px) {
    .stats_intro-new .stats_intro-inr .intro_img-box {
        width: 400px;
        height: 280px;
    }
    .stats_faqs-new:after {
        width: 415px;
        height: 415px;
        bottom: -45px;
    }
	    .stats_bnr-new .stats_bnr-inr {
        min-height: 490px;
        padding: 10px 0;
    }
    .txt_block h1{
        padding: 6px 15px;
    }
    .stats_bnr-new .stats_bnr-inr .txt_block h2 {
        font-size: 37px;
        line-height: 47px;
    }
}
@media(max-width: 900px){
    .stats_locs .stats_locs-inr{
        gap: 15px;
    }
}
@media(max-width: 890px){
    .stats_bnr-new .stats_bnr-inr .bnr_video-box {
        width: 400px;
    }
}
@media(max-width: 850px){
    section.stats_schedule-new {
    padding: 40px 0 !important;
}

    .stats_intro-new{
        padding: 0 0 40px 0;
    }
.stats_intro-new .stats_intro-inr {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 20px;
}
.stats_intro-new .stats_intro-inr .intro_img-box:hover img {
    transform: translate(0px, 5px) scale(1.05);
}
.stats_intro-new .stats_intro-inr .intro_img-box {
    width: 60%;
    height: 250px;
    margin: 0 auto;
}
.stats_schedule-new .stats_schdl-inr {
        width: 100%;
        padding-top: 20px;
    }
    section.stats_insu-new{
        padding: 40px 0 !important;
    }
    section.stats_insu-new .stats_insu-inr {
        padding: 20px 0;
    }
    .stats_faqs-new,
    section.trtmntSec{
        padding: 40px 0 !important;
    }
    section.trtmntSec .stats_center-block {
    width: 100%;
}
    .stats_faqs-new:before {
        width: 355px;
        height: 353px;
        border-bottom-right-radius: 200px;
    }
        .stats_faqs-new:after {
        width: 355px;
        height: 355px;
        bottom: -45px;
    }
	.stats_bnr-new .stats_bnr-inr {
        min-height: 460px;
    }
    #oe_states a.stats_btn {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
}
.stats_bnr-new .txt_block {
    gap: 6px !important;
}
.stats_bnr-new .stats_bnr-inr .stats_btns {
    padding-top: 6px;
}
}
@media (max-width: 800px){
    section.drSec{
        padding: 40px 0;
    }
    section.trtmntSec .stats_trt-inr{
        grid-template-columns: repeat(2, 1fr);
    }
    .stats_faqs-new .stats_faqs-list {
    gap: 12px;
}
.stats_faqs-new .faq_title p {
    padding: 12px 50px 12px 15px;
}
    /*.stats_locs-inr .loc_box .loc_box-inr{
        padding:10px;
    }*/
	.stats_bnr-new .stats_bnr-inr {
        min-height: 435px;
    }
    .stats_locs-inr .stats_grd-colm {
    width: 48%;
}
}
@media (max-width: 750px) {
    #oe_states div#gform_wrapper_70 input[type=email], #oe_states div#gform_wrapper_70 input[type=tel], #oe_states div#gform_wrapper_70 input[type=text], #oe_states div#gform_wrapper_70 textarea {
    font-size: 15px;
    height: 50px;
}
#oe_states div#gform_wrapper_70 textarea {
    height: 160px !important;
}
        .stats_bnr-new .stats_bnr-inr .txt_block h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .stats_locs .stats_locs-inr {
        gap: 15px;
    }
    }
@media (max-width: 699px){
    #oe_states .row{
        padding: 0 5px;
    }
    .stats_intro-new .stats_intro-inr .intro_img-box {
        box-shadow: 8px 8px 0px #4DC2ED;
        height: 200px;
        width: 50%;
    }
    #oe_states div#gform_wrapper_70 input#gform_submit_button_70{
    margin: auto 0 0 0;
}
    section.stats_schedule-new .txt_block{
    align-items: flex-start !important;
    text-align: left !important;
}
    .txt_block h2{
        font-size: 28px;
        line-height: 38px;
    }
    .stats_faqs-new .faq_item {
    width: 100%;
}
.stats_faqs-new .stats_faqs-list {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}
.stats_faqs-new .faq_body {
    padding: 12px 50px 12px 15px;
}
    .loc_box-inr .txt_block h3 {
        font-size: 20px;
        line-height: 22px;
    }
    #chicago-locations .loc_box-inr {
        display: none;
    }
    .stats_locs-inr .stats_grd-colm {
        width: 100%;
        max-width: 480px;
}
    .stats_locs .loc_box.active button.loc_acrdn_btn{
        border-color: #4dc2ed;
        background: #4dc2ed;
        color: #fff;
    }
    .stats_locs .stats_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;
}
.stats_locs .stats_locs-inr{
    gap:10px;
}
.stats_locs .stats_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;
    transform: rotate(180deg);
}
.loc_box.active button.loc_acrdn_btn:after{
    transform:rotate(0deg)
}
.stats_locs-inr .loc_box, .stats_locs-inr .loc_box * {
    transition: none;
}
    .stats_locs-inr .loc_box {
    gap: 20px;
}
.stats_locs-inr .loc_box .loc_box-inr{
    display: none;
}
    .stats_locs-inr .loc_box .loc_box-inr {
        width: 90%;
        margin: 0 auto;
    }
	.stats_bnr-new .stats_bnr-inr {
        min-height: 375px;
    }
#oe_states .stats_bnr-new a.stats_btn{
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}
}
@media (max-width: 600px){
    section.trtmntSec .stats_trt-inr {
        grid-template-columns: repeat(1, 1fr);
    }
    div#loc_insrnc-list {
        padding: 20px;
    }
    div#loc_insrnc-list ul.insrnc-lst li {
        width: 100%;
    }
}
@media (max-width: 599px){
	.stats_bnr-new .stats_bnr-inr {
        min-height: 325px;
    }
    .txt_block h1 {
        font-size: 12px;
        line-height: 14px;
    }
        .stats_bnr-new .txt_block p {
        font-size: 14px;
    }
    #oe_states .stats_bnr-new a.stats_btn {
        padding: 1px;
        font-size: 13px;
        line-height: 15px;
    }
}
@media (max-width: 499px){
    #oe_states div#gform_wrapper_70 input#gform_submit_button_70 {
    padding: 12px 20px !important;
    font-size: 14px;
    line-height: 20px;
}
    section.stats_schedule-new{
        padding: 30px 0 !important;
    }
    .stats_intro-new{
        padding: 0 0 30px 0 !important;
    }
    .txt_block p, .txt_block p a, .txt_block li, .txt_block a, .stats_bnr-new .txt_block p{
        font-size: 15px;
    }
    .txt_block h2{
        font-size: 26px;
        line-height: 36px;
    }
    .stats_bnr-new .stats_bnr-inr .txt_block h2{
        font-size: 26px;
        line-height: 36px;
    }
    .stats_faqs-new,
    .stats_insu-new{
        padding: 30px 0 !important;
     }
}
@media (max-width: 480px) {
    section.drSec{
        padding: 30px 0;
    }
    section.drSec .stats_drGrd {
    padding: 20px 0;
}
    .stats_intro-new .stats_intro-inr {
        padding: 15px 10px;
    }
    section.trtmntSec .stats_trt-colm .txt_block{
        width: 70% !important;
    }
        .stats_intro-new .stats_intro-inr .intro_img-box {
        box-shadow: 4px 4px 0px #4DC2ED;
    }
    section.trtmntSec .stats_trt-inr {
    gap: 20px;
}
    section.trtmntSec .stats_trt-inr {
    padding: 20px;
}
    .stats_intro-new .txt_block ul{
        gap:10px;
    }
    .stats_intro-new .txt_block ul li{
        padding-left: 22px;
    }
    section.stats_faqs-new:before {
    width: 315px;
    height: 303px;
    border-bottom-right-radius: 100px;
    left: -110px;
}
    .stats_faqs-new .faq_body {
        padding: 10px 10px 10px 10px;
    }
    .stats_intro-new .txt_block ul li:before{
        font-size: 16px;
        top: 1px;
    }
    .stats_intro-new .stats_intro-inr .intro_img-box {
        width: 60%;
        height: 180px;
    }
    .stats_faqs-new .faq_item .faq_title p::after {
    font-size: 30px;
    width: 30px;
    height: 30px;
}
    .stats_faqs-new .faq_title p {
        padding: 10px 50px 10px 15px;
        font-size: 15px;
    }
	.stats_bnr-new .stats_bnr-inr {
        min-height: 245px;
    }
    .stats_bnr-new {
        padding: 10px 0;
    }
    #oe_states .stats_bnr-new a.stats_btn {
        padding: 12px;
        font-size: 12px;
        line-height: 14px;
    }
        .stats_faqs-new, section.trtmntSec {
        padding: 30px 0 !important;
    }
    }
    @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;
    }
    section.stats_insu-new .stats_insu-inr {
        padding: 15px 0;
    }
        .stats_locs .stats_locs-inr button.loc_acrdn_btn {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 20px 10px 20px;
    }
        .txt_block h1 {
        font-size: 11px;
        line-height: 13px;
    }
    }
    @media (max-width: 419px) {
        section.stats_dctrs .dctrs_bio h3 {
        font-size: 16px;
        line-height: 26px;
    }
        .stats_locs-inr .loc_box .loc_box-inr {
        width: 95%;
        margin: 0 auto;
    }
    .stats_locs-inr .txt_block {
    gap: 15px !important;
    padding: 15px 15px !important;
}
.stats_bnr-new .ply-vdeo {
    width: 40px;
    height: 40px;
}
.stats_bnr-new .ply-vdeo i {
    font-size: 16px;
}
    section.trtmntSec .stats_trt-inr {
        padding: 12px;
    }
}
@media(max-width: 390px){
    .stats_bnr-new .stats_btns {
    flex-direction: column;
}
#oe_states .stats_bnr-new .stats_btns a.stats_btn{
    width: 100%;
}
    .drSec .slick-arrow{
        width: 35px;
        height: 35px;
    }
    .drSec .slick-prev {
        left: -20px;
    }
    .drSec .slick-next {
        right: -20px;
    }
    .stats_intro-new .stats_intro-inr .intro_img-box {
        width: 70%;
        height: 150px;
    }
    #oe_states div#gform_wrapper_70 input[type=email], #oe_states div#gform_wrapper_70 input[type=tel], #oe_states div#gform_wrapper_70 input[type=text], #oe_states div#gform_wrapper_70 textarea {
        font-size: 14px;
        height: 46px;
    }
    #oe_states div#gform_wrapper_70 textarea {
        height: 140px !important;
    }
    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;
    }
    .txt_block h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .stats_bnr-new .stats_bnr-inr .txt_block h2{
        font-size: 24px;
        line-height: 34px;
    }
}
@media(max-width: 339px){
    }
    @media (max-width: 300px) {
    	.stats_bnr-new .stats_bnr-inr {
        min-height: 225px;
    }
    .txt_block h1 {
        font-size: 10px;
        line-height: 12px;
    }
}
    @media (max-width: 290px) {
    .txt_block h1{
    	padding: 5px;
    }
}