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

body {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
/* ====================== [ Start Cursor Style ] ====================== */
body {
     
}
.po-play img {
    width: 70px;
}
.po-play {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
}
.click-two-header img{height: 60px;}
.post, .page {
    margin: 0 !IMPORTANT;
}
.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #12c2e9;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

    .cursor-inner.cursor-hover {
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        background-color: #12c2e9;
        opacity: .3;
    }

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #12c2e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

    .cursor-outer.cursor-hover {
        opacity: 0;
    }
/* ====================== [ End Cursor Style ] ====================== */
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button,.dog_service {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }

    a:hover,
    .portfolio-cat a:hover,
    .footer -menu li a:hover {
        color: #2b96cc;
        text-decoration: none;
    }

a,
button {
    color: #1696e7;
    outline: medium none;
}

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    font-weight: 800;
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }


ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

 
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}


.head-left {
    float: right;
}
.head-right {
    float: left;
}
.head-img img {
        width: 18%;
}
.head-img1 img {
    width: 12%;
}
.head-right span {
    padding: 9px 2px 0px 0px;
    color: white;
    font-size: 14px;
}
.head-left span {
    padding: 9px 2px 0px 0px;
    color: white;
    font-size: 14px;
}
.head-img {
    display: inline;
}
.head-img1 {
    display: inline;
}
.top-header {
    background-color: #0657a8;
}
.navbar-brand img {
    width: 60%;
}
#navbarNav {
    justify-content: right;
    padding: 0 0 0 0;
}
.nav-item {
    padding: 0 15px;
    font-size: 17px;
}
.bg-light {
    background-color: #fff!important;
}
.nav-item a {
    color: black;
    text-decoration: none;
    font-weight: 500;
}
.nav-item span {
    color: #0657a8;
}
.nav-item a:hover {
    color: #0657a8;
}

.footer-section.pt-90.pb-60 {
    background-color: #0657a8;
    padding-bottom: 0px;
}
.footer {
    color: white;
    padding: 0 0 56px 0;
}
.footer-heading {
    padding: 0px 0px 25px 0px;
}
.footer h4 {
    padding: 0 0 20px 0;
}

.footer-img img {
    width: 8%;
}
.footer-us span {
    padding: 0 6px 0 10px;
}
.footer-us {
    padding: 0 0 21px 0;
}
.footer-img {
    display: inline;
    
}
.footer1  {
    
    color: white;
}

.footer-heading h4 {
    padding: 0 0 20px 0;
}
.footer li {
    list-style: none;
    text-decoration: none;
    padding: 8px 0 13px 0;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    color: white;
    text-decoration: none;
}
.footer-contact {
    padding: 15px 0 0 0;
}
.footer1 h5 {
    padding: 0 66px 20px 0;
}
.footer-input input#myEmail {
    padding: 11px 10px 11px 10px;
    z-index: 1;
    width: 85%;
}
.footer-input a {
    background-color: #072d53;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 10px 0 0 0;
    font-weight: 500;
    font-size: 20px;
    color: white;
        text-decoration: none;
        width: 85%;
}
.footer-input {
    display: grid;
}
.copy li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.copy {
    color: #bbb5b5;
    width: 100%;
    display: flex;
    padding: 10px 0;
}
.copy span {
    float: right;
}
.copy_text {
    width: 50%;
}
 hr {
    width: 100%;
    height: 1px;
    background-color: #00000033;
}
.facebook-change-co {
    
    background-color: #072d53ad;
    color: white;
        
    
}
.pinterest-change-co {
   
    background-color: #bf0505;
   
    color: white;
}
.twitter-change-co {
    
    background-color: deepskyblue;
    
    color: white;
}
.linkedin-change-co {
   
    background-color: steelblue;
    
    color: white;
}
.clearfix a {
    padding: 5px 10px;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 26px;
}
.copy ul {
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: left;
}

.clearfix a:hover {
    color: white;
}
.clearfix {
    padding: 10px 0;
    text-align: center;
    width: auto;
    float: none;
    display: inline-block;
    margin-bottom: 0px;
}
.footer:after {
    content: "";
    display: block;
    background: #fff;
    width: 90px;
    height: 3px;
    left: 17px;
    top: 36px;
    position: absolute;
}


