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

body{
background:#fff;
}
a[href^="tel:"] {
    color: white !important;
    font-weight: 600;
}

.container{
width:100%;
padding:0px;
margin:0px;
}

.row{
width:100%;
padding:0px;
margin:0px;
}

h3{
margin:5px 0px;
}

p{
margin:5px 0px;	
}

#social{
width:100%;
height:auto;
padding:10px 0px;
background:#444444;
color:#fff;
border-bottom:1px solid #eee;
}

#navigation{
background:#fff;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
}

#logo{
display: table;
padding: 0px 0px 0px 0px;
}

#logo img{
height:75px;
}

#menu_bar{
padding-top:13px;
}

#slider{
padding:0px;
width:100%;
}

#subhead{
padding:10px 0px 20px 0px;
text-align:center;
margin-bottom:30px;
}

#subhead a{
text-decoration:none;
color:#000;
font-size:18px;
text-transform:uppercase;
font-weight:normal;
}

#headerText{
color:#fff;text-align:center;font-size:35px;font-weight:bold;padding:25px 0px;margin:0px;
background-image:url('../images/bgimg1.jpg');
background-size:cover;
background-position:center;
}

.slider-img{
width:100%;
}

#bluePanel{
padding:20px;
height:220px;
display:block;
text-align:center;
//font-weight:bold;
font-size:16px;
}

#whiteText{
color:#ffffff;
}

#whitePanel{
background:#ffffff;
padding:50px 0px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
}

#headImg{
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
}

#imgPanel{
//background:#eeeeee;
background-image:url('../images/bgimg.jpg');
background-size:cover;
padding:50px 0px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
}

#bookApp{
background-image:url('../images/bookAppBg.jpg');
background-size:cover;
background-position:center;
background-repeat:no-repeat;
padding:70px 0px;
text-align:center;
cursor:pointer;
color:#fff;
box-shadow: -1px 10px 31px -13px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: -1px 10px 31px -13px rgba(0,0,0,0.75) inset;
-moz-box-shadow: -1px 10px 31px -13px rgba(0,0,0,0.75) inset;
}

#btnBookApp{
padding:10px 15px;
background:none;
border:1px solid #fff;
text-decoration:none;
color:#fff;
font-size:14px;
}

/**************************************************************************************************************************************/

.view {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: left;
    //border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: pointer;
    background: #fff;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding: 10px;
    background: #444444;
    margin: 10px 0 0 0;
	text-decoration:none;
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 15px;
    position: relative;
    color: #444444;
    padding: 10px 20px 20px;
    text-align: center;
	text-decoration:none;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #444444;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #444444;
	text-decoration:none;
}

.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(204,204,153, 1); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
	text-decoration:none;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
	text-decoration:none;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
	text-decoration:none;
}

.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
	text-decoration:none;
}
.view-first:hover p {
    transition-delay: 0.1s;
	text-decoration:none;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
	text-decoration:none;
}

.fpanel{
position:fixed;
right:0;
bottom:20%;
background:#CCC;
border-radius:5px 0px 0px 5px;
padding:10px;
z-index:3000;
font-size:13px;
font-weight:bold;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#noDeco{
text-decoration:none;
}

#footer{
//background:#182028;	
background:#373b40;	
}

.lightbox img{
width:100%;	
}

.inputBox{
padding:10px;
border:1px solid #aaa;
border-radius:10px;
background:#fff;
margin:0px 0px 0px 10px;
width:100% !important;	
height: unset !important;
}
textarea .inputBox{
    height: 150px !important;
}
#btnSubmit{
padding:10px 25px;
float:right;
color:#fff;
border:none;
border-radius:15px;
background:#3B5998;

}

#socialicons{
padding: 10px;
font-size: 20px;
width: 40px;
height:40px;
border-radius:20px;
text-align: center;
text-decoration: none;
margin: 0px 10px 0px 0px;
}

#socialicons:hover{
//opacity: 0.7;
text-decoration: none;
}

.fa-facebook {
background: #3B5998;
color: white;
}

.fa-facebook:hover{
background: #3B5998;
color: white;
text-decoration:none;
}

.fa-instagram {
background: #c9338c;
color: white;
}

