* {
  box-sizing: border-box;
}
body .from-about{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
  }
  
  p {
    margin: 0;
    font-size: .89em;
  }
  .ptb-100 {
    padding-top: 100px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  
.mb-3,
.my-3 {
    margin-bottom: 1.25rem !important;
}
  .nowrap {
    white-space: nowrap;
  }
  .p-20 {
    padding: 20px;
  }
  .p-40 {
    padding: 40px;
  }
  
  .pb-140 {
    padding-bottom: 140px;
  }
  .h3, h3 {
    font-size: 1.4em;
  }
  .bg-white-smoke {
    background-color: #f8f8f8;
    border-radius: 15px;
  }
  .title-main {
    font-size: 1.5rem;
  }
  .bg-image {
      background-image: url('/store/images/review/service-review-banner.webp');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 35vh;
      margin-top: 100px;
  }
  .page-title-area .row {
      height: 40vh;
      align-content: center;
      text-align: center;
  } 
  .section-title.text-center {
    padding: 0 35px;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  
  .service-item {
    background-color: #f6f6f6;
    border-radius: 10px;
    height: 100%;
    padding: 15px 25px 25px 25px;
  }
  
  .service-icon {
    margin: 10px 0 1px 0;
  }
  
  .service-item.style-two {
    padding: 50px 30px 45px;
  }
  
  #services-block .service-item {
    position: relative;
    padding: 0px 30px 45px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
  }
  .service-items-area > div {
    margin-bottom: 20px;
  }
  #services-block.style-one .service-items-area > div:nth-child(2n) {
    position: relative;
    top: 100px;
  } 
  #services-block.style-one .service-items-area > div:nth-child(4) {
    position: relative;
    top: 100px;
  }
  
  
  .portfolio-block.style-one {
    position: relative;
    padding-bottom: 0;
  }
  .text-feature-block {
    margin: 16px;
  }
  #our-devices {
    color: #000;
  }
  .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    grid-auto-rows: minmax(10px, auto);
    align-items: center;
    color: #000;
    font-weight: 600;
  }
  #our-devices .container {
    padding: 20px;
    border-radius: 15px;
  }
  
  .wrapper > div > p {
    line-height: 1.2em !important;
  }
  
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .last {
  
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
     animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; 
  }
  .one:hover,
  .two:hover,
  .three:hover,
  .four:hover,
  .five:hover,
  .six:hover,
  .seven:hover,
  .eight:hover,
  .last:hover  {
  
    /* cursor: pointer; */
    animation-name: bounce;
    -moz-animation-name: bounce;
  
  }
  .center-iphone img {
    max-width: 100%;
    height: auto;
  }
  
  @keyframes bounce {
      0%, 100% {
  
          -webkit-transform: translateY(0);
          -ms-transform:     translateY(0);
          transform:         translateY(0)
      }
      25% {
          -webkit-transform: translateY(-5px);
          -ms-transform:     translateY(-5px);
          transform:         translateY(-5px)
      }
      50% {
      
          -webkit-transform: translateY(0);
          -ms-transform:     translateY(0);
          transform:         translateY(0)
      }
      75% {
          -webkit-transform: translateY(-1px);
          -ms-transform:     translateY(-1px);
          transform:         translateY(-1px)
      }
  }
  .center-iphone {
    grid-column: 2;
    grid-row: 1 / 5;
  }
  .one {
    grid-column: 1;
    grid-row: 1;
  }
  .two {
    grid-column: 1;
    grid-row: 2;
  }
  .three {
    grid-column: 1;
    grid-row: 3;
  }
  .four {
    grid-column: 1;
    grid-row: 4;
  }
  
  .five {
    grid-column: 3;
    grid-row: 1;
  }
  .six {
    grid-column: 3;
    grid-row: 2;
  }
  .seven {
    grid-column: 3;
    grid-row: 3;
  }
  .eight {
    grid-column: 3;
    grid-row: 4;
  }
  
  .last {
    
    grid-column: 1/ 4;
    grid-row: 5;
  }
  
  
  
  
  /*-------------------------------------------------
      [ ### Work Process ]
  */
  .work-process-block {
    position: relative;
  }
  .work-process-block > .container {
    margin-top: -2px;
  }
  @media only screen and (max-width: 1199px) {
    .work-process-block > .container {
      margin-top: 0;
    }
  }
  .work-process-block .element-group > .element {
    z-index: 1;
    position: absolute;
  }
  @media only screen and (max-width: 1366px) {
    .work-process-block .element-group > .element {
      display: none;
    }
  }
  .work-process-block .element-group > .element.one {
    top: 88px;
    left: calc(50% - 705px);
    -webkit-animation: linear bt-leftRight-20 3s infinite;
    animation: linear bt-leftRight-20 3s infinite;
  }
  @media only screen and (max-width: 1620px) {
    .work-process-block .element-group > .element.one {
      left: calc(50% - 640px);
    }
  }
  .work-process-block .element-group > .element.two {
    top: 101px;
      left: calc(50% - -494px);
  }
  @media only screen and (max-width: 1199px) {
    .work-process-block.pd-b-30 {
      padding-bottom: 10px;
    }
  }
  @media only screen and (max-width: 991px) {
    .work-process-block.pd-b-30 {
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 474px) {

    .div_buy_again {
      display: none !important;
    }
    .div-summary-container {
      margin-left: -20px !important;
    }
    .summary_battery_rating {
      width: 54.425px !important;
    }
    .average-label-rating {
      font-size: 14px;
      text-align: center;
      margin-left: 15px;
    }

    .average-label-text.first {
      margin-left: 5px;
    }
    .average-label-text.second {
      margin-left: 5px;
    }
    .average-label-text.third {
      margin-left: 12px;
    }
    .average-label-text.fourth {
      margin-left: 5px;
    }
    .mb10 {
      margin-bottom: 10px;
    }
    .service-icon {
      margin-top: 20px;
    }
    .div-container-right-label {
      font-size: 18px !important;
      text-align: center;
    }
    .div-container-right-number {
      font-size: 18px !important;
    }
    .form_battery_size {
      width: 110.425px !important;
    }
    .div-container-right-battery {
      margin-top: 0px !important;
    }
    .btn-submit-review {
      width: 100%;
    }
    .row-terms-condition {
      margin-top: 20px !important; 
    }
    .div_single_summary_ratings {
      margin-left: 1.8px;
    }
    .div_single_summary_ratings {
      display: none;
      position: absolute;
      opacity: 0.1;
      width: 93.1%;
      margin-left: -1px
    }
  }
  @media only screen and (max-width: 767px) and (min-width: 475px) {

    .div_buy_again {
      display: none !important;
    }
    .div-summary-container {
      margin-left: -10px !important;
    }
    .summary_battery_rating {
      width: 74.425px !important;
    }
    .average-label-rating {
      font-size: 14px;
      text-align: center;
      margin-left: 25px;
    }

    .average-label-text.first {
      margin-left: 15px;
    }
    .average-label-text.second {
      margin-left: 15px;
    }
    .average-label-text.third {
      margin-left: 22px;
    }
    .average-label-text.fourth {
      margin-left: 15px;
    }
    .service-icon {
      margin-top: 20px;
    }
    .div-container-right-label {
      font-size: 18px !important;
      text-align: center;
    }
    .div-container-right-number {
      font-size: 18px !important;
    }
    .form_battery_size {
      width: 110.425px !important;
    }
    .div-container-right-battery {
      margin-top: 0px !important;
    }
    .div-container-right-number {
      margin-right: 0 !important;
    }
    .row-terms-condition {
      margin-top: 20px !important; 
    }
    .div_single_summary_ratings {
      width: 94.11% !important;
    }
    .div_single_summary_ratings {
      display: none;
      position: absolute;
      opacity: 0.1;
      width: 92%;
    }
  }

  @media only screen and (max-width: 896px) and (min-width: 768px) { /**  and (max-width: 767px) and **/

    .service-icon {
      margin-top: 20px;
    }
    .div-summary-container {
      margin-left: -10px !important;
    }
    /* .summary_battery_rating {
      width: 74.425px !important;
    } */
    .mb10 {
       margin-bottom: 10px !important;
    }
    .average-label-rating {
      font-size: 14px;
      text-align: center;
      margin-left: 10px;
    }

    .average-label-text.first {
      margin-left: 10px;
    }
    .average-label-text.second {
      margin-left: 10px;
    }
    .average-label-text.third {
      margin-left: 10px;
    }
    .average-label-text.fourth {
      margin-left: 10px;
    }
    .div-container-right-label {
      font-size: 18px !important;
      text-align: right;
    }
    .div-container-right-number {
      font-size: 18px !important;
    }
    .form_battery_size {
      width: 110.425px !important;
    }
    .div-container-right-battery {
      margin-top: 0px !important;
    }
    .div-container-right-number {
      margin-right: 50px !important;
    }
    .row-terms-condition {
      margin-top: 20px !important; 
    }
    .div_single_summary_ratings {
      display: none;
      position: absolute;
      opacity: 0.1;
      width: 95.71% !important;
    }
  }

  @media only screen and (min-width: 991px) { /**  and (max-width: 767px) and **/

    .service-item.style-three {
      padding-top: 40px !important;
    }
    .service-icon {
      margin-top: 20px;
    }
    .div-summary-container {
      margin-left: -10px !important;
    }
    /* .summary_battery_rating {
      width: 74.425px !important;
    } */
    .mb10 {
       margin-bottom: 10px !important;
    }
    .average-label-rating {
      font-size: 14px;
      text-align: center;
      margin-left: 10px;
    }

    .average-label-text.first {
      margin-left: 10px;
    }
    .average-label-text.second {
      margin-left: 10px;
    }
    .average-label-text.third {
      margin-left: 10px;
    }
    .average-label-text.fourth {
      margin-left: 10px;
    }
  }
  @media only screen and (max-width: 1199px) and (min-width: 992px) {
    .card-footer-right-first-row, 
    .card-footer-right-second-row, 
    .card-footer-right-third-row, 
    .card-footer-right-fourth-row 
    {
      margin-bottom: 25px;
    }

    .review-star-container {
      position: absolute;
      /* margin-top: -26px; */
      margin-top: 0 !important;
      right: 0;
      margin-right: 55.5px !important;
    }
    .div-container-right-battery  {
      margin-left: 0 !important;
    }
    .review-card {
      height: 370px !important;
    }
    .div-container-right-label, .div-container-right-number {
      display: none;
    }
    .form_battery_size {
      width: 110.425px;
    }
    .div_avatar {
        margin-top: 30px !important;
    }
    .card-details {
      display: -webkit-box;
      max-height: 200px;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      height: 205px;
    }
    .card-details {
      max-height: 230px !important;
      height: 220.9px !important;
    }
  }
  @media only screen and (max-width: 767px) and (min-width: 768px) {

    .div-summary-container {
      margin-left: -10px !important;
    }
    .summary_battery_rating {
      width: 74.425px !important;
    }
  }
  @media only screen and (max-width: 991px) and (min-width: 897px) {

    .div_show_ratings_trigger {
      display: block !important;
      position: absolute;
      /* margin-top: -26px; */
      right: 0px;
    }
    .div_single_summary_ratings {
        display: none;
        position: absolute;
        opacity: 0.1;
        width: 95.7% !important;
    }
    .div-container-right-label {
      text-align: right;
      font-size: 18px !important;
    }
    .div-container-right-number {
      font-size: 18px !important;
      margin-right: 65px !important;
    }
    .div-container-right-battery {
      margin-top: 0 !important;
    }
  }

  @media only screen and (min-width: 1200px) {

    .average-label-rating {
      /* font-size: 14px;
      text-align: center; */
      margin-left: -2px !important;
    }
    .average-label-text.first {
      margin-left: -3px !important;
    }
    .average-label-text.second {
      margin-left: -3px !important;
    }
    .average-label-text.third {
      margin-left: -5px !important;
    }
    .average-label-text.fourth {
      margin-left: 0px;
    }
  }

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

    .div_buy_again {
      display: none !important;
    }
    .mb10 {
      margin-bottom: 0px;
    }
    /* .average-label-rating {
      font-size: 14px;
      text-align: center;
      margin-left: 15px;
    } */
    .average-label-text {
      font-size: 10px;
      white-space: nowrap;
    }
    /* .average-label-text.first {
      margin-left: 5px;
    }
    .average-label-text.second {
      margin-left: 5px;
    }
    .average-label-text.third {
      margin-left: 12px;
    }
    .average-label-text.fourth {
      margin-left: 5px;
    } */
    .summary-total-rating {
      display: none;
    }
    .div_avatar {
      margin-top: 30px !important;
    }
    .div_show_ratings_trigger {
      display: block !important;
      position: absolute;
      /* margin-top: -26px; */
      right: 0px;
    }
    /* .div_single_summary_ratings {
      display: none;
      position: absolute;
      opacity: 0.1;
      width: 92%;
    } */
    .card-container-right-battery {
      display: none !important;
    }
    .back-to-feedback-details {
      right: 0;
      margin-left: -20px;
      font-weight: 600;
      margin-top: 8px;
      margin-bottom: -12px;
    }
    .div-back-to-feedback-details {
      display: block !important;
    }
    .review-card {
      height: 241px !important;
    }
    .switches-container {
      width: 20rem !important;
    }
  }
  @media only screen and (max-width: 991px) and (min-width: 897px) {

    .div-summary-container {
      margin-left: -10px !important;
    }
    .summary_battery_rating {
      width: 74.425px !important;
    }

    .div_single_summary_ratings {
      display: none;
      position: absolute;
      opacity: 0.1;
      width: 92%;
    }
    .card-container-right-battery {
      display: none !important;
    }
    .div-back-to-feedback-details {
      display: block !important;
      padding-top: 34px !important;
    }
    .card-footer-right-first-row, 
    .card-footer-right-second-row, 
    .card-footer-right-third-row, 
    .card-footer-right-fourth-row 
    {
      margin-bottom: 0 !important;
    }
  }
  @media only screen and (min-width: 1199px) {
    .section-title.text-center {
      padding: 0 144px;
      margin-bottom: 30px;
    }
  }
  .work-process-block .workflow-slider,.work-process-block  .leadership-slider {
    margin: -30px -15px 0;
  }
  a:hover {
    color: #fff;
    text-decoration: none;
  }
  .work-process-block .single-process {
    position: relative;
    padding: 45px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.25s linear 0ms;
    transition: all 0.25s linear 0ms;
    background-color: #f8f8f8;
    /* box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05); */
    border-radius: 15px;
    overflow: hidden;
    margin: 30px 15px;
  }
  .single-process p {
    height: 120px;
  }
  .service-block .single-process {
    position: relative;
    padding: 45px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.25s linear 0ms;
    transition: all 0.25s linear 0ms;
    background-color: white;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
    margin: 30px 15px;
  }


  @media only screen and (max-width: 1299px) and (min-width: 992px) {
      .div_single_summary_ratings {
        display: block;
      }
      /* .review-star-container {
        position: absolute;
        margin-top: -26px !important;
        margin-right: -487.4px !important;
        width: 100%;
        right: 0;
      }  */
    
  }

  @media only screen and (max-width: 1199px) {
    .work-process-block .single-process {
      padding: 70px 25px;
    }
  }
  @media only screen and (max-width: 420px) {
    .work-process-block .single-process {
      padding: 35px 20px 0px 20px;
      text-align: center;
    }
    .button-cover {
      margin-left: -50px;
    }
    .label-question {
      font-size: 14px;
    }
    .row-terms-condition {
        margin: 0 0 15px 20px !important;
    }
    .mt60 {
      margin-top: 30px !important;
    }
    .hidden {
      display: none !important;
    }
  }
  .work-process-block .single-process:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  }
  .work-process-block .single-process .process-icon {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    min-height: 75px;
    line-height: 75px;
    /* margin-bottom: 18px; */
  }
  .work-process-block .single-process .title {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 1366px) {
    .work-process-block .single-process .title {
      font-size: 26px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .work-process-block .single-process .title {
      font-size: 24px;
      margin-bottom: 15px;
    }
  }
  .row {
    max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-right: 0px;
      margin-left: 0px;
  }
  @media only screen and (max-width: 420px) {
    .work-process-block .single-process .title {
      font-size: 1.6em;
      font-weight: 500;
    }
    .bg-image {
      height: 28vh;
    }
    .ptb-100 {
      padding-top: 70px;
    }
  }
  .work-process-block .single-process .read-more-text {
    padding-top: 3px;
  }
  
  .btn-links-area {
    margin: 5px 10px -5px;
    display: flex;
    align-items: center;
  }
  @media only screen and (max-width: 767px) {
    .btn-links-area {
      justify-content: center;
    }
    #services-block.style-one .service-items-area > div:nth-child(2n),
    #services-block.style-one .service-items-area > div:nth-child(4) {
      top: 0;
    }
    .pb-140 {
      padding-bottom: 40px;
    }
  }
  .btn-links-area .btn-links {
    background-color: #f8f8f8;
    border: 0 solid;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: #999999;
    font-size: 20px;
    padding: 0;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 35px;
    border-radius: 25px;
    margin: 5px;
  }
  
  .grades {
    width: 100%;
  }
  /* .grading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .grading-row {
      display: flex;
      justify-content: space-evenly;
  }
  .grading-col {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 15px 0px 15px 0px;
  }
  .grading-col img {
    width: 125px;
    min-width: 109px;
  } */
  
  #grading {
    background: #000;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px;
    font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  
  #grading h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  
  #grading p {
    font-size: 1rem;
    color: #fff;
  }
  
  #grading .grading-content {
    padding: 70px 30px;
  }
  
  #grading .grading-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #grading .grading-image img {
    width: 70%;
    display: none;
    opacity: 0;
    transition: opacity 0.5s linear;
  }
  
  #grading .grading-image img.active {
    display: block;
    opacity: 1;
  }
  
  
  #grading .grade-selector {
    border: 1px solid #0171e3;
    display: flex;
    width: 250px;
    padding: 5px;
    border-radius: 50px;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
  }
  
  #grading .grade-selector .grade-background-item {
    width: 120px;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    background: #0171e3;
    height: calc(100% - 10px);
    position: absolute;
    transition: 80ms linear;
  }
  
  #grading .grade-selector .grade-item {
    width: 120px;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    line-height: 1.3;
  }
  
  #grading .grade-selector.right .grade-background-item{
    transform: translateX(118px);
  }
  
  .grade-ratting {
    margin-top: 30px;
    margin-left: 30px;
  }
  
  .grade-ratting.five {
    color: rgb(244, 207, 0);
  }
  
  .grade-ratting.four > *:not(:last-child) {
    color: rgb(244, 207, 0);
  }
  
  .grade-prop {
    margin-top: 30px;
    margin-left: 30px;
  }
  
  .grade-prop ul {
    list-style: none;
  }
  
  .grade-prop ul li {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    border-right: none !important;
  }
  
  .grade-prop ul li:hover {
    color: #fff;
  }
  
  
  .grade-prop ul li::before {
    content: "•";
    color: #0171e3;
    font-weight: bold;
    display: inline-block;
    font-size: 40px;
    width: 30px;
    margin-left: -30px;
    margin-top: -7px;
  }
  
  .grade-details {
    display: none;
  }
  
  .grade-details.active {
    display: block;
  }
  
  
  .content {
    padding-left: 20px;
  }
  .content ul li {
    margin-left: 15px;
  }
  .content h4 {
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1;
  }
  .span-star-5-ratings {
    color: #06ba1f; font-weight: bold;
  }
  .span-star-4-ratings {
    color: #b0c224; font-weight: bold;
  }
  .span-star-3-ratings {
    color: #ffc303; font-weight: bold;
  }
  .span-star-2-ratings {
    color: #e88f00; font-weight: bold;
  }
  .span-star-1-ratings {
    color: #b90505; font-weight: bold;
  }
  .star {
    padding-top: 5px;
    width: fit-content;
  }
  .star ul {
  list-style: none;
  display: flex;
  }
  .star ul li {
  margin-left: 0;
  }
  .star ul li img {
  width: 15px!important;
  min-width: 10px!important;
  } 
  
  
  
  @media only screen and (max-width: 991px){
    .section-title.text-center {
      margin-bottom: 30px;
      margin-top: 40px;
    }
  
    .ceo-image {
      display: flex;
      align-items: end;
    }
  
    .members {
      grid-template-columns: 1fr 1fr;
    }
  
    .ceo-section:first-child {
        position: initial;
        padding-right: 50px;
        padding-left: 10%;
    }
  
    .ceo-section .ceo-qoute {
      position: initial;
      padding-right: 40px;
      padding-left: 10%;
      padding-top: 15px;
    }
  
    .team .ceo-section {
      grid-template-columns: 40% 60%;
    }
  
    .team .ceo-section img{
      margin-left: 20px;
      width: 100%;
      height: auto !important;
    }
  
    .ceo-section .bg-back {
      background: #f6f6f6;
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: 0;
      border-radius: 30px;
      z-index: -1;
    }
  }
  
  @media only screen and (max-width: 1440px){
    #grading .grading-content {
      padding: 36px 30px;
    }
    #grading .grading-image img {
      width: 60%;
    }
  }
  
  @media only screen and (max-width: 767px){
    #grading {
      grid-template-columns: 1fr;
    }
  
    #grading .grading-image img {
      width: auto ;
      height: 300px;
    }
  
    #grading .grading-content {
      padding: 12px;
    }
  
    .grade-prop ul li {
      line-height: 1.5;
    }
  
    .team .ceo-section {
      grid-template-columns: 1fr;
      /* grid-auto-flow: dense;  */
    }
  
    .ceo-section .ceo-image {
      grid-column: 1;
      grid-row: 2;
      display: flex;
      justify-content: center;
    }
  
    .ceo-section .ceo-qoute {
      grid-column: 1;
      grid-row: 1;
      padding-top: 20px;
      text-align: center;
    }
  
  
    .team .ceo-section img{
      margin-left: 20px;
      height: auto !important;
      width: 100%;
      max-width: 80%;
      margin: 0;
    }
  
    .grading-row {
      flex-direction: column;
    }
    .members {
      grid-template-columns: 50% 50%;
  
    }
    .members .member img {
      width: 100%;
    }
    .members .member h3 {
      font-weight: 600;
      font-size: 15px;
      margin-top: 16px;
      margin-bottom: 0;
      white-space: nowrap;
    }
    .members .member p {
      font-size: 13px;
    }
  
    .members .member .name-section .whatsapp-link{
      font-size: 11px;
    }
  
  }
  @media only screen and (max-width: 767px) {
    .btn-links-area .btn-links {
      padding: 5px 25px;
    }
  }
  .btn-links-area .btn-links:hover {
    color: white;
    background-color: #0171e3;
  }
  
  @media only screen and (max-width: 991px){
    .service-item {
      height: 95%;
    }
  }
  @media only screen and (max-width: 575px){
    .one > img,
    .two > img,
    .three > img,
    .four > img,
    .five > img,
    .six > img,
    .seven > img,
    .eight > img,
    .last > img {
      width: 35px;
  
    }
    .one > p,
    .two > p,
    .three > p,
    .four > p,
    .five > p,
    .six > p,
    .seven > p,
    .eight > p{
      line-height: 1em;
      font-weight: 100;
      font-size: 13PX;
      
    }
  }
  @media only screen and (max-width: 1199px) {
    .service-item.style-two {
      padding: 37px 20px 35px;
    }
  }
  @media only screen and (max-width: 480px) {
    .service-item.style-two {
      padding: 37px 25px 35px;
    }
  }
  .service-item.style-two .service-icon {
    min-height: auto;
    line-height: auto;
  }
  .service-item.style-two .title {
  }
  .service-item.style-two .read-more-text {
    padding-top: 5px;
  }
  .service-item.style-three {
    text-align: center;
    padding: 50px 30px 20px;
  }
  @media only screen and (max-width: 1199px) {
    .service-item.style-three {
      padding: 37px 20px 35px;
    }
  }
  @media only screen and (max-width: 480px) {
    .service-item.style-three {
      padding: 37px 25px 35px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .service-item.style-three .service-info {
      font-size: 15px;
    }
  }
  .p-0 {
    padding: 0;
  }

  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
    max-width: 750px;
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgb(0 0 0 / 30%);
    z-index: 10;
    height: auto;
    display: block;
  }
  
  #language-modal {
    width: 40% !important;
  }
  

