/* ==========| CSS LAYOUT |========== */
/* 
      1. Font 
      2: Root
      3. General CSS
      4. Common
	    5. Form Control css
      6. Helper css
      7. Heading , Title css
      8. Text Case , or style
      9. Paragraph css
	    10. Ul List
      11. Breadcurmbs
      12. Scroll Top
      13. Button
      14. Slick Slider
      15. Thank You Error
      16. WP Form 
      17. Footer
  */

@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.eot');
  src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Merriweather-Regular.woff2') format('woff2'),
      url('../fonts/Merriweather-Regular.woff') format('woff'),
      url('../fonts/Merriweather-Regular.ttf') format('truetype'),
      url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.eot');
  src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-Bold.woff2') format('woff2'),
      url('../fonts/Manrope-Bold.woff') format('woff'),
      url('../fonts/Manrope-Bold.ttf') format('truetype'),
      url('../fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.eot');
  src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-Medium.woff2') format('woff2'),
      url('../fonts/Manrope-Medium.woff') format('woff'),
      url('../fonts/Manrope-Medium.ttf') format('truetype'),
      url('../fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.eot');
  src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-Regular.woff2') format('woff2'),
      url('../fonts/Manrope-Regular.woff') format('woff'),
      url('../fonts/Manrope-Regular.ttf') format('truetype'),
      url('../fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*-----RESET-----*/
:root {
  --black-color:#000000;
  --white-color: #fff;
  --primary-color: #282D46;
  --secondary-color: #1A1818;
  --purple-color:#574395;
  --orange-color:#EF7C00;
  --box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
  --light-blue-color:#EEF5FF;
  --yellow-color:#FFEE00;
}

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: var(--primary-color);
  line-height: 30px;
  letter-spacing: 0.1px;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  cursor: pointer
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: 'Myriad Pro';
  font-size: 1.125rem;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
  color: var(--secondary-color);
  font-family: 'Manrope';
  font-weight: 500;
  opacity: 1;
}

::-moz-placeholder {
  color: var(--secondary-color);
  font-family: 'Manrope';
  font-weight: 500;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--secondary-color);
  font-family: 'Manrope';
  font-weight: 500;
  opacity: 1;
}

::-moz-selection {
  color: #fff;
  background: #1A1818;
}

::selection {
  color: #fff;
  background: #1A1818;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type=text],
input[type=submit],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  height: auto !important;
  min-height: 148px;
  overflow: hidden;
  margin: 0;
}

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

.form-control {
  width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--white-color);
    border-radius: 4px;
    height: 54px;
    background: var(--white-color);
    color: var(--secondary-color);
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    letter-spacing: 0.2px;
}

.submitbtn input[type=submit] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: 100%;
}

.submit_btn .submitbtn {
  width: 100%;
  background: transparent;
  color: var(--white-color);
  border: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  padding: 6px 20px;
  cursor: pointer;
  height: 54px;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.submit_btn {
  background: var(--orange-color);
  border: 1px solid var(--orange-color);
  border-radius: 100px;
  color: #fff;
  letter-spacing: 0.6px;
  line-height: 100%;
  cursor: pointer;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-transform: uppercase;
  display: flex;
  min-width: 100%;
  min-height: 54px;
  width: 100%;
}


.form-control:focus {
  border-color: #fff !important;
}

select.form-control {
  background: url(../../assets/images/caret.png)no-repeat top 20px right 15px #fff;
}

/*-----STRUCTURE-----*/
.container,
.incontainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.row::after,
.container::after,
.clearfix::after {
  clear: both;
}

.width50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

/* FLEX  */
.flex {
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}

.inline-flex {
  display: inline-flex;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border-radius-20 {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  display: block;
}

.rounded-tl-md {
  border-top-left-radius: 15px;
}

.rounded-br-md {
  border-bottom-right-radius: 15px;
}


/*-----HELPER-----*/
.fl {
  float: left
}

.fr {
  float: right
}

.hidden {
  display: none
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.mCSB_inside>.mCSB_container {
  margin-right: 35px
}

.mCustomScrollbar .mCSB_scrollTools {
  opacity: 0
}

.mCustomScrollbar:hover .mCSB_scrollTools {
  opacity: 1
}

.cborder {
  border-radius: 5px;
}

/*----------------------------------------COMMON------------------------------------*/
/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 0;
  bottom: 85px;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: var(--white-color);
  background: var(--orange-color);
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 18%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollTop>img {
  transform: rotate(-90deg);
}

.scrollTop:hover {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

/*-----BREADCRUMBS-----*/

.breadcrumb {
  position: relative;
  min-height: 400px;
  background: rgb(87 67 149 / 90%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 70px;
  
}
.inn-top-pattern{
  position: absolute;
    top: -177px;
    left: 2px;
    z-index: 1;
}
.inn-circle{
  width: 57px;
  height: 57px;
  border-radius: 100%;
  background: rgb(255 255 255 / 5%);
  position: absolute;
  top: 70px;
  right: 28%;
  bottom: 0;
  margin: auto 0;
}
.pagetitle{
  font-size: 44px;
  line-height: 100%;
  color: var(--white-color);
  font-family: 'Merriweather';
  font-weight: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
ul.woo_breadcums {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
}

ul.woo_breadcums li {
  list-style: none;
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-transform: capitalize;
}

ul.woo_breadcums li span {
  padding: 0;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 20px 0 0;
  display: inline-block;
}

ul.woo_breadcums li a:after {
    position: absolute;
    z-index: 0;
    content: '/';
    top: 1px;
    right: -19px;
    width: 11px;
    height: 15px;
}

ul.woo_breadcums li a:hover {
  text-decoration: underline;
  color: #C1C1C1;
}

.breadcrumb.areas-breadcrumb {
  border-top: 1px solid rgb(193 193 193 / 30%);
  border-bottom: 0;
}

/* **** Heading , Title  **** */
h1,
h2,
h3,
h4,
h5,
h5,
h6,
.title-xlg,
.title-lg,
.title-md,
.title-sm,
.title-xs,
[class*="title-"] {
  font-family: 'Merriweather';
  font-weight: normal;
  color: var(--primary-color);
  position: relative;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
  z-index: 1;
}
.title-xlg , h1{
   font-size: calc(28px + (44 - 28) * (100vw - 320px) / (1920 - 320));
  }

.title-lg ,  h2{
  font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));   
}
.title-md ,  h3{
  font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320)); 
}
.title-sm ,  h4{
    font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320)); 
}
.title-xs ,  h5{
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)); 
}
.title-xxs , h6{
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}
.semi-title{
  font-weight: bold;
  line-height: 1.3;
}
.head-md{
  font-size: 18px;
  line-height: 28px;
  color: var(--black-color);
  font-weight: bold;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
.head-xs{
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.4px;
  font-weight: bold;
  margin-bottom: 20px;
}
.head-line:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: auto 0;
  left: 0;
  z-index: -1;
}
.head-line span{
  padding: 0 20px;
  background:var(--white-color);
  display: inline-block;
}

