/*Pristine Production*/

.circ-icon-contact {
 font-size: 2rem;
 padding: 2rem;
 border: 1px dashed #d43f8d;
 border-radius: 50%;
 margin-bottom: 1rem;
 background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

#sp-header {
  height:auto !important;
  padding-top: 1rem;
    padding-bottom: 1rem;
}

#sp-header .logo {
  height:auto !important;
}

#sp-menu {
  display: grid;
  align-items: center;
}

#sp-logo .sp-column {
  display: grid;
  align-items: center;
}

.contact .info-box {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 22px;
  position: relative;
  text-align: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
}

.contact .info-box .circle-grad {
  border-radius: 50%;
  background: rgb(211,63,141);
  background: linear-gradient(90deg, rgba(211,63,141,1) 0%, rgba(3,80,197,1) 100%); 
  width: 5rem;
  height: 5rem;
  text-align: center;
  padding: .5rem;
  margin: 0 auto;
}

.contact .info-box .circle-grad .circle {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
}


.ico-sound-wave-banner {
  width:100px;
}

.contact-form-action-ico .text {
  align-items: center;
  display: flex;
  padding-left: 1rem;
}

.contact-form-action-ico .circle-grad {
    border-radius: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.5047152650122548) 0%, rgba(255,255,255,0.4991130241158963) 100%);
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding: .5rem;
}

.contact-form-action-ico .circle-grad .circle {
    border-radius: 50%;
    background: #fff;
    height: 2rem;
    padding: .4rem;
}

.contact-form-action-ico .circle-grad .circle  i {
    color:#000;
}



.ico-circle-dash-image {
  margin: 0px auto;
  width: 80px;
  border-radius: 50%;
  border: 1px dashed #fff;
  padding: .5rem;
}

.mask {
  -webkit-mask-image: url(/images/images/mask-image.png);
  mask-image: url(/images/images/mask-image.png);
  mask-position: top left;
  -webkit-mask-position: top left;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}

.box-shadow {
  padding: 40px 20px 30px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .2); 
  color:#fff;
}

.bg-blue {
  background: #0250c5;
}

.bg-pink {
  background: #d43f8d;
}

.testi-box {
  padding: 85px 30px 27px;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
}

.testi-box .ico-qoute {
position: absolute;
width: 120px;
height: 120px;
padding: 15px;
top: -60px;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
overflow: hidden;
display: inline-block;
margin-bottom: 16px;
}

.testi-box .ico-qoute .ico {
  border-radius:50%;
  background: #fff;
  height: 100%;
  align-items: center;
  display: flex;
}

.testi-box .ico-qoute .ico i {
  font-size:30px;
  margin:0px auto;
  color:#1b1d2f;
}

.testi-box .ico-qoute::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transform: rotate(85deg);
  background: #853fd5 !important;
}



.btnCal.rsform-calendar-button {
  padding: .7rem;
  border: 0px !important;
  border-radius: 0px !important; 
}


.contact-form-action {
  padding: 1.5rem;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.5047152650122548) 0%, rgba(255,255,255,0.4991130241158963) 100%); 
}

.contact-form-action .formControlLabel {
  display:none;
}

.contact-form-action .form-control {
  border-radius:0 !important;
}

.contact-form-action .formError {
  color:#000;
}
.contact-form-action .formRed {
  color:#000;
}
.contact-form-action .form-control.is-invalid {
  border-color: #d43f8d;
}

.contact-form-action .rsform-submit-button {
  background: linear-gradient(90deg, rgba(72,76,199,1) 0%, rgba(133,63,213,1) 100%);
  color: #fff;
  border-radius: 5px;
  border: 0px;
  padding: 1rem 3rem 1rem 3rem;
  transition: 0.3s;
}

.contact-form-action .rsform-block-send {
  margin-bottom:0px !important;
}

.contact-form-action .rsform-submit-button:hover {
  background: linear-gradient(90deg, rgba(133,63,213,1) 0%, rgba(72,76,199,1) 100%);
  color: #fff;
}





.contact-page-action {
  padding: 2rem;
  background: #ebeff9;
}

.contact-page-action .formControls {
  text-align:center;
  
}

