/* Complete */
@font-face {
  font-family: "LL Brown Regular Web";
  src: url("fonts/lineto-brown-regular.eot");
  src: url("fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/lineto-brown-regular.woff2") format("woff2"),
    url("fonts/lineto-brown-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LL Brown Regular Alternate Web";
  src: url("fonts/lineto-brown-regularalt.eot");
  src: url("fonts/lineto-brown-regularalt.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/lineto-brown-regularalt.woff2") format("woff2"),
    url("fonts/lineto-brown-regularalt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #001a68;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
* {
  outline: none !important;
  box-sizing: border-box !important;
}
body {
  color: #001a68;
  font-family: "LL Brown Regular Web" !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.trans {
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

.doctolib {
  position: fixed;
  z-index: 150;
  top: calc(100vh - 210px);
  right: 30px;
  display: block;
  text-align: center;
  opacity: 1;
  background-color: #0596de;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  width: 90px;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px 3px;
  line-height: 1.4;
	margin: 0 0 0 0;
}

.doctolib_2 {
	display: none;
}

.doctolib span {
	font-size: 16px;	
}

.doctolib img {
  height: 20px;
  margin-top: 10px;
  vertical-align: middle;
  width: auto;
}

header {
  position: fixed;
  top: 0;
  width: 100%;

  z-index: 1000;
}
header ul {
  float: left;
  padding: 15px 45px;
  height: 53px;
  opacity: 1;
}
header ul li {
  float: left;
  margin: 0 20px 0 0;
}
header ul li a {
  color: #001a68;
}
header ul li.on a {
  color: #86cbc8;
}
header.contact ul li.on a {
  color: #ffffff;
}
header.emergency ul li a {
  color: #86cbc8;
}
header.emergency ul li.on a {
  color: #001a68;
}
header.emergency.imprint ul li.on a {
  color: #86cbc8;
}
header .logo {
  float: right;
  width: 85px;
  margin: 25px 20px 0 0;
  opacity: 0;
  z-index: 1000000;
  position: relative;
}
header .logo img {
  width: 100%;
}
header .submenu {
  float: left;
  margin: 10px 0 0 0;
  display: none !important;
  clear: left;
}
header .submenu.on {
  display: none !important;
}
header .submenu a {
  float: left;
  clear: left;
  display: block;
  margin: 0 0 5px 0;
  color: white;
}
header .submenu.on {
  display: block;
}

.cls-1 {
  fill: #001a68;
}
header .logo.invert .cls-1 {
  fill: #ffffff;
}

/* ARROWS */
section .arrow {
  background-image: url(arrow_neg.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 60px;
  cursor: pointer;
}
section.home.first .arrow.intro {
  position: absolute;
  right: 45px;
  bottom: 340px;
  z-index: 100;
}
section.home.first .arrow.welcome {
  background-image: url(arrow.svg);
  position: absolute;
  right: 45px;
  bottom: 340px;
  z-index: 99;
}
section.welcome .arrow.services {
  background-image: url(arrow.svg);
  position: absolute;
  right: 45px;
  bottom: 25px;
  z-index: 100;
}

/* HOME */
.mob_home {
  display: none;
}
section.home {
  height: calc(100vh + 300px);
  width: 100% !important;
  position: relative;
  padding: 0 45px 0 45px;
  background-color: #001a68;
}
section.home.first .hero {
  position: absolute;
  right: 0;
  left: 0;
  top: 85px;
  padding: 85px 0 0 45px;
  width: 100% !important;
}
section.home.first .hero .down {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
section.home.first .hero .up {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  display: block;
}

section.home.first .scrollmagic-pin-spacer .hero {
  width: calc(100% - 90px) !important;
}

@media screen and (max-height: 700px) {
  section.home.first .hero .up,
  section.home.first .hero .down {
    clip-path: polygon(0 0, 100% 0, 100% 66%, 0 66%);
  }
}

/* HOME */
section.home.first img.za {
  color: white;
  float: left;
  top: 0;
  position: absolute;
  padding-top: calc(100vh - 200px);
}
section.home.first h1.on {
  opacity: 0;
}
section.home.first .time {
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0 !important;
  font-size: 18px;
  padding-top: calc(100vh - 200px);
  padding-left: 45px;
  opacity: 0;
  width: 100% !important;
  max-width: calc(100% -45px) !important;
}
section.home.first .time .time_item {
  float: left;
  margin: 0 0 0 0;
  width: 12%;
}
section.home.first .time .time_item:last-child {
  width: 24%;
}
section.home.first .time .time_item span {
  float: left;
  clear: left;
  display: inline-block;
}
section.home.first .time .time_item span.special {
  letter-spacing: -2pt;
}

/* WELCOME */
section.welcome {
  height: 100vh;
  width: 100%;
  padding: 53px 45px;
  display: flex;
  align-items: center;
  position: relative;
}
section.welcome .image {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
section.welcome .text {
  padding: 0 0 0 45px;
  width: 50%;
}
section.welcome .text p {
  padding: 0 0 20px 0;
  max-width: 650px;
}

/* SERVICES */
section.services {
  width: 100%;
  float: left;
  height: 900vh;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  position: relative;
}
section.services .pager_items {
  background: white;
  position: absolute;
  left: 0%;
  top: calc(100vh - 54px);
  height: 54px;
  width: 100%;
  display: block;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0 0 50%;
  text-align: center;
  z-index: 100;
}
section.services .pager_items > a {
  width: 8px;
  height: 8px;
  background-color: #001a68;
  margin: 0 15px;
  border-radius: 4px;
  position: relative;
  z-index: 10000;
  display: inline-block;
}
section.services .pager_items > a.on {
  background-color: #86cbc8;
}
section.services .pager_items > a span {
  position: absolute;
  display: block;
  height: 20px;
  width: 200px;
  top: -30px;
  left: -100px;
  display: none;
  text-align: center;
  color: #86cbc8;
}
section.services .pager_items a:hover span {
  display: block;
  color: #001a68;
}
section.services .pager_items a.on:hover span {
  color: #86cbc8;
}
section.services .services_images {
  height: calc(100vh - 106px);
  z-index: 4;
  position: relative;
  padding: 53px 45px;
  width: 50%;
  flex-grow: 1;
}
section.services .services_images .services_image {
  background-size: cover;
  background-position: center center;
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  opacity: 0;
}
section.services .services_image.zahnerhalt {
  opacity: 1;
}
section.services .services_items {
  width: 50%;
  padding: 0 45px 0 45px;
  flex-grow: 1;
}
section.services .services_item {
  width: 100%;
  height: 100vh;
  float: right;
  clear: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.services .services_item p {
  padding: 0 0 20px 0;
  max-width: 600px;
}
section.services .services_item ul {
  padding: 0 0 0 0;
}
section.services .services_item ul li {
  position: relative;
  padding: 0 0 0 14px;
}
section.services .services_item ul li::before {
  content: "– ";
  position: absolute;
  left: 0;
}
section.services .services_item h2 {
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  width: 100%;
  padding: 0 0 20px 0;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
section.services .services_item h2 span {
  font-size: 24px;
  padding: 0 0 0 9px;
}

/* TEAM */
section.team {
  width: 100%;
  float: left;
  height: 300vh;
  display: flex;
  flex-direction: row;
}
section.team .team_images {
  height: 100vh;
  z-index: 4;
  position: relative;
  width: 50%;
  flex-grow: 1;
}
section.team .team_images .image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
}
section.team .team_images #imageTwo,
section.team .team_images #imageThree {
  opacity: 0;
}
section.team .team_items {
  width: 50%;
  padding: 0 45px 0 45px;
  flex-grow: 1;
}
section.team .team_items .team_item {
  height: 100vh;
  width: 100%;
  float: left;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
}
/*
section.team .team_item .image {
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 10;
	position: relative;
}
*/
section.team .team_item .text {
  width: 100%;
}
section.team .team_item .text p {
  padding: 0 0 40px 0;
  max-width: 600px;
}
section.team .team_item .text h2 {
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  width: 100%;
  padding: 0 0 10px 0;
}
section.team .team_item .text .box h2 span {
  font-size: 18px;
}
section.team .text .box {
  padding: 0 0 60px 0;
}
section.team .vita {
  width: 100%;
  float: left;
}
section.team .vita,
section.team .vita_item {
  width: 100%;
  float: left;
}
section.team .vita_item {
  padding: 0 0 10px 0;
}
section.team .vita_item span {
  float: left;
  font-size: 18px;
  line-height: 24px;
}
section.team .vita_item .year {
  display: block;
  width: 140px;
}
section.team .vita_item .text {
  display: block;
  width: calc(100% - 140px);
}

/* CONTANT */
section.contact {
  float: left;
  width: 100%;
  height: 100vh;
  background: #86cbc8;
}
section.contact .text {
  width: 50%;
  float: left;
  padding: 53px 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  color: white;
}
section.contact .text h2 {
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  width: 100%;
  padding: 0 0 30px 0;
}
section.contact .text .box {
  width: 100%;
}
section.contact .text .box p {
  width: 50%;
  float: left;
  max-width: 600px;
}
section.contact .text .box p:first-child a {
  color: white;
}
section.contact .text .box p em {
  font-size: 14px;
}
section.contact .text .box.second p {
  width: 100%;
  float: left;
  padding: 30px 0 0 0;
}
section.contact .map {
  width: 50%;
  float: right;
  background: black;
  height: 100%;
  position: relative;
}
section.contact .map a {
  display: block;
  height: 100%;
}

section.contact .map a figure {
  position: relative;
  height: 100%;
}

section.contact .map a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* EMERGENCY */
section.emergency {
  float: left;
  width: 100%;
  height: 100vh;
  background-color: white;
}
section.emergency .image {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  position: relative;
  float: right;
}
section.emergency .text {
  width: 50%;
  float: left;
  padding: 53px 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  color: white;
}
section.emergency .text h2 {
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  width: 100%;
  padding: 0 0 30px 0;
  color: #001a68;
}
section.emergency .text p {
  width: 100%;
  max-width: 600px;
  color: #001a68;
}
section.emergency .text p a {
  color: #86cbc8;
}

/* IMPRINT */
section.imprint,
section.policy {
  float: left;
  width: 100%;
  min-height: 100vh;
  background: #001a68;
  padding: 200px 0 100px 0;
}
section.imprint .text,
section.policy .text {
  width: 50%;
  float: left;
  padding: 53px 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  color: white;
}
section.imprint .text h2,
section.policy .text h2 {
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  width: 100%;
  padding: 0 0 10px 0;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
section.imprint .text p,
section.policy .text p {
  width: 100%;
  float: left;
  padding: 0 0 20px 0;
  max-width: 600px;
}
section.imprint .text p a,
section.policy .text p a {
  color: #86cbc8;
}
section.imprint .text ul,
section.policy .text ul {
  list-style: disc;
  padding: 0 0 20px 0;
}

/* FOOTER */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 45px;
  opacity: 0;
  z-index: 1000000;
  background: rgba(255, 255, 255, 0);
}
footer.emergency {
  background: rgba(255, 255, 255, 0);
}
footer .footer_item {
  float: left;
  margin: 0 20px 0 0;
}
footer.on {
  width: 50%;
}
footer.on .footer_item {
  display: none;
}
footer.on .footer_item.tel {
  display: block !important;
}

#mob-indicator,
.btn,
.mob_services_image,
.mob_image,
.header_phone {
  display: none;
}
#mCCForm {
  position: fixed;
  z-index: 1000000000;
  font-size: 10px;
  padding: 18px 20px;
  width: 534px;
  top: 50%;
  left: 50%;
  margin: -95px 0 0 -267px;
  background-color: #e5e5e5;
  justify-content: center;
}
#mCCForm button {
  display: block;
  border: none;
  font-size: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-image: url(kreuz.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  cursor: pointer;
}
#mCCForm p {
  color: #001a68;
  opacity: 1;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  padding: 0 80px 0 0;
}
#mCCForm p a {
  color: rgb(134, 203, 200);
}

@media only screen and (max-width: 900px) {
  section.home.first .time {
    font-size: 15px;
  }
}

@media only screen and (max-width: 800px) {
	
	/* .doctolib {
		position: absolute;
		z-index: 2;
		top: 290px;
		right: -5px;
	} */
	
	.doctolib {
		display: block;
	}
	
	.doctolib_2 {
		position: fixed;
		z-index: 150;
		bottom: 10px;
		right: 10px;
		display: block;
		text-align: center;
		opacity: 1;
		background-color: #0596de;
		color: #ffffff;
		font-size: 14px;
		overflow: hidden;
		width: 90px;
		border-radius: 4px;
		text-decoration: none;
		padding: 10px 3px;
		line-height: 1.4;
		margin: 0 0 0 0;
	}
	
	.doctolib_2 span {
		font-size: 16px;	
	}
	
	.doctolib_2 img {
		height: 20px;
		margin-top: 10px;
		vertical-align: middle;
		width: auto;
	}
	
	
  #mob-indicator {
    display: block;
  }
  .btn {
    display: block;
    float: right;
    margin: 13px 7px 0 0;
    position: fixed;
    z-index: 1001;
    right: 0;
    padding: 7px 7px 0 7px;
  }
  .btn span {
    width: 36px;
    height: 4px;
    display: inline-block;
    float: left;
    clear: left;
    margin: 0 0 7px 0;
    background-color: #001a68;
  }
  .btn.open {
    transform: rotate(-90deg);
  }
  header {
    background-color: white;
    height: 65px;
  }
  header ul.main {
    display: none;
    width: 100vw;
    height: calc(100vh - 64px);
    background: #001a68;
    z-index: 9;
    padding: 20px 14px 0;
    position: absolute;
    top: 65px;
    bottom: 0;
  }
  header ul.main.on {
    display: block;
  }
  header ul.main li {
    clear: left;
    margin: 0 0 10px 0;
  }
  header ul.main li a {
    font-size: 24px;
    color: #86cbc8;
  }
  header ul.main li.on a {
    color: white;
  }
  header .logo {
    opacity: 1 !important;
    width: 57px;
    height: auto;
    margin: 20px 0 0 14px;
    float: left;
  }
  header .header_phone {
    float: left;
    display: block;
    margin: 20px 0 0 14px;
  }
  header .submenu.on {
    display: block !important;
  }
  section.home {
    display: none;
  }
  ul li,
  .vita_item {
    opacity: 1 !important;
  }
  section.mob_home.first .mob_intro {
    display: none;
  }

  /* MOB HOME */
  section.mob_home {
    padding: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    width: 100% !important;
    position: relative;
    background-color: #001a68;
    height: calc(100vh + 300px);
    display: block;
  }
  section.mob_home.first .mob_hero .mob_up {
    display: block;
    width: 100%;
    padding: 84px 0 0 0;
  }
  section.mob_home.first .mob_hero .mob_down {
    display: none;
  }
  section.mob_home.first .mob_za {
    position: absolute;
    width: 260px;
    padding: 0;
    float: left;
    top: calc(100vh - 260px);
  }
  section.mob_home.first .mob_intro {
    float: left;
    width: 100%;
    background-size: 40px 24px;
    top: 100vh;
    position: absolute;
    margin: -60px 0 0 0;
    left: 0;
    z-index: 100;
  }
  section.mob_home.first .mob_time {
    float: left;
    color: white;
    width: 100%;
    padding: 104px 14px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  section.mob_home.first .mob_time .time_item {
    float: left;
    width: 50%;
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 24px;
  }
  section.mob_home.first .mob_time .time_item span {
    float: left;
    clear: left;
  }
  section.mob_home .mob_time .time_item span.special {
    letter-spacing: -2pt;
  }

  /* WELCOME */
  section.welcome {
    padding: 14px;
    flex-direction: inherit;
    align-items: inherit;
    float: left;
    display: block;
    height: auto;
  }
  section.welcome .image {
    width: 100%;
    height: 100vw;
    float: left;
  }
  section.welcome .text {
    width: 100%;
    padding: 40px 0 0 0;
    float: left;
  }
  section.welcome .text p {
    opacity: 1 !important;
  }
  section.services {
    float: left;
    height: auto;
  }
  .arrow.services {
    display: none;
  }
  section.services .pager_items {
    display: none;
  }
  section.services .services_items {
    width: 100%;
    padding: 65px 14px 0;
  }
  section.services .services_items .services_item {
    justify-content: inherit;
    height: auto;
    padding: 0 0 28px 0;
  }
  section.services .services_item .mob_services_image {
    float: left;
    width: 100%;
    height: 300px;
    display: block;
    background-position: center center;
    background-size: cover;
    margin: 0 0 14px 0;
  }
  section.services .services_item h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 0 -3px;
    padding: 0 0 14px;
    opacity: 1 !important;
  }
  section.services .services_item p {
    opacity: 1 !important;
  }
  section.services .services_images {
    display: none;
  }

  /* TEAM */
  section.team {
    height: auto;
    justify-content: inherit;
    padding: 35px 0 0 0;
  }
  section.team .team_images {
    display: none;
  }
  section.team .team_items {
    width: 100%;
    padding: 14px;
  }
  section.team .team_items .team_item {
    height: auto;
    align-items: inherit;
    flex-direction: column;
    padding: 0 0 28px 0;
  }
  section.team .team_items .team_item .mob_image {
    display: block;
    width: 100%;
    height: 100vw;
    background-position: center center;
    background-size: cover;
    margin: 0 0 14px 0;
  }
  section.team .team_item .text h2 {
    font-size: 30px;
    line-height: 30px;
  }
  section.team .team_item .text p {
    opacity: 1 !important;
  }
  section.team .text .box {
    padding: 0;
  }
  section.team .text .box h2 {
    padding: 0;
    opacity: 1 !important;
  }

  /* CONTACT */
  section.contact {
    height: auto;
  }
  section.contact .text {
    padding: 84px 14px 32px 14px;
    align-items: inherit;
    justify-content: inherit;
    width: 100%;
  }
  section.contact .text h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 18px 0;
    opacity: 1 !important;
  }
  section.contact .text .box p {
    width: 100%;
    padding: 0 0 18px 0;
    opacity: 1 !important;
  }

  /* EMERGENCY */
  section.emergency {
    height: auto;
  }
  section.emergency .image {
    width: 100%;
    height: calc(100vw + 64px);
  }
  section.emergency .text {
    width: 100%;
    padding: 14px;
  }
  section.emergency .text h2 {
    font-size: 36px;
    line-height: 40px;
    opacity: 1 !important;
  }
  section.emergency .text p {
    opacity: 1 !important;
    padding: 0 0 18px 0;
  }
  section.emergency .text p a {
    /* 	color: white; */
  }

  section.imprint,
  section.policy {
    display: block;
    min-height: inherit;
    height: auto;
    padding: 74px 14px 28px;
  }
  section.imprint .text,
  section.policy .text {
    padding: 0;
    width: 100%;
  }
  section.imprint .text h2,
  section.policy .text h2 {
    font-size: 36px;
    line-height: 40px;
    opacity: 1 !important;
  }
  section.imprint .text p,
  section.policy .text p {
    opacity: 1 !important;
  }
  section.imprint .text ul,
  section.policy .text ul {
    padding: 0 0 20px 18px;
  }

  footer {
    display: none;
  }

  #mCCForm {
    position: fixed;
    z-index: 1000000000;
    font-size: 10px;
    padding: 6px 8px;
    width: 100vw;
    top: inherit;
    bottom: 0;
    left: 0%;
    margin: 0 0 0 0;
    background-color: #e5e5e5;
    justify-content: center;
  }
  #mCCForm button {
    display: block;
    border: none;
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(kreuz.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    cursor: pointer;
  }
  #mCCForm p {
    color: #001a68;
    opacity: 1;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    padding: 0 40px 0 0;
  }
}