.yellow-line{
  position: relative;
  display: inline-block;
}
.yellow-line:after{
    content: "";
    position: absolute;
    bottom: 10px;
    width: 160px;
    height: 12px;
    background: var(--yellow-color);
    right: 0;
    z-index: -1;
}
/* TEXT CASE */
.uppercase {
  text-transform: uppercase;
}

.w-full {
  width: 100%;
}

.font-regular {
  font-weight: normal;
}

.font-light {
  font-weight: var(--text-light);
}

.font-semibold {
  font-weight: var(--text-semibold);
}

.font-bold {
  font-weight: bold;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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


/* **** SPACING  **** */
.my-0{margin:0}
.mt-0{
  margin-top: 0;
}
.mb-0{margin-bottom: 0;}
.mb-5{
  margin-bottom: 5px;
}
.mb-80{
  margin-bottom: 80px;
}
.my-100{
  margin: 100px 0;
}
.my-95{
  margin: 95px 0;
}
.my-110{margin: 110px 0;}
.mt-50{
  margin-top: 50px;
}
.mb-50{
  margin-bottom: 50px;
}

.my-80{
  margin: 80px 0;
}
.my-50{
  margin: 50px 0;
}
.py-110{
  padding: 110px 0;
}
.py-100{
  padding: 100px 0;
}
.py-95{
  padding: 95px 0;
}
.py-80{
  padding: 80px 0;
}

/* **** TEXT CASE  **** */
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}

.font-regular {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}
.orange-color{
  color: var(--orange-color);
}
.blue-color{
  color: var(--blue-color);
}
.white-color{
  color: var(--white-color);
}
.light-gray-bg{
  background: var(--light-gray-bg);
}
.light-blue-color{
  background:var(--light-blue-color)
}
/* **** GRID  **** */
.col6{
  width: 50%;
}
.grid{
  display: grid;
}
.gird-column-half{
  grid-gap: 14px;
	grid-template-columns: repeat(2, 1fr);
}
.three-columns-grid{
  grid-gap: 56px;
	grid-template-columns: repeat(3, 1fr);
}
.border-radius-4{
  border-radius: 4px;
  overflow: hidden;;
}
.four-columns-grid{
  grid-gap:30px;
	grid-template-columns: repeat(4, 1fr);
}

/* **** Paragraph css  **** */
p {
  margin-bottom: 30px;
  line-height: 30px;
  font-family: 'Manrope';
  font-weight: 500;
  letter-spacing: 0.4px;
}

p:last-of-type {
  margin-bottom: 0;
}

p a {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}

p a:hover {
  text-decoration: underline;
  color: var(--orange-color);
}

.intro [class*="title-"] {
  margin-bottom: 8px;
}

.inpage {
  padding: 80px 0;
  position: relative;
}
.short-intro{
  max-width: 670px;
  margin: 0 auto;
}
.short-intro p{
  line-height: 26px;
}
p + a{margin-top: 30px;}
p + .btnlist, [class*="title-"] + ul{
  margin-top: 30px;
}
ul{
  margin-bottom: 20px;
}
.line{
  border-top:1px solid rgb(45 45 45 / 10%);
  margin: 80px 0;
}
hr {
  margin: 45px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 0;
  border-color: #D9D9D9;
}
.img-ctent{
  padding: 0 180px 0 50px;
}
.flex-row-reverse .img-ctent{
  padding: 0 35px 0  160px;
}
.content-wrapper:not(:last-child) {
  margin-bottom: 80px;
}
.content-wrapper .img-block{
    /* right: calc(-100vw / 2 + (100% - -522px) / 2); */
}
.content-wrapper .img-block  img{
  position: relative;
}
.content-wrapper .popupvid{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.content-wrapper .popupvid a.wplightbox{
      position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-wrapper .popupvid a.wplightbox:after{
  content: "";
  position: absolute;
  top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
      width: 60px;
  height: 60px;
  border-radius: 100%

}

.content-wrapper .popupvid a.wplightbox:hover:after {
  animation: avatar-pulse 2s infinite;
  transition: background-color 0.5s;

  transition: 0.5s ease all;

}

@keyframes avatar-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
  }
  100% {
    box-shadow: 0 0 0 30px rgb(0 0 0 / 0.0);
  }
}

/* .image-in-wrap{
  min-width: 960px;
} */

.ctent-inner{
  max-width: 522px;
  margin: 0 0 0 auto;
}
.flex-row-reverse .img-ctent .ctent-inner{
  margin: 0;
}
.img-block{
  position: sticky;
  top:100px;
  align-self: flex-start;
}
.hm-content .pattern-wave{
  top: 124px;
}
.ctent-inner .head-xs{
  margin-bottom: 28px;
}
.ctent-inner p{
  line-height: 34px;
}
/* ********|| UL List ||******** */
ol{
  margin-left: 18px;
}
ol li{
  font-size: 16px;
  line-height: 26px;
  color: var(--primary-color);
  letter-spacing: 0.4px;
  font-weight: 500;
}
ol li:not(:last-child){
  margin-bottom: 20px;
}
.dlist {
  display: flex;
  flex-wrap: wrap;
}

.dlist li , .list-item li{
  position: relative;
  padding-left: 15px;
  flex: 0 0 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 28px;
  text-align: left;
}
.dlist li{
  padding-left: 30px;
}
.half li {
  flex: 0 0 50%;
}

.thrice li {
  flex: 0 0 33.33%;
}
.dlist li:before , .list-item li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
}

.dlist li:before{
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: rgb(40 45 70 / 30%);
    top: 9px;
    
}
.list-item li:before{
  width: 6px;
  height: 1px;
  background: var(--primary-color);
}

