.header-logo, .header-logo img {
    max-width: 205px;
    max-height: 100px;
}


@media (max-width: 1229px){
    .header-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.header-content {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.counter-box-text {
    opacity: 1;
}

.about p{
    text-align: justify;
}


.button-loading {
    border: 1px solid #c4cdd5;
    cursor: default;
    text-shadow: none;
    color: transparent !important;
    position: relative;
    transition: border-color 0.2s ease-out;
  }

  .button-loading, .button-loading:hover, .button-loading:focus, .button-loading:active {
    color: transparent;
  }

  .button-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    -webkit-animation: button-loading-spinner 0.7s linear infinite;
    animation: button-loading-spinner 1s linear infinite;
    border-color: #ffffff;
    border-bottom-color: transparent;
  }

  .button-loading.btn-fill-out {
    color: transparent !important;
    border: 1px solid var(--color-1st);
  }

  .button-loading.btn-fill-out:before {
    width: 18px;
    background-color: transparent;
    border-color: var(--color-1st);
    border-bottom-color: transparent;
  }
  .button-loading.btn-fill-out:after {
    display: none;
  }

  @-webkit-keyframes button-loading-spinner {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes button-loading-spinner {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .loading {
    background: url("../images/loading.gif") center center no-repeat;
    font-size: 0 !important;
    background-color: #000 !important;
    border: 0;
    height: 51px;
    width: 50px;
    padding: 0;
  }

  .loading::after, .loading::before {
    content: normal;
  }

  .transparent_background{
    background: linear-gradient(45deg, rgb(16 31 44) 0%,rgba(45,32,61,0) 100%);
  }


  .transparent_background1{
    background: linear-gradient(45deg, rgb(125 135 143) 0%,rgba(45,32,61,0) 100%);
  }

  .step-progress .bar {
    background-color: var(--color-1st) !important;
    }

    .tabStatus {
        text-align: center;
        background: var(--color-2nd) !important;
    }

    .step-pills .step-item.active {
        border: var(--color-1st) !important;
    }

    .step-button-previous {
        background-color: var(--color-1st) !important;
    }

    .step-pills .step-item.validated {
        border: 1px solid var(--color-1st) !important;;
    }

    .step-button-next {
        background-color: var(--color-2nd) !important;
    }

    .step-button-submit {
        background-color: var(--color-2nd) !important;
    }

    .step-pills .step-item {
        border-radius: 2px !important;
    }

    .step-progress .bar {
        border-radius: 2px !important;
    }

    .step-body, .step-footer {
        border-radius: 2px !important;
    }

    .step-pills {
        border-radius: 2px !important;
    }

    .step-button{
        border-radius: 2px !important;
    }

    .step-progress {
        border-radius: 2px !important;
    }

    .heading_tab_header .heading_s2 h4{
        text-align: center;
    }

    .doctor-info-social a{
        text-decoration: none;
    }

    a {
        text-decoration: none;
    }

@media (max-width: 757px){
    .vue-step-wizard {
        width: 100% !important;
        padding: 0px !important;
    }
}


#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}




/* for rating */
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top: -1px;
    display: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.rate label {
    line-height: 30px;
}