.contact-page-action .rsform-submit-button {
  background: rgb(72,76,199);
background: -moz-linear-gradient(90deg, rgba(72,76,199,1) 0%, rgba(133,63,213,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(72,76,199,1) 0%, rgba(133,63,213,1) 100%);
background: linear-gradient(90deg, rgba(72,76,199,1) 0%, rgba(133,63,213,1) 100%);
color: #fff;
border-radius: 5px;
border: 0px;
padding: 1rem 5rem 1rem 1rem;
transition: 0.3s;
}

.contact-page-action .rsform-submit-button:hover {
  background: linear-gradient(90deg, rgba(133,63,213,1) 0%, rgba(72,76,199,1) 100%);
  color: #fff;
}

.contact-page-action::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 100%;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}



.contact-page-action .formControlLabel {
  display:none;
}

.contact-page-action .form-control {
  border-radius:0 !important;
}

.contact-page-action .rsform-submit-button {
  background: linear-gradient(90deg, rgba(72,76,199,1) 0%, rgba(133,63,213,1) 100%);
  color: #fff;
  border-radius: 5px;
  border: 0px;
  padding: 1rem 3rem 1rem 3rem;
  transition: 0.3s;
}

.contact-page-action .rsform-block-send {
  margin-bottom:0px !important;
}

.contact-page-action- .rsform-submit-button:hover {
  background: linear-gradient(90deg, rgba(133,63,213,1) 0%, rgba(72,76,199,1) 100%);
  color: #fff;
}



.btn-purple {
background: rgb(72,76,199);
background: -moz-linear-gradient(90deg, rgba(72,76,199,1) 0%, rgba(133,63,213,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(72,76,199,1) 0%, rgba(133,63,213,1) 100%);
background: linear-gradient(90deg, rgba(72,76,199,1) 0%, rgba(133,63,213,1) 100%);
color: #fff;
border-radius: 5px;
border: 0px;
padding: 1rem 3rem 1rem 3rem;
transition: 0.3s;
}

.btn-purple:hover {
background: rgb(133,63,213);
background: -moz-linear-gradient(90deg, rgba(133,63,213,1) 0%, rgba(72,76,199,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(133,63,213,1) 0%, rgba(72,76,199,1) 100%);
background: linear-gradient(90deg, rgba(133,63,213,1) 0%, rgba(72,76,199,1) 100%);
color:#fff;
}


.image-w-border {
  background: #fff;
  border-radius: 3px;
  padding: 40px 40px 40px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}

.color-purple {
  color: #853fd5;
}

.color-blue {
  color:#4c49b0;
}


.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}

.curve {
  position: absolute;
  z-index: 7;
}

.curve.curve-bottom::after, .curve.curve-bottom::before {
  bottom: 0;
}

.curve::before {
  left: 0;
  border-right: 100vw solid transparent;
}
.curve::after, .curve::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 130px solid #fff;
  position: absolute;
}

.curve::after {
  right: 0;
  border-left: 80vw solid transparent;
}

.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}

.curve.curve-top::before {
  border-right: 30vw solid transparent;
}
.curve.curve-top::after, .curve.curve-top::before {
  top: 0;
  border-top: 100px solid #fff;
  border-bottom: 0;
}








.curve2.curve-bottom2 {
  left: 0;
  bottom: -1px;
  width: 100%;
}

.curve2 {
  position: absolute;
  z-index: 7;
}

.curve2.curve-bottom2::after, .curve2.curve-bottom2::before {
  bottom: 0;
}

.curve2::before {
  left: 0;
  border-right: 100vw solid transparent;
}
.curve2::after, .curve2::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 150px solid #fff;
  position: absolute;
}

.curve2::after {
  right: 0;
  border-left: 50vw solid transparent;
}


.text-uppercase {
  text-transform:uppercase;
}


.ico-sound-wave {
  width:100px;
  margin:0px auto;
  margin-top:.5rem;
}

.ico-sound-wave-left {
  width:100px;
  margin-top:.5rem;
}


.box-lp {
  background: #ebeff9;
}

.box-lp::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 100%;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}

.box-lp .inner-box {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 27px 25px 35px;
  min-height:400px;
}

.box-lp .inner-box-nh {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 27px 25px 35px;
}

.box-lp.white {
  background:#fff;
}

.box-lp .inner-box .ico {
  width:100px; 
  margin:0px auto;
}





/*On Pointacu Health Start*/