.dlist li:not(:last-child) ,
.list-item li:not(:last-child){
  margin-bottom: 12px;
}

.white-box{
  background: var(--white-color);
  border-radius: 10px;
  padding: 10px;
}
p + ul{margin-top: 20px;}

/*-----BUTTONS-----*/

.btnlist {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 -8px;
}

.btnlist li {
  padding: 0px 8px;
}

[class*="btn-"] {
  font-family: 'Manrope';
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.6px;
  color: var(--white-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
  z-index: 0;
  padding: 5px 20px;
  overflow: hidden;
  border: 1px solid var(--orange-color);
  text-transform: uppercase;
  min-width: 204px;
  background: var(--orange-color);
  min-height: 54px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;

}
[class*="btn-"]:hover{
  /* box-shadow: 2px 6px 0px #574395; */
  box-shadow: 6px 6px 0px #673602;
  background: #ef7c00;
  border-color: #ef7c00;
  color: var(--white-color);
}

[class*="btn-"]::after,
[class*="btn-"]::before {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.btn-call{
  font-size: 18px;
  color: var(--secondary-color);
  background: transparent;
  border-color: transparent;
}
.btn-icon > span{
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-content: center;
  background: var(--white-color);
  margin-right: 6px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.btn-call.btn-icon > span{
  background: var(--purple-color);
}
.btn-dark-color.btn-icon > span{
  background:var(--primary-color);
}
.btn-border{
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  background: var(--white-color);
}
.alink{
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.btn-fwidth{
  min-width: 250px;
}
.btn-transparent:hover {
  background:transparent;
  color: var(--orange-color);
  border-color: transparent;
  box-shadow: none;
}
.btn-transparent:hover span{
  background: var(--orange-color);
}

/* *********** SLICK SLIDER ************* */
.slick-arrow .slick-prev,
.slick-arrow .slick-next {
    width: 28px;
    height: 28px;
    background: #EEF5FF;
    border-radius: 100%;
    z-index: 1;
}

/* 
.slick-arrow .slick-prev {
  left: 0;
}

.slick-arrow .slick-next {
  right: 0;
} */

.slick-arrow .slick-prev:hover,
.slick-arrow .slick-next:hover {
  background: var(--orange-color);
}

.slick-arrow .slick-prev:before,
.slick-arrow .slick-next:before {
  content: none;
}

.slick-arrow .slick-prev:after,
.slick-arrow .slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 9px;
  height: 12px;
  bottom: 0;
  font-family: "FontAwesome";
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-arrow .slick-prev:after {
  content: "\f104 ";
}

.slick-arrow .slick-next:after {
  content: "\f105 ";
}

.slick-arrow .slick-arrow:hover:after{
  color: var(--white-color);
}



.slick-dots li{
  width: 25px;
  height: 25px;
  margin: 0 2px;
}
.slick-dots li button{
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 100%;
}
.slick-dots li button:before{
  content: '';
  font-family: none;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: rgb(40 45 70 / 30%);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 0;
  line-height: 100%;
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color:  #282D46;
}
.slick-dots li.slick-active button:before{
  background: #282D46;
  opacity: 1;
}
/* ********|| background circle ||******** */
.hm-faq{overflow: hidden;padding: 88px 0;}
.circle{
  width: 130px;
  height: 130px;
  background: #E4EEFC;
  border-radius: 100%;
  position: absolute;
}
.circle1{
  top:65px;
  right:130px;
}
.circle2{
  left:185px;
  bottom:38%;
}
.border-circle {
  width: 59px;
  height: 59px;
  border-radius: 100%;
  border: 10px solid #E4EEFC;
  position: absolute;
}
.border-circle{
  left: -12px;
  top: 70px;
}
.bdr-circle1{
  top:112px;
  left:55%;
}
.bdr-circle2{
  width: 168px;
  height: 168px;
  border-width: 20px;
  top: 44%;
  right: -86px;
  left: inherit;
}

/* whitout js css */
.faq_accordion .accordion_in{
  margin-bottom: 35px;
}
.faq_accordion.smk_accordion .accordion_in{
  margin-bottom: 20px;
}


/* ********|| FIND TO FIND US ||******** */
.place-col:not(:last-child) {
  margin-bottom: 50px;
}
.place-col .icon{
  margin-bottom: 15px;
}
.place-col .title-xs{
  margin-bottom: 15px;
}
.place-col p{
  line-height: 26px;
}
.place-col p span{
  display: block;
  margin-bottom: 8px;
}
.find-wrap{
  max-width: 540px;
}

/* ********|| DISTINCT DIFFERNECE  ||******** */
.hm-top-section{
  overflow: hidden;
}
.distinct-js{margin-top: 35px;}
.pattern-wave{
  position: absolute;
  top: 39px;
  left: -167px;
  min-width: 2364px;
   z-index: -1; 
}
.distbox .icon > img{
  margin: 0 auto 15px;
}
.distbox p{
  font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-align: center;
}
.distinct-js.slick-initialized{
  display: block;
}
.distinct-js{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.distinct-js li {
  width: 20%;
  text-align: center;
}



/* ********|| OUR SMILES  ||******** */
.gallery-wrapper{
    grid-gap: 8px;
    grid-template-columns: repeat(8, 1fr);
    margin: 37px 0 50px;
}

/* ********||  OUR PARTNERS  ||******** */
.partnerbox{
  border:1px solid #D9D9D9;
  min-height: 86px;display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.partners-js{
  margin:45px -11px 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partners-js.slick-initialized{
  display: block;
}
.partners-js li{
  padding: 0 11px;
  width: 14.22%;
}
.partnerbox:hover{
  border-color:#000;
}
.partners-js.slick-initialized li{
  margin-bottom: 0;
}
.partners-js li{
  margin-bottom: 20px;
}
/* ********||  Popular Treatments  ||******** */

.treatment-wrapper{
    grid-gap: 13px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 45px;
    row-gap: 8px;
}
.treatbox{
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    border: 1px solid transparent;
}
.treat-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 0 30px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.treat-overlay .head-xs{
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: var(--white-color);
  line-height: 24px;
  margin-bottom: 28px;
}
.hm-treatment-hover .treat-overlay{
  position: relative;
}
.treatment-wrapper .treatbox:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top , #282D46 , transparent 50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.treatment-wrapper .treatbox .treat-overlay .icon > img{
  filter: brightness(0) invert(1);
}
.treatment-wrapper .treatbox .treat-overlay .icon{
  margin-bottom: 15px;
  min-height: 60px;
}
.image-block {
  background: var(--light-blue-color);
  /* min-height: 360px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex:1;
  height: 100%;
}
.treat-overlay .arrow-btn {
  width: 42px;
  height: 42px;
  display: flex;
  border-radius: 100%;
  background: var(--purple-color);
  color: var(--white-color);
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  transform: translate(0, 50px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.top-overlay{
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

/* ********|| OUR TEAM  ||******** */
.team-detail{
  width: 534px;
  height: 526px;
  border-radius: 100%;
  background: rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.team-detail p{
  color: var(--white-color);
  line-height: 28px;
}
.team-inner{
  max-width: 435px;
  margin: 0 auto;
}
.team-inner .title-xlg{
  margin-bottom: 5px;
}
.team-inner .teeth-icon{
  margin: 0 auto 30px;
  text-align: center;
  width: 50px;
}
.team-name{
  font-size: 21px;
  color: var(--white-color);
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.2px;
}
.team-name span{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
    display: block;
}
.team-member{
    text-align: center;
    display: block;
    max-width: 309px;
    margin: 0 auto;
}
.circle-shape{
 position: relative;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
}
.circle-shape:before{
  content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    right: 0;
    bottom: 0;
    background: url(../../assets/images/svg/circle-border.svg) no-repeat;
    width: 313px;
    height: 332px;
}
.team-img{
  position: absolute;
  top: -18px;
  z-index: 1;
}
.team-info {
  margin-top: 40px;
}


@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}

@keyframes antiClockwiseSpin {
  from  {
    transform: rotate(360deg);
 }
 to {
    transform: rotate(0deg);
  }	
}



/* ********|| BOOK AN APPOINMENT ||******** */
.appointment-wrap{
  min-height: 830px;
  background: rgb(87 67 149 / 85%);
  padding-top: 90px;
}
.appoinment-inner{
  max-width: 540px;
  margin: 0 auto 0 160px;
}
.appoinment-inner .intro .title-xlg{
  margin-bottom: 10px;
}
.appoinment-inner .intro p{
  color: var(--white-color);
  line-height: 28px;
}
.appoinment-inner .intro{
  margin-bottom: 30px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;

}
form.get_touchfrm input::-webkit-date-and-time-value {min-width:95%!important; width: 100%; text-align: left!important}
form.get_touchfrm input[type="date"]{
  background: url(../../assets/images/svg/calendar2.svg) no-repeat #fff top 18px right 15px;
}

.unstyled {
  -webkit-appearance: none;
  opacity: 0;
}
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    opacity: 0;
}

/* ********|| BLOG ||******** */
.blog-gird{margin-top:45px;}
.blog-box{
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  background: var(--white-color);
  display: block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-detail{
  padding: 30px 30px 22px;
}
.date-wrap{
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: var(--black-color);
  margin-bottom: 15px;
}
.date-wrap span{margin-right: 8px;}
.blog-detail .head-xs{
    font-size: 18px;
    color: var(--black-color);
    line-height: 28px;
    margin-bottom: 12px;
        min-height: 56px;
}
.blog-gird .blog-detail .head-xs{
  height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: auto;
}
.blog-detail p{
   display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 77px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}
.blog-detail hr{
  margin:34px 0 20px;
}
.hm-blog .circle1{
  top: inherit;
    bottom: 0;
    right: 160px;
}
.blog-box .alink:hover{
  color: var(--orange-color);
}
/* ********|| FOOTER ||******** */
.cta-wrapper {
  margin: 50px 0 15px;
}
footer .cta-wrapper{border-radius: 5px;}
.cta-wrapper [class*="btn-"]{
  min-width: 183px;
  min-height: 70px;
  border-radius: 4px;
}
.cta-left .title-xs{
  display: flex;
  align-items: center;
}
.cta-left .title-xs span{ 
  margin-right: 15px;
}
/* ********|| FOOTER ||******** */
footer{
  background: var(--purple-color);
}
.ft-bottom{
  margin: 32px 0 50px;
}
.ft-block1{
  width: 325px;
  padding-right: 80px;
  position: relative;
}
.ft-block1:after{
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  width: 1px;
  height: 357px;
  background: rgb(255 255 255 / 20%);
}
.ft-block2{
  width: calc(100% - 325px);
  padding-left: 85px;
}
footer .cta-wrapper .cta-left{
  width: calc(100% - 405px);
}
footer .cta-wrapper .cta-right{
  width: 405px;
}
.short-line{
  width: 30px;
  height:3px;
  background: var(--white-color);
  margin: 30px auto;
}
.pay-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}
.pay-list li{
  width: 50%;
  margin-bottom: 30px;
  padding: 0 5px;
}
.pay-list li .paybox{
  background: var(--white-color);
  padding:6px;
  min-width: 111px;
}
.pay-list li .paybox.longbox {
  padding: 9px 4px;
  min-width: 100px;
  border-radius: 4px;
  max-width: 100px;
  margin: 0 auto;
}
.pay-list li:not(:last-child) .paybox{
  min-height: 34px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ftlabel{
  font-size: 16px;
  color: var(--white-color);
  font-weight: bold;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
  line-height: 22px;
  position: relative;
}
.navigation-wrap{
  margin-top: 30px;
}
.quick-link li {
    font-size: 14px;
    color: var(--white-color);
    line-height: 100%;
    letter-spacing: 0.4px;
    padding-left: 16px;
    position: relative;
}
.quick-link li:not(:last-child){
  margin-bottom: 14px;
}
.quick-link li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 1px;
    background: var(--white-color);
    bottom: 0;
    margin: auto 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.quick-link li:hover,
.quick-link li.active{
  color: var(--orange-color);
}
.quick-link li:hover:before,
.quick-link li.active:before{
  background: var(--orange-color);
}
.opening-wrap{
  background: #6D5BA2;
  padding:16px 10px;
  width: 100%;
  margin-top: 36px;
}
.opening-info p{
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
}
.opening-inner > .icon{
  margin-right: 10px;
}

.address-detail > li:not(:last-child){margin-bottom: 12px;}
.address-detail li .ctbox{display: flex;flex-wrap: wrap;}
.address-detail li .ctbox .icon{
    width: 25px;
    position: relative;
    top: 8px;
}
.address-detail li .ctbox .add-info{width: calc(100% - 25px);}
.address-detail li .ctbox .add-info p, .address-detail li .ctbox .add-info a{
  font-size: 14px;
  line-height: 28px;
  color: var(--white-color);
  letter-spacing: 0.4px;
  font-weight: normal;
}
.address-detail li .ctbox .add-info a{line-height: 100%;}
.address-detail li .ctbox .add-info a:hover{
  color: var(--orange-color);
}

.copyright{
  background: var(--white-color);
  padding: 10px 0;
}
.copyright p{
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 34px;
  text-align: center;
}

/*----- thank you 0r error -----*/
.thank_you_content {
  text-align: center;
}

.thank_you_content p {
  font-size: 18px;
}

.thank_you_content p a {
  font-weight: bold;
}

.thank_you_content p a:hover {
  color: var(--secondary-color);
}

.thank_you_content>img {
  margin: 0 auto;
}


/*----- FORM COMMON  -----*/
.wpcf7 .ajax-loader, 
.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: relative;
  background: #FE0000;
  display: inline-block;
  color: var(--white-color);
  letter-spacing: 0.2px;
  padding: 7px 10px;
  line-height: 100%;
  top: -5px;
  font-family: 'Manrope';
  font-weight: normal;

}

/*FORM ERROR MASSSAGE*/
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border:1px solid #F5C812;
  background: #FFF9DF;
  width: 100%;
  display: block;
  color: inherit;
  padding: 14px 15px 14px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-family: 'Manrope';
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  position: relative;
}

.wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/svg/material-error-outline.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 12px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #FFDFDF;
  border-color: #F54812;
}


.pulse {
  animation: pulse 2s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(0.8);
    background: rgb(87 67 149 / 10%);
  }

  to {
    transform: scale(1.2);
    background: #E4EEFC;
  }
}
.pulse1 {
  animation: pulse1 4s infinite ease-in-out alternate;
  animation-delay: 1s;
}
@keyframes pulse1 {
  from {
    transform: scale(0.5);
  }

  to {
    transform: scale(1);
  }
}


.floatStage  {
  animation: floatStage 3s alternate infinite both;
}

@keyframes floatStage {
  from {
    transform: rotateX(0deg) rotateZ(0deg) translateY(1em)
  }
  
  to {
    transform: rotateX(0deg) rotateZ(0deg) translateY(0em)
  }
}


/* GALLERY */

#wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore-btn{
    font-family: 'Manrope' !important;
        font-weight: bold !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: 0.6px !important;
    color: var(--white-color) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px !important;
    position: relative;
    z-index: 0;
    padding: 5px 20px !important;
    overflow: hidden;
    border: 1px solid var(--orange-color) !important;
    text-transform: uppercase !important;
    background: var(--orange-color) !important;
    min-height: 54px !important;
    text-shadow: none !important;
    margin: 40px 0 0 0 !important;
    min-width: 340px;
        transition: all 0.3s linear !important
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
}
#wonderplugingridgallery-2 .wonderplugin-gridgallery-loadmore-btn:hover{
    box-shadow: 6px 6px 0px #673602;
    background: #ef7c00 !important;
    border-color: #ef7c00 !important
    color: var(--white-color) !important;
}
.wonderplugin-gridgallery-tags{
  margin-bottom: 30px;
}

#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag{
   background: var(--light-blue-color) !important;
    font-family: 'Manrope' !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 10px 30px !important;
    border-radius: 5px !important;
    letter-spacing: 1px;
    font-size: 14px !important;
    color: var(--secondary-color) !important;
}

