h1,
h2,
h3,
h4 {
  font-family: "Kanit", sans-serif;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 5.063rem;
  line-height: 7.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0em;
}

h2 {
  font-size: 3.375rem;
  line-height: 5.063rem;
  font-weight: 500;
}

h3 {
  font-size: 2.25rem;
  line-height: 3.375rem;
  font-weight: 300;
}

h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.caption {
  font-size: 0.667rem;
  line-height: 1rem;
  font-weight: 300;
  margin: 2px 5px 0 5px;
}

.blue_section {
  color: #fff;
}

.gray_overlay {
  height: 100%;
  background-color: #38383899;
}

.blue_overlay {
  height: 100%;
  background-color: #1976d2d1;
}

.background_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button_orange {
  color: #ffc200;
  border: 3px solid #ffc200;
  border-radius: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem 3rem;
  font-weight: 600;
  letter-spacing: 1.1px;
  cursor: pointer;
  transition: all 0.4s;
}
.button_orange:hover {
  color: #f5f5f5;
  background-color: #ffc200;
}

.button_orange_light {
  color: #ffc200;
  border: 2px solid #ffc200;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s;
}
.button_orange_light:hover {
  color: #f5f5f5;
  background-color: #ffc200;
}

.general_wrapper {
  display: flex;
  flex-direction: column;
}
.general_wrapper a,
.general_wrapper a:hover,
.general_wrapper a:visited,
.general_wrapper a:active {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.header {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f5f5f5;
}

.header_top_section {
  display: flex;
  justify-content: flex-end;
  border-bottom: 2px solid #eaeaea;
}

.header_info {
  display: flex;
  align-items: center;
  margin: 0 3%;
}
.header_info p {
  color: #1976d2;
  margin: 1vh auto;
}
.header_info a,
.header_info a:hover,
.header_info a:visited,
.header_info a:active {
  color: inherit;
  text-decoration: none;
}

.header_main_section {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}

.header_logo img {
  height: 50px;
  margin: 1vh 5px;
}

.menu {
  display: flex;
  align-items: center;
  color: #999999;
}
.menu p {
  padding: 0 3em;
}
.menu p:hover {
  color: #1976d2;
}
.menu a,
.menu a:hover,
.menu a:visited,
.menu a:active {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.menu_active_page {
  color: #1975d2;
  font-weight: 600;
  cursor: default;
}

.cover_section {
  background-image: url("../img/tempo-PORT.jpg");
}

.gray_section {
  color: #1976d2;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10vh 15%;
  text-align: center;
}
.gray_section p {
  padding: 0 14%;
  color: #383838;
  text-align: center;
}

.first_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10% 28%;
  height: 38vh;
  text-align: center;
}
@media (max-width: 1520px) {
  .first_div {
    padding: 18vh 24%;
  }
}

.arrow_down {
  position: absolute;
  color: #ffc200;
  margin-left: 25%;
  margin-top: -25px;
  cursor: pointer;
}

.arrow_down_img {
  position: absolute;
  margin-left: calc(24% + 13px);
  width: 25px;
  margin-top: -24px;
  padding: 1%;
  cursor: pointer;
  animation: arrowBounce 1s alternate infinite;
}

.cards3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 12vh;
  margin-bottom: 5vh;
}

.one_card_of_3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 380px;
  margin: 0 1%;
  text-align: center;
  box-shadow: -1px 0px 13px 0px #999999;
  transition: all 0.4s;
  cursor: default;
}
.one_card_of_3 img {
  height: 80px;
  width: 80px;
  margin-top: 2vh;
  margin-bottom: 7vh;
}
.one_card_of_3 h4 {
  color: #ffc200;
  margin: 1.5em 0;
}
.one_card_of_3 p {
  color: #f5f5f5;
}
.one_card_of_3:first-child {
  margin-left: 0;
}
.one_card_of_3:last-child {
  margin-right: 0;
}
.one_card_of_3:hover {
  transform: scale(0.98);
}

.one_card_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8% 5%;
  box-sizing: border-box;
}

.map_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4% 25%;
  padding-bottom: 6%;
  height: 70vh;
  min-height: 300px;
  text-align: center;
}

.invest_text {
  margin-bottom: 10vh;
}

