#container {
	max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: block;
}


.scroller{
	background: transparent;
	border: transparent;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

.scroller:hover{
	color: #CB3A83;
}


.scroller:focus{
		  outline: none; 
}

.top{
	margin-top: 90px;
}





.top-upper img{
	width: 100%;
	height: 450px;
}

.top-upper-left img{
	width: 100%;
	height: auto;
}

.top-upper-mid{
	width: 34%;
	height: auto;
	float: left;
	overflow: hidden;
}

.top-upper-mid img{
	width: 100%;
	height: auto;
}

.top-upper-right{
	width: 33%;
	height: auto;
	overflow: hidden;
}

.top-upper-right img{
	width: 100%;
	height: auto;
}

.top-lower-des{
	background-color: #0BACE0;
	padding: 30px 0;
	margin-top: -3px;
}

.top-lower-mob{
	background-color: #0BACE0;
	padding: 30px 0;
	margin-top: -3px;
       display: none;
}

.top-lower-des h3{
	color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    display: block;
    font-size: 42px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
	width: 900px;
	margin: 0 auto;
}

.top-lower-mob h3{
	color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    display: block;
    font-size: 42px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
	width: 90%;
	margin: 0 auto;
}

#la{
	color: #E6681B;
}

.head{
    padding-top: 50px;
}



.head .inner_head{
    width: 90%;
    margin: 0 auto;
}

.head .inner_head .con .headLeft {
    margin-top: 50px;
}

.head .inner_head .con .headLeft img{
    width: 100%;
	height: auto;
}

.head .inner_head .con .headLeft .user {
    width: 95%;
    float: left;
    overflow: hidden;
}

.head  h2 {
    color: #333333;
    display: block;
    font-size: 42px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
}




.head #get_proposal {
    width: 310px;
    text-align: left;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    background: #10AFE9;
    border: 1px solid #10AFE9;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 20px;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    Font-Family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: all .5s;
}


.head #get_proposal:hover {
    background: #FF8754;
    border: 1px solid #FF8754;
    transition: all .5s;
}


.head .inner_head .con .headLeft .userVai {
    display: none;
}

.head .con .headRight .form-maker {
    width: 350px;
    height: auto;
    margin-left: 20%;
    margin-top: 50px;
    background: #ffffff;
    padding-bottom: 20px;
    float: right;
    overflow: hidden;
    margin-bottom: 75px;
    position: relative;
	box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
	z-index: 100;
	border-radius: 5px;
}

.head .con .headRight .form-maker .form-header h3 {
    color: #333333;
    display: block;
    font-size: 28px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.head .con .headRight .form-maker .form-header h2 {
    color: #333333;
    display: block;
    font-size: 40px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
}

.head .con .headRight .form-maker .form-header p {
    color: #333333;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: regular;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    line-height: 130%;
    margin-top: 10px;
}

.form-maker input {
	background: #f0f0f0;
    color: #666666;
    margin: 0 auto;
}

.form-maker #name {
    margin-top: 15px;
}

.form-maker #name,
.form-maker #email,
.form-maker #phone {
    width: 320px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-radius: 5px;
    Font-Family: 'Lato', sans-serif;
    border: 1px solid #f0f0f0;
}

.form-maker #name1,
.form-maker #email1,
.form-maker #phone1 {
    width: 320px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-radius: 5px;
    Font-Family: 'Lato', sans-serif;
    border: 1px solid #f0f0f0;
}

.form-maker textarea {
    width: 320px;
	background: #f0f0f0;
    color: #666666;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-radius: 5px;
    Font-Family: 'Lato', sans-serif;
	border: 1px solid #f0f0f0;
}


.form input[type="submit"] {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px !important;
    background: #10AFE9;
    border: 1px solid #10AFE9;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 20px 0;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    Font-Family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: all .5s;
}

.form input[type="submit"]:hover {
    background: #FF8754;
    border: 1px solid #FF8754;
    transition: all .5s;
}

