/*==============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-ExtraBold';
    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: "Source Sans 3", serif;
    font-weight: 500;
}

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: #013370;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 30px 14px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}
.cmn-btn:hover{
    color: #fff;
    background: #000;
}
.heading h2 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    /* font-family: "Montserrat", serif; */
    line-height: 44px;
    margin-bottom: 20px;
}
.heading p {
    color: #000;
    font-size: 16px;
    /* font-family: "Source Sans 3", serif; */
    margin-bottom: 20px;
}
.heading hr {
    width: 80px;
    opacity: 1;
    color: #71569d;
    margin: 17px 0px;
}


/*======== header area =========*/
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-area {
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    background-color: transparent;
}
.appointment-header {
    display: flex;
    align-items: center;
    background: #013370;
    border-radius: 10px;
    padding: 0.5rem;
}
.apt-contact {
    display: flex;
    align-items: center;
}
.apt-contact p {
    display: flex;
    align-items: center;
}
.apt-contact p {
    margin-bottom: 0;
}
.apt-contact a{
    color: #fff;
}
.apt-contact p img {
    margin-right: 6px;
}
.book-btn a {
    background-color: #32B6A8;
    color: #fff;
    /* font-family: "Source Sans 3", serif; */
    padding: 10px 23px;
    display: inline-block;
    border-radius: 32px;
    font-size: 14px;
    margin: 0px 0px;
}
/* .top-lft-logo img {
    width: 100px;
} */

.apt-call-info a {
    color: #fff;
    /* font-weight: 600;
    font-family: 'Inter', sans-serif; */
}
.apt-call-info i {
    color: #fff;
    padding: 9px;
    font-size: 13px;
    margin-right: 7px;
}
.apt-contact .cmn-btn {
    background-color: #013370;
    color: #fff;
    font-family: 'Inter', sans-serif;
    padding: 13px 23px;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    margin-right: 15px;
    transition: all 0.2s ease-in-out;
}
.apt-contact .cmn-btn:hover{
    background: #000;
}
.apt-contact .cmn-btn i {
    margin-right: 5px;
}

/*======== end header area =========*/


/*========== home banner area ========*/
.home-banner-area {
    padding: 160px 0px 160px;
    background-image: url(../images/banner-main.png) !important;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 50% 60%;
}
.home-banner-area.banner-down .banner-lft-cnt h2::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50px;
    background-image: url(../images/confident-smile-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    top: -30px;
    left: 340px;
}
.home-banner-area.banner-down {
    background-image: none !important;
    background-color: #f1f2f3 !important;
    padding-top: 60px;
    padding-bottom: 60px;
}
.home-banner-area .banner-lft-cnt p {
    font-size: 16px;
    /* font-family: "Source Sans 3", serif; */
}
.home-banner-area .banner-lft-cnt ul {
    padding-left: 17px;
}
.home-banner-area .banner-lft-cnt li {
    font-size: 16px;
    color: #000;
    /* font-family: "Source Sans 3", serif; */
}
.home-banner-area.banner-down .banner-lft-cnt h2 {
    color: #013370;
}
.home-banner-area.banner-down .banner-lft-cnt p{
    color: #000000;
}

.home-banner-area .banner-lft-cnt h2 {
    font-size: 35px;
    color: #013370;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.home-banner-area .banner-lft-cnt p{
    color: #013370;
}

