.itopplus-background {

}
body {
    overflow-x: hidden;
}

.itopplus-bg {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_22082022om89/0/0/1z-z736678749130.webp');
}

.navbar-default .navbar-nav>li>a {
    color: #282828;
    margin: 0 15px;
    padding: 7px 15px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
    box-shadow: none;
    border-radius: 30px;
    background: transparent;
    background-color: #01d7bd;
}

.dropdown-menu>li>a {
    color: #000;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background: #01d7bd;
}

.dropdown-menu {
    border: none;
    border-radius: 20px !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    border-radius: 20px;
}

@media screen and (min-width: 1024px) {
  
    .itopplus-banner .container {
    display: grid;
    grid-template-columns: 15% auto;
    align-items: center;

  }

  .itopplus-banner .container::before,
  .itopplus-banner .container::after {
    display: none;
  }
  
  .itp-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
  
  
    #controlBanner {
        object-fit: contain;
        padding: 15px;
        width: 100%;
        margin: 0 auto;
        transition: .3s;
    }

    .itopplus-search {
        margin-top: 1%;
        text-align: right;
    }

    #nav-menu {
        display: grid;
        place-items: end;
        text-align: right;
        background-color: transparent;
        transition: .3s;
    }

    .no-js .itopplus-banner {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 110;
        transition: .3s;
    }
}



@media screen and (min-width : 1366px) {}

@media screen and (min-width : 1900px) {}

@media screen and (max-width : 900px) {}

@media screen and (max-width : 480px) {}

/************font-size***************/

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
}

h1 {
    font-size: 4.125em;
}

h2 {
    font-size: 3.2em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 2.4em;
}

h5 {
    font-size: 2em;
}

h6 {
    font-size: 1.4em;
}

.pre-article h6, .pre-dentist h6 {
    font-size: 20px;
}

p, .pre-service p , .pre-dentist p, .btn-pantip h6  {
    font-size: 16px;
}

.pre-service h6 {
    font-size: 24px;
}

.btn-more, .pre-article p, .btn-read, div#Component664440b85e59a800139a5499 button{
    font-size: 14px;
}

.pt-3 {
	padding-top:3%;
}

.pt-5 {
	padding-top:5%;
}


/********************master-page*************************/


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

.cert-number p {
    color: #666666;
}

.footer-social {
    display: grid;
    grid-template-columns: 10% auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 2%;
}

.footer h6, .head-appointment h5, .sect-service h3, 
.sect-about h1, .sect-about h4 , .fw-semi ,
.about-page h1,.about-page h4, .about-page h6,
.blog-service h6, .pre-dentist h6, .contact-page h5,
.form-head h5, h3.managerHeader, .service-detail h6,
.dentist-detail h5, .dentist-detail h6, .article-detail h6,
.policy-page h3, .policy-page h5, .policy-page h6,
.service-detail h5{
    font-weight: 600;
}

.footer h6 {
    margin-bottom: 6%;
}

.footer a, .cont-all a {
    color: #fff;
}

.footer a:hover, .cont-all a:hover , .sect-about h1,
.about-page h1, .blog-service p, .cont-page a:hover{
    color: #01d7bd;
}

.appointment {
    width: 80%;
    display: flex;
    background: #16254c;
    margin: auto;
    border-radius: 30px;
    align-items: center;
    color: #fff;
    gap: 30px;
    z-index: 2;
    position: relative;
    top: -45px;
}

.head-appointment {
    background: #01d7bd;
    color: #fff;
    padding: 1.4rem 2rem;
    border-radius: 30px;
}

.cont-all {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 10px;
    align-items: center;
    width: fit-content;
}

.text-time {
    margin-left: 3%;
}

div#Component6642e66f02df530013761465 {
    position: relative;
}

.sect-service h3 , h3.managerHeader, .cont-page a, .blog-service h6,
.blog-service:hover p, .policy-page h3{
    color: #282828;
}

