/*==============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: Metropolis-Regular;

}

ul{

	padding: 0px;

	margin: 0px;

}

li{

	list-style: none;

}

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: #28303f;

    color: #fff;

    font-family: 'Metropolis-Bold';

    text-transform: uppercase;

    padding: 15px 18px 14px;

    display: inline-block;

    border-radius: 35px;

    font-size: 15px;

}

.cmn-btn:hover{

    color: #fff;

}

.heading h2 {

    color: #28303f;

    font-size: 40px;

    font-family: 'Metropolis-ExtraBold';

    line-height: 44px;

    margin-bottom: 15px;

}

.heading p {

    color: #000;

    font-size: 16px;

    margin-bottom: 0px;

}

.heading hr {

    width: 80px;

    opacity: 1;

    color: #28303f;

    margin: 17px 0px;

}





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

.header-inner {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.header-area {

    background-color: #fff;

    padding: 20px 0px;

    position: fixed;

    width: 100%;

    z-index: 999;

}

.header-area.fixed {

    background: #fff;

}

.appointment-header {

    display: flex;

    align-items: center;

}


.apt-contact a {
    background-color: #b0cb1f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 1px;
    font-family: 'Metropolis-Bold';
    transition: all 0.5s;   

}

.apt-contact a:hover {
    background-color: #28303f;
}


.apt-contact a i {
    padding-right: 5px;
}


.top-lft-logo img {

    width: 150px;

}



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





/*========== home banner area ========*/

.home-banner-area {

    padding: 30px 0px 50px;

    padding-top: 160px;

    background-image: url(../images/banner-sketch.png), linear-gradient(to right, #efefef, #bababa);

    position: relative;

    background-repeat: no-repeat;

    background-size: contain;

    height: 100%;

    background-position: 50% 80%;

}

.banner-lft-cnt {
    padding-right: 100px;
    padding-top: 150px;
}

.home-banner-area .banner-lft-cnt h1 {

    font-size: 40px;

    color: #28303f;

    margin-bottom: 10px;

    font-family: 'Metropolis-ExtraBold';

}

.slide-btn a {

    margin-right: 15px;

    padding: 15px 31px 14px;

}

.banner-lft-cnt p {

    font-family: 'Metropolis-Bold';

    font-size: 20px;

}

.cmn-btn.dt-sol {

    background: #fff;

    color: #71569d;

    box-shadow: none;

}


.banner-lft-cnt .slide-btn {

    margin-top: 30px;

}

.book-appointment-out{

    position: relative;

}

.book-appointment-out:before {

    content: '';

    height: 350px;

    width: 350px;

    position: absolute;

    background-color: #28303f;

    border-radius: 100%;

    left: -60px;

    z-index: 9;

    top: 15%;

}

.book-appointment {

    border-radius: 20px;

    padding: 30px 40px;

    height: 100%;

    background-color: #fff;

    position: relative;

    z-index: 99;

    background: linear-gradient(to right, #efefef, #efefef);

}

.book-appointment h2 {

    color: #28303f;

    font-size: 32px;

    line-height: 36px;

    margin-bottom: 20px;

    font-family: 'Metropolis-ExtraBold';

    text-align: center;

}

.book-appointment .service-form .input-group {

    margin-bottom: 15px;

    position: relative;

}

.book-appointment .service-form .input-group .input-group-text {

    background-color: transparent;

    border: 0px;

    color: #5AB6E3;

    font-size: 18px;

    position: absolute;

    z-index: 99;

    left: 6px;

    top: 5px;

    padding: 8px;

}

.book-appointment .service-form .input-group .input-group-text i {

    color: #28303f;

}

.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 #768894;

    background-color: #fff;

}

.book-appointment .service-form .input-group .form-control::-webkit-input-placeholder {

  color: #000;

}

.book-appointment .service-form .input-group .form-control:-ms-input-placeholder {

  color: #000;

}

.book-appointment .service-form .input-group .form-control::placeholder {

  color: #000;

}

.form-sbmt-btn {

    margin-bottom: 22px;

}

.form-sbmt-btn .cmn-btn {

    border: none;

    padding: 12px 58px 12px;

}

.form-check  .form-check-label {

    color: #000;

    font-size: 14px;

}

.after-smbt-p {

    font-size: 14px;

    color: #000;

    margin-top: 15px;

}

.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%;

}

.banner-vet {

    position: absolute;

    left: 28%;

    bottom: 0px;

}

.banner-vet img {

    width: 440px;

}




.input_box.captcha-inp {

    position: relative;

    margin-bottom: 20px;

}