.banner-lft-cnt video {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.banner-lft-cnt {
    margin-top: 30px;
}
.banner-vector img {
    padding-left: 100px;
    padding-right: 100px;
}

.slide-btn a {
    margin-right: 15px;
}
.banner-lft-cnt p {
    /* font-family: "Source Sans 3", serif; */
    font-size: 20px;
    color: #fff;
}

.banner-down .banner-lft-cnt {
    text-align: left;
    position: relative;
}

.cmn-btn.dt-sol {
    background: #fff;
    color: #29696D;
    box-shadow: none;
}
.home-banner-area .row {
    align-items: start;
}
.banner-lft-cnt .slide-btn {
    margin-top: 30px;
    justify-content: left;
}
.banner-lft-cnt .slide-btn .talk-to-cd {
    border-radius: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 15px;
}
.wd-nbn p {
    font-size: 10px !important;
    color: #fff !important;
    padding-left: 20px;
}
.banner-lft-cnt .slide-btn .talk-to-cd span {
    font-size: 20px;
    padding-left: 20px;
}
.banner-lft-cnt .slide-btn .talk-to-cd img {
    width: 60px;
}
.book-appointment-out{
    position: relative;
}
.book-appointment {
    border-radius: 20px;
    padding: 20px 40px;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0px 10px 16px #eeeeeeb5;
}
.book-appointment h2 {
    color: #013370;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    /* font-family: "Montserrat", serif; */
    text-align: center;
}
.book-appointment .service-form .input-group {
    margin-bottom: 20px;
    position: relative;
}
.book-appointment .service-form .input-group .input-group-text {
    background-color: transparent;
    border: 0px;
    color: #32B6A8;
    font-size: 18px;
    position: absolute;
    z-index: 99;
    left: 6px;
    top: 5px;
    padding: 8px;
}
.book-appointment .service-form .input-group .input-group-text i {
    color: #013370;
}
.book-appointment .service-form .input-group .form-control {
    padding: 11px 11px;
    font-size: 15px;
    padding-left: 44px;
    color: #000;
    border-radius: 13px !important;
    border: solid 1px #000;
    background-color: #fff;
}
.book-appointment .service-form .input-group .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
}
.book-appointment .service-form .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.book-appointment .service-form .input-group .form-control::placeholder {
  color: #000;
}
.form-sbmt-btn {
    margin-bottom: 5px;
}
.form-sbmt-btn .cmn-btn {
    border: none;
    padding: 12px 40px 12px;
    background-color: #013370;
}
.form-sbmt-btn .cmn-btn:hover{
    color: #fff;
    transition: all 0.2s ease-in-out;
    background: #000;
}
.form-check  .form-check-label {
    color: #000;
    font-size: 14px;
}
.after-smbt-p p{
    font-size: 14px;
    color: #000;
}
.book-appointment .service-form .input-group .form-control.error {
    background-image: url(../images/exclamation.png);
    background-size: 13px auto, auto;
    background-repeat: no-repeat,no-repeat;
    background-position: 98% 50%;
}
.book-appointment .captcha-inp .form-control.error{
    background-image: url(../images/exclamation.png);
    background-size: 13px auto, auto;
    background-repeat: no-repeat,no-repeat;
    background-position: 56% 50%;
}
/*g captcha*/
.input_box.captcha-inp {
    position: relative;
    margin-bottom: 20px;
}
.captcha-inp span {
    background-color: #013370;
    padding: 5.2px 20px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 13px 13px 0;
}

.captcha-load {
    position: absolute;
    top: 6px;
    color: #013370 !important;
    font-size: 30px;
    right: -53px;
    line-height: 30px;
}

.book-appointment .captcha-inp .form-control {
    padding: 11px 85px 11px 11px !important;
    font-size: 15px;
    padding-left: 44px;
    color: #000;
    border-radius: 13px !important;
    border: solid 1px #000;
    background-color: #fff;
}
/*========== end home banner area ========*/


/*======== about area =========*/
.about-area {
    padding: 60px 0px;
    background-color: #f2f6ff;
}
.conter-area {
    background-color: #ffebeb;
    padding: 50px 0px;
}
.usp_box {
    text-align: center;
    padding: 10px 0;
}
.count-up {
    text-align: left;
}
.usp_box img {
    /*display: block;*/
    margin-bottom: 6px;
}
.usp_box h2 {
    color: #013370;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 600;
    display: inline-block;
    /* font-family: "Montserrat", serif; */
}
.usp_box span {
    color: #013370;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 600;
    display: inline-block;
    /* font-family: "Montserrat", serif; */
    line-height: 18px;
}
.usp_box p {
    /* font-family: "Source Sans 3", serif; */
    font-size: 15px;
    margin-bottom: 0px;
}
.abou-rgt-cnt {
    padding-right: 70px;
}
.abou-rgt-cnt .heading hr {
    width: 90%;
    opacity: 1;
    color: #29696D;
    margin: 30px 0px;
}
.abou-rgt-cnt .heading h2 {
    margin-bottom: 20px;
}


