@charset "UTF-8";

/* CSS Document */


/*------------------------------------------------------------------

Template Name:      Dentistry Dental Clinic
Version:            1.0.0
Created Date:       10/07/2017 
Created by :        https://easetemplate.com/ 

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    9.6  404 error
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/


/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Roboto !important;
    font-size: 16px;
    letter-spacing: 0px;
    color: #7d7a79;
    font-weight: 300;
    line-height: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #302e2e;
    font-family: 'Arial',sans-serif;
    margin: 0px 0px 15px 0px;
    letter-spacing: 0px;
}
p{
  font-family: 'Rubik' !important;
  font-size: 14px !important;
}
h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 30px;
    line-height: 1.6;
}

p:last-child {
    margin: 0px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #302e2e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #337ab7;
}

.lead {
    font-style: italic;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Rubik';
    color: #337ab7;
    margin-bottom: 30px;
}

.blockquote {
    padding: 50px;
    border-radius: 2px;
    border: 0px;
    font-size: 32px;
    text-align: center;
    color: #333333;
    background-color: #f1f7ef;
}

.blockquote-content p {
    font-style: italic;
    font-family: 'Rubik';
    color: #337ab7;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 400;
}

.blocquote-author {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    color: #302e2e;
    letter-spacing: 1px;
}

blockquote p {
    font-family: 'Rubik';
    color: #302e2e;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    font-style: italic;
    padding-left: 15px;
}

strong {
    color: #333333;
    font-weight: 600;
    margin-right: 8px;
}

hr {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
    margin-top: 40px;
}


/*----------------------- 
    2 Form Elements:
-------------------------*/

label {}

.control-label {
    font-size: 14px;
    text-transform: capitalize;
    color: #606060;
    margin-bottom: 10px;
}

.form-control:focus {}

.textarea.form-control {}

.required {}

.form-group {
    margin-bottom: : 5px;
}

.form-control {
    border-radius: 2px;
    text-transform: capitalize;
    color: #7d7a79;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    height: 48px;
    padding: 12px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

input[type=checkbox],
input[type=radio] {
    margin: 8px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.input-group-addon {
    border-radius: 0px;
}

#datepicker.form-control {
    border-right: transparent !important;
}

.default-skin .ui-widget-header {
    border: 1px solid #ecaa30;
    background: #ecaa30;
    color: #fff;
    font-weight: bold;
}

.default-skin .ui-state-highlight,
.default-skin .ui-widget-content .ui-state-highlight,
.default-skin .ui-widget-header .ui-state-highlight {
    border: 1px solid #ecaa30;
    background: #ecaa30;
    color: #fff;
}


/*-------------- align ------------*/


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 0px 30px 0px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*-----------------------------------
    3. Buttons 
-----------------------------------*/

.btn {
    font-family: 'Rubik';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 14px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    border-radius: 2px;
    border: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #337ab7;
    color: #fff;
}

.btn-primary:hover {
    background-color: #337ab7;
    color: #fff;
}

.btn-primary.focus,
.btn-default:focus {
    background-color: #337ab7;
    color: #fff;
}

.btn-default {
    background-color: #337ab7;
    color: #fff;
}

.btn-default:hover {
    background-color: #337ab7;
    color: #fff;
}

.btn-default.focus,
.btn-primary:focus {
    background-color: #337ab7;
    color: #fff;
}

.btn-lg {
    padding: 15px 20px;
    font-size: 14px;
}

.btn-sm {
    padding: 12px 16px;
    font-size: 12px;
}

.btn-xs {
    padding: 7px 12px;
    font-size: 11px;
}

.btn-link {
    color: #337ab7;
    border-bottom: 2px solid #337ab7;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-link:hover {
    color: #337ab7;
    border-bottom: 2px solid #337ab7;
    text-decoration: none;
}

button.btn {
    margin-right: -1px;
}


/*-----------------------------------
    4. General / Elements 
-----------------------------------*/


/*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-medium {
    padding-top: 20px;
    padding-bottom: 0px;
}
.space-medium2 {
    padding-top: 40px;
    padding-bottom: -40px;
}
.space-medium3 {
    padding-top: 80px;
    padding-bottom: 20px;
}
.space-medium4 {
    
    padding-bottom: 20px;
}
#space-mediumpatient{
    padding-top: -200px;
    padding-bottom: 80px;
}

.space-large {
    padding-top: 120px;
    padding-bottom: 120px;
}

.space-ex-large {
    padding-top: 140px;
    padding-bottom: 140px;
}


/*----------------------
   4.2 Margin Space
-----------------------*/

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb130 {
    margin-bottom: 130px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}


/*----- less margin space from top --*/

.mt-20 {
    margin-top: -20px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-80 {
    margin-top: -80px;
}


/*-----------------------
   4.3 Padding space
-------------------------*/

.nopadding {
    padding: 0px;
}

.nopr {
    padding-right: 0px;
}

.nopl {
    padding-left: 0px;
}

.pinside10 {
    padding: 10px;
}

.pinside20 {
    padding: 20px;
}

.pinside30 {
    padding: 30px;
}

.pinside40 {
    padding: 40px;
}

.pinside50 {
    padding: 50px;
}

.pinside60 {
    padding: 60px;
}

.pinside80 {
    padding: 80px;
}

.pinside130 {
    padding: 130px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdb150 {
    padding-bottom: 150px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl60 {
    padding-left: 60px;
}

.pdl80 {
    padding-left: 80px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr60 {
    padding-right: 60px;
}

.pdr80 {
    padding-right: 80px;
}

.pdtb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}


/*--------------------------------
4.4 Background & Block color 
----------------------------------*/

.bg-light {
    background-color: #f8faf5;
}

.bg-primary {
    background-color: #ec1010;
    color: #fff;
}

.bg-default {}

.bg-white {
    background-color: #fff;
}

.outline {}

.section-title {
    margin-bottom: 40px;
    
    text-align: center;
}

.section-title1 {
margin-top: -200px;
/* margin-bottom: 40px; */
text-align: center;
}

.testimonial-text{
    margin-top: 0px;
}
.
.title {
    color: #333333;
}

.small-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 900;
    color: #ec1010;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.text-white {
    color: #fff;
}

.text-black {}

.primary-sidebar {}

.secondary-sidebar {}

.well-block {}

.divider-line {
    border-bottom: 1px solid #1d4293;
    margin-top: 40px;
    margin-bottom: 40px;
}


/*--------------------------------
4.5 Features Block 
----------------------------------*/

.about-bg-block {
    background-image: url(../images/about-pic-2.jpg);
    padding-top: 75px;
    padding-bottom: 60px;
    color: #fff;
}

.feature-block {}

.feature-text {
    color: #fff;
}

.feature-title {
    color: #fff;
}

.feature-content {
    margin-bottom: 30px;
}

.feature-section {}

.feature-icon ul {}

.feature-icon ul li {}

.feature-icon ul li i {}


/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/

.angle {
    position: relative;
    color: #7d7a79;
    font-weight: 400;
    line-height: 34px;
}

.angle-right li:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    font-size: 14px;
    padding-top: 2px;
    color: #337ab7;
    content: "\f138";
}


/*--------------------------------
4.7 Call to actions 
----------------------------------*/

.cta-section {
    background-color: #f5f6f8;
    padding-top: 40px;
    padding-bottom: 50px;
}

.cta-block {}

.cta-text {}

.cta-title {}

.cta-btn {
    margin-top: 16px;
}

.widget-cta {
    padding: 30px;
    border-radius: 2px;
    background-color: #337ab7;
}

.widget-cta-block {
    color: #fff;
}

.widget-cta-icon {
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
}

.widget-cta-content {
    margin-bottom: 15px;
}

.widget-cta-title {
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
}

.widget-cta-text {
    color: #fff;
}


/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}

.imghover::before,
.imghover::after {
    display: block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
}

.imghover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imghover::after {
    top: 55%;
    left: 50%;
    padding: 10px;
    line-height: 10px;
    margin: -25px 0 0 -25px;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 30px;
}

.imghover:hover::before,
.imghover:hover::after {
    opacity: 1;
}

.imghover:hover::before {
    background: rgba(135, 188, 120, .80);
}

.imghover:hover::after {
    color: #fff;
}


/*--------------------------------
4.9 Icon 
----------------------------------*/

.icon {}

.icon-1x {
    font-size: 18px;
}


/* default icon size of font*/

.icon-2x {
    font-size: 38px;
}

.icon-4x {
    font-size: 65px;
}

.icon-6x {
    font-size: 88px;
}

.icon-8x {
    font-size: 108px;
}

.icon-default {
    color: #aa9144;
}

.icon-primary {
    color: #474954;
}

.icon-secondary {
    color: #fff;
}

.icon-white {
    color: #fff;
}


/*--------------------------------
5 Header / Navigations 
----------------------------------*/


/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo {}

.top-bar {
    background-color: #337ab7;
    border-bottom: #337ab7 1px solid;
    padding-top: 3px;
    padding-bottom: 3px;
}

.call-info {
    margin-top: 5px;
}

.call-text {
    font-size: 15px;
    color: #337ab7;
}

.call-text strong {
    margin-left: 10px;
    color: #fff;
    font-weight: 400;
}

.social {}

.social ul {
    float: right;
}

.social ul li {
    float: left;
}

.social ul li a {
    font-size: 13px;
    padding: 12px 10px;
    color: #337ab7;
}

.social ul li a:hover {
    color: #fff;
}


.header-wrapper {
    z-index: 9;
    background: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color:#eafcfb; */
    background: #ffffff;
    -webkit-box-shadow: 5px 0 5px rgb(0 0 0 / 15%);
    box-shadow: 5px 0 5px rgb(0 0 0 / 15%);
    z-index: 3;
    position: relative;
}
.service-section{
    background: #ffffff;
}
.light-background{
    background-color: #f8faf5;
}
.is-sticky .header-wrapper {}


/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.hero-section {
    background: url(../images/hero-img.html) no-repeat center;
    background-size: cover;
}

.hero-section-caption {
    margin-top: 110px;
    margin-bottom: 110px;
    background-color: #337ab7;
    border-radius: 6px;
}

.hero-title {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    line-height: 45px;
    margin-bottom: 25px;
}

#navigation {
    float: right;
}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation:after,
#navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navigation #menu-button {
    display: none;
}