.content-title {
    margin-top: -40px;
    margin-bottom: 10px;
}

.borderRadius22 {
  border-radius: 22px !important;
}
.borderRadius30 {
  border-radius: 10px !important;
}
.average-label-rating, .average-label-text {
  font-weight: 600;
  text-align: center;
  color: #515050;
}
.total-rating-text {
  position: absolute;
  margin-left: -45px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  color: #515050;
}
.mb20 {
  margin-bottom: 20px !important;
}



/**
*   # SWITCH STYLE
*/



:root {
  --switches-bg-color: #fff;
  --switches-label-color: #000 ;
  --switch-bg-color: #0171e2;
  --switch-text-color: #fff ;
}



/* container for all of the switch elements 
  - adjust "width" to fit the content accordingly 
*/
.switches-container {
  width: 25rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: var(--switches-bg-color);
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #8c8c8c;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--switches-label-color);
  font-weight: 700;
}

/* switch highlighters wrapper (sliding left / right) 
  - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
  /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
  border-radius: 3rem;
  background: var(--switch-bg-color);
  height: 100%;
}

/* switch box labels
  - default setup
  - toggle afterwards based on radio:checked status 
*/
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--switch-text-color) ;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}



.mt60 {
  margin-top: 60px;
}

.card-title {
  font-weight: 700;
}
.card-details {
  /* background: green;
  text-overflow: ellipsis; */

  display: -webkit-box;
  max-height: 150px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  height: 96px;
}
.review-card {
  height: 270px;
}