.fa-instagram:hover{
background: #c9338c;
color: white;
text-decoration:none;
}

/*******faqs accordian*******/

.card-header{
display:table;
width:100%;
text-align:left;
background:#ccc;
border:1px solid #eee;	
}

.card-question{
font-size:25px;
text-decoration:none;
color:#444444;
background:none;
border:none;
padding:20px;
text-align:left;
width:100%;
}

.card-body{
background:#eee;
padding:20px;
font-size:20px;
}

#faqAccordion{
padding:0px;
margin:0px;
}

/**************************************************************************************************************************************/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
background:none;
font-weight:bold;
color:#de2078;
}

.carousel-caption{
left:10%;
top:50%;
}

.carousel-caption h3{
font-size:70px;
text-align:left;
color:#ffffff;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}


#siderbar_form .sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    background: #f0f0f0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 1111;
/*    padding: 1rem;*/
}

#siderbar_form .sidebar-contact.active {
    right: 0;
}

#siderbar_form .toggle {
   position: absolute;
    height: 50px;
    width: 232px;
    text-align: center;
    cursor: pointer;
    background: #4c5b8f;
    top: 45%;
    left: -143px;
    line-height: 48px;
    box-shadow: 2px 2px 6px 0 #a2a2a2;
    transform: rotate(-90deg);
}

#siderbar_form .toggle:before {
    content: 'Book An Appointment';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

#siderbar_form .toggle.active:before {
    content: '\f00d';
    font-family: fontAwesome;
}

#siderbar_form .form_section {
    padding: 0;
    background: #f0f0f0;
    height: 466px;
}

#siderbar_form .form_section .git_form form {
    margin-top: 0rem;
}

#siderbar_form .form_section .git_form h3 {
    font-family: montserrat_regular;
    color: #0b3c54;
    font-size: 1.5rem;
    text-align: center;
    margin: 1rem auto;
    font-weight: bold;
}

#siderbar_form .form_section .git_form input {
    margin-bottom: 1rem;
}

#siderbar_form .form_section .git_form textarea {
    margin-bottom: 1rem;
    height: auto !important;
}