#navigation {
    padding-top: 5px;
    font-family: 'Rubik';
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#navigation > ul > li {
    float: left;
    font-weight: 600;
}

#navigation.align-center > ul {
    font-size: 0;
    text-align: center;
}

#navigation.align-center > ul > li {
    display: inline-block;
    float: none;
}

#navigation.align-center ul ul {
    text-align: left;
}

#navigation.align-right > ul > li {
    float: right;
}

#navigation > ul > li > a {
    padding: 15px;
    font-size: 14px;
    color: #1d146b;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

#navigation > ul > li:hover > a {
    color:#1e05fc;
    background-color: transparent;
}
/* changes css */

#navigation> ul > li.active > a,
#navigation>ul > li.active > a::after,
#navigation> ul > li > a:hover,
#navigation> ul > li > a:hover:after {
    color:#00ccff;
}
#navigation > ul > li > a::after {
    position: absolute;
    top: 17px;
    color: #fff;
}    
/* changed css closed */

#navigation > ul > li.has-sub > a {
    padding-right: 32px;
}

/* #navigation > ul > li > a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '/';
} */

#navigation > ul > li.has-sub > a:before {
    position: absolute;
    right: 14px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/

#navigation ul ul {
    position: absolute;
    left: -9999px;
}

#navigation.align-right ul ul {
    text-align: right;
}

#navigation ul ul li {
    top: 23px;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation li:hover > ul {
    left: auto;
}

#navigation.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#navigation li:hover > ul > li {
    height: 42px;
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#navigation ul ul li a {
    background-color: #337ab7;
    padding: 14px 22px;
    width: 218px;
    font-size: 13px;
    text-decoration: none;
    color: #dbf9d3;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: #337ab7 1px solid;
    letter-spacing: 1px;
}

#navigation ul ul li:first-child > a {
    border-top-right-radius: 0px;
}

#navigation ul ul li:last-child > a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
    border-bottom: 0;
}

#navigation ul ul li:hover > a,
#navigation ul ul li a:hover {
    color: #fff;
    background-color: #337ab7;
}

#navigation ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#navigation.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#navigation ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#navigation ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

#navigation.small-screen {
    width: 100%;
}

#navigation.small-screen ul {
    width: 100%;
    display: none;
}

#navigation.small-screen.align-center > ul {
    text-align: left;
}

#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid #337ab7;
    top: auto;
    background-color: #337ab7;
}

#navigation.small-screen ul ul li,
#navigation.small-screen li:hover > ul > li {
    height: auto;
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px;
    color: #dbf9d3;
}

#navigation.small-screen > ul > li > a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '';
}

#navigation.small-screen > ul > li {
    float: none;
}

#navigation.small-screen ul ul li a {
    padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}

#navigation.small-screen ul ul li a {
    color: #dbf9d3;
    background: none;
}

#navigation.small-screen ul ul li:hover > a,
#navigation.small-screen ul ul li.active > a {
    color: #fff;
    background-color: transparent;
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#navigation.small-screen > ul > li.has-sub > a:after,
#navigation.small-screen > ul > li.has-sub > a:before,
#navigation.small-screen ul ul > li.has-sub > a:after,
#navigation.small-screen ul ul > li.has-sub > a:before {
    display: none;
}

#navigation.small-screen #menu-button {
    display: block;
    padding: 18px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #337ab7;
    margin-top: 15px;
}

#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 12px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 21px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 20px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 20px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #337ab7;
    height: 54px;
    width: 53px;
    cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {}

#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
    background: ;
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 22px;
    right: 23px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#navigation.small-screen.select-list {
    padding: 5px;
}


/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/

.page-header {
    text-align: left;
    background-image: url(../images/pageheader.jpg);
    background-size: cover;
    margin: 0px;
    padding: 0px;
    border: 0px;
}


.page-section {
    padding-top: 85px;
    padding-bottom: 85px;
}


.page-section1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.page-description {}

.page-description p {}

.page-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Rubik';
    color: #302e2e;
    text-align: center;


}

.page-text {
    color: #fff;
}


/*-----------------------------------
    6. Slider 
-------------------------------------*/

.slider {
    margin-bottom: -30px;
}

.slider-img {
    /* background: -moz-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%); */
    /* background: -webkit-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%); */
    background: linear-gradient(to bottom, rgba(13, 15, 13, 0.15) 0%, rgba(13, 15, 13, 0.15) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
    position: relative;
}

.slider-img img {
    position: relative;
    z-index: -1;
}

.slider-captions {
    position: absolute;
    bottom: 140px;
    width: 100%;
    color: #000;
}

.slider-title {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 10px;
}

.slider-text {
    color: #000;
    padding-bottom: 10px;
}

.slider .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 50px;
}

