@charset "utf-8";

/* CSS Document */
/* CSS Document © 2025 Digimax.co.uk */


::-moz-selection {
  background: #58585a;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #58585a;
  color: #ffffff;
  text-shadow: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nf-form-cont .turnstile-container .turnstile-wrap .nf-cf-turnstile {
  background: transparent!important;
}

/* HTML5 display-role reset for older browsers */

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

body {
  color: #150b15;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
}

p,
p span {
  font-family: "Jost", sans-serif;
}

img {
  border: 0px;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #55b7b4;
}

::-moz-placeholder {
  color: #55b7b4;
}

:-ms-input-placeholder {
  color: #55b7b4;
}

:-moz-placeholder {
  color: #55b7b4;
}

/*------------------- common style ---------------------------*/
a,
button,
input,
select,
textarea {
  outline: 0;
}

*,
:after,
:before {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

.common-style h1 {
  font-size: 26px;
  color: #594082;
  line-height: 2.38;
  margin: 0 0 24px;
}

.common-style h2 {
  font-size: 22px;
  color: #594082;
  line-height: 2.38;
  margin: 0 0 24px;
}

.common-style h3 {
  font-size: 21px;
  color: #594082;
  line-height: 2.38;
  margin: 0 0 24px;
}

.common-style h4 {
  font-size: 20px;
  color: #594082;
  line-height: 2.38;
  margin: 0 0 24px;
}

.common-style h5 {
  font-size: 19px;
  color: #594082;
  line-height: 2.38;
  margin: 0 0 24px;
}

.common-style h6 {
  font-size: 18px;
  color: #594082;
  line-height: 2.38;
  margin: 0 0 24px;
}

.common-style a {
  color: #55b7b4;
  outline: none !important;
}

.common-style a:hover {
  color: #808285;
}

.common-style p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  margin: 0 0 30px;
  font-weight: 500;
}

.common-style p a {
  color: #55b7b4;
}

.common-style p a:hover {
  color: #808285;
}

.common-style strong {
  font-weight: bold !important;
}

.common-style b {
  font-weight: bold !important;
}

.common-style i {
  font-style: italic !important;
}

.common-style ul {
  width: 100%;
  float: none;
  margin: 0 auto 30px;
  padding-left: 0px;
}

.common-style ul li {
  float: none;
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  position: relative;
  margin: 0 0 0;
  padding: 0 0 0 16px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.24px;
  font-weight: 500;
}

.common-style ul li:before {
  content: "\2022 ";
  position: absolute;
  left: 0px;
  color: #808285;
  font-size: 18px;
  top: 0px;
}

.common-style ul li a {
  color: #55b7b4;
}

.common-style ul li a:hover {
  color: #808285;
}

.common-style ol {
  width: 100%;
  float: none;
  counter-reset: my-awesome-counter;
  margin: 0 auto 30px;
  position: relative;
}

.common-style ol li {
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  counter-increment: my-awesome-counter;
  padding-left: 16px;
  width: auto;
  margin: 0 auto;
  position: relative;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.24px;
  font-weight: 500;
}

.common-style ol li a {
  color: #55b7b4;
}

.common-style ol li a:hover {
  color: #808285;
}

.common-style ol li:before {
  content: counter(my-awesome-counter);
  margin-right: 0px;
  position: absolute;
  left: 0px;
  color: #808285;
  font-size: 16px;
  top: 0;
}

.common-style blockquote p {
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  margin-bottom: 30px;
  position: relative;
}

.common-style blockquote p:before {
  content: '"';
  position: absolute;
  left: -100px;
  font-size: 16px;
  color: #f4d58d;
  font-style: italic;
  top: 17px;
}

/* IMG STYLES */
.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}
.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  clear: both;
}

.main-bg-img img {
  object-fit: cover !important;
  height: inherit !important;
  float: left;
  width: 100%;
}
.bgflex {
  background-size: cover !important;
}

.linker-col2.mobile { display:none;}





@media (max-width: 767px) {
  /* .common-style iframe { width:100%; height:350px; }*/
  .typeform-widget {
    height: initial !important;
  }



}

@media (max-width: 480px) {
  img.alignleft,
  .alignleft,
  img.alignright,
  .alignright,
  .alignnone,
  img.alignnone {
    display: block;
    margin: 0px auto;
    float: none;
  }
}

.common-style [type="search"] {
  border: 1px solid;
  padding: 10px 25px;
  background: none;
  border-color: #808285;
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  width: 200px;
  display: inline-block;
  margin-left: 15px;
}

.common-style [type="submit"] {
  -webkit-appearance: none;
  border: 1px solid;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 38px;
  cursor: pointer;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
}