.form_section {
    background: url(../images/git_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.form_section .git_form form {
    margin-top: 4rem;
}


.form_section .git_form input {
    width: 100%;
    background: #fff;
    border: none;
    border: 1px solid #ccc;
    padding: 0.5rem;
    margin-bottom: 1rem;
    outline: none;
    height: 45px;
}

.form_section .git_form textarea {
    width: 100%;
    background: #fff;
    border: none;
    border: 1px solid #ccc;
    padding: 0.5rem;
    margin-bottom: 2rem;
    outline: none;
    resize: vertical;
    height: 100px;
}

.form_section .git_form textarea::placeholder {
    color: #4d4d4d;
}

.form_section .git_form select {
    width: 100%;
    background: #fff;
    border: none;
    border: 1px solid #ccc;
    padding: 0.5rem;
    margin-bottom: 2rem;
    outline: none;
    height: 45px;
    background-image: url(../images/select_down.png);
    background-size: 3%;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4d4d4d;
}

.form_section .git_form input::placeholder {
    font-family: montserrat_regular;
    color: #4d4d4d;
    font-size: 1rem;
}

.form_section .git_form .submit_btn {
    width: 13rem;
    display: block;
    background: #ff6636;
    padding: 0.6rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    margin: auto;
    text-transform: capitalize;
    cursor: pointer;
    border: none;
}
.modal-title{
    text-align: center;
}


.error-page h1{
  font-size: 75px;
  text-align: center;
  color: #4c5b8f;
}
.error-page h2{
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  color: #4c5b8f;
}
.error-page a{
    padding: 10px 25px;
    color: #fff;
    border: none;
    display: inline-block;
    margin-top: 15px;
    border-radius: 15px;
    background: #3B5998;
}
.error-page a{
    text-decoration: none;
}
.error-page a:hover{
    background: #444444;
    transition: 0.5s;
    text-decoration: none;
}
.error-page{
    text-align: center;
}
.error-page img{
    width: 450px;
}
/*siderbar form*/


ul.bullet-root-cannel{
    list-style: none;
    padding-left: 0;
}

ul.bullet-root-cannel>li .list__alpha {
    position: absolute;
    left: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.bullet-root-cannel h3 {
    font-weight: 600;
    font-size: 18px;
    padding-left: 15px;
}
.bullet-root-cannel h5 {
    font-weight: 600;
    font-size: 18px;
    padding-left: 15px;
}
.sidemap{
    padding:50px 88px;
}
.sidemap ul{
    list-style: none;
}
.sidemap ul li a{
    color: #444;
    line-height: 25px;
}
.andheri-add{
    padding: 0;
    margin: 0;
}
.andheri-add span{
    position: absolute;
    font-size: 20px;
    color: #fff;
    left: 0;
}
.andheri-add li{
    color: #fff;
    font-size: 16px;
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative;
    list-style: none;
}
.andheri-add li a{
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
.andheri-add-m{
    background: #4c5b8f;
    align-items: center;
    display: flex;
    margin: 30px 0;
    box-shadow: 0px 0px 5px 1px #c4c0c0;
}

@media (max-width: 768px) {
.andheri-add-m{
    display: block;
}

}
@media (max-width: 768px) {
.mob-margin{
   margin-left: 0 !important;
}
#bluePanel{
    height: auto;
}
.panel-title{
    line-height: 25px;
}
.mob-pad{
    padding-bottom: 50px;
}
.read-more-wrap{
    padding: 0 15px !important;
}
label.read-more-trigger{
    margin-left: 15px !important;
    margin-bottom: 0 !important;
}

}
.panel-default>.panel-heading{
    cursor: pointer;
}
.img-andheri{
    margin: 30px 0;
}
.popup1{
    position: relative;
}
.popup1:before{

    position: absolute;
}
.modal-dialog{
    
    width: 442px !important;
}
.modal-content{
    border-radius: 15px;
    padding-top: 150px;
        border: 5px solid#4c5b8f;
}
.modal-content:before{
    content: '';
    background: url(../images/impressionz-dental-care-1.webp) no-repeat;
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 200px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
}

.close{
    color: #fff;
     position: absolute !important;
    top: 0px;
    background: #4c5b8f !important;
    padding: 8px 18px;
    opacity: 0.8 !important;
}
.modal-header .close {
    margin-top: -20px;
    right: -11px;
    background: #4c5b8f;
    padding: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.modal-footer{
    padding:0 !important;
    border: 0 !important;
}
.modal-header{
    border: 0 !important;
}
#contactFrmSubmit{
     padding: 10px 25px;
    
    color: #fff;
    border: none;
    border-radius: 15px;
    background: #3B5998;
}
@media only screen and (max-width: 768px){
.modal-content:before{
height: 162px;
}
.modal-content {
    padding-top: 110px;
}
    .modal-dialog {
    width: 350px !important;
}
.modal-dialog{
    margin: 12px;
}
}
.blog-main{
    z-index: 50px;
    padding: 50px;
}
.blog-dis{
    
  margin-bottom:15px;
    box-shadow: 0px 1px 6px 3px #efeaeadd;
}
.blog-pd{ 
  padding: 25px;
}
.blog-dis h2{
    line-height:28px;
    margin: 10px 0;
    font-size: 20px;
    font-weight:500;
    color:#3B5998;
}
.blog-dis p{
    line-height:22px
    font-size: 16px;
}
.blog-dis a{
       padding: 10px 25px;
    /* float: right; */
    color: #fff;
    border: none;
    border-radius: 15px;
    background: #3B5998;
    margin-top: 5px;
    display: inline-block;
}
.blog-detail h1{
    font-size: 30px;
}
.blog-detail h2{
    font-size: 25px;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:85px;
    right:12px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}
.padding2{
    padding: 15px 0;
}
/*#modalForm{
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    transform: translateY(60%) scale(0);
}
#modalForm.show {
    transform: translateY(0) scale(1);
}*/

.in-video {
    text-align: center;
    background: #000;
/*    padding: 0px 0 17px 0;*/
}
.in-video span{
    background: #fff;
    font-size: 14px;
    color: #465c8d;
    text-transform: uppercase;
    padding: 10px 0px;
    display: block;
    font-weight: 600;
}