@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');

*{
    box-sizing:border-box;
}
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/FontAwesome.otf");
}
@font-face {
    font-family: fontawesomeWebfont;
    src: url("../fonts/fontawesome-webfont.ttf");
}
@font-face {
    font-family: OPTIAlternateThree;
    src: url("../fonts/OPTIAlternateThree.otf");
}
@font-face {
    font-family: NimbusSan_Reg;
    src: url("../fonts/NimbusSan-Reg.ttf");
}
@font-face {
    font-family: HelveticaNeueLTStd_Ex;
    src: url("../fonts/HelveticaNeueLTStd-Ex.otf");
}
@font-face {
    font-family: HelveticaNeueLTStd_Roman;
    src: url("../fonts/HelveticaNeueLTStd-Roman.otf");
}
@font-face {
    font-family: NimbusSanNovReg;
    src: url("../fonts/NimbusSanNov-Reg.ttf");
}
@font-face {
    font-family: NimbusSanReg;
    src: url("../fonts/NimbusSan-Reg.ttf");
}
@font-face {
    font-family: NimbusSanNovLig;
    src: url("../fonts/NimbusSanNov-Lig.ttf");
}
@font-face {
    font-family: HelveticaNeueLTStdEx;
    src: url("../fonts/HelveticaNeueLTStd-Ex.otf");
}
@font-face {
    font-family: YouthPower;
    src: url("../fonts/Youth Power.otf");
}
@font-face {
    font-family: HelveticaNeueLTProTh;
    src: url("../fonts/HelveticaNeueLTPro-Th.ttf");
}
@font-face {
    font-family: HelveticaNeueLTStdLt;
    src: url("../fonts/HelveticaNeueLTStd-Lt.ttf");
}
@font-face {
    font-family: MADE_Coachella_Regular_PERSONAL_USE;
    src: url("../fonts/MADE_Coachella_Regular_PERSONAL_USE.otf");
}
@font-face {
    font-family: 'SUNSET SILVER SERIF';
    src: url('../fonts/SUNSETSILVERSERIF-1best.eot');
    src: url('../fonts/SUNSETSILVERSERIF-1best.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SUNSETSILVERSERIF-1best.woff2') format('woff2'),
    url('../fonts/SUNSETSILVERSERIF-1best.woff') format('woff'),
    url('../fonts/SUNSETSILVERSERIF-1best.ttf')  format('truetype'),
    url('../fonts/SUNSETSILVERSERIF-1best.svg#SUNSET SILVER SERIF') format('svg');
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
    url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'),
    url('../fonts/HelveticaNeueLTStd-Lt.svg#Helvetica Neue LT Std') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTStd-ThEx';
    src: url('../fonts/HelveticaNeueLTStd-ThEx.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTStd-ThEx.otf')  format('opentype'),
    url('../fonts/HelveticaNeueLTStd-ThEx.woff') format('woff'),
    url('../fonts/HelveticaNeueLTStd-ThEx.ttf')  format('truetype'),
    url('../fonts/HelveticaNeueLTStd-ThEx.svg#HelveticaNeueLTStd-ThEx') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-LtEx';
    src: url('../fonts/HelveticaNeueLTStd-LtEx.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTStd-LtEx.otf')  format('opentype'),
    url('../fonts/HelveticaNeueLTStd-LtEx.woff') format('woff'),
    url('../fonts/HelveticaNeueLTStd-LtEx.ttf')  format('truetype'),
    url('../fonts/HelveticaNeueLTStd-LtEx.svg#HelveticaNeueLTStd-LtEx') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SteelTongs';
    src: url('../fonts/SteelTongs.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SteelTongs.woff') format('woff'), url('../fonts/SteelTongs.ttf')  format('truetype'),
    url('../fonts/SteelTongs.svg#SteelTongs') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTPro-LtCn';
    src: url('../fonts/HelveticaNeueLTPro-LtCn.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTPro-LtCn.otf')  format('opentype'),
    url('../fonts/HelveticaNeueLTPro-LtCn.woff') format('woff'),
    url('../fonts/HelveticaNeueLTPro-LtCn.ttf')  format('truetype'),
    url('../fonts/HelveticaNeueLTPro-LtCn.svg#HelveticaNeueLTPro-LtCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: MADE_Coachella_Regular_PERSONAL_USE;
	src: url("../fonts/MADE_Coachella_Regular_PERSONAL_USE.otf");
}
@font-face {
	font-family: CarrArrowsFilled;
	src: url("../fonts/CarrArrowsFilled.ttf");
}

body{
    margin:0; 
    padding:0;
    color:#000; 
    background-color:#fff;
    min-width:340px;
    overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:10px 0;
    font-weight:normal;
}
a {
    color:#000;
    text-decoration:none;
    cursor:pointer;
}
a:focus, a:hover,a:active {
    text-decoration:none;
    color:#000;
}
p {
    font-size:13px;
    text-align: justify;
    margin:0;
    padding:5px 0;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(255,255,255);
    background-size:auto 100%;
}
.row {
    margin:0;
}
/******* loader *********/
/******* top *********/

.scroll_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    z-index: 100;
    cursor: pointer;
    background: #c6a062;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: 0.4s all;
}
.scroll_top:hover {   
    background: #19182a; 
    transition: 0.4s all;
    color: #c6a062;
}
/********** Header & Navigation **********/
.header {
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    background: #fff;
    z-index: 999;
    box-shadow: none !important;
}
.header h1,
.header .logo_mobile {
    text-align: center;
    font-family: OPTIAlternateThree;    
    text-transform: uppercase;    
    font-weight: 700;    
    letter-spacing: 10px;    
    font-size: 71px;    
    padding: 5px 0 10px 0;    
    transform: scale(1.01,.9);
    transition: all 0.4s;
    border:0px
}
.header h5{
    text-align: center;
    font-family: NimbusSanNovReg; 
    text-transform: uppercase;   
    font-weight: bold;     
    padding: 0 0 16px 0;   
    letter-spacing: .6px;
    transition: all 0.4s;
    font-size: 14px;
    width: 99.5%;
}
.header h5 span{
    position: relative;
}
.header h5 span:after{
    content: "";
    height: 1.4px;    
    width: 16px;    
    position: absolute; 
    top: 7px;    
    right: -20px;    
    background:#000;
    transition: all 0.4s;
}
.header h5 span:before{
    content: "";
    height: 1.4px;    
    width: 16px;    
    position: absolute;    
    top: 7px;    
    left: -20px;    
    background:#000;
    transition: all 0.4s;
}
.menu_icon {
    cursor: pointer;
    position: absolute;
    left: 17px;
    top: 15px;
    z-index: 9999;
}
.bar1, .bar2, .bar3 {
    width: 42px;
    height: 8px;    
    background-color: #05060a;    
    margin: 9px 0;    
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-17.5px, -14.5px);
    transform: rotate(45deg) translate(-17.5px, -14.5px);
}
.change .bar1, .change .bar2, .change .bar3 {
    background: #fff;
}
/*nav*/
.sidenav ul li {
    list-style: none;
    font-size: 20px;
    color: #fff;
    width: 100%;
}
.sidenav {
    display: none;
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.9;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 100px;
}
.sidenav ul li {
    list-style: none;
    font-size: 20px;
    color: #fff;
    width: 100%;
}
.navbar {
    margin: 10px auto;
    display: inline-block;
    position: absolute;
    top:13px;
    left: 0;
}
.navbar-header {
    float: left;
}
.nav > li > a{
    font-weight: 600;
    position: relative;
    color: #fff;
    transition: all 1s;
    text-align: center;
    border-bottom: 1px solid #5a5656;
    width: 90%;
    margin: 0 auto;
    padding: 25px 15px;
    font-family: NimbusSanNovReg;    
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;    
    transition: all 1s; 
}
.dropdown-icon{
    float: left;
}
.dropdown-menu{
    padding: 0;
    left: -240px;
    width: 240px;
    top: 0;
    background-color: #000;
}
.dropdown-menu > li > a{
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #5a5656;
    font-family: Roboto, sans-sarif;
    font-weight: 600;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}
