body {
  font-family: 'Roboto', sans-serif;
}

.detalji {
  position: absolute;
  left: 2%;
  font-size: 0.7em;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 3;
}
.otkup-posiljke small{
  display: block;
  font-size: 11px;
  margin-top: 4px;
}
.buttons-usluge {
  display: flex;
  align-items: center;
  padding: 16px;
}

.buttons-usluge a {
  width: 30%;
  margin: 0 !important;
  margin-right: 10px !important;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

select[name="vrednost"] option:disabled,
select[name="otkup"] option:disabled {
  background-color: #e4e4e4;
}

/* cookie */
.allow {
  color: #fff;
  background-color: #153872 !important;
  border-color: #153872 !important;
  border-radius: 0 !important;
}

.footer-nav .nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*-----------------------------------------*/
/* --------------- GLOBAL  --------------- */
/*-----------------------------------------*/
a.active {
  color: #c0002a !important;
}

a {
  color: #717171;
  /*	text-transform: uppercase;*/
}

a:hover {
  text-decoration: none;
}

button[type="submit"] {
  color: #fff;
  background-color: #153872;
  border-color: #153872;
  border-radius: 0;
  display: block;
  font-size: 12px;
  padding: 5px 19px;
  margin-top: -5px;
}

button[type="submit"]:hover,
button[type="submit"]:active {
  color: #fff;
  background-color: #c0002a;
  border-color: #c0002a;
  outline: none;
  box-shadow: none;
}

.filteri-title-left {}

.ulica {
  display: block;
}

.error-page {
  min-height: 100%;
}

/*-----------------------------------------*/
/* ------------- NAVIGATION  ------------- */
/*-----------------------------------------*/

.min-nav {
  background-color: #153872;
  min-height: 35px;
  padding: 12px;
}

.language {
  display: -webkit-box;
  color: #fff;
  font-size: 11px;
  padding-right: 0;
}

.language a {
  color: #fff;
}

.language a:hover {
  color: #bcbec0;
}

.navbar {
  background-color: #fff !important;
  box-shadow: 0 2px 13px 0px #00000021;
  ;
}

.nav-link {
  text-transform: uppercase;
  color: #153872;
  font-weight: 500;
  font-size: 14px;
}

.nav-link:hover {
  color: #c0002a !important;
}

.navbar-light .navbar-toggler {
  border-color: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
}

.language a.active {
  color: #bcbec0 !important;
}

/*-----------------------------------------*/
/* --------------- SEARCH  --------------- */
/*-----------------------------------------*/
.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

.search-box+label .search-icon {
  color: #bcbec0v;
}

.search-box:hover {
  color: #153872;
}

.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 300px;
  border-radius: auto;
  background: #ebebeb57;
  color: black;
}

.search-box:focus+label .search-icon {
  color: black;
}

.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
}

.search-icon {
  position: relative;
  left: -30px;
  color: #bcbec0;
  cursor: pointer;
}

/*-----------------------------------------*/
/* --------------- HEADER  --------------- */
/*-----------------------------------------*/
.jumbotron {
  background-color: #153872;
  color: #fff;
}

.subtitle {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}

.icon-u {
  width: 15%;
  margin: 0 auto;
  display: -webkit-box;
}

/*-----------------------------------------*/
/* ------------ TIPOVI USLUGA  ----------- */
/*-----------------------------------------*/

.select2-container--default .select2-selection--single {
  border-radius: 0px;
}

.tip {
  box-shadow: 0 0 13px 0px #00000042;
  text-decoration: none;
  margin-bottom: 0 !important;
}

.tip-title {
  color: #717171;
}

.box .overlay {
  transition: all 0.5s ease;
}

.box:hover .overlay {
  /*	background-color: #c0002a;*/
  background-color: rgba(173, 0, 21, 0.83);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;

}

.tip:hover h5 {
  color: #fff;
}

.tip:hover img {
  fill: #fff;
}

.bg-light {
  background-color: #fff !important;
}

.box {
  text-align: center;
  margin-bottom: 2rem !important;
}

.box h5 {
  margin-top: 2rem;
}

.box img {
  margin: 0 auto;
  display: -webkit-box;
  /*	margin-top: 6%;*/
}

.tipovi .card-body {
  min-height: 200px;
}

.list-group-item-title {
  font-weight: 700;
  color: #153872;
}