/*======== end about area =========*/


/*excellence in dentistry*/
.excel-bx {
    background-color: #eee;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-attachment: fixed;
    background-image: linear-gradient(rgb(0 0 0 / 23%), #000000), url(../images/4.jpg);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 25px 24px 34px;
    border-radius: 0 30px;
}
.excel-bx h3 {
    color: #fff;
    font-size: 22px;
    /* font-family: "Montserrat", serif; */
}
.excel-bx ul {
    padding: 0px;
    padding-left: 15px;
    margin-bottom: 0px;
}
.excel-bx ul li {
    color: #fff;
    font-size: 14px;
    margin: 5px 0px;
}
.excellence-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -37px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}
.excellence-slide .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: gray;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}
.excellence-slide .owl-dots .owl-dot.active {
    background: #013370 !important;
}
.excellence-dentistry {
    padding: 80px 0px 80px;
}
.excellence-dentistry h2{
    color:#013370;
}
.excellence-owl {
    margin-top: 40px;
}

.ext-bx {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ext-bx p {
    color: #013381;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
}
.ext-bx p::before, .ext-bx p::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    border-top: 3px dotted #013381;
}

.ext-bx p::before {
    left: -60px;
}

.ext-bx p::after {
    right: -60px;
}

.ext-bx img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom:1rem;
}

.ext-info {
    margin-bottom: 40px;
}

.excellence-dentistry .price-terms {
    text-align: left;
    margin-top: 0;
    margin-bottom: -25px;
}

.excellence-dentistry .price-terms p {
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    color: #013370;
    background-color: #fff;
    border: solid 1px #fff;
    transition: all 0.5s;
    margin: 0px 2px;
    font-size: 13px;
    min-height: 50px;
    display: flex;
    align-items: center;
    word-spacing: 2px;
    margin-left: -30px;
}
.excellence-dentistry .price-terms p del {
    padding: 0 5px;
}

/*========= wealt experience ==========*/


.wealt-slide .welt-bx {
    background-color: #eee;
    border: solid 1px #cccccc;
    width: 100%;
    max-height: 348px;
    display: flex;
    padding: 0;
    border-radius: 20px;
}

.welt-bx img {
    border-radius: 20px;
    object-fit: cover;
}

.wealt-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -37px;
    left: auto;
    right: auto;
    margin: -10px auto;
    width: 100%;
}
.wealt-slide .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: gray;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}
.wealt-slide .owl-dots .owl-dot.active {
    background: #2eb79f !important;
}
.wealt-experience {
    padding: 60px 0px 80px;
}


/*========= wealt experience end ==========*/



/*dental implant cost */
.dental-imp-cost {
    background-color: #f1f1f3;
    padding: 80px 0px 80px;
}
.dental-imp-cost h2{
    color: #013370;
}
.pricecos-bx {
    background-color: #fff;
    padding: 7px;
/*    margin-bottom: 25px;*/
    text-align: center;
}
.pricecos-bx h4 {
    font-size: 12px;
    margin-top: 12px;
    /* font-family: "Montserrat", serif; */
}
.pricecos-bx p {
    font-size: 11px;
    margin: 0;
}
.pricecos-bx h5 {
    font-size: 15px;
    margin-top: 5px;
    /* font-family: "Montserrat", serif; */
    color: #013370;
    font-size: 15px;
}
.pricecos-bx img {
    height: 160px;
    object-fit: cover;
}
.imp-cost-lft .heading span {
    color: #32b6a8;
}
.imp-cost-ul ul {
    padding-left: 16px;
}
.imp-cost-ul ul li {
    font-size: 16px;
    /* font-family: "Source Sans 3", serif; */
    margin-bottom: 17px;
}
.imp-cost-ul ul li span {
    display: block;
    font-size: 14px;
    color: #8f8f8f;
    /* font-family: "Source Sans 3", serif; */
}
.cost-row {
    background-color: #fdfdfd;
    padding: 19px 30px 0px;
    border-radius: 8px;
    margin-right: 20px;
}

