.img-box>input {
  display: none
}



.btn-check:focus+.btn,
.btn:focus {
  box-shadow: unset !important;
  outline: unset !important
}


.screen.vcard_11 {
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: auto;
  margin: auto;
  padding: 5px;
  position: relative;
  width: 100%
}

.screen.vcard_11 img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  transform-origin: 50% 50%;
  transition-duration: .5s;
  transition: all 5s ease;
  width: 100%
}

.screen.vcard_11:hover img {
  -o-object-position: right;
  object-position: right
}

.img-radio .screen.vcard_11 {
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: auto;
  margin: auto;
  padding: 5px;
  position: relative;
  width: 100%
}

.img-radio .screen.vcard_11 img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  transform-origin: 50% 50%;
  transition-duration: .5s;
  transition: all 5s ease;
  width: 100%
}

.img-radio .screen.vcard_11:hover img {
  -o-object-position: right;
  object-position: right
}

.img-radio {
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: auto;
  margin: auto;
  padding: 5px;
  position: relative;
  position: relative !important;
  width: 100%
}

.img-radio img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  /* transform-origin: 50% 50%; */
  transition: object-position 5s ease;
  width: 100%;
}

.img-radio:after {
  background-color: #eff3f6a6;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.img-radio:hover:after {
  opacity: 1
}

.img-radio:hover img {
  object-position: bottom;
}

.img-radio.img-border {
  border: 3px solid #0b9ef7 !important;
  border-radius: 10px !important;
  position: relative
}

.img-radio.img-border:before {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 25px !important;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 999
}

.img-radio.img-border:after {
  opacity: 1
}

.templatecard {
  width: 20% !important
}

.templatecard p {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-bottom: 0px;
}


@media (max-width:1700px) {
  .templatecard {
      width: 25% !important
  }
}

@media (max-width:1400px) {
  .templatecard {
      width: 33.33% !important
  }
}

@media (max-width:768px) {
  .templatecard {
      width: 50% !important
  }
}

@media (max-width:501px) {
  .templatecard {
      width: 100% !important
  }
}

.ribbon-wrapper {
  height: 88px;
  left: 5px !important;
  overflow: hidden;
  position: absolute;
  top: 4px !important;
  width: 85px
}

.ribbon-wrapper .ribbon {
  background-color: #3498db;
  color: #333;
  color: #fff;
  font-size: 10px !important;
  left: -30px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  width: 120px
}
