body {
    background-color: #fff !important;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&amp;family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');
/*{font-family: 'Lato', sans-serif;}*/

h1,
h2,
h3 {
    font-family: 'Noto Serif', serif;
}

h4,
h5,
h6,
span,
a {
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    font-family: 'Lato', sans-serif;
}

.desktoplogo {
    display: flex;
    background-color: #343434;
}

.mob-no-bx {
    text-align: left;
    display: flex;
}

.numb-bx h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    font-family: sans-serif;
    margin-bottom: 6px;
}

.mob-no-bx span img {
    width: 35px;
    margin-right: 10px;
}

.mid-logo-bx a img {
    width: 233px;
}

.wsmenucontainer {
    background-color: #000;
}

.desktoplogo {
    border-bottom: none !important;
    border: none !important;
}

.wsmenu>.wsmenu-list>li:hover>a {
    color: #b1e4e8 !important;
    border-bottom-color: transparent !important;
}

.wsmenu>.wsmenu-list>li>a {
    color: #fff !important
}

.wsmenu>.wsmenu-list>li>a.active {
    color: #fff !important;
    border-bottom-color: #b1e4e8 !important;
}

.wsmenu>.wsmenu-list>li>a i {
    color: #fff !important;
}

.wsmainwp.wsfixed {
    background-color: #000 !important;
}

.wsmenu>.wsmenu-list>li>a:hover i {
    color: #fff !important;
}

.headtoppart {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 39px;
    margin: 0px auto;
    padding: 0px 0px;
    min-width: 320px;
}

.headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px;
}

/*.certificate-content {
  color: #fff;
  text-align: left;
  position: relative;
  margin: 0 !important; 
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}*/

.headertopright {
    width: 100%;
    float: right;
    text-align: right;
}

header .item {
    height: 100vh;
    position: relative;
}

header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.inner-content-bx p em {
    font-weight: 400;
    text-decoration: underline;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover {
    background: #000 !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

/*.visit-bx.btn-holder {
	justify-content: end;
}*/

ul,
ol {
    list-style: none;
}

/*.make-appointment:hover a{ text-decoration: underline; }*/

.feedbak-main:hover .whit-img {
    webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1
}

.make-appointment .whit-img {
    opacity: 0;
    width: 40px;
}

.make-appointment:hover .whit-img {
    opacity: 1
}

.feedbak-main .whit-img {
    opacity: 0;
    width: 40px;
}

.whit-img {
    opacity: 0;
    width: 40px;
}

/******dashboard**************/

.book-appointment-bx {
    background-color: #343434;
    padding: 20px 0;
    display: flex;
}

.book-appointment-bx .left-book h4 {
    color: #fff;
    margin: 0;
}

.book-appointment-bx .left-book h4 span img {
    width: 30px;
    margin: 0 10px;
}

.book-appointment-bx .right-book {}

.book-appointment-bx .right-book span img {
    width: 80px;
    justify-content: end;
}

.book-appointment-bx .visit-bx.btn-holder {
    justify-content: end;
}

/********slider*********/

/******dashboard**************/

/*.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}

.carousel {
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-item:nth-child(1) {
  background-color: red;
}
.carousel-item:nth-child(2) {
  background-color: blue;
}
.carousel-item:nth-child(3) {
  background-color: yellow;
}*/

/*footer {
    text-align: center;
    padding: 20px;
    background: #000;
}
footer p{ margin: 0; color: #fff; }*/

#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100vh;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    /*vertical-align: middle;*/
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*="carousel-control"] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #090808;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    border-radius: 50%;
}

#minimal-bootstrap-carousel [class*="carousel-control"]:hover {
    background-color: #000;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 2%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 2%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    /* background: #FFBA60;
    border-color: #FFBA60;*/
}

/* fixing slider height */

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
    position: relative;
}

.slider-content-style .content {
    text-align: left;
    position: relative;
    z-index: 999;
    margin-right: 570px;
    margin-left: 80px;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 58px;
    line-height: 20px !important;
    font-weight: 900;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    font: Georgia, serif;
    font-family: 'Acme', sans-serif;
}

.slider-content-style .content h5 {
    font-family: 'Lexend Zetta', sans-serif;
    letter-spacing: 1;
}

.slider-content-style .content p {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    font-family: 'Acme', sans-serif;
    line-height: 32px;
}

.slider.clearfix {
    clear: both;
}


 .slider-content-style .content a.thm-btn {
    background: #ffba60;
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 18px;
    letter-spacing: .1em;
    font-family: 'Josefin Sans';
    font-weight: 600;
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
    background: #fff;
}

/********services*************/