.form1 input[type="submit"] {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px !important;
    background: linear-gradient(to bottom , #be4c9a, #f50a5c);
    border: 1px solid #be4c9a;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 20px 0;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    Font-Family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: all .5s;
}

.form1 input[type="submit"]:hover {
    background: linear-gradient(to bottom , #f50a5c, #be4c9a);
    border: 1px solid #be4c9a;
    transition: all .5s;
}

.head .con .headRight .form-maker p {
    color: #ffffff;
    display: block;
    font-size: 20px;
    Font-Family: 'Lato', sans-serif;
    font-weight: regular;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.stunning{
	padding-top: 50px;
	padding-bottom: 50px;
}

.stunning .con {
    width: 90%;
    margin: 0 auto;
}

.stunning .stunning_foot_des h6 {
    color: #009754;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
}

.stunning .stunning_foot_des h3 {
    color: #272727;
    display: block;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 35px;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
	line-height: 110%;
}

.stunning .stunning_foot_des #live-pain {
    margin-bottom: 30px;
}

.stunning .stunning_foot_des p {
    color: #393939;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 10px;
	width: 580px;
	line-height: 110%;
}



.stunning .con .vir{
    width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
}



.again #Surgical {
    color: #393939;
    display: block;
    font-size: 20px;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
	width: 70% !important;
	margin: 0 auto;
	margin-bottom: 70px !important;
}

#free-consult{
	color: #d33c88;
	font-weight: 700;
}

.stunning .stunning_foot_des .ata{
	margin-top: 70px;
	margin-bottom: 15px;
}

.stunning .stunning_foot_des #eas {
    padding-top: 30px !important;
}

.stunning .stunning_foot_des p i{
    margin-right: 10px;
    color: #16ABE5;
}

.sub-li{
	margin-left: 30px;
	margin-top: 0;
}

.sub-li p{
	font-size: 18px !important;
}



.mob-leg{
	   display: none;
}


/**Result**/

.result {
    padding-top: 50px;
	padding-bottom: 50px;
	background-color: #333333;
}

.result .con{
    width: 90%;
	margin: 0 auto;
}


.result h3 {
    color: #ffffff;
    display: block;
    font-size: 42px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
	margin-bottom: 35px;
}

.result h5 {
    color: #0BAEE5;
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    Font-Family: 'Lato', sans-serif;
    font-weight: 600;
    text-align: center;
}

.result p {
    color: #E96519;
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
}

.result .con .mySlider {
    width: 100%;
    margin: 0 auto;
}

.result .con .mySlider .item{
	width: 550px;
	margin: 0 auto;
	height: auto;
}

.slider .slick-prev:before {
  color: #232323;
}

.slider .slick-next:before {
  color: #232323;
}

.testCon {
    width: 70%;
    margin: 0 auto;
}


.more {
    padding: 50px 0;
}

.more .con {
    width: 90%;
    margin: 0 auto;
}

.more h3 {
    color: #16ABE5;
    display: block;
    font-size: 42px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
	margin-bottom: 25px;
}

.more #wos {
    color: #393939;
    display: block;
    font-size: 20px;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
	width: 900px;
	margin: 0 auto;
    margin-bottom: 25px;
	line-height: 120%;
}

.more .three-star{
	margin-top: 50px;
}

.more .three-star .one {
  width: 30%;
  float: left;
  overflow: hidden;
  background-image: url("../img/analogue-black-and-white-blur-190974.jpg"); /* The image used */
  height: 400px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.more .three-star .two {
  width: 30%;
  float: left;
  overflow: hidden;
  margin-left: 5%;
  margin-right: 5%;
  background-image: url("../img/aperture-black-blur-274973.jpg"); /* The image used */
  height: 400px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  margin-left: 35px;
  margin-right: 35px;
}

.more .three-star .three {
  width: 30%;
  overflow: hidden;
  background-image: url("../img/blur-camera-electronics-1436131.jpg"); /* The image used */
  height: 400px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.more .three-star h4{
	color: #ffffff;
    display: block;
    font-size: 32px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
	margin-top: 200px;
	margin-bottom: 25px;
	margin-left: 20px;
}

.more .three-star p{
	color: #ffffff;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
	margin-left: 20px;
	line-height: 110%;
}


.more #wht {
    color: #393939;
    display: block;
    font-size: 20px;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
	width: 900px;
	margin: 0 auto;
    margin-top: 40px;
	line-height: 120%;
	
}

.more .dmp{
	background-color: #0BACE0;
	padding: 30px 0;
	margin-top: 30px;
}

.more .dmp .cone{
	width: 90%;
	margin: 0 auto;
}

.more .dmp .cone .dmp-left{
	width: 25%;
	float: left;
	overflow: hidden;
	margin-right: 10%;
}

.more .dmp .cone .dmp-right{
	width: 65%;
	overflow: hidden;
}

.more .dmp .cone p {
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 10px;
	line-height: 110%;
}

.more .dmp .cone p i{
	margin-right: 10px;
}

.more .dmp .cone h3{
	color: #ffffff;
    display: block;
    font-size: 32px;
    Font-Family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
	width: 150px;
	margin: 0 auto;
	line-height: 120%;
	margin-top: 25px;
}

#tfxs{
	float: left;
	overflow: hidden;
	width: 60px;
	height: auto;
	margin-left: 25px;
	margin-right: 15px;
}