.captcha-inp span {

    background-color: #66777F;

    padding: 10px 14px;

    border-radius: 10px;

    font-size: 16px;

    line-height: 25px;

    color: #fff;

    position: absolute;

    top: 0;

    right: 0;

}



.captcha-load {

    position: absolute;

    top: 6px;

    right: -35px;

}

.captcha-load i {
    font-size: 27px;

    color: #28303f;
}

.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 #768894;

    background-color: #fff;

}

.banner-lft-cnt {

    padding-right: 100px;

}

/*========== end home banner area ========*/


/* ======= Whatsapp icon ======= */

.whats-call-area {
    padding: 50px 0;
    background-color: #d8dbe6;
}

.whats-area-inr h2 {
    font-size: 45px;
    color: #28303f;
    font-weight: 700;
    font-family: 'Metropolis-ExtraBold';
}

.wht-inr-img {
    margin: 30px 0;
}


.wht-inr-img a i {
    background-color: #28303f;
    color: #fff;
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    width: 70px;
    line-height: 68px;
}

.wht-inr-cnt p {
    margin: 0;
    color: #28303f;
    font-size: 19px;
    font-weight: 600;
}



/* ======= Whatsapp icon End ======= */



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

.digital-bytes-area {

    position: relative;

    padding: 120px 0px 80px;

}

.digital-bytes-area:after {

    content: '';

    height: 218px;

    width: 73%;

    background-color: #28303f;

    position: absolute;

    top: 70px;

    border-radius: 15px 0px 0px 15px;

    right: 0;

}

.digital-heading .heading h2 {

    margin-right: 33px;

    font-size: 30px;

    line-height: 41px;

}

.digital-bytes-slide .owl-nav {

    position: absolute;

    top: 148px;

    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: 115px !important;

    margin: 0 auto;

}

.bytes-image {

    text-align: center;

    box-shadow: 0px 2px 10px #66777f4a;

    border-radius: 20px;

    padding: 30px 24px;

    background-color: #fff;

    margin: 10px;

    min-height: 290px;

    border: solid 1px #fff;

}

.bytes-image:hover{

    border:solid 1px #66777F;

}

.bytes-image h3 {

    color: #000;

    font-size: 20px;

    font-family: 'Metropolis-Bold';

    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 #66777F;

    border-radius: 100px;

    display: block;

    background-color: #66777F;

    color: #fff;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

}

.byt-click:hover{

    color: #fff;

}



.wd-nbn {

    text-align: center;

    margin-top: 25px;

}

.talk-to-cd {

    display: inline-block;

    background: #28303f;

    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: left;

    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: 21px;

    font-family: 'Metropolis-Bold';

    margin: 0;

    color: #fff;

    text-transform: uppercase;

}



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




/*========= doctor team ========*/

.team-of-doctor {

    padding: 60px 0px 40px;

}

.team-of-doctor .heading {

    margin-bottom: 50px;

}

.dental-team-bx img {

    border-radius: 18px;

    object-fit: cover;

    border: solid 1px #000;

    padding: 10px;

    height: 278px;

}

.dental-team-bx h4 {

    text-align: center;

    margin-bottom: 0px;

    font-family: 'Metropolis-Bold';

    font-size: 20px;

    margin-top: 15px;

    color: #28303f;

}

.dental-team-bx p {

    text-align: center;

    font-family: 'Metropolis-Bold';

    font-size: 14px;

    margin-bottom: 0px;

    color: #b0cb1f;

}

.dental-team-bx {

    margin: 0px 18px;

    text-align: center;

}

.team-of-doctor .owl-nav {

    text-align: center;

    margin-top: 60px;

}

.team-of-doctor .owl-carousel .owl-nav button.owl-next, .team-of-doctor .owl-carousel .owl-nav button.owl-prev {

    width: 35px;

    height: 35px;

    border: solid 1px #000;

    border-radius: 100px;

    margin-left: 10px;

}


/*========= end doctor team ========*/



/*========= Gallery ========*/

.gallery {
    padding: 50px 0 90px;
}

.gallery-img img {
    border-radius: 15px;
    height: 300px;
}

.gallery .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.gallery .owl-dots .owl-dot.active {
    background-color: #28303f;
    height: 10px;
    border-radius: 210px;
    width: 10px;
    position: relative;
    top: 0;
}

.gallery .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #28303f;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.gallery .owl-nav {
    position: absolute;
    top: 50%;
    width: 96%;
    left: 25px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
 }
 
.gallery .owl-carousel .owl-nav button.owl-prev,
.gallery .owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
}

.gallery .owl-carousel .owl-nav button.owl-prev:hover,
.gallery .owl-carousel .owl-nav button.owl-next:hover {
    transform: scale(1.2);
}