.common-style [type="submit"]:hover {
  cursor: pointer;
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.common-style [type="submit"] span.screen-reader-text {
  position: relative;
  height: auto;
  width: auto;
  clip: inherit;
  clip-path: inherit;
}

nav.navigation.pagination {
  display: block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 0px 30px 0;
  float: left;
  width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 480px) {
  .common-style form.search-form label {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .common-style [type="search"] {
    width: 70%;
    margin-left: 0;
    margin-right: 2%;
  }
  .common-style [type="submit"] {
    width: 28%;
    float: right;
    padding: 10px 0px;
  }
}

.common-style h1 a {
  color: #55b7b4;
}
.common-style h2 a {
  color: #55b7b4;
}
.common-style h3 a {
  color: #55b7b4;
}
.common-style h4 a {
  color: #55b7b4;
}
.common-style h5 a {
  color: #55b7b4;
}
.common-style h6 a {
  color: #55b7b4;
}

.common-style h1 a:hover {
  color: #594082;
}
.common-style h2 a:hover {
  color: #594082;
}
.common-style h3 a:hover {
  color: #594082;
}
.common-style h4 a:hover {
  color: #594082;
}
.common-style h5 a:hover {
  color: #594082;
}
.common-style h6 a:hover {
  color: #594082;
}

.header-wrapp,
.linker-wrapp,
.banner-wrapp,
.about-wrapp,
.enquiry-wrapp,
.wow-wrapp,
.invisalign-wrapp,
.footer-wrapp,
.treatment-wrapp,
.reviews-wrapp,
.team-wrapp,
.service-wrapp,
.getins-wrapp,
.instagram-wrapp,
.fheader-wrapp,
.flinker-wrapp,
.inner-wrapp,
.conten-wrapp,
.sidbar-wrapp,
.abouts-wrapp,
.galler-wrapp,
.paiger-wrapp,
.feeser-wrapp,
.gallerin-wrapp,
.bloger-wrapp,
.blogin-wrapp,
.contact-wrapp,
.treatments-wrapp,
.teamer-wrapp,
.treatin-wrapp,
.hours-wrapp,
.testi-wrapp,
.practice-wrapp,
.partners-col1 {
  width: 100%;
  float: left;
}

.margin {
  width: 100%;
  max-width: 1160px;
  margin: auto;
}

/*header-wrapp*/

.header-wrapp {
  padding: 21px 0 14px;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.header-wrapp p {
  float: left;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 0;
}

.header-wrapp p a {
  color: #ffffff;
}

.header-wrapp p span {
  display: block;
}

.header-wrapp p strong {
  font-weight: 700;
}

.header-wrapp .header-col1 {
  width: auto;
  float: left;
  margin: 5px 0 0 3.5%;
}

.header-wrapp .header-col1 img {
  width: 100%;
  display: block;
}

.header-wrapp .header-col1 .header-row1 {
  width: 100%;
  float: left;
}

.header-wrapp .header-col2 {
  width: auto;
  float: right;
  margin: 0 0 0;
}

.header-wrapp .header-col2 img {
  width: 100%;
  display: block;
}

.header-wrapp .header-col2 .header-row2 {
  width: 100%;
  float: right;
}

.header-wrapp .header-btn1 {
  float: left;
  color: #ffffff;
  background: #c73636;
  border-color: #c73636;
  margin: 0 0 0 5px;
  padding: 10px 16px 10px 16px;
}

.header-wrapp .header-btn1:hover {
  color: #c73636;
  background: #ffffff;
  border-color: #ffffff;
}

.header-wrapp .header-btn2 {
  float: left;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 5px;
  padding: 10px 16px 10px 16px;
}

.header-wrapp .header-btn2:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #ffffff;
}


/*linker-wrapp*/

.linker-wrapp {
  text-align: center;
  padding: 72px 0 72px;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

.linker-wrapp p {
  float: left;
  font-size: 17px;
  color: #a1a4a7;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0 0 0;
}

.linker-wrapp p a {
  color: #55b7b4;
}

.linker-wrapp p span {
  display: block;
}

.linker-wrapp p strong {
  font-weight: 700;
}

.linker-wrapp h2 {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  letter-spacing: 1.8px;
  line-height: 29px;
  margin: 0 0 4px;
}

.linker-wrapp .linker-col4 .linker-row4 .fulltotal h2{
  margin-bottom:0;
  font-size: 14px;
}



/* .linker-wrapp .linker-col4 .linker-row4 .gsub-level2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
} */

.linker-wrapp h2 a {
  color: #55b7b4;
}

.linker-wrapp h2 span {
  display: block;
}

.linker-wrapp .linker-col1 {
  width: 329px;
  float: none;
  margin: 0 auto 0;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
}

.linker-wrapp .linker-col1 img {
  width: 100%;
  display: block;
  max-height: 154px;
  object-fit: contain;
}

.linker-wrapp .linker-col1 .linker-row1 {
  width: 100%;
  float: none;
}

.linker-wrapp .linker-col2 {
  width: auto;
  float: left;
  margin: 26px 0 0;
  clear: left;
  position: relative;
  z-index: 9;
}

.linker-wrapp .linker-col2 img {
  width: 100%;
  display: block;
}

.linker-wrapp .linker-col2 .linker-row2 {
  width: 310px;
  float: left;
}

.linker-wrapp .linker-col3 {
  width: auto;
  float: right;
  margin: 25px 0 0;
  clear: right;
}

.linker-wrapp .linker-col3 img {
  width: 100%;
  display: block;
}

.linker-wrapp .linker-col3 .linker-row3 {
  width: 100%;
  float: right;
    margin-bottom: 15px;
}

.linker-wrapp .linker-col4 {
  width: auto;
  float: left;
  margin: 24px 0 0;
  clear: left;
}


.linker-wrapp .linker-col4 {
    width: auto;
    float: left;
    margin: 24px 0 0;
    clear: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.linker-wrapp .linker-row3 .feedback-btn1.mobile-show-emer {
    display: none;
}


.linker-wrapp .linker-col4 img {
  width: 100%;
  display: block;
}

.linker-wrapp .linker-col4 .linker-row4 {
  width: 204px;
  float: left;
}

.linker-wrapp .linker-col4 .linker-row4 {
    width: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.linker-wrapp .linker-col4 .linker-row4 .fulltotal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
        width: auto;
        gap: 5px;
}



.linker-wrapp .linker-col4 .linker-row44 {
  width: auto;
  float: right;
  margin: 0 0 0 18px;
}
.linker-wrapp .linker-col4 .linker-row44{
width: auto;
    float: right;
    margin: 0 0 0 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;

}
.linker-wrapp .linker-col4 .linker-row44 a {
  width: 15px;
  float: none;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: 0;
}

.linker-wrapp .linker-col4 .linker-row44 a img {
  transition: transform 0.8s ease-in-out 0s;
}

.linker-wrapp .linker-col4 .linker-row44 a:hover img {
  opacity: 0.7;
}

.linker-wrapp .linker-col5 {
  width: auto;
  float: right;
  margin: 0 0 0;
  clear: right;
}

.linker-wrapp .linker-col5 img {
  width: 100%;
  display: block;
}

.linker-wrapp .linker-col5 .linker-row5 {
  width: auto;
  float: right;
}

.linker-wrapp .linker-col5 .linker-row5 li {
  float: left;
}

.linker-wrapp .linker-btn1 {
  float: left;
  color: #ffffff;
  background: none;
  border-color: rgba(255, 255, 255, 0.35);
  margin: 0 0 0 15px;
  padding: 10px 22px 10px 22px;
  font-weight:normal;
}


.linker-wrapp .linker-btn1:hover {
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
}



.linker-wrapp .linker-btn2 {
  float: left;
  color: #ffffff;
  background: none;
  border-color: rgba(255, 255, 255, 0.35);
  margin: 0 0 0 15px;
  padding: 10px 19px 10px 22px;
}

.linker-wrapp .linker-btn2:hover {
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
}

.linker-row5 li,
.linker-row5 li a {
  font-size: 15px;
  color: #cda251;
}

.linker-wrapp .linker-btn1:after {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
  background: url(../images/call1.svg) no-repeat 100% 100%;
  transition: transform 250ms ease-in-out;
}

.linker-wrapp .linker-btn1:hover:after {
  background: url(../images/call2.svg) no-repeat 100% 100%;
}

/*banner-wrapp*/

.banner-wrapp {
  text-align: center;
  position: relative;
  min-height: 1043px; max-height: 1043px;
}
.banner-wrapp.inner-wrapp {
    position: relative;
}

.banner-wrapp.inner-wrapp::after {
    content: "";
    width: 100%;
    min-height: 100%;
    background: rgba(53, 24, 77, 0.70);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}



.banner-wrapp p {
  float: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 26px;
}

.banner-wrapp p a {
  color: #0a2d27;
}

.banner-wrapp p span {
  display: block;
}

.banner-wrapp p strong {
  font-weight: 700;
}

.banner-wrapp h2 {
  font-size: 35px;
  color: #ffffff;
  letter-spacing: 5.52px;
  line-height: 1.43;
  margin: 0 0 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.banner-wrapp h2 a {
  color: #0a2d27;
}

.banner-wrapp h2 span {
  display: inline;
  font-weight: 500;
}

.banner-wrapp h3 {
  float: none;
  font-size: 13px;
  color: #ffffff;
  line-height: 4.46;
  letter-spacing: 3.3px;
  margin: 0 0 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.banner-wrapp h3 a {
  color: #0a2d27;
}

.banner-wrapp h3 span {
  display: block;
}

.banner-wrapp .banner-col1 {
  width: 1187px;
  float: left;
  margin: 0 auto 0;
  position: absolute;
  right: 0;
  top: 60%;
   transform: translateY(-50%);
  left: 0;
}

.banner-wrapp .banner-col1 img {
  width: 100%;
  display: block;
}

.banner-wrapp .banner-col1 .banner-row1 {
  width: 100%;
  float: left;
}

.banner-wrapp .banner-col2 {
  width: 200px;
  float: left;
  margin: 0 auto 0;
  position: absolute;
  right: 0;
  bottom: 6.7%;
  left: 0;
}

.banner-wrapp .banner-col2 img {
  width: 100%;
  display: block;
}

.banner-wrapp .banner-col2 .banner-row2 {
  width: 100%;
  float: left;
}

.banner-wrapp .banner-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 7px 0 0 0;
  padding: 10px 25px 10px 27px;
}

.banner-wrapp .banner-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #ffffff;
}

.banner-wrapp .banner-col1.slideroutside {
    top: 45%;
    z-index: 99;
    transform: inherit;
}


.banner-wrapp .banner-row2{width:100%;display:block;float:left;padding:40px 0 0}
.banner-wrapp .banner-row2 .video-play-button{width:100%;height:56px}
.banner-wrapp .banner-row2 .video-play-button span{border-left:19px solid #fff;border-top:12px solid #fff0;border-bottom:12px solid #fff0;margin:13px 16px 13px 18px}
.banner-wrapp .banner-row1 .videobox{position:relative;display:block;top:inherit;transform:none}
.banner-wrapp .banner-row1 .banner-row2 h3{line-height:normal}






/*about-wrapp*/

.about-wrapp {
  text-align: center;
  padding: 97px 0 82px;
}

.about-wrapp h2 {
  font-size: 24px;
  color: #594082;
  letter-spacing: 3.6px;
  line-height: 2.08;
  margin: 0 0 32px;
  font-weight: 300;
  text-transform: uppercase;
}

.about-wrapp h2 a {
  color: #55b7b4;
}

.about-wrapp h2 span {
  display: block;
}

.about-wrapp h3 {
  float: none;
  font-size: 16px;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 49px;
}

.about-wrapp h3 a {
  color: #55b7b4;
}

.about-wrapp h3 span {
  display: block;
}

.about-wrapp p {
  float: none;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 27px;
}

.about-wrapp p a {
  color: #55b7b4;
}

.about-wrapp p span {
  display: block;
}

.about-wrapp p strong {
  font-weight: 700;
}

.about-wrapp .about-row1 {
  width: 956px;
  float: none;
  margin: 0 auto;
}

.about-wrapp .about-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.about-wrapp .about-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*enquiry-wrapp*/

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

.enquiry-wrapp h2  { font-size: 24px; color: #ffffff; letter-spacing: 3.6px; line-height: 2.08; margin: 0 0 0; font-weight: 300; text-transform: uppercase; transition: all 0.4s ease-in-out;}

.enquiry-wrapp h2 a { color: #ffffff;}

.enquiry-wrapp h2 span { display: block;}


.enquiry-wrapp p { font-size: 24px; color: #ffffff; letter-spacing: 3.6px; line-height: 2.08; margin: 0 0 0; font-weight: 300; text-transform: uppercase; transition: all 0.4s ease-in-out;}

.enquiry-wrapp p a { color: #ffffff;}

.enquiry-wrapp p span { display: block;}


.enquiry-wrapp .enquiry-row1 {
  width: 100%;
  float: left;
}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 {
  width: 33.33%;
  float: left;
  padding: 32px 5%;
  transition: all 0.4s ease-in-out;
}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 img {
  width: 100%;
  display: block;
}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-col2 {
  width: 100%;
  float: left;
  position: relative;
}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar1 {
  width: 63px;
  float: none;
  display: inline-block;
}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 45px;
}

/*wow-wrapp*/

.wow-wrapp {
  text-align: center;
  position: relative;
  background-position: top center !important;
}

.wow-wrapp h2 {
  font-size: 31px;
  color: #ffffff;
  letter-spacing: 4.56px;
  line-height: 1.71;
  margin: 0 0 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.wow-wrapp h2 a {
  color: #ffffff;
}

.wow-wrapp h2 span {
  display: block;
}

.wow-wrapp p {
  float: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 27px;
}

.wow-wrapp p a {
  color: #ffffff;
}

.wow-wrapp p span {
  display: block;
}

.wow-wrapp p strong {
  font-weight: 700;
}

.wow-wrapp .wow-row1 {
  width: 100%;
  float: left;
  padding: 192px 0 191px;
}

.wow-wrapp .wow-row1 .wow-col1 {
  width: 32%;
  float: left;
}

.wow-wrapp .wow-row2 {
  width: 23%;
  float: right;
  position: absolute;
  bottom: 45px;
  right: 12%;
}

.wow-wrapp .wow-row2 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.wow-wrapp .wow-row2 .wow-col2 {
  width: 100%;
  float: left;
}

.wow-wrapp .wow-row2 .wow-col3 {
  width: 362px;
  float: right;
  position: absolute;
  bottom: 40px;
  right: -24%;
}

.wow-wrapp .wow-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;


}

.wow-wrapp .wow-row2 .wow-btn1{
position: absolute;
  bottom: 40px;
  right: -3%;
}

.wow-wrapp .wow-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #ffffff;
}

/*invisalign-wrapp*/

.invisalign-wrapp {
  padding: 86px 0 82px;
  background: url(../images/invisalign-bg.jpg) no-repeat center / cover;
}

.invisalign-wrapp h2 {
  font-size: 24px;
  color: #594082;
  letter-spacing: 3.6px;
  line-height: 2.08;
  margin: 0 0 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.invisalign-wrapp h2 a {
  color: #55b7b4;
}

.invisalign-wrapp h2 span {
  display: block;
}

.invisalign-wrapp p {
  float: none;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 27px;
}

.invisalign-wrapp p a {
  color: #55b7b4;
}

.invisalign-wrapp p span {
  display: block;
}

.invisalign-wrapp p strong {
  font-weight: 700;
}

.invisalign-wrapp .invisalign-row1 {
  width: 100%;
  float: left;
  position: relative;
}

.invisalign-wrapp .invisalign-row1 img {
  width: 100%;
  display: block;
}

.invisalign-wrapp .invisalign-row1 .invisalign-col1 {
  width: 50%;
  float: left;
}

.invisalign-wrapp .invisalign-row1 .invisalign-col1 .invisalign-bar1 {
  width: 48.3%;
  float: left;
  margin: 0 0 3.4%;
}

.invisalign-wrapp
  .invisalign-row1
  .invisalign-col1
  .invisalign-bar1:nth-child(2n) {
  float: right;
}

.invisalign-wrapp .invisalign-row1 .invisalign-col2 {
  width: 37%;
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.invisalign-wrapp .invisalign-row1 .invisalign-col3 {
  width: 184px;
  float: right;
  position: absolute;
  bottom: 19px;
  right: 0;
}

/*treatment-wrapp*/

.treatment-wrapp {
  background: none;
  text-align: center;
  padding: 0 0 0;
  position: relative;
}

.treatment-wrapp h2 {
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 3.75px;
  line-height: 1.8;
  margin: 0 0 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.treatment-wrapp h2 a {
  color: #ffffff;
}

.treatment-wrapp h2 span {
  display: block;
}

.treatment-wrapp p {
  float: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 35px;
}

.treatment-wrapp p a {
  color: #ffffff;
}

.treatment-wrapp p span {
  display: block;
}

.treatment-wrapp p strong {
  font-weight: 700;
}

.treatment-wrapp .treatment-col1 {
  width: 100%;
  float: left;
  margin: 0 0 0;
  position: relative;
}

.treatment-wrapp .treatment-col1 img {
  width: 100%;
  display: block;
}

.treatment-wrapp .treatment-col1 .treatment-row1 {
  width: 90%;
  float: right;
  right: 0;
  left: 0;
  bottom: 101px;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
}

.treatment-wrapp .treatment-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.treatment-wrapp .treatment-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #ffffff;
}

/*reviews-wrapp*/

.reviews-wrapp {
  text-align: center;
  background: url(../images/reviews-bg.jpg) no-repeat center / cover;
  padding: 105px 0 82px;
  margin: 0 0 13px;
}

.reviews-wrapp h2 {
  font-size: 25px;
  color: #594082;
  letter-spacing: 3.75px;
  line-height: 1.8;
  margin: 0 0 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.reviews-wrapp h2 a {
  color: #55b7b4;
}

.reviews-wrapp h2 span {
  display: block;
}

.reviews-wrapp h3 {
  float: none;
  font-size: 16px;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 0;
}

.reviews-wrapp h3 a {
  color: #55b7b4;
}

.reviews-wrapp h3 span {
  display: block;
}

.reviews-wrapp p {
  float: none;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 28px;
}

.reviews-wrapp p a {
  color: #55b7b4;
}

.reviews-wrapp p span {
  display: block;
}

.reviews-wrapp p strong {
  font-weight: 700;
}

.reviews-wrapp .reviews-gicon {
  width: 40px;
  float: none;
  margin: 0 auto 27px;
}

.reviews-wrapp .reviews-gicon img {
  width: 100%;
  display: block;
}

.reviews-wrapp .reviews-col1 {
  width: 100%;
  float: left;
  margin: 0 0 129px;
}

.reviews-wrapp .reviews-col1 img {
  width: 100%;
  display: block;
}

.reviews-wrapp .reviews-col1 .reviews-row1 {
  width: 100%;
  float: left;
}

.reviews-wrapp .reviews-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.reviews-wrapp .reviews-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*team-wrapp*/

.team-wrapp {
  background: none;
  text-align: center;
  padding: 0 0 0;
  margin: 0 0 53px;
  position: relative;
}

.team-wrapp h2 {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 3.3px;
  line-height: 2.27;
  margin: 0 0 0;
  font-weight: 300;
  text-transform: uppercase;
}

.team-wrapp h2 a {
  color: #ffffff;
}

.team-wrapp h2 span {
  display: block;
}

.team-wrapp p {
  float: none;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 0;
}

.team-wrapp p a {
  color: #ffffff;
}

.team-wrapp p span {
  display: block;
}

.team-wrapp p strong {
  font-weight: 700;
}

.team-wrapp .team-col1 {
  width: 100%;
  float: left;
  margin: 0 0 0;
  position: relative;
}

.team-wrapp .team-col1 img {
  width: 100%;
  display: block;
}

.team-wrapp .team-col1 .team-row1 {
  width: 90%;
  float: right;
  right: 0;
  left: 0;
  bottom: 70px;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
}

.team-wrapp .team-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 123px 0 0 0;
  padding: 10px 25px 10px 27px;
}

.team-wrapp .team-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.team-wrapp.desktopview {
  display: block;
}
/* .team-wrapp.mobileview {
  display: none;
} */

.team-wrapp .nonslider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  margin: 0 auto;
}
.team-wrapp .nonslider .team-col1 {
  width: 33.333%;
  margin: 0 0 0;
  float: left;
  position: relative;
}
.team-wrapp.desktopview .team-btn1 {
  margin-top: 35px;
}

/*service-wrapp*/

.service-wrapp {
  background: url(../images/service-bg.jpg) no-repeat center / cover;
  text-align: center;
  padding: 100px 0 100px;
  position: relative;
}

.service-wrapp h2 {
  font-size: 25px;
  color: #594082;
  letter-spacing: 3.75px;
  line-height: 1.76;
  margin: 0 0 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.service-wrapp h2 a {
  color: #55b7b4;
}

.service-wrapp h2 span {
  display: block;
}

.service-wrapp p {
  float: none;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 28px;
}

.service-wrapp p a {
  color: #55b7b4;
}

.service-wrapp p span {
  display: block;
}

.service-wrapp p strong {
  font-weight: 700;
}

.service-wrapp .service-row1 {
  width: 100%;
  float: left;
  margin: 0 0 0;
  position: relative;
}

.service-wrapp .service-row1 img {
  width: 100%;
  display: block;
  margin: inherit;
}

.service-wrapp .service-row1 .service-col1 {
  width: 100%;
  float: left;
}

.service-wrapp .service-row1 .service-col1 .service-icon {
  width: 85px;
  float: none;
  margin: 0 auto 30px;
}

.service-wrapp .service-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.service-wrapp .service-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*getins-wrapp*/

.getins-wrapp {
  text-align: center;
  background-image: linear-gradient( rgb(0 0 0 / 45%), rgb(89 64 130 / 28%)  ),url(../images/getins-bg1.png);
  background-repeat: no-repeat;
  background-color: #35184d;
  background-position: 0; /*15vw 08 */
  padding: 92px 0 106px;
  background-size: cover;
}

.getins-wrapp2 {
  margin: 0 0 25px;
}

.getins-wrapp h2 {
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 3.75px;
  line-height: 2;
  margin: 0 0 47px;
  font-weight: 300;
  text-transform: uppercase;
}

.getins-wrapp h2 a {
  color: #ffffff;
}

.getins-wrapp h2 span {
  display: block;
}

.getins-wrapp p {
  float: none;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 28px;
}

.getins-wrapp p a {
  color: #55b7b4;
}

.getins-wrapp p span {
  display: block;
}

.getins-wrapp p strong {
  font-weight: 700;
}

.getins-wrapp .getins-col1 {
  width: 47%;
  float: left;
}

.getins-wrapp .getins-col1 img {
  width: 100%;
  display: block;
}

.getins-wrapp .getins-col1 .getins-row1 {
  width: 100%;
  float: none;
}

.getins-wrapp .getins-col1 .getins-lt {
  width: 48.4%;
  float: left;
}

.getins-wrapp .getins-col1 .getins-rt {
  width: 48.4%;
  float: right;
}

.getins-wrapp .getins-col1 .getins-row1 .getins-fil1 {
  font-size: 12px;
  color: #55b7b4;
  letter-spacing: 0.26px;
  font-weight: 500;
  text-transform: inherit;
  background: none;
  border-radius: 20px;
  border-color: #55b7b4;
  resize: none;
}

.getins-wrapp .getins-col1 .getins-row1 .getins-fil2 {
  width: 100%;
  height: 40px;
  float: left;
  margin: 0 0 18px;
  padding: 0 2% 0;
}

.getins-wrapp .getins-col1 .getins-row1 .getins-fil3 {
  width: 100%;
  height: 157px;
  float: right;
  margin: 0 0 39px;
  padding: 17px 2% 0;
}

.getins-wrapp .getins-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 30px 0 0 0;
  padding: 10px 25px 10px 27px;
  cursor: pointer;
}

.getins-wrapp .getins-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*instagram-wrapp*/

.instagram-wrapp {
  text-align: center;
  padding: 52px 0 61px;
}

.instagram-wrapp h2 {
  font-size: 25px;
  color: #594082;
  letter-spacing: 3.75px;
  line-height: 1.76;
  margin: 0 0 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.instagram-wrapp h2 a {
  color: #55b7b4;
}

.instagram-wrapp h2 span {
  display: block;
}

.instagram-wrapp p {
  float: none;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 28px;
}

.instagram-wrapp p a {
  color: #55b7b4;
}

.instagram-wrapp p span {
  display: block;
}

.instagram-wrapp p strong {
  font-weight: 700;
}

.instagram-wrapp .instagram-icon {
  width: 32px;
  float: none;
  margin: 0 auto 52px;
}

.instagram-wrapp .instagram-icon img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease-in-out 0s;
}

.instagram-wrapp .instagram-icon a:hover img {
  transform: rotate(360deg);
}

.instagram-wrapp .instagram-row1 {
  width: 825px;
  float: none;
  margin: 0 auto;
}

.instagram-wrapp .instagram-row1 img {
  width: 100%;
  display: block;
}

.instagram-wrapp .instagram-row1 .instagram-col1 {
  width: 31.88%;
  float: left;
  margin: 0 2.18% 2.18% 0;
}

.instagram-wrapp .instagram-row1 .instagram-col1:nth-child(3n) {
  margin-right: 0;
}

/*fheader-wrapp*/

.fheader-wrapp {
  padding: 25px 0 20px;
  background: #594082;
  text-align: center;
}

.fheader-wrapp p {
  float: left;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 0;
}

.fheader-wrapp p a {
  color: #ffffff;
}

.fheader-wrapp p span {
  display: block;
}

.fheader-wrapp p strong {
  font-weight: 700;
}

.fheader-wrapp .fheader-col1 {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 0 0;
  position: relative;
  top: -7px;
}

.fheader-wrapp .fheader-col1 img {
  width: 100%;
  display: block;
}

.fheader-wrapp .fheader-col1 .fheader-row1 {
  width: 100%;
  float: left;
}

.fheader-wrapp .fheader-col1 .fheader-row1 li {
  float: none;
  display: inline-block;
  position: relative;
}

.fheader-wrapp .fheader-col1 .fheader-row1 li:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #55b7b4;
  transform: translateY(-50%);
  margin: 0 0 0;
  position: absolute;
  top: 52%;
  right: 0;
}

.fheader-wrapp .fheader-col1 .fheader-row1 li:nth-child(6):after {
  display: none;
}

.fheader-wrapp .fheader-col1 .fheader-row1 li a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  line-height: 20px;
  padding: 0 18.4px 0 14.4px;
  letter-spacing: 0.32px;
  font-weight: 500;
}

.fheader-wrapp .fheader-col1 .fheader-row1 li a:hover {
  color: #55b7b4;
}

.fheader-wrapp .fheader-col1 .fheader-row1 li:first-child a {
  padding-left: 0;
}

.fheader-wrapp .fheader-col1 .fheader-row1 li:nth-child(6) a {
  padding-right: 0;
}

.fheader-wrapp .fheader-col2 {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 0 0;
}

.fheader-wrapp .fheader-col2 img {
  width: 100%;
  display: block;
}

.fheader-wrapp .fheader-col2 .fheader-row2 {
  width: 100%;
  float: right;
}

.fheader-wrapp .fheader-btn1 {
  float: left;
  color: #ffffff;
  background: #c73636;
  border-color: #c73636;
  margin: 0 0 0 20px;
  padding: 10px 16px 10px;
}

.fheader-wrapp .fheader-btn1:hover {
  color: #c73636;
  background: #ffffff;
  border-color: #ffffff;
}

/*flinker-wrapp*/

.flinker-wrapp {
  text-align: center;
  padding: 103px 0 72px;
  position: relative;
}

.flinker-wrapp p {
  float: left;
  font-size: 17px;
  color: #a1a4a7;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0 0 0;
}

.flinker-wrapp p a {
  color: #55b7b4;
}

.flinker-wrapp p span {
  display: block;
}

.flinker-wrapp p strong {
  font-weight: 700;
}

.flinker-wrapp h2 {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  letter-spacing: 1.8px;
  line-height: 29px;
  margin: 0 0 4px;
}

.flinker-wrapp h2 a {
  color: #55b7b4;
}

.flinker-wrapp h2 span {
  display: block;
}

.flinker-wrapp .flinker-col1 {
  width: 329px;
  float: none;
  margin: 0 auto 0;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
}

.flinker-wrapp .flinker-col1 img {
  width: 100%;
  display: block;
  max-height: 154px;
  object-fit: contain  ;
}

.flinker-wrapp .flinker-col1 .flinker-row1 {
  width: 100%;
  float: none;
}

.flinker-wrapp .flinker-col2 {
  width: auto;
  float: left;
  margin: 33px 0 0;
  clear: left;
}

.flinker-wrapp .flinker-col2 img {
  width: 100%;
  display: block;
}

.flinker-wrapp .flinker-col2 .flinker-row2 {
  width: auto;
  float: left;
}

.flinker-wrapp .flinker-col2 .flinker-row22 {
  width: auto;
  float: right;
  margin: 0 0 0 18px;
}

.flinker-wrapp .flinker-col2 .flinker-row22 a {
  width: 20px;
  float: none;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: 0;
}

.flinker-wrapp .flinker-col2 .flinker-row22 a img {
  transition: transform 0.8s ease-in-out 0s;
}

.flinker-wrapp .flinker-col2 .flinker-row22 a:hover img {
  opacity: 0.7;
}

.flinker-wrapp .flinker-col3 {
  width: auto;
  float: right;
  margin: 25px 0 0;
  clear: right;
}

.flinker-wrapp .flinker-col3 img {
  width: 100%;
  display: block;
}

.flinker-wrapp .flinker-col3 .flinker-row3 {
  width: 100%;
  float: right;
}

.flinker-wrapp .flinker-btn1 {
  float: left;
  color: #808285;
  background: none;
  border-color: rgba(255, 255, 255, 0.35);
  margin: 3px 0 0;
  padding: 0 15px 0 20px;
}

.flinker-wrapp .flinker-btn1:hover {
  color: #594082;
}

.flinker-wrapp .flinker-btn2 {
  float: left;
  color: #55b7b4;
  background: none;
  border-color: #55b7b4;
  margin: 0 0 0 13px;
  padding: 10px 19px 10px 22px;
}

.flinker-wrapp .flinker-btn2:hover {
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
}

.flinker-wrapp .flinker-btn3 {
  float: left;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 13px;
  padding: 10px 19px 10px 22px;
}

.flinker-wrapp .flinker-btn3:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.flinker-wrapp .flinker-btn1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/call1.svg) no-repeat 100% 100%;
  transition: transform 250ms ease-in-out;
}

.flinker-wrapp .flinker-btn1:hover:after {
  background: url(../images/call3.svg) no-repeat 100% 100%;
}

/*footer-wrapp*/

.footer-wrapp {
  text-align: center;
  background: none;
  padding: 25px 0 52px;
}

.footer-wrapp p {
  float: none;
  font-size: 12.36px;
  color: #ffffff;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin: -5px 0 0;
}

.footer-wrapp p a {
  color: #ffffff;
}

.footer-wrapp p span {
  display: block;
}

.footer-wrapp p strong {
  font-weight: 700;
}

.footer-wrapp .footer-col1 {
  width: 100%;
  float: left;
  margin: 0 0 0;
}

.footer-wrapp .footer-col1 img {
  width: 100%;
  display: block;
}

.footer-wrapp .footer-col1 .footer-row1 {
  width: 100%;
  float: left;
}

.footer-wrapp .footer-col1 .footer-row1 li {
  float: none;
  display: inline-block;
  margin: 0 1px 0;
}

.footer-wrapp .footer-col1 .footer-row1 li:nth-child(2n) {
  position: relative;
  top: 0;
}

.footer-wrapp .footer-col1 .footer-row1 li a:hover {
  color: #594082;
}

.footer-wrapp .footer-col2 {
  width: 100%;
  float: left;
  margin: 0 0 0;
}

.footer-wrapp .footer-col2 img {
  width: 100%;
  display: block;
}

.footer-wrapp .footer-col2 .footer-row2 {
  width: 100%;
  float: left;
}

.footer-wrapp .footer-col2 .footer-row2 li {
  float: none;
  display: inline-block;
  margin: 0 5px 0;
}

.footer-wrapp .footer-col2 .footer-row2 li a {
  color: #55b7b4;
}

.footer-wrapp .footer-col2 .footer-row2 li a:hover {
  color: #594082;
}

.footer-row1 li,
.footer-row1 li a,
.footer-row2 li,
.footer-row2 li a {
  font-size: 14px;
  line-height: 2.8;
  font-weight: 500;
  color: #808285;
  letter-spacing: 0;
}

.footer-bg {
  width: 100%;
  float: left;
  background: url(../images/footer-bg.jpg) no-repeat center / cover;
}

/*inner-wrapp*/

.inner-wrapp {
  min-height: 627px;
  background: none;
  position: relative;
}

.inner-wrapp p {
  float: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 28px;
}

.inner-wrapp p a {
  color: #ffffff;
}

.inner-wrapp p span {
  display: block;
}

.inner-wrapp p strong {
  font-weight: 700;
}

.inner-wrapp h1 {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.67;
  letter-spacing: 4.5px;
  font-weight: 300;
  text-transform: uppercase;
}

.inner-wrapp h1 a {
  color: #ffffff;
}

.inner-wrapp h1 span {
  display: block;
}

.inner-wrapp .inner-col1 {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto 0;
  position: absolute;
  bottom: 160px;
  right: 0;
  left: 0;
}

.inner-wrapp .inner-col1 img {
  width: 100%;
  display: block;
}

.inner-wrapp .inner-col1 .inner-row1 {
  width: 100%;
  float: left;
}

.inner-wrapp .inner-col1 .inner-row1 li {
  float: none;
  display: inline-block;
  margin: 0 1px 0;
}

.inner-wrapp .inner-col1 .inner-row1 li a:hover {
  color: #c79216;
}

.inner-row1 li,
.inner-row1 li a {
  font-size: 11px;
  color: #fff;
  line-height: 2.57;
  font-weight: 500;
  letter-spacing: 2.57px;
  text-transform: uppercase;
}

/*conten-wrapp*/

.conten-wrapp {
  padding: 86px 0 79px;
  position: relative;
}

.conten-wrapp2 {
  padding: 86px 0 0;
}

.conten-wrapp .conten-row1 {
  width: 100%;
  float: left;
}

.conten-wrapp .conten-row1 .conten-bar1 {
  width: 56.6%;
  float: left;
  padding: 0 0 0;
}

.conten-wrapp .conten-row1 .conten-bar2 {
  width: 36.2%;
  float: right;
}

/*sidbar-wrapp*/

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

.sidbar-wrapp h2 {
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 3.75px;
  line-height: 2;
  margin: 0 0 31px;
  font-weight: 300;
  text-transform: uppercase;
}

.sidbar-wrapp h2 a {
  color: #ffffff;
}

.sidbar-wrapp h2 span {
  display: block;
}

.sidbar-wrapp h3 {
  float: none;
  font-size: 16px;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 0;
}

.sidbar-wrapp h3 a {
  color: #55b7b4;
}

.sidbar-wrapp h3 span {
  display: block;
}

.sidbar-wrapp p {
  float: none;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 28px;
}

.sidbar-wrapp p a {
  color: #808285;
}

.sidbar-wrapp p span {
  display: block;
}

.sidbar-wrapp p strong {
  font-weight: 700;
}

.sidbar-wrapp .sidbar-row1 {
  width: 100%;
  float: left;
  margin: 0 0 45px;
  background: url(../images/sidbar-newbg.jpg) no-repeat center / cover;
  padding: 54px 63px 275px;
  text-align: center;
  position: relative;
}

.sidbar-wrapp .sidbar-row1 img {
  width: 100%;
  display: block;
}

.sidbar-wrapp .sidbar-row1 .sidbar-col1 {
  width: 100%;
  float: left;
}

.sidbar-wrapp .sidbar-row1 .sidbar-col1 .sidbar-bar1 {
  width: 263px;
  float: none;
  margin: 0 auto;
}

.sidbar-wrapp .sidbar-row1 .sidbar-fil1 {
  font-size: 12px;
  color: #55b7b4;
  letter-spacing: 0.26px;
  font-weight: 500;
  text-transform: inherit;
  background: none;
  border-radius: 20px;
  border-color: #55b7b4;
  resize: none;
}

.sidbar-wrapp .sidbar-row1 .sidbar-fil2 {
  width: 100%;
  height: 40px;
  float: left;
  margin: 0 0 18px;
  padding: 0 2% 0;
}

.sidbar-wrapp .sidbar-row1 .sidbar-fil3 {
  width: 100%;
  height: 157px;
  float: right;
  margin: 0 0 32px;
  padding: 17px 2% 0;
}

.sidbar-wrapp .sidbar-row2 {
  width: 100%;
  float: left;
  background: url(../images/sidbar-bg2.jpg) no-repeat center / cover;
  padding: 63px 52px 63px;
}

.sidbar-wrapp .sidbar-row2 img {
  width: 100%;
  display: block;
}

.sidbar-wrapp .sidbar-row2 h2 {
  color: #594082;
  margin-bottom: 36px;
}

.sidbar-wrapp .sidbar-row3 {
  width: 100%;
  float: left;
  background: url(../images/sidbar-bg3.jpg) no-repeat center / cover;
  padding: 64px 5% 58px;
  margin: 0 0 45px;
  text-align: center;
}

.sidbar-wrapp .sidbar-row3 h2 {
  color: #ffffff;
}

.sidbar-wrapp .sidbar-row3 img {
  width: 100%;
  display: block;
}

.sidbar-wrapp .sidbar-row3 .sidbar-bar3 {
  width: 100%;
  float: left;
}

.sidbar-wrapp .sidbar-row3 .sidbar-bar3 li {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: 0.24px;
  font-weight: 500;
  display: block;
  margin: 0 0 13px;
}

.sidbar-wrapp .sidbar-row3 .sidbar-bar3 li a {
  color: #ffffff;
  display: inline-block;
  padding: 0 26px 0;
  transition: all 0.25s ease-out 0s;
}

.sidbar-wrapp .sidbar-row3 .sidbar-bar3 li a:hover {
  color: #55b7b4;
}

.sidbar-wrapp .sidbar-row3 .sidbar-bar3 li.active a {
  color: #55b7b4;
}

.sidbar-wrapp .sidbar-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 30px 0 0 0;
  padding: 10px 25px 10px 27px;
}

.sidbar-wrapp .sidbar-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.sidbar-wrapp .reviews-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 36px 0 0 0;
  padding: 10px 25px 10px 27px;
}

.sidbar-wrapp .reviews-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*abouts-wrapp*/

.abouts-wrapp h2 {
  font-size: 16px;
  color: #594082;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 24px;
}

.abouts-wrapp h2 a {
  color: #55b7b4;
}

.abouts-wrapp h2 span {
  display: block;
}

.abouts-wrapp h3 {
  font-size: 16px;
  color: #594082;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 23px;
}

.abouts-wrapp h3 a {
  color: #55b7b4;
}

.abouts-wrapp h3 span {
  display: block;
}

.abouts-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 30px;
}

.abouts-wrapp p a {
  color: #55b7b4;
}

.abouts-wrapp p span {
  display: block;
}

.abouts-wrapp .abouts-row1 {
  width: 100%;
  float: left;
  margin: 0 0 49px;
}

.abouts-wrapp .abouts-row1 .abouts-bar1 {
  width: 100%;
  float: left;
}

.abouts-wrapp .abouts-row1 .abouts-bar1 li {
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  background: url(../images/dot.svg) no-repeat 0 17px;
  display: block;
  padding-left: 16px;
  font-weight: 500;
}

.abouts-wrapp .abouts-row2 {
  width: 100%;
  float: left;
  margin: 0 0 0;
}

.abouts-wrapp .abouts-row2 img {
  width: 100%;
  display: block;
  transition: all 0.25s ease-out 0s;
}

.abouts-wrapp .abouts-row2 .abouts-bar2:hover img {
  transform: scale(1.08);
  transition: all 1.5s ease 0s;
  filter: grayscale(100%);
}

.abouts-wrapp .abouts-row2 .abouts-col2 {
  width: 100%;
  float: left;
  margin: 10px 0 65px;
}

.abouts-wrapp .abouts-row2 .abouts-bar2 {
  width: 22.4%;
  float: left;
  margin: 0 3.46% 3.46% 0;
  overflow: hidden;
}

.abouts-wrapp .abouts-row2 .abouts-bar2:nth-child(4n) {
  margin-right: 0;
}

.abouts-wrapp .abouts-row3 {
  width: 100%;
  float: left;
  margin: 73px 0 0;
}

.abouts-wrapp .abouts-row3 img {
  width: 100%;
  display: block;
}

.abouts-wrapp .abouts-row3 .abouts-row4 {
  width: 670px;
  float: left;
  position: relative;
}

.abouts-wrapp .abouts-row3 .abouts-row4 p {
  margin-bottom: 0;
}

.abouts-wrapp .abouts-row3 .abouts-row4 .abouts-bar3 {
  width: 189px;
  float: left;
  border-right: 1px solid #d8d8d8;
  padding-right: 22px;
}

.abouts-wrapp .abouts-row3 .abouts-row4 .abouts-bar4 {
  width: 67%;
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
    z-index: 9;
}

.abouts-wrapp .abouts-btn1 {
  float: left;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.abouts-wrapp .abouts-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.abouts-wrapp .abouts-btn2 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.abouts-wrapp .abouts-btn2:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.abouts-wrapp .finance-btn{width:fit-content;display:block;float:none;color:#fff;background:#c73636;border:1px solid #c73636;padding:10px 16px 10px;line-height:normal;text-align:center;font-size:14px;letter-spacing:.3px;border-radius:20px;font-weight:500}
.abouts-wrapp .finance-btn:hover{background:#55b7b4;color:#fff;border-color:#55b7b4}

/*galler-wrapp*/

.galler-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 10px;
}

.galler-wrapp p a {
  color: #55b7b4;
}

.galler-wrapp p span {
  display: block;
}

.galler-wrapp p strong {
  font-weight: 700;
}

.galler-wrapp h2 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.38;
  margin: 0 0 0;
}

.galler-wrapp h2 a {
  color: #ffffff;
}

.galler-wrapp h2 span {
  display: block;
}

.galler-wrapp h3 {
  font-size: 16px;
  font-weight: 500;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  margin: -11px 0 3px;
}

.galler-wrapp h3 a {
  color: #55b7b4;
}

.galler-wrapp h3 span {
  display: block;
}

.galler-wrapp .galler-col2 .galler-bar1 {
  width: 58%;
  float: left;
}

.galler-wrapp .galler-col2 {
  width: 100%;
  float: left;
  margin: 0 0 87px;
  position: relative;
}

.galler-wrapp .galler-col2:last-child {
  margin-bottom: 76px;
}

.galler-wrapp .galler-col2 img {
  width: 100%;
  display: block;
}

.galler-wrapp .galler-col2 .galler-bar2 {
  width: 36%;
  float: right;
  padding: 0 0 0;
}

.galler-wrapp .galler-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.galler-wrapp .galler-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*paiger-wrapp*/

.paiger-wrapp {
  text-align: center;
  padding: 0 0 0;
}

.paiger-wrapp .paiger-row1 {
  width: auto;
  float: left;
  margin: 0 0 0;
}

.paiger-wrapp .paiger-row1 img {
  width: 100%;
  display: block;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 0 0;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 li {
  float: none;
  display: inline-block;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 li a {
  display: inline-block;
  padding: 0;
  margin: 0 3px;
}

.paiger-wrapp .paiger-row1 .paiger-bar1 li a:hover {
  color: #55b7b4;
}

.paiger-wrapp .paiger-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 20px 0 0;
  padding: 10px 25px 10px 27px;
}

.paiger-wrapp .paiger-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.paiger-wrapp .paiger-btn2 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 20px;
  padding: 10px 25px 10px 27px;
}

.paiger-wrapp .paiger-btn2:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.paiger-bar1 li,
.paiger-bar1 li a {
  font-size: 13px;
  color: #808285;
  font-weight: 500;
  letter-spacing: 0.24px;
}

.paiger-wrapp .paiger-row1 h2.screen-reader-text {
  display: none;
}

.paiger-wrapp .paiger-row1 span.page-numbers.current {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  font-size: 13px;
  color: #55b7b4;
  font-weight: 500;
  letter-spacing: 0.24px;
}

.paiger-wrapp .paiger-row1 a.page-numbers {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  font-size: 13px;
  color: #808285;
  font-weight: 500;
  letter-spacing: 0.24px;
}

.paiger-wrapp .paiger-row1 a.page-numbers:hover {
  color: #55b7b4;
}

.paiger-wrapp .paiger-row1 a.next.page-numbers {
  padding: 0;
  margin: 0;
}

.paiger-wrapp .paiger-row1 a.prev.page-numbers {
  padding: 0;
  margin: 0;
}

.paiger-wrapp .paiger-row1 span.page-numbers.dots {
  float: none;
  display: inline-block;
  margin: 0 0 0;
  padding: 0;
  font-size: 13px;
  color: #808285;
  font-weight: 500;
  letter-spacing: 0.24px;
}

/*feeser-wrapp*/

.feeser-wrapp h2 {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.feeser-wrapp h3 {
  font-size: 16px;
  color: #594082;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 24px;
}

.feeser-wrapp h3 a {
  color: #55b7b4;
}

.feeser-wrapp h3 span {
  display: block;
}

.feeser-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 30px;
}

.feeser-wrapp p a {
  color: #55b7b4;
}

.feeser-wrapp p span {
  display: block;
}

.feeser-wrapp .feeser-row1 {
  width: 100%;
  float: left;
}

.feeser-wrapp .feeser-row2 {
  width: 100%;
  float: left;
  margin: 0 0 0;
  /* padding: 10px 28px 23px; */
  padding: 10px 0px 23px 38px;
}

.feeser-wrapp .feeser-row1 .feeser-bar1 {
  width: 62%;
  float: left;
  text-align: left;
  padding: 0 0;
}

/* .feeser-wrapp .feeser-row2 .feeser-bar2 {
  width: 16.9%;
  float: none;
  text-align: right;
  padding: 0 0;
} */

.feeser-wrapp .feeser-row2 .feeser-bar2 {
  width: 20%;
  float: right;
  text-align: right;
  padding: 0 18px;
  text-align-last: justify;
}
.feeser-wrapp .feeser-row3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  float: right;
  text-align: right;
  margin: 0 0 1px;
}

.feeser-wrapp .feeser-row2 .from-item {
  width: 18%;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  text-transform: capitalize;
}

.feeser-bar1,
.feeser-bar2 {
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
}
.feeser-wrapp .feeser-row1 h2 a.fee-button {
    color: #55b7b4;
    margin: 0 0 0 10px;
    font-weight: 700;
}

.feeser-wrapp .feeser-row1 h2 a.fee-button:hover {
    color: #ffffff;
}

.feeser-wrapp .nhs-content {
    width: 100%;
    float: left;
    margin: 28px 0 0;
}

.feeser-wrapp .nhs-content .full-table {
    width: 100%;
}

.feeser-wrapp .nhs-content .full-table .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
}

.feeser-wrapp .nhs-content .full-table .row .row1 {
    width: 16%;
    font-weight: 600;
    color: #594082;
}

.feeser-wrapp .nhs-content .full-table .row  .row2 {
    width: 63%;
}

.feeser-wrapp .nhs-content .full-table .row .row3 {
    width: 16%;
    text-align: left;
    font-weight: 600;
    color: #594082;
}

.full-table .row .row1, .full-table .row .row2, .full-table .row .row3 {
    font-size: 16px;
    color: #808285;
    line-height: 38px;
    letter-spacing: 0.24px;
    font-weight: 500;
}


/*gallerin-wrapp*/

.gallerin-wrapp .gallerin-row1 h2 {
  font-size: 16px;
  color: #fff;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 33px 15px;
}

.gallerin-wrapp h2 a {
  color: #fff;
}

.gallerin-wrapp .gallerin-row1 h3 {
  font-size: 16px;
  color: #fff;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 33px 15px;
}

.gallerin-wrapp h3 a {
  color: #fff;
}

.gallerin-wrapp h4 {
  font-size: 16px;
  font-weight: 500;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  margin: 0 0 11px;
}

