
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.button{
	background: #be963e;
	color:#ffffff;
	display: inline-block;
	padding:10px 50px;
}
.button:hover{
	color:#ffffff;
}
/*
	1366px
*/

.home-mw{
	max-width: 1366px;
	margin:0 auto;
}

.is-flex{
	display: flex;
}
@media screen and (min-width: 768px){
	.is-flex--m{
		display: flex;
	}
	.is-two-col .is-col{
		width: 50%;
	}
}

@media screen and (min-width: 980px){
	.is-flex--l{
		display: flex;
	}
	.is-two-col .is-col{
		width: 50%;
	}
}

/*
	home dr/specialist
*/
.home-specialist{
	background: #1d160d;
	color:#ffffff;
}
.home-specialist .is-col-1{
	padding:40px;
}
.home-specialist .has-bg-img{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center;
	padding-top:calc( 650 / 950 * 100%);
	background-repeat: no-repeat;
	background-size: cover;
}
.home-specialist .is-content{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 1200px){
	.home-specialist .is-content p{
		font-size: 19px;
	}
	.home-specialist .is-col-1{
		padding:90px 60px;
	}
}


/* home bar */
.pricing {
	background-color: #be963e;
	width: 100%;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.pricing .row {
	display: flex;
}
.pricing .row div {
	flex: 1 1 50%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pricing .col-left {
	padding-left: 60px;
}
.pricing .col-left p{
	font-size: 18px;
}
.pricing .col-right p {
	font-weight: normal;
	font-family: "trajan-pro-3","Trajan Pro","Cinzel",Times,serif;
	font-size: 2.125rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.pricing {
		padding-top: 15px;
		padding-bottom: 15px;
	}
  .pricing .row {
  	display: flex;
  	flex-wrap: wrap;
  }
  .pricing .row div {
  	flex: 1 1 100%;
  	width: 100%;
  	padding: 15px 15px;
  }
  .pricing .col-left {
		padding-left: 0;
		text-align: center;
	}
	.pricing .col-left p {
		font-size: 16px;
	}
	.pricing .col-right p {
		font-size: 2rem;
	}
}

/*
	home-about-dr
*/
.home-about-dr{
	color:#ffffff;
}
.home-about-dr .is-content,
.home-about-dr .is-content-sections{
	max-width: 1300px;
	margin:0 auto;
}
.home-about-dr .has-bg-img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:124px 20px 50px 20px;
}
.home-about-dr .is-content p {
	font-size: 22px;
	text-align: center;
}

.home-about-dr .is-content-sections{
	text-align: center;
	margin-top: 50px;
}
.home-about-dr .is-content-sections ul{
	color:#be963e;
}
.home-about-dr .is-content-sections ul{
	list-style-type: none;
	margin:0 0 50px 0;
	padding:0;
}
.home-about-dr .is-content-sections a{
	display: inline-block;
}
.home-about-dr .is-content-sections a.button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.consultIcon {
	margin-right: 15px;
}
.home-about-dr .is-content-sections li{
	margin-bottom: 10px;
}
.home-about-dr .is-content-sections ul a{
	color:inherit;
	display: inline-block;
	border-bottom: 3px solid;
	padding-bottom: 5px;
	padding:5px 30px;
}
.home-about-dr .button{
	padding:10px 50px;
}
.home-about-dr .button span{
	text-align: left;
	display: inline-block;
}
.home-about-dr .button span span{
	display: block;
}
@media screen and (min-width: 1100px){
	.home-about-dr .is-content-sections{
		display: flex;
		align-items: center;
	}
	.home-about-dr .has-items{
		flex-grow: 1;
		padding-right: 30px;
	}
	.home-about-dr .is-content-sections ul{
		display: flex;
		margin-bottom: 0;
    justify-content: space-between;
	}
	.home-about-dr .is-content-sections li{
		margin-left: 20px;
	}
	.home-about-dr .is-content-sections ul li:first-of-type{
		margin-left: 0;
	}
	.home-about-dr .has-button{

	}
}


/*
	home-noses
*/
.secondary-font{
	font-family: "trajan-pro-3","Trajan Pro","Cinzel",Times,serif;
}
.home-your-nose .is-one-col{
	max-width: 1550px;
	margin:0 auto;
	padding:50px 20px;
}
.home-your-nose .is-content{
	max-width: 1300px;
	margin:0 auto 100px;
}
.home-your-nose .is-heading{
	font-weight: normal;
}
.home-your-nose .is-content .is-heading{
	font-size: 30px;

}
.home-your-nose .nose-items .is-heading{
	font-size: 20px;
	margin-top: 30px;
}
.home-your-nose .nose-items{
	border-top: 3px solid #000000;
}
.home-your-nose .nose-items ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.home-your-nose .nose-items .item-name{
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	padding:5px;
}
.home-your-nose .nose-items .item-name span{
	display: block;
}
.home-your-nose .nose-items img{
	max-width: 100%;
}
.home-your-nose .nose-items ul{
	display: flex;
	flex-wrap: wrap;
}
.home-your-nose .nose-items li{
	width: calc(100% / 3);
	margin:10px 0px;
}
@media screen and (min-width: 768px){
	.home-your-nose .is-content .is-heading{
		font-size: 50px;
	}
	.home-your-nose .nose-items .is-heading{
		font-size: 30px;
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.home-your-nose .nose-items ul{
		flex-wrap: nowrap;
    justify-content: space-between;
	}
	.home-your-nose .nose-items li{
		width: auto;
	}
}
@media screen and (min-width: 980px){
	.home-your-nose .nose-items .item-name{
		font-size: 20px;
	}
}
@media screen and (min-width: 1200px){
	.home-your-nose .nose-items .item-name span{
		display: inline;
	}
}


/*
	Patient Results
*/

.home-patient-results{
	background: #f5f5f5;
	padding:100px 0 70px;
}
.home-patient-results .is-one-col{
	max-width: 1550px;
	padding:0px 20px;
	margin:0 auto;
}
.home-patient-results .patient-result-item{
	border-top: 6px solid #000000;
}
.home-patient-results .item-name{
	margin:30px 0px;
}
.home-patient-results .patient-result-imgs{
	display: flex;
	margin-left: -15px;
	margin-bottom: m
}
.home-patient-results .patient-result-imgs span{
	width: 50%;
	margin-left: 15px;
}
.home-patient-results .patient-result-imgs span img{
	width: 100%;
	height: auto;
}
.home-patient-results .patient-result{
	margin:25px 0 50px;
}
.home-patient-results .more-patients .button{
	line-height: normal;
	padding:25px 100px;
}
@media screen and (min-width: 640px){
	.home-patient-results .patient-results{
		display: flex;
		flex-wrap: wrap;
		margin-left: -30px;
	}
	.home-patient-results .patient-result{
		width: calc(50%);
		padding-left: 30px;
	}

}
@media screen and (min-width: 768px){
	.home-patient-results .item-name{
		font-size: 20px;
	}
}



/*
	HOME AWARYDS
*/

.home-awards{
	padding:5px 0px;
}
.home-awards-list{
	max-width: 1375px;
	margin:0 auto;
}
.home-awards .is-one-col{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5;
	padding:10px 0px;
}
.home-awards-list ul{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
}
.home-awards-list li{
	width: 12.5%;
}
.home-awards-list li span{
	padding:10px;
	display: block;
}

/*
	A Pioneer
*/
.home-dr-pioneer{
	color:#ffffff;
}
.home-dr-pioneer .is-two-col{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:40px 20px;
}
.home-dr-pioneer .is-heading{
 color:#ffffff;
 font-size: 30px;
 margin:0;
}
.home-dr-pioneer .is-heading span{
	display: block;
	font-size: 1em;
	color:#ffffff;
}
.home-dr-pioneer .is-dr-img img{
	width: 100%;
	height: auto;
}
.home-dr-pioneer blockquote{
	padding: 0;
	margin: 40px 0px;
	border: 0;
	font-size: 20px;
	font-style: normal;
	width: auto;
}

@media screen and (max-width: 1280px) {
  .home-dr-pioneer blockquote {
  	margin: 20px 0px;
  }
}
.home-dr-pioneer blockquote p{
	font-size: inherit;
}
.home-dr-pioneer blockquote a {
	color: #fff;
	text-decoration: underline;
}
.home-dr-pioneer p.dr-pioneer {
	margin-bottom: 2em;
}
.home-dr-pioneer blockquote strong{
	border-bottom: 2px solid #ffffff;
}
.home-dr-pioneer .is-dr-img{
	display: none;
}

@media screen and (min-width: 960px){
	.home-dr-pioneer .has-content-inner{
		position: relative;
	}
	.home-dr-pioneer .is-heading{
		font-size: 50px;
	}

	.page-template-page-landing-rhino	.home-dr-pioneer .is-heading{
		font-size: 40px;
	}
	.home-dr-pioneer .is-content{
		font-size: 19px;
		line-height: 1.45em;
	}
	.home-dr-pioneer blockquote{
		font-size: 35px;
    padding-right: 70px;
	}
	.home-dr-pioneer .is-content{
		max-width: 900px;
	}
	.home-dr-pioneer .is-dr-img{
		display: flex;
		position: relative;
	}
	.home-dr-pioneer .is-dr-img img{
		margin-top: auto;
    margin-left: auto;
    max-width: 700px;
	}
	.home-dr-pioneer .is-two-col{
		display: flex;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 100px;
	}
	.home-dr-pioneer .is-two-col > div{
		width: 50%;
	}
}


@media screen and (min-width: 1200px){
	.home-dr-pioneer .is-two-col{
		padding-left: 150px;
	}
}


/*
	In the media
*/
.home-inthe-media{
	padding:20px 20px 40px 20px;
}
.home-inthe-media .is-heading{
	font-size: 21px;
}
.home-inthe-media ul{
	list-style-type: none;
	margin:0 auto;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	max-width: 1550px;
	justify-content: center;
}
.home-inthe-media ul li{
	margin-bottom: 10px;
	max-width: calc(100% / 3);
}
.home-inthe-media ul span{
	display: inline-block;
	padding:0px 20px;
}
@media screen and (min-width: 768px){
	.home-inthe-media ul li{
		max-width: calc(100% / 4);
	}
}
@media screen and (min-width: 1200px){
	.home-inthe-media ul{
		flex-wrap: nowrap;
	}
	.home-inthe-media ul li{
		max-width: 100%;
	}
}


/*
	Preservation Rhinoplasty
*/

.home-preservation{
	background: #f5f5f5;
}
.home-preservation p{
	line-height: 1.5em;
}
.home-preservation ul{
	font-size: 14px;
}
.home-preservation .is-col-1{
	display: none;
}
.home-preservation .is-col-2{
	padding:20px;
	width: 100%;
}
.home-preservation .is-content{
	margin-bottom: 40px;
}
@media screen and (min-width: 980px){
	.home-preservation .is-col-1 span{
		padding-top:calc( 450 / 600 * 100%);
		display: inline-block;
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.content-wrapper{
		max-width: 900px;
		margin:0 auto;
	}
	.home-preservation .is-two-col{
		display: flex;
	}
	.home-preservation .is-col-1{
		display: block;
		width: 33%;
	}
	.home-preservation .is-col-2{
		width: 66%;
		padding:100px 20px;
	}
	.home-preservation ul{
		font-size: 20px;
	}
	.home-preservation .is-heading{
		font-size: 50px;
	}
	.home-preservation .is-content p{
		font-size: 25px;
	}
	.home-preservation .is-content .button{
		font-size: 20px;
	}
}
@media screen and (min-width: 1400px){
	.home-preservation .is-col-2{
		padding:200px 20px;
	}
}

.l-constrained--common, .inner-page .main-content--inner, .home-procedures {
	max-width: 100%;
	padding: 0;
}
.inner-page #primary {
	padding: 0;
	float: none;
	width: 100%;
}

.no-touchevents .hero__img {
	width: 100%;
	margin-left: 0;
}


.hero.page__hero {
	max-height: initial;
}
.hero.page__hero::before {
	padding-top: 51.77%;
}

@media screen and (max-width: 767px) {
  .page-template-page-landing-rhino .no-touchevents .hero__img {
  	width: auto;
  }
}

.headerContent {
	max-width: 650px;
	text-align: left;
	float: right;
	margin-right: 4vw ;
	margin-top: 10vh;
}
.headerContent h1 {
	margin-bottom: 0;
}
.headerContent h1,
.headerContent p {
	color: #fff;
}
.headerContent p  {
	line-height: 1.5em;
}
.headerContent .button {
	background-color: #be963e;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .headerContent {
  	max-width: 90%;
  	text-align: left;
  	margin-right: 30px ;
  }
}

@media screen and (max-width: 767px) {
  .hero.page__hero {
  	display: block;
  }
  .is-flex--m.is-two-col {
  	display: flex;
  }
  .headerContent {
  	max-width: 100%;
  	text-align: left;
  	margin-right: 0;
  	margin-top: 0;
  	padding: 15px;
  }
  .headerContent h1 {
  	font-size: 28px;
  }
  .page__hero .hero__content {
  	position: relative;
  	top: initial;
  	transform: initial;
  }
  .hero__img {
   height:350px;
   width:auto;
   margin-left: 0;
   max-width: initial;
  }

  .headerContent .button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

.home-about-dr .button span {
	text-align: center;
}

}

/* Stories */
.stories {
	background-color: #282725;
	width: 100%;
	padding-top: 190px;
	padding-bottom: 90px;
}

.storylist ul {
	display: flex;
	margin: 0 auto;
	padding: 0 15px;
	justify-content: center;
}
.storylist ul li{
	list-style-type: none;
}
.storylist ul li:nth-child(2){
	margin: 0 15px;
}
.storylist ul li div {
	display: flex;
	border: 1px solid #be963e;
}
.storylist ul li:hover div {
	cursor: pointer;
}
.storylist ul li:hover div,
.storylist ul li.active div {
	background-color: #be963e;
}
.storylist ul li div > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
}
.storylist ul li div > div p {
	color: #fff;
	font-size: 25px;
	margin-bottom: 0;
}