#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected, 
#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover, 
#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus{
  background: #ef7c00 !important;
  color: var(--white-color) !important;
}

.wonderplugingridgallery .wonderplugin-gridgallery-item-container {
  position: relative;
}
.wonderplugingridgallery .wonderplugin-gridgallery-item-container:before, 
.wonderplugingridgallery .wonderplugin-gridgallery-item-container:after {
  position: absolute;
  font-size: 16px;
  color: #FFEE00;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 100%;
  bottom: 15px;
  z-index: 1;
}

.wonderplugingridgallery .wonderplugin-gridgallery-item-container:before{
  content: "Before";
  left:calc(50% - 75px);
}
.wonderplugingridgallery .wonderplugin-gridgallery-item-container:after{
  content: "After";
  right:calc(50% - 65px);
}
.html5-title-caption .captitle{
  font-weight: bold;
}




/* ********|| BOOK NOW BUTTON HEADER  ||******** */

.appoinment-inner-new .get_touchfrm .form-control{
	border:1px solid #d9d9d9;
}
.html5-image{
	padding:0 !important;
	background: var(--light-blue-color);
}

.appoinment-inner-new{
    padding: 30px 45px;
	text-align:center;
}
.lightboxcontainer .appoinment-inner-new {
	text-align:center;
}
.appoinment-inner-new .intro{
	margin-bottom:20px;
}
.appoinment-inner-new .intro [class*="title-"]{
	margin-bottom:0;
}
.appoinment-inner-new .form-group.message_area{
	line-height:0;
}