.sect-service h3 , .sect-about,.about-page, .form-head h5,
.policy-page h3,.policy-page h5{
    text-align: center;
}

.btn-more , div#Component664440b85e59a800139a5499 button{
    background: #16254c;
    width: fit-content;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    color: #fff;
    margin: auto;
  transition: transform 0.2s ease-out;
}

.btn-more:hover, div#Component664440b85e59a800139a5499 button:hover {
    background: #01d7bd;
  transform: scale(1.05);
}

figure.effect-selena {
    background: transparent;
}

.about-icon li img {
    width: 50% !important;
    margin-bottom: 5%;
}

.about-icon ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 20px;
    margin: 4% 0;
}

.sect-about {
    padding-top: 17%;
}

.sect-about h1,.about-page h1 {
    margin-bottom: 2%;
}

.sect-about h4, .about-page h4 {
    margin-bottom: 4%;
}

.sect-about p, .policy-page p {
    line-height: 26px;
}

.about-page p , .policy-page p{
    line-height: 26px;
    margin-bottom: 3%;
}

div#Component66430db79715e000133287f6 {
    width: 80%;
    margin: auto;
    margin-bottom: -375px;
}

div#HtmlTool66430db79715e000133287f6 iframe,
div#HtmlTool664327a1412c6000134ef5e7 iframe{
    border-radius: 30px;
}

div#HtmlTool66430db79715e000133287f6,
div#HtmlTool664327a1412c6000134ef5e7{
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
    border-radius: 30px;
}

.area-viseo {
    padding: 18%;
}

.text-purple {
    color: #9756b2;
}

.Text_seller2 {
    display: none;
}

div#Component664314d0acc2ee0013113f44 .col-md-4.col-sm-4.col-xs-12,
div#Component664335d3acc2ee00131142d6 .col-md-4.col-sm-4.col-xs-12{
    width: 23%;
    padding: 0.8rem !important;
    margin: 1%;
    box-shadow: 0 4px 10px rgb(0, 0, 0, 0.05);
    border-radius: 20px;
    background: #fff;
    transition: transform 0.2s ease-out;
    margin-bottom: 2%;
}

.Contentmanager .template1 .template-panel {
        padding-bottom: 80%;
    }

div#Component664314d0acc2ee0013113f44 .img ,
div#Component6643239dccaa130013b2e58b .img,
div#Component664334829715e00013328d05 .img,
div#Component664334fd9715e00013328d17 .img,
div#Component664335469715e00013328d27 .img,
div#Component664335d3acc2ee00131142d6 .img,
div#Component6644406afe8fa80013e94567 .imgLightbox img{
    border-radius: 20px;
}

.pre-article, .pre-service {
    text-align: left;
    padding: 2% 0;
    color: #444444;
}

.pre-article h6 , .pre-service h6{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 4%;
    line-height: 30px;
}

.pre-article p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6%;
}

.pre-service p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6%;
}

.btn-read {
    padding: 0.5rem 2rem;
    border-radius: 30px;
    width: fit-content;
    border: 1px solid #01d7bd;
}

.btn-read:hover, .menuVertical>ul>li.active a {
    background: #01d7bd;
    color: #fff;
}

.menuVertical>ul>li {
    margin: 0;
}

.menuVertical>ul>li a {
    border: 1px solid #01d7bd;
    border-radius: 30px;
    color: #444;
}

div#Component6643239dccaa130013b2e58b .col-md-4.col-sm-4.col-xs-12,
div#Component664334829715e00013328d05 .col-md-4.col-sm-4.col-xs-12,
div#Component664334fd9715e00013328d17 .col-md-4.col-sm-4.col-xs-12,
div#Component664335469715e00013328d27 .col-md-4.col-sm-4.col-xs-12{
    width: 31%;
    padding: 0.8rem !important;
    margin: 1%;
    box-shadow: 0 4px 10px rgb(0, 0, 0, 0.05);
    border-radius: 20px;
    background: #fff;
    transition: transform 0.2s ease-out;
      margin-bottom: 2%;
}

