@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --main-color: #76B366;
  --text-color: #352929;
}

/* NAVBAR START */
.header {
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 0px;
  top: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.header h1 {
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 27px;
  padding: 15px;
  border-bottom: 2px solid white;
}

/* NAVBAR END */
.home {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5rem;
  background-image: url("diabetes-blood-surgar-check-gradient-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.home .image {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  text-align: center;
}

.home .image img {
  height: 80vh;
  padding-top: 4rem;
}

.home .content {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  margin: 0 100px 0 100px;
}

.home .content .timer-in-button {
  font-family: "Roboto", sans-serif;
}

.home .content .timer-in-button b {
  color: white;
  font-size: 30px;
}

.home .content .timer-in-button b .timerp {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 0px;
}

.home .content .timer-in-button b span {
  font-size: 30px;
  padding: 3px 5px;
  background: #ffe100;
  border: 2px solid white;
  color: var(--text-color);
  border-radius: 5px;
  -webkit-box-shadow: rgba(236, 229, 229, 0.76) 0px 18px 50px -10px;
          box-shadow: rgba(236, 229, 229, 0.76) 0px 18px 50px -10px;
}

.home .content h1 {
  font-size: 50px;
  color: bisque;
  /* line-height: 35px; */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.home .content p {
  /* line-height: 28px; */
  font-size: 23px;
  color: var(--terciary);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.sec1__list {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 1.1;
  padding-bottom: 30px;
}

.sec1__list ul {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  list-style-type: none;
}

.sec1__list ul li {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  list-style-type: none;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 0 13px 30px;
  position: relative;
}

.sec1__list ul .sec1__item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: url("check-circle.svg") no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  fill: #fff;
}

.home button {
  -webkit-transition: .3s;
  transition: .3s;
  padding: 15px;
  border-radius: 10px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#309abe), to(#1a3bbe));
  background: linear-gradient(#309abe, #1a3bbe);
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.home button:hover {
  cursor: pointer;
  color: white;
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  html {
    font-size: 55%;
  }
  .home .content {
    text-align: center;
    margin: 0;
  }
  .core .row .image {
    display: none;
  }
  .contact .content {
    padding: 3rem 0;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 40%;
  }
  .home {
    height: auto;
    padding-top: 0px;
  }
  .home .dugme {
    text-align: center;
  }
  .home .content {
    padding: 20px;
    margin-top: 20px;
    text-align: left;
  }
  .home .content p {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
  .home .content h1 {
    font-size: 5rem;
    text-align: center;
    line-height: 45px;
  }
  .home .image img {
    height: auto;
    width: 100%;
    padding-top: 0px;
  }
  .home .content .imgage {
    margin-bottom: 30px;
  }
  .home .content p {
    margin-top: 0rem;
    font-size: 20px;
    width: 80%;
    line-height: 1;
  }
  .home {
    background-position: -240px;
  }
  .sec1__list {
    padding-bottom: 0px;
  }
  .sec1__list ul li {
    font-size: 16px;
    padding: 10px 0 10px 30px;
  }
  .home .content .timer-in-button {
    margin-top: 10px;
    text-align: center;
  }
  .home .content .timer-in-button b .timerp {
    font-size: 17px;
  }
  .home .content .timer-in-button b span {
    font-size: 26px;
  }
  .home .content .timer-in-button b .pp {
    font-size: 17px;
  }
}

@media (max-width: 830px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 50%;
  }
  .home .content h1 {
    font-size: 4rem;
    text-align: left;
    line-height: 40px;
  }
  .home .content p {
    font-size: 18px;
  }
}

.cards {
  background-color: white;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cards h1 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  padding: 15px;
}

.column {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 30px;
}

/* Remove extra left and right margins, due to padding */
.row {
  width: 100%;
  margin: 0 auto;
}

/* Clear floats after the columns */
/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.cards .row .column .card {
  outline: none;
  padding: 16px;
  border-radius: 0px;
  line-height: 18px;
  border: none;
  text-align: left;
  border-left: 5px solid var(--main-color);
}

.cards .row .column .card h3 {
  color: var(--main-color);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .cards .row .column .card h3 {
    font-size: 23px;
  }
  .cards .row .column .card p {
    font-size: 17px;
    line-height: 1.25;
  }
  .cards .row .column {
    margin-top: 0px;
  }
  .cards h1 {
    font-size: 30px;
  }
}

.about {
  background-image: url("behind-blood-sugar-header-1440x810.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.about h1 {
  text-align: center;
  padding: 20px;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .row .image {
  -webkit-box-flex: 3;
      -ms-flex: 3 1 30rem;
          flex: 3 1 30rem;
  margin-left: 110px;
}

.about .row .image img {
  width: 60%;
}

.about .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  padding: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.about .row .content {
  font-size: 30px;
  color: white;
}

.about .row .content p {
  font-size: 20px;
  color: white;
  padding: 1rem 0;
  line-height: 1.8;
}

@media screen and (max-width: 500px) {
  .about {
    padding: 10px;
    font-size: 17px;
  }
  .about h1 {
    font-size: 30px;
  }
  .about .row .image {
    margin: 0 auto;
    text-align: center;
  }
  .about .row .image img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-left: 15px;
  }
  .about .row .content p {
    font-size: 17px;
    padding: 10px;
    text-align: left;
  }
  .about .content {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
  }
}

.karika {
  padding: 20px;
  background-image: url("kbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.karika h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  padding: 20px;
}

.karika h3 {
  text-align: center;
  font-weight: 400;
  font-size: 23px;
}

.karika .karika-image {
  margin-top: 20px;
  text-align: center;
  padding: 20px;
}

.karika .karika-image img {
  width: 500px;
}

@media screen and (max-width: 500px) {
  .karika h1 {
    font-size: 26px;
  }
  .karika h3 {
    font-size: 20px;
  }
  .karika .karika-image img {
    width: 100%;
  }
}

.posljedice-outer {
  background-image: url("paper.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.posljedice {
  color: var(--main-color);
  padding: 25px;
}

.posljedice h1 {
  text-align: center;
  padding: 20px;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.posljedice .rowp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posljedice .rowp .imagep {
  -webkit-box-flex: 3;
      -ms-flex: 3 1 30rem;
          flex: 3 1 30rem;
  margin-left: 110px;
}

.posljedice .rowp .imagep img {
  height: 15rem;
  width: 15rem;
}

.posljedice .rowp .contentp {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  padding: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.posljedice .rowp .contentp {
  font-size: 30px;
}

.posljedice .rowp .contentp ul {
  font-size: 20px;
  color: var(--text-color);
  padding: 1rem 0;
  line-height: 1.8;
}

.posljedice .rowp .contentp ul li {
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .posljedice {
    padding: 10px;
  }
  .posljedice h1 {
    font-size: 30px;
    padding: 10px;
  }
  .posljedice .rowp .imagep {
    margin: 0 auto;
    text-align: center;
  }
  .posljedice .rowp .imagep img {
    margin: 0 auto;
  }
  .posljedice .rowp .contentp ul {
    font-size: 17px;
    padding: 10px;
    text-align: left;
  }
  .posljedice .contentp {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
  }
}

.testimonial {
  background-color: var(--main-color);
}

.testimonial .container {
  width: 60%;
  background-color: white;
  border-radius: 10px;
  padding: 16px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: rgba(236, 229, 229, 0.76) 0px 18px 50px -10px;
          box-shadow: rgba(236, 229, 229, 0.76) 0px 18px 50px -10px;
}

.testimonial {
  padding: 20px;
}

.testimonial .th-text {
  width: 80%;
  margin-bottom: 20px;
}

.testimonial span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
}

.testimonial h3 {
  text-align: center;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-top: 20px;
}

.testimonial p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.testimonial .ime .rating {
  font-size: 17px;
  padding: 5px;
}

.testimonial .iskustvo {
  font-style: italic;
}

.testimonial .container::after {
  content: "";
  clear: both;
  display: table;
}

.testimonial .container img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.testimonial .container span {
  font-size: 20px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .testimonial .container {
    text-align: center;
    width: 90%;
    color: var(--text-color);
  }
  .testimonial .container img {
    margin: auto;
    float: none;
    display: block;
    padding: 5px;
  }
  .testimonial .container span {
    padding: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: var(--text-color);
  }
  .testimonial .container .ime {
    text-align: center;
    color: var(--text-color);
  }
  .testimonial .container .iskustvo {
    font-style: italic;
    color: var(--text-color);
    font-size: 15px;
    padding: 0px;
  }
  .testimonial h1 {
    font-size: 30px;
  }
  .testimonial .th-text {
    font-size: 20px;
    line-height: 1;
    width: 100%;
  }
}

.block-9 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  outline: none !important;
  padding: 10px 0 30px;
  background-image: url("docobg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper9 {
  font-size: 18px;
  outline: none !important;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.b9-left {
  font-size: 18px;
  outline: none !important;
  width: 440px;
  float: left;
}

.b9-left .doco {
  font-size: 18px;
  outline: none !important;
  position: relative;
  left: -25px;
  width: 500px;
}

.b9-right {
  font-size: 18px;
  outline: none !important;
  width: 520px;
  float: right;
}

.b9-right h2 {
  outline: none !important;
  text-transform: uppercase;
  line-height: 1;
  font-size: 56px;
  color: var(--main-color);
  margin: 50px 0 20px;
  font-weight: 700;
}

.b9-right p {
  outline: none !important;
  font-size: 20px;
  margin: 20px 0 0;
}

.clearfix {
  font-family: OpenSans,sans-serif;
  font-size: 18px;
  outline: none !important;
  clear: both;
}

@media (max-width: 991px) {
  .block-9 .wrapper9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 320px;
  }
  .block-9 .wrapper9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 500px) {
  .block-9 {
    background-position: -1000px;
  }
  .b9-left {
    width: 100%;
  }
  .b9-left .doco {
    width: 100%;
    margin-left: 20px;
  }
  .b9-right {
    width: 100%;
    padding: 10px;
  }
  .b9-right h2 {
    font-size: 30px;
    margin-top: 20px;
  }
  .b9-right p {
    padding: 0px;
    font-size: 17px;
    margin: 0px;
  }
  .wrapper9 {
    width: 100%;
    font-size: 20px;
    outline: none !important;
    margin: 0 auto;
    padding: 0px;
  }
}

.about2 {
  background-image: url("sastojcibg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 25px;
}

.about2 .ispod {
  text-align: center;
  font-size: 20px;
  color: #000000;
  width: 50%;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 20px;
}

.about2 h1 {
  text-align: center;
  padding: 20px;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--main-color);
}

.about2 .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about2 .row2 .image2 {
  -webkit-box-flex: 3;
      -ms-flex: 3 1 30rem;
          flex: 3 1 30rem;
  margin-left: 110px;
}

.about2 .row2 .image2 img {
  width: 60%;
}

.about2 .row2 .content2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  padding: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.about2 .row2 .content2 {
  font-size: 30px;
  color: var(--text-color);
}

.about2 .row2 .content2 p {
  font-size: 20px;
  color: var(--text-color);
  padding: 1rem 0;
  line-height: 1.8;
}

.about2 .dugmence {
  margin: 0 auto;
  text-align: center;
}

.about2 .dugmence .btn {
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#309abe), to(#1a3bbe));
  background: linear-gradient(#309abe, #1a3bbe);
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.about2 .dugmence .btn:hover {
  cursor: pointer;
  color: white;
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

.about2 .content2 button:hover {
  cursor: pointer;
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .about2 {
    padding: 10px;
    font-size: 17px;
  }
  .about2 h1 {
    font-size: 30px;
  }
  .about2 .ispod {
    width: 100%;
  }
  .about2 .row2 .image2 {
    margin: 0 auto;
    text-align: center;
  }
  .about2 .row2 .image2 img {
    width: 90%;
    margin: 0 auto;
  }
  .about2 .row2 .content2 p {
    font-size: 17px;
    padding: 10px;
    text-align: left;
  }
  .about2 .content2 {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
  }
  .about2 .content2 button {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
}

.main {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}

.cards2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.cards_item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .main {
    margin: 0 auto;
    text-align: center;
  }
  .main .cards2 {
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    padding: 0px;
  }
  .main .cards2 .cards_item2 {
    font-size: 20px;
    text-align: center;
  }
  .main .cards2 .cards_item2 .card2 .card_text2 {
    font-size: 20px;
  }
}

.card2 {
  background-color: transparent;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  text-align: center;
}

.card_content2 {
  padding: 1rem;
  color: #000000;
}

.card_title2 {
  color: var(--main-color);
  font-size: 23px;
  padding: 10px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.card_text2 {
  color: black;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.citat {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: var(--main-color);
}

.citat p {
  text-align: center;
  padding: 20px;
  color: white;
  font-size: 27px;
}

.buy-forma {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  color: var(--text);
  margin: 0 auto;
  background-image: url("buybg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.buy-forma .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  text-align: center;
  padding: 4rem 0;
  width: 100%;
}

.buy-forma .image img {
  height: 70vh;
}

.buy-forma .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.buy-forma .content form {
  text-align: center;
}

.buy-forma .content form .heading {
  padding: 10px;
  font-size: 30px;
  font-weight: 700;
  color: var(--main-color);
}

.buy-forma .content form .timer-in-button {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.buy-forma .content form .timer-in-button b {
  color: black;
  font-size: 30px;
}

.buy-forma .content form .timer-in-button b .timerp {
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.buy-forma .content form .timer-in-button b span {
  color: white;
  font-size: 30px;
  padding: 3px 5px;
  background: var(--main-color);
  border-radius: 5px;
}

.main_form {
  padding: 25px 0px;
  background-color: white;
  border: 3px solid var(--main-color);
  border-radius: 20px;
  width: 400px;
}

.main_form .cijene {
  text-align: center;
  padding: 20px;
}

.form_title {
  margin-bottom: 20px;
  padding: 10px;
  color: var(--secondary);
  font-size: 2rem;
  text-align: center;
  color: var(--terciary);
}

.inp, .cars {
  display: block;
  width: 265px;
  height: 45px;
  margin: 0 auto 10px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 43px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inp:active,
.inp:focus {
  background: #dadada;
  border: none;
}

/* INP-COLORS */
select {
  display: block;
  width: 265px;
  height: 45px;
  margin: 0 auto 10px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 43px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  outline: none;
}

.main_form .btn_wrap {
  text-align: center;
  margin: 0 auto;
}

.main_form .btn_wrap p {
  margin-top: 20px;
  font-size: 13px;
  color: var(--text-color);
}

.main_form .btn {
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#309abe), to(#1a3bbe));
  background: linear-gradient(#309abe, #1a3bbe);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.btn_wrap p {
  margin-top: 10px;
}

.btn_wrap p span {
  font-size: 15px;
}

.main_form .btn:hover {
  cursor: pointer;
  color: white;
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 500px) {
  .form_wrap {
    width: 100%;
  }
  .main_form {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .forma .bonusi {
    padding: 0px;
    display: inline-block;
  }
  .forma .bonusi img {
    width: 40%;
    display: inline-block;
    padding: 0px;
    padding: 0px;
  }
  .main_form .btn_wrap p {
    margin-bottom: 10px;
  }
  .outer {
    font-size: 20px;
  }
  .outer .title {
    font-size: 23px;
    width: 100%;
  }
  .outer .buy-forma .image img {
    width: 100%;
    height: 100%;
  }
  .outer .popust .timer-in-button {
    padding: 10px;
  }
}

.doktor {
  background-image: url("wp.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.doktor h1 {
  text-align: center;
  padding: 30px;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--main-color);
}

.doktor .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.doktor .row .image {
  width: 50%;
  text-align: center;
}

.doktor .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45rem;
          flex: 1 1 45rem;
  padding: 2rem;
  margin-top: -20px;
}

.doktor .row .content p {
  font-size: 18px;
  color: var(--main-color);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 500px) {
  .doktor .row {
    padding: 10px;
  }
  .doktor .row p {
    font-size: 13px;
    text-align: left;
  }
  .doktor h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .doktor {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, white), to(#76b366));
    background: linear-gradient(180deg, white 44%, #76b366 100%);
  }
  .doktor .row .image {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .doktor .row .image img {
    width: 300px;
    text-align: center;
  }
}

.preporuka-doktora {
  background-color: var(--main-color);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 20px;
  width: 100%;
}

.preporuka-doktora h1 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: 50%;
  margin: 0 auto;
  font-size: 30px;
}

.preporuka-doktora h1 .timer-in-button {
  font-family: "Roboto", sans-serif;
}

.preporuka-doktora h1 .timer-in-button b {
  color: white;
  font-size: 36px;
}

.preporuka-doktora h1 .timer-in-button b .timerp {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 0px;
}

.preporuka-doktora h1 .timer-in-button b span {
  color: var(--main-color);
  font-size: 36px;
  padding: 3px 5px;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 500px) {
  .preporuka-doktora {
    padding: 10px;
  }
  .preporuka-doktora h1 {
    font-size: 20px;
    width: 100%;
  }
  .buy-forma .image img {
    width: 100%;
    height: auto;
  }
  .btn_wrap p span {
    padding: 10px;
  }
}

.graf {
  padding: 20px;
  text-align: center;
}

.graf h1 {
  color: var(--main-color);
  font-size: 36px;
  font-weight: 700;
}

.graf p {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  width: 40%;
  color: red;
  font-weight: 700;
}

.graf .graf-slika img {
  width: 600px;
}

@media screen and (max-width: 500px) {
  .graf .graf-slika img {
    width: 100%;
  }
  .graf p {
    width: 100%;
  }
}

footer {
  background-color: #1d1d1d;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 12px;
  padding: 25px;
}

footer p {
  margin-bottom: 0px;
}

footer p a {
  color: white;
}

.product {
  min-height: 100vh;
  text-align: center;
  background-image: url("wp2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  padding-top: 5rem;
}

.product .heading {
  color: white;
}

.product .title {
  color: white;
}

.product .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
}

.product .box-container .box {
  margin: 1rem;
  background: white;
  padding: 20px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  width: 300px;
  height: 500px;
}

.product .box-container .box h3 {
  padding: 1rem 0;
  font-size: 30px;
  color: var(--main-color);
}

.product .box-container .box .citat {
  font-weight: 400;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  background-color: white;
}

.product .box-container .box .price {
  padding: 1rem 0;
  font-size: 20px;
  color: var(--main-color);
  display: block;
}

.product .box-container .box img {
  height: 15rem;
  width: 15rem;
  margin: 1rem 0;
}

@media screen and (max-width: 500px) {
  .product {
    padding: 0rem;
  }
  .product .box-container .box {
    height: auto;
  }
  .product .box-container .box .price {
    font-size: 20px;
  }
  .product .box-container .box .citat {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */