body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 10px solid #fff;
  background-color: #dff3f7;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

li a {
	
	color:#2856a1;
	
}

p {
  margin-bottom: 21px;
  font-family: Lato, sans-serif;
  color: #454444;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

a {
  padding: 18px 30px;
  border-right: 1px none #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  margin-top: 7px;
  padding: 15px 24px;
  border-right-style: none;
  border-right-width: 0px;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  color: #6be6ff;
}

.button.hollow {
  margin-top: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 0px none #000;
  border-radius: 30px;
  background-color: #2856a1;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.button.hollow:hover {
  border-color: #6be9ed;
  background-color: #136dff;
  color: #fff;
}

.button.hollow.single {
  margin-top: 0px;
}

.button.hollow.single.appointment-secondary {
  margin-bottom: 53px;
}

.main-slider {
  height: 100%;
  background-image: none;
}

.hero-heading {
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(107, 230, 255, .41);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  color:#fff;
}

.hero-heading.second {
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 46px;
}

.hero-subheader {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 31px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-subheader.second-subheader {
  margin-top: 6px;
  font-size: 29px;
}

.features-section {
  margin-top: 10px;
}

.nav-link {
  display: inline-block;
  padding: 7px;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  border-right-style: none;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, .09);
  color: #136dff;
}

.nav-link.w--current {
  padding-right: 10px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, .12);
  color: #136dff;
}

.nav-link.black {
  display: inline-block;
  border-right: 0px none rgba(0, 0, 0, .21);
  border-top-color: rgba(0, 0, 0, .15);
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, .15);
  color: #000;
}

.nav-link.black:hover {
  background-color: rgba(0, 0, 0, .09);
}

.nav-link.black.w--current {
  border-right-style: none;
  border-right-width: 0px;
  border-left-style: solid;
}

.nav-link.contact {
  padding-right: 30px;
}

.title-features {
  margin-top: 15px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.features-div {
  height: 550px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 116px 8px 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 9, 24, .5), rgba(0, 9, 24, .5)), url('../images/carolina_cataract_callout_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 9, 24, .5), rgba(0, 9, 24, .5)), url('../images/carolina_cataract_callout_2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  text-align: center;
}

.features-div.second {
  margin-right: 0px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .83), rgba(0, 0, 0, .13)), url('../images/carolina_online_clinic.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .83), rgba(0, 0, 0, .13)), url('../images/carolina_online_clinic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  display:block;
}

.features-div.third {
  margin-right: 0px;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .08)), url('../images/callout_forms.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .08)), url('../images/callout_forms.jpg');
  background-position: 0% 0%, 50% 0px;
  background-size: auto, cover;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  padding-top: 9px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: #fff;
}

.section {
  padding-top: 77px;
  padding-bottom: 84px;
  background-color: #fff;
}

.section.about {
  padding-top: 74px;
  padding-bottom: 59px;
  background-color: #fff;
  background-image: none;
}

