/* @font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-bold-webfont.woff') format('woff2'),
       url('../fonts/lato-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}

@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
       url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=Dancing+Script&family=Lato:wght@300;400;700&family=Rock+Salt&display=swap');




/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
    ========================================================================== */
/**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
      ========================================================================== */
/**
    * Remove the margin in all browsers.
    */
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
}


/**
    * Render the `main` element consistently in IE.
    */
main {
  display: block;
}

/**
    * Correct the font size and margin on `headings` elements within `section` and
    * `article` contexts in Chrome, Firefox, and Safari.
    */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}




/* Grouping content
      ========================================================================== */
/**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
      ========================================================================== */
/**
    * Remove the gray background on active links in IE 10.
    */
a {
  background-color: transparent;
  
  transition: color 0.3s ease;
  text-decoration: none;
  color: #18224f;
}

a:hover {
  
  color: #222;
}

/**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */
b,
strong {
  font-weight: bolder;
}

/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
    * Add the correct font size in all browsers.
    */
small {
  font-size: 80%;
}

/**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
      ========================================================================== */
/**
    * Remove the border on images inside links in IE 10.
    */
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
      ========================================================================== */
/**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */
button,
input,
optgroup,
select,
textarea {
  outline: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
    * Correct the inability to style clickable types in iOS and Safari.
    */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
    * Remove the inner border and padding in Firefox.
    */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
    * Restore the focus styles unset by the previous rule.
    */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
    * Correct the padding in Firefox.
    */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
progress {
  vertical-align: baseline;
}

/**
    * Remove the default vertical scrollbar in IE 10+.
    */
textarea {
  overflow: auto;
}

/**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
      ========================================================================== */
/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
details {
  display: block;
}

/*
    * Add the correct display in all browsers.
    */
summary {
  display: list-item;
}

/* Misc
      ========================================================================== */
/**
    * Add the correct display in IE 10+.
    */
template {
  display: none;
}

/**
    * Add the correct display in IE 10.
    */
[hidden] {
  display: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}


.btn:active, .btn:focus {
  box-shadow: none;
  outline: 0;
}
.btn:active:active, .btn:focus:active {
  box-shadow: none;
}

.btn {
  color: #fff;
  min-width: 154px;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: 148px;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.btn-lg {
  font-size: 18px;
  line-height: 32px;
  padding: 16px 25px;
}

.btn-lg-radius {
  border-radius: 36px;
}

.btn-small {
  font-size: 14px;
  line-height: 28px;
  padding: 5px 25px;
  letter-spacing: 0;
  min-width: 0;
  border-radius: 3px;
}

.btn-prime {
  background: #ff9248;
  color: #fff;
  border: 1px solid #ff9248;
}

.btn-prime:hover {
  background: transparent;
  color: #ff9248;
  border: 1px solid #ff9248;
}

.btn-prime-ghost {
  background: #ff9248;
  color: #fff;
  border: 1px solid #ff9248;
}

.btn-prime-ghost:hover {
  background: none;
  color: #ff9248;
  border: 1px solid #ff9248;
}

.btn-white-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-white-ghost:hover {
  background: #fff;
  color: #ff9248;
  border: 1px solid #fff;
}

.btn-sec {
  background: #ff9248 !important;
  color: #fff;
  border: 1px solid #18224f;
}

.btn-sec:hover {
  background: #ff9248;
  color: #18224f;
  border: 1px solid #18224f;
}

.logo-main img {
  max-width: 300px;
  height: auto;
  transition: all 0.3s ease;
} 

.top-section {
  position: relative;
  padding-top: 132px;
}

.header-wrapper .navbar-collapse {
  flex-grow: inherit;
}

.top-section .header-bottom {
  background-color: #eff0e8;
}

.header-bottom .navbar{
  padding: 15px 0;
  transition: padding 0.3s ease;
}

.header-wrapper .navbar-nav .nav-item {
  font-size: 20px;
  font-weight: 600;
}

.header-wrapper .navbar-nav .nav-link {
  color: #18224f;
  padding: 0;
  margin: 0 15px;
}

.header-wrapper .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.header-wrapper .navbar-nav .nav-item:hover .nav-link {
  color: #ff9248;
}

.home-banner {
  padding: 40px 0;
  position: relative;
}

.home-banner-content {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 6px 4px #eee;
}

.home-banner::before {
}

.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  width: 100%;
}

.header-wrapper.head-bg {
  background: #18224f;
}


.header-wrapper.head-bg .logo-main img{
  max-width: 160px;
}

.header-wrapper.head-bg .header-top-inner {
  top: -100px;
}


.header-wrapper.head-bg .header-bottom .navbar{
  padding: 5px 0;
}

.home-banner iframe {
  width: 100%;
}

.home-banner p {
  color: #333;
}

.home-banner p a {
  color: #ff9248;
}

.home-banner h1{
  color: #13385d;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.home-banner h1 span {
  color: #ff9248;
  font-size: 20px;
}

.home-banner .container {
  position: relative;
}

.header-wrapper .header-top .container{
  position: relative;
}

.header-wrapper .patient-number {
  color: #fff;
  margin-right: 30px;
  text-align: center;
  display: flex;
  font-size: 14px;
}

.header-wrapper .patient-number span{
  display: inline-block;
  margin-right: 5px;
}

.header-wrapper .patient-number a{
  color: #ff9248;
  font-weight: 600;
  display: inline-block;
  border-radius: 3px;
}

.header-wrapper .patient-number > div {
  margin-right: 15px;
}

.header-wrapper .navbar-light .navbar-brand {
  padding: 0;
}

.header-wrapper .patient-number a:hover{
  text-decoration: underline;
  color: #fff;
}

.header-wrapper .header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: top 0.3s ease;
}