.service-price p {
    margin: 0;
    color: #01d7bd;
    font-weight: 600;
}

/*.service-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/
.pre-service {
    padding: 3%;
}

.about-page {
    padding-top: 13%;
}

.blog-service {
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
    gap: 20px;
    justify-content: center;
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 4% 1%;
    transition: transform 0.2s ease-out;
}

.menuVertical>ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}

div#Component6644236eb5e3a7001314dadc .col-md-4.col-sm-4.col-xs-12 {
    text-align: left;
    width: 30%;
    padding: 0.5rem !important;
    margin: 1%;
    border-radius: 20px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}

div#Component6644236eb5e3a7001314dadc .img {
    border-radius: 20px;
    width: 80%;
    margin: auto;
    height: 220px;
    background-position: top !important;
    border: 5px solid #fff;
}

.pre-dentist {
    padding: 10% 5% 5%;
    border-radius: 20px;
    margin-top: -45px;
    background: #f7f9fa;
    color: #444;
}

.pre-dentist p {
    height: 50px;
}

div#Component664434ee638378001339a006 figcaption {
    padding: 0;
    text-transform: none;
}

.btn-pantip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#Component664434ee638378001339a006 figure.effect-selena h2 {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: inherit;
    transform: inherit;
}

.btn-pantip h6 {
    background: #01d7bd;
    width: fit-content;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    color: #fff;
    margin: auto;
    display: none;
}

div#Component664434ee638378001339a006 .col-md-6.col-sm-6.col-xs-6 :hover .btn-pantip h6 {
    display: block;
}

div#Component66442da2e7e8810013e980a9 .imgLightbox img,
div#Component66442dbbe7e8810013e980b2 .imgLightbox img,
div#Component66442dd5aeb39a0013cce154 .imgLightbox img,
div#Component66442dedfe8fa80013e94342 .imgLightbox img,
div#Component66442e016383780013399edb .imgLightbox img,
div#Component66442e13fe8fa80013e94355 .imgLightbox img,
div#Component664434ee638378001339a006 .imgLightbox img,
div#Component664434ee638378001339a006 .pagination-sm>li:last-child>a, 
div#Component664434ee638378001339a006 .pagination-sm>li:last-child>span,
div#Component664434ee638378001339a006 .pagination-sm>li:first-child>a, 
div#Component664434ee638378001339a006 .pagination-sm>li:first-child>span,
div#Component6642e6e0f6d4a40013c04a01 .thumbnail>img{
    border-radius: 20px;
}

div#Component664434ee638378001339a006 .pagination>li>a, 
div#Component664434ee638378001339a006 .pagination>li>span {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 14px;
    border-radius: 20px;
}

div#Component664434ee638378001339a006 .pagination>.active>a,
div#Component664434ee638378001339a006 .pagination>li>a:hover,
div#Component664434ee638378001339a006 .pagination>li>a:focus{
    background-color: #01d7bd!important;
    border-color: #01d7bd!important;
    color: #fff!important;
}

.contact-page h5 , .form-head h5, .dentist-detail h5,
.service-detail h6, .dentist-detail h6, .article-detail h6,
.service-detail h5{
    color:  #16254c;
}

.cont-page {
    display: grid;
    grid-template-columns: 8% auto;
    align-items: center;
    gap: 10px;
    margin-top: 3%;
}

.contact-page {
    padding-top: 3%;
    padding-left: 4%;
}

div#Component664440b85e59a800139a5499 .col-xs-12.col-sm-3.col-md-3 {
    display: none !important;
}

div#Component664440b85e59a800139a5499 .col-xs-12.col-sm-6.col-md-6,
.page-header .col-xs-12.col-md-3 {
    width: 100% !important;
}

div#Component664440b85e59a800139a5499 {
    width: 50%;
    margin: auto;
}

div#Component664440b85e59a800139a5499 .form-control {
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid #ddd;
}

div#Component664440b85e59a800139a5499 input.form-control {
    height: 43px;
}

div#Component664440b85e59a800139a5499 .col-md-offset-3 {
    margin-left: 0;
    width: 100%;
}

div#Component664440b85e59a800139a5499 button {
    background-image: none;
    text-shadow: none;
    border-radius: 30px;
    border: none;
}

.post-time, .fbcomments, .landingpagemanager{
    display: none;
}

.page-header {
    padding-bottom: 0;
    margin: 3% 0 0;
    border-bottom: none;
    text-align: center;
}

div#Component6642e6e0f6d4a40013c04a01 .img-thumbnail,
div#Component6642e6e0f6d4a40013c04a01 .thumbnail {
    border: none;
    padding: 0;
    box-shadow: none;
}

.Textmanager {
    text-align: left;
  display: flow-root;
}

.service-detail p , .dentist-detail p, .article-detail p{
    margin-bottom: 1.5rem;
    line-height: 26px;
}

.service-detail h6, .dentist-detail h6, .article-detail h6,
.service-detail h5{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.service-detail ul, .dentist-detail ul, .article-detail ul {
    list-style: none;
}

div#Component6642e6e0f6d4a40013c04a01 .col-xs-12.col-md-3 {
    padding: 0 1%;
    width: 33.33%;
}

.social-share {
    top: -110px;
}

.dentist-detail h5 {
    line-height: 36px;
    margin-bottom: 2rem;
}

.about-icon li img , .cont-page img, .footer-social img{
   transition: transform 0.2s ease-out;
}

div#Component6643239dccaa130013b2e58b .col-md-4.col-sm-4.col-xs-12:hover,
div#Component664334829715e00013328d05 .col-md-4.col-sm-4.col-xs-12:hover,
div#Component664334fd9715e00013328d17 .col-md-4.col-sm-4.col-xs-12:hover,
div#Component664335469715e00013328d27 .col-md-4.col-sm-4.col-xs-12:hover,
div#Component664314d0acc2ee0013113f44 .col-md-4.col-sm-4.col-xs-12:hover, 
div#Component664335d3acc2ee00131142d6 .col-md-4.col-sm-4.col-xs-12:hover,
div#Component6644236eb5e3a7001314dadc .col-md-4.col-sm-4.col-xs-12:hover,
.about-icon li:hover img, .blog-service:hover , .cont-page:hover img,
.footer-social:hover img{
   transform: scale(0.95);
}

div#Component6643239dccaa130013b2e58b .col-md-4.col-sm-4.col-xs-12:hover .btn-read,
div#Component664334829715e00013328d05 .col-md-4.col-sm-4.col-xs-12:hover .btn-read,
div#Component664334fd9715e00013328d17 .col-md-4.col-sm-4.col-xs-12:hover .btn-read,
div#Component664335469715e00013328d27 .col-md-4.col-sm-4.col-xs-12:hover .btn-read,
div#Component664314d0acc2ee0013113f44 .col-md-4.col-sm-4.col-xs-12:hover .btn-read, 
div#Component664335d3acc2ee00131142d6 .col-md-4.col-sm-4.col-xs-12:hover .btn-read,
div#Component6644236eb5e3a7001314dadc .col-md-4.col-sm-4.col-xs-12:hover .btn-read{
    background: #01d7bd;
    color: #fff;
}

.cont-page:hover img , .footer-social:hover img, .cont-all:hover img{
    filter: brightness(0) saturate(100%) invert(81%) sepia(40%) saturate(5703%) hue-rotate(124deg) brightness(95%) contrast(99%);
}

.copy-right {
    margin-top: 5%;
}


div#Component664440b85e59a800139a5499 button {
    margin-left: 0;
}

.ITPcookiebar {
  width: 100% !important;
  background-color: #16254c8a !important;
  color: #fff;
}

.buttonExampleSite {
    border-radius: 5rem !important;
    border: 1px solid #01d7bd !important;
    color: #171717 !important;
}

.buttonExampleSite:hover {
    background: #01d7bd !important;
    color: #ffffff !important;
}

.ITPlinkToCookiepage:hover {
    color: #01d7bd !important;
}

.itpPDPALandingPage ,
.ITP-pdpa-template-contentFont{
    font-size: 16px !important;
    margin-bottom: 3% !important;
}

.itpPDPALandingPage {
    margin-top: 3%;
}

.ITP-pdpa-template-titleFont {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.ITP-pdpa-template-contentFont , .policy-page p{
    line-height: 28px;
}

.policy-page h5 {
    margin-bottom: 3%;
}

.eapps-widget-toolbar {
    display: none;
}

.dentist-detail {
    padding-top: 3%;
}
/***************************responsive********************/

