body{
  font-weight: 400; 
  font-size: 15px;
  line-height: 1.6;
  color: #626262;
}
h1{
    font-size: 50px;
    font-weight: 500;
    color: #000;
}
h1 strong{
  color: #404273;
  font-weight: 500;
}
h2{
    font-size: 40px;
    font-weight: 500;
    color: #000;
}
h3{
    font-size: 26px;
    font-weight: 500;
}
h4{
    font-size: 20px;
    font-weight: 500;
}
h5{
    font-size: 16px;
    font-weight: 500;
}
h6{
  display: flex;
  align-items: center;
  gap: 5px;
}
h6:before{
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #FFDB58;
  display: flex;
}
small{

    font-size: 80%;
}
big{
    font-size: 130%;
    color: #777;
}
p {
    padding: 0 0 20px 0;
    margin: 0;
}
.hero-delivery-section {
background: url('images/delivery-partner.webp') no-repeat center center/cover;
color: #fff;
text-align: left;
padding: 100px 0px;
}
.hero-delivery-section h1 {
font-size: 2.5rem;
font-weight: bold;
}
.hero-section {
background: url('images/banner.webp') no-repeat center center/cover;
color: #fff;
text-align: left;
padding: 100px 0px;
}
.hero-section h1 {
font-size: 2.5rem;
font-weight: bold;
}
.hero-section .btn {
margin-top: 0;
}
  .hero-abt-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
  }
  .hero-abt-section .btn {
  margin-top: 0;
  }