.row_imgAndTxt {
  display: flex;
  margin: 4vh 0;
}
.row_imgAndTxt .gray_overlay {
  transition: all 1s;
}
.row_imgAndTxt .gray_overlay:hover {
  background-color: #42424242;
}

.row_img {
  width: 45%;
  min-height: 300px;
}

.row_txt {
  width: 52%;
}
.row_txt p {
  padding: 0 6%;
}
.row_txt h4 {
  margin-bottom: 3%;
  margin-top: 0;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.background_gray2 {
  background-color: #eaeaea;
}

.cards_about_container {
  margin: 7vh 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1210px) {
  .cards_about_container {
    margin: 7vh 1%;
  }
}

.card_about {
  background-color: #f5f5f5;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3vh 3%;
  margin: 15px;
  width: 40%;
}
.card_about p {
  text-align: left;
  padding: 0;
}
@media (max-width: 974px) {
  .card_about {
    width: 90%;
  }
}

.card_gray2 {
  background-color: #eaeaea;
  margin: 3vh;
  width: 100%;
  padding: 4vh 6%;
  box-sizing: border-box;
}
.card_gray2 p {
  text-align: left;
  padding: 0;
  margin: 0;
}

.usluge {
  padding: 12vh 25%;
}

.uredi .card_gray2 {
  padding: 6vh 15%;
  text-align: left;
}

.contact {
  padding: 15vh 24%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.two_column_cards_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact_card_cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.card_gray2_half {
  background-color: #eaeaea;
  margin: 15px;
  width: 94%;
  padding: 4vh 7%;
  box-sizing: border-box;
}
.card_gray2_half p {
  margin: 0;
  padding: 0 2%;
}
.card_gray2_half h4 {
  margin-bottom: 1em;
}

.color_gray3 {
  color: #999999;
}

.enquery_cont {
  display: flex;
}

.enquery_section h2 {
  margin-top: 0;
  margin-bottom: 7vh;
}

.enquiryInput {
  background-color: #b5cee2;
  color: #1976d2;
  padding: 12px 2em;
  border-radius: 25px;
  border: none;
  text-align: center;
  margin: 1.5vh 10px;
  min-width: 250px;
  box-sizing: border-box;
  height: 100%;
}

.send_button {
  padding: 10px 6%;
  background-color: transparent;
  margin-top: 15px;
}

.eu-index {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.eu-index p {
  padding: 15px;
}
.eu-index img {
  padding: 15px;
  height: 65px;
}

.eu-imgs img {
  height: 90px;
  padding: 20px;
}

.eu-img-lg {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  padding-top: 40px;
}

/* uredi tabs */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
  width: 97%;
  margin-left: 6%;
}

.tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #383838;
  width: 50%;
  border-bottom: 1px solid;
}

.tablinks:hover {
  background-color: #ddd;
}

.tablinks.active {
  background-color: #eaeaea;
  color: #1a76d2;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.tabcontent .card_gray2:last-child {
  padding: 2em 0em;
  padding-top: 4em;
  background-color: #f5f5f5;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.info_content {
  margin: 2em;
}
.info_content h4 {
  color: #1976d2;
}
.info_content p {
  margin: 0;
}

.blue_section_small {
  background-color: #1976d2;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  margin-top: 30px;
}

.posts_section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 10em;
  background-color: #f5f5f5;
  display: flex;
  transition: all 0.5s;
}
.posts_section h4 {
  color: #1976d2;
}
.posts_section .caption {
  font-weight: 400;
}
.posts_section .card_gray2 {
  box-shadow: 0 0px 15px -3px #d1d1d1;
  margin: 6vh 3vh;
  background-color: #f1f1f1;
}
.posts_section .card_gray2:first-child {
  margin-top: 0vh;
}
.posts_section .card_gray2 p {
  color: #383838;
  padding-bottom: 5px;
  padding-top: 5px;
}
.posts_section .card_gray2 ul {
  list-style: none;
  margin: 0;
}
.posts_section .card_gray2 ul a {
  font-size: 14px;
  text-transform: capitalize;
}
.posts_section hr {
  color: #eaeaea;
  margin-top: 1.5em;
}

.posts_container {
  width: 55%;
}

.widgetizedArea h3 {
  font-size: 1.5rem;
  color: #1976d2;
  text-transform: uppercase;
}
.widgetizedArea ul {
  list-style: none;
  padding: 0;
}
.widgetizedArea .cat-item {
  margin: 5px 0;
}

