@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}



.row{
    margin: 0px;
}

#header li i{
    color:#9aabbb;
}
.menu{
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #58c0ed;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s ease-in-out;
}

.back-to-top i {
    font-size: 24px;
    padding-top: 6px;
}

.back-to-top:focus {
    background: #58c0ed;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #12171a;
    color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #f82249;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
}

.section-with-bg {
    background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    /* height: 90px; */
    /* padding: 25px 0; */
    /* position: fixed; */
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    /* background: #2b2c2d; */
}

#header.header-scrolled,
#header.header-fixed {
    background: #ffffff;
    /* height: 70px; */
    /* padding: 15px 0; */
    transition: all 0.5s;
    position: fixed;
    box-shadow: 2px 2px 5px 1px #d4d4d4;
}
.menu-top{
    margin-top:10px;
    margin-bottom: 13px;
}
#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    /* max-height: 38px; */
    width: 80%;
}

/* Navbar */
.site-navbar-wrap {
    position: relative;
    z-index: 99;
    padding: 0px 0;
    width: 100%;
    /* background: #1765a9; */
    left: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    /* -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1); */
}

.site-navbar-top {
    display: none;
    font-size: 0.8rem;
    background: #5a9635; }
.site-navbar-top a {
    color: #fff; }
.site-navbar-top .text-with-icon {
    color: rgba(255, 255, 255, 0.5); }

.site-navbar-top, .site-navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: none;
    /* background: #009cff !important; */
}
.site-navbar .site-logo {
    font-weight: 200; }
.site-navbar .site-logo a {
    font-weight: 200;
    font-size: 26px;
    color: #000; }
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    padding: 0px;
}
.site-navbar .site-navigation .site-menu .active > a {
    /* color: #71bc42 !important; */
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    font-size: 15px;
    display: inline-block; }
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    /* padding: 10px 5px; */
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 12px 2px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #878787;
    font-size: 13px;
    text-decoration: none !important;
    margin: 30px 0px;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #100e0e;
}
.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0; }
.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0; }
.site-navbar .site-navigation .site-menu .has-children {
    position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 35px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    border-radius: 7px;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #000;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #000;
    border-width: 7px;
    margin-left: -7px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
    color: #fff; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #71bc42 !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 5px 20px;
    display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    color: #ffffff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    color: #71bc42; }
.site-navbar .site-navigation .site-menu .has-children a {
    text-transform: uppercase; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529; }
.site-mobile-menu .site-nav-wrap a:hover {
    color: #5FA8C8; }
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; }
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #5FA8C8;
    }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px; }
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px; }


.logo img{

    width: 70%;
}
.menu-top p{

    font-weight: 500;

    font-size: 20px;

    line-height: 20px;
    /* identical to box height, or 67% */

    letter-spacing: 0.05em;



    /* Core / Blue 500 */

    color: #5FA8C8;

    /* text-align: center; */

    text-transform: uppercase;

    margin-top: 44px;
}


/*home page banner section*/



.home-banner{

    background: Url(../img/banner.jpg);

    background-position: center top;

    background-size: cover;

    background-repeat: no-repeat;

    height: 615px;

    position: relative;
}
.home-banner p{

    background: #fff;

    width: 35%;

    padding: 20px 50px;

    color: #5FA8C8;

    font-size: 36px;

    position: absolute;

    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);

    border-radius: 0px 10px 10px 0px;

    top: 35%;
}
.contact-head{
    font-weight: normal;
    background: #fff;

    width: 35%;

    padding: 20px 50px;

    color: #5FA8C8;

    font-size: 36px;

    position: absolute;

    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);

    border-radius: 0px 10px 10px 0px;

    top: 35%;
}
.new-teeth{

}
.new-teeth-con{

margin-top: 50px;

margin-bottom: 40px;
}
.teeth-wrap{

    padding: 40px 40px;

    margin-bottom: 60px;
}
.new-teeth-con h2{

    color: #5FA8C8;

    font-size: 30px;

    font-weight: normal;

    margin-bottom: 30px;
}
.new-teeth-con p{

    font-size: 16px;

    line-height: 26px;

    color: #878787;
}
.new-teeth-con img{

    width: 100%;

    margin-bottom: 60px;
}
.t-btn{

padding: 8px 40px;
}
.t-btn-w:hover{
   border: 2px solid #5fa8c8!important;
   color: #5fa8c8!important;
}
.t-btn:hover{border: 2px solid #000000!important;color: #000000!important;}
.new-teeth-con a{

background: #FFFFFF;
    /* Core / Blue 500 */

border: 2px solid #5FA8C8;

box-sizing: border-box;
    /* ButtonShadow */

color: #5FA8C8;

font-size: 16px;

text-transform: uppercase;

box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);

border-radius: 5px;

padding: 8px 40px;

margin-top: 20px;

letter-spacing: 0.05em;
}