@media screen and (min-width : 1900px) {

.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}

h1 {
    font-size: 4.625em;
}

h2 {
    font-size: 3.6em;
}

h3 {
    font-size: 3.4em;
}

h4 {
    font-size: 2.8em;
}

h5 {
    font-size: 2.4em;
}

h6 {
    font-size: 1.8em;
}

.pre-article h6, .pre-dentist h6 {
    font-size: 24px;
      line-height: 34px;
}

p, .pre-service p , .pre-dentist p, .btn-pantip h6  {
    font-size: 20px;
}

.pre-service h6 {
    font-size: 28px;
  line-height: 40px;
}

.btn-more, .pre-article p, .btn-read, div#Component664440b85e59a800139a5499 button,
  .dropdown-menu>li>a{
    font-size: 18px;
}

div#Component664434ee638378001339a006 .pagination>li>a, 
div#Component664434ee638378001339a006 .pagination>li>span {
    font-size: 18px;
}

 .about-page p , .service-detail p, .dentist-detail p, .article-detail p,
  .sect-about p, .policy-page p{
    line-height: 32px;
  }

.pre-dentist {
    margin-top: -85px;
}
  
  .pre-dentist p {
    height: 60px;
}
  
  div#Component664440b85e59a800139a5499 .form-control {
    font-size: 16px !important;
    margin-bottom: 0.5rem;
}
  