.widgets_container {
  width: 35%;
}

.screen-reader-text {
  display: none;
}

.flex_row {
  display: flex;
  align-items: baseline;
}

#map_wrapper {
  height: 80vh;
  margin-top: 10vh;
}

#map_canvas {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

textarea,
input {
  outline: none;
}

.gdpr_button {
  max-width: 500px;
  padding: 0 !important;
  text-align: left !important;
  margin-bottom: 10px;
}

.gdpr_page .gray_section p {
  text-align: left;
}
.gdpr_page .gray_section ul {
  padding: 0 16%;
}
.gdpr_page .gray_section ul p {
  padding: 0;
}

.flex-as-fs {
  align-self: flex-start;
}

.txt-align-l {
  text-align: left !important;
}

.video_wrap {
  background-color: #eaeaea;
  margin: 6em 14% 2em 14%;
  text-align: center;
  padding: 3vh 3% 4vh 3%;
}

.video-cont {
  width: 360px;
  height: 550px;
  margin: 0 auto;
}

.footer_lighter_blue_section {
  text-align: center;
  background-color: #328dd6;
  color: #fff;
  padding: 2px 5%;
}
.footer_lighter_blue_section p {
  margin: 0;
  padding: 1vh 0;
}

.footer_blue_div {
  background-color: #1976d2;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 22%;
}

.footer_logo {
  padding: 2.5vh 0;
  margin-right: 3%;
}
.footer_logo img {
  max-height: 60px;
}

.newsletter_section p {
  margin: 0 15px;
  text-align: right;
}
.newsletter_section::placeholder {
  color: #fff;
  font-family: "Work sans", sans-serif;
}

.subscribeInput {
  background-color: #328dd6;
  color: #fff;
  padding: 15px 4em;
  border-radius: 25px;
  border: none;
  text-align: center;
}

.subscribeButton {
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  margin-left: -0.7em;
}

::placeholder {
  color: #fff;
}

.enter_email_div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.footer_gray_section {
  background-color: #f5f5f5;
  color: #1976d2;
  display: flex;
  flex-direction: column;
  padding: 2% 22%;
}

.footer_info {
  display: flex;
  justify-content: space-between;
  padding: 3vh 0;
  flex-wrap: wrap;
}

.footer_info_col p {
  margin: 0;
}
.footer_info_col a,
.footer_info_col a:hover,
.footer_info_col a:visited,
.footer_info_col a:active {
  color: inherit;
  text-decoration: none;
}

.footer_copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vh 0;
  border-top: 1px solid #1a75d3;
  flex-wrap: wrap;
}

.lloyds_logo img {
  height: 18px;
}

#back-top {
  position: fixed;
  display: none;
  font-size: 32px;
  color: #1976d2;
  bottom: 15px;
  right: 15px;
  width: auto;
}

a#back-top:active {
  background: none;
}

a#back-top {
  display: block;
  text-decoration: none;
}

.topup {
  bottom: 5px;
}

#back-top i {
  display: block;
}

.burgWrapper {
  display: none;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(10%);
  }
  30% {
    transform: translateY(5%);
  }
  40% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(-1%);
  }
}
.obrasci_wrapper {
  margin: 50px;
  background-color: #fff;
}
.obrasci_wrapper textarea,
.obrasci_wrapper input {
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
}
.obrasci_wrapper div {
  border: 1px solid #a7a7a7;
  border-top: none;
  border-right: none;
}
.obrasci_wrapper p {
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 4px;
  padding-right: 0;
  text-align: left;
}
.obrasci_wrapper form {
  box-shadow: 0 0 4px 0px #cacaca;
}

.obrazac-row {
  display: flex;
  border: none !important;
}

.obrazac-column {
  border: none !important;
  width: 350px;
}

.row_items {
  display: flex;
  justify-content: space-between;
  border: none !important;
}
.row_items div {
  flex: 1;
}

.minus_top {
  margin-top: -17px !important;
}

.input_small {
  width: 120px;
}

.input_xsmall {
  width: 70px;
}

.input_mini {
  width: 50px;
}

.width90 {
  width: 90%;
}

.margin3 {
  margin: 3px 0;
}