.card-footer-date {
  font-size: 10px; 
  color: #9f9f9f;
  font-weight: 600;
}
.card-footer-name {
  font-weight: 800;
}
/**************************************************************/
/********************** AVATAR CIRCLE **************************/
/**************************************************************/


.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    font-family: roboto, arial;
    color: white;
    line-height: 43.5px;
    text-align: center;
    background: #0171e2;

    /*Align div in centre of page*/
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bgWhite {
  background: #fff;
}
.review-star-container {
    position: absolute;
    /* top: 0; */
    margin-top: -26px;
    right: 0;
    margin-right: 17.5px;
}
.review-title-container {
  margin-left: -20px;
  font-weight: 600;
}
.card-footer-right-first-row {
  border: 0;
  margin-top: -15px;
}
.card-footer {
  padding: 0.6rem 1.25rem;
}
.card-container-right-battery, .card-container-right-battery-form {
  background: #f6f6f6;
  border-radius: 20px;
  line-height: 5;
}
.div-container-right-label {
  margin-left: -15px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 1px;
  margin-top: -5px;
}
.div-container-right-battery {
  /* margin: 25px auto 10px auto; */
  text-align: center;
  margin-left: -12px;
  margin-top: -7px;
  margin-bottom: -4px;
}
.div-container-right-number {
  right: 0;
  /* margin-left: 50px; */
  position: absolute;
  margin-right: -15px;
  margin-top: -3.1px;
  font-size: 14px;
  font-weight: 600;
}
.font9 {
  font-size: 11px;
}
.ml-15 {
  margin-left: -15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb18 {
  margin-bottom: 18.3px;
}

.h50 {
  height: 50px;
}
.review-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacac !important;
  opacity: 1; /* Firefox */
}
.review-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #acacac !important;
}