/*cookie modal*/
div#myCookieModal {
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  background-color: transparent;
  position: fixed;
  top: unset;
  z-index: 100;
  left: 0;
  overflow: auto;
}

div#myCookieModal #myCookieModalContent {
  width: 100%;
  margin: 0;
  max-width: 100%;
  background: #163870 0% 0% no-repeat padding-box;
  border: none;
  padding: 10px;
}

div#myCookieModal #myCookieModalContent .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

div#myCookieModal #myCookieModalContent p {
  color: #fff;
  padding-right: 100px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 18px;
}

div#myCookieModal #myCookieModalContent p a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

#myCookieModalContent #myCookieModalFooter {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 16px 0 16px;
  color: white;
}

#myCookieModalContent #myCookieModalFooter p a {
  margin-bottom: 10px;
}

/* Custom css for cookies popup */
div#myCookieModal #myCookieModalContent .container {
  width: 65%;
}

#myCookieModalContent #myCookieModalFooter {
  padding: 10px 0;
}

#myCookieModalContent #myCookieModalFooter {
  color: white;
  min-width: 32%;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

div#myCookieModal #myCookieModalContent p a {
  margin-bottom: 0;
  margin-right: 10px;
}

div#myCookieModal #myCookieModalContent p {
  margin-bottom: 0;
  padding-right: 0;
}

div#myCookieModal #myCookieModalContent {
  background: #163870d1 0% 0% no-repeat padding-box;
}

div#myCookieModal button a {
  color: #fff;
  margin-right: 10px;
  background-color: transparent;
}

​ div#myCookieModalContent .btn {
  color: #fff;
  background-color: #153872 !important;
  border-color: #153872 !important;
  border-radius: 0 !important;
}

/* End for css for cookies popup */
/*-----------------------------------------*/
/* --------------- FOOTER  --------------- */
/*-----------------------------------------*/
footer {
  background-color: #f7f7f7;
  padding: 2% 0;
  margin-top: 2rem;
}

.btn_form {
  color: #fff;
  background-color: #153872;
  border-color: #153872;
  border-radius: 0;
  width: 100%;
}

.btn_form:hover {
  color: #fff;
  background-color: #c0002a;
  border-color: #c0002a;
}

.btn_form:focus {
  box-shadow: none;
}

.btn_form:not(:disabled):not(.disabled):active {
  box-shadow: none;
  background-color: #c0002a;
  border-color: #c0002a;
}

.footer-logo {
  margin: 5% 0;
}

.footer-nav {
  margin-top: 3%;
}

.custom-button-form {
  color: #fff;
  background-color: #153872;
  border-color: #153872;
  border-radius: 0;
  width: 98%;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  padding: 4px;
  margin-top: -5px;
}

.kod {
  width: 100%;
}

/* Filters */
.width-input-filter {
  width: 30%;
}

.input-box {
  margin: 10% 0;
}

.width-input-filter {
  width: 30%;
  padding-left: 5px;
}


.services-title {
  padding-left: 4%;
  margin-top: 1rem;
  font-weight: 700;
}

.services-title-hr {
  margin: 0;
}

.none {
  display: none;
}


/* paragraph */
.paragraph-title {
  font-weight: bold;
}

.jumbotron p {
  color: #fff;
}

p {
  font-size: 14px;
  color: #606060;
}



/*buttons*/
.edit {
  padding: 0.45rem 0;
  margin-right: 0.5rem;
  background-color: #c0002a;
  border-radius: 0 !important;
  border: 0;
  outline: none;
  margin: 0 auto;
  width: 92%;
}

.edit:hover,
.edit:focus,
.edit:not(:disabled):not(.disabled):active {
  background-color: #153872;
}

.site,
.details {
  border: none;
  border-radius: 0;
  color: #fff;
  min-width: 160px;
}

.site {
  background-color: #bcbec0;
  min-width: 110px;
}

.site:hover {
  background-color: #8c8c8c;
}

.details {
  background-color: #c0002a;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.details:hover {
  background-color: #153872;
  border: none;
}

.site:not(:disabled):not(.disabled):active {
  background-color: #bcbec0;
  outline: none;
}

.details:not(:disabled):not(.disabled):active {
  background-color: #c0002a;
  outline: none;
}

.site:focus,
.details:focus,
.site:not(:disabled):not(.disabled):active,
.details:not(:disabled):not(.disabled):active {
  box-shadow: none;
  border: none;
  outline: none;
}