.slider .owl-nav {
   
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}



.slider .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
    color: #fff;
    font-size: 18px;
    margin: 8px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
}

.slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    color: #fff;
    font-size: 18px;
    margin: 8px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
}

.slider .owl-nav .owl-prev:hover {background-color: #337ab7;
    border: 2px solid #337ab7; text-decoration: none; color: #fff;}

.slider .owl-nav .owl-next:hover { background-color: #337ab7;
    border: 2px solid #337ab7; text-decoration: none; color: #fff; }


.slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.slider .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 4px;
    background: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.slider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #337ab7;
    border: 2px solid #337ab7;
}

.slider .owl-carousel .owl-item img {
    width: 100%;
}


/*-----------------------------------
7. before after gallery
-------------------------------------*/

.ba-gallery {
    margin-bottom: 30px;
}

.left-btn,
.right-btn {
    font-family: 'Rubik';
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 8px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    border-radius: 0px;
    border: transparent;
    background-color: #878a86;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ba-left-btn {
    position: absolute;
    top: -6px;
    float: left;
}

.ba-right-btn {
    position: absolute;
    top: -6px;
    right: 14px;
}


/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer {
    background-color: #2f322f;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #868b86;
    font-weight: 400;
}

.footer-title {
    margin-bottom: 36px;
    color: #fff;
}
.fomm .footer-widget{
    margin-bottom: -15px;
}
.fomm .footer-title{
    margin-bottom: 30px;
    margin-left: 9px;
    color: #fff; 
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget ul {
    margin-bottom: 25px;
}

.footer-widget ul li {
    line-height: 1;
    margin-bottom: 18px;
    font-size: 16px;
}

.footer-widget ul li a {
    font-size: 14px;
    color: #8e918e;
    /* text-transform: uppercase; */
    letter-spacing: .75px;
    font-weight: 400;
}

.footer-widget ul li a:hover {
    color: #a5d897;
}

.footer-widget ul li i {
    margin-right: 15px;
    color: #a5d897;
}

.footer-widget .form-control {
    height: 50px;
    color: #7e7e7e;
    background-color: #333333;
    border: 0px solid;
    border-radius: 0px;
}

.footer-social {}

.footer-social a span {
    font-size: 20px;
    padding-right: 10px;
    color: #a5d89799;
}

.footer-line {
    border-bottom: #222222 1px solid;
    margin-bottom: 20px;
    margin-top: 40px;
}

.footer-social a span:hover {
    color: #fff;
}

.footer-social a span.active {
    color: #fff;
}

.footer-link {
    color: #ffe451;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ffe451;
    padding-bottom: 2px;
}

.footer-link:hover {
    color: #f7da3d;
    border-bottom: 1px solid #f7da3d;
}

.time-schedule {
    margin-bottom: 15px;
}

.time-schedule-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
    font-weight: 400;
}


/*-------------- tiny footer ------------*/

.tiny-footer {
    background-color: #262926;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #868b86;
    text-align: center;
    
}




/*-----------------------------------
9. Pages 
-------------------------------------*/


/*-------------------------
 9.1 About us
---------------------------*/

.about-section {
    padding-top: 30px;
   
    
}
.about-section1 {
    /* padding: 30px; */
    /* margin-top: -100px; */
    font-size-adjust: 16px;
   font-size: 20px;
    font-family: 'Rubik';
    padding-top: 20px;
}
#dental {
    text-align: center;
}

.about-title {
    margin-bottom: 30px;
    color: #fff;
}

.about-img img {
    border-radius: 4px;
    position: relative;
}

.about-icon {
    position: absolute;
    bottom: 38%;
    left: 47%;
    text-align: center;
}

.about-list {}

.about-list ul {}

.about-list ul li {
    padding-left: 20px;
}

.about-list ul li:before {}


/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/

.service-block {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    z-index: 3;
}

