@import "common.css";

.banner-section{
    margin-top: 170px;
    padding: 60px 0 80px;
}
.banner-section h1 span{
    color: #000;
}
.banner-section .banner-content{
    width: 50%;
    padding-top: 0px;
}
.banner-image{
    width: 50%;
    text-align: right;
}
.banner-section .banner-content p{
    margin-bottom: 0;
}
.banner-section  .row{
    align-items: flex-start ;
    justify-content: space-between;
}
.banner-section .banner-content .button-primary{
    margin-top: 30px;
}
.banner-form {
    background-color: var(--primary-color);
padding: 50px 20px;
border-radius: 20px;
margin-top: -20px;
z-index: 9;
position: relative;
box-shadow: 2px 4px 6px 1px rgba(0, 0, 0, 0.25);
}
.banner-form .row{
    margin: 0;  
}
.banner-form .form-group{
    width: 28%;
    margin-bottom: 0;
    padding: 0px 20px;
    position: relative;
}
.banner-form .form-group span{
    position: absolute;
right: 40px;
top: 17px;
}
.banner-form .form-group input{
    height: 60px;
    border-radius: 0;
    border: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.form-btn{
     padding: 0px 20px;
    width: 16%;
}
.form-btn .button-secondary{
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);   
}

.icon-text-block{
    display: flex;
    margin: 0 -40px;
}
.icon-text-block .icon-box{
    display: flex;
    padding: 0 30px;
    position: relative;
    width: 100%;
}
.icon-text-block .icon-box:after{
    content: "";
    background-color: #ccc;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
}
.icon-text-block .icon-box:last-child:after{
    display: none;
}
.icon-text-block .icon-text{
    padding-left: 30px;
}
.icon-text-block .icon-text p:last-child{
    margin-bottom: 0;
}

.video-text-block{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    background-color: #FFF0F1;padding: 15px;
    border-radius: 10px;
}
.video-thumbnail{
    width: 50%;
    position: relative;
}
.video-thumbnail a{
    position: absolute;
left: 15px;
top: 20px;
}
.video-thumbnail a span{
    background: #FF8D8D;
display: block;
padding: 20px 20px 15px;
border-radius: 10px;
text-align: center;
color: #292929;
font-weight: 500;
}
.video-thumbnail a:hover span{
    background-color: #000;
    color: #fff;
}
.video-thumbnail a:hover{
    text-decoration: none;
}
.videoblock-text{
    width: 50%;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 30px;
}
.videoblock-text{
    background-image: url('data:image/svg+xml,<svg width="95" height="100" viewBox="0 0 95 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M79.2449 69.3373C72.0992 91.3773 50.0113 104.303 29.9101 98.2084C9.80886 92.1135 -4.44783 46.9422 2.69785 24.9023C9.84354 2.86234 65.8736 -3.06199 85.9748 3.0329C106.076 9.12779 86.3906 47.2974 79.2449 69.3373Z" fill="%23CA2129" fill-opacity="0.1"/></svg>');
    background-repeat: no-repeat;
background-size: 85px;
background-position: 0px 25px;
}
.videoblock-text h2 span{
color: #000;
}
.videotext-count-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    text-align: center;
    gap: 10px;
    margin-top: 30px;
}
.count-box{
    width: 48%;
}
.count-box{
    background-color: #FFD8DA;
    height: 110px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.count-box h4{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
}
.count-box p{
    margin-bottom: 0;
    font-size: 16px;
line-height: 20px;
}
.count-box.blue {
    background-color: rgba(78, 194, 209, 0.22);
}
.expert-dentist-section h2{
    color: #292929;
}
.expert-dentist-section h2 span{
    color: var(--primary-color);
}
.expert-dentist-block{
    display: flex;
}
.expert-dentist-block{
    justify-content: space-between;
    margin-top: 50px;
    margin-left: -55px;
    margin-right: -55px;
}
.expert-dentist{
/*    width: 33.33%;*/
    padding: 0 40px;
    transition: 0.5s;
}
.expert-dentist:hover img{
    transform: scale(1.1);
}
.expert-dentist img{
    width: 100%;
    transition: 0.3s;
}
.doctor-details{
    text-align: center;
    background-color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: -60px;
position: relative;
min-height: 150px;
}
.doctor-details h4{
    color: #fff;
    margin-bottom: 5px;
    font-size: 22px;
}
.doctor-details  p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 24px;
}
.section-faq {
    text-align: center;
}
.section-faq h2 span{
color: #000;
}.icon-content-section h2 span{
color: #000;
}
.section-faq h2 {
    margin-top: 30px;
}
.faq-head-box{
    text-align: center;
    background-color: #FFD8DA;
   display: inline;
width: auto;
padding: 2px 5px;
font-size: 22px;
}