.fed-cont {
    color: #b1e4e8;
    font-size: 29px;
    /* display: inline-block !important; */
    text-decoration: none;
    cursor: pointer;
    /* align-items: center; */
    /* align-self: center; */
    /* display: flex; */
    /* text-align: center; */
    /* display: block; */
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.heading-main {
    text-align: center;
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
}

.services-main {
    background-repeat: no-repeat;
    background-position: center;
    ;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.servic-innr a figure figcaption img {
    width: 100px;
}

.servic-innr a figure figcaption {
    margin-bottom: 10px;
}

.servic-innr a figure h5 {
    align-self: center;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 52px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000;
}

/*.servic-innr{ display: flex; width: 20%; float: left; }*/

.servic-innr a {
    display: inline-block;
}

.services-main li {
    display: inline-block;
    padding: 2px;
    margin: auto;
    border-radius: 0px !important;
    margin: 0px -3px;
    width: 19%;
    border: 1.2px dashed #00000070;
    vertical-align: top;
}

.d-none-desk {
    display: none !important;
}

.services-main li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: auto;
    /*border: 1px solid rgba(255, 255, 255, 0.20);*/
    /*background: rgba(255, 255, 255, 0.06);*/
    border-radius: 3px;
    padding: 25px 10px 10px;
    background-color: transparent;
    margin: 0;
    width: 100%;
    text-decoration: none;
}

.services-main li a:hover {
    background-color: #ffffff54;
}

.box-1 {
    border: transparent !important;
}

.box-2 {
    border-bottom: transparent !important;
    border-top: transparent !important;
    border-right: transparent !important;
}

.box-3 {
    border-bottom: transparent !important;
    border-top: transparent !important;
    border-right: transparent !important;
}

.box-4 {
    border-bottom: transparent !important;
    border-top: transparent !important;
    border-right: transparent !important;
}

.box-5 {
    border-bottom: transparent !important;
    border-top: transparent !important;
    border-right: transparent !important;
}

.box-6 {
    border-right: transparent !important;
    border-left: transparent !important;
}

.box-7 {
    border-right: transparent !important;
    border-bottom: transparent !important;
}

.box-8 {
    border-right: transparent !important;
    border-bottom: transparent !important;
}

.box-9 {
    border-right: transparent !important;
}

.box-10 {
    border-right: transparent !important;
}

.box-11 {
    border-bottom: transparent !important;
}

.box-12 {
    border-bottom: transparent !important;
    border-right: transparent !important;
    border-left: transparent !important;
}

.box-13 {
    border-bottom: transparent !important;
    border-top: transparent !important;
}

/*.services-main li:hover{ background-color: #fff; border-radius: 2px; animation-duration: 2s; padding: 2px; }
*/

.sec-pad {
    padding: 7.5rem 0;
}

.sec-pad-top {
    padding-top: 7.5rem;
}

.sec-pad-bottom {
    padding-bottom: 7.5rem;
}

.gray-bg {
    background-color: #f3f5fa;
}

.dark-bg {
    background-color: #26263e;
}

/*
* content styleing
*/

.service-style-one .service-content .sec-title {
    margin: 0;
}

.service-style-one .service-content p {
    margin: 0;
}

.single-service-style-one {
    /* background: #FFFFFF;*/
    overflow: hidden;
    /*border-radius: 0px;*/
    /*padding: 66px 0;*/
    display: block;
}

.single-service-style-one:before {
    background: #7dc22b;
}

.single-service-style-one .box-icon {
    font-size: 4rem;
    color: #7dc22b;
    transition: all .4s ease;
    position: relative;
    z-index: 10;
}

.single-service-style-one h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

/*.single-service-style-one h5 a {
  color: #26263e;
  transition: all .4s ease;
}*/

.single-service-style-one .read-more {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f5fa;
    color: #787887;
    text-align: center;
    line-height: 36px;
    transition: all .4s ease;
    position: relative;
    z-index: 10;
}

.single-service-style-one a:hover {
    background: transparent;
}

.single-service-style-one:hover .box-icon,
.single-service-style-one:hover h5 {
    color: #000;
}

/*******certificates***********/

.our-certificate-main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.bg-color-bx {
    position: absolute;
    background-color: #343434;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.img-sec h4 {
    font-weight: 700 !important;
    text-align: center;
}

.img-sec p {
    text-align: center !important;
    font-weight: 400 !important;
}

.FULL {
    padding: 15px;
    background-color: #b6e3e7;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    height: 150px;
    text-align: center;
}

.our-certificate-main .heading-main {
    color: #fff;
}

/*.certificate-content { color: #fff; text-align: left; position: relative; margin: 90px 21px 50px;}*/

.before-icon {
    position: absolute;
    top: -38px;
    content: "";
    left: -47px;
    width: 40px;
}



.time-bx .box-readmore {
    margin-top: 0 !important;
}

.after-icon {
    content: "";
    position: absolute;
    right: 0;
    top: 140px;
    width: 40px;
}

.certificate-content p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 130px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.certificate-img {
    text-align: center;
    display: inline-block;
    margin: auto;
    padding: 30px;
}

.our-certificate-main .slick-prev::before,
.our-certificate-main .slick-next::before {
    font-family: 'slick';
    font-size: 36px !important;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.make-appointment a {
    color: #000;
    font-size: 29px;
    display: inline-block;
    text-decoration: none;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.feedbak-main a {
    color: #b1e4e8;
    font-size: 29px;
    display: inline-block;
    text-decoration: none;
}

.feedbak-main {
    padding: 20px 0;
    background-color: #000;
}

.certificate-slide-bx .slick-dots li button::before {
    font-size: 35px;
    opacity: 1;
    color: white;
}

/************why dental*******/

.why-folk {
    background: #fff;
    
}

.why-folk .why-icon-bx {
    float: left;
    margin-right: 20px;
    width: 10%;
}

.why-folk .why-content-bx-main {
    margin-right: 0px;
    float: left;
    width: 90%;
    padding-left: 70px;
}

.why-folk .why-servic-bx {
    display: inline-flex;
    margin: 10px 0;
    box-shadow: 0 0 13px #fff;
    background: #f9f9f9;
    border: 1px solid #fff;
    padding: 8px;
    animation-duration: 2s;
}

.why-folk .why-content-bx h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 24px;
}

.why-folk .why-icon-bx img {
    width: 65px;
}

/*.why-servic-bx:hover {box-shadow: 0 0 13px #c3c4c6b3; background: #b1e4e8; border:1px solid #b5b3b3; animation-duration: 2s;}*/

.why-folk .hover-bx img {
    filter: grayscale(100%);
    animation-duration: 2s;
    overflow: hidden;
    transform: rotate(40deg);
}

.why-folk .hover-bx img:hover {
    filter: grayscale(0%);
    z-index: 99;
    animation-duration: 2s;
}

.why-folk .nav-link.active img {
    filter: grayscale(0%);
    z-index: 99;
    animation-duration: 2s;
    ;
}

.why-folk .why-dental-list .nav-link:hover .why-servic-bx {
    background-color: #b1e4e86b !important;
    border-radius: 5px;
}

.why-folk .why-dental-list .nav-link.active .why-servic-bx {
    background-color: #b1e4e86b !important;
    border-radius: 5px;
}

.hover-bx .tab-pane.fade.show.active img {
    filter: grayscale(0%);
    z-index: 99
}

.why-folk .tab-content>.tab-pane {
    display: block !important;
}

.why-folk .fade:not(.show) {
    opacity: 1 !important
}

.why-folk .why-content-bx p {
    margin: 0;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.why-folk .hover-bx {
    position: relative;
    z-index: 99;
}

.why-folk .img-1 {
    position: absolute;
    top: 80px;
    right: 50px;
    width: 60%;
}

.why-folk .img-2 {
    position: absolute;
    top: 240px;
    right: -10px;
    z-index: 9;
}

.why-folk .img-3 {
    position: absolute;
    top: 240px;
    right: 200px;
}

.why-folk .img-4 {
    position: absolute;
    top: 380px;
    right: 50px;
    width: 60%;
}

.why-folk .nav-tabs .nav-link {
    border: none !important;
    color: inherit;
}

.why-folk .nav-tabs {
    border-bottom: none !important;
}

.box-readmore {
    margin-top: 40px;
    text-align: center;
    /* margin: auto; */
    display: inline-block;
}

.FULL .wrapper_btn a {
    color: #000 !important;
}

.wrapper_btn a {
    display: block;
    width: 200px;
    height: 46px;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    background: #202020;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0em;
    transition: all .35s;
    font-family: sans-serif;
}

.wrapper_btn a:hover:after {
    width: 100%;
}

.wrapper_btn a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(52, 52, 52);
    background: linear-gradient(126deg, rgb(52, 52, 52) 0%, rgba(52, 52, 52, 1) 100%) !important;
    transition: all .35s;
}

.wrapper_btn a span {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.wrapper_btn a:hover {
    color: #fff;
}

.why-folk .why-content-bx .btn-more {
    background: #000;
    border: none;
    color: #fff;
    padding: 8px 12px;
    margin-top: 3px;
    font-size: 16px;
    font-family: sans-serif;
}



.why-folk .why-icon-bx img {
    filter: grayscale(100%);
    animation-duration: 2s;
}

/* ==========================================================================
Video
========================================================================== */

.testimonials_sec {
    text-align: center;
    /* padding: 50px 0; */
    background: url(../images/customer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*padding:50px 0;*/
    background-position: center;
    background-color: #343434;
    /*margin-top: 80px;*/
}

.playbutton .far {
    opacity: 0;
}

/* vedio css*/

.imgvideo {
    cursor: pointer;
}

.playbutton {
    background: url(../images/play_button-128.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    margin: -37px 0 0 -37px;
    z-index: 10;
    opacity: .6;
}

.ytvideo {
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardisée */
    cursor: pointer;
}

.ytvideo iframe {
    border-style: none;
    height: 100%;
    width: 100%;
}

.ytvideo .seo {
    display: none;
}

.bg-dark-bx-inn h5 {
    color: #b1e4e8;
    font-size: 30px;
}

.bg-dark-bx-inn {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #b1e4e8;
    font-size: 30px;
    display: block;
    width: 100%;
    text-align: center;
}

/*********patient reviews*******/

.patient-bx.clearfix {
    background: #fff;
    padding: 50px 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pegnation {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.slid-patent-cont p {
    font-size: 18px;
    font-weight: 400;
    color: #8a8686;
    font-style: italic;
    max-width: 100%;
    height: 150px;
    margin: 0 auto;
    line-height: 25px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

.patient-bx .slick-dots li button::before {
    font-size: 46px !important;
}

.patient-bx .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #b1e4e8 !important;
}

.patient-bx .box-readmore {
    margin-bottom: 40px;
}

.slid-patent-cont h5 {
    text-align: right;
    font-size: 16px;
}

.panel {
    margin: 0 auto;
    height: 130px;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.panel .front,
.panel .back {
    text-align: center;
}

.panel .front {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

.box1 {
    background-color: #918589;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
}

.box2 {
    background-color: #b1e4e8;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
}

.box2 a {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    color: #000 !important;
    font-size: 26px;
}

.box1 a {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 26px;
}

/*****make an apoinment*******/

.make-appointment {
    background-color: #b1e4e8;
    padding: 20px 0;
    text-align: center;
}

.make-appointment h4 {
    margin: 0;
    color: #000;
}

/********footer**************/

.site-footer {
    background-color: #343434;
    padding: 50px 0px 0px 0px;
}

.footer-widget__about .footer-widget__text {
    margin-top: 27px;
    margin-bottom: 5px;
}

.footer-subscribe {
    margin-top: 20px;
}

.footer-subscribe span {
    z-index: 9;
    margin: 6px 10px 0px 0px;
    display: none;
}

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.topbar-one__social {
    margin-right: 0px;
    margin-top: 20px;
}

.footer-widget__links-list-item {
    margin: 14px 0;
}

.footer-social a {
    display: inline-block;
    margin-right: 4px;
    width: 48px;
    height: 48px;
    color: #fff;
    background-color: #ffffff17 !important;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s;
    font-size: 18px;
    line-height: 48px;
}

.footer-social a {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 13px;
}

/*.footer-social a .fab {
  text-align: center;
  display: inherit;
  list-style: none;
  margin-left: -19px;
}*/

.footer-widget__title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin: 15px 0px 3px;
    text-transform: uppercase;
}

h3+.h-decor {
    position: relative;
    top: -10px;
    height: 2px;
    width: 27px;
}

.h-decor {
    position: relative;
    display: inline-block;
    height: 3px;
    width: 53px;
    background-color: #fff;
}

.footer-widget__links-list,
.footer-widget__time-list {
    margin: 0;
    padding: 0;
    list-style: inside;
    margin-top: -10px;
    color: #fff;
}

.footer-widget__time-list-item,
.footer-widget__time-list-item a,
.footer-widget__links-list a {
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.icn-list li {
    display: inline-block;
    list-style: none;
    color: #fff;
    font-size: 15px;
    width: 100%;
}

.d-lg-block {
    margin-top: 0px;
}

.mt-30 {
    margin-top: 30px;
}

.footer-social {
    font-size: 16px;
    line-height: 0px;
}

.icn-list li i {
    position: relative;
    right: 35px;
    top: 4px;
    font-size: 18px;
    color: #b1e4e8;
    float: left;
    width: 9px;
    height: 0px;
}

.btn-gradient {
    font-weight: 500;
    color: #000 !important;
    background: #b1e4e8 !important;
    border: 1px solid transparent;
    box-shadow: none !important;
    padding: 3px 3px 5px 0px;
    border-radius: 20px;
    display: block;
    margin: 5px 0px 25px 0px;
    width: 240px;
}

.phone {
    font-weight: 600;
    color: #fff;
}

.icn-list li a {
    color: #fff;
}

.footer-widget__text {
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}

.footer-bottom {
    padding: 11px 0;
    background: #000;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 30px;
}

.footer-bottom p {
    color: #fff;
    margin: 0px;
}

.footer-widget__logo img {
    width: 220px;
    margin-bottom: 3px;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom p {
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
}

/*******form*********/

.form-main-bx {
    padding: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.form-main-bx .heading-main {
    color: #000;
}

.form-main-bx input.form-control {
    height: 45px;
}

.rght-appoitment span img {
    width: 120px;
    float: left;
    margin-right: 30px;
}

.appotment-inner {
    display: flex;
    align-self: center;
    align-items: center;
}

.rght-appoitment {
    display: flex !important;
    float: right;
    width: 50%;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dental-appointment {
    padding: 10px 0;
    background-color: #343434;
}

.let-appoitment h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
}

.let-appoitment h2 span img {
    width: 25px;
    margin: -5px 10px;
}

.let-appoitment {
    float: left;
    width: 50%;
    margin-left: 79px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
    background-color: #464748 !important;
    color: #fff;
}

.lang-btn {
    display: flex;
    margin: 0;
    text-align: center;
    float: right;
}

.top-header {
    margin: 5px 0;
    display: flex;
}

.lang-btn li {
    margin: 0 6px;
    line-height: 17px;
    height: 31px;
}

.lang-btn .box-readmore {
    margin-top: 0;
}

.lang-btn .wrapper_btn a {
    color: #000;
    border: 1px solid #fff !important;
    background: #b6e3e7 !important;
}

.lang-btn .wrapper_btn a:hover {
    color: #fff;
}

.lang-btn .wrapper_btn a {
    line-height: 45px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i::before {
    top: 12px !important;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
    margin-right: 13px !important;
    line-height: 4px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i::before {
    top: 12px !important;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    margin-right: 13px !important;
    line-height: 4px;
}

#minimal-bootstrap-carousel .carousel-control-prev a i #minimal-bootstrap-carousel .carousel-control-prev a i {
    margin-right: 13px !important;
}

#minimal-bootstrap-carousel [class*="carousel-control"] i::before {
    top: 12px !important;
}

#minimal-bootstrap-carousel [class*="carousel-control"] i {
    margin-right: 23px !important;
    font-size: 26px;
    color: #b1e4e8;
}

.footer-social a i {
    margin: auto;
    justify-content: center;
    display: flex;
    line-height: 50px;
}

.lang-btn .wrapper_btn a {
    display: block;
    width: 160px;
    height: 30px;
}

.lang-btn .wrapper_btn a {
    font-size: 13px;
    line-height: 28px;
}

.footer-social a.facebook:hover {
    background-color: #283eb7 !important;
}

.footer-social a.twitter:hover {
    background-color: #1cc0c8 !important;
}

.footer-social a.linkedin:hover {
    background-color: #1c67c8 !important;
}

.footer-social a.instagram:hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.footer-social a.youtube:hover {
    background-color: #f00 !important;
}

.box select {
    background-color: #b6e3e7;
    color: black;
    padding: 6.4px;
    width: 170px;
    border: none;
    font-size: 11px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    font-weight: 500;
    text-align: center;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-align: center;
}

.fix-link-bx {
    position: fixed;
    right: -2px;
    top: 40%;
    z-index: 9999999;
}

.fix-link-bx ul {}

.fix-link-bx ul li {
    margin: 2px 0;
    display: block;
}

.fix-link-bx ul li a {
    background-color: #fff;
    padding: 10px;
    margin: 4px 0;
    display: block;
    border: 1px solid #ddd;
}

.fix-link-bx ul li a span img {
    width: 30px;
}

.desktoplogo.wsmainwp.wsfixed {
    position: fixed;
    background-color: #343434 !important;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
    border-bottom: none;
    top: 0px !important;
    width: 100%;
    max-width: none;
    z-index: 100;
    padding: 12px 0px 12px 0px
}

.wsmainwp.wsfixed {
    position: fixed;
    background-color: #fff;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
    border-bottom: none;
    top: 60px !important;
    width: 100%;
    max-width: none;
    z-index: 100;
}

/*******inner pages********/

.banner-img {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    position: relative;
}

.banner-img h2 {
    width: 100%;
    text-align: center;
    z-index: 99;
    position: relative;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.banner-img:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

section.inner-content-bx {
    background: #fff;
    padding: 50px 0;
}

.inner-content-bx h6 {
    font-weight: 700;
    font-size: 20px;
    background: #343434;
    padding: 10px;
    /*width: fit-content;*/
    margin-bottom: 20px;
}

.inner-content-bx h5 {
    font-weight: 700;
    font-size: 20px;
}

ul.list-content li {
    margin: 10px 0 0 0px;
}

ul.list-content li {
    font-weight: 600;
    font-size: 14px;
}

ul.list-content li span {
    float: left;
    /* display: inline-block;*/
    margin-right: 23px;
    line-height: 0;
    /*margin-top: 5px;*/
}

img.core-img {
    width: 330px;
}

.mt {
    margin: 10px 0;
}

.ml {
    margin-left: 20px;
}

.list-content strong {
    width: 220px;
    display: inline-block;
}

ul.list-content {
    margin: 20px 0;
}

.client-logo {
    background-color: #fff;
    padding: 50px 0;
}

.client-logo-bx img {
    width: 180px;
    margin: 0 30px;
}

.client-logo-bx {
    display: flex;
    height: 70px;
}

/******popup****************/

.lightbox {
    background: #fff;
    border: 8px solid rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    transition: all 0.8s ease;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.lightbox__close {
    background: #fff;
    color: #000;
    display: block;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    text-decoration: none;
    width: 3rem;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
}

.lightbox:target {
    opacity: 1;
    visibility: visible;
    margin-top: 30px;
}

.time-bx ul li strong {
    width: 70px !important;
    margin-right: 25px;
    display: inline-block;
}

.time-bx ul li {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.time-bx ul {
    background-color: #fff;
    padding: 20px;
}

.time-bx ul li:nth-child(odd) {
    background: #ddd;
}

.time-bx ul li:nth-child(even) {
    background: #fff;
}

.time-bx {
    text-align: center;
}

.time-bx ul li h3 {
    margin: 0;
    text-align: center;
    font-size: 20px;
}

/****************/

.wrap {
    float: left;
    margin: 0 20px 0 0;
}

.content-bx {
    background-color: #fff;
    width: auto;
    height: auto;
    position: absolute;
    display: none;
    z-index: 999;
}

.hitter {
    width: 500px;
    height: 500px;
    border: 1px solid #ee0000;
    display: none;
}

.down-content {
    width: 514px;
    text-align: left;
}

.down-content li {
    padding: 10px 0;
    display: inline-table;
}

.btn-down {
    background: transparent;
    border: none;
    padding: 0 7px;
}

.down-content li {
    display: inline-table;
    margin: 0;
}

.down-content li span {
    margin-left: 10px;
}

.inner-content-bx p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #4a4848;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.inner-content-bx h5 {
    font-family: 'Noto Serif', serif;
    font-weight: 300;
    color: #4a4848;
    margin: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
}

.inner-content-bx h6 {
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #b1e4e8;
}

ul.list-content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #4a4848;
}

.img-sec img {
    border-radius: 5px;
    margin-bottom: 10px;
}

ul.list-content li {
    font-family: 'Lato', sans-serif;
    text-align: justify;
}

.inner-content-bx h5 span {
    display: block;
    margin-left: 34px;
    font-size: 16px;
    text-transform: uppercase;
}

.address-bx address strong {
    font-weight: 900;
    font-size: 24px;
}

.form-btn.wrapper_btn a {
    margin: auto;
    display: inline-block;
}

/**********review**************/

.revie-main {
    padding: 40px;
    background: #fff;
    margin-top: 35px;
}

.cd-see-all {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #C8C8C8;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    transition: color, 0.2s;
}

.no-touch .cd-see-all:hover {
    color: #79b6e4;
    background-color: #000c;
}

.cd-testimonials-all {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 99999;
}

.cd-testimonials-all .cd-testimonials-all-wrapper {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.cd-testimonials-all .cd-testimonials-all-wrapper>ul {
    width: 100%;
}

.cd-testimonials-all .cd-testimonials-all-wrapper>ul::after {
    clear: both;
    content: "";
    display: table;
}

.cd-testimonials-all .cd-testimonials-item {
    margin-bottom: 2em;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0) scale(0.4);
    -moz-transform: translate3d(0, 0, 0) scale(0.4);
    -ms-transform: translate3d(0, 0, 0) scale(0.4);
    -o-transform: translate3d(0, 0, 0) scale(0.4);
    transform: translate3d(0, 0, 0) scale(0.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}

.cd-testimonials-all p {
    position: relative;
    background: #52b5c0;
    color: #000;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
}

.cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #b6e3e7;
}

.cd-testimonials-all .cd-author {
    text-align: left;
    margin-left: 1.5em;
}

.cd-testimonials-all .cd-author img {
    box-shadow: 0 0 0 transparent;
}

.cd-testimonials-all.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
    -webkit-overflow-scrolling: touch;
}

.cd-testimonials-all.is-visible .cd-testimonials-item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

@media only screen and (min-width: 768px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 46%;
        margin: 0 2% 3em;
    }
    .cd-testimonials-all .cd-author {
        margin-left: 1em;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 27%;
        float: left;
        margin: 0 1.6666 3em;
    }
}

.revie-main .nav-tabs .nav-item.show .nav-link,
.revie-main .nav-tabs .nav-link.active {
    background-color: #b6e3e7 !important;
}

.revie-main .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #ddd;
    color: #000;
    padding: 14px;
    border-radius: 0;
    border: 1px solid #bbbaba;
    text-transform: uppercase;
    font-weight: 600;
}

.revie-main nav {
    display: table;
    margin: auto;
    text-align: center;
}

.wsmenu>.wsmenu-list>li>a {
    font-size: 12px !important;
}

section.form-main {
    background: #fff;
    padding: 50px 0;
}

.auto-bx {
    margin: auto;
    justify-content: end;
    display: block;
}

.form-inner {
    padding: 30px;
    box-shadow: 0 0 6px #ddd;
}

.input-form-bx label {
    margin-bottom: 10px;
}

.form-inner h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.address-bx {
    margin-top: 30px;
}

.address-bx h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.address-bx address {
    font-size: 16px;
    line-height: 28px;
}

.address-bx ul li {
    display: flex;
    margin: 10px 0;
    font-size: 20px;
}

.address-bx ul li span {
    margin-left: 26px;
    font-family: sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

/*************book apo popup***************/

.pop-book .modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    height: 30px;
    width: 30px;
    text-align: center;
}

.pop-book .modal-header {
    padding: 0 !important;
    border-bottom: 0 !important;
}

.pop-book .modal-body {
    margin-top: 30px;
}

.pop-book .modal-content {
    background-color: #f9f9f9 !important;
}

.pop-book .modal-body h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin: auto;
    width: fit-content
}

.pop-book .modal-body h4:after {
    position: absolute;
    bottom: -8px;
    width: 100px;
    height: 4px;
    background-color: #b6e3e7;
    left: 0;
    margin: auto;
    right: 0;
}

.cd-testimonials-all p {
    color: #000 !important;
}

ul.cd-author-info li {
    text-transform: uppercase !important;
    color: #000 !important;
}

.cd-testimonials-all p::after {
    border-top-color: #ebebeb !important;
}

.gallery-content-bx {
    background-color: #fff;
    padding: 50px 0;
}

.gallery-content-bx a {
    margin: 10px 0;
    text-align: center;
}

.meet-specialist-main {
    background-color: #fff;
    padding: 0px 0 0;
}

.bg-pink {
    background: #343434;
    padding: 40px 0;
    color: #fff;
}

.bg-pink ul.list-content li {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.meet-specialist-main p {
    margin: 10px 0;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.meet-specialist-main h5 {
    margin: 20px 0 0;
    font-size: 22px;
    font-weight: 300;
}

.meet-specialist-main h6 span {
    display: block;
    margin-left: 33px;
    line-height: 10px;
    font-family: 'Lato', sans-serif;
}

.meet-specialist-main h6 {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: 300;
}

.round-img-bx.blue img {
    width: 250px;
    border-radius: 50%;
    border: 9px solid #95dee4;
    margin-bottom: 20px;
}

.round-img-bx img {
    width: 250px;
    border-radius: 50%;
    border: 9px solid #95dee4;
    margin-bottom: 20px;
}

.pro-main h4 {
    font-size: 26px;
    text-align: center;
}

.pro-main h4 span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.bg-ble {
    background: #d7f2f5;
    padding: 30px 0;
}

.wht-bx {
    padding: 50px 0;
}

.round-img-bx {
    text-align: center;
}

.sml-content {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 10px 0;
}

.head-bx {
    text-align: center;
    margin-bottom: 40px;
}

.head-bx h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.head-bx p {
    font-size: 18px;
}

.bg-whit {
    background-color: #fff;
}

.rest-main {
    padding: 50px 0;
}

.rest-content h5 {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

.rest-content h5 span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.rest-content p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 23px;
    font-family: sans-serif;
    font-weight: 300;
}

.rest-inn {
    padding: 40px 0;
}

.img-block {
    text-align: center;
}

.img-block img {
    width: 270px;
}

.video-test-main {
    padding: 50px 0;
    background: #fff;
}

.vid-sec {
    margin: 10px 0;
}

.vid-top-content h4 {
    font-size: 21px;
    margin-bottom: 15px;
}

.vid-bott-content .lft-bx {
    float: left;
}

.vid-bott-content .rgt-bx {
    float: right;
}

.vid-bott-content a {
    font-size: 18px;
    color: #000;
}

.video-test-inn {
    padding: 20px;
    border: 1px solid #e6e4e4;
    box-shadow: 0 0 6px #ddd;
    border-radius: 4px;
    margin: 15px 0;
}

.video-test-inn:hover {
    box-shadow: 0 0 20px #ddd;
}

.m-30 {
    margin: 0px 0 30px;
}

/*.sec-fix {
    position: absolute;
    bottom: 0;
}*/

/*.pos-cent{ position: absolute; top: 35%; }*/

ul.list-img li .img-secbx img {
    width: 230px;
    height: 230px;
}

ul.list-img li {
    margin: 10px;
    width: 28%;
    display: inline-block;
}

.pro-main h4 small {
    font-size: 14px;
}

.section-content {
    margin: 40px 0;
}

.team {
    margin: 15px 0;
    border: 1px solid #ddd;
}

.contents .name {
    font-size: 20px;
    margin: 15px 0;
    padding: 12px 0 10px;
    font-weight: 500;
    color: #9ad3d8;
}

.contents h6 {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team .contents {
    padding: 0 20px 20px;
}

.contents p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    font-size: 15px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.cd-testimonials-all p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: justify;
}

.inner-content-bx h4 {
    font-family: 'Noto Serif', serif;
    font-weight: 300;
    color: #4a4848;
    font-size: 16px !important;
    margin: 20px 0 10px;
    font-size: 20px;
}

.certficate-bx {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 6px #ddd;
    text-align: center;
}

.certficate-bx:hover {
    box-shadow: 0 0 20px #ddd;
}

.certficate-bx h5 {
    border-top: 1px solid #e8e4e4;
    
    padding-top: 17px;
}

.border-bx {
    border: 1px solid #cecccc;
    box-shadow: 0 0 2px #ddd;
}

.mt-15 {
    margin-top: 20px;
}

.list-styl li {
    list-style: inside;
}

.box-readmore {
    margin-top: 15px;
}

.sm-head {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.special-inner {
    margin: 10px 0;
}

.special-inner h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.special-inner h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.special-inner h6 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}

.btn span {
    width: max-content !important;
}

.footer-widget .address-bx {
    margin-top: 0px;
    color: #fff;
}

.footer-widget .address-bx ul li {
    display: inline-flex;
    margin: 0;
    font-size: 17px;
    line-height: 23px;
}

.footer-widget .address-bx address {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 28px;
}

.footer-widget .address-bx address strong {
    font-weight: 900;
    font-size: 19px;
}

.slick-slide {
    height: inherit !important;
}

.time-bx .wrapper_btn a {
    width: 270px;
}

.name-bx.inner-content-bx {
    clear: both !important;
}

.cd-testimonials-item {
    margin: 0 2% 3em !important;
}

.table.table-bordered tr th {
    font-weight: bold;
}

.time-bx h4 {
    font-size: 30px;
}

/*************************/

.desktoplogo.wsmainwp.wsfixed .numb-bx h2 {
    font-size: 16px !important;
}

.desktoplogo.wsmainwp.wsfixed .mid-logo-bx a img {
    width: 180px !important;
}

.desktoplogo.wsmainwp.wsfixed .visit-bx.btn-holder .btn span {
    padding: 3px 18px !important;
    font-size: 12px !important;
}

.desktoplogo.wsmainwp.wsfixed .visit-bx.btn-holder .btn-3 {
    margin-top: 0px !important;
}

/***********************/

ul.list-img li .img-secbx.crown img {
    width: auto;
    height: auto;
}

.list-content.list-2 {
    padding-left: 30px;
    margin-top: 0;
    list-style: decimal;
}

.certifict-box {
    position: relative;
    padding: 50px 0;
}

.certifict-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343434;
    content: "";
}

.certifict-box .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.certifict-box .carousel-fade .carousel-item.active,
.certifict-box .carousel-fade .carousel-item-next.carousel-item-left,
.certifict-box .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.certifict-box .carousel-fade .active.carousel-item-left,
.certifict-box .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.certifict-box .carousel-fade .carousel-item-next,
.certifict-box .carousel-fade .carousel-item-prev,
.certifict-box .carousel-fade .carousel-item.active,
.certifict-box .carousel-fade .active.carousel-item-left,
.certifict-box .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.certifict-box .carousel-control-next,
.certifict-box .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.certificate-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.certificate-content h5 {
    font-size: 30px;
    color: #fff;
    line-height: 38px;
}

.img-sec {
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.validation {
    color: Red !important;
    visibility: hidden;
}

.description {
    width: 100%;
    height: 400px;
    background-image: url(../images/video-img.png);
}

.testimonials_sec {
    background-image: url(../images/customer.jpg);
}

.patient-bx {
    background-image: url(../images/patient-bg.png);
}

.services-main {
    background-image: url(../images/service-bg.png);
}

.FULL a {
    background: #ffffff !important;
}

.d-block {
    height: 630px;
}

.carousel-caption {
    top: 15% !important;
    right: 0% !important;
    left: 3% !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 0px !important;
    height: 30px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #343434 !important;
    white-space: nowrap;
}

.red {
    color: red !important;
}

.SCREENINGs a {
    background-color: #fff;
}

.make-an-appointment02 {
    border-radius: 5px;
}

.Enhanced {
    float: left;
}

.Copyright2 {
    color: #fff !important;
}

#Feedbacksd {
    padding: 40px 0px;
    margin-top: 0px !important;
}

.demo6 {
    background-color: #d3ebec;
}

.demo5 {
    background-color: #31a9a3;
}

.demo9 {
    background-color: #6efcf5;
}

.demo10 {
    background-color: #b6e3e7;
}

.demo12 {
    background-color: #4cdae4;
}

.demo14 {
    background-color: #19e6c0;
}

.demo40 {
    background-color: #5aacdc;
}

.demo39 {
    background-color: #1fc2caa3;
}

.demo38 {
    background-color: #5adcc4;
}

.demo37 {
    background-color: #4deaf1;
}

.demo36 {
    background-color: #4deaf1;
}

.demo35 {
    background-color: #d3ebec;
}

.demo34 {
    background-color: #19e6c0;
}

.demo33 {
    background-color: #7fc2c7;
}

.demo32 {
    background-color: #4cdae4;
}

.demo31 {
    background-color: #7fc2c7;
}

.demo30 {
    background-color: #b6e3e7;
}

.demo29 {
    background-color: #6efcf5;
}

.demo28 {
    background-color: #19e6c0;
}

.demo27 {
    background-color: #5adcc4;
}

.demo26 {
    background-color: #d3ebec;
}

.demo25 {
    background-color: #31a9a3;
}

.demo24 {
    background-color: #c0f5eb;
}

.demo23 {
    background-color: #4cdae4;
}

.demo22 {
    background-color: #7fc2c7;
}

.demo21 {
    background-color: #b6e3e7;
}

.demo20 {
    background-color: #5aacdc;
}

.demo19 {
    background-color: #1fc2caa3;
}

.demo18 {
    background-color: #5adcc4;
}

.demo17 {
    background-color: #4deaf1;
}

.demo16 {
    background-color: #4deaf1;
}

.demo15 {
    background-color: #d3ebec;
}

.demo13 {
    background-color: #7fc2c7;
}

.demo11 {
    background-color: #7fc2c7;
}

.demo8 {
    background-color: #19e6c0;
}

.demo7 {
    background-color: #5adcc4;
}

.demo04 {
    background-color: #c0f5eb;
}

.demo01 {
    background-color: #b6e3e7;
}

.demo03 {
    background-color: #4cdae4;
}

.demo02 {
    background-color: #7fc2c7;
}

.video-wrapper {
    position: relative;
}

.video-wrapper>video {
    width: 100%;
    height: 415px;
    vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #00000054);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

@media (max-width : 520px) {
    .d-block {
        height: 230px;
    }
    .footer-bottom p {
        text-align: center !important;
    }
    .why-folk .why-content-bx p {
        height: 120px !important;
    }
    .md {
        max-width: 90% !important;
        margin-left: -45% !important;
        margin-top: -180px !important;
    }
}

@media only screen and (min-width : 521px) and (max-width : 720px) {
    .d-block {
        height: 320px;
        text-align: center !important;
    }
    .why-folk .why-content-bx p {
        height: 110px !important;
    }
    .md {
        max-width: 90% !important;
        margin-left: -45% !important;
        margin-top: -180px !important;
    }
}

@media only screen and (min-width : 721px) and (max-width : 920px) {
    .d-block {
        height: 380px;
    }
    .why-folk .why-content-bx p {
        height: 110px !important;
    }
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -99;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: fixed;
    top: 45%;
    left: 50%;
    max-width: 600px;
    margin-left: -300px;
    margin-top: -180px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-bottom: inherit;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background: #222222;
    font-size: 27px;
    display: inline-block;
    line-height: 0px;
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 1002;
    font-family: cursive;
    font-weight: 100;
    opacity: .5;
}

.boxclose:before {
    content: "X";
}

#fade:hover~#boxclose {
    display: none;
}

.test:hover~.test2 {
    display: none;
}

.footer-social a i::before {
    position: absolute !important;
}

.footer-social a i::after {
    position: absolute !important;
}

.box-readmore a:hover {
    color: #fff !important;
}