/*Global CSS*/
div#ranker_oe-dr-inner , div#ranker_oe-dr-inner *
{
    box-sizing: border-box;
    font-family: caros !important;
}
div#ranker_oe-dr-inner, section#bnr_oe-dr-inner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
div#ranker_oe-dr-inner .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
}
div#ranker_oe-dr-inner .row{
    padding: 0 10px;
}
div#ranker_oe-dr-inner .span_12 {
    width: 100%;
}
div#ranker_oe-dr-inner .span_9 {
    width: 75%;
}
div#ranker_oe-dr-inner .span_8 {
    width: 66.66%;
}
div#ranker_oe-dr-inner .span_7 {
    width: 58.33%;
}
div#ranker_oe-dr-inner .span_6 {
    width: 50%;
}
div#ranker_oe-dr-inner .span_5 {
    width: 41.66%;
}
div#ranker_oe-dr-inner .span_4 {
    width: 33.33%;
}
div#ranker_oe-dr-inner .span_3 {
    width: 25%;
}
div#ranker_oe-dr-inner .span_2-5 {
    width: 20%;
}
div#ranker_oe-dr-inner h2{
    font-size: 48px;
    line-height: 54px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 0 !important;
    margin: 0;
}
div#ranker_oe-dr-inner h2 span{
    color: #4DC2ED;
}
section.blgSec h2 span:last-child {
    color: #fcd900 !important;
}
div#ranker_oe-dr-inner p {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
/*Dr. Banner CS*/
section#bnr_oe-dr-inner {
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    position: relative;
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
}
section#bnr_oe-dr-inner h1{
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    margin: 0;
}
section#bnr_oe-dr-inner h1 span{
    color: #4DC2ED;
}
section#bnr_oe-dr-inner .bnr_oe-dr-inner {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    min-height: 390px;
    padding: 20px 0;
}
/*section#bnr_oe-dr-inner .row {
    padding: 0;
}*/
/*Dr. Bio Section*/
section#bio_oe-dr {
    padding: 80px 0px 120px 0px;
    position: relative;
}
section#bio_oe-dr .bioSec-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 40px;
}
section#bio_oe-dr .bioSec-grid h2{
    color: #273a88;
}
section#bio_oe-dr .bioSec-grid p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0;
	color: #7a7a7a;
}
section#bio_oe-dr .bioSec-grid p a{
	transition: all .3s ease-in-out;
}
section#bio_oe-dr .bioSec-grid p a:hover{
	color: inherit;
}
section#bio_oe-dr .bioSec-grid .span_8.rghtCol .cotnt-inr{
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section#bio_oe-dr .bioSec-grid h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #4DC2ED;
    transform: translate(0px, -10px);
    margin-bottom: 0;
    margin: 0;
}
section#bio_oe-dr .container:before {
    content: '';
    width: 142px;
    height: 122px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2024/07/OE-Horizontal.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -40px;
    top: -40px;
}
section#bio_oe-dr .container{
    position: relative;
}
section#bio_oe-dr .drLang p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #273A88;
    margin-bottom: 15px;
}
section#bio_oe-dr .scrolTxt {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
section#bio_oe-dr .imgBx {
    width: 350px;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 12px 12px 0px #3B81BD;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
