/* CSS Document */
body {
    color: #000;
    font-family: 'open_sansregular';
    font-size: 15px;
}
a{
    outline: none;
    color: #000;
}
a:focus, a:hover {
    color: #b26d43;
    text-decoration: none;
}
p {
    text-align: justify;
}

/*<---- @font-face ----->*/
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-font/Raleway-Regular.eot');
    src: url('../fonts/raleway-font/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-font/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/raleway-font/Raleway-Regular.woff') format('woff'),
        url('../fonts/raleway-font/Raleway-Regular.ttf') format('truetype'),
        url('../fonts/raleway-font/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-font/Raleway-Light.eot');
    src: url('../fonts/raleway-font/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-font/Raleway-Light.woff') format('woff'),
        url('../fonts/raleway-font/Raleway-Light.ttf') format('truetype'),
        url('../fonts/raleway-font/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans/opensans-regular-webfont.eot');
    src: url('../fonts/open-sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/open-sans/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/open-sans/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/open-sans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Acens';
    src: url('../fonts/acens-font/Acens.eot');
    src: url('../fonts/acens-font/Acens.eot?#iefix') format('embedded-opentype'),
        url('../fonts/acens-font/Acens.woff') format('woff'),
        url('../fonts/acens-font/Acens.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Shonar Bangla';
    src: url('../fonts/shonar-bangla/ShonarBangla.eot');
    src: url('../fonts/shonar-bangla/ShonarBangla.eot?#iefix') format('embedded-opentype'),
        url('../fonts/shonar-bangla/ShonarBangla.woff2') format('woff2'),
        url('../fonts/shonar-bangla/ShonarBangla.woff') format('woff'),
        url('../fonts/shonar-bangla/ShonarBangla.ttf') format('truetype'),
        url('../fonts/shonar-bangla/ShonarBangla.svg#ShonarBangla') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-open-sans {
    font-family: 'open_sansregular';
}
.font-acens {
    font-family: 'Acens';
    letter-spacing: 2px;
}
.shonar-font {
    font-family: 'Shonar Bangla';
}
.menu-fix {
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 2px 4px #dfdfdf;
    background: #fff;
}
.fixed-menu {
    border-top: 1px solid #e6e6e6;
    display: block;
}
header {
    margin: 0;
    position: relative;
    z-index: 9;
}
.menu-fix-footer {
    left: 0;
    position: fixed;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 0px #dfdfdf;
    background: #fff;
}
.fixed-menu-footer {
    border-top: 1px solid #e6e6e6;
    display: block;
}
.logo {
    margin: 5px 0;
}
.navbar-header {
    display: none;
}
.navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
    margin-top: 10px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    color: #b26d43;
}
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #b26d43;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
}
.navbar-nav > li > a {
    transition: all 0.4s ease-in-out 0s;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    padding: 6px 10px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #b26d43;
    color: #fff;
}
.dropdown-menu {
    padding: 0px 0;
    border: none;
    background: #b26d43;
}
.dropdown-menu > li > a {
    color: #fff;
    padding: 6px 10px;
    border-top: solid 1px #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #b26d43;
    background-image: linear-gradient(to bottom, #b26d43 0px, #b26d43 100%);
    background-repeat: repeat-x;
    color: #fff;
}
.sub-drop-caret span {
    position: absolute;
    right: 0;
    top: 8px;
}
.dropdown-menu .dropdown-menu {
    top: 0px;
}
.nav.navbar-nav span {
    color: #FFAB76;
    line-height: 50px;
}
.invest-drop {
    min-width: 700px;
}
.drop-mega {
    margin: 0px;
    padding: 0px;
}
.drop-mega li:before { content:"\f105"; font-family: FontAwesome; float: left; padding: 0 5px 0;}
.drop-mega li {
    list-style: none;
    padding: 0px 0 5px;
}
.drop-mega li a {
    color: #FFF;
    display: block;
}
.drop-mega li a:hover {
    color: #000;
}
.slider {
    /*background: rgba(0, 0, 0, 0);*/
    background-attachment: fixed;
    color: #fff;
    float: left;
    padding: 0px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
    margin-bottom: -90px;
}
/*.slider::before {
    background-color: #526772;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/
.welcome-font {
    font-size: 52px;
    font-weight: bold;
    text-shadow: 0px 3px 0px #b26d43;
    margin: 30px 0;
}
.appointment {
    /*background: rgba(73, 187, 214, .5);*/
    width: auto;
    padding: 14px 0px 3px;
    position: relative;
    z-index: 999;
    float: right;
    margin-top: -200px;
}
.appointment li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.request {
    background: #b26d43;
    text-transform: uppercase;
    top: -11px;
    border-radius: 8px;
    position: relative;
}
.request a {
    color: #FFF;
    padding: 12px 10px 12px 2px;
    border-radius: 5px;
    display: block;
    transition: all 0.2s ease-in-out 0s;
}
.request a:hover {
    background: #b26d43;
}
.phone {
    background: #FFF;
    border-radius: 5px;
    border: solid 1px #b26d43;
}
.phone a {
    display: block;
    padding: 0px 15px;
}
.phone a:hover {
    color: #000;
}
.call-us {
    color: #666;
    font-size: 14px;
}