.gallerin-wrapp h4 a {
  color: #55b7b4;
}

.gallerin-wrapp h4 span {
  display: block;
}

.gallerin-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 30px;
}

.gallerin-wrapp p a {
  color: #55b7b4;
}

.gallerin-wrapp p span {
  display: block;
}

.gallerin-wrapp p strong {
  font-weight: 700;
}

.gallerin-wrapp .gallerin-col1 {
  width: 88.8%;
  float: left;
}

.gallerin-wrapp .gallerin-row1 {
  width: 100%;
  float: left;
  margin: 0 0 67px;
}

.gallerin-wrapp .gallerin-row1 img {
  width: 100%;
  display: block;
}

.gallerin-wrapp .gallerin-row1 .gallerin-bar1 {
  width: 48.5%;
  float: left;
  position: relative;
}

.gallerin-wrapp .gallerin-row1 .gallerin-bar1:last-child {
  float: right;
}

.gallerin-wrapp .gallerin-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.gallerin-wrapp .gallerin-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*buttons*/

.buttons {
  width: 100%;
  float: left;
  margin: 10px 0 66px;
}

.buttons-tex1 {
  font-size: 16px;
  color: #808285;
  float: none;
  font-weight: 500;
  letter-spacing: 0.24px;
  display: inline-block;
  margin: 9px 12px 0;
}

.buttons h5 {
  font-size: 16px;
  font-weight: 500;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  margin: 0 0 11px;
}

.buttons h5 a {
  color: #594082;
}

.buttons h5 span {
  display: block;
}

.buttons .buttons-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.buttons .buttons-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*bloger-wrapp*/

.bloger-wrapp h2 {
  font-size: 16px;
  font-weight: 500;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  margin: -11px 0 21px;
}

.bloger-wrapp h2 a {
  color: #55b7b4;
}

.bloger-wrapp h2 span {
  display: block;
}

.bloger-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 22px;
}

.bloger-wrapp p a {
  color: #55b7b4;
}

.bloger-wrapp p span {
  display: block;
}

.bloger-wrapp .bloger-row1 {
  width: 100%;
  float: left;
  margin: 0 0 0;
}

.bloger-wrapp .bloger-row1 img {
  width: 100%;
  display: block;
}

.bloger-wrapp .bloger-row1 .bloger-bar1 {
  width: 22.5%;
  float: left;
  position: relative;
}

.bloger-wrapp .bloger-row2 {
  width: 100%;
  float: right;
  margin: 0 0 96px;
}

.bloger-wrapp .bloger-row2:last-child {
  margin-bottom: 92px;
}

.bloger-wrapp .bloger-row2 img {
  width: 100%;
  display: block;
}

.bloger-wrapp .bloger-row2 .bloger-bar2 {
  width: 69.3%;
  float: right;
  padding: 0 0 0 0;
}

.bloger-wrapp .bloger-row2 .bloger-bar3 {
  width: 100%;
  float: right;
  margin: 0 0 35px;
  display: none;
}

.bloger-wrapp .bloger-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.bloger-wrapp .bloger-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*blogin-wrapp*/

.blogin-wrapp h2 {
  font-size: 16px;
  font-weight: 500;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  margin: 0 0 24px;
}

.blogin-wrapp h2 a {
  color: #55b7b4;
}

.blogin-wrapp h2 span {
  display: block;
}

.blogin-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 30px;
}

.blogin-wrapp p a {
  color: #55b7b4;
}

.blogin-wrapp p span {
  display: block;
}

.blogin-wrapp p strong {
  font-weight: 700;
}

.blogin-wrapp .blogin-row1 {
  width: 100%;
  float: left;
  margin: 0 0 38px;
}

.blogin-wrapp .blogin-row1 img {
  width: 100%;
  display: block;
}

.blogin-wrapp .blogin-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 5px 0 0 0;
  padding: 10px 25px 10px 27px;
}