.footer1:before {
    content: "";
    position: absolute;
    background-image: url(../images/at.png);
    width: 180px;
    height: 180px;
    background-size: cover;
    top: -49px;
    right: -46px;
}


.po-ab-se {
    width: 100%;
    display: inline-block;
    margin: auto;
    padding: 15em 0;
}
.swiper-slide.cover-background.swiper-slide-visible.swiper-slide-active {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.po-ab-se:before {
    content: "";
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-slider {
    color: white;
    position: relative;
}
.content-slider h1 {
    font-size: 48px;
    padding: 0 0 35px 0;
}
a.btnn:hover {
    color: white;
    text-decoration: none;
}
.swiper-button-next {
    top: 65%;
}
i.fa.fa-arrow-right {
    padding: 0 0 0 13px;
}

.swiper-button-prev {
    top: 65%;
}
.btnn {
    padding: 12px 24px 13px 24px;
    background-color: #5db417;
    color: white;
    font-size: 25px;
    border-radius: 5px;
}
.btnn:hover {
    background-color: #0657a8;
}
.work-img img {
    width: 11%;
    padding: 1px 12px 4px 6px;
}
.pd-0 {
    padding: 0;
}

.working {
    list-style: none;
    padding: 19px 16px 0px 0;
    margin: 0;
}
.working span {
    float: right;

}
.work-img {
    padding: 14px 0 22px 0;
}
.working-hours {
    padding: 25px 15px 16px 15px;
    background-color: #e5e5e5;
    min-height: 324.39px;
}
.contact li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 28px;
    border-bottom: 1px solid #fff;
    padding: 0 0 2px 0;
}
.contact span {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 33px;
    
    
    margin-right: 10px;
    text-align: center;
}
.contact i.fa.fa-map-marker {
    padding: 7px 0 0 0;
}
.contact i.fa.fa-phone {
    padding: 10px 0 0 0;
}
.contact {
    padding: 27px 0 14px 0;
    margin: 0;
}
.contact-details {
    padding: 25px 23px 28px 23px;
    background-color: #5db417;
    color: white;
}
.work-img:nth-child(1) {
  border-bottom: 1px solid #00000052;
}
.work-img:nth-child(2) {
  border-bottom: 1px solid #00000052;
}
.contact-details i.fa.fa-arrow-right {
    padding: 0 0 0 19px;
}
.contact-details a {
    background-color: black;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    float: none;
    display: block;
}
.request img {
    WIDTH: 7%;
    float: left;
}
.request span {
    padding: 0 35px 0 34px;
    display: flex;
}
.appointment {
    padding: 25px 23px 28px 23px;
    background-color: #e5e5e5;
}
.pd-0 h2 {
    font-size: 22px;
}
.request {
    padding: 33px 0 4px 0;
    border-bottom: 1px solid #00000052;
    margin: 0px 0 97px 0;
}
.appointment a {
    background-color: #5db417;
    color: white;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
}
.calender {
    padding: 100px 0 31px 0;
    position: relative;
}
.calender:before {
    content: "";
    width: 100%;
    position: absolute;
    background-color: #0657a8;
    left: 0;
    top: 0;
    bottom: 0;
    height: 75%;
}

.about-img {
    padding: 61px 0 61px 0;
}
.about-img img {
    width: 100%;
}
.text-img h6 {
    padding: 11px 0 0 13px;
    margin: 0;
    color: #0657a8;
}
.text-img {
    display: flex;
    padding: 50px 0 30px 0;
}
.about-text {
    padding: 91px 0 0 50px;
}
.text-img img {
    width: 7%;
}
.about-text h2 {
    font-size: 39px;
    padding: 0 0 20px 0;
}
.about-text span {
    color: #0000009e;
}
.started {
    background-color: black;
    color: white;
    padding: 18px 36px 18px 36px;
    border-radius: 5px;
}
.started:hover {
    color: white;
    text-decoration: none;
}
.home-service {
    background-image: url(../images/home-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.our-service {
    width: 100%;
    text-align: center;
    color: white;
}
.home-service:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 69%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.our-service h5 {
    padding-bottom: 10px;
    font-size: 17px;
}
.our-service h2 {
    padding-bottom: 12px;
    font-size: 37px;
}
.testing {
    padding: 25px;
    position: relative;
    background-color: white;
    border-radius: 6px;
}
.testing-img {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    height: 100px;
}

.testing-text {
    margin-top: 18px;
    display: inline-block;
}
.testing-text a {
    text-decoration: none;
    color: #0657a8;
    font-weight: 600;
}
.about-text p {
    padding-bottom: 30px;
}
.testing-number:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #00000052;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 55% 0% 94px 174%;
    border-bottom-right-radius: 123px 42px;
    
    
}
.testing-number {
    position: absolute;
    right: 0%;
    top: 0%;
    font-size: 55px;
    opacity: 0.6;
    
    padding: 15px 21px 25px 30px;
    color: #0657a8;
}
.testing-img img {
    width: 37%!important;
}
.owl-nav.disabled {
    display: block!important;
    float: right;
}
.owl-prev {
    background-color: #0657a8!important;
    margin: 20px 10px 0 0px;
    border: 2px solid #fff!important;
    padding: 3px 2px 3px 2px!important;
    border-radius: 15px;
    
}
.owl-next {
    background-color: #5db417!important;
    border: 2px solid #fff!important;
    padding: 3px 2px 3px 2px!important;
    border-radius: 15px;
    
}
.owl-nav.disabled img {
    width: 50%;
    padding: 8px 0px 8px 0px;
}
.choose-us:before {
    right: 0;
    background-color: #0657a8;
    content: "";
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.choose-us {
    position: relative;
    margin-bottom: 90px;
    padding: 0 16px;
}
.why-chose-img img {
    width: 100%;
        height: 750px;
}
.why-choose-text h4 {
    color: #F9A626;
    font-size: 20px;
}
.why-choose {
    color: white;
    padding: 0 50px;
}
.why-choose-text {
    border-left: 6px solid #F9A626;
    padding: 0 0px 5px 20px;
    margin-bottom: 22px;
}

.why-choose-list {
    padding: 20px 0 0px 10px;
        
}
.why-choose-list li {
    list-style: none;
    padding: 0 0 15px 0;
    position: relative;
}
.why-choose-list span {
    font-size: 22px;
    float: left;
    background-color: #f9a626;
    padding: 2px 6px 2px 6px;
    margin: 6px 20px 0 0;
}
.why-choose-list li:before {
    content: "";
    position: absolute;
    width: 8%;
    top: -2px;
    left: -7px;
    bottom: 198px;
    border: solid #f9a626;
    height: 54px;
}

.book-your-visit {
    background-image: url(../images/booking-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 75%;
    margin: auto;
    padding: 20px 25px 20px 25px;
    margin-bottom: 50px;
}
.emergency {
    padding: 61px 0 0 0;
    color: white;
}
section.book-your-visit:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
   background: rgb(6 87 168 / 83%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.view-all button#my-form-button {
    width: 100%;
    padding: 15px 15px;
    border: none;
    border-radius: 0px;
        background-color: #133d66;
    border: none;
    color: white;
}
input.form-control.form-com {
    background-color: #133d66;
    border: none;
    color: white;
        height: 60px;
        border-radius: 0px;
}
.emergency h2 {
    padding-bottom: 20px;
}
.book-your {
    padding: 41px 0 31px 0;
}
.testimonial-heading {
    text-align: center;
    width: 100%;
}
.testimonial-heading h6 {
    color: #0657a8;
}
section.testimonials {
    padding: 31px 0 51px 0;
}
.testimonials-main {
    background-color: #00000017;
    padding: 26px;
    position: relative;
}
.testimonial-cliet {
    padding: 10px 0px 10px 0px;
    
    display: inline-block;
    width: 100%;
}
span.testimonial-img {
    width: 100px;
    float: left;
    position: relative;
    padding: 0 20px 0 0px;
   
}
.testimonial-img img {
    width: 100%;
    border-radius: 6px;
}
.testimonials-text {
    padding-top: 10px;
    display: grid;
}
.testimonials-main p {
    color: #000000c9;

}
.testimonials-main:before {
    content: "";
    position: absolute;
    width: 36%;
    background-image: url(../images/test.png);
    top: 3px;
    bottom: 0;
    background-repeat: no-repeat;
    right: -81px;
}
.us-img {
    padding: 0;
}

.home-about-us.pt-90.pb-90 {

    background-image: url(../images/sub-banner.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}
.home-about-us.pt-90.pb-90:before {
    content: "";
    background: rgb(0 0 0 / 68%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.about-background h2 {
    font-size: 46px;
    font-weight: 600;
}
.home-icon {
    background-color: #0475be;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    width: 75px;
    height: 75px;
    display: block;
    text-align: center;
}
    .home-icon img {
        width: 50px;
    }
.about-background p {
    padding-bottom: 20px;
    font-size: 20px;
}
.about-background {
    padding: 40px 20px;
}
section.about-dental-lab {
    padding: 90px 0 80px 0;
}
.about-dental img {
    width: 100%;
}
.about-lab h5 {
    color: #0657a8;
    padding: 20px 0 20px 0;
}
.about-lab h2 {
    font-size: 30px;
    padding-bottom: 10px;
}
.dental-img img {
    width: 60px;
}
.dental-img {
    float: left;
    width: 70px;
    position: relative;
}
.dental-lab {
    background-color: #0657a838;
    display: inline-block;
    width: 100%;
    padding: 20px 8px;
    border: 1px solid #0657a875;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.our-vision p {
    font-size: 14px;
    line-height: 23px;
}
.dental-lab-text p {
    font-size: 13px;
    margin-bottom: 0px;
}
.dental-lab-text h4 {
    color: #0657a8;
}
.about-lab {
    padding: 20px 20px;
}
.our-mission{
     background-image: url(../images/gr-bg.png);
        
        background-repeat: no-repeat;
       
        background-size: cover;
        color: white;
        margin-bottom: 20px;

}
.our-values img {
    width: 100%;
    border-radius: 10px;
}
.our-vision h3 {
    padding: 20px 0 10px 0;
}
.who-are-text {
    border-left: 1px solid #0657a8;
    padding: 15px 0 1px 25px;
}
.we-text {
    padding-top: 25px;
}
.dedicated-img img {
    width: 100%;
}
.best-treatment h4 {
    padding-bottom: 10px;
}
.best-treatment {
    padding: 10px 20px;
}
a.home-icon:hover {
    background-color: #5db417;
}
.department-teeth:hover .department-text a {
    color: #0657a8;
}
.department-teeth:hover .department-btn i {
    background-color: #0657a8;
}
.department-teeth:hover .department-btn i {
    background: #0657a8;
    color: #fff;
    border-color: #0657a8 !important;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 22%);
}



.service-implant {
    border-left: 1px solid #0657a8;
    padding: 15px 0 1px 25px;
}
.dental-service h5 {
    color: #0657a8;
    padding-bottom: 15px;
}
.lab-services.pt-60.pb-60 {
    background-color: rgb(0 0 0 / 6%);
}
.service-general {
    background-color: white;
    margin-bottom: 30px;
}
.service-img img {
    width: 100%;
}
.dental-text {
    padding: 20px 20px;
}
.service-btn {
    color: black;
    text-decoration: none;
}
    .service-btn i.fa.fa-plus {
        border: 1px solid #999;
        padding: 12px 14px 12px 14px;
        border-radius: 10px;
        margin-left: 10px;
        background: #f5f5f5;
    }
a,
.button, button, div{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-testimonials.pt-60.pb-60 {
    background-image: url(../images/gr-bg.png);
        
        background-repeat: no-repeat;
       
        background-size: cover;
 color: white;
}
.dent-service h5 {
    padding-bottom: 15px;
}
.testimonials-bgcolor {
    background-color: #fff;
    color: black;
    padding: 30px 26px;
    position: relative;
    border-radius: 5px;
}
.user-img img {
    width: 34%!important;
}
.testimonials-bgcolor:before {
    content: "";
    position: absolute;
    width: 25%;
    top: 72%;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    background-image: url(../images/quote.png);
}
.feedback-img img {
    width: 80px;
    border-radius: 50%;
    height: 80px;
}
.feedback-img {
   padding: 0px 20px 0 10px;
    float: left;
}
.testimonial-feedback {
    padding-top: 30px;
}
.user-text {
    padding-top: 16px;
}
hr.horizontal {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffc107;
    height: 10px;
}
.testimonial-dental-slider button.owl-prev {
    background-color: white!important;
    border-radius: 0;
}
.testimonial-dental-slider button.owl-next {
    background-color: white!important;
    border-radius: 0;
}
.testimonial-dental-slider .owl-nav.disabled img {
    width: 38%;
    padding: 10px 0px 10px 0px;
}
.department-implant {
    border-left: 1px solid #0657a8;
    padding: 15px 0 1px 25px;
}
.dental-department h5 {
    color: #0657a8;
    padding-bottom: 15px;
}
section.lab-department.pt-60.pb-60 {
    background-color: #0000001a;
}
.department-teeth {
    background-color: white;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px;
    display: inline-block;
}
.department-text {
    display: block;
    padding: 10px 0px 10px 0px;
    width: 75%;
    float: left;
}
.department-img1 {
    float: left;
    width: 25%;
    padding-right: 15px;
}
.department-img1 img {
    width: 100%;
}
.department-text h4:hover {
    color: #0657a8;

}
.department-btn i.fa.fa-plus {
    border: 1px solid;
    padding: 12px 14px 12px 14px;
    border-radius: 10px;
    margin-left: 10px;
}
.department-btn {
    color: black;
    text-decoration: none;
}
a.department-btn:hover {
    color: #0657a8;
    text-decoration: none;
}
 
.dental-care {
    position: relative;
    margin-bottom: 60px;
    padding: 0 16px;
        color: white;
}
section.dental-care:before {
    right: 0;
    background-color: #0657a8;
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.exceptional-care {
    padding: 15px 90px;
}
.exceptional-care h4 {
    font-size: 20px;
    padding-bottom: 12px;
}
.exceptional-care h2 {
    padding-bottom: 15px;
}
.exceptional-care p {
    padding-right: 50px;
}
.play-img {
    background-color: white;
    width: 52px;
    border-radius: 3px;
    margin-top: 35px;
    box-shadow: 0px 3px 12px 8px #0000002e;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
}
.play-img img {
    /* width: 68%; */
    width: 100%;
    padding: 10px 15px 10px 15px;
}
.dep-pad {
    padding: 0;
}
.care-img img {
    width: 100%;
}
video {
    width: 100%;
}

.accordion {
    background-color: #0657a8;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    margin-top: 20px;
}

.actives, .accordion:hover {
  background-color: #0657a8; 
}
.accordion:after {
  content: '\02795'; 
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.actives:after {
  content: "\2796"; 
}

.panel p {
    background-color: #00000017;
    padding: 10px 20px 0;
    line-height: 30px;
}
.faq-content h2 {
    padding-bottom: 15px;
}

.panel {
  
  display: none;
  background-color: white;
  overflow: hidden;
}
.faq-img img {
    width: 100%;
}
.faq-content {
    padding: 40px 20px;
}
.faq-content h5 {
    padding-bottom: 20px;
    color: #0657a8;
}
a.service-btn:hover {
    color: white;
    text-decoration: none;
}
.service-general:hover {
    background-color: #0657a8;
}
    .service-general:hover .dental-text h4, .service-general:hover .dental-text p, .service-general:hover .service-btn {
        color: #fff;
    }
    .service-general:hover .service-btn i{
        background: #fff;
        color: #000;
        border-color: #0657a8;
        box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 22%);
    }
.article {
    margin: -90px 0 0px 0;
}
.article1 {
    margin: -147px 0 0px 0;
}
.contact-content {
    display: flex;
    border-bottom: 1px solid #0000003d;
    padding-top: 30px;
}
.contact-text {
    padding: 0px 0px 10px 20px;
}
.contact-content img {
    
    height: 100%;
}
.contact-img {
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
}
.contact-us {
    background-color: #ededed;
    padding: 20px 35px;
}
.contact-content:nth-child(3) {
    border: none;
}
.contact-form input.form-control.form-com {
    background-color: #00000012;
    border: none;
    color: black;
    height: 60px;
    border-radius: 5px;
}
textarea.form-control.form-com-message {
    height: 226px;
    background-color: #ededed;
    border-radius: 5px;
    color: black;
    border: none;
}
.view-one button#my-form-button {
    width: 100%;
    padding: 15px 15px;
    border: none;
    border-radius: 0px;
    background-color: #0657a8;
    border: none;
    color: white;
}
section.map {
    padding: 0;
    margin: 0 0 -7px 0;
}
.blog-details-img img {
    width: 100%;
}
.blog-details-icon img {
    width: 100%;
    
}
.blog-details-icon {
    
    /* width: 100%; */
    padding-bottom: 30px;
}
.blog-details h4 {
    padding-bottom: 20px;
    font-size: 27px;
}
.blog-details p {
    padding-bottom: 20px;
    font-size: 18px;
}
.blog-details-img {
    padding-bottom: 30px;
}
.department-text a {
    color: black;
    text-decoration: none;
}
.department-content h4 {
    color: #0475be;
    padding-bottom: 10px;
}
.department-content p {
    padding: 20px 0 10px 0;
}
.general-img img {
    width: 100%;
}
.general-img {
    padding-bottom: 25px;
}
.general-img1 img {
    width: 100%;
}
.department-content h2 {
    padding-bottom: 10px;
}
section.department-dentistry.pt-60.pb-60 {
    background-color: #00000014;
}
.book-appointment input.form-control.form-com {
    background-color: #00000012;
    border: 1px solid #00000038;
    color: black;
    height: 60px;
    border-radius: 5px;
}
.list-department li{ list-style:none}
    .list-department li::marker{ display:none}
    .list-department li a {
        list-style: none;
        background-color: #0475be;
        padding: 8px 15px;
        margin: 10px 0 10px 0;
        color: white;
        font-size: 19px;
        width: 100%;
        display: block;
    }
ul.list-department {
    padding: 0;
}
.recent-dental {
    background-color: white;
    padding: 20px 25px;
}
.book-appointment {
    background-color: white;
    padding: 20px 25px;
    margin-top: 20px;
}
.form-send textarea.form-control.form-com-message {
    height: 226px;
    background-color: #ededed;
    border-radius: 5px;
    color: black;
    border: 1px solid #00000038;
}
.dental-text h4 {
     display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 20px;
    line-height: 25px;
}
.dental-text p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
}
.recent-dental h3 {
    color: #0475be;
    padding-bottom: 10px;
    font-size: 23px;
}
.list-department li a:hover {
    background-color: #5db417;
}
.cont-add h3 {
    font-size: 23px;
}

.recent-service.pt-40 {
    text-align: center;
    background-image: url(../images/video-play.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 40px;
}
.recent-service.pt-40:before {
    content: "";
    background: rgb(6 87 168 / 82%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service-dental {
    position: relative;
}
.recent-service.pt-40 h2 {
    position: relative;
    font-size: 28px;
    color: white;
    padding: 15px 0 60px 0;
}
.recent-service.pt-40 h2 span {
    color: #ffb739;
}
span.phone-service {
    border: 2px solid #ffb739;
    color: #ffb739;
    font-size: 30px;
    padding: 6px 40px;
    position: relative;
}

section.service-dental-details.pt-60 {

        background-image: url(../images/gr-bg.png);

}
.service-dental-details.pt-60 h2 {
    color: white;
}
.service-dental-details.pt-60 h5 {
    color: white;
    padding-bottom: 10px;
}
.service-detail-slider .owl-nav {
    float: right;
    position: absolute;
    right: 0;
    top: -110px;
}
.service-detail-slider .owl-prev {
    background-color: white!important;
    border-radius: 0;
}
.service-detail-slider .owl-next {
    background-color: white!important;
    border-radius: 0;
}
.service-detail-slider .owl-nav img {
    width: 52%;
    padding: 5px 0px 5px 0px;
}
.department-content span {
    font-size: 20px;
}
.service-implant1 {
    border-left: 1px solid #0657a8;
    padding: 15px 0 1px 25px;
}

#forminator-module-1517 .forminator-button-submit {
    width: 100%;
    background: #ffc903;
    color: #000;
    font-weight: 600;
}
#forminator-module-1609 .forminator-button-submit {
    width: 100%;
    background: #ffc903;
    color: #000;
    font-weight: 600;
}
#forminator-module-1602 .forminator-button-submit {
    width: 100%;
    background: #0657a8;
    color: #fff;
    font-weight: 600;
}

.text-line h1 {
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 40px !important;
	margin-bottom:0px !important;
    padding: 30px 0;
    font-weight: 600;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.department-text h4{
		 display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.dental-text h4{
		 display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.testing-text h4{
	 display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}