/*==============fonts area ==============*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('/fonts/ProximaNova-Bold.woff2') format('woff2'), url('/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Th';
    src: url('/fonts/ProximaNovaA-Thin.woff2') format('woff2'), url('/fonts/ProximaNovaA-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Extrabld';
    src: url('/fonts/ProximaNova-Extrabld.woff2') format('woff2'), url('/fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Black';
    src: url('/fonts/ProximaNova-Black.woff2') format('woff2'), url('/fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaA-Bold';
    src: url('/fonts/ProximaNovaA-Bold.woff2') format('woff2'), url('/fonts/ProximaNovaA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaA-Light';
    src: url('/fonts/ProximaNovaA-Light.woff2') format('woff2'), url('/fonts/ProximaNovaA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/fonts/ProximaNova-Regular.woff2') format('woff2'), url('/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaT-Thin';
    src: url('/fonts/ProximaNovaT-Thin.woff2') format('woff2'), url('/fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/*==============end fonts area ==============*/

body {
    font-family: 'Heebo', sans-serif;
}

.fw-600 {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

.fw-700 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}

ul {
    margin: 0px;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1300px !important;
}

button:focus,
button:a {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

p:empty {
    display: none;
}

.cmn-btn {
    background: #0056B3;
    color: #FFF;
    padding: 12px 30px 12px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0px 3px 7px #cbcaca;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    border: solid 1px #0056B3;
    transition: all 0.5s;
}

.cmn-btn:hover {
    color: #000;
    background: #fff;
}

.heading h1,
.heading h2,
.heading .h2 {
    color: #000;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}

.heading hr {
    width: 80px;
    height: 1.55px;
    background-color: #F46A00;
    opacity: 1;
    margin: 10px 0px;
}

.heading p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}

.heading.heading-sec {
    text-align: center;
}

.heading.heading-sec hr {
    margin: 10px auto;
}

.heading.heading-sec h2 {
    font-size: 42px;
    line-height: 46px;
}

/* ============= hader area ==============*/

.header-area {
    padding: 0px 0px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 4px #0056B317;
}

.header-area .navbar-brand {
    padding: 0px;
}

.header-area .navbar-brand img {
    width: 185px;
}

.header-area nav ul li:not(:last-child) a:after {
    content: "|";
    margin-left: 10px;
}

.main-header .navbar-dark .navbar-nav .nav-link {
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.5s;
    padding: 31px 8px;
    font-family: 'Heebo', sans-serif;
}

.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.main-header #collapsibleNavbar {
    justify-content: end;
    align-items: center;
}

#collapsibleNavbar .navbar-nav {
    margin-right: 15px;
}

/*on hover dropdown*/

.header-area .navbar .dropdown {
    position: relative;
    display: inline-block;
}

.header-area .navbar .dropdown-content {
    display: none;
    position: absolute;
    top: 80px;
    background-color: #fff;
    width: max-content;
    min-width: 200px;
    box-shadow: 0px 4px 10px 5px #aeadad17;
    z-index: 99;
    padding: 0px;
}

.header-area .navbar .dropdown:hover .dropdown-content {
    display: block;
}

.header-area .navbar .dropdown-content a {
    color: black;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

.header-area .navbar .dropdown-content li {
    border-bottom: solid 1px #b3b3b34f;
    list-style: none;
}

.header-area .navbar .dropdown-content li:last-child {
    border: none;
}

.header-area .navbar .dropdown-content a:hover {
    background-color: #f5f5f5;
}

header nav ul.dropdown-content li a:after {
    display: none;
}

/*on hover dropdown*/

.mega-clm {
    padding-top: 10px;
    border-left: 1px solid rgba(0, 0, 0, .07);
    padding-bottom: 5px;
}

.navbar .dropdown-content.cstm-drop-menu {
    width: 1140px;
    left: 10%;
    right: 0;
    top: 80px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    padding-bottom: 20px;
    padding-top: 20px;
}

.navbar .dropdown:hover .dropdown-content,
.navbar .dropdown .dropdown-content:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}

.header-area .navbar .dropdown-content .megamenu-column-header {
    font-size: 15px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #142883;
    padding: 0px;
}

.header-area .navbar .dropdown-content .megamenu-column-header:hover {
    background-color: #fff;
}

.header-area .navbar .dropdown-content .megamenu-column-header:after {
    display: none;
}

.main-header .navbar-dark .navbar-nav .mega-clm .nav-item .nav-link {
    padding: 5px 5px;
    text-transform: capitalize;
    color: #000;
}

.link_has_dash li a {
    position: relative;
}

.link_has_dash li a:before {
    content: '-';
    position: absolute;
    left: 9px;
    font-size: 20px;
    top: -6px;
}

.appointment-header {
    display: flex;
    align-items: center;
}

.appointment-header p {
    margin-bottom: 0px;
}