/***********   BODY   ************/
.section_1 {
    overflow: hidden;
}
.big_image_block {    
    position: relative;
    margin-top: 100px;
}
.main-blog img{
    width: 100%;
    height: auto;
}
.estd_block {
    position: absolute;
    top:84px;
    left:-2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: NimbusSan_Reg; 
    letter-spacing: 4px;
}
.estd_block span:nth-child(1) {
    padding: 6px 10px;
    border-bottom: 1.3px solid #333;
}
.estd_block span:last-child {
    position: relative;
    top: 9px;
    left: 11px;
}
.icon_block {
    position: fixed;
    top: 100px;
    right: 10px;
    background: #fff;
    z-index: 999;
    height: 180px;
    padding-top: 60px;
}
.icon_block i {
    background: #342c29;
    color:#fff;
    border-radius: 50%;
    font-size: 24px;
}
.icon_block i.fa-facebook-f {
    padding: 6.5px 15px;
    transform: scale(1,1.2);
}
.icon_block i.fa-instagram {
    padding: 8px 10px;
    font-size: 30px;    
    position: relative;    
    top: 12px;
}
.rejuvenate_block {
    position: absolute;
    top: 540px;
    left: -246px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rejuvenate_block h3, .younger_block h3,
.rejuvenate_block .title, .younger_block .title {
    font-family: YouthPower;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 1px;
    transform: scale(1,1);
    padding: 0;
    margin: 0;
}
.younger_block {
    position: absolute;
    top: 895px;
    right: -154px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.image_contents {
    position: relative;
}
.image_texts {
    position: absolute;
    top: 23%;
    left: 20.3%;
}
.image_texts h1{
    font-family: OPTIAlternateThree;
    width: 280px;
    font-size: 50px;
    letter-spacing: 3px;
    color:
    #fff;
    font-weight: bold;
    line-height: 63px;
    transform: scale(1.1,1.05);
}
.circle {
    width: 34px;
    height: 34px;
    position: relative;
    left: -11px;
    background:
    #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 19px
    rgba(255,255,255,0.5);
    top: -25px;
}
.no_shadow {
    box-shadow: none !important; 
    top: -10px !important; 
    left: -14px !important; 
}
.image_texts_2 {
    top: 58%;
    left: 35%;
}
.image_texts_3 {
    top: 79%;
    left: 57%;
}
/**********   Section 2   ***********/
.surgery{
    padding: 80px 0;
    font-family: HelveticaNeueLTStdEx;
    font-size: 42px;
    letter-spacing: 1px;
    color:
    #000;
    transform: scale(1);
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.schedule{
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px auto 80px auto;
    width: 630px;
    font-family: OPTIAlternateThree;
    font-size: 43px;
    letter-spacing: 1px;
    color:
    #fff;
    transform: scale(1);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background:#000;
    transition: 0.4s all;
    border: 2px solid;
    cursor: pointer;
    position: relative;
    transition:color 0.35s ease;
}
.schedule::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #5e5e5e;
    transform-origin:right;
    transition:width 0.35s ease;
    z-index:-1;
}
.schedule:hover::after {
    width: 100%;
}
/**********   Animation ***********/
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(200px, 0, 0);
      transform: translate3d(200px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(200px, 0, 0);
      transform: translate3d(200px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-200px, 0, 0);
      transform: translate3d(-200px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-200px, 0, 0);
      transform: translate3d(-200px, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 150px, 0);
      transform: translate3d(0, 150px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 150px, 0);
      transform: translate3d(0, 150px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.home-des p{
    font-family: HelveticaNeueLTStdLt;
    text-align: center;
    font-size: 22px;
    margin: 0 auto;
    transform: scale(1.1,.9);
    padding: 20px 165px;
    font-weight: normal;
}
.home-des span.inspire_beauty{
    font-family:MADE_Coachella_Regular_PERSONAL_USE;
    font-weight: normal;
    font-style: italic;
    letter-spacing: -1.3px;
}
.home-des span.award_winning_surgeons{
    font-family:MADE_Coachella_Regular_PERSONAL_USE;
    font-weight: normal;
    letter-spacing: -1.3px;
}
.section-2 {
    margin: 80px auton 0 auto;
}
.section-2 .info-blog{
    background: #000;
    text-align: right;
    width: 100%;
    height: 480px;
    position: relative;
}
.section-2 .info-blog h2{
    color:#fff;    
    font-family: NimbusSanNovLig;    
    text-transform: uppercase;
    margin: auto 0;
    padding: 0 100px;
    position: relative;
    top: 35%;
    font-size: 100px;
}
.section-2 .info-blog-2 h2{
    top: 35%;
}
.section-2 .surgical-page .info-blog-2 h2 {
    top: 10%;
}
.info-blog img {
    display: none;    
}
.section-2 .info-blog h3{
    color:#fff;    
    font-family: NimbusSanNovLig;
    /*transform: scale(1,1.2);
    */    text-transform: uppercase;
    margin: auto 0;
    padding: 10px 100px;
    position: relative;
    top: 15%;
    font-size: 20px;
}
.section-2 .img-blog img{
    width: 100%;
    height: 480px;
}

.section-2__procedures_line{
    display: flex;
    flex-wrap: wrap;
}
.section-2__procedures_line .section-2__procedures_line_box{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: right;
}
.section-2__procedures_line .section-2__procedures_line_box .cont{
    width: 100%;
}
.section-2__procedures_line .section-2__procedures_line_box h2{
    font-family: NimbusSanNovLig;
    text-transform: uppercase;
    padding: 0 10%;
    font-size: 100px;
}
.section-2__procedures_line .section-2__procedures_line_box img{
    display: block;
    width: 100%;
}
.section-2__procedures_line .section-2__procedures_line_box:first-child{
    border: 3px solid #c6a062;
}
.section-2__procedures_line:nth-child(even){
    flex-direction: row-reverse;
}
.section-2__procedures_line:nth-child(even) .section-2__procedures_line_box{
    text-align: left;
}

.sec2-des {
    margin: 20px auto;
}
.sec2-des p{
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    transform: scale(1);
    padding: 40px 115px;
}
.sec2-des p >span{
    font-family: MADE_Coachella_Regular_PERSONAL_USE;
    font-weight: bold;
    transform: scale(1);
    letter-spacing: 1px;
}
.surgeons-sec{
    background: #000;
    padding: 20px 0;
}
.sec-header h2{
    text-align: center;
    color: #fff;
    font-family: HelveticaNeueLTStdLt;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 0 50px 0;
    letter-spacing: 1.7px;
    font-size: 35px;
    transform: scale(1.1,1);
}
.surgeons{
    margin-bottom: 50px;
}
.surgeons-img img{
    width: 100%;
    height: auto;
    position: relative;
    }
.surgeons-title{
    background: #000;
    border: 1px solid #fff;
    padding: 13px 55px;
    position: absolute;
    bottom: -20px;
    right: -40%;
    text-align: center;
}
.surgeons-title2{
    background: #000;
    border: 1px solid #fff;
    padding: 13px 45px;
    position: absolute;
    bottom: -20px;
    left: -40%;
    text-align: center;
}
.surgeons-title span, .surgeons-title2 span{
    font-size: 13px;
    font-family: HelveticaNeueLTStdLt;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
.surgeons-info h3{
    color: #fff;
    font-family: HelveticaNeueLTStdLt;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 26px;
    transform: scale(1,1);
    word-spacing: 1.7px;
    letter-spacing: 0.8px;
    line-height: 1.5;
}
.surgeons-info h3 > span{
    color: #fff;
    font-family: HelveticaNeueLTStdLt;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    display: block;
}
.surgeons-info p{
    color:#fff;
    font-family: HelveticaNeueLTStd_Roman;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.8;
}
.sur-spacialties, .sur-fact {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 20px 0;
}
.partner-img{
    padding: 10px 100px;
    margin: 30px auto;
}
.partner-img img{
    width: 7.5%;
    height: auto;
    padding: 10px 15px;
    margin: 0 5px;
}
.partner-img img:nth-child(2){
    width: 14%;
}
.partner-img img:nth-child(3){
    width: 12%;
}
.partner-img img:nth-child(6){
    width: 12%;
}
.partner-img img:nth-child(7){
    width: 7%;
}
.partner-img img:nth-child(8){
    width: 11%;
}
.partner-img img:nth-child(9){
    width: 11%;
}
/*testimonial*/
.section-4 {
    margin: 100px 0 50px 0;
}
.testimonial-blog{
    background: #f6f6f6;
    padding: 0;
    height: 400px;
}
.testimonial-img{
    height: 400px;
    overflow: hidden;
    position: relative;
}
.testimonial-img img{
    width: auto;
    height: 400px;
    position: relative;
    right: 68px;
}
.testimonial-img-info{
    position: absolute;
    font-family: NimbusSanNovLig;
    font-size: 55px;
    top: 30%;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color:
    #fff;
    letter-spacing: 7px;
    left: 2%;
    line-height: 70px;
}
.testimonial-blog-info p{
    font-family: NimbusSan_Reg;
    font-size: 15px;
    text-align: left;
    color:#000;
    font-style: italic;
    padding: 110px 90px 60px 0;
    line-height: 17px;
}
.testimonial-blog-info p > span{
    font-size: 14px;  
    display: block;
    padding-top: 10px;
    font-style: normal;
}
.testimonial-blog-info h2{
    font-family: NimbusSanNovLig;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:
    #000;
    font-style: normal;
    margin: 35px 0 0 0;
    position: relative;
    left: -20px;
}
.testimonial-blog-img{
    position: relative;
    top: -40px;
    }
.testimonial-blog-img img{
    width: auto;
    height: 500px;
    position: relative;
    top: -30px;
    left: 85px;
}
.treatment-news{
    padding:50px 100px; 
}
.tnews-blog{
    position: relative;
    transition: 0.5s all;
    cursor: pointer;
    margin-bottom: 50px;
}
.tnews-img img{
    width: 100%;
}
.tnews-name{
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
    transition: 0.5s all;
}
.tnews-name p{
    font-family: HelveticaNeueLTProTh;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    transform: scale(1.1,1.1);
    letter-spacing: 1px;
    color:#fff;
    font-weight: 700;
    position: relative;
}
.tnews-name p > span{
    display: block;
}
.tnews-info{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    transition: 0.5s all;
}
.tnews-info p{
    text-align: center;
    padding: 10px 0;
    font-family: HelveticaNeueLTProTh;
    font-size: 18px;
    color:
    #fff;
    text-transform: uppercase;
}
.tnews-info .tnews-des{    
    font-size: 20px;
    margin: 150px auto 30px;
    text-transform: none;
    border-bottom: 1px solid #eee;
    width: 300px;
}
.btn1{
    margin: 100px auto 0;
}
.btn1 > a, .btn2 > a{
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
    width: 250px;
    display: block;
    margin: 0px auto 0px;
    font-family: HelveticaNeueLTProTh;
    font-weight: 700;
    letter-spacing: 1px;
    transform: scale(1.1,1.1);
    position: relative;
    transition:color 0.35s ease;
}
.btn1 > a::after, .btn2 > a::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #5e5e5e;
    transform-origin:right;
    transition:width 0.35s ease;
    z-index:-1;
}
.btn1 > a:hover::after, .btn2 > a:hover::after {
    width: 100%;
}
.btn2 > a{
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.btn1 > a:hover{
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    transition: 0.5s all;
}
.btn2 > a:hover{
    color: #fff;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
}
.tnews-blog:hover .tnews-info{
    display: block;
    transition: 0.5s all;
}
.tnews-blog:hover .tnews-name{
    top: 5%;
    transition: 0.5s all;
}
.tnews-social-blog{
    text-align: center; 
    margin-bottom: 50px;
}
.tnews-social-blog .tnews-header h3{
    text-align: center;
    font-family: HelveticaNeueLTProTh;
    font-weight: bold;
    letter-spacing: .5px;
    transform: scale(1.2,1);
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    padding: 50px 0;
}
.tnews-from{
    padding-top: 0
}
/*.tnews-from  .form-group input{
border: none;
border-bottom: 2px solid #000;
width: 100%;
font-size: 13px;
text-align: center;
font-weight:600;
transition-duration: .35s;
}*/
.tnews-from  .form-group input{
    background: center bottom no-repeat,center calc(100% - 1px);
    background-image: none, none;
    background-size: auto, auto;
    background-image: none, none;
    background-size: 0 100%,100% 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid #333;
    height: 30px;
    transition: background ease-out;
    border-radius: 0;
    font-size: 11px;
    text-align: center;
    width: 350px;
    font-weight: bold;
    color: #000;
    padding: 0 20px;
}
.tnews-from .form-group input::placeholder {
    color: #000;
    font-size: 11px;
}
.tnews-from .form-group input:focus {
    outline: 0;
}
.myInput {
    padding: 10px !important;
}
.tnews-from  .form-group input:focus {
    background-image: linear-gradient(to top,#000 3px,rgba(156,39,176,0) 2px),linear-gradient(to top,#d2d2d2 1px,rgba(210,210,210,0) 1px);
    border-color:    #fff;
    background-size: 100% 100%,100% 100%;
    transition-duration: .35s;
}
.tnews-from .btn{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    transition: 0.5s all;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 12px;
    letter-spacing: 3px;
    border-radius: 0;
    font-weight: bold;
    position: relative;
    transition:color 0.35s ease;
}
.tnews-from .btn::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #5e5e5e;
    transform-origin:right;
    transition:width 0.35s ease;
    z-index:-1;
}
.tnews-from .btn:hover::after {
    width: 100%;
    transition:width 0.35s ease;
}
.tnews-from .btn:hover{
    background: transparent;
}
.social-icon{
    padding: 150px 0 10px;
    text-align: center;
    border-bottom: 2px solid #000;    
    margin: 0 15px;   
}
.social-icon a {
    font-size: 25px;
    width: 45px;
    height: 43px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 3px 5px 0px 5px;
    text-align: center;
    border: 1px solid #000;
    margin: 0 10px;    
    position: relative;
    transition:color 0.35s ease;
}
.social-icon a::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #5e5e5e;
    transform-origin:right;
    transition:width 0.35s ease;
    z-index:0;
}
.social-icon a:hover::after {
    width: 100%;
    transition:width 0.35s ease;
}
.footer{
    padding: 50px 0;
    border-top: 1px solid #333;
    background: #000;
}
.footer p{
    font-size: 14px;
    font-family: OPTIAlternateThree;
    text-align: left;
    padding: 5px 0;
    transition: 0.5s all;
    color: #fff;
}
.footer a{
    color: #fff;
}
.social-icon a:hover i {
    position: relative;
    z-index: 1;
}
.footer h3{
    font-size: 25px;
    font-family: OPTIAlternateThree;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
}
.footer h3:after{
    content: '';
    background: #000;
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.con-info h2{
    text-align: center;
    font-family: OPTIAlternateThree;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
    font-size: 50px;
    padding: 5px 0 10px 0;
    transform: scale(1.01,.9);
    transition: all 0.4s;
    text-align: left;
    color: #fff;
}
.con-info i{
    color: #c6a062;
}
.foot-menu a:hover{
    font-size: 16px;
    transition: 0.5s all;
}
.insta{
    width: 100%;
}
.insta img{
    width: 30.5%;
    height: auto;
}
.foot-btn a{
    background: #fff;
    color: #000;
    border: 1px solid #eee;
    text-align: center;
    transition: 0.5s all;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 20px;
}
.foot-btn a:hover{
    background: #000;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #fff;
}
/**********   Class Helpers   ***********/
.white{
    color:#fff;
}
.number {
    font-family:sans-serif;
}
.border{
    border: 1px solid lightgrey;
}
.border_r{
    border-right: 1px solid lightgrey;
}
.border_l{
    border-left: 1px solid lightgrey;
}
.border_t{
    border-top: 1px solid lightgrey;
}
.border_b{
    border-bottom: 1px solid lightgrey;
}
.left {
    float:left;
}
.right {
    float:right;
}
.clear, .clearfx {
    clear:both;
}
.no_border {
    border:none;
}
.no_margin {
    margin:0;
}
.no_padding, .no-padding {
    padding:0;
}
.no_right_padding{
    padding-right: 0;
}
.no_left_padding{
    padding-left: 0;
}
.bottom_no_pad {
    padding-bottom:0;
}
.top_margin {
    margin-top:15px;
}
.bottom_margin {
    margin-bottom:15px;
}
.bottom_margin_small {
    margin-bottom:7px;
}
.top_padding {
    padding-top:10px;
}
.bottom_padding {
    padding-bottom:15px ;
}
.centerText {
    text-align:center;
}
.leftText {
    text-align:left !important;
}
.rightText {
    text-align:right;
}
.top_no_pad {
    padding-top:0;
}
.left_no_pad {
    padding-left:0;
}
.padding_h_70{
    padding: 0 70px;
}
.tnews-img {
    height: 1000px;
}
.for-desktop{display: block;}
.for-mobile{display: none;}

/***********  Media Query Responsive  ***************/

@media screen and (max-width: 1920px){
    .tnews-img {height: 850px;}
}
@media screen and (max-width: 1800px){
    .tnews-img {height: 790px;}
}
@media screen and (max-width: 1750px){
    .tnews-img {height: 750px;}
}
@media screen and (max-width: 1680px){
    .tnews-img {height: 720px;}
}
@media screen and (max-width: 1600px){
    .tnews-img {height: 680px;}
}
@media screen and (max-width: 1550px){
    .tnews-img {height: 650px;}
}
@media screen and (max-width: 1500px){
    .tnews-img {height: 620px;}
    .section-2 .img-blog img {
        width: 100%;
        height: 440px;
    }
    .section-2 .info-blog {
        height: 440px;
    }
    .partner-img img:nth-child(6) {
        width: 11%;
    }
    .btn1 {
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 1450px){
    .tnews-img {height: 590px;}
}
@media screen and (max-width: 1400px){
    .tnews-img {height: 560px;}
    .tnews-from .form-group input {
        width: 300px;
    }
    .social-icon {
        padding: 80px 0 10px;
        margin: 10px auto;
    }
    .tnews-info p {
        padding: 5px;
    }
    .section-2 .img-blog img {
        width: 100%;
        height: 410px;
    }
    .section-2 .info-blog {
        height: 410px;
    }
    .partner-img img:nth-child(6) {
        width: 9%;
    }
    .testimonial-blog-img img {
        left: 30px;
    }
    .testimonial-blog-info h2 {
        left: -55px;
    }
}
@media screen and (max-width: 1300px){
    .tnews-img {height: 520px;}
    .social-icon a {
        font-size: 20px;
        width: 35px;
        height: 35px;
    }
    .btn1 > a, .btn2 > a {
        padding: 5px 0;
        font-size: 16px;
        width: 200px;
        margin: 0px auto 0px;
    }
    .tnews-name p {
        font-size: 35px;
    }
    .btn1 {
        margin: 20px auto 0;
    }
    .partner-img img {
        width: 7%;
        padding: 5px 9px;
    }
    .section-2 .img-blog img {
        width: 100%;
        height: 380px;
    }
    .section-2 .info-blog {
        height: 380px;
    }
    .section-2 .info-blog h3 {
        padding: 7px 100px;
    }
    .sec2-des p {
        padding: 40px 50px;
    }
    .surgeons-title{ 
        right:5%;
    }
    .surgeons-title2{ 
        padding: 13px 30px; 
        left:10%;
    }
    .testimonial-img img {
        right: 70px;
    }
    .testimonial-blog-info h2 {
        left: -25px;
        font-size: 40px;
        top: -30px;
    }
}
@media screen and (max-width: 1200px){
    .tnews-img {height: 470px;}
    .social-icon a {
        font-size: 16px;
        width: 30px;
        height: 30px;
        padding: 3px;
    }
    .social-icon {
        padding: 100px 0 10px;
        margin: 5px auto;
    }
    .tnews-info p {
        padding: 10px 5px;
        line-height: 20px;
    }
    .tnews-blog:hover .tnews-name {top: 12%;}
    .tnews-info .tnews-des {
        font-size: 15px;
        margin: 150px auto 10px;
    }
    .testimonial-blog-img img {
        left: -5px;
    }
    .testimonial-img img {
        right: -5px;
    }
    .btn1 {
        margin: 20px auto 0;
    }
    .testimonial-blog-img img {
        height: 400px;
    }
    .testimonial-blog-info p {
        padding: 25px 45px 50px 20px;
    }
    .testimonial-blog-info h2 {
        left: 35px;
        font-size: 35px;
        top: -30px;
    }
    .partner-img img {
        padding:5px;
        width:6.5%;
    }
    .surgeons-title, .surgeons-title2{ 
        padding: 13px 30px; 
    }
    .section-2 .info-blog h3 {
        font-size: 18px;
    }
    .section-2 .img-blog img {
        width: 100%;
        height: 350px;
    }
    .section-2 .info-blog {
        height: 350px;
    }
    .image_texts {
        left: 10%;
    }
    .image_texts_2 {
        left: 34%;
    }
    .image_texts_3 {
        left: 54%;
    }
    .rejuvenate_block {
        top:480px;
    }
    .younger_block {
        top:700px;
    }
    .tnews-name p {
        font-size: 30px;
    }
    .btn1 > a, .btn2 > a {
        width: 200px;
    }
    .tnews-info .tnews-des {   
        width: 240px;
    }
/*.testimonial-blog-img {
    top: 0;
    }*/
    .testimonial-blog-info h2 {
        transform: scale(1.1,1.1);
        margin: 0 auto;
    }
    .testimonial-blog, .testimonial-img, .testimonial-img img{
        height: 300px;
    }
    .testimonial-img-info {
        font-size: 40px;
        top: 30%;
        line-height: 70px;
        left: 0;
    }
    .testimonial-blog-info p {
        margin: 20px auto;
    }
    .tnews-from .form-group input {
        width: 100%;
    }
    .tnews-social-blog .tnews-header h3 {
        padding: 35px;
        font-size: 30px;
    }
}
@media screen and (max-width: 1150px){
    .tnews-img {height: 440px;}
}
@media screen and (max-width: 1100px){
    .tnews-img {height: 410px;}
    .tnews-info .tnews-des {
        width: 210px;
    }
    .tnews-name p {
        font-size: 25px;
        line-height: 25px;
    }
    .tnews-info .tnews-des {
        font-size: 15px;
        margin: 75px auto 10px;
    }
    .btn1 {
        margin: 5px auto 0;
        padding: 0px ;
    }
    .tnews-info p {
        padding: 8px 5px;
        line-height: 17px;
    }
    .btn1 > a, .btn2 > a {
        width: 160px;
        font-size: 13px;
    }
    .testimonial-blog-info h2 {
        font-size: 30px;
    }
    .partner-img img {
        padding:0px;
        width:5.5%;
    }
    .section-2 .img-blog img {
        width: 100%;
        height: 320px;
    }
    .section-2 .info-blog {
        height: 320px;
    }
    .section-2 .info-blog h2 {
        top: 38%;
        font-size: 80px;
    }
    .section-2 .info-blog .custom_h_top {
        top: 12%;
    }
    .social-icon a {
        font-size: 15px;
        width: 28px;
        height: 28px;
        padding: 3px;
        margin: 0 5px;
    }
}
@media screen and (max-width: 1050px){
    .tnews-img {height: 390px;}
}
@media screen and (max-width: 991px){
    .tnews-img {height: 570px;}
    .tnews-info .tnews-des {
        font-size: 18px;
        margin: 125px auto 10px;
    }
    .tnews-blog:hover .tnews-name {
        top: 25%;
    }
    .tnews-info .tnews-des {
        margin: 190px auto 10px;
    }
    .section-2 .img-blog img, .section-2 .info-blog {
        height: 280px;
    }
    .home-des p {
        padding:20px 100px;
    }
    .surgery {
        padding: 65px 0;
        font-size: 25px;
        line-height: 32px;
    }
    .schedule {
        width: 500px;
        font-size: 30px;
    }
    .rejuvenate_block {
        top:465px;
    }
    .younger_block {
        top:640px;
    }
    .section-2 .info-blog h2{       
        top: 38%;
        font-size: 70px;
    }
    .section-2 .info-blog-2 h2 {
        top: 38%;
    }
    .section-2 .info-blog h3 {
        padding: 5px 50px;
    }
    .partner-img {
        padding: 10px 15px;    
    }
    .tnews-name p {
        font-size: 26px;
    }
    .tnews-info .tnews-des {   
        width: 270px;
    }
    .testimonial-blog, .testimonial-img, .testimonial-img img{
        height: auto;
    }
    .section-2 .info-blog .custom_h_top {
        top: 12%;
        padding-right: 50px;
    }
}
@media screen and (max-width: 950px){
    .tnews-img {height: 530px;}
}
@media screen and (max-width: 890px){
    .tnews-img {height: 490px;}
    .section-2 .img-blog img, .section-2 .info-blog {
        height: 250px;
    }
    .section-2 .info-blog h2 {
        top: 37%;
        font-size: 55px;
    }
    .section-2 .info-blog h3 {
        font-size: 15px;
    }
    .tnews-blog:hover .tnews-name {
        top: 15%;
    }
    .tnews-name p {
        font-size: 22px;
    }
    .tnews-info .tnews-des {
        margin: 130px auto 10px;
    }
    .tnews-info .tnews-des {
        width: 240px;
    }
    .tnews-info .tnews-des {
        font-size: 15px;
    }
}
@media screen and (max-width: 800px){
    .section-2 .img-blog img, .section-2 .info-blog { height: 235px;}
    .tnews-info .tnews-des {width: 190px;}
    .tnews-info .tnews-des {margin: 80px auto 10px;}
    .tnews-blog:hover .tnews-name {top: 7%;}
    .tnews-img {height: 410px;}
}
@media screen and (max-width: 770px){
    .tnews-img {height: 500px;}
    .treatment-news {
        padding: 50px 30px;
    }
    .partner-img img {
        width: 6%;
    }
    .section-2 .info-blog {
        margin-bottom: 30px;
        height: 200px;
    }
    .img-blog {
        display: none;
    }
    .info-blog .res_block_img {
        display: block;
        position: absolute;
        height: 100%;
        width: auto;
        left: 0;
        top: 0;
    }
    .info-blog .res_block_img_2 {
        display: block;
        position: absolute;
        height: 100%;
        width: auto;
        right: 0px;
        top: 0px;
    }
    .menu_icon {
        left: 10px;
        top: 8px;
        transform: scale(.7);
    }

    .header h1,
    .header .logo_mobile {
        padding: 5px 0 5px 0;
        font-size: 40px;
    }
    .header h5 {
        font-size: 11px;
    }
    .big_image_block {
        margin-top: 80px;
    }
    .padding_h_70 {
         padding-left: 17px;
         padding-right: 17px;
     }
     .estd_block{
        left: 10px;
    }
    .rejuvenate_block{
        left: -235px;
        top: 425px;
    }
    .younger_block{
        right: -140px;
        top: 520px;
    }
    .icon_block {
        display: none;
    }
    .image_texts h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .circle {
        width: 25px;
        height: 25px;
        box-shadow: 0px 0px 0px 15px
        rgba(255,255,255,0.5);
        top: -18px;
    }
    .image_texts {
        left: 16%;
    }
    .image_texts_2 {
        left: 36%;
    }
    .image_texts_3 {
        left: 57%;
    }
    .surgery {
        padding: 50px 0;
        font-size: 20px;
        line-height: 27px;
    }
    .schedule {
        width: 350px;
        font-size: 23px;
    }
    .section-2 .img-blog img{
        height: auto;
    }
    .section-2 .info-blog{
        border-bottom: 1px solid #ddd;
    }
    .section-2 .col-sm-6 {
        width: 100%;
    }
    .social-icon a {
        font-size: 30px;
        width: 50px;
        height: 50px;        
        padding: 5px;
    }
    .tnews-img img {
        width: 100%;
        height: auto;
    }
    .testimonial-img-info {
        font-size: 50px;
        top: 35%;
        line-height: 70px;
        left: 0;
    }

}
@media screen and (max-width: 767px){
    .tnews-info .tnews-des {width: 70%;}
    .tnews-info .tnews-des {margin: 70% auto 10px;}
    .tnews-blog:hover .tnews-name {top: 35%;}
    .tnews-info .tnews-des {font-size: 20px;}
    .tnews-name p {font-size: 36px;}
    .tnews-img {height: auto;}
}
@media screen and (max-width: 745px){
    .partner-img {
        display: none;
    }
    .testimonial-blog-img img {
        height: 300px;
    }
}
@media screen and (max-width: 650px){  
    .home-des p {
        padding:20px 50px;
    }
    .section-2 .info-blog h2 {
        font-size: 40px;
    }
    .res_block_img {
        height: 165px;
        top: 110px;
    }
    .section-2 .info-blog h2 {
        z-index: 1;
        text-align: center !important;
        background: #000;
        padding: 10px;
        top: 85%;
    }
    .section-2 .info-blog .custom_h_top {top: 85%; padding-right: 0;}
    .section-2 .info-blog {height: 400px;}
    .info-blog .res_block_img_2, .info-blog .res_block_img {width: 100%;}
}
@media screen and (max-width: 590px){
    .social-icon a {
        font-size: 23px;
        width: 40px;
        height: 40px;
        padding: 5px;
    }
    .social-icon {
        padding: 24px 0 10px;
        margin: 50px auto;
    }
    .treatment-news {
        padding: 50px 10px;
    }  
    .image_texts h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .circle {
        width: 20px;
        height: 20px;
        box-shadow: 0px 0px 0px 11px
        rgba(255,255,255,0.5);
        top: -12px;
    }
    .image_texts {
        left: 13%;
    }
    .estd_block, .rejuvenate_block, .younger_block {
        display: none;
    }
    .image_texts_2 {
        left: 36%;
    }
    .image_texts_3 {
        left: 57%;
    }
    .schedule {
        width: 280px;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .surgeons-title {
        right: 10%;
    }
    .surgeons-title2 {
        left: 10%;
    }

}
@media screen and (max-width: 560px){   
    .sec-header h2 {font-size: 25px;}
    .section-2 .info-blog h3 {display: none;}
    .section-2 .info-blog {height: 370px;}
}
@media screen and (max-width: 525px){
    .for-desktop{display: none;}
    .for-mobile{display: block;}

    .image_texts h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .circle {
        width: 15px;
        height: 15px;
        position: relative;
        left: -11px;
        background:
        #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 9px
        rgba(255,255,255,0.5);
        top: -9px;
    }
    .image_texts {
        left: 18%;
    }
    .image_texts_2 {
        left: 36%;
    }
    .image_texts_3 {
        left: 57%;
    }
    .surgeons-img, .surgeons-info{
        width: 100%;
        margin-bottom: 10px;   
    }
    .btn1 {margin: 10px auto 0;}
    .section-2 .info-blog {height: 330px;}
    .surgeons {margin-bottom: 0;}
}
@media screen and (max-width: 500px){
    .testimonial-blog-info p {
        padding: 40px 10px;
        margin: 0;
    }
    .testimonial-blog-img img {
        top:10px;
        left: -20px;
    }
    .testimonial-blog-img img {
        height: 200px;
    }
    .testimonial-blog-info h2 {
        font-size: 25px;
        left: -34px;
    }
    .section-2 .info-blog {height: 300px;}
}
@media screen and (max-width: 480px){
    .sec2-des p {padding: 20px;}
    .tnews-info .tnews-des {width: 90%;}
    .tnews-info .tnews-des {margin: 55% auto 10px;}
    .tnews-blog:hover .tnews-name {top: 25%;}
    .tnews-info .tnews-des {font-size: 20px;}
    .tnews-name p {font-size: 26px;}
    .footer, .footer h3, .footer .con-info h2, .footer p {text-align: center;}
    .schedule {margin-bottom: 40px;}
    .home-des {margin-bottom: 40px;}
    .home-des br {display: none;}
    .home-des p {padding: 0px 40px; font-size: 20px;}


}
@media screen and (max-width: 460px){   
    .image_texts {left: 14%;}
    .image_texts_2 {left: 36%;}
    .image_texts_3 {left: 57%;}
    .partner-img img {width: 20%;}
    .section-2 .info-blog {height: 280px;}
}
@media screen and (max-width: 430px){   
    .tnews-info .tnews-des {width: 90%;}
    .tnews-info .tnews-des {margin: 55% auto 10px;}
    .tnews-blog:hover .tnews-name {top: 20%;}
    .tnews-info .tnews-des {font-size: 16px;}
    .tnews-name p {font-size: 24px;}
    .section-2 .info-blog h2 {font-size: 30px;}
    .section-2 .info-blog {height: 260px;}
    .surgeons-info h3 {font-size: 24px; margin-top: 20px;}
    .home-des p {padding: 0 10px; font-size: 18px;}
}
@media screen and (max-width: 400px){
    .image_texts {
        top: 20%;
        left: 11%;
    }
    .image_texts_2 {
        top: 58%;
        left: 36%;
    }
    .image_texts_3 {
        top: 79%;
        left: 57%;
    }
    .tnews-info p {
        padding: 5px 0;
        font-size: 18px;
    }
    .btn1 > a, .btn2 > a {
        font-size: 12px;
    }
    .tnews-info .tnews-des {
        margin: 100px auto 30px;
        font-size: 14px;
    }
    .tnews-name p {
        font-size: 30px;
    }
    .tnews-info .tnews-des {margin: 60% auto 10px;}
    .tnews-blog:hover .tnews-name {top: 20%;}
    .tnews-name p {font-size: 24px;}
    .section-2 .info-blog {height: 240px;}
    .surgery {padding: 50px 10px;}

}
@media screen and (max-width: 375px){   
    .tnews-info .tnews-des {margin: 50% auto 10px;}
    .tnews-blog:hover .tnews-name {top: 15%;}
    .section-2 .info-blog {height: 220px;}
}
@media screen and (max-width: 360px){   
    .section-2 .info-blog {height: 200px;}
    .section-2 .info-blog h2 {font-size: 24px;}

}
/*Start Doctor Page*/
.breadcrumb-area{
    border-top:1px solid #cbc6c6;
    margin-top: 24px;
    padding: 15px 0;
}
.content-container{
    padding:0 60px;
}
.dr-section .about-dr .name,
.dr-section .about-dr h1.title{   
    letter-spacing:1px;
    text-transform: uppercase;
    text-align:left;
}
.dr-section .about-dr .name{
    font-size: 40px;
    font-family: 'SUNSET SILVER SERIF';
}
.dr-section  .about-dr h1.title{
    font-size: 28px;
    font-family: 'HelveticaNeueLTStd-ThEx'!important;
    letter-spacing: 3px;
}
.breadcrumb{
    background: none;
    text-align: right;
    padding: 0;
    font-family: NimbusSanReg;
    font-size: 12px;
    text-transform: uppercase;

}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.breadcrumb-area .social-widget{
    text-align: right;
    margin-top: 6px;
}
.breadcrumb-area .social-widget p.title{
    text-align: right;
    font-size: 24px;
}
.breadcrumb-area .social-widget a{
    padding: 3px;
    text-align: center;
    width: 35px;
    height: 35px;
    color:#fff;
    background: #929292;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
}
.breadcrumb-area .social-widget a:hover{
    background: #000;
}
hr {
   border-top: 1px solid #080808;
}

.dr-section .dr-img{
    height: 840px;
}
.dr-section .dr-info{
    padding: 50px 0px 0 72px;

}
.dr-section .dr-info p{
    font-size: 24px;
    font-family: NimbusSanNovReg;
    margin-bottom: 20px;
}
.dr-section .dr-info h2{
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.dr-section .dr-info h3{
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
}
.dr-wrap{
    padding: 80px 15px;
}
.seprator{
    padding-top:100px;
    
}

.vaginal-rejuvination-block p{
    text-align: center;
    font-size: 24px;
    font-family: NimbusSanNovReg;
}
.vaginal-rejuvination-block .heading{
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
    text-align: center;
    position: relative;

}
.vaginal-rejuvination-block .heading h2{
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 32px;
    padding: 0px 60px;
    display: inline-block;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
    text-transform: uppercase;
}
.vaginal-rejuvination-block .heading:before{
    content: '';
    height: 1px;
    background: #000;
    width: 100%;
    left: 0;
    position: absolute;
    top:16px;

}
.vaginal-rejuvination-block .form-wrap{
    margin-top: 20px;;
}
.vaginal-rejuvination-block .btn{
 color: #000;
 border: 1px solid #000;
 text-align: center;
 transition: 0.5s all;
 font-size: 15px;
 text-transform: uppercase;
 padding: 16px 12px;
 letter-spacing: 3px;
 border-radius: 0;
 position: relative;
 transition: color 0.35s ease;
 font-family: NimbusSanNovReg;
 font-size: 24px;
 width: 320px;
 height: 70px;
 background: none;
}
.vaginal-rejuvination-block .btn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    transform-origin: right;
    transition: width 0.35s ease;
    z-index: -1;
}
.vaginal-rejuvination-block .btn:hover::after {
    width: 100%;
    transition:width 0.35s ease;
}
.vaginal-rejuvination-block .btn:hover{
    background: transparent;
    color:#fff;
}
.specialties-block .visit-section{
    padding: 100px 30px 50px;
}
.specialties-block .visit-section .service-wrap{
    position: relative;
    background: #080808;
    max-width: 626px;
    color: #fff;
    font-family: 'SUNSET SILVER SERIF';
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    transition: all .4s;
}
.specialties-block .visit-section .service-wrap:hover{
   background: #5a5656;
}
.specialties-block .visit-section .service-wrap .visittxt{
    font-family: NimbusSanNovReg;
    position: absolute;
    font-size: 20px;
    background: #fff;
    color: #000;
    padding: 0px 15px;
    letter-spacing: 1px;
    bottom: -5px;
    z-index: 999;

}
.intro-block .intro-video{
    max-width: 1050px;
    margin: 100px auto 30px;
    height: 540px;
    position: relative;
}
.intro-block .intro-video .play{
    background: url(../images/play-btn.png) no-repeat;
    background-size:100%;
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    top:50%;
    left: 50%;
    margin-top: -100px;
    margin-left:-100px;
}
.intro-block .intro-video .introtxt{
    position: absolute;
    display: block;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
    bottom: 60px;
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 50px;
    display:none;
    text-transform: uppercase;
}
.testimonial-block .testimonial-wrap{
    padding: 20px 30px 0;
}
.testimonial-block .testimonial-wrap .imgframe{
    width:376px;
    height: 408px;
    float: left;
}
.testimonial-block .testimonial-wrap .imgframe.rightimg{
    float: right;
}
.testimonial-block .testimonial-wrap .infowrap{
    padding: 80px 0px 80px 80px;
    margin-left: 376px;

}
.testimonial-block .testimonial-wrap .infowrap.leftinfo{
    padding: 80px 80px 80px 0px;
    margin-right: 376px;
    margin-left: 0px;
}
.testimonial-block .testimonial-wrap .infowrap p{
    text-align: left!important;
}
.testimonial-block .testimonial-wrap .infowrap .name{
    font-size: 22px;
    margin-top: 40px;
    font-family: 'HelveticaNeueLTStd-LtEx';
    letter-spacing: 1px;
    font-weight: 500;
}
.specialties-block.package-block .service-wrap{
    background: none;
    color:#000;
    border-left: 4px solid #795d32;
    border-right: 4px solid #ebdaaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
    background-image: -webkit-linear-gradient(left, #795d32 0%, #ebdaaa 100%), -webkit-linear-gradient(left, #795d32 0%, #ebdaaa 100%);
    background-image: -moz-linear-gradient(left, #795d32 0%, #ebdaaa 100%), -moz-linear-gradient(left, #795d32 0%, #ebdaaa 100%);
    background-image: -o-linear-gradient(left, #795d32 0%, #ebdaaa 100%), -o-linear-gradient(left, #795d32 0%, #ebdaaa 100%);
    background-image: linear-gradient(to right, #795d32 0%, #ebdaaa 100%), linear-gradient(to right, #795d32 0%, #ebdaaa 100%);

}
.specialties-block.package-block .service-wrap:hover{
    background: none;
    color:#000;
    border-left: 4px solid #795d32;
    border-right: 4px solid #ebdaaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
    background-image: -webkit-linear-gradient(left, #795d32 0%, #ebdaaa 100%), -webkit-linear-gradient(left, #795d32 0%, #ebdaaa 100%);
    background-image: -moz-linear-gradient(left, #795d32 0%, #ebdaaa 100%), -moz-linear-gradient(left, #795d32 0%, #ebdaaa 100%);
    background-image: -o-linear-gradient(left, #795d32 0%, #ebdaaa 100%), -o-linear-gradient(left, #795d32 0%, #ebdaaa 100%);
    background-image: linear-gradient(to right, #795d32 0%, #ebdaaa 100%), linear-gradient(to right, #795d32 0%, #ebdaaa 100%);
}
.specialties-block.package-block .service-wrap aside{
    position: absolute;
    width: 101.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0px;
    margin: 0px -4px;


}
.specialties-block.package-block .service-wrap::before,
.specialties-block.package-block .service-wrap::after{
    content:"";
    width: 0;
    height: 4px;
    position: absolute;
    transition: all 0.4s linear;
    background: #000;
}

.specialties-block.package-block .service-wrap aside::before,
.specialties-block.package-block .service-wrap aside::after{
    content:"";
    width:4px;
    height:0;
    position: absolute;
    transition: all 0.4s linear;
    background: #000;
}

.specialties-block.package-block .service-wrap:hover::before,
.specialties-block.package-block .service-wrap:hover::after{
    width: 100%;
}
.specialties-block.package-block .service-wrap:hover aside::before, 
.specialties-block.package-block .service-wrap:hover aside::after{
    height: 100%;
}

.specialties-block.related-block .service-wrap::before{
  display: none;
}
.specialties-block.related-block .service-wrap:hover{
  background: #000;
} 
.specialties-block.related-block .service-wrap .btnwrap{
    position: absolute;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:90px;
    left: 5%;
    margin: 0px auto;
    border:1px solid #fff
}
.specialties-block.related-block .service-wrap .btnwrap:hover{
    border:1px solid #c6a062
}
.specialties-block.related-block .service-wrap .btnwrap::before,
.specialties-block.related-block .service-wrap .btnwrap::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.4s linear;
    background: #c6a062;
}
.specialties-block.related-block .service-wrap .btnwrap::after{
  bottom: 0;
}
.specialties-block.related-block .service-wrap .btnwrap::before{
  top:0
}
.specialties-block.related-block .service-wrap aside::before,
.specialties-block.related-block .service-wrap aside::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.4s linear;
    background: #c6a062;
}

.specialties-block.related-block .service-wrap .btnwrap:hover::before,
.specialties-block.related-block .service-wrap .btnwrap:hover::after{
    width: 100%;
}
.specialties-block.related-block .service-wrap .btnwrap:hover aside::before, 
.specialties-block.related-block .service-wrap .btnwrap:hover aside::after{
    height: 100%;
}
.btn_syc{
   position: relative;
    background: #fff;
    width: 100%;
    color: #000;
    font-family: 'SUNSET SILVER SERIF';
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
   margin-bottom: 40px;
   transition: all .4s;
   border: 3px solid #c6a062;
}
.btn_syc.collapsed{
    position: relative;
    background: #fff;
    width: 100%;
    color: #000;
    font-family: 'SUNSET SILVER SERIF';
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
   margin-bottom: 40px;
   transition: all .4s;
    border: 2px #000 solid;
}

/*.btn_syc::before,
.btn_syc::after{
    content:"";
    width: 0;
    height: 4px;
    position: absolute;
    transition: all 0.4s linear;
    background: #000;
}
.btn_syc::before,
.btn_syc::after{
    content:"";
    width: 0;
    height: 4px;
    position: absolute;
    transition: all 0.4s linear;
    background: #000;
}
.btn_syc:hover::before,
.btn_syc:hover::after{
    width: 100%;
}*/
.btn_syc.collapsed:hover span.aside::before, 
.btn_syc.collapsed:hover span.aside::after{
    height: 100%;
}

.btn_syc.collapsed::before{
  display: none;
}
.btn_syc.collapsed:hover{
  background: #fff;
} 
/*.btn_syc .btnwrap{
    position: absolute;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:90px;
    left: 5%;
    margin: 0px auto;
    border:1px solid #000
}*/
.btn_syc.collapsed .btnwrap{
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    left: 0;
    top: 0;
    margin: 0px auto;
    border:1px solid #000
}
.btn_syc.collapsed.btnwrap:hover{
    border:1px solid #c6a062
}
.btn_syc.collapsed .btnwrap::before,
.btn_syc.collapsed .btnwrap::after{
    content:"";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.4s linear;
    background: #c6a062;
}
.btn_syc.collapsed .btnwrap::after{
  bottom: -3px;
}
.btn_syc.collapsed .btnwrap::before{
  top:-3px;
}
.btn_syc.collapsed span.aside::before,
.btn_syc.collapsed span.aside::after{
    content:"";
    width:3px;
    height:0;
    position: absolute;
    transition: all 0.4s linear;
    background: #c6a062;
}

.btn_syc.collapsed .btnwrap:hover::before,
.btn_syc.collapsed .btnwrap:hover::after{
    width: 100%;
}
.btn_syc.collapsed .btnwrap:hover span.aside::before, 
.btn_syc.collapsed .btnwrap:hover span.aside::after{
    height: calc(100% + 6px);
}
.btn_syc.collapsed .btnwrap span.aside::before{
    top: -3px;
    left: -3px;
}
.btn_syc.collapsed .btnwrap span.aside::after{
    top: -3px;
    right: -3px;
}

.form-schedule2 {
    background: #fff;
    padding: 100px 0;
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    font-family: 'HelveticaNeueLTStd-ThEx';
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    box-sizing: border-box;
    border: 3px solid #c6a062;
}
.form-schedule2 .btn.btn-default {
    background: none;
    border: 1px solid #000;
    color: #000;
    position: relative;
    padding: 8px 30px;
}
.form-schedule2 .checkbox-inline {
    margin: 6px 0;
}
.form-schedule2 p.title {
    font-family: 'HelveticaNeueLTPro-LtCn';
    font-size: 20px;
}
.form-schedule2 input{
    border: 1px #000 solid
}
.form-schedule2 input:hover{
    border: 1px #c6a062 solid;
}
.form-schedule2 textarea{
    border: 1px #000 solid   
}
.form-schedule2 textarea:hover{
    border: 1px #c6a062 solid;
}

.form-schedule2 span{
    color: #000;
}
.form-schedule2 input::placeholder,
.form-schedule2 textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form-schedule2 input:-ms-input-placeholder,
.form-schedule2 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.form-schedule2 input::-ms-input-placeholder,
.form-schedule2 textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.form-schedule2 h2{
    font-size:32px;
    font-family: OPTIAlternateThree;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.form-schedule2 .form-control,
.form-schedule2 .btn{
    border-radius:0;
    text-transform:uppercase;
    color: #000;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 20px;

}   
.form-schedule2 .form-control{
    height: auto;
    padding: 10px;
}
.form-schedule2 .checkbox-inline{
    margin: 6px 10px 6px 0;
    min-height: 44px;
}
.form-schedule2 label{
    font-weight:normal;
    letter-spacing: 1px; 
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 20px;   
}
.form-schedule2 p.title{
    font-family: 'HelveticaNeueLTPro-LtCn';
    font-size: 20px;
}
.form-schedule2 a{
    color:#000;
    text-decoration:underline;
}

.form-schedule2 .captcha{
    width:200px;
    text-align:center;
    margin-right: 15px;
}
.form-schedule2 .custom-checkbox{
    margin-right: 25px;
}
.form-schedule2 .custom-checkbox .checkmark{
    left: -44px;
}
.form-schedule2 .custom-checkbox{
    margin-left: 26px;
}
.form-schedule2 .custom-checkbox input:checked ~ .checkmark{
    border:1px solid #000;
}
.form-schedule2 .btn.btn-default{
    background: none;
    border:1px solid #000;
    color:#000;
    position: relative;
    padding: 8px 30px;
}
.form-schedule2 .wpcf7-submit.btn.btn-default:hover{
    border: 1px #c6a062 solid;
}
.form-schedule2 .btn.btn-default::before{
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.form-schedule2 .btn.btn-default:hover::before{
    width: 100%;
}
.form-schedule2 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0px;
    height: 28px;
    width: 28px;
    top: 0px;
    border: 1px solid #000;
    top: 0;
    left: -40px;
}
.form-schedule2 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:hover:before{
    border: 1px #c6a062 solid;
}
.form-schedule2 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 36px;
    width: 42px;
    left: -36px;
    top: -9px;
    visibility: hidden;
    font-size: 16px;
    background: url(../images/check-mark.png) no-repeat;
}
.form-schedule2 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    padding-left: 10px;
}
/*.btn_syc::before{
    content: '';
    border:1px solid #fff;
    position: absolute;
    width: 94%;
    height: 76%;
    left: 0;
    top:0;
    margin: 3% 3%;
}*/

/*----- button 1 -----*/
.btn-1::before, .btn-1::after{
    transition-delay: 0.4s;
}
.btn-1 aside::before, .btn-1 aside::after{
    transition-delay: 0s;
}
.btn-1::before{
    right: 0;
    top: 0;
}
.btn-1::after{
    left: 0;
    bottom: 0;
}
.btn-1 aside::before{
    left: 0;
    top: 0;
}
.btn-1 aside::after{
    right: 0;
    bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
    transition-delay: 0s;
}
.btn-1:hover aside::before, .btn-1:hover aside::after{
    transition-delay: 0.2s;
}

.specialties-block.related-block .service-wrap{
   position: relative;
   margin-bottom: 40px;
   transition: all .4s;
}

.specialties-block.related-block .service-wrap::before{
    content: '';
    border:1px solid #fff;
    position: absolute;
    width: 94%;
    height: 76%;
    left: 0;
    top:0;
    margin: 3% 3%;


}




.custom-checkbox{
    position: relative;
    font-weight:normal!important;
    font-size: 24px;
    font-family: NimbusSanNovReg;
    margin-bottom: 25px;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: -36px;
  height: 32px;
  width: 32px;
  border: 1px solid #000;
  background: #fff;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 11px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.flexslider{margin: 0px!important; border:0px!important; border-radius:0px!important;}
.flex-control-nav,
.flex-direction-nav{
  display: none;
}
.testimonial-block .testimonial-wrap .infowrap.leftinfo p{
    text-align: right!important;
}
.w-footer{
    background: #fff;
    position: relative;
    margin-top: 100px;
    color:#000;
}
.w-footer a{
    color:#000;
}
.w-footer hgroup,
.w-footer .hgroup{
    text-align: center;
    position: relative;
    top:-92px;
}
.w-footer hgroup h1,
.w-footer hgroup .flogo,
.w-footer .hgroup .flogo{
    text-align: center;
    font-family: OPTIAlternateThree;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 20px;
    font-size: 71px;
    padding: 5px 0 10px 0;
    transform: scale(1.01,.9);
    transition: all 0.4s;
    background: #fff;
    display: initial;
    padding: 0px 30px;
}
.w-footer hgroup h1 a,
.w-footer hgroup .flogo a,
.w-footer .hgroup .flogo a {
    color:#000;
}
.w-footer .container{
    margin-top: -140px;
    max-width: 1200px;
}
.w-footer hgroup h5,
.w-footer .hgroup h5{
    text-align: center;
    font-family: NimbusSanNovReg;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 16px 0;
    letter-spacing: 5px;
    transition: all 0.4s;
    font-size: 14px;
    width: 99.5%;
}
.w-footer p{
    color:#000;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}
.w-footer .infoblock{
    min-height: 120px;
}
.w-footer  .nav li{
    line-height: 28px;
}
.w-footer  .nav li a{
    font-family: 'Bebas Neue';
    font-size: 30px;
    letter-spacing: 1px;
    color:#000;
    padding: 0px;
    text-align: left;
    width: 100%;
    border: 0px;
    font-weight: normal;
    display: initial;
    position: relative;

}
.w-footer  .nav li a::before{
    width: 0px;
    position:absolute;
    height:2px;
    content: '';
    bottom: 0px;
    left: 0;
    background: #000;
    transition: all .4s;
}
.w-footer .nav li:hover a::before{
    width: 100%;
}
.w-footer .right-block p,
.w-footer .right-block{
    text-align: right;
}
.w-footer .right-block .infoblock a{
    text-decoration: underline;
}
.w-footer .right-block .infoblock a:hover{
    text-decoration: none;
}
.w-footer .social-widget{
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 75px;
}
.w-footer .social-widget li{
    list-style: none;
    display: inline-block;
    margin: 0px 42px;
}
.w-footer .social-widget li a{
 color:#000;
 text-align: center;
 font-size: 25px
}
.w-footer .social-widget li a:hover{
    opacity: .5;
}
.subscribe-widget{
    max-width: 440px;
    margin: 0px auto;
    position: relative;
    margin-top: 40px;
}
.subscribe-widget::before{
    content: '';
    height: 60px;
    width: 1px;
    background: #000;
    left: 49%;
    position: absolute;
    top:-95px;
}
.subscribe-widget label{
    font-family: 'Helvetica Neue LT Std';
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.subscribe-widget .input-group .form-control {
    border-radius: 0;
    margin-bottom: 0;
    padding: 22px 15px;
    box-shadow: none;
    border-color: #000;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.subscribe-widget .btn-default {
    border-color: #000;
    padding: 12px 15px;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.subscribe-widget .btn-default::before{
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.subscribe-widget .btn-default:hover::before{
    width: 100%;
}
.panel-heading{
    margin-top: 20px;
}
.panel-heading .glyphicon-minus:before, 
.panel-heading .glyphicon-plus:before {
    content: ''!important;
    width: 27px;
    height: 28px;  
    display: block;
}
.panel-heading .glyphicon-plus:before {
   background: url(../images/plus.png) no-repeat;

}
.panel-heading .glyphicon-minus:before {
    background: url(../images/minus.png) no-repeat;

}
.schedule-tab{
    background: #000;
    color:#fff;
    text-align: center;
    font-size: 50px;
    font-family: OPTIAlternateThree;
    padding: 70px 20px;
    cursor: pointer;
    position: relative;
}
.schedule-tab::before{
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.schedule-tab:hover::before{
    width: 100%;
}
.service-wrap .dr-info{
    padding: 50px 0px 0 55px;
}
.service-wrap .dr-info.left-info{
    padding: 50px 55px 0 0px;
}

.gradinent-box{
    position: relative;
    background: #080808;
    max-width: 626px;
    color: #fff;
    font-family: 'SUNSET SILVER SERIF';
    font-size: 45px;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    transition: all .4s;

}
.gradinent-box .visittxt {
    font-family: NimbusSanNovReg;
    position: absolute;
    font-size: 20px;
    background: #fff;
    color: #000;
    padding: 0px 15px;
    letter-spacing: 1px;
    bottom: -5px;
    z-index: 999;
}


.beforAfter-block .row{
    margin: 0px -15px;
}
.beforAfter-block .case-inner-box {
	padding: 20px 0px 50px 0px;
}
.beforAfter-block .cent-image-outer img {
    height: auto;
    margin-bottom: 10px;
}
.beforAfter-block .cent-image-outer {
	border: 2px solid #ccc;
	padding: 30px 30px 10px 30px;
	text-align: center;
    max-width: 442px;
    margin: 0px auto;
    margin-bottom: 35px;
    cursor: pointer;
    transition: all .4s;
}
.beforAfter-block .cent-image-outer:hover{
    border-color: #000;
    transform: translateY(-20px);

}
.beforAfter-block .center-img-content p {
	display: inline-block;
    font-size: 16px;
    font-family: 'NimbusSanNovReg';
    height:50px;
    overflow:hidden;
}
.beforAfter-block span.sergon {
	font-size: 16px;
	font-weight: bold;
}
.container{
    max-width: 1200px;
    width: 100%;
}
.btn.btn-after{
    width: auto!important;
    height: auto!important;
    font-family: OPTIAlternateThree;
    letter-spacing: 1px;
    padding: 20px 80px;
    background: #333;
    color: #fff;
}
.btn.btn-after::before{
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.btn.btn-after:hover::before{
    width: 100%;
}
.form-schedule{
    background:#000;
    padding:100px 0;
    font-size:21px;
    text-transform:uppercase;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-ThEx';
    border-top:4px solid #fff;
    border-bottom:4px solid #fff;
}
.form-schedule h2{
    font-size:32px;
    font-family: OPTIAlternateThree;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.form-schedule .form-control,
.form-schedule .btn{
    border-radius:0;
    text-transform:uppercase;
    color: #000;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 20px;

}	
.form-schedule .form-control{
    height: auto;
    padding: 10px;
}
.form-schedule .checkbox-inline{
    margin: 6px 0;
}
.form-schedule label{
    font-weight:normal;
    letter-spacing: 1px; 
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 20px;   
}
.form-schedule p.title{
    font-family: 'HelveticaNeueLTPro-LtCn';
    font-size: 20px;
}
.form-schedule a{
    color:#fff;
    text-decoration:underline;
}

.form-schedule .captcha{
    width:200px;
    text-align:center;
    margin-right: 15px;
}
.form-schedule .custom-checkbox{
    margin-right: 25px;
}
.form-schedule .custom-checkbox .checkmark{
    left: -44px;
}
.form-schedule .custom-checkbox{
    margin-left: 26px;
}
.form-schedule .custom-checkbox input:checked ~ .checkmark{
    border:1px solid #fff;
}
.cosmetic-surgery-block{
    max-width: 750px;
    margin: 0px auto;
    min-height: 600px;
    background: url(../images/cos-sur-img.jpg) no-repeat center;
    padding-top: 100px;
}
.form-schedule .btn.btn-default{
    background: none;
    border:1px solid #fff;
    color:#fff;
    position: relative;
    padding: 8px 30px;
}
.form-schedule .btn.btn-default::before{
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.form-schedule .btn.btn-default:hover::before{
    width: 100%;
}
.cosmetic-surgery-block .head{
    background: #fff;
    font-family: OPTIAlternateThree;
    color:#000;
    letter-spacing: 2px;
    font-size: 32px;
    text-align: center;
    padding: 18px 40px;
    border:1px solid #000;
    margin-bottom: 60px;

} 
.cosmetic-surgery-block .btn{
    background: #fff;
}
.cosmetic-surgery-block .btn:hover{
    background: #000;
}
.header .logo img {
    width: 350px;
    -webkit-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
    transform: scale(1, 1.1);
}
.footer .logo img {
    width: 350px;
    margin-top: 12px;
}
.proceedModal p{
    text-align: justify!important;
}
.proceedModal .modal-header{
    border: 0;
    padding-bottom: 0;
}
.proceedModal .dr-section .dr-info {
    padding: 30px 0px 0 40px;
}
.proceedModal .vaginal-rejuvination-block .btn{
    position: relative;
}
.proceedModal .vaginal-rejuvination-block .btn::before{
    position: absolute;
    width: 0%;
    height: 100%;
    background: rgba(0,0,0,.3);
    content: '';
    transition: all .4s;
    top: 0;
    left: 0;
}
.proceedModal .vaginal-rejuvination-block .btn:hover::before{
    width: 100%;
    
}
.proceedModal .vaginal-rejuvination-block .btn:hover{
    color:#000
}
.modal-content{
    border-radius: 0;
}
.proceedModal .close{
    font-size: 40px;
    font-weight: 100;
    opacity: 1;
    margin-top: -12px;
}
#WhiteNavigation {
	padding: 0px 0px 20px 0px;
}
.after-head-navigation {
	background-color: #fff;
}
.after-head-navigation ul{
    padding: 0px;
}
.after-head-navigation ul li{
    display: inline;
    list-style: none;
}
.after-head-navigation ul li:first-child a{
    padding-left: 0;
} 
.after-head-navigation ul li a {
	color: #000;
	font-size: 30px;
    font-family: 'Bebas Neue';
    padding: 5px 20px 5px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.after-head-navigation ul li a:hover{
    text-decoration: underline;
}
.after-head-navigation ul li.active a{
    text-decoration: underline;
}
.dr-section .dr-info p{
    text-align: justify;
}

.step-section{
    padding: 40px;
}


.step-section .nav > li > a{
    border:1px solid transparent;
    color:#333333;
    width: 100%;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 18px;
    padding: 10px 0px;
}

.step-section .nav-tabs>li>a:hover{
    border:1px solid transparent;
}
.step-section .nav-tabs>li.active>a,
.step-section .nav-tabs>li.active>a:focus,
.step-section .nav-tabs>li.active>a:hover{
    border:1px solid transparent;
}
.step-section  .nav-tabs{
    border: 0;
}
.step-section .nav > li{
    position: relative;
    margin-left:60px;
}
.step-section .nav > li:first-child{
    margin-left: 0;
}
.step-section .nav > li::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #333;
    z-index: 1;
    left: 22px;
    transition: all .4s;
}
.step-section .nav > li:hover::before{
    width: 100%;
}
.step-section .nav > li.active::before{
    width: 100%;
}
.step-section .tab-content{
    padding: 30px 20px;
    padding-left: 0;
}
.step-section .tab-content .nav.inner-tab > li::before{
    display: none;
}
.step-section .tab-content .nav.inner-tab > li {
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 20px;
    letter-spacing: 1px;
}
.step-section .tab-content .nav.inner-tab > li{
    margin-right: 20px;
    margin-left: 0;
}
.step-section .tab-content .nav.inner-tab > li:first-child{
    margin-top: 15px;
}
.step-section .tab-content .nav.inner-tab > li a{
    border:1px solid #000;
    padding: 20px 30px;
    border-radius: 0px;
    min-width: 250px;
    position: relative;
    color:#000;
}
.step-section .tab-content .nav.inner-tab > li{
    position: relative;
}
.step-section .tab-content .nav.inner-tab > li a::before{
    background: #000;
    width: 0%;
    height: 100%;
    content: '';
    position:absolute;
    display: block;
    left: 0;
    top:0;
    z-index: -1;
    transition: all .4s;
}
.step-section .tab-content .nav.inner-tab > li a:hover{
    color:#fff
}
.step-section .tab-content .nav.inner-tab > li a:hover::before{
    width: 100%;
}
.step-section .tab-content .nav.inner-tab > li.active a{
    background: #000;
    color: #fff;
}
.step-section .tab-content .indentify-panel{
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 16px;
    text-align: center;
    max-width: 758px;  
}
.step-section .tab-content .indentify-panel p{
    font-size: 16px;
    text-align: center;
}
.step-section .tab-content  .hedingbox,
.step-section .tab-content .procedures-panel h4{   
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd-ThEx';
    text-align: center;
    text-transform: uppercase;
    padding: 22px 15px;
    border:1px solid #000;
    margin-bottom: 40px;

}
.step-section .tab-content  .hedingbox{
    background: #000;
    color:#fff;
}
.step-section .tab-content  .hedingbox small{
    font-size: 14px;
    text-transform: initial;
    display: block;
    letter-spacing: 1.5px;
}
.step-section .tab-content .custom-checkbox .checkmark{
    left: 0;
}
.step-section .tab-content .form-wrap{
    padding: 0px 25px;
}
.step-section .tab-content  .custom-checkbox {
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
.step-section .tab-content .checkwrap{
    margin-bottom: 60px;
}

.step-section .tab-content .btn-default {
    border-color: #000;
    padding: 18px 35px;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.step-section .tab-content .btn-default::before {
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.step-section .tab-content .btn-default:hover::before{
    width: 100%;
}
.step-section .tab-content .schedule-panel .form-wrap{
    text-align: center;
    margin-bottom: 40px;
}

.step-section .tab-content .schedule-panel  .custom-checkbox {
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    margin: 0px 20px;
}
.step-section .tab-content .schedule-panel .custom-checkbox.btncheck .checkmark{
    width: 300px;
    height: 65px;
    padding: 15px 40px;
}
.step-section .tab-content .schedule-panel .custom-checkbox.btncheck input:checked ~ .checkmark {
    background-color: #000;
    color: #fff;
}
.step-section .tab-content .schedule-panel .custom-checkbox.btncheck .checkmark{
    position: relative;
}
.step-section .tab-content .schedule-panel .custom-checkbox.btncheck{
    padding: 0px 0;
    margin: 0 10px;
}
.step-section .tab-content .schedule-panel p.short-info{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 1.5px;
}
.step-section .tab-content .schedule-panel .card-detail .form-group{
    margin-top: 40px;
}
.custom-checkbox.btncheck input:checked ~ .checkmark:after{
    display: none;

}
.step-section .tab-content .schedule-panel .form-control{
    border:1px solid #000;
    border-radius: 0;
    padding: 10px;
    height: auto;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 20px;
    text-transform: uppercase;
}
.step-section .tab-content .submit-pay-btn{
    width: 100%;
    font-family: OPTIAlternateThree;
    font-size: 30px;
}

.schedule-tab::before{
    display: none;
}
.schedule-tab{
    padding: 0;
}
.schedule-tab .btn.btn-default{
    font-size: 50px;      
    padding: 80px 45px;   
    border-radius: 0; 
    transition: all 0.5s;
    position: relative;
    background: none;
    border: 0;
    color:#fff;
    width:100%;
}
.schedule-tab .btn.btn-default::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
}
.schedule-tab .btn.btn-default:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.schedule-tab .btn.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid #000;
    transform: scale(1.2,1.2);
}
.schedule-tab .btn.btn-default:hover::after {
    opacity: 1;
    transform: scale(1,1);
}
.glyphicon-minus:before{
    content:''!important;
}
.custom-checkbox input:checked ~ .checkmark{
    background: none;
}
.custom-checkbox input:checked ~ .checkmark:after{
    background: url(../images/check-mark.png) no-repeat;
    width: 36px;
    height: 36px;
    z-index: 9;
    transform: rotate(0deg);
    left: 6px;
    top: -5px;
    border:0px
}
.step-section .tab-content .schedule-panel .infotxt{
    position: absolute;
    top: 54px;
    right: 28px;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 16px;
}
.step-section .tab-content .schedule-panel .form-control::placeholder { 
    color: #000;
    opacity: 1;
}

.step-section .tab-content .schedule-panel .form-control:-ms-input-placeholder {
    color: #000;
}

.step-section .tab-content .schedule-panel .form-control::-ms-input-placeholder {
    color: #000;
}
.step-section .tab-content .indentify-panel{
  max-width: 850px;
  margin: 0px auto;
}
.step-section .tab-content .indentify-panel .custom-checkbox{
  text-align: left!important;
  max-width: 120px;
  margin: 22px auto;
}

.corona_ul li{
	font-family:'NimbusSanNovReg';
	font-size:24px;
	margin-bottom:13px;
}

.corona_ul li ul{
margin-top:20px;
}

@media screen and (max-width: 1200px){
    .corona_ul li {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px){
    .corona_ul li {
        font-size: 16px;
        text-align: left;
    }
}
@media screen and (max-width: 1480px){ 
    .dr-section .about-dr .name {
        font-size: 35px;

    }  
    .dr-section .about-dr h1.title {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .specialties-block .visit-section .service-wrap {     
        font-size: 35px;
    }
    .step-section .nav > li {
        position: relative;
        margin-left: 40px;
    }
    .step-section {
        padding: 40px 0; 
    }
    .step-section .nav > li > a{
        font-size: 16px;
    }
}
@media screen and (max-width: 1300px){ 
    .step-section .nav > li > a{
        font-size: 14px;
    }
    .step-section .nav > li {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1200px){   
    .breadcrumb {
       text-align: left;
   }
   .breadcrumb-area .social-widget p.title,
   .breadcrumb-area .social-widget {
       text-align: left;
   }

   .dr-section .dr-img {
    height: 540px;
}
.dr-section .dr-info {
    padding: 0px 0px 0 20px;
}
.dr-section .dr-info h2 {
    letter-spacing: 1px;
    font-size: 26px;
    margin-bottom: 10px;
}
.dr-section .dr-info p {
    font-size: 18px;
}
.vaginal-rejuvination-block .heading h2{
    letter-spacing: 1px;
    font-size: 26px;
    padding: 0px 20px;
}
.seprator {
    padding-top: 50px;
}
.vaginal-rejuvination-block p {
    text-align: center;
    font-size: 18px;
}
.custom-checkbox { 
    font-size: 18px;  
}
.custom-checkbox .checkmark {      
    height: 25px;
    width: 25px;

}
.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
}
.vaginal-rejuvination-block .btn{
    width: 220px;

}
.specialties-block .visit-section {
    padding: 50px 0px 30px;
}
.specialties-block .visit-section .service-wrap{
    margin-bottom:30px;
}
.intro-block .intro-video {
    margin: 50px auto 30px;
}
.intro-block .intro-video .introtxt {  
    font-size: 30px;
}
.gradinent-box {
   font-size: 34px;
}
.step-section .tab-content .schedule-panel .custom-checkbox {
    margin-bottom: 10px;
    margin-left: 0;
}
.step-section .tab-content .nav.inner-tab > li a{
    min-width: 200px;
}
}
@media screen and (max-width: 1024px){  
    .dr-section .dr-info {
        padding: 20px 0px 0 0px;
    }
    .testimonial-block .testimonial-wrap .imgframe {
        margin: 0px auto;
        float: none;
    }
    .testimonial-block .testimonial-wrap .infowrap {
        padding: 80px 0px 80px 0px;
        margin-left:0px;
    }
    .testimonial-block .testimonial-wrap .infowrap.leftinfo {
        padding: 80px 0px 80px 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .specialties-block .visit-section .service-wrap{
        font-size: 36px;
    }
    .testimonial-block .testimonial-wrap {
        padding: 50px 30px 0;
    }
    .testimonial-block .testimonial-wrap .infowrap.leftinfo p,
    .testimonial-block .testimonial-wrap .infowrap p{
        text-align: center!important;
    }
    .testimonial-block .testimonial-wrap .imgframe.rightimg{
        float: none;
    }
    .step-section .tab-content .nav.inner-tab > li a{
        min-width: auto;
    }

}
@media screen and (max-width: 992px){ 
    .w-footer .right-block p, .w-footer .right-block,
    .w-footer, .w-footer p{
        text-align: center;
    } 
    .w-footer .container {
        margin-top:-80px;
    }
    .w-footer .right-block p, .w-footer .right-block{
        margin-top: 20px;
    }
    .w-footer .social-widget {
        margin-top: 24px;
    }
    .w-footer .infoblock {
        min-height: 100px;
    }
    .subscribe-widget::before {
        content: '';
        height: 43px;
        width: 1px;
        background: #000;
        left: 49%;
        position: absolute;
        top: -75px;
    }

    .service-wrap .dr-info.left-info {
        padding: 50px 0px 0 0px;
    }
    .schedule-tab {       
        font-size: 40px;      
        padding: 34px 20px;    
    }

}
@media screen and (max-width: 767px){  

    .testimonial-block .testimonial-wrap {
        padding: 50px 0px 0;
    }
    .dr-wrap {
        padding: 30px 0px 50px;
    }
    .specialties-block .visit-section .service-wrap {
        font-size: 22px;
        height: 90px;
        line-height: 22px;
    }
    .specialties-block .visit-section .service-wrap .visittxt {
        font-size: 15px;
    }
    .testimonial-block .testimonial-wrap .imgframe {
        width: 300px;
        height: 350px;
    }
    .vaginal-rejuvination-block .heading h2 {
        letter-spacing: 0px;
        font-size: 22px;
    }
    .dr-section .about-dr h1.title {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .dr-section .about-dr .name {
        font-size: 24px;
    }
    .breadcrumb{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .breadcrumb-area .social-widget p.title {
        font-size: 18px;
        line-height: 18px;
    }
    .specialties-block.related-block .service-wrap::before {
     height: 68%;
 }
 header.header.row:after {

    width: 100%;
    transform: translate(0px, -5px);
}
.footer{
    background: #fff;
    border:0px;
    padding: 20px 0;
    position: fixed;
    bottom: 0px;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 99999;
}
.change .bar1, .change .bar2, .change .bar3 {
    background: #000;
}
.footerGallery{
    position: absolute;
    width: 85%;
    transform: translate(60px, 0px);
    top:5px
}
.btn.btn-after {
    letter-spacing: 1px;
    padding: 15px 25px;
    font-size: 20px;
}
.schedule-tab {
    font-size: 26px;
    padding: 25px 20px;
}
.cosmetic-surgery-block .head{
    font-size: 24px;
    letter-spacing: 1px;
}
body{
    padding-bottom: 60px;
}

.header .logo img {
    width: 210px;
    margin-top: 12px;
}
.breadcrumb-area{
    margin-top: 0;
}
.after-head-navigation ul li a {
    font-size: 24px;
}
.step-section{
    padding-top: 0;
}
.schedule-tab .btn.btn-default {
    font-size: 18px;
    padding: 4px 0px;
}
.specialties-block.related-block .service-wrap .btnwrap {
    height: 62px;
}
/*.schedule-tab {
    padding: 10px;
    }*/
    .step-section .tab-content .indentify-panel .nav.inner-tab li:first-child{
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;

    }
    .step-section .tab-content {
        padding-right: 0;
    }
}
@media screen and (max-width: 592px){  
    .content-container {
        padding: 20px 0px;
    }
    .custom-checkbox .checkmark {
      left: -28px;
  }
  .custom-checkbox {
      margin-left: 28px;
  }
  .btn.btn-after {
    letter-spacing: 0px;
    padding: 15px 25px;
    font-size: 16px;
    width: 100%!important;
}
.beforAfter-block .cent-image-outer {
  padding: 15px 15px 10px 15px;
}
.step-section .tab-content .schedule-panel .custom-checkbox.btncheck {

    height: 80px;
}
}

@media screen and (max-width:400px){
    .custom-checkbox {
        margin-left: 48px;
    }
}

.disable{
    pointer-events: none;
    opacity: .3;
}

/**********  SERVICES SECTION  **************/
.social-seciton{
    text-align: right;
    margin-top: 6px;
    position: absolute;
    top:30px;
    right:101px
}
.social-seciton span.title{
    text-align: right;
    font-size: 24px;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 5px;
}
.social-seciton a{
    padding: 3px;
    text-align: center;
    width: 35px;
    height: 35px;
    color:#fff;
    background: #929292;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
}
.social-seciton a:hover{
    background: #000;
}
.small-navigation {
    padding: 40px 0px 0px 0px;
    border-top:1px solid #cbc6c6;
    margin-top: 20px;
}
.small-navigation ul {
	display: flex;
	flex-direction: row;
	list-style: none;
}
.small-navigation ul li{
    display: inline-flex;
    line-height: initial;
}
.small-navigation ul li a {
	font-size: 12px;
	padding: 0px 4px;
	text-transform: uppercase;
}
.small-navigation .top-heading {
	font-size: 45px;
	padding-left: 40px;
}
.p-heading {
	font-size: 30px;
}
.black-center-navigation ul {
	background: #000;
	list-style: none;
	display: flex;
	flex-direction: row;
	height: 120px;
    line-height: 120px;
}
.black-center-navigation ul li a {
	color: #fff;
}
.black-center-navigation ul li a {
	color: #fff;
	font-size: 25px;
	padding: 16px 15px;
	margin-left: 5px;
}
.content-inner-box p {
	line-height: 30px;
	font-size: 16px;
}
.service_image-content {
	padding: 30px 35px;
}
.black-center-navigation {
	padding: 10px 0px 0px 0px;
}
.span-box {
	padding: 35px 0px;
}
img#forhead-img {
	height: auto;
	width: 100%;
}
.libya-b-a {
   border: 1px solid #000;
   display: inline-block;
   padding: 18px 100px;
}
/**********  SERVICES  *****************/

/**********  BEFOTE & AFTER  *****************/
#myCarousel .carousel-control.right, #myCarousel .carousel-control.left {
	background-image: none;
}
#myCarousel .carousel-control {
	color: #000;
	text-shadow: none;
	opacity: 1;
}
.schdule {
    background: #000;
    display: inline-block;
    float: right;
    color: #fff;
    padding: 15px 30px;
    font-size: 28px;
    transform: translateY(10px);
    font-family: 'OPTIAlternateThree';
}
.white-nav ul {
	display: flex;
	list-style: none;
}
.center-img-content {
	padding-bottom: 10px;
    padding-top: 15px;
}
h1.top-heading {
	font-size: 70px;
	font-family: NimbusSanNovLig;
    padding-left: 26px;
    text-transform: uppercase;
    display: initial;
}
div#container1 {
	padding-bottom: 25px;
}

.twentytwenty-container img {
	max-width: 100%;
	float: left;
}
section#down-Navi {
	padding: 0px 86px 0px 100px;
}
.case-inner-box p {
	display: inline-block;
	font-size: 16px;
	font-weight: 200;
	padding: 0px 0px 0px 12px;
}
span.case-line {
    font-size: 26px;
    font-weight: 700;
    font-family: NimbusSanNovReg;
    text-transform: uppercase;
    line-height: 48px;
}
i.fas.fa-caret-right {
	position: absolute;
	font-size: 70px;
	top: 0px;
	right: 10px;
}
.case-inner-box p {
	font-family: NimbusSanNovReg;
}
button.btn.videos_button {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    border-radius: 0;
    padding: 20px 80px 20px 25px;
    color: #fff;
    text-align: right;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'NimbusSanReg';
}
span.btn-arrow {
    font-family: 'CarrArrowsFilled';
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 60px;
}
.faclft-line {
	padding: 0px 35px 0px 0px;
}
div#case-sec-row {
	border-top: 4px solid #000;
}
#padd-0 {
	padding-left: 0;
}
.case-inner-box {
	padding: 20px 0px 50px 0px;
}
.cent-image-outer img {
	height: 340px;
}
.cent-image-outer {
	border: 2px solid #ccc;
	padding: 30px 30px 5px 30px;
	text-align: center;
	margin-top: 35px;
}
.center-img-content p {
	display: inline-block;
    font-size: 16px;
    font-family: 'NimbusSanNovReg';
}
.row-para p {
    font-size: 19px;
    text-align: center;
    line-height: 24px;
    padding: 60px 0px;
}
div#image-outer-2 {
	transform: translateY(-45px);
}
span.sergon {
	font-size: 16px;
	font-weight: bold;
}
.blk-brdr {
	border-color: #000;
}
#row-para {
	color: red;
}
section#One-Line {
	padding: 25px 0px;
}
button.owl-next {
	position: absolute;
	right: 0;
	background: transparent;
	border: 0;
	font-size: 68px;
	transform: translate(-60px, -240px);
}
button.owl-prev {
	position: absolute;
	left: 0;
	transform: translate(60px, -240px);
	font-size: 68px;
	background: transparent;
	border: 0;
	padding: 0px;
}
.owl-dots {
	display: none;
}
#Whtite-Na {
	padding: 140px 0px
}
#WhiteNavigation {
	padding: 0px 0px 20px 60px;
}
#BG-White {
	background-color: #fff;
}
#BG-White ul li a {
	color: #000;
	font-size: 38px;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    padding: 5px 22px;
    text-transform: uppercase;
    
}
section#Mobile-View-Image {
	display: none;
}
#Ipad-View-Image {
	display: none;
}
section#Ipad-View-Image {
	padding-left: 40px;
}
.before-after .owl-prev:before {
	background-image: url(../images/prev.png);
	content: '';
	width: 55px;
	height: 73px;
	display: inline-block;
	background-size: cover;
}
.before-after .owl-next:before {
	background-image: url(../images/next.png);
	content: '';
	width: 55px;
	height: 73px;
	display: inline-block;
	background-size: cover;
}
.before-after .owl-next span, .before-after .owl-prev span {
	display: none;
}
.before-after .owl-prev {
	left: -150px;
}
.before-after .owl-next {
	right: -150px;
}
.before-after .owl-next.disabled, .before-after .owl-prev.disabled {
	opacity: .5;
}
.before-after .owl-next:hover, .before-after .owl-prev:hover, .before-after .owl-next:focus, .before-after .owl-prev:focus {
	outline: none;
}

.footer a svg {
    width: 160px;
    height: auto;
}
.footer a path {
    fill: #fff;
}

section#case-section {
    margin-top: 27px;
}

.case-inner-box p {
    font-family: NimbusSanNovLig;
    text-transform: uppercase;
    font-size: 24px;
}
.desctext {
    font-family: NimbusSanNovLig;
    text-transform: uppercase;
    font-size: 24px;
}

.before-after{

    overflow-x: hidden;
}

#d-blk{
    display: none;
}


/*
img.twentytwenty-after {
    width: 360px !important;
}

img.twentytwenty-before {
    width: 360px !important;
}

.twentytwenty-handle {
    margin-left: -92px;
}
*/


section.section-5.row.padding_h_70 {
    margin-top: 100px;
}

span.top-share {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-69px, 10px);
    font-size: 20px;
    font-family: NimbusSanNovReg;
}

div#SmNvi ul {
    transform: translateX(-20px);
}

.d-blk-mob{
    display: none;
}

/**********  BEFOTE & AFTER  *****************/

@media screen and (max-width: 991px){
    div#case-sec-row {
        border-bottom: 4px solid #000;
        border-top: 0;
    }
    .case-inner-box {
        padding: 0px 0px 0px 0px;
    }
    p.row-para {
        font-size: 18px;
        padding: 160px 0px 60px;
    }
    .small-navigation {
        padding: 61px 0px 0px 0px;
    }
}
@media screen and (max-width: 890px){
    .small-navigation ul li a {
        font-size: 10px;
    }
    .faclft-line {
        padding: 10px;
        text-align: center;
    }
    .schdule {
        width: 100%;
        margin-bottom: 10px;
    }
    #WhiteNavigation {
        padding: 0px 0px 20px 0px;
    }
    .black-center-navigation ul{
        padding-left: 0px;
        height: auto;
        margin-top: 20px;
    }
    #BG-White ul li a{
        font-size: 25px;
    }
}

@media screen and (max-width: 800px){
    button.btn.videos_button {
        padding: 15px 80px 15px 25px;
        font-size: 24px;
        line-height: 30px;
    }
    #BG-White ul li {
        line-height: normal;
    }
    #BG-White ul li a{
        padding: 0px 5px;
    }
    .schdule {
        padding: 15px 0px;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .small-navigation{
        padding:20px 0px;
    }
    .social-seciton {
        width: 200px;
        left: 50%;
        right: 0;
        margin-left: -115px;
    }
}
@media screen and (max-width: 650px){
    span.case-line {
        font-size: 18px;
        line-height: 36px;
    }
    .case-inner-box p {
        font-size: 18px;
    }
    .desctext{ font-size: 18px;}
    .before-after .owl-prev:before, .before-after .owl-next:before {
        background-size: 50%;
        background-repeat: no-repeat;
        background-color: rgb(255,255,255);
        padding: 30px;
        background-position: center;
    }
    .before-after .owl-prev {
        left: -60px;
    }
    .before-after .owl-next {
        right: -60px;
    }
    .before-after .owl-prev:before,
    .before-after .owl-next:before {
        background-size: 50%;
        background-repeat: no-repeat;
        background-color: rgb(255,255,255);
        padding: 30px;
        background-position: center;
    }  
    .black-center-navigation ul{
        display: block;
        height: auto;
    }   
    h1.top-heading {
        font-size: 45px;

    }

}

@media screen and (max-width: 500px){
    span.case-line {
        font-size: 14px;

    }
    .case-inner-box p {
        font-size: 14px;
    }
    .desctext{ font-size: 14px;}
}

@media screen and (max-width: 480px){
    button.btn.videos_button {
        padding: 8px 50px 8px 15px;
        font-size: 16px;
        line-height: 20px;
    }
    span.btn-arrow {
        top: 18px;
        font-size: 36px;
    }
}


#SmNvi{
    text-transform: uppercase;
    font-size: 12px;
    margin-left:16px;
    padding-right:0px;
}
.breadcrumb-area #SmNvi{
    float: right;
    
}
.breadcrumb-area .social-seciton {
    right: 15px;
}
.singlebeforeAfter  .slick-slide img{
 /* min-height: 250px;*/
}
@media screen and (min-width: 900px){
    .twentytwenty-container{max-height:500px} 
    button.owl-prev {transform: translate(60px, -280px);}
    button.owl-next {transform: translate(-60px, -280px);}

}
.testImage{ min-height: 300px; width:100%; }