/*tile section*/

.dental-sec-con{

    padding-bottom: 80px;
}
.dental-sec-wrap{

    padding: 20px 20px;

    background: #FFFFFF;
    /* ButtonShadow */

    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);

    border-radius: 5px;
}
.dental-sec-con img{

    width: 100%;
}
.dental-sec-con h4{

    font-weight: normal;

    color: #5FA8C8;

    line-height: 30px;

    font-size: 24px;

    text-transform: uppercase;
}
.dental-sec-con p{

    color: #878787;

    line-height: 26px;

    font-size: 16px;

    height: 155px;
}
.dental-sec-con a:hover{
    color:#000;
}
.dental-sec-con a{

padding: 0px;

color: #5FA8C8;

text-transform: uppercase;
}


/*get in touch*/

.get-in-touch{

    background: #326D85;
}
.get-in-touch-con{

    padding-top: 80px;

    padding-bottom: 80px;

    padding: 80px 60px;
}
.get-in-touch-con label{

    font-size: 16px;

    color: #fff;
}
.get-in-touch-con input{

    background: #FFFFFF;
    /* Solids / Grey */

    border: 1px solid #878787;

    width: 100%;

    padding: 5px 20px;

    margin-bottom: 20px;

    box-shadow: 0px 15px 15px rgba(111, 106, 107, 0.15);
}
.get-in-touch-con .formsub{

box-shadow: 0px 15px 15px rgba(111, 106, 107, 0.15);

border-radius: 5px;

color: #878787;

letter-spacing: 0.05em;

text-transform: uppercase;

font-size: 16px;

padding: 12px 20px;

width: 20%;

border: 2px solid #ffffff;
}
.get-in-touch-con textarea{

    width: 100%;

    border: 1px solid #878787;

    box-shadow: 0px 15px 15px rgba(111, 106, 107, 0.15);

    padding: 5px 20px;

    color: #878787;

    height: 100px;

    border-radius: 2px;

    margin-bottom: 20px;
}
.get-in-touch-con p{
    
/*margin-bottom: 40px;*/
}
.get-in-touch-con h2{

text-align: center;

font-weight: normal;

font-size: 35px;

color: #fff;

margin-bottom: 20px;
}

.content-sec-con{

    padding: 60px 80px;

    padding-bottom: 50px;
}
.content-sec-con p{

    font-weight: normal;

    color: #5FA8C8;

    line-height: 40px;

    text-align: center;

    font-size: 18px;
}

.home-map{

    position: relative;

    width: 100%;
}
.home-map-con{

    padding: 0px;
}
.home-map-con iframe{

}
.home-map-con h5{

}
.home-map-con p{

}
.home-map-con a{

}
.map-wrap2{

}
.map-wrap{

    background: #5FA8C8;

    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);

    border-radius: 15px;

    text-align: center;

    padding: 30px 20px;

    color: #fff;

    height: 250px;
}
.address-sec h5{

font-weight: normal;

font-size: 22px;

text-transform: uppercase;

margin-top: 20px;

margin-bottom: 20px;
}
.address-sec p{

font-weight: 300;
}
.address-sec a{

    color: #fff;

    text-decoration: none;

    font-weight: normal;
}
.address-sec{

    position: absolute;

    top: 20%;

    z-index: 100;

    padding: 0px 440px;

    /* left: 35%; */

    width: 100%;

    text-align: center;
}
.address-sec img{

    width: 50px;
}



/* footer section */