.header-bottom .navbar>.container {
  align-items: center;
}

.header-wrapper .header-top {
  position: relative;
  z-index: 22;
  background-color: #18224f;
}

.header-wrapper .book-appoint {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrapper .book-appoint a {
  margin-left: 15px;
  border-radius: 0;
}

.header-wrapper .book-appoint span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.benefit-section {
  padding: 10px 0 40px;
}

.benefit-section h2{
  font-family: 'Rock Salt', cursive;
  font-size: 30px;
  text-align: center;
  color: #ff9248;
  font-weight: bold;
  margin: 0 0 40px;
}

h4 {
  color: #18224f;
  font-weight: 600;
  margin: 0 0 5px;
}

.benefit-section p {
  margin-bottom: 25px;
}

.form-section {
  padding: 60px;
}
.tab-content img {
    height: 50px;
}
.section-wrapper {
  background: #f6f6f6;
  padding: 60px 0;
}

.testimonial-section .tab-content>.tab-pane {
  background: #f6f6f6;
  padding: 30px;
}

.testimonial-section {
  background: #fff;
}


.beforeAfter img {
  max-width: none;
 }

 
.beforeAfter {
  width: 250px;
  display: inline-block;
  margin: 10px;
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
  border: 5px solid #fff;
}

.food-wrapper {
  padding: 60px 0;
  background-color: #f6f6f6;
}

.food-wrapper h2,
.about-akavan-doc h2{
  font-weight: 600;
  color: #18224f;
  text-align: center;
  margin-bottom: 40px;
}


.food-wrapper p {
  font-size: 18px;
}

.about-service-section h2{
  font-weight: 600;
  color: #ff9248;
  text-align: center;
  margin-bottom: 40px;
}

.section-wrapper h2 {
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.form-section h2 {
  font-weight: 600;
  color: #18224f;
  text-align: left;
  margin-bottom: 30px;
}



.section-wrapper h2 {
  color: #13385d;
}


.form-inner {
  max-width: 100%;
  margin-left: auto;
  background: #fff;
  padding: 30px;
  margin-right: auto;
  border-radius: 6px;
}

.form-section  .form-inner{
  padding: 0;
}
.form-section .form-control{
  border-radius: 0;
  background: #eee;
  border-color: #eee;
}

.form-inner .label{
  margin-bottom: 8px;
  font-size: 18px;
  color: #18224f;
}

.form-control {
  padding: 10px 15px;
}

.form-inner .form-row {
  margin-bottom: 20px;
}

.form-inner textarea {
  resize: none;
}

.map-section {
  overflow: hidden;
}

.map-section iframe{
  width: 100%;
}


.testimonial-sec .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
 top: 50%;
  margin-top: -48px;
}

.testimonial-sec nav .nav-tabs .nav-link{
  background: #18224f;
  border: 1px solid #18224f;
  color: #fff;
    display: inline-block;
    font-family: 'Function', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    margin: 10px 6px 0px 0;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: none !important;
    outline: 0 !important;
    min-width: 280px;
  }

  .testimonial-sec nav .nav-tabs .nav-link.active{
      background: #18224f;
      border: 1px solid #18224f;
      color: #fff;
      display: inline-block;
      font-family: 'Function', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: bold;
      margin: 10px 6px 0px 0;
      padding: 12px 30px;
      text-align: center;
      text-decoration: none;
      text-transform: capitalize;
      box-shadow: none !important;
      outline: 0 !important;
    }

    .banner-box {
      background: #2CA9E1;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 20px;
      justify-content: center;
      flex-direction: column;
      border-radius: 6px;
      min-height: 272px;
    }

    .banner-box .img-sec img{
      max-width: 140px;
    }

    .banner-box .doc-details{
      padding-top: 20px;
    }
    
    .banner-box .doc-details span{
      font-size: 24px;
      color: #fff;
      text-align: center;
      display: block;    }

    
  .testimonial-sec nav .nav-tabs .nav-link.active span {
    background: #fff;
    color: #18224f;
    padding: 4px 20px;
  }

.testimonial-sec nav .nav-tabs{
  justify-content: flex-start;
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-form .form-inner{
  background: #242b33;
  padding: 20px;
}

.sidebar-form .form-inner .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 3px;
}

.sidebar-section {
  margin-bottom: 30px;
}

.sidebar-gallery{
  text-align: center;
}

.sidebar-gallery h6 {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sidebar-gallery h6 a {
  color: #18224f;
  text-decoration: underline;
}

.benefit-section h2.accordion-header {
  margin: 0;
  font-family: 'Lato', sans-serif;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #13385d;
}

.sidebar-section h3 {
  color: #ff9248;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.sidebar-section.sidebar-form h3 {
  color: #fff;
}

.sidebar-form .form-inner .form-control {
  padding: 5px 10px;
}

.sidebar-form .form-inner .form-row {
  margin-bottom: 15px;
}

.testimonial-sec .card-container{
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
  padding: 30px 20px;
  border-radius: 12px;
  line-height: 1.4;
  position: relative;
  background: #fff;
	color:#000;
}

.bg-blue {
  background: #18224f;
}

.section-wrapper.bg-blue h2 {
  color: #fff;
}

.testimonial-sec .card-container .review-category {
  position: absolute;
  right: 30px;
  top: 30px;
}

.testimonial-sec .card-container .review-category img{
  max-width: 50px;
  height: auto;
}

.testimonial-sec .card-container .ratings-star {
  margin-bottom: 25px;
}

.testimonial-sec .card-container .ratings-star img{
  width: 30px;
  height: auto;
  display: inline-block;
}

.testimonial-sec .card-image-container img{
  max-width: 80px;
  height: 80px;
  border-radius: 60%;
  border: 1px solid #13385d
}

.testimonial-sec .card-content-container > div{
  margin-bottom: 15px;
}

.testimonial-sec .card-content-container .card-heading {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}

.testimonial-sec .card-image-container {
  margin-bottom: 25px;
}


.testimonial-sec .owl-carousel .owl-stage-outer {
  padding: 10px;
}

.testimonial-sec .owl-carousel .owl-nav button{
  font-size: 36px;
  width: 48px;
  height: 48px;
  background: #13385d url(../images/arrow.png) no-repeat 22px center !important;
  background-size: 10px auto !important;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px 2px #ccc;
  margin-right: -15px !important;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-prev{
  transform: rotate(180deg);
  margin-right: auto;
  margin-left: -15px;
}

.testimonial-sec .owl-carousel .owl-nav button span {
  display: none;
}

.footer-wrapper {
  padding: 0 0 20px;
  color: #fff;
  background-color: #18224f;
}


.footer-wrapper a {
  color: #fff;
}

.comp-logo {
  background: #eee;
}

.comp-logo img {
  mix-blend-mode: darken;
}

.footer-wrapper .footer-top {
  padding: 60px 0 30px;
  background: #242b33;
}

.footer-bottom {  
  padding-top: 30px;
}

.social-links ul  {
  display: flex;
  align-items: center;
}

.social-links ul li {
  margin-left: 15px;
}

.social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18224f;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
}


.social-links ul li a:hover {
  background-color: #18224f;
  color: #fff;
}

.footer-top h6 {
  font-size: 20px;
  font-weight: 600;
  padding: 25px 0 15px 0;
}

.footer-top p {
  margin-bottom: 5px;
}

.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  margin-top: 0;
}

.banner-slogan {
  font-family: 'Dancing Script', cursive;
  font-size: 32px;
}

.video-wrapper iframe {
  width: 100%;
}

.about-doc {
  background: #2CA9E1;
  padding: 60px 0;
}

.about-doc .about-doc-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.about-doc .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.about-doc .img-wrapper img {
  max-width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
}

.about-doc .img-wrapper .doc-heading {
  font-size: 18px;
  font-weight: 600;
}

.about-akavan-doc {
  padding: 60px 0;
}

.about-akavan-doc.about-page-content p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.about-akavan-doc.about-page-content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff9248;
  margin-bottom: 15px;
}