.cost-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -37px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}
.cost-slide .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: gray;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}
.cost-slide .owl-dots .owl-dot.active {
    background: #013370 !important;
}
.price-terms a {
    padding: 8px 20px;
    display: inline-block;
    width: 200px;
    color: #fff;
    background-color: #013370;
    border: solid 1px #013370;
    transition: all 0.5s;
    /* font-family: "Source Sans 3", serif; */
    margin: 0px 10px;
    border-end-end-radius: 11px;
}
.price-terms a:hover{
    background-color: #fff;
    color: #000;
    border: solid 1px #013370;
    border-end-end-radius: 0px;
}
.price-terms {
    text-align: center;
    margin-top: 59px;
}

.you-video {
    padding: 20px 0px 50px;
}

.you-video-slide .owl-nav {
    text-align: center;
}

.you-video-slide .owl-carousel .owl-nav button.owl-next, .you-video-slide .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border: solid 1px #000;
    border-radius: 100px;
    margin-left: 10px;
    line-height: 0;
    margin-top: 40px;
}


/*========= Dental Treatments area ==========*/
.dental-treatments-area {
    /*background-color: #f2f6ff;*/
    padding: 60px 0px;
}
.dental-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dental-heading .heading p {
    color: #363636;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 27px;
}
.dental-treat-bx {
    box-shadow: 0px 0px 13px #f3f3f3;
    margin: 10px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    min-height: 460px;
}
.dent-treat-cnt {
    padding: 25px 30px;
}
.dental-treatments-slide {
    padding-top: 30px;
}
.dent-treat-cin img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.dent-treat-cnt h3 {
    color: #000;
    /* font-family: "Montserrat", serif; */
    font-size: 21px;
    margin-bottom: 10px;
    min-height: 50px;
}
.dent-treat-cnt p {
    color: #363636;
    margin-bottom: 10px;
    min-height: 288px;
}
.dent-treat-cnt a {
    color: #29696D;
    /* font-family: "Source Sans 3", serif; */
    font-size: 16px;
}
.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: #32B6A8;
    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 ==========*/



/*======= dentel treatment area ======*/
.digital-bytes-area {
    position: relative;
    padding: 40px 0px 60px;
}
.digital-bytes-area:after {
    content: '';
    height: 218px;
    width: 73%;
    background-color: #fdebdd;
    position: absolute;
    top: 10px;
    border-radius: 15px 0px 0px 15px;
    right: 0;
}
.digital-bytes-slide .owl-nav {
    position: absolute;
    top: 228px;
    left: -32%;
}
.digital-bytes-slide .owl-carousel .owl-nav button.owl-next, .digital-bytes-slide .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border: solid 1px #000;
    border-radius: 100px;
    margin-left: 10px;
}

.bytes-image img {
    width: 105px !important;
    margin: 0 auto;
}
.bytes-image {
    text-align: center;
    box-shadow: 0px 0px 7px #eee;
    border-radius: 20px;
    padding: 30px 24px;
    background-color: #fff;
    margin: 10px;
    min-height: 370px;
    border:solid 1px #fff;
}
.bytes-image:hover{
    border:solid 1px #71569d;
}
.bytes-image h3 {
    color: #000;
    font-size: 20px;
    /* font-family: "Montserrat", serif; */
    margin-bottom: 6px;
    margin-top: 15px;
}
.digital-bytes-slide {
    position: relative;
    margin-right: -100px;
}
.bytes-image p {
    font-size: 15px;
}
.byt-click {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #71569d;
    border-radius: 100px;
    display: block;
    background-color: #71569d;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.byt-click:hover{
    color: #fff;
}

