/*
Theme Name: Joy Dental Pines
Author: Abu Baker Siddique
Author URI: http://creative.enosisbd.com
Description: Custom WordPress theme for Joy Dental Pines.
Version: 1.0
Text Domain: joy-dental-pines
*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("css/bootstrap.css");
@import url("css/animate.css");
body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 18px;
  font-family: "proxima-nova";
  overflow-x: hidden; }

ul {
  list-style: none;
  margin-bottom: 0; }

.relative {
  position: relative; }

/*--------Theme Color---------*/
/*--------Media Pixels---------*/
/*--------Font Family---------*/
/*-------Font Size----------*/
/*--------Mixin and Properties---------*/
header .top ul li.Book a {
    font-weight: bold;
    color: #fff !important;
    font-size: 14px !important;
    transition: all 0.3s;
    letter-spacing: 1px;
}
header .top ul li.Book a:hover {
    opacity: 0.6 !important;
}

header .top {
   position:fixed !important;
   left:0;
   right:0;
   z-index:999;
   top:0;
  padding: 13px 0;
  background-color: #45494d; }
  @media screen and (max-width: 991px) {
    header .top .container {
      width: 100%; } }
  header .top ul li {
    float: left;
    color: #d5d9e3;
    line-height: 20px; }
    header .top ul li a {
      color: #d5d9e3; }
  header .top .social {
    float: left;
    padding-left: 0; }
    header .top .social li a {
      font-size: 19px;
      font-weight: bold;
      padding: 0 15px;
      line-height: 16px; }
      header .top .social li a:hover {
        color: #fff; }
      header .top .social li a:first-child {
        padding-left: 0; }
  header .top .contact {
    float: right; }
    header .top .contact li {
      padding: 0 15px; }
      header .top .contact li h5, header .top .contact li h5 a {
        padding: 0;
        font-size: 18px;
        margin: 0; }
    header .top .contact li.phone {
      letter-spacing: 1px; }
      header .top .contact li.phone a {
        color: #b594b9;
        font-weight: bold;
        transition: all 0.3s; }
        header .top .contact li.phone a:hover {
          color: #824c95; }
      @media screen and (max-width: 599px) {
        header .top .contact li.phone {
          display: block; } }
    header .top .contact li.email a {
      font-weight: bold;
      color: #fff;
      font-size: 14px;
      transition: all 0.3s;
      letter-spacing: 1px; }
      header .top .contact li.email a:hover {
        opacity: 0.6; }

.navigation {
  position: fixed !important;
/*   top: 47px; */
	top: 47px ;
  width: 100%;
  left: 0;
  z-index: 999;
  padding-top: 25px;
  background-image: url(images/nav-bg.png);
  background-repeat: repeat-x;
  background-position: top left; }
  @media screen and (max-width: 767px) {
    .navigation {
	 top: 87px !important;
      background-color: #fff; } }

.logo-navbar-middle {
  width: 300px;
  height: 76px;
  background-image: url(images/logo.png);
  background-position: center;
  margin-left: 40px;
  margin-right: 40px; }
  @media screen and (max-width: 991px) {
    .logo-navbar-middle {
      background-size: cover;
      margin-left: 15px;
      margin-right: 15px;
      width: 200px;
      height: 51px; } }

.logo-inner {
  width: auto;
  float: left; }
  .logo-inner img {
    width: auto;
    max-width: 298px;
    height: auto; }
    @media screen and (max-width: 1199px) {
      .logo-inner img {
        max-width: 250px; } }
    @media screen and (max-width: 950px) {
      .logo-inner img {
        max-width: 200px; } }

#navbar-primary .navbar-nav {
  margin-bottom: 0; }
  #navbar-primary .navbar-nav > li {
    padding-top: 15px;
    position: relative; }
    #navbar-primary .navbar-nav > li > a {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 20px;
      letter-spacing: 2px;
      color: #5c2b84;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.3s;
      position: relative; }
      #navbar-primary .navbar-nav > li > a:hover {
        color: #824c95; }
    #navbar-primary .navbar-nav > li:hover {
      background-color: transparent; }
  #navbar-primary .navbar-nav li.current-menu-item a::after, #navbar-primary .navbar-nav li.current-page-ancestor a::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #b594b9; }

/*Home Nav*/
#navbar-primary.homepage .navbar-nav {
  width: 100%;
  text-align: center; }
  #navbar-primary.homepage .navbar-nav li {
    display: inline-block;
    float: none;
    min-width: 8%;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      #navbar-primary.homepage .navbar-nav li {
        min-width: 6%; } }
  #navbar-primary.homepage .navbar-nav li.current-menu-item a::after {
    display: none; }

@media screen and (max-width: 991px) {
  #navbar-primary.homepage .container {
    width: 100%; }
    #navbar-primary.homepage .container li {
      padding-top: 0;
      min-width: 10%; } }