.service-icon {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.service-icon i{
    background-color: #4d5986d1;
    color: #fafdf9;
    border-radius: 50%;
    padding: 20px;
    transition: all 1s ease;
    /* -webkit-transition: background-color 2s ease-out; */
  /* -moz-transition: background-color 2s ease-out; */
  /* -o-transition: background-color 2s ease-out; */
  /* transition: background-color 2s ease-out; */
}
.service-block:hover .service-icon i {
    background-color: #f0f0f0;
    color: #6f6faf;
    /* border: 2px solid #6f6faf; */
    
    /* transform-style: preserve-3d; */
    /* transform: translate3d(.001em,.001em,0); */
}

.service-smalltext {
    margin-top: 10px;
}

.service-img img {
    margin-bottom: 30px;
}

.service-content {
    padding-bottom: 10px;
}

.service-btn-link {
    margin-bottom: 8px;
}

.unordered i {
    margin-right: 10px;
    color: #ff8119;
    font-size: 16px;
}


/*-----------------------------------------
  service side-nav
 ------------------------------------------*/

.sidenav {
    margin-bottom: 30px;
}

.sidenav ul li {
    position: relative;
    font-weight: 600;
    margin-bottom: 3px;
}

.sidenav ul li a {
    padding: 13px 0px 14px 20px;
    display: block;
    color: #626060;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: #f8faf5;
    border-radius: 2px;
}

.sidenav ul li a:hover {
    color: #fff;
    background-color: #337ab7;
}

.sidenav ul li.active a {
    color: #fff;
    background-color: #337ab7;
}

.sidenav ul li.active a:before {
    color: #fff;
    background-color: #337ab7;
}

.service-sidenav-icon {
    font-size: 16px;
    color: #8e1e1a;
    padding-top: 5px;
    float: left;
    padding-right: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sidenav a:focus,
a:active {
    background-color: transparent;
    border: 0px;
}


/*--------------------------
 9.5  Testimonial
---------------------------*/

.testimonial-wrapper {}

.testimonial-block {}

.testimonial-icon {}

.testimonial-content {
    text-align: center;
    text-align: center;
}

.testimonial-pic img {
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #7d7a79;
    line-height: 42px;
    font-weight: 400;
}

.testimonial-user {
    padding-top: 14px;
    margin-bottom: 40px;
}

.testimonial-meta {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
    color: #337ab7;
    letter-spacing: 1.2px;
    font-weight: 500;
    margin-top: 0px;
    display: block;
}

.testimonial-wrapper span {
    line-height: 1.2;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.2px;
    font-weight: 700;
}

.testimonial-carousel .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 15px;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-nav .owl-prev {
   
}

.testimonial-carousel.owl-nav .owl-next {
    }

.testimonial-carousel .owl-nav .owl-prev,
.owl-nav .owl-next:hover {
    
}

.testimonial-carousel.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.testimonial-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 4px;
    background: transparent;
    border-radius: 5px;
    border: 2px solid #6b6d6a;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.testimonial-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #337ab7;
    border: 2px solid #337ab7;
}

.testimonial-carousel .owl-carousel .owl-item img {}


/*--------------------------
 9.6  team
 ----------------------------*/

.team-block {
    margin-bottom: 20px;
        text-align: center;
}

.team-section {}

.team-img {
    margin-bottom: 20px;
}

.team-content {
    text-align: center;
}

.team-title {
    margin-bottom:4px;
}

.team-meta {
    text-transform: uppercase;
    font-size: 13px;
    color: #337ab7;
    font-weight: 700;
    letter-spacing: .75px;
}


/*-------------------------
 9.8 Contact us
---------------------------*/

.contact-block {
    background-color: #ec1010;
    padding: 84px;
    color: #fff;
    text-align: center;
}

.contact-form {}

.contact-info {}

.contact-info-title {}

.contact-icon {}

.contact-info ul {}

.contact-info ul li {
    line-height: 28px;
    padding-bottom: 13px;
}

.contact-info ul li i {
    margin-right: 20px;
    color: #337ab7;
}

.contact-title {}

.get-in-touch {}

.contact-social {}

.contact-social a span {}

.contact-social a span:hover {}


/*------------------------
10. Blog pages
--------------------------*/


/*----- post-----*/

.post-holder {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

.post-img img {
    border-radius: 0px;
    margin-bottom: 30px;
}

.post-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sticky-box,
.video-box {
    height: 50px;
    width: 50px;
    background-color: #8e1e1a;
    position: absolute;
    z-index: 8;
    top: 20px;
    right: 0px;
    left: 20px;
    border-radius: 50px;
    padding-top: 2px;
    line-height: 1;
}

.post-sticky,
.post-video {
    position: absolute;
    top: 14px;
    right: 19px;
    z-index: 9;
    color: #fff;
    font-size: 20px;
}

hr,
.post-hr {
    border-bottom: 1px solid #e6e7e9;
    margin-bottom: 30px;
    margin-top: 30px;
}


/*----- meta -----*/

.meta {
    margin-bottom: 20px;
    text-align: left;
    padding-right: 3px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.meta-icon {}

.meta-date {
    color: #337ab7;
}

.meta-author,
.meta-comments,
.meta-categories {
    color: #b9b9b9;
}

.meta-date,
.meta-author {
    margin-right: 15px;
}

. .meta-tag {}


/*----- pagination -----*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.st-pagination {
    text-align: center;
    margin-top: 30px;
}

.st-pagination .pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #727471;
    background-color: #727471;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 5px;
}

.st-pagination .pagination>li>a:focus,
.st-pagination .pagination>li>a:hover,
.st-pagination .pagination>li>span:focus,
.st-pagination .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border: #337ab7 1px solid;
}

.st-pagination .pagination>li:first-child>a,
.st-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 2px;
}

.st-pagination .pagination>li:last-child>a,
.st-pagination .pagination>li:last-child>span {
    border-radius: 2px;
}

.st-pagination .pagination>.active>a,
.st-pagination .pagination>.active>a:focus,
.st-pagination .pagination>.active>a:hover,
.st-pagination .pagination>.active>span,
.st-pagination .pagination>.active>span:focus,
.st-pagination .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border: 1px solid #337ab7;
}

.related-post-block {
    border-top: 1px solid #e6e7e9;
    margin-bottom: 30px;
}

.related-post-title {
    margin-top: 30px;
}

.related-post {}

.related-img img {
    margin-bottom: 30px;
}

.related-post-content {}

.post-meta {
    margin-right: 20px;
    line-height: 0px;
}


/*----- prev-next-----*/

.post-navigation {
    border-top: 1px solid #e6e7e9;
    border-bottom: 1px solid #e6e7e9;
    padding: 20px 0px 20px 0px;
}

.nav-links {
    text-decoration: none;
}

.nav-previous {}

.prev-link,
.next-link {
    color: #6b6d6a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.prev-link i {
    margin-right: 5px;
}

.next-link i {
    margin-left: 5px;
}

.nav-next {}

.next-link {}

.previous-next-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    color: #333333;
    font-weight: 700;
}


/*----- Author-post -----*/

.author-block {
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e7e9;
}

.author-post {}

.author-img {}

.author-title {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}

.author-post-content {
    margin-bottom: 40px;
}

.author-text {
    margin-top: 15px;
}

.author-meta {
    padding-left: 0px;
    color: #fff;
}


/*----- Comments -----*/

.comment-area {
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebecee;
}

.comment-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}

.comment-list {
    margin-top: 40px;
}

.comment {}

.comment-body {}

.comment-header {
    margin-right: 10px;
}

.comment-author {}

.comment-author img {
    float: left;
}

.comment-info {
    padding-left: 100px;
}

.user-title {
    font-size: 18px;
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
}

.comment-meta-date {
    padding-bottom: 10px;
    color: #9a9fa4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.comment-content {
    margin-bottom: 10px;
    font-size: 16px;
}

.reply-link {}

.childern {
    padding: 30px;
    background-color: transparent;
    border-bottom: 1px solid #e6e7e9;
    border-top: 1px solid #e6e7e9;
}


/*----- leave-Comments -----*/

.leave-comments {
    margin-bottom: 30px;
}


/*------------------------
 12. Counter block 
--------------------------*/

.counter-block {}

.counter-section {}

.counter-content {}

.counter-title {}

.counter-text {}


/*------------------------
 12. Sidebar / Widgets
--------------------------*/


/*----- widget -----*/

.widget {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 2px;
    background-color: #f8faf5;
}

.widget-title {
    color: #302e2e;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.widget ul {}

.widget li {}

.widget li a {}

.widget li a:hover {
    color: #337ab7;
}

.widget-categories,
.widget-archives {}

.widget-categories ul li,
.widget-archives ul li {
    position: relative;
    font-weight: 500;
    margin-bottom: 8px;
}

.widget-categories ul li a,
.widget-archives ul li a {
    padding: 0px 0px 0px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #626060;
}

.widget-archives {}

.recent-post {}

.recent-img img {
    margin-bottom: 20px;
}

.recent-title {}

.widget-tags {}

.widget-tags a {
    color: #fff;
    padding: 4px 8px;
    background-color: #727471;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    margin-right: 5px;
    border: 0px;
}

.widget-tags a:hover {
    background-color: #337ab7;
    color: #fff;
    border: 0px;
}

.widget-search button {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0px;
    padding: 8px 15px;
    position: absolute;
    bottom: 0;
}

.widget-search .form-control {
    height: 49px;
}

.search-form {
    position: relative;
}


/*-------------styleguide-------------*/

.box-info {
    font-size: 16px;
    line-height: 1.6;
}

.circle-default-color {
    background-color: #337ab7;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #ddf8d6;
}

.circle-primary-color {
    background-color: #337ab7;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #f9cabd;
}

.circle-heading-color {
    background-color: #302e2e;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #797777;
}

.circle-secondary-color {
    background-color: #7d7a79;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #c7c5c4;
}

.box-bg-color {}

.unordered ul {
    list-style: none;
    padding-left: 16px;
}

.unordered ul li {
    line-height: 2;
}

.ordered ol {
    list-style: decimal;
    margin-left: 20px;
}

.ordered ol li {
    line-height: 2;
}

.altenate {}

.altenate ul {
    list-style: none;
}

.altenate ul li {
    border-bottom: 1px solid #e1e0dd;
    line-height: 2.5;
}

.box-table {
    padding: 16px 30px;
    margin: 0 -15px 15px;
    border-color: ;
    border: 1px solid #dbdad8;
}


/*-------------404 error-------------*/

.error {
    padding-left: 300px;
}

.error-icon {
    float: left;
    font-size: 150px;
    color: #337ab7;
}

.error h1 {
    font-size: 150px;
    font-weight: 700;
}


/*-------------map-------------*/

#map {}

#contact-map {
    width: 100%;
    height: 350px;
}


/*-------------FAQ-------------*/





/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width:1200px) {
    .slider-captions {
        position: absolute;
        bottom: 50px;
    }
    .slider .owl-dots {
        min-width: 28%;
        position: absolute;
        bottom: 20px;
        text-align: center !important;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width:992px) {}


/* Small Devices, Tablets */

@media only screen and (max-width:768px) {
    .slider-captions {
        position: absolute;
        bottom: 50px;
        text-align: center;
    }
    .slider-title {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .slider .owl-nav .owl-prev i {
        display: block;
    }
    .slider .owl-nav .owl-next i {
        display: block;
    }
    .slider .owl-nav .owl-prev {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }
    .slider .owl-nav .owl-next {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }
    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 4px;
        text-align: center !important;
    }
    .header {
        background-color: #333333;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-section {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .page-title {
        font-size: 30px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }
    .header {
        background-color: #333333;
    }
    .room-block {
        padding: 10px;
    }
    button.btn {
        font-size: 9px;
    }
    .testimonial-content {}
}
    
/* Extra Small Devices, Phones */

@media only screen and (max-width:480px) {
    .slider-captions {
        bottom: 40px;
        text-align: center;
    }
    .slider-title {
        font-size: 18px;
        color: #fff;
        text-align: left;
    }
    .slider .owl-nav .owl-prev {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }
    .slider .owl-nav .owl-prev i {
        display: block;
    }
    .slider .owl-nav .owl-next i {
        display: block;
    }
    .slider .owl-nav .owl-next {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }
    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 4px;
        text-align: center !important;
    }
    .header {
        background-color: #333333;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-title {
        font-size: 30px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }
    .header {
        background-color: #333333;

    }
    .room-block {
        padding: 15px;
    }
    button.btn {
        font-size: 9px;
    }
    .testimonial-content {
        text-align: center;
        background-color: transparent;
        text-align: center;
        padding: 0px;
        position: inherit;
        bottom: 0px;
    }
    .testimonial-content-1 {
        text-align: center;
        background-color: transparent;
        text-align: center;
        padding: 0px;
        position: inherit;
        bottom: 0px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width:320px) {
    .slider-captions {
        bottom: 40px;
        text-align: center;
    }
    .home{
        /* overflow:unset; */
        overflow-x:hidden !important;
    }
    
    .slider-title {
        font-size: 13px;
    }
    .slider .owl-nav .owl-prev i {
        display: block;
    }
    .slider .owl-nav .owl-next i {
        display: block;
    }
    .slider .owl-nav .owl-prev {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }
    .slider .owl-nav .owl-next {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }
    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 4px;
        text-align: center !important;
    }
    .header {
        background-color: #333333;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-title {
        font-size: 30px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }
    .room-block {
        padding: 15px;
    }
    button.btn {
        font-size: 9px;
    }
    .testimonial-content {
        text-align: center;
        background-color: transparent;
        text-align: center;
        padding: 0px;
        position: inherit;
        bottom: 0px;
    }
}