.wd-nbn {
    margin: 60px 0;
    display: flex;
    justify-content: center;
}
.wd-nbn p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
}
.wd-nbn span {
    color: #fff;
    margin-bottom: 0;
}
.talk-to-cd {
    display: flex;
    background: #013370;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    margin: 0;
    font-weight: 600;
    padding: 5px 50px 5px 5px;
    transition: all 0.2s ease-in-out;
    border-radius: 60px;
    text-align: left;
    align-items: center;
    gap: 0.2rem;
    width: fit-content;
}
.talk-to-cd:hover {
    background-color: #000;
    color: #fff;
}
.talk-to-cd .t-inner {
    display: flex;
    align-items: center;
}
.talk-to-cd h6 {
    font-size: 17px;
    margin-bottom: 2px;
    text-align: left;
    /* font-family: "Montserrat", serif; */
    color: #fff;
}



/*======= end dentel treatment area ======*/

/*========= clinic near you ==========*/
.clinic-near-you .book-appointment-out {
    padding-left: 50px;
}
.clinic-near-you {
    background-image: url(../images/BG-1-min.png);
    /* background-image: linear-gradient(85deg, #c07474, transparent);
    background-color: #ffd1d1; */
    background-repeat: no-repeat;
    padding: 60px 0px 60px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.find-dental-near-bx .heading h2 {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
}
.find-dental-near-bx .heading hr {
    color: #fff;
}   

.find-dental-near-bx {
    padding-right: 30px;
}
.select-view-btn {
    margin-bottom: 40px;
}
.select-view-btn form {
    display: flex;
    justify-content: space-between;
}
.select-view-btn form .input_box {
    width: 70%;
    margin-right: 13px;
}
.select-view-btn .form-control {
    padding: 12px 41px 12px 15px;
    border: none;
    border-radius: 10px;
}
/* .loc-contact-info h3 {
    /* font-family: "Montserrat", serif;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
} */
.loc-contact-info img {
    margin: 3rem auto;
    width: 100%;
}
.clinic-call {
    display: flex;
}
.clinic-call .loc-li-info {
    margin-right: 20px;
}
.loc-li-info.clinic-address {
    width: 80%;
}
.loc-li-info {
    margin-bottom: 14px;
}
.loc-li-info .info-ic {
    width: 27px;
}
.loc-li-info .info-ic i {
    color: #1d378c;
}
.loc-li-info .info-ic i {
    color: #29696D;
}
.info-add p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}
.info-add.call p{
    font-size: 22px;
}
.info-add a {
    color: #000;
    text-transform: uppercase;
}
.clinic-direc-btn .cmn-btn.cmn-dir {
    margin-right: 10px;
    background-color: #000;
    color: #fff;
}
.clinic-direc-btn a {
    font-size: 11px;
    color: #000;
}
.clinic-map-bx .row {
    align-items: center;
}
.clinic-direc-btn .cmn-btn.cmn-det {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.dnt-treat-btn .cmn-btn {
    border: none;
    background: #32B6A8;
    border-radius: 10px;
    padding: 14px 28px 13px;
}
.clinic-map-bx {
    margin-top: 30px;
}
.loc-map iframe {
    width: 100%;
    height: 500px;
    border-radius: 100px 0;
}

/*appintment info */
.apoint-table table thead tr th {
    color: #FFF;
    text-transform: uppercase;
    /* font-family: "Montserrat", serif; */
}
.apoint-table th, .apoint-table td {
    border: 1px solid #fff !important;
    padding: 15px 20px;
    line-height: 1;
    color: #fff;
}


.appointment-info {
    margin-top: 50px;
}
.appointment-info .heading {
    text-align: center;
}
.appointment-info .heading h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}
.appointment-info .heading hr {
    color: #32B6A8;
    margin: 0 auto 30px;
}
.apoint-table {
    padding: 0px 50px;
}
.btn-center {
    margin-top: 40px;
}
.btn-center .cmn-btn {
    background-color: #013370;
}

/*========= end clinic near you ==========*/