/*Inner page nav*/
#navbar-primary.navbar-inner .navbar-nav {
  float: right; }
  @media screen and (max-width: 767px) {
    #navbar-primary.navbar-inner .navbar-nav {
      float: none; } }
  @media screen and (max-width: 1199px) {
    #navbar-primary.navbar-inner .navbar-nav li {
      padding-top: 5px; } }
  #navbar-primary.navbar-inner .navbar-nav li:last-child {
    margin-right: 0; }
    #navbar-primary.navbar-inner .navbar-nav li:last-child a {
      padding-right: 0;
      margin-right: 0; }
  #navbar-primary.navbar-inner .navbar-nav li a {
    margin-left: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 1199px) {
      #navbar-primary.navbar-inner .navbar-nav li a {
        padding-left: 5px;
        padding-right: 5px; } }
    @media screen and (max-width: 950px) {
      #navbar-primary.navbar-inner .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 18px;
        letter-spacing: 0; } }

@media screen and (max-width: 991px) {
  #navbar-primary.navbar-inner .container {
    width: 100%; } }

.navbar-toggle {
  margin-right: 15px;
  border: 1px solid #824c95;
  color: #824c95;
  font-size: 16px;
  margin-top: 0; }

.navbar.homepage {
  display: none; }

.home .navbar.homepage {
  display: block; }
  @media screen and (max-width: 767px) {
    .home .navbar.homepage {
      display: none; } }

@media screen and (min-width: 768px) {
  .home .navbar.navbar-inner {
    display: none; } }
/*Default*/
a:focus, a:hover {
  outline: none;
  text-decoration: none;
  transition: all 0.3s; }

ul {
  padding-left: 0; }

.blue {
  background-color: #e2e7e9; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.letters1 {
  letter-spacing: 1px; }