.blog-section{
    margin-right: -15px;
    margin-left: -15px;
}
.blog-section .imageframe{
  position: relative;
  margin-bottom: 30px;
}
.blog-section .imageframe::before{
  position: absolute;
  width: 0;
  height: 100%;
  background:rgba(0,0,0,0.2);
  -webkit-background:rgba(0,0,0,0.2);
  -ms-background:rgba(0,0,0,0.2);
  content: '';
  transform: scale(0);
  transition: all .4s;
}
.blog-section .imageframe::after{
    position: absolute;
    width: 0;
    height: 100%;
    background:rgba(0,0,0,0.2);
    -webkit-background:rgba(0,0,0,0.2);
    -ms-background:rgba(0,0,0,0.2);
    content: '';
    transform: scale(0);
    transition: all .4s;
    right: 0;
}
.blog-section .imageframe:hover::before{
    transform: scale(1);
    width: 50%;
}
.blog-section .imageframe:hover::after{
    transform: scale(1);
    width: 50%;
}
.blog-section .imageframe .cover{
	
	width:100%;
	position:absolute;
	height:100%;
	left:0px;
	top:0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	-webkit-box-pack : center;
	-moz-box-pack : center;
	-ms-flex-pack : center;
	-webkit-justify-content : center;
	justify-content : center;
    overflow:hidden;
    transition: all .4s;
    z-index: 9;
}