/*========== why choose area =========*/
.why-choose-area {
    padding: 80px 0px;
}
.why-rgt-img {
    background: #013370;
    border-radius: 100px 0;
}
.why-choose-row {
    margin-top: 50px;
}
.why-choose-row .heading h2{
    color: #013370;
}

section.team-of-doctor .row {
    align-items: center;
}

.dental-heading .heading p {
    color: #363636;
    font-size: 16px !important;
    margin-bottom: 0px;
    line-height: 27px;
}

.dental-team-bx {

    min-height: 200px !important;
}

.why-ic-bx img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #ffebeb;
    object-fit: contain;
}

.why-ic-bx p {
    text-align: center;
    font-size: 14px;
    padding-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.why-rgt-img img {
    border-radius: 100px 0;
    margin-left: -10px;
    margin-top: 10px;
}
/*========== end why choose area =========*/

/*======== image gallery area ==========*/
.gallery-area {
    padding: 0px 0px 0px;
}

.gallery-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}
.gallery-img {
    margin-bottom: 25px;
}
.gallery-img.left-gallery-img img {
    height: 445px;
}
.gallery-area .heading {
    margin-bottom: 25px;
}


/*======== end image gallery area ==========*/

/*========== it works area ==========*/
.it-works-area {
    position: relative;
    padding: 60px 0px 0px;
}
.it-works-slide .owl-carousel .owl-nav button.owl-next, .it-works-slide .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border: solid 1px #000;
    border-radius: 100px;
    margin-left: 10px;
}
.it-works-slide .owl-carousel .owl-nav button.owl-next:hover, .it-works-slide .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #71569d;
    color: #fff;
    border: solid 1px #71569d;
}
.it-works-slide .owl-nav {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.works-image {
    box-shadow: 0px 4px 7px #cdcbcb;
    padding: 15px 10px;
    margin: 10px;
}
.works-image h3 {
    /* font-family: "Montserrat", serif; */
    color: #636363;
    font-size: 20px;
    text-align: center;
    margin: 23px 0px 7px;
}


/*========== end it works area ==========*/

/*========= doctor team ========*/
.team-of-doctor {
    padding: 50px 0px 60px;
}   
.team-of-doctor .heading {
    margin-bottom: 50px;
}
.dental-team-bx img {
    border-radius: 18px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.dental-team-bx h4 {
    text-align: center;
    margin-bottom: 0px;
    /* font-family: "Montserrat", serif; */
    font-size: 20px;
    margin-top: 15px;
    color: #013370;
    min-height: 35px;
}
.dental-team-bx p {
    text-align: center;
    /* font-family: "Source Sans 3", serif; */
    font-size: 14px;
    margin-bottom: 0px;
}
.dental-team-bx {
    margin: 0;
    padding: 10px;
    min-height: 200px;
}
/*========= end doctor team ========*/

/*======= testimonial area =======*/
.testi-bg .row {
    padding: 30px 100px 0px;
}
.testi-author img {
    width: 100px !important;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
    border: solid 1px #29696D;
    margin: 0 auto;
}
.testimonials-cnt img {
    width: 24px !important;
    margin: 18px auto 13px;
}
.testi-bg {
    background-image: url(../images/BG-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 170px;
}
.testi-bg .heading h2 {
    color: #fff;
}
.testi-bg .heading hr {
    color: #fff;
}
.testi-owl {
    background-color: #f2f6ff;
    background-image: linear-gradient(to right, #f2f6ff, #f2f6ff);
    padding: 40px 40px 20px;
    border-radius: 15px;
    position: relative;
    width: 75% !important;
    margin: 0 auto;
    text-align: center;
    /*margin-top: -100px;*/
}
.testimonials-cnt p {
    color: #000;
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
}
.testimonials-cnt h6 {
    color: #000;
    font-size: 17px;
    /* font-family: "Montserrat", serif; */
}
.testimonials-cnt hr {
    width: 80px;
    opacity: 1;
    color: #71569d;
    margin: 18px auto 20px;
}

.testi-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 48%;
    left: 30px;
    color: #32B6A8;
}
.testi-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: 30px;
    color: #32B6A8;
}

.testimonials .cmn-btn{
    background-color: #29696D;
}
.testimonials {
    padding-bottom: 60px;
}
/*======= end testimonial area =======*/

/*=========== faq area ===========*/
.pos-about-girl {
    position: absolute;
    right: 0;
    text-align: right;
    top: 20px;
}
.pos-about-girl img {
    width: 80%;
}
.faq-about-plan-area.faq-inner {
    padding: 60px 0px 50px;
}
.faq-inner #accordionExample {
    padding: 20px 50px 20px 0px;
}
.faq-about-plan-area .blog-faq .accordion-body {
    background-color: #fff;
    border-left: none;
    padding-left: 0px;
    border-bottom: solid 1px #bababa;
    padding-top: 0px;
}
.faq-about-plan-area .blog-faq .accordion-body ul {
    padding-top: 20px;
}
.faq-about-plan-area .blog-faq .accordion-button {
    font-size: 18px;
    padding: 18px 0px;
}
.faq-about-plan-area .faq_img{
    float: right;
}
.blog-faq .heading h2{
    font-size:52px;
    line-height: 50px;
}
/*.blog-faq .accordion-item:last-child .accordion-button.collapsed{
    border-bottom: none;
}  */ 

.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 {
    background-color: #f9f9f9;
    border-left: solid 2px #fc861f;
    font-size: 15px;
    color: #000;
}
.blog-faq .accordion-button {
    font-size: 16px;
    padding: 16px 0px;
    /* font-family: "Montserrat", serif; */
    color: #000;
}
.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 {
    background-color: #fff;
    border: none;
}
.blog-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    font-size: 11px;
    padding-left: 15px;
}
.blog-faq .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067 ";
    font-size: 11px;
    width: auto;
    padding-left: 15px;
}
/*=========== end faq area ===========*/