.about-akavan-doc.about-page-content h5 {
  font-size: 20px;
  font-weight: bold;
  color: #18224f;
  margin-bottom: 10px;
  font-style: italic;
}

.about-akavan-doc.about-page-content .img-wrapper{
  float: right;
    max-width: 500px;
    margin: 0 0 25px 25px;
}

.book-appointment-section {
  background: #18224f;
  padding: 60px 0;
}

.welcome-image img {
  mix-blend-mode: darken;
  margin-bottom: 30px;
  max-width: 480px;
}

.about-akavan-doc p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #18224f;
}


.about-akavan-doc ul {
  margin-left: 25px;
  margin-bottom: 30px;
}

.about-akavan-doc ul li {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #18224f;
  list-style: disc;
}

.about-service-section {
  padding: 60px 0;
  background-color: #f6f6f6;
}

.about-service-section .img-wrapper img{
  float: left;
 
  margin: 0 40px 20px 0;
}

.ortho-care-section {
  background: #2CA9E1;
  padding: 60px 0;
}

.ortho-care-section h2{
  font-weight: 600;
  color: #18224f;
  margin-bottom: 30px;
}

.ortho-care-section p{
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

.ortho-care-section.bg-grey {
  background: #f6f6f6;
}

.ortho-care-section.bg-grey h2{
  color: #ff9248;
}

.ortho-care-section.bg-grey p{
  color: #333;
}

.our-treatment-section {
  padding: 60px 0;
  background: #ff9248;
}

.our-treatment-section h2{
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.treatment-inner {
  height: 100%;
  height: 247px;
  perspective: 1000px;
}

.treatment-wrapper {
  height: 100%;
  background: #fff;
  text-align: center;
	position: relative;
	text-align: center;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	width: 100%;
}

.treatment-inner .img-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-inner .teatment-title {
  font-size: 16px;
  font-weight: 600;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 12px 10px;
  color: #fff;
  background: #18224f;
}

.treatment-inner .img-wrapper img{
  max-height: 100%;
}

.btn-position{
  /* position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%; */
}

.treatment-inner .back-div, .treatment-inner .front-div {
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
}

.treatment-inner .back-div{
  background: #2CA9E1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 14px;
  align-items: center;
  color: #fff;
  justify-content: center;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.treatment-inner:hover .treatment-wrapper {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.deal-wrapper {
    background-image: url(../images/deal-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 140px;
    color: #fff;
  /*  margin-bottom: 60px;*/
    overflow: hidden;
    background-color: #2ca9e1;
}

.inner-banner {
  overflow: hidden;
  position: relative;
}

.sch-today {
  background: url(../images/square.png) no-repeat center -11px;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: 167px;
  font-size: 20px;
  padding: 0 60px;
  text-align: center;
}

.paitent-block .new-patient{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.paitent-block .new-type{
  font-size: 14px;
}

.flexslider .slides li {
  position: relative;
}

.flex-control-nav {
  position: absolute;
  right: 50%;
  bottom: 60px;
  z-index: 11;   
  padding: 0;
  margin: 0;
  margin-right: -40px;
  display: flex;
}

body {
  background: transparent;
}

.review-slider-heading img {
	height:30px; 
	float:left;
	padding-left: 10px;
}
.review-slider .review-inner-sec .review-slider-heading{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  background:#18224f;
  color:#FFFFFF;
  text-align:center;
}
.review-slider .review-inner-sec .review-slider-heading span{
  color: #ff9248;
  font-size: 18px;
}
.review-slider .flex-direction-nav li a{
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 30%;
  right: -25px;
  height: 20px;
  width: 20px;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 6px auto;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #ccc;
  overflow: hidden;
}
.review-slider {
  position: relative
}
.review-slider .flex-direction-nav li.flex-nav-prev a{
  right: auto;
  left: -25px;
  -ms-transform: rotate(-180deg); /* IE 9 */
  transform: rotate(-180deg);
}
.review-slider .flexslider {
  position: relative;
}
.review-slider .review-inner-sec {
  max-width: 280px;
  background: #ff9248;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 2px 2px #f0f0f0;
  position: absolute;
  left: calc(50% - 650px);
  bottom: 30px;
}
.review-slider .review-inner-sec.google-review {
  left: auto;
  right: calc(50% - 650px);
}

.flex-control-nav li {
  margin: 0 5px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


.flex-control-nav li a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  background: white;
  border: 2px solid #ff9248;
  border-radius: 50%;
}


.flex-control-nav li a.flex-active  {
  background: #ff9248;
}

.flexslider .slides li img {
  width: 100%;
}

.flexslider .slides li .capiton{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  background: rgba(0,0,0,0.5);
}

.flexslider .text-desc {
  font-size: 14px;
  text-align: center;
  color:#ffffff;
  padding-bottom: 10px;
}
.text-desc-img img {
    width: 50px !important;
    height: 50px;
	text-align:center;
	margin-top:10px;
}

.flexslider .slides li .capiton span {
  max-width: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.appointment-form {
  color: #fff;
  padding: 0 30px;  
}

.appointment-form .booking-heading{
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.appointment-form .form-row {
  margin-bottom: 25px;
}

.appointment-form .form-row .form-input input{
  border-radius: 0;
}

.appointment-form .form-row .form-input textarea{
  width: 100%;
  height: 80px;
  padding: 15px;
}

.doc-head-section {
  background: #ff9248;
  text-align: center;
  font-size: 48px;
  color: #fff;
  padding: 60px 0 30px;
  font-weight: bold;
}

.about-akavan-doc.single-doc-page h2{
  text-align: left;
  margin-bottom: 20px;
}

.about-akavan-doc.single-doc-page h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff9248;
  margin-bottom: 15px;
}

.single-doc-page .img-wrapper img{
  max-width: 480px;
  width: 100%;
}

.usc-heading {
  font-size: 30px;
  font-style: italic;
}

.office-slider {
  max-width: 640px;
  margin: 0 auto 60px;
  position: relative;
  background: #f6f6f6;
  padding: 30px;
  box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 5px 1px #ccc;
    border-radius: 4px;
}

.about-akavan-doc ul.flex-direction-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  left: 0;
  padding: 0 30px;
  justify-content: space-between;
}

.about-akavan-doc ul.flex-direction-nav li{
  list-style: none;
}

.about-akavan-doc ul.flex-direction-nav li a {
  display: flex;
  text-indent: -9999px;
  overflow: hidden;
  height: 40px;
  width: 40px;
  background: #fff url(../images/arrow-right.png) no-repeat center center;
  background-size: 16px auto;
}

.about-akavan-doc ul.flex-direction-nav li.flex-nav-next a {  
  -ms-transform: rotate(-180deg); /* IE 9 */
  transform: rotate(-180deg);
}

.testimonial-wrapper {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.testimonial-wrapper h2{
  font-weight: 600;
  color: #18224f;
  text-align: center;
  margin-bottom: 40px;
}

.test-section {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 3px 1px #ccc;
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
}

.test-section.doc-testimonial {
  flex-direction: column;
}

.test-section.doc-testimonial .from-sec{
  font-size: 18px;
  color: #ff9248;
  margin-bottom: 10px;
}

.test-section.doc-testimonial .add-sec {
  max-width: 200px;
  margin-bottom: 20px;
}

.test-section.doc-testimonial .testi-desc {
  font-size: 18px;
  margin-bottom: 20px;
  color: #18224f;
}

.test-section.doc-testimonial .doc-name {
  font-weight: bold;
}

.test-section .test-user {
  font-size: 20px;
  font-weight: 600;
  color: #ff9248;
  margin-bottom: 10px;
}

.test-section .img-wrapper{
  width: 120px;
}

.test-section .test-details{
  width: calc(100% - 120px);
  padding-left: 15px;
}


.food-wrapper .img-wrapper img{
  max-width: 150px;
  mix-blend-mode: darken;
}

.pd-head-section .doc-head-subHeading{
  font-size: 20px;
  font-weight: normal;
  margin-top: 30px;
}

.pd-head-section {
  padding: 60px 0;
  font-size: 42px;
  background: #ff9248;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.pd-section {
  padding: 60px 0;
  background: #18224f;
  color: #fff;
}

.pd-section.sec-white {
  background: #f6f6f6;
  color: #333;
}

.pd-section.sec-default {
  background: #ff9248;
}

.pd-section.sec-white h2{
  color: #333;
}

.pd-section h2{
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}

.pd-section p {
  font-size: 20px;
}

.contact-page {
  padding: 60px 0;
  font-size: 20px;
}
.contact-page h2{
  font-weight: 600;
  color: #ff9248;
  text-align: left;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
}


.contact-page ul li {
  font-size: 24px;
  margin: 0 5px;
  
}
.contact-page ul {
  display: flex;
  align-items: center;
}
@media (min-width: 1399px){
  .review-slider .review-inner-sec {
    left: calc(50% - 680px);
  }
.review-slider .review-inner-sec.google-review {
  right: calc(50% - 680px);
}
}
@media (max-width: 1299px){
  .review-slider .review-inner-sec {
    position: static;
  }
  
  .review-slider {
    padding: 60px 0;
    background: #2CA9E1;
  }
}

@media (max-width: 1199px){

  .treatment-inner {
    height: 274px;
}

.usc-heading {
  font-size: 20px;
  font-style: italic;
}

  .sch-today {
    background-position: center -14px;
  }

  .header-wrapper .header-top-inner {
    position: static;
    text-align: center;
    justify-content: center;
  }

  .flexslider .slides li .capiton {
    font-size: 36px;
  }

  .flexslider .slides li .capiton span {
    max-width: 480px;
  }

  .header-wrapper {
    position: static;
    background: #18224f;
  }

  .top-section {
    padding: 0;
  }

  .logo-main img {
    max-width: 120px;
  }

  .navbar-light .navbar-toggler {
    position: absolute;
    right: 0;
    top: 40px;
    background-color: #fff;
  }

  .header-bottom .navbar {
    padding: 15px 0;
    min-height: 106px;
  }

  .header-bottom .navbar>.container {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .menu-outer {
    width: 100%;
  }

  .header-wrapper .navbar-nav .nav-link {
    text-align: center;
    margin: 3px 0;
  }

  /* .header-bottom .navbar .navbar-brand{
    position: absolute;
    left: 0;
    top: 10px;
  } */

  .doc-head-section {
    font-size: 36px;
  }
}

@media (max-width: 991px){

 .review-slider {
    padding: 30px 0;
}
  .about-akavan-doc.single-doc-page h2 {
    text-align: left;
  }

  .about-akavan-doc.single-doc-page {
    text-align: left;
  }

  .single-doc-page .img-wrapper img {
    width: 100%;
  }

  .doc-head-section {
    font-size: 24px;
    padding: 15px 0;
  }

  .treatment-inner {
    height: 303px;
}

  .about-akavan-doc {
    text-align: center;
  }

  .about-service-section .img-wrapper img {
    float: none;
    margin: 0 0 30px;
  }
  .ortho-care-section,
  .about-service-section {
    padding: 30px 0;
    text-align: center;
}

  .about-akavan-doc .img-wrapper{
    
    margin-bottom: 30px;
  }

  .deal-wrapper {
    padding: 30px 0;
    margin-bottom: 0px;    
    background-size: 2070px auto;
    background-position: center top;
  }
  .pd-section,
  .contact-page,
  .about-akavan-doc,
  .about-doc {
    padding: 30px 0;
  }

  .deal-wrapper .paitent-block {
    text-align: center;
    margin: 30px 0;
  }

  .paitent-block .new-patient {
    font-size: 20px;
  }

  .sch-today {
    background-image: url(../images/square-full.png);
    background-position: center center;
    height: 200px;
    width: 200px;
  }

  .banner-box {
    min-height: 0;
  }

  .home-banner h1 {
    margin: 30px 0;
  }
  .footer-wrapper,
  .form-section,
  .section-wrapper,
  .benefit-section {
    padding: 40px 0 40px;
  }
  .testimonial-sec .owl-carousel .owl-nav button.owl-prev,
  .testimonial-sec .owl-carousel .owl-nav button {
    margin-right: 0 !important;
    margin-left: 0;
  }
}




@media (max-width: 767px){
  .header-wrapper .header-top-inner {
    flex-direction: column;
  }

  .treatment-inner {
    max-width: 333px;
    margin: 0 auto;
}

  .benefit-section h2 {
    line-height: 1.5;
  }

  .flex-control-nav {
    margin-right: -16px;
    bottom: 20px;
  }
  .flex-control-nav li a {
    border-width: 1px;
  }
  
.flex-control-nav li {
    margin: 0 2px;
    height: 12px;
    width: 12px;
  }

  .about-akavan-doc ul li,
  .about-akavan-doc p {
    font-size: 18px;
    line-height: 32px;
  }
  
  .flexslider .slides li .capiton {
    font-size: 30px;
  } 

  .testimonial-section .tab-content>.tab-pane,
  .testimonial-sec .card-container,
  .sidebar-form .form-inner,
  .home-banner-content {
    padding: 15px;
  }

  .header-wrapper .header-top {
    padding: 10px 0;
  }

  .header-wrapper .patient-number {
    margin: 0;
  }
  .header-wrapper .book-appoint {
    margin-top: 10px;
  }
  .welcome-image img,
  .about-service-section .img-wrapper img {
    max-width: 100%;
  }

}

@media (max-width: 479px){
  .flexslider .slides li .capiton {
    font-size: 24px;
}
.treatment-inner {
  height: 302px;
}
}