.more #tfxs{
	margin-top: -15px;
}



.more #get_proposal {
    width: 310px;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px !important;
    background: #10AFE9;
    border: 1px solid #10AFE9;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding-top: 23px;
    padding-bottom: 25px;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    Font-Family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: all .5s;
}

#cut{
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 400;
}

#num22{
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 700;
	top: 40px !important;
}


.more #get_proposal:hover {
    background: #FF8754;
    border: 1px solid #FF8754;
    transition: all .5s;
	
}

#get_proposal:hover {
    text-decoration: none;
	
}

/** once_more **/

.once_more .con {
    width: 90%;
    margin: 0 auto;
	margin-top: 100px;
}

.once_more h3 {
    color: #272727;
    display: block;
    font-size: 22px;
    margin-bottom: 75px;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
	text-align: center;
}

.once_more h5 {
    color: #272727;
    display: block;
    font-size: 16px;
    margin-bottom: 50px;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
	text-align: center;
}

.once_more p {
    color: #333333;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 10px;
}

.once_more .row{
	margin-bottom: 50px;
}

.once_more .row p {
	width: 241px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.once_more .row p:last-child{
	margin-bottom: 0;
}


.once_more p i{
    margin-right: 10px;
}

.valves{
	text-align: center;
	margin-bottom: 50px !important;
}

/**Slider**/

.slider{
	background: #f6f6f6;
}


.slid{
	background: #f6f6f6;
}

.slid .con {
    width: 90%;
    margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}

.slider .con {
    width: 90%;
    margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
.slider .con .yourSlider {
    width: 100%;
    margin: 0 auto;
}

.slider h3{
    color: #272727;
    display: block;
    font-size: 42px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}

.slider img{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.slid h3{
    color: #272727;
    display: block;
    font-size: 28px;
    margin-bottom: 50px;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
	text-align: center;
}

.slid p{
    color: #333333;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0 auto;
	text-align: center;
	line-height: 110%;
}

.slider i{
    color: #333333;
    display: block;
    font-size: 26px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0 auto;
	text-align: center;
}

.slider .yourSlider p{
    color: #333333;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 30px;
	text-align: center;
}


.foot{
    width: 100%;
    height: 650px;
    background-repeat: no repeat;
    background-image: url("../img/Footer - Suedecosmetic Landing Page.jpg"); /* The image used */
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
 
    
}



.foot .inner_head .con {
    width: 90%;
    margin: 0 auto;
}

.foot .inner_head .con .headLeft {
    margin-top: 400px;
}

.foot .inner_head .con .headLeft {
    margin-top: 150px;
}

.foot .inner_head .con .headLeft .user {
    width: 95%;
    float: left;
    overflow: hidden;
}

.foot .inner_head .con .headLeft h2 {
    color: #FFFFFF;
    display: block;
    font-size: 56px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 110%;
    text-align: left;
}

.foot .inner_head .con .headLeft h3 {
    color: #FFFFFF;
    display: block;
    font-size: 36px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: left;
	margin: 15px 0;
}

.foot .inner_head .con .headLeft p {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
	width: 470px;
	line-height: 110%;
}

.foot #get_proposal {
    width: 310px;
    text-align: left;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    background: linear-gradient(to bottom , #009653, #005c33);
    border: 1px solid #009653;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 20px;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    Font-Family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: background-color .5s;
}


.foot #get_proposal:hover {
    background: linear-gradient(to bottom , #005c33, #009653);
    border: 1px solid #009653;
    transition: all .2s;
}

.foot .inner_head .con .headLeft h2 #aev {
    font-size: 52px;
    font-weight: 900;
}

.foot .con .headRight .form-maker {
    width: 350px;
    height: auto;
    margin-left: 20%;
    margin-top: 20px;
    background: #FFFFFF;
    padding-bottom: 35px;
    float: right;
    overflow: hidden;
    position: relative;
	box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
	z-index: 100;
}

.foot .con .headRight .form-maker .form-header h3 {
    color: #272727;
    display: block;
    font-size: 28px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}

.foot .con .headRight .form-maker .form-header h2 {
    color: #272727;
    display: block;
    font-size: 40px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
}

.foot .con .headRight .form-maker .form-header p {
    color: #272727;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    Font-Family: 'Lato', sans-serif;
    font-weight: regular;
    text-align: center;
    width: 310px;
    margin: 0 auto;
    line-height: 130%;
    margin-top: 10px;
}


.thank{
	text-align: center;
	padding-top: 150px;
}

.thank img{
	width: 450px;
	height: auto;
	
}

.thank p{
	font-size: 21px;
	Font-Family: 'Lato', sans-serif;
	color: #111E2C;
	font-weight: 500;
	padding: 50px 0;
	line-height: 130%;
	text-align:center;
}





.inner_headp {
    background: rgba(59, 114, 159, 0.55);
    float: left;
    height: 100%;
    width: 100%;
}



/************Responsive**********/








@media only screen and (max-width:1670px) {
	
	.sl{
		padding-top: 0px;
	}
    
}



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

@media only screen and (max-width:1376px) {
    
    
    .stunning .stunning_foot_des h3 {
   		margin-top: 0px;
	}
   
	
	
	.sl{
		padding-top: 0px;
	}
	
	.stunning .stunning_foot_des .ata{
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 1250px) {
	.more .three-star h4 {
		font-size: 28px;
		margin-bottom: 20px;
		margin-top: 150px;
	}
}

@media only screen and (max-width: 1198px) {
	
	

	.result .con img {
		width: 400px;
		height: auto;
	}
	
	.stunning .stunning_foot_des p {
		color: #393939;
		display: block;
		font-size: 20px;
		margin-bottom: 0;
		Font-Family: 'Lato', sans-serif;
		font-weight: 400;
		margin-top: 10px;
		width: 500px;
		line-height: 110%;
	}
}

@media only screen and (max-width: 1098px) {
	.more .three-star h4 {
		font-size: 24px;
		margin-top: 150px;
	}
}




@media only screen and (max-width:990px) {
    
    .top-lower{
		display: none !important;
	}

	.top-lower h3{
		width: 90% !important;
	}
	
	
    .head .inner_head .con .headLeft .user, .foot .inner_head .con .headLeft .user {
        width: 100%;
        float: none;
    }
	
    .head .inner_head .con .headLeft, .foot .inner_head .con .headLeft{
        margin: 0 auto;
        margin-top: 50px;
        text-align: center;
    }
    
	
    .head .inner_head .con .headLeft h2, .foot .inner_head .con .headLeft  h2{
        font-size: 42px;
        text-align: center;
    }
    .head .inner_head .con .headLeft h3, .foot .inner_head .con .headLeft h3{
        font-size: 32px;
		text-align: center;
    }
	
    .head .inner_head .con .headLeft p, .foot .inner_head .con .headLeft p{
        text-align: center;
        width: 80%;
		margin: 0 auto;
    }
	
	.head #get_proposal , .foot #get_proposal {
		width: 310px;
		margin: 0 auto;
		margin-top: 30px !important;
		margin-bottom: 20px !important;
	}
	
    .head .con .headRight .form-maker , .foot .con .headRight .form-maker {
        width: 350px;
        height: auto;
        margin: 0 auto;
        margin-top: 25px;
        padding-bottom: 35px;
        float: none;
        position: relative;
    }
	
	.stunning .stunning_foot_des h6 {
		text-align: center;
	}
	
	.stunning .stunning_foot_des h3 {
		font-size: 32px;
		margin-top: 0px;
		margin-bottom: 25px;
	}
	
	.stunning .stunning_foot_des p {
		font-size: 20px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	#why-us .con {
		padding-top: 0px !important;
	}
	
	
	.stunning .con .vir{
		width: 450px;
		height: auto;
		margin-bottom: 30px;
	}
	
}

@media only screen and (max-width:1050px) {
    .logo {
        width: 40%;
        float: left;
    }
    .resmenu {
        width: 40%;
        float: left;
        text-align: left;
    }
    .header-contact a {
        color: #262626;
        font-size: 15px;
    }
    .head .inner_head .con .headLeft h3 {
        font-size: 32px;
        line-height: 140%;
    }
	
	
	#break{
		display: none;
	}
}



@media only screen and (max-width:990px) {


	.head{
		padding-bottom: 40px;
	}

	.sl{
		margin-top: 50px;
	}
    
    #why-us{
     padding-top: 0 !important;
}
    

	.result .con img {
		width: 400px;
		height: auto;
	}
	
	.include{
		background: #f6f6f6;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 50px 0;
	}
   
   .des-leg{
	   display: none;
   }
   
   
	
	.stunning .con {
    margin-bottom: 0px;

}
	
	.stunning .con h3{
		text-align: center;
	}
	
	
	.stun{
		background: #ffffff;
		padding-bottom: 50px;
	}
	
	.again #Surgical {
		width: 90% !important;
		margin: 0 auto;
		margin-bottom: 30px !important;
	}
	
	.sub-ccc{
		width: 90%;
		margin: 0 auto;
	}
	
	.sub-ccc p{
		text-align: left !important;
		margin-bottom: 10px !important;
	}
   
   .mob-leg{
	   display: block;
	   margin-top: 50px;
   }
   
   .more #wos {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 25px;
	}
   
   .more .three-star .one {
	  width: 400px;
	  float: none;
	  margin: 0 auto;
	}

	.more .three-star .two {
	  width: 400px;
	  float: none;
	  margin: 0 auto;
	  background-size: cover; /* Resize the background image to cover the entire container */
	  margin-top: 35px;
	  margin-bottom: 35px;
	}

	.more .three-star .three {
	  width: 400px;
	  overflow: hidden;
	  margin: 0 auto;
	}
	
	.more .three-star h4 {
		font-size: 32px;
		margin: 0 auto;
		margin-top: 190px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.more .three-star p {
		text-align: center;
		width: 350px;
		margin: 0 auto;
	}
    
   .more .con {
		margin-top: 0px;
	}
	
	.more{
		padding: 70px 0;
		
	}
	
	.more #get_proposal{
		margin-bottom: 0 !important;
	}
	
    .more h3 {
		margin-bottom: 50px;
	}

	.more .row p {
		margin-bottom: 10px;
	}

	.more .reflux{
		text-align: center;
		margin-top: 40px;
	}
	
	.more #wht {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
	}

	.once_more .con {
		margin-top: 50px;
	}
	
	.once_more h3 {
		margin-bottom: 40px;
	}
	
	.once_more #prank{
		margin-top: 20px;
	}
	
	.slider{
		margin-top: 380px;
	}
	
	.slider .con .yourSlider {
		width: 90%;
		margin: 0 auto;
	}

}