/* Contact form - contact page*/
.form-control:focus {
  border-color: #153872;
  box-shadow: none;
}

.form-control {
  border-radius: 0;
}

.contact-info {
  margin-top: 3rem;
}

.siva {
  background-color: #f2f2f2;
}

.mail-link {
  margin: 0 4rem 0 0;
}

/*
option{
	text-transform: uppercase;
}
*/

/* range slider */
.ui-slider {
  width: 93%;
  margin: 0 auto;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 100px;
  border: 2.5px solid #c0002a;
  width: 13px;
  height: 13px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #fff !important;
  outline: none;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 3px !important;
  background: #c0002a !important;
}

.ui-widget-content {
  background: #f7f7f7 !important;
  height: 3px !important;
}

input:focus {
  outline: none;
}

.line-row {
  /*height: 80px;
*/
}

.pad-r {
  padding-right: 0;
}

.dodatni-kanali {
  border: 0;
}

.dodatni-kanali .badge {
  background-color: #bcbec0;
}

/* radio buttons */
/* This is the default state */
.custom-radio .custom-control-label::before {
  background-color: #bcbdbf26;
  border: 2px solid #bcbdbf;
}

/* This is the checked state */
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-color: #c00129;
  /* green */
  /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
  border-radius: 50%;
}

/* active state i.e. displayed while the mouse is being pressed down */
.custom-radio .custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #c00129;
  /* red */
}

/* the shadow; displayed while the element is in focus */
.custom-radio .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25);
  /* pink, 25% opacity */
}


/*drop down*/
.custom-select:focus {
  border-color: #bcbdbf;
  outline: 0;
  box-shadow: none;
}

option:hover,
option:focus {
  background-color: #193872 !important;
  color: #fff;
}

select.custom-select {
  border-radius: 0 !important;
}

/* svg */
.search-social :hover .search-icon {
  fill: #72dcff;
}

.holder {
  width: 50%;
  margin: 0 auto;
  margin-top: 9%;
}

.holder img {
  height: 40px;
}

.box:hover .svg {
  filter: brightness(0) invert(1);
}


.details span:after {
  content: "–";
  float: left;
  margin-left: 5px;
  margin-right: 8px;
  font-weight: bold;
}

.details.collapsed span:after {
  /* symbol for "collapsed" panels */
  content: "+";
}

.site .details {
  min-width: 160px;
}

/*sortiranje*/
.a-z {
  width: auto;
}

.step-view {
  width: 15%;
}

/*Uporedjivanje*/
.pad {
  padding: 13px 0;
}

small {
  font-size: 9px;
}

/* Kontakt */
.mapa {
  width: 95%;
}

#contactForm input,
#contactForm textarea,
#contactForm input::-webkit-input-placeholder,
#contactForm textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 3;
}

.badge {
  margin-left: 2%;
  height: 20px;
  vertical-align: middle;
  margin-top: 2%;
  margin-right: 3%;
}

.min_h {
  min-height: 43.5vh;
}

.table-hover tbody tr:hover {
  background-color: rgb(247, 247, 247);
}

.table_logo {
  height: 37px;
}

.operator_title {
  padding: 0.1rem 0;
}

.operator_info {
  padding: 0.5rem 0;
}

.operator_info p {
  margin-bottom: 0.3rem;
}

.table_title_op {
  width: 25%;
  text-align: left;
  color: #153872;
  padding-top: 12px !important;
}

.poredjenje-tabela td {
  text-align: center;
  color: #606060;
}

.poredjenje_usluge_naslov {
  text-align: center;
}

.operator-t {
  vertical-align: middle !important;
  text-transform: uppercase;
  color: #153872;
}

.operator_title-t {
  text-transform: uppercase;
  font-size: 13px;
  padding: 2% 0;
  margin-bottom: 0;
}

.multiselect {
  width: auto;
  height: 15em;
  border: solid 1px #c0c0c0;
  overflow: auto;
}

.multiselect label {
  display: block;
}

.multiselect-on {
  color: #ffffff;
  background-color: #000099;
}

.title {
  font-size: 2rem;
}

/*normalize */
.std-plate {
  padding: 12px;
  background-color: white;
  box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.5);
}

.std-plate_rounded {
  border-radius: 5px;
}

.std-plate_thick-pad {
  padding: 32px;
}