.about-section .page-title{
    font-size: 48px;
   
}

.page-title{
    font-size: 48px;
  
}

    





/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR DENTO             |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Arial:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');




@import url(imp.css);
@import url(bootstrap.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.css);
@import url(owl.theme.default.css);
@import url(animate.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('bootstrap-select.min.css');
@import url('imagehover.css');
@import url('icomoon.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('slick.css');
@import url(../fonts/flaticon/flaticon.css);

/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** single shop slide ***/
@import url(flexslider.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);
/*** flaticon fonts css ***/
@import url(../fonts/flaticon/flaticon.css);
/*** jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../plugins/revolution/css/settings.css);
@import url(../plugins/revolution/css/layers.css);
@import url(../plugins/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);






/*==============================================
   Base Css
===============================================*/
html,
body { 
    height: 100%;
}
body {
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Rubik';
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #303030;
    font-weight: 700;
    margin: 0;
    font-family: 'Rubik';
}
h1{
    font-size: 36px;
    line-height: 40px;

}
h3 {
    font-size: 20px; 
    line-height: 24px;
    display: block;
}
h4 {
    font-size: 16px; 
    line-height: 22px;
    display: block;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.sec-pd1{
    padding: 100px 0;
}
.sec-pd2{
    padding: 100px 0 60px;
}


.btn-one {
    position: relative;
    display: inline-block;
    background: #4c5886;
    color: #ffffff;
    font-size: 16px;
    line-height: 13px;
    font-weight: 500;
    padding: 15px 22px 12px;
    text-transform: uppercase;
    font-family: 'Rubik';
    transition: all 500ms ease;
    border-radius: 30px;
}
.btn-one:hover{
    color: #fff;
    background: #0563fc;
}
.btn-two{
    color: #303030;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik';
    transition: all 500ms ease;
}
.btn-two span:before {
    position: relative;
    top: 4px;
    font-weight: 400;
    font-size: 23px;
    line-height: 10px;
    display: inline-block;
    padding-right: 9px;
}
.btn-two:hover{
    color: #32b6a1;
}

.gray-bg{
    background: #f9f9f9;
}


.sec-title.max-width{
    max-width: 850px;
    margin: -6px auto 0;
}
.sec-title {
    position: relative;
    margin-top: -6px;
    padding-bottom: 42px;
}
.sec-title h3 {
    position: relative;
    display: block;
    color: #0563fc;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}
.sec-title h1 {
    position: relative;
    display: block;
    margin: 10px 0 0;
    color: #303030;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
}
.sec-title p{
    color: #8b8b8b;
    font-size: 15px;
    line-height: 24px;
    margin: 16px 0 0;
}





.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(9, 40, 35, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 
.parallax-bg-two {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-two::before {
    background: rgba(9, 40, 35, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 

.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #909090;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 46px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    border: 1px solid #f3f3f3;    
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #172272;
    color: #172272;
}

.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}



.accordion-box {
    display: block;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    overflow: hidden;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 75px;
    padding-right: 20px;
    padding-top: 33px;
    padding-bottom: 33px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: 'icomoon';
    position: absolute;
    top: 29px;
    left: 27px;
    color: #bdbdbd;
    content: "\e98b";
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    border-bottom: 1px solid #f2f2f2;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #0563fc;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #0563fc;
}
.accordion-box .accordion .accord-content {
    position: relative;
    padding-top: 34px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #f2f2f2;
    display: none;
}
.accordion-box .accordion .accord-content:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 3px;
    background: #32b6a1;
    content: "";
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}


.slick-dots {
	position: relative;
	display: inline-block;
	top: 0px;
    margin-top: 31px;
}
.slick-dots li {
    position: relative;
    display:  inline-block;
    margin: 0 15px;
}
.slick-dots li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -17px;
    width: 6px;
    height: 1px;
    background: #555555;
    content: "";
    margin: 16px 0;
}
.slick-dots li:last-child:before {
    display: none;
}
.slick-dots li button {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    color: #c2c2c2;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 0;
    font-family: 'Rubik';
}
.slick-dots li.slick-active button {
    background: #fec144;
	color: #222222;
}


.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;  
}

/*________________Preloader_______________ */
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#f4f6f4; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}


/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #32b6a1;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
}
.header-style2-area.stricky-fixed {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f5f5f5;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
}
.header-style2-area.stricky-fixed .header-style2-logo {
    transition: all 500ms ease;
    margin: 10px 0;
}
.header-style2-area.stricky-fixed .header-style2-button {
    transition: all 500ms ease;
    margin: 10px 0;
}
.header-style2-area.stricky-fixed .main-menu.style1.style2 .navigation li a {
    padding: 28px 0px 28px;
}
.header-style2-area.stricky-fixed .main-menu.style1.style2 .navigation li ul li a {
    padding: 16px 0px 15px;
}
.header-style2-area.stricky-fixed .main-menu.style1.style2 .navigation > li > ul > li:hover > a {
    padding-left: 30px;
}
.header-style2-area.stricky-fixed .main-menu.style1.style2 .navigation li a:before {
    bottom: 0;
}










/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
    background: #ffffff;
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.latest-blog-area.pd-btm60{
    padding-bottom: 60px;    
}
.single-blog-post {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* background: #f1f5f4d9; */
    transform: scaleX(0);
    transition: .5s ease;
}
.single-blog-post:hover .img-holder:after {
    transform: scaleY(1);
    transition: .5s ease;
}
.single-blog-post .img-holder img {
    transition: all 0.5s ease-in-out 0.6s;    
    width: 100%;
}
.single-blog-post:hover .img-holder img {
    transform: scale(1.2, 1.2);
}
.single-blog-post .img-holder .categorie-button {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
}
.single-blog-post .img-holder .categorie-button a {
    padding: 12px 20px 12px;
}
.single-blog-post:hover .img-holder .categorie-button a{
    background: #0563fc;
}

.single-blog-post .text-holder {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 28px 30px 22px;
}
.single-blog-post .text-holder .meta-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.single-blog-post .text-holder .meta-box .author-thumb{
    width: 25px;
}
.single-blog-post .text-holder .meta-box .author-thumb img{
    border-radius: 50%;
    transform: none;
}
.single-blog-post .text-holder .meta-box .author-thumb,
.single-blog-post .text-holder .meta-box .meta-info{
    display: table-cell;
    vertical-align: middle;
}
.single-blog-post .text-holder .meta-box .meta-info{
    position: relative;
    padding-left: 10px;
}
.single-blog-post .text-holder .meta-box .meta-info li {
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eeeeee;
}
.single-blog-post .text-holder .meta-box .meta-info li:last-child{
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.single-blog-post .text-holder .meta-box .meta-info li a{
    color: #848484;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik';
    transition: all 500ms ease;
}
.single-blog-post .text-holder .meta-box .meta-info li a:hover{
    color: #0563fc;
}

.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.single-blog-post .text-holder .blog-title a{
    color: #303030;
    transition: all 500ms ease;
}
.single-blog-post .text-holder .blog-title a:hover{
    color: #0563fc;
}
.single-blog-post .text-holder .text-box {
    display: block;
    margin-top: 12px;
}
.single-blog-post .text-holder .text-box p{
    margin: 0;    
}
.single-blog-post .text-holder .readmore-button{
    position: relative;
    display: block;
    margin-top: 20px;
}
.single-blog-post .text-holder .readmore-button a{}
.single-blog-post:hover .text-holder .readmore-button a{
    color: #0563fc;
}































.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 35px;
}
.add-comment-box .single-blog-title-box{
    position: relative;
    display: block;
    padding-bottom: 34px;
}
.add-comment-box .single-blog-title-box h2{
    font-size: 24px;
}
.add-comment-box #add-comment-form {}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    display: block;
    color: #848484;
    font-size: 15px;
    font-weight: 400;
    height: 55px;
    padding: 0 30px;
    width: 100%;  
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
    height: 150px;
    padding: 13px 30px;
    margin-bottom: 40px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #32b6a1;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #32b6a1;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #32b6a1;       
}
.add-comment-box #add-comment-form button {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 30px;
    padding: 0;
}
.add-comment-box #add-comment-form button:hover{}