.apt-contact p a {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.apt-time p img {
    width: 25px;
    margin-right: 8px;
}

.apt-contact p img {
    width: 25px;
    margin-right: 8px;
}

.apt-time span {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.apt-contact p {
    display: flex;
    align-items: center;
}

.apt-time p {
    display: flex;
    align-items: center;
}

.book-btn a {
    background-color: #0056B3;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    padding: 10px 14px;
    display: inline-block;
    border-radius: 12px;
    font-size: 14px;
    margin: 0px 10px;
}

/* ============ end hader area =============*/

/*===========home main banner area =============*/

.main-banner-area .carousel-item {
    background-image: url(/wp-content/uploads/2023/03/banner-1.jpg);
    height: 500px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.main-banner-area .carousel-caption {
    text-align: left;
    bottom: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    width: 1140px;
    left: auto;
    right: auto;
}

.main-banner-area .carousel-caption h1 {
    font-size: 36px;
    color: #363636;
    margin-bottom: 10px;
}

.main-banner-area .carousel-caption h1 .hed-main-spain {
    font-size: 44px;
}

.main-banner-area .carousel-caption h1 span {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

.main-banner-area .carousel-caption p {
    color: #363636;
    ;
    font-size: 16px;
    margin-bottom: 10px;
}

.cmn-btn.dt-sol {
    background: #fff;
    color: #000;
    border: solid 1px #0056B3;
    box-shadow: none;
}

.slide-btn {
    margin-top: 40px;
}

.slide-btn a {
    margin-right: 15px;
}

/*.carousel-inner .carousel-item:first-child .banner-pos {*/

/*    display: block;*/

/*}*/

.banner-pos {
    position: absolute;
    top: 8px;
    right: 15%;
    z-index: 99;
    display: none;
}

.main-banner-area .carousel-control-next-icon,
.main-banner-area .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 11px #9c9a9a8f;
    border-radius: 100px;
    background-image: none;
}

.main-banner-area .carousel-control-next,
.main-banner-area .carousel-control-prev {
    top: 45%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
}

.main-banner-area .carousel-control-prev {
    left: 20px;
}

.main-banner-area .carousel-control-next {
    right: 20px;
}

.main-banner-area .carousel-control-next-icon i,
.main-banner-area .carousel-control-prev-icon i {
    color: #0056B3;
    font-size: 20px;
    line-height: 40px;
}

/*=========end home main banner area ===========*/

/*========== banner conter area ========*/

.banner-conter-area {
    position: relative;
    z-index: 99;
}

.home-page .banner-conter-area {
    top: -52px;
}

.inner-counter-bg {
    background-color: #F46A00 ;
    padding: 35px 40px;
    border-radius: 20px;
}

.usp_box {
    text-align: center;
}

.usp_box h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    display: inline-block;
}

.usp_box span {
    color: #fff;
    font-size: 48px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    display: inline-block;
    line-height: 35px;
}

.usp_box p {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.usp_box img {
    width: 80px;
    margin-top: -14px;
    display: block;
    margin: -4px auto 10px;
}

.inner-counter-bg .banner_uspes .col {
    position: relative;
}

.inner-counter-bg .banner_uspes .col:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 72%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

/*========== end banner conter area ========*/

/*========= Dental Treatments area ==========*/

.dental-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dental-heading .heading h2,
.dental-heading .heading .h2 {
    font-size: 42px;
    line-height: 46px;
}

.dental-heading .heading p {
    color: #363636;
    font-size: 24px;
    margin-bottom: 0px;
    line-height: normal;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.dental-treat-bx {
    box-shadow: 0px 0px 13px #f3f3f3;
    margin: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.dent-treat-cnt {
    padding: 20px;
}

.dental-treatments-slide {
    padding-top: 30px;
}

.dent-treat-cin {
    background-color: #fff0ff;
}

.dent-treat-cin img {
    /*     width: 120px !important; */
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.dent-treat-cin {
    background-color: #fff0ff;
    padding: 50px 30px;
    min-height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dent-treat-cnt h3 {
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.dent-treat-cnt p {
    color: #363636;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dent-treat-cnt a {
    color: #F46A00;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 18px;
}

.dental-treatments-slide .owl-carousel .owl-nav button.owl-next,
.dental-treatments-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 42px;
    color: #0056B3;
    background-color: #fff;
    box-shadow: 0px 0px 11px #eee;
}

.dental-treatments-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 48%;
    left: -15px;
}

.dental-treatments-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: -8px;
}

/*========= end Dental Treatments area ==========*/

/*========== best-clinic-chennai-area =========*/

.best-clinic-chennai-area {
    padding-top: 60px;
    position: relative;
}

.cricle-pos-fst {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.best-clicni-head h2 {
    font-size: 22px;
    font-family: 'Heebo', sans-serif; font-weight: 700;
    margin-bottom: 10px;
}

.best-clicni-head {
    text-align: center;
    padding-bottom: 80px;
}

.best-clicni-head h2 span {
    font-size: 32px;
}

.best-clicni-head hr {
    width: 80px;
    height: 1.55px;
    background-color: #F46A00;
    opacity: 1;
    margin: 10px auto;
}

.clinic-near-apt-bg {
    background-color: #faf9fc;
    padding-bottom: 20px;
}

.find-dental-near-bx {
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
    padding: 30px 40px;
    height: 100%;
    background-color: #fff;
    position: relative;
    top: -30px;
}

.select-view-btn form {
    display: flex;
    justify-content: space-between;
}

.select-view-btn .form-control {
    padding: 12px 41px 12px 15px;
    box-shadow: 0px 0px 5px #eee;
    border: none;
    border-radius: 10px;
}

.select-view-btn form .input_box {
    width: 65%;
    margin-right: 13px;
}

.select-view-btn {
    margin-bottom: 40px;
}

.loc-li-info {
    display: flex;
    margin-bottom: 14px;
}

.loc-li-info .info-ic {
    width: 27px;
}

.info-add p {
    margin-bottom: 0px;
    font-size: 16px;
}

.info-add {
    width: 88%;
}

.loc-li-info .info-ic i {
    color: #F46A00;
}

.loc-contact-info h3 {
    font-family: 'Heebo', sans-serif; font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
}

.loc-map iframe {
    width: 100%;
    height: 230px;
}

.cmn-btn.cmn-det {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.clinic-direc-btn a {
    font-size: 13px;
    padding: 10px 19px 10px;
}

.cmn-btn.cmn-dir {
    margin-right: 10px;
}

.loc-map {
    margin-top: 50px;
}

.clinic-direc-btn {
    margin-top: 25px;
}

/*appointment form*/

.book-appintment-form {
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
    padding: 30px 40px;
    /*     height: 100%; */
    background-color: #fff;
    position: relative;
    top: -30px;
}

.book-appintment-form .form_inner .form-control {
    background-color: #fff;
    margin-bottom: 15px;
    border: none;
    padding: 10px 15px;
    color: #000000;
    box-shadow: 0px 0px 5px #eee;
    border-radius: 10px;
    border: solid 1px #eee;
}

.input_box.captcha-inp {
    position: relative;
}

.captcha-inp span {
    background-color: #edebfc;
    padding: 8px 24px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.book-appintment-form .form_inner .captcha-inp .form-control {
    padding: 10px 85px 10px 15px;
}

.captcha-load {
    position: absolute;
    top: 6px;
    right: -50px;
}

.input_box.inp-select-dt .form-control {
    color: transparent;
    position: relative;
}

.input_box.inp-select-dt input:invalid:before {
    color: #000000;
    content: attr(placeholder);
    padding-left: 10px;
    pointer-events: none;
    position: absolute;
    left: 5px;
}

.input_box.inp-select-dt input:valid,
.input_box.inp-select-dt input:focus,
.input_box.inp-select-dt input:active {
    color: #000;
}

.input_box.inp-select-dt input:valid:before,
.input_box.inp-select-dt input:focus:before,
.input_box.inp-select-dt input:active:before {
    display: none;
}

.book-appintment-form .form_inner .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
}

.book-appintment-form .form_inner .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.book-appintment-form .form_inner .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.book-appintment-form .form_inner textarea {
    height: 90px;
}

.book-appintment-form .heading {
    margin-bottom: 20px;
}

.find-dental-near-bx .heading {
    margin-bottom: 20px;
}

/*========== end best-clinic-chennai-area =========*/

/*========= about radiant ==========*/

.about-radiant {
    padding: 51px 0px;
    position: relative;
}

.cricle-pos-sec {
    position: absolute;
    right: 0;
    bottom: -36%;
    z-index: -1;
}

.about-radin-img {
    margin-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about-radin-img img {
    border-radius: 20px;
}

.about-radiant-cnt .heading p {
    text-align: justify;
}

.awd-img img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.radiant-award {
    margin: 20px 0px;
}

/*========= end about radiant ==========*/

/*======= meet-dental-expert-area ========*/

.meet-dental-expert-area {
    padding-bottom: 50px;
}

.meet-dentel-hed-bg {
    background-color: #faf9fc;
    padding: 50px 0px 140px;
}

.meet-dentel-hed-bg .heading {
    text-align: center;
}

.meet-dentel-hed-bg .heading hr {
    margin: 10px auto;
}

.meet-dental-team {
    margin-top: -90px;
}

.meet-dental-team .col-lg-3 {
    padding: 0px 18px;
}

.clinic-direc-btn.team-info-btn {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}

.dental-team-bx img {
    border-radius: 40px;
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.dental-team-bx h4 {
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
}

.dental-team-bx p {
    text-align: center;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}

.clinic-direc-btn.team-info-btn .cmn-btn.cmn-dir {
    margin-right: 0px;
}

.dt-meet-btn .cmn-btn {
    background: #0056B3;
}

.dt-meet-btn .cmn-btn {
    background: #0056B3;
    border-color: #0056B3;
    padding: 12px 45px;
}

.dt-meet-btn .cmn-btn:hover {
    color: #fff;
}

.dt-meet-btn.text-center {
    margin-top: 50px;
}

/*======= end meet-dental-expert-area ========*/

/*========= Patient Testimonials ============*/

.patients-testimonials-area {
    background-image: url(/wp-content/uploads/2023/03/patient-bg.png.webp);
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.testi_box {
    background-image: url(/wp-content/uploads/2023/03/patent-shape.png.webp);
    height: 347px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 71px 70px 10px 30px;
    position: relative;
    right: -30px;
    margin-top: -10px;
}

.p-info {
    position: absolute;
    bottom: 59px;
    left: 25%;
    width: 262px;
}

.testi_box p {
    font-size: 16px;
    color: #363636;
    margin-bottom: 0px;
    text-align: justify;
}

.testi_box .p-info h4 {
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.testi_video.bytes-image {
    position: relative;
    left: -30px;
    margin-top: 60px;
}

.patient-slider .bytes-image .img_box {
    position: relative;
}

.patient-slider .bytes-image .img_box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 23%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.patient-slider .play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    background: url(/wp-content/uploads/2023/03/play-btn.png) no-repeat center;
    background-size: 22%;
}

.patient-slider .bytes-image .img_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.patient-slider .bytes-image .img_box img {
    height: 336px;
    object-fit: cover;
}

.testi_video .play_btn {
    background: url(/wp-content/uploads/2023/03/play-btn-1.png) no-repeat center;
    background-size: 9%;
}

.patient-slider .owl-carousel .owl-nav button.owl-next,
.patient-slider .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 42px;
    color: #0056B3;
    background-color: #fff;
    box-shadow: 0px 0px 11px #eee;
}

.patient-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 48%;
    left: 30px;
}

.patient-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: 30px;
}

.patent-video-pop .modal-dialog {
    max-width: 700px;
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.patent-video-pop .btn-close {
    position: absolute;
    right: -21px;
    filter: invert(1);
    opacity: 1;
    background-color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    top: -10px;
}

.patent-video-pop iframe {
    height: 340px;
    width: 100%;
}

/*========= end  Patient Testimonials ===========*/

/*============= get instant help -=============*/

.get-instant-help {
    padding: 140px 0px 70px;
}

.inner-get-instant {
    background-color: #F46A00;
    padding: 30px 70px;
    border-radius: 100px 0px 100px 0px;
    position: relative;
    margin: 0px 140px;
}

.get-instant-cnt h3 {
    color: #fff;
    font-family: 'Heebo', sans-serif; font-weight: 700;
    font-size: 42px;
    margin-bottom: 0px;
}

.get-instant-cnt p {
    color: #fff;
    font-family: 'Heebo', sans-serif; font-weight: 700;
    font-size: 22px;
}

.get-instant-cnt a {
    background: #0056B3;
    color: #FFF;
    padding: 10px 20px 10px;
    display: inline-block;
    border-radius: 60px;
    font-size: 22px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    border: solid 1px #ffffff;
}

.get-instant-cnt a img {
    margin-right: 8px;
    width: 26px;
    margin-top: -9px;
}

.teeth-vc-pos {
    position: absolute;
    top: -113px;
    right: 10%;
}

.teeth-vc-pos img {
    width: 315px;
}

/*=============end  get instant help -=============*/

/*==============discover dental===============*/

.discover-dental .heading {
    margin-bottom: 35px;
}

.dental-insights-bx {
    box-shadow: 0px 0px 13px #f3f3f3;
    margin: 10px;
    border-radius: 20px;
    overflow: hidden;
    border: solid 1px #fff;
    transition: all 0.5s;
}

.dental-insights-bx:hover {
    border: solid 1px #F46A00;
}

.dental-insights-img img {
    height: 230px;
    object-fit: cover;
}

.dental-insights-cnt {
    padding: 30px 30px;
}

.dental-insights-cnt h3 {
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.dental-insights-cnt p {
    color: #363636;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.dental-insights-bx:hover .dental-insights-cnt h3 {
    color: #F46A00;
}

.cat-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-btn h4 {
    color: #000000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

.cat-btn a {
    color: #F46A00;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 18px;
}

.cat-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #000;
    margin: 20px 0px 0px;
    padding-top: 15px;
}

.discover-dental-owl .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.discover-dental-owl .owl-dots .owl-dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #808080;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.discover-dental-owl .owl-dots .owl-dot.active {
    background: #0056B3 !important;
}

/*==============end discover dental===============*/

/*========== our partners area ============*/

.our-brands-area {
    padding: 50px 0px;
}

.our-brands-area .heading h2 {
    font-size: 42px;
    line-height: 46px;
}

.brand-slide {
    /*     padding: 30px 70px; */
    /*     border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc; */
    /*     margin-top: 40px; */
    position: relative;
    padding: 25px 0px;
    margin: 40px 70px 0px;
}

.brand-slide:before,
.brand-slide:after {
    content: '';
    display: block;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 60px;
    right: 60px;
}

.brand-slide:before {
    top: 0;
}

.brand-slide:after {
    bottom: 0;
}

.barnd-slide-bx img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.brand-slide .owl-next,
.brand-slide .owl-prev {
    width: 35px;
    height: 33px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.brand-slide .owl-prev {
    left: -70px;
}

.brand-slide .owl-next {
    right: -70px;
}

/*========== end our partners area ============*/

/*=============faq area===============*/

.faq-appointment-area {
    background-color: #faf9fc;
    overflow: hidden;
}

.blog-faq {
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq-appointment-area .heading h2 {
    margin-bottom: 5px;
}

.faq-appointment-area .heading h4 {
    color: #363636;
    font-family: 'Heebo', sans-serif; font-weight: 700;
    font-size: 20px;
}

.blog-faq .accordion-button {
    font-size: 18px;
    padding: 18px 0px;
}

.blog-faq .accordion-button span {
    border: solid 1px #F46A00;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    border-radius: 100px;
    margin-right: 10px;
}

.blog-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.blog-faq .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.blog-faq .accordion-body {
    border-left: none;
    padding-left: 0px;
    border-bottom: solid 1px #bababa;
    padding-top: 0px;
    font-size: 16px;
}

.blog-faq .accordion-button {
    font-size: 20px;
    padding: 16px 0px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    color: #000;
    background-color: transparent;
}

.blog-faq .accordion-button.collapsed {
    border-bottom: solid 1px #bababa;
}

.blog-faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.blog-faq .accordion-item {
    border: none;
    background-color: transparent;
}

.blog-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    font-size: 11px;
}

.blog-faq .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067 ";
    font-size: 11px;
    width: auto;
}

/*book cta*/

.pos-lg-5 {
    position: absolute;
    right: 0;
}

.book-cta-img {
    background-color: #fff0ff;
}

.book-cta-st {
    padding: 50px;
}

.book-cta-img img {
    width: 100%;
    height: 322px;
    object-fit: cover;
}

.book-cta-st h3 {
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 28px;
    color: #F46A00;
}

.book-cta-st .cmn-btn {
    font-size: 13px;
    padding: 10px 19px 10px;
    margin-top: 10px;
}

/*=============end faq area===============*/

/*============= footer area ===========*/

.footer-area {
    background-color: #F46A00;
    padding-top: 50px;
    padding-bottom: 7px;
    position: relative;
}

.footer-area>.container>.row {
    border-bottom: solid 1px #fff;
    margin-bottom: 15px;
    padding-bottom: 27px;
}

.footer-head {
    font-family: 'Heebo', sans-serif; font-weight: 600;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

.footer-form {
    padding-right: 60px;
}

.footer-form p {
    color: #fff;
    font-size: 14px;
}

.footer-form form .input-form .form-control {
    padding: 12px 145px 12px 20px;
    border: none;
    border-radius: 10px;
}

.footer-form button {
    background-color: #0056B3;
    color: #fff;
    padding: 10px 32px;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    position: absolute;
    right: 2px;
    top: 2px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    border: none;
}

.footer-form form .input-form {
    position: relative;
}

.foot-social ul {
    padding: 0px;
}

.foot-social ul li {
    list-style: none;
    display: inline-block;
}

.foot-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #F46A00;
    text-align: center;
    line-height: 32px !important;
    margin-right: 10px;
}

.foot-social {
    margin-top: 70px;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-menu ul li a {
    color: #fff;
    text-transform: uppercase;
}

.foote-info .form-control {
    padding: 10px 15px;
    margin-bottom: 15px;
}

.address-phone p {
    color: #fff;
    margin-bottom: 11px;
}

.foote-info .address-phone a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #F46A00;
    text-align: center;
    line-height: 32px !important;
    margin-right: 10px;
}

.foote-info .address-phone a {
    color: #fff;
}

.foote-info .footer-head,
.footer-form .footer-head {
    margin-bottom: 15px;
}

.bottom-footer {
    background-color: #fff;
    padding: 15px 0px;
}

.inner-foot-botm {
    display: flex;
    justify-content: space-between;
}

.foot-prcy p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}

.foot-prcy p a {
    color: #000;
}

.foot-prcy.rd-link p a {
    color: #0056B3;
}

/*============= end footer area ===========*/

/*========== about us page============*/

.bred-strip {
    padding: 15px 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-image: url(/wp-content/uploads/2023/03/banner-strip.jpg);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bred-strip .bread-inner-content h1 {
    margin-bottom: 0px;
    color: #363636;
    text-align: center;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 32px;
}

.bred-strip ul li {
    color: #363636;
}

.bred-strip .spacer {
    font-size: 0.8rem;
    padding: 0 10px;
}

.bred-strip ul li a {
    color: #363636;
}

.bred-strip .pagination {
    align-items: center;
    justify-content: center;
}

/*========== end about us page============*/

/*=========== our doctors area page============*/

.book-appintment-form.book-appoint-filter {
    box-shadow: none;
    padding: 0px;
    top: 0px;
}

.dr-filter-form .row {
    align-items: center;
    justify-content: center;
}

.book-appintment-form.book-appoint-filter .form_inner .form-control {
    margin-bottom: 0px;
}

.book-appoint-filter .cmn-btn {
    padding: 11px 30px 10px;
    border-radius: 40px;
}

.dental-list-area {
    padding: 50px 0px;
    position: relative;
}

.cricle-pos-list-fst img {
    width: 80%;
    z-index: -99;
}

.cricle-pos-list-fst {
    position: absolute;
    top: 180px;
    z-index: -1;
}

.dental-list-area .heading.heading-sec {
    margin-bottom: 40px;
}

.meet-dental-team.meet-dental-list {
    margin-top: 0px;
    padding: 50px 90px 0px;
}

.meet-dental-team.meet-dental-list .col-lg-4 {
    padding: 0px 25px;
}

.meet-dental-list .dental-team-bx {
    background-color: #edebfc;
    border-radius: 40px;
    padding-bottom: 31px;
}

.meet-dental-list .dental-team-bx h4 {
    font-size: 22px;
    margin-top: 30px;
}

.meet-dental-list .cmn-btn {
    border-radius: 100px;
    box-shadow: none;
}

.dt-list-bg {
    margin-bottom: 50px;
}

.dt-list-bg .clinic-direc-btn.team-info-btn {
    margin-top: 30px;
}

.whole_pagination .pagination {
    justify-content: center;
}

.whole_pagination .pagination .page-numbers {
    margin: 0px 8px;
    border: solid 1px #000000;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 31px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.whole_pagination .pagination .page-numbers.current {
    color: #0056B3;
}

.whole_pagination .pagination .page-numbers i {
    color: #0056B3;
}

.get-instant-help.get-instant-list-pg {
    padding: 80px 0px 50px;
}

.discover-dental.discover-dental-list-pg {
    padding-bottom: 50px;
    position: relative;
}

.cricle-pos-list-sec {
    position: absolute;
    right: 0;
    text-align: right;
}

.cricle-pos-list-sec img {
    width: 80%;
}

/*===========end  our doctors area page ============*/

/*===========doctors detail page===========*/

.dr-full-detail-area {
    padding: 60px 0px 70px;
}

.dr-full-img {
    background-color: #edebfc;
    border-radius: 40px;
    position: sticky;
    top: 120px;
}

.dr-full-img img {
    border-radius: 40px;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.dr-full-cnt {
    padding-left: 30px;
}

.dr-full-btn {
    padding: 40px 20px;
}

.dr-full-cnt h2 {
    font-family: 'Heebo', sans-serif; font-weight: 700;
    font-size: 36px;
    color: #142883;
}

.dr-full-cnt hr {
    width: 80px;
    height: 1.55px;
    background-color: #F46A00;
    opacity: 1;
    margin: 10px 0px;
}

.dr-full-cnt h3 {
    font-size: 22px;
    color: #142883;
    font-family: 'Heebo', sans-serif; font-weight: 700;
    margin-top: 25px;
}

.dr-full-cnt p {
    margin-bottom: 0px;
}

/*===========end doctors detail page=========== */

/*============book an appointment page ============*/

.book-appointment-info-area {
    padding: 30px 0px 50px;
}

.book-appointment-info-area .heading.heading-sec {
    margin-bottom: 30px;
}

.reach-out-area {
    padding: 30px 40px;
    height: 100%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
}

.contact-info-bx {
    text-align: center;
    margin-top: 45px;
}

.contact-info-bx p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}

.contact-info-bx p a {
    color: #000;
}

.contact-social {
    min-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-social ul {
    padding-left: 0px;
}

.contact-social ul li {
    display: inline-block;
}

.contact-social ul li a {
    width: 33px;
    height: 33px;
    line-height: 34px;
    display: inline-block;
    background-color: #0243c3;
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    text-align: center;
}

.book-appintment-form.appoint-bg-main {
    padding: 30px 30px;
    background-color: #233c8e;
}

.book-appintment-form.appoint-bg-main .form_inner .form-control {
    box-shadow: none;
}

.input_box.gend-inp-box {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
    color: #000000;
    border-radius: 10px;
    border: solid 1px #eee;
    display: flex;
    justify-content: space-between;
}

.gend-inp-box .radio-inline {
    margin-right: 10px;
    font-size: 15px;
}

.gend-inp-box .radio-inline:last-child {
    margin-right: 0px;
}

.gend-inp-box .radio-inline input {
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.cstm-upload #file-chosen {
    margin-left: 0px;
    color: #fff;
    text-transform: uppercase;
    min-width: 200px;
    margin-right: 4px;
    font-size: 14px;
}

.cstm-upload label {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    margin-top: 0px;
    border-radius: 10px !important;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.upload-ic {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 12px;
}

.upload-ic img {
    width: 21px;
}

.appoint-bg-main .form-sbmt-btn .cmn-btn {
    /* border-radius: 100px; */
    padding: 12px 60px 12px;
}

/*iso area */

.iso-area {
    padding-bottom: 100px;
}

.inner-iso-area {
    background-color: #faf9fc;
    padding: 30px 70px;
    border-radius: 100px 0px 100px 0px;
    position: relative;
}

.iso-cnt {
    text-align: center;
}

.iso-cnt p {
    font-family: 'Heebo', sans-serif; font-weight: 600;
    margin-top: 9px;
    margin-bottom: 0px;
    font-size: 20px;
}

.teeth-vc-pos-new {
    position: absolute;
    left: -10%;
    top: 0;
}

/*patient test*/

.patient-testi-google {
    background-image: url(/wp-content/uploads/2023/03/testi-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 70px;
}

.glg-rateing {
    text-align: center;
}

.glg-patent-slide {
    margin-top: -91px;
}

.glg-rateing h2 {
    color: #000;
    font-size: 48px;
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif; font-weight: 700;
}

.glg-rateing img {
    width: 80px;
    margin-top: -14px;
}

.glg-rateing p {
    color: #000000;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.gle-tesi-cnt {
    text-align: center;
    margin-bottom: 70px;
    padding: 0px 40px;
}

.gle-tesi-cnt img {
    width: 27px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.gle-tesi-cnt h3 {
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px;
}

.gle-tesi-cnt h4 {
    color: #363636;
    font-size: 16px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.gle-tesi-inner .row {
    justify-content: center;
}

.glg-patent-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.glg-patent-slide .owl-dots .owl-dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #808080;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.glg-patent-slide .owl-dots .owl-dot.active {
    background: #0056B3 !important;
}

/*dr own slide*/

.dr-owl-slide .owl-carousel .owl-nav button.owl-next,
.dr-owl-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 42px;
    color: #0056B3;
    background-color: #fff;
    box-shadow: 0px 0px 11px #eee;
}

.dr-owl-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 33%;
    left: -75px;
}

.dr-owl-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 33%;
    right: -75px;
}

/*counter area */

.conter-book-pg {
    top: 0px;
}

.conter-book-pg .inner-counter-bg {
    background-color: transparent;
    padding: 0px 40px;
}

.conter-book-pg .usp_box h2 {
    color: #F46A00;
    font-size: 48px;
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif; font-weight: 700;
}

.conter-book-pg .usp_box span {
    color: #F46A00;
}

.conter-book-pg .usp_box p {
    color: #000;
}

.conter-book-pg .inner-counter-bg .banner_uspes .col:not(:last-child):after {
    background: #000;
}

.banner-conter-area.conter-book-pg {
    padding: 20px 0px 40px;
}

/*============book an appointment page ============*/

/*============== about us page ===============*/

.about-main-cnt {
    padding: 50px 0px 0px;
}

.about-dn-img {
    padding-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about-dn-cnt p {
    text-align: justify;
}

.about-dn-img img {
    width: 100%;
}

.abt-dn-row {
    padding: 40px 0px;
}

.about-tp-img {
    text-align: center;
    margin: 30px 0px 10px;
}

/*award area */

.awrd-certificates-area .heading {
    margin-bottom: 70px;
}

.certi-bx {
    text-align: center;
}

.certi-bx img {
    height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
}

.certi-bx p {
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.awrd-certificates-area {
    background-image: url(/wp-content/uploads/2023/03/testi-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0px 60px;
}

.about-certi-owl .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.about-certi-owl .owl-dots .owl-dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #808080;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.about-certi-owl .owl-dots .owl-dot.active {
    background: #0056B3 !important;
}

/*ethics hygiene area */

.nav-tabs.ethics-nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 25px;
}

.nav-tabs.ethics-nav-tabs .nav-item.show .nav-link,
.nav-tabs.ethics-nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
    box-shadow: 0px 3px 7px #cbcaca;
}

.nav-tabs.ethics-nav-tabs .nav-link {
    border: 1px solid #0056B3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
    margin: 0px 15px;
    background-color: #fff;
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    text-transform: uppercase;
    padding: 11px 40px;
}

.ethics-hygiene-area {
    background-color: #dbeffa;
    padding: 50px 0px;
}

.eth-p {
    margin-bottom: 30px;
}

.eth-p p {
    text-align: center;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.ethics-graph-cnt ul {
    padding: 0px;
}

.ethics-graph-cnt ul li {
    position: relative;
    padding-left: 4px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 22px;
    list-style: none;
}

.ethics-graph-cnt ul li:after {
    position: absolute;
    content: '';
    left: -14px;
    top: 6px;
    color: #2e3290;
    font-size: 24px;
    line-height: normal;
    width: 8px;
    height: 8px;
    background: #0056B3;
    border-radius: 100px;
}

.ethics-graph-cnt.lf-pd {
    padding-right: 20px;
}

.ethics-graph-cnt.rt-pd {
    padding-left: 40px;
}

.ethic-graph-img img {
    height: 320px;
    object-fit: cover;
}

/*vision and mission*/

.vision-mission {
    padding: 50px 0px;
}

/*patent care */

.patent-care-img {
    padding-right: 40px;
}

.patent-caere-cnr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.patent-caere-cnr p {
    text-align: justify;
}

.patent-vare .heading.heading-sec {
    margin-bottom: 40px;
}

.patent-vare {
    padding-bottom: 60px;
}

/*============== end about us page ===============*/

/*========= local listing page ==============*/

.find-dental-clinic {
    padding: 50px 0px;
}

.find-dental-clinic .heading p {
    margin-bottom: 40px;
}

.find-dental-scroll-bx {
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
    padding: 11px 15px 30px 25px;
}

.find-dental-clinic .heading {
    margin-bottom: 50px;
}

.dental-find-bx {
    display: flex;
}

.dental-find-bx-cnt {
    width: 68%;
}

.dental-find-btn {
    width: 32%;
    text-align: right;
}

.find-dental-scroll-bx .dental-find-btn .cmn-btn {
    width: 80%;
    margin: 5px 0px;
    text-align: center;
    font-size: 14px;
    padding: 10px 18px 10px;
}

.dental-find-bx {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #000;
    padding: 16px 0px;
}

.dental-find-bx-cnt h3 {
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.dental-find-bx-cnt h3 {
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 22px;
}

.dental-find-bx-cnt p {
    color: #363636;
    margin-bottom: 6px;
}

.dental-find-bx-cnt p span {
    display: block;
}

.dental-find-bx-cnt ul {
    padding: 0px;
}

.dental-find-bx-cnt ul li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}

.dental-find-bx-cnt ul li a {
    color: #363636;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 14px;
}

.dental-find-bx-cnt ul li i {
    color: #F46A00;
    margin-right: 7px;
}

.find-dental-map {
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
    padding: 30px 24px;
    height: 100%;
    background-color: #fff;
}

.find-dental-map iframe {
    width: 100%;
    height: 100%;
}

/*custome scroll*/

.custome-scroll {
    height: 670px;
    overflow: auto;
    padding-right: 15px;
}

.custome-scroll::-webkit-scrollbar {
    width: 4px;
}

.custome-scroll::-webkit-scrollbar-track {
    background: #f2f1fe;
}

.custome-scroll::-webkit-scrollbar-thumb {
    background: #0056B3;
}

/*talk btn */

.wd-nbn {
    text-align: center;
    margin-top: 25px;
}

.talk-to-cd {
    display: inline-block;
    background: #0056B3;
    border-radius: 60px;
    padding: 8px 25px 8px 15px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    margin: 40px 0 0;
}

.talk-to-cd .t-inner {
    display: flex;
    align-items: center;
}

.talk-to-cd .t-info {
    text-align: center;
    padding-left: 20px;
}

.talk-to-cd h6 {
    font-size: 17px;
    margin-bottom: 2px;
    text-align: left;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    color: #fff;
}

.talk-to-cd h2 {
    font-size: 28px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    margin: 0;
    color: #fff;
}

/*dental treat */

.dental-treat-find {
    padding: 50px 0px 50px;
    background-color: #dbeffa;
}

.dental-treat-find .dental-treat-bx {
    box-shadow: 0px 0px 13px #d4d4d4;
}

.dental-treat-find .dent-treat-cnt {
    background-color: #fff;
}

/*========= end local listing page===========*/

/*========local listing inner page===========*/

.clinic-team {
    padding: 50px 0px 40px;
}

.clinic-team-img img {
    width: 100%;
}

.clinic-team .heading {
    margin-bottom: 30px;
}

.inner-listing-area {
    background-color: #fbfbfb;
    padding: 60px 70px;
    border-radius: 30px;
}

.local-listing-area .map-area iframe {
    width: 100%;
    height: 325px;
}

.list-area h4 img {
    width: 25px;
    margin-top: -8px;
    margin-right: 4px;
}

.list-area h4 {
    color: #000;
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif; font-weight: 700;
    font-size: 24px;
}

.list-area p {
    margin: 30px 0px 30px;
    font-size: 18px;
    color: #363636;
    width: 70%;
}

.list-area ul {
    padding: 0px;
}

.list-area ul li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}

.list-area ul li a {
    color: #363636;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 18px;
}

.list-area ul li i {
    color: #F46A00;
    margin-right: 7px;
}

.listing-data {
    height: 100%;
    display: flex;
    align-items: center;
}

/*review bar*/

.bar-container {
    width: 100%;
    background-color: #ebebeb;
    text-align: center;
    color: white;
    border-radius: 10px;
    overflow: hidden;
}

.bar-5 {
    width: 100%;
    height: 8px;
    background-color: #233c8e;
}

.bar-4 {
    width: 0%;
    height: 8px;
    background-color: #233c8e;
}

.bar-3 {
    width: 0%;
    height: 8px;
    background-color: #233c8e;
}

.bar-2 {
    width: 0%;
    height: 8px;
    background-color: #233c8e;
}

.bar-1 {
    width: 0%;
    height: 8px;
    background-color: #233c8e;
}

.review-bar .side {
    width: 30px;
    margin-top: 10px;
    display: inline-block;
}

.review-bar .middle {
    margin-top: 10px;
    width: 90%;
    display: inline-block;
}

.glg-rateing.bar-rating img {
    width: 115px;
    margin-top: 0px;
}

.glg-rateing.bar-rating p {
    color: #000000;
    margin-top: 13px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.review-bar .side p {
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.glg-rateing.bar-rating {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/*review content*/

.review-area {
    padding: 70px 0px 80px;
}

.review_box_wrap {
    margin-top: 30px;
}

.review_box {
    padding: 30px 10px;
    border-bottom: 1px solid #233c8e;
    display: flex;
}

.review_box:last-child {
    border-bottom: none;
}

.review_box .img_box {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #f7f7f7;
}

.r_info {
    margin-left: 20px;
}

.r_info .info_head {
    position: relative;
}

.r_info .info_head h3 {
    margin: 0;
    color: #233c8e;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.review_stars {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.r_info p {
    color: #000;
    margin-bottom: 0px;
}

.review_stars img {
    width: 105px;
}

/*review about*/

.review-about-radiant {
    padding-left: 60px;
}

.review-about-radiant .heading p {
    text-align: justify;
    margin-top: 30px;
}

.dental-treat-list-pg {
    padding-bottom: 60px;
}

/*========end local listing inner page===========*/

/*============ contact us page ============*/

.find-clinic-contact-pg {
    padding: 30px 0px;
}

.find-clinic-contact-pg .heading {
    margin-bottom: 50px;
}

.dr-clic-find-map .dental-find-bx-cnt {
    width: 100%;
}

.dr-clic-find-map .dental-find-btn {
    width: 100%;
    text-align: left;
}

.dental-find-bx.dr-clic-find-map {
    padding: 30px 20px;
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
    border-bottom: none;
    margin-bottom: 40px;
}

.dr-clic-find-map iframe {
    width: 100%;
    height: 230px;
    border-radius: 20px;
}

.direction-book .cmn-btn {
    width: 43%;
    text-align: center;
    font-size: 14px;
    padding: 9px 16px 9px;
    margin-right: 16px;
}

.direction-book .cmn-btn:last-child {
    margin-right: 0px;
}

.dr-clic-find-map .dental-find-bx-cnt ul {
    padding: 0px;
    margin: 15px 0px 23px;
}

/*============ end contact us page ============*/

/*============ technology page ===========*/

.technology-area {
    padding: 50px 0px 10px;
}

.technology-lft-cnt h3 {
    color: #000;
    font-size: 32px;
    line-height: 36px;
    margin: 30px 0px 9px;
    font-family: 'Heebo', sans-serif; font-weight: 700;
}

.technology-lft-cnt h3:first-child {
    margin-top: 0px;
}

.row.technology-row {
    align-items: center;
    padding: 0px 0px 50px;
}

.technology-rgt-img img {
    border-radius: 10px;
}

.technology-area .heading {
    margin-bottom: 50px;
}

.csr-area .row.technology-row {
    padding-bottom: 35px;
}

/*============ end technology page ===========*/

/*========= gallery page ========*/

.press-release {
    padding: 50px 0px 35px;
}

.line.line-cent::after {
    left: 57px;
}

.line.line-cent {
    margin-bottom: 13px;
}

.press-release-bx {
    background-color: #fff0ff;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.press-release-bx img {
    width: 100%;
    height: 211px;
    object-fit: cover;
    border-radius: 10px;
}

/*=========end  gallery page ========*/

/*=========== blog page ===========*/

.main-blog-area {
    padding: 50px 0px 60px;
}

.blog-area {
    padding: 30px 0px 60px;
}

.blog-left-area {
    padding-right: 44px;
}

.blogs-row {
    margin-bottom: 50px;
}

.top-blog-head h1 {
    font-size: 22px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    color: #000;
    margin-bottom: 29px;
}

.main-blog-img img {
    border: solid 1px #939090;
    height: 207px;
    object-fit: cover;
    width: 100%;
}

.main-blog-cnt h6 {
    color: #0056B3;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.main-blog-cnt h3 {
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 24px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-blog-cnt ul {
    padding: 0;
}

.main-blog-cnt ul li {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
    list-style: none;
}

.main-blog-cnt p {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 3px 0px 4px;
}

.blog-vie-btn {
    color: #0056B3;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.back-btn {
    background-color: #0056B3;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s;
    border: none;
}

.back-btn:hover {
    background: #000;
    color: #fff;
}

.back-main-cate-btn {
    margin-top: 60px;
}

/*blog sidebar*/

.categories-search form {
    position: relative;
}

.categories-search form .form-control {
    border: none;
    background: #f9f9f9;
    padding: 13px 13px 12px 20px;
    position: relative;
    border-width: 2px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.blog-search-button {
    border: none;
    position: absolute;
    right: 2px;
    top: 3px;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 15px;
    color: #233c8e;
}

.right-cat-hed {
    color: #F46A00;
    font-size: 20px;
    margin-bottom: 13px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

/*service form*/

.book-appointment .service-form {
    background-color: #f9f9f9;
    padding: 25px 20px;
}

.book-appointment .service-form .input-group {
    margin-bottom: 15px;
    position: relative;
}

.book-appointment .service-form .input-group .input-group-text {
    background-color: transparent;
    border: 0px;
    color: #5AB6E3;
    font-size: 16px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 3px;
    padding: 8px;
}

.book-appointment .service-form .input-group .input-group-text i {
    color: #F46A00;
}

.book-appointment .service-form .input-group .form-control {
    padding: 8px 10px;
    font-size: 14px;
    padding-left: 34px;
    color: #000;
    border-radius: 4px !important;
    border: solid 1px #afafaf;
    background-color: #fff;
}

.book-appointment .service-form .input-group .selectdiv {
    width: 100%;
}

.service-form .input-group select.form-control option {
    color: #000;
}

.book-appointment .service-form .input-group textarea.form-control {}

/*blog categories*/

.blog-categories ul {
    padding: 0px;
}

.blog-categories ul li {
    display: inline-block;
    list-style: none;
}

.blog-categories ul li a {
    background-color: #ededed;
    color: #000;
    font-size: 16px;
    padding: 7px 15px;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
}

.blog-categories ul li a:hover {
    background-color: #0056B3;
    color: #fff;
    transition: all 0.5s;
}

.trending-post ul {
    padding: 0px;
}

.trending-post ul li {
    margin-bottom: 9px;
    list-style: none;
}

.trending-post ul li a {
    background-color: #ededed;
    padding: 12px 20px;
    display: flex;
    color: #000;
    align-items: center;
}

.trending-post ul li a:hover {
    background-color: #0056B3;
    color: #fff;
    transition: all 0.5s;
}

.tren-span {
    font-family: 'Heebo', sans-serif; font-weight: 600;
    font-size: 38px;
    line-height: initial;
    width: 34px;
    margin-right: 13px;
}

.trend-dis {
    font-size: 16px;
}

/*get instent help */

.blog-inner-get-help {
    background-color: #F46A00;
    padding: 30px 30px 20px;
    margin-top: 34px;
}

.blog-inner-get-help .get-instant-cnt {
    text-align: center;
}

.blog-inner-get-help .get-instant-cnt h3 {
    font-size: 34px;
}

.blog-inner-get-help .get-instant-cnt p {
    font-size: 18px;
}

.blog-inner-get-help .get-instant-cnt a {
    font-size: 16px;
}

.teeth-vc-pos-sec {
    text-align: center;
    margin-top: 25px;
}

.teeth-vc-pos-sec img {
    width: 160px;
}

/*=========== end blog page ===========*/

/*=============== blog inner page ==============*/

.blog-sidebar {
    position: sticky;
    top: 90px;
}

.blog-detail-inner .heading {
    margin-bottom: 29px;
}

.fact-checked .authorname h4 {
    font-style: normal;
}

.fact-checked .authorname h4 .clin-cont {
    color: #000;
    font-size: 14px;
    display: block;
}

span.dr-samp {
    display: block;
    color: #000;
    text-transform: uppercase;
}

.fact-checked-btn {
    margin-left: 48px;
}

.fact-checked-btn p {
    margin-bottom: 0px;
    background-color: #0056B3;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 100px;
}

.fact-checked-btn p i {
    color: #fff;
}

.blog-author.fact-checked {
    margin: 0px 0px 30px;
    border-bottom: solid 1px #bababa;
    padding-bottom: 40px;
}

.aut-info {
    display: flex;
}

.blog-lft.blog-detail-inner {
    padding-right: 25px;
}

.table-content {
    background-color: #f9f9f9;
    padding: 25px 20px;
    height: auto;
}

.table-head h4 {
    color: #F46A00;
    font-size: 19px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.table-head {
    text-align: center;
}

.table-head hr {
    color: #1a3c55;
    opacity: 1;
    width: 120px;
    margin: 10px auto 21px;
}

.table-content ul {
    padding: 0px;
    margin-bottom: 0;
}

.table-content ul li {
    color: #000000;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.table-content ul li a {
    color: #000000;
}

.table-content ul li span {
    width: 30px;
    color: #F46A00;
    font-size: 16px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    display: inline-block;
}

.blg-tab-references ul li a {
    color: #000000;
    text-decoration: underline;
}

.blg-tab-references ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.blg-tab-references ul li {
    padding: 7px 0px;
    font-size: 15px;
}

.table-blog-cnt.blg-tab-references {
    border-bottom: solid 1px #bababa;
    padding: 38px 0px;
    margin: 0px 10px;
}

.table-blog-cnt h2 {
    color: #F46A00;
    font-size: 30px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.table-blog-cnt p {
    font-size: 16px;
    color: #000000;
    text-align: justify;
    line-height: 26px;
}

.table-blog-cnt a {
    color: #000000;
    text-decoration: none;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.authorname br {
    display: none;
}

/*========faq*========*/

.blog-inner-faq {
    border-bottom: solid 1px #bababa;
    border-top: solid 1px #bababa;
    padding: 30px 0px;
    padding-right: 70px;
}

.blog-inner-faq .accordion-item:last-child .accordion-button.collapsed {
    border-bottom: none;
}

.blog-inner-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.blog-inner-faq .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.blog-inner-faq .accordion-body {
    background-color: #f9f9f9;
    border-left: solid 2px #F46A00;
    font-size: 16px;
    color: #000;
    padding: 1rem 1.25rem;
}

.blog-inner-faq .accordion-button {
    font-size: 16px;
    padding: 16px 0px;
    font-weight: 700;
    color: #000;
}

.blog-inner-faq .accordion-button.collapsed {
    border-bottom: solid 1px #bababa;
}

.blog-inner-faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.blog-inner-faq .accordion-item {
    background-color: #fff;
    border: none;
}

.blog-inner-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    font-size: 11px;
}

.blog-inner-faq .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067 ";
    font-size: 11px;
    width: auto;
}

.blog-author {
    display: flex;
    justify-content: space-between;
}

.authorname h4 {
    color: #646464;
    font-size: 16px;
    margin-bottom: 0px;
    font-style: italic;
}

.authorname p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
}

.authorname {
    margin-left: 15px;
}

.author-img img {
    width: 100%;
}

.author-img {
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 100px;
}

/*===============end blog inner page ==============*/

/*============== treatment page ==============*/

.root-canal-treat-area {
    padding: 50px 0px;
}

.root-canal-cnt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.root-canal-cnt .heading p {
    margin-top: 25px;
    text-align: justify;
}

.root-canal-treat-area .book-appintment-form {
    background-color: #233c8e;
}

.root-canal-treat-area .book-appintment-form .heading h2 {
    color: #fff;
}

.root-canal-treat-area .book-appintment-form .heading hr {
    background-color: #fff;
}

.root-canal-treat-area .book-appintment-form .form_inner .form-control {
    box-shadow: none;
}

.root-canal-treat-area .cmn-btn {
    box-shadow: none;
}

/*need rct */

.need-rct-area {
    background-color: #faf9fc;
    padding: 50px 0px;
}

.need-rct-img {
    padding: 0px 50px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.need-rct-img img {
    width: 100%;
    border-radius: 20px;
    height: 380px;
    object-fit: cover;
}

.need-rct-cnt {
    padding-right: 70px;
    display: flex;
    height: 100%;
    align-items: center;
}

.need-rct-cnt .heading p {
    text-align: justify;
}

/*telltale sign*/

.telltale-sign-area {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.cricle-pos-tret {
    position: absolute;
    left: 0px;
    bottom: -30%;
    z-index: -1;
}

.telltale-sign-area .heading {
    margin-bottom: 40px;
}

.talltale-cnt .tlt-inr {
    min-height: 140px;
    margin-bottom: 50px;
}

.talltale-cnt .tlt-inr:last-child {
    margin-bottom: 0px;
}

.tlt-inr h3 {
    color: #F46A00;
    font-family: 'Heebo', sans-serif; font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.talltale-lft {
    text-align: right;
}

.talltale-cnter {
    text-align: center;
    margin-top: 40px;
}

.talltale-graph-img {
    text-align: center;
}

.talltale-graph-img img {
    min-height: 330px;
    object-fit: cover;
}

.talltale-cnt.talltale-cnter .tlt-inr {
    min-height: auto;
}

/*procedure Root */

.procedure-root-area {
    background-color: #faf9fc;
    padding: 50px 0px;
}

.procedure-root-row {
    margin: 40px 0px;
}

.procedure-root-cnt {
    display: flex;
    height: 100%;
    justify-content: center;
    padding-right: 40px;
    align-items: flex-start;
    flex-direction: column;
}

.procedure-root-cnt ul {
    padding: 0px;
}

.procedure-root-cnt ul li {
    position: relative;
    padding-left: 4px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    list-style: none;
}

.procedure-root-cnt ul li:last-child {
    margin-bottom: 0px;
}

.big_circle_list li {
    list-style-type: none;
    position: relative;
    padding-left: 5px;
    margin-bottom: 15px;
}

.procedure-root-cnt ul li:after,
ul.big_circle_list li:after {
    position: absolute;
    content: '';
    left: -14px;
    top: 6px;
    font-size: 24px;
    line-height: normal;
    width: 10px;
    height: 10px;
    background: #0056B3;
    border-radius: 100px;
}

.procedure-root-area.procedure-root-alt {
    background-color: #fff;
    padding: 20px 0px 40px;
}

.procedure-root-row .procedure-root-cnt {
    padding-left: 40px;
    padding-right: 0px;
}

.procedure-root-row .read-btn {
    margin-top: 30px;
}

/*conter area */

.banner-conter-area.counter-treatment {
    top: 0px;
}

/*treatable cases*/

.treatable-case-area {
    padding: 60px 0px;
}

.treatable-case-area .heading {
    margin-bottom: 20px;
}

.treat-case-bx {
    position: relative;
}

.treat-case-bx img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.treat-name {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    right: 0;
}

.treat-name h4 {
    background: #ffffff;
    color: #000;
    padding: 12px 40px 12px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0px 3px 4px #6c6c6c;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    border: solid 1px #ffffff;
    transition: all 0.5s;
}

.discover-dental-treat-pg {
    padding: 50px 0px;
}

/*type bracse*/

.type-bracse {
    padding: 10px 0px 50px;
}

.type-bracse .heading {
    margin-bottom: 30px;
}

.type-bracse-bx {
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
    padding: 30px 40px;
    height: 100%;
    background-color: #fff;
    position: relative;
}

/*type category*/

.type-category {
    padding: 50px 0px 0px;
}

.type-category .row {
    justify-content: center;
}

.type-category {
    padding: 50px 0px;
}

.type-category .heading {
    margin-bottom: 40px;
}

.typ-cate-bx {
    text-align: center;
    box-shadow: 0px 0px 7px #dbdada;
    border-radius: 10px;
    height: 100%;
    padding: 10px 5px;
    transition: all 0.5s;
}

.typ-cate-bx:hover {
    background-color: #F46A00;
}

.typ-cate-bx:hover p {
    color: #fff;
}

.typ-cate-bx a {
    display: block;
    height: 100%;
}

.typ-cate-bx img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 100px;
}

.typ-cate-bx p {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #F46A00;
    font-family: 'Heebo', sans-serif; font-weight: 700;
    font-size: 14px;
}

/*============== end treatment page ==============*/

/*============= testiomnail page ===============*/

.testimonials-tab-area {
    padding-top: 50px;
}

.testi-top-tab .nav.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.testi-top-tab .nav-tabs .nav-item.show .nav-link,
.testi-top-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
    box-shadow: 0px 3px 7px #cbcaca;
    padding: 7px 14px;
    border-radius: 10px;
}

.testi-top-tab .nav-tabs .nav-link:hover {
    border-color: #fff #fff #fff;
    border-bottom-color: #0056B34f;
}

.testi-top-tab .nav-tabs .nav-link {
    color: #636363;
    background-color: #fff;
    margin: 0px 15px;
    padding: 7px 0px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    border-bottom: solid 1px #0056B34f;
}

.testimonail-main-box {
    padding: 30px 0px;
}

.testi-stories-bx {
    margin-bottom: 45px;
}

.stori-review {
    background: #26a9e1;
    background-image: linear-gradient(88deg, #26a9e1, #3174e3);
    padding: 20px 30px;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 15px;
    min-height: 181px;
    display: flex;
    align-items: center;
}

.stori-review p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
}

.stori-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stori-author-img {
    width: 80px;
    height: 80px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 100px;
    margin-right: 20px;
}

.stori-author-img img {
    width: 100%;
}

.stori-authorname img {
    width: 90px !important;
}

.stori-authorname h4 span {
    display: block;
}

.stori-authorname h4 {
    color: #000;
    font-size: 16px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.stories-owl .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.stories-owl .owl-dots .owl-dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #808080;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.stories-owl .owl-dots .owl-dot.active {
    background: #0056B3 !important;
}

/*before after*/

.treatable-case-area.before-after-area .heading {
    margin-bottom: 40px;
}

.treatable-case-area.before-after-area {
    padding: 60px 0px 60px;
}

.before-after-owl .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.before-after-owl .owl-dots .owl-dot {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #808080;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.before-after-owl .owl-dots .owl-dot.active {
    background: #0056B3 !important;
}

/*============= end testiomnail page ===============*/

/*============ dental-tourism-in-india page=============*/

.dental-tour-about {
    padding: 60px 0px;
}

.dental-india-graf-img img {
    width: 100%;
}

.blog-faq.dr-treat-inter-faq .accordion-button span {
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
    line-height: unset;
    text-align: center;
    border-radius: 0px;
    margin-right: 10px;
    color: #0056B3;
}

.blog-faq.dr-treat-inter-faq {
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
}

/*international patient*/

.inter-patient-care {
    position: relative;
    overflow: hidden;
    padding: 30px 0px 60px;
}

.inter-patient-care-cnt {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inter-patient-care-cnt .heading p {
    text-align: justify;
    margin-top: 20px;
}

.dt-treat-international .heading {
    margin-bottom: 40px;
}

.dt-treat-international {
    padding: 60px 0px;
}

/*why choose radiant*/

.why-choose-rgt-video .bytes-image {
    position: relative;
}

.why-choose-rgt-video .bytes-image .img_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.why-choose-rgt-video .bytes-image .img_box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 23%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.why-choose-rgt-video {
    padding-left: 40px;
    margin-bottom: 30px;
}

.why-choose-rgt-video .bytes-image .img_box img {
    height: 366px;
    object-fit: cover;
    width: 100%;
}

.why-choose-rgt-video .play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    background: url(/wp-content/uploads/2023/03/play-btn-1.png) no-repeat center;
    background-size: 9%;
}

.why-choose-radiant {
    background-color: #faf9fc;
    padding: 60px 0px;
}

.why-choose-lft-cnt .heading p {
    text-align: justify;
}

/*============ end dental-tourism-in-india page=============*/

/*thankyou page */

.banner.page_737 {
    display: none;
}

.thankyou-page {
    padding: 150px 0px;
}

.thankyou-page h1 {
    font-size: 100px;
    margin-bottom: 0px;
    text-shadow: 4px 4px 7px #F46A00;
}

.thankyou-page p {
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .thankyou-page h1 {
        font-size: 42px;
    }
    .thankyou-page {
        padding: 100px 0px;
    }
}

/*thankyou page */

/*new changes */

.error {
    border-bottom-color: red !important;
    background-image: url(/wp-content/uploads/2023/03/exclamation.png);
    background-position: 92% center;
    background-repeat: no-repeat;
}

.dr-full-cnt ul {
    padding-left: 15px;
}

.view-img img {
    width: 100px;
    border-radius: 10px;
}

.yt_video_modal .modal-dialog {
    max-width: 700px;
}

.yt_video_modal .btn-close {
    position: absolute;
    right: -21px;
    filter: invert(1);
    opacity: 1;
    background-color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    top: -10px;
}

.yt_video .play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url('/wp-content/uploads/2023/06/play-btn-1.png') no-repeat center;
}

.yt_video .play_btn:hover {
    background: url('/wp-content/uploads/2023/06/play-btn-active-1.png') no-repeat center;
}

.calendar_box {
    width: 100%;
    position: relative;
}

td.ui-datepicker-today a {
    background-color: #ff7a59 !important;
}

#datepicker td.ui-datepicker-today a {
    background-color: #ff7a59 !important;
}

#datepicker td.ui-datepicker-today a:hover {
    background-color: #ff7a59 !important;
}

#datepicker td a {
    color: #fff;
    background: #008000 !important;
}

#datepicker td a.ui-state-active {
    background-color: #008000b3 !important;
}

#datepicker td a:hover {
    color: #fff;
    background: #008000b3 !important;
}

#datepicker {
    width: 100%;
    padding-right: 10px;
    padding-top: 70px;
}

#datepicker .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-header {
    width: 100%;
    height: 65px;
    border: 0;
    position: absolute;
    top: -12px;
    left: 1px;
    background-color: #FFF;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

#ui-datepicker-div .ui-datepicker-header {
    top: 0;
}

#ui-datepicker-div {
    padding-top: 70px;
    display: none;
}

.calendar_box .ui-datepicker-header a,
#ui-datepicker-div .ui-datepicker-header a {
    background-color: #FFF;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
}

#datepicker .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-prev {
    left: 10px;
}

#datepicker .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-next {
    right: 10px;
}

.calendar_box .ui-datepicker-header a span,
#ui-datepicker-div .ui-datepicker-header a span {
    display: none;
}

.calendar_box .ui-datepicker-header a:after,
#ui-datepicker-div .ui-datepicker-header a:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    font-size: 14px;
    line-height: 40px;
    font-family: 'FontAwesome';
    color: #000;
    font-weight: lighter;
}

#datepicker .ui-datepicker-prev:after,
#ui-datepicker-div .ui-datepicker-prev:after {
    content: '\f053';
}

#datepicker .ui-datepicker-next:after,
#ui-datepicker-div .ui-datepicker-next:after {
    content: '\f054';
}