.std-input[type="text"],
.std-input[type="number"],
.std-input[type="date"],
select.std-input,
textarea.std-input {
  border: 1px solid #d7d8d9;
  padding: 2px;
  border-radius: 0;
}

.std-input[type="text"]:focus,
.std-input[type="number"]:focus,
.std-input[type="date"]:focus,
select.std-input:focus,
textarea.std-input:focus {
  /*box-shadow: 0 0 12px mediumseagreen;*/
  outline: none;
}

.std-button {
  padding: 5px 10px;
  border: 2px solid #464C4F;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  outline: none;
}

.std-button:hover {
  /*background-color: mediumseagreen;*/
  background-color: #bcbec0;
  color: white;
}

.std-button:active {
  background-color: #bcbec0;
  color: white;
}

.std-button:focus {
  box-shadow: 0 0 12px #3CB371;
}

.autocomplete-custom,
.autocomplete-custom input,
.m-select-d-box__list-item {
  width: 100%;
}

.m-select-d-box {
  margin-left: 5px;
}

.m-select-d-box {
  border-radius: 0 !important;
}

.m-select-d-box__list-item_selected {
  background-color: #153872 !important;
}

.m-select-d-box__list-item:active,
.m-select-d-box__list-item_selected:active {
  background-color: #153872 !important;
}

.apply-filters {
  width: 100%;
  height: 2rem;
  padding: 0;
  border-radius: 0;
  font-size: 12px;
  background-color: #153872;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5%;
}

.apply-filters:active,
.apply-filters:hover {
  background-color: #c0002a;
}

.apply-filters:focus {
  outline: none;
  box-shadow: none !important;
}

.apply-filters-reset {
  width: 100%;
  height: auto;
  padding: 6px 0;
  border-radius: 0;
  font-size: 12px;
  background-color: #bcbec0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5%;
  display: block;
  margin-bottom: 5%;
  text-decoration: none;
}

.apply-filters-reset:active,
.apply-filters-reset:hover {
  background-color: #8c8c8c;
  color: #fff;
}

.apply-filters-reset:focus {
  outline: none;
  box-shadow: none !important;
  color: #fff;
}

.no-f {
  width: 5%;
  opacity: 0.5;
  margin-bottom: 2%;
  margin: 0 auto;
  display: block;
}

.no-blade {
  margin: 0 auto;
  margin-top: 10%;
}

.no-blade p {
  text-align: center;
  margin-top: 2%;
}

.tackice {
  position: absolute;
  left: 0;
  top: 10vh;
  right: 0;
  bottom: 0;
  background-image: url(../img/tackice.png);
  z-index: 0;
  opacity: 0.5;
  height: 24vh;
}

.arrow {
  padding: 2% 0 0 4%;
}

.filteri-title-a {
  padding: 2% 0 0 5%;
}

.margin-auto {
  margin: 0 auto;
}

.m-select-d-box {
  z-index: 999999;
}

.comparison-success,
.comparison-fail {
  position: absolute;
  display: none;
  bottom: 0;
  left: -10px;
  background-color: #fff;
  box-shadow: 0 0 11px 1px #84848433;
  padding: 5px 10px;
  width: max-content;
  font-size: 11px;
}

.filter_title {
  margin-left: 1rem;
  margin-top: 0.5rem;
  font-size: 20px;
  text-align: center;
  margin-bottom: 12%;
}

.uporedi-prozor {
  background-color: white;
  box-shadow: 0px -5px 12px 0px #b1b1b121;
  min-height: 90px;

  /*  height: 70px;*/
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: none;
  /*    padding-top: 0.5%;*/
}

.logo_op_up {
  width: 100%;
}

.no-p {
  padding: 0;
}

.proba {
  padding: 1.3% 0 0 0;
}

.rem07 {
  font-size: 0.7rem;
}

.up_box {
  padding-top: 1%;
}

.naziv_usl {
  color: #153872;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.3px;
}

.cursor {
  cursor: pointer;
}

.uporedi-dugme {
  background-color: #153872;
  color: #fff;
  outline: none;
  padding: 4.5% 1%;
  font-size: 14px;
  border: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -43%);
}

.uporedi-dugme:hover {
  cursor: pointer;
  background-color: #c0002a;
}

.selectedItemCloseBtn {
  font-size: 23px;
  color: #bcbec0 !important;
}

