.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align:left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align:center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align:right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align:justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align:inherit;
  }
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align:left;
  }
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align:center;
  }
}

@media (max-width: 767px) {
  .text-right-xs {
    text-align:right;
  }
}

@media (max-width: 767px) {
  .text-justify-xs {
    text-align:justify;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align:inherit;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align:left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align:center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-right-sm {
    text-align:right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-justify-sm {
    text-align:justify;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align:inherit;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align:left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-md {
    text-align:center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-md {
    text-align:right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-justify-md {
    text-align:justify;
  }
}

@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align:inherit;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align:left;
  }
}

@media (min-width: 1200px) {
  .text-center-lg {
    text-align:center;
  }
}

@media (min-width: 1200px) {
  .text-right-lg {
    text-align:right;
  }
}

@media (min-width: 1200px) {
  .text-justify-lg {
    text-align:justify;
  }
}

#modalScheduleAppointment .modal-body .list-group .list-group-item a p {
  margin:0px;
  padding:0px;
  line-height:1.2;
  font-size:12px !important;
  color:#555;
  text-decoration:none;
}

#modalScheduleAppointment .modal-body .list-group .list-group-item a p.locationHeading {
  font-size:20px !important;
  line-height:1;
  padding-bottom:5px;
}

#modalScheduleAppointment .modal-body .list-group .list-group-item a:hover p {
  text-decoration:none;
}

#modalScheduleAppointment .modal-body .list-group .list-group-item a:hover p.locationHeading {
  color:#2EC2D7;
}

#modalScheduleAppointment .modal-body .list-group .list-group-item a:hover {
  text-decoration:none;
}

#modalScheduleAppointment .modal-body .list-group .list-group-item {
  border-color:#cccccc;
}

#modalScheduleAppointment .list-group {
  margin:0px;
}

footer.site-footer {
  padding:10px 0px;
  line-height:1;
}

section.site-pre-footer {
  background-color:#2EC2D7;
  padding:10px 0px;
  color:#ffffff;
}

#navSoc a {
  float:left;
  background-color:#2EC2D7;
  border-radius:15px;
  padding:0px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  margin:10px 10px 0px 0px;
  color:#fff;
}

p.text-center.caption {
  font-size:12px;
  padding:0px 10%;
  font-style:italic;
}

li.list-group-item {
  border-color:#ccc;
  font-size:16px;
}

.list-item .fa {
}

.list-item .fa {
  color:#2EC2D7;
}

li.list-group-item .fa {
  color:#2EC2D7;
  margin-right:5px;
}

#navSoc {
  min-width:120px;
}

#locationMapMain {
  min-height:25%;
  height:calc(100vh - 275px);
}

.mapCanvas {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
}

.locationBox h2 {
  margin:0px;
  line-height:1 !important;
}

p.locationBoxSubHeading {
  margin:0px 0px 10px 0px !important;
  line-height:1 !important;
  font-size:18px !important;
  font-weight:bold;
  letter-spacing:1px;
}

.locationBox p {
  font-size:13px;
  line-height:1.4;
  margin:0px;
  padding:0px;
}

.locationBox p a {
  padding:2px 0px;
  display:block;
}

section#sectionLocationList {
  padding:20px 0px 50px 0px !important;
}

#locationMapBranch {
  height:calc(60vh - 50px);
}

.locationBox h3 {
  margin-top:0px;
}

.locationBranch {
  padding-top:0px;
}

.locationBranch H2 {
  line-height:1;
  margin:0px;
  padding:0px;
}

.pricingRow {
  margin:5px 0px;
  padding:5px 0px;
  line-height:40px;
  border-top:1px solid #ddd;
}

.pricingRow em {
  position:absolute;
  top:18px;
  left:15px;
  font-size:12px;
}

.pricingRow:first-of-type {
  border-top:0px none transparent;
}

@media (max-width:760px) {
  .pricingRow {
    padding-top:15px;
    line-height:15px;
  }
}

.locationBox:first-of-type.locationBoxBranch {
  margin-top:0px;
}

.homeCtaText {
  font-size:20px;
  line-height:1;
  text-align:center;
}

.homeCtaButton {
  font-size:16px;
  line-height:30px;
  margin:5px;
  padding:5px 20px;
  text-align:center;
  display:inline-block;
  border:2px solid;
  border-color:#158cba;
  border-radius:5px;
  text-decoration:none !important;
}

section.ctaWrapper {
  margin:10px 0px;
  padding:0px;
}

div#homeCta1.col-md-12.text-center {
  padding-bottom:50px;
}

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

@media (max-width:767px) {
  section#theCryoZoneExperienceSection {
    background-position:center center !important;
  }
}

#heroCtaContainer {
}

#researchText-16, #faqText-17 {
  padding-bottom:50px;
}

section#pageHeading {
  padding-top:100px;
}

.contactBranchRow {
  margin:5px 0px;
  padding:5px 0px;
  border-bottom:1px solid #ddd;
}

.contactBranchRow p {
  margin:0px;
  padding:0px;
  line-height:1.3;
}

.contactBranchRow h3 {
  font-weight:bold;
}

.contactBranchRow h4 {
  margin:0px;
  padding:0px;
  line-height:1.4;
  font-weight:bold;
}

section#contactContent {
  padding-bottom:50px;
  min-height:calc(100vh - 319px);
}

.padding-top-10 {
  padding-top:10px;
}

.researchTextWrapper h3 {
  color:#2EC2D7;
  margin-bottom:0px;
  font-size:16px;
  font-weight:bold;
}

section.homeCtaWrapper {
  background-color:#2EC2D7;
  padding:10px 0px;
}

.homeCtaWrapperClear {
  background-color:transparent !important;
}

.whatHappensStepRow p {
  margin-bottom:20px;
}

.whatHappensStepRow p margin-bottom:20px; {
}

.whatHappensStepRow p {
  margin-bottom:20px;
}

.whatHappensStepRow p margin-bottom:20px; {
}

.whatHappensStepRow p {
  margin-bottom:20px;
}

.whatHappensStepRow h2 {
  font-size:20px;
}

#boxSection .boxWrapper {
  margin:0px;
  padding:0px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  height:300px;
  text-align:center;
}

#homeBox1 {
  background-image:url(../../assets/img/box-1-bg.jpg);
}

div.col-md-6.boxWrapper {
}

#homeBox2 {
  background-image:url(../../assets/img/box-2-bg.jpg);
}

#homeBox4 {
  background-image:url(box-4-bg.jpg);
}

#homeBox3 {
  background-image:url(box-3-bg.jpg);
}

#homeBox5 {
  background-image:url(../../assets/img/box-5-bg.jpg);
}

#homeBox6 {
  background-image:url(../../assets/img/box-6-bg.jpg);
}

.boxWrapper h2 {
  font-size:20px;
  color:#fff;
  margin:0px;
  margin-bottom:5px;
  padding:0px;
  font-weight:bold;
}

.boxWrapper div {
  padding:10px;
  color:#fff;
  font-size:20px;
  line-height:1;
  margin:0px;
  padding:20px;
  top:50%;
  position:absolute;
  width:100%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  font-weight:bold;
}

#benefitsOfCryotherapySection .col-md-4 {
  padding:0px 30px;
}

#whatHappensSection h1, #whatHappensSection h2 {
  color:#fff;
}