section#bio_oe-dr .imgBx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    text-align: center;
    transition: all .3s ease-in-out;
}
section#bio_oe-dr .imgBx:hover img{
    transform: translate(0px, 10px) scale(1.05);
}
section#bio_oe-dr .imgBx:hover{
    box-shadow: 8px 8px 0px #3B81BD;
}
/*Dr. Video CSS*/
section.oe_rnkr.vdedSec {
    width: 100%;
    position: relative;
    z-index: 2;
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
}
section.oe_rnkr.vdedSec div#intro_inr {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 30px 0;
    gap: 30px;
}
section.oe_rnkr.vdedSec p {
    color: #fff !important;
    font-style: italic;
    margin: 0;
    padding: 0;
}
section.oe_rnkr.vdedSec p strong{
    font-weight: 600;
    color: #4DC2ED;
}
section.oe_rnkr.vdedSec .intro_vid-box video,
section.oe_rnkr.vdedSec .intro_vid-box iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    transition: all .3s ease-in-out;
}
section.oe_rnkr.vdedSec .intro_vid-box.mp4Format{
    position: relative;
    width: 516px;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0px 4px 10px 0px #4DC2ED80;
    margin-top: -90px;
}
section.oe_rnkr.vdedSec .intro_vid-box{
    position: relative;
    width: 516px;
    height: 310px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0px 4px 10px 0px #4DC2ED80;
    margin-top: -90px;
}
/*Dr. Education CSS*/
section.edcSec ul.crtMbr.lst img {
    width: 140px;
    height: auto;
}
section.edcSec {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #ECFAFF;
    padding: 70px 0;
}
section.edcSec .edcSec-grid {
    display: flex;
    align-items: center;
}
section.edcSec .span_5.rghtCol .cotnt-inr .scrolTxt{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
section.edcSec .span_7.lftCol .cotnt-inr {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
section.edcSec .lang,
section.edcSec .crtMbr {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.edcSec h3.edc,
section.edcSec h3.lang.hdng,
section.edcSec h3.crtMbr.hdng {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #273A88;
    text-transform: capitalize;
    margin-bottom: 0;
    margin: 0;
}
section.edcSec ul.lang.lst,
section.edcSec ul.crtMbr.lst {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin: 0;
    padding: 0;
}
section.edcSec ul.crtMbr.lst li {
    width: 184px;
    list-style-type: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #4DC2ED4F;
    box-shadow: 0px 4px 10px 0px #4DC2ED33;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
section.edcSec .edcDtl ul li:before,
section.edcSec ul.lang.lst li:before,
section.edcSec ul.crtMbr.lst li img{
    transition: all .3s ease-in-out;
}
section.edcSec ul.crtMbr.lst li:hover{
    border: 1px solid #fff;
    transform: translate(0px, -5px);
}
section.edcSec ul.crtMbr.lst li:hover img{
    transform: scale(1.03);
}
section.edcSec ul.lang.lst li {
    list-style-type: none;
    font-size: 16px;
    line-height: 25px;
    color: #7a7a7a;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    1justify-
    content: center;
    transition: all .3s ease-in-out;
    padding: 8px 25px 8px 35px;
    position: relative;
    box-shadow: 0px 4px 10px 0px #273a8824;
}
section.edcSec ul.lang.lst li:before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/08/arrow-icon2.png);
    position: absolute;
    left: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.edcSec ul.lang.lst li:hover{
    transform: translate(0px, -5px);
}
section.edcSec ul.lang.lst li:hover:before{
    transform: translate(1px, 0px);
}
section.edcSec .edcDtl {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
section.edcSec .edcDtl h4{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #4DC2ED;
    margin: 0;
}
section.edcSec .edcDtl ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
}
section.edcSec .edcDtl ul li{
    list-style-type: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #7A7A7A;
    position: relative;
    padding-left: 22px;
    width: fit-content;
}
section.edcSec .edcDtl ul li:before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2025/08/arrow-icon.png);
    position: absolute;
    left: 0px;
    top: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.edcSec .edcDtl ul li:hover:before{
    transform: translate(2px, 0px);
}
section.edcSec .container{
    position: relative;
}
section.edcSec .container:before {
    content: '';
    width: 142px;
    height: 122px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2024/07/OE-Horizontal.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -40px;
    bottom: -40px;
}
/*------------------- Awards and Accolades CSS ----------------------*/
section.awrdsSec {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 70px 0;
}
section.awrdsSec .awrdsSec-top .col_inr {
    text-align: center;
}
section.awrdsSec .awrdsSec-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    padding-top: 40px;
}
section.awrdsSec .awrd-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 303px;
    height: 219px;
    margin: 0 auto;
    padding: 20px;
}
section.awrdsSec .awrd-box h3 p{
	 font-weight: 600 !important;
    color: #273A88 !important;
}
section.awrdsSec .awrd-box h3 p,
section.awrdsSec .awrd-box h3,
section.awrdsSec .awrd-box h3 a{
    font-size: 18px;
    line-height: 22px !important;
    font-weight: 600;
    color: #273A88;
    text-decoration: none;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin: 0;
}
section.awrdsSec .awrdsSec-grid .col_inr {
    /* padding: 30px; */
}
section.awrdsSec .awrdsSec-grid .span_4:nth-child(odd) .awrd-box {
    background: #ECFAFFCC;
}
section.awrdsSec h2.hdng {
    color: #273A88;
}
section.awrdsSec .awrd-box h3 a:hover{
    color: #4DC2ED;
}
/*------------------- Blog CSS -------------------------*/
section.blgSec {
    width: 100%;
    position: relative;
    background: linear-gradient(136.02deg, #1B90D4 -36.35%, #0C5EA6 31.22%, #232C73 135%);
    padding: 70px 0;
}
section.blgSec .blgSec-top .col_inr {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
section.blgSec .blgSec-top .col_inr h2,
section.blgSec .blgSec-top .col_inr p.p-txt{
    color: #fff !important;
}
section.blgSec .blgSec-top .col_inr p.p-txt a{
    color: #4DC2ED;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
section.blgSec .blgSec-top .col_inr p.p-txt a:hover{
    color: inherit;
}
section.blgSec .blgSec-top h2.hdng span.clrOne {
    color: #FCD900 !important;
}
section.blgSec .blgSec-grid {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}
section.blgSec .blgBox *,
section.blgSec .blgBox{
    transition: all .3s ease-in-out;
}
section.blgSec .blgBox {
    margin: 25px auto;
}
section.blgSec .blgBox {
    width: 92%;
    margin: 0 auto;
    background-color: rgba(236, 250, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
section.blgSec .blgBox .blgBox_media{
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 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;
    gap: 15px;
}
section.blgSec .blog_meta {
    width: 100%;
}
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: 20px;
    color: #FCD900;
    letter-spacing: .5px;
    text-transform: capitalize;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
section.blgSec .blog_meta ul li:before{
    content: '';
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 12px;
}
section.blgSec .blog_meta ul li:first-child:before{
    content: '\f007';
}
section.blgSec .blog_meta ul li:last-child::before {
    content: '\f073';
}
section.blgSec .blog_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
section.blgSec .blog_content h3{
    margin-bottom: 0;
    line-height: 25px;
    margin: 0;
}
section.blgSec .blog_content h3 a {
    color: #FCD900;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
section.blgSec .blog_content p.p-txt {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 22px !important;
    margin: 0;
    padding: 0;
}
section.blgSec a.blg_cta {
    display: flex;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #FCD900;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
section.blgSec a.blg_cta:after{
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #fff;
    transition: all .3s ease-in-out;
}
section.blgSec .blgSec-btm {
    width: 600px;
    margin: 0 auto;
    padding-top: 0px;
}
section.blgSec .blgSec-btm .col_inr {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section.blgSec .blgSec-btm .col_inr a{
    color: #fff;
    border: 1px solid #4DC2ED;
    border-radius: 5px;
    line-height: 20px;
    letter-spacing: .5px;
    padding: 13px 20px;
    background-color: #4DC2ED;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
section.blgSec .blgSec-btm .col_inr a:hover{
    background-color: transparent;
    transform: scale(1.02) translate(0, -5px);
}
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.blg_cta:hover{
    transform: translate(5px, 0px);
}
section.blgSec a.blg_cta:hover:after{
    color: #FCD900;
}
section.blgSec .container{
    position: relative;
}
section.blgSec .container:before {
    content: '';
    width: 99px;
    height: 236px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2024/09/Ellipse-9.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -27%;
    bottom: 20%;
}
section.blgSec .container:after {
    content: '';
    width: 84px;
    height: 236px;
    background: url(https://www.orthodonticexprts.com/wp-content/uploads/2024/09/right-ellipse-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -27%;
    top: 0;
}
section.blgSec .scrolTxt p {
    color: #fff !important;
}
/*------------------------- Location CSS ------------------------*/
section.locSec {
    padding: 70px 0;
    position: relative;
}
section.locSec .locSec-top .col_inr {
    text-align: center;
}
section.locSec .locSec-top .col_inr h2{
    color: #273A88;
}
section.locSec .locSec-grid {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}
section.locSec .span_4 .locBox .locMap {
    width: 350px;
    height: 185px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
}
section.locSec .span_4 .locBox .locMap iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all .3s ease-in-out;
}
section.locSec .locBox {
    width: 92%;
    min-height: 470px;
    box-shadow: 0 0 15px rgba(0, 113, 188, .3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 10px;
    transition: all .3s ease-in-out;
    border: 1px solid #fff;
    margin: 0 auto;
	position: relative;
}
section.locSec .locBox h3 a,
section.locSec .locBox h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #4DC2ED;
    margin: 0;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
section.locSec .locBox h3 a:hover {
    color: #273A88;
}
section.locSec .locDetl {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    gap: 15px;
}
section.locSec .locDetl ul{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
}
section.locSec .locDetl ul li{
    list-style-type: none;
    position: relative;
}
section.locSec .locDetl ul li a{
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #7a7a7a;
    transition: all .3s ease-in-out;
    padding-left: 30px;
    position: relative;
	display: block;
}
section.locSec .locDetl ul li a:before{
    content: '';
    left: -5px;
    width: 30px;
    color: #4DC2ED;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 18px;
    top: 0px;
    transition: all .3s ease-in-out;
    position: absolute;
}
section.locSec .locDetl ul li.address a:before {
    content: '\f041';
}
section.locSec .locDetl ul li.phone a:before {
    content: '\f095';
}
section.locSec .locDetl ul li.email a:before {
    content: '\f0e0';
}
section.locSec .locMpBtn {
    padding: 0 10px;
    margin-bottom: 10px;
	position: absolute;
    bottom: 10px;
}
section.locSec .locMpBtn a {
    color: #fff;
    border: 1px solid #4DC2ED;
    border-radius: 5px;
    line-height: 20px;
    letter-spacing: .5px;
    padding: 13px 20px;
    background-color: #4DC2ED;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
section.locSec .locMpBtn a:hover{
    background-color: transparent;
    transform: scale(1.01) translate(0, -5px);
    color: #4DC2ED;
}
section.locSec .locBox:hover{
    box-shadow: none;
    border: 1px solid #4DC2ED;
    transform: translate(0px, -5px);
}
section.locSec .locDetl ul li a:hover{
    color: #4DC2ED;
}
section.locSec .locDetl ul li a:hover:before{
    color: #273A88;
    transform: rotateY(360deg);
}
section.locSec .slick-list.draggable {
    padding: 15px 0;
}
section.locSec .slick-arrow {
    display: none !important;
}
section.locSec ul.slick-dots li button {
    border: 2px solid #4dc2ed;
    border-radius: 50% !important;
}
section.locSec ul.slick-dots li.slick-active button {
    border-color: #273A88;
}
section.locSec ul.slick-dots li button::before{
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 25px !important;
	opacity: 1;
}
section.locSec ul.slick-dots li button:hover:before{
    color: #4dc2ed;
}
section.locSec ul.slick-dots li.slick-active button::before {
    color: #273A88;
}
section.locSec ul.slick-dots {
    bottom: -55px;
}
/* ----------------- Media Querries ------------------------ */
@media(max-width: 1280px){
  section#bio_oe-dr .container:before
 {
    width: 142px;
    height: 122px;
    right: 0px;
    top: -40px;
}
section.edcSec .container:before {
    width: 142px;
    height: 122px;
    right: 0px;
    bottom: -40px;
}
div#ranker_oe-dr-inner .container {
    max-width: 1180px;
}
section.oe_rnkr.vdedSec .intro_vid-box.mp4Format {
        width: 460px;
        height: 450px;
        margin-top: -90px;
    }
section.oe_rnkr.vdedSec .intro_vid-box {
    width: 460px;
    height: 280px;
    margin-top: -90px;
}
section.oe_rnkr.vdedSec .intro_vid-box iframe {
    width: 100% !important;
    height: 100% !important;
}
section.locSec .span_4 .locBox .locMap {
    width: 330px;
    height: 185px;
}
}
@media(max-width: 1180px){
  div#ranker_oe-dr-inner .container {
    max-width: 1080px;
}
section#bnr_oe-dr-inner .bnr_oe-dr-inner {
    min-height: 330px;
    padding: 20px 0;
}
	section.oe_rnkr.vdedSec .intro_vid-box.mp4Format {
        width: 420px;
        height: 410px;
        margin-top: -90px;
    }
section.oe_rnkr.vdedSec .intro_vid-box {
    width: 420px;
    height: 260px;
    margin-top: -90px;
}
section.oe_rnkr.vdedSec div#intro_inr {
    width: 100%;
    padding: 30px 0;
    gap: 30px;
}
section.locSec .span_4 .locBox .locMap {
    width: 300px;
    height: 185px;
}
section.locSec .locDetl ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
}
}
@media(max-width: 1080px){
  div#ranker_oe-dr-inner .container {
    max-width: 999px;
}
section#bnr_oe-dr-inner .bnr_oe-dr-inner {
    min-height: 300px;
    padding: 20px 0;
}
section#bio_oe-dr .imgBx {
    width: 326px;
    height: 370px;
}
	section.oe_rnkr.vdedSec .intro_vid-box.mp4Format {
        width: 409px;
        height: 410px;
        margin-top: -70px;
    }
section.oe_rnkr.vdedSec .intro_vid-box {
    width: 409px;
    height: 250px;
    margin-top: -70px;
}
section.locSec .span_4 .locBox .locMap {
    width: 280px;
    height: 185px;
}
section.locSec .locBox {
    width: 95%;
    min-height: 470px;
    gap: 20px;
    padding: 10px 10px;
}
}
@media(max-width: 999px){
/* section.locSec .span_4.multi-locations,
section.blgSec .span_4 {
    width: 50% !important;
} */
  div#ranker_oe-dr-inner .container
 {
    max-width: 800px;
}
section#bnr_oe-dr-inner .bnr_oe-dr-inner {
    min-height: 270px;
    padding: 0px 0;
}
section#bnr_oe-dr-inner h1 {
    font-size: 40px;
    line-height: 45px;
}
section#bio_oe-dr
 {
	 padding-top: 40px !important;
    padding: 40px 0px 60px 0px !important;
	 padding-bottom: 60px !important;
}
section#bio_oe-dr .bioSec-grid {
    row-gap: 40px;
    flex-direction: column;
}
section#bio_oe-dr .bioSec-grid .span_8.rghtCol .cotnt-inr {
    padding-left: 0px;
    gap: 20px;
}
div#intro_inr .span_7.lt-sd,
div#intro_inr .span_5.rt-sd,
.bioSec-grid .span_8.rghtCol,
.bioSec-grid .span_4.lftCol {
    width: 90% !important;
    text-align: center;
}
div#ranker_oe-dr-inner h2 {
    font-size: 38px;
    line-height: 44px;
}
section.oe_rnkr.vdedSec div#intro_inr {
    padding: 30px 0;
    gap: 30px;
    flex-direction: column-reverse;
}
	section.oe_rnkr.vdedSec .intro_vid-box.mp4Format {
        width: 409px;
        height: 400px;
        margin-top: -60px;
    }