.slider-bottom {
    background: #eee;
    padding: 20px 0;
    margin: -6px 0 0;
}
.slider-bottom-icon {
    background: #b26d43;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin: 10px 15px 0 0;
    line-height: 48px;
    transition: all 0.2s ease-in-out 0s;
}
.slider-bottom-icon:hover {
    background: #b26d43;
}
#welcome-portion {
    padding: 60px 0;
}
.blue-line {
    background: #b26d43;
    height: 3px;
    width: 50px;
    margin: 0 auto;
}
.read-more {
    width: 180px;
    text-align: center;
    margin: 10px 0 0;
}
.read-more a { 
    color: #000;
    display: block;
    background: #b26d43;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 15px 0;
    transition: all 0.4s ease-in-out 0s;
}
.read-more a:hover {
    background: #b26d43;
    color: #FFF;
}
#services-portion {
    background: #fbfbfb;
    padding: 60px 0;
}
.services-icon {
    width: 130px;
    height: 130px;
    border: dashed 2px #000000;
    border-radius: 50%;
    display: flex;
    vertical-align: middle;
    margin: 0 auto;
}
.services-icon:hover {
    border: dashed 2px #b26d43;
}
.services-icon img {
    margin: auto;
}
#testimonial-bg {
    background: url(../images/testimonial-bg.jpg) repeat top left;
    background-attachment: fixed;
    padding: 60px 0;
}
.tesimonial-box {
    background: rgba(163,163,163,.6);
    padding: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #e7e7e7;
    text-align: center;
    border-radius: 10px;
    margin: 20px 0 0;
    font-family: 'Raleway';
    min-height: 200px;
}
.testimonial-img {
    margin: -40px auto 0;
    width: 80px;
}
#social-icon {
    padding: 60px 0px;
}
.social-circle {
    width: 70px;
    height: 70px;
    text-align: center;
    background: #b26d43;
    border-radius: 50%;
    margin: auto;
    color: #FFF;
    font-size: 30px;
    line-height: 68px;
    transition: all 0.2s ease-in-out 0s;
}
.social-circle a {
    color: #fff;
    display: block;
}
.social-circle:hover {
    background: #6BE1F7;
}
.contact-bg {
    /*background: rgba(0, 0, 0, 0) url(../images/contact-bg.jpg) no-repeat scroll left top / cover;*/
    background-color: #b26d43;
    color: #fff;
    float: left;
    padding: 50px 0 40px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
/*.contact-bg::before {
    background-color: #343434;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb li.active {
    color: #fff;
}
.contact-portion {
    padding: 60px 0;
}
.form-control {
    height: 40px;
    background-color: #f7f7f7;
    border: 1px solid #E7E7E7;
}
.contact-space {
    margin-top: 125px;
}
.gallery-slider {
    background: #b26d43;
    padding: 10px;
    border-radius: 6px;
}
.gallery-heading {
    margin: 80px 0 0;
}
.gallery-bg {
    background: rgba(0, 0, 0, 0) url(../images/gallery-img.jpg) no-repeat scroll left top / cover;
    color: #000;
    float: left;
    padding: 60px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    background-attachment: fixed;
}
.gallery-bg::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.before-bg {
    background: url(../images/before-bg.jpg) repeat;
}
.close {
    color: #b26d43;
    opacity: 1;
    border: solid 1px #b26d43 !important;
    border-radius: 50%;
    width: 22px;
    height: 20px;
    font-size: 15px;
    padding: 0 0 18px !important;
}
.common-braces {
    margin: 0 20px 12px 0;
}
.common-braces-txt {
    line-height: 26px;
    color: #272727;
    font-size: 16px;
}
a.list-group-item {
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #b26d43;
    color: #fff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-image: -webkit-linear-gradient(top,#b26d43 0,#b26d43 100%);
    background-image: -o-linear-gradient(top,#b26d43 0,#b26d43 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b26d43),to(#b26d43));
    background-image: linear-gradient(to bottom,#b26d43 0,#b26d43 100%);
}
.fixed-ortho {
    border: solid 1px #CCCCCC;
    border-radius: 8px;
    padding: 8px 20px 30px;
    background: #f8f8f8;
    margin: 30px 0 0;
}
.self-ligating {
    padding-left: 0px;
    padding-right: 0px;
}
.self-ligating img {
    margin-top: 60px;
}
.clinic-img {
    margin: 8px 0px 0px 20px;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding: 20px;
    bottom: 0;
    background: rgba(11, 87, 123, .5);
}
.awards-bg {
    background: #f7f7f7;
    border-radius: 10px;
    margin: 25px 0;
    padding-bottom: 25px;
    padding-top: 25px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-indicators {
    left: 0%;
    width: 100%;
    padding: 0 30px;
    margin: 0px;
}
.clinic-bg {
    /*background: rgba(0, 0, 0, 0) url(../images/gallery-img.jpg) no-repeat scroll left top / cover;*/
    float: left;
    /*padding: 5px 15px;*/
    position: relative;
    width: 100%;
    z-index: 1;
    border-radius: 5px;
    background-attachment: fixed;
    margin-bottom: 25px;
}
.clinic-bg::before {
    border-radius: 5px;
    /*background-color: #f7f7f7;*/
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.about-pics {
    margin: 6px 0 0 20px;
}
.teeth-list {
    padding: 0 20px;
}
.teeth-list li {
    color: #565656;
}
.grey-bg {
    background-color: #8F8F8F;
    color: #000;
    padding: 30px 0;
}
.rct-heading {
    margin-top: 35px;
}
.m-auto {
    margin: auto;
}
.root-canal {
    border-radius: 30px;
    min-width: 100%;
}
.root-step {
    border: solid 1px #dfdfdf;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 20px 0 0;
}
.why {
    background-color: #FF5E00;
    font-size: 36px;
    text-align: center;
    padding: 50px 0;
    color: #FFF;
}
.filling-bg {
    background: #b26d43;
    color: #fff;
}
.food-list {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.food-list li {
    list-style: none;
    display: inline-block;
    width: 17.555%;
    margin: 10px 10px;
    font-weight: bold;
}
.text-underline {
    text-decoration: underline;
}
.gallery-txt {
    font-size: 18px;
    line-height: normal;
    text-align: justify;
}

/*----footer-css-----*/
footer {
    background: #b26d43 none repeat scroll 0 0;
    color: #dbdbdb;
    padding: 20px 0;
}
footer h3 {
    color: #fff;
    font-size: 19px;
}
.footer-heading-brd {
    background: #b26d43;
    height: 3px;
    width: 40px;
    margin: 5px 0 10px 0;
}
footer p {
    font-size: 14px;
}
.footer-list {
    margin: 0px 0 0;
    padding: 0px;
}
.footer-list li:before {
    content:"\f0da";
}
.footer-list li {
    border-bottom: 1px solid #9c5327;
    color: #fff;
    font-family: FontAwesome;
    list-style: outside none none;
    padding: 5px 0;
}
.footer-list li a {
    color: #dbdbdb;
    font-family: 'open_sansregular';
    font-size: 14px;
    padding: 0 0 0 5px;
}
.footer-list li a:hover {
    color: #fff;
}
.footer-list ul {
    margin: 0px;
    padding: 0px;
}
.footer-list ul li:before {
    content: normal;
}
.footer-list ul li a {
    color: #dbdbdb;
    padding: 0 0 0 15px;
}
.footer-blue-line {
    background: #9c5327;
    height: 1px;
    width: 100%;
    margin: 30px 0 25px;
}
#copyright {
    background: #9c5327 none repeat scroll 0 0;
    color: #dbdbdb;
    padding: 15px 0;
}
.back-to-top {
    background-color: #9c5327;
    border-radius: 5px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: background 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
    width: 40px;
    z-index: 100;
}
.services-title h3 {
    text-align: center;
    font-size: 26px;
    font-family: 'Shonar Bangla';
}
.justify-content-center {
    justify-content: center!important;
    flex-wrap: wrap;
    display: flex;
}
.top-appointment {
    padding: 12px 10px 12px 2px;
    border-radius: 5px;
}
.top-appointment span {
    padding: 10px;
    background-color: #9c5327;
    margin-right: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.call-now {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    border: solid 1px;
}
.whats-app {
    border: solid 1px #b26d43;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 0 0 12px;
}
.whats-app i {
    font-size: 28px;
}

.w-100 { width: 100%;}
.blue-bg { background-color: #b26d43 !important;}
.white-bg { background-color: #FFF;}
.green-bg { background-color: #30AD23;}
.blue-bg { background-color: #007FFF;}
.purpal-bg { background-color: #AE1AF7;}
.yellow-bg { background-color: #F6C600;}
/*<---- text-color ----->*/
.white-color { color: #FFFFFF !important;}
.light-white-color { color: #dbdbdb;}
.light-white-color:hover { color: #dbdbdb;}
.grey-color { color: #585858;}
.black-color { color: #000000;}
.blue-color { color: #b26d43 !important;}
.light-blue-color { color: #fff;}

/*<---- padding-top ----->*/
.p-top-0 { padding-top: 0px;}
.p-top-5 { padding-top: 5px;}
.p-top-10 { padding-top: 10px;}
.p-top-20 { padding-top: 20px;}
.p-top-30 { padding-top: 30px;}
.p-top-40 { padding-top: 40px;}
.p-top-50 { padding-top: 50px;}

/*<---- padding-bottom ----->*/
.p-bottom-0 { padding-bottom: 0px;}
.p-bottom-5 { padding-bottom: 5px;}
.p-bottom-10 { padding-bottom: 10px;}
.p-bottom-20 { padding-bottom: 20px;}
.p-bottom-30 { padding-bottom: 30px;}
.p-bottom-40 { padding-bottom: 40px;}
.p-bottom-50 { padding-bottom: 50px;}

/*<---- margin-top ----->*/
.m-top-0 { margin-top: 0px;}
.m-top-5 { margin-top: 5px;}
.m-top-10 { margin-top: 10px;}
.m-top-15 { margin-top: 15px;}
.m-top-20 { margin-top: 20px;}
.m-top-30 { margin-top: 30px;}
.m-top-40 { margin-top: 40px;}
.m-top-50 { margin-top: 50px;}

/*<---- margin-bottom ----->*/
.m-bottom-0{ margin-bottom: 0px;}
.m-bottom-5{ margin-bottom: 5px;}
.m-bottom-10{ margin-bottom: 10px;}
.m-bottom-20{ margin-bottom: 20px;}
.m-bottom-30{ margin-bottom: 30px;}
.m-bottom-40{ margin-bottom: 40px;}
.m-bottom-50{ margin-bottom: 50px;}

/*<---- margin-right ----->*/
.m-right-5{ margin-right: 5px;}
.m-right-10{ margin-right: 10px;}

/*<---- margin-left ----->*/
.m-left-20{ margin-left: 20px;}
