h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
	font-weight:bold;
}

.tab-box-image{display: flex;
    align-items: center;
    justify-content: center;
min-height: 70px;}

.ben-b{margin-bottom:20px;}




#comparison {
  width: 50%;
  height:50%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

#divisor::before, #divisor::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
#divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
#divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#handle::before, #handle::after {
  content: '';
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
#handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
#handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 25%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}


.wight_loss figure {
  position: absolute;
  background-image: url(../images/cis-before.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 50%;
  margin: 0;
}

.wight_loss #divisor {
  background-image: url(../images/cis-after.jpg);
  background-size: cover;
  position: absolute;
  width: 100%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}

.belly_fat figure {
  position: absolute;
  background-image: url(../images/belly-before.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 50%;
  margin: 0;
}

.belly_fat #divisor {
  background-image: url(../images/belly-after.jpg);
  background-size: cover;
  position: absolute;
  width: 100%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}

.hail_transplant figure {
  position: absolute;
  background-image: url(../images/ht-before.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 50%;
  margin: 0;
}

.hail_transplant #divisor {
  background-image: url(../images/ht-after.jpg);
  background-size: cover;
  position: absolute;
  width: 100%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
.hair_loss figure {
  position: absolute;
  background-image: url(../images/img-before.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 50%;
  margin: 0;
}

.hair_loss #divisor {
  background-image: url(../images/img-after.jpg);
  background-size: cover;
  position: absolute;
  width: 100%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}

.beautypress-inner-welocme-section {
    position: relative;
    padding: 90px 0 10px;
    /*text-align: center;*/
    overflow: hidden;
    background: url(../images/bgmain.jpg) 0 0/cover no-repeat rgba(0,0,0,0);
    backface-visibility: hidden;
}
.form-design-main {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-top: 50px;
}
.introform h4 {
    font-size: 44px;
    color: #0a0204;
    margin: 0 0 5px;
    letter-spacing: -1px;
    font-weight: 200;
}
.introform h4 span {
    color: #008446;
    font-weight: 600;
}
.introform h5 {font-size: 14px;color: #000;}
.introform h6 {font-size: 12px;}
.introform input {
    border: 1px solid;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 25px;
    border-radius: 0;
}
.center-content {
    /*display: flex;*/
    align-items: center;
    flex-direction: row;
}
.btn-default {
    background-color: #008446;
    color: #FFF;
}
.beautypress-booking-section .btn, .introform .btn {
    padding: 0 40px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    letter-spacing: 0;
    border-radius: 0;
    text-align: left;
    font-family: Montserrat,sans-serif;
}
.btn-ico {
    padding-right: 70px;
    position: relative;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #008446;
    color: #FFF;
}
.text-center {
    text-align: center!important;
}
.beautypress-simple-text-with-img-section {
    padding: 50px 0 20px 0;
}

.beautypress-no-bg {
    background-color: transparent!important;
}
.beautypress-watermark-icon {
    padding-bottom: 20px;
}
.beautypress-watermark-icon {
    position: relative;
    z-index: 1;
}
.beautypress-simple-text {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}
.beautypress-simple-text, .beautypress-video-side-text {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
/*.beautypress-simple-text.beautypress-watermark-icon:before {
    content: "\e946";
    height: 200px;
    width: 200px;
    z-index: -1;
}*/
/*.beautypress-watermark-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-family: var(--font-icons-2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f2f2f2;
    font-size: 15em;
}*/
.beautypress-separetor-sub-heading h1 {
    margin: 0;
    color: #222222;
    font-size: 2.857em;
    font-weight: 600;
    text-transform: capitalize;
}
.beautypress-separetor-sub-heading.beautypress-no-separetor {
    padding: 0;
    margin: 0 0 40px;
}
.beautypress-separetor-sub-heading {
    position: relative;
}
.beautypress-simple-text p {
    margin: 0 0 30px;
    line-height: 1.8;
    color: #888;
}
.image_sec img{width: 100%;}

.beautypress-simple-text-with-img-section {
    padding: 50px 0 20px 0;
}
.bg-color-gray {
    background: url(../images/bg.jpg) 0 0/cover no-repeat rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eef2f5!important;
}
.beautypress-separetor-sub-heading.jj:before {
    position: absolute;
    content: unset;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #D6D6D6;
}
.beautypress-separetor-sub-heading:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #D6D6D6;
}
.beautypress-separetor-sub-heading {
    padding: 0 0 30px;
    margin: 0 0 30px;
    position: relative;
}
.beautypress-padding-bottom {
    padding: 0 0 20px;
}
.beautypress-section-headinig {
    padding: 40px 0;
    text-align: center;
}
.beautypress-watermark-title.beautypress-section-headinig h2 {
    font-family: inherit;
    font-weight: 500;
    font-size: 2.857em;
    text-transform: capitalize;
    z-index: 1;
    margin: 0;
    padding: 0 0 30px;
}
.beautypress-watermark-title h2 {
    position: relative;
}
.beautypress-section-headinig.beautypress-watermark-title h2:before {
    font-size: 1.75em;
    font-weight: 700;
    left: 50%;
    top: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    color: #F6F6F6;
    text-transform: uppercase;
    pointer-events: none;
    z-index: -1;
    letter-spacing: -2px;
}
.beautypress-watermark-title h2:before {
    position: absolute;
    content: attr(data-title);
    left: 0;
    top: 0;
    font-size: 1em;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--color-semi-black);
}
.beautypress-booking-form-wraper .beautypress-spilit-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
.beautypress-booking-form-wraper .beautypress-select, .beautypress-booking-form-wraper .form-group {
    margin: 0 0 20px;
    width: 100%;
}
.beautypress-booking-form-wraper input:not([type=submit]), .beautypress-booking-form-wraper textarea {
    display: block;
    width: 100%;
    border: 2px solid #E3E3E3;
    border-radius: 0;
    background-color: var(--color-white);
    padding: 0 21px;
    font-size: 1em!important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.beautypress-booking-form-wraper textarea {
    resize: none;
    padding: 20px;
    border-radius: 0;
}
.beautypress-booking-form-wraper h2 {
    margin: 0 0 30px;
    color: #222222;
    font-weight: 600;
    font-size: 1.857em;
}

.btn-ico i {
    font-size: 11px;
    display: block;
    position: absolute;
    top: 5px;
    text-align: right;
    line-height: 40px;
    right: 30px;
}

@media (min-width: 576px){
    .introform {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 100% !important; 

    }
  }