@media only screen and (max-width:926px) {
    .why br {
        display: none;
    }
}

@media only screen and (max-width:900px) {
    .bookNow {
        width: 600px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:820px) {
	
	
    .stunning_head .hor {
        width: 180px;
    }
    .stunning_head h1 {
        font-size: 26px;
    }
    .result .con .hor {
        width: 180px;
    }
    .result .con h1 {
        font-size: 26px;
    }
    .why .con .hor {
        width: 180px;
    }
    .why .con h1 {
        font-size: 26px;
    }
    .why .con p {
        font-size: 15px;
    }
    .comment .con .hor {
        width: 180px;
    }
    .comment .con h1 {
        font-size: 26px;
    }
    .comment .con .below p {
        font-size: 15px;
    }
    .comment .con .below img {
        width: 25px;
    }
    .satisfaction .con .hor {
        width: 180px;
    }
    .satisfaction .con h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width:700px) {
	

	.slider {
		margin-top: 300px;
	}
	 
   
	.top-lower h3{
		font-size: 36px;
	}
	
	.more .dmp .cone .dmp-left{
		width: 95%;
		float: none;
		margin: 0 auto;
		overflow: overflow;
	}

	.more .dmp .cone .dmp-right{
		width: 100%;
		margin: 0 auto;
		overflow: overflow;
	}

	.more .dmp .cone p {
		color: #ffffff;
		display: block;
		font-size: 20px;
		margin-bottom: 0;
		Font-Family: 'Lato', sans-serif;
		font-weight: 400;
		margin-top: 10px;
		line-height: 110%;
	}

	.more .dmp .cone p i{
		margin-right: 10px;
	}

	.more .dmp .cone h3{
		color: #ffffff;
		display: block;
		font-size: 32px;
		Font-Family: 'Lato', sans-serif;
		font-weight: 700;
		text-align: center;
		width: 100% !important;
		margin: 0 auto;
		line-height: 120%;
		margin-top: 25px;
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width:664px) {
    .head .inner_head .con .headLeft .userVai {
        display: none;
    }
    .head .inner_head .con .headLeft .user {
        display: block;
    }
	
	.slider {
		margin-top: 270px;
	}
	
	
}

@media only screen and (max-width:612px) {
    
	.result .con .mySlider .item{
		width: 100% !important;
	}
	
	.result .con .mySlider .item iframe{
		width: 100% !important;
		height: 300px !important;
	}
	
    .more #head_img {
        width: 180px;
    }
    .more #processing {
        width: 300px;
    }
    
	
	
	.foot{
		height: 1050px;
	}
}