.storyBoxInner{
	padding-left: 20px;
	padding-right: 20px;
}

.storyTitle {
	margin-bottom: 36px;
}
.sTitle {
	color: #fff;
	text-align: center;
	margin-top: 120px;
	font-size: 50px;
}
.concern {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.storyBox {
	display: flex;
	margin: 0 85px;
	padding-top: 40px;
	padding-bottom: 40px;
	justify-content: center;
	border-top: 1px solid #be963e;
	border-bottom: 1px solid #be963e;
}
.patSlide {
	display: none;
}
.patSlide.active {
	display: block;
}

.storyQuote {
	display: flex;
	flex-direction: column;
	width: 480px;
	margin-right: 15px;
}
.storyQuote {
  display: flex;
  flex-direction: column;
}
.storyQuote .yella {
	background-color: #be963e;
}
.storyQuote > img {
 align-self: center;
 width: 100%;
}
.storyQuote .yella img {
 text-align: center;
 display: block;
 padding-top: 15px;
 margin: 0 auto;
}
.storyQuote .yella p {
 text-align: center;
 color: #fff;
 font-style: italic;
 padding-top: 24px;
 padding-left: 60px;
 padding-right: 60px;
 padding-bottom: 60px;
}
.storyvideo {
	position: relative;
}
.storyvideo.removeButtons::after,
.storyvideo.removeButtons::before {
	width: 0;
	height: 0;
}
.storyvideo::before {
	content: "";
	background-color: rgba(40, 39, 37, .5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.storyvideo span.videoLogo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('tmp-imgs/refinery.png');
	background-position: center 90%;
	background-size: auto;
	background-repeat: no-repeat;
	z-index: 10;
}
.storyvideo span.videoButton {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('tmp-imgs/videoplay.png');
	background-position: center 50%;
	background-size: auto;
	background-repeat: no-repeat;
	z-index: 10;
}
.storyvideo iframe {
	height: 100%;
	width: 1200px;
	max-width: 100%;
}

@media screen and (max-width: 980px) {
  .storylist ul {
  	flex-wrap: wrap;
  }
  .storylist ul li {
  	margin-bottom: 1em;
  	width: 100%;
  }
  .storylist ul li:nth-child(2) {
  	margin-bottom: 1em;
  	margin-left: 0;
  	margin-right: 0;
  }
  .stories {
  	background-color: #282725;
  	width: 100%;
  	padding-top: 60px;
  	padding-bottom: 60px;
  }
  .sTitle {
  	color: #fff;
  	text-align: center;
  	margin-top: 60px;
  	font-size: 50px;
  }
  .storyBox {
  	margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .storyQuote {
  	display: flex;
  	flex-direction: column;
  	width: 100%;
  	margin: 0 auto;
  }
  .storyBox {
  	margin: 0 15px;
  	flex-wrap: wrap;
  }
  .storyvideo iframe {
  	height: 440px;
  }
}
.featured {
	display: flex;
	color: #fff;
	align-items: center;
	padding-top: 45px;
	justify-content: center;
	padding-left: 60px;
	padding-right: 60px;
}
@media screen and (max-width: 980px) {
 .featured {
 	flex-wrap: wrap;
 }
}
@media screen and (min-width: 1440px) {
  .featured {
  	padding: 45px 9vw 0 9vw;
  }
}
.featured h2 {
	color: #fff;
	line-height: 0;
	margin-bottom: 0;
	font-size: 34px;
	flex: 0 1 46%;
	text-align: center;
	}
	@media screen and (max-width: 1126px) {
	  .featured h2 {
	  	font-size: 30px;
	  }
	}
	@media screen and (max-width: 1009px) {
	  .featured h2 {
	  	font-size: 26px;
	  }
	}
	@media screen and (max-width: 980px) {
	  .featured h2 {
	  	font-size: 28px;
	  	flex: 0 1 100%;
	  	margin-bottom: 1em;
	  	line-height: 1.25em;
	  }
	}
.fImage {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 0 1 54%;
}
.fImage img{
	margin: 0 30px;
}
@media screen and (max-width: 980px) {
	.fImage {
		flex: 0 1 100%;
	}
}
@media screen and (max-width: 767px) {
	.featured {
		padding-top: 30px;
		justify-content: center;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.whyChoose {
	padding-top: 90px;
	padding-bottom: 90px;
}
.whyChoose .headingwrap{
	padding: 0 10%;
	margin-bottom: 80px;
}
.whyChoose .headingwrap h2 {
	text-align: center;
	color: #be963e;
	line-height: 1;
	margin-bottom: 0;

}
@media screen and (max-width: 1024px) {
  .whyChoose .headingwrap h2 {
  	line-height: 1.25;
  }
}
.whyChoose .headingwrap h2::before {
	content: "";
	width: 230px;
	background-color: #be963e;
	height: 1px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 70px;
}
.whyChoose .headingwrap h2::after {
	content: "";
	width: 230px;
	background-color: #be963e;
	height: 1px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 70px;
}

.artSection {
	display: flex;
	justify-content: space-evenly;
	max-width: 90vw;
	margin: 0 auto;
}
.singleArt {
  flex: 0 1 33.333%;
  padding: 0 30px;
}

.singleArt img {
  width: 100%;
  height: auto;
}

.singleArt h3 {
	text-align: center;
	font-size: 30px;
	padding: 0 3vw;
	margin-bottom: 60px;
}
@media screen and (max-width: 1560px) {
	.singleArt h3 {
		text-align: center;
		font-size: 29px;
		padding: 0 2vw;
	}
}

@media screen and (max-width: 1400px) {
	.singleArt h3 {
		text-align: center;
		font-size: 25px;
		padding: 0 2vw;
	}
}
@media screen and (max-width: 1220px) {
	.singleArt h3 {
		text-align: center;
		font-size: 22px;
		padding: 0 2vw;
	}
}
.singleArt img {
	margin-bottom: 60px;
}
.singleArt p {
	font-size: 19px;
}
.singleArt br {
	margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
	.singleArt h3 {
		text-align: center;
		font-size: 20px;
		padding: 0;
		margin-bottom: 30px;
	}
	.singleArt img {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 980px) {
  .artSection {
  	max-width: 100vw;
  	padding: 0 15px;
  }
  .singleArt {
  	flex: 0 1 33.333%;
  	padding: 0 15px;
  }
  .singleArt p {
  	font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .singleArt {
  	flex: 0 1 100%;
  	padding: 0 15px;
  	margin-bottom: 4em;
  }
  .artSection {
  	flex-wrap: wrap;
  }
  .singleArt h3 {
  	font-size: 26px;
  	margin-bottom: 30px;
  }
}
.testimonialwrap {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0px 16px 70px 16px;
}
@media screen and (max-width: 767px) {
  .testimonialwrap {
  	max-width: 100%;
  	margin: 0 auto;
  	padding: 0px 16px 30px 16px;
  }
}
.testimonials {
	background-color: #f5f5f5;
	padding-top: 140px;
	padding-bottom: 60px;
}

.testimonials h2 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 30px;
}
.inner-page .entry-content blockquote.testimonial {
	padding: 4rem 5rem 0 5rem;
}
.testimonials .btnwrap {
	display: block;
	text-align: center;
	margin-top: 50px;
}
.testimonials .button {
	border: 2px solid;
	border-color:#be963e;
	color: #be963e;
	background-color: transparent;
	padding: .75em 1em;
	position: relative;
	line-height: normal;
	display: inline-block;
	font-family: "Montserrat",Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.25rem;
}


.contactForm {
	background-image: url(tmp-imgs/home-contact-bg.jpg);
	background-size: cover;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.background-overlay {
	background-color:#000000;
	opacity: 0.65;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.contactForm .content {
	position: relative;
	z-index: 10;
}
.contactForm h2 {
	text-align: center;
	margin-bottom: 90px;
}
.home-contact .aform-2625 {
	max-width: 768px;
	margin: 0 auto;
}
::-webkit-input-placeholder {color: #fff;opacity: 1; }
:-moz-placeholder {color: #fff;opacity: 1; }
::-moz-placeholder {color: #fff;opacity: 1; }
:-ms-input-placeholder {color: #fff;opacity: 1; }

.rhino-content-blocks .is-one-col {
	max-width: 1550px;
	margin:0 auto;
	padding:50px 20px;
}

.rhino-content-blocks .is-content {
    max-width: 1300px;
    margin: 0 auto;
}

.bggray {
	background-color: #f5f5f5;
}
.rcb-flex {
	display: flex;
	justify-content: center;
	margin-top: 2em;
}
@media screen and (max-width: 767px) {
	.rcb-flex .button {
		padding: 10px 30px;
	}

}
.rpb-h2 {
	margin-bottom: 0;
}

.rhino-content-blocks .elementor-active a {
	color: #be963e;
}
.rhino-content-blocks .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding-left: 0;
	padding-top: 20px;
}

.rcp-bgblock .bgimage {
	background-image: url(https://www.cangelloplasticsurgery.com/wp-content/uploads/2020/02/ethinc-rhinoplasty-bg.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
  .rcp-bgblock .bgimage {
  	background-image: url(https://www.cangelloplasticsurgery.com/wp-content/uploads/2020/02/ethinc-rhinoplasty-bg.jpg);
  	background-size: cover;
  	width: 100%;
  	height: 100%;
  	background-position: 68% center;
  	background-size: cover;
  	background-repeat: no-repeat;
  }
}

.bgimage p, .bgimage ul, .bgimage a, .bgimage h2{
	color: #fff;
	text-align: left;
}
.bgimage ul {
	padding-top: 0;
	padding-bottom: 1.3em;
	margin: 0;
}
.bgimage-flex {
	display: flex;
	flex-direction: column;
	max-width: 60%;
	margin: 0 auto;
	padding-top: 15vh;
	padding-bottom: 15vh;
}

@media screen and (max-width: 767px) {
  .bgimage-flex {
  	padding: 30px;
  	max-width: 100%;
  }
}

.bgimage .mb-0 {
	margin-bottom: 10px;
}

.rcp-twocol {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	padding-top: 50px;
	padding-bottom: 0;
	justify-content: space-between;
}


.colleft {
	flex: 1 1 50%;
	padding-right: 15px;
	max-width: 48%;
}
.colright {
	flex: 1 1 50%;
	padding-left: 15px;
	max-width: 48%;
}

@media screen and (max-width: 767px) {
  .rcp-twocol {
  	flex-wrap: wrap;
  	max-width: 100%;
  	padding: 15px;
  }
  .colleft {
  	flex: 1 1 100%;
  	padding-right: 0px;
  	max-width: 100%;
  	padding-bottom: 2em;
  }
  .colright {
  	flex: 1 1 100%;
  	padding-left: 0px;
  	max-width: 100%;
  }
}

.button-grow {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 68px;
	overflow: hidden;
	width: 360px;
	display: block;
	transition: height 0.5s;
	background: #be963e;
	color: #fff;
	z-index: 100;
	box-shadow: 0px 9px 13px 3px rgba(0, 0, 0, .3);
}
.button-grow:hover {
	height: 630px;
}

@media screen and (max-width: 767px) {
  .button-grow {
  	left: 0;
  	right: initial;
  	width: 100%;
  	bottom: 0;
  	top: auto;
  }
}

.button-grow .formwrap {
	padding: 15px;
}
.button-grow p {
	font-size: 30px;
	display: block;
	margin-bottom: 0;
	padding: 0 15px;
	line-height: 1;
	text-align: center;
}
.button-grow p:first-of-type {
	margin-top: 1em;
}
.button-grow p span{
	font-size: 15px;
}

.button-grow input[type="text"] ,
.button-grow input[type="email"],
.button-grow select{
	height: 1.5em;
	font-size: 15px;
	margin-bottom: 5px;
	padding: 0;
}

.button-grow textarea {
	height: 2.5em;
	font-size: 15px;
}
::-webkit-input-placeholder {color: #000; opacity: 1; font-size: 15px; }
:-moz-placeholder {color: #000; opacity: 1; font-size: 15px;}
::-moz-placeholder {color: #000; opacity: 1; font-size: 15px;}
:-ms-input-placeholder {color: #000; opacity: 1; font-size: 15px;}

.button-grow input[type="submit"] {
	border: 2px solid #fff;
	padding: .5em;
	width: 100%;
}
.button-grow input[type="submit"]:hover {
	background: #fff;
	color: #be963e;
}

#rhinofaq .elementor-active a {
	color: #fff!important;
}

.dubaibtn {
	font-weight: 600;
}