/* treatments images starts */
:root{
    --color_0: #000;
    --color_1: #fff;
    --color_2: #B0C333;
    --color_3: #46A450;
}
.box{
    font-family: 'Rubik';
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:after{
    content: '';
    /* background: linear-gradient(to right,var(--color_2),var(--color_3)); */
    height: 20px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: -20px;
    right: 30px;
    left: 30px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover:after{ bottom: 0; }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{
    opacity: 0.7;
    filter: whitescale(0%) hue-rotate(180deg);
    transform: scale(1.2);
}
.box .box-content{
    /* background-color: var(--color_1); */
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 100%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ bottom: 66px; }
.box .title{
    color: var(--color_1);
    /* background: linear-gradient(to right,var(--color_2),var(--color_3)); */
    padding: 10px;
    margin: 0;
}
.box .post{
    color: var(--color_3);
    font-size:18px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 10px 5px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 25px;
    right: 40px;
}
.box .icon li{
    margin-right: 10px;
    display: inline-block;
    transform: translateY(100px);
    transition: all 0.3s ease 0.15s;
}
.box .icon li:last-child{
    margin-right: 0;
    transition: all 0.3s ease 0.3s;
}
.box:hover .icon li{ transform: translateY(0); }
.box .icon li a{
    color: var(--color_3);
    /* background-color: var(--color_1); */
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    height: 35px;
    width: 35px;
    border: 2px solid var(--color_3);
    border-radius: 50%;
    display: block; 
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    color: var(--color_1);
    background-color: var(--color_3);
    border-color: var(--color_1);
    /* box-shadow: 0 0 5px var(--color_0); */
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}

   #png{
       padding-bottom: 10px;
   }


/* treatments images ends */


/* technology  starts*/

#cat{
    text-align: center;

}

/* pavan changes css to bikari */
/* about us mission vission css  */

