@font-face {
    font-family: MyriadRegular;
    src: url(../assets/fonts/MYRIADPRO-REGULAR.woff);
}
@font-face {
    font-family: MyriadLight;
    src: url(../assets/fonts/MyriadPro-Light.woff);
}

body {
    font-family: 'MyriadLight', sans-serif;
    overflow-x: hidden;
    color:#0f5157;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'MyriadRegular', sans-serif;
}
.someheadingsMFU{
 font-family: 'MyriadRegular', sans-serif  !important;
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: red;
}
/* placeholder text style */
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: #012840;
}
.emptyMFU{
 color:#012840;
}
/*Back to Top*/
#backtop {
    position: fixed;
    left: auto;
    right: 0;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #0f5157;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 999999;
    border: 1px solid white;
    opacity: 1;
    display: none;
}

#backtop:hover {
    background-color: #8c6c61;
}

#backtop.mcOut {
    opacity: 0;
}

/*Back to Top Ends*/

.nav-top {
    font-weight: 600;   /*Before-Rebrand: Didnt existed */
    background:  #33bb83;; /*Before-Rebrand: #5d4841 */
    opacity: 1;
    color: white; /*Before-Rebrand: white */
    font-size: 14px;
    text-align: right;
    position: fixed;
    top: 0;
    width: 100%;
    vertical-align: center;
    /*height: 30px;*/
    z-index: 1020;
    /*font-family: Arial;*/
    padding: 6px 0;
}

.nav-top span {
    margin-right: 20px;
}

.logo-cont {
    /*background: #5d4841;*/
    position: fixed;
    top: 35px;
    left: 20px;
    width: 400px;
    z-index: 1040;
    text-align: center;
    padding: 10px 10px 0 10px;
}

.logo-cont img {
    /*padding-left: 10px;*/
    width: 400px;
    /*height: 130px;*/
}

.wdlogo-cont {
    /*background: #5d4841;*/
    /*position: fixed;*/
    /*top: 10px;*/
    /*left: 10px;*/
    width: 80px;
    z-index: 1040;
    text-align: center;
    padding: 0 10px;
    display: none;
}

.wdlogo-cont img {
    /*padding-left: 10px;*/
    width: 60px;
    height: 60px;
}

.social-icon-cont {
    display: inline-block;
}

.social-icon-cont a {
    text-decoration: none !important;
    font-size: 24px;
    display: inline-block;
    padding: 5px 10px;
}

.social-icon-cont a .fa-facebook-f {
    color: #3b5998 !important;
}

.social-icon-cont a .fa-instagram {
    color: red !important;
}

.dropdown-cont {
    /*background: #5d4841;*/
    position: fixed;
    top: 60px;
    right: 100px;
    /*width: 190px;*/
    /*height: 150px;*/
    z-index: 1040;
    text-align: center;
}

.dropdown-cont button {
    padding: 20px 40px;
    background: transparent;
    color: #33bb83; /*Before-Rebrand: #bc9f66 */
    border: 2px solid #33bb83; /*Before-Rebrand: #5d4841 */
    width: 400px;
}

.dropdown-wrap {
    display: inline-block;
}

.margin-from-nav {
    margin-top: 200px;
    height: 400px !important;
}

/*Cookies Popup*/
.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    bottom: 10px;
    z-index: 101;
}

.cnt223 {
    width: 60%;
    margin: auto;
    background: white;
    position: relative;
    z-index: 103;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 16px;
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

/*navbar*/
.logo-cont.hide {
    display: none;
}

.navbar {
    /* background: linear-gradient(rgba(1, 40, 64, 1), rgba(1, 40, 64, 0.99));  */
    background: #0f5157;
    margin-top: 30px;
    height: 80px;
    padding-top: 140px;
    padding-bottom: 30px;
}

.navbar.scrolled {
    padding-top: 15px;
    padding-bottom: 10px;
}

.nav-item {
    padding: 10px 10px;
    text-align: center;
}

.nav-cont {
    margin: auto;
}

.nav-links {
    color: white !important; /*Before-Rebrand: #5d4841 */
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.current {
    border-bottom: 2px solid white; /*Before-Rebrand: #5d4841 */
}

.nav-links:hover {
    text-decoration: none;
    color: white !important;
    border-bottom: 2px solid white; /*Before-Rebrand: #5d4841 */

}

.dropdown-item {
    padding: 10px 10px;
    color:  #33bb83;;
    text-transform: uppercase;
}

.dropdown-item:hover {
    background: #0f5157;
    color: white;
}

.file_menu {
    position: absolute;
    /*border: 1px solid #5d4841;*/
    padding: 0;
    margin: 0;
}

.file_menu li {
    display: none;
    background: white;
    text-align: left;
    font-size: 13px;
}

.navbar-nav li:hover > .file_menu li {
    display: block;
}

.navbar-nav li:hover > .file_menu {
    perspective: 1000px;
}

.navbar-nav li:hover > .file_menu li {
    transform-origin: center;
    opacity: 0;
}

.navbar-nav li:hover > .file_menu li:nth-child(1) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: -150ms;
}

.navbar-nav li:hover > .file_menu li:nth-child(2) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 0ms;
}

