/** MAIN **/

.ppc-main {padding-bottom: 150px;}

/** SECTION HEADING **/

.section-title h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 1;
    color: #483c33;
    letter-spacing: 10px;
}

.section-title h2:after {
    content: '';
    display: block;
    width: 160px;
    height: 2px;
    background: #a65943;
    margin: 30px auto;
}

/** HEADER **/

[data-page-id="WebPage-1afbb788-7df5-4284-bddb-a5ab2200a096"] .module-154 {padding-top: 30px;}
[data-page-id="WebPage-1afbb788-7df5-4284-bddb-a5ab2200a096"] .module-154 .ry-last .ry-top-left {top: 0;}

/** HERO **/

.ppc-main .module-155 {height: auto;}

.ppc-main .module-155 .ry-container {
    display: flex;
}

.ppc-main .module-155 .ry-text .ry-copy h1,
.ppc-main .module-155 .ry-text .ry-copy p {text-align: left;}

.ppc-main .module-155 .ry-text .ry-copy {width: 110%;}

.ppc-main .module-155 .form-container {
    width: 60%;
    margin: -540px auto 0;
    background: #a65943;
	padding: 35px 25px;
	border-radius: 10px;
	outline: 4px solid rgb(166 89 67 / 50%);
}

.ppc-main .form-header h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-family: 'Urbanist', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
}

.ppc-main .form-header p {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.ppc-main .module-155 .ry-text {top: 70%;}

.ppc-main .form-header h2:after,
.ppc-main .module-155 .ry-text .ry-copy .clearfix:after {
    content: '';
    display: block;
    width: 160px;
    height: 2px;
    background: #ffffff88;
    margin: 30px auto;
}

.ppc-main .module-155 .ry-text .ry-copy .clearfix:after {background: #6e6e6e;}

.ppc-main .module-155 .ry-text .ry-copy .clearfix:after {margin: 30px 0;}

.ppc-main .module-155 textarea {
	height: 175px;
	resize: none;
}

.ppc-form .form-control {
    height: 60px;
    border-radius: 30px;
	padding: 15px 12px 15px 40px;
}

.ppc-form .ry-btn.ry-btn-primary {
    background: #222222;
    margin-left: auto;
}

.ppc-form .ry-btn.ry-btn-primary:hover {background: #483c33;}

/** DOCTORS **/

.doctors-section {
    padding: 150px 0 115px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-a6761933-3ccc-4033-9335-19287b63765f/ppc_landing/BG_Doctors.jpg) no-repeat;
    background-size: cover;
}

.ppc-main .doctor {
	display: flex;
	justify-content: space-between;
	margin-top: 115px;
}

.col-xs-12.doctor-image {flex-basis: 20%;}
.doctor-desciption {flex-basis: 70%;}

.doctor-desciption h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #a65943;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    margin-bottom: 30px;
}

.ppc-main p {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
}

.ppc-main .doctor:not(:first-child) {
    border-top: 1px solid #18171855;
    padding-top: 115px;
}

.ppc-main .custom-services-text {
	margin-top: 0;
	padding: 130px 0 290px;
}

/** SERVICES **/

.ppc-main .doctors-slider .slick-track {
    display: flex;
    gap: 30px;
}

/** GALLERY **/

.ppc-main .smile-gallery {
    padding: 200px 0 0;
}

.gallery-slider {
    width: 600px;
    margin: 0 auto;
    clear: both;
    display: flex;
	align-items: center;
	gap: 20px;
}

.ppc-main .ry-seo-main div {
    padding: 0;
}

.ppc-main .ry-seo-card {
    max-width: unset;
    width: unset;
    margin: 30px 0;
}

.ppc-main .ry-seo-card .ry-seo-gallery-images {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 268px;
    background: #a65943;
    align-items: center;
    height: 500px;
}

.ppc-main .ry-seo-card .ry-card-info {
    padding: 30px 15px;
}

.ppc-main .ry-seo-card .ry-card-info .ry-card-title {
    font-weight: 700;
    text-align: center;
    color: #374365;
    font-size: calc(17px + 2 * ((100vw - 500px) / 1420));
    margin-bottom: 20px;
}

.ppc-main .ry-seo-card .ry-card-data {
    padding: 0;
}

.ppc-main .ry-seo-card .ry-card-data li {
    display: flex;
    justify-content: center;
    line-height: 24px;
}

.ppc-main .ry-seo-card .ry-card-data span:first-child {
    text-align: right;
    padding-right: 20px;
}

.ppc-main .ry-seo-card .ry-card-data span {
    padding: 0;
    width: 125px;
    position: relative;
    color: #777388;
    font-size: 16px;
    font-weight: 500;
}

.ppc-main .ry-seo-card .ry-card-data span:last-child {
    text-align: left;
    padding-left: 20px;
}

.ppc-main .ry-seo-card .ry-card-data span:first-child:after {
    content: ':';
    font-weight: 500;
    position: absolute;
    right: -1px;
}

.gallery-slider .fa {
    font-size: 40px;
}

/** RESPONSIVE **/
@media (max-width: 1700px) {
	.ppc-main .module-155 .form-container {margin: -490px auto 0;}
}

@media (max-width: 1440px) {
	.ppc-main .module-155 .form-container {margin: -370px auto 0;}
	.ppc-main .doctors-section {padding: 300px 0 115px;}
	.ppc-main .ry-seo-cards {justify-content: space-around;}
}

@media (max-width: 1200px) {	
	.ppc-main .module-155 .form-container {
    	width: 105%;
    	margin: -315px auto 0;
  	}
	.ppc-main .form-header h2 {font-size: 30px;}
}

@media (max-width: 1024px) {
	.hidden-md.hidden-lg.mobile-hero-container {
    	display: block !important;
		background: #fff;
	}
	.ppc-main > .ry-hero .hidden-sm {display: none;}
	.ppc-main .module-155 .ry-text {
		position: relative;
		
	}
	.ppc-main .module-155 .form-container {margin: 0 auto;}
	.ppc-main .module-155 .ry-container {
		flex-direction: column;
		width: 100%;
		max-width: unset;
		padding: 10% 20%;
		gap: 50px;
	}
	.ppc-main .module-155 {margin-top: 0 !important;}
	.ppc-main .module-155 .ry-text .ry-copy h1, .ppc-main .module-155 .ry-text .ry-copy p {
    	text-align: center;
	}
	.ppc-main .module-155 .ry-text .ry-copy .clearfix:after {margin: 30px auto;}
	.ppc-main .doctors-section {padding: 115px 0;}
	.module-154 .ry-last .ry-top-left .ry-top {padding-right: unset;}
	[data-page-id="WebPage-1afbb788-7df5-4284-bddb-a5ab2200a096"] .module-154 .ry-last .ry-top-left .ry-top .ry-header-phone {margin-right: 0;}
}

@media (max-width: 991px) {
	.ppc-main .module-155 .ry-each {padding-top: 40px;}
}

@media (max-width: 767px) {
	.ppc-main .doctor {
		flex-direction: column;
    	gap: 40px;
    	justify-content: center;
    	align-items: center;
	}
	.ppc-main .doctor:nth-of-type(2) {flex-direction: column-reverse;}
	.ppc-main .doctor-image .img-responsive {
    	width: 300px;
    	margin: 0 auto;
	}
	.doctor-desciption h3, .doctor-desciption p {text-align: center;}
	.doctor-desciption .ry-btn.ry-btn-primary {margin: 0 auto;}
	[data-page-id="WebPage-1afbb788-7df5-4284-bddb-a5ab2200a096"] .module-154 {display: none;}
}
