/* Created by Harshal Dhingra By Ignite Media Solution - harshaldhingra18@gmail.com */

.hdesign-template-wrapper {
    padding: 0px;
    max-width:100%!important;
   width:100%!important;
    
}
.hdesign-template-wrapper .hdesign-builder-row {
    font-family: Lato,sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    text-align: left;
    word-break: break-word;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 1rem;
    padding: 1rem 0;
   
}

.hdesign-template-wrapper .hdesign-logo-column {
    width: 17%;
    text-align: center;
    order: 2;
}
.hdesign-template-wrapper .hdesign-score-col {
    width: 11%;
    order: 3;
  }

.hdesign-template-wrapper .col {
    flex-basis: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 1rem;
    flex-grow: 1;
    max-width: 100%;
}

.hdesign-template-wrapper .hdesign-inner-col-wrapper {
    width: 100%;
}

.hdesign-template-wrapper .hdesign-logo-column img {
    width: 6.25rem;
    height: auto;
}

.hdesign-lazy:not(.initial) {
    transition: opacity 1s;
}

img.hdesign-loaded {
    opacity: 1;
}

.hdesign-template-wrapper .hdesign-logo-column .hdesign-check-tagline {
    line-height: 1;
    font-weight: 700;
}

.hdesign-radial-rating .hdesign-score-area {
    position: relative;
    width: 62px;
    height: 62px;
    margin: 0 auto;
}

.hdesign-radial-rating .hdesign-circle-score-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50%;
}

.hdesign-radial-rating .hdesign-semi-circ:first-child {
    z-index: 1;
    right: auto;
    left: 0;
    transform-origin: 100% 50%;
}
.hdesign-radial-rating .hdesign-semi-circ {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: 0 50%;
   
}

.hdesign-radial-rating .hdesign-center-circ {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border-radius: 50%;
    z-index: 2;
}

.hdesign-radial-rating .border-circ {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 3px #fff solid;
    border-radius: 50%;
    z-index: 2;
}

svg:not(:root).hdesign-svg-inline--fa {
    overflow: visible;
}

.hdesign-svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.hdesign-svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.hdesign-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   min-width: 11rem;
    border-radius: .25rem;
    padding: .6875rem 1.5rem;
    transition: .2s;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none !important;
}

.hdesign-template-wrapper .hdesign-top-wrap .number-col {
  font-weight: 700;
}
.hdesign-template-wrapper .hdesign-logo-column .hdesign-logo {
  margin-bottom: 10px;
}

.hdesign-template-wrapper .hdesign-logo-column img {
  width: 100%;
  height: auto;
}
.hdesign-template-wrapper .hdesign-logo-column .check {
  margin-right: .375rem;
  color: #38d39f;
}

.hdesign-template-wrapper .hdesign-logo-column .tagline {
  color: #979797;
  font-weight: 700;
}

.hdesign-template-wrapper .hdesign-score-col .hdesign-top-wrap-text {
  margin-top: .375rem;
  text-align: center;
  text-transform: uppercase;
}

.hdesign-template-wrapper .hdesign-ratings-column {
  order: 5;
  width: 100%;
  margin-top: 1rem;
  
}

.hdesign-template-wrapper .hdesign-ratings-column .hdesign-inner-col-wrapper {
  max-width: 22rem;
}

.hdesign-template-wrapper .hdesign-ratings-column .hdesign-rating-row {
  display: flex;
  margin-bottom: .375rem;
}

.hdesign-template-wrapper .hdesign-ratings-column .hdesign-rating-title {
  flex-grow: 1;
}

.hdesign-template-wrapper .hdesign-cta-col {
  order: 6;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}

.hdesign-template-wrapper .hdesign-cta-col .hdesign-review-link {
  margin-top: .375rem;
}

.hdesign-template-wrapper .hdesign-cta-col .hdesign-review-link a {
  text-decoration: underline;
}

@media (min-width:992px) {
  .hdesign-template-wrapper .hdesign-builder-row {
    margin-bottom: 1rem;
  }

  .hdesign-template-wrapper .col {
    margin-bottom: 0;
  }
  
  .hdesign-template-wrapper .hdesign-ratings-column {
    order: 4;
    width: 32%;
    margin-top: 0;
  }

  .hdesign-template-wrapper .hdesign-cta-col {
    width: 20%;
    border-right: 0;
  }

  .hdesign-btn{
    min-width: auto;
  }
}

.hdesign-btn:hover,a.hdesign-btn:hover {
  text-decoration: underline;
}

.hdesign-radial-rating .border-circ {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: 3px #fff solid;
  border-radius: 50%;
  z-index: 2;
}

.hdesign-radial-rating .hdesign-center-circ p {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