section.oe_rnkr.vdedSec .intro_vid-box {
    width: 409px;
    height: 250px;
    margin-top: -60px;
}
section.edcSec {
    padding: 40px 0;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
section.edcSec .edcSec-grid {
    flex-direction: column-reverse;
    row-gap: 30px;
}
section.edcSec .edcSec-grid .span_7.lftCol,
section.edcSec .edcSec-grid .span_5.rghtCol{
    width: 90% !important;
}
section.awrdsSec {
    padding: 40px 0;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
section.awrdsSec .awrd-box {
    gap: 15px;
    width: auto;
    height: 220px;
    padding: 10px;
}
section.awrdsSec .awrdsSec-grid {
    row-gap: 15px;
    padding-top: 30px;
}
section.awrdsSec .awrd-box h3 p, section.awrdsSec .awrd-box h3, section.awrdsSec .awrd-box h3 a {
    font-size: 15px !important;
    line-height: 20px !important;
}
section.blgSec {
    padding: 40px 0;
}
section.locSec .span_4 .locBox .locMap {
    width: 100%;
    height: 185px;
}
section.locSec .locBox {
    width: 92%;
    min-height: 470px;
    gap: 20px;
    padding: 10px 10px;
}
section.blgSec .slick-arrow {
    display: none !important;
}
section.blgSec ul.slick-dots li button {
    border: 2px solid #fff;
    border-radius: 50% !important;
}
section.blgSec ul.slick-dots li.slick-active button {
    border-color: #4dc2ed;
}
section.blgSec ul.slick-dots li button::before{
    color: #fff;
    transition: all .3s ease-in-out;
    opacity: 1;
    font-size: 25px !important;
}
section.blgSec ul.slick-dots li button:hover:before{
    color: #4dc2ed;
}
section.blgSec ul.slick-dots li.slick-active button::before {
    color: #4dc2ed;
}
section.blgSec ul.slick-dots {
    bottom: -10px;
}
section.locSec {
    padding: 40px 0;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
section.locSec ul.slick-dots {
    bottom: -35px;
}
section.locSec .locSec-grid {
    padding-top: 20px;
}
}
@media(max-width: 800px){
      div#ranker_oe-dr-inner .container {
        max-width: 700px;
    }
        section#bnr_oe-dr-inner .bnr_oe-dr-inner {
        min-height: 230px;
        padding: 0px 0;
    }
}
@media(max-width: 700px){
      div#ranker_oe-dr-inner .container {
        max-width: 600px;
    }
        section#bnr_oe-dr-inner .bnr_oe-dr-inner {
        min-height: 200px;
        padding: 0px 0;
    }
        section#bio_oe-dr .container:before {
        width: 100px;
        height: 88px;
        right: 0px;
        top: 0px;
    }
        section.edcSec .container:before {
        width: 100px;
        height: 88px;
        right: 0px;
        bottom: 60px;
    }
    section.awrdsSec .awrdsSec-grid .span_4 .awrd-box,
    section.awrdsSec .awrdsSec-grid .span_4:nth-child(odd) .awrd-box {
    background: transparent;
    border: 2px solid #4DC2ED;
}
    section.awrdsSec .awrdsSec-grid {
        row-gap: 0px;
        padding-top: 10px;
        column-gap: 10px;
        flex-direction: row;
    }