@media only screen and (max-width:550px) {
	
	#name-error{
			top: 180px !important;
		}
		
		#email-error{
			top: 245px !important;
		}
		
		#phone-error{
			top: 307px !important;
		}

	.result .con .mySlider .item iframe{
		height: 280px !important;
	}
	
    .head .inner_head .con {
        width: 95%;
        margin: 0 auto;
    }
    
    .head .inner_head .con .headLeft p, .foot .inner_head .con .headLeft p {
	    
	    width: 100%;
	}
	.foot .inner_head .con {
        width: 95%;
        margin: 0 auto;
    }
    .head .con .headRight .form-maker .form-header p {
        width: 90%;
    }
	.foot .con .headRight .form-maker .form-header p {
        width: 90%;
    }
    .head .con .headRight .form-maker {
        width: 100%;
    }
	.foot .con .headRight .form-maker {
        width: 100%;
    }
    .form-maker #name,
    .form-maker #email,
    .form-maker #phone,
	.form-maker #name1,
    .form-maker #email1,
    .form-maker #phone1,
    .form-maker textarea,
    .form input[type="submit"] {
        width: 90%;
    }
	.form1 input[type="submit"] {
        width: 90%;
    }
	
   
   

	.result .con img {
		width: 300px;
		height: auto;
	}
	.result .con img:first-child{
		margin-left: 15px;
	}
	
	.slider {
		margin-top: 270px;
	}
}