#datepicker .ui-datepicker-title,
#ui-datepicker-div .ui-datepicker-title {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#datepicker .ui-widget.ui-widget-content,
#ui-datepicker-div .ui-widget.ui-widget-content {
    border: 0;
}

#datepicker table,
#datepicker tr,
#datepicker th,
#datepicker td,
#ui-datepicker-div table,
#ui-datepicker-div tr,
#ui-datepicker-div th,
#ui-datepicker-div td {
    background-color: #FFF;
    border: 0 !important;
    padding: 0;
}

#datepicker th,
#ui-datepicker-div th {
    padding: 10px;
    font-size: 14px;
    line-height: 13px;
    color: #0091ae;
}

.ui-datepicker-calendar thead th {
    background-color: #fff !important;
}

#datepicker table td,
#ui-datepicker-div table td {
    padding: 4px 5px;
}

#datepicker td a,
#datepicker td span,
#ui-datepicker-div td a,
#ui-datepicker-div td span {
    display: inline-block;
    padding: 10px;
    border: 0;
    background-color: #FFF;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    border-radius: 5px;
}

#datepicker td a:hover,
#ui-datepicker-div td a:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

#datepicker .ui-state-highlight,
#ui-datepicker-div .ui-state-highlight {
    background-color: #f1f4f7;
}

