/*==============fonts area ==============*/
@font-face {
    font-family: 'Metropolis-Black';
    src: url('../fonts/Metropolis-Black.woff2') format('woff2'),
        url('../fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Extrabld';
    src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Light';
    src: url('../fonts/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Medium';
    src: url('../fonts/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Regular';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Thin';
    src: url('../fonts/Metropolis-Thin.woff2') format('woff2'),
        url('../fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*==============end fonts area ==============*/
body{
	font-family: Metropolis-Regular;
}
ul{
	margin: 0px;
}
a{
	text-decoration: none;
}
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;
}

.cmn-btn {
    background: #a57355;
    color: #FFF;
    padding: 12px 30px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Metropolis-Bold';
    border: solid 1px #a57355;
    transition: all 0.5s;
}
.cmn-btn:hover{
    color: #000;
    background: #fff;
}
.heading h2 {
    color: #000;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
    font-family: 'Metropolis-Extrabld';
}
.heading hr {
    width: 80px;
    height: 1.55px;
    background-color: #a57355;
    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 #a57355;
}
.header-area .navbar-brand {
    padding: 0px;
}
.header-area .navbar-brand img {
    width: 250px;
}
.header-area nav ul li:not(:last-child) a:after {
  content: "|";
  margin-left: 10px;
}
.main-header .navbar-dark .navbar-nav .nav-link {
    color: #5f5f5f;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.5s;
    padding: 31px 8px;
    font-family: Metropolis-Regular;
}
.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;
}
.megamenu-column-header {
    font-size: 15px;
    font-family: 'Metropolis-Extrabld';
    color: #142883;
}
.main-header .navbar-dark .navbar-nav .mega-clm .nav-item .nav-link {
    padding: 5px 5px;
    text-transform: capitalize;
    color: #000;
}

.appointment-header {
    display: flex;
    align-items: center;
}
.appointment-header p{
    margin-bottom: 0px;
}
.apt-contact p a {
    font-family: Metropolis-Bold;
    font-size: 15px;
    color: #5f5f5f;
}
.apt-time p img {
    width: 25px;
    margin-right: 8px;
}
.apt-contact p img {
    width: 25px;
    margin-right: 8px;
}
.apt-time span {
    font-family: 'Metropolis-Bold';
    font-size: 12px;
}
.apt-contact p {
    display: flex;
    align-items: center;
}
.apt-time p {
    display: flex;
    align-items: center;
}
.book-btn a {
    background-color: #a57355;
    color: #fff;
    font-family: 'Metropolis-Bold';
    padding: 10px 14px;
    display: inline-block;
    border-radius: 0px;
    font-size: 14px;
    margin: 0px 10px;
}

.apt-contact i{
    height: 56px;
    width: 56px;
    line-height: 56px;
    background: #f3ebe6 !important;
    border-color: #f3ebe6 !important;
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: 0 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
/* ============ end hader area =============*/


/*===========home main banner area =============*/
.main-banner-area .carousel-item {
    background-image: url(../images/banner-1.jpg);
    height: 600px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode:overlay;
    /*background: linear-gradient(90deg, rgb(21, 17, 16) 0%, rgba(21, 17, 16, 0.4) 100%);*/
    background-color:#0000008a;
    color: rgb(255, 255, 255);
    
}

.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 {
    color: #fff;
    margin-bottom: 10px;
    font-family: Metropolis-Black;
    font-size: 50px;
}
.main-banner-area .carousel-caption h1 span {
    font-family: 'Metropolis-Extrabld';
    font-size: 50px;
    display: block;
    font-style:italic;
    
}
.main-banner-area .carousel-caption p {
    color: #ffffffbd;
    font-size: 16px;
    margin-bottom: 10px;
}
.cmn-btn.dt-sol {
    background: #fff;
    color: #000;
    border: solid 1px #FFA109;
    box-shadow: none;
}

.slide-btn {
    margin-top: 40px;
}
.slide-btn a {
    margin-right: 15px;
}
.banner-pos {
    position: absolute;
    top: 8px;
    right: 15%;
    z-index: 99;
}
/*=========end home main banner area ===========*/


/*========== banner conter area ========*/



.help_you {
   
}
.help_you_box{ padding-top: 50px !important;
    padding-right: 35px !important;
    padding-bottom: 50px !important;
    padding-left: 35px !important;
    background: #ffffff url(http://www.slashcreative.co/themes/psychare/wp-content/uploads/2020/10/map-pattern.png?id=55) !important;
    border-radius: 10px;
        box-shadow: 0px 6px 60px 0px rgba(51,51,51,.1);

}

.consultation_box{
    padding-top: 30px !important;
    padding-right: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 50px !important;
    background: #6f4839 url(http://www.slashcreative.co/themes/psychare/wp-content/uploads/2020/10/phone-bg-copy.jpg?id=74) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 10px;
        box-shadow: 0px 6px 60px 0px rgba(51,51,51,.1);


}

.consultation-rgt .apt-contact i {
    
    background: #a47355 !important;
    border-color: #a47355 !important;
  color:#fff;
}
.consultation-rgt .apt-contact p a{color:#fff;margin-left:10px; font-size:22px;}
.consultation-rgt h4{ color:#fff;}
.consultation-rgt p{color:#ffffffbd;}

.banner-conter-area {
    position: relative;
    z-index: 99;
    top: -52px;
}
.inner-counter-bg {
  
    padding: 35px 40px;
    border-radius: 20px;
}
.usp_box {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content:center;
}
.count-img {
    margin-right: 20px;
}
.usp_box h2 {
    color: #a47355;
    font-size: 50px;
    margin-bottom: 0px;
    font-family: 'Metropolis-Bold';
    display: inline-block;
}
.usp_box span {
    color: #a47355;
    font-size: 34px;
    font-family: 'Metropolis-Extrabld';
    display: inline-block;
    line-height: 35px;
}
.usp_box p {
    color: #acabab;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0px;
    font-family: 'Metropolis-Bold';
}
.usp_box img {
    width: 80px;
    display: block;
}
.inner-counter-bg .banner_uspes .col {
    position: relative;
}

.help_you-cnt ul li{
    
        list-style: none;
}


.help_you-cnt  ul li i{
    
    padding-right:10px;
    color:#a57355;
}
/*========== end banner conter area ========*/

/*========= Dental Treatments area ==========*/
.dental-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dental-heading .heading h2 {
    font-size: 42px;
    line-height: 46px;
}
.dental-heading .heading p {
    color: #363636;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 24px;
}
.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;
}
/*.dental-treatments-area .owl-stage-outer {
    margin-right: -150px;
}*/
.dental-treatments-area .heading.heading-sec {
    margin-bottom: 30px;
}
.dental-treatments-area{padding:40px 0;}
.dent-treat-cin {
    background-color: #fff0ff;
}
.dent-treat-cin img {
    width: 110px !important;
    height: 110px;
    object-fit: contain;
    margin: 0 auto;
}
.dent-treat-cin {
    background-color: #f2f6ff;
    padding: 50px 30px;
    min-height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dent-treat-cnt h3 {
    color: #000;
    font-family: 'Metropolis-Bold';
    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: #1d378c;
    font-family: 'Metropolis-Bold';
    font-size: 18px;
}
.treatments-inr .owl-carousel .owl-nav button.owl-next, .treatments-inr .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 42px;
    color: #a57355;
    background-color: #fff;
    box-shadow: 0px 0px 11px #eee;
}
.treatments-inr .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 48%;
    left: -55px;
}
.treatments-inr .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: -55px;
}
/*========= end Dental Treatments area ==========*/

/*========= about  ==========*/

.usp-conter-area{
padding-top: 20px !important;
    padding-bottom: 20px !important;
    background: #f7f2ef url(/images/leaves-bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.banner_uspes .col:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 6px;
    border-right: 2px dashed rgb(165 115 85/15%);
}

.banner_uspes .col:before {
    content: "";
    position: absolute;
    right: -4px;
    top: -10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #a47355;
}


.about-ud {
    padding: 80px 0px;
    position: relative;
    padding-top: 64px !important;
    padding-bottom: 64px !important;
    background: #f7f2ef url(/images/brush-effect-1-1.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.cricle-pos-sec {
    position: absolute;
    right: 0;
    bottom: -36%;
    z-index: -1;
}
.about-radin-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.about-radin-img img{
    max-width:350px;
    width:100%;
}

.about-ud-cnt .heading p {
    text-align: justify;
    margin-bottom: 20px;
}
.about-ud-cnt .heading p span {
    color: #a57355;
    font-family: 'Metropolis-Bold';
}
.about-ud-cnt .read-btn {
    margin-top: 40px;
}
/*========= end about radiant ==========*/

/*======= meet-dental-expert-area ========*/
.meet-dental-expert-area {
    padding-bottom: 50px;
}
.meet-dentel-hed-bg {
    padding: 50px 0px 140px;
    background-image: url(../images/dr-bg.jpg);
    width: 100%;
}
.meet-dentel-hed-bg .heading h2 {
    color: #fff;
}
.meet-dentel-hed-bg .heading p{
    color: #fff;
}
.meet-dentel-hed-bg .heading {
    text-align: center;
}
.meet-dentel-hed-bg .heading hr {
    margin: 10px auto;
    background-color: #a57355;
}
.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: 20px;
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.dental-team-bx h4 {
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Metropolis-Bold';
    font-size: 20px;
    margin-top: 20px;
}
.dental-team-bx p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    min-height: 50px;
}
.clinic-direc-btn.team-info-btn .cmn-btn.cmn-dir {
    margin-right: 0px;
}
.dt-meet-btn .cmn-btn {
    background: #1d378c;
}
.dt-meet-btn .cmn-btn {
    background: #1d378c;
    border-color: #1d378c;
    padding: 12px 45px;
}
.dt-meet-btn .cmn-btn:hover{
    color: #fff;
}
.dt-meet-btn.text-center {
    margin-top: 50px;
}
/*======= end meet-dental-expert-area ========*/



/*========== best-clinic-chennai-area =========*/
.best-clinic-chennai-area {
    padding: 60px 0px;
    position: relative;
    background-color: #f2f6ff;
}
.cricle-pos-fst {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.best-clicni-head h2 {
    font-size: 22px;
    font-family: 'Metropolis-Extrabld';
    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: #1d378c;
    opacity: 1;
    margin: 10px auto;
}

.find-dental-near-bx {
    border-radius: 20px;
    padding: 30px 0px;
    height: 100%;
    position: relative;
    padding-right: 40px;
}
.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: 15px;
}
.info-add {
    width: 88%;
}
.loc-li-info .info-ic i {
    color: #1d378c;
}
.loc-contact-info h3 {
    font-family: 'Metropolis-Extrabld';
    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;
    font-family: Metropolis-Medium;
}
.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;
    padding: 30px 40px;
    height: 100%;
    background-color: #F7F5F5;
    position: relative;
}
.contact-section {
    margin-top:-160px;
}

.left-sec-contact h4{
    
    color: #fff;
    text-align: center;
    font-size: 32px;
    align-items:center;


}
.left-sec-contact i{
    padding: 16px;
    background: #fff;
    color: #a57355;
    border-radius: 39px;

}
.left-sec-contact {
    
    padding-top: 100px !important;
    padding-right: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
    background-image: url(http://www.slashcreative.co/themes/psychare/wp-content/uploads/2020/12/appointment-form.jpg?id=877) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.right-sec-contact {padding:0;}
.book-appintment-form .form_inner .form-control {
    background-color: #fff;
    color: #5f5f5f;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 0px;
    height: 56px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}


.input_box.captcha-inp {
    position: relative;
}
.captcha-inp span {
   background-color: #a57355;
    padding: 15px 24px;
    border-radius: 0;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    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;
}
.book-appintment-form .heading h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
}
.book-appintment-form .heading hr {
    background-color: #fff;
}
.find-dental-near-bx .heading {
    margin-bottom: 20px;
}
.find-dental-near-bx .heading h2 {
    font-size: 32px;
}
/*========== end best-clinic-chennai-area =========*/

/*========== patient testimonials area ==========*/
.patient-testi-google {
    background-image: url(/images/testimonial-bg.jpeg
);
    padding-top: 80px !important;
    padding-bottom: 220px !important;
   
    background-position: center ;
    background-repeat: no-repeat ;
    background-size: cover ;
        background-blend-mode: overlay;
    
    background-color: #151110;
    color: rgb(255, 255, 255);
}

.patient-testi-google:before {
    background-image: url(/images/dotted-pattern-large.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.glg-rateing {
    text-align: center;
}
.glg-patent-slide {
    margin-top: -91px;
}
.glg-rateing h2 {
    color: #000;
    font-size: 48px;
    margin-bottom: 0px;
    font-family: 'Metropolis-Extrabld';
}
.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: 40px;
    padding: 0px 40px;
    margin-top:120px;
}
.gle-tesi-cnt img {
    width: 70px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
border-radius:40px;
    
}
.gle-tesi-cnt h3 {
    color: #fff;
    font-family: 'Metropolis-Bold';
    font-size: 18px;
    margin-bottom: 7px;
}
.gle-tesi-cnt p {
    color: #fff;
    
    font-size: 18px;
    margin-bottom: 7px;
}
.patient-testi-google .heading h2{color:#fff;}
.gle-tesi-cnt h4 {
    color: #a57355;
    font-size: 16px;
    font-family: 'Metropolis-Bold';
}
.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: #a57355 !important;
}
/*========== end patient testimonials area ==========*/

/*==============discover dental===============*/
.discover-dental {
    position: relative;
    /*background-image: url(../images/blog-bg.png);*/
    padding: 70px 0px;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
}
.discover-dental .heading {
    margin-bottom: 35px;
}
.discover-dental-lft {
    padding-right: 40px;
    position: relative;
    top: 16%;
}
.dental-insights-bx {
    box-shadow: 0px 8px 16px 0px rgba(20, 33, 43, 0.04);
    margin: 10px;
    border-radius: 0px;
    overflow: hidden;
    border: solid 1px #fff;
    transition: all 0.5s;
    background:#fff;
    text-align:center;
}
.news-insights-bx {
    box-shadow: 0px 8px 16px 0px rgba(20, 33, 43, 0.04);
    margin: 10px;
    border-radius: 0px;
    overflow: hidden;
    border: solid 1px #fff;
    transition: all 0.5s;
    background:#fff;
}

.dental-insights-bx:hover{
    /*border: solid 0px #1d378c;*/
    /*margin-top:-10px;*/
}
.dental-insights-img img {
    height: 120px;
    object-fit: contain;
}
.dental-insights-cnt {
    padding: 30px 30px;
    background-color: #fff;
}
.discover-dental-slide {
    position: relative;
}
.dental-insights-cnt h3 {
    color: #000;
    font-family: 'Metropolis-SemiBold';
    font-size: 22px;
}
.dental-insights-cnt p {
    color: #363636;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dental-insights-bx:hover .dental-insights-cnt h3{
    color: #a57355;
}

.cat-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cat-btn h4 {
    color: #000000;
    font-family: 'Metropolis-SemiBold';
    font-size: 18px;
    margin-bottom: 0px;
}
.cat-btn a {
    color: #a57355;
    font-family: 'Metropolis-SemiBold';
    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: -30px;
    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: #a57355 !important;
}
.discover-dental-slide .owl-nav {
    position: absolute;
    top: 64%;
    left: -53%;
}
.discover-dental-slide .owl-carousel .owl-nav button.owl-next, .discover-dental-slide .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border: solid 1px #a57355 !important;
    border-radius: 100px;
    margin-left: 10px;
    background-color: #a57355 !important;
    color: #fff !important;
}
/*==============end discover dental===============*/


/*=============faq area===============*/

.cta-section{
        background-image: url(/images/sup.jpeg);
        padding:100px 0;
        background-size: contain;
}
.cta-section span {
    color: #ffffff;
}
.cta-section h2 {
    font-size: 45px;
    margin-bottom: 0;
    letter-spacing: -0.3px;
    margin-top: 9px;
    line-height: 1.1;
    overflow: hidden;
    font-family: 'Metropolis-Black';
    color: #fff;
}
.sup-text h5{color:#fff;}
.sup-btn a {
    background: #743226;
}
.c-btn {
    backface-visibility: hidden;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 21px 45px 21px 45px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transform: translateZ(0px);
    transition: 0.3s;
    transition-property: color;
    background: #a15547;
    font-weight: 700;
    transition: 0.3s;
    text-transform: capitalize;
}
.sup-link {
    background: none !important;
    display: inline-block;
    position: relative;
    top: 14px;
    margin-left: 25px;
}
.sup-link i {
    display: inline-block;
    font-size: 55px;
    line-height: 1;
    color: #fff;
}
.sup-text {
    display: inline-block;
    padding-left: 7px;
    text-align: left;
    position: relative;
    top: -2px;
}
.faq-appointment-area {
    background-color: #fff;
    overflow: hidden;
    padding: 60px 0px 30px;
}
.blog-faq {
    padding-bottom: 50px;
}
.faq-appointment-area .heading h2 {
    margin-bottom: 5px;
}
.faq-appointment-area .heading h4 {
    color: #363636;
    font-family: 'Metropolis-Extrabld';
    font-size: 20px;
}
.blog-faq .accordion-button {
    font-size: 18px;
    padding: 18px 0px;
}
.blog-faq .accordion-button span {
    border: solid 1px #1d378c;
    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: 'Metropolis-Bold';
    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;
}
.pos-about-girl {
    position: absolute;
    right: 0px;
    text-align: right;
    bottom: 0px;
}
.pos-about-girl img {
    width: 84%;
}

/*=============end faq area===============*/

/*============= footer area ===========*/
.footer-area {
    background-color: #151110;
    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: 'Metropolis-Bold';
    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: #a57355;
    color: #fff;
    padding: 10px 32px;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    position: absolute;
    right: 2px;
    top: 2px;
    font-family: 'Metropolis-Bold';
    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: #a57355;
    text-align: center;
    line-height: 32px !important;
    margin-right: 10px;
}
.footer-menu .foot-social ul li a {
    color: #a57355;
}
.foot-social {
    margin-top: 22px;
}
.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: #a57355;
    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 {
    padding: 12px 0px;
    text-align:center;
}
.inner-foot-botm {
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.foot-prcy p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.foot-prcy p a {
    color: #fff;
}
/*============= end footer area ===========*/



/*========== about us page============*/
.bred-strip {
    padding: 15px 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-image: url(../images/blog-header.jpeg);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: overlay;
    background-color: #0000005e;
}
.bred-strip .bread-inner-content h1 {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    font-family: 'Metropolis-Bold';
    font-size: 32px;
}
.bred-strip ul li {
    color: #fff;
}
.bred-strip .spacer {
    font-size: 0.8rem;
    padding: 0 10px;
}
.bred-strip ul li a {
    color: #fff;
}
.bred-strip .pagination {
    align-items: center;
    justify-content: center;
}

.patent-vare {
    padding: 60px 0px;
}
.patent-care-img img {
    border-radius: 25px;
}
.ethics-li {
    margin-top: 30px;
}


.vision-bx {
    text-align: center;
    padding: 40px 120px 0px;
}
.vision-bx h3 {
    color: #a57355;
    font-family: Metropolis-SemiBold;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.vision-mission {
    padding: 50px 0px;
}

.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;
}
.about-main-cnt {
    padding: 50px 0px 70px;
}
.about-dn-img {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.about-dn-img img{width:76%;}
.about-dn-cnt p {
    text-align: justify;
}
.abt-dn-row {
    padding: 60px 0px 40px;
}
.about-tp-img {
    text-align: center;
    margin: 30px 0px 10px;
}



.about-meet .meet-dentel-hed-bg {
    padding: 50px 0px 50px;
}
.team-dis .row {
    padding: 70px 110px 30px;
    border-bottom: solid 1px #a57355;
}
.team-dis .row:last-child{
    border-bottom:none;
}

.team-dis .dental-team-bx h4{
    color: #a57355;
}
.team-dis .dental-team-bx {
    margin-right: 30px;
}
.team-dis .team-row .dental-team-bx {
    margin-right: 0px;
    margin-left: 30px;
}
.team-row .team-info{
 text-align: right;
}

/*========== end about us page============*/

/*============== service 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;
}

/*need rct */
.need-rct-area {
    padding: 50px 0px;
    background:#f7f2ef url(/images/brush-effect-1-1.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.need-rct-img {
    padding: 0px 50px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.need-rct-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.icons__text{
    display:flex;
}
.icons_wrap {margin-right:25px;}
.icons_wrap i{
display: block;
    text-align: center;
    color: #a47355 !important;
    border-radius: 50%;
    border-color: #fff !important;
    background: #fff !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;}
    .text__content h3{font-size:25px;}
   
 .text__content span{}   
.need-rct-cnt 
{
    padding-right: 70px;
    display: flex;
    height: 100%;
    align-items: center;
}
.need-rct-cnt .heading p{
    text-align: justify;
}

/*procedure Root */
.procedure-root-area {
    background-color: #fff;
    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 span {
    color: #a57355;
    font-family: 'Metropolis-SemiBold';
    display: block;
}
.procedure-root-cnt ul li:last-child{
    margin-bottom: 0px;
}
.procedure-root-cnt ul li:after {
    position: absolute;
    content: '';
    left: -14px;
    top: 6px;
    font-size: 24px;
    line-height: normal;
    width: 10px;
    height: 10px;
    background: #a57355;
    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;
}

/*type category*/
.type-category {
    padding: 50px 0px 10px;
    background-color: #f2f6ff;
}
.type-category .row {
    justify-content: center;
}
.type-category .heading {
    margin-bottom: 40px;
}

.typ-cate-bx {
    text-align: center;
    border-radius: 10px;
    height: 100%;
    margin: 0px 5px 50px;
    transition: all 0.5s;
}
.typ-cate-bx:hover p{
    color: #a57355;
}
.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: #1d378c;
    font-family: 'Metropolis-Extrabld';
    font-size: 14px;
}

/*conter area */
.banner-conter-area.counter-treatment {
    top: 0px;
}

/*treatable cases*/
.treatable-case-area {
    padding: 60px 0px;
}
.treatable-case-area .heading {
    margin-bottom: 40px;
}
.treat-case-bx {
    position: relative;
    text-align: center;
}
.treat-case-bx img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}
.treat-name {
    margin-top: 40px;
}
.treat-name h4 {
    background: #ffffff;
    color: #000;
    padding: 12px 40px 12px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0px 0px 6px #dcdbdb;
    font-family: 'Metropolis-Bold';
    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;
}


/*============== end service 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%;
}
.cricle-pos-list-fst {
    position: absolute;
    top: 180px;
}
.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: #a57355;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 31px;
    font-family: 'Metropolis-Bold';
}
.whole_pagination .pagination .page-numbers i{
    color: #a57355;
}
.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;
}
.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: 'Metropolis-Extrabld';
    font-size: 36px;
    color: #142883;
}
.dr-full-cnt hr {
    width: 80px;
    height: 1.55px;
    background-color: #1d378c;
    opacity: 1;
    margin: 10px 0px;
}
.dr-full-cnt h3 {
    font-size: 22px;
    color: #142883;
    font-family: 'Metropolis-Extrabld';
    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;
}



.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: 'Metropolis-Bold';
    margin-top: 9px;
    margin-bottom: 0px;
    font-size: 20px;
}
.teeth-vc-pos-new {
    position: absolute;
    left: -10%;
    top: 0;
}


/*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: #a57355;
    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: #1d378c;
    font-size: 48px;
    margin-bottom: 0px;
    font-family: 'Metropolis-Extrabld';
}
.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 ============*/


/*========= 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: 'Metropolis-Bold';
}
.dental-find-bx-cnt h3 {
    color: #000;
    font-family: 'Metropolis-Bold';
    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: 'Metropolis-Bold';
    font-size: 14px;
}
.dental-find-bx-cnt ul li  i {
    color: #1d378c;
    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: #a57355; 
}

/*talk btn */
.wd-nbn {
    text-align: center;
    margin-top: 25px;
}
.talk-to-cd {
    display: inline-block;
    background: #a57355;
    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: 'Metropolis-Bold';
    color: #fff;
}
.talk-to-cd h2 {
    font-size: 28px;
    font-family: 'Metropolis-Bold';
    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: 'Metropolis-Extrabld';
    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: 'Metropolis-Bold';
    font-size: 18px;
}
.list-area ul li  i {
    color: #1d378c;
    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: 'Metropolis-Bold';
}
.review-bar .side p {
    margin-bottom: 0px;
    font-family: 'Metropolis-Bold';
}
.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-ud {
    padding-left: 60px;
}
.review-about-ud .heading p {
    text-align: justify;
    margin-top: 30px;
}
.dental-treat-list-pg {
    padding-bottom: 60px;
}

/*========end local listing inner page===========*/



/*============ contact us page ============*/
.reach-out-contact .heading {
    margin-bottom: 50px;
}
.reach-out-contact {
    padding: 50px 0px;
}
.reach-out-contact .book-appintment-form {
    box-shadow: none;
    margin-left: 0px;
    background-color: #cccccc1c;
    padding: 40px 40px;
}
.reach-out-contact .book-appintment-form .form_inner .form-control {
    border: solid 1px #ccc;
}
.reach-out-contact .cmn-btn {
    background: #a57355;
    padding: 12px 50px 12px;
    font-size: 15px;
    text-transform: uppercase;
    border: solid 1px #a57355;
}
.appoint-address h4 {
    color: #a57355;
    font-size: 15px;
    font-family: 'Metropolis-Bold';
    margin-bottom: 0px;
}
.appoint-address b {
    color: #a57355;
    font-size: 15px;
    font-family: 'Metropolis-Bold';
    margin-bottom: 0px;
}
.appoint-address {
    padding-left: 50px;
}
.reach-out-area {
    padding: 30px 40px 40px;
    height: 100%;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
    border-bottom: solid 1px #e6e6e6;
}
.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;
}
/*============ 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: 'Metropolis-Extrabld';
}
.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: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.press-release-bx img {
    width: 100%;
    height: 211px;
    object-fit: cover;
    border-radius: 0px;
}
/*=========end  gallery page ========*/

/*=========== blog page ===========*/
.main-blog-area {
    padding: 50px 0px 60px;
}
.blog-left-area {
    padding-right: 44px;
}
.blogs-row {
    margin-bottom: 50px;
}
.main-blog-cnt {
        width: 93%;

    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 5px 40px rgba(0,0,0,.05);
    margin: 0 auto;
    margin-top: -40px;

}
.blogs-row.top-blog .main-blog-cnt {
    margin-top: 0px;
}
.top-blog-head h1 {
    font-size: 22px;
    font-family: 'Metropolis-Bold';
    color: #000;
    margin-bottom: 29px;
}
.main-blog-img img {
    height: 257px;
    object-fit: cover;
    width: 100%;
}

.main-blog-cnt h3 {
    color: #1f1f1f;
    font-family: 'Metropolis-Bold';
    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: 10px 0;
    padding-top: 5px;
}
.main-blog-cnt ul li {
    color: #787878;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    list-style: none;
}
.main-blog-cnt ul li i {
    /*color: #a57355;*/
    margin-right: 7px;
    font-size:20px;
}

.blog-sidebar .heading.heading-sec h2 {
    font-size: 30px;
    line-height: 30px;
}
.categories-search {
    margin-bottom: 50px;
    padding: 38px 30px 40px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.trending-post{
     margin-bottom: 50px;
    padding: 38px 30px 40px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.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: 10px 0px 12px;
}
.blog-vie-btn {
    color: #a57355;
    font-family: 'Metropolis-Bold';
    text-transform: uppercase;
    font-size: 14px;
}
.back-btn {
    background-color: #a57355;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    color: #fff !important;
    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-industry-head-btn {
    margin-bottom: 20px;
}
.blog-industry-head-btn h4 {
    color: #000;
    font-family: 'Metropolis-Bold';
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: solid 1px #cbcbcb;
    padding-bottom: 5px;
}

/*blog sidebar*/
.categories-search form {
    position: relative;
}
.categories-search form .form-control {
    background: #fff;
    padding: 13px 13px 12px 20px;
    position: relative;
    border-width: 2px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: solid 1px #ccc;
}
.blog-search-button {
    border: none;
    position: absolute;
    right: 4px;
    top: 3px;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    color: #ccc;
}
.right-cat-hed {
    color: #a57355;
    font-size: 20px;
    margin-bottom: 13px;
    font-family: 'Metropolis-Bold';
}
.blog-type-bx {
    padding: 8px;
}
.blogs-row.top-blog {
    padding-left: 8px;
}


/*service form*/
 .book-appintment-form.blog-form {
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
    padding: 20px 15px;
    height: 100%;
    background-color: #233c8e;
    position: relative;
    margin-left: 40px;
}
.book-appintment-form.blog-form .heading h2 {
    font-size: 20px;
    line-height: 18px;
}
.book-appintment-form.blog-form .form_inner .form-control {
    padding: 10px 7px;
    font-size: 11px;
}
.blog-form .input_box.inp-select-dt input:invalid:before {
    padding-left: 4px;
}
.blog-form .cmn-btn {
    padding: 8px 29px 8px;
    font-size: 15px;
}

/*blog categories*/
.blog-categories ul{
  padding: 0px;  
}
.blog-categories ul li {
    display: inline-block;
    list-style: none;
}
.blog-categories ul li a {
    background-color: #f2f6ff;
    color: #000;
    font-size: 14px;
    padding: 7px 15px;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
}
.blog-categories ul li a:hover {
    background-color: #233c8e;
    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 {
    padding: 12px 10px;
    display: flex;
    color: #000;
    align-items: center;
}
.trending-post ul li a:hover {
    color: #a57355;
    transition: all 0.5s;
}
.tren-span {
    font-family: 'Metropolis-Bold';
    font-size: 31px;
    line-height: initial;
    width: 180px;
    margin-right: 11px;
}
.trend-dis {
    font-size: 14px;
    font-family: 'Metropolis-Semibold';
}

.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: #a57355;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
    padding: 6px 16px;
    border-radius: 10px;
}
.fact-checked-btn p i {
    color: #fff;
}
.blog-author.fact-checked {
    margin: 0px 0px 30px;
    border-bottom: solid 1px #bababa;
    padding-bottom: 40px;
}
.blog-detail-inner .heading h2 {
    border: none;
    margin-top: 0px;
    padding-top: 0px;
}

.aut-info {
    display: flex;
}

.blog-lft.blog-detail-inner {
    padding-right: 25px;
}
.table-content {
    background-color: #f2f6ff;
    padding: 25px 20px;
    height: auto;
}
.table-head h4 {
    color: #000;
    font-size: 19px;
    font-family: 'Metropolis-Bold';
}
.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;
    padding-bottom: 8px;
    list-style: none;
}
.table-content ul li a {
    color: #000000;
    display: flex;
}
.table-content ul li span.nm {
    width: 30px;
    color: #a57355;
    font-size: 16px;
    font-family: 'Metropolis-SemiBold';
    display: inline-block;
}
.table-content ul li span.spcn {
    color: #000;
    font-family: 'Metropolis-SemiBold';
    width: 85%;
    padding-left: 7px;
    font-size: 15px;
}


.blog-detail-inner h2 {
    color: #a57355;
    font-size: 30px;
    font-family: 'Metropolis-Bold';
    border-top: solid 1px #bababa;
    padding-top: 29px;
    margin-bottom: 19px;
    margin-top: 32px;
}
.blog-detail-inner p {
    font-size: 16px;
    color: #000000;
    text-align: justify;
    line-height: 26px;
}
.blog-detail-inner a {
    color: #000000;
    text-decoration: none;
    font-family: 'Metropolis-Bold';
}
.blog-inner-main-img {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.blog-inner-main-img img {
    border: solid 1px #bababa;
    margin-bottom: 20px;
}
.blog-detail-inner ul {
    padding-left: 10px;
    margin-bottom: 20px;
}
.blog-detail-inner ul li {
    position: relative;
    margin: 2px 0px 1px;
    padding-left: 15px;
    list-style: none;
}
.blog-detail-inner .table-content ul li:after{
    display: none;
}
.blog-detail-inner .table-content ul{
    padding-left: 0px;
}
.blog-detail-inner .table-content ul li{
    padding-left: 0px;
}

.blog-detail-inner ul li:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #1365cb;
    position: absolute;
    border-radius: 100px;
    left: -0px;
    top: 7px;
}
.blog-detail-inner p span {
    color: #a57355;
    font-family: 'Metropolis-SemiBold';
}

/*========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 #1d378c;
    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 ==============*/



/*============= testiomnail page ===============*/
.testimonail-area {
    padding: 60px 0px 20px;
}
.testi-bx {
    border-radius: 25px;
    overflow: hidden;
    margin: 20px 20px 30px;
}  
.testi-cnt {
    background-color: #f2f6ff;
    padding: 30px 30px 40px;
    min-height: 274px;
}
.testi-author {
    background-color: #a57355;
    padding: 0px 30px 20px;
    text-align: center;
}
.testi-cnt p {
    font-size: 15px;
    margin-top: 21px;
    margin-bottom: 0px;
}

.testi-author img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px;
    margin-top: -33px;
}
.testi-author h4 {
    font-family: 'Metropolis-Medium';
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}


/*============= 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: #a57355;
}
.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(../images/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=============*/