.collapsible-link span{
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translate(0%, -50%) rotate(0deg) ;
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"] span {
  transform: translate(0%, -35%) rotate(180deg) ;
}
.collapsible-link[aria-expanded="true"] span path{
    fill: #CA2129;
}
.accordion > .card > .card-header{
    padding: 0;
    border: 0;
    border-radius: 5px;
    margin-bottom: 0;
}
.accordion > .card{
    border: 0;
    margin-bottom: 20px;
}
.accordion > .card > .card-header button{
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    color: #CA2129;
    border-color: #FF8D8D;
    text-decoration: none;
}
.accordion > .card > .card-header button.collapsed{
 border: 1px solid #C2C1C1;
 color: #585656;
}
.accordion {
  overflow-anchor: none;
  width: 100%;
  margin-top: 30px;
}
.card-body{
    text-align: left;
    padding: 30px;
}
.card-body ul{
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

footer{
    background-color: #292929;
    padding: 35px 0px 20px;
}
footer .row{
    justify-content: space-between;
}
footer  p{
    color: #fff;
    text-align: center;
}
footer .row p{
    padding-top: 10px;
    font-size: 15px;
}
footer  p a{
    color: #fff;
}
footer  p a:hover{
    color: #fff;
}
.copyright-text{
    font-size: 15px;
    margin-top: 30px;
}

@media only screen and (max-width: 1600px) {
.banner-section .banner-content {
  width: 60%;
  padding-top: 0px;
  padding-right: 60px;
}
.banner-image {
  width: 40%;
}
h1 {
  font-size: 30px;
line-height: 40px;
}
h1 br{
    display: none;
}
.banner-form{
    margin-top: -10px;
}
.videoblock-text {
  width: 50%;
  padding-left: 35px;
}
.videoblock-text h2{
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 1200px) {
    .banner-section .row {
      margin: 0;
    }
    .banner-image{
        width: 40%;
    }
    .banner-form {
  margin-top: 40px;
}
.banner-section .row {
  align-items: flex-start;
  justify-content: space-between;
}
.icon-text-block {
  display: flex;
  margin: 0 0px;
}
footer .row{
    margin: 0;
}

h1 {
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 36px;
}
.banner-form .form-group {
  padding: 0px 5px;
}
.form-btn {
  padding: 0px 5px;
}
.expert-dentist-section .row{
    margin: 0;
}
.expert-dentist {
/*  width: 33.33%;*/
  padding: 0 0px;
}
.expert-dentist-section .row.expert-dentist-block{
    margin-top: 30px;
}
.section-faq .row{
    margin: 0;
}
}

@media only screen and (max-width: 992px) {
    .banner-section .banner-content{
        width: 100%;
        padding: 60px 15px;
    }
    .banner-section {
      margin-top: 100px;
    }
    .banner-image{
        display: none;
    }
    .banner-form {
      margin-top: 40px;
    }
    .row.d-block{
        margin: 0;
    }
    .banner-form .form-group {
      width: 100%;
      margin-bottom: 20px;
    }
    .form-btn {
      width: 100%;
    }
    .icon-text-block {
      margin: 0 0px;
      flex-wrap: wrap;
    }
    .icon-text-block .icon-box {
      padding: 0px 0px 60px;
      width: 100%;
    }
    .icon-text-block .icon-box:last-child{
        padding: 0px 0px 0px;
    }
    .icon-text-block .icon-box::after {
        display: none;
    }
    .video-thumbnail {
      width: 100%;
    }
    .video-thumbnail img{
        width: 100%;
    }
    .videoblock-text{
        padding-left: 0px;
    padding-right: 00px;
        width: 100%;
    }
    .video-text-block {
        flex-wrap: wrap;

    }
    .videotext-count-box {
      width: 80%;
    }
    .expert-dentist-section .row{
        margin:0;
    }
    .expert-dentist-section .expert-dentist-block{
        margin: 0;
        flex-wrap: nowrap;
    overflow: auto;
    gap: 30px;
    }
    .expert-dentist {
      width: 100%;
    padding: 0 0px;
    min-width: 60%;
    }
    .doctor-details {
      padding: 15px 10px;
    }
    .doctor-details p{
        margin-bottom: 0;
        line-height: 20px;
        margin-top: 10px;
    }
    .section-faq .row{
        margin: 0;
    }
    .accordion > .card > .card-header button {
      padding: 20px 38px 20px 15px;
      font-size: 17px;
    }
    .card-body{
        padding: 30px 15px;
    }
    footer{
        padding: 35px 15px 20px;
    }
    section {
  padding:30px 0px;
}
}



@media only screen and (max-width: 767px) {
    .banner-section .banner-content{
        width: 100%;
        padding: 0px 0px;
    }
    .banner-section {
      margin-top: 100px;
    }
    .banner-image{
        display: none;
    }
    .banner-form {
      margin-top: 40px;
    }
    .row.d-block{
        margin: 0;
    }
    .banner-form .form-group {
      width: 100%;
      margin-bottom: 20px;
    }
    .form-btn {
      width: 100%;
    }
    .icon-text-block {
      margin: 0 0px;
      flex-wrap: wrap;
    }
    .icon-text-block .icon-box {
      padding: 0px 0px 30px;
      width: 100%;
    }
    .icon-text-block .icon-box:last-child{
        padding: 0px 0px 0px;
    }
    .icon-text-block .icon-box::after {
        display: none;
    }
    .video-thumbnail {
      width: 100%;
    }
    .videoblock-text{
        padding-left: 0px;
    padding-right: 00px;
        width: 100%;
    }
    .video-text-block {
        flex-wrap: wrap;

    }
    .videotext-count-box {
      width: 100%;
    }
    .videotext-count-box p{
        font-size: 16px;
        line-height: 20px;
    }
    .expert-dentist-section .row{
        margin:0;
    }
    .expert-dentist-section .expert-dentist-block{
        margin: 0;
        flex-wrap: nowrap;
    overflow: auto;
    gap: 30px;
    }
    .expert-dentist {
      width: 100%;
    padding: 0 0px;
    min-width: 85%;
    }
    .doctor-details {
      padding: 15px 10px;
    }
    .doctor-details p{
        margin-bottom: 0;
        line-height: 20px;
        margin-top: 10px;
    }
    .section-faq .row{
        margin: 0;
    }
    .accordion > .card > .card-header button {
      padding: 20px 50px 20px 15px;
      font-size: 17px;
    }
    .card-body{
        padding: 30px 15px;
    }
    footer .row{
    justify-content: center;
}
 footer .row img{
    margin-bottom: 15px;
 }
footer .row p{
    margin-bottom: 0;
}
}


#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1001;
}

#light {
  display: none;
  position: absolute;
top: 167px;
left: 50%;
max-width: 600px;
max-height: 75%;
border: 2px solid #FFF;
background: #FFF;
z-index: 99999;
overflow: visible;
transform: translateX(-50%);
height: 100%;
}