div#Component664440b85e59a800139a5499 input.form-control {
    height: 48px;
}
  
  .head-appointment {
    padding: 1.7rem 5rem;
    border-radius: 50px;
}
  
  .appointment {
    border-radius: 50px;
    top: -55px;
    gap: 40px;
}
  
  .cont-all {
    grid-template-columns: 50px auto;
}
  
  .area-viseo {
    padding: 15%;
}
}

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

.appointment {
    gap: 20px;
}
  .appointment {
    width: 85%;
}
}

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

h5 {
    font-size: 1.8em;
}
  
      .appointment {
        width: 95%;
    }
  
  .pre-service h6 {
    font-size: 22px;
}
  
  .area-viseo {
    padding: 21%;
}
  
  .navbar-default .navbar-nav>li>a {
    margin: 0 10px;
    padding: 7px 10px;
}
  
  .about-page p br {
    display: none;
}
  
  .about-page {
    padding-top: 6%;
}
  
  .blog-service {
    gap: 10px;
}
  
  .pre-dentist {
    padding: 20% 5% 5%;
}
  
  .pre-article h6, .pre-dentist h6 {
    font-size: 18px;
}
  
  .pre-dentist p, .pre-dentist h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 22px;
}
}

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

  
h1 {
   font-size: 3em;
}
  
h2 {
   font-size: 30px;
    }
  
h3 {
   font-size: 28px;
    }

h4 {
   font-size: 24px;
}
  
h5 {
   font-size: 22px;
}
  
  h6 {
   font-size: 18px;
}
  