.selectedItemCloseBtn:hover {
  color: #153872 !important;
}

.small {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

img[alt] {
  font-size: 0.65em;
}

.data {
  display: none;
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.select-pure__select {
  align-items: center;
  background: #f7f7f770;
  /*   border-radius: 4px;*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  /* font-weight: 500;*/
  justify-content: left;
  min-height: 44px;
  padding: 5px 7px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}

.select-pure__options {
  /* border-radius: 4px;*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: auto;
  line-height: 20px;
  padding: 10px;
  font-size: 13px;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  background: #153872;
  /*    border-radius: 4px;*/
  color: #fff;
  cursor: initial;
  display: inline-block;
  margin: 2px 10px 2px 0;
  padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  font-size: 10px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4;
}

.select-pure__autocomplete {
  background: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.text-box li {
  font-size: 14px;
  color: #606060;
}

/*cookie modal*/
div#myCookieModal {
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  background-color: transparent;
  position: fixed;
  top: unset;
  z-index: 100;
  left: 0;
  overflow: auto;
}

div#myCookieModal #myCookieModalContent {
  width: 100%;
  margin: 0;
  max-width: 100%;
  background: #163870 0% 0% no-repeat padding-box;
  border: none;
  padding: 10px;
}

div#myCookieModal #myCookieModalContent .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

div#myCookieModal #myCookieModalContent p {
  color: #fff;
  padding-right: 100px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 18px;
}

div#myCookieModal #myCookieModalContent p a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

#myCookieModalContent #myCookieModalFooter {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 16px 0 16px;
  color: white;
}

#myCookieModalContent #myCookieModalFooter p a {
  margin-bottom: 10px;
}

/* Custom css for cookies popup */
div#myCookieModal #myCookieModalContent .container {
  width: 65%;
}

#myCookieModalContent #myCookieModalFooter {
  padding: 10px 0;
}

#myCookieModalContent #myCookieModalFooter {
  color: white;
  min-width: 32%;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

div#myCookieModal #myCookieModalContent p a {
  margin-bottom: 0;
  margin-right: 10px;
}

div#myCookieModal #myCookieModalContent p {
  margin-bottom: 0;
  padding-right: 0;
}

div#myCookieModal #myCookieModalContent {
  background: #163870d1 0% 0% no-repeat padding-box;
}

#myCookieModalContent #myCookieModalFooter a {
  display: block;
  color: #fff;
  background-color: #153872;
  border-color: #153872 !important;
  border-radius: 0px !important;
  margin-right: 10px;
  transition: 0.3s;
}

​#myCookieModalContent #myCookieModalFooter a:hover {
  background-color: #337ab7;
}




/* End for css for cookies popup */
/*-----------------------------------------*/
/* --------------- FOOTER  --------------- */
/*-----------------------------------------*/