.main-timeline {
    font-family: 'Rubik';
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{ margin: 0 -15px; }
.main-timeline .timeline-content{
    color: #EA2027;
    text-align: center;
    display: block;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0 0 60px;
    border-bottom: 2px solid #555;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-year:before,
.main-timeline .timeline-year:after{
    content: '';
    background: radial-gradient(#fff,#EA2027,#EA2027);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
}
.main-timeline .timeline-year:after{
    background: #555;
    height: 55px;
    width: 3px;
    border-radius: 0;
    bottom: -55px;
    z-index: -1;
}
.main-timeline .inner-content{
    background-color: #fff7e2;
    padding: 20px 10px 10px;
    margin: 0 10px;
    box-shadow: 0 0 5px #444;
    border-radius: 0 0 40px 0;
    position: relative;
}
.main-timeline .inner-content:before,
.main-timeline .inner-content:after{
    content: '';
    background: rgba(0,0,0,0.2);
    height: 40px;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -25px;
}
.main-timeline .inner-content:after{
    background-color: #555;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: -20px;
}
.main-timeline .timeline-icon{
    font-size: 50px;
    transition: all 0.3s;
}
.main-timeline  .timeline:hover .timeline-icon{ transform: rotateY(360deg); }
.main-timeline .title{
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.main-timeline .description{
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
}
.main-timeline .timeline.blue .timeline-content{ color: #1B1464; }
.main-timeline .timeline.blue .timeline-year:before{
    background: radial-gradient(#fff,#1B1464,#1B1464);
}
.main-timeline .timeline.orange .timeline-content{ color: #EE5A24; }
.main-timeline .timeline.orange .timeline-year:before{
    background: radial-gradient(#fff,#EE5A24,#EE5A24);
}
.main-timeline .timeline.green .timeline-content{ color: #009432; }
.main-timeline .timeline.green .timeline-year:before{
    background: radial-gradient(#fff,#009432,#009432);
}
@media screen and (max-width:767px){
    .main-timeline .timeline{ margin: 0 0 15px; }
}
License Terms
/* about us mission vission css ends */

/* make a appointment starts */
body {
    font-family: 'Rubik'
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 35%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color:black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0%;
    padding: 12px 16px;
    transform: translate(0%, -50%);
  }
  
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #337ab7;
  color: white;
  text-align: center;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #337ab7;
  color: white;
  text-align: center;
}

.img-circle1{
    height: 298px;
}

/* make a appointmnets ends */
#navigation ul .active{
    color: #ffffff !important;
}
.text-justify{
    text-align: justify;
}
.pt-25{
    padding-top:25px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-30{
    padding-bottom: 30px;
    padding-top:20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-20{
    padding-top: 20px;
}
.pd-10{
    padding-left:-10px
}


/* copyright starts */
.copyright p {
	color: #1877d6;
	margin-left: -1px;
}

.bottom.style2 .copyright p {
	color: #969ea4;
}

.copyright p a {
	color: #00ccff;
}

.bottom.style2 .copyright p a {
	color: #969ea4;
}

.copyright p a:hover {
	color:blue;
}

.bottom.style2 .copyright p a:hover{
	color: blue;
}
.mb-m-heading{
    margin: 2%;
}

/* copyright end */



@media only screen and (max-width: 440px){
    .mb_known_btn{
        text-align: center;
        margin-bottom: 10px;
    }
    .mb_ml_gallery{
        margin-left: 6%;
    }
    /* .mb_pl_card{
        margin-left: 8px;
    }
    .mb_ml_testmonials{
        margin-left: 18px;
    }
    
    .mb_ml_achive{
        margin-left: 16px;
    } */
    .home{
        width: 100%;
        position: absolute;
    }
    .mb-m-heading{
        margin: 2%;
    }
    .mb_heading h1{
        font-size: 28px;
    }
    .mb_heading tr{
        font-size: 36px;
    }
    .mb_footer_center{
        text-align: center;
    }
    .moving_mb{
        margin-top: -15%;
        margin-left: 63%;
    }
    .footer_1{
        margin-left: 30px;
    }
    .fomm .footer_1 {
        margin-left: 11px;
    }
    .footer_2{
        margin-left: 13%;
    }
    .about-section  .mb_fs{
        font-size:36px;
    }
    .about-section1 .mb_fs {
        font-size:36px;
    }
    .about-section1 .mb_fso {
        font-size:36px;
    }
}
.home{
    height: 200px;
    overflow: visible auto;
}
    .wrapper {
        display: flex;
        overflow-x: h;
    }
    .post-content a {
        overflow: hidden;
        text-overflow: ellipsis;
    }










/* -------------j query------------ */
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.nav-tabs {
    border-bottom: 1px solid #e4e4e4;
}
.nav-tabs > li{
    margin-right: 1px;
}
.nav-tabs > li > a{
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    border-right: 0px none;
    margin-right: 0px;
    padding: 8px 17px;
    color:#222222;
    transition: all 0.3s ease-in 0s;
}
.nav-tabs > li:last-child{
    border-right:1px solid #ededed;
}
.nav-tabs > li > a{
    padding: 15px 30px;
    border:1px solid #ededed;
    border-right: 0px none;
    border-top: 2px solid #ededed;
    background: #ededed;
    color: #8f8f8f;
    font-weight: bold;
}
.nav-tabs > li > a:hover{
    border-bottom-color: #ededed;
    border-right: 0px none;
    background: #f1f1f1;
    color: #444;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    border-top: 2px solid #3498db;
    border-right: 0px none;
    color: #444;
}
.tab-content > .tab-pane{
    border: 1px solid #e4e4e4;
    border-top: 0px none;
    padding: 20px;
    line-height: 22px;
}
.tab-content > .tab-pane > h3{
    margin-top: 0;
}
.tab-content > .tab-pane {
     border: 0px solid #e4e4e4;
}

.nav-tabs > li {
    margin-right: 0px;
    width: 50%;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    text-align: center !important;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 1px !important;
    margin-bottom: 10px;
}
.modal-header {
    padding: 6px !important;
    border-bottom: 1px solid #e5e5e5;
}
.h2, h2 {
    font-size: 25px !important;
}

.color-theme1 {
    color: #fc654c;
    background: #fc654c;
}
.testimonial-box {
    border: 1px solid #dadada;
    padding: 0px 5px 5px 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    max-height: 100%;
    margin-top: 20px;
    margin-bottom: 12px;
   
}
.testimonial-box .color {
    height: 186px;
    margin: -100px -15px 0px -15px;
    clip-path: circle(27% at 50% 2%);
}
.image{
    text-align: center;
    position: relative;
}
.testimonial-box .image img {
    width: 60px;
    height: 60px;
    border-radius: 20%;
    object-fit: cover;
}
img {
    max-width: 100%;
}

.image {
    text-align: center;
    margin-top: -17%;
    position: inherit;
}
blockquote p {
    font-family: 'Rubik';
    color: #302e2e;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 34px;
    font-style: italic;
    padding-left: 15px;
}
figure {
    margin: 8px 2px 10px 0 !important;
}
.testimonial-box .color {
    height: 99px;
    margin: -16% -32% -10% -32% !important;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee !important;
}

.test_video iframe{
    border: 1px solid #ffffff;
    border-radius: 15%;
}
.jnr__Welcome__thumb{
    width: 100%;
}
@media only screen and (max-width:320px) {
.testimonial-box .color {
    height: 100px !important;
    margin: -100px -15px 0px -15px;
    clip-path: circle(47% at 49% -25%);
}
.figure {
    margin: -67px 5px 8px 3px !important;
}
.testimonial-box .color {
    height: 126px;
    margin: -43% -36% -25% -36% !important;
}
blockquote {
    padding: 8px 0px;
    margin: 0 0 0px !important;
    font-size: 17.5px;
    border-left: 0px solid #eee !important;
}
.tab-content > .tab-pane {
    /* border: 1px solid #e4e4e4; */
    border-top: 0px none;
    padding: 0px !important;
    line-height: 22px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 1px !important;
    margin-bottom: 0px;
}
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .container {
    padding: 2px 16px;
  }
  .col-lg-6 {
    width: 50%;
}
.color-theme1 {
    color: #eafcfb;
    background: #eafcfb;
}
.color-theme2 {
    color: violet;
    background: violet;
}
.color-theme3 {
    color: forestgreen;
    background: forestgreen;
}
.color-theme4{
    color: goldenrod;
    background: goldenrod;
}
.text-black {
    color: #000000;
}
.w-100{
    width: 100%;
}
.navigation .btn-default{
    padding: 15px !important;
    font-size: 13px !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-color: #337ab7 !important;
    background-color: #337ab7;
}
.modal-header .close{
    top: 19px;
    right: 16px;
}
@media only screen and (max-width:375px) {
    .home{
    overflow-x:hidden;
}
.owl-carousel .owl-nav .owl-next{
    display: none;
}
.owl-carousel .owl-nav .owl-prev{
    display: none;   
}
}
@media only screen and (max-width:425px) {
    .home{
    overflow-x:hidden;
}
.owl-carousel .owl-nav .owl-next{
    display: none;
}
.owl-carousel .owl-nav .owl-prev{
    display: none;   
}

}
@media only screen and (max-width:768px) {
    .home{
    overflow-x:hidden;
}
.testimonial-box {
    border: 1px solid #dadada;
    padding: 0px 5px 5px 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    max-height: 100%;
    margin-top: 50px;
    margin-bottom: 32px;
    padding-top: 60px;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .home{
        overflow-x:hidden;
    }
    .owl-carousel .owl-nav .owl-next{
        display: none;
    }
    .owl-carousel .owl-nav .owl-prev{
        display: none;   
    }
    .service-icon {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 38px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
     .about-section1 {
        /* padding: 30px; */
        /* margin-top: -100px; */
        font-size-adjust: 16px;
        font-size: 14px;
        font-family: 'Rubik';
        padding-top: 20px;

    }
    ..testimonial-box .color{
    height: 99px;
    margin: -36% -33% -11% -36% !important;
}
    .page-title {
        font-size: 28px;
    }
    .service-block {
        margin-bottom: 30px;
        background-color: #f8faf5;
        border-radius: 5px;
        padding: 31px;
        text-align: center;
    }
    .footer-title {
        margin-bottom: 25px;
        color: #fff;
    }
    .fomm .footer-title {
        margin-bottom: 20px;
        margin-left: 0px;
        color: #fff;
    }
    }
    

.mt-3{
    margin-top: 3%;
}
@media only screen and (max-width: 420px){
.testimonial-box {
    border: 1px solid #dadada;
    padding: 0px 5px 5px 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    max-height: 100%;
    margin-top: 50px;
    margin-bottom: 32px;
    padding-top: 30px;
}
}
@media only screen and (max-width: 400px){
    .testimonial-box {
        border: 1px solid #dadada;
        padding: 0px 5px 5px 5px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        background: #fff;
        max-height: 100%;
        margin-top: 20px !important;
        margin-bottom: 32px !important;
        padding-top: 50px !important;
    }
    .testimonial-box .color {
        height: 99px;
        margin: 0% 2% 0% 2% !important;
    }
   
    .single-blog-post .text-holder {
        position: relative;
        display: block;
        border: 1px solid #eeeeee;
        padding: 20px 7px 22px;
    }
    .testimonial-box .color {
        height: 99px;
        margin: -48% -32% -10% -32% !important;
    }
    p:last-child {
        margin: 0px;
        padding: 0 20px;
    }
    #navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
        width: 100%;
        border-bottom: 0;
        padding: 10px 15px;
        color: #dbf9d3;
    }
    .about-section1 {
        /* padding: 30px; */
        /* margin-top: -100px; */
        font-size-adjust: 16px;
        font-size: 14px;
        font-family: 'Rubik';
        padding-top: 20px;
    }
    .page-title {
        font-size: 28px;
    }
    }
    @media only screen and (max-width: 425px){
    .testimonial-box .color {
        height: 99px;
        
        /* margin: -30% -32% -10% -32% !important; */
    }
    .testimonial-box .color {
        height: 99px;
        margin: -35% -34% -17% -38% !important;
    }
    .about-section1 {
        /* padding: 30px; */
        /* margin-top: -100px; */
        font-size-adjust: 16px;
        font-size: 14px;
        font-family: 'Rubik';
        padding-top: 20px;
    }
    .page-title {
        font-size: 28px;
    }
    
}


@media only screen and (min-width:1024px){
.slider .owl-dots {
    min-width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center !important;
    text-align: center;
}
}
.footer_2 ul li{
    display: flex;
}
.h3, h3 {
    font-size: 23px !important;
}
.footer-title .mb_footer_center{
    font-family: 'Rubik';
}
.about-section1 .font{
    font-family: 'Rubik';
}
.fontello{
    font-family: 'Rubik';
    font-size: 14px;
} 

@media only screen and (max-width: 1024px){
.service-block {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 35px;
    text-align: center;
    max-height: 500px;

}
}
@media only screen and (max-width: 340px){
.testimonial-box .color {
    height: 99px;
    margin: -49% -21% -9% -21% !important;
}
}
blockquote {
    padding: 10px 0px !important;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
@media only screen and (max-width: 400px){
p:last-child {
    margin: 0px;
    padding: 0 10px;
}
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 6px;
}
.ml-auto{
    margin-left: auto;
}
.justify-content-center{
    justify-content: center;
}
@media only screen and (max-width: 425px){
.slider .owl-carousel .owl-item img {
    width: 100%;
    height: 190px;
}
.order1{
    order: 1;
}
.order2{
    order: 2;
}
}
.order1{
    order: 2;
}
.order2{
    order: 1;
}
.owl-carousel .owl-nav .owl-next{
    display: none;
}
.owl-carousel .owl-nav .owl-prev{
    display: none;   
}
/* best j query */

.serviceBox{
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 0px 25px 40px;
    margin: 20px 0 0;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}
.serviceBox:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.2); }
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: linear-gradient(to top,#008d86,#01a2a6);
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 110px;
    bottom: 35px;
    left: 0;
}
.serviceBox:after{
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}
.serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(-45deg,#008d86 49%,#01a2a6 50%);
    font-size: 45px;
    line-height: 92px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translateY(-20px);
    transition: all 0.3s ease;
}
.serviceBox:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
.serviceBox .title{
    color: #008d86;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.serviceBox.pink:before,
.serviceBox.pink:after{ background: linear-gradient(to top,#f53985 49%,#fd47a4); }
.serviceBox.pink .service-icon{ background:linear-gradient(-45deg,#f53985 49%,#fd47a4 50%); }
.serviceBox.pink .title{ color: #f53985; }
.serviceBox.purple:before,
.serviceBox.purple:after{ background: linear-gradient(to top,#009d9f  49%,#009d9f ); }
.serviceBox.purple .service-icon{ background: linear-gradient(
    -45deg
    ,#008d86 49%,#01a2a6 50%); }
.serviceBox.purple .title{ color: #019998; }
.serviceBox.blue:before,
.serviceBox.blue:after{ background: linear-gradient(to top,#038bec 49%,#01aeee); }
.serviceBox.blue .service-icon{ background:linear-gradient(-45deg,#038bec 49%,#01aeee 50%); }
.serviceBox.blue .title{ color: #038bec; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 20px 0 50px; }
}


.our-team{
    padding: 30px 0 40px;
    background: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #55618c;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{ height: 100%; }
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4c5886;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #4C5888;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #eb1768;
    background: #f7f5ec;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

.brdr{
    border-radius: 5% 25%;
}

  
  .card1:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color: #fsfsfs;
    text-emphasis-color: #fff;
    
  }
  
  .container {
    padding: 2px 16px;
  }

  p:last-child {
    margin: 0px;
    font-family: sans-serif;
    font-size: initial;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: initial;
    font-family: sans-serif;
}

.cta-section {
    background-image: url(/images1/dental1.png);
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url(/images1/dental1.png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.5);
    background-attachment: fixed;
}





*, ::after, ::before {
    box-sizing: border-box;
} */
.service-block h3{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 19px !important;
}
.callnow{
    padding: 20px 0px;
    background-image: url(../images/callnow-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #337ab7
}
.callNow {
    padding-top: 15px;
}
.callNow h3 {
    font-size: 30px !important;
    color: #337ab7;
    font-weight: 600;
}
.callNow a {
    color: #337ab7;
    font-size: 28px !important;
    font-weight: 600;
}
.mb-2{
    margin-bottom: 2%;
}
#navigation>ul>li>a:hover {
    background-color: #337ab7;
}