.cert-number {
    text-align: right;
}
  
      .appointment {
        width: 100%;
    }
  
  .text-time {
    margin-left: 0;
  }
  
/*.service-price {
    display: grid;
    grid-template-columns: 40% auto;
}
  */
  .sect-about br {
    display: none;
}
  
  .sect-about {
    padding-top: 8%;
}
  
  .itopplus-bg {
    background-size: cover;
}
  
  div#Component66430db79715e000133287f6 {
    margin-bottom: -275px;
    width: 90%;
}
  
      .area-viseo {
        padding: 19%;
    }
  
  .pre-article p {
    -webkit-line-clamp: 2;
}
  
  div#mainmenu6642e6b6f6d4a40013c049b3 .col-md-4.col-sm-4.col-xs-12 {
    width: 100%;
    text-align: center;
}

  .copy-right {
    margin-top: 0;
}
  
      .about-page {
        padding-top: 0;
    }
  
  .itopplus-sidebar-sub-content {
    overflow: hidden;
}
  
  .blog-service {
    grid-template-columns: 28% auto;
    padding: 4%;
}
  
  .w-50 {
    width: 100%;
    float: none;
}
  
  div#Component6644236eb5e3a7001314dadc .img {
    height: 160px;
}
  
  .contact-page {
    padding-top: 8%;
}
  
  a#itpsearchmobile {
    display: none !important;
}
  
  .Textmanager {
    display: block;
}
}

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

div#contentnewmode6642e713e69cf9001374318c,
  .appointment{
    display: none;
}
  
  div#imagesControl6642e66f02df530013761465,
  div#imagesControl66442da2e7e8810013e980a9,
div#imagesControl66442dd5aeb39a0013cce154,
div#imagesControl66442e016383780013399edb,
div#imagesControl66442dbbe7e8810013e980b2,
div#imagesControl66442dedfe8fa80013e94342,
div#imagesControl66442e13fe8fa80013e94355,
  div#imagesControl664434ee638378001339a006,
  div#imagesControl6644406afe8fa80013e94567,
  div#contentnewmode6644404e5e59a800139a5479{
    padding: 0 !important;
}
  
  div#Component6643239dccaa130013b2e58b .col-md-4.col-sm-4.col-xs-12, 
  div#Component664334829715e00013328d05 .col-md-4.col-sm-4.col-xs-12, 
  div#Component664334fd9715e00013328d17 .col-md-4.col-sm-4.col-xs-12, 
  div#Component664335469715e00013328d27 .col-md-4.col-sm-4.col-xs-12,
  div#Component664314d0acc2ee0013113f44 .col-md-4.col-sm-4.col-xs-12, 
  div#Component664335d3acc2ee00131142d6 .col-md-4.col-sm-4.col-xs-12{
        width: 46%;
        margin: 2%;
        margin-bottom: 5%;
}
  
   /* .service-price {
        display: block;
    }*/
  
      .pre-service h6 {
        font-size: 18px;
    }
  
  p, .pre-service p, .pre-dentist p, .btn-pantip h6 {
    font-size: 14px;
}
  
  .service-price p {
    margin-bottom: 8%;
}
  
  .about-icon li img {
    width: 70% !important;
  }
  
      div#Component66430db79715e000133287f6 {
        margin-bottom: -105px;
        width: 100%;
    }
  
  .blog-service {
    grid-template-columns: 23% auto;
}
  
  h2 {
   font-size: 26px;
    }
  
h3 {
   font-size: 24px;
    }

h4, h3.managerHeader {
   font-size: 22px;
}
  