.appoinment-inner-new .form-group{
	text-align:left;
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }

  /* TREATMENT HOVER EFFECT */
  .hm-treatment-hover .treatbox:hover{
    border-color: var(--purple-color);
  }
  .hm-treatment-hover .treatbox:hover:before{
    background:rgb(255 255 255 / 85%);
  }
  .hm-treatment-hover .treatbox:hover .top-overlay {
    transform:translate(0, -112%);
  }
  .hm-treatment-hover .treatbox:hover .treat-overlay .icon > img {
      filter:inherit;
  }
  .hm-treatment-hover .treatbox:hover .treat-overlay .head-xs{
    color: var(--primary-color);
  }
  .hm-treatment-hover .treatbox:hover .treat-overlay .arrow-btn{
    transition-delay: 0.4s;
    transform: translate(0, -60%);
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
  /* BLOG HOVER */
  .blog-box:hover{
    box-shadow: 4px 3px 5px rgb(0 0 0 / 10%);
    transform: translate(0, -10px);
  }

  /* MEET TEAM */
  .team-box .team-member:hover .circle-shape svg{
    animation: rotateCircles 8s linear infinite;
  }
  /* .team-box .team-member:hover .circle-shape:before{
    animation: antiClockwiseSpin 20s linear infinite;
  } */
  
}