.blogin-wrapp .blogin-btn1:hover
{  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*treatments-wrapp*/

.treatments-wrapp {
  text-align: center;
  padding: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.treatments-wrapp h2 {
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 3.75px;
  line-height: 1.8;
  margin: 0 0 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.treatments-wrapp h2 a {
  color: #ffffff;
}

.treatments-wrapp h2 span {
  display: block;
}

.treatments-wrapp p {
  float: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 35px;
}

.treatments-wrapp p a {
  color: #ffffff;
}

.treatments-wrapp p span {
  display: block;
}

.treatments-wrapp p strong {
  font-weight: 700;
}

.treatments-wrapp .treatments-col1 {
  width: 33.33%;
  float: left;
  margin: 0 0 0;
  position: relative;
}

.treatments-wrapp .treatments-col1 img {
  width: 100%;
  display: block;
}

.treatments-wrapp .treatments-col1 .treatments-row1 {
  width: 90%;
  float: left;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  position: absolute;
  z-index: 9;
}

.treatments-wrapp .treatments-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.treatments-wrapp .treatments-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #ffffff;
}

/*teamer-wrapp*/

.teamer-wrapp {
  text-align: center;
  padding: 0 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.teamer-wrapp h2 {
  font-size: 19px;
  color: #ffffff;
  letter-spacing: 2.85px;
  line-height: 2.27;
  margin: 0 0 0;
  font-weight: 300;
  text-transform: uppercase;
}

.teamer-wrapp h2 a {
  color: #ffffff;
}

.teamer-wrapp h2 span {
  display: block;
}

.teamer-wrapp p {
  float: none;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 0;
}

.teamer-wrapp p a {
  color: #ffffff;
}

.teamer-wrapp p span {
  display: block;
}

.teamer-wrapp p strong {
  font-weight: 700;
}

.teamer-wrapp .teamer-col1 {
  width: 32.77%;
  float: left;
  margin: 0 0.84% 0.84% 0;
  position: relative;
  background: none;
}
.teamer-wrapp .teamer-col1:nth-child(3n) {
    margin-right: 0;
}
.teamer-wrapp .teamer-col1:last-child {
    margin-right: 0;
}

.teamer-wrapp .teamer-col1 .square-effect1 {
    background:none;}

.teamer-wrapp .teamer-col1:nth-child(3n) {
  margin-right: 0;
}

.teamer-wrapp .teamer-col1:last-child{
  margin-right: 0;
}

.teamer-wrapp .teamer-col1 img {
  width: 100%;
  display: block;
}

.teamer-wrapp .teamer-col1 .teamer-row1 {
  width: 90%;
  float: right;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
}

.teamer-wrapp .teamer-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.teamer-wrapp .teamer-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*treatin-wrapp*/

.treatin-wrapp h2 {
  font-size: 16px;
  color: #594082;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 24px;
}

.treatin-wrapp h2 a {
  color: #55b7b4;
}

.treatin-wrapp h2 span {
  display: block;
}

.treatin-wrapp h3 {
  font-size: 16px;
  color: #594082;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 23px;
}

.treatin-wrapp h3 a {
  color: #55b7b4;
}

.treatin-wrapp h3 span {
  display: block;
}

.treatin-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 30px;
}

.treatin-wrapp p a {
  color: #55b7b4;
}

.treatin-wrapp p span {
  display: block;
}

.treatin-wrapp .treatin-row1 {
  width: 100%;
  float: left;
  margin: 0 0 49px;
}

.treatin-wrapp .treatin-row1 .treatin-bar1 {
  width: 100%;
  float: left;
}

.treatin-wrapp .treatin-row1 .treatin-bar1 li {
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  background: url(../images/dot.svg) no-repeat 0 17px;
  display: block;
  padding-left: 16px;
  font-weight: 500;
}

.treatin-wrapp .treatin-row2 {
  width: 100%;
  float: left;
  margin: 0 0 40px;
}

.treatin-wrapp .treatin-row2 iframe {
  width: 100%;
  display: block;
  height: 370px;
}

.treatin-wrapp .treatin-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.treatin-wrapp .treatin-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*contact-wrapp*/

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

.contact-wrapp h2 {
  font-size: 25px;
  color: #594082;
  line-height: 2;
  letter-spacing: 3.75px;
  font-weight: 300;
  margin: 0 0 27px;
  text-transform: uppercase;
}

.contact-wrapp h2 a {
  color: #55b7b4;
}

.contact-wrapp h2 span {
  display: block;
}

.contact-wrapp h3 {
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 10px 0;
  display: inline-block;
}

.contact-wrapp h3 a {
  color: #55b7b4;
}

.contact-wrapp h3 span {
  display: block;
}

.contact-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 15px;
}

.contact-wrapp p a {
  color: #55b7b4;
}
.contact-wrapp p a:hover {
  color: #808285;
}

.contact-wrapp p span {
  display: block;
}

.contact-wrapp .contact-row1 {
  width: 100%;
  float: left;
  margin: 0 0 70px;
}

.contact-wrapp .contact-row2 {
  width: 799px;
  float: none;
  margin: 0 auto;
}

.contact-wrapp .contact-row2 iframe {
  width: 100%;
  display: block;
  height: 343px;
}

.contact-wrapp .contact-row1 .book-online-sec {width: 100%; display: block; float: left;}
.contact-wrapp .contact-row1 .cntct-btn1 {float: none; color: #ffffff; background: #55b7b4; border: 1px solid #55b7b4; margin: 28px 0 0; padding: 10px 25px 10px 27px; text-align: center; font-size: 14px; line-height: 1; letter-spacing: 0.3px; border-radius: 20px; font-weight: 500; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; cursor: pointer;}
.contact-wrapp .contact-row1 .cntct-btn1:hover {color: #55b7b4; background: none; border-color: #55b7b4;}


/*hours-wrapp*/

.hours-wrapp {
  text-align: center;
  padding: 70px 0 65px;
}

.hours-wrapp h2 {
  font-size: 25px;
  color: #594082;
  line-height: 2;
  letter-spacing: 3.75px;
  font-weight: 300;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.hours-wrapp h2 a {
  color: #55b7b4;
}

.hours-wrapp h2 span {
  display: block;
}

.hours-wrapp p {
  float: none;
  font-size: 15px;
  color: #404040;
  line-height: 35px;
  margin: 0 0 6px;
}

.hours-wrapp p a {
  color: #55b7b4;
}

.hours-wrapp p span {
  display: block;
}

.hours-wrapp .hours-row1 {
  width: 100%;
  float: left;
}

.hours-wrapp .hours-col1 {
  width: auto;
  display: inline-block;
}

.hours-wrapp .hours-col1 li {
  float: none;
  display: inline-block;
  margin: 0 4px 0;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
}

/*.hours-wrapp .hours-col1 li:last-child {
  width: 100%;
}*/

/*teamin-wrapp*/

.teamin-wrapp h2 {
  font-size: 22px;
  color: #594082;
  line-height: 1.27;
  letter-spacing: 3.3px;
  font-weight: 300;
  margin: 0 0 1.4px;
  text-transform: uppercase;
}

.teamin-wrapp h2 a {
  color: #55b7b4;
}

.teamin-wrapp h2 span {
  display: block;
}

.teamin-wrapp h3 {
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 21px;
}

.teamin-wrapp h3 a {
  color: #55b7b4;
}

.teamin-wrapp h3 span {
  display: block;
}

.teamin-wrapp h4 {
  font-size: 16px;
  color: #808285;
  line-height: 1.94;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 0;
}

.teamin-wrapp h4 a {
  color: #55b7b4;
}

.teamin-wrapp h4 span {
  display: block;
  color: #594082;
}

.teamin-wrapp h5 {
  font-size: 16px;
  color: #594082;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 24px;
}

.teamin-wrapp h5 a {
  color: #55b7b4;
}

.teamin-wrapp h5 span {
  display: block;
}

.teamin-wrapp h6 {
  font-size: 16px;
  color: #594082;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 23px;
}

.teamin-wrapp h6 a {
  color: #55b7b4;
}

.teamin-wrapp h6 span {
  display: block;
}

.teamin-wrapp p {
  font-size: 16px;
  color: #808285;
  line-height: 38px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin: 0 0 30px;
}

.teamin-wrapp p a {
  color: #55b7b4;
}

.teamin-wrapp p span {
  display: block;
}

.teamin-wrapp .teamin-row1 {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin: 0 0 64px;
}

.teamin-wrapp .teamin-row1 img {
  width: 100%;
  display: block;
}

.teamin-wrapp .teamin-row1 .teamin-bar1 {
  width: 44.9%;
  float: left;
}

.teamin-wrapp .teamin-row1 .teamin-bar2 {
  width: 55%;
  float: right;
  position: relative;
  top:inherit;
  transform:none;
  right:inherit;
  padding-left: 36px;
}

.teamin-wrapp .abouts-row1 {
  width: 100%;
  float: left;
  margin: 0 0 49px;
}

.teamin-wrapp .abouts-row1 .abouts-bar1 {
  width: 100%;
  float: left;
}

.teamin-wrapp .abouts-row1 .abouts-bar1 li {
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  background: url(../images/dot.svg) no-repeat 0 17px;
  display: block;
  padding-left: 16px;
  font-weight: 500;
}

.teamin-wrapp .teamin-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 0;
  padding: 10px 25px 10px 27px;
}

.teamin-wrapp .teamin-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

/*testi-wrapp*/

.testi-wrapp {
  text-align: center;
  padding: 86px 0 86px;
}

.testi-wrapp h2 {
  font-size: 25px;
  color: #594082;
  letter-spacing: 3.75px;
  line-height: 2;
  margin: 0 0 31px;
  font-weight: 300;
  text-transform: uppercase;
}

.testi-wrapp h2 a {
  color: #55b7b4;
}

.testi-wrapp h2 span {
  display: block;
}

.testi-wrapp h3 {
  float: none;
  font-size: 16px;
  color: #594082;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 0;
}

.testi-wrapp h3 a {
  color: #55b7b4;
}

.testi-wrapp h3 span {
  display: block;
}

.testi-wrapp p {
  float: none;
  font-size: 16px;
  color: #808285;
  letter-spacing: 0.24px;
  line-height: 2.38;
  font-weight: 500;
  margin: 0 0 28px;
}

.testi-wrapp p a {
  color: #55b7b4;
}

.testi-wrapp p span {
  display: block;
}

.testi-wrapp p strong {
  font-weight: 700;
}

.testi-wrapp .testi-row1 {
  width: 100%;
  float: left;
  margin: 70px 0 62px 0;
  text-align: center;
}

.testi-wrapp .testi-row1 .margin {
  max-width: 1196px;
}

.testi-wrapp .testi-row1 .testi-row11 {
  width: 100%;
  float: left;
  margin: 0 0 36px;
}

.testi-wrapp .testi-row1 img {
  width: 101%;
  display: block;
}

.testi-wrapp .testi-row1 .testi-row11 .testi-col1 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  position: relative;
}

.testi-wrapp .testi-row2 {
  width: 100%;
  float: left;
  padding: 10px 0 0;
  position: relative;
  background: url(../images/testi-bg.jpg) no-repeat center / cover;
}

.testi-wrapp .testi-row2 img {
  width: 100%;
  display: block;
}

.testi-wrapp .testi-row2 .testi-row3 {
  width: 100%;
  float: left;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.testi-wrapp .testi-row2 .testi-row3 .testi-col2 {
  width: 28%;
  float: left;
  margin: 0 8% 76px 0;
}

.testi-wrapp .testi-row2 .testi-row3 .testi-col2:nth-child(3n) {
  margin-right: 0;
}

.testi-wrapp .testi-row4 {
  width: 100%;
  float: left;
  margin: 34px 0 0;
  text-align: center;
}

.testi-wrapp .testi-row5 {
  width: 100%;
  float: left;
  margin: -26px 0 0;
}

.testi-wrapp .testi-btn1 {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 auto;
  padding: 10px 25px 10px 27px;
  cursor: pointer;
  width: 130px;
}

.testi-wrapp .testi-btn1:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.testi-wrapp .testi-row2 .testi-row3 .testi-col2 p span {
  display: inline;
}

.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .testi-btn1 {
  margin: 0 0 28px;
  width: auto;
}

/*practice-wrapp*/

.practice-wrapp {
  position: relative;
  padding: 70px 0 55px;
}

.practice-wrapp p {
  font-size: 16px;
  color: #808285;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: inherit;
  margin: 0 0 0;
}

.practice-wrapp p a {
  color: #55b7b4;
}

.practice-wrapp p span {
  display: block;
}

.practice-wrapp .practice-row2 {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.practice-wrapp .practice-row1 {
  width: 24.17%;
  float: left;
  margin: 0 1.1% 1.1% 0;
  background: #0d0d0e;
  overflow: hidden;
}

.practice-wrapp .practice-row1:nth-child(4n) {
  margin-right: 0;
}

.practice-wrapp .practice-row1 img {
  width: 100%;
  display: block;
}

.practice-wrapp .practice-row1:hover img {
  opacity: 0.4;
}

.practice-wrapp .practice-row1 .practice-bar1 {
  width: 100%;
  float: left;
}

/*mobile-css*/

.linker-wrapp .header-btn1 {
  display: none;
  float: left;
  color: #ffffff;
  background: #c73636;
  border-color: #c73636;
  margin: 0 0 0;
  padding: 10px 25px 10px 27px;
}

.linker-wrapp .header-btn1:hover {
  color: #c73636;
  background: #ffffff;
  border-color: #ffffff;
}

.linker-wrapp .header-btn2 {
  display: none;
  float: left;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 0 0 0 10px;
  padding: 10px 25px 10px 27px;
}

.linker-wrapp .header-btn2:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #ffffff;
}

/*common-css*/

.colour1 {
  background: #55b7b4;
}

.colour2 {
  background: #594082;
}

.colour3 {
  background: #b88bb5;
}

.reviews-thm1 {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}

.reviews-thm1 span {
  width: 13px;
  float: none;
  display: inline-block;
  margin: 0 0 0;
}

.comman-anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.reviews-gicon {
  width: 40px;
  float: none;
  margin: 0 auto 27px;
}

.reviews-gicon img {
  width: 100%;
  display: block;
}

.galler-thm1 {
  width: 48.5%;
  float: left;
  text-align: left;
  margin: 0 0 0;
  position: relative;
}

.galler-thm1:last-child {
  float: right;
}

.galler-tex1 {
  width: 87%;
  float: none;
  margin: 0 auto 0;
  position: absolute;
  left: 0;
  bottom: 7px;
  right: 0;
  text-align: center;
}

.finder-row1 { width: 100%; float: left; margin: 12px 0 20px;}

.finder-row1 .finder-col1 { width: 325px; float: none; margin: 0 auto;}

.finder-row1 .finder-col1 .finder-row2 { width: 100%; float: left;}

.finder-row1 .finder-col1 .finder-row2 .custom-select1 { text-align: left;}


.conten-wrapp2 .finder-row1 { margin: 12px 0 50px;}



.header-btn1,
.header-btn2,
.linker-btn1,
.linker-btn2,
.banner-btn1,
.about-btn1,
.wow-btn1,
.treatment-btn1,
.reviews-btn1,
.team-btn1,
.service-btn1,
.getins-fil1,
.getins-btn1,
.fheader-btn1,
.flinker-btn1,
.flinker-btn2,
.flinker-btn3,
.abouts-btn1,
.sidbar-fil1,
.sidbar-btn1,
.abouts-btn2,
.galler-btn1,
.paiger-btn1,
.paiger-btn2,
.gallerin-btn1,
.buttons-btn1,
.bloger-btn1,
.blogin-btn1,
.treatments-btn1,
.teamer-btn1,
.treatin-btn1,
.teamin-btn1,
.header-wrapp .feedback-btn1,
.testi-btn1 {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3px;
  border: 1px solid;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
}

.getins-wrapp .getins-col1 .caldera-grid .col-sm-12 {
  padding: 0;
}
.getins-wrapp .getins-col1 .caldera-grid .col-sm-6 {
  width: 48.4%;
  float: left;
  padding: 0;
}
.getins-wrapp .getins-col1 .caldera-grid .col-sm-6.last_col {
  width: 48.4%;
  float: right;
}
.getins-wrapp .getins-col1 .caldera-grid .form-control {
  width: 100%;
  height: 40px;
  float: left;
  margin: 0 0 18px;
  padding: 0 2% 0;
  font-size: 12px;
  color: #55b7b4;
  letter-spacing: 0.26px;
  font-weight: 500;
  text-transform: inherit;
  background: none;
  border-radius: 20px;
  border-color: #55b7b4;
  resize: none;
  text-align: center;
  line-height: 1;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
  box-shadow: none;
  vertical-align: baseline;
  outline: none;
  font-family: "Jost", sans-serif;
}
.getins-wrapp .getins-col1 .caldera-grid .form-control::placeholder {
  color: #55b7b4 !important;
}
.getins-wrapp .getins-col1 .caldera-grid textarea.form-control {
  width: 100%;
  height: 157px;
  float: right;
  margin: 0 0 39px;
  padding: 17px 2% 0;
}
.getins-wrapp .getins-col1 .caldera-grid .checkbox {
  width: 100%;
  float: none;
  display: inline-block;
  margin: 0 0 0 0;
}

	.checkbox-3
{
	background-color:#4c3d78;
	text-decoration-color:white;

}
.getins-wrapp .getins-col1 .caldera-grid .form-group.extra-class2 .checkbox {
  width: 82%;
  float: none;
  display: inline-block;
  margin: 0 0 22px;
}
.getins-wrapp .getins-col1 .caldera-grid .checkbox label {
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.09;
  display: inline-block;
  position: relative;
  top: -6px;
  overflow: hidden;
}
.getins-wrapp .getins-col1 .caldera-grid a {
  font-weight: 500;
  color: #55b7b4;
  text-decoration: none;
}
.getins-wrapp .getins-col1 .caldera-grid a:hover {
  color: #ffffff;
}

.getins-wrapp .getins-col1 .caldera-grid .checkbox input[type=checkbox] {
  background-image: url(../images/checkbox-thumb1.svg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  height: 13px;
  width: 13px;
  margin: 0px !important;
  padding: 0;
  border: 0;
  position: relative;
  left: 0px;
  top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
  cursor: pointer;
  margin-right: 5px !important;
  background-size: 12px;
  background-repeat: no-repeat;
}
.getins-wrapp .getins-col1 .caldera-grid .checkbox input[type=checkbox]:checked {
  background-position: 0 -15.1px;
}
.getins-wrapp .getins-col1 .g-recaptcha {
  width: 100%;
  float: left;
  margin: 0px auto 0px auto;
  transform: scale(0.8);
  text-align: center;
  transform-origin: center;
}
.getins-wrapp .getins-col1 .g-recaptcha div {
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
}
.getins-wrapp .getins-col1 .caldera-grid .btn {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 22px 0 0 0;
  padding: 10px 25px 10px 27px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3px;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  outline: none !important;
  font-family: "Jost", sans-serif;
  box-shadow: none;
}
.getins-wrapp .getins-col1 .caldera-grid .btn:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.sidbar-wrapp .sidbar-row1 .caldera-grid .row.first_row {
  width: 263px;
  float: none;
  margin: 0 auto !important;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .col-sm-12 {
  padding: 0;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .form-control {
  width: 100%;
  height: 40px;
  float: left;
  margin: 0 0 18px;
  padding: 0 2% 0;
  font-size: 12px;
  color: #55b7b4;
  letter-spacing: 0.26px;
  font-weight: 500;
  text-transform: inherit;
  background: none;
  border-radius: 20px;
  border-color: #55b7b4;
  resize: none;
  text-align: center;
  line-height: 1;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
  box-shadow: none;
  vertical-align: baseline;
  outline: none;
  font-family: "Jost", sans-serif;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .form-control::placeholder {
  color: #55b7b4 !important;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid textarea.form-control {
  width: 100%;
  height: 157px;
  float: right;
  margin: 0 0 32px;
  padding: 17px 2% 0;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox {
  width: 100%;
  float: none;
  display: inline-block;
  margin: 0 0 0 0;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .form-group.extra-class2 .checkbox {
  width: 100%;
  float: none;
  display: inline-block;
  margin: 0 0 22px;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox label {
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 2.09;
  display: inline-block;
  position: relative;
  top: -6px;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid a {
  font-weight: 500;
  color: #55b7b4;
  text-decoration: none;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid a:hover {
  color: #ffffff;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox input[type=checkbox] {
  background-image: url(../images/checkbox-thumb1.svg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  height: 13px;
  width: 13px;
  margin: 0px !important;
  padding: 0;
  border: 0;
  position: relative;
  left: 0px;
  top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
  cursor: pointer;
  margin-right: 5px !important;
  background-size: 12px;
  background-repeat: no-repeat;
}

.sidbar-wrapp .sidbar-row1 .caldera-grid .checkbox input[type=checkbox]:checked { background-position: 0 -15.085px;}

.sidbar-wrapp .sidbar-row1 .g-recaptcha {
  width: 100%;
  float: left;
  margin: 0px auto 0px auto;
  transform: scale(0.8);
  text-align: center;
  transform-origin: center;
}
.sidbar-wrapp .sidbar-row1 .g-recaptcha div {
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .btn {
  float: none;
  color: #ffffff;
  background: #55b7b4;
  border-color: #55b7b4;
  margin: 22px 0 0 0;
  padding: 10px 25px 10px 27px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3px;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  outline: none !important;
  font-family: "Jost", sans-serif;
  box-shadow: none;
}
.sidbar-wrapp .sidbar-row1 .caldera-grid .btn:hover {
  color: #55b7b4;
  background: #ffffff;
  border-color: #55b7b4;
}

.parsley-required {
  display: none !important;
}
.caldera-grid .form-group .parsley-error {
  border-color: #d00000 !important;
  border: 2px dotted !important;
  color: #d00000 !important;
  background: transparent;
}
.caldera-grid .form-group label.parsley-error {
  border: none !important;
}
.caldera-grid .help-block {
  display: none !important;
}
input.form-control.parsley-success,
select.form-control.parsley-success,
textarea.form-control.parsley-success {
  background: transparent !important;
}
.caldera-grid .row {
  margin: 0px !important;
}
.caldera-grid .form-group {
  margin: 0px auto !important;
}

.featherlight .featherlight-content {
  max-width: 700px !important;
  margin: 0 auto;
}

.finder-row1 .finder-col1 .finder-row2 .custom-select1 {
  text-align: left;
}

.finder-row1 .custom-about,
.custom-team,
.custom-testimonials {
  width: 199px;
  height: 40px;
  float: left;
  text-align: left;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.25s ease-out 0s;
  margin: 0 0 0;
  position: relative;
}
.finder-row1 .custom-about,
.finder-row1 .custom-team,
.finder-row1 .custom-testimonials {
  width: 100%;
  background: #55b7b4;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 30px;
}
.finder-row1 .custom-about select,
.finder-row1 .custom-team select,
.finder-row1 .custom-testimonials select {
  display: none;
}
.finder-row1 .select-selected {
  padding: 10px 20px 10px 27px;
}

.finder-row1 .custom-about:after,
.finder-row1 .custom-team:after,
.finder-row1 .custom-testimonials:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../images/custom-down-arrow1.svg) no-repeat 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}
.contact-wrapp .contac-row4 {
  margin: 30px 0 0 0;
  display: inline-block;
  width: 100%;
}
.contact-wrapp .contac-row4 h5 {
  font-size: 25px;
  color: #594082;
  line-height: 2;
  letter-spacing: 3.75px;
  font-weight: 300;
  margin: 0 0 27px;
  text-transform: uppercase;
}
.contact-wrapp .contac-row4 .outer-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-wrapp .contac-row4 .outer-col .contac-col1 {
  width: 33.333%;
  display: inline-block;
  padding: 0 2%;
}

.contact-wrapp .contac-row4 .outer-col .contac-col1 .contac-icon2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.contact-wrapp .contac-row4 .outer-col .contac-col1 h2 {
  line-height: 33px;
  font-size: 20px;
  margin-bottom: 15px;
}
.invisalign-wrapp .invisalign-row1 .banner-row2 {
  display: flex;
  align-items: center;
  width: 260px;
  float: right;
  position: absolute;
  bottom: 6px;
  right: 170px;
}

.invisalign-wrapp
  .invisalign-row1
  .banner-row2
  .video-link.js-video-button.video-play-button {
  display: inline-block;
  margin: 0;
  transform: scale(0.5);
}
.invisalign-wrapp
  .invisalign-row1
  .banner-row2
  .video-link.js-video-button.video-play-button:after,
.invisalign-wrapp
  .invisalign-row1
  .banner-row2
  .video-link.js-video-button.video-play-button:before {
  transform: scale(0.5);
}
.invisalign-wrapp .invisalign-row1 .banner-row2 h3 {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #594082;
  line-height: 2.08;
}
.invisalign-wrapp
  .invisalign-row1
  .banner-row2
  .video-link.js-video-button.video-play-button::after {
  -webkit-animation: pulse-border 1000ms ease-out infinite;
  animation: pulse-border 1000ms ease-out infinite;
}

.invisalign-wrapp
  .invisalign-row1
  .banner-row2
  .video-link.js-video-button.video-play-button::before {
  -webkit-animation: pulse-border 1000ms ease-out infinite;
  animation: pulse-border 1000ms ease-out infinite;
}
/* .accordion h2.lastrow {
  background-color: #005eb8 !important;
} */
.hours-wrapp .hours-col1 li.slashwithbreak {
  display: block;
}
.contact-wrapp
  .contac-row4
  .outer-col
  .contac-col1
  .contac-icon2.showmodals
  img {
  cursor: pointer;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
}
.contact-wrapp
  .contac-row4
  .outer-col
  .contac-col1
  .contac-icon2.showmodals
  img:hover {
  opacity: 0.5;
}
.modal.testimonials #closethemodal {
  background: #682ad5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 21px;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  top: 15px;
  right: 15px;
}

.modal.testimonials #closethemodal:hover {
  color: #fff !important;
}
.modal.testimonials .modal-body h3 {
  font-size: 22px;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
}
.modal.testimonials .modal-body {
  max-height: 75vh;
  overflow: auto;
}

#ajaxsearchlite1 .probox .proinput input.orig {
  font-family: "Jost", sans-serif !important;
  font-size: 15px !important;
  color: #808285 !important;
}

#ajaxsearchlite1 .probox {
  border: 1px solid #55b7b4 !important;
}

div.asl_w .probox .promagnifier .innericon svg {
  fill: #594082 !important;
}
.asl_r .results .asl_simplebar-mask .resdrg .item .asl_content {
  font-family: "Jost", sans-serif !important;
}

.asl_r .results .asl_simplebar-mask .resdrg .item .asl_content h3,
.asl_r .results .asl_simplebar-mask .resdrg .item .asl_content h3 span {
  font-family: "Jost", sans-serif !important;
}

.asl_r
  .results
  .asl_simplebar-mask
  .resdrg
  .item
  .asl_content
  h3
  a.asl_res_url {
  font-family: "Jost", sans-serif !important;
  color: #594082;
}
.crisp-client .cc-kv6t .cc-1xry .cc-ge4v[data-visible="true"] {
  z-index: 9999999 !important;
}

.crisp-client .cc-kv6t .cc-1xry .cc-ge4v[data-visible="false"] {
  z-index: 9 !important;
}

body .crisp-client .cc-kv6t {
  position: static !important;
}

.getins-wrapp .getins-col1 .caldera-grid select.form-control,
.sidbar-wrapp .sidbar-row1 .caldera-grid select.form-control {
  background: url(../images/custom-down-arrow-green.svg) no-repeat 95% center;
}
.contact-wrapp .contact-row1 h3 a:hover {
  color: #808285;
}


.partners-col1 {text-align: center; padding: 100px 0 20px;  position: relative;}


.partners-col1 .slider.responsive2 .slick-slide .partners-row1 { width: 100%; display: block;}

.partners-col1 .slider.responsive2 .slick-list .slick-track { display: flex; flex-wrap: wrap; align-items: center;}

.partners-col1 .slider.responsive2 .slick-slide .partners-row1 a { width: 100%; display: block; margin: 0 auto;}

.partners-col1 .slider.responsive2 .slick-slide .partners-row1 img { width: auto; display: block; height: auto; max-width: 100%; margin: 0 auto;}


 /*.testi-wrapp .testi-row2 .testi-row3 .testi-col2 { width: 100%; margin: 0 0 76px 0;}*/

.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr { width: 100%; float: left; text-align: left; margin: 0 0 0;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list {width: 100%; display: block; position: relative; margin: 0 auto;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-place { display: none;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner { width: 100%; float: left !important; margin: 0 auto; position: relative; min-height: inherit !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews {width: 100% !important;float: left !important;margin: 0 auto !important;position: relative !important;display: flex !important;flex-wrap: wrap !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review {width: 30.66% !important;margin: 0 4% 4% 0 !important;height: auto;text-align: left !important;float: left !important;border: 1px solid #e6e6e6 !important;box-shadow: 0 0 14px 0px #e6e6e6 !important;border-radius: 4px !important;padding: 30px 2% 10px !important;position: relative !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review:nth-child(3) {  margin-right: 0 !important; }
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right { width: 100% !important; float: left !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left { position: absolute !important; width: 27% !important; float: left !important; border-radius: 50% !important; overflow: hidden !important; max-width: 80px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left img { width: 100% !important; height: 100% !important; margin: 0 auto !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right a.wp-google-name {width: 64% !important;float: right !important;padding: 0 !important;font-size: 16px !important;font-weight: 500 !important;color: #808285 !important;letter-spacing: 0.24px !important;line-height: 2.38 !important;margin: 0 0 2px !important;text-align: left !important;font-family: 'Jost', sans-serif !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time {width: 64% !important;float: right !important;padding: 0 !important;font-size: 14px !important;font-weight: 400 !important;color: #808285 !important;letter-spacing: 0 !important;line-height: 26px !important;margin: 0 0 26px !important;padding-top: 20px !important;font-family: 'Montserrat', sans-serif !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback { width: 100% !important; float: right !important; padding: 0 !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback span.wp-google-text {font-size: 16px !important;font-weight: 500 !important;color: #808285 !important;letter-spacing: 0.24px !important;line-height: 32px !important;margin: 0 0 16px !important;font-family: 'Jost', sans-serif !important;display: block; white-space: inherit !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars { right: 0 !important;  position: absolute !important; width: 62% !important; float: right !important; padding: 0 !important; top: 62px !important; margin: 0 !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback span.wp-more-toggle { font-weight: 500 !important; color: #e0b127 !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner a.wp-google-url {float: none !important;color: #ffffff !important;background: #55b7b4 !important;border: 1px solid !important;border-color: #55b7b4 !important; cursor: pointer !important;margin: 30px 0 0 !important;padding: 10px 25px 10px 27px !important;text-align: center !important;font-size: 14px !important;font-weight: 500 !important;letter-spacing: 0.3px !important;text-transform: uppercase !important;border-radius: 20px !important;transition: all 0.25s ease-out 0s !important;display: inline-block;position: relative !important;vertical-align: baseline !important;outline: none !important;font-family: 'Jost', sans-serif !important;line-height: 1 !important;box-shadow: none !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner a.wp-google-url:hover {color: #55b7b4 !important;background: none !important;border-color: #55b7b4 !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .google-icon-extracode { width: 6.4% !important; float: right !important; margin: 0 0 0 !important; position: absolute !important; top: 32px !important; right: 9% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .google-icon-extracode img { display: block !important; width: 100% !important;}

.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback span.wp-google-text .testi-btn1 {float: none !important;color: #ffffff !important;background: #55b7b4 !important;border: 1px solid !important; border-color: #55b7b4 !important;cursor: pointer !important;margin: 20px 0 10px !important;padding: 11px 25px 10px 27px !important;text-align: center !important;font-size: 14px !important;font-weight: 500 !important;letter-spacing: 0.3px !important;text-transform: uppercase !important;border-radius: 20px !important;transition: all 0.25s ease-out 0s !important;display: inline-block;position: relative !important;vertical-align: baseline !important;outline: none !important;font-family: 'Jost', sans-serif !important;line-height:1 !important;box-shadow: none !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback span.wp-google-text .testi-btn1:hover {color: #55b7b4 !important;background: none !important;border-color: #55b7b4 !important;}

.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback span.wp-google-text.forgooglepopup {display: none;}
.wpac .wp-google-form.wp-google-form-left .wp-google-content .wp-google-reviews .wp-google-review .wp-google-right span.wp-google-text.forgoogletestimonials { display: none;}



.crisp-client { position: relative; z-index: 999;}
.crispcame .crisp-client { z-index: 9999 !important; position: relative;}
.crispcame .crisp-client .cc-kv6t { z-index: 999 !important;}


.abouts-wrapp .abouts-row3 .linker-about { width: 100%; display: block; margin: 0 0 20px; float: left;}
.banner-wrapp.inner-wrapp .inner-col1 {width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  bottom: 160px;
  right: 0;
  left: 0;}



.banner-wrapp.inner-wrapp .inner-col1 .inner-row1 {width: 100%;
  float: left;}

.banner-wrapp.inner-wrapp .inner-col1 .inner-row1 h1 {font-size: 30px;
  color: #fff;
  line-height: 1.67;
  letter-spacing: 4.5px;
  font-weight: 300;
  text-transform: uppercase;}

.banner-wrapp.inner-wrapp .inner-col1 .inner-row1 ul.inner-box1 {list-style: none;}

.banner-wrapp.inner-wrapp .inner-col1 .inner-row1 ul.inner-box1 li {float: none;
  display: inline-block;
  margin: 0 1px;font-size: 11px;

  line-height: 2.57;
  font-weight: 500;
  letter-spacing: 2.57px;
  text-transform: uppercase;color: #fff;}

.banner-wrapp.inner-wrapp .inner-col1 .inner-row1 ul.inner-box1 li a {font-size: 11px;

  line-height: 2.57;
  font-weight: 500;
  letter-spacing: 2.57px;
  text-transform: uppercase;color: #fff;}
  .banner-wrapp.inner-wrapp .inner-col1 .inner-row1 ul.inner-box1 li a:hover {
    color: #c79216;
}


.nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content {display: none;}
/* .getins-wrapp .getins-col1 .nf-form-cont .nf-after-form-content {display: none;} */
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {width: 100%; float: none; margin: 0 0 0; padding: 0; max-width: 100%; display: inline-block;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {width: 48.4% !important; float: left; padding: 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell:nth-child(2) {float: right;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {width: 100%; display: block; position: relative; float: left; padding: 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field {width: 100%; display: none; float: left; position: relative; margin: 0 auto;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap {width: 100%; display: block; position: relative; float: left;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element {width: 100%; display: flex; margin: 0 auto; float: left; order: inherit; justify-content: center;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element:after {display: none;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container {width: 100%; display: block; margin: 0 0 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%; height: 40px; float: left; margin: 0 0 18px; padding: 0 2% 0; font-size: 12px; color: #55b7b4; letter-spacing: 0.26px; font-weight: 500; text-transform: inherit; background: none; border-radius: 20px; border-color: #55b7b4; resize: none; text-align: center; line-height: 1; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; outline: none; font-family: 'Jost', sans-serif;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {width: 100%; height: 157px; float: right; margin: 0 0 39px; padding: 17px 2% 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {display: inline-block; height: auto; visibility: visible; margin: 0 0 0 !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {width: 82%; float: none; display: inline-block; margin: 0 0 0 !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {padding-left: 22px; cursor: pointer; font-size: 11px; font-weight: 500; color: #ffffff; line-height: 2.09; display: inline; letter-spacing: 0.12px; position: relative; top: -6px; height: auto; margin: 0 0 0; text-align: center;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class1 .nf-field-element .ninja-forms-field {height: auto; margin: 0 0 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .nf-field-element .ninja-forms-field {height: auto; margin: 0 0 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {font-weight: 500; color: #ffffff; text-decoration: none;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a:hover {color: #55b7b4;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label .ninja-forms-req-symbol {display: none;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {content: ''; width: 5px; height: 5px; background: #55b7b4; border-radius: 50%; position: absolute; top: 5px; left: 4px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:before {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {content: ''; position: absolute; left: 0; top: 1px; width: 13px; height: 13px; background: #55b7b4; border: 1px solid #55b7b4; border-radius: 50%;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after {background: #ffffff; border: 1px solid #55b7b4;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto; height: auto; float: none; color: #ffffff; background: #55b7b4; border-color: #55b7b4; margin: 30px 0 0 0; padding: 10px 25px 10px 27px; cursor: pointer; text-align: center; font-size: 14px; letter-spacing: 0.3px; border-radius: 20px; font-weight: 500; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; vertical-align: baseline; outline: none !important; font-family: 'Jost', sans-serif; line-height: normal; box-shadow: none;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {color: #55b7b4; background: #ffffff; border-color: #55b7b4;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element>div {width: 100%; height: 40px; float: left; margin: 0 0 18px; padding: 0 2% 0; font-size: 12px; color: #55b7b4; letter-spacing: 0.26px; font-weight: 500; text-transform: inherit; background: none; border-radius: 20px; border-color: #55b7b4; resize: none; text-align: center; line-height: 1; transition: all 0.25s ease-out 0s; display: inline-block; outline: none; font-family: 'Jost', sans-serif; background: url(../images/custom-down-arrow-green.svg) no-repeat 95% center;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element>div:after {display: none;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {cursor: pointer;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .list-select-wrap select:active+div {background: url(../images/custom-down-arrow-green.svg) no-repeat 95% center !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .ninja-forms-field {border: 2px dotted #d00000; background: transparent;}

.nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content {display: none;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-after-form-content {display:block;}
.sidbar-wrapp .sidbar-row1 .nf-error-msg.nf-error-field-errors {font-size: 14px;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {width: 100%; float: none; margin: 0 0 0; padding: 0; max-width: 100%; display: inline-block;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {width: 100%; display: block; position: relative; float: left; padding: 0;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field {width: 100%; display: none; float: left; position: relative; margin: 0 auto;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap {width: 100%; display: block; position: relative; float: left;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element {width: 100%; display: flex; margin: 0 auto; float: left; order: inherit; justify-content: center;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element:after {display: none;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container {width: 100%; display: block; margin: 0 0 0;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child {width: 100%; float: none; margin: 0 auto;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {width: 100%; height: 40px; float: left; margin: 0 0 18px; padding: 0 2% 0; font-size: 12px; color: #55b7b4; letter-spacing: 0.26px; font-weight: 500; text-transform: inherit; background: none; border-radius: 20px; border-color: #55b7b4; resize: none; text-align: center; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; vertical-align: baseline; box-shadow: none; outline: none; font-family: 'Jost', sans-serif; line-height: normal;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element>div {width: 100%; height: 40px; float: left; margin: 0 0 18px; padding: 0 2% 0; font-size: 12px; color: #55b7b4; letter-spacing: 0.26px; font-weight: 500; text-transform: inherit; background: none; border-radius: 20px; border-color: #55b7b4; resize: none; text-align: center; transition: all 0.25s ease-out 0s; display: inline-block; vertical-align: baseline; box-shadow: none; outline: none; font-family: 'Jost', sans-serif; line-height: normal; background: url(../images/custom-down-arrow-green.svg) no-repeat 95% center;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element>div:after {display: none;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element select.ninja-forms-field {cursor: pointer;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .list-select-wrap select:active+div {background: url(../images/custom-down-arrow-green.svg) no-repeat 95% center !important;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {width: 100%; height: 157px; float: right; margin: 0 0 32px; padding: 17px 2% 0;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {display: inline-block; height: auto; visibility: visible; margin: 0 0 0 !important;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {width: 100%; float: none; display: inline-block; margin: 0 0 0 !important;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {padding-left: 22px; cursor: pointer; font-size: 11px; font-weight: 500; color: #ffffff; line-height: 2.09; display: inline; letter-spacing: 0.12px; position: relative; top: 0; height: auto; margin: 0 0 0; text-align: center;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class1 .nf-field-element .ninja-forms-field {height: auto; margin: 0 0 0;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .nf-field-element .ninja-forms-field {height: auto; margin: 0 0 0;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {font-weight: 500; color: #ffffff; text-decoration: none;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a:hover {color: #55b7b4;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label .ninja-forms-req-symbol {display: none;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {content: ''; width: 5px; height: 5px; background: #55b7b4; border-radius: 50%; position: absolute; top: 5px; left: 4px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:before {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {content: ''; position: absolute; left: 0; top: 1px; width: 13px; height: 13px; background: #55b7b4; border: 1px solid #55b7b4; border-radius: 50%;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after {background: #ffffff; border: 1px solid #55b7b4;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {width: auto; height: auto; float: none; color: #ffffff; background: #55b7b4; border-color: #55b7b4; margin: 30px 0 0 0; padding: 10px 25px 10px 27px; cursor: pointer; text-align: center; font-size: 14px; letter-spacing: 0.3px; border-radius: 20px; font-weight: 500; transition: all 0.25s ease-out 0s; display: inline-block; position: relative; vertical-align: baseline; outline: none !important; font-family: 'Jost', sans-serif; line-height: normal; box-shadow: none;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {color: #55b7b4; background: #ffffff; border-color: #55b7b4;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .ninja-forms-field {border: 2px dotted #d00000; background: transparent;}

.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap.nf-fail.nf-error .nf-field-label label {color: #d10000 !important;}

#myModalreadmore {padding: 0;}
#myModalreadmore .modal-content {position: absolute; top: 50% !important; transform: translateY(-50%) !important; left: 0; right: 0; margin: 0 auto 0; border: 2px solid #594082; border-radius: 6px; transition: 0.5s linear 0s;}
#myModalreadmore .modal-content .close {color: #594082; top: 13px; right: 1%;}
#myModalreadmore .modal-content .modal-body {padding: 35px 3% 30px;}
#myModalreadmore .modal-content .modal-body label span {padding-left: 22px; cursor: pointer; font-size: 16px; font-weight: 500; color: #808285; line-height: 1.75; display: inline; letter-spacing: 0.12px; position: relative; top: 0; height: auto; margin: 0 0 0; text-align: center;}
#myModalreadmore .modal-content .modal-body label [type="checkbox"]:checked + span:after,
#myModalreadmore .modal-content .modal-body label [type="checkbox"]:not(:checked) + span:after {content: ''; position: absolute; left: 0; top: 5px; width: 14px; height: 14px; background: #55b7b4; border: 1px solid #55b7b4; border-radius: 50%;}
#myModalreadmore .modal-content .modal-body label [type="checkbox"]:checked + span:after {background: none;}
#myModalreadmore .modal-content .modal-body label [type="checkbox"]:checked + span:before,
#myModalreadmore .modal-content .modal-body label [type="checkbox"]:not(:checked) + span:before {content: ''; width: 6px; height: 6px; background: #55b7b4; border-radius: 50%; position: absolute; top: 9px; left: 4px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
#myModalreadmore .modal-content .modal-body label [type="checkbox"]:checked + span:before {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.feeser-wrapp .feeser-row2 .feeser-bar2:nth-child(2) {margin-left: auto !important;}

.feeser-wrapp .feeser-row2 .from-item + .feeser-bar2 {margin-left: 0 !important;}

.feeser-wrapp .feeser-row2 .from-item:first-child {
  margin-left: auto;
}
.feeser-wrapp .feeser-row2 .from-item {
  text-align: right !important;
  padding: 0 15px 0 0 !important;
}

#consultationpopup.modal{padding-top:0;top:50%;transform:translateY(-50%)}
/* #consultationpopup.modal .modal-content{background:none;width:100%;max-width: 980px;box-shadow:none;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);overflow: hidden;
} */

#consultationpopup.modal .modal-content {
    background: none;
    width: 100%;
    max-width: 980px;
    box-shadow: none;
   overflow: hidden;
   position: fixed;
    top: 50%;
    left: 0;
    right: 0;
}
/* #consultationpopup.modal .modal-content .modal-body{padding:0} */

#consultationpopup.modal .modal-content .modal-body {/* padding: 0; */padding: 45px 5% 30px;}
#consultationpopup.modal .modal-content .modal-body .consultation{width:100%;border-radius:10px;box-shadow:0 4px 8px 0 rgb(0 0 0 / .2),0 6px 20px 0 rgb(0 0 0 / .19);position:relative;padding: 40px 0 40px;}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content{width:100%;max-width: 920px;margin:0 auto 0;display:flex;flex-wrap:wrap;align-items:center}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col1{width:61%;text-align:left;display:inline-block;float:left;margin:0 3.5% 0 4%;}
#consultationpopup.modal .modal-content .modal-body img{width:100%}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2{width:31.5%;display:inline-block;float:right}
#consultationpopup.modal .modal-body h2{font-size:30px;color:#fff;letter-spacing:5.52px;line-height:1.43;margin:0 0 14px;font-weight:400;text-transform:uppercase}
#consultationpopup.modal .modal-body h2 span{display:block}
#consultationpopup.modal .modal-body p{float:none;font-size:16px;color:#fff;letter-spacing:.24px;line-height:1.48;font-weight:500;margin: 0 0 16px;}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .contact-book-btns{width:100%;display:block;float:left}
#consultationpopup.modal .modal-content .modal-body .consultation-btn{float:none;color:#fff;background:#55b7b4;border:1px solid #55b7b4;margin:7px 0 0;padding:8px 25px 8px 27px;text-align:center;font-size:14px;line-height:normal;letter-spacing:.3px;border-radius:20px;font-weight:500;transition:all .25s ease-out 0s;display:inline-block;position:relative}
#consultationpopup.modal .modal-content .modal-body .consultation-btn:hover{border-color:#55b7b4;background:#fff;color:#55b7b4}
#consultationpopup.modal .modal-content .modal-body .consultation-contact{float:none;color:#fff;background:#c73636;border:1px solid #c73636;margin:7px 0 0;padding:8px 25px 8px 27px;text-align:center;font-size:14px;line-height:normal;letter-spacing:.3px;border-radius:20px;font-weight:500;transition:all .25s ease-out 0s;display:inline-block;position:relative; width: 312px;}
#consultationpopup.modal .modal-content .modal-body .consultation-contact:hover{color:#c73636;background:#fff;border-color:#c73636}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .contact-book-btns span{font-size:14px;color:#fff;display:inline-block;padding:0 15px 0}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2 span.note{font-size:13px;color:#fff;line-height:normal;font-style:italic}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2 img{width:100%;margin: 0 0 0 auto;display:block;max-width: 210px;padding:38px 0 0}
#consultationpopup.modal .modal-content .closememb{position:absolute;top:12px;right:2%;z-index:9}
#consultationpopup.modal .modal-content .closememb span{color:#fff;border:1px solid #55b7b4;border-radius:50%;width:26px;height:26px;display:block;font:0 / 0 a;color:#fff0;transition:all 0.25s ease-out 0s;position:absolute;top:3px;right:-8px; cursor: pointer; background-color: #55b7b4;}
#consultationpopup.modal .modal-content .closememb span:before{content:"";display:block;height:2px;width:15px;background-color:#fff;position:absolute;top:50%;left:5px;margin-top:-1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
#consultationpopup.modal .modal-content .closememb span:after{content:"";display:block;height:2px;width:14px;background-color:#fff;position:absolute;top:50%;left:5px;margin-top:-1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest{width:312px;position:absolute;bottom:0;display:block;padding:10px 28px 6px;background:#6c587d;text-align:center;border-radius:35px 35px 0 0}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest .intrest-label{color:#fff;font-size:14px;line-height:normal;font-weight:500}
#consultationpopup.modal .modal-content .closememb span:hover{background: #c73636; border-color: #c73636;}

.abouts-wrapp .cog-form .cog-body .cog-content.cog-html.cog-input {padding-top:0 !important;  margin-top: 0;}
.abouts-wrapp.common-style h1 {line-height: 1;margin: 0 0 28px;}
.abouts-wrapp .cog-form{width:100%!important;display:block!important;float:none!important}
.abouts-wrapp .cog-form .cog-header.cog-wrapper{background:#594082!important;width:100%!important;display:flex!important;flex-wrap:wrap!important;padding:30px 0 30px!important}
.abouts-wrapp .cog-form .cog-header.cog-wrapper img{width:100%!important;display:block!important;float:none!important;margin:0 auto 25px!important;max-width:120px!important}
.abouts-wrapp .cog-form .cog-header.cog-wrapper .cog-header__text{width:100%!important;padding:0!important;text-align:center !important}
.abouts-wrapp .cog-form .cog-body{margin:0!important;padding:0px 20px!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .el-input .el-input__inner{width:100%!important;height:40px!important;margin:0 0 0!important;padding:0 18px 0!important;font-size:14px!important;font-weight:400!important;text-align:left!important;letter-spacing:normal!important;transition:all 0.25s ease-out 0s!important;display:inline-block;vertical-align:baseline;position:relative;box-shadow:none!important;outline:none;line-height:normal!important;background:none!important;font-family:Jost,sans-serif!important;text-transform:inherit!important;border-radius:20px!important;border:1px solid rgba(89 64 130 / 0.5)!important;color:#1f1f1f!important}
.abouts-wrapp .cog-form .cog-form__container{float:none!important;padding:0!important;width:100%!important;display:flex!important;flex-wrap:wrap!important;justify-content:center!important;background:none!important;border-radius:0px!important;max-width:100%!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-field .cog-label{font-size:14px!important;font-weight:400!important;letter-spacing:normal!important;line-height:normal!important;text-align:left!important;color:#1d1d1b!important;font-family:Jost,sans-serif!important;text-transform:inherit!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-text .el-textarea .el-textarea__inner{height:131px!important;padding:18px 20px 0!important;font-size:16px!important;font-weight:400!important;color:#1d1d1b!important;background:none!important;text-align:left;letter-spacing:normal!important;border:1px solid rgba(89 64 130 / 0.5)!important;text-transform:inherit!important;resize:none!important;font-family:Jost,sans-serif!important;border-radius: 18px !important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload{background: #ffffff !important;border-radius: 18px !important;color: #1d1d1b !important;border: 1px solid rgba(89 64 130 / 0.5)!important;}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-field.is-error::before{background:none!important;outline:none!important;opacity:1!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-field.is-error::after{background:none!important;outline:none!important;opacity:0!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload .el-upload-dragger>div{background:none!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload .el-upload-dragger>div{align-items:center!important;padding:12px 15px 12px!important;display:flex!important;flex-direction:row-reverse!important;justify-content:space-between}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-col .cog-content h2{color:#000000!important;text-decoration:none!important;font-size:34px!important;font-weight:400!important;float:none;letter-spacing:normal!important;line-height:1.34!important;font-family:Jost,sans-serif!important;text-align:center!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row{margin:0 0 3px!important}
.abouts-wrapp .cog-form .cog-form__container .cog-header__text .cog-header__description{color:#fff;font-family:Jost,sans-serif!important;font-size:13.5px!important;letter-spacing:normal!important;line-height:1.2!important;font-weight:300!important;margin:15px 0 12px!important}
.abouts-wrapp .cog-form .cog-form__container .cog-header__text .cog-heading{float:none!important;font-size:30px!important;font-weight:100!important;color:#9e884d;letter-spacing:normal!important;line-height:1!important;margin:0 0 34px!important;font-family:Jost,sans-serif!important;text-align:center}
.abouts-wrapp .cog-form .cog-form__content .cog-row:nth-child(11) .cog-field{flex:1 1 100%!important}
.abouts-wrapp .cog-form .cog-form__container .cog-field .cog-choice .el-checkbox-group .el-checkbox__label>div{color:#1d1d1b!important;font-size:14px!important;letter-spacing:normal!important;line-height:normal!important;font-family:Jost,sans-serif!important;font-weight:400!important;text-transform:inherit!important}
.abouts-wrapp .cog-form .cog-form__container .cog-page-progress .el-scrollbar__wrap .cog-page-progress__page.is-active a::before{background:#a79155!important}
.abouts-wrapp .cog-form .cog-form__container .cog-page-progress .el-scrollbar__wrap .cog-page-progress__page a span{color:#ffffff!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-address .cog-row{column-gap:calc(var(--gutter) / 1)!important}
.abouts-wrapp .cog-form .cog-form__container .cog-field .cog-choice .el-checkbox-group .el-checkbox__input .el-checkbox__inner{position:absolute;left:-2px!important;top:1px!important;width:30px!important;height:30px!important;background:url(../images/checkbox1.svg)no-repeat 100% !important;border-radius:0!important;box-shadow:none!important;border:0!important;background-size: 100% !important;}
.abouts-wrapp .cog-form .cog-form__container .cog-field .cog-choice .el-checkbox-group .el-checkbox__input .el-checkbox__inner::after{position:absolute;left:0px!important;top:0px!important;width:30px!important;height:30px!important;background:url(../images/checkbox1-hover.svg) no-repeat 100%!important;border-radius:0!important;box-shadow:none!important;border:0!important;background-size:100%!important;margin:0;}
.abouts-wrapp .cog-form .cog-form__container .cog-field .cog-choice .el-checkbox-group .el-checkbox__input.is-checked .el-checkbox__inner{background:none!important}
.abouts-wrapp .cog-form .cog-form__container .cog-field .cog-choice .el-checkbox-group .el-checkbox__input.is-checked .el-checkbox__inner::after{opacity:1!important;-webkit-transform:scale(1)!important;transform:scale(1)!important}
.abouts-wrapp .cog-form .cog-form__container .cog-page .cog-page__navigation .el-button{width:auto!important;height:auto!important;float:none!important;font-size:14px!important;font-weight: 500!important;letter-spacing: 0.3px!important;color: #fff!important;background: #55b7b4!important;border: 1px solid #55b7b4!important;margin:0 0 0!important;padding: 7px 25px 7px 27px !important;cursor:pointer!important;text-align:left!important;border-radius: 20px!important;transition:all 0.5s ease-out 0s!important;display:inline-block!important;position:relative!important;vertical-align:baseline;outline:none!important;line-height: normal !important;box-shadow:none;font-family:Jost,sans-serif!important;}
.abouts-wrapp .cog-form .cog-form__container .cog-page .cog-page__navigation .el-button:hover{color:#55b7b4!important;background:none !important;}
.abouts-wrapp .cog-form .cog-form__container .cog-page .cog-page__navigation .el-button.cog-button--back{background:none!important;color:#a99357!important}
.abouts-wrapp .cog-form .cog-form__container .cog-page .cog-page__navigation .el-button.cog-button--back:hover{background:linear-gradient(180deg,#9e884d 0%,#cdb576 100%) border-box!important;color:#fff!important}
.abouts-wrapp .cog-form .cog-form__container .cog-page__navigation{gap:12px!important;padding:0!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload .el-upload-dragger>div{align-items:center!important;padding:15px 8px 15px!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload .el-upload-dragger .el-button{width:auto!important;height:auto!important;float:none!important;font-size:14px!important;font-weight:700!important;letter-spacing:2.38px!important;color:#000!important;background:none;border:none;padding:0 30px 0 0;cursor:pointer;text-align:center;border-radius:0;transition:all 0.5s ease-out 0s;display:inline-block;position:relative;vertical-align:baseline;outline:none!important;line-height:normal;box-shadow:none;font-family:Jost,sans-serif;background:none;
}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload .el-upload-dragger .el-button:hover{color:#6cbd45!important;
  box-shadow:none!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .el-input .el-input__inner:focus{outline:none!important;box-shadow:none!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-field .cog-error-message{background:none!important;color:red!important}
.abouts-wrapp .cog-form .cog-form__container .el-scrollbar .el-scrollbar__wrap{overflow:hidden!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-col .cog-content p span{text-decoration:none!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-text .el-textarea .el-textarea__inner:focus{box-shadow:none!important}
.abouts-wrapp .cog-form .cog-form__container .cog-page::after{display:none!important}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-col .cog-content p{text-align:left!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-section .cog-heading{color:#000000!important;text-decoration:none!important;font-size:34px!important;font-weight:400!important;float:none;letter-spacing:normal!important;line-height:1.34!important;font-family:Jost,sans-serif!important;margin:12px 0 10px!important;text-align:center!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-choice .el-radio-group .el-radio__input .el-radio__inner{position:absolute;left:-2px!important;top:0px!important;width:30px!important;height:30px!important;background:url(../images/checkbox1.svg)no-repeat 100% !important;border-radius:0!important;box-shadow:none!important;border:0!important;background-size: 100% !important;}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-choice .el-radio-group .el-radio__input.is-checked .el-radio__inner::after{position:absolute;left:0px!important;top:0px!important;width:30px!important;height:30px!important;background:url(../images/checkbox1-hover.svg) no-repeat 100%!important;border-radius:0!important;box-shadow:none!important;border:0!important;background-size:100%!important;margin:0;}
.abouts-wrapp .cog-form .cog-form__container .cog-row .el-radio-group .el-radio__label{width:auto;padding-left:25px!important;cursor:pointer;font-size:12px;font-weight:400;color:#1d1d1b;display:inline-block;letter-spacing:normal;position:relative;top:0;height:auto;margin:0 0;font-family:Jost,sans-serif!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-field.cog-choice--checkboxes .cog-label{margin:0 0 12px}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-section{margin:0!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-section .cog-section__inner{padding-bottom:0!important}
.abouts-wrapp .cog-form{width:100%!important;margin:0!important;max-width:100%!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-choice--radiobuttons .cog-label{margin:6px 0 11px;padding: 0 !important}
.abouts-wrapp .el-picker-panel .el-picker-panel__content .el-date-table__row .is-selectable.is-current .el-date-picker__cell{color:#6cbd45!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-picker .el-input__suffix .cog-icon{content:"";width:16px;float:right;transform:translateY(-50%);margin:0 0 0;padding:0 0 0px;position:absolute;top:50%;right:25px}
.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-picker .el-input__suffix .cog-icon g{opacity:0!important}
.abouts-wrapp .el-picker-panel .el-picker-panel__content .el-date-table__row .is-selectable.is-selected .el-date-picker__cell{background-color:#6cbd45!important;box-shadow:none!important}
.abouts-wrapp .el-picker-panel .el-picker-panel__content .el-date-table__row .is-selectable:hover{color:#6cbd45!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .el-radio-group .el-radio__label a{color:#6cbd45!important;font-weight:700!important}
.abouts-wrapp .cog-form .cog-form__container .cog-row .el-radio-group .el-radio__label a:hover{color:#1d1d1b!important}

.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload .el-button.cog-upload__upload-button{background:#55b7b4!important;border-color:#55b7b4!important;border-radius:18px!important;padding:6px 12px}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload .el-button.cog-upload__upload-button .cog-button__text{letter-spacing:normal;color:#fff;font-size:12px;font-weight:600;font-family:Jost,sans-serif;padding:0;line-height:normal}
.abouts-wrapp .cog-form .cog-form__content .cog-row .cog-upload .el-button.cog-upload__upload-button:hover .cog-button__text{color:#55b7b4}

.abouts-wrapp .cog-form .cog-form__container .cog-field .cog-choice .el-checkbox-group .el-checkbox.cog-checkable__allow-other.cog-inner-col__item .el-checkbox__label {padding: 0;}
.abouts-wrapp .cog-form .cog-form__container .cog-field .cog-choice .el-checkbox-group .el-checkbox.cog-checkable__allow-other.cog-inner-col__item .el-checkbox__input {display: none;}


.abouts-wrapp .abouts-row2 .abouts-col2 .slider{width:100%; display:block; float:left}
.abouts-wrapp .abouts-row2 .abouts-col2 .slider .abouts-bar2{width:100%; display:block; float:left}
.abouts-wrapp .abouts-row2 .abouts-col2 .slider .slick-slide{margin:0 4px 0}
.abouts-wrapp .abouts-row2 .abouts-col2 .slider .slick-dots li{margin:0 4px 0}
.abouts-wrapp .abouts-row2 .abouts-col2 .slider .slick-dots li::before{display:none}

.linker-wrapp .linker-btn1:after {display: none;}

.treatin-wrapp .buttons {margin: 10px 0 26px;}

.video-banner .welcome-slides{width:100%;display:block;float:left;transform:translateY(-50%);position:absolute;top:60%;margin:0 auto 0;left:0;right:0;z-index:9}
.video-banner .welcome-slides .single-welcome-slide{width:100%;float:left;background-color:#fff0;overflow:hidden;position:relative}
.video-banner .welcome-slides .single-welcome-slide .banner-col1{width:1187px;margin:0 auto 0;position:relative;right:0;left:0;top:50%; float: none;}
.video-banner .welcome-slides .owl-item {width: 100%; display: block; margin: 0 auto 0;}
.video-banner .welcome-slides .single-welcome-slide .banner-col1 .banner-row2 .js-video-button {margin: 30px auto 15px;}
.video-banner .welcome-slides .owl-dots {bottom: -62px;}

.practice-wrapp .practice-row2 .practice-row1{width: 24.17%;;display:block;float:left}
.practice-wrapp .practice-row2 .practice-row1:last-child{margin-right: 0;}

.practice-wrapp .practice-row2 .slick-slide{margin:0 4px 0}
.linker-wrapp .linker-col5 .custom-select1 {width: 267px;}

.teamer-wrapp .teamer-col1 a {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.teamer-wrapp .teamer-col1 a:before {
    content: "";
    position: absolute;
    width: 99%;
    height: 99%;
    background: #594082;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.9;
}

.header-wrapp .header-btn2.showonlyonsticky{display:none}
.header-wrapp .feedback-btn1 { display: none;}
.header-wrapp .fixed .header-btn2.showonlyonsticky{display:inline-block; text-transform: capitalize;}

.header-wrapp .fixed .feedback-btn1{display:inline-block;float:left;color:#fff;background:#c73636;border-color:#c73636;margin:0 0 0 20px;padding:10px 16px 10px}

.header-wrapp .fixed .feedback-btn1:hover{color:#c73636;background:#fff;border-color:#fff}

.linker-wrapp .linker-col4 .linker-row4 .fulltotal{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center; margin: 0px 0 0;}
.linker-wrapp .linker-col4 .linker-row4 .fulltotal .g-level2{width:auto;display:flex;flex-wrap:wrap;margin:0px 0 0 0%;align-items:center}
.linker-wrapp .linker-col4 .linker-row4 .fulltotal .g-level2 .gsub-level2{width:auto;display:block;margin:0}
.linker-wrapp .linker-col4 .linker-row4 .fulltotal .g-level2 .gsub-level2 img{width:13px;display:inline-block}
.linker-wrapp .linker-col4 .linker-row4 .fulltotal .g-level1 h2{font-size:14px;color:#fff;letter-spacing:normal}
.linker-wrapp .linker-col4 .linker-row4 .fulltotal .g-level2 .gsub-level1{color:#e7711b;margin:0 0 0; font-size: 14px;}
.linker-wrapp .linker-col4 .linker-row4 .fulltotal .g-level2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    gap: 6px;
    margin-left: 0;
}


.linker-wrapp .linker-col4 .linker-row4 .fulltotal .g-level2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin: 0;
}
.linker-col4.desktop .linker-row4-pre {width:100%;}
.linker-col4.desktop .linker-row4-pre a {width: fit-content; color:#fff;text-decoration:none;font-size:15px;text-align:left;display:block}
.linker-col4.desktop .linker-row4-pre a:hover{color: #55b7b4;width: fit-content; }

.linker-row4-pre {width: 100%;text-align: left;}
.linker-col4.mobile {display: none;}

.linker-wrapp .linker-col4 .linker-row4-pre {margin: 0 0 12px;}

.abouts-wrapp .cog-form .cog-form__container .cog-row .cog-picker .el-input__suffix .cog-icon g{opacity:1!important}
.el-picker-panel .el-picker-panel__body .el-picker-panel__content .is-selectable.is-current .el-date-picker__cell{color:#594082!important}
.el-picker-panel .el-picker-panel__body .el-picker-panel__content .is-selectable.is-selected .el-date-picker__cell{background:#594082!important;box-shadow:0 0 0 3px #594082!important}
.el-picker-panel .el-picker-panel__body .el-picker-panel__content .is-selectable:hover .el-date-picker__cell{color:#594082!important}
.fheader-wrapp .header-btn2.showonlyonsticky {
    float: left;
    color: #ffffff;
    background: #55b7b4;
    border-color: #55b7b4;
    margin: 0 0 0 5px;
    padding: 10px 16px 10px 16px;
}
.fheader-wrapp .header-btn2.showonlyonsticky:hover{
      color: #55b7b4;
    background: #ffffff;
    border-color: #ffffff;
}
.treatment-wrapp .non-slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.treatment-wrapp .non-slider .treatment-col1 {
    width: 33.33%;
}
.getins-wrapp .getins-col1 .nf-form-cont .nf-response-msg p {
    color: #ffffff;
}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-response-msg p{color: #ffffff;}


.banner-wrapp .banner-outer {width: 100%;display: block;float: left;transform: translateY(-50%);position: absolute;top: 60%;margin: 0 auto 0;left: 0;right: 0;z-index: 9;}
.banner-wrapp .banner-outer .welcome-slides {position: relative;top: inherit;transform: none;}
.banner-wrapp .banner-row2 .videobox {position: relative;display: block;top: inherit;transform: none;}
.banner-wrapp .banner-row2 h3 {line-height: normal;}


/*Smartphone css*/

@media screen and (max-width: 480px) {
  .margin {
    width: 90%;
  }

  .header-wrapp {
    display: none;
  }

  .linker-wrapp {
    position: relative;
    top: inherit;
    background: #594082;
    padding: 85px 0 40px;
  }

  .linker-wrapp .linker-col1 {
    width: 288px;
    float: none;
    display: inline-block;
    position: relative;
    top: inherit;
  }

  .linker-wrapp .linker-col2 {
    width: 100%;
  }

  .linker-wrapp .linker-col2 .linker-row2 {
    width: 100%;
  }

  .linker-wrapp .linker-col3 {
    width: 100%;
  }

  .linker-wrapp .linker-col4 {
    width: 100%;
  }

  .linker-wrapp .linker-col4 .linker-row4 {
    float: none;
    display: block;
    margin: 0 auto 25px;
            width: 100%;
  }

  .linker-wrapp .linker-col4 .linker-row44 {
    float: none;
    display: inline-block;
  }

  .linker-wrapp .linker-col5 {
    width: 100%;
    margin: 0px 0 0;
    display: flex;
        justify-content: center;
  }
.linker-wrapp .linker-col5 .select-selected{
    /* text-align: left; */
}
  .linker-wrapp .linker-btn1 {
    width: 48%;
    float: left;
    padding: 10px 2% 10px;
  margin: 0 2% 4% 0;
  }

.linker-wrapp .linker-row3 .header-btn2.homepageinrefferal{width: 48%;margin: 0 2% 10px 0;}
  .linker-wrapp .linker-btn2 {
    width: 48%;
    float: right;
    padding: 10px 2% 10px;
    margin: 0 0 4%;
  }
.linker-col4.desktop {display: none;}
.linker-col4.mobile {display: block;}

  .linker-wrapp .linker-btn1:after {
    display: none;
  }
    .linker-row4-pre a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        width: 100%;
        text-align: center;
        display: block;
    }

  .banner-wrapp {
    min-height: inherit;
    max-height: inherit;
  }

  .banner-wrapp h2 {
    font-size: 22px;
    margin: 0 0 21px;
  }

  .banner-wrapp h3 {
    line-height: 1.6;
  }

  .banner-wrapp p {
    line-height: 1.9;
  }

 .banner-wrapp .banner-col1 { width: 100%; top: inherit; position: relative; padding: 30px 15px 80px 15px; transform: inherit; }

 .banner-wrapp .owl-item img { height: 75.6vw !important;}

.banner-wrapp .banner-col1.slideroutside { width: 95%; top: 48%; position: absolute; transform: translateY(-50%); padding: 0; }


  .about-wrapp {
    padding: 44px 0 44px;
  }

  .about-wrapp h2 {
    font-size: 20px;
    margin: 0 0 18px;
  }

  .about-wrapp h3 {
    margin: 0 0 29px;
  }

  .about-wrapp .about-row1 {
    width: 100%;
  }


.enquiry-wrapp h2 { font-size: 18px; }

.enquiry-wrapp p { font-size: 18px; }



.enquiry-wrapp .enquiry-row1 .enquiry-col1 { width:100%; padding:22px 5%;}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar1 { width:61px;}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 { margin:10px 0 0 28px; width: 185px;}


  .wow-wrapp {
    padding: 45px 0;
    position: relative;
    background: url(../images/wow-factor-bg-mob.jpg) no-repeat center / cover;
  }

  .wow-wrapp:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
  }

  .wow-wrapp h2 {
    font-size: 24px;
  }

  .wow-wrapp p {
    line-height: 1.9;
  }

  .wow-wrapp .wow-row1 {
    padding: 0 0 40px;
    position: relative;
    z-index: 9;
  }

  .wow-wrapp .wow-row1 .wow-col1 {
    width: 100%;
  }

  .wow-wrapp .wow-row2 {
    width: 248px;
    position: relative;
    bottom: inherit;
    display: inline-block;
    float: none;
    right: inherit;
    z-index: 9;
  }

  .wow-wrapp .wow-row2 .wow-col2 {
    margin: 0 0 25px;
    float: none;
    display: inline-block;
  }

  .wow-wrapp .wow-row2 .wow-col3 {
    width: 100%;
    position: relative;
    bottom: inherit;
    right: inherit;
    float: none;
    display: inline-block;
  }

  .invisalign-wrapp {
    text-align: center;
    padding: 55px 0 30px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col1 {
    width: 100%;
    margin: 0 0 35px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col2 {
    width: 100%;
    position: relative;
    top: inherit;
    transform: none;
    margin: 0 0 25px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col3 {
    position: relative;
    float: none;
    display: inline-block;
  }

  .treatment-wrapp h2 {
    font-size: 20px;
  }

  .treatment-wrapp p {
    line-height: 1.9;
    margin: 0 0 25px;
  }

  .treatment-wrapp p span {
    display: inline;
  }

  .treatment-wrapp .treatment-col1 .treatment-row1 {
    bottom: 40px;
  }

  .reviews-wrapp {
    padding: 26px 0 30px;
  }

  .reviews-wrapp h2 {
    margin: 0 0 18px;
  }

  .reviews-wrapp .reviews-col1 {
    margin: 0 0 82px;
  }

  .team-wrapp h2 {
    font-size: 20px;
    line-height: 1.77;
  }

  .team-wrapp .team-col1 .team-row1 {
    bottom: 35px;
  }

  .team-wrapp .team-btn1 {
    margin: 90px 0 0;
  }

  .service-wrapp {
    padding: 55px 0 82px;
  }

  .service-wrapp h2 {
    font-size: 20px;
  }

  .service-wrapp p {
    line-height: 1.9;
  }

  .getins-wrapp {
    background-image: none;
    padding: 36px 0 50px;
  }

  .getins-wrapp h2 {
    margin: 0 0 21px;
  }

  .getins-wrapp .getins-col1 {
    width: 100%;
  }

  .getins-wrapp .getins-col1 .getins-lt {
    width: 100%;
  }

  .getins-wrapp .getins-col1 .getins-rt {
    width: 100%;
  }

  .instagram-wrapp {
    padding: 38px 0 36px;
  }

  .instagram-wrapp .instagram-icon {
    margin: 0 auto 32px;
  }

  .instagram-wrapp .instagram-row1 {
    width: 100%;
  }

  .fheader-wrapp {
    padding: 20px 0 12px;
  }

  .fheader-wrapp .fheader-col1 {
    width: 100%;
  }

  .fheader-wrapp .fheader-col1 .fheader-row1 li a {
    font-size: 13px;
    padding: 0 5px 0 5px !important;
    line-height: 26px;
    letter-spacing: 0.2px;
  }


.fheader-wrapp .fheader-col1 .fheader-row1 li:after { display: none;}


  .flinker-wrapp {
    padding: 45px 0 0;
  }

  .flinker-wrapp .flinker-col1 {
    width: 288px;
    position: relative;
    top: inherit;
    display: inline-block;
  }

  .flinker-wrapp .flinker-col2 {
    width: 100%;
  }

  .flinker-wrapp .flinker-col2 .flinker-row2 {
    width: 100%;
  }

  .flinker-wrapp .flinker-col2 .flinker-row22 {
    float: none;
    display: inline-block;
    margin: 0;
  }

  .flinker-wrapp .flinker-col3 {
    width: 100%;
  }

  .flinker-wrapp .flinker-btn1 {
    float: none;
    position: relative;
    top: -5px;
  }

  .flinker-wrapp .flinker-btn2 {
    width: 100%;
    float: left;
    margin: 0 0 4.5%;
  }

  .flinker-wrapp .flinker-btn3 {
    width: 100%;
    float: right;
    margin: 0;
  }

  .footer-wrapp {
    text-align: center;
    padding: 24px 0 100px;
  }

  .footer-wrapp .footer-col1 {
    width: 100%;
    margin: 0 0 10px;
  }

  .footer-wrapp .footer-col1 .footer-row1 {
    width: 100%;
  }

  .footer-wrapp .footer-col1 .footer-row1 li {
    margin: 0 4px 4px;
  }

  .footer-wrapp .footer-col1 .footer-row1 li:nth-child(2n) {
    display: none;
  }

  .footer-wrapp .footer-col2 {
    width: 100%;
    margin: 0 0 0;
  }

  .footer-wrapp .footer-col2 .footer-row2 {
    width: 100%;
  }

  .footer-wrapp .footer-col2 .footer-row2 li {
    margin: 0 4px 0;
  }

  .footer-row1 li,
  .footer-row1 li a,
  .footer-row2 li,
  .footer-row2 li a {
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 0;
  }

  /*inner*/

  .inner-wrapp h1 {
    font-size: 20px;
  }

  .inner-wrapp .inner-col1 {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }

  .conten-wrapp {
    padding: 50px 0 23px;
  }

  .conten-wrapp .conten-row1 .conten-bar1 {
    width: 100%;
    margin: 0 0 45px;
  }

  .conten-wrapp .conten-row1 .conten-bar2 {
    width: 100%;
  }

  .sidbar-wrapp .sidbar-row1 {
    padding: 44px 5% 275px;
  }

  .sidbar-wrapp .sidbar-row2 {
    padding: 43px 5% 43px;
  }

  .abouts-wrapp .abouts-row3 {
    margin: 40px 0 0;
  }

  .abouts-wrapp .abouts-row3 .abouts-row4 {
    width: 288px;
  }

  .abouts-wrapp .abouts-row3 .abouts-row4 .abouts-bar3 {
    width: 155px;
    padding-right: 11px;
  }

  .abouts-wrapp .abouts-row3 .abouts-row4 .abouts-bar4 {
    width: fit-content;
    position: relative;
    transform: inherit;
    top: inherit;
    margin: 9px 0 0;
  }

  .abouts-wrapp .abouts-btn1 {
    padding: 10px 13px 10px 15px;
  }

  .bloger-wrapp .bloger-row2 {
    margin: 0 0 50px;
  }

  .bloger-wrapp .bloger-row2:last-child {
    margin: 0 0 50px;
  }

  .bloger-wrapp .bloger-row1 .bloger-bar1 {
    display: none;
  }

  .bloger-wrapp .bloger-row1 .bloger-bar2 {
    width: 100%;
  }

  .bloger-wrapp .bloger-row1 .bloger-bar3 {
    display: block;
  }

  .paiger-wrapp .paiger-row1 {
    width: auto;
  }

  .paiger-wrapp .paiger-row1 .paiger-bar1 {
    width: auto;
  }

  .paiger-wrapp .paiger-btn1 {
    padding: 10px 12px 10px 14px;
  }

  .paiger-wrapp .paiger-btn2 {
    padding: 10px 12px 10px 14px;
  }

  .finder-row1 {
    margin: 12px 0 20px;
  }

  .contact-wrapp h2 {
    font-size: 23px;
  }

  .contact-wrapp .contact-row1 {
    margin: 0 0 45px;
  }

  .contact-wrapp .contact-row2 {
    width: 100%;
  }

  .hours-wrapp {
    padding: 40px 0 45px;
  }

  .hours-wrapp .hours-col1 li:nth-child(2) {
    display: none;
  }

  .feeser-wrapp .feeser-row2 {
    padding: 10px 5% 23px;
  }

  .teamer-wrapp h2 {
    font-size: 17px;
  }

  .teamer-wrapp .teamer-col1 {
    width: 100%;
    margin: 0 0 5%;
  }

  .gallerin-wrapp h2 {
    padding: 0 19px 6px;
  }

  .gallerin-wrapp h3 {
    padding: 0 19px 6px;
  }

  .gallerin-wrapp .gallerin-col1 {
    width: 100%;
  }

  .gallerin-wrapp .gallerin-row1 {
    margin: 0 0 35px;
  }

  .buttons .buttons-btn1 {
    padding: 10px 12px 10px 14px;
  }

  .buttons .buttons-btn1 span {
    display: none;
  }

  .galler-wrapp .galler-col2 {
    margin: 0 0 50px;
  }

  .galler-wrapp .galler-col2:last-child {
    margin: 0 0 50px;
  }

  .galler-wrapp .galler-col2 .galler-bar1 {
    width: 100%;
    margin: 0 0 30px;
  }

  .galler-wrapp .galler-col2 .galler-bar2 {
    width: 100%;
  }

  .teamin-wrapp .teamin-row1 {
    margin: 0 0 40px;
  }

  .teamin-wrapp .teamin-row1 .teamin-bar1 {
    width: 288px;
    float: none;
    display: inline-block;
    margin: 0 0 35px;
  }

  .teamin-wrapp .teamin-row1 .teamin-bar2 {
    width: 100%;
    float: left;
    position: relative;
    top: inherit;
    transform: none;
  }

  .testi-wrapp .testi-row4 {
    margin: 10px 0 0;
  }

  .testi-wrapp .testi-row2 .testi-row3 .testi-col2 {
    width: 100%;
    margin: 0 0 55px;
  }

  .treatin-wrapp .treatin-row2 iframe {
    height: 275px;
  }

  .treatments-wrapp .treatments-col1 {
    width: 100%;
  }

  .practice-wrapp {
    padding: 50px 0 45px;
  }

  .practice-wrapp .practice-row2 .practice-row1{
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .practice-wrapp .practice-row1:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  /*mobile-css*/

  .linker-wrapp .header-btn1 {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 2% 10px;
    margin: 0 0 4.5%;
width: 48%;
  }

  .linker-wrapp .header-btn2 {
    display: block;
    width: 48%;
    float: right;
    padding: 10px 2% 10px;
    margin: 0 0 0;
  }

  .linker-wrapp .header-btn2.nobookonline { width: 100%; margin: 5px auto;}

  .finder-row1 .finder-col1 {
    width: 100%;
  }
  .finder-row1 .finder-col1 .select-selected {
    padding: 9px 8% 10px 20px;
  }
  .finder-row1 .custom-select1:after {
    right: 5% !important;
  }
  .finder-row1 .finder-col1 .finder-row2 .custom-select1 {
    text-align: left;
  }

  .treatments-wrapp h2 {
    font-size: 19px;
    letter-spacing: 2.75px;
  }

.getins-wrapp .getins-col1 .caldera-grid .col-sm-6 { width: 100%;}
.getins-wrapp .getins-col1 .caldera-grid .col-sm-6.last_col { width: 100%;}



.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review { width: 100% !important; margin: 0 0 4% !important; padding: 32px 9.4% 14px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left  { max-width: 100px !important; width: 22% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left img { max-width: 100%  !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars .wp-stars .wp-star svg {width: 14px !important;height: 14px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time {margin: 0 0 5% !important;padding-top: 30px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .google-icon-extracode { width: 24px !important; margin: 0 0 0 !important; top: 4% !important; right: 5% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars {top: 58px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right a.wp-google-name {font-size: 15px !important;line-height: 26px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars { width: 61.5% !important; top: 58px !important;}


.partners-col1 .slider.responsive2 .slick-slide { margin: 0 15px;}
.partners-col1 .slider.responsive2 .slick-slide .partners-row1 img { width: auto; }

.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {width: 100% !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-label {margin: 0 0 0 !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {width: 100%;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline; top: 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 5px; left: 3px;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {top: 1px;}

.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-label {margin: 0 0 0 !important;}

.feeser-wrapp .nhs-content .full-table .row .row3 { width: 100%; text-align: left;}
.feeser-wrapp .nhs-content .full-table .row .row1 {width: 100%;}
.feeser-wrapp .nhs-content .full-table .row .row2 {width: 100%;}
.feeser-wrapp .nhs-content .full-table .row { margin: 0 0 24px;}

.contact-wrapp .contact-row1 .cntct-btn1 {font-size: 13px;}

.feeser-wrapp .feeser-row1 .feeser-bar1{width:34.5%;float:left;text-align:left;padding:0 0}
.feeser-wrapp .feeser-row2 .feeser-bar2{width:34.9%;float:none;text-align:left;display:inline-block;padding:0 8px}
.feeser-bar1,.feeser-bar2,.from-item{font-size:14px!important;line-height:1.45!important}
.feeser-wrapp .feeser-row2 .from-item{width:29.5%;display:inline-block;text-align:left;font-size:16px;color:#808285;line-height:2.38;letter-spacing:.24px;font-weight:500;padding-left:12px}
.feeser-wrapp .feeser-row2 .from-item{text-align:right!important;padding:0 10px 0 0!important;width:30.5%}
.feeser-wrapp .nhs-content{padding:0 0 0 5%}

#consultationpopup.modal .modal-body h2{font-size:17px}
#consultationpopup.modal .modal-content{width:94%}
#consultationpopup.modal .modal-content .modal-body .consultation-btn{font-size:12px}
#consultationpopup.modal .modal-content .modal-body .consultation-contact{font-size:12px; width: 245px;}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest .intrest-label{font-size:11px}
#consultationpopup.modal .modal-content .modal-body .consultation{padding:30px 0 40px}
#consultationpopup.modal .modal-body p{font-size:13px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .contact-book-btns span{padding:0 6px 0}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest{width:245px;left:0;right:0;margin:0 auto 0}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2 span.note{font-size:12px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col1{width:94%;text-align:center;margin:0 auto 0}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2{width:94%;text-align:center;float:none;margin:0 auto 10px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2 img{padding:12px 0 0;width:60%;margin:0 auto 0}

.abouts-wrapp .cog-form .cog-header.cog-wrapper img {max-height: 100% !important;max-width: 100px!important;}
.abouts-wrapp .cog-form .cog-header.cog-wrapper .cog-header__text h1.cog-heading {font-size: 26px !important;padding: 0 6px 0;}
.abouts-wrapp .cog-form .cog-header.cog-wrapper .cog-header__text .cog-header__description {padding: 0 8px 0;}

.abouts-wrapp .abouts-row2 .abouts-col2 .slick-dots {bottom: -65px;}

.treatin-wrapp .buttons {margin: 10px 0 26px;}

.sidbar-wrapp .reviews-btn1 {margin-top: 69px;}
.enquiry-wrapp .enquiry-row1.mob .slider .slick-dots {bottom: -36px;}

.video-banner .welcome-slides{width:100%;display:block;float:left;transform:none;position:relative;top:inherit}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1{width:100%;padding:38px 5% 18px;margin:0 auto 0;top:inherit}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 h2{color:#594082}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 p{color:#594082}
.video-banner .welcome-slides .single-welcome-slide .banner-col1 .banner-row2 .js-video-button {border: 3px solid #594082;}

.video-banner .welcome-slides .single-welcome-slide .banner-col1 .banner-row2 .js-video-button span {border-left: 25px solid #594082;}
.video-banner .welcome-slides .owl-dots {bottom: -28px;}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 h3 {color: #594082;}

.practice-wrapp {padding: 60px 0 40px;}


.teamin-wrapp .teamin-row1 {margin: 37px 0 64px;}
.teamin-wrapp .teamin-row1 {margin: 37px 0 37px;}
.teamin-wrapp .teamin-row1 .teamin-bar2 {padding-left: 0;}
.teamin-wrapp .back-to-team {  text-align: center;margin: auto;  width: 100%;  display: block;  float: left;}
.wow-wrapp .wow-row2 .wow-btn1{width:100%;position:relative;bottom:inherit;right:inherit;float:none;display:inline-block}
.linker-wrapp .linker-row3 .feedback-btn1.mobile-show-emer{width: 100%;}
.treatment-wrapp .non-slider .treatment-col1 {width: 100%;}

.banner-wrapp .banner-row2 .video-play-button span{border-left:19px solid #594082}
.banner-wrapp .banner-row2 .video-play-button{border:3px solid #594082}
.banner-wrapp .banner-row2 .video-play-button:before,
.banner-wrapp .banner-row2 .video-play-button:after{background:rgba(89 64 130 / .6)}

.banner-wrapp .banner-outer {width: 100%;display: block;float: left;transform: none;position: relative;top: inherit;}
.banner-wrapp .banner-row2 h3 {color: #594082;margin: 0;}

}

@media screen and (min-width: 481px) and (max-width: 600px) {
  .margin {
    width: 90%;
  }

  .header-wrapp {
    display: none;
  }

  .linker-wrapp {
    position: relative;
    top: inherit;
    background: #594082;
    padding: 85px 0 40px;
  }

  .linker-wrapp .linker-col1 {
    width: 288px;
    float: none;
    display: inline-block;
    position: relative;
    top: inherit;
  }

  .linker-wrapp .linker-col2 {
    width: 100%;
  }

  .linker-wrapp .linker-col2 .linker-row2 {
    width: 100%;
  }

  .linker-wrapp .linker-col3 {
    width: 100%;
  }

  .linker-wrapp .linker-col4 {
    width: 100%;
  }

  .linker-wrapp .linker-col4 .linker-row4 {
    float: none;
    display: block;
    margin: 0 auto 25px;
 width:100%;
  }

  .linker-wrapp .linker-col4 .linker-row44 {
    float: none;
    display: inline-block;
  }

  .linker-wrapp .linker-col5 {
    width: 100%;
    margin: 0px 0 0;
    display: flex;
    justify-content: center;
  }
  .linker-wrapp .linker-col5 .select-selected{
    /* text-align: left; */
}

  .linker-wrapp .linker-btn1 {
    width: 48%;
    float: left;
    padding: 10px 2% 10px;
    /* margin: 0 0 4%; */
            margin: 0 2% 4% 0;
  }

  .linker-wrapp .linker-btn2 {
    width: 48%;
    float: right;
    padding: 10px 2% 10px;
    margin: 0 0 4%;
  }

  .linker-wrapp .linker-btn1:after {
    display: none;
  }
.linker-col4.desktop .linker-row4-pre a{text-align:center;}
.linker-col4.mobile {display: block;}
.linker-col4.desktop {display: none;}
.linker-row4-pre a{text-decoration:none;color:#fff;font-size:15px;width:100%;text-align:center;display: block;}
.linker-row4-pre a:hover{color:#55b7b4;}
.linker-wrapp .linker-row3 .header-btn2.homepageinrefferal{width: 48%;margin: 0 2% 0px 0;}
.linker-wrapp .header-btn1.homepageincontact{width: 48%;margin: 0 2% 0px 0;}

  .banner-wrapp {
    min-height: inherit;
    max-height: inherit;
  }

  .banner-wrapp h2 {
    font-size: 26px;
    margin: 0 0 21px;
  }

  .banner-wrapp h3 {
    line-height: 1.6;
  }

  .banner-wrapp p {
    line-height: 1.9;
  }

  .banner-wrapp .banner-col1 {
    width: 100%;
    top: inherit;
    position: relative;
    padding: 30px 15px 80px 15px; transform: inherit;
  }
  .banner-wrapp .owl-item img { height: 75.6vw !important;}

.banner-wrapp .banner-col1.slideroutside { width: 95%; top: 48%; position: absolute; transform: translateY(-50%); padding: 0; }


  .about-wrapp {
    padding: 44px 0 44px;
  }

  .about-wrapp h2 {
    margin: 0 0 18px;
  }

  .about-wrapp h3 {
    margin: 0 0 29px;
  }

  .about-wrapp .about-row1 {
    width: 100%;
  }

.enquiry-wrapp .enquiry-row1 .enquiry-col1 { width:100%; padding:22px 5%;}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar1 { width:61px;}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 { margin:10px 0 0 20px; width: 230px;}
.enquiry-wrapp p{  font-size: 22px;}

  .wow-wrapp {
    padding: 45px 0;
    position: relative;
  }

  .wow-wrapp:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
  }

  .wow-wrapp p {
    line-height: 1.9;
  }

  .wow-wrapp .wow-row1 {
    padding: 0 0 40px;
    position: relative;
    z-index: 9;
  }

  .wow-wrapp .wow-row1 .wow-col1 {
    width: 100%;
  }

  .wow-wrapp .wow-row2 {
    width: 59%;
    position: relative;
    bottom: inherit;
    display: inline-block;
    float: none;
    right: inherit;
    z-index: 9;
  }

  .wow-wrapp .wow-row2 .wow-col2 {
    margin: 0 0 25px;
    float: none;
    display: inline-block;
  }

  .wow-wrapp .wow-row2 .wow-col3 {
    width: 100%;
    position: relative;
    bottom: inherit;
    right: inherit;
    float: none;
    display: inline-block;
  }

  .invisalign-wrapp {
    text-align: center;
    padding: 55px 0 30px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col1 {
    width: 100%;
    margin: 0 0 35px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col2 {
    width: 100%;
    position: relative;
    top: inherit;
    transform: none;
    margin: 0 0 25px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col3 {
    position: relative;
    float: none;
    display: inline-block;
  }

  .treatment-wrapp p {
    line-height: 1.9;
    margin: 0 0 25px;
  }

  .treatment-wrapp p span {
    display: inline;
  }

  .treatment-wrapp .treatment-col1 .treatment-row1 {
    bottom: 40px;
  }

  .reviews-wrapp {
    padding: 26px 0 30px;
  }

  .reviews-wrapp h2 {
    margin: 0 0 18px;
  }

  .reviews-wrapp .reviews-col1 {
    margin: 0 0 82px;
  }

  .team-wrapp h2 {
    font-size: 18px;
    line-height: 1.9;
  }

  .team-wrapp .team-col1 .team-row1 {
    bottom: 35px;
  }

  .team-wrapp .team-btn1 {
    margin: 90px 0 0;
  }

  .service-wrapp {
    padding: 55px 0 82px;
  }

  .service-wrapp h2 span {
    display: inline;
  }

  .service-wrapp p {
    line-height: 1.9;
  }

  .getins-wrapp {
    background-image: none;
    padding: 36px 0 50px;
  }

  .getins-wrapp h2 {
    margin: 0 0 21px;
  }

  .getins-wrapp .getins-col1 {
    width: 100%;
  }

  .getins-wrapp .getins-col1 .getins-lt {
    width: 100%;
  }

  .getins-wrapp .getins-col1 .getins-rt {
    width: 100%;
  }

  .instagram-wrapp {
    padding: 38px 0 36px;
  }

  .instagram-wrapp .instagram-icon {
    margin: 0 auto 32px;
  }

  .instagram-wrapp .instagram-row1 {
    width: 100%;
  }

  .fheader-wrapp {
    padding: 20px 0 12px;
  }

  .fheader-wrapp .fheader-col1 {
    width: 100%;
  }

  .fheader-wrapp .fheader-col1 .fheader-row1 li a {
    font-size: 13px;
    padding: 0 10.4px 0 6.4px;
  }

  .flinker-wrapp {
    padding: 45px 0 0;
  }

  .flinker-wrapp .flinker-col1 {
    width: 288px;
    position: relative;
    top: inherit;
    display: inline-block;
  }

  .flinker-wrapp .flinker-col2 {
    width: 100%;
  }

  .flinker-wrapp .flinker-col2 .flinker-row2 {
    width: 100%;
  }

  .flinker-wrapp .flinker-col2 .flinker-row22 {
    float: none;
    display: inline-block;
    margin: 0;
  }

  .flinker-wrapp .flinker-col3 {
    width: 100%;
  }

  .flinker-wrapp .flinker-btn1 {
    float: none;
    position: relative;
    top: -5px;
  }

  .flinker-wrapp .flinker-btn2 {
    width: 48%;
    float: left;
    margin: 0;
  }

  .flinker-wrapp .flinker-btn3 {
    width: 48%;
    float: none;
    margin: 0 auto;
  }

  .footer-wrapp {
    text-align: center;
    padding: 24px 0 90px;
  }

  .footer-wrapp .footer-col1 {
    width: 100%;
    margin: 0 0 10px;
  }

  .footer-wrapp .footer-col1 .footer-row1 {
    width: 100%;
  }

  .footer-wrapp .footer-col1 .footer-row1 li {
    margin: 0 4px 4px;
  }

  .footer-wrapp .footer-col1 .footer-row1 li:nth-child(2n) {
    display: none;
  }

  .footer-wrapp .footer-col2 {
    width: 100%;
    margin: 0 0 0;
  }

  .footer-wrapp .footer-col2 .footer-row2 {
    width: 100%;
  }

  .footer-wrapp .footer-col2 .footer-row2 li {
    margin: 0 4px 0;
  }

  .footer-row1 li,
  .footer-row1 li a,
  .footer-row2 li,
  .footer-row2 li a {
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 0;
  }

  /*inner*/

  .inner-wrapp h1 {
    font-size: 24px;
  }

  .inner-wrapp .inner-col1 {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }

  .conten-wrapp {
    padding: 50px 0 23px;
  }

  .conten-wrapp .conten-row1 .conten-bar1 {
    width: 100%;
    margin: 0 0 45px;
  }

  .conten-wrapp .conten-row1 .conten-bar2 {
    width: 100%;
  }

  .sidbar-wrapp .sidbar-row1 {
    padding: 44px 5% 275px;
  }

  .sidbar-wrapp .sidbar-row2 {
    padding: 43px 5% 43px;
  }

  .abouts-wrapp .abouts-row3 {
    margin: 40px 0 0;
  }

  .abouts-wrapp .abouts-row3 .abouts-row4 {
    width: 373px;
  }

  .abouts-wrapp .abouts-row3 .abouts-row4 .abouts-bar4 {
    width: fit-content;
    position: relative;
    transform: inherit;
    top: inherit;
    margin: 12px 0 0;
  }

  .bloger-wrapp .bloger-row2 {
    margin: 0 0 50px;
  }

  .bloger-wrapp .bloger-row2:last-child {
    margin: 0 0 50px;
  }

  .bloger-wrapp .bloger-row1 .bloger-bar1 {
    display: none;
  }

  .bloger-wrapp .bloger-row1 .bloger-bar2 {
    width: 100%;
  }

  .bloger-wrapp .bloger-row1 .bloger-bar3 {
    display: block;
  }

  .finder-row1 {
    margin: 12px 0 20px;
  }

  .contact-wrapp h2 {
    font-size: 20px;
  }

  .contact-wrapp .contact-row1 {
    margin: 0 0 45px;
  }

  .contact-wrapp .contact-row2 {
    width: 100%;
  }

  .hours-wrapp {
    padding: 40px 0 45px;
  }

  .hours-wrapp .hours-col1 li:nth-child(2) {
    display: none;
  }

  .feeser-wrapp .feeser-row2 {
    padding: 10px 5% 23px;
  }

  .teamer-wrapp h2 {
    font-size: 17px;
    line-height: 30px;
  }

  .teamer-wrapp .teamer-col1 {
    width: 49.7%;
    margin: 0 0 0.6%;
  }

  .teamer-wrapp .teamer-col1:nth-child(2n) {
    float: right;
    margin-left: 0.6%;
  }

  .gallerin-wrapp h2 {
    padding: 0 19px 6px;
  }

  .gallerin-wrapp h3 {
    padding: 0 19px 6px;
  }

  .gallerin-wrapp .gallerin-col1 {
    width: 100%;
  }

  .gallerin-wrapp .gallerin-row1 {
    margin: 0 0 35px;
  }

  .galler-wrapp .galler-col2 {
    margin: 0 0 50px;
  }

  .galler-wrapp .galler-col2:last-child {
    margin: 0 0 50px;
  }

  .galler-wrapp .galler-col2 .galler-bar1 {
    width: 100%;
    margin: 0 0 30px;
  }

  .galler-wrapp .galler-col2 .galler-bar2 {
    width: 100%;
  }

  .teamin-wrapp .teamin-row1 {
    margin: 0 0 40px;
  }

  .teamin-wrapp .teamin-row1 .teamin-bar1 {
    width: 288px;
    float: none;
    display: inline-block;
    margin: 0 0 35px;
  }

  .teamin-wrapp .teamin-row1 .teamin-bar2 {
    width: 100%;
    float: left;
    position: relative;
    top: inherit;
    transform: none;
  }

  .testi-wrapp .testi-row4 {
    margin: 10px 0 0;
  }

  .testi-wrapp .testi-row2 .testi-row3 .testi-col2 {
    width: 100%;
    margin: 0 0 55px;
  }

  .treatin-wrapp .treatin-row2 iframe {
    height: 333px;
  }

  .treatments-wrapp h2 {
    font-size: 16px;
  }

  .treatments-wrapp .treatments-col1 {
    width: 50%;
  }

  .practice-wrapp {
    padding: 50px 0 45px;
  }

.practice-wrapp .practice-row2 .practice-row1{
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .practice-wrapp .practice-row1:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  /*mobile-css*/

  .linker-wrapp .header-btn1 {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 2% 10px;
    margin: 0 0 4.25%;
            width: 48%;
  }

  .linker-wrapp .header-btn2 {
    display: block;
    width: 48%;
    float: right;
    padding: 10px 2% 10px;
  }

  .treatments-wrapp h2 {
    font-size: 19px;
    letter-spacing: 2.75px;
  }

  .linker-wrapp .header-btn2.nobookonline { width: 100%; margin: 5px auto;}


.getins-wrapp .getins-col1 .caldera-grid .col-sm-6 { width: 100%;}
.getins-wrapp .getins-col1 .caldera-grid .col-sm-6.last_col { width: 100%;}



.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review { width: 100% !important; margin: 0 0 4% !important; padding: 32px 9.4% 14px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left { max-width: 100px !important;width: 18% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left img { max-width: 100%  !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars .wp-stars .wp-star svg {width: 14px !important;height: 14px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time {margin: 0 0 5% !important;padding-top: 30px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .google-icon-extracode { width: 24px !important; margin: 0 0 0 !important; top: 4% !important; right: 5% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars {top: 58px !important;}

.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {width: 100% !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-label {margin: 0 0 0 !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {width: 100%;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline; top: 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 5px; left: 3px;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {top: 1px;}

.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-label {margin: 0 0 0 !important;}


.feeser-wrapp .nhs-content .full-table .row .row3 { width: 100%; text-align: left;}
.feeser-wrapp .nhs-content .full-table .row .row1 {width: 100%;}
.feeser-wrapp .nhs-content .full-table .row .row2 {width: 100%;}
.feeser-wrapp .nhs-content .full-table .row { margin: 0 0 24px;}

.contact-wrapp .contact-row1 .cntct-btn1 {font-size: 13px;}

.feeser-wrapp .feeser-row2 .feeser-bar2 {
  width: 34.9%;
  padding: 0 21px;
}

.feeser-wrapp .feeser-row1 .feeser-bar1 {
  width: 39.1%;
  float: left;
  text-align: left;
  padding: 0 0;
}
.feeser-wrapp .feeser-row2 .from-item {
  width: 26%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  text-transform: capitalize;
}

.feeser-wrapp .nhs-content {
  width: 100%;
  float: left;
  margin: 28px 0 0;
  padding: 0 21px 30px 0;
  margin: 0 3% 0 5%;
}

#consultationpopup.modal .modal-body h2{font-size:17px}#consultationpopup.modal .modal-content{width:94%}
#consultationpopup.modal .modal-content .modal-body .consultation-btn{font-size:11px}
#consultationpopup.modal .modal-content .modal-body .consultation-contact{font-size:11px; width: 245px;}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest .intrest-label{font-size:11px}
#consultationpopup.modal .modal-content .modal-body .consultation{padding:30px 0 30px}
#consultationpopup.modal .modal-body p{font-size:12px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .contact-book-btns span{padding:0 6px 0}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest{width:245px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2 span.note{font-size:11px}


.abouts-wrapp .cog-form .cog-header.cog-wrapper img {max-height: 100% !important;max-width: 100px!important;}
.abouts-wrapp .cog-form .cog-header.cog-wrapper .cog-header__text h1.cog-heading {font-size: 26px !important;padding: 0 6px 0;}
.abouts-wrapp .cog-form .cog-header.cog-wrapper .cog-header__text .cog-header__description {padding: 0 8px 0;}

.abouts-wrapp .abouts-row2 .abouts-col2 .slick-dots { bottom: -65px;}

.treatin-wrapp .buttons {margin: 10px 0 26px;}

.sidbar-wrapp .reviews-btn1 {margin-top: 69px;}
.enquiry-wrapp .enquiry-row1.mob .slider .slick-dots {bottom: -36px;}

.video-banner .welcome-slides{width:100%;display:block;float:left;transform:none;position:relative;top:inherit}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1{width:100%;padding:38px 5% 18px;margin:0 auto 0;top:inherit}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 h2{color:#594082}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 p{color:#594082}
.video-banner .welcome-slides .single-welcome-slide .banner-col1 .banner-row2 .js-video-button {border: 3px solid #594082;}

.video-banner .welcome-slides .single-welcome-slide .banner-col1 .banner-row2 .js-video-button span {border-left: 25px solid #594082;}
.video-banner .welcome-slides .owl-dots {bottom: -28px;}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 h3 {color: #594082;}

.practice-wrapp {padding: 60px 0 40px;}

.teamin-wrapp .teamin-row1 {margin: 37px 0 37px;}
.teamin-wrapp .teamin-row1 .teamin-bar2 {padding-left: 0;}
.teamin-wrapp .back-to-team {  text-align: center;margin: auto;  width: 100%;  display: block;  float: left;}
.wow-wrapp .wow-row2 .wow-btn1{width:100%;position:relative;bottom:inherit;right:inherit;float:none;display:inline-block}
.linker-wrapp .linker-row3 .feedback-btn1.mobile-show-emer{width: 100%;}

.treatment-wrapp .non-slider .treatment-col1 {width: 50%;}

.banner-wrapp .banner-row2 .video-play-button span{border-left:19px solid #594082}
.banner-wrapp .banner-row2 .video-play-button{border:3px solid #594082}
.banner-wrapp .banner-row2 .video-play-button:before,
.banner-wrapp .banner-row2 .video-play-button:after{background:rgba(89 64 130 / .6)}

.banner-wrapp .banner-outer {width: 100%;display: block;float: left;transform: none;position: relative;top: inherit;}
.banner-wrapp .banner-row2 h3 {color: #594082;margin: 0;}

}


@media screen and (min-width: 601px) and (max-width: 767px) {
  .margin {
    width: 94%;
  }

  .header-wrapp {
    display: none;
  }

  .linker-wrapp {
    position: relative;
    top: inherit;
    background: #594082;
    padding: 85px 0 40px;
  }

  .linker-wrapp .linker-col1 {
    width: 288px;
    float: none;
    display: inline-block;
    position: relative;
    top: inherit;
  }

  .linker-wrapp .linker-col2 {
    width: 100%;
  }

  .linker-wrapp .linker-col2 .linker-row2 {
    width: 100%;
  }

  .linker-wrapp .linker-col3 {
    width: 100%;
  }

  .linker-wrapp .linker-col4 {
    width: 100%;
  }

  .linker-wrapp .linker-col4 .linker-row4 {
    float: none;
    display: block;
    margin: 0 auto 25px;
  }
  .linker-wrapp .linker-col4 .linker-row4 {width:100%}

  .linker-wrapp .linker-col4 .linker-row44 {
    float: none;
    display: inline-block;
  }

  .linker-wrapp .linker-col5 {
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
  }
.linker-wrapp .linker-col5 .select-selected{
    /* text-align: left; */
}
  .linker-wrapp .linker-btn1 {
    width: 48%;
    float: left;
    padding: 10px 2% 10px;
           margin: 0 2% 3% 0;
  }

.linker-wrapp .linker-row3 .header-btn2.homepageinrefferal{width: 48%;margin: 0 2% 2% 0;}

  .linker-wrapp .linker-btn2 {
    width: 48%;
    float: right;
    padding: 10px 2% 10px;
    margin: 0 0 4%;
  }

  .linker-wrapp .linker-btn1:after {
    display: none;
  }

  .banner-wrapp {
    min-height: inherit;
    max-height: inherit;
  }

  .banner-wrapp h3 {
    line-height: 1.6;
  }

  .banner-wrapp .banner-col1 {
    width: 100%;
    top: inherit;
    position: relative;
    padding: 30px 15px 80px 15px;transform: inherit;
  }
  .banner-wrapp .owl-item img { height: 70.6vw !important;}

  .banner-wrapp .banner-col1.slideroutside {
      top: 45%;
      position: absolute;
      transform: translateY(-50%);
      padding: 0;
  }

  .about-wrapp {
    padding: 44px 0 44px;
  }

  .about-wrapp h2 {
    margin: 0 0 18px;
  }

  .about-wrapp h3 {
    margin: 0 0 29px;
  }

  .about-wrapp .about-row1 {
    width: 100%;
  }


.enquiry-wrapp .enquiry-row1 .enquiry-col1 { width:100%; padding:22px 5%;}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar1 { width:61px;}

.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 { margin:10px 0 0 20px; width: 230px;}

.enquiry-wrapp p{  font-size: 22px;}


  .wow-wrapp {
    padding: 45px 0;
    position: relative;
  }

  .wow-wrapp:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
  }

  .wow-wrapp p {
    line-height: 1.9;
  }

  .wow-wrapp .wow-row1 {
    padding: 0 0 40px;
    position: relative;
    z-index: 9;
  }

  .wow-wrapp .wow-row1 .wow-col1 {
    width: 100%;
  }

  .wow-wrapp .wow-row2 {
    width: 45%;
    position: relative;
    bottom: inherit;
    display: inline-block;
    float: none;
    right: inherit;
    z-index: 9;
  }

  .wow-wrapp .wow-row2 .wow-col2 {
    margin: 0 0 25px;
    float: none;
    display: inline-block;
  }

  .wow-wrapp .wow-row2 .wow-col3 {
    width: 100%;
    position: relative;
    bottom: inherit;
    right: inherit;
    float: none;
    display: inline-block;
  }

  .invisalign-wrapp {
    text-align: center;
    padding: 55px 0 30px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col1 {
    width: 100%;
    margin: 0 0 35px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col2 {
    width: 100%;
    position: relative;
    top: inherit;
    transform: none;
    margin: 0 0 25px;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col3 {
    position: relative;
    float: none;
    display: inline-block;
  }

  .treatment-wrapp p {
    line-height: 1.9;
    margin: 0 0 25px;
  }

  .treatment-wrapp p span {
    display: inline;
  }

  .treatment-wrapp .treatment-col1 .treatment-row1 {
    bottom: 40px;
  }

  .reviews-wrapp {
    padding: 26px 0 30px;
  }

  .reviews-wrapp h2 {
    margin: 0 0 18px;
  }

  .reviews-wrapp .reviews-col1 {
    margin: 0 0 82px;
  }

  .team-wrapp h2 {
    font-size: 18px;
    line-height: 1.9;
  }

  .team-wrapp .team-col1 .team-row1 {
    bottom: 35px;
  }

  .team-wrapp .team-btn1 {
    margin: 90px 0 0;
  }

  .service-wrapp {
    padding: 55px 0 82px;
  }

  .service-wrapp h2 {
    font-size: 20px;
  }

  .service-wrapp p {
    line-height: 1.9;
  }

  .getins-wrapp {
    background-image: none;
    padding: 36px 0 50px;
  }

  .getins-wrapp h2 {
    margin: 0 0 21px;
  }

  .getins-wrapp .getins-col1 {
    width: 100%;
  }

  .getins-wrapp .getins-col1 .getins-lt {
    width: 100%;
  }

  .getins-wrapp .getins-col1 .getins-rt {
    width: 100%;
  }

  .instagram-wrapp {
    padding: 38px 0 36px;
  }

  .instagram-wrapp .instagram-icon {
    margin: 0 auto 32px;
  }

  .instagram-wrapp .instagram-row1 {
    width: 100%;
  }

  .fheader-wrapp {
    padding: 20px 0 12px;
  }

  .fheader-wrapp .fheader-col1 {
    width: 100%;
  }

  .fheader-wrapp .fheader-col1 .fheader-row1 li a {
    font-size: 13px;
    padding: 0 10.4px 0 6.4px;
  }

  .flinker-wrapp {
    padding: 45px 0 0;
  }

  .flinker-wrapp .flinker-col1 {
    width: 288px;
    position: relative;
    top: inherit;
    display: inline-block;
  }

  .flinker-wrapp .flinker-col2 {
    width: 100%;
  }

  .flinker-wrapp .flinker-col2 .flinker-row2 {
    width: 100%;
  }

  .flinker-wrapp .flinker-col2 .flinker-row22 {
    float: none;
    display: inline-block;
    margin: 0;
  }

  .flinker-wrapp .flinker-col3 {
    width: 100%;
  }

  .flinker-wrapp .flinker-btn1 {
    float: none;
    position: relative;
    top: -5px;
  }

  .flinker-wrapp .flinker-btn2 {
    width: 48%;
    float: left;
    margin: 0;
  }

  .flinker-wrapp .flinker-btn3 {
    width: 48%;
    float: none;
    margin: 0 auto;
  }

  .footer-wrapp {
    text-align: center;
    padding: 24px 0 90px;
  }

  .footer-wrapp .footer-col1 {
    width: 100%;
    margin: 0 0 10px;
  }

  .footer-wrapp .footer-col1 .footer-row1 {
    width: 100%;
  }

  .footer-wrapp .footer-col1 .footer-row1 li {
    margin: 0 4px 4px;
  }

  .footer-wrapp .footer-col1 .footer-row1 li:nth-child(2n) {
    display: none;
  }

  .footer-wrapp .footer-col2 {
    width: 100%;
    margin: 0 0 0;
  }

  .footer-wrapp .footer-col2 .footer-row2 {
    width: 100%;
  }

  .footer-wrapp .footer-col2 .footer-row2 li {
    margin: 0 4px 0;
  }

  .footer-row1 li,
  .footer-row1 li a,
  .footer-row2 li,
  .footer-row2 li a {
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 0;
  }

  /*inner*/

  .inner-wrapp h1 {
    font-size: 26px;
  }

  .inner-wrapp .inner-col1 {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }

  .conten-wrapp {
    padding: 50px 0 23px;
  }

  .conten-wrapp .conten-row1 .conten-bar1 {
    width: 100%;
    margin: 0 0 45px;
  }

  .conten-wrapp .conten-row1 .conten-bar2 {
    width: 100%;
  }

  .sidbar-wrapp .sidbar-row1 {
    padding: 44px 5% 275px;
  }

  .sidbar-wrapp .sidbar-row2 {
    padding: 43px 5% 43px;
  }

  .abouts-wrapp .abouts-row3 {
    margin: 40px 0 0;
  }

  .abouts-wrapp .abouts-row3 .abouts-row4 {
    width: 373px;
  }

  .abouts-wrapp .abouts-row3 .abouts-row4 .abouts-bar4 {
    width: 39%;
  }

  .finder-row1 {
    margin: 12px 0 20px;
  }

  .contact-wrapp h2 {
    font-size: 20px;
  }

  .contact-wrapp .contact-row1 {
    margin: 0 0 45px;
  }

  .contact-wrapp .contact-row2 {
    width: 100%;
  }

  .hours-wrapp {
    padding: 40px 0 45px;
  }

  .feeser-wrapp .feeser-row2 {
    padding: 10px 5% 23px;
  }

  .teamer-wrapp h2 {
    font-size: 17px;
    line-height: 30px;
  }

  .teamer-wrapp .teamer-col1 {
    width: 49.7%;
    margin: 0 0 0.6%;
  }

  .teamer-wrapp .teamer-col1:nth-child(2n) {
    float: right;
    margin-left: 0.6%;
  }

  .gallerin-wrapp .gallerin-col1 {
    width: 100%;
  }

  .testi-wrapp .testi-row4 {
    margin: 10px 0 0;
  }

  .testi-wrapp .testi-row2 .testi-row3 .testi-col2 {
    width: 48%;
    margin: 0 0 55px;
  }

  .testi-wrapp .testi-row2 .testi-row3 .testi-col2:nth-child(2n) {
    float: right;
    margin-left: 4%;
  }

  .treatments-wrapp .treatments-col1 {
    width: 50%;
  }

  /*mobile-css*/

  .linker-wrapp .header-btn1 {
    display: block;
    /* width: 100%; */
    float: left;
    padding: 10px 2% 10px;
    margin: 0 0 4.25%;
    width: 48%;
  }

  .linker-wrapp .header-btn2 {
    display: block;
    width: 48%;
    float: right;
    padding: 10px 2% 10px;
  }


  .treatments-wrapp h2 {
    font-size: 21px;
    letter-spacing: 2.75px;
  }


  .linker-wrapp .header-btn2.nobookonline { width: 100%; margin: 5px auto;}
.linker-col4.desktop .linker-row4-pre a{text-align:center;}

.getins-wrapp .getins-col1 .caldera-grid .col-sm-6 { width: 100%;}
.getins-wrapp .getins-col1 .caldera-grid .col-sm-6.last_col { width: 100%;}



.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review {width: 48% !important;margin: 0 0 4% !important;padding: 32px 4.4% 14px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review:nth-child(2n) {float: right !important;margin-left: 4% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left { width: 22% !important; max-width: 72px  !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-right .wp-google-feedback .wp-google-stars .wp-stars .wp-star svg {width: 14px !important;height: 14px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars { top: 60px !important; width: 61.5% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time { padding-top: 30px !important; margin: 0 0 15px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right a.wp-google-name { font-size: 16px !important; line-height: 28px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .google-icon-extracode { width: 24px !important; margin: 0 0 0; position: absolute; top: 4% !important; right: 5% !important;}

.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {width: 100% !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-label {margin: 0 0 0 !important;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {width: 100%;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline; top: 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 5px; left: 3px;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {top: 1px;}

.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-label {margin: 0 0 0 !important;}

.contact-wrapp .contact-row1 .cntct-btn1 {font-size: 13px;}
.feeser-wrapp .feeser-row2 .feeser-bar2 {
  width: 28.9%;
  padding: 0px 29px;
}

.feeser-wrapp .feeser-row1 .feeser-bar1 {
  width: 53.1%;
}
.feeser-wrapp .feeser-row2 .from-item {
  width: 18%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  text-transform: capitalize;
}

#consultationpopup.modal .modal-body h2{font-size:20px}#consultationpopup.modal .modal-content{width:94%}
#consultationpopup.modal .modal-content .modal-body .consultation-btn{font-size:11px}
#consultationpopup.modal .modal-content .modal-body .consultation-contact{font-size:11px; width: 245px;}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest .intrest-label{font-size:11px}
#consultationpopup.modal .modal-content .modal-body .consultation{padding:30px 0 30px}
#consultationpopup.modal .modal-body p{font-size:14px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .contact-book-btns span{padding:0 6px 0}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest{width:245px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2 span.note{font-size:11px}


.abouts-wrapp .cog-form .cog-header.cog-wrapper img {max-height: 100% !important;max-width: 100px!important;}
.abouts-wrapp .cog-form .cog-header.cog-wrapper .cog-header__text h1.cog-heading {font-size: 26px !important;padding: 0 6px 0;}
.abouts-wrapp .cog-form .cog-header.cog-wrapper .cog-header__text .cog-header__description {padding: 0 8px 0;}

.abouts-wrapp .abouts-row2 .abouts-col2 .slick-dots {bottom: -65px;}

.sidbar-wrapp .reviews-btn1 {margin-top: 68px;}
.enquiry-wrapp .enquiry-row1.mob .slider .slick-dots {bottom: -36px;}


.video-banner .welcome-slides{width:100%;display:block;float:left;transform:none;position:relative;top:inherit}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1{width:100%;padding:38px 5% 18px;margin:0 auto 0;top:inherit}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 h2{color:#594082}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 p{color:#594082}
.video-banner .welcome-slides .single-welcome-slide .banner-col1 .banner-row2 .js-video-button {border: 3px solid #594082;}

.video-banner .welcome-slides .single-welcome-slide .banner-col1 .banner-row2 .js-video-button span {border-left: 25px solid #594082;}
.video-banner .welcome-slides .owl-dots {bottom: -28px;}
.video-banner .welcome-slides .single-welcome-slide .banner-col1.banner-col1 h3 {color: #594082;}

.practice-wrapp {padding: 60px 0 40px;}

.teamin-wrapp .teamin-row1 {margin: 50px 0 64px;}
.teamer-wrapp .teamer-col1:nth-child(3n) {margin-right: auto;}
.wow-wrapp .wow-row2 .wow-btn1{width:100%;position:relative;bottom:inherit;right:inherit;float:none;display:inline-block}

.linker-wrapp .linker-col4.desktop{display:none}
.linker-wrapp .linker-col4.mobile{display:block}
.linker-wrapp .linker-col4.mobile .linker-row4-pre a{text-decoration:none;color:#fff;font-size:15px;width:100%;text-align:center;display:block}

.linker-wrapp .linker-row3 .feedback-btn1.mobile-show-emer {width: 48%;}
.treatment-wrapp .non-slider .treatment-col1 {width: 50%;}

.banner-wrapp .banner-row2 .video-play-button span{border-left:19px solid #594082}
.banner-wrapp .banner-row2 .video-play-button{border:3px solid #594082}
.banner-wrapp .banner-row2 .video-play-button:before,
.banner-wrapp .banner-row2 .video-play-button:after{background:rgba(89 64 130 / .6)}

.banner-wrapp .banner-outer {width: 100%;display: block;float: left;transform: none;position: relative;top: inherit;}
.banner-wrapp .banner-row2 h3 {color: #594082;margin: 0;}

}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .margin {
    width: 94%;
  }

  .header-wrapp .header-col1 {
    margin: 3px 0 0 4%;
  }

  .header-wrapp .header-btn1 {
    padding: 10px 10px 10px 12px;
    margin: 0 0 0 0;
    font-size: 10px;
    float: none;
  }

  .header-wrapp .header-btn2 {
    padding: 10px 10px 10px 12px;
    margin: 0 0 0 4px;
    font-size: 10px;
    float: right;
  }

  .header-wrapp .header-col2 {
    width: auto;
    margin: 0 0 0;
    text-align: right;
}

.header-wrapp .header-btn2:first-child {
    width: fit-content;
    float: none;
    display: block;
    margin: 0 0 6px auto;
}

.header-wrapp .fixed .header-col2 {
    width: auto;
    text-align: center;
    margin: 0 0 0;
}

.header-wrapp
.fixed .header-col1 {
    width: auto;
    margin: 0 0 0 3%;
    padding-block: 4px;
}

.header-wrapp .fixed .header-btn2 {
    float: none;
    margin: 0 0 0 5px;
    display: inline-block;
}

.header-wrapp .fixed .header-btn1 {
    float: none;
    margin: 0 0 0 4px;
}

  .linker-wrapp .linker-col1 {
    width: 11.4%;
  }

  .linker-wrapp .linker-col2 {
    margin: 22px 0 0;
  }

  .linker-wrapp .linker-col2 .linker-row2 {
    width: 250px;
  }

  .linker-wrapp .linker-col3 {
    margin: 22px 0 0;
  }

  .linker-wrapp .linker-col4 .linker-row4 {
    width: 201px;
  }

  .linker-wrapp .linker-btn2 {
    padding: 10px 12px 10px 14px;
  }

  .linker-wrapp .linker-btn1 {
    padding: 10px 15px 10px 15px;
  }

  .linker-wrapp .linker-btn1:after {
    left: 8px;
  }

  .banner-wrapp {
    min-height: 635px;
  }

  .banner-wrapp h2 {
    font-size: 20px;
  }

  .banner-wrapp h3 {
    line-height: 2.46;
  }

  .banner-wrapp .banner-col1 {
    width: 94%;
    top: 60%;
  }
.banner-wrapp .banner-col1.slideroutside {
    top: 45%;
}
  .inner-wrapp {
    min-height: 500px;
  }

  .about-wrapp {
    padding: 67px 0 62px;
  }

  .about-wrapp .about-row1 {
    width: 90%;
  }


.enquiry-wrapp h2 { font-size: 16px; }

.enquiry-wrapp p { font-size: 16px; }


  .enquiry-wrapp .enquiry-row1 .enquiry-col1 {
    padding: 32px 2%;
  }

  .enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar1 {
    width: 38px;
  }

  .enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 {
    margin: 4px 0 0 14px;
  }

  .wow-wrapp h2 {
    font-size: 28px;
  }

  .wow-wrapp .wow-row1 {
    padding: 105px 0 99px;
  }

  .wow-wrapp .wow-row1 .wow-col1 {
    width: 48%;
  }

  .wow-wrapp .wow-row2 {
    width: 31%;
  }

  .wow-wrapp .wow-row2 .wow-col3 {
    width: 100%;
  }

  .invisalign-wrapp h2 {
    margin: 0 0 5px;
  }

  .invisalign-wrapp p {
    line-height: 1.9;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col2 {
    width: 44%;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col3 {
    bottom: -3%;
  }

  .treatment-wrapp h2 {
    font-size: 20px;
    margin: 0 0 5px;
  }

  .treatment-wrapp p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 15px;
  }

  .treatment-wrapp p span {
    display: inline;
  }

  .treatment-wrapp .treatment-col1 .treatment-row1 {
    bottom: 10%;
  }

  .reviews-wrapp {
    padding: 58px 0 50px;
  }

  .reviews-wrapp p {
    line-height: 1.9;
  }

  .reviews-wrapp .reviews-col1 {
    margin: 0 0 85px;
  }

  .team-wrapp h2 {
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 1.8;
  }

  .team-wrapp .team-col1 .team-row1 {
    bottom: 10px;
  }

  .service-wrapp h2 {
    font-size: 20px;
    margin: 0 0 12px;
    line-height: 1.8;
  }

  .service-wrapp p {
    line-height: 1.9;
  }

  .getins-wrapp {
    padding: 65px 0 70px; background-position-x: right;
  }

  .instagram-wrapp .instagram-row1 {
    width: 80%;
  }

  .fheader-wrapp .fheader-col1 .fheader-row1 li a {
    font-size: 11px;
    padding: 0 8.4px 0 2.4px;
    line-height: 18px;
  }

  .fheader-wrapp {
    padding: 18px 0 12px;
  }

  .fheader-wrapp .fheader-btn1 {
    padding: 10px 12px 10px 14px;
    margin: 0 0 0 4px;
    font-size: 11px;
  }

  .flinker-wrapp {
    padding: 77px 0 72px;
  }

  .flinker-wrapp .flinker-col1 {
    width: 11.4%;
  }

  .flinker-wrapp .flinker-btn1 {
    padding: 4px 15px 0 20px;
  }

  .footer-wrapp {
    padding: 0 0 100px;
  }

  /*inner*/

  .inner-wrapp .inner-col1 {
    bottom: 120px;
  }

  .conten-wrapp .conten-row1 .conten-bar1 {
    width: 60%;
  }

  .conten-wrapp .conten-row1 .conten-bar2 {
    width: 34%;
  }

  .sidbar-wrapp h2 {
    font-size: 20px;
    margin: 0 0 19px;
  }

  .sidbar-wrapp .sidbar-row1 {
    padding: 44px 5% 275px;
  }

  .sidbar-wrapp .sidbar-row1 .sidbar-col1 .sidbar-bar1 {
    width: 100%;
  }

  .sidbar-wrapp .sidbar-row2 {
    padding: 43px 2% 43px;
  }

  .contact-wrapp .contact-row2 {
    width: 80%;
  }

  .teamer-wrapp h2 {
    line-height: 30px;
  }

  .gallerin-wrapp h2 {
    padding: 0 19px 6px;
  }

  .gallerin-wrapp h3 {
    padding: 0 19px 6px;
  }

  .gallerin-wrapp .gallerin-col1 {
    width: 100%;
  }

  .gallerin-wrapp .gallerin-row1 {
    margin: 0 0 35px;
  }

  .galler-wrapp .galler-col2 {
    margin: 0 0 50px;
  }

  .galler-wrapp .galler-col2:last-child {
    margin: 0 0 50px;
  }

  .galler-wrapp .galler-col2 .galler-bar1 {
    width: 100%;
    margin: 0 0 30px;
  }

  .galler-wrapp .galler-col2 .galler-bar2 {
    width: 100%;
  }

  .teamin-wrapp h2 {
    font-size: 19px;
  }

  .treatin-wrapp .treatin-row2 iframe {
    height: 310px;
  }

  .treatments-wrapp h2 {
    font-size: 17px;
  }

  .header-btn1,
  .header-btn2,
  .linker-btn1,
  .linker-btn2,
  .banner-btn1,
  .about-btn1,
  .wow-btn1,
  .treatment-btn1,
  .reviews-btn1,
  .team-btn1,
  .service-btn1,
  .getins-fil1,
  .getins-btn1,
  .fheader-btn1,
  .flinker-btn1,
  .flinker-btn2,
  .flinker-btn3 {
    font-size: 12px;
  }

  .contact-wrapp .contac-row4 .outer-col .contac-col1 h2 {
    height: 55px;
    font-size: 17px;
  }
  .invisalign-wrapp .invisalign-row1 .invisalign-col3 {
    width: 130px;
  }

  .invisalign-wrapp .invisalign-row1 .banner-row2 {
    width: 200px;
    right: 129px;
    bottom: -30px;
  }

  .invisalign-wrapp .invisalign-row1 .banner-row2 h3 {
    font-size: 15px;
    margin-left: 3px;
  }
  .linker-wrapp .linker-col2 .linker-row2 .select-selected {
    padding: 10px 10px 10px 30px;
  }

  .linker-wrapp .linker-col2 .linker-row2 .custom-select1:before {
    left: 12px;  }


.linker-wrapp { padding: 72px 0 0; top: 16px;}



.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left { width: 20% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left img { max-width: 100% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right a.wp-google-name {width: 68% !important;font-size: 13px !important;line-height: 25px !important;margin: 0 0 2px !important;letter-spacing: -0.5px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars {width: 65% !important;top: 55px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars .wp-stars .wp-star svg {width: 14px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time {width: 68% !important;font-size: 13px !important;line-height: 24px !important;margin: 0 0 15px !important;padding-top: 30px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .google-icon-extracode { top: 18px !important; }

.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {top: 5px; left: 3px;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {top: 1px;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {display: inline; top: 0;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {font-size: 12px;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-label {margin: 0 0 0 !important;}

.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child {width: 100%;}
.sidbar-wrapp .sidbar-row1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-label {margin: 0 0 0 !important;}

.contact-wrapp .contact-row1 .cntct-btn1 {font-size: 12px;}

.feeser-wrapp .feeser-row2 .feeser-bar2 {
  width: 22.1%;
  padding: 0;
}
.feeser-wrapp .feeser-row1 .feeser-bar1 {
  width: 53.1%;
}
.feeser-wrapp .feeser-row2 .from-item {
  width: 24%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  text-transform: capitalize;
}

.feeser-wrapp .feeser-row2 {

  padding: 10px 17px 23px;
}
.feeser-wrapp .feeser-row2 .from-item {text-align:right !important;padding: 0 10px 0 0 !important;}

#consultationpopup.modal .modal-body h2{font-size:22px}
#consultationpopup.modal .modal-content{width:94%}
#consultationpopup.modal .modal-content .modal-body .consultation-btn{font-size:12px}
#consultationpopup.modal .modal-content .modal-body .consultation-contact{font-size:12px; width: 260px;}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest .intrest-label{font-size:12px}
#consultationpopup.modal .modal-content .modal-body .consultation{padding:30px 0 30px}
#consultationpopup.modal .modal-body p{font-size:15px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .contact-book-btns span{padding:0 10px 0}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest{width:260px}
#consultationpopup.modal .modal-content .modal-body .consultation .consultation-content .consultation-conten-col2 span.note{font-size:12px}
.linker-wrapp .linker-col1 img {max-height:inherit;}
.flinker-wrapp .flinker-col1 img {max-height: inherit;}
.fixed .header-col2 {text-align: right;display: flex;justify-content: center;  }

.abouts-wrapp .abouts-row2 .abouts-col2 .slider .slick-dots {
    bottom: -65px;
}

.treatment-wrapp .owl-carousel .owl-dots{display:block; width:100%; padding:32px 0 32px; margin:0 auto 0; text-align:center}
.treatment-wrapp .owl-carousel .owl-dots .owl-dot{width:40px; height:6px; background:#d8d8d8; display:inline-block; margin:0 4px 0; cursor:pointer}
.treatment-wrapp .owl-carousel .owl-dots .owl-dot.active{background:#594082}

.team-wrapp.desktopview .team-btn1{margin-top:88px}
.team-wrapp .slick-dots{bottom:-59px !important}

.sidbar-wrapp .reviews-btn1 {margin-top: 63px;}

.sidbar-wrapp .testimonials-col1 .slick-dots {bottom: -38px;}

.video-banner .welcome-slides .single-welcome-slide .banner-col1 {
    width: 94%;
    top: 63%;
}


.flinker-wrapp .flinker-btn1:after {
    top: 8px;
}

.testi-wrapp {
    padding: 56px 0 68px;
}
.linker-wrapp .linker-col5 .custom-select1 {width: 219px;}
.reviews-wrapp .reviews-col1 .reviews-row1 p {font-size: 14px;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 p {font-size: 15px;}

.linker-wrapp .linker-col4 .linker-row44 {margin: 0 0 0 10px;}

.linker-wrapp .linker-col4 {width: 50%;}

.conten-wrapp{padding:80px 0 60px}

.header-wrapp .header-btn2.showonlyonsticky {font-size: 14px;}
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .margin {
    width: 94%;
  }

  .header-wrapp .header-col1 {
    margin: 6px 0 0 4%;
  }

      .header-wrapp .header-col2 {
        text-align: right;
        display: flex;
        align-items: center;
        /* width: 416px; */
    }
      .header-wrapp .header-btn1 {
        padding: 10px 5px 10px 11px;
        margin: 5px 5px 0 0;
        float: none;
        font-size: 9px;
    }

    .header-wrapp .header-btn2 {
        padding: 10px 9px 10px 11px;
        margin: 0 5px 0px 1px;
        font-size: 9px;
    }

  .header-wrapp .header-btn2:last-child {
    float: right;
    margin: 5px 0 0 0;
}

.header-wrapp .fixed .header-col2 {
    width: auto;
    text-align: center;
}

.header-wrapp
.fixed .header-col1 {
    width: auto;
    margin: 0 0 0px 3%; padding-block: 4px;
}

.header-wrapp .fixed .header-btn2 {
    float: none;
    margin: 0 0 0 5px;
}

.header-wrapp .fixed .header-btn1 {
    float: none;
}

  .linker-wrapp .linker-col1 {
    width: 10.9%;
  }

  .linker-wrapp .linker-col2 {
    margin: 22px 0 0;
  }

  .linker-wrapp .linker-col3 {
    margin: 22px 0 0;
  }

  .linker-wrapp .linker-btn2 {
    padding: 10px 13px 10px 15px;
  }

  .linker-wrapp .linker-btn1 {
    padding: 10px 13px 10px 13px;
  }

  .linker-wrapp .linker-btn1:after {
    left: 8px;
  }

  .banner-wrapp {
    min-height: 685px; max-height: 685px;
  }

  .banner-wrapp h2 {
    font-size: 30px;
  }

  .banner-wrapp h3 {
    line-height: 2.46;
  }

  .banner-wrapp .banner-col1 {
    width: 94%;
    top: 60%;
  }
.banner-wrapp .banner-col1.slideroutside {
    top: 45%;
}
  .inner-wrapp {
    min-height: 500px;
  }
  .inner-wrapp .inner-col1 {
    bottom: 120px;
}

  .about-wrapp {
    padding: 67px 0 62px;
  }

  .about-wrapp .about-row1 {
    width: 90%;
  }

.enquiry-wrapp h2 { font-size: 17px; }

.enquiry-wrapp p { font-size: 17px; }


  .enquiry-wrapp .enquiry-row1 .enquiry-col1 {
    padding: 32px 2%;
  }

  .enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar1 {
    width: 38px;
  }

  .enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 {
    margin: 4px 0 0 14px;
  }

  .wow-wrapp h2 {
    font-size: 28px;
  }

  .wow-wrapp .wow-row1 {
    padding: 135px 0 129px;
  }

  .wow-wrapp .wow-row1 .wow-col1 {
    width: 48%;
  }

  .wow-wrapp .wow-row2 {
    width: 31%;
  }

  .wow-wrapp .wow-row2 .wow-col3 {
    width: 100%;
  }

  .invisalign-wrapp h2 {
    margin: 0 0 5px;
  }

  .invisalign-wrapp p {
    line-height: 1.9;
  }

  .invisalign-wrapp .invisalign-row1 .invisalign-col2 {
    width: 44%;
  }

  .treatment-wrapp h2 {
    font-size: 20px;
    margin: 0 0 5px;
  }

  .treatment-wrapp p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 15px;
  }

  .treatment-wrapp p span {
    display: inline;
  }

  .treatment-wrapp .treatment-col1 .treatment-row1 {
    bottom: 10%;
  }

  .reviews-wrapp {
    padding: 58px 0 50px;
  }

  .reviews-wrapp p {
    line-height: 1.9;
  }

  .reviews-wrapp .reviews-col1 {
    margin: 0 0 85px;
  }

  .team-wrapp h2 {
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 1.8;
  }

  .team-wrapp .team-col1 .team-row1 {
    bottom: 10px;
  }

  .service-wrapp h2 {
    font-size: 20px;
    margin: 0 0 12px;
    line-height: 1.8;
  }

  .service-wrapp p {
    line-height: 1.9;
  }

  .getins-wrapp {
    padding: 65px 0 70px;
    background-position-x: right;
  }

  .instagram-wrapp .instagram-row1 {
    width: 80%;
  }

  .fheader-wrapp .fheader-col1 .fheader-row1 li a {
    font-size: 12px;
    padding: 0 12.4px 0 8.4px;
  }

  .fheader-wrapp .fheader-btn1 {
    padding: 10px 14px 10px 16px;
    margin: 0 0 0 10px;
  }

  .fheader-wrapp {
    padding: 22px 0 16px;
  }

  .flinker-wrapp {
    padding: 77px 0 72px;
  }

  .flinker-wrapp .flinker-col1 {
    width: 10.9%;
  }
  .flinker-wrapp .flinker-col1 img {

    object-fit: contain;
    max-height: inherit;
}

  .flinker-wrapp .flinker-btn1 {
    padding: 4px 15px 0 20px;
  }

  .footer-wrapp {
    padding: 0 0 100px;
  }

  /*inner*/

  .conten-wrapp .conten-row1 .conten-bar1 {
    width: 60%;
  }

  .conten-wrapp .conten-row1 .conten-bar2 {
    width: 34%;
  }

  .sidbar-wrapp h2 {
    font-size: 20px;
    margin: 0 0 19px;
  }

  .sidbar-wrapp .sidbar-row1 {
    padding: 44px 5% 275px;
  }

  .sidbar-wrapp .sidbar-row1 .sidbar-col1 .sidbar-bar1 {
    width: 100%;
  }

  .sidbar-wrapp .sidbar-row2 {
    padding: 43px 2% 43px;
  }

  .teamer-wrapp h2 {
    line-height: 30px;
  }

  .gallerin-wrapp .gallerin-col1 {
    width: 100%;
  }

  .treatments-wrapp h2 {
    font-size: 18px;
  }

  .header-btn1,
  .header-btn2,
  .linker-btn1,
  .linker-btn2,
  .banner-btn1,
  .about-btn1,
  .wow-btn1,
  .treatment-btn1,
  .reviews-btn1,
  .team-btn1,
  .service-btn1,
  .getins-fil1,
  .getins-btn1,
  .fheader-btn1,
  .flinker-btn1,
  .flinker-btn2,
  .flinker-btn3 {
    font-size: 12px;
  }

  .contact-wrapp .contac-row4 .outer-col .contac-col1 h2 {
    height: 58px;
  }
  .invisalign-wrapp .invisalign-row1 .invisalign-col3 {
    width: 130px;
  }

  .invisalign-wrapp .invisalign-row1 .banner-row2 {
    width: 200px;
    bottom: 6px;
    right: 230px;
  }

  .invisalign-wrapp .invisalign-row1 .banner-row2 h3 {
    font-size: 15px;
    margin-left: 3px;
  }
  .linker-wrapp .linker-col2 .linker-row2 .select-selected {
    padding: 10px 10px 10px 30px;
  }

  .linker-wrapp .linker-col2 .linker-row2 .custom-select1:before {
    left: 12px;
  }

  .linker-wrapp { padding: 72px 0 0; top: 25px;}



.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left { width: 20% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left img { max-width: 100% !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right a.wp-google-name {width: 68% !important;font-size: 15px !important;line-height: 25px !important;margin: 0 0 2px !important;letter-spacing: -0.5px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars {width: 65% !important;top: 55px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-stars .wp-stars .wp-star svg {width: 14px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time {width: 68% !important;font-size: 13px !important;line-height: 24px !important;margin: 0 0 15px !important;padding-top: 30px !important;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 .wp-gr .wp-google-list .wp-google-content-inner .google-icon-extracode { top: 18px !important; }


.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {letter-spacing: 0.54px;}
.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {font-size: 12px;}

.contact-wrapp .contact-row1 .cntct-btn1 {font-size: 12px;}
.feeser-wrapp .feeser-row1 .feeser-bar1 {
  width: 58.1%;
}
.feeser-wrapp .feeser-row2 .feeser-bar2 {
  width: 18.9%;
  padding: 0;
}
.feeser-wrapp .feeser-row2 .from-item {
  width: 23%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  text-transform: capitalize;
}

#consultationpopup.modal .modal-body h2{font-size:26px}
#consultationpopup.modal .modal-content{width:94%}
#consultationpopup.modal .modal-content .modal-body .consultation-btn{font-size:13px}
#consultationpopup.modal .modal-content .modal-body .consultation-contact{font-size:13px; width: 312px;}
#consultationpopup.modal .modal-content .modal-body .consultation .intrest .intrest-label{font-size:13px}
#consultationpopup.modal .modal-content .modal-body .consultation{padding:30px 0 30px}
.linker-wrapp .linker-col1 img {max-height:inherit;}
.fixed .header-col2 {text-align: right;display: flex;justify-content: center;  }

.abouts-wrapp .abouts-row2 .abouts-col2 .slider .slick-dots {
    bottom: -65px;
}

.treatment-wrapp .owl-carousel .owl-dots{display:block; width:100%; padding:38px 0 30px; margin:0 auto 0; text-align:center}
.treatment-wrapp .owl-carousel .owl-dots .owl-dot{width:40px; height:6px; background:#d8d8d8; display:inline-block; margin:0 4px 0; cursor:pointer}
.treatment-wrapp .owl-carousel .owl-dots .owl-dot.active{background:#594082}

.video-banner .welcome-slides .single-welcome-slide .banner-col1 {
    width: 94%;
    top: 63%;
}



.flinker-wrapp .flinker-btn1:after {
    top: 8px;
}
.linker-wrapp .linker-col5 .custom-select1 {width: 212px;}
.reviews-wrapp .reviews-col1 .reviews-row1 p {font-size: 14px;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 p {font-size: 14px;}

.linker-wrapp .linker-col4 .linker-row4-pre {margin: 0 0 10px;}

.header-wrapp .header-btn2.showonlyonsticky {font-size: 14px;}

}

@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .margin {
    width: 94%;
  }

  .header-wrapp .header-col1 {
    margin: 4px 0 0 3%;
  }

  .header-wrapp .header-btn1 {
    padding: 10px 7px 10px 7px;
    font-size: 13px;
    margin: 0 0 0 3px;
  }

  .header-wrapp .header-btn2 {
    padding: 10px 7px 10px 7px;
    font-size: 12px;
    margin: 0 0 0 3px;
  }

  .linker-wrapp .linker-col1 {
    width: 290px;
  }

  .banner-wrapp {
    min-height: 762px;
    max-height: 762px;
  }

  .banner-wrapp .banner-col1 {
    width: 94%;
    top: 63%;
  }
.banner-wrapp .banner-col1.slideroutside {
    top: 45%;
}
  .inner-wrapp {
    min-height: 550px;
  }

  .enquiry-wrapp .enquiry-row1 .enquiry-col1 {
    padding: 32px 2%;
  }

  .enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 {
    margin: 10px 0 0 20px;
  }

  .wow-wrapp .wow-row1 .wow-col1 {
    width: 37%;
  }

  .treatment-wrapp p {
    font-size: 15px;
    line-height: 2;
  }

  .treatment-wrapp .treatment-col1 .treatment-row1 {
    bottom: 40px;
  }

  .team-wrapp h2 {
    font-size: 18px;
  }

  /*inner*/

  .conten-wrapp .conten-row1 .conten-bar1 {
    width: 60%;
  }

  .conten-wrapp .conten-row1 .conten-bar2 {
    width: 34%;
  }

  .sidbar-wrapp h2 {
    font-size: 20px;
    margin: 0 0 19px;
  }

  .sidbar-wrapp .sidbar-row1 {
    padding: 44px 5% 275px;
  }

  .sidbar-wrapp .sidbar-row2 {
    padding: 43px 2% 43px;
  }

  .treatments-wrapp h2 {
    font-size: 20px;
  }


.enquiry-wrapp h2 { font-size: 21px; }

.enquiry-wrapp p { font-size: 21px; }

.getins-wrapp .getins-col1 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {letter-spacing: 0.54px;}

.feeser-wrapp .feeser-row1 .feeser-bar1 {width: 57.1%;}
.feeser-wrapp .feeser-row2 .feeser-bar2 {
  width:  19.9%;
}
.feeser-wrapp .feeser-row2 .from-item {
  width: 23%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #808285;
  line-height: 2.38;
  letter-spacing: 0.24px;
  font-weight: 500;
  text-transform: capitalize;
}

.feeser-wrapp .feeser-row2 .feeser-bar2 {
  padding: 0 10px;
}

.fheader-wrapp .fheader-col1 .fheader-row1 li a {padding: 0 10.4px 0 10.4px;font-size: 14px;}
.fheader-wrapp .fheader-btn1 {margin: 0 0 0 10px;font-size: 13px;}

.abouts-wrapp .abouts-row2 .abouts-col2 .slider .slick-dots {
    bottom: -65px;
}

.video-banner .welcome-slides .single-welcome-slide .banner-col1 {
    width: 94%;
    top: 63%;
}


.reviews-wrapp .reviews-col1 .reviews-row1 p {font-size: 14px;}
.testi-wrapp .testi-row2 .testi-row3 .testi-col2 p {font-size: 16px;}

.footer-wrapp{padding: 25px 0 100px;}

.linker-wrapp .linker-col4 .linker-row4-pre {margin: 0 0 10px;}

.header-wrapp .header-btn2.showonlyonsticky {font-size: 14px;}


}

@media screen and (min-width: 1241px) and (max-width: 1400px) {
.header-wrapp .header-col1 { margin: 5px 0 0 8%;}
.header-wrapp .header-btn1 { padding: 10px 8px 10px 8px;}
.header-wrapp .header-btn2 { padding: 10px 8px 10px 8px;}
.feeser-wrapp .feeser-row1 .feeser-bar1 {
  width: 40%;
}
.feeser-wrapp .feeser-row2 .from-item {
  width: 34%;
}


}
@media  (max-width: 1440px)
{
/* .feeser-wrapp .feeser-row1 .feeser-bar1 { width: 65%;}

.feeser-wrapp .feeser-row2 .from-item {  width: 17%} */
}



@media screen and (min-width: 1241px) and (max-width: 1400px) {


  .banner-wrapp {
    min-height: 876px;
    max-height: 876px;
  }

  .inner-wrapp {
    min-height: 627px;
  }

.enquiry-wrapp h2 { font-size: 21px; }

.enquiry-wrapp p { font-size: 21px; }


  .enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 {
    margin: 10px 0 0 20px;
  }
  .feeser-wrapp .feeser-row2 .feeser-bar2 {
    width: 26%;
    float: right;
    text-align: right;
    padding: 0 35px;
    text-align-last: justify;
}
}

@media screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    max-width: 80% !important;
    margin: 0 auto !important;
    max-height: 80% !important;
  }
}

@media screen and (min-width: 768px) {
  .google-rating.ggogledesktop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    display: inline-block;
    width: 210px;
    cursor: pointer;
  }
  .google-rating.ggogledesktop img {
    width: 100%;
  }
  .wp-gr .wp-google-badge_left-fixed {
    display: none;
  }
  .linker-wrapp .linker-btn1.linkerextra {
    border: 0;
    font-size: 0;
    padding: 12px 0 12px 20px;
    margin: 0 0 0 10px;
    background: transparent !important;
}

.linker-wrapp .linker-btn1.linkerextra:after {
    left: 0;
    width: 24px;
    height: 23px;
    background-size: 100% !important;
}

.getins-wrapp .getins-col1 .caldera-grid textarea.form-control { height: 98px; }
}

@media screen and (max-width: 820px) {
  .hours-wrapp .hours-col1 li {
    margin: 0;
    width: 100%;
    letter-spacing: normal;
  }
  .hours-wrapp .hours-col1 li.slash {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrapp .contact-row2 iframe {
    pointer-events: none;
  }

  .google-rating.ggogledesktop {
    display: none;
  }
  .wp-google-badge.wp-google-badge_left-fixed .wp-google-badge-score {
    margin-left: 0 !important;
  }
  .wp-google-badge.wp-google-badge_left-fixed {
    left: 15px !important;
    bottom: 15px !important;
    z-index: 999 !important;
    cursor: pointer;
    width: 95px !important;
  }
  .wp-google-badge.wp-google-badge_left-fixed span.wp-star {
    width: 17px !important;
    float: left !important;
  }
  .wp-google-badge.wp-google-badge_left-fixed span.wp-star svg {
    width: 100% !important;
    float: left;
  }
  .wp-google-badge.wp-google-badge_left-fixed span.wp-google-rating {
    display: none !important;
  }


.linker-btn2.hide-mobile {   display: none;  }

.linker-btn1.hide-mobile {   display: none;  }

.linker-col2.mobile { width: 48% !important;  float: left; display:block !important; margin-top:0 !important; margin-bottom:4% !important; margin-right: 4% !important;}

.linker-col3 .linker-row2 .custom-select1 {   height: auto; }

.linker-btn1.mobile {float:right !important;}

.linker-wrapp .linker-col2 .linker-row2 .select-selected {  padding: 10px 20px 10px 20px !important;}

.linker-col2.mobile .select-selected {  padding: 7px 20px 10px 20px !important;}

.linker-wrapp.home .linker-col2{ display:none;}

.linker-wrapp.inner .linker-col2.mobile{ display:none !important;}

.linker-wrapp .linker-col3 .linker-row3 a.linker-btn1 {/* margin-right: 0px; */}



  .contact-wrapp .contac-row4 .outer-col .contac-col1 {
    width: 100%;
    margin: 0 0 35px 0;
    padding: 0;
  }
  .contact-wrapp .contac-row4 .outer-col .contac-col1 h2 {
    height: auto;
  }
  .contact-wrapp .contac-row4 .outer-col .contac-col1:last-child {
    margin-bottom: 0;
  }
  .invisalign-wrapp .invisalign-row1 .banner-row2 {
    width: 200px;
    right: 0;
    bottom: -60px;
    left: 0;
    margin: 0 auto;
  }
  .invisalign-wrapp {
    padding-bottom: 90px;
  }
  .invisalign-wrapp .invisalign-row1 .banner-row2 h3 {
    margin-left: 6px;
    font-size: 16px;
  }
  .wow-wrapp .wow-row2 img {
    opacity: 0.75;
}


.wp-google-badge.wp-google-badge_left-fixed .wp-google-badge-btn { padding: 5px 5px!important;}


.linker-wrapp.home .linker-col2.mobile.homeinpleaseselect { width: 100% !important; margin-right: 0 !important;}
.linker-wrapp .header-btn1.homepageincontact { width: 48%; margin: 0 0 10px;}
.linker-wrapp .header-btn2.homepageinrefferal { width: 48%; margin: 0 0 10px 4%;}


.player__video { max-width: 90% !important; margin: 0 auto !important; left: 0 !important; transform: translate(0,-50%) !important;}
.player__video button.video-close { right: 0 !important; top: -30px !important;}


.modal-video { max-width: 100%; overflow: hidden; width: 100%;}
.modal-video .modal-video-movie-wrap iframe { max-width: 90%; width: 100%; margin: 0 auto;}


.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-col2 { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 { margin-top: 0;}
.enquiry-wrapp .enquiry-row1 .enquiry-col1 .enquiry-bar2 { margin-top: 4px;}

.wow-wrapp .wow-row2 img{margin-bottom: 0 !important;}
.linker-wrapp .linker-row3 .feedback-btn1.mobile-show-emer {
    display: inline-block;
        float: none;
        color: #ffffff;
        background: #c73636;
        border-color: #c73636;
        margin: 0;
        padding: 11px 2%;

        font-size: 14px;
        line-height: 1;
        border-radius: 20px;
        margin-inline: auto;
}
.linker-wrapp .linker-row3 .feedback-btn1.mobile-show-emer:hover{color:#c73636;background:#fff;border-color:#fff}

}

@media screen and (max-width: 599px) {
  .team-wrapp.desktopview {
    display: none;
  }
  .team-wrapp.mobileview {
    display: block;
  }
  .hours-wrapp .hours-col1 li {
    margin: 0;
    font-size: 14px;
    width: 100%;
    letter-spacing: normal;
  }
  .hours-wrapp .hours-col1 li.slash {
    display: none;
  }
  .linker-wrapp .linker-col2 .linker-row2 .select-selected {
    padding: 10px 10px 10px 25px;
    font-size: 13px;
  }

 .select-items {   min-width: 280px; }


.crispcame .crisp-client { z-index: 999999 !important; position: relative;}
.crispcame .crisp-client .cc-kv6t { z-index: 99999 !important;}



}
@media screen and (max-width: 400px) {
  .hours-wrapp .hours-col1 li {
    font-size: 13px;
  }
  .linker-wrapp .linker-col2 .linker-row2 .select-selected {
    padding: 10px 10px 10px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .hours-wrapp .hours-col1 li {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .hours-wrapp .hours-col1 li {
    font-size: 11px;
  }
  .linker-wrapp .linker-col2 .linker-row2 .select-selected {
    padding: 10px 10px 10px 20px;
    font-size: 11.5px;
  }
}

@media screen and (min-width:768px)  {

.google-rating.ggogledesktop { position: fixed; bottom: 20px; left: 20px; z-index: 999; display: inline-block; width: 210px; cursor: pointer; background: #fff; border-radius: 0; padding: 8px 10px; box-shadow: 5px 5px 5px #00000017; border-top: 5px solid #4fce6a; }
.google-rating.ggogledesktop > img { width: 30%!important; display: inline-block; padding: 0 12px 0 0; }
.google-rating.ggogledesktop #googlerating { width: 70%; float: right; display: inline-block; }
.google-rating.ggogledesktop #googlerating .fulltotal { width: 100%; float: left; display: inline-block; position: relative; top: 3px; }
.google-rating.ggogledesktop #googlerating .fulltotal .g-level1 { width: 100%; float: left; display: inline-block; margin: 0 0 4px; }
.google-rating.ggogledesktop #googlerating .fulltotal .g-level2 { width: 100%; display: flex; flex-wrap: wrap; position: relative; float: left; align-items: center; }
.google-rating.ggogledesktop #googlerating .fulltotal .g-level1 h2 { font-size: 16px; font-weight: 500; line-height: normal; }
.google-rating.ggogledesktop #googlerating .fulltotal .g-level2 .gsub-level1 { width: auto; margin: 0 6px 0 0; color: #e7711b; }
.google-rating.ggogledesktop #googlerating img { width: auto; }
.google-rating.ggogledesktop img { width: 100%; }
.wp-gr .wp-google-badge_left-fixed { display: none; }

.abouts-wrapp .abouts-row2 .abouts-col2.mob {display: none;}

.enquiry-wrapp .enquiry-row1.mob {display: none;}

.team-wrapp.mobileview {display: none;}

.practice-wrapp .practice-row2.mob {display: none;}
section.treatment-wrapp.desk {display: block;}

section.treatment-wrapp.mob {display: none;}
}

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

.google-rating.ggogledesktop { display: none!important; }
.wp-google-badge.wp-google-badge_left-fixed .wp-google-badge-score { margin-left: 0!important; }
.wp-google-badge.wp-google-badge_left-fixed { left: 15px!important; bottom: 20px!important; z-index: 999!important; cursor: pointer; width: 105px!important; }
.wp-google-badge.wp-google-badge_left-fixed span.wp-star { width: 17px!important; float: left!important; }
.wp-google-badge.wp-google-badge_left-fixed span.wp-star svg { width: 100%!important; float: left; }
.wp-google-badge.wp-google-badge_left-fixed span.wp-google-rating { display: none!important; }

.abouts-wrapp .abouts-row2 .abouts-col2.desk {display: none;}
.enquiry-wrapp .enquiry-row1.desk {display: none;}

.treatment-wrapp .owl-carousel .owl-dots{display:block; width:100%; padding:28px 0 22px; margin:0 auto 0; text-align:center}
.treatment-wrapp .owl-carousel .owl-dots .owl-dot{width:40px; height:6px; background:#d8d8d8; display:inline-block; margin:0 4px 0; cursor:pointer}
.treatment-wrapp .owl-carousel .owl-dots .owl-dot.active{background:#594082}

.team-wrapp.desktopview {display: none;}
.banner-wrapp .owl-carousel .owl-stage-outer .owl-stage{display:flex;flex-wrap:wrap}
.banner-wrapp .owl-carousel .owl-stage-outer .owl-stage .owl-item.cloned{height:inherit}
.banner-wrapp .owl-carousel .owl-stage-outer .owl-stage .single-welcome-slide{height:100%}

.practice-wrapp .practice-row2.desk {display: none;}

.sidbar-wrapp .sidbar-row1 {margin: 0 0 0;}
section.treatment-wrapp.desk {display: none;}

section.treatment-wrapp.mob {display: block;}
}

@media screen and (max-width:1024px) {
/* .wow-wrapp .wow-row2 img {

    margin-bottom: -70px;
} */
}

.grecaptcha-badge { visibility: hidden; }