

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

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

#divisor { 
  background-image: url(../new/after.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0; height: 100%;
  
  &::before,
  &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
}
#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}

input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: absolute;
  top: 50%; left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px); 
  z-index: 2;
  
  &:focus,
  &: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,.3);
}
input[type=range]::-moz-range-track {
  -moz-appearance:none;
  height:15px;
  width: 100%;
  background-color: transparent; 
  position: relative;
  outline: none;    
}
 .abt-heading{
  color: #e32318;
    font-size: 40px;
 }
 .abt-heading span{
  color: #009fe0;
 }
 .text-justify{
  text-align: justify;
 }
/*services*/
.serviceBox{
    text-align: center;
    padding: 30px;
    margin: 0 -15px;
    overflow: hidden;
    position: relative;
}
.serviceBox .service-content{
    border: 4px double rgba(255,255,255,0.6);
    /*padding: 40px 30px 20px;*/
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .service-content{
    border: 4px double rgb(255,255,255);
}
.serviceBox .service-content i{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox img:hover .service-content {
    transform: rotate(360deg);
}
.serviceBox .title{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.serviceBox .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.serviceBox .icon-bg{
    font-size: 174px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 120px;
    position: absolute;
    bottom: 0;
    right: -30px;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .icon-bg{
    transform: rotate(360deg);
}
.serviceBox.hair{ background: #2b5876;  
background: -webkit-linear-gradient(to right, #4e4376, #2b5876); 
background: linear-gradient(to right, #4e4376, #2b5876); 
margin-top: 25px;
    margin-right: 0px; 
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.25) !important;
  }
  .serviceBox.ear{ background: #159957; 
background: -webkit-linear-gradient(to right, #155799, #159957); 
background: linear-gradient(to right, #155799, #159957);
margin-top: 25px;
    margin-right: 0px; 
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.25) !important;
  }
   .serviceBox.nose{    
    background: linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
margin-top: 25px;
    margin-right: 0px; 
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.25) !important;
  }
   .serviceBox.hand{ 
background: linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
margin-top: 25px;
    margin-right: 0px; 
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.25) !important;
  }
   .serviceBox.face{ 
    background: linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
margin-top: 25px;
    margin-right: 0px; 
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.25) !important;
  }
   .serviceBox.eye{background: linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
margin-top: 25px;
    margin-right: 0px; 
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.25) !important;
  }
.serviceBox.grey{ background: #5e3448;margin-top: 25px;
    margin-right: 0px; }
.serviceBox.orange{ background: #f05b47;margin-top: 25px;
    margin-right: 0px; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
/* testimonial*/
.testimonial-content{
  background-color: rgba(245, 245, 245, 0.48);
    /* height: 140px; */
    padding-top: 23px;
    padding-bottom: 20px;
}
.img-square > .content {
        /* padding: 0 10%; */
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    margin-top: 236px;
    margin-bottom: -68px;
}
p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
        font-family: Roboto, sans-serif;
}

/* new*/
.text-white {
    color: #fff !important;
        font-size: 15px;

}
.mt-20 {
    margin-top: 20px !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.font-64 {
    font-size: 4.57142857rem !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.bg-theme-colored-darker2 {
    background-color: #e7121a !important;
}
.bg-theme-colored-darker3 {
    background-color: #de1219 !important;
}
.bg-theme-colored-darker4 {
    background-color: #d41118 !important;
}
.bg-theme-colored {
    background-color: #ED1C24 !important;
}
.pl-0 {
    padding-left: 0!important;
}
.pr-0 {
    padding-right: 0!important;
}
.section-content{
  padding-left: 129px;
    padding-right: 129px;
    background-color: #F7F8FA !important;
}

/* btn 3d*/
.btn3d.btn-primary {
        box-shadow: 0 0 0 1px #069fe5 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #0e76bc, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color: #0e76bc;
}
.btn3d {
    position: relative;
    top: -6px;
    border: 0;
    transition: all 40ms linear;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #4274D7;
}
.btn3d:active:focus, .btn3d:focus:hover, .btn3d:focus {
    -moz-outline-style: none;
    outline: medium none;
}

/* about us*/
#qualification{
      margin-left: -25px;
    margin-right: -63px;
}

.bubble {
  clear: both;
  margin: 0px auto;
  width: 300px;
  background: #f5f5f5;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
      position: relative;
    z-index: 2;
    padding-bottom: 114px;
    height: 350px;
    margin-left: 24px;
    margin-top: 20px;
}

.rectangle {
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    /* background: #7f9db9; */
    height: 50px;
    width: 330px;
    position: relative;
    left: -15px;
    top: 30px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    z-index: 100;
}

.rectangle h2 {
  font-size: 23px;
  color: #fff;
      margin-top: 13px;
  padding-top: 0px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  text-align: center;
      font-family: Roboto, sans-serif;
}
.triangle-l {
  border-color: transparent #368dee transparent transparent;
  border-style:solid;
  border-width:15px;
  height:0px;
  width:0px;
  position: relative;
  left: -30px;
  top: 65px;
  z-index: -1; /* displayed under bubble */
}

.triangle-r {
  border-color: transparent transparent transparent #368dee;
  border-style:solid;
  border-width:15px;
  height:0px;
  width:0px;
  position: relative;
  left: 300px;
  top: 35px;
  z-index: -1; /* displayed under bubble */
}

.info {
  padding: 60px 25px 35px 25px;
}

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

.info p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.info p a {
  color: #c4591e;
  text-decoration: none;
}

.info p a:hover {
  text-decoration: underline;
}
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
      margin-right: 6px;
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 16px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.serviceBox1{
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.serviceBox1 .service-icon{
    width: 78px;
    height: 78px;
    border-radius:3px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox1:hover .service-icon{
    transform: rotate(45deg);
}
.serviceBox1 .service-icon span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius:3px;
    background: #de1d20;
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
.serviceBox1 .service-icon span i{
    transition: all 0.3s ease-out 0s;
}
.serviceBox1:hover .service-icon span i{
    transform: rotate(-45deg);
}
.serviceBox1 .service-content{
    box-shadow: 0 8px 6px -6px #777;
    height: 244px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 55px 15px;
    position: relative;
}
.serviceBox1 .service-content:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox1:hover .service-content:before{
    transform: rotate(45deg);
}
.serviceBox1 .title{
    font-size: 17px;
    font-weight: 500;
    color: #324545;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.serviceBox1:hover .title{
    color: #de1d20;
}
.serviceBox1 .description{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.serviceBox1 .read-more{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #c4c2c2;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
.serviceBox1 .read-more:hover{
    border: 1px solid #727cb6;
    color: #727cb6;
}
.serviceBox1.green .service-icon span{ background: #008b8b; }
.serviceBox1.blue .service-icon span{ background: #3498db; }
.serviceBox1.orange .service-icon span{ background: #e67e22; }
.serviceBox1.green:hover .title{ color: #008b8b; }
.serviceBox1.blue:hover .title{ color: #3498db; }
.serviceBox1.orange:hover .title{ color: #e67e22; }
.serviceBox1.green .read-more:hover{
    border: 1px solid #008b8b;
    color: #008b8b;
}
.serviceBox1.blue .read-more:hover{
    border: 1px solid #3498db;
    color: #3498db;
}
.serviceBox1.orange .read-more:hover{
    border: 1px solid #e67e22;
    color: #e67e22;
}
@media only screen and (max-width: 990px){
    .serviceBox1{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .serviceBox1{ margin-bottom: 0px; }
}
.carousel-control.right {
    /* right: 86px; */
    left: 95%;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left, .carousel-control.right {
     margin-left: 0%; 
    background-image: none;
}
.main-bg
{
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    
    margin-top: -3px;
    padding-bottom: 27px;
    position: relative;
    padding: 0px 40px 0px 40px;
}
.sidelist
{
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    /* padding: 20px; */
    /* border: solid 5px; */
    margin-left: 45px;
    padding: 19px;
    width: 21%;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #019fe8;;
    background-color: #fff;
    border: none;
}