.section.process {
  background-image: -webkit-linear-gradient(270deg, #fff 64%, hsla(0, 0%, 100%, .35)), url('../images/1222.jpg');
  background-image: linear-gradient(180deg, #fff 64%, hsla(0, 0%, 100%, .35)), url('../images/1222.jpg');
  background-position: 0% 0%, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title.doctors-title {
  margin-bottom: 53px;
  padding-bottom: 15px;
  border-bottom: 1px none rgba(0, 133, 210, .4);
  font-size: 35px;
  font-weight: 700;
}

.section-title.doctors-title.secondary-doc-title {
  margin-bottom: 25px;
  color: #f2f2f2;
}

.section-title.location-title {
  margin-bottom: 65px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.testimonials-section {
  height: 720px;
  margin-top: 0px;
  padding: 0px;
  background-image: url('../images/smoky_parallax_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.emphasized-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #0f7dbd;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.emphasized-text.right {
  font-weight: 100;
  text-align: right;
}

.features-text {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.features-text.ec-text {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  text-transform: none;
}

.navigation-div {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
}

.navigation-div.black {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  border: 1px solid rgba(0, 0, 0, .09);
}

.brand {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: none;
  border-right-color: hsla(0, 0%, 100%, .22);
}

.brand.w--current {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: none;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand.w--current:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.brand.footer {
  float: none;
  border-right-style: none;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand.footer:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.brand.footer.w--current {
  width: auto;
}

.brand.footer.w--current:hover {
  background-color: transparent;
}

.brand.black.w--current {
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 25px;
  border-top: 1px none rgba(0, 0, 0, .11);
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, .15);
}

.brand.black.w--current:hover {
  background-color: rgba(0, 0, 0, .09);
}

.upperheading-white {
  color: #fff;
  text-align: center;
}

.white {
  color: #fff;
  text-align: center;
}

.white.title-background {
  font-size: 43px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: 0px;
}

.white.title-background.sec1 {
  margin-top: 0px;
  font-size: 23px;
  line-height: 29px;
}

.white.cs {
  padding-right: 0px;
}

.testimonials-text {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.testimonials-slider {
  border-right-style: none;
  background-color: transparent;
}

.slider-arrow {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.mobile {
  position: absolute;
  display: none;
  overflow: hidden;
}

.about-us-div {
  display: block;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: Playball, sans-serif;
  font-size: 81px;
  line-height: 80px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.about-us-div.excee {
  display: none;
  color: #fff;
}

.team-wrapper {
  margin-right: 7px;
  margin-left: 7px;
}

.team-wrapper.secondary-wrapper-doc {
  text-align: center;
}

.team-row {
  margin-top: 30px;
}

.team-name {
  margin-top: 18px;
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.team-name.our-doctors-secondary {
  font-size: 20px;
}

.social-link-block {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  border-style: none;
  background-image: url('../images/facebook_sq.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.social-link-block:hover {
  border-right-width: 0px;
  border-right-color: transparent;
  opacity: 0.5;
}

.social-link-block._4 {
  background-image: url('../images/round_gray_youtube.png');
  background-size: 35px;
}

.social-link-block._3 {
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg');
}

.social-link-block._3:hover {
  background-color: #5f96de;
  color: #000;
}

.social-link-block._2 {
  background-image: url('../images/round_gray_google_plus.png');
  background-size: 35px;
}

.social-link-block.gplus {
  background-image: url('../images/google_plus_sq.svg');
  background-size: 30px;
}

.social-link-block.instagram {
  background-image: url('../images/instagram.svg');
  background-size: 30px;
}

.team-position {
  margin-bottom: 10px;
}

.social-wrapper {
  margin-top: 30px;
  text-align: center;
}

.skills-section {
  padding-top: 226px;
  padding-bottom: 226px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .65)), url('../images/background_2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .65)), url('../images/background_2.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.skills-wrapper {
  margin-bottom: 30px;
}

.skills-containner {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.skills-progress-line {
  width: 85%;
  height: 100%;
  background-color: #67bf7f;
}

.skills-progress-line.photography {
  width: 65%;
}

.skills-progress-line.illustrations {
  width: 75%;
}

.skills-progress-line.copywriting {
  width: 80%;
}

.skills-progress-line.photoshop {
  width: 95%;
}

.skills-progress-line.design {
  width: 85%;
}

.skills-row {
  margin-top: 80px;
}

.skills-title {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.skills-values {
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.working-process-wrapper {
  margin-bottom: 20px;
  padding: 0px 15px 30px;
  border: 1px solid rgba(0, 0, 0, .09);
  background-color: hsla(0, 0%, 100%, .4);
  text-align: center;
}

.icon-service {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
  background-image: url('../images/timer.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.icon-service.develop {
  background-image: url('../images/pen.png');
}

.icon-service.support {
  background-image: url('../images/lifesaver.png');
}

.icon-service.idea {
  background-image: url('../images/lightbulb.png');
}

.process-row {
  margin-top: 40px;
}

.process-column {
  margin-top: 70px;
}

.portfolio-post {
  display: inline-block;
  width: 20%;
  height: auto;
  margin: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.portfolio-post._2 {
  display: block;
  background-image: url('../images/comprehensive_eye_care_center.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-post._3 {
  background-image: url('../images/cataract_center.jpg');
  background-position: 50% 50%;
}

.portfolio-post._4 {
  background-image: url('../images/e1e.jpg');
  background-size: cover;
}

.portfolio-post._5 {
  background-image: url('../images/vision_disorders_center.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-post._6 {
  background-image: url('../images/oculoplastic_center.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-post.single {
  height: 400px;
  margin-bottom: 10px;
}

.portfolio-post._7 {
  background-image: url('../images/retina_center.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-post._8 {
  background-image: url('../images/photo-1430916273432-273c2db881a0.jpg');
  background-size: cover;
}

.portfolio-post._9 {
  background-image: url('../images/optical_center_3.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.portfolio-post._12 {
  background-image: url('../images/glaucoma_center.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.portfolio-post._14 {
  background-image: url('../images/pediatric_center.jpg');
  background-size: cover;
}

.portfolio-post.pp2 {
  background-image: url('../images/carolina_retina_center_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-post.pp3 {
  background-image: url('../images/carolina_glaucoma_center.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-post.pp4 {
  background-image: url('../images/carolina_cornea_center.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-post.pp5 {
  background-image: url('../images/carolina_oculoplasty_center_2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-post.pp6 {
  background-image: url('../images/carolina_vision_correction_center.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-post.pp7 {
  background-image: url('../images/carolina_laser_skin_center.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-link {
  position: static;
  z-index: 1;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0px 0px 1px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  text-decoration: none;
}

.portfolio-container {
  position: relative;
}

.portfolio-image {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
  color: #000;
  padding: 0px 15px 0px 15px;
}

.portfolio-overlay-text {
	height: 100%;
	display: flex;
	align-items: center;
	font-size:14px;
	font-family: Lato, sans-serif;
	margin: -10px 0px 0px 0px;
	text-transform: none;
	line-height: 16px;
}

.caps {
  text-transform: uppercase;
}

@media only screen and (max-width: 899px) {
	.portfolio-link:hover {
		opacity: 0.5;
	}
}

@media only screen and (min-width: 900px) {
	.portfolio-container:hover .portfolio-overlay {
		opacity: 1;
	}
}

@media only screen and (min-width: 900px) and (max-width: 999px) {
	.portfolio-overlay-text {
		height: 100%;
		display: flex;
		align-items: center;
		font-size:14px;
		font-family: Lato, sans-serif;
		margin: -10px 0px 0px 0px;
		text-transform: none;
		line-height: 16px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
	.portfolio-overlay-text {
		height: 100%;
		display: flex;
		align-items: center;
		font-size:17px;
		font-family: Lato, sans-serif;
		margin: -10px 0px 0px 0px;
		text-transform: none;
		line-height: 21px;
	}
}

@media only screen and (min-width: 1140px) and (max-width: 1349px) {
	.portfolio-overlay-text {
		height: 100%;
		display: flex;
		align-items: center;
		font-size:14px;
		font-family: Lato, sans-serif;
		margin: -10px 0px 0px 0px;
		text-transform: none;
		line-height: 16px;
	}
}

@media only screen and (min-width: 1350px) and (max-width: 1499px)  {
	.portfolio-overlay-text {
		height: 100%;
		display: flex;
		align-items: center;
		font-size:17px;
		font-family: Lato, sans-serif;
		margin: -10px 0px 0px 0px;
		text-transform: none;
		line-height: 21px;
	}
}

@media only screen and (min-width: 1500px) {
	.portfolio-overlay-text {
		height: 100%;
		display: flex;
		align-items: center;
		font-size:18px;
		font-family: Lato, sans-serif;
		margin: -10px 0px 0px 0px;
		text-transform: none;
		line-height: 24px;
	}
}

.portfolio-learn-more-container {
	padding: 0px 30px 0px 30px;
	margin: -20px 0px 0px 0px;
}

.portfolio-learn-more-text {
	border-top-style: solid;
	border-color: #000;
	border-width:1px;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	color: #2856a1;
	font-size: 15px;
	text-decoration: bold;
}

.colorbox {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 239px;
  background-image: -webkit-linear-gradient(270deg, rgba(40, 86, 161, .8), rgba(40, 86, 161, .8));
  background-image: linear-gradient(180deg, rgba(40, 86, 161, .8), rgba(40, 86, 161, .8));
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.project-name {
  position: static;
  z-index: 9900;
  display: inline-block;
  width: 100%;
  height: 112px;
  padding: 46px 48px;
  border-style: none;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, .8);
  background-color: #000;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #6be6ff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.project-name:hover {
  background-color: #2856a1;
  color: #fff;
}

.portfolio-row {
  margin-top: 12px;
}

.portfolio-row.second {
  margin-top: 1px;
}

.portfolio-section {
  display: block;
  padding-top: 74px;
  padding-bottom: 74px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), transparent 99%), url('../images/smoky_parallax.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), transparent 99%), url('../images/smoky_parallax.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.portfolio-section2 {
  display: block;
  padding-top: 74px;
  padding-bottom: 74px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
	    padding-top: inherit;
    padding-bottom: inherit;
}

.page-id-11 .portfolio-section {
  display: none;
}

.client-section {
  margin-bottom: 10px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8e8e8;
}

.client-column {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

.client-column:hover {
  opacity: 1;
}

.contact-us-section {
  margin-bottom: 10px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(315deg, hsla(0, 0%, 100%, .94), hsla(0, 0%, 100%, .85)), url('../images/contact_background.jpg');
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .94), hsla(0, 0%, 100%, .85)), url('../images/contact_background.jpg');
  background-position: 0px 0px, 50% 12%;
  background-size: auto, cover;
}

.form-field {
  min-width: 0px;
  border: 1px solid transparent;
  font-family: Lato, sans-serif;
  color: #737373;
}

.form-field.message {
  height: 120px;
}

.form-text {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-text.sekac {
  color: #cfcfcf;
}

.contact-column {
  padding-left: 45px;
  text-align: right;
}

.conatct-info-text {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.conatct-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}

.conatct-info-text.address.location-text {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  text-transform: none;
}

.conatct-info-text.address.location-text.secondary-address {
  color: #bfbfbf;
}

.contact-row {
  display: none;
  margin-top: 80px;
}

.form-wrapper {
  margin-top: 0px;
}

.form-wrapper.form-paper-secondary {
  margin-top: 82px;
  margin-bottom: 54px;
  padding: 49px 127px;
  border-top: 1px solid hsla(0, 0%, 100%, .4);
  border-bottom: 1px solid hsla(0, 0%, 100%, .4);
}

.footer-section {
  margin-top: 0px;
  padding-top: 55px;
  padding-bottom: 60px;
  border-style: none;
  border-color: #000;
  background-color: transparent;
}

.footer-containner {
  text-align: center;
  padding-top: 30px;
}

.white-paragraph {
  margin-top: 50px;
  margin-bottom: 40px;
  color: hsla(0, 0%, 100%, .56);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
}

.white-paragraph.disclaimer {
  color: #0e0e0e;
  font-weight: 400;
  text-align: center;
}

.icon {
  top: 0px;
  right: -12px;
  float: right;
  clear: left;
}

.icon._24 {
  top: 1px;
  right: -15px;
  color: #136dff;
  font-size: 11px;
}

.nav-menu {
  margin-top: 43px;
  padding-top: 3px;
  padding-right: 10px;
  float: none;
  border-top: 1px solid rgba(19, 109, 255, .55);
  text-align: center;
}

.arrow {
  margin-top: 600px;
}

.arrow.right {
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  margin: 0px 30px 0px 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 2px;
  border: 2px solid #6be6ff;
  border-radius: 40px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #6be6ff;
  font-size: 25px;
}

.arrow.right:hover {
  background-color: hsla(0, 0%, 100%, .09);
  opacity: 1;
}

.arrow.left {
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  margin: 0px 0px 0px 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #6be6ff;
  border-radius: 40px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #6be6ff;
  font-size: 25px;
}

.arrow.left:hover {
  background-color: hsla(0, 0%, 100%, .09);
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.slidenav {
  display: none;
}

.containner-slide {
  position: relative;
  top: 36%;
  text-align: center;
}

.containner-slide.secondary {
  top: 108px;
}

.containner-slide.secondary.without-logo {
  top: 176px;
}

.portfolio-column {
  min-height: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #171d21;
}

.white-section {
  height: 10px;
}

.hero-section {
  height: 450px;
  padding-top: 0px;
  padding-bottom: 49px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section.comprehensive-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_comptehensive.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_comptehensive.jpg');
  background-size: auto, cover;
}

.hero-section.cataract-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_cataract.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_cataract.jpg');
  background-size: auto, cover;
}

.hero-section.disorders-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_disorders.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_disorders.jpg');
  background-size: auto, auto;
}

.hero-section.ocular-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_ocular.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_ocular.jpg');
  background-size: auto, cover;
}

.hero-section.retina-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_retina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_retina.jpg');
  background-size: auto, cover;
}

.hero-section.optical-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_optical.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_optical.jpg');
  background-size: auto, cover;
}

.hero-section.general-hero {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_general.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), transparent 65%), url('../images/secondary_header_general.jpg');
  background-size: auto, cover;
}

.project-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.info-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.info-title.related-topics-title {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 34px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .49);
  background-image: url('../images/dark_geometric_2X.png');
  background-size: 70px;
  color: #b5b3b3;
  font-weight: 300;
}

.info-text {
  margin-bottom: 50px;
  text-align: left;
}

.success {
  background-color: #2a8241;
  color: #fff;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  padding-bottom: 0px;
  color: #000;
  letter-spacing: 1px;
}

.error-message {
  background-color: #000;
}

.error-text {
  color: #fff;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
  box-shadow: none;
}

.banner-section {
  display: block;
  height: 100%;
}

.submit-button {
  margin-top: 30px;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #2a8241;
  background-color: #0085d2;
  color: #fff;
}

.submit-button.secondary-submit-button {
  border-color: #fff;
  background-color: #6be6ff;
}

.submit-button.secondary-submit-button:hover {
  border-color: #0085d2;
  background-color: #13435e;
}

.submit-button.carolina {
  padding-right: 50px;
  padding-left: 50px;
  border-style: none;
  border-radius: 30px;
  background-color: #2856a1;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1px;
}

.submit-button.carolina:hover {
  background-color: #136dff;
}

.slide._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .11)), url('../images/carolina_slide_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .11)), url('../images/carolina_slide_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.slide._2 {
  display: block;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), transparent), url('../images/carolina_slide_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), transparent), url('../images/carolina_slide_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .19)), url('../images/carolina_slide_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .19)), url('../images/carolina_slide_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/carolina_slide_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/carolina_slide_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.feel {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .34) 1%, transparent), url('../images/carolina_slide_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .34) 1%, transparent), url('../images/carolina_slide_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._6 {
  background-image: url('../images/carolina_slide_6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.callout-span {
  font-weight: 900;
}

.phone-container {
  position: absolute;
  left: 0px;
  top: 13%;
  right: 0px;
  z-index: 10;
}

.phone-number {
  display: inline-block;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.phone-button {
  position: absolute;
  top: 16px;
  right: 40px;
  z-index: 7;
  padding: 3px 0px;
  border-right-style: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}

.phone-button:hover {
  color: #136dff;
}

.phone-button.patient-portal {
  left: 40px;
  right: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 38px;
  background-image: url('../images/portal_icon.png');
  background-position: 0px 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.doc-sub {
  color: #0085d2;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.doctors-div.optometrist {
  margin-top: 80px;
}

.map-section {
  padding-top: 108px;
  padding-bottom: 108px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 25, 70, .57), rgba(0, 25, 70, .57)), url('../images/ajax_background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 25, 70, .57), rgba(0, 25, 70, .57)), url('../images/ajax_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-line {
  height: 1px;
  margin-top: 60px;
  background-color: rgba(0, 133, 210, .36);
}

.lasik-button {
  display: block;
  border-right-style: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

.lasik-button:hover {
  opacity: 0.5;
}

.lasik-button.sec-butt {
  padding-top: 13px;
  padding-bottom: 22px;
}

.lasik-button.sec-butt:hover {
  opacity: 0.4;
}

.map-div {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map {
  display: block;
  width: 80%;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
}

.map.secondary-map {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.office-span {
  display: block;
  margin-bottom: 17px;
  padding-bottom: 3px;
  border-bottom: 1px none rgba(107, 230, 255, .4);
  font-family: Lato, sans-serif;
  color: #a3ddff;
  font-size: 18px;
  line-height: 39px;
  letter-spacing: 0px;
}

.doc-button {
  padding: 0px;
  border-right-style: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #0085d2;
  text-decoration: none;
}

.doc-button:hover {
  opacity: 0.5;
}

.doc-button.secondary-doc-bytton {
  width: 100%;
  border-right-style: none;
}

.doc-button.secondary-doc-bytton:hover {
  opacity: 0.4;
}

.related-links-div {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, .49);
}
.search-form {
  padding: 10px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: auto;
}

.search-form input {
  padding:10px;
  margin-top:5px;
  max-width: 250px;
  border: 1px solid #ccc;
}
.search-field  {
  width: 75%;
}
.search-submit {
  border-color:transparent;
  color:#fff;
  text-transform:uppercase;
  font-weight:400;
  background-color:#136dff;
  cursor: pointer;
  width: 25%;
  min-width: 85px;
}
.secondary-content-column {
  padding-top: 30px;
  padding-right: 53px;
}

.secondary-link {
  display: block;
  padding: 23px 13px 23px 34px;
  border-right-style: none;
  -webkit-transition: color 500ms ease, background-color 350ms ease, color 350ms ease;
  transition: color 500ms ease, background-color 350ms ease, color 350ms ease;
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.secondary-link:hover {
  border-right-style: none;
  background-color: #000;
  color: #6be6ff;
  text-decoration: none;
}

.secondary-link.w--current {
  color: rgba(255, 192, 112, .89);
}

.secondary-link.w--current:hover {
  color: #6be6ff;
}

.links-div-second {
  margin-top: 18px;
  margin-bottom: 18px;
}

.sec-image {
  position: static;
  left: 54px;
  top: 73px;
  display: block;
  margin-right: auto;
  margin-bottom: 87px;
  margin-left: auto;
}

.image-div-secondary {
  display: block;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid rgba(0, 133, 210, .23);
  border-radius: 200px;
}

.lasik-container-side {
  padding-top: 46px;
  padding-bottom: 25px;
  background-image: url('../images/dark_geometric_2X.png');
  background-size: 70px;
}

.doc-div-secondaary {
  margin-top: 0px;
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #316174;
  text-align: center;
}

.div-locations-secondary {
  padding-top: 52px;
}

.center-title {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 0px;
  border-top: 3px none #fff;
  border-right: 1px none #fff;
  border-bottom: 3px none #fff;
  background-color: transparent;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.page-id-11 .center-title {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 0px;
  border-top: 3px none #fff;
  border-right: 1px none #fff;
  border-bottom: 3px none #fff;
  background-color: transparent;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.page-id-11 .sec-headline {
  display: none;
}

.center-title.double {
  padding-top: 21px;
  padding-bottom: 21px;
}

.center-title.double.d6 {
  padding-top: 51px;
  padding-bottom: 51px;
  background-image: url('../images/blue_back_6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.center-title.double.d7 {
  background-image: url('../images/blue_back_7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.center-title.d2 {
  background-image: -webkit-linear-gradient(270deg, rgba(34, 81, 158, .42), rgba(34, 81, 158, .42));
  background-image: linear-gradient(180deg, rgba(34, 81, 158, .42), rgba(34, 81, 158, .42));
}

.title-center-box {
  width: 100%;
  height: 100%;
  padding-top: 130px;
}

.enter-span {
  color: #6be6ff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 6px;
}

.callout-section {
  height: 250px;
  background-color: #8eacb3;
  background-image: url('../images/optical_center_2.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.optical-button {
  width: 100%;
  height: 100%;
  border-right: 1px none #000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-decoration: none;
}

.optical-button:hover {
  background-color: rgba(0, 132, 209, .75);
}

.optical-heading {
  padding-top: 56px;
  text-align: right;
}

.dropdown {
  border-left: 1px solid hsla(0, 0%, 100%, .22);
  text-align: center;
}

.dropdown.dropdown-sub {
  display: block;
  border-left: 1px none #000;
}

.dropdown-toggle {
  padding: 7px 17px 7px 7px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #136dff;
}

.dropdown-toggle.toggle-sub {
  position: relative;
  display: block;
  padding: 15px 60px 15px 20px;
  text-align: left;
}

.dropdown-toggle.toggle-sub:hover {
  background-color: rgba(71, 209, 255, .89);
  color: #1b1b1b;
}

.dropdown-toggle.toggle-sub.w--open {
  position: relative;
  color: #136dff;
  font-weight: 400;
}

.dropdown-toggle.toggle-sub.droplink-black {
  color: #000;
}

.dropdown-toggle.black {
  border-left: 1px solid rgba(0, 0, 0, .15);
  color: #000;
}

.dropdown-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-right-width: 0px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: rgba(40, 86, 161, .33);
}

.dropdown-link.w--current {
  text-transform: uppercase;
}

.dropdown-link.droplink-black {
  color: #000;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, .9);
}

.dropdown-list.w--open {
  position: absolute;
  margin-top: 1px;
  border-right: 1px none #000;
  background-color: #fff;
}

.dropdown-list.sub-dropdown-list {
  position: absolute;
}

.dropdown-list.sub-dropdown-list.w--open {
  position: absolute;
  display: block;
  overflow: visible;
}

.dropdown-list.subdropdown-list {
  position: absolute;
}

.dropdown-list.white-list.w--open {
  background-color: hsla(0, 0%, 100%, .95);
}

.subdropdown-list {
  position: relative;
}

.sud-list {
  position: relative;
}

.dropdown-list-2 {
  z-index: 2000;
}

.dropdown-list-2.w--open {
  background-color: rgba(0, 0, 0, .9);
}

.dropdown-list-2.subb {
  background-color: #00324e;
}

.dropdown-list-2.subb.w--open {
  position: absolute;
  left: 213px;
  top: 0px;
  background-color: #e9e9e9;
}

.dropdown-list-2.subb.skin-drop-list {
  overflow: scroll;
  height: 400px;
}

.dropdown-list-2.subb.skin-drop-list.w--open {
  overflow: auto;
}

.dropdown-list-2.white-list.w--open {
  background-color: hsla(0, 0%, 100%, .95);
}

.small-caps {
  text-transform: none;
}

.bottom-phone {
  display: block;
  padding: 0px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  text-decoration: none;
}

.bottom-phone:hover {
  opacity: 0.5;
  color: #6be6ff;
}

.mp {
  display: inline-block;
  padding: 7px 15px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Lato, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.mp:hover {
  color: #ffcb5e;
}

.doctors-button-secondary {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 20px;
  border-right-width: 0px;
  border-radius: 13px;
  background-color: #00b2ed;
  box-shadow: 1px 1px 12px 0 #000;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #000;
  text-decoration: none;
}

.doctors-button-secondary:hover {
  background-color: #000;
}

.doc-secondae {
  padding-right: 18px;
  padding-left: 18px;
  border-right: 1px none #000;
  font-size: 30px;
  text-transform: uppercase;
}

.body {
  background-color: #6be6ff;
}

.carolina-body {
  background-color: #2856a1;
}

.cb {
  padding-right: 0px;
  padding-left: 0px;
}

.cbg {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-color: hsla(0, 0%, 100%, .89);
  background-color: transparent;
}

.welcome-headline {
  font-size: 20px;
  font-weight: 400;
}

.excellence {
  color: #2856a1;
  text-align: center;
}

.home-paragraph {
  display: inline-block;
  margin-right: 18px;
  margin-left: 18px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.home-paragraph.ajax-paragraph {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.welcome-div {
  display: block;
  margin-top: 28px;
  padding-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid rgba(19, 109, 255, .46);
}

.car-docs-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cvg {
  padding-top: 190px;
}

.callout-head {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 33px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.callout-head.first-head {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  text-align: left;
  color: #fff;
}
a.features-div.second h2 {text-align: center;}
.clinic-link {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Lato, sans-serif;
  text-align: left;
  text-decoration: none;
  display:inline;
}

.clinic-link:hover {
  color: #6be6ff;
}

.address-carolina {
  display: inline-block;
  margin-bottom: 0px;
  color: #000;
  width: 24%;
  margin: 10px 0;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.carolina-phone-footer {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Lato, sans-serif;
  color: #136dff;
  font-size: 19px;
  line-height: 34px;
  text-decoration: none;
}

.carolina-phone-footer:hover {
  color: #93b0e0;
}

.secondary-content-section {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: inset 0 11px 23px 0 rgba(0, 0, 0, .26);
}

.sec-container {
  padding-top: 0px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  background-color: #fff;
}

.c1 {
  position: relative;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(19, 109, 255, .06);
}

.c2 {
  padding: 20px 57px 60px;
  box-shadow: inset 5px 0 25px 0 rgba(0, 0, 0, .18);
}

.sec-conetnt-div {
  padding-right: 34px;
}

.sec-headline {
  margin-bottom: 20px;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(19, 109, 255, .29);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #2856a1;
  font-size: 33px;
  line-height: 24px;
  text-align: left;
}

.sec-para {
  color: #353535;
}

.seco-img {
  margin-bottom: 27px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(19, 109, 255, .28);
}

.sec-butt {
  width: 100%;
  height: 70px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(19, 109, 255, .2);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #2856a1;
  text-decoration: none;
}

.sec-butt:hover {
  background-color: #fff;
  color: #136dff;
}

.sec-butt.w--current {
  background-color: #ff8f00;
  color: #000;
}

.sec-butt.w--current:hover {
  background-color: #fff;
}

.row-sec {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.white-section-secondary {
  background-color: #fff;
}

.slider-logo-div {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
}

.portfolio-buncj {
  display: block;
  width: auto;
  text-align: center;
}

.secondary-header {
  height: 305px;
  background-image: url('../images/smoky_parallax.jpg');
  background-position: 50% 32%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.secondary-title-heading {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 36px;
  top:95px;
}

.practice-sign {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ajax-section {
  padding-top: 154px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/background_leaf.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-nav-ajax {
  margin-bottom: 15px;
  padding-left: 22px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  text-align: left;
}

.ajax-slider {
  height: 800px;
}

.ajax-slide {
  background-image: url('../images/ajax_1_stairs.jpg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ajax-slide.second-ajax {
  background-image: url('../images/ajax_2.jpg');
  background-size: auto;
}

.ajax-slide.third-ajax {
  background-image: url('../images/ajax_3.jpg');
  background-size: auto;
}

.ajax-div-right {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 58;
  width: 40%;
  height: 100%;
  padding: 52px;
  background-color: #ecf3ff;
  color: #ecf3ff;
}

.ajax-title {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(19, 109, 255, .44);
  font-family: Lato, sans-serif;
  color: #1f56b1;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ajax-title.big-one {
  margin-bottom: 41px;
  padding-bottom: 0px;
  border-bottom-style: none;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 35px;
  line-height: 36px;
  letter-spacing: 0px;
  text-transform: none;
}

.ajax-title.ask-us-a-question {
  margin-bottom: 32px;
  border-bottom-color: hsla(0, 0%, 100%, .5);
  color: #fff;
}

.ajax-in-image {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  border-radius: 180px;
}

.additional-centers {
  padding-top: 185px;
  padding-bottom: 185px;
  background-image: url('../images/background_leaf.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ad-center-div-together {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-ad {
  margin-right: 3%;
  margin-left: 3%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-button {
  padding: 0px;
  opacity: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  text-align: center;
  text-decoration: none;
}

.add-button:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.add-text {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(0, 0, 0, .7);
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-align: center;
}

.add-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.form-container {
  margin-bottom: 0px;
}

.f-tesxt-field {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 27px;
  border-style: none;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
}

.f-tesxt-field:hover {
  background-color: rgba(71, 209, 255, .34);
}

.form-div {
  text-align: center;
}

.footer-container {
  margin-bottom: 48px;
  text-align: center;
}

.bottom-button-carolina {
  width: 37%;
  margin-right: 17px;
  margin-left: 17px;
  border: 1px solid #000;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.bottom-button-carolina:hover {
  background-color: rgba(19, 109, 255, .18);
}

.footer-map-container {
  margin-bottom: 54px;
  text-align: center;
}

.ara {
  top: 0px;
  right: -80px;
  bottom: 0px;
  width: 80px;
  height: 80px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ecf3ff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #000;
  font-size: 43px;
}

.ara:hover {
  background-color: #fff;
}

.laa {
  left: -80px;
  top: 0px;
  bottom: 0px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #ecf3ff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #000;
  font-size: 43px;
}

.laa:hover {
  background-color: #fff;
}

html.w-mod-js *[data-ix="portfolio-hover-animation"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="project-name-animation"] {
  opacity: 0.6500000000000002;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="skills-progress-line"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-2"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-3"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-4"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-5"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-6"] {
  width: 0px;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="hero-heading"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
  -ms-transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
  transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
}

html.w-mod-js *[data-ix="hero-subheader"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
  -ms-transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
  transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
}

html.w-mod-js *[data-ix="button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
  -ms-transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
  transform: translate(0px, 60px) scale(0.9500000000000002, 0.9500000000000002);
}

html.w-mod-js *[data-ix="arrow-left"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="arrow-right"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

/*MODIFIER FOR RENDIA VIDEOS - They're the only ones that use var tags so this generic boy should work. We can always replace it with more specificity later.*/
var {
  max-width:700px;
  margin:0 auto;
}


@media (max-width: 1140px) {
  body {
    height: 100%;
    margin-bottom: 10px;
  }
  .button {
    font-size: 25px;
  }
  .hero-heading {
    font-size: 37px;
    line-height: 38px;
    letter-spacing: 2px;
  }
  .hero-heading.second {
    font-size: 48px;
  }
  .hero-subheader {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 23px;
  }
  .nav-link {
    display: block;
    padding: 10px 0px 10px 30px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .03);
  }
  .nav-link.w--current {
    padding-left: 30px;
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black {
    display: block;
    border-bottom-style: solid;
    color: #fff;
  }
  .nav-link.black:hover {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black.w--current {
    display: block;
  }
  .title-features {
    font-size: 23px;
    line-height: 22px;
  }
  .features-div {
    background-position: 0% 0%, 86% 50%;
  }
  .section {
    padding-top: 54px;
    padding-bottom: 46px;
  }
  .section.about {
    padding-top: 37px;
    padding-bottom: 10px;
  }
  .section-title.doctors-title.secondary-doc-title {
    font-size: 23px;
  }
  .testimonials-section {
    height: 590px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .white.title-background {
    font-size: 39px;
  }
  .white.title-background.sec1 {
    font-size: 23px;
    line-height: 24px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .about-us-div.excee {
    font-size: 56px;
    line-height: 65px;
  }
  .process-row {
    margin-top: 70px;
  }
  .process-column {
    margin-top: 10px;
  }
  .portfolio-post {
    width: 27%;
    height: 237px;
    margin-bottom: 129px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .portfolio-post._7 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .portfolio-post._14 {
    background-position: 50% 50%;
  }
  .colorbox {
    padding-top: 237px;
  }
  .project-name {
    height: 80px;
    padding-top: 29px;
    padding-bottom: 29px;
    border-style: none;
    font-size: 16px;
    line-height: 22px;
  }
  .portfolio-row.second {
    margin-top: 0px;
  }
  .portfolio-section {
    padding-top: 38px;
    padding-bottom: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background-color: #2856a1;
  }
  .form-field {
    font-weight: 300;
  }
  .form-field.message {
    height: 140px;
  }
  .form-wrapper.form-paper-secondary {
    padding-right: 0px;
    padding-left: 10px;
  }
  .footer-section {
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  .icon {
    margin-top: 11px;
    float: none;
    color: #2856a1;
    text-align: center;
  }
  .icon.black {
    color: #000;
  }
  .icon._24 {
    top: 5px;
    margin-right: 30px;
  }
  .menu-button {
    position: static;
    right: 2px;
    width: 50px;
    height: 50px;
    padding: 1px 13px;
    border-left: 1px none hsla(0, 0%, 100%, .2);
    background-color: #fff;
  }
  .menu-button.w--open {
    right: 10px;
    width: 50px;
    height: 50px;
    float: right;
    background-color: transparent;
    text-align: center;
  }
  .menu-button.black {
    width: 61px;
    height: 71px;
    border-left-color: rgba(0, 0, 0, .15);
    background-color: transparent;
  }
  .nav-menu {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    background-color: #fff;
    margin-top:0;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .hero-section {
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slide._2 {
    background-position: 0% 0%, 70% 50%;
  }
  .slide._3 {
    background-position: 0% 0%, 59% 0%;
  }
  .phone-button {
    right: 80px;
  }
  .phone-button.patient-portal {
    left: 27px;
  }
  .lasik-button {
    border-right-style: none;
  }
  .map.secondary-map {
    width: 75%;
  }
  .secondary-content-column {
    padding-right: 26px;
  }
  .center-title {
    top: 0px;
    display: block;
  }
  .center-title.oculo {
    height: 68px;
  }
  .center-title.double.d6 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .center-title.double.d7 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    text-align: left;
  }
  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-list.w--open {
    background-color: hsla(0, 0%, 91%, .9);
  }
  .cbg {
    padding-right: 0px;
    padding-left: 0px;
  }
  .callout-head.first-head {
    line-height: 39px;
  }
  .clinic-link {
    display: inline-block;
  }
  .address-carolina {
    font-size: 12px;
  }
  .carolina-phone-footer {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
  }
  .c2 {
    padding-right: 0px;
  }
  .row-sec {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ajax-section {
    padding-top: 95px;
  }
  .ajax-div-right {
    width: 50%;
    padding: 36px;
  }
  .additional-centers {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .single-ad {
    margin-right: 1%;
    margin-left: 1%;
  }
  .add-text {
    font-size: 14px;
    line-height: 17px;
  }
  .form-container {
    padding-right: 29px;
    padding-left: 29px;
  }
  .ara {
    right: 8px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background-color: hsla(0, 0%, 100%, .75);
    font-size: 25px;
    font-weight: 700;
  }
  .laa {
    left: 8px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background-color: hsla(0, 0%, 100%, .75);
    font-size: 25px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .w-nav-overlay {
    min-height: 1900px;
  }
  .button {
    font-size: 17px;
  }
  .button.hollow {
    line-height: 19px;
  }
  .button.hollow.single {
    margin-bottom: 70px;
  }
  .hero-heading {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 27px;
  }
  .hero-heading.second {
    font-size: 39px;
  }
  .hero-subheader {
    margin-top: 19px;
    font-size: 24px;
    line-height: 30px;
  }
  .nav-link {
    display: block;
    padding-left: 32px;
  }
  .features-div {
    margin-right: 0px;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .section {
    padding-top: 61px;
    padding-bottom: 0px;
  }
  .section.about {
    padding-bottom: 6px;
    background-image: none;
  }
  .section-title {
    font-size: 32px;
    line-height: 33px;
  }
  .testimonials-section {
    padding-right: 33px;
    padding-left: 33px;
  }
  .brand {
    padding-left: 30px;
  }
  .brand.w--current {
    width: 220px;
  }
  .white.title-background {
    font-size: 29px;
    line-height: 46px;
  }
  .testimonials-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 25px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .about-us-div.excee {
    font-size: 40px;
  }
  .team-name {
    margin-bottom: 56px;
  }
  .social-wrapper {
    margin-bottom: 50px;
  }
  .process-column.second {
    margin-top: 0px;
  }
  .process-column.first {
    margin-top: 50px;
  }
  .portfolio-post {
    width: 50%;
  }
  .colorbox {
    display: block;
    padding-top: 200px;
  }
  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-us-section {
    background-position: 0% 0%, 68% 100%;
    background-size: auto, cover;
  }
  .contact-column {
    padding-left: 0px;
  }
  .conatct-info-text {
    text-align: center;
  }
  .form-wrapper.form-paper-secondary {
    padding-left: 0px;
  }
  .footer-section {
    padding-bottom: 10px;
  }
  .menu-button {
    right: 0px;
  }
  .menu-button.w--open {
    width: 70px;
    height: 71px;
  }
  .nav-menu {
    padding-right: 0px;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .project-section {
    padding-bottom: 0px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
  .phone-button {
    font-size: 17px;
  }
  .phone-button.patient-portal {
    left: 10px;
    font-size: 14px;
  }
  .map-section {
    padding-bottom: 51px;
  }
  .location-div {
    display: block;
  }
  .lasik-button {
    border-right-style: none;
    border-right-width: 0px;
  }
  .map-div {
    margin-bottom: 64px;
  }
  .doc-button {
    display: block;
    width: 184px;
    margin-right: auto;
    margin-left: auto;
  }
  .secondary-content-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .center-title.oculo {
    height: 52px;
  }
  .optical-heading {
    text-align: center;
  }
  .welcome-div {
    display: block;
  }
  .car-docs-div {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .address-carolina {
    margin-bottom: 16px;
    width: 100%;
  }
  .c1 {
    padding-top: 0px;
  }
  .c2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sec-conetnt-div {
    padding-right: 0px;
  }
  .sec-butt {
    height: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .practice-sign {
    padding-right: 27px;
    padding-left: 27px;
  }
  .ajax-title.big-one {
    font-size: 33px;
  }
  .additional-centers {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .ad-center-div-together {
    display: block;
  }
  .single-ad {
    display: block;
    width: 39%;
    margin-right: auto;
    margin-bottom: 46px;
    margin-left: auto;
    text-align: center;
  }
  .form-container {
    padding-right: 29px;
    padding-left: 29px;
  }
  .bottom-button-carolina {
    width: 44%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-map-container {
    margin-bottom: 41px;
  }
  .ara {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .laa {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  p {
    text-align: center;
  }
  .secondary-header {
    height:230px;
  }
  .button {
    font-size: 18px;
    line-height: 18px;
  }
  .button.hollow {
    font-size: 12px;
  }
  .button.hollow.single.appointment-secondary {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-heading {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3px;
  }
  .hero-subheader {
    margin-top: 10px;
    font-size: 19px;
    line-height: 25px;
  }
  .hero-subheader.second-subheader {
    font-size: 24px;
  }
  .features-div {
    margin-right: 0px;
    background-position: 0% 0%, 90% 50%;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .features-div.third {
    background-position: 0% 0%, 81% 50%;
  }
  .section.about {
    background-position: 0% 0%, 77% 100%;
  }
  .section-title {
    font-size: 21px;
    line-height: 21px;
  }
  .testimonials-section {
    height: 490px;
    padding-right: 12px;
    padding-bottom: 80px;
    padding-left: 12px;
  }
  .features-text {
    font-size: 12px;
    text-align: left;
  }
  .brand {
    width: 75%;
    padding-top: 21px;
    padding-right: 12px;
    padding-left: 12px;
    border-right-style: none;
  }
  .brand.w--current {
    padding-top: 31px;
    border-right-style: none;
  }
  .white.title-background {
    font-size: 19px;
    line-height: 24px;
  }
  .testimonials-text {
    font-size: 15px;
    line-height: 23px;
  }
  .slider-arrow {
    opacity: 0.35;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .about-us-div.excee {
    font-size: 35px;
    line-height: 45px;
  }
  .social-wrapper {
    margin-bottom: 40px;
  }
  .process-column {
    margin-top: 0px;
  }
  .portfolio-post {
    width: 100%;
  }
  .portfolio-post._7 {
    background-position: -79px 50%;
  }
  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-us-section {
    background-position: 0% 0%, 78% 50%;
    background-size: auto, cover;
  }
  .conatct-info-text {
    text-align: center;
  }
  .form-wrapper.form-paper-secondary {
    padding-left: 0px;
  }
  .footer-section {
    padding-bottom: 20px;
  }
  .white-paragraph {
    margin-right: 5px;
    margin-left: 5px;
  }
  .menu-button.w--open {
    width: 70px;
    height: 79px;
    border-left-style: none;
  }
  .slider-nav {
    padding-top: 45px;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slide._2 {
    background-position: 0% 0%, 59% 50%;
  }
  .phone-number {
    font-size: 19px;
  }
  .phone-button {
    top: 15px;
    font-size: 14px;
  }
  .phone-button.patient-portal {
    top: 16px;
  }
  .map-section {
    padding-top: 87px;
  }
  .secondary-content-column {
    padding-left: 0px;
  }
  .callout-section {
    background-position: 50% 50%;
    background-size: cover;
  }
  .optical-heading {
    font-size: 33px;
  }
  .welcome-headline {
    font-size: 17px;
  }
  .home-paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  .welcome-div {
    padding-top: 22px;
  }
  .cvg {
    padding-top: 110px;
  }
  .callout-head {
    font-size: 29px;
    line-height: 35px;
  }
  .callout-head.first-head {
    font-size: 29px;
    line-height: 35px;
  }
  .clinic-link {
    display: inline-block;
    text-align: left;
  }
  .c1 {
    padding-top: 18px;
  }
  .practice-sign {
    padding-right: 17px;
    padding-left: 17px;
  }
  .ajax-div-right {
    width: 60%;
    padding: 18px;
  }
  .ajax-title {
    margin-bottom: 7px;
    padding-bottom: 4px;
    font-size: 13px;
  }
  .ajax-title.big-one {
    font-size: 23px;
    line-height: 25px;
  }
  .single-ad {
    width: 64%;
  }
  .form-container {
    padding-right: 17px;
    padding-left: 17px;
  }
  .footer-container {
    margin-bottom: 14px;
  }
  .bottom-button-carolina {
    width: 85%;
    margin-bottom: 33px;
  }
  .footer-map-container {
    margin-bottom: 37px;
  }
}