.footer-sec{background: #5FA8C8;}
.footer-sec-con{
margin-top: -7px;
    text-align: center;

    padding-top: 40px;

    padding-bottom: 15px;
}
.footer-sec-con ul{

    width: 100%;

    /* border-bottom: 1px solid #fff; */
}
.footer-sec-con ul li{

    width: 15%;

    float: left;

    list-style: none;

    color: #fff;

    text-align: center;
}
.footer-sec-con i:hover{
    color:#326d85;
}
.footer-sec-con i{

    color: #fff;
}
.footer-sec-con img{

    width: 15%;

    margin-bottom: 25px;
}
.copyright{

    border-top: 1px solid #fff;

    width: 100%;

    padding-top: 30px;

    margin-top: 30px;
}
.copyright p{

    color: #fff;
}
.footer-links {

    padding: 0px 130px;
}


/*video carosel*/
.dental-videos{

}
.dental-videos-con{

    text-align: center;

    padding-top: 60px;
}
.dental-videos-con h2{

    color: #5FA8C8;

    font-weight: normal;

    font-size: 36px;
}

.video-banner{

}
.video-banner-con{

    padding: 0px;

    position: relative;
}
.video-banner-con video{

    width: 100%;
} 
.video-banner-con p{

background: #fff;

width: 33%;

padding: 20px 50px;

color: #5FA8C8;

font-size: 32px;

position: absolute;

box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);

border-radius: 0px 10px 10px 0px;

top: 25%;
}
.logo{
    padding:0px;
}

/*---- About Page ----*/
.about-title {
    background: #326D85;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: -10px;
}
.about-title h1 {
    text-align: center;
}
.about-sec{

}
.about-sec-con{

    margin-top: 40px;
}
.about-sec-con img{

    width: 100%;

    margin-top: 72px;
}
.about-wrap{

    padding: 0px 20px;
}
.about-wrap h3{

    color: #5FA8C8;

    font-weight: normal;

    font-size: 32px;

    margin-bottom: 30px;
}
.about-wrap h1{

    color: #5FA8C8;

    font-weight: normal;

    font-size: 32px;

    margin-bottom: 30px;
}
.about-wrap h2{

    color: #5FA8C8;

    font-weight: normal;

    font-size: 32px;

    margin-bottom: 30px;
}
.about-wrap p{

    color: #878787;

    font-size: 16px;

    line-height: 26px;

    font-weight: normal;
}
.about-wrap li{

    color: #878787;

    font-size: 16px;

    font-weight: normal;

    margin-bottom: 15px;

    line-height: 26px;
}
.about-wrap ul{

    padding: 0px;

    margin-left: 20px;
}
.about-sec-con iframe{

    width: 100%;

    height: 297px;

    margin-top: 80px;
}
.meet-team{

    text-align: center;

    background: #F3F7F8;

    margin-top: 60px;
}
.meet-team-con{

padding-top: 70px;

padding-bottom: 50px;
}
.meet-team-con h2{

    margin-bottom: 40px;

    text-align: center;

    color: #326D85;

    font-size: 30px;

    font-weight: normal;
}
.meet-team-con p{

text-align: justify;

color: #5FA8C8;

padding: 0px 20px;
}

.meet-team-con iframe{width: 100%;height: 290px;}
.smile-back-con{

    margin-top: 60px;

    margin-bottom: 60px;
}
.smile-back-con img{
    width:100%;
}
.about-img{

    position: relative;
}
.about-img a{

    border: 2px solid #FFFFFF;

    position: absolute;

    left: 30%;

    padding: 12px 25px;

    color: #FFFFFF;

    text-align: center;

    top: 43%;

    letter-spacing: 0.05em;

    text-transform: uppercase;
}

.smile-back-con .about-wrap a{
    color: #74B74A;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);
    border-radius: 5px;
    border: 2px solid #74B74A;
    margin-top: 20px;

}
.smile-back-con .about-wrap p a{
    color: #5FA8C8;
    border: none;
    text-transform: inherit;
    box-shadow:none;
}
.content-details-con .formsub{
    /* margin: 0px!important; */
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 25px rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    background: #5FA8C8;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    /* Solids / White */
    color: #FFFFFF;
    width: auto;
    padding: 12px 20px;
    /* margin: 0px 15px; */
}
.content-details-con p{
    line-height: 26px;
    color: #FFFFFF;
    font-weight: normal;
}



/*faq-page*/