p {
  font-size: 18px;
  color: #45494d; }
  @media screen and (max-width: 991px) {
    p br {
      display: none; } }

@media screen and (max-width: 991px) {
  .full-width991 {
    width: 100%; } }
.zindex5 {
  z-index: 5; }

.bold {
  font-weight: 700; }

.paddingnone {
  padding: 0; }

.padding50 {
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (min-width: 768px) {
  .paddingbot50upsmall {
    padding-bottom: 50px !important; } }
.paddingbot50 {
  padding-bottom: 50px !important; }

.marginbot50 {
  margin-bottom: 50px !important; }

.paddingbotnone {
  padding-bottom: 0px !important; }

.sectionoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4; }

.sky {
  background-color: rgba(213, 217, 227, 0.4); }

h3 a, .prev-next-posts a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #5c2b84;
  padding: 10px 25px;
  transition: all 0.3s;
  border-top: 5px solid #5c2b84;
  border-bottom: 5px solid #482375; }
  h3 a:hover, .prev-next-posts a:hover {
    border-bottom: 0;
    border-top: 5px solid #482375;
    border-bottom: 5px solid #5c2b84;
    color: #fff;
    text-decoration: none; }
  h3 a:focus, .prev-next-posts a:focus {
    color: #fff; }
  @media screen and (max-width: 991px) {
    h3 a, .prev-next-posts a {
      padding: 8px 15px;
      font-size: 13px; } }

.brblock br {
  display: block !important; }

.skybg {
  background-color: #d5d9e3; }

@media screen and (max-width: 767px) {
  .hidemobile {
    display: none; } }
.sticky-nav {
  padding-left: 0;
  position: fixed;
  width: 310px;
  right: -138px;
  top: 320px;
  z-index: 999999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg); }
  @media screen and (max-width: 767px) {
    .sticky-nav {
      display: block; }
.sticky-nav li#menu-item-268 {
    display: none;
}
 }
  .sticky-nav li {
    float: left; }
    .sticky-nav li a {
      min-width: 140px;
      text-align: center;
      font-weight: 700;
      font-size: 14px;
      color: #d5d9e3;
      line-height: 36px;
      display: inline-block;
      background-color: #5c2b84;
      letter-spacing: 1px; }
      .sticky-nav li a:hover {
        background-color: #482375; }

/*Home Page*/
.foreground-pic {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 45%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

.heading-inner {
  position: relative;
  z-index: 2;
  padding-top: 190px;
  padding-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .heading-inner {
      padding-top: 190px !important;
      padding-bottom: 70px; } }
  .heading-inner h1 {
    font-size: 72px;
    color: #824c95;
    font-family: "essonnes-headline"; }
    .heading-inner h1 span {
      color: #5c2b84; }
    @media screen and (max-width: 991px) {
      .heading-inner h1 {
        font-size: 40px; }
        .heading-inner h1 br {
          display: none; } }
    @media screen and (max-width: 991px) {
      .heading-inner h1 br {
        display: none; } }
  .heading-inner h2 {
    font-size: 72px;
    color: #824c95;
    font-family: "essonnes-headline"; }
    .heading-inner h2 span {
      color: #5c2b84; }
    @media screen and (max-width: 991px) {
      .heading-inner h2 {
        font-size: 40px; }
        .heading-inner h2 br {
          display: none; } }

.heading-inner.main p {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1199px) {
    .heading-inner.main p br {
      display: none; } }

.down-arrow {
  padding-top: 40px;
  padding-bottom: 20px;
  display: inline-block; }

/*Home featured area*/
.home-featured {
  margin-top: -75px;
  position: relative;
  z-index: 3; }

.home-featured-inner {
  position: relative; }
  .home-featured-inner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: auto; }
  .home-featured-inner:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .home-featured-inner .home-featured-inner-content {
    background-color: rgba(213, 217, 227, 0.5);
    padding: 30px;
    margin-bottom: 75px;
    position: relative;
    transition: all 0.3s; }
    .home-featured-inner .home-featured-inner-content:hover {
      background-color: #d5d9e3; }
    .home-featured-inner .home-featured-inner-content h2 {
      font-size: 24px;
      color: #824c95;
      font-family: "essonnes-text";
      margin-top: 0px;
      margin-bottom: 25px; }
    .home-featured-inner .home-featured-inner-content p {
      margin-bottom: 30px; }
    .home-featured-inner .home-featured-inner-content a {
      font-weight: 700;
      color: #fff;
      font-size: 13px;
      letter-spacing: 1px;
      background-color: #5c2b84;
      padding: 8px 25px;
      transition: all 0.3s;
      border-top: 5px solid #5c2b84;
      border-bottom: 5px solid #482375;
      width: calc(100% - 60px);
      display: inline-block;
      text-align: center;
      position: absolute;
      left: 30px;
      bottom: -20px; }
      .home-featured-inner .home-featured-inner-content a:hover {
        border-bottom: 0;
        border-top: 5px solid #482375;
        border-bottom: 5px solid #5c2b84;
        color: #fff;
        text-decoration: none; }

/*introduction*/
.introduction {
  padding-top: 50px;
  padding-bottom: 200px; }
  .introduction .introduction-inner {
    max-width: 720px;
    margin: auto; }
    .introduction .introduction-inner h1 {
      font-size: 28px;
      color: #824c95;
      font-family: "essonnes-text";
      margin-bottom: 35px; }
    .introduction .introduction-inner p {
      margin-bottom: 50px; }

/*dentist-area*/
.dentist-area .dentist-area-inner {
  max-width: 720px;
  margin: auto; }
  .dentist-area .dentist-area-inner .dentist-area-inner-top {
    background-color: #fff;
    margin-top: -200px;
    z-index: 5;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    .dentist-area .dentist-area-inner .dentist-area-inner-top .dentist-area-inner-title h2 {
      color: #45494d;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 30px;
      position: relative; }
    .dentist-area .dentist-area-inner .dentist-area-inner-top .dentist-area-inner-title h3 {
      color: #45494d;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 60px;
      margin-top: 10px; }
    .dentist-area .dentist-area-inner .dentist-area-inner-top ul.dentist-area-service {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px;
      padding-left: 0;
      column-count: 2;
      -webkit-column-rule: 1px outset #824c95;
      /* Chrome, Safari, Opera */
      -moz-column-rule: 1px outset #824c95;
      /* Firefox */
      column-rule: 1px outset #824c95; }
      .dentist-area .dentist-area-inner .dentist-area-inner-top ul.dentist-area-service li {
        list-style: none; }
        .dentist-area .dentist-area-inner .dentist-area-inner-top ul.dentist-area-service li a {
          color: #824c95;
          font-size: 18px;
          font-weight: 700; }
          .dentist-area .dentist-area-inner .dentist-area-inner-top ul.dentist-area-service li a:hover {
            color: #5c2b84;
            text-decoration: none; }
  .dentist-area .dentist-area-inner .dentist-area-inner-content-bottom h2 {
    color: #824c95;
    font-size: 28px;
    font-family: "essonnes-text";
    margin-bottom: 30px;
    margin-top: 50px; }
.dentist-area .dentist-circle {
  position: relative;
  text-align: center;
  margin-top: 100px;
  padding-left: 0; }
  .dentist-area .dentist-circle li {
    background-color: #824c95;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    float: none;
    display: inline-block;
    margin-right: 12%;
    position: relative; }
    .dentist-area .dentist-circle li:before {
      content: "";
      width: 70px;
      height: 1px;
      background-color: #b594b9;
      position: absolute;
      top: 20%;
      left: 50%;
      margin-left: -35px; }
    @media screen and (max-width: 1199px) {
      .dentist-area .dentist-circle li {
        margin-right: 1% !important;
        margin-left: 1%; } }
    .dentist-area .dentist-circle li:last-child {
      margin-right: 0;
      background-color: #482375; }
    .dentist-area .dentist-circle li:nth-last-child(2) {
      background-color: #5c2b84; }
    .dentist-area .dentist-circle li a {
      display: table;
      width: 270px;
      height: 270px; }
      .dentist-area .dentist-circle li a:hover {
        text-decoration: none; }
      .dentist-area .dentist-circle li a h2 {
        font-family: "essonnes-text";
        color: #fff;
        font-size: 36px;
        display: table-cell;
        vertical-align: middle;
        font-weight: normal;
        text-align: center; }

/*Testimonial*/
.testimonial {
  position: relative;
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #e2e7ea; }
  .testimonial .testmonial-inner {
    position: relative;
    z-index: 5; }
    .testimonial .testmonial-inner .carousel-inner {
      margin-top: 50px;
      max-width: 650px;
      margin-left: auto;
      margin-right: auto; }
      .testimonial .testmonial-inner .carousel-inner .item {
        min-height: 270px; }
        @media screen and (max-width: 479px) {
          .testimonial .testmonial-inner .carousel-inner .item {
            min-height: 350px; } }
        .testimonial .testmonial-inner .carousel-inner .item .content {
          min-height: 150px; }
          @media screen and (max-width: 479px) {
            .testimonial .testmonial-inner .carousel-inner .item .content {
              min-height: 230px; } }
          .testimonial .testmonial-inner .carousel-inner .item .content p.content {
            font-size: 18px; }
        .testimonial .testmonial-inner .carousel-inner .item p.title {
          font-size: 24px;
          font-weight: 700; }
    .testimonial .testmonial-inner .carousel-indicators li {
      background-color: rgba(130, 76, 149, 0.5);
      border: 0;
      width: 12px;
      height: 12px;
      margin: 0; }
      .testimonial .testmonial-inner .carousel-indicators li.active {
        background-color: #824c95; }

.home .testimonial {
  margin-top: -50px; }

/*Payment*/
.payment h2, .association h2 {
  font-family: "essonnes-text";
  color: #824c95;
  font-size: 28px; }
  @media screen and (max-width: 991px) {
    .payment h2, .association h2 {
      font-size: 24px;
      line-height: 40px; } }
.payment ul, .association ul {
  padding-left: 0;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px; }
  @media screen and (max-width: 599px) {
    .payment ul, .association ul  {
      padding-top: 20px;
      padding-bottom: 15px; } }
  .payment ul li, .association ul li {
    float: none;
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%; }
    @media screen and (max-width: 991px) {
      .payment ul li, .association ul li {
        max-width: 30%; } }
    @media screen and (max-width: 599px) {
      .payment ul li {
        width: 100%;
        max-width: 100%;
        margin: 15px 0; } }
    .payment ul li img{
      max-width: 100%; }
.association ul li {
	max-width: 22%;
}
@media all and (max-width: 767px) {
	.association ul li {
	max-width: 60% !important;
}
}
	.association ul li img {
	width: 100%;
}

/*Gmap*/
#map {
  height: 250px; }

/*Footer*/
.footer-main {
  background-color: #5c2b84;
  background-image: url(images/footer-patern.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .footer-main {
      /*padding-bottom: 100px;*/ } }
  @media screen and (max-width: 767px) {
    .footer-main {
      padding-bottom: 100px; } }
  .footer-main h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b594b9;
    margin-bottom: 30px; }
  .footer-main p {
    color: #d5d9e3;
    font-size: 13px;
    line-height: 26px;
    font-weight: 300; }
  .footer-main .text {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s; }
  .footer-main .phone a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 1px; }
    .footer-main .phone a:hover {
      text-decoration: none;
      opacity: 0.5; }
  .footer-main .link a {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 5px;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .footer-main .link a:hover {
      text-decoration: none;
      opacity: 0.5; }
  .footer-main .email a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 1px; }
    .footer-main .email a:hover {
      text-decoration: none;
      opacity: 0.5; }
  .footer-main .footer-logo img {
    width: 100%;
    height: auto;
    max-width: 308px; }
  @media screen and (max-width: 767px) {
    .footer-main .footer-logo {
      display: none; } }
  .footer-main .social {
    padding-left: 0;
    margin: 15px 0; }
    .footer-main .social li {
      float: left;
      margin-right: 15px; }
      .footer-main .social li a {
        font-size: 18pt;
        color: #fff;
        font-weight: bold;
        padding: 0;
        transition: all 0.3s; }
        .footer-main .social li a:hover {
          opacity: 0.5; }
  .footer-main .footer-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #824c95;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #482375;
    padding: 10px 0; }
    .footer-main .footer-copyright a {
      font-weight: 700;
      color: #824c95;
      transition: all 0.3s; }
      .footer-main .footer-copyright a:hover {
        text-decoration: none;
        color: #fff; }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .samegeight {
    min-height: 280px; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .footer-main h3 {
    margin-bottom: 0; } }
/*Go to top button*/
#back-top {
  bottom: 0px;
  position: fixed;
  right: 0px;
  z-index: 800;
  background: #824c95;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 56px;
  opacity: 0;
  border-radius: 0; }

#back-top.show {
  opacity: 1; }

/*Default Page*/
.default {
  background-image: url(images/page-bg.png);
  background-repeat: no-repeat;
  background-position: top left; }
  .default .heading-inner {
    padding-top: 200px; }
    @media screen and (max-width: 767px) {
      .default .heading-inner {
        padding-top: 120px; } }
    .default .heading-inner h2 {
      color: #824c95;
      font-size: 28px;
      margin-top: 30px;
      margin-bottom: 30px;
      font-family: "essonnes-text"; }

/*About Page*/
.about-page {
  margin-top: 0px;
  display: inline-block;
  width: 100%; }
  .about-page h3 a {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px; }

/*Doctor Page*/
.heading-inner.doctor {
  padding-top: 200px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .heading-inner.doctor {
      padding-top: 100px;
      padding-bottom: 50px; } }
  .heading-inner.doctor h1 {
    margin-bottom: 50px; }

blockquote {
  width: 86%;
  position: relative;
  border: 2px solid #b594b9;
  padding: 50px 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 479px) {
    blockquote {
      width: 94%; } }

blockquote p {
  font-size: 28px;
  font-weight: normal;
  color: #824c95;
  text-align: center;
  font-family: "essonnes-text"; }
  @media screen and (max-width: 991px) {
    blockquote p {
      font-size: 24px; } }

blockquote:before {
  content: '';
  background-image: url(images/blockquote_before.png);
  width: 53px;
  height: 36px;
  margin-right: 20px;
  position: absolute;
  top: -18px;
  left: 20px; }

blockquote:after {
  content: '';
  background-image: url(images/blockquote_after.png);
  width: 53px;
  height: 36px;
  position: absolute;
  bottom: -18px;
  right: 20px; }

/*Our Team*/
.team .team_inner {
  position: relative;
  margin-bottom: 100px; }
  .team .team_inner img {
    max-width: 80%;
    border-radius: 50%;
    transition: all .5s; }
  .team .team_inner h2 {
    font-size: 28px;
    color: #5c2b84;
    font-family: "essonnes-text";
    margin-top: 35px; }
  .team .team_inner h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #824c95;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
    padding-top: 30px; }
    .team .team_inner h3::before {
      width: 80px;
      height: 1px;
      background-color: #824c95;
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .team .team_inner .content {
    display: none;
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    background-color: #824c95;
    padding: 30px;
    z-index: 5; }
    .team .team_inner .content p {
      color: #fff;
      position: relative; }
      .team .team_inner .content p::before {
        content: '';
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -30px;
        width: 0;
        height: 0;
        border-bottom: solid 30px #824c95;
        border-left: solid 30px transparent;
        border-right: solid 30px transparent; }
  .team .team_inner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .team .team_inner:hover .content {
    display: block;
    transition: all 0.5s; }

.heading-inner.team_top {
  padding-bottom: 50px; }

.heading-inner.team_bottom {
  padding-top: 0px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .heading-inner.team_bottom {
      padding-bottom: 50px; } }
  .heading-inner.team_bottom .about-page {
    margin-top: 0; }

/*Our Office*/
.our-office {
  max-width: 968px;
  height: auto;
  margin: auto;
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .our-office {
      margin-bottom: 50px; } }
  .our-office .carousel-fade .carousel-inner {
    z-index: 2; }
    .our-office .carousel-fade .carousel-inner .item {
      transition-property: opacity; }
      .our-office .carousel-fade .carousel-inner .item img {
        width: 100%;
        height: auto; }
    .our-office .carousel-fade .carousel-inner .item,
    .our-office .carousel-fade .carousel-inner .active.left,
    .our-office .carousel-fade .carousel-inner .active.right {
      opacity: 0; }
    .our-office .carousel-fade .carousel-inner .active,
    .our-office .carousel-fade .carousel-inner .next.left,
    .our-office .carousel-fade .carousel-inner .prev.right {
      opacity: 1; }
    .our-office .carousel-fade .carousel-inner .next,
    .our-office .carousel-fade .carousel-inner .prev,
    .our-office .carousel-fade .carousel-inner .active.left,
    .our-office .carousel-fade .carousel-inner .active.right {
      left: 0;
      transform: translate3d(0, 0, 0); }
  .our-office .carousel-fade .carousel-control {
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    height: 100px;
    background: none; }
    @media screen and (max-width: 991px) {
      .our-office .carousel-fade .carousel-control {
        z-index: 5; } }
  .our-office .carousel-fade .carousel-control.right {
    right: -59px; }
    @media screen and (max-width: 840px) {
      .our-office .carousel-fade .carousel-control.right {
        right: 0; } }
  .our-office .carousel-fade .left.carousel-control {
    left: -60px; }
    @media screen and (max-width: 840px) {
      .our-office .carousel-fade .left.carousel-control {
        left: 0; } }

/*Service Page*/
.heading-inner.team_top.service {
  padding-bottom: 50px; }

.service-inner {
  max-width: 620px;
  margin: auto;
  position: relative; }
  .service-inner::before {
    width: 1px;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 50%;
    background-color: #824c95;
    content: ""; }
    @media screen and (max-width: 479px) {
      .service-inner::before {
        display: none; } }
  .service-inner li, .service-inner li h2, .service-inner li h2 a {
    font-size: 20px;
    font-weight: bold;
    color: #824c95;
    text-align: center;
    padding: 4px 0;
    margin: 0;
    transition: all 0.4s; }
    .service-inner li:hover, .service-inner li h2:hover, .service-inner li h2 a:hover {
      text-decoration: none;
      color: #482375; }
  .service-inner .left {
    width: 46%;
    float: left;
    padding-left: 0; }
    @media screen and (max-width: 479px) {
      .service-inner .left {
        width: 100%; } }
  .service-inner .right {
    width: 46%;
    float: right;
    padding-left: 0; }
    @media screen and (max-width: 479px) {
      .service-inner .right {
        width: 100%; } }

.heading {
  height: 300px;
  background-color: #824c95;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  max-width: 400px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: -200px; }
  .heading h2 {
    color: #fff;
    font-size: 24pt;
    font-family: "essonnes-text";
    padding-top: 40px; }

.others {
  max-width: 620px;
  margin: auto;
  margin-bottom: 0px;
  background-color: #e2e7e9;
  padding: 50px 20px;
  position: relative; }
  .others .service-inner li, .others .service-inner li h2, .others .service-inner li h2 a {
    color: #46494e;
    font-weight: normal; }
    .others .service-inner li:hover, .others .service-inner li h2:hover, .others .service-inner li h2 a:hover {
      font-weight: bold; }

/*Service Single*/
.service-single-navlist-area {
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .service-single-navlist-area {
      padding-top: 0px; } }
  @media screen and (min-width: 1366px) {
    .service-single-navlist-area {
      margin-left: -100px;
      margin-right: 50px; } }
  .service-single-navlist-area h3 {
    font-size: 28px;
    color: #824c95;
    text-align: right;
    font-family: "essonnes-text";
    margin: 0 0px 30px 0px;
    padding-right: 30%; }
    @media screen and (max-width: 767px) {
      .service-single-navlist-area h3 {
        text-align: left;
        padding-left: 5%;
        padding-right: auto; } }
  .service-single-navlist-area .service-single-navlist-inner {
    background-image: url(images/service_navlist_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px 50px 0px; }
    @media screen and (max-width: 767px) {
      .service-single-navlist-area .service-single-navlist-inner {
        margin-bottom: 50px; } }
    @media screen and (min-width: 768px) {
      .service-single-navlist-area .service-single-navlist-inner {
        min-height: 550px; } }
    .service-single-navlist-area .service-single-navlist-inner .service-single-navlist {
      padding-left: 0;
      padding-right: 30%;
      padding-left: 10%; }
      @media screen and (max-width: 767px) {
        .service-single-navlist-area .service-single-navlist-inner .service-single-navlist {
          padding-right: 15px; } }
      .service-single-navlist-area .service-single-navlist-inner .service-single-navlist li {
        position: relative; }
        .service-single-navlist-area .service-single-navlist-inner .service-single-navlist li:hover:after {
          content: "";
          position: absolute;
          top: 12px;
          right: -25px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #824c95; }
          @media screen and (max-width: 767px) {
            .service-single-navlist-area .service-single-navlist-inner .service-single-navlist li:hover:after {
              left: -25px; } }
        .service-single-navlist-area .service-single-navlist-inner .service-single-navlist li h4 a {
          text-align: right;
          width: 100%;
          font-size: 18px;
          color: #45494d;
          display: inline-block;
          position: relative;
          padding: 2px 0; }
          @media screen and (max-width: 767px) {
            .service-single-navlist-area .service-single-navlist-inner .service-single-navlist li h4 a {
              text-align: left; } }
          .service-single-navlist-area .service-single-navlist-inner .service-single-navlist li h4 a:hover {
            text-decoration: none; }
      .service-single-navlist-area .service-single-navlist-inner .service-single-navlist li.active::after {
        content: "";
        position: absolute;
        top: 12px;
        right: -25px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #824c95; }
        @media screen and (max-width: 767px) {
          .service-single-navlist-area .service-single-navlist-inner .service-single-navlist li.active::after {
            left: -25px; } }
    .service-single-navlist-area .service-single-navlist-inner .view-all {
      border: 0;
      font-weight: 700;
      color: #fff;
      font-size: 20px;
      letter-spacing: 1px;
      background-color: #5c2b84;
      padding: 8px 25px;
      transition: all 0.3s;
      border-top: 5px solid #5c2b84;
      border-bottom: 5px solid #482375;
      display: inline-block;
      text-align: center;
      margin-top: 50px;
      float: right;
      margin-right: 30%; }
      @media screen and (max-width: 767px) {
        .service-single-navlist-area .service-single-navlist-inner .view-all {
          margin-left: 10%;
          margin-right: 0;
          float: left; } }
      .service-single-navlist-area .service-single-navlist-inner .view-all:hover {
        border-bottom: 5px solid #5c2b84;
        border-top: 5px solid #482375; }

@media screen and (min-width: 768px) {
  .sersight-border {
    position: relative; }
    .sersight-border::before {
      width: 1px;
      height: 100%;
      background-color: #824c95;
      top: 20px;
      right: 100px;
      content: "";
      position: absolute;
      z-index: 10; } }
    @media screen and (min-width: 768px) and (max-width: 1365px) {
      .sersight-border::before {
        right: 50px; } }

@media screen and (min-width: 768px) {
  .row.sameheightall {
    display: flex; } }
.service-single-content {
  position: relative; }
  .service-single-content img {
    max-width: 100%;
    height: auto; }
  .service-single-content h1 {
    margin-bottom: 25px; }
  .service-single-content h2 {
    font-size: 28px;
    font-family: "proxima-nova" !important; }
  .service-single-content ul {
    padding-left: 0;
    border-top: 1px solid #824c95;
    border-bottom: 1px solid #824c95;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 479px) {
      .service-single-content ul {
        width: 100%;
        margin-left: 0; } }
    .service-single-content ul li {
      list-style: none;
      position: relative;
      font-size: 18px;
      padding: 4px 0;
      padding-left: 15px; }
      .service-single-content ul li::before {
        content: "";
        top: 15px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #824c95;
        position: absolute;
        left: 0px; }

.service-hidden {
  background-color: rgba(92, 43, 133, 0.9);
  position: absolute;
  top: -2000px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: all 1s; }
  @media screen and (max-width: 991px) {
    .service-hidden {
      height: auto; } }
  .service-hidden .close {
    top: 26px;
    position: absolute;
    z-index: 999;
    right: 26px;
    opacity: 1;
    transition: all 0.3s; }
    .service-hidden .close:hover {
      opacity: 0.5; }
  .service-hidden .service-hidden-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
    @media screen and (max-width: 991px) {
      .service-hidden .service-hidden-area {
        position: relative;
        top: 0;
        left: 0;
        transform: none; } }
  .service-hidden .service-hidden-list {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    padding-left: 5px;
    -webkit-column-gap: 15px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 15px;
    /* Firefox */
    column-gap: 15px; }
    @media screen and (max-width: 991px) {
      .service-hidden .service-hidden-list {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .service-hidden .service-hidden-list {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1; } }
    .service-hidden .service-hidden-list li h4 {
      padding: 0;
      margin: 0; }
      .service-hidden .service-hidden-list li h4 a {
        font-size: 20px;
        color: #fff;
        padding: 15px 0;
        display: inline-block;
        width: 100%; }
        .service-hidden .service-hidden-list li h4 a:hover {
          color: #b594b9; }
    .service-hidden .service-hidden-list li.active a {
      color: #b594b9; }

.service-hidden.show {
  top: 0; }

.height-auto {
  height: auto;
  width: 100%; }

.width-auto {
  width: auto;
  height: 100%; }

.overflow-x {
  overflow-x: hidden; }

.overflow-y {
  overflow-y: hidden; }

/*FAQ Page*/
.default.faq .heading-inner .faqinner {
  margin-top: 50px; }
  .default.faq .heading-inner .faqinner h2 {
    margin-bottom: 10px;
    font-family: "essonnes-text" !important; }
  .default.faq .heading-inner .faqinner ul {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .default.faq .heading-inner .faqinner strong {
    font-weight: 700;
    color: #824c95; }

/*Blog Page*/
.blog-inner {
  padding-top: 40px;
  padding-bottom: 40px; }
  .blog-inner img {
    max-width: 100%;
    height: auto; }
  .blog-inner h2 {
    font-size: 24px;
    color: #824c95;
    min-height: 54px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-family: "essonnes-text"; }
  .blog-inner p {
    font-size: 16px;
    margin-bottom: 40px; }
  .blog-inner h3 a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px; }

.prev-next-posts {
  background-color: #e2e7e9;
  padding: 40px 0;
  text-align: center; }
  .prev-next-posts a {
    display: inline-block;
    max-width: 45%;
    width: 100%;
    margin: 10px 15px; }
    @media screen and (max-width: 479px) {
      .prev-next-posts a {
        max-width: 100%;
        margin: 10px 0; } }

.service-single-content.blog-single {
  padding-bottom: 50px; }
  .service-single-content.blog-single:before {
    display: none; }
  .service-single-content.blog-single h1 {
    font-size: 66px;
    color: #824c95;
    font-family: "essonnes-headline"; }
    @media screen and (max-width: 767px) {
      .service-single-content.blog-single h1 {
        font-size: 40px; } }
  .service-single-content.blog-single h2 {
    color: #824c95;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .service-single-content.blog-single ul {
    border: 0;
    margin-top: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .service-single-content.blog-single .featured-image {
      max-width: 80%;
      margin: auto;
      padding-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .service-single-content.blog-single .content {
      max-width: 70%;
      margin: auto; } }

/*Contact page*/
/*Footer*/
.contact-inner {
  padding-top: 0px;
  padding-bottom: 70px; }
  .contact-inner h2 {
    font-size: 28px;
    font-weight: normal;
    font-family: "essonnes-text";
    letter-spacing: 1px;
    color: #824c95;
    margin-bottom: 25px;
    text-transform: capitalize; }
  .contact-inner h3 {
    font-size: 20px;
    color: #45494d; }
    .contact-inner h3 a {
     padding-left: 0px !important;
      font-size: 20px;
      color: #b594b9;
      font-weight: 700;
      transition: all 0.3s;
      letter-spacing: 1px;
      background-color: transparent;
      border: 0; }
      .contact-inner h3 a:hover {
        text-decoration: none;
        opacity: 0.5; }
  .contact-inner p {
    font-size: 16px; }
  .contact-inner .text {
    font-size: 20px;
    line-height: 26px;
    color: #45494d;
    margin-bottom: 20px;
    margin-top: 0;
    display: inline-block;
    transition: all 0.3s;
    font-weight: normal; }
  .contact-inner .phone a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 1px; }
    .contact-inner .phone a:hover {
      text-decoration: none;
      opacity: 0.5; }
  .contact-inner .link {
    width: 100%;
    float: left;
    margin-top: 0px; }
    .contact-inner .link li {
      float: left;
      line-height: 18px;
      border-right: 1px solid #45494d;
      padding-right: 15px;
      padding-left: 15px; }
      .contact-inner .link li:first-child {
        padding-left: 0; }
      .contact-inner .link li:last-child {
        border-right: 0; }
      .contact-inner .link li a {
        font-size: 20px;
        color: #45494d;
        line-height: 18px;
        font-weight: normal;
        padding-bottom: 0px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        transition: all 0.3s;
        letter-spacing: 1px; }
        .contact-inner .link li a:hover {
          text-decoration: none;
          opacity: 0.5; }
  .contact-inner .email a {
    font-size: 20px;
    color: #b594b9;
    font-weight: 700;
    margin-top: 0px;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }
    .contact-inner .email a:hover {
      text-decoration: none;
      opacity: 0.5; }
  .contact-inner .footer-logo img {
    width: 100%;
    height: auto;
    max-width: 308px; }
  @media screen and (max-width: 767px) {
    .contact-inner .footer-logo {
      display: none; } }
  .contact-inner .footer-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #824c95;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #482375;
    padding: 10px 0; }
    .contact-inner .footer-copyright a {
      font-weight: 700;
      color: #824c95;
      transition: all 0.3s; }
      .contact-inner .footer-copyright a:hover {
        text-decoration: none;
        color: #fff; }

.contact-inner-section {
  padding-bottom: 5px; }

.contact-inner .text.time {
  letter-spacing: 1px;
  line-height: 30px; }

.contact-inner #map {
  height: 550px; }
  @media screen and (max-width: 767px) {
    .contact-inner #map {
      height: 300px;
      margin-bottom: -100px;
      margin-top: 20px; } }

.footer-main.contact {
  padding-top: 0; }
  .footer-main.contact .footer-copyright {
    position: relative;
    background-color: #e2e7e9;
    color: #45494d;
    z-index: 5; }
    .footer-main.contact .footer-copyright a {
      color: #45494d; }
      .footer-main.contact .footer-copyright a:hover {
        color: #824c95; }

/*Contact form area*/
.top-border {
  height: 50px;
  background-color: #5c2b84;
  background-image: url(images/footer-patern.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.contact-form {
  background-color: #d5d9e3;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden; }

.contact-form .footer-logo2 {
  position: absolute;
  height: 100%;
  width: auto;
  bottom: -10%;
  right: -18%;
  z-index: 1; }
  @media screen and (max-width: 991px) {
    .contact-form .footer-logo2 {
      display: none; } }

.appointment-form {
  position: relative;
  z-index: 2; }

.appointment-form h2 {
  font-size: 28px;
  font-family: "essonnes-text";
  color: #824c95;
  margin-bottom: 50px;
  text-align: center; }

.appointment-form .form-group {
  margin-bottom: 20px; }

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea,
.appointment-form select {
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #c9cdd8;
  opacity: 1;
  font-weight: 300; }

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form select {
  height: 40px;
  width: 100%; }

.appointment-form select {
  padding-right: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group.plus {
  position: relative; }

.form-group.plus::after {
  width: 16px;
  height: 16px;
  content: url(images/select-down-arrow.png);
  top: 8px;
  right: 15px;
  position: absolute;
  pointer-events: none;
  cursor: pointer; }

.appointment-form .message {
  height: 150px;
  padding: 15px;
  resize: none;
  width: 100%; }

.appointment-form .submit {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #5c2b84;
  padding: 8px 25px;
  transition: all 0.3s;
  border-top: 5px solid #5c2b84;
  border-bottom: 5px solid #482375;
  border-left: 0;
  border-right: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }

.appointment-form .submit:hover {
  border-bottom: 5px solid #5c2b84;
  border-top: 5px solid #482375; }



/*Placeholder*/
.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c9cdd8;
  opacity: 1; }

.form-group input:-moz-placeholder, .form-group textarea:-moz-placeholder, .form-group select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9cdd8;
  opacity: 1; }

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9cdd8;
  opacity: 1; }

.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder, .form-group select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9cdd8;
  opacity: 1; }

@media all and (min-width: 767px) {
	#menu-item-359, #menu-item-360, #menu-item-361, #menu-item-362 {
		display: none !important;
	}
	.mobile_pic {
		display: none !important;
	}
	.second_pic {

		display: none;

	}
}
@media all and (max-width: 767px) {
	.desktop_pic {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	
	.page-id-423 .foreground-pic{

		position: relative !important;

		width: 70% !important;

		top: inherit;

		left: 25%;

		margin-left: 25%;

		margin-bottom: 20px;

	}
	
	#img-insurances {width:100% !important;}
}
@media all and (max-width: 1350px) {
	.page-id-423 .foreground-pic {

	left: 40%;

	}

}

@media all and (max-width: 1150px) {
	.page-id-423 .foreground-pic {

	left: 25%;

	}
}

.association ul {
	
}


body .userway .userway_accessibility_icon {background:red !important;}

.col-xs-12.col-sm-6.col-md-4:nth-child(4) {
	float: left;
	clear: both;
}


.footer-main .social {
	margin: -24px 0px !important;
}