.review-input::-ms-input-placeholder { /* Microsoft Edge */
 color: #acacac !important;
}
#textarea-review {
  resize: none;
}
/* @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
} */
.hidden {
  display: none !important;
}

.fade-in {
  display: block;
  opacity: 0;
  animation: fade-in 1s ease-in forwards;
}
.fade-out {
  display: none;
  opacity: 0;
  animation: fade-out 4s 1s ease-out forwards;
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#app-cover {
  display: table;
  width: 600px;
  margin: 80px auto;
  counter-reset: button-counter;
}

.div-terms-condition {
  position: relative;
  margin-top: -25px;
  margin-left: 25px;
  font-size: 16px;
  color: #929292;
}

/**************************************************************/
/********************** KNOB SWITCH **************************/
/**************************************************************/


.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  /* margin: -20px auto 0 auto; */
  margin: -20px auto 0 300px;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
  border-radius: 30px;
  color: #fff;
}

.layer {
  background-color: #0171e1;
  border-radius: 30px;
  width: 100%;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 13 */
#button-13 .knobs:before,
#button-13 .knobs:after,
#button-13 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 30px;
  transition: 0.3s ease all;
}

#button-13 .knobs:before,
#button-13 .knobs:after {
  z-index: 1;
  color: #fff;
}