@media (min-width: 769px) and (max-width: 820px) {
  .footer-nav .nav {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .footer-nav .nav {
    flex-direction: column;

  }

  .mail-link {
    width: 100%;
  }

  .uporedi-prozor {
    padding-top: 6%;
  }

  .uporedi-dugme {
    background-color: #153872;
    color: #fff;
    margin-top: 6.5%;
    outline: none;
    padding: 4.5% 4%;
    width: 53%;
  }

  footer {
    padding-top: 5%;
  }

  .prov {
    margin-right: 0 !important;
  }

  .no-f {
    width: 15%;
  }

  .services-title {
    text-align: center;
    font-size: 20px;
  }

  .site {
    margin-bottom: 2%;
  }

  .site,
  .details {
    width: 100%;
  }

  .prov_title {
    font-size: 0.8rem;
    padding: 0.9rem 0 0 0;
  }

  .kod img,
  .footer-logo {
    margin: 0 auto;
    display: block;
  }

  footer p {
    text-align: center;
  }

  .col-p-20 {
    width: 100% !important;
  }

  .tab-open-f {
    cursor: pointer;
  }

  .a-z,
  .step-view {
    width: 50%;
    font-size: 0.9rem;
  }

  .links {
    padding: 0;
    margin: 0 auto;
  }

  .card {
    margin-bottom: 1rem !important;
  }

  .up-uporedjivanje {
    padding: 3px 0 20px 15px !important;
  }

  .comparison-success,
  .comparison-fail {
    position: absolute;
    display: none;
    bottom: -30%;
    left: 32%;
    background-color: #fff;
    box-shadow: 0 0 11px 1px #84848433;
    padding: 5px 10px;
    width: max-content;
    font-size: 11px;
  }
}

.index .jumbotron {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 5rem 2rem !important;
  margin-bottom: 7vh !important;
}

.index .j_title {
  color: #153872;
  font-size: 1.75em;
  font-weight: bold;
}

.index .j_text {
  color: #717171 !important;
  font-size: 12px;
  width: 100% !important;
  margin-top: 2vh;
}

.tipovi {
  margin-bottom: 4vh;
}

.tip_tab {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mobilna_telefonija_1 {
  background-image: url(../img/phone_img.png);
}

.fiksna_telefonija_1 {
  background-image: url(../img/telefon.png);
}

.internet_1 {
  background-image: url(../img/internet.png);
}

.televizija_1 {
  background-image: url(../img/tv_t.png);
}

.paketi_usluga_1 {
  background-image: url(../img/paketi.png);
}

.postanske_usluge_1 {
  background-image: url(../img/postanske.jpg);
}

.box-posta {
  /* text-align: center; */
  margin-bottom: 2rem !important;
}

.box-posta .holder img {
  width: 70px;
  object-fit: contain;
}


.tipovi .card-body.postanske_usluge_1 {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.tipovi .card-body .top,
.tipovi .card-body .bottom {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  padding-left: 32px;
}

.tipovi .card-body .top {
  border-bottom: 1px solid #fff;
}
 

.tipovi .card-body .top:hover .overlay,
.tipovi .card-body .bottom:hover .overlay {
  background-color: rgba(173, 0, 21, 0.83);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
}

.tipovi .card-body .top .overlay,
.tipovi .card-body .bottom .overlay {
  margin: 0;
  margin-left: -32px;
}

.tipovi .card-body .top .holder,
.tipovi .card-body .bottom .holder {
  width: auto;
  margin: 0 !important;
}

.tipovi .card-body .top .card-title,
.tipovi .card-body .bottom .card-title {
  margin: 0;
}

.tipovi .card-body .top .info,
.tipovi .card-body .bottom .info {
  margin-left: 16px;
}


.tipovi .card-body .top .info p,
.tipovi .card-body .bottom .info p {
  color: #fff !important;
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
}

select.form-control,
.custom-control-label {
  font-size: 14px;
}

.poredjenje-podtabela {
  width: 100%;
  font-size: 13.5px;
}

.postanske-poredjenje .table_title_op {
  width: 18%;
}

.poredjenje-podtabela th {
  border-top: 0;
  padding-top: 0;
  color: #153872;
}
.tip {
  box-shadow: none !important;
}

.box:hover .tip {
  box-shadow: 0 0 10px 2px rgba(3, 24, 58, 0.35) !important;
}

.tip,
.box:hover .tip {
  transition: all 0.5s ease;
}

.overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 38, 94, 0.83);
  position: absolute;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
}

.tip_tab .card-title {
  color: #fff;
  z-index: 2;
  position: relative;
}

.align-items-center {
  margin: 0 auto;
}

.tip_tab .svg {
  filter: brightness(0) invert(1);
}

.uporedjivanje {
  display: flex !important;
  justify-content: flex-end !important;
}

.badge:empty {
  display: block !important;
  background-color: transparent !important;
}

.auto_ {
  margin: 0 auto !important;
}

@media only screen and (max-width: 600px) {
  div#myCookieModal #myCookieModalContent .container {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 425px) {

  .comparison-success,
  .comparison-fail {
    left: 36%;
  }
}

@media only screen and (max-width: 366px) {

  .a-z,
  .step-view {
    width: 50%;
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 765px)and (max-width: 1024px) {
  .services-title {
    padding-left: 16% !important;
    width: 100%;
    margin-top: 1.2rem !important;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    text-align: left !important;
  }

  .custom-control {
    margin-top: 3%;
  }

  .prov_logo {
    margin-left: 9% !important;
  }

  .line-row {
    height: auto;
  }

  .centar-f {
    text-align: center !important;
    padding: 0px !important;
  }

}

@media only screen and (min-width: 768px) {
  .arrow {
    display: none;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .filter_title {
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    font-size: 14px;
  }

  .badge {
    margin-right: 2%;
  }

}

@media only screen and (min-width: 1230px) {
  .position {
    padding-left: 12%;
  }
}