#datepicker td a.ui-state-active,
#ui-datepicker-div td a.ui-state-active {
    background-color: #ff7a59;
    color: #FFF;
}

body #datepicker .ui-datepicker-today span,
body #datepicker .ui-datepicker-today a {
    background-color: #F00 !important;
    color: #FFF !important;
}

.date_info {
    padding: 0;
    margin: 20px 0 0 20px;
}

.date_info li {
    margin-bottom: 10px;
}

.date_info li span {
    display: inline-block;
    width: 30px;
    height: 15px;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.date_info li:nth-child(1) span {
    background-color: #F00
}

.date_info li:nth-child(2) span {
    background-color: #008000
}

/* new treatpages */

.icon-items {
    padding: 0;
    margin-top: 17px;
    margin-bottom: 10px;
}

.icon-items li {
    border: 1px solid #233c8e;
    display: inline-block;
    padding: 10px 10px;
    margin-right: 4px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.need-rct-img.need-rct-pd {
    padding: 0px 50px 0px 0px;
}

.benifit-ul {
    padding-left: 15px;
    margin-top: 19px;
}

.benifit-ul li {
    margin: 14px 0px;
}

.benifit-aliner-area {
    padding: 50px 0px;
}

.who-may-need {
    background-color: #faf9fc;
    padding: 50px 0px;
}

.who-may-need .heading p {
    max-width: 900px;
    margin: 0 auto;
}

.who-need-bx img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    margin-bottom: 18px;
}

.who-need-bx {
    background-color: #fff;
    padding: 40px 30px;
    min-height: 270px;
    border-radius: 10px;
    text-align: center;
}

.who-need-bx p {
    margin-bottom: 0px;
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
}

.who-may-need .heading {
    margin-bottom: 30px;
}

.inner-clinic-add {
    padding: 50px 0px 30px;
}

.inner-clinic-add .find-dental-near-bx {
    top: 0px;
}

/*======== aftercare page =========*/

.aftercare-treatment-area {
    background-color: #faf9fc;
    padding: 50px 0px;
    position: relative;
}

.after-top-head {
    padding: 50px 0px;
}

.after-treat-cnt h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    margin-top: 15px;
}