#boxclose {
  float: right;
cursor: pointer;
color: #fff;
border: 1px solid #000;
border-radius: 0px;
background: #000;
font-size: 44px;
font-weight: normal;
display: inline-block;
line-height: 0px;
padding: 25px 15px 30px;
position: absolute;
right: -62px;
top: 0px;
z-index: 1002;
opacity: 0.9;
}
#boxclose :hover{
    text-decoration: none;
}
.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

video{
    width: 100%;
height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color)!important;
}

@media only screen and (max-width: 767px) {
#light {
  max-width: 100%;
  max-height: 75%;
  height: 100%;
  width: 100%;
}
#boxclose {
  font-size: 30px;
  padding: 17px 8px 20px;
  right: 8px;
  top: 0px;}
}

.owl-prev:hover{
    background-color: transparent!important;
}
.owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}.owl-next{
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}


/*dashboard- style*/
.dashboard-nav{
    background-color: var(--primary-color);
    padding: 20px 15px 20px;
}
.dashboard-nav .nav_block {
  margin-top: 00px;
}
.dashboard-nav .navbar-brand img{
    width: auto;
}
.dashboard-nav  .nav-link img{
    width: 27px;
}
.dashboard-nav li {
    margin-bottom: 0!important;
}
.dashboard-nav .navbar-nav .nav-link {
  color: #fff;
  padding: 0;
}
.dashboard-nav .nav-item {
    margin-bottom: 0!important;
}

.table-view-section{
    margin-top: 150px;
}

.table-responsive thead{
    background-color: #FFF0F1;
}
.table thead th{
    border-bottom: 0px solid #dee2e6;
border-top: 0px solid #dee2e6;
padding: 30px;
font-weight: 400;
font-size: 18px;
}
.table tbody tr:first-child td{
    border-top: 0;

}
.table tbody tr td{
    padding: 20px 30px;
    font-weight: 400;
font-size: 18px;
}

.table-view-section .form-control{
    border-radius: 0;
    height: 55px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .table-view-section .form-control{
        margin-bottom: 0px;
    }
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent!important;
}.owl-theme .owl-nav [class*="owl-"] {
  background: transparent!important;
}



/*branches*/
.branches{
    background-color: #FFF1F1;
    padding: 30px;
    text-align: center;
    min-height: 380px;
    display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.branches a{

    float: unset;

}
.branches h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
#branches {
    padding: 0px 20px;
}
#branches .item{
    padding: 0px 20px;
}

@media only screen and (max-width: 992px) {
.branches{
    padding: 30px 15px;
}
#branches {
    padding: 0px 10px;
}
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) center no-repeat #fff;
    background-size: 100px;
    opacity: 0.8;
}