
.wrap-dokter {
/*   max-width: 1440px;*/
   display: -ms-grid;
     display: grid;
     margin-top: 40px;
     margin-right: 0px;
     margin-left: 0px;
     padding-right: 0px;
     padding-left: 0px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     justify-items: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
   /*  grid-auto-flow: column dense;*/
     grid-auto-columns: 1fr;
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
     grid-template-columns: 0.25fr 0.25fr 0.25fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
}

.column-clear{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}

.box {
   float: left;
   position: relative;
   width: 100%;
   padding-bottom: 20%;
   height: 456px;
   border-radius: 20px;
   background: url('../images/blurred-view-modern-hospital-1.png');
   background-position: 0% 50%;
   background-size: cover;
   box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.box-only {
   float: left;
   position: relative;
   padding-bottom: 20%;
   border-radius: 20px;
   background: url('../images/blurred-view-modern-hospital-1.png');
   background-position: 0% 50%;
   background-size: cover;
   box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.boxInner {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   overflow: hidden;
}
.boxInner img {
   /*width: 100%;
   height: 100%;*/
   border-radius: 20px;
}

.boxInner img:after {
   content: "";
   width: 100%;
   height: 100%;
   border-radius: 20px;
   background: linear-gradient(0deg,#000,transparent 60%);
}

.boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
/*   margin-bottom: -50px;*/
/*   background: #000;*/
   border-radius: 20px;
   background: linear-gradient(0deg,#000,transparent 60%);
   color: #FFF;
   height: 320px;
   padding: 24px;
/*   text-align: center;*/
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}

.titlebox-div {
   position: absolute;
   bottom: 0;
   margin-bottom: 24px;
}

.titlebox-div .text-block-13 {
/*   position: absolute;*/
/*   bottom: 0;*/
/*   margin-bottom: 54px;*/
}
.titlebox-div .text-block-14 {
   /*position: absolute;
   bottom: 0;
   margin-bottom: 24px;*/
}


.pagination\:container {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow\:text {
  display: block;
  vertical-align: middle;
  font-size: 8px;
  vertical-align: middle;
}

.search-main-block {
   padding-left:20px;
   padding-right:20px;
}

.search-main-block h3, .search-main-block h2 {
    margin-left: 1em;
    font-weight: bold;
}

.pagination\:number {
  --size: 32px;
  --margin: 0.4em;
  margin: 0 var(--margin);
  border-radius: 6px;
  /*background: #ACD6CA;*/
  background: white;
  color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*padding-top: 8px;*/
  /*padding-bottom: 8px;*/
  /*padding-left: 12px;*/
  /*padding-right: 12px;*/
  padding: 0.5em 0.7em;
  min-width: 30px;
  /*@media (hover: hover) {
    &:hover {
      background: lighten(#202020, 3%);
    }
  }
  &:active {
      background: lighten(#202020, 3%);
  }*/
}

.pagination\:active {
   --size: 32px;
  --margin: 0.25em;
  margin: 0 var(--margin);
  border-radius: 6px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*padding-top: 8px;*/
  /*padding-bottom: 8px;*/
  /*padding-left: 12px;*/
  /*padding-right: 12px;*/
  padding: 0.5em 0.7em;
  min-width: 30px;
  background: #7BA287;
  position: relative;
}

.double-arrow-pagination {
    width: 1.6em;
}

.single-arrow-pagination {
    width: 0.8em;
    padding: 0.3em 0.1em;
}

/*.hide {
    display: none;
    visibility: hidden;
    height: 0;
}*/

.row {
    width: 100%;
  display: flex;
}

.column {
  flex: auto;
}

.column-2 {
  flex: 50%;
}

.bg-g5 {
    background-color: #acd6ca;
}

.mx-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mx-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mx-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.h-39 {
    height:39px;
}

.fz-14 {
    font-size:14px;
}

.px-auto {
    padding-top:auto;
    padding-top:auto;
}

.px-20 {
    padding-top:20px;
    padding-top:20px;
}

.pt-15 {
    padding-top:15px;
}

body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}

/*.form-control {*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 3px;*/
/*    box-shadow: none !important;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.form-control:focus {*/
/*    border: 1px solid #34495e;*/
/*}*/

/*.select2.select2-container {*/
/*  width: 100% !important;*/
/*}*/

.select2.select2-container .select2-selection {
    width:100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
  height: 44px;
  /*margin-bottom: 15px;*/
  outline: none !important;
  transition: all .15s ease-in-out;
  margin-top: 10px;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 42px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  /*background: #f8f8f8;*/
  /*border-left: 1px solid #ccc;*/
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 42px;
  width: 33px;
  margin-top: 10px;
}

/*.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {*/
/*  background: #f8f8f8;*/
/*}*/

/*.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {*/
/*  -webkit-border-radius: 0 3px 0 0;*/
/*  -moz-border-radius: 0 3px 0 0;*/
/*  border-radius: 0 3px 0 0;*/
/*}*/

/*.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {*/
/*  border: 1px solid #34495e;*/
/*}*/

/*.select2.select2-container .select2-selection--multiple {*/
/*  height: auto;*/
/*  min-height: 39px;*/
/*}*/

/*.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {*/
/*  margin-top: 0;*/
/*  height: 37px;*/
/*}*/

/*.select2.select2-container .select2-selection--multiple .select2-selection__rendered {*/
/*  display: block;*/
/*  padding: 0 4px;*/
/*  line-height: 29px;*/
/*}*/

/*.select2.select2-container .select2-selection--multiple .select2-selection__choice {*/
/*  background-color: #f8f8f8;*/
/*  border: 1px solid #ccc;*/
/*  -webkit-border-radius: 3px;*/
/*  -moz-border-radius: 3px;*/
/*  border-radius: 3px;*/
/*  margin: 4px 4px 0 0;*/
/*  padding: 0 6px 0 22px;*/
/*  height: 24px;*/
/*  line-height: 24px;*/
/*  font-size: 12px;*/
/*  position: relative;*/
/*}*/

/*.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 22px;*/
/*  width: 22px;*/
/*  margin: 0;*/
/*  text-align: center;*/
/*  color: #e74c3c;*/
/*  font-weight: bold;*/
/*  font-size: 16px;*/
/*}*/

/*.select2-container .select2-dropdown {*/
/*  background: transparent;*/
/*  border: none;*/
/*  margin-top: -5px;*/
/*}*/

/*.select2-container .select2-dropdown .select2-search {*/
/*  padding: 0;*/
/*}*/

/*.select2-container .select2-dropdown .select2-search input {*/
/*  outline: none !important;*/
/*  border: 1px solid #34495e !important;*/
/*  border-bottom: none !important;*/
/*  padding: 4px 6px !important;*/
/*}*/

/*.select2-container .select2-dropdown .select2-results {*/
/*  padding: 0;*/
/*}*/

/*.select2-container .select2-dropdown .select2-results ul {*/
/*  background: #fff;*/
/*  border: 1px solid #34495e;*/
/*}*/

/*.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {*/
/*  background-color: #3498db;*/
/*}*/



@media screen and (max-width : 991px) {
   /* Smartphone view: 1 tile */
   .wrap-dokter {
      overflow: visible;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 20px;
      padding-bottom: 20px;
      grid-row-gap: 40px;
      grid-template-columns : 0.50fr 0.50fr;
   }

   /*.box {
      height: 356px;
   }*/
}

@media screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .wrap-dokter {
      overflow: visible;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 20px;
      padding-bottom: 20px;
      grid-row-gap: 40px;
      grid-template-columns : unset;
   }
   
   .column-2 {
       margin-top:10px;
   }
   
   .search-main-block {
       padding:5px;
   }
   
   .column-clear{
       margin-top:10px;
        margin-left: -10px;
    }

   .box {
      float: none;
      width: 100%;
      padding-bottom: 100%;
   }

   .titlebox-div {
      padding-right: 20px;
   }

   .pagination\:container {
     margin-top: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   
   .row {
      display: block;
    }
    
    .column {
      flex: auto;
    }
    
    .column-2 {
      flex: auto;
    }
}

@media screen and (max-width : 320px) {
   .wrap-dokter {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      grid-row-gap: 20px;
   }

   .box {
      height: 390px;
   }
}

@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .box {
      width: 100%;
      padding-bottom: 50%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 992px) {
   /* Small desktop / ipad view: 3 tiles */
   .box {
      width: 100%;
      padding-bottom: 33.3%;
      height: 356px;
   }


}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 100%;
      padding-bottom: 25%;
   }
}