.awrdsSec-grid .col_inr {
    margin: 10px;
}
    section.awrdsSec .awrd-box {
        padding: 20px;
    }
section.awrdsSec .slick-arrow {
    display: none !important;
}
section.awrdsSec ul.slick-dots li button {
    border: 2px solid #4dc2ed;
    border-radius: 50% !important;
}
section.awrdsSec ul.slick-dots li.slick-active button {
    border-color: #273A88;
}
section.awrdsSec ul.slick-dots li button::before{
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 25px !important;
    opacity: 1;
}
section.awrdsSec ul.slick-dots li button:hover:before{
    color: #4dc2ed;
}
section.awrdsSec ul.slick-dots li.slick-active button::before {
    color: #273A88;
}
section.awrdsSec ul.slick-dots {
    bottom: -35px;
}
    div#ranker_oe-dr-inner h2 {
        font-size: 35px;
        line-height: 40px;
    }
    section.blgSec .blgBox_body {
    padding: 15px 15px;
    gap: 15px;
}
section.blgSec .blog_content {
    gap: 10px;
}
    section.locSec .locDetl ul li a:before{
    left: -5px;
    font-size: 18px;
    top: 1px;
}
section.locSec .locDetl ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    display: block;
}
section.locSec .locMpBtn a {
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
}
section.blgSec .blgSec-btm {
    width: 100%;
}
ul.crtMbr.lst img {
    width: 75%;
}
    section.locSec .span_4 .locBox .locMap {
        width: 100%;
        height: 150px;
    }
        section.locSec .locBox {
        width: 94%;
        min-height: 443px;
        gap: 15px;
        padding: 10px 10px;
    }
}
/* @media(max-width: 601px){
	section.locSec .span_4.multi-locations,
section.blgSec .span_4 {
    width: 480px !important;
}
} */
@media(max-width: 600px){
      div#ranker_oe-dr-inner .container {
        max-width: 500px;
    }
    section#bnr_oe-dr-inner h1 {
    font-size: 35px;
    line-height: 40px;
}
     section#bnr_oe-dr-inner .bnr_oe-dr-inner {
        min-height: 180px;
        padding: 0px 0;
    }
    section#bio_oe-dr .container:before {
        width: 70px;
        height: 60px;
        right: 0px;
        top: 0px;
    }
    section#bio_oe-dr .imgBx {
    width: 290px;
    height: 330px;
}
div#ranker_oe-dr-inner h2 {
    font-size: 30px;
    line-height: 35px;
}
    section#bio_oe-dr .scrolTxt,
    section.oe_rnkr.vdedSec .scrolTxt,