@media only screen and (max-width:508px) {
	
	 .more .three-star .one {
		  width: 90%;
		  margin: 0 auto;
		}
		
	.result .con .mySlider .item iframe{
		height: 260px !important;
	}
		
	.stunning .con .vir{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.more .three-star .two {
	  width: 90%;
	  margin: 0 auto;
	  margin-top: 35px;
	  margin-bottom: 35px;
	}

	.more .three-star .three {
	  width: 90%;
	  overflow: hidden;
	  margin: 0 auto;
	}
	
	.more .three-star p {
		text-align: center;
		width: 95%;
		margin: 0 auto;
	}
	
    .satisfaction {
        height: 400px;
    }
    .testCon {
        width: 99%;
        margin: 0 auto;
    }
    
   
   .thank img{
	width: 250px;
	height: auto;
	
}

.thank p{
	font-size: 16px;
	Font-Family: 'Lato', sans-serif;
	color: #111E2C;
	font-weight: 500;
	padding: 50px 0;
	line-height: 130%;
	text-align:center;
}

	.slider {
		margin-top: 250px;
	}
}

@media only screen and (max-width:378px) {
    .satisfaction {
        height: 430px;
    }
    .more #processing {
        width: 250px;
    }
	
	
}

@media only screen and (max-width:466px) {
    .satisfaction {
        height: 460px;
    }
    
	
	.slider {
		margin-top: 220px;
	}
	
}