.blog-section .imageframe .cover div{
  padding:0 80px;
  text-align: center;

  transition: all .4s;
}
.blog-section .imageframe .cover:hover div{

    margin-bottom:40px;

}
.blog-section .imageframe .cover p{
  text-align: center;
  color:#fff;
}
.blog-section .imageframe .cover h3{
  color:#fff;
  font-family: 'OPTIAlternateThree';
  font-size: 30px;
  text-transform: uppercase;
}
.blog-section .imageframe .cover .btn-Widget{
  opacity: 0;
  transition: all .4s;
}
.blog-section .imageframe .cover:hover .btn-Widget{
    opacity: 1;
}

/* Blog Details */
.search-container{
    max-width:350px; 
    float: right;
    border:1px solid #828282;
}
.search-container .form-control{
 border-radius: 0px;
 border: 0;

}
.search-container .input-group-addon{
    background: none;
    border: 0;
    cursor: pointer;
}


.serach-short ul{
	text-align: justify;
	margin: 20px 0 0;
}


.serach-short ul li{
    font-size: 15px;
    border-right: 1px solid #000;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 14px;
    margin-top: 10px;
    padding-right: 8px;
    display: inline;
    line-height: 27px;
    padding-left: 15px;
}
.serach-short ul li:first-child{
    border: 0px;
    padding-left: 0;
}
.serach-short ul li a {
	color: #000;
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;   
    font-family: 'HelveticaNeueLTStd-ThEx';
    padding: 0px;
}
.blog-head .row{
    margin-left: -15px;
    margin-right: -15px;
}