/*======== call popup area =========*/
.call-back-area.book-appointment h2 {
    text-transform: uppercase;
}
.dr-video-pop .modal-dialog {
    max-width: 600px;
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}
.appointment-pop .modal-content {
    border-radius: 20px;
}
.dr-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;
    z-index: 999;
}
.call-back-area.book-appointment {
    box-shadow: none;
}
/*======== end call popup area =========*/
/*========= footer area ==========*/

.bottom-footer {
    background-color: #013370;
    padding: 15px 30px;
}
.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 ==========*/
















/*========== testimonial area ==========*/

.testimonials-tab-area {
    padding: 60px 0px;
}

.testi-top-tab .nav.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.testi-top-tab .nav-tabs .nav-link {
    color: #000;
    background-color: #fff;
    margin: 0px 15px;
    padding: 7px 24px;
    border-radius: 20px;
    font-family: 'SFProDisplay-Medium';
    border: solid 1px #000;
}

.testi-top-tab .nav-tabs .nav-item.show .nav-link, .testi-top-tab .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fef200;
    box-shadow: none;
    border: solid 1px #fef200;
}

.testi-top-tab .nav-tabs .nav-link:hover {
    border-color: #fef200;
    background-color: #fef200;
    border: solid 1px #fef200;
}

.testi-mn {
    border-left: solid 2px #c0c0c0;
    padding-left: 60px;
}

.testi-img {
    width: 80%;
}

.testi-img img {
    width: 100%;
    border-radius: 40px;
    height: 350px;
    object-fit: cover;
}

.testi-img-area {
    position: relative;
}

.testi-user {
    display: flex;
    align-items: center;
}

.testi-name h3 {
    font-size: 24px;
    font-family: 'SFProDisplay-Bold';
    margin-bottom: 0px;
}

.testi-name p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #141414;
}

.testi-mn > p {
    color: #141414;
    margin-bottom: 27px;
}

.stories-slide .owl-carousel .owl-nav button.owl-next, .stories-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: 20px 10px 0px;
    font-size: 25px;
    line-height: 42px;
    color: #013370;
    background-color: #fff;
    box-shadow: 0px 0px 0px #eee;
}

.stories-slide .owl-carousel .owl-nav button.owl-next:hover, .stories-slide .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #700101;
}