.faq-top{

    background: #326D85;

    color: #fff;

    padding-top: 50px;

    padding-bottom: 40px;
}
.faq-top-con{

    padding: 20px 240px;
}
.faq-top p{

}
.faq-touch{
    background: #F3F7F8;
}
.faq-touch h2{
    color: #326D85;
}
.faq-touch label{
    color: #326D85;
}
.accordion span{

    font-weight: normal;

    font-size: 16px;

    text-transform: uppercase;
}

.acco button:focus {
    outline: 1px dotted;
    outline: none;
}
.acco{
    border: 1px solid #878787;
    margin-bottom: 40px;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);
}
.acco:active{
    /* border: 1px solid #000; */
}
.accordion:before{
    /* content: url("../img/faq-icon.png"); */
    margin-right: 10px;
}
.acco p{

    text-align: justify;

    padding-top: 12px;

    width: 85%;
}

.accordion {
    background: none;
    color: #1b64ac;
    position: relative;
    border: none;
    cursor: pointer;
    padding: 10px 40px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-weight: bold;
    box-shadow: none;
}

/* .acco .active, .accordion:hover {
    background-color: #1b64ac;
} */
.acco .active{
    background: none;
    padding-bottom: 0px;
}
.acco .active h3{
    /* color:#fbd54a; */
    margin: 0px;
}
.acco .active span{
    color:#fff;
}

.accordion:after {
    content:url(../img/downarrow.png);
    color: #777;
    font-weight: normal;
    float: right;
    margin-left: 5px;
    font-size: 36px;
    position: absolute;
    right: 2%;
    top: 0%;
}

.acco .active:after {
    content:url(../img/uparrow.png);
}

.acco .panel {
    padding: 0px 40px;
    background: none;
    /* margin-bottom: 20px; */
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.2s ease-out; */
    color: #fff;
    box-shadow: none;
}
.faq-sec{

}
.faq-sec-con h2{

color: #5FA8C8;

font-size: 16px;

/* line-height: 35px; */

width: 80%;

margin-bottom: 0px;
}
.faq-sec-con{

    padding-top: 70px;

    padding-bottom: 60px;
}
.faq-sec-con h1{

text-align: center;

font-size: 34px;

color: #5FA8C8;

margin-bottom: 30px;

margin-top: 10px;
}
.faq-sec-con p{

    color: #878787;
}


/*cost page*/

.cost-top{

    background: #326D85;
}
.cost-top-con{

    padding-top: 60px;

    padding-bottom: 60px;
}
.cost-wrap{

}
.cost-top-con h1{

color: #fff;

text-align: center;

font-size: 36px;

line-height: 50px;

margin-bottom: 20px;

padding: 0px 100px;
}


.cost-top-con p{

color: #fff;

padding: 0px 300px;

margin-bottom: 30px;

font-weight: normal;

line-height: 26px;
}
.cost-top-con ul{

}
.cost-top-con ul li{

    color: #fff;

    line-height: 46px;

    list-style: none;
}
.cost-wrap-ul{

margin: 0px 140px;

letter-spacing: 0.05em;

text-transform: uppercase;
}
.cost-top-con ul li:before{
    content: url("../img/cost/Plus_white.png");
    position :absolute;
    left: 2%;
    margin-top: 5px;
}

.implant-cost{

}
.implant-cost-con{

    margin-top: 60px;

    margin-bottom: 60px;
}
.col-wrap{

}
.cost-box-1{

    margin-top: 50px;

    height: 450px;
}
.cost-box h5{
    text-align: center;
    text-transform: uppercase;
    color: #5FA8C8;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}
.cost-box li:before{
    content:url("../img/cost/Plus.png");
    position: absolute;
    left: 10%;
    margin-top: 4px;
}
.cost-box span{
    font-size: 16px;
    color: #5FA8C8;
    font-weight: bold;
}
.cost-box-2 h6{
    color: #326d85!important;
}
.cost-box-2 span{
   font-size: 16px;
    color: #326d85;
    font-weight: bold; 
}
.cost-box{
    background: #FFFFFF;
    /* Core / Dark Blue 800 */
    border-radius: 3px;
    filter: drop-shadow(0px 15px 50px rgba(95, 168, 200, 0.25));
    padding: 35px;
    border: 1px solid #326d85;
}
.implant-cost-con h2{

    color: #5FA8C8;

    text-align: center;

    margin-bottom: 20px;

    margin-top: 50px;
}
.implant-cost-con h1{

color: #5FA8C8;

text-align: center;

margin-bottom: 20px;

margin-top: 50px;

font-weight: normal;

font-size: 34px;
}
.cost-box-2{
    margin-top:20px;
    height: 510px;
}
.cost-box-3{
    margin-top: 50px;
    height: 450px;
}
.implant-cost-con p{

    padding: 0px 270px;

    color: #878787;
}
.implant-cost-con h3{

}
.implant-cost-con ul{

    margin-bottom: 30px;
}
.implant-cost-con ul li{

border-bottom: 1px solid #F3F7F8;

line-height: 22px;
    /* or 125% */


    /* Grey */

color: #6F7073;

padding-bottom: 10px;

margin-bottom: 10px;

list-style: none;
}
.implant-cost-con li:before{

}
.implant-cost-con h6{

color: #a8a9ab;

font-size: 13px;

text-transform: uppercase;

margin-bottom: 5px;
}
.implant-cost-con .t-btn{

color: #74B74A;

text-align: center;

letter-spacing: 0.05em;

text-transform: uppercase;

box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);

border-radius: 5px;

border: 2px solid #74B74A;

margin: 0 auto;

text-align: center;

display: block;

width: 15%;

padding: 11px 20px;

margin-top: 40px;
}