@media (min-width: 1440px) {
  .container {
    max-width: 1430px;
  }
}


/* START MEDIA QUERY  */

@media screen and (max-width: 1439.99px) {
  .py-100{
    padding: 80px 0;
  }

  /* CONTENT */
  .flex-row-reverse .img-ctent {
      padding: 30px 30px 30px 80px;
  }

  /* OUR TEAM */
  .circle-shape:before{
    background-size: 235px;
  }
  .circle-shape{
    max-width: 250px;
    margin: 0 auto;
  }
  .circle-shape svg{
    width: 235px;
    height: 246px;
  }

  /* APPOINTMENT FORM*/
  .appoinment-inner{
    margin: 0 auto;
  }
  .hm-treatment-hover .treatbox:hover .top-overlay {
    transform: translate(0, -50%);
}
  /* CONTENT WRAPPER */
  .img-ctent {
      padding: 30px 80px 30px 30px;
  }
  /* GIRD */
  .three-columns-grid {grid-gap: 25px;}
  .blog-detail {padding: 35px 25px 30px;}
  .blog-detail .head-xs{min-height: 56px;}
  .four-columns-grid {grid-gap: 10px}

  /* FOOTER */
  .pay-list li .paybox{
      min-width: 90px;
  }
  .ft-block1 {
      width: 250px;
      padding-right: 30px;
  }
  .ft-block2 {
      width: calc(100% - 250px);
      padding-left: 30px;
  }
  .cta-left .title-xs span {margin-right: 10px;display: block;min-width: 65px;}

  .team-img{bottom: 0;margin: auto 0; }
}

