/*Global CSS*/
div#ranker_oe-ortho , div#ranker_oe-ortho *
{
    box-sizing: border-box;
    font-family: caros !important;
}
div#ranker_oe-ortho, section#bnr_oe-ortho {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
div#ranker_oe-ortho .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
}
div#ranker_oe-ortho .row{
    padding: 0 10px;
}
div#ranker_oe-ortho .span_12 {
    width: 100%;
}
div#ranker_oe-ortho .span_9 {
    width: 75%;
}
div#ranker_oe-ortho .span_8 {
    width: 66.66%;
}
div#ranker_oe-ortho .span_7 {
    width: 58.33%;
}
div#ranker_oe-ortho .span_6 {
    width: 50%;
}
div#ranker_oe-ortho .span_5 {
    width: 41.66%;
}
div#ranker_oe-ortho .span_4 {
    width: 33.33%;
}
div#ranker_oe-ortho .span_3 {
    width: 25%;
}
div#ranker_oe-ortho .span_2-5 {
    width: 20%;
}
div#ranker_oe-ortho h2{
    font-size: 48px;
    line-height: 54px;
    font-weight: 800;
    margin: 0 !important;
    text-transform: capitalize;
}
div#ranker_oe-ortho h2 span{
    color: #4DC2ED;
}
div#ranker_oe-ortho p.p-txt {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
    font-weight: 300;
    margin: 0;
}
/*Banner CS*/
section.oe_ortho-bnr {
    width: 100%;
    overflow: hidden;
}
.oe_ortho-bnr-inr {
    width: 100%;
    overflow: hidden;
}
.oe_ortho-bnr-inr img {
    width: 100%;
    vertical-align: middle;
    margin: 0;
}
section#bnr_oe-ortho {
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2024/05/OurOrthoBanner.jpg);
    position: relative;
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
    background-position: 90%;
}
.orthdntstSec-top h1{
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    color: #273a88;
    margin: 0;
}
.orthdntstSec-top h1 span{
    color: #4DC2ED;
}
section#bnr_oe-ortho .bnr_oe-ortho-inr {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    min-height: 320px;
    padding: 20px 0;
}
/*section#bnr_oe-ortho .row {
    padding: 0;
}*/
/*Orthodontists CSS*/
section#orthdntst_oe-ortho h2{
    color: #273a88;
}
section#orthdntst_oe-ortho {
    padding: 80px 0;
    position: relative;
}
section#orthdntst_oe-ortho .orthdntstSec-top .cotnt-inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
section#orthdntst_oe-ortho .orthdntstSec-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 40px;
    row-gap: 30px;
}
section#orthdntst_oe-ortho .span_3.orthoCol *,
section#orthdntst_oe-ortho .span_3.orthoCol{
    transition: all .3s ease-in-out;
}
section#orthdntst_oe-ortho .span_3.orthoCol {
    padding-left: 1%;
    padding-right: 1%;
}
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr {
    min-height: 414px;
    border-radius: 30px;
    padding: 10px 10px 20px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
section#orthdntst_oe-ortho .colBg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
section#orthdntst_oe-ortho .colBg:after {
    width: 100%;
    height: 250px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #273a88, transparent);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
}
.orthdntstSec-grid .colBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section#orthdntst_oe-ortho .descrp {
    position: relative;
    z-index: 2;
}
section#orthdntst_oe-ortho .descrp h3{
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0px;
    transform: translate(0px, 30px);
    margin-top: 0;
}
section#orthdntst_oe-ortho .descrp h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #4DC2ED;
    transform: translate(0px, 50px);
    margin-top: 0;
    margin-bottom: 0px;
}
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr:hover .colBg{
    transform: scale(1.1);
    filter: grayscale(1);
}
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr:hover h4,
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr:hover h3{
    transform: translate(0px, 0px);
}
section#orthdntst_oe-ortho a.column-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}
/*Insurance CSS*/
section#insr_oe-ortho {
    padding: 60px 0;
    position: relative;
}
section#insr_oe-ortho .insrcSec-top {
    text-align: center;
}
section#insr_oe-ortho .insrcSec-top h2{
    color: #273a88;
}
section#insr_oe-ortho .insrcSec-btn {
    width: 600px;
    margin: 0 auto;
    padding-top: 15px;
}
section#insr_oe-ortho .insrcSec-btn .col_inr {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section#insr_oe-ortho .insrcSec-btn .col_inr a {
    color: #273a88;
    border: 1px solid #fcda00;
    border-radius: 5px;
    line-height: 20px;
    letter-spacing: .5px;
    padding: 15px 30px;
    background-color: #fcda00;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    transition: .3s ease-in-out;
}
section#insr_oe-ortho .insrcSec-btn .col_inr a:hover{
    background-color: transparent;
    color: #273a88;
    transform: scale(1.03) translate(0, -3px);
    border-color: #273a88;
}
section#insr_oe-ortho ul.insrcImgs {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* gap: 50px; */
    padding: 0;
    margin: 0;
}
section#insr_oe-ortho ul.insrcImgs li{
    display: flex;
    list-style-type: none;
    flex-direction: column;
    padding-right: .5%;
    padding-left: .5%;
}
/*section#insr_oe-ortho .container {
    max-width: 1500px;
}*/
section#insr_oe-ortho .insrcSec-mid {
    padding: 40px 0;
}
section#insr_oe-ortho ul.insrcImgs li img{
    transition: all .3s ease-in-out;
}
section#insr_oe-ortho ul.insrcImgs li img:hover{
    transform: translate(0px, -2px);
    cursor: pointer;
}
/*Dr. Newsletter CSS*/
section#nwsltr_oe-ortho div#nwsltr-inr {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section#nwsltr_oe-ortho .span_10.lt-sd .col-inr {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    padding: 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
section#nwsltr_oe-ortho input[type=text], section#nwsltr_oe-ortho input[type=email], section#nwsltr_oe-ortho select {
    padding: 14px;
    background: transparent;
    border: 1px solid #4dc2ed;
    font-family: 'caros';
    font-size: 16px;
    font-weight: 300;
    border-radius: 10px;
    color: #000;
}
section#nwsltr_oe-ortho input::placeholder{
    color: #000;
}
section#nwsltr_oe-ortho input[type=submit] {
    padding: 10px 20px !important;
    background: #FCD900;
    font-size: 14px;
    line-height: 25px;
    font-family: 'caros';
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 5px !important;
    color: #273a88;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    border: 1px solid #FCD900;
}
section#nwsltr_oe-ortho input[type=submit]:hover{
    background-color: transparent;
    color: #273a88 ;
    transform: scale(1.03) translate(0, -3px);
    border-color: #273a88;
    box-shadow: none !important;
}
section#nwsltr_oe-ortho .gform-footer.gform_footer.top_label {
    padding-bottom: 0;
}
section#nwsltr_oe-ortho div#gform_wrapper_50 #gform_ajax_spinner_50 {
	margin-top: -5px;
	margin-left: 540px;
	position: absolute;
}
section#nwsltr_oe-ortho div#gform_wrapper_50 .gfield_error [aria-invalid=true] {
    border: 1px solid #C02B0A;
}
div#validation_message_50_4,
div#validation_message_50_3,
div#gform_50_validation_container,
div#validation_message_50_1 {
    display: none;
}
/*end*/
/*Booking CSS*/
section#bkng_oe-ortho {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
div#bkngSec-inr {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    /* background: radial-gradient(114.87% 113.36% at 40.95% -10.45%, #fff 32.81%, #f8fdff 97.64%); */
    border-radius: 28px;
    border: 2px solid #4dc2ed;
    gap: 30px;
}
div#bkngSec-inr .rt-sd .col-inr {
    text-align: center;
}
div#bkngSec-inr .rt-sd .col-inr a {
        margin-bottom: 0;
    padding: 15px 60px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #273a88;
    text-decoration: none;
    background-color: #273a88;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 4px;
    display: inline-block;
    transition: .3s ease-in-out;
}
div#bkngSec-inr .rt-sd .col-inr a:after{
    content: '\f061';
    font-family: FontAwesome;
    padding-left: 10px;
    font-weight: 300;
    font-size: 15px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