#button-13 .knobs:before {
  content: "YES";
  left: 4px;
}

#button-13 .knobs:after {
  content: "NO";
  right: 10px;
}

#button-13 .knobs span {
  width: 34px;
  left: 37px;
  background-color: #fff;
  z-index: 2;
  height: 28px;
}

#button-13 .checkbox:checked + .knobs span {
  left: 4px;
}

#button-13 .checkbox:checked ~ .layer {
  background-color: #a6a6a6;
  border-radius: 30px;
}




.row-terms-condition {
  margin: -14px 0 15px 20px;
}
.row-submit-btn {
  margin: 0 0 0 20px;
}
.div_show_ratings_trigger {
  display: none;
}
.div-back-to-feedback-details {
  display: none;
}

/**************************************************************/
/********************** SWEETALERT **************************/
/**************************************************************/
.swal2-title {
  font-weight: 400;    
  font-size: 1.125em;
}
.swal2-confirm {
  background: #0171e1 !important;
  border: 1px solid #0171e1;
  border-radius: 30px !important;
  min-width: 71px !important;
}

.div_see_more {
    position: absolute;
    right: 0;
    font-size: 12px;
    text-decoration: none;
    color: #0171e1;

    display: -webkit-box;
    max-height: 150px;
    -webkit-line-clamp: 1;
    /* -webkit-box-orient: vertical; */
    overflow: hidden; 
    height: 16px;
}
.div_see_less {
    position: absolute;
    right: 0;
    font-size: 12px;
    text-decoration: none;
    color: #0171e1;

}
.div_see_more > div > label {
  cursor: pointer;
}
.hidden-modal {
  display: none;
}
.div_avatar {
  /* margin-top: 60px; */
}
.review-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.div_buy_again {
  margin-top:20px;
  height: 40px;
  display: block;
}
.div_buy_again > label{
  font-weight: 600;
}