/*========= Gallery End ========*/



 /* ========== Book your Consultation ========== */

.book-consult {
    padding: 50px 0;
    background-color: #d8dbe6;
}

.book-consult-inr .heading h2 {
    font-size: 40px;
    color: #28303f;
    margin-bottom: 10px;
    font-family: 'Metropolis-ExtraBold';
}

.book-consult-inr .heading p {
    margin-bottom: 30px;
}

.book-consult-inr p {
    color: #2e4f4f;
    margin: 0;
}

.book-consult-inr p a {
    color: #2e4f4f;
}

.consult-inr-cnt .conslt-icon {
    display: flex;
    align-items: center;
}

.conslt-icon a i {
    background-color: #28303f;
    color: #fff;
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    width: 70px;
    line-height: 68px;
    display: flex;
    justify-content: center;
    margin: 10px 20px 10px 0;
}

/* ========== Book your Consultation End ========== */



/* ======== countdown area ========  */


.contdon-area-inr {
    padding: 40px 0;
    background-color: #b0cb1f;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.unlock-smile-countdown {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
  }

  .unlock-smile-countdown .time-box {
    background-color: #76890d;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    min-width: 150px;
  }
  
  .unlock-smile-countdown .time-box span {
    display: block;
    font-size: 48px;
    font-family: 'Metropolis-ExtraBold';
    color: #28303f;
    line-height: 50px;
  }
  
  .unlock-smile-countdown .time-box .label {
    font-size: 13px;
    color: #fff;
    letter-spacing: 3px;
  }
  

  .contdon-area-inr .heading p {
    font-size: 22px;
    color: #28303f;
    font-family: 'Metropolis-Bold';
    margin-bottom: 30px;
  }


/* ======== countdown area End ========  */



/* ======== Testimonials ========  */


.Testimonials {
    padding: 60px 0 20px;
}

.head-cnt h5 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'Metropolis-Bold';
    margin-bottom: 0;
}

.head-cnt h6 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'Metropolis-Bold';
    color: #fb8e28;
}

.head-cnt h6 img {
    width: 130px;
}

.gmb-img img {
    width: 60px;
    padding-right: 10px;
}

.head-cnt p {
    color: #777;
}

.head-cnt p img {
    width: 80px;
}

.user-img img {
    width: 60px !important;
    margin-right: 15px;
}

.user-info-bx {
    position: relative;
}

.user-info h6 {
    color: #154fc1;
    font-size: 18px;
    font-family: 'Metropolis-Bold';
    margin-bottom: 0;
}

.user-info p {
    color: #555;
    font-size: 13px;
}

.user-info img {
    width: 20px !important;
    position: absolute;
    top: 0;
    right: 0;
}

.rat-img img {
    width: 150px !important;
    margin-top: 10px;
}

.user-cnt p {
    font-size: 14px;
    height: 87px;
    overflow-y: auto;
}

.user-cnt p::-webkit-scrollbar {
    width: 4px;
}

.user-cnt p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.user-cnt p::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ccc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.user-cnt p::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc;
}

.Testis-heading {
    padding: 0 15px;
}

.Testimonials .owl-nav {

    text-align: center;
    margin-top: 40px;

}

.Testimonials .owl-carousel .owl-nav button.owl-next, .Testimonials .owl-carousel .owl-nav button.owl-prev {

    width: 35px;

    height: 35px;

    border: solid 1px #000;

    border-radius: 100px;

    margin-left: 10px;

}

.action_inner {
    display: flex;
    justify-content: space-evenly;
}


/* ======== Testimonials End ========  */


.banner-conter-area {
    position: relative;
    z-index: 99;
}

.banner-conter-area .inner-counter-bg {
    background-color: #b0cb1f;
    padding: 35px 40px;
    border-radius: 20px;
}

.inner-counter-bg .banner_uspes .col {
    position: relative;
}

.col {
    flex: 1 0 0%;
}

.banner-conter-area .usp_box {
    text-align: center;
}

.inner-counter-bg .banner_uspes .col:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 72%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.banner-conter-area .usp_box h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0px;
    font-family: 'Metropolis-ExtraBold';
    display: inline-block;
}

.banner-conter-area .usp_box p {
        color: #fff;
        font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.banner-conter-area .usp_box span {
    color: #fff;
    font-size: 48px;
    font-family: 'Metropolis-ExtraBold';
    display: inline-block;
    line-height: 35px;
}

.book-consultdiv {
    background: #B0CB1F;
    padding: 20px;
}
.main-rwo {
    display: flex;
    align-items: center;
}