/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');
@import url("https://use.typekit.net/pvb7wbc.css"); */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #707070;
}
body.user-logged-in .header_wrapper {
    background: #1195a1;
    margin-top: 79px;
}
header.header_wrapper {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 100px;
    background: #1195a1;
    padding: 10px 0px;
    top: auto;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: all .5s cubic-bezier(.25, .74, .22, .99);
}

.page-container {
    padding-top: 100px;
}

header.header_wrapper .container.header_area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* padding-left: 80px;
    padding-right: 80px; */
}
header.header_wrapper .container.header_area .logo_area {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 7px;
    left: 80px;
}

.header_right {
    text-align: right;
    padding: 0px;
    position: absolute;
    top: calc(50% - 15px);
    right: 80px;
}
.logo_area.col-sm-2,
.header_right.col-sm-3,
.menu_area.col-sm-7 {
 width: auto;
}
.maindiv {
    margin-top: 50px;
}
/* aside.sidebar_first{
    width: 25%;
    float: left;
}
section.content_area {
    width: 65%;
    float: right;
    overflow: hidden;
    margin-bottom: 30px;
} */

/* Default layout when both sidebar and content area are present */
.sidebar_first {
    width: 25%;
    float: left;
  }

/* Adjust the content area to take 100% width when the body has the no-sidebar class */
body.no-sidebar section.content_area {
    width: 100%;
    float: none; /* Remove float for full-width display */
    margin-bottom: 30px; /* Retain spacing */
}
  
.header_right nav,
.header_right section {
    display: inline-block;
    vertical-align: middle;
}

.our_dentist_content_area,
.our_dental_assitant_area,
.our_dental_technicians_area {
    padding-top: 90px;
    width: 1255px;
    margin: auto;
}

.our_dental_technicians_area {
    padding-bottom: 90px;
}
#block-headersearch {
    width: 30px;
}

footer.footer-wrapper {
    width: 100%;
    padding: 60px 0;
    position: relative;
    background-color: #FCFAF8;
}

footer.footer-wrapper {
    width: 100%;
    padding: 60px 0 30px;
    position: relative;
    background-color: #FCFAF8;
}
.footer-area.container {
    width: 76%;
}
.footer_top_area {
    border-bottom:  1px solid rgba(112, 112, 112, .5);
    padding-bottom: 60px;
    margin-bottom: 30px;
    overflow: hidden;
}

.footer_logo img {
    max-width: 152px;
}

.banner-wrapper-box img {
    width: 100%;
    height: calc(100vh - 100px);
    -o-object-fit: cover;
    object-fit: cover;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 0px;
}

.teams_content h4 a{
    color: #707070;
}

body.user-logged-out .slideshow_area{
margin-top: -80px;
}