@media only screen and (max-width:450px) {
	
	.result .con .mySlider .item iframe{
		height: 240px !important;
	}
	
    .head .con .headRight .form-maker .form-header h2 {
        font-size: 25px;
    }
	.foot .con .headRight .form-maker .form-header h2 {
        font-size: 25px;
    }
    #name-error {
        top: 186px !important;
    }
    #email-error {
        top: 250px !important;
    }
    #phone-error {
        top: 313px !important;
    }
	#name1-error {
        top: 198px !important;
    }
    #email1-error {
        top: 260px !important;
    }
    #phone1-error {
        top: 325px !important;
    }
}

@media only screen and (max-width:400px) {
	
	.result .con .mySlider .item iframe{
		height: 200px !important;
	}
	
	
	.head .inner_head .con .headLeft, .foot .inner_head .con .headLeft {
	    margin-top: 35px;
	}
	
	.head .inner_head .con .headLeft h2 {
	    font-size: 36px;
	    line-height: 100%;
	}
	
	.head .inner_head .con .headLeft h3 {
	    font-size: 30px;
	    line-height: 100%;
	}
	
	.form input[type="submit"] {
		font-size: 18px;
	}
	
	.form1 input[type="submit"] {
		font-size: 18px;
	}
	
    .ceo {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .thanks p {
        margin-bottom: 0px;
    }
    .ceo #fo {
        width: 250px;
        margin: 0 auto;
    }
    .thanks p {
        width: 90%;
        margin: 0 auto;
    }
	
	.slider {
		margin-top: 200px;
	}
   
   

	.result .con img {
		width: 250px;
		height: auto;
	}
	
	.head #get_proposal {
		width: 260px;
		text-align: left;
		margin-top: 30px !important;
		background: linear-gradient(to bottom , #be4c9a, #f50a5c);
		border: 1px solid #be4c9a;
		font-size: 18px;
		color: #FFFFFF;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 30px;
		display: block;
		border-radius: 50px;
		cursor: pointer;
		Font-Family: 'Lato', sans-serif;
		text-transform: uppercase;
		transition: background-color .5s;
	}
	
	.foot #get_proposal {
		width: 260px;
		text-align: left;
		margin-top: 30px !important;
		font-size: 18px;
		color: #FFFFFF;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 30px;
		display: block;
		border-radius: 50px;
		cursor: pointer;
		Font-Family: 'Lato', sans-serif;
		text-transform: uppercase;
		transition: background-color .5s;
	}
	
	.more #get_proposal {
		width: 260px;
		text-align: left;
		margin-top: 30px !important;
		font-size: 18px;
		color: #FFFFFF;
		font-weight: bold;
		padding-top: 30px;
		padding-bottom: 30px;
		display: block;
		border-radius: 50px;
		cursor: pointer;
		Font-Family: 'Lato', sans-serif;
		text-transform: uppercase;
		transition: background-color .5s;
	}
	
	#num22 {
		font-size: 18px;	
	}
}

@media only screen and (max-width:382px) {

	
    
}
	
@media only screen and (max-width:350px) {
    .satisfaction {
        height: 480px;
    }
   
   .result .con .mySlider .item iframe{
		height: 170px !important;
	}
  

	.result .con img {
		width: 200px;
		height: auto;
	}
	.result .con img:first-child{
		margin-left: 10px;
	}
}

@media only screen and (max-width:340px) {
    .satisfaction {
        height: 510px;
    }
}

@media only screen and (max-width:324px) {
    
    .thanks p {
        width: 90%;
        font-size: 14px;
    }
    .thanks .video iframe {
        width: 90%;
        height: auto;
    }
    .ceo {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .ceo #fo {
        width: 300px;
}
}

@media only screen and (max-width:294px) {

	 #name-error {
        top: 270px !important;
    }
    #email-error {
        top: 350px !important;
    }
    #phone-error {
        top: 430px !important;
    }
	
	 #name1-error {
        top: 270px !important;
    }
    #email1-error {
        top: 350px !important;
    }
    #phone1-error {
        top: 430px !important;
    }
}

@media only screen and (max-width:280px) {

	 #name-error {
        top: 290px !important;
    }
    #email-error {
        top: 370px !important;
    }
    #phone-error {
        top: 450px !important;
    }
	
	 #name1-error {
        top: 290px !important;
    }
    #email1-error {
        top: 370px !important;
    }
    #phone1-error {
        top: 450px !important;
    }
}