.testimonial{

    background: #5FA8C8;

    color: #fff;
}
.testimonial-con{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.testimonial-con img{

    margin-bottom: 20px;
}
.testimonial-con p{

font-style: italic;

font-weight: normal;

font-size: 20px;

line-height: 40px;
    /* or 160% */

text-align: center;

margin: 0px 200px;
}
.testimonial-con h5{

    font-weight: normal;

    font-size: 18px;

    font-style: italic;

    margin-top: 20px;
}
.implant-cost-sec{

    margin-top: 60px;

    margin-bottom: 60px;
}
.implant-cost-sec-con{

}
.implant-cost-sec-con h2{

    color: #5FA8C8;

    font-weight: normal;

    font-size: 32px;

    margin-bottom: 20px;
}
.implant-cost-sec-con p{

    color: #878787;
}
.implant-cost-sec-con img{

    width: 100%;
}
.implant-cost-sec-con a{

    text-align: center;

    color: #5FA8C8;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    border-radius: 5px;

    margin-top: 20px;

    border: 2px solid #5FA8C8;

    box-sizing: border-box;
    /* ButtonShadow */

    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);
}
.cost-factors{

    background: #F3F7F8;
}
.cost-factors-con{

    padding-top: 60px;

    padding-bottom: 60px;
}
.cost-factors-con h3{

    color: #5FA8C8;

    font-weight: normal;

    font-size: 32px;

    margin-bottom: 50px;

    text-align: center;
}
.cost-factors-con h2{

    color: #326D85;

    font-size: 32px;

    margin-bottom: 20px;

    text-align: center;
}
.cost-factors-con img{

    width: 50px;
}
.cost-factors-con h5{

    text-transform: uppercase;

    /* Core / Dark Blue 800 */

    color: #326D85;

    font-size: 18px;

    margin-top: 30px;

    margin-bottom: 20px;
}
.cost-factors-con p{

font-weight: normal;

font-size: 16px;

line-height: 26px;
    /* or 144% */


    /* Core / Blue 500 */

color: #5FA8C8;

padding-right: 50px;
}



/*technology*/