.after-treat-cnt .procedure-root-cnt {
    padding-right: 0px;
    padding-left: 15px;
}

.after-treat-cnt .procedure-root-cnt ul li {
    font-size: 15px;
}

.after-treat-img {
    text-align: center;
    padding: 0px 60px;
}

.after-treat-img img {
    border-radius: 20px;
}

.aftercare-concerns .row {
    padding: 70px 130px 0px;
}

.concerns-cnt {
    padding-left: 25px;
}

.concerns-cnt h4 {
    font-size: 31px;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    margin-bottom: 20px;
}

.pediatric-dentist p {
    margin-top: 12px !important;
    margin-bottom: 17px;
}

.pediatric-dentist h3 {
    color: #000;
    font-family: 'Heebo', sans-serif; font-weight: 600;
    margin-bottom: 10px;
}

.pediatric-dentist ul {
    margin-bottom: 17px;
}

.banner-lft-cnt {
    font-family: 'Heebo', sans-serif;
}

.banner-lft-cnt ul li {
    position: relative;
    padding-left: 4px;
    font-size: 18px;
    color: #1B3C74;
    margin-bottom: 15px;
    list-style: none;
    font-weight: 700;
    text-align: left;
}

.banner-lft-cnt ul li:after {
    position: absolute;
    content: '';
    left: -14px;
    top: 8px;
    font-size: 24px;
    line-height: normal;
    width: 10px;
    height: 10px;
    background: #1B3C74;
    border-radius: 100px;
}