.navbar-nav li:hover > .file_menu li:nth-child(3) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 150ms;
}

.navbar-nav li:hover > .file_menu li:nth-child(4) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 300ms;
}

.navbar-nav li:hover > .file_menu li:nth-child(5) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 450ms;
}

.navbar-nav li:hover > .file_menu li:nth-child(6) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 600ms;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }

}

/*nav ends*/

.header-slide .carousel-inner {
    height: 90vh;
}

.carousel-caption .page-heading {
    width: 78%;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    margin: auto;
    font-weight: 600;
    padding-bottom: 80px;
    text-transform: uppercase;
}

.carousel-caption h2 {
    width: 78%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    margin: auto;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: capitalize;
}

a:hover {
    text-decoration: none;
}

.carousel-btn {
    color: white !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 280px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    transition: width 0.5s;
    text-align: center;
}

.carousel-btn:hover {
    background: #0f5157;
    width: 300px;
    text-decoration: none;
    color: #33bb83 !important; /*Before-Rebrand: #5d4841 */
    border-top: 2px solid #33bb83;
    border-bottom: 2px solid #33bb83;
}

.treatments-btn-cont {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 500px;

}
.treatments-btn-cont.treatments-btn-custom{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 13px;
    top: 0;
}
.treatments-btn {
    width: 300px;
    background: #33bb83;
    color: #0f5157 !important;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10), 0 5px 12px rgba(0, 0, 0, 0.1);
}

.treatments-btn:hover {
    transform: translateY(-1px);
}

.why-section {
    padding: 50px 0;
}

.para-heading {
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 500;
}

.why-section p {
    font-size: 16px;
}

h1 {
    font-size: 26px;
}

.getintouch-btn {
    color: #5d4841;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 123px;
    border-top: 2px solid #5d4841;
    border-bottom: 2px solid #5d4841;
    transition: width 0.5s;
    text-align: center;
}

.getintouch-btn:hover {
    background: #5d4841;
    width: 150px;
    text-decoration: none;
    color: white !important;
}

/*SlideShow*/
.slideshow {
    margin: 0 auto;
    padding-top: 50px;
    /*padding-bottom: 50px;*/
    height: 480px;
    box-sizing: border-box;
}

.contents {
    margin: auto;
    width: 250px;
    perspective: 1000px;
    position: relative;
    padding-top: 80px;
}

.contents-carrousel {
    width: 100%;
    position: absolute;
    float: right;
    animation: rotate 20s infinite linear;
    transform-style: preserve-3d;
}

.contents-carrousel:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.contents-carrousel figure {
    width: 100%;
    height: 150px;
    border: 1px solid #4d444d;
    overflow: hidden;
    position: absolute;
}

.contents-carrousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px);
}

.contents-carrousel figure:nth-child(2) {
    transform: rotateY(60deg) translateZ(300px);
}

.contents-carrousel figure:nth-child(3) {
    transform: rotateY(120deg) translateZ(300px);
}

.contents-carrousel figure:nth-child(4) {
    transform: rotateY(180deg) translateZ(300px);
}

.contents-carrousel figure:nth-child(5) {
    transform: rotateY(240deg) translateZ(300px);
}

.contents-carrousel figure:nth-child(6) {
    transform: rotateY(300deg) translateZ(300px);
}

.shadow {
    position: absolute;
    box-shadow: 0 0 20px 0 #000;
    border-radius: 2px;

}

.contents-carrousel img {
    image-rendering: auto;
    transition: all 300ms;
    height: 100%;
    width: 100%;
}

.contents-carrousel img:hover {
    transform: scale(1.2);
    transition: all 300ms;

}

@keyframes rotate {
    from {
        transform: rotateY(0deg);

    }
    to {
        transform: rotateY(360deg);
    }
}

figure .figure-text {
    position: absolute;
    top: 0;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    padding: 0 50px;
    text-align: center;
    box-sizing: border-box;
}

figure .figure-text h3 {
    color: white;
    /*font-family: sans-serif;*/
    opacity: 0;
    margin: 15px 0 15px 0;
    font-size: 16px;
    font-weight: 600;
}

figure .figure-text p {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    color: white;
    /*font-family: sans-serif;*/
    text-transform: uppercase;
    opacity: 0;
}

figure .figure-text hr {
    width: 0;
    border-width: 0;
}