.examination{

}
.examination-con{

    padding-top: 60px;

    padding-bottom: 60px;
}
.examination-con img{

    width: 100%;
}
.examination-con p{

    color: #878787;

    font-size: 16px;

    line-height: 26px;

    padding: 0px 30px 0px 0px;
}
.examination-con h2{

    color: #5FA8C8;

    font-weight: normal;

    font-size: 32px;

    line-height: 40px;

    margin-top: 50px;

    margin-bottom: 20px;
}
.planning p{

}
.planning img{

    margin-top: 60px;
}
.planning{
    margin-top: 20px;
    margin-bottom: 30px;
}
.new-teeth-sec{

    margin-bottom: 60px;
}
.new-teeth-sec-con{

}
.new-teeth-sec-con h2{

color: #5FA8C8;

font-weight: normal;

font-size: 32px;

text-align: center;

margin-bottom: 30px;
}
.new-teeth-sec-con p{

padding: 0px 280px;

color: #878787;
}
.new-teeth-sec-con img{

    width: 100%;
}
.beforeafter{

    padding-bottom: 40px;

    background: #F3F7F8;

    padding-top: 60px;
}
.beforeafter-con{

}
.beforeafter-con h2{

    color: #326D85;

    font-size: 32px;

    font-weight: normal;

    text-align: center;

    margin-bottom: 20px;
}
.beforeafter-con p{

    color: #5FA8C8;

    padding: 0px 300px;

    line-height: 26px;
}
.beforeafter-con img{
    width: 100%;
    padding: 40px;
}
.beforeafter-con .owl-prev{

    content: url("../img/technology/arrowleft.png");

    background: none!important;

    opacity: 100!important;

    position: absolute;

    left: -3%;

    top: 40%;
}
.beforeafter-con .owl-next{
    content: url(../img/technology/arrowright.png);
    background: none!important;
    opacity: 100!important;
    position: absolute;
    right: -3%;
    top: 40%;
}
.beforeafter-con .owl-pagination{
    display:none;
}
.contact-btn{
    color: #74B74A;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);
    border-radius: 5px;
    border: 2px solid #74B74A;
    margin-top: 25px;
}
.contact-btn:hover{
    color: #74B74A;
}
.perl-dental{

}
.perl-denatal-con{

    padding-bottom: 30px;
}
.perl-denatal-con img{

    width: 100%;

    padding: 15px;
}
.dental-videos{

}
.dental-videos-con{


}
.dental-videos-con h2{

}
.video-wrap h4{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #5FA8C8;
    
}
.video-wrap iframe{

    height: 220px;
}
.owl-stage {

}
.video-wrap{padding: 0px 120px 0px 120px;}
.video-wrap .item{
    padding: 20px;
}
.video-wrap .item iframe{

}
.slick-active iframe{

}
/*.video-wrap .slick-list{padding:0 10% 0 0;}*/
.mcn-footer{
    display:none;
}

.get-in-touch-con .formsub:hover{
    border: 2px solid #000000!important;
    color: #000000!important;
}
.sub{
    text-align:center;
}


.thank{
    
background: Url(../img/thank.jpg);
    
background-position: center top;
    
background-size: cover;
    
background-repeat: no-repeat;
    
height: 615px;
}
.thank-con{
    
text-align: center;
    
margin-top: 200px;
}
.thank-con h1{
    
color: #fff;
    
text-transform: uppercase;
    
font-size: 70px;
}
.thank-con p{
    
font-size: 20px;
    
color: #fff;
}
.error{
    background: Url(../img/thank.jpg);
    
background-position: center top;
    
background-size: cover;
    
background-repeat: no-repeat;
    
height: 615px;
}
.error-con{
    text-align: center;
    
margin-top: 200px;
}
.error-con h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 100px;
}
.error-con h5{
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}
.error-con a, .thank-con a{
    
background: #FFFFFF;
    
border: 2px solid #5FA8C8;
    
box-sizing: border-box;
    
color: #5FA8C8;
    
font-size: 16px;
    
text-transform: uppercase;
    
box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);
    
border-radius: 5px;
    
padding: 10px 40px;
    
margin-top: 20px;
    
letter-spacing: 0.05em;
}
.contact-btn:hover{
     border: 2px solid #000000!important;
    color: #000000!important;
}

.error-con a:hover, .thank-con a:hover{
    border: 2px solid #000000!important;
    color: #000000!important;
}
.footer-sec-con ul li a{
    color:#fff;
    text-decoration: none;
}
.footer-sec-con ul li a:hover{
    color: #326D85;
}
.copyright p a{
     color:#fff;
    text-decoration: none;
}
.copyright p a:hover{
    color: #326d85;
}
.teeth-wrap h1{
    color: #5FA8C8;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}
#menu-item-29 a{
     background: #FFFFFF;
    border: 2px solid #5FA8C8;
    box-sizing: border-box;
    color: #5FA8C8;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);
    border-radius: 5px;
    padding: 8px 15px;
    margin-top: 20px;
    letter-spacing: 0.05em;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
    /* padding-right: 0; */
    background: #FFFFFF;
    border: 2px solid #5FA8C8;
    box-sizing: border-box;
    color: #5FA8C8;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0px 15px 50px rgba(95, 168, 200, 0.25);
    border-radius: 5px;
    padding: 8px 15px;
    margin-top: 20px;
    letter-spacing: 0.05em;
}
.site-navbar .site-navigation .site-menu > li:last-child > a:hover {
    border: 2px solid #000000;
    color: #000000;
}