.stories-slide .owl-nav {
    text-align: center;
}
/*========== end testimonial area ==========*/
.indtestimonials1 {
    margin: 30px auto 5px;
    padding: 30px;
    width: 90%;
    height: auto;
    display: block;
    vertical-align: top;
    box-shadow: 0 0 0 rgba(183,183,183,.5),0 0 0 rgba(183,183,183,.5);
    border-radius: 5px;
    min-height: 340px;
    background-color: #f1f2f3;
}
.indtestimonials .owl-nav {
    text-align: center;
    margin-top: 50px;
}
.indtestimonials .owl-carousel .owl-nav button.owl-next, .indtestimonials .owl-carousel .owl-nav button.owl-prev {
    margin: 0 10px;
}
.indtestimonials1 .image1 {
    position: relative;
    padding: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    float: right;
}
.indtestimonials1 .image1 span {
    width: 125px;
    height: 125px;
    margin: 0px;
    display: block;
    overflow: hidden;
    border-radius: 100px;
    border: solid 10px #d9d9d9;
    float: right;
    z-index: 9999;
}
.indtestimonials1 .image1::after {
    content: "";
    position: absolute;
    left: 1%;
    bottom: 50%;
    width: 66%;
    height: 2px;
    background-color: #d9d9d9;
}
.image1 img {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
}
.indtestimonials1 h5 {
    color: #2e4f4f;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}
.indtestimonials1 h5 span {
    font-size: 14px;
    display: block;
}
.add-read-more .read-more, .add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: #2e4f4f;
    cursor: pointer;
}
.add-read-more.show-less-content .second-section, .add-read-more.show-less-content .read-less {
    display: none;
}
.add-read-more .read-more, .add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: #2e4f4f;
    cursor: pointer;
}
.indtestimonials h2 {
    padding: 10px 0;
    color: #013370;
    position: relative;
    font-size: 45px;
}
.sk {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
}
.indlifechanging{
    padding: 60px 0;
}
.indlifechanging h3 {
    color: #013370;
    font-weight: 700;
}
.indlifechanging1 {
    margin: 10px auto;
    padding: 0;
    width: 95%;
    height: auto;
    display: block;
    vertical-align: top;
    box-shadow: 0 0 0 rgba(183,183,183,.5),0 0 0 rgba(183,183,183,.5);
    border-radius: 5px;
    min-height: 260px;
    background-color: #f1f2f3;
    overflow: hidden;
}
.image1 {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
}
/* .indabout .image1 {
    margin: 15% auto 0 auto;
} */
.practoratings, .googleratings {
    padding: 15px;
    margin: 0 auto;
    width: 230px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(183,183,183,.5),0 0 8px rgba(183,183,183,.5);
    border-radius: 10px;
    z-index: 1;
    position: absolute;
    animation: float1 8s ease-out infinite;
}
.practoratings ul, .googleratings ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    list-style-type: none;
    display: flex;
}
.practoratings ul li:nth-child(odd), .googleratings ul li:nth-child(odd) {
    width: 40px;
    margin-right: 10px;
}
.indabout h4 {
    color: #767171;
}
.elementor-kit-1086 h2 {
    color: #0E8388;
}
.mrssec {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.mrssec ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    list-style-type: none;
    position: relative;
}
.mrssec ul li {
    padding: 0;
    margin: 10px auto;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.mrssec ul li li:nth-child(odd) {
    width: 80px;
    background-color: #2e4f4f;
    border-radius: 10px;
    padding: 15px;
    margin-right: 15px;
}
.indabout h2{
    color: #013370;
}
.practoratings ul li span, .googleratings ul li span {
    display: block;
    font-size: 13px;
    color: #ff0;
}
.practoratings ul li span strong, .googleratings ul li span strong {
    color: #000;
}

@keyframes float {
    50% {
        transform: translate(0,20px)
    }
}

@keyframes float1 {
    50% {
        transform: translate(20px,0)
    }
}
.googleratings {
    right: 1%;
    bottom: 1%;
}