.display_flex {
  display: flex;
}

.display_column {
  display: flex;
  flex-direction: column;
}

.columns7 {
  width: 700px;
  display: flex;
  justify-content: space-evenly;
  height: 50px;
  margin-top: 10px;
  border-top: none !important;
}

.top_up {
  border-top: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 261px;
  margin-top: -19px !important;
}

.row3 {
  width: 700px;
  border-left: none !important;
  border-bottom: none !important;
}

.border_left_none {
  border-left: none !important;
}

.border_bottom_none {
  border-bottom: none !important;
}

.border_top_none {
  border-top: none !important;
}

.border_right_none {
  border-right: none !important;
}

.border_none {
  border: none !important;
}

.border_top {
  border-top: 1px solid #a7a7a7 !important;
}

.border_bottom {
  border-bottom: 1px solid #a7a7a7 !important;
}

.border_left {
  border-left: 1px solid #a7a7a7 !important;
}

.border_right {
  border-right: 1px solid #a7a7a7 !important;
}

.row-1-column-1 > div,
.row-2-column-1 > div {
  border-left: none;
}

.row1,
.row2,
.row3 {
  margin: 0 auto;
  text-align: left;
}

.nt-section1,
.nt-section2,
.nt-section3,
.nt-section4,
.nt-section5,
.nt-section6,
.nt-section7,
.nt-section8 {
  width: 700px;
  border-right: 1px solid #a7a7a7 !important;
  margin: 0 auto;
  text-align: left;
}

.section1_col_2,
.section2_col_2 {
  width: 700px;
}

.section4_col_2,
.section4_col_3,
.section5_col_2,
.section5_col_3,
.section6_col_2,
.section6_col_3,
.section7_col_2,
.section7_col_3 {
  width: 350px;
}

.section7_col_2_row1 {
  display: flex;
  height: 20px;
  justify-content: space-evenly;
}

.text_out_left {
  position: absolute;
  margin-left: -100px;
  width: 90px;
}
.text_out_left p {
  color: #888888;
}

.obrasci_wrapper textarea,
.obrasci_wrapper input {
  margin: 2px;
}

.text_out_left_mob_only {
  display: none;
}

.margin_top_30 {
  margin-top: -31px;
}

.section1_col_1 {
  width: 100px;
}

.flex3 {
  flex: 3 !important;
}

.width70 {
  width: 90px;
  flex: initial !important;
}

.width100 {
  width: 100px;
}

.obrasci_button {
  position: absolute;
  margin-left: -5%;
  margin-top: 2%;
  padding: 10px 50px;
  background-color: transparent;
}