.blog-head p.title{
    margin-top: 60px;
    font-family: 'OPTIAlternateThree'!important;
    font-size: 45px!important;
}
.blog-head .social-widget{
    margin-top: 100px;
    text-transform: uppercase;
}
.blog-head .social-widget span{
    font-size: 22px;
    margin-right: 5px;
}
.blog-head hr{
    border-width: 4px;
    margin-top: 5px;
}
.blog-info .blog-image-size{
   margin: 20px 0;
   height: 538px;

}

.blog-info .blog-query {
    padding-bottom: 35px;
}

.blog-info .blog-query h1{
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
    font-size: 36px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 50px;
}

.blog-info .blog-query h2{
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 50px;
}

.blog-info .blog-query h3{
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 50px;
}

.blog-info .blog-query p{
    font-family: NimbusSanNovReg;
    font-size: 25px;
    text-align: left;
    padding: 0;
    padding-bottom: 15px;
}
.blog-block .blog-wrap{
    padding:0px 100px;
}
.blog-block .blog-wrap .blogimgframe{
    width: 100%;
    height: 270px;
}
.blog-block .blog-wrap .bloginfowrap{
    padding-left: 50px;
}

.blog-block .blog-wrap .bloginfowrap span{
    font-family: NimbusSanNovReg;
    font-size: 18px;
}

.blog-block .blog-wrap .bloginfowrap h4{
    font-size: 30px;
    text-transform: uppercase;
    font-family: OPTIAlternateThree;
    padding: 5px 0;
}

.blog-block .blog-wrap .bloginfowrap p{
    font-size: 18px;
    text-align: left;

}

.blog-block .blog-wrap .bloginfowrap .mt-btn{
  margin-top: 18px;
}

.blog-block .blog-wrap .bloginfowrap .btn{
    font-size: 18px;
    width: 180px;
    height: 40px;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 1px;
    padding: 0;
}