.arrow{
    width: 10px!important;
    margin-left: 10px;
    margin-top: -3px;
}
.footer-links a{
    text-decoration: none;
}
.footer-links a:hover{
    color:#000;
}
.address-sec a:hover{
    color: #326d85;
}
.site-map{
    
margin-top: 60px;
    
margin-bottom: 60px;
}

.site-map ul{
    
}
.site-map ul li{
    
}
.site-map ul li a{
    
line-height: 40px;
    
color: #000;
    
text-decoration: none;
    
font-size: 18px;
}
.site-map ul li a:hover{
   color: #5FA8C8; 
}
.page-con h1{
    text-transform: capitalize;
    margin-bottom: 40px;
}
.page-con{
   margin-top: 60px;
    
margin-bottom: 60px; 
}
.gren-btn{
    color: #74B74A!important;
    border: 2px solid #74B74A!important;
}
.gren-btn:hover{
    color: #000!important;
    border: 2px solid #000!important;
}
.site-navbar .site-navigation .site-menu > li.current-menu-item a {
    color: #5FA8C8;
    
}
.cost-box-1 li:first-child:before {
   content: url(../img/cost/Plus.png);
    position: absolute;
    left: 10%;
    margin-top: 4px;
}
.cost-box-1 li:before {
    
    content: url(../img/cost/Minus.png);
    position: absolute;
    left: 10%;
    margin-top: 4px;
}
.before-arrow {
    width: auto!important;
    position: absolute;
    top: 60%;
    right: 0px;
    left: 48%;
    padding: 0px!important;
}
.beforeafter-con {
    position: relative;
}
.video-wrap .item iframe {
    width: 100%;
}
.faq-txt {
    margin-bottom:40px;
}
.faq-sec-con p a{
    color:#5FA8C8;
}
.faq-top-con h2{
    text-align:center;
    margin-bottom:20px;
}
.before-after .slick-prev:before {
    content: url(../img/technology/arrowleft.png);
    background: none!important;
    opacity: 100!important;
    position: absolute;
    top: 0%;
    right: -25px;
}

.video-wrap .slick-next:before {
    content: url(../img/technology/arrowright.png);
    background: none!important;
    opacity: 100!important;
    position: absolute;
    left: 0px;
    top: -35px;
}
.video-wrap .slick-prev:before {
    content: url(../img/technology/arrowleft.png);
    background: none!important;
    opacity: 100!important;
    position: absolute;
    top: -30px;
    right: 0px;
}

.before-after .slick-next:before {
    content: url(../img/technology/arrowright.png);
    background: none!important;
    opacity: 100!important;
    position: absolute;
    left: -25px;
    top: 0;
}
.dental-videos-con h1{

    color: #5FA8C8;

    font-weight: normal;

    font-size: 36px;
    /*padding-bottom: 25px;*/
}
.vid-col{
    padding:0px;
}

.desk-view{
    
}
.mob-view{
    display:none;
}
.header-scrolled .header-middle{
    display:none!important;
}



.vimeo-wrapper {
   /*position: fixed;*/
   /*top: 0;*/
   /*left: 0;*/
   /*width: 100%;*/
   /*height: 100%;*/
   /*z-index: -1;*/
   /*pointer-events: none;*/
   /*overflow: hidden;*/
}
.vimeo-wrapper iframe {
   /*width: 100vw;*/
   height: 42.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   /*min-height: 100vh;*/
   /*min-width: 177.77vh; */
  
}
.implant-cost-con h2 {
    color: #5FA8C8;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: normal;
    font-size: 34px;
}
.about-sec-con h1{
        text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-sec-con h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0px 100px;
    color: #5FA8C8;
}
.before-after .slick-slide iframe {

    width: 100%;
    /*margin: 0 auto;*/
    /*display: block;*/

}
.slick-initialized .slick-slide {

/*padding: 27px;*/
display: block;
padding: 0 30px;

}
input.wpcf7-form-control.wpcf7-submit.btn.btn-default.formsub {
    margin-top: 14px;
}

	
#rc-imageselect, .g-recaptcha {
transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