.footer-social-icon i {
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
    border: 1px solid #3b424a;
    width: 35px;
    text-align: center;
}


iframe, object, embed {
    max-width: 100%;
}





/*.logo .logo-image {height: 70px;}*/
.logo .logo-image {height: auto; width:200px !important;}
a {color:#0f75bc;}


.common-banner {padding: 150px 0 200px 0 !important; color:#fff;}
.common-banner .common-header-title {font-size:40px;}
.common-banner .float-right-title {float:right;}

/*.common-banner h1::before {width: 50px; height: 2px; border-bottom: 2px solid #fff; content: ""; display: inline-block; position:absolute; left: 0; top: 20px;}*/
.common-banner h1 {padding-left:0px;}
.common-banner .line-divider-separator {border-top-style: solid; border-top-width: 3px; border-top-color: #fff;
 width: 50px; display: block; margin: 0px auto;}



html, body { line-height:1.5em; color:#303031;}
h1,h2,h3,h4,h5,h6 {margin-bottom:1rem;}

h1 {font-size:2rem; !important}
h2 {font-size:1.8rem; !important}
h3 {font-size:1.5rem; !important}
h4 {font-size:1.3rem; !important; line-height:1.5em;}

ol {padding-left:15px;}
ol li {margin-bottom:10px; line-height:2em;}

p {line-height:2em;}

iframe, object, embed { max-width: 100%;}

.logo a {font-weight:bold; color:#0f75bc !important;}
.class-header-img h1 {font-size:2.7rem;}
#sp-header {background:#fff; color:#000;}
.sp-megamenu-parent > li > a {color:#000;}
.sp-megamenu-parent > li > a:hover {color:#14467b;}



.color-dblue {color:#14467b;}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {color:#14467b;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {color:#14467b;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {color:#14467b;}
.sp-megamenu-parent > li:hover > a {color:#1a2b56 !important;}
#sp-top-bar {background:#1b1d2f; color:#fff; padding:10px 0;}
#sp-top-bar {padding:0px;}
#sp-top1 a {color:#fff;}
#sp-top1 {margin-top:10px; position:relative}
#sp-top1 .sp-module {margin-left:0px;}

#sp-bottom {background:#252628; color:#fff;}
#sp-bottom1 a {color:#4e8aff}
#sp-bottom1 a:hover {color:#4e8aff}

#sp-bottom1 i {font-size:18px;}
#sp-bottom1 .footer-icon-container {vertical-align: middle; display: inline-block; margin: 5px 10px 10px 0;}
#sp-bottom1 .footer-ico {display: table-cell; padding-right: 20px;}
#sp-bottom1 .footer-ico-txt{display: table-cell; vertical-align: middle; text-align: left;}


#sp-bottom2 p {margin-bottom:5px;}
#sp-bottom2 a {color:#00aeef}
#sp-bottom2 a:hover {color:#00aeef}
#sp-bottom2 .sp-module ul > li {margin-bottom:10px;}
#sp-bottom2 .sp-module ul > li > a {padding-left:10px; color:#fff;}
#sp-bottom2 .sp-module ul li::before {
    position: absolute;
    display: inline-block;
    margin-top:12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 0;
    width: 2px;
    height: 2px;
    background: #00aeef;
    content: "";
    text-align: center;
    transition: .3s;
}

#sp-bottom3 {line-height:0px;}
#sp-bottom3 label {display:none;}
#sp-bottom3 .formResponsive .formHorizontal .formControls {margin-left:0px;}
#sp-bottom3 .rsform-input-box {padding:10px; border-radius:0px;}
#sp-bottom3 h2 {font-weight: 700; font-size: 22px; margin: 0 0 30px;}
#sp-bottom3 .formResponsive .formHorizontal .rsform-block {margin-bottom:0px;}
#sp-bottom3 .rsform-submit-button {margin-top:0px;}
#sp-bottom3 .sp-module {margin-bottom: 0px;}
#sp-bottom3 .newsletter h2 {display:none;}
#sp-bottom3 .rsform-submit-button {padding: 10px; margin-left: 20px; border-radius: 0px; background:#0f75bc; border:1px solid #0f75bc ;}
#sp-bottom3 #userForm .formRed {text-align: left;}
#sp-section-2 {background: #f2f2f2; border-bottom: 1px solid #e1e1e1;}

#sp-bottom3 .sp-module ul > li {margin-bottom:10px;}
#sp-bottom3 .sp-module ul > li > a {padding-left:10px; color:#fff;}
#sp-bottom3 .sp-module ul li::before {
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 0;
    width: 2px;
    height: 2px;
    background: #00aeef;
    content: "";
    text-align: center;
    transition: .3s;
}

#sp-bottom3 a {color:#4e8aff}
#sp-bottom3 a:hover {color:#4e8aff}

#sp-bottom4 .small-teaser {vertical-align: middle; display: inline-block; margin: 0px 10px 0px 0; width:100%;}
#sp-bottom4 .ico {display: table-cell; padding-right: 10px; font-size: 18px;}
#sp-bottom4 .ico-txt {display: table-cell; vertical-align: middle; text-align: left;}

.footer-social-icon a {display:inline-block; margin:0px 5px;}
.footer-social-icon i {padding: 10px 10px 10px 10px; border-radius: 50%; border: 1px solid #3b424a; width: 35px; text-align: center;}


#sp-footer1 {padding-top:8px;}

#sp-footer {background:#252628; color:#fff; border-top: 1px solid rgba(255, 255, 255, .1);}
#sp-footer .container-inner {border-top: none;}
#sp-top-bar .sp-module {display: inline-block; margin:0px;}

/*Main Menu Start*/
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {padding:10px 0;}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {color:#1954d2;}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent-open a {color:#1954d2;}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {color:#1954d2;}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {padding: 0 20px;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {padding: 10px 0; border-bottom: 1px solid #ccc;}

#offcanvas-toggler > .fa {color:#fff;}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {color:#fff;}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {float: right; margin-left: 20px; margin-top: 0px; background: #343399; padding: 10px; border-radius:5px;}
#offcanvas-toggler {display: block; height: auto; line-height: 0; font-size: 20px;}
/*Main Menu END*/


/*Contact Button Top*/
.make-appointment {color:#fff;}
.make-appointment:hover { color:#fff;}
.make-appointment a {color: #fff !important; display: block; padding: 10px 30px; margin: 10px; border: 1px solid #fff; border-radius: 0px;}
.make-appointment a:hover {background:#fff; color: #000 !important; display: block; padding: 10px 30px; margin: 10px; border: 1px solid #fff; border-radius: 0px;}
.make-appointment a i {font-size: 25px; margin-right: 10px; vertical-align: middle;}
/*Contact Button Top END*/


/*Contact Icon CSS*/
.contact-icon-top .small-teaser {vertical-align: middle; display: inline-block; margin: 5px 10px 10px 0;}
.contact-icon-top .contact-email .ico {display: table-cell; padding-right: 10px;}
.contact-icon-top .contact-email h4 {font-size:14px; margin-bottom:0px;}
.contact-icon-top .contact-email p {margin-bottom:0px;}
.contact-icon-top .contact-email .ico-txt {display: table-cell; vertical-align: middle; text-align: left;}
.contact-icon-top .contact-email i {font-size: 15px; display: inline-block; border-radius: 60px; padding: 0.6em 0.6em; border: 1px solid;}
/*Contact Icon CSS END*/





/*About Us Start*/
ul.checked {list-style:none; margin:0px; padding:0px;}
ul.checked li{margin-bottom:10px;}
ul.checked li i {color:#343399; margin-right:10px; font-size:16px; display: table-cell;
padding-right: 10px; vertical-align:top; padding-top:3px;}
ul.checked li span {display: table-cell; vertical-align: top; text-align: left;}


ul.checked-white {list-style:none; margin:0px; padding:0px;}
ul.checked-white li{margin-bottom:10px;}
ul.checked-white li i {color:#fff; margin-right:10px; font-size:16px; display: table-cell;
padding-right: 10px; vertical-align:top; padding-top:3px;}
ul.checked-white li span {display: table-cell; vertical-align: top; text-align: left;}
/*About Us End*/



/*FAQ Start*/
.faq-accordion .sppb-panel-faq > .sppb-panel-heading {background:none; color:#323232; border:1px solid #e5e5e5; padding:20px 20px; margin-bottom:10px;}
.faq-accordion .sppb-panel-faq > .sppb-panel-heading:hover {background:#2490eb; border:1px solid #2490eb; color:#fff;}
.faq-accordion .sppb-panel-faq > .sppb-panel-heading:hover i {color:#fff;}
.faq-accordion .sppb-panel-faq .active {background:#2490eb; border:1px solid #2490eb; color:#fff;}
.faq-accordion .sppb-panel-faq > .sppb-panel-heading i {color:#2490eb;}
.faq-accordion .sppb-panel-faq .active i {color:#fff;}
.sppb-panel-faq .sppb-panel-body {border:none}
/*FAQ End*/




/*Contact Form Start*/
/*#contact-form .form-control {border-radius: 0px; border: 0px; border: 1px solid #e0e0e0; background: #f4f6f7; padding: 10px;}
#contact-form .form-control:focus {border:1px solid #0f75bc; outline: none; box-shadow: none;}
#contact-form .formRed {text-align:center;}
#contact-form .rsform-block-contact-information {font-size:30px; font-weight:bold; margin-bottom:20px; padding:20px 0;}
#contact-form .rsform-block-case-information {font-size:30px; font-weight:bold; margin-bottom:20px; margin-top:30px; padding:20px 0;}
#contact-form .rsform-submit-button {margin-top:0px; background: none; padding: 15px 30px; border: 2px solid #3e90eb; border-radius: 0px; color: #3e90eb;}
#contact-form .rsform-submit-button:hover {background:#3e90eb; padding: 15px 30px; border: 2px solid #3e90eb; border-radius: 0px; color: #fff!important;}

#contact-form .rsform-submit-button::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 20px;
}

#contact-form label {display: none;}
#contact-form  .formControls {text-align:center;}
#contact-form .rsform-block-send {margin-bottom:0px;}*/
/*Contact Form End*/







@media (max-width: 1200px) and (min-width: 990px) {
 
  .sp-megamenu-parent > li > a {padding:0 11px;}
   
}

@media (max-width: 991px){
  #sp-footer #sp-footer2 {text-align:left !important; margin-top:20px;}
  #sp-bottom3 {margin-top:0px;}
  #sp-top-bar .sp-module {width: 100%; margin-bottom: 10px;}
  .email-icon-top {display:none !important;} 
  
  .call-to-action-r {text-align:left;}
  .home-banner-box {margin-top:0px !important;}
  .box-white-bg a {position:relative; bottom:0px;}
  .header-row-container {margin-left:0px !important;}
  .common-banner .float-right-title {float:inherit;}
} 

@media only screen and (max-width: 991px) and (min-width: 201px) {
  #sp-footer #sp-footer2 {text-align:left !important; margin-top:20px;}
  #sp-bottom3 {margin-top:0px;}
  .sp-page-builder .page-content #Cleaning {background-image: none !important;}
}

@media (max-width: 770px) {

  .sub-title {display: inline-block;  font-size: 18px; position: relative; margin-bottom: 5px; padding-left:0px;}
  .sub-title::before {display:none;}
  .sub-title .text { background:#d4af37; color:#fff; padding:10px; border-radius:5px; display:block;}
}

@media (max-width: 620px) and (min-width: 201px) {
  #sp-top-bar .container {padding-left:0px; padding-right:0px; max-width:100%;}
  #sp-top-bar  {padding-left:0px; padding-right:0px;}
  #sp-top-bar .sp-module {margin-bottom:0px;}
  #contact-form .col-4 {flex:100%; width:100%; max-width:100%;}
  #sp-bottom3 {margin-top:0px;}
  #sp-bottom2 .sp-module {margin-bottom:30px;}
  
  .tab {overflow: hidden; margin-top:-100px; float:left;}
  .sub-title {display: inline-block;  font-size: 18px; position: relative; margin-bottom: 5px; padding-left:0px;}
  .sub-title::before {display:none;}
  .sub-title .text { background:#d4af37; color:#fff; padding:10px; border-radius:5px; display:block;}
}

@media (max-width: 478px) {
  .s-image-2 {height:210px;}
  .s-image {height: 180px; overflow: hidden;}
}

@media (max-width: 360px) {
  .tab a {padding: 21px 23px; transition: 0.3s; font-size: 16px;}
  .w-80-p {width:100%;}
  #contact-form .col-6 {width:100%; flex:100%; max-width:100%;}
  
 
}

 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

/*BSI CSS END*/
.grecaptcha-badge { 
    visibility: hidden;
}