.mt-80{
  margin-top:80px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.blog-block .blog-wrap .more-blog{
    text-align: center;
    margin: 60px 0px;
}

.blog-block .blog-wrap .more-blog .btn-default{
    padding: 0;
    background: #000;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 260px;
    height: 65px;
}

.blog-block .blog-wrap .more-blog .btn-default::before{
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}

.blog-block .blog-wrap .more-blog .btn-default:hover::before{
    width: 100%;
}
.panel-heading .more.glyphicon-plus{
    background: url(../images/load-more.png) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.panel-heading .more.glyphicon-plus.glyphicon-minus{
    background: url(../images/less-more.png) no-repeat center;
}

.panel-heading .more.glyphicon-plus:before {
 display:none;
}


@media screen and (max-width: 767px){
    .serach-short ul li a{
        font-size: 12px!important;
    }
    .blog-head p.title{
        font-size: 30px!important;
    }
    .blog-info .blog-query p {

        font-size: 18px;
    }
    .blog-info .blog-query h3 {
        letter-spacing: 2px;
        font-size: 25px;
    }
}
/* Blog Details End */

/* Team CSS Start*/
.team-banner .team-banner-img{
	position:relative;
	height: 983px;
}
.team-banner .team-banner-logo{
	background: url(../images/team_banner_logo.png) no-repeat center;
	background-size:100%;
	text-align:center;
	position:absolute;
	height:30%;
    width: 80%;
    display: block;
    bottom: 50px;
    left: 10%;
}
.team-banner .team-banner-info{
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}
.team-banner .team-banner-info p{
	padding: 20px 0px 0px 20px;
}

.team-banner .team-banner-info .staff-widget{
    margin: 30px 0;
}
.team-banner .team-banner-info .staff-widget ul{
    display: block;
}
.team-banner .team-banner-info .staff-widget ul li{
    display: inline-block;
    font-family: 'HelveticaNeueLTStd-ThEx';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    border-right: 1px solid #000;
    padding-right: 8px;
    padding-left: 4px;
    line-height: 16px;
}
.team-banner .team-banner-info .staff-widget ul li:first-child{
    border: 0px;
}
.team-banner .team-banner-info .staff-widget ul li:last-child{
    border: 0px;
}

.team-block h2{
    font-size: 32px;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 2px;
}
.team-block p{
	font-size: 24px;
    text-align: left;
    font-family: NimbusSanNovReg;
}
.team-block .team-wrap{
    padding: 30px 15px 30px;
    max-width: 1400px;
    margin: 0px auto;
    margin-bottom: 67px;
}
.team-block .team-wrap.mt-100{
    margin-top: 100px;
}
.team-block .team-wrap .imgframe{
	max-width: 492px;
    height: 632px;
    
}
.team-block .team-wrap .team-info{
    max-width: 650px;
    margin:70px 0px 0 60px; 

}
.team-block .team-wrap .team-info .team-info-wrap{
	position:relative;
	border: 2px solid #000;
    padding: 20px;
    padding-top: 35px;
    text-align: center;
    background-color: #fff;
    z-index: 0;
}
.team-block .team-wrap .team-info .team-info-wrap:before{
  position: absolute;
  content: '';
  background-color: #fff;
  top: -5px;
  left: 50%;
  width: calc(100% - 45px);
  height: calc(100% + 10px);
  transform: translate(-50%, 0%);
  z-index: -1;
}
.team-block .team-wrap .team-info .team-info-wrap:after{
  position: absolute;
  content: '';
  background-color: #fff;
  top: 50%;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% - 45px);
  transform: translate(0%, -50%);
  z-index: -1;
}
.team-block .team-wrap .team-info .team-info-wrap .name{
	text-transform:uppercase;
	font-size: 32px;
    margin-top:0px;
    font-family: HelveticaNeueLTStdEx;
}
.team-block .team-wrap .team-info .team-info-wrap .name span{
    font-size: 22px;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 1px;
}
.team-block .team-wrap .team-info .team-info-wrap p{
	text-align:center!important;
	font-size:22px;
	margin-top: 10px;
	margin-bottom: 0;
}
.team-block .team-wrap .team-info .team-info-wrap .btn-default{
    padding: 0;
    background: #000;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 306px;
    height: 58px;
    top: 50px;
    line-height: 36px;
    padding: 10px;
}
.team-block .team-wrap .team-info .team-info-wrap .btn-default::before{
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.team-block .team-wrap .team-info .team-info-wrap .btn-default:hover::before{
    width: 100%;
}

.team-block .team-wrap .left-info .team-info{
   margin:70px 60px 0 0px;   

}

.support-team-block h2{
    font-size: 32px;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 2px;
}
.support-team-block p{
    font-size: 24px;
    font-family: NimbusSanNovReg;
    text-align: left!important;

}
.support-team-block .support-team .support-team-block{
	max-width:707px;
	margin: 0px auto;
}
.support-team-block .support-team .support-team-img{
	background:#ff0000;
	height: 533px;
}
.support-team-block .support-team .support-team-wrap{
	background:#000;
	padding: 25px;
	margin-bottom: 50px;
}
.support-team-block .support-team .support-team-wrap .support-team-info{
	position:relative;
	border: 2px solid #fff;
	padding: 35px;
	text-align: center;
	background-color: #000;
	z-index: 0;
}
.support-team-block .support-team .support-team-wrap .support-team-info:before{
  position: absolute;
  content: '';
  background-color: #000;
  top: -2px;
  left: 50%;
  width: calc(100% - 45px);
  height: calc(100% + 4px);
  transform: translate(-50%, 0%);
  z-index: -1;
}
.support-team-block .support-team .support-team-wrap .support-team-info:after{
  position: absolute;
  content: '';
  background-color: #000;
  top: 50%;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 45px);
  transform: translate(0%, -50%);
  z-index: -1;
}
.support-team-block .support-team .support-team-wrap .support-team-info .name{
	text-transform:uppercase;
	font-size:38px;
	color:#fff;
	height: 155px;
	font-family: "Helvetica Neue LT Std";
}
.support-team-block .support-team .support-team-wrap .support-team-info .name p{
	font-size:24px;
    text-align:center!important;
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 1px;
}
.support-team-block .support-team .support-team-wrap .support-team-info .btn-default{
    padding: 0;
    background: #000;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 306px;
    height: 58px;
    margin-top: 20px;
    border: 1px solid #fff;
}
.support-team-block .support-team .support-team-wrap .support-team-info .btn-default::before{
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.support-team-block .support-team .support-team-wrap .support-team-info .btn-default:hover::before{
    width: 100%;
}

.proceedModal .modal_iframe {
	width: 100%;
	height: 500px;	
	border: none;
}
.plac_beforeafter {
	padding: 0 15px !important;	
}
.plac_beforeafter .dr-info {
    padding: 0 !important;
}
@media screen and (max-width: 1200px){
    .team-block .team-wrap .imgframe{
        margin: 0px auto;
    }
    .team-block .team-wrap .left-info .team-info,
    .team-block .team-wrap .team-info{
      margin: 30px auto;
  }

  .team-block .team-wrap .dr-info{
      padding: 60px 0px 0px 55px;
  }
  .blog-block .blog-wrap .bloginfowrap{
    padding-left: 0px;
    margin-top: 30px;
}

}

@media screen and (max-width: 767px){ 
	.team-banner .team-banner-img{
		height:400px;
	}
	.team-block h2, .support-team-block h2{
		font-size:24px;
	}
	.team-block p, .support-team-block p{
		font-size:14px;
	}
	.team-block .team-wrap{
		padding-top:15px;
	}
	.team-block .team-wrap .team-wrap{
		padding: 50px 0px 0;
	}
	.team-block .team-wrap .imgframe{
		width: 100%;
		height: 350px;
	}
	.team-block .team-wrap .infowrap{
		padding: 80px 0px 80px 0px;
	}
	.team-block .team-wrap .dr-info.left-info{
		padding: 20px 0px 00px 0px;
	}
	.team-block .team-wrap .team-info .team-info-wrap p {
        font-size: 14px!important;
    }
    .team-block .team-wrap .team-info{
      padding-top:0px;
      padding-bottom:0px;
  }
  .team-block .team-wrap .team-info .team-info-wrap .btn-default{
      font-size: 12px;
      width: 150px;
      height: 36px;
      top: 20px;
      padding: 0px;
  }	
  .support-team-block .support-team .support-team-img{
      width: 100%;
      height: 350px;
  }
  .support-team-block .support-team .support-team-wrap{
      margin-bottom: 30px;
      width: 100%;

  }
  .team-block .team-wrap .team-info .team-info-wrap .name{
      font-size: 18px;
  }
  .support-team-block .support-team .support-team-wrap .support-team-info .name{
      font-size: 18px;
      height:auto;
  }
  .team-block .team-wrap .team-info .team-info-wrap .name span, .support-team-block .support-team .support-team-wrap .support-team-info .name p{
      font-size: 14px;
  }
  .support-team-block .support-team .support-team-wrap .support-team-info .btn-default{
      font-size: 12px;
      width: 150px!important;
      height: 30px!important;
  }
  .seprator{
      padding-top: 0!important;
  }
  .team-block .team-wrap.mt-100 {
    margin-top: 30px;
}
.team-block .team-wrap{
    margin-bottom: 0px;
}
}

/* Team CSS End */


.service-wrap .dr-info.left-info li{
    font-size: 24px;
    font-family: NimbusSanNovReg;
}

/* Add 17 Dec 2019*/

html {
    scroll-behavior: smooth;
}

.singlebeforeAfter .twentytwenty-handle{
    display: none;
}
.singlebeforeAfter .twentytwenty-container img + img{
    display: none;
}
.singlebeforeAfter .twentytwenty-container img{
    clip: rect(0px, 500px, 515.938px, 0px)!important;
}
.singlebeforeAfter .twentytwenty-after-label,
.singlebeforeAfter .twentytwenty-before-label{
    display: none;
}
#schdule-form .custom-checkbox input:checked ~ .checkmark:after {
    background: url(../images/check-mark-w.png) no-repeat;
}
/* End 17 Dec 2019*/
@media screen and (max-width: 770px){
    .big_image_block {
        margin-top: 80px;
    }
}
@media screen and (max-width: 650px){
    h1.top-heading {
        font-size: 25px;
        text-align: center;
        width: 100%;
        padding-left: 0px;
        display: flex;
    }
}

.slick-prev:before, .slick-next:before{
    opacity: 1;
}
.slick-prev {
    left: -40px!important;
    z-index: 99;
    margin-top:-25px;
    width: 55px;
    height: 73px;
}
.slick-next {
    margin-top:-25px;
    width: 55px;
    height: 73px;
}
.slick-slide img {
    /*min-height: 450px;
    max-height: 450px;*/
    margin: 0px 0px ;
    width: 100%;
}
.slick-slide .item{
    padding:0px 15px;
}
.slick-prev:before{
	background-image: url(../images/prev.png);
	content: ''!important;
    width: 35px;
    height: 48px;
    display: inline-block;
    background-size: cover;
}

.slick-next:before{
	background-image: url(../images/next.png);
	content: ''!important;
    width: 35px;
    height: 48px;
    display: inline-block;
    background-size: cover;
}

@media screen and (max-width: 1320px){
    .slick-next {
        right: 54px!important; 

    }
    .team-banner .team-banner-img {

        height: 750px;
    }
} 


@media screen and (max-width:1040px){
 .team-banner .team-banner-img {

    height: 600px;
}
} 
@media screen and (max-width:992px){
    .team-banner .team-banner-img {

       height: 500px;
   }
   .blog-block .blog-wrap {
    padding: 0px 0px;
}
} 
@media screen and (max-width:767px){
    .team-banner .team-banner-img {

       height: 300px;
   }
   .breadcrumb-area .social-widget{
       display: none;
   }
} 

.dr-wrap.service-wrap h3{
    font-family: 'HelveticaNeueLTStd-ThEx';
    letter-spacing: 3px;
    font-size: 25px!important;
    height: 95px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.dr-wrap.service-wrap .dr-info li,
.dr-wrap .col-lg-7 .dr-info li {
   font-size: 18px;
   line-height: 32px;
   font-family: NimbusSanNovReg!important;
}
.schedule-btnwrap{
    position: absolute;
    right: 24px;
    top: 28px;
}

.schedule-btnwrap .btn{
    color: #000;
    border: 1px solid #000;
    text-align: center;
    transition: 0.5s all;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 20px;
    letter-spacing: 3px;
    border-radius: 0;
    position: relative;
    transition: color 0.35s ease;
    font-family: 'HelveticaNeueLTStd-ThEx';
    height: 45px;
    background: none;
}
.schedule-btnwrap .btn::after {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   width: 0;
   height: 100%;
   background-color: #000;
   transform-origin: right;
   transition: width 0.35s ease;
   z-index: -1;
}
.schedule-btnwrap .btn:hover::after {
   width: 100%;
   transition:width 0.35s ease;
}
.schedule-btnwrap .btn:hover{
   background: transparent;
   color:#fff;
}
.sidenav{
   overflow: auto;
   
}
.dropdown a {
    font-weight: 600;
    position: relative;
    color: #fff;
    transition: all 1s;
    text-align: center;
    border-bottom: 1px solid #5a5656;
    width: 90%;
    margin: 0 auto;
    padding: 10px 15px;
    font-family: NimbusSanNovReg;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
}
.dropdown a:focus, .dropdown a:hover,  .dropdown a:active {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all 1s;
}
@media screen and (max-width:1040px){
    .schedule-btnwrap{
        display: none;
    }
}
@media screen and (max-width:767px){
    .sidenav {
        padding-top: 0px;
    }
    .navbar-nav{
        margin: 0px;
    }
}

/*Add CSS For Surgical */
.section-2 .info-blog ul{
    padding: 0px;
    height: 200px;
    overflow: auto;
    margin-top: 80px;
    margin-right: 100px;
    padding-right: 20px;
}
.section-2 .info-blog ul::-webkit-scrollbar-track
{
  border-radius: 0px;
  background-color: #F5F5F5;
}

.section-2 .info-blog ul::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.section-2 .info-blog ul::-webkit-scrollbar-thumb
{
	background-color: #c6a062;
}
.section-2 .info-blog ul li{
    list-style: none;
    padding: 5px 0px;
}
.section-2 .info-blog ul li a{
    color: #fff;
    font-family: NimbusSanNovLig;
    font-size: 18px;
    text-transform: uppercase;
}
.section-2 .info-blog ul li a:hover{
    color: #c6a062;
}
.surgicalblock .img-blog,
.surgicalblock .info-blog{
    min-height: 500px;

}
.surgicalblock .info-blog h2{
    font-size: 80px;
}
.surgicalblock .info-blog.left-menu ul{
    text-align: left;
    margin-left: 100px;
}
/*Start: Tooltip*/
.no_shadow:hover{
    box-shadow: 0px 0px 0px 19px rgba(255,255,255,0.5)!important;
    transition:0.4s;
}
.sunset-tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
    font-family: NimbusSanNovReg;
    cursor: pointer;
}
.sunset-tooltip .right {
    min-width:300px; 
    top:50%;
    left:100%;
    margin-left:30px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-family: NimbusSanNovReg;
    font-size:18px;
    line-height: 20px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    opacity:0;
    transition:opacity 0.8s;
}
.sunset-tooltip:hover .right, .sunset-tooltip:hover .left {
    opacity:1;
}
.sunset-tooltip .right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}
.sunset-tooltip .right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.sunset-tooltip .right p, .sunset-tooltip .left p{
    text-align: right;
}
.sunset-tooltip .right p a, 
.sunset-tooltip .left p a{
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
  font-family: HelveticaNeueLTStdEx;
  letter-spacing: 2px;
  text-decoration: underline;
}
.sunset-tooltip .right p a:hover, .sunset-tooltip .left p a:hover{
    text-decoration: none;
}

.sunset-tooltip .left {
    min-width:300px; 
    top:50%;
    right:100%;
    margin-right:30px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-family: NimbusSanNovReg;
    font-size:18px;
    line-height: 20px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    opacity:0;
    transition:opacity 0.8s;
}

.sunset-tooltip .left i {
    position:absolute;
    top:50%;
    left:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}
.sunset-tooltip .left i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(-50%,-50%) rotate(-45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
/*End: Tooltip*/

.testimonial-section p{
    font-size: 24px;
    font-family: NimbusSanNovReg;
}
.testimonial-section .block-wrap{
  margin-top: 60px;
  min-height: 400px;
}
.testimonial-section .block-wrap h3{
    font-family: 'HelveticaNeueLTStdEx';
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.testimonial-section .block-wrap p{
  font-size: 18px;
  text-align: left;
}
.testimonial-section .block-wrap ul{
  font-size: 18px;
  font-family: NimbusSanNovReg;
  padding-left: 25px;
}
.testimonial-section .block-wrap li{
  margin-top: 5px;
  font-style: italic;
}
.testimonial-section .block-wrap a,
.testimonial-section .block-wrap li a{
  font-style: normal;
  font-weight: bold;
}
.testimonial-section .block-wrap a:hover,
.testimonial-section .block-wrap li a:hover{
  text-decoration: underline;
}
.videoModal .close{
    position: absolute;
    color: #fff;
    right: -30px;
    top: -30px;
    opacity: 1;
    font-weight: 100;
    font-size: 40px;
    text-shadow: none;
}
@media screen and (max-width:992px){
    .section-2 .info-blog ul{
        margin-right: 54px;
        margin-top: 60px;
    }
    .surgicalblock .info-blog h2{
        font-size: 40px;
        padding-left: 50px;
    }
    .surgicalblock .info-blog ul{
        padding-left: 50px;
    }
    .surgicalblock .info-blog.left-menu ul{
        margin-left: 0px;;
    }
    .surgicalblock .img-blog,
    .surgicalblock .info-blog{
        min-height: 400px;
        margin-bottom: 3px;
        text-align: left;

    }
    .surgicalblock .img-blog{
        display: none;
    }
    .surgicalblock .info-blog .custom_h_top{
        top:10%;
        text-align: left!important;

    }
}
@media screen and (max-width:1200px){
    #SmNvi{
        padding-left: 2px;
        margin-left: 0px;
        float: inherit;
    }
    .social-seciton{
        position: initial;
        text-align: left;
    }
    .testimonial-section p{
        font-size: 18px;
    }
    .testimonial-section .block-wrap{
        min-height: initial;
        margin-top:40px;
    }
}
@media screen and (max-width: 767px){
    .social-seciton {
       margin-left: 0px;
       display: none; 
   }

   .sunset-tooltip .right, .sunset-tooltip .left{
    min-width: 150px;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 12px;
}
.sunset-tooltip .right p a, .sunset-tooltip .left p a{
    font-size: 9px;
    letter-spacing: 0px;
} 
.intro-block .intro-video{
    height: 300px;
}
.intro-block .intro-video .play {
    width: 100px;
    height: 100px; 
    margin-top: -50px;
    margin-left: -50px;
}
.specialties-block .visit-section .service-wrap{
    margin-bottom: 15px;
}
.testimonial-block .testimonial-wrap .infowrap {
    padding: 40px 0px 40px 0px;
    margin-left: 0px;
}
}
/*End CSS For Surgical */


#st-1 .st-btn[data-network='facebook'] {
    background-color: #929292!important;
}

#st-1 .st-btn[data-network='twitter'] {
    background-color: #929292!important;
}

#st-1 .st-btn[data-network='pinterest'] {
    background-color: #929292!important;
}
.surgary-section .accordion{
    position: absolute;
    width: 500px;
    top: -20px;
    z-index: 99;
    left: 40px;
}
.surgary-section .accordion .card{
	border: 0px;
}
.surgary-section .accordion .card-header:after { 
	font-family: 'FontAwesome'; 
	content:'\f068';
	float: none;
	display: none;
}
.surgary-section .accordion .card-header.collapsed:after {
	content:'\f067';
	
}
.surgary-section .accordion .card-body{
    font-family: 'NimbusSanNov-Reg';
    background: #fff;
    border-radius: 2px;
}
.surgary-section .accordion .card-body .nav{
	font-size: 16px;
	width: 195px;
	text-align: right;
	display: block;
	float: left;	
    padding-right: 20px;
    margin-top: 10px;
}
.surgary-section .accordion .card-body .well{
	margin-left: 180px;
	font-size: 16px;
	color:#7f7f7f;
	text-align: left;
    line-height: 18px;
    border-radius: 0px;
    background: #fff;
    border: 0;
    border-left: 1px solid #d2d2d2;
    font-family: NimbusSanNovReg;
    text-transform: initial;
}
.surgary-section .accordion .card-body .well .btn.btn-default{
	background: none;
	font-size: 15px;
	color: #161616;
	text-transform: capitalize;
}
.surgary-section .accordion .card-body .well .btn.btn-default:hover{
	background: #161616;
	color:#fff;
}
.surgary-section .accordion .card-body .nav li{
    text-transform: uppercase;
    float: none;
}
.surgary-section .accordion .card-body .nav > li > a{
    padding:0px ;
    font-size: 13px;
    display: block;
    text-align: right;
    border-radius: 0;
    box-shadow: none;
    color:#000;
    border: 0;
    padding: 4px 5px;

}
.surgary-section .accordion .card-body .nav li.active a{
    background: #f2f2f2;

}
.surgary-section .accordion .card-body  i {
    position: absolute;
    top: 25px;
    left: -12px;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
    transform: rotate(180deg);
}
.surgary-section .accordion .card-body i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(-50%,-50%) rotate(-45deg);
    background-color:#fff;

}
.surgary-section .accordion .card-body .well a{
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    font-family: HelveticaNeueLTStdEx;
    letter-spacing: 2px;
}
.surgary-section .accordion .card-body .well ul{
    padding: 0px;
    margin-left: 10px;
}
.surgary-section .accordion .card-body .well ul li{
    list-style: none;
}
.surgary-section .accordion .card-body .well a:hover{
    text-decoration: underline;
}
.small-navigation ul{
    padding-left: 0px;
}
.black-center-navigation #BG-White{
    padding-left: 0px;
}
.navbar-toggle + ul{
    padding-left: 25px;
}
#postLoad{
    margin-top: 40px!important;
}
.single-page .blog-head .social-widget{
    margin: 58px 0px 10px;
}
.single-page .blog-head p.title{
    margin-top: 0px;
}
.single-page .search-container{
    margin-top: 20px;
}
@media screen and (max-width: 1400px){
    .surgary-section .accordion .card-body .nav > li > a{
        font-size: 12px;
    }
    .surgary-section .accordion .card-body .nav {
       width: 182px;
   }
   .surgary-section .accordion .card-body .well {
    margin-left: 160px;
}
.surgary-section .accordion {       
    width: 400px;
}
.black-center-navigation ul {
    height: auto;
    line-height:initial;
    display: block;
}
.black-center-navigation ul li{
    display: inline-block;
}
#BG-White ul li a {

    font-size: 35px; 
    letter-spacing: 0px;
    padding: 5px 16px;
    
}
}
@media screen and (max-width: 1200px){
    #WhiteNavigation {
        padding: 0px 0px 0px 60px;
    }
    .small-navigation{
        float: none!important;

    }
    .social-seciton #st-1.st-animated,
    .col-lg-4 .social-widget #st-1.st-animated{
        text-align: left!important;
    }
    .after-head-navigation ul{
        margin-bottom: 0px;
    }
    .schdule {
       padding: 10px 30px;
       font-size: 18px;

   }
   h1.top-heading {
    font-size: 50px;
    padding-left: 0px;
}
.black-center-navigation #BG-White{
    padding-left: 0px;
}
#BG-White ul li:first-child a{
    padding-left: 0px!important;
}
.single-page .blog-head .social-widget{
    margin: 0px 0px 10px;
}
.single-page #SmNvi,       
.search-container{
    float: none;
    text-align: left!important;
}
.single-page .serach-short ul{
    margin-top: 0px;
}
}
@media screen and (max-width: 1100px){
    .surgary-section .accordion.right {
        top: 35px;
        z-index: 99;
        left: -210px;
    }
    .surgary-section .accordion.right .card-body i {
        top: -6px;
        left: 202px;
        margin-top: -12px;
        transform: rotate(-90deg);
    }
    .surgary-section .accordion .card-body .well{
        font-size: 14px;
        padding: 12px;
    }
    .surgary-section .accordion .card-body .well a {
        font-size: 11px;
    }
    .surgary-section .accordion .card-body .nav > li > a{
        letter-spacing: 1px;
    }
    .surgary-section .accordion .card-body .nav {
        width: 161px;
    }
    .surgary-section .accordion .card-body .well {
        margin-left: 135px;
    }
    .surgary-section .accordion {
        width: 355px;
    }
}
@media screen and (max-width: 767px){
    .surgary-section .accordion{
        display: none;
    }
    #BG-White ul li a {
        font-size: 25px;
        letter-spacing: 1px;
        padding: 5px 5px;
        line-height: 30px;
    }
    .breadcrumb-area{
        padding: 0px;
    }
    .breadcrumb-area .content-container{
        padding-bottom: 0px;
        padding-top: 15px;
    }
    .serach-short ul {
        text-align: left;
        margin: 0px 0 0;
    }
    .search-container {
        max-width: 300px;
    }
    .blog-block .blog-wrap {
        padding: 0px 0px;
    }
    .blog-block .blog-wrap .bloginfowrap {
        padding-left: 0px;
    }
    .blog-block .blog-wrap .blogimgframe {
        margin: 20px 0 10px;
    }
    .seprator {
        padding-top: 20px!important;
    }
    .dr-wrap {
        padding: 10px 0px 0px;
    }
    #WhiteNavigation {
        padding: 0px 0px 0px 10px;
    }
    .team-block .team-wrap {
        padding: 15px 0px ;

    }
}

#st-1 .st-btn[data-network='pinterest'] {
    display:inline-block!important
}


.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.wpcf7-form .wpcf7-radio {

}

.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
  /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 0px;
    border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 6px;
  left: 6px;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background: transparent;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
   background: #222;
   visibility: visible;
}





.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
  /*   border: 3px solid red;  */
  padding-left:20px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0px;
    height: 28px;
    width: 28px;
    top: 0px;
    border: 1px solid #222;
    top: -5px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height:36px;
  width: 42px;
  left: 6px;
  top: -12px;
  visibility: hidden;
  font-size: 16px;
  background:url(../images/check-mark.png) no-repeat
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  /*    background: #222; */
  visibility: visible;
}





.script-checkbox label.label-selected {
    background: red;
}

.baOverlaytext{padding:5px 20px; display: block; position: absolute; bottom:0; right:0;z-index: 999; background: rgba(0,0,0,.7);color:#fff; font-size: 14px; text-transform: uppercase; font-family: NimbusSan_Reg;}

.hideOverlayBA{display: none;}

.testimonial-block .testimonial-wrap .infowrapNoTestImg {padding:0!important; margin-left:0!important}

.serach-short ul li ul {display:none}

.form-schedule .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before{
    top: 0px;
    left: -24px;
    background: #fff;
}
.form-schedule .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after{
    left: -20px;
    top: 3px;
    background-size: 21px;
}

.step-section .tab-content .indentify-panel .wpcf7-form .wpcf7-checkbox label{
    width: 120px;
    text-align: left;
}


.step-section .tab-content .schedule-panel .wpcf7-form-control-wrap{
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    margin: 0px 20px;
}
.step-section .tab-content .schedule-panel .wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
}

.step-section .tab-content .schedule-panel .custom-checkbox {
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    margin: 0px 20px;
}
.step-section .tab-content .schedule-panel .wpcf7-form-control-wrap{
    margin: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
} 
.step-section .tab-content .schedule-panel .address .wpcf7-form-control-wrap{
    width: 100%;
    
}
.step-section .tab-content .schedule-panel .wpcf7-form .wpcf7-radio input[type=radio] + span{
    font-weight: normal;
    font-size: 18px;
    margin-left: 10px;
}
.step-section .tab-content .schedule-panel .wpcf7-form .wpcf7-radio input[type=radio] + span:after {

    top: 4px;
    left: 18px;
}

.procedures-panel label {
    font-weight: normal!important;
    font-size: 16px!important;
    display: initial;
    letter-spacing: 2px;
}
.step-section .tab-content .schedule-panel label{
  display: initial;
}
.step-section .tab-content .schedule-panel .form-wrap p{
	text-align: center;
}
.step-section .tab-content .schedule-panel .wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    left: 4px;
}
.step-section .tab-content .schedule-panel .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span{
	font-size: 17px;
}