.cta-section {
background: #d0614d;
color: #fff;
text-align: center;
}
.cta-section .btn {
background: #fff;
color: #ff6700;
text-transform: capitalize;
}
.btn-main {
background: #d0614d;
color: #fff;
padding: 13px 35px !important;
font-weight: 600;
min-width: 240px;
font-size: 16px;
border-radius: 10px;
transition: all 0.5s;
text-transform: capitalize;
}
.btn-main:hover {
background: #ff725e;
color: #fff;
}
.liststyle ul {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
.hero-section .liststyle ul{
  margin-bottom: 0;
  padding-left: 0;
}
.liststyle ul li {
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.liststyle ul li:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
ul.listtypecntrl {
    margin: 0;
}
.listtypecntrl li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    list-style-type: none;
    font-size: 13px;
}
.listtypecntrl li:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(images/orange-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
}
section.cta-section h2 {
    font-size: 36px;
}
.cta-section .btn {
    background: #fff;
    color: #d0614d;
    font-weight: 600;
    padding: 15px 50px;
    border: #1a1a1a 1px solid;
    border-radius: 10px;
    transition: all 0.5s;
    text-transform: capitalize;
	font-size: 18px;
}
.cta-section .btn:hover {
    background: #1e1e1eb3;
    color: #fff;
}
.rounded-10{
  border-radius: 10px;
}
.gap-3 {
    gap: 1rem;
}
.vanftrmnu {
  list-style: none;
}
.vandrfooter a{
  color: #222;
}
a{
  text-decoration: none !important;
}
.gap-2 {
    gap: 10px;
}
a{
	color: #d0614d;
}
a:hover{
	color: #000;
}
.wpcf7-spinner {
    position: absolute;
    right: 3px;
    top: 12px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 80px;
    resize: none;
    font-size: 14px;
    padding: 10px;
}
section.faq-section .card {
    border: 0;
}
.flag-container {
    position: relative;
    cursor: not-allowed !important;
}
.flag-container:after {
	content: "";
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.page-id-15 .columnbag {
    background: url('images/registration.webp') no-repeat center bottom/cover;
}
.page-template-template-inner-page .innrcnt h2, .page-template-template-inner-page .innrcnt h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}
.overflow-hidden{
  overflow: hidden;
}
.container{
  max-width: 1300px !important;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.fadeUp.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeLeft {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.fadeLeft.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeRight {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.fadeRight.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadePopup {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.fadePopup.in-view {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.si-container{
  padding-left: 15px;
  padding-right: 15px;
}
#sinatra-header-inner{
  padding: 15px 0;
  transition: all .3s ease-in-out;
}
#sinatra-header-inner .sinatra-nav>ul>li>a {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
button{
  outline: none !important;
  box-shadow: none !important;
}
#accordionExample{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site .si-flex-row .col-md {
  max-width: 50%;
}
#sinatra-copyright.contained-separator>.si-container:before {
  left: 15px;
  right: 15px;
}
#sinatra-footer .no-widget-text, #sinatra-footer .sinatra-footer-column .si-widget:last-child {
  margin-bottom: 0;
}
.widget.si-entry p {
  margin-top: 0;
}
#sinatra-footer-widgets{
  align-items: center;
}
#sinatra-footer .sinatra-footer-column {
  padding-top: 40px;
  padding-bottom: 20px;
}
#sinatra-copyright a:hover, #sinatra-copyright .sinatra-social-nav > ul > li > a .si-icon.bottom-icon, #sinatra-copyright .sinatra-nav > ul > li.current-menu-item > a, #sinatra-copyright .sinatra-nav > ul > li.current-menu-ancestor > a, #sinatra-copyright .sinatra-nav > ul > li:hover > a {
  color: #ee7b66;
}
#sinatra-footer .sinatra-footer-column .si-widget {
  margin-bottom: 20px;
}
.si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
}
.si-sidebar-inner #block-25 .wp-block-categories-list li a, .si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 12px;
  line-height: 1.4;
  display: inline-flex;
}
.si-sidebar-inner .wp-block-latest-posts__list li {
  position: relative;
  padding-left: 60px;
}
.si-sidebar-inner .widget-title:before {
  content: '';
  width: 4px;
  left: -15px;
  height: 30px;
  position: absolute;
  top: -4px;
  background-color: #ee7b66;
}
.si-sidebar-inner .widget-title {
  font-size: 20px !important;
  position: relative;
  color: #000;
  overflow: inherit;
}
.si-sidebar-inner #block-12, .si-sidebar-inner #block-10, .si-sidebar-inner #block-11 {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}
.entry-meta-elements{
  font-size: 12px;
}
.type-post .entry-title{
  font-size: 26px;
}
body.si-blog-horizontal .site-main, body.single-post .site-main{
  background-color: #f1f1f1;
}
.content-area .entry-meta{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.sinatra-sidebar-style-2 #secondary .widget-title:after, .sinatra-sidebar-style-3 #secondary .widget-title:after {
  right: 0;
}
.si-sidebar-container .wp-block-search .wp-block-search__label {
  display: none;
}
.innerP p{
  margin: 0;
  padding: 0;
}
.secTitle h2{
  margin: 0;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.accordion .card-header:after {
  position:absolute;
  content: '';
  right: 15px;
  top: 16px;
  height: 15px;
  width: 15px;
  background-position: center center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 253 144"><path d="M126.829 0.179958C131.346 0.179958 135.862 1.90452 139.305 5.3464L247.667 113.709C254.561 120.603 254.561 131.779 247.667 138.669C240.777 145.56 229.603 145.56 222.709 138.669L126.829 42.7837L30.9485 138.666C24.0553 145.556 12.8824 145.556 5.99252 138.666C-0.904069 131.776 -0.90407 120.599 5.99252 113.706L114.353 5.34304C117.798 1.90062 122.314 0.179958 126.829 0.179958Z" fill="black"/></svg>');
}
.accordion .card-header.collapsed:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 253 144"><path d="M126.829 143.837C131.346 143.837 135.862 142.113 139.305 138.671L247.667 30.3076C254.561 23.4144 254.561 12.2382 247.667 5.34777C240.777 -1.54268 229.603 -1.54268 222.709 5.34776L126.829 101.233L30.9485 5.3511C24.0553 -1.53935 12.8824 -1.53935 5.99252 5.35109C-0.904069 12.2415 -0.90407 23.4177 5.99252 30.311L114.353 138.674C117.798 142.116 122.314 143.837 126.829 143.837Z" fill="black"/></svg>');
}
.accordion .card-title{
  font-weight: 600;
  padding-right: 30px;
}
.wpcf7-submit{
	width:100%;
}
.wpcf7-form .wpcf7-list-item{
	margin:0;
}
.wpcf7-form .wpcf7-list-item label{
	font-weight:normal;
	font-size: 14px;
    line-height: 1.4;
	display:flex;
}
.wpcf7-form .wpcf7-list-item label input{
	margin-top:5px;
}
.wpcf7-form .wpcf7-checkbox{
	display:flex;
	flex-direction:column;
	gap:10px;
}
.wpcf7-form p{
	position:relative;
	font-size:13px;
}
.wpcf7-not-valid-tip{
	position:absolute;
	left:0;
	top:100%;
	font-size:11px;
}
.wpcf7-form-control{
	border-radius:6px !important;
	font-size:14px;
}
#sinatra-topbar>.si-container>.si-flex-row {
  min-height: 40px;
}
.sinatra-logo img {
  max-height: 80px !important;
}
.si-header-widgets .si-btn{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.wp-element-button{
  background-color: #404273;
  color: #fff;
  border: 1px solid #404273;
  border-radius: 6px;
}
.si-header-widgets .si-btn:hover, .si-header-widgets .si-btn:focus, .wp-element-button:hover, .wp-element-button:focus{
  border-color: #FFDB58;
  background-color: #FFDB58;
  color: #000;
}
.homeabtsec h1{
  margin-bottom: 20px;
}
.featureslist{
  color: #555555;
}
.featureslistwrap > div:nth-child(2) .featureslist, .featureslistwrap > div:nth-child(3) .featureslist {
  background-color: #404273;
  color: #fff;
}
.featureslistwrap > div:nth-child(2) .featureslist h4, .featureslistwrap > div:nth-child(3) .featureslist h4{
  color: #fff;
}
.form-control, .form-select{
  box-shadow: none !important;
}
.wpcf7-form p{
  padding: 0;
  margin: 0;
}
.form-control:focus, .form-select:focus{
  border-left-color: rgba(0,0,0,.085) !important;
  border-right-color: rgba(0,0,0,.085) !important;
  border-top-color: rgba(0,0,0,.085) !important;
  border-bottom-color: #404273 !important;
}
body.si-sticky-header #sinatra-header-inner{
  background-color: #404273;
}
.text-center h6{
  justify-content: center;
}
.ctasec{
  position: relative;
  z-index: 2;
  background-color: #404273;
}
.ctasec:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  /* clip-path: polygon(0 0, 100% 100%, 100% 0); */
  clip-path: polygon(100% 100%, 100% 0, 50% 100%, 0 0, 0 100%);
  height: 50px;
  background-color: #23282d;
}
.ctasec:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 99%;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  /* clip-path: polygon(0 0, 0 100%, 100% 100%); */
  height: 50px;
  background-color: #404273;
}
.btnwhite {
  color: #fff !important;
  border: none;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  background: #404273;
  border-radius: 5px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
.btnwhite:hover, .btnwhite:focus{
    color: #000 !important;
}
.btnwhite:before, .btnwhite:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
    border: none;
  left: 0;
    z-index: -1;
    border-radius: 5px;
}
.btnwhite:before { 
  transform: translate3d(-101%, 0, 0);
    background-color: #fff;
  transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.btnwhite:after {
  background-color: var(--secondcolor);
  transform: translate3d(101%, 0, 0);
  transition: transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
}
.btnwhite:hover:before {
  transform: translate3d(0, 0, 0);
}
.btnwhite:hover:after {
  transform: translate3d(0, 0, 0);
}
#page .wp-block-social-links {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.si-footer-widget ul{
  padding-left: 0;
}
.si-footer-widget .menu > li{
  padding-left: 20px;
  position: relative;
}
.si-footer-widget .menu > li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  background-image: url(images/right-chevron-white.svg);
}
.innerpagebanner .bnnroverlayspan {
  z-index: 1;
}
.bnnroverlayspan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
}
.innerpagebanner #myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: transparent;
}
#masthead #sinatra-header-inner{
  background-color: transparent;
}
body.si-sticky-header #sinatra-header-inner {
  background-color: #404273 !important;
}
.abtAbtsec p em{
  font-style: normal;
  font-size: 120%;
  color: #000;
}
.ctasec h2, .ctasec{
  color: #fff;
}
.ctasec .col-lg-8 strong{
  font-size: 120%;
}
.zigzagWrap > .row:nth-child(odd){
  flex-direction: row-reverse;
}
.howitworkthmb{
  position: relative;
  z-index: 2;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.howitworkthmb img{
  width: 100%;
  padding: 15px;
}
.howitworkthmb h3{
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: transparent linear-gradient(140deg, rgba(64, 66, 115, 0.9) 0%, rgba(255, 219, 88, 0.9) 100%) 0% 0% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  padding: 10px;
  transform: translate(-50%, -50%);
text-align: center;
}
.howitworkthmb:after{
  content: '';
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  border-top: 2px dashed #02D3A7;
  border-right: 2px dashed #02D3A7;
  border-left: 2px dashed #e9e9e9;
  border-bottom: 2px dashed #e9e9e9;
  animation: spin 10s infinite linear;
}
.srvArea{
	position:relative;
	z-index:2;
}
.srvArea:after {
    content: '';
    display: block;
    left: 0;
    height: 40px;
    bottom: -1px;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.srvArea:before {
    content: '';
    display: block;
    left: 0;
    height: 40px;
    top: -1px;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@keyframes spin {
  100% {
      transform: rotate(1turn);
  }
}
.treatmentsModal .modal-body ul{
  text-align: left;
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 10px;
  margin: 0 0 20px;
  list-style: inside disc;
}
#sinatra-footer .si-flex-row{
  align-items: start;
}
.si-sidebar-widget .wp-block-latest-posts__list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px;
}
.single-post .entry-media img{
  width: 100%;
  max-width: 100%;
}
.btn-primaryRounded {
  color: #fff !important;
  border: none;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  background: #404273;
  border-radius: 5px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #404273;
}
.btn-primaryRounded:hover, .btn-primaryRounded:focus{
    color: #000 !important;
}
.btn-primaryRounded:before, .btn-primaryRounded:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
    border: none;
  left: 0;
    z-index: -1;
    border-radius: 5px;
}
.btn-primaryRounded:before { 
  transform: translate3d(-101%, 0, 0);
    background-color: #fff;
  transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.btn-primaryRounded:after {
  background-color: var(--secondcolor);
  transform: translate3d(101%, 0, 0);
  transition: transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
}
.btn-primaryRounded:hover:before {
  transform: translate3d(0, 0, 0);
}
.btn-primaryRounded:hover:after {
  transform: translate3d(0, 0, 0);
}
.treatments_listIco {
    width: 80px;
    height: 80px;
	margin:0 auto 20px;
    background: #404273;
    background: linear-gradient(270deg,#ffdb58,#ffdb58,#ffdb58,#404273, #404273, #404273);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: auto auto;
    background-color: #404273;
    background-size: 1000%;
    background-repeat: repeat;
    color: #fff;
    animation: bg-move 30s linear infinite forwards, 
               border-move 15s linear infinite forwards;
}
@keyframes bg-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
@keyframes border-move{
  0%{ border-radius:51% 49% 34% 66% / 39% 66% 34% 61%; }
  10%{ border-radius:39% 61% 38% 62% / 53% 54% 46% 47%; }
  20%{ border-radius:56% 44% 52% 48% / 57% 35% 65% 43%; }
  30%{ border-radius:41% 59% 45% 55% / 33% 56% 44% 67%; }
  40%{ border-radius:46% 54% 60% 40% / 55% 74% 26% 45%; }
  50%{ border-radius:44% 56% 22% 78% / 31% 74% 26% 69%; }
  60%{ border-radius:31% 69% 32% 68% / 31% 71% 29% 69%; }
  70%{ border-radius:44% 56% 60% 40% / 63% 36% 64% 37%; }
  80%{ border-radius:46% 54% 38% 62% / 44% 48% 52% 56%; }
  90%{ border-radius:66% 34% 57% 43% / 49% 51% 49% 51%; }
  100%{ border-radius:51% 49% 34% 66% / 39% 66% 34% 61%; }
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media screen and (max-width: 991px) {
  
}
@media screen and (max-width: 767px) {
  .sinatra-logo img {
    max-height: 40px !important;
}
section.cta-section h2 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h1 {
    font-size: 24px;
}
big {
    font-size: 122%;
    color: #777;
}
.hero-section {
    background-size: auto;
    color: #fff;
    text-align: left;
    background-size: auto;
    background-position: left;
    padding: 60px 0px 30px;
}
.btn-main {
    background: #d0614d;
    color: #fff;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    min-width: 160px;
    border-radius: 10px;
    transition: all 0.5s;
    text-transform: capitalize;
}
#sinatra-header-inner .si-btn{
  padding: 6px 10px;
  font-size: 13px;
  white-space: nowrap;
  min-height: 40px;
}
.si-header-widgets .si-header-widget, .si-header-widgets .si-header-widget.si-header-widget__button {
  padding-left: 5px;
  padding-right: 5px;
}
#sinatra-header-inner > .si-container{
  flex-wrap: nowrap;
}
#sinatra-header-inner .si-header-element {
  margin-left: 0;
}
#sinatra-header-inner .si-mobile-nav {
  margin-left: 15px;
}
.si-header-element.si-header-widgets {
  display: flex;
  flex-wrap: nowrap;
}
.site .si-flex-row .col-md {
  max-width: 100%;
  text-align: center;
}
#block-13 .has-text-align-right, #block-7, #block-8{
  text-align: center !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
}