figure:hover .figure-text {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

figure.visible p,
figure.visible h3, figure:hover p,
figure:hover h3 {
    animation: fadein ease-in 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

figure.visible hr, figure:hover hr {
    width: 100%;
    border-width: 1px;
    transition: border-width, width 0.5s ease-in-out;
    transition-delay: 0.3s;
}

figure.visible img, figure:hover img {
    opacity: 0.8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*SlideShow Ends*/
/*implants testimonials*/

.implants-testimonials {
    padding: 10px 0 42px;
    color: #5d4841;
}

.implants-testimonials .carousel-inner .overlay1 .implants-text {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
    margin: auto;
    max-width: 850px;
    padding: 0 30px;
    font-size: 16px !important;
    padding: 0 6% !important;
}

.carousel-control-prev {
    left: 2%;
}

.carousel-control-next {
    right: 2%;
}

.carousel-control-prev,
.carousel-control-next {
    height: 28px;
    width: 28px;
    background-color: #0f5157;
    background-size: 100%, 100%;
    border-radius: 47%;
    top: 50%;
}

/*implants testimonials Ends*/

.overlay-section {
    padding: 50px;
    background-image: url("../assets/images/texture.png"); /*Before-rebrand:#eeeeee and then #bc9f66*/
}

.promo.image {
    display: block;
    height: 250px;
    /*float: left;*/
    width: 100%;
    position: relative;
    background: #0f5157; /*Before-rebrand:#354174*/
    overflow: hidden;
}

.promo.image img {
    /*display: block;*/
    position: relative;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.promo.image .caption {
    position: absolute;
    top: 10px;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    padding: 0 50px;
    text-align: center;
    box-sizing: border-box;
}

.promo.image .caption:before {
    position: absolute;
    top: 20px;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    content: "";
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.promo.image .caption h3 {
    color: white; /*Before-:#bc9f66*/
    /*font-family: sans-serif;*/
    opacity: 0;
    margin: 40px 0 15px 0;
    font-size: 1.7vw;
}

.promo.image .caption p {
    display: block;
    font-size: 1.12vw;
    margin-top: 20px;
    color: white; /*Before-rebrand:#bc9f66*/
    /*font-family: sans-serif;*/
    text-transform: uppercase;
    opacity: 0;
}

.promo.image .caption hr {
    width: 0;
    border-width: 0;
}

.promo.image.visible p,
.promo.image.visible h3, .promo.image:hover p,
.promo.image:hover h3 {
    animation: fadein ease-in 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

.promo.image.visible hr, .promo.image:hover hr {
    width: 100%;
    border-width: 1px;
    transition: border-width, width 0.5s ease-in-out;
    transition-delay: 0.3s;
}

.promo.image.visible img, .promo.image:hover img {
    opacity: 0.2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.promo.image.visible .caption:before, .promo.image:hover .caption:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*About Us Overlay*/
.about-promo-card {
    display: inline-block;
    margin: 20px;

}

.promo1.image1 {
    height: 300px;
    width: 250px;
    position: relative;
    background: #0f5157; /*Before rebrand:#354174*/
    overflow: hidden;
}

.promo1.image1 img {
    /*display: block;*/
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.promo1.image1 .caption1 {
    position: absolute;
    top: 10px;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo1.image1 .caption1:before {
    position: absolute;
    top: 10px;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    content: "";
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.promo1.image1 .caption1 p {
    display: block;
    font-size: 14px;
    color: white; /*before-rebrand: White*/
    /*font-family: sans-serif;*/
    /*text-transform: uppercase;*/
    opacity: 0;
}

.promo1.image1.visible p,
.promo1.image1:hover p {
    animation: fadein ease-in 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

.promo1.image1.visible img, .promo1.image1:hover img {
    opacity: 0.2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.promo1.image1.visible .caption1:before, .promo1.image1:hover .caption1:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*About Us Overlay Ends*/

.scroll {
    overflow: auto;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: grey;
}

/*.google reviews End*/

/* Slider */
.logo-banner-cont {
    padding: 50px 30px;
}

.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    /*-khtml-user-select: none;*/
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    /*cursor: hand;*/
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.heading-name {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

footer div {
    font-size: 14px !important;
}

/* owl Carousel */
.dentist-carousel {
    padding: 50px 0;
}

.figure {
    position: relative;
    width: 250px;
    height: 280px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
}

.figure img {
    width: 100%;
    height: 100%;
}

.figure .figure-text {
    position: absolute;
    bottom: 0;
    background: rgba(15, 81, 87, 0.7) ;    /*  rgba(1, 40, 64, 0.7); */
    color: #33bb83;
    padding: 5px 10px;
    width: 250px;
    text-align: center;
}

.owl-prev span, .owl-next span {
    color: #FFF;
    outline: none;
}

.owl-prev:hover,
.owl-next:hover {
    color: #8199A3;
    opacity: 0.7;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    height: 30px;
    opacity: 1;
}

.owl-prev:focus, .owl-next:focus {
    content: '';
    outline: none;
    /*color: rgba(0,0,0,0.5);*/
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

/*Owl Carousel Ends*/

/*Treatments*/
.treatments-name {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 35%;
    left: 20%;
    width: 60%;
}

.treatments-name.treatment-custom{
    position: relative;
    top: 0;
    left: 0;
text-align:center;
color: #fff;
width: 60%;
margin:0 auto;
}
.treatments-name h1 {
    font-weight: 600;
    letter-spacing: 1vw;
    text-transform: capitalize;
    font-size: 36px;
}

.treatments-name h4 {
    font-weight: 600;
    letter-spacing: .3vw;
    font-size: 22px;
}

.treatments-section {
    color: #33bb83;; /*BEfore rebrand;#5d4841*/
    text-align: left;
}

.treatments-section h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.treatments-section h3 {
    letter-spacing: 2px;
    font-size: 22px;
}

.heading-line {
    width: 60px;
    height: 2px;
    margin: auto;
    background: #33bb83;
}

.line1 {
    width: 60px;
    height: 1px;
    margin: auto;
    background: #33bb83;
}

.treatments-section .treatments-text {
    padding: 30px 200px;
    font-size: 16px;
}

.treatments-list {
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
    padding-top: 7px;
}

.treatments-list div {
    padding-left: 10px;
    margin-top: -8px;
}

.implants-circle {
    max-height: 300px;
    max-width: 300px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.implants-circle image {
    max-height: 300px;
    max-width: 300px;
    border-radius: 50%;
}

/**/

.panel {
    margin-bottom: 10px;
}

.panel-heading {
    background: #0f5157;
    padding: 10px;
}

.panel-heading .panel-title {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}

.panel-heading .panel-title a {
    color: #33bb83 !important;
    text-decoration: none !important;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'fontawesome';
    content: "\f054"; /* "play" icon */
    float: right;
    color: #33bb83;
    font-size: 14px;
    /*line-height: 22px;*/
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /*rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #33bb83;
}

.panel-body {
    padding: 10px;
    text-align: left;
    border: 1px solid #0f5157;
}

/*Treatments Ends*/

/*Video*/
.videos {
    padding: 30px 0;
}

.videos .row .col-lg-4.col-md-6 {
    padding: 10px;
}

.card {
    /*width: 50vw;*/
    height: 250px;
    /*height: fit-content;*/
    /*position: absolute;*/
    margin: auto;
    transition: 0.3s ease-out;
}

.card video {
    width: 100%;
    border-radius: 5px;
    /*z-index: 300;*/
    /*box-shadow: 5px 30px 70px -15px #111;*/
    /*z-index: 200;*/
}

.card img {
    width: 100%;
    border-radius: 5px;
    height: 250px;
    /*box-shadow: 5px 30px 70px -15px #111;*/
}

.card:hover {
    transform: translate(0, -8px);
    transition: 0.2s ease-in;
    animation-fill-mode: both;
}

.card p {
    position: absolute;
    font-size: 14px;
    margin: 0;
    /*font-family: verdana;*/
    color: #012840;
    padding: 10px 30px;
    bottom: 0;
    background: #bc9f66;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    text-transform: capitalize;
}

@media (max-width: 480px) {
    .card p {
        font-size: 12px;
        margin: 0 auto;
        padding: 6px 15px;
        bottom: -10px;
        right: 0;
        left: 0;
        background: #bc9f66;
        border-top-right-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .promo.image.width-image {
        height: 150px !important;
    }
}

.card .video-play-button {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.card .video-play-button:hover {
    transition: all 200ms;
    background: linear-gradient(45deg, rgba(219, 183, 112, 0.9) 15%, rgba(188, 159, 102, 0.95) 70%);
    -webkit-animation: pulse-border 1500ms infinite;
    animation: pulse-border 1500ms infinite;

}

.card .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.card .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #dbb770 15%, #bc9f66 70%);
    border-radius: 50%;

    box-shadow: 0 2px 7px #131b49;
}

.card .video-play-button:hover:after {
    background-color: #da0528;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 10000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 80vw;
    height: 47vw;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    z-index: 999999999;
}

/*Video Ends*/

/*Team Section*/
.team-section {
    padding: 50px 200px;
    background: #eeeeee;
}

.team-section .row {
    border: 5px solid #33bb83 ; /*BEfore rebrand;#5d4841*/
    border-radius: 30px 0;
  	background-color:#0f5157 !important;

}

.team-section .col-md-8 {
    padding: 50px 20px;
    margin: auto;
    color: #33bb83 !important; /*BEfore rebrand;#5d4841*/
}

.team-section div {
    font-size: 16px;
    font-weight: 600;
}

.team-section a {
    color: #33bb83 !important; /*BEfore rebrand;#5d4841*/
    text-decoration: none !important;
    font-weight: 600;
}

.team-image {
    width: 200px;
    height: 250px;
    margin: 10px auto 0 auto;
    border-radius: 20px 0;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10), 0 5px 12px rgba(0, 0, 0, 0.22);

}

.team-image img {
    width: 200px;
    height: 250px;
    margin: auto;
    border-radius: 20px 0;
}

/*Team Section Ends*/

/*Contact Section*/
.contact-section {
    padding-top: 200px;
    color: #0f5157;
}

.contact-left-text div {
    font-size: 16px;
}

/*Contact Section Ends*/

#emergency {
    display: none;
    font-size: 16px;
}

#emergency-btn, #contact-btn {
    cursor: pointer;
}

#contact-btn {
    display: none;
}

/*Forms*/
.form-row {
    margin-left: -15px;
    margin-right: -15px;
}

.form-row .form-group {
    /*padding: 15px 15px 0;*/
    align-self: flex-end;
}

.form-group {
    position: relative;
    padding-top: 15px;
    margin-bottom: 10px;
}

.form-control {
    border: 0;
    border-radius: 0;
    padding: 30px 10px;
    background-color: #eeeeee;
    position: relative;
    font-size: 12px;
}

.custom-select {
    /*background: #eeeeee;*/
    height: 60px;
    padding: 10px 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-control:not(textarea) {
    height: 44px;
}

.form-control + .message-label {
    top: 30px;
}

.form-control + label {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    left: 5px;
    margin: 0;
    color: #33bb83;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;

}

.form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

.form-control:focus + label {
    color: #33bb83;
}

.form-control:focus + label, .form-control.has-value + label {
    font-size: 12px;
    top: 0;
}

textarea {
    height: 200px;
}

.form-row .form-control + label {
    left: 25px;
    right: 25px;
}

.form-row .line {
    left: 15px;
    right: 15px;
}

.line {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from', endColorstr='$to', GradientType=1);
}

.line:after {
    content: "";
    height: 2px;
    position: absolute;
    display: block;
    background: #33bb83;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-control:focus ~ .line:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

select.form-control:not([size]):not([multiple]) {
    height: 44px;
}

.custom-select {
    height: 60px !important;
}

.contact-dropdown {
    font-size: 18px;
}

.contact-dropdown * {
    /*background: #5d4841;*/
    color: #33bb83 !important;
    line-height: 50px;
    padding: 10px !important;
}

.submit-btn-cont {
    margin-top: 20px;
}

.submit-btn {
    /*width: 150px;*/
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 16px;
    background: #33bb83;
    letter-spacing: 3px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.submit-btn:hover {
    font-weight: 600;
}

/*Forms Ends*/

/*About Section*/
.about-section {
    background: #eeeeee;
    font-size: 16px;
    padding: 20px 100px;
    text-align: left;
}

.top-about {
    text-align: left;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../assets/images/about-bg.JPG);
    background-attachment: fixed;
    padding: 50px 200px;
    font-size: 16px;
}

/*About Section Ends*/

/*Fees*/

.fees-section {
    color: #012840;
    font-size: 16px;
}

.table {
    font-size: 16px;
}

.table th {
    border: none;
}

.table-heading {
    background: #0f5157;
    color: #33bb83;
    font-weight: 400;
}

.table .name {
    width: 90%;
}

.price {
    text-align: right;
    width: 10%;
}

/*Fees Ends*/

/*Smile GAllery*/
.smile-gallery-container {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10), 0 5px 12px rgba(0, 0, 0, 0.1);
}

.smile-galley {
    display: inline-block;
    width: 400px;
    height: 300px;
    border: 5px solid;
    border-bottom: none;
    padding: 40px;
    margin: 0 10px;
    border-radius: 10px 10px 0 0;
}

.smile-galley img {
    width: 100%;
    height: 100%;
}

.smile-galley h3 {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
}

.smile-galley-description {
    width: 823px;
    border: 5px solid #33bb83;
    padding: 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
}

/*Smile GAllery Ends*/

/*Animations*/
@media only screen and (min-width: 768px) {
    /*Animations*/
    .animatable {

        /* initially hide animatable objects */
        visibility: hidden;

        /* initially pause animatable objects their animations */
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }

    /* show objects being animated */
    .animated {
        visibility: visible;

        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;

        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;

        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -ms-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
    }

    /* CSS Animations (extracted from http://glifo.uiparade.com/) */
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInDown {
        0% {
            opacity: 0;
            -moz-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInDown {
        0% {
            opacity: 0;
            -o-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }



    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        60% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
        }
        60% {
            -webkit-transform: translateX(20px);
        }

        80% {
            -webkit-transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(-2000px);
        }

        60% {
            -moz-transform: translateX(20px);
        }

        80% {
            -moz-transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateX(20px);
        }

        80% {
            -o-transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes bounceInLeft {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }

        60% {
            transform: translateX(20px);
        }

        80% {
            transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    @-webkit-keyframes bounceInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
        }

        60% {
            -webkit-transform: translateX(-20px);
        }

        80% {
            -webkit-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes bounceInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(2000px);
        }

        60% {
            -moz-transform: translateX(-20px);
        }

        80% {
            -moz-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes bounceInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(2000px);
        }

        60% {
            -o-transform: translateX(-20px);
        }

        80% {
            -o-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes bounceInRight {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }

        60% {
            transform: translateX(-20px);
        }

        80% {
            transform: translateX(5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInUp {
        0% {
            opacity: 0;
            -moz-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInUp {
        0% {
            opacity: 0;
            -o-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @-webkit-keyframes bounceIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(.3);
        }
        50% {
            -webkit-transform: scale(1.05);
        }

        70% {
            -webkit-transform: scale(.9);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale(1);
        }
    }

    @-moz-keyframes bounceIn {
        0% {
            opacity: 0;
            -moz-transform: scale(.3);
        }

        50% {
            -moz-transform: scale(1.05);
        }

        70% {
            -moz-transform: scale(.9);
        }

        100% {
            opacity: 1;
            -moz-transform: scale(1);
        }
    }

    @-o-keyframes bounceIn {
        0% {
            opacity: 0;
            -o-transform: scale(.3);
        }

        50% {
            -o-transform: scale(1.05);
        }

        70% {
            -o-transform: scale(.9);
        }

        100% {
            opacity: 1;
            -o-transform: scale(1);
        }
    }

    @keyframes bounceIn {
        0% {
            opacity: 0;
            transform: scale(.3);
        }

        50% {
            transform: scale(1.05);
        }

        70% {
            transform: scale(.9);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
    @-webkit-keyframes moveUp {
        0% {
            opacity: 1;
            -webkit-transform: translateY(40px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes moveUp {
        0% {
            opacity: 1;
            -moz-transform: translateY(40px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes moveUp {
        0% {
            opacity: 1;
            -o-transform: translateY(40px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes moveUp {
        0% {
            opacity: 1;
            transform: translateY(40px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @-webkit-keyframes fadeBgColor {
        0% {
            background: none;
        }
        70% {
            background: none;
        }
        100% {
            background: #464646;
        }
    }
    @-o-keyframes fadeBgColor {
        0% {
            background: none;
        }
        70% {
            background: none;
        }
        100% {
            background: #464646;
        }
    }
    @keyframes fadeBgColor {
        0% {
            background: none;
        }
        70% {
            background: none;
        }
        100% {
            background: #464646;
        }
    }

    .animated.animationDelay {
        animation-delay: .4s;
        -webkit-animation-delay: .4s;
    }

    .animated.animationDelayMed {
        animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
    }

    .animated.animationDelayLong {
        animation-delay: 1.6s;
        -webkit-animation-delay: 1.6s;
    }

    .animated.fadeBgColor {
        -webkit-animation-name: fadeBgColor;
        -moz-animation-name: fadeBgColor;
        -o-animation-name: fadeBgColor;
        animation-name: fadeBgColor;
    }

    .animated.bounceIn {
        -webkit-animation-name: bounceIn;
        -moz-animation-name: bounceIn;
        -o-animation-name: bounceIn;
        animation-name: bounceIn;
    }

    .animated.bounceInRight {
        -webkit-animation-name: bounceInRight;
        -moz-animation-name: bounceInRight;
        -o-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }

    .animated.bounceInLeft {
        -webkit-animation-name: bounceInLeft;
        -moz-animation-name: bounceInLeft;
        -o-animation-name: bounceInLeft;
        animation-name: bounceInLeft;
    }

    .animated.fadeIn {
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .animated.fadeInDown {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }

    .animated.fadeInUp {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .animated.moveUp {
        -webkit-animation-name: moveUp;
        -moz-animation-name: moveUp;
        -o-animation-name: moveUp;
        animation-name: moveUp;
    }

    /*Animations End*/
}

/*Animations Ends*/

@media only screen and (max-width: 1250px) {
    .dropdown-cont {
        right: 30px;
    }

    .navbar {
        padding-bottom: 46px;
    }

    .nav-cont {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 1150px) {
    .nav-item {
        padding: 10px 5px;
    }

    .promo.image {
        height: 170px;
    }

    .team-section {
        padding: 50px 100px;
    }
}

@media only screen and (max-width: 1091px) {
    .navbar {
        height: auto;
    }

    .nav-item {
        text-align: center;
        /*padding: 20px 5px;*/
    }

    .dropdown-cont button {
        width: 280px;
    }
}

@media only screen and (max-width: 991px) {
    li {
        list-style: none;
        text-align: right;
    }

    .file_menu .dropdown-item {
        list-style: none;
        text-align: left;
    }

    .nav-top {
        display: none;
    }

    .logo-cont {
        top: -10px;
        width: 300px;
        /*height: 130px;*/
        z-index: 1050;
        /*   z-index: 1000000;  commented by MFU 24Feb for form overlap issue */
        /*padding: 10px;*/
    }

    .file_menu {
        position: absolute;
        padding: 0;
        margin: 0;
        right: 0;
    }

    .logo-cont img {
        width: 300px;
        /*height: 110px;*/
    }

    .navbar {
        margin-top: 0;
        height: auto;
    }

    .navbar-nav {
        padding-top: 20px;
    }

    .nav-item {
        text-align: right;
        /*padding: 20px 5px;*/
    }

    .logo-banner-cont {
        padding: 30px 10px;
    }

    .team-section {
        padding: 30px;
    }

    .about-section {
        padding: 20px 50px;
    }

    .top-about {
        padding: 50px;
    }

    .dropdown-cont {
        position: fixed;
        top: 90px;
        left: 10px;
    }

    .dropdown-cont button {
        width: 280px;
    }

    /*Smile GAllery*/
    .smile-gallery-container {
        padding: 20px;

    }

    .smile-galley {
        display: inline-block;
        width: 100%;
        height: 100%;
        border: 5px solid #bc9f66;
        /*border-bottom: none;*/
        padding: 20px;
        margin: 10px;
        border-radius: 10px;
    }

    .smile-galley img {
        width: 100%;
        height: 100%;
    }

    .smile-galley h3 {
        font-weight: 600;
        font-size: 18px;
        padding: 10px;
    }

    .smile-galley-description {
        width: 100%;
        border: 5px solid #bc9f66;
        padding: 30px;
        margin: 10px;
        font-weight: 600;
        font-size: 16px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .para-heading {
        font-size: 23px;
        letter-spacing: .5vw;
    }

    /*.logo-cont{*/
    /*    top: -10px;*/
    /*    width: 130px;*/
    /*    height: 115px;*/
    /*    z-index: 1000000;*/
    /*}*/
    /*.logo-cont  img{*/
    /*    width: 110px;*/
    /*    height: 100px;*/
    /*}*/
    .carousel-caption {
        width: 100%;
        left: 0;
        right: 0;
    }

    .carousel-caption h2 {
        font-size: 16px;
        width: 95%;
    }

    .carousel-caption .page-heading {
        font-size: 24px;
    }

    .contents {
        /*margin: auto;*/
        width: 200px;
    }

    .dentist-carousel {
        padding: 30px 0 0;
    }

    .promo.image .caption h3 {
        font-size: 15px;
    }

    .promo.image .caption p {
        font-size: 13px;
    }

    .overlay-section {
        padding: 20px 10px;
    }

    .google-reviews-section {
        padding: 0;
    }

    .treatments-section {
        padding: 10px 10px;
    }

    .treatments-section .treatments-text {
        padding: 20px 10px;
    }

    .treatments-name h1 {
        font-size: 26px;
    }

    .team-section .col-md-8 {
        padding: 20px;
    }

    .videos {
        padding: 10px 0;
    }

    .promo.image .caption h3 {
        margin: 10px 0 5px 0;
    }

    .promo.image .caption {
        padding: 5px;
    }

    /*Mobile Animations*/
    .slideanim {
        visibility: hidden;
        visibility: visible \9; /*For old IE browsers IE6-8 */
    }

    .slideanim.slide {
        visibility: visible;
        animation: slide 1s;
    }

    .slideanim::after {
        /* useful when its child elements are float:left; */
        content: "";
        display: table;
        clear: both;
    }

    @keyframes slide {
        0% {
            opacity: 0;
            transform: translateY(50%);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }

    }
    .team-section {
        padding: 50px 5px;
    }

    .contact-section {
        text-align: left;
    }

    .about-section {
        padding: 20px 10px;
    }

    .top-about {
        padding: 50px 10px;
    }

    .slideshow {
        display: none;
    }

    .owl-prev {
        left: 7px;
    }

    .owl-next {
        right: 7px;
    }
}

@media only screen and (max-width: 500px) {
    .logo-cont {
        left: 0;
        width: 80%;
    }

    .social-icon-cont {
        padding-bottom: 9px;
    }

    .dropdown-cont {
        width: 300px;
    }

    .dropdown-wrap {
        margin-left: -25px;
    }

    .navbar {
        padding-bottom: 35px;
    }

    .navbar-toggler {
        margin-top: 28px;
    }
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border: none;
    box-shadow: none;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border: none;
    box-shadow: none;
}

.invalid-feedback {
    position: absolute;
    bottom: -16px;
    left: 0;
}

.invalid-feedback-check {
    margin-left: 30px;
}

button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 10px;
}

.close-modal button {
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
}

/*Patient referral form*/
.r-heading {
    background: #33bb83;
    color: white;
    text-align: center;
    padding: 10px;
}

.r-form {
    color: #33bb83;
    text-align: center;
}

.r-link {
    color: inherit !important;
    text-decoration: underline !important;
}

.r-form textarea {
    height: auto;
}

.r-form .file-input {
    border: 2px solid #33bb83;
    background: rgba(15, 81, 87, 0.2);
    padding: 5px 10px;
}
input[type=date]{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    left: 0;
    margin: 0;
    color: #33bb83;
    font-size: 16px !important;
}

.r-form .form-control {
    background: rgba(15, 81, 87, 0.2);
    color: #33bb83;
    font-size: 16px;
}

.r-form .line {
    height: 2px;
    background: #33bb83;
}

.r-form .form-control + label {
    left: 15px;
}
.r-form .form-control:focus + label {
    color: #33bb83;
}
.form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

.r-form label {
    color: #33bb83;
}

.submit-btn {
    background: #33bb83;
    color: white;
}

.refer-btn-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.refer-btn {
    background-image: url("../assets/images/texture.png");;      /*before : background: #bc9f66; */
    color: white !important;
    display: inline-block;
    padding: 20px 15px;
    border: 2px solid #33bb83;;
    border-radius: 5px;
    transition: all 0.3s;
}

.refer-btn:hover {
    background: #0f5157;
}

@media screen and (max-width: 1250px) {
    .r-form {
        padding-top: 216px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1090px) {
    .r-form {
        padding-top: 310px;
    }
}

@media screen and (max-width: 500px) {
    .r-form {
        padding-top: 230px;
    }
}

/*Patient referral form End*/

/*New Navbar*/
@media only screen and (max-width: 1180px) {
    .dropdown-cont button {
        width: 280px;
    }
}

@media only screen and (max-width: 1065px) {
    .dropdown-cont button {
        width: 200px;
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        margin-top: -170px;
        margin-right: -10px;
    }

    .scrolled .navbar-toggler {
        margin-top: 0;
    }

    .r-form {
        padding-top: 186px;
    }
}

@media screen and (max-width: 768px) {
    .dropdown-cont {
        width: 100%;
        left: 0;
    }

    .dropdown-wrap {
        margin-left: 0;
    }

    .social-icon-cont {
        padding-bottom: 9px;
    }
  .implants-testimonials .carousel-inner .overlay1 .implants-text {
    height: 65vh;
}
}

@media screen and (max-width: 600px) {
    .social-icon-cont {
        display: block;
        padding-right: 0 !important;
    }

    .navbar {
        padding-bottom: 35px;
    }

    .r-form {
        padding-top: 225px;
    }
    .scrolled .navbar-nav{
        margin-top: 0;
    }
    .navbar-nav {
        margin-top: 60px;
    }
}

@media screen and (max-width: 500px) {
    .dropdown-cont {
        width: 100%;
    }

    .dropdown-wrap {
        margin-left: 0;
    }

    .social-icon-cont {
        padding-bottom: 9px;
    }

    .refer-btn-wrap {
        margin-top: 0;
    }
}
@media only screen and (max-width: 390px){
    .logo-cont img {
        width: 100%;
    }
    .dropdown-wrap {
        width: 50%;
    }
    .dropdown-cont button {
        width: 100%;
    }
    .refer-btn-wrap {
        width: 40%;
    }
    .refer-btn {
        width: 100%;
        min-width: 160px;
    }
}

/*New Navbar End*/

.about-section .about .overlay-section{
    background-image: url("../assets/images/texture.png");
    background-size: cover;
    background-position: center;
}
.nav-top {
    background-image: url("../assets/images/texture.png");
    background-size: cover;
    background-position: center;
}



/*new styling for smilegallarey*/
.wrap {
    max-width: 1200px;
    margin: auto;
}

article {
    padding: 20px 15px;
}


.smile-gdiv {
    padding: 80px 15px;
}

.smile-gdiv .row {
    justify-content: space-between;
    margin-bottom: 20px;
}

.smile-gdiv .col-lg-3 p {
    font-size: 20px;
    font-family: meriw;
    color: #435e3c;
    text-align: center;
}

.smile-gdiv .img-div {
    /* padding: 40px 0; */
    background-color: #0f5157;
    margin-bottom: 20px;
}
.smile-gdiv .img-div img{
    width:100%;
}

.smile-gdiv button {
    font-size: 14px;
    padding: 15px 30px;
    color: white;
    text-transform: uppercase;
    font-family: meriw;
    background-color: #435e3c;
    border: 1px solid #435e3c;
}

.smile-gdiv button:hover {
    color: #435e3c;
    background-color: white;
    border: 1px solid #435e3c;
    transition: 0.3s;
}

.ascunde {
    display: none;
}