@media screen and (max-width: 1199.99px) {
  /* SPACE */
  .mb-80{margin-bottom: 40px;}
  .my-110 , .my-100, .my-50, hr, .my-80 , .my-95{margin: 40px 0;}
  .py-95, .py-100, .py-110, .py-80, .inpage{padding: 40px 0;}
  .mb-50 {margin-bottom: 30px;}
  .mt-50{margin-top: 30px;}

  h1, h2, h3, h4, h5, h5, h6, .title-xlg, .title-lg, .title-md, .title-sm, .title-xs, [class*="title-"]{
    margin-bottom: 12px;
  }

  .head-line:after{
    content: none;
  }
  .head-line span{padding: 0;}

  .content-wrapper:not(:last-child) {margin-bottom: 40px;}

  .breadcrumb{padding-bottom: 30px;}
  .pagetitle{font-size: 30px;}
  

  /* TITLE */
  .head-xs{
    line-height: 26px;
  }
  .yellow-line:after{
    bottom: 8px;
    width: 115px;
    height: 6px;
  }
  .circle {
    width: 80px;
    height: 80px;
  }
  .circle2{
    left: 15px;
    width: 50px;
    height: 50px;
  }
  .border-circle{
    width: 40px;
    height: 40px;
    border-width: 8px;
  }
  .bdr-circle2{
    width: 100px;
    height: 100px;
    border-width: 10px;
    right: -48px;
  }
  /* SMILE GALERY */
  .gallery-wrapper{
    margin: 22px 0 30px;
  }

  /* PARTNERS */
  .partners-js {
      margin: 25px -5px 0 !important;
  }
  .partners-js li {
    padding: 0 5px;
    width: 25%;
}

.partners-js li:nth-child(n+5){
  margin-top: 10px;
}
.partners-js.slick-initialized li:nth-child(n+5){
  margin-top: 0;
}
  /* POPULAR TREATMENT */
  .treatment-wrapper{margin-top: 30px;grid-gap: 5px;}
  .treat-overlay .head-xs{font-size: 16px;line-height: 20px;margin-bottom: 15px;}
  .treat-overlay{
    padding: 0 0 0 15px;
  }
  .treatment-wrapper .treatbox .treat-overlay .icon {
    margin-bottom: 6px;
    width: 40px;
    min-height: 40px;
  }
  .top-overlay{
    padding-left: 12px;
  }

  .hm-treatment-hover .treatbox:hover .top-overlay {
      transform: translate(0, -80%);
  }

  /* CONTENT */
  .flex-row-reverse .img-ctent {
      padding: 0 15px 0 35px;
  }
  .place-col:not(:last-child) {
      margin-bottom: 30px;
  }
  .place-col .icon {
      margin-bottom: 10px;
  }

  /* GIRD */
  .three-columns-grid {
      grid-gap: 10px;
  }
  /* APPOINTMENT FORM*/
  .appointment-wrap{
      min-height: auto;
      padding: 30px 0;
  }
  .blog-gird {
    margin-top: 20px;
  }
  .appointment-book .map-wrap iframe{
    max-height: 700px;
  }
  .appoinment-inner{
    padding: 0 15px;
  }

  /* CONTENT WRAPPER */
  .image-in-wrap {min-width: auto;}
  .img-ctent {padding: 0 30px}
  /*BLOG*/
  .blog-detail .head-xs{font-size: 16px;line-height: 22px;min-height: 40px;}
  .blog-detail {padding: 25px;}
  .blog-detail hr {margin: 20px 0 15px;}
  .blog-detail p{line-height: 20px;font-size: 14px;}

  /* FOOTER */
  .cta-wrapper {
      margin: 35px 0 25px;
  }

  .ft-block1{
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .ft-block1:after{
    content: none;
  }
  .ft-block2 {
      width: 100%;
      padding-left: 0;
  }
  .short-line{
    display: none;
  }
  .pay-list li .paybox.longbox {
    padding: 4px 3px;
    min-width: 55px;
    max-width: 55px;
}
.pay-list{align-items: center;}

  .pay-list li {
    width: auto;
    margin-bottom: 0;
  }
  .cta-wrapper [class*="btn-"]{
    min-height: 45px;
  }
  .ft-bottom {margin: 30px 0;}
  /* HOW TO FINE US */
  .place-col .title-xs {
      margin-bottom: 8px;
  }
  .place-col .icon {
      margin-bottom: 10px;
  }
  .place-col:not(:last-child) {
    margin-bottom: 30px;
  }
  .pattern-wave{
    min-width: 1500px;
  }
  .wonderplugin-gridgallery-tags{
  display: flex;
}
  .wonderplugingridgallery .wonderplugin-gridgallery-item-container:before, 
  .wonderplugingridgallery .wonderplugin-gridgallery-item-container:after{
    font-size: 14px;
    bottom: 10px;
  }
  .inpage{
    overflow: hidden;
  }
}


@media screen and (max-width: 991.99px) {
  h1, h2, h3, h4, h5, h5, h6, .title-xlg, .title-lg, .title-md, .title-sm, .title-xs, [class*="title-"]{
    line-height: 1.5;
  }

  [class*="btn-"], .cta-wrapper [class*="btn-"] {
    min-width: 145px;
    padding: 5px 15px;
    letter-spacing: normal;
    min-height: 42px;
  }
  p + a {
    margin-top: 20px;
}
  .btn-icon > span{
    width: 26px;
    height: 26px;
    margin-right: 6px;
  }
  .btn-icon > span img{
    width: 12px;
  }
  
  .btn-call {
    font-size: 14px;
  }
  .intro p{
    font-size: 14px;
    line-height: 26px;
  }

  /* BREADCURMB */
  .breadcrumb{min-height: 320px;}
  .inn-top-pattern{top: -300px;}
  .pagetitle {font-size: 22px;}
  ul.woo_breadcums li{font-size: 14px;}
  ul.woo_breadcums li span{line-height: 1.4;font-size: 14px;}
  ul.woo_breadcums li a:after{right: -17px;}

  /* SLICK SLIDER */
  .distinct-js.slick-initialized, .partners-js.slick-initialized{
    padding-bottom: 45px;
  }
  .distinct-js .slick-arrow ,
  .partners-js .slick-arrow{
    top:inherit;
    bottom: -16px;
  }
  .distinct-js .slick-next,
  .partners-js .slick-next {
      right: calc(50% - 40px);
  }
  .distinct-js .slick-prev,
  .partners-js  .slick-prev{
      left: calc(50% - 40px);
  }

  .partners-js li{
    width: 33.33%;
  }
  .partners-js li:nth-child(n+4){
    margin-top: 10px;
  }
  .partners-js.slick-initialized li:nth-child(n+4){
    margin-top: 0;
  }

  /* GIRD */
  .col6{
    width: 100%;
  }
  .four-columns-grid{grid-template-columns: repeat(2, 1fr); }


   /* POPULAR TREATMENT */
   .treatment-wrapper{
    grid-template-columns: repeat(3, 1fr);
   }
   .treat-overlay .head-xs {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

  /* OUR TEAM */
  .team-info {margin-top: 25px;}
  .circle-shape{margin: 0 auto;}
  .circle-shape {
      max-width: 200px;
  }
  .circle-shape:before {
      background-size: 200px;
  }
  .circle-shape svg {
      width: 200px;
      height: 206px;
  }

  /* APPOINTMENT FORM*/
  .appoinment-inner .intro p{line-height: 26px;}
  .appoinment-inner {
    max-width: 90%;
    text-align: center;
  }
  .appointment-book .map-wrap iframe {
     min-height: 350px;
  }
  
  /* BLOG */
  .blog-detail .head-xs{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    min-height: 45px;
  }
  .blog-detail {
      padding: 20px;
  }
  .blog-detail p,  .blog-detail hr{
    display: none;
  }
  /* FAQ */
  .hm-faq{
    padding: 40px 0;
  }

  /* CONTENT WRAPPER */
  .dlist li, .list-item li{font-size: 15px;}
  .dlist li {
      padding-left: 16px;
  }
  .dlist li:before {
    width: 6px;
    height: 6px;
  }
  ul li, ol li, .list-item li{
    font-size: 15px;
    letter-spacing: 0.2px;
  }
  p{
    font-size: 15px;
    line-height: 28px;
    letter-spacing: normal;
  }
  .ctent-inner p {
      line-height: 28px;
  }
  .col6{
    width: 100%;
  }
  .img-block{
    margin-bottom: 30px;
  }
  .img-ctent{
    padding: 0;
  }
  .img-block{
    position: relative;
    top:0;
  }
  .content-fluid{
    padding: 0 15px;
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .ctent-inner {
    max-width:100%;
   text-align: center;
}

  .flex-row-reverse .img-ctent{
    padding: 0;
  }
  .flex-row-reverse {
      flex-direction: column-reverse;
  }

  /* FOOTER */
  footer .cta-wrapper .cta-left {
    width: 100%;
  }
  footer .cta-wrapper .cta-right {
    width: 100%;
    text-align: center;
  }
  .ftlabel{
    margin-bottom: 18px;
  }
  .cta-left .title-xs{
    flex-wrap: wrap;
  }
  .cta-left .title-xs span {
      display: block;
      min-width: 65px;
      margin: 0 auto 10px;
  }
  footer .cta-wrapper .cta-left {
      width: 100%;
      text-align: center;
      margin-bottom: 8px;
  }
  .navigation-wrap .ft-address{
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .navigation-wrap .ft-address .address-detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag{
    padding: 5px 15px !important;
    border-radius: 5px !important;
    letter-spacing: 0.4px;
    font-size: 12px !important;
  }
  .get_touchfrm .form-group{
    text-align: left;
  }
  .inpage .ctent-inner{
    text-align: left;
  }
	.appoinment-inner-new{
		padding:20px;
	}

}


@media screen and (max-width: 767.99px) {

  ul.woo_breadcums{
    padding: 8px 0 15px;
  }
  .content-fluid{
    max-width: 540px;
  }

  /* POPULAR TREATMENT */
  .treatment-wrapper{grid-template-columns: repeat(2, 1fr);}
  .hm-treatment-hover .treatbox:hover .top-overlay {transform: translate(0, 0%);}
  .treatbox .image-block > img{width: 100%;}

  /* APPOINTMENT FORM*/
  .appoinment-inner {max-width: 540px;}

  /* SLIDER */
  .slick-arrow .slick-prev,
  .slick-arrow .slick-next {
    width: 30px;
    height: 30px;
  }

  .slick-arrow .slick-prev:after,
  .slick-arrow .slick-next:after {
    background-size: 14px;
    top: 1px;
    left: 1px;
  }
  /* SMILE GALLERY */
  .gallery-wrapper{
      grid-template-columns: repeat(4, 1fr);
  }
  /* WITHOUT JS CSS */
  .distinct-js li{
    width: 33.33%;
  }
  .distinct-js li:nth-child(n+4){
    margin-top: 30px;
  }
  .distinct-js.slick-initialized  li:nth-child(n+4) {
    margin-top: 0;
  }
  /* FOOTER */
  .navigation-wrap .ft-nav{
    width: 100%;
  }
  .navigation-wrap .ft-nav .quick-link{display: none;margin: 20px 0;}
  .quick-link li:not(:last-child) {
      margin-bottom: 12px;
  }
  .navigation-wrap .ft-nav .ftlabel{
    margin: 0;
    padding: 8px 0;
    line-height: 100%;
    cursor: pointer;
  }
  .opening-wrap{
    margin-top: 20px;
    padding: 18px;
  }
  .navigation-wrap .ft-address{
    margin-bottom: 20px;
  }
  .navigation-wrap .ft-nav .ftlabel:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../assets/images/plus.png) no-repeat;
    width: 11px;
    height: 11px;
    filter: brightness(0) invert(1);
    background-size: 11px;
    bottom: 0;
    margin: auto 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .navigation-wrap .ft-nav .ftlabel.showhide:after{
    background: url(../../assets/images/minus.png) no-repeat;
    background-size: 11px;
  }
  footer .opening-wrap .opening-info p:first-child{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ft-block2 .opening-wrap .opening-inner{
    justify-content: flex-start;
  }
  .ft-block2 .opening-wrap .icon{
    display: flex;
    align-items: center;
    max-width: 170px;
    margin: 0 0 15px;
  }
  .ft-block2 .opening-wrap .icon .ftlabel.hidden{
    display: block;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .ft-block2 .opening-wrap .opening-info p .ftlabel{
    display: none;
  }
  .copyright p{line-height: 1.3;}
  .ft-address .address-detail > li{
      width: 50%;
  }
  .ft-address .address-detail > li:nth-child(2n) .ctbox{
      max-width: 120px;
      margin: 0 0 0 auto;
  }

}

@media screen and (max-width: 575.99px) {
  /* BREADCURMB */
  .inn-top-pattern{
    display: none;
  }
  .btnlist li{
    padding: 0px 8px 8px;
  }

  /* Distinct Difference */
  .distbox p{
    font-size: 12px;
    line-height: 18px;
  }
  .distbox p br{
    display: none;
  }

  .three-columns-grid {
      grid-template-columns: repeat(1, 1fr);
  }
  form.get_touchfrm input[type="date"]{
    min-width: 95%;
  }
  .width50{
    width: 100%;
  }
  .form-group {
      margin-bottom: 12px;
  }
  .alink{
    font-size: 10px;
    letter-spacing: normal;
  }

  /* PARTNERS */
  .partnerbox{padding: 10px;}

  /* POPULAR TREATMENT */
  .treat-overlay .head-xs{
    letter-spacing: normal;
  }
  .treat-overlay {
    padding: 0 0 0 10px;
    max-width: 100px;
}
    
  /* OUR TEAM */
  .team-wrapper{
    justify-content: center;
  }
  .team-name {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 18px;
  }
  .team-name span{
    font-size: 12px;
    line-height: 16px;
  }
  .circle-shape {
      max-width: 140px;
      margin: 0 auto;
  }
  .circle-shape:before {
    background-size: 128px;
  }
  .circle-shape svg {
    width: 130px;
    height: 145px;
  }
  .team-img {
    top: -5px;
    max-width: 130px;
}
.team-info {
    margin-top: 12px;
}

  /* BLOG */
  .blog-gird {
      grid-template-columns: repeat(2, 1fr);
  }
  .blog-gird .column{
    display: flex;
    flex-wrap: wrap;
  }

  .blog-gird .three-columns-grid .column{
    display: flex;
    flex-wrap: wrap;
  }
  .gird-column-half {
    grid-gap: 10px;
  }
  .blog-box{
      max-width: 320px;
      margin: 0 auto;
  }
  .blog-detail {
    padding: 20px 10px;
}
  .blog-detail .head-xs {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
    margin-bottom: 5px;
    min-height: 30px;
}

  /* WITHOUT JS CSS */
  .distinct-js li{
    width: 50%;
  }
  .distinct-js.slick-initialized  li:nth-child(n+3) {
    margin-top: 0;
  }

  /* FOOTER */
  .ft-block1 .ft-logo{
      margin: 0 auto 15px;
      width: 100%;
  }
  .ft-block1 .ft-logo > img{
      max-width: 160px;
      margin: 0 auto;
  }
  .pay-list{
      width: 100%;
      max-width: 270px;
      margin: 0 auto;
  }
  .navigation-wrap .ft-address .address-detail .add-info p br{display: none;}
  .navigation-wrap .ft-address .address-detail .add-info p{
      max-width: 145px;
      line-height: 24px;
      letter-spacing: normal;
  }
  .pay-list li {
      width: 50%;
      
  }
  .pay-list li:not(:last-child){
    margin-bottom: 10px;
  }

  .thrice li {
    flex: 0 0 100%;
  }

  .treatment-wrapper .treatbox:before{
    background-image: linear-gradient(to top , #282D46 , transparent 80%);
  }
  .treat-overlay .head-xs{
    font-size: 13px;
    line-height: 16px;
  }
  .treatment-wrapper .treatbox .treat-overlay .icon{
    min-height: 32px;
  }
  .treatment-wrapper .treatbox .treat-overlay .icon > img{
    max-width: 30px;
  }

  .wonderplugin-gridgallery-tags{
    max-width: 557px;
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .distinct-js li{padding: 0 15px;}
  .distinct-js li .distbox .icon{height: 60px;margin-bottom: 10px;}
  footer .opening-wrap .opening-info p:first-child{max-width: 235px;}

  .hidden.whatsappchat{display: block;    position: fixed;bottom: 15px;z-index: 1;}

  .appoinment-inner-new .intro [class*="title-"]{
      font-size: 22px;
      letter-spacing: normal;
  }
  .appoinment-inner-new .intro p{
    line-height: 20px;
  }
  .appoinment-inner-new textarea{
        min-height: 110px;
  }
  .form-control{
    padding: 8px 15px;
    height: 45px;
  }
    .html5-image .form-group {
      margin-bottom: 8px;
  }
}

a.wpgridlightbox.wpgridlightbox-2 {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid var(--purple-color);
  padding: 5px;
  overflow: hidden;
}
a.wpgridlightbox.wpgridlightbox-2 img{margin: 0 auto !important;width: 100% !important;}