div#bkngSec-inr .rt-sd .col-inr a:hover{
        background-color: transparent;
    color: #273a88;
    transform: scale(1.03);
}
div#bkngSec-inr .rt-sd .col-inr a:hover:after{
    transform: rotate(-45deg) scale(1.1) translate(5px, 5px);
}
div#bkngSec-inr h2{
    color: #273a88;
}
/*Media Querries*/
@media(max-width: 1249px){
    div#ranker_oe-ortho h2 {
    font-size: 46px;
    line-height: 54px;
}
div#ranker_oe-ortho .container {
    max-width: 1150px;
}
}
@media(max-width: 1149px){
    div#ranker_oe-ortho h2 {
    font-size: 40px;
    line-height: 50px;
}
div#ranker_oe-ortho .container {
    max-width: 1050px;
}
section#orthdntst_oe-ortho .descrp h3 {
    font-size: 20px;
    line-height: 30px;
}
}
@media(max-width: 1049px){
    .orthdntstSec-top h1 {
    font-size: 44px;
    line-height: 54px;
}
    div#ranker_oe-ortho h2 {
        font-size: 35px;
        line-height: 45px;
    }
        div#ranker_oe-ortho .container {
        max-width: 950px;
    }
    section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr {
    min-height: 300px;
    padding: 10px 10px 20px;
}
section#nwsltr_oe-ortho .span_1.rt-sd,
section#nwsltr_oe-ortho .span_1.lt-sd {
    display: none;
}
}
@media(max-width: 949px){
    .orthdntstSec-top h1 {
    font-size: 40px;
    line-height: 50px;
}
        div#ranker_oe-ortho h2 {
        font-size: 32px;
        line-height: 42px;
    }
        div#ranker_oe-ortho .container {
        max-width: 850px;
    }
    section#orthdntst_oe-ortho .span_3.orthoCol {
    width: 33.33%;
}
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr {
    min-height: 380px;
    padding: 10px 10px 20px;
}
div#bkngSec-inr .rt-sd .col-inr a {
        padding: 15px 40px;
        font-size: 14px;
        line-height: 24px;
}
}
@media(max-width: 849px){
        div#ranker_oe-ortho .container {
        max-width: 750px;
    }
    section#orthdntst_oe-ortho {
    padding: 40px 0;
    position: relative;
}
    div#ranker_oe-ortho h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr {
    min-height: 330px;
    padding: 10px 10px 20px;
}
section#insr_oe-ortho {
    padding: 30px 0;
    position: relative;
}
div#bkngSec-inr {
    padding: 30px 30px;
    gap: 30px;
    flex-direction: column;
}
}
@media (max-width: 749px) {
    div#ranker_oe-ortho .container {
        max-width: 650px;
    }
    section#orthdntst_oe-ortho .orthdntstSec-top .cotnt-inr {
    gap: 15px;
    max-width: 640px;
}
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr {
    min-height: 280px;
    padding: 10px 10px 20px;
}
    section#orthdntst_oe-ortho .descrp h3 {
        font-size: 17px !important;
        line-height: 27px !important;
    }
    section#orthdntst_oe-ortho .descrp h4 {
    font-size: 16px !important;
    line-height: 26px !important;
}
section#orthdntst_oe-ortho .orthdntstSec-grid {
    padding-top: 30px;
    row-gap: 15px;
}
section#bkng_oe-ortho .span_4.rt-sd,
section#bkng_oe-ortho .span_8.lt-sd {
    width: 100%;
    text-align: center;
}
section#bkng_oe-ortho {
    padding-bottom: 30px;
}
section#insr_oe-ortho .insrcSec-btn {
    width: auto;
    padding-top: 15px;
}
section#nwsltr_oe-ortho .span_10.lt-sd .col-inr {
    padding: 25px;
    gap: 20px;
}
}
@media(max-width: 649px){
    section#bnr_oe-ortho .bnr_oe-ortho-inr {
    min-height: 270px;
    padding: 20px 0;
}
.orthdntstSec-top h1 {
    font-size: 35px;
    line-height: 45px;
}
    div#ranker_oe-ortho h2 {
        font-size: 27px;
        line-height: 37px;
    }
    section#orthdntst_oe-ortho .span_3.orthoCol {
    width: 49.33%;
}
    section#orthdntst_oe-ortho .descrp h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    section#orthdntst_oe-ortho .descrp h4 {
    font-size: 18px !important;
    line-height: 28px !important;
}
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr {
    min-height: 360px;
    padding: 10px 10px 20px;
}
section#nwsltr_oe-ortho .span_10.lt-sd {
    width: 80%;
}
section#nwsltr_oe-ortho span#input_50_1_3_container {
    margin-bottom: 0;
}
section#nwsltr_oe-ortho input[type=text], section#nwsltr_oe-ortho input[type=email], section#nwsltr_oe-ortho select {
    height: 50px;
}
}
@media (max-width: 549px) {
    div#ranker_oe-ortho .container {
        max-width: 450px;
    }
    section#bnr_oe-ortho .bnr_oe-ortho-inr {
    min-height: 210px;
    padding: 20px 0;
}
.orthdntstSec-top h1 {
    font-size: 30px;
    line-height: 40px;
}
    div#ranker_oe-ortho h2 {
        font-size: 25px;
        line-height: 35px;
    }
    div#ranker_oe-ortho p.p-txt {
    font-size: 15px;
    line-height: 25px;
}
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr {
    min-height: 285px;
    padding: 10px 10px 15px;
}
    section#orthdntst_oe-ortho .descrp h3 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    section#orthdntst_oe-ortho .descrp h4 {
    font-size: 15px !important;
    line-height: 25px !important;
}
section#orthdntst_oe-ortho {
    padding: 30px 0;
    position: relative;
}
section#bnr_oe-ortho{
    background-position: 92%;
}
}
@media(max-width: 449px){
    section#bnr_oe-ortho .bnr_oe-ortho-inr {
    min-height: 170px;
    padding: 20px 0;
}
section#orthdntst_oe-ortho .span_3.orthoCol .cotnt-inr {
    min-height: 235px;
    padding: 6px 6px 15px;
}
div#ranker_oe-ortho .container {
        max-width: 360px;
    }
    section#orthdntst_oe-ortho .span_3.orthoCol {
    width: 50%;
}
section#orthdntst_oe-ortho .orthdntstSec-grid {
    padding-top: 20px;
    row-gap: 10px;
}
section#orthdntst_oe-ortho .descrp h3,
section#orthdntst_oe-ortho .descrp h4 {
    font-size: 14px !important;
    line-height: 24px !important;
}
section#insr_oe-ortho {
    padding: 30px 0;
    padding-top: 30px;
}
section#insr_oe-ortho .insrcSec-mid {
    padding: 15px 0;
}
div#bkngSec-inr {
    padding: 20px 20px;
    gap: 20px;
}
div#bkngSec-inr .rt-sd .col-inr a {
    padding: 12px 22px;
    font-size: 14px;
    line-height: 24px;
}
section#insr_oe-ortho ul.insrcImgs li {
    padding-right: 1%;
    padding-left: 1%;
}
section#nwsltr_oe-ortho .span_10.lt-sd {
    width: 100%;
}
}