/*a.step-btn,
.step-section .nav > li > a{
    pointer-events: none;
}
.step-section .nav > li.active > a{
    pointer-events: auto;
}
/*.step-section .tab-content .nav.inner-tab  li a{
    pointer-events: auto;
    }*/

    .wpcf7-form .radiowrap .wpcf7-radio input[type=radio] + span:before{
       border-radius: 0;
       height: 32px;
       width: 32px;
       border: 1px solid #000;
   }
   .step-section .tab-content .schedule-panel .wpcf7-form .radiowrap .wpcf7-radio input[type=radio] + span{
       padding-left: 20px;
       font-size: 24px;
       font-family: NimbusSanNovReg;
   }
   .step-section .tab-content .schedule-panel .wpcf7-form .radiowrap .wpcf7-radio input[type=radio] + span:after {
    background: url(../images/check-mark.png) no-repeat;
    width: 36px;
    height: 36px;
    z-index: 9;
    transform: rotate(0deg);
    left: 6px;
    top: -5px;
    border: 0px;
}
.step-section .tab-content .schedule-panel .radiowrap label{
	display: inline-block;
}
.step-section .tab-content .schedule-panel .wpcf7-form .schedule-time .wpcf7-radio input[type=radio] + span{
	font-size: 24px;
    font-family: NimbusSanNovReg;
}

.wpcf7-form .schedule-time .wpcf7-radio input[type=radio] + span:before{
	width: 190px;
    height: 60px;
    border-radius: 0;
    padding: 15px 0px;

    top: -20px!important;
    left: 4px
}
.wpcf7-form .schedule-time .wpcf7-radio input[type=radio] + span:after{
	width: 190px;
    height: 60px;
    border-radius: 0;
    padding: 15px 0px;

    top: -20px!important;
    background: #000;
}
.wpcf7-form .schedule-time .morning-btn .wpcf7-radio input[type=radio] + span:before{
	content:'MORNING';
   left: -181px!important;
}
.wpcf7-form .schedule-time .morning-btn .wpcf7-radio input[type=radio] + span:after{
	content:'MORNING';
  color:#fff;
  left: -181px!important;

}
.wpcf7-form .schedule-time .noon-btn .wpcf7-radio input[type=radio] + span:before{
	content:'AFTERNOON';
}
.wpcf7-form .schedule-time .noon-btn .wpcf7-radio input[type=radio] + span:after{
	content:'AFTERNOON';
  color:#fff;

}
span.wpcf7-not-valid-tip {

    display: block;
    font-size: 14px!important;
    letter-spacing: 2px;
    position: absolute;
    font-weight: 500!important;
    width: 300px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    text-align: center;
    font-size: 16px;
}
.logos-slider{
    height: 120px;
    overflow: hidden;
}
@media screen and (max-width: 767px){
    .short-tab{
        color: #fff;
        padding: 7px 15px;
        background: #000;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        max-width: 124px;

    }
    .short-tab svg{
        position: relative;
        top: 4px;
        margin-top: -3px;
        margin-right: 2px;
    }
    #sortMenu{
        position: absolute;
        width: 250px;
        z-index: 99;
        background: #fff;
        height: auto!important;   
    }
    .serach-short ul li{
        border: 0px;
        display: block;
        padding-left: 0px;
        border-top: 1px solid rgba(0,0,0,.1);
        line-height: 16px;
        padding: 5px 15px;
        padding-bottom: 0; 

    }
    .serach-short ul li:first-child{
        padding-left: 15px;
    }
    .serach-short ul li:last-child{
        padding-bottom: 8px;
    }
    .searchbox{
        text-align: right;
        margin-top: 0px;
        float: right;
    }
    .search-container {
        position: absolute;
        right: 12px;
        z-index: 99;
        background: #fff;
        width: 250px;
        top: 45px;
    }
    .blog-info .blog-image-size {
        margin: 0px 0 20px;
        height: 400px;
        background-size: cover!important;
    }
    #postLoad,
    .blog-block.mt-80 {
        margin-top: 0px!important;
    }
    .blog-info .blog-query h2,
    .blog-head p.title {
        margin-top: 20px;
    }
    .blog-info .blog-query h3{
        margin-top: 10px;  
    }
    .form-schedule{
        padding: 40px 0;
    }
    .form-schedule label{
        font-size: 16px;
    }
    .form-schedule .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
        top: 0px;
        left: -39px;
    }
    .form-schedule .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
        left: -35px;
    }
    .form-schedule .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {

        padding-left: 7px; 
    }
    .form-schedule .checkbox-inline, .form-schedule .radio-inline {
        position: relative;
        display: inline-flex;
    }
    .form-schedule .form-control, .form-schedule .btn{
        font-size: 16px;
    }
    .form-schedule a {
        font-size: 16px;
    }
    .form-schedule h2 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .form-schedule .checkbox-inline {
        margin: 2px 0;
    }
}




.first-step .wpcf7-form-control-wrap{
    text-align: left;
    max-width: 180px;
    margin: 0px auto;
    display: block;
}

.wpcf7-form .wpcf7-checkbox label{
    font-family: 'HelveticaNeueLTStd-ThEx';
}
#schedule .wpcf7-form .wpcf7-checkbox label {
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 2px;
}
#schedule .wpcf7-radio label{
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 2px;

}


.sidenav{
    width: 100%;
    z-index: 999;
    padding-top: 0px;
    overflow: auto!important;
    padding-bottom: 90px;
    overflow-x: hidden!important;


}
.sidenav h3,
.sidenav .mob-item-title{
    margin: 0;
    padding: 10px 0;
    color:#fff;
    font-weight: normal;
    font-family: OPTIAlternateThree;
    border-bottom: 1px solid #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 30px;
}
.sidenav h4,
.sidenav .mob-item-subtitle{
    margin: 0;
    color:#fff;
    font-weight: normal;
    font-family: OPTIAlternateThree;
    font-size: 32px;
    text-transform: uppercase;
    padding: 0px;
}
.sidenav ul{
    padding-left: 0px;
}
.sidenav ul > li > a{
    width: 100%;
    border-bottom: 0px;
    padding: 4px 0px;
    text-align: left;
    font-weight: 100;
    font-size: 15px;
    font-family: HelveticaNeueLTProTh;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#fff;

}
.sidenav ul > li > a:focus, .sidenav ul > li > a:hover, .sidenav ul > li > a:active{
    background: none;
    color:#c6a062;
}
.sidenav .menubox{
    margin-top: 10px;
    padding: 0px 20px 0px 0px;
}
.sidenav::-webkit-scrollbar-track,
.sidenav .menubox::-webkit-scrollbar-track
{
  border-radius: 0px;
  background-color: #F5F5F5;
}
.sidenav::-webkit-scrollbar,
.sidenav .menubox::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}
.sidenav::-webkit-scrollbar-thumb,
.sidenav .menubox::-webkit-scrollbar-thumb
{
	background-color: #c6a062;
}

.icon_block{
    z-index: 99;
    background: #fff;
}



.sidenav .panel-group{
    margin-right: 20px!important;
}
.sidenav .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\2212";
    padding-right: 5px;
    font-weight: bolder;
    
}
.sidenav .panel-title > a.collapsed:before {
    float: right !important;
    content:"+";

}
.sidenav .panel-title > a:hover, 
.sidenav .panel-title > a:active, 
.sidenav .panel-title > a:focus  {
    text-decoration:none;
    color:#fff;
}
.menubox .panel-heading, .menubox .panel-body, .menubox .panel{
 border:0px!important;
 background:none;
 border-radius: 0;
 padding: 0px;;

}

.sidenav .Search-panel{
    position: absolute;
    right: 8px;
    top: 15px;

}
.sidenav .Search-panel .navbar-form .input-group>.form-control {

    border-right: 0;
    border-radius: 0px;
    padding: 20px 15px;
    min-width: 250px;
    background: 0;
    border-color: #fff;
    font-size: 14px;
    font-family: HelveticaNeueLTProTh;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#fff;
}
.sidenav .Search-panel .input-group-btn:last-child>.btn, 
.sidenav .Search-panel .input-group-btn:last-child>.btn-group{
    border-radius: 0px;
    padding: 10px 15px;
    border-left: 0;
    background: none;
    border-color: #fff;
    color:#fff;
}


.team-block .team-wrap .team-info:hover .btn-default::before {
    width: 100%;
}

.social-seciton p.title {
    text-align: right;
    font-size: 24px;
}


.sidenav .menubox-2{
	display:flex;
	border-bottom: 1px solid #fff;
}
.sidenav .menubox-2 h3{
	border-bottom:none;
}
.sidenav .menubox-2 ul{
	padding-left:50px;
	margin-top:40px;
}
.sidenav .menubox-2 ul li{
	display:inline;
	padding:0 10px;
}
.sidenav .menubox-2 ul li a{
	font-size:32px;
	font-family: OPTIAlternateThree;
}
.sidenav .menubox-2 ul li:before {
 display: inline-block;
 content: '';
 border-radius: 50%;
 height: 10px;
 width: 10px;
 margin-right: 16px;
 margin-bottom: 5px;
 background: #fff;
}
.sidenav .menubox-2 ul li:first-child:before{
  background: none;
}
.sidenav .menubox-3 h3{
	border-bottom:none;
}
.sidenav .menubox-3 h3 a{
	color:#fff;
}
.slick-prev, .slick-next{
    width: 35px!important;
    height: 48px!important;
}
.slick-next {
    right: -38px!important;
}
.dr-section .dr-info .table_css tr th {
	width: 20%;
}
.dr-section .dr-info .table_css tr th p {
	color: #000;
    font-size: 30px;
    font-family: 'Bebas Neue';
    padding: 5px 20px 5px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.dr-section .dr-info .table_css tr th p {
	color: #000;
    font-size: 30px;
    font-family: 'Bebas Neue';
    padding: 5px 20px 5px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.dr-section .dr-info .table_css tr td {
    padding: 5px 20px 5px;
}
.dr-section .dr-info .table_css tr td p {
    font-size: 18px;
    margin: 0;
    text-align: left;
}
.dr-section .dr-info .table_css tr td img {
    width: inherit;
}
#agreeTerms .modal-dialog {
	margin-top: 260px !important;
	max-width: 700px !important;
}
#agreeTerms .modal-dialog .subscribe-widget::before {
	background: none;
}
@media screen and (max-width: 1300px){
    .slick-next {
        right: -20px!important;
        margin-top: 0px;

    }
    #beforeAfter .content-container{
        padding: 0px;
    }
    .slick-prev {
        left: -21px!important;
        margin-top: 0px;


    }
    .slick-prev:before,
    .slick-next:before{
        background-size: 100%;
        width: 25px;
        height: 35px;
    }
}
@media screen and (max-width: 992px){
    #beforeAfter .content-container{
        padding: 0px;
    }
    .dr-section .dr-info .table_css tr th p {
      font-size: 18px;
      padding: 5px 5px 5px;
  }
  .dr-section .dr-info .table_css tr td {
      border: 1px solid #ddd;
  }
  .dr-section .dr-info .table_css tr td p {
      font-size: 16px;
      margin: 0;
      text-align: left;
  }
  .dr-section .dr-info .table_css tr td img {
      width: 100%;
      min-width: 100px;
  }

}
@media screen and (max-width: 767px){
	.sidenav .menubox-2{
		display:block;
		border-bottom: none;
	}
	.sidenav .menubox-2 h3{
		border-bottom: 1px solid #5a5656;
	}
	.sidenav .menubox-2 ul {
		padding-left: 0;
		margin-top: 0;
	}
	.sidenav .menubox-2 ul li {
		display: inherit;
		padding:0;
	}
	.sidenav h3,
    .sidenav .mob-item-title{
		margin-top:10px;
	}
	.sidenav .menubox-2 ul li:before{
     display:none;
 }
 .sidenav .menubox{
  padding:0;
}
.content-container.seprator{
    margin-bottom: 20px!important;
}
.intro-block .intro-video {
    margin: 20px auto 0px;
}
.specialties-block .visit-section {
    padding: 30px 0px 0px;
}
.testimonial-block .testimonial-wrap .infowrap.leftinfo {
    padding: 30px 0px 0px 0px;

}
.testimonial-block .testimonial-wrap .infowrap .name {
    font-size: 20px;
    margin-top: 10px;
}
.vaginal-rejuvination-block .btn{
    font-size: 18px;
    height: 58px;
}
.testimonial-block .testimonial-wrap {
    padding: 20px 0px 0;
}
.panel-title,
.panel-group .panel-heading,
.panel-group{
    padding: 0px;
    margin: 0px;
}
.dr-section .dr-info p {
    font-size: 16px;
    text-align: left;
}
.specialties-block .visit-section .service-wrap {
    font-size: 20px;
}
.vaginal-rejuvination-block p{
    font-size: 16px;
}
.dr-section .dr-img {
    height: 400px;
}
.service-wrap .dr-info.left-info {
    padding: 20px 0px 0 0px;
}
.dr-section .dr-info h2 {
   font-size: 22px;
}
.dr-wrap.service-wrap .dr-info li,
.dr-wrap .col-lg-7 .dr-info li {
    font-size: 16px;
    line-height: 24px;
}
.dr-section .dr-info p{
    margin-bottom: 5px;
}
.cosmetic-surgery-block {
    min-height: 500px;    
    padding-top: 40px;
}
.custom-checkbox input:checked ~ .checkmark:after{
    left: 1px;
    top: -10px;
}
.sidenav .Search-panel{
    display: none;
}
.sidenav .menubox{
    height: auto;

}
.small-navigation ul li {
    display: inline-flex;
    line-height: 12px;
}
.beforAfter-block .cent-image-outer{
    margin-bottom: 15px;;
}
.dr-wrap.service-wrap h3{
    height: auto;
    overflow: initial;
}
.beforAfter-block .row .col-lg-4{
    padding: 0px;
}
.sidenav h4,
.sidenav .mob-item-subtitle{
    font-size: 25px;
}
.sidenav .menubox-2 ul li a {
    font-size: 25px;
}
.sidenav h3,
.sidenav .mob-item-title{
    font-size: 30px; 
}
.sidenav .menubox{
    overflow: initial;
}
h1.top-heading{
    font-size: 40px;
    text-align: center;
    display: block;

}
.small-navigation{
    display: none;
}
.treatment-news {
    padding:0px 30px 20px;
}

.tnews-blog{
    margin-bottom: 20px;
}
.rightText{
    text-align: left;
}
.sur-spacialties, .sur-fact{
    padding: 10px 0;
}
.slick-next,
.slick-prev {

    margin-top: -5px;
    width: 25px;
    height: 35px;
}
.slick-next{
    right: 0px!important;
}
body{
    padding-bottom: 0px;
}
.estd_block{
    display: none;
}
.slick-prev:before,
.slick-next:before{
    background-size: 100%;
    width: 25px;
    height: 35px;
}
.slick-prev {
    left: 0px!important;

}
.slick-slide .item {
    padding: 0px 5px;
}
.slick-prev,
.slick-next{
    background: #fff!important;
    top:initial!important;
    bottom: -33px;
}
#formWarning{
    padding:0px;
}
#formWarning .cosmetic-surgery-block{
    padding: 15px;
    padding-top: 40px;
}
.schedule-tab {
    padding: 10px 20px 13px;
}
.schedule-tab .btn.btn-default::before{
    background: none;
}
.beforAfter-block .cent-image-outer:hover {
    transform: translateY(0px);
}
.sidenav h3,
.sidenav .mob-item-title {
    margin-top: 5px;
}
.wp-block-spacer{
    height:0px!important;
}
.blog-info .blog-query iframe{
    width: 100%!important;
}
.blog-head p.title{
    text-align: left;
}
.blog-block .blog-wrap .more-blog .btn-default{
    height: 50px;
}
#BG-White ul li a {
    font-size: 20px;
}
h1.top-heading {
    font-size: 34px;
    line-height: 30px;
}
.footer {
    height:auto!important;
    position: initial;
    width: 100%!important;
    border-top:1px solid #000;
    margin-top: 0px;
}
.w-footer .container{
    margin-top: 0px;
}
.slick-slider{
    padding-bottom: 35px;
    overflow: hidden;
}
.change .bar1, .change .bar2, .change .bar3 {
    background: #fff;
}
h3.schedule{
    margin-bottom: 15px!important;
}
.black-center-navigation ul {
    margin-top: 0;
}
.faclft-line {
    padding: 10px 0;
}
.black-center-navigation #BG-White{
    text-align: center;
}
.footer-section{
    margin-top: 0px!important;
}
}
@media screen and (max-width: 430px){
    .baOverlaytext{
        font-size: 12px;
    }
    .vaginal-rejuvination-block .btn {
        font-size: 16px;
    }
    .before-btn span{
        display: none;
    }
    h1.top-heading{
        font-size:25px;
        line-height:25px;
    }
    .dr-section .dr-info .table_css tr th p {
      font-size: 14px;
      padding: 5px 5px 5px;
  }
  .dr-section .dr-info .table_css tr td {
      padding: 5px 5px 5px;
      vertical-align: top;
      border: 1px solid #ddd;
  }
  .dr-section .dr-info .table_css tr td p {
      font-size: 13px;
      margin: 0;
      text-align: left;
  }
  .table_css {
      overflow: auto;	
  }
}
.warningBox{
    display: block!important;
    opacity: 1!important;
    background: rgba(0, 0, 0, 0.9);
    font-family: NimbusSanNovLig;
}
.warningBox .modal-body{
    text-align: center;
    border:1px solid #fff;
}
.warningBox .head{
    background: #000;
    text-align: center;
    color:#fff;
    font-size: 35px;
    padding: 20px;
    font-family: NimbusSanNovLig;
}
.warningBox p{
    font-size: 24px!important;
    font-family: NimbusSanNovLig;
    text-align: center!important;
}
.subscribe-widget .btn-default.disagree{
    background: none;
    color:#000;
}
.strong_txt a{
    font-weight: 700!important;
}
.blog-info .blog-query iframe{
 margin:0px auto;
}


.disable,
.inactive{
    pointer-events: none;
}
.textareaWrap .wpcf7-form-control-wrap{
    width: 100%;
}

.wpcf7-form .customRadio{
	font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 20px;
    text-transform: uppercase;
}
.wpcf7-form .customRadio .wpcf7-radio input[type=radio] + span:before{
    width: 30px!important;
    border-radius: 50%!important;
    height: 30px!important;
    display: inline-block;
    top: -5px!important;
    padding: 0;
}
.wpcf7-form .customRadio  .schedule-time .wpcf7-radio input[type=radio] + span:after{
    width: 5px!important;
    height: 5px!important;
    border-radius: 50%;
    background: none!important;

}

.wpcf7-form .customRadio .wpcf7-radio input[type=radio] + span:after {
    width: 20px;
    height: 20px;
    border-radius: 0;
    padding: 0;
    border: 1px solid #000;
    top: 0px!important;
    background: #000;
    border-radius: 50%;
    left: 9px;
}
.wpcf7-form .customRadio .wpcf7-radio input[type=radio] + span {
    margin: 0 25px;
}
.drnav{
    margin-left: 15px;
}

.dr-reviews{
    max-width: 1240px;
    margin: 0px auto;
    padding-left: 0px!important;
}
.dr-reviews > p,
.dr-reviews > div{
    padding-left: 0px!important;
    text-align: center;
}
.dr-reviews > div{
    padding-top: 30px;
}
.schedule-tab .btn.btn-default{
    text-transform: uppercase;
}


/*----Start New CSS 22 Feb 2020-----*/
.desktoplogo{
    width: 320px;
    position: absolute;
    left: 50%;
    margin-left: -198px;
    top: 18px;
    z-index: 999;
}
.desktoplogo img{
    width: 100%;
}
.wp_float {
    width: 100%;
}

.main_menu{

    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;
    height: 104px;
    padding-top: 28px;

}
.main_menu ul {
    text-align: center;
    margin-bottom:0px;
    padding-left: 0px;
}
.main_menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main_menu ul li:last-child a{
    margin-right:0px;
}
.main_menu ul li a{
	text-decoration:none;
	color:#000;
	font-size:20px;
	font-family: OPTIAlternateThree;
	margin-right:25px;
	display:block;
	padding:8px 10px;
}

.main_menu ul li a:nth-child(4) , .main_menu ul li a:nth-child(5) , .main_menu ul li a:nth-child(6) {
    text-align:right;
}
.main_menu ul li:nth-child(4) a{
	margin-left: 400px;
}
.drop_down_menu{
    background: #fff;
    padding: 20px;
    position: absolute;
    width: 100%;
    width: 830px;
    z-index: 999;
    left: -20px;
    display:none;
    box-shadow:4px 4px 4px rgba(0,0,0,.2);
    transition: all .5s;
}
.drop_down_menu.single-linemenu{
    width: 300px;
    right: -168px;
    left: auto;
}
.drop_down_menu.contactmenu{
    right: 0;
}
.drop_down_menu.twocolum{
    width: 600px;
    left: auto;
}
.main_menu li:hover .drop_down_menu{
    display: block;
    transition: all .5s;
}