@media (max-width: 1400px) {
  h1 {
    font-size: 4.05rem;
    line-height: 5.063rem;
  }

  h2 {
    font-size: 2.7rem;
    line-height: 3.375rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .row_txt {
    width: 50%;
  }
  .row_txt p {
    padding: 0 6%;
  }

  .row_img {
    height: 280px;
    min-height: 280px;
  }

  .footer_blue_div {
    padding: 0 17%;
  }

  .footer_gray_section {
    padding: 2% 17%;
  }

  .posts_container {
    width: 90%;
  }

  .usluge {
    padding: 12vh 22%;
  }

  .contact {
    padding: 15vh 20%;
  }

  .row_imgAndTxt {
    align-items: center;
  }
}
@media (max-width: 1160px) {
  .menu p {
    padding: 0 1.2em;
  }

  .first_div {
    padding: 10% 8%;
  }

  .gray_section {
    padding: 10vh 10%;
  }

  .one_card_of_3 h4 {
    margin: 0.5em 0;
  }

  .one_card_of_3 img {
    margin-bottom: 4vh;
  }

  .footer_blue_div {
    padding: 0 11%;
  }

  .footer_gray_section {
    padding: 2% 11%;
  }

  .usluge {
    padding: 12vh 13%;
  }

  .map_section {
    padding: 4% 10%;
  }

  .posts_section {
    padding: 5em 0;
  }

  .posts_section .card_gray2 {
    margin: 0;
  }
}
@media (max-width: 865px) {
  .menu p {
    padding: 0 1em;
  }

  .first_div {
    padding: 10% 10%;
  }

  .gray_section p {
    padding: 0 2%;
  }

  .footer_blue_div {
    padding: 0 7%;
  }

  .footer_gray_section {
    padding: 2% 7%;
  }

  .arrow_down_img {
    margin-top: -8px;
  }

  .video_wrap {
    margin: 6em 2% 3em 2%;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 3.375rem;
    line-height: 4.05rem;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  p {
    line-height: 1.4rem;
  }

  .button_orange {
    padding: 0.6rem 2rem;
  }

  .footer_blue_div .flex_center {
    flex-direction: column;
    margin: 2vh 1%;
  }

  .menu {
    display: none;
    flex-direction: column;
    animation: fadeEffect 0.5s;
  }
  .menu p {
    margin: 1.4vh auto;
  }

  .menu.menuOpen {
    height: 80%;
    display: flex;
    justify-content: center;
    padding-top: 2vh;
    animation: animMenu 0.2s;
  }

  .header_main_section.menuOpen {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }

  .header_top_section.menuOpen {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
    border: none;
    animation: animMenuUp 0.2s;
  }

  .header.menuOpen {
    height: 100vh;
    flex-direction: column-reverse;
  }

  .social_nets {
    margin-top: 10px;
  }

  body.no_scroll {
    overflow-y: hidden;
  }

  @keyframes animMenu {
    from {
      transform: translateY(-20%);
      opacity: 0.2;
    }
    to {
      transform: translateY(0%);
      opacity: 0.6;
    }
  }
  @keyframes animMenuUp {
    from {
      transform: translateY(20%);
      opacity: 0.2;
    }
    to {
      transform: translateY(0%);
      opacity: 0.6;
    }
  }
  .header_top_section {
    display: none;
  }

  .header_info p {
    line-height: 0.4rem;
  }

  .menu * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .burgWrapper {
    padding: 5px 0;
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 27px;
  }

  .burg {
    display: block;
    height: 2px;
    width: 36px;
    background: #999999;
    position: relative;
    transition: all 0.4s;
  }
  .burg:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 36px;
    height: 2px;
    background: #999999;
    transition: all 0.4s;
  }
  .burg:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 36px;
    height: 2px;
    background: #999999;
    transition: all 0.4s;
  }

  .activeBurg {
    background: transparent;
  }
  .activeBurg:before {
    -webkit-transform: rotate(45deg);
    top: 0;
  }
  .activeBurg:after {
    -webkit-transform: rotate(-45deg);
    top: 0;
  }

  .cards3 {
    flex-direction: column;
  }

  .one_card_of_3 {
    margin: 1vh 0;
    width: 100%;
    max-width: unset;
  }

  .one_card_cont {
    padding: 1.2vh 5%;
  }
  .one_card_cont p {
    margin-top: 0.5vh;
    margin-bottom: 1.5vh;
  }

  .one_card_of_3 img {
    margin-bottom: 1vh;
    margin-top: 1vh;
    height: 60px;
    width: 60px;
  }

  .one_card_of_3 h4 {
    margin: 0.3em 0;
  }

  .obrasci_button {
    margin-left: -11%;
  }
}
@media (max-width: 700px) {
  .footer_info_col {
    margin: 0 1%;
  }

  .footer_logo {
    display: none;
  }

  .footer_blue_div {
    justify-content: center;
  }

  .row_imgAndTxt {
    margin: 3vh 0 6vh 0;
  }
  .row_imgAndTxt h4 {
    line-height: 0.75rem;
  }

  .contact_card_cont {
    flex-wrap: wrap;
  }

  .card_gray2_half {
    width: 100%;
    padding: 3vh 3%;
    margin: 10px 0;
  }
}
@media (max-width: 600px) {
  .footer_blue_div {
    flex-direction: column;
  }
  .footer_blue_div .flex_center {
    flex-direction: column;
    margin: 3vh 1%;
  }

  .lloyds_logo {
    margin: 5px;
  }

  .caption {
    margin: 5px;
  }

  .row_imgAndTxt {
    flex-direction: column-reverse;
  }

  .row_imgAndTxt {
    flex-direction: column-reverse;
  }

  .row_img {
    width: 100%;
    height: 150px;
  }

  .row_txt {
    width: 100%;
  }

  .card_gray2 {
    margin: 2vh;
  }

  .uredi .card_gray2 {
    padding: 3vh 3%;
    margin: 2vh 0;
  }
  .uredi .card_gray2 h4 {
    margin-top: 1vh;
    margin-bottom: 4vh;
  }

  .usluge {
    padding: 10vh 4%;
  }

  .enquery_cont {
    flex-wrap: wrap;
    justify-content: center;
  }

  .obrasci_button {
    margin-left: -15%;
  }

  .gdpr_page .gray_section ul {
    padding: 0 8%;
  }

  .row_txt p,
  .invest_text p {
    text-align: left;
  }

  .one_card_cont {
    padding: 2vh 5%;
  }

  .gray_overlay {
    background-color: #383838cf;
  }

  .map_section .button_orange {
    margin-bottom: 20px;
  }

  .row_imgAndTxt h4 {
    line-height: 1rem;
  }

  .info_content {
    margin: 0em 5px;
  }
  .info_content h4 {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  .info_content p {
    font-size: 0.8rem;
  }

  .blue_section_small {
    padding: 1em 7px;
  }
  .blue_section_small h4 {
    font-size: 1.25rem;
  }

  .tabcontent {
    padding: 6px;
  }

  #tempo p {
    text-align: left;
  }

  .tab {
    margin-left: 0%;
  }

  .video_wrap {
    background-color: #f5f5f5;
    margin: 3em 2% 0em 2%;
    padding: 3vh 3% 0vh 3%;
  }

  .o-nama .card_gray2 {
    margin: 2vh 0;
  }

  .eu-index p {
    display: none;
  }
  .eu-index img {
    padding: 5px;
    height: 50px;
  }

  .eu-imgs img {
    height: 70px;
    padding: 15px;
  }
}
@media (max-width: 460px) {
  h1 {
    font-size: 2.75rem;
    line-height: 3.05rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .footer_info_col {
    margin: 1vh 5%;
  }

  .gray_section {
    padding: 15vh 6%;
  }

  .one_card_of_3 img {
    height: 40px;
    width: 40px;
  }

  .map_section {
    padding: 4% 6%;
  }

  .row_img {
    height: 125px;
    min-height: 125px;
  }

  .footer_lighter_blue_section p {
    padding: 2vh 0;
  }

  .lloyds_logo img {
    height: 15px;
  }

  .footer_copyright {
    padding: 2vh 0 4vh 0;
  }

  .footer_lighter_blue_section {
    padding: 10px 2%;
  }

  .footer_blue_div {
    display: none;
  }

  .newsletter_section p {
    margin-bottom: 5px;
  }

  ul {
    -webkit-margin-before: 0.5em;
    -webkit-padding-start: 25px;
  }

  .card_about {
    padding: 1vh 5%;
    margin: 10px 0;
  }

  .obrasci_button {
    margin-left: -20% !important;
  }

  .video-cont {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 1025px) {
  .row1,
  .row2,
  .row3 {
    flex-direction: column;
    width: 350px;
  }

  .row-1-column-2 {
    margin-top: 18px;
  }

  .text_out_left {
    position: relative;
    margin-left: 0;
    width: 100%;
  }

  .text_out_left_mob_only {
    display: block;
  }

  .margin_top_30 {
    margin-top: 0;
  }

  .columns7 {
    width: 350px;
    height: 50px;
  }

  .row_3cols {
    flex-direction: column;
  }

  .mob_column {
    flex-direction: column;
  }

  .empty_div {
    display: none;
  }

  .nt-section1,
  .nt-section2,
  .nt-section3,
  .nt-section4,
  .nt-section5,
  .nt-section6,
  .nt-section7,
  .nt-section8 {
    flex-direction: column;
  }

  .section1_col_2,
  .section2_col_2 {
    width: 350px;
  }

  .nt-section1,
  .nt-section2,
  .nt-section3,
  .nt-section4,
  .nt-section5,
  .nt-section6,
  .nt-section7,
  .nt-section8 {
    width: 350px;
  }

  .section1_col_1 {
    width: 100%;
  }

  .obrazac-column {
    width: 350px;
  }

  .width100 {
    width: auto;
  }

  .obrasci_wrapper {
    margin: 0px;
  }

  .width70 {
    width: 70px;
  }

  .obrasci_button {
    margin-left: -8%;
  }
}

/*# sourceMappingURL=custom-style.css.map */
