body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

a {
  color: #024f66;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

ul {
  margin-top: 0px;
  margin-bottom: 22px;
  padding-left: 40px;
}

.main_section {
  height: auto;
  border-bottom: 10px none #99d35e;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 1%, hsla(0, 0%, 100%, .69) 99%), url('../images/main_pict.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 1%, hsla(0, 0%, 100%, .69) 99%), url('../images/main_pict.jpg');
  background-position: 0px 0px, 50% 41%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #020d18;
  padding-top: 160px;
  padding-bottom: 150px;
}

.navbar {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3fc2ff;
  background-color: #3bbde4;
}

.logo {
  width: 25%;
  padding-bottom: 0px;
  padding-left: 35px;
}

.logo.bottom {
  position: static;
  display: inline-block;
  width: 20%;
  margin-bottom: 14px;
  padding-left: 0px;
  float: none;
}

.navlink {
  margin-left: 2px;
  padding: 21px 10px;
  border-bottom: 1px none rgba(0, 78, 150, .52);
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navlink:hover {
  color: #034357;
}

.navlink.w--current {
  color: #024f66;
}

.navmenu {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-right: 15px;
  padding-bottom: 2px;
  text-align: right;
}

.about_us {
  height: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  border-top: 10px solid #3bbde4;
  background-color: #024f66;
}

.contact {
  padding-top: 81px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contact_bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contact_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.main_text_div {
  position: relative;
  left: 0px;
  top: 21%;
  right: 0px;
  width: 50%;
  padding-left: 70px;
}

.main_headline {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #1a3d5e;
  font-size: 38px;
  line-height: 48px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}


.main_headline.smaller {
  font-size: 1.5rem;
  text-transform:none;
}

.main_form_div {
  position: relative;
  left: 0px;
  top: 25%;
  right: 0px;
  width: 35%;
  padding-left: 70px;
}

.main_form_headline {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #3bbde4;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.text_field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 189, 228, .7);
  background-color: #fff;
}

.white_headline {
  margin-top: 0px;
  margin-bottom: 45px;
  padding-bottom: 21px;
  border-bottom: 1px solid #3bbde4;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
  text-align: left;
}

.white_text {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.symptoms {
  height: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  border-top: 10px none #3fc2ff;
  background-color: #fff;
}

.treatment {
  height: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  border-top: 10px none #3fc2ff;
  background-color: #0f203f;
}

.blue_headline {
  margin-top: 0px;
  margin-bottom: 45px;
  padding-bottom: 21px;
  border-bottom: 1px solid #3fc2ff;
  font-family: Oswald, sans-serif;
  color: #0f203f;
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
}

.container_center {
  text-align: center;
}

.parallax-picture {
  padding-top: 263px;
  padding-bottom: 263px;
  border-top: 10px none #3fc2ff;
  background-image: url('../images/parallax_pict.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.contact_pict {
  padding-top: 350px;
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent), url('../images/contact_bg.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent), url('../images/contact_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.phone_div {
  position: absolute;
  right: 0px;
  bottom: 23%;
  border-top: 1px solid #3bbde4;
  border-bottom: 1px solid #3bbde4;
  border-left: 1px solid #3bbde4;
  background-color: #fff;
}

.phone_text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 30px;
  font-family: Oswald, sans-serif;
  color: #3bbde4;
  font-size: 30px;
  line-height: 36px;
}

.phone_text a:hover{
  color: #0f203f;
}

.map {
  height: 250px;
}

.address {
  margin-top: 0px;
  margin-bottom: 68px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.bottomphone {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.footer {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #3bbde4;
}

.footer_text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.quick_form_mobile {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dceccb;
}

.submit_btn {
  background-color: #3bbde4;
  font-family: Oswald, sans-serif;
  color: rgba(15, 32, 64, .99);
  font-weight: 600;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #0f203f;
  color: #3fc2ff;
}

.list_item {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.list_item.white {
  color: #fff;
  font-weight: 300;
}

.list {
  padding-right: 9px;
  padding-left: 15px;
}

.success_msg {
  background-color: transparent;
  text-align: left;
}

.success_text {
  color: #3bbde4;
}

.error_msg {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, .89);
}

.errortxt {
  margin-bottom: 0px;
  color: #ee0b8a;
}

.scroll_down_btn {
  position: static;
  left: 0px;
  top: 25%;
  right: 0px;
  width: auto;
  padding-left: 0px;
  color: #004e96;
  text-align: center;
}

.scroll_down_btn:hover {
  color: #3fc2ff;
}

.scroll_down_btn_div {
  position: relative;
  left: 0px;
  top: 20px;
  right: 0px;
  width: 50%;
  padding-left: 70px;
  font-family: Oswald, sans-serif;
}

.pict_description {
  margin-top: 10px;
  margin-bottom: 26px;
  font-weight: 600;
  text-align: center;
}

.row_pict {
  margin-top: 31px;
}

.what_is-pterygium {
  padding-top: 130px;
  padding-bottom: 130px;
  border-top: 10px none #3bbde4;
}

.text_area {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 189, 228, .7);
}

.text_field2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 189, 228, .51);
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
}

.container {
  padding-top: 67px;
  text-align: center;
}

.appointment_form {
  display: inline-block;
  width: 65%;
}

html.w-mod-js *[data-ix="headline-slide"] {
  opacity: 0;
  -webkit-transform: translate(-86px, 0px);
  -ms-transform: translate(-86px, 0px);
  transform: translate(-86px, 0px);
}

html.w-mod-js *[data-ix="headline-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(-86px, 0px);
  -ms-transform: translate(-86px, 0px);
  transform: translate(-86px, 0px);
}

html.w-mod-js *[data-ix="headline-slide-3"] {
  opacity: 0;
  -webkit-transform: translate(-86px, 0px);
  -ms-transform: translate(-86px, 0px);
  transform: translate(-86px, 0px);
}

html.w-mod-js *[data-ix="headline-slide-4"] {
  opacity: 0;
  -webkit-transform: translate(-86px, 0px);
  -ms-transform: translate(-86px, 0px);
  transform: translate(-86px, 0px);
}

html.w-mod-js *[data-ix="bounce-to-scroll"] {
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.mobile-row{
  display: none;
}

#eye-example img{
  max-width: 420px;
}

/* Common button styles */
.apt-btn{
  color: #ffffff !important;
  background-color: #F44336 !important;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.button {
  float: left;
  min-width: 420px;
  display: block;
  margin: 1em 1em 1em 0em;
  padding: 1em 1em;
  border: none;
  background: none;
  text-transform: uppercase;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-weight: 100;
  border-radius: .5rem;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0.5rem 0.5rem 1rem #00000080;
  font-size: 1.5rem;
  text-align: center;
}
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: middle;
}

/* Ujarak */
.button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #024F66;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
  border-radius: 2px;
}
.button--ujarak.button--inverted::before {
  background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
  color: #fff;
  border-color: #37474f;
}
.button--ujarak.button--inverted:hover {
  color: #37474F;
  border-color: #fff;
}
.button--ujarak:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

button.button.button--ujarak.apt-btn {
  width: 280px;
  text-align: center;
}

.appoint {
  background-color: #f44236;
  color: #fff;
  border-radius: 3px;
  transition:all .3s;
  box-shadow: 0 0.5rem 0.5rem #00000020;
}

.appoint:hover {
  transform: translateY(-3px);
}

.call-1:hover {
  color: #3bbde4 !important;
}

.call {
  color: #fff !important;
}

.call:hover {
  color: #3bbde4 !important;
}

.button.mobile{
  display: none;
}

.quick_form_mobile{
  display:none;
}

#eye-example-mobile.mobile-eye{
  display: none;
}

button.button.button--ujarak.apt-btn.abs {
  position: absolute;
  right: 0;
  top: 5rem;
}

@keyframes buttonChange{
  from {background-color: #37474f;}
  to {background-color: #024f66;}
}

@media (max-width: 991px) {
  button.button.button--ujarak.apt-btn.abs {
    display: none;
  }
  p {
    margin-bottom: 40px;
  }
  .main_section {
    background-image: -webkit-radial-gradient(circle farthest-corner at 77% 59%, hsla(0, 0%, 100%, 0) 1%, #fff 99%), url('../images/main_pict.jpg');
    background-image: radial-gradient(circle farthest-corner at 77% 59%, hsla(0, 0%, 100%, 0) 1%, #fff 99%), url('../images/main_pict.jpg');
    background-position: 0px 0px, -46px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .logo {
    width: 40%;
    padding-left: 15px;
  }
  .navlink {
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .navlink:hover {
    background-color: #fff;
  }
  .navlink.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #3bbde4;
  }
  .navmenu {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #024f66;
  }
  .about_us {
    height: auto;
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 50px;
  }
  .contact {
    padding-right: 45px;
    padding-bottom: 80px;
    padding-left: 45px;
  }
  .main_text_div {
    top: 16%;
    width: 55%;
    padding-left: 40px;
  }
  .main_headline {
    font-size: 36px;
    line-height: 46px;
  }
  .main_form_div {
    top: 23%;
    width: 55%;
    padding-left: 40px;
  }
  .main_form_headline {
    font-size: 20px;
    line-height: 28px;
  }
  .white_headline {
    font-size: 42px;
    line-height: 44px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .symptoms {
    height: auto;
    padding-right: 45px;
    padding-left: 45px;
  }
  .treatment {
    height: auto;
    padding-right: 45px;
    padding-left: 45px;
  }
  .blue_headline {
    font-size: 42px;
    line-height: 44px;
  }
  .parallax-picture {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .contact_pict {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .menu_btn {
    margin-top: 5px;
    background-color: #024f66;
    color: #3bbde4;
  }
  .menu_btn:hover {
    background-color: #024f66;
    color: #fff;
  }
  .menu_btn.w--open {
    background-color: #fff;
    color: #024f66;
  }
  .scroll_down_btn_div {
    top: 35%;
    padding-left: 45px;
  }
  .full-row{
    display: none;
  }
  .mobile-row{
    display: block;
  }
  .w-col-stack{
    text-align: center;
  }
  .phone_div{
    position: fixed;
    z-index: 999;
    left: 0px;
    right: 0px;
    bottom: 0%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .main_section {
    background-image: -webkit-radial-gradient(circle farthest-corner at 77% 59%, hsla(0, 0%, 100%, 0) 1%, #fff 99%), url('../images/main_pict.jpg');
    background-image: radial-gradient(circle farthest-corner at 77% 59%, hsla(0, 0%, 100%, 0) 1%, #fff 99%), url('../images/main_pict.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .logo {
    width: 55%;
  }
  .logo.bottom {
    width: 30%;
  }
  .navlink {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .navlink.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about_us {
    padding: 69px 25px 50px;
  }
  .contact {
    padding-right: 26px;
    padding-left: 26px;
  }
  .main_text_div {
    top: 34%;
    width: 42%;
    padding-left: 24px;
    line-height: 34px;
  }
  .main_headline {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }
  .main_form_div {
    display: none;
  }
  .white_headline {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
  }
  .symptoms {
    padding: 75px 25px;
  }
  .treatment {
    padding: 74px 26px;
  }
  .blue_headline {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
  }
  .parallax-picture {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .contact_pict {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .phone_div {
    left: 0px;
    right: 0px;
    bottom: 0%;
  }
  .phone_text {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .address {
    font-size: 16px;
    line-height: 18px;
  }
  .bottomphone {
    font-size: 28px;
    line-height: 30px;
  }
  .footer {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .quick_form_mobile {
    display: block;
    padding-right: 26px;
    padding-left: 26px;
    background-color: #cee7ee;
  }
  .scroll_down_btn_div {
    display: none;
  }
  .what_is-pterygium {
    padding-right: 26px;
    padding-left: 26px;
  }
  .button{
    float: none;
    display: inline-block;
    min-width: 0px;
    line-height: 1.5rem;
  }
  .main_form_headline{
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .main_section {
    background-image: -webkit-radial-gradient(circle farthest-corner at 77% 59%, hsla(0, 0%, 100%, 0) 1%, #fff 99%), url('../images/main_pict.jpg');
    background-image: radial-gradient(circle farthest-corner at 77% 59%, hsla(0, 0%, 100%, 0) 1%, #fff 99%), url('../images/main_pict.jpg');
    background-position: 0px 0px, 33% 50%;
    background-size: auto, cover;
    padding-top: 90px;
  }
  .logo {
    width: 75%;
    margin-top: 7px;
    padding-left: 10px;
  }
  .main_text_div {
    top: 22%;
    width: 50%;
    padding-right: 12px;
    padding-left: 17px;
  }
  .main_headline {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 26px;
  }
  .main_form_headline {
    font-size: 20px;
    line-height: 24px;
  }
  .about_us{
    padding:30px 25px 50px;
  }
  .what_is-pterygium{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .symptoms{
    padding:50px 25px;
  }
  .treatment{
    padding:50px 25px;
  }
  #appointment .white_headline{
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .quick_form_mobile {
    display:none;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .button.mobile{
    display: block;
    float: none;
    margin: 10px auto 50px;
}

#eye-example-mobile.mobile-eye{
  display: flex;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
}

#eye-example-mobile.mobile-eye .mobile-eye__img{
  width: 275px;
  height: auto;
  object-fit: contain;
}
}


.pulse-button {
  box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.pulse-button:hover {
  -webkit-animation: none;
  animation:none;
}

@keyframes pulse {
  0% {
    transform: scale(.9);
  }
  70% {
   transform: scale(1);
  box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}