section.blgSec .scrolTxt {
    height: 100px !important;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}
    section#bio_oe-dr .scrolTxt::-webkit-scrollbar,
    section.oe_rnkr.vdedSec .scrolTxt::-webkit-scrollbar,
section.blgSec .scrolTxt::-webkit-scrollbar {
    width: 3px;
    transition: all .3s ease-in-out;
}
    section#bio_oe-dr .scrolTxt::-webkit-scrollbar-track,
    section.oe_rnkr.vdedSec .scrolTxt::-webkit-scrollbar-track,
section.blgSec .scrolTxt::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d8d8d8;
    border-radius: 10px
}
    section#bio_oe-dr .scrolTxt::-webkit-scrollbar-thumb,
    section.oe_rnkr.vdedSec .scrolTxt::-webkit-scrollbar-thumb,
section.blgSec .scrolTxt::-webkit-scrollbar-thumb {
    background: #273A88;
    border-radius: 10px;
    transition: all .3s ease-in-out
}
section.blgSec .scrolTxt::-webkit-scrollbar-thumb,
section.oe_rnkr.vdedSec .scrolTxt::-webkit-scrollbar-thumb{
    background: #4dc2ed !important;
}
 section.locSec .locBox {
        width: 75%;
                min-height: 420px;
        gap: 15px;
        padding: 10px 10px;
    }
    ul.crtMbr.lst img {
        width: 64%;
    }
        section.awrdsSec .awrd-box h3 p, section.awrdsSec .awrd-box h3, section.awrdsSec .awrd-box h3 a {
        font-size: 14px !important;
        line-height: 16px !important;
    }
        section.awrdsSec .awrd-box {
        padding: 10px;
    }
    section.blgSec .blgBox {
    width: 75%;
}
}
@media(max-width: 500px){
/* 	section.locSec .span_4.multi-locations,
section.blgSec .span_4 {
    width: 380px !important;
} */
    div#ranker_oe-dr-inner .container {
        max-width: 400px;
    }
    section#bnr_oe-dr-inner .bnr_oe-dr-inner {
        min-height: 140px;
        padding: 0px 0;
    }
    section#bnr_oe-dr-inner h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
    section#bio_oe-dr .imgBx {
        width: 260px;
        height: 300px;
    }
            section#bio_oe-dr .container:before {
        width: 60px;
        height: 50px;
        right: 0px;
        top: -30px;
        opacity: .6;
    }
        div#ranker_oe-dr-inner h2 {
        font-size: 25px;
        line-height: 30px;
    }
    section.edcSec ul.lang.lst li,
    section.edcSec .edcDtl ul li,
    div#ranker_oe-dr-inner p,
    section#bio_oe-dr .bioSec-grid p{
    font-size: 15px;
    line-height: 25px;
}
	section.oe_rnkr.vdedSec .intro_vid-box.mp4Format {
        width: 325px;
        height: 320px;
        margin-top: -60px;
    }
    section.oe_rnkr.vdedSec .intro_vid-box {
        width: 325px;
        height: 190px;
        margin-top: -60px;
    }
    section.edcSec h3.edc,