h5 {
   font-size: 20px;
}
  
  div#Component6642e6e0f6d4a40013c04a01 .col-md-12.text-justify {
    padding: 0 2%;
}
  
  .social-share, br {
    display: none;
}
  
  .service-detail ul, .dentist-detail ul, .article-detail ul {
    padding-left: 5%;
}

  
  div#Component6644236eb5e3a7001314dadc .col-md-4.col-sm-4.col-xs-12 {
    width: 100%;
    margin: 2%;
    margin-bottom: 5%;
}
  
      div#Component6644236eb5e3a7001314dadc .img {
        height: auto;
    }
  
      .pre-dentist {
        padding: 11% 5% 9%;
        margin-top: -25px;
    }
  
  .pre-dentist p, .pre-dentist h6 {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: inherit;
}
  
  .dentist-detail h5,  .about-page p , .service-detail p,
  .dentist-detail p, .article-detail p,  .sect-about p {
    line-height: inherit;
  }
  
  div#Component664434ee638378001339a006 .col-md-6.col-sm-6.col-xs-6 {
    padding: 0 !important;
    width: 100%;
}
  
      .contact-page {
        padding-top: 0;
       padding-left: 0;
    }
  
  .cont-page {
    grid-template-columns: 13% auto;
}
  
  div#Component664440b85e59a800139a5499 {
    width: 100%;
  }
  
    .ITPcookiebar {
    padding: 3%;
    display: flex !important;
}
  
  .ITPcookieLeftText {
    /* color: white; */
    float: unset !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}
  
  .ITPcookieButton {
    float: unset !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
  
   .ITPcookieLeftText span {
    font-size: 14px;
}
  
  div#Component6644406afe8fa80013e94567 .imgLightbox img {
    height: 160px;
    object-fit: cover;
}
}


@media screen and (max-width: 992px) {
    .row-fluid {
        flex-wrap: unset !important
    }

    #language_member_bar {
        display: none
    }

    #controlBanner img {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 50px !important;
        z-index: 10000;
    }

  

    #nav-menu {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .navbar-header { 
        display: flex !important;
        flex-direction: row-reverse;
        align-items: center;
        height: 50px;
        width: 100%;
    }

    .navbar-default,
    .navbar-header,
    #ItopplusMainSidebar {
        background: #fff !important;
    }

    #ItopplusMainSidebar a {
        text-align: left !important;
        color: #444 !important;
    }


    #itpMenuSideBar span.icon-bar {
        background: #444 !important;
    }

    .itopplus-sidebar-menu-single {
        border: none;
    }

    #itpMenuSideBar,
    .menu-mobile-custom {
        display: grid !important;
        place-content: center;
        width: 40px;
        border: none;
        padding: 0 !important;
        margin: 0 !important;
        background-color: transparent !important;
    }

    .old-image-icon-facebook,
    .old-image-icon-line,
    .old-image-icon-instragram,
    .old-image-icon-youtube {
        display: grid !important;
    }

    #itpMenuSideBar .navbar-inline:nth-child(2),
    #main-navbar-collapse,
    .new-image-icon-facebook,
    .new-image-icon-line,
    .new-image-icon-instragram,
    .new-image-icon-youtube,
    #nav-menu::before,
    #nav-menu::after {
        display: none !important;
    }

    .navbar-header i::before {
        display: none !important;
    }

    .navbar-header i {
        display: grid;
        width: 20px;
        aspect-ratio: 1;
        filter: contrast(30%);
        padding: 0;
    }

    #itpphonemobile i {
        content: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/phonez-z921908240939.png);
        width: 18px !important;
    }

    #itpsearchmobile i {
        content: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/searchz-z802258593714.png);
    }

    .old-image-icon-facebook i {
        content: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/fbz-z870717797999.png);
    }

    .old-image-icon-line i {
        content: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/linez-z21670262898.webp);
    }

    .old-image-icon-instragram i {
        content: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/igz-z1587384208209.webp);
    }

    .old-image-icon-youtube i {
        content: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/ytz-z962652931262.webp);
        width: 22px !important;
        height: 18px !important;
    }

    #languagemobile {
        order: 10;
    }

    .itopplus-search {
        display: none;
    }

}