.main_menu li a:hover {
    opacity: .7;
}

.wp_dropdown_menu h3,
.wp_dropdown_menu .subtitle{
	text-transform:uppercase;
	color:#000;
	font-size:26px;
	font-family: OPTIAlternateThree;
	margin-top:0px;
	border-bottom: 1px solid #000;
	display: table-cell;
	text-align: left;
}
.wp_dropdown_menu ul {
    padding-left:0px;
    margin-top: 10px;
}

.wp_dropdown_menu ul li{
	display:inherit;
	text-align:left;
}
.wp_dropdown_menu ul li a,
.wp_dropdown_menu ul li span{
    font-family: OPTIAlternateThree;
    color:#000;
    font-size:18px;
    margin-right:0px;
    display:block;
    padding: 6px 0;
    text-transform: uppercase;
    margin-left: 0!important;
    line-height: 20px;
}
.wp_dropdown_menu ul li span{
   border-bottom: 1px solid #000;
   font-size: 20px;
   font-size: 1.4em;
   margin-top: 10px;
}


.wp_dropdown_menu ul li:nth-child(3) a{
	margin-right:0px;
}

.wp_dropdown_menu ul li:nth-child(4) a{
	margin-left:0px;
}
.wp_dropdown_menu h4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bolder;
    color: #000;
    font-family: OPTIAlternateThree;
    text-transform: uppercase;
    margin-top: 25px;
    text-align: left;
}
.wp_dropdown_menu p{
	font-size: 12px;
	color:#000;
  font-family: NimbusSan_Reg;
  text-transform:uppercase;
  margin-top:15px;
  text-align: left;
}
.hamburger {
    padding: 7px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    background: #000;
    float: right;
    display:none;
}
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    padding-top:10px;
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger--3dx.is-active .hamburger-inner{
 background:#000;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger-inner::before {
    top: -10px;
}
.header{
    display:none;
    z-index: 99999;
}
.locationbox .text-left p{
    text-align: left!important;
}
.locationbox .text-mid p{
    font-family: 'SUNSET SILVER SERIF';
    font-size: 40px;
}
.locationbox .text-right p{
    text-align: right!important;
} 
.contact-form{
    margin-top:60px;
}
.contact-form .form-control{
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    height: auto;
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 17px;
    text-transform: uppercase;
}
.contact-form .checkbox-inline{
    padding-left: 0px;
}
.contact-form  .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span{
    font-size: 18px;
    position: relative;
    top:-5px;
    padding-left:48px;
}
.contact-form .custom-checkbox {
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    margin: 0px 20px;
    position: relative;
    font-weight: normal!important;
    font-size: 24px;
    font-family: NimbusSanNovReg;
}
.contact-form .btn-default {
    border-color: #000;
    padding: 18px 35px;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-family: OPTIAlternateThree;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
}
.contact-form  .btn-default::before {
    width: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.4);
    left: 0;
    top: 0px;
    transition: all .4s;
}
.contact-form  .btn-default:hover::before {
    width: 100%;
}
.contact-form .small{
    font-size: 100%!important;
}
.contact-form  .specialties-block .visit-section .service-wrap {
    position: relative;
    background: #080808;
    max-width: 626px;
    color: #fff;
    font-family: OPTIAlternateThree;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    height: 364px;
}
.contact-form .specialties-block.related-block .service-wrap .btnwrap{
    height: 308px;
}
.contact-form  span.wpcf7-not-valid-tip {
    font-size: 13px!important;
    top: -19px;
}
@media (max-width: 1500px){
    .main_menu ul li a{
        margin-right: 14px;
    }
}
@media (max-width: 1200px){
    .main_menu ul li:nth-child(4) a {
        margin-left: 0px;
    }
    .main_menu ul li a {
        margin-right: 79px;
    }
    .desktoplogo {
        width: 220px;
        position: absolute;
        left: 50%;
        margin-left: -110px;
        top: 10px;
    }
    .main_menu {
        height: 110px;
        padding-top: 62px;
    }
}
@media (max-width: 1199px) and (min-width: 1025px){
    .main_menu ul li a {
        margin-right: 40px;
    }
}
@media (max-width: 1024px) and (min-width: 768px){
    .main_menu ul li a {
        font-size: 16px;
        margin-right: 20px;
    }
}
@media (max-width: 1250px){
    .main_menu {
        display: none;
    }
    .header{
       display:block;
   }
   .locationbox .text-left p,
   .locationbox .text-right p{
    text-align: center!important;
}
}

@media (max-width: 1200px){
    .drop_down_menu{
        width: 642px;
        left: -116px;
    }
    .drop_down_menu.single-linemenu {
        right: -80px;

    }
}
.nomore a::before{
    display: none;
}
.sidenav h3 a,
.sidenav .mob-item-title a{
    color:#fff;
}
.skinCare-Service{
    padding-bottom: 60px;
}
.skinCare-Service h3{
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.galleryblock .link-block{
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 22px;
    letter-spacing: 2px;
}
.galleryblock .link-block ul{
    padding-left: 15px;
}
.galleryblock .link-block li{
 list-style: none;
 position: relative;
 padding-left: 30px;
 margin-bottom: 18px;
}
.galleryblock .link-block li a:hover{
    color:#000;
    text-decoration: underline;
}
.galleryblock .link-block li::before{
    content: '+';
    display: block;
    left:0px;
    top: -10px;
    position: absolute;
    font-size: 32px;
}
.galleryblock .leftBlockimg{
    height: 580px; margin-bottom: 40px;
}
.galleryblock .rightBlockimg{
    height: 300px; margin-bottom: 40px;
}
.galleryblock  h6{
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 18px;
    letter-spacing: 2px;
    padding-left: 15px;
}
.galleryblock  h3{
    font-family: 'HelveticaNeueLTStd-ThEx';
    font-size: 38px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}



/*---FOR HOME SLIDER CSS----*/


.younger_block {
    top: 600px;
}
.homeBanner{  
    background: #fff;
    height: 850px;
    padding-bottom: 60px;
}

.homeBanner .img-block{
    height: 800px;
}
.homeBanner img{
    height: auto!important;
}
.homeBanner .flex-control-nav, .flex-direction-nav{
    display: block!important;
    bottom: 10px!important;
    z-index: 9999;
}
.homeBanner .flex-direction-nav{
    display: none!important;
}
.homeBanner .slides li{
    position: relative;
}
.homeBanner .slides li .caption-block{
    display: block;
    bottom: 80px;
    left: 50px;
    position: absolute;
    width: 530px;
}

.homeBanner .slides li .caption-block h1,
.homeBanner .slides li .caption-block .title{
    font-family: 'Bebas Neue', cursive;
    font-size: 75px;
    line-height: 74px;

}
.homeBanner .slides li .caption-block hr{
    border-top: 3px solid #080808;
    margin: 0;
    margin-bottom: 8px;
}
.homeBanner .slides li .caption-block p{
    font-size: 18px;
    font-family: HelveticaNeueLTStd_Roman;
}
.homeBanner .slides li .caption-block .btn{
    font-family: 'Bebas Neue', cursive;
    font-size: 35px;
    padding: 5px 50px 0;
    border: 1px solid #000;
    border-radius: 0;
    line-height: 60px;
    position: relative;
}
.homeBanner .slides li .caption-block .btn.btn-default::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: right;
    transition: width 0.35s ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}
.homeBanner .slides li .caption-block .btn.btn-default:hover::after{
    width: 100%;
}
.homeBanner .slides li .caption-block .btn.btn-default{
    background: #fff;
}

.homeBanner .slides li .caption-block .btn.btn-blk{
    background: #000;
    color:#fff
}
.homeBanner .slides li .caption-block .btn.btn-blk::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transform-origin: right;
    transition: width 0.35s ease;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
}
.homeBanner .slides li .caption-block .btn.btn-blk:hover::after{
    width: 100%;
}
@media (max-width: 1024px){
    .section-2__procedures_line .section-2__procedures_line_box h2{
        font-size: 50px;
    }
}
@media (max-width: 767px){
    .homeBanner {

        height: 500px;

    }
    .homeBanner .img-block {
        height: 450px;
    }
    .homeBanner .slides li .caption-block h1,
    .homeBanner .slides li .caption-block .title{
        font-size: 50px;
        line-height: 52px;
    }
    .homeBanner .slides li .caption-block p {
        font-size: 16px;
    }
    .homeBanner .slides li .caption-block .btn {
        font-size: 22px;
        padding: 5px 26px 0;
        line-height: 40px;
    }
    .homeBanner .slides li .caption-block {
        bottom: 50px;
        left: 30px;
        width: 320px;
    }
    .skinCare-Service h3{
        font-size:18px;
        margin-bottom: 0px;
    }
    .skinCare-Service {
        padding-bottom: 20px;
    }
}
@media (max-width: 600px){
    .btn_syc.collapsed,
    .btn_syc{
        height: 90px;
        font-size: 20px;
        line-height: 20px;
    }
    .section-2__procedures_line .section-2__procedures_line_box{
        width: 100%;
    }
    .section-2__procedures_line .section-2__procedures_line_box:first-child {
        border: 3px solid #c6a062;
        order: 2;
    }
    .section-2__procedures_line .section-2__procedures_line_box h2{
        font-size: 30px;
        text-align: center;
    }
}
@media (max-width: 430px){
    .homeBanner .slides li .caption-block {
        bottom: 15px;
        left: 15px;
        width: 280px;
    }
    .homeBanner .slides li .caption-block h1,
    .homeBanner .slides li .caption-block .title {
        font-size: 43px;
        line-height: 36px;
    }
    .homeBanner .slides li .caption-block p {
        font-size: 14px;
    }
    .homeBanner .slides li .caption-block .btn {
        font-size: 22px;
        padding: 5px 16px 0;
    }
}



.mob-footer{
    text-align: center;
    font-size: 18px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;

}
.mob-footer ul.blkstrip{
	text-align:center;
	background:#000;
	color:#fff;
	padding-left:0px;
	display:table;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin-bottom: 0px;
}	
.mob-footer ul.blkstrip li{
	list-style:none;
	display:table-cell;
	font-family: 'Bebas Neue', cursive;
	font-size:30px;
	border-left:1px solid #fff;
	padding:8px 0;
}
.mob-footer ul.blkstrip li a{
	color:#fff;
}
.mob-footer ul.blkstrip li:first-child{
	border:0px;
}
.mob-footer .social-panel{
	margin:20px 0px 10px;
}
.mob-footer .social-panel a{
	border: 1px solid #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
    padding-top: 2px;
}
@media screen and (max-width: 767px){
    .mob-footer ul.blkstrip li {
       font-size:20px;
       padding: 8px 0 6px;
   }
   .mob-footer ul.blkstrip li:last-child{
       padding: 8px 5px 6px;
   }
   .mob-footer ul.blkstrip li:first-child img{
       width: 45px;
   }
   .mob-footer .addtxt{
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    width: 220px;
    left: 35%;
    height: 58px;
    top: -18px;
    text-align: center;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    border-radius: 4px;
}
.mob-footer .social-panel {
    margin: 8px 0px 6px;
}
body {
    padding-bottom: 130px;
}
.homeBanner .img-block {
    height: 350px!important;
}
.homeBanner {
    height: 385px;
}
.rejuvenate_block{
    display:none;
}
.treatment-news {
    padding: 0px 30px 20px;
    width: 92%;
    margin: 0px auto;
}
.padding_h_70 {
    padding: 0 40px;
}
}

.catDescription p{text-align: left!important;}

.skinCare-Service a .support-team-img{
	transition:all .4s;
}
.skinCare-Service a .support-team-img:hover{
	opacity:.5
}
.homeBanner .flex-control-paging li a{
    height: 3px!important;
    width: 30px!important;
    background: rgba(0, 0, 0, 0.3)!important;
}
.homeBanner .flex-control-paging li a.flex-active{
    background: rgba(0, 0, 0, 1)!important;

}
@media screen and (max-width: 450px){
    .skinCare-Service a .support-team-img {
        transition: all .4s;
        height: 200px!important;
    }
    .treatment-news {

        width: 100%;
    }
    .padding_h_70 {
        padding: 0 17px;
    }
}



#scrollUp {
    bottom: 85px!important;
    right: 3px!important;

}

.mob-footer .fa-minus-circle:before {
    content: "\f056"!important;
}
@media (max-width: 1280px){
    .main_menu ul li a {
        margin-right: 8px;
    }
    .schedule-btnwrap .btn{
        font-size: 14px;
        height: 36px;
        top: -11px;
        left: 7px;
    }
}
@media screen and (max-width: 1200px){
    .contact-form .specialties-block.related-block .service-wrap .btnwrap {
        height: 324px;
        font-size: 24px;
    }
    
    .header .logo img {
        width: 210px;
        margin-top: 12px;
    }
    .header h1,
    .header .logo_mobile {
        padding: 5px 0 5px 0;
        font-size: 40px;
    }
    .menu_icon {
        left: 10px;
        top: 8px;
        transform: scale(.7);
    }
}
@media screen and (max-width: 992px){
    .contact-form .specialties-block .visit-section .service-wrap{
        margin-top:20px;
    }

}

.faciliytwrap img{
    width: initial;
    height: fit-content;

}
.faciliytwrap td{
    padding: 0px 12px;
    font-size: 16px;
}
.videoblock{
    max-width: 700px;
    margin: 0px auto;
    display: block;
    position: relative;
    left: -55px;
    top: -200px;
}
.videoblock h2{
    text-align: center;
}
.videoblock iframe{
    width: 100%!important;
}
@media screen and (max-width: 992px){
    .faciliytwrap {
        width: 100%!important;
    }
}

@media screen and (max-width: 767px){
    .faciliytwrap img{
        width: 100%;    
    }
    .faciliytwrap td{
        padding: 0px 0px;
        width: 50%!important;
    }
    .step-section .tab-content .btn-default {
        padding: 18px 25px;
    }
    .videoblock{
        left: 0;
        top:-42px;
    }
    .breadcrumb-area #SmNvi{
        float: inherit;
    }
}
@media screen and (max-width: 450px){
    .faciliytwrap img{
        height: 180px;
        object-fit: contain;

    }
}



.service-block{
	text-align:center;
	padding:60px 20px;
	margin-bottom:40px
}
.service-block h3{
	text-align: center;
    font-family: HelveticaNeueLTProTh;
    font-size:40px;
    color:#fff;
    letter-spacing: 2px;
}
.service-block p{
	text-align:center;
	color:#fff;
}
.service-block p.info{
	padding-bottom:50px;
	font-size:20px;
	font-weight:400!important;
  font-family: HelveticaNeueLTProTh!important;
}
.service-block hr{
	max-width:300px;
	margin:20px auto;
	border-top:1px solid rgba(255,255,255,.3);
}
.service-block p.btn2{
  font-family: HelveticaNeueLTProTh!important;
  font-weight:400!important;
}
.service-block p.btn2 a{
  font-weight:400!important;
  letter-spacing: 2px;
  text-transform:uppercase;
}
.visible-1024{
    display: none;
}
 .banner-masthead {
	padding: 5px;
    background: #000;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999;
}
.banner-masthead p,
.banner-masthead a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-family: OPTIAlternateThree;
}
.main_menu {
    top: 45px;
}

@media (max-width: 1300px){
	.service-block h3{
		font-size:28px;
	}
	.service-block hr{
		max-width:200px;
	}
	.service-block p.info{
		font-size:16px;
	}
}
@media (max-width: 1300px){
	.tnews-info .tnews-des{
		margin-top:110px;
	}
}
@media (max-width: 1250px) {
.main_menu {
    display: none;
}
.header {
    top: 46px;
}
.banner-masthead p, .banner-masthead a {
    font-size: 17px;
}
.sidenav {
    padding-top: 35px;
}
.sidenav .Search-panel {
    top: 50px;
}
}

@media (max-width: 1200px){
    .social-seciton #st-1.st-animated, .col-lg-4 .social-widget #st-1.st-animated{
        text-align: right!important;
    }
    .breadcrumb-area .social-widget p.title, .breadcrumb-area .social-widget{
        text-align: right;
        margin-top: -4px;
    }
    .navbar-toggle + ul{
      padding-left:0px;
  }

}
@media (max-width:1024px){
    .icon_block{
        display: none;
    }
    .visible-1024{
        display: block;
    }
    .hidden-1024{
        display: none;
    }
    .rejuvenate_block, .younger_block{
      display:none;
  }
}
@media (max-width: 770px){
	.rejuvenate_block, .younger_block{
		display:none;
	}
	.info-blog .res_block_img.lastimg{
		right:0px;
		left:inherit;
	}

}

@media (max-width: 767px){
	.service-block h3{
		font-size:25px;
	}
	.service-block hr{
		max-width:150px;
	}
	.service-block p.info{
		font-size:14px;
	}
	.treatment-news {
        padding: 0px 0px 20px; 
    }
    .service-block{
      margin-top:30px;
      margin-bottom:0px
  }
  .first-step .wpcf7-form .wpcf7-checkbox label{
      display:block!important;
      min-width:316px!important;
  }
  .homeBanner .flex-control-nav, .flex-direction-nav{
      bottom:-50px!important;
  }
  .schdule {
      position:relative;
      z-index:999;
      margin-bottom:20px;
  }
  h3.schedule{
    width: 310px!important;
}
	#agreeTerms .head {
	    font-size: 26px;
		padding: 10px;	
	}
	#agreeTerms .subscribe-widget {
		padding: 15px !important;
	}
	#agreeTerms .subscribe-widget p {
		font-size: 16px!important;
	}
	#agreeTerms .modal-dialog {
		margin-top: 220px !important;
	}
		#agreeTerms .btn-default {
		padding: 10px 10px;
		font-size: 12px;
	}

}
@media (max-width: 440px) {
.header {
    top: 53px;
}
.banner-masthead p, .banner-masthead a {
    font-size: 15px;
}
.sidenav {
    padding-top: 55px;
}
}
@media (max-width: 360px) {
.banner-masthead p, .banner-masthead a {
    font-size: 14px;
}
}

.footer-section{margin-top:0px!important;}


.service-block p.btn2 span {
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  background: #000;
  border: 0px solid #000;
  transition: 0.5s all;
  width: 250px;
  display: block;
  margin: 0px auto 0px;
  font-family: HelveticaNeueLTProTh;
  font-weight: 700;
  letter-spacing: 1px;
  transform: scale(1.1,1.1);
  position: relative;
  transition: color 0.35s ease;
  text-transform:uppercase;
}
.service-block p.btn2 span::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #5e5e5e;
    transform-origin: right;
    transition: width 0.35s ease;
    z-index: -1;
}
.service-block:hover .btn2 >span::after {
    color: #fff;
    background: #5e5e5e;
    border: 1px solid #fff;
    transition: 0.5s all;
    width:100%;
}

.tab-content>.active{
    opacity: 1;
}
.effect{
	position:absolute;
	top:0px; 
	left:0px;
	height:100%;
	width:0%;
	background:rgba(255,255,255,.5);
	display:block;
	
}
.surgeons-title, .surgeons-title2, .surgeons1, .surgeons2, .effect{
	transition:all .4s;
}
.surgeons2 a:hover .surgeons-title2 .effect,
.surgeons1 a:hover .surgeons-title .effect{
	width:100%;
}

#navbox .nav_sub_box,
#navbox .nav_sub {display: none;}
#navbox .nav_sub_box.current,
#navbox .nav_sub.current2 {display: block;}
#navbox .subtitle {
    font-size: 18px;
	cursor: pointer;
	position:relative;
	border-bottom: none;
}
#navbox .subtitle:hover {
   color: #c6a062 !important;
}
#navbox .activelink {
   color: #c6a062 !important;
}
#navbox .subtitle:after,
#navbox .nav_title:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	padding-left: 5px;
}
#navbox .subtitle.activelink:after,
#navbox .nav_title.activelink:after {
    content: "\f0de";
	position: relative;
    top: 3px;
}

#navbox ul li a {
    font-size: 16px;
	text-transform: none !important;
}
#navbox .nav_sub_box a {
	font-family: HelveticaNeueLTStdLt;
}
#navbox .drop_down_menu.single-linemenu {
	right: auto;
    left: -23px;
	transition: none !important;
}
#navbox .aboutnav .drop_down_menu.single-linemenu {
	left: 100%;
    margin-left: -130px;
}
#navbox li .col-sm-12 {
	margin-bottom: 10px;
}

@media (min-width: 768px){
    .breadcrumb-area #SmNvi{
        text-align: right;
    }
}
@media screen and (max-width: 1200px){
    .beforAfter-block .btn.btn-after {
      width: 100% !important;
    }
}
  @media screen and (max-width: 1350px){
    .beforAfter-block .btn.btn-after {
      padding: 20px 40px;
    }
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}