section.edcSec h3.lang.hdng,
section.edcSec h3.crtMbr.hdng {
    font-size: 20px;
    line-height: 26px;
  }
  section.edcSec .edcDtl h4{
    font-size: 16px;
    line-height: 23px;
}
section.edcSec ul.crtMbr.lst li {
    width: 100%;
    height: 70px;
}
/* 	section.edcSec ul.crtMbr.lst img {
    width: auto;
    height: auto;
} */
/* ul.crtMbr.lst img {
    width: auto;
} */
 section.edcSec .container:before {
        width: 60px;
        height: 50px;
        right: 0px;
        bottom: 60px;
        opacity: .6;
    }
    section.edcSec ul.lang.lst li {
    padding: 6px 15px 6px 35px;
    }
    section.locSec .locBox {
        width: 75%;
        height: auto;
        gap: 15px;
        padding: 15px 10px;
    }
    section.locSec .locBox h3 a,
section.locSec .locBox h3{
    font-size: 20px;
    line-height: 28px;
}
section.awrdsSec .awrd-box {
    gap: 15px;
    width: 75%;
    height: 220px;
    padding: 15px;
}
section.blgSec .container:before {
    width: 40px;
    height: 90px;
    left: -11%;
    bottom: 20%;
  opacity: .6;
}
section.blgSec .container:after {
    width: 40px;
    height: 110px;
    right: -11%;
    top: 0;
    opacity: .6;
}
    section.blgSec .blgBox {
    width: 85%;
}
section.locSec .locBox {
        width: 85%;
        height: auto;
        gap: 15px;
        padding: 15px 10px;
    }
    section.locSec .locMpBtn a {
    line-height: 18px;
    padding: 10px 12px;
    font-size: 13px;
}
section.blgSec .blog_content h3 {
    line-height: 22px;
}
section.blgSec .blog_content h3 a {
    font-size: 18px;
}
    section.blgSec .blgBox_body {
    gap: 8px;
}
}
@media(max-width: 400px){
/* 	section.locSec .span_4.multi-locations,
section.blgSec .span_4 {
    width: 340px !important;
} */
      div#ranker_oe-dr-inner .container {
        max-width: 360px;
    }
	section.oe_rnkr.vdedSec .intro_vid-box.mp4Format {
        width: 305px;
        height: 300px;
        margin-top: -60px;
    }
    section.oe_rnkr.vdedSec .intro_vid-box {
        width: 305px;
        height: 185px;
        margin-top: -60px;
    }
    section#bio_oe-dr .imgBx {
        width: 250px;
        height: 284px;
    }
    section#bnr_oe-dr-inner h1 {
    font-size: 26px;
    line-height: 31px;
}
    section.edcSec h3.edc, section.edcSec h3.lang.hdng, section.edcSec h3.crtMbr.hdng {
        font-size: 18px;
        line-height: 24px;
    }
}