/** Shopify CDN: Minification failed

Line 136:0 Unexpected "}"
Line 233:1 Expected "}" to go with "{"

**/

.section_taable {
    padding: 96px 0 50px 0 !important;
  background-color: #FBFBFB;
}
  .data_table{
    border: 2px solid #535FBA;
    padding: 20px;
    max-width: 800px;
    margin: auto;
}
   .table {
    margin-top: -85px;
    text-align: center;
}
   .logo_image {
    text-align: center;
}
   .logo_image img{
    width: 150px;
}  
   .data_heading {
    font-size: 24px;
    line-height: 2;
    text-align: center;
}
   .data_paragraph {
    font-size: 18px;
    line-height: 1.4;
}
  .card_items {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.card_item {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 17px;
    border: 3px solid rgba(189, 195, 199,1.0);
}
.card_item img {
    border-radius: 16px;
}
 h3.section_title_heading {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    margin-top: 20px;
}
p.section_phregraph {
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}
h4.card_title {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
}
p.card_inner_desc {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 28px;
}
.reviews_items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
    gap: 6px;
}
span.star_icon {
    font-size: 14px;
    color: gold;
}
.review_point {
    font-weight: 600;
    color: black;
}
.review_date {
    color: gray;
    font-weight: 400;
}
.button_item {
    text-align: center;
    padding: 50px 0;
}
.button_item p {
    font-size: 14px;
    font-weight: 400;
}
.button_item a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: rgb(0,82,204);
    background: linear-gradient(-16deg, rgba(0,82,204,1) 0%, rgba(38,132,255,1) 100%);
    color: white;
    padding: 10px 30px;
    border-radius: 29px;
    margin-bottom: 13px;
    box-shadow: 0 0 5px rgba(25, 25, 25, 0.5);
    transition: .4s;
}

   .button_item a:hover {
    background: rgb(0,82,204);
    background: linear-gradient(-16deg, rgba(0,82,204,1) 0%, rgba(38,132,255,1) 100%) !important;
}
.date_flex {
    display: flex;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< New section >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    @media (max-width: 768px) {
   
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< New section >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

  .date_flex {
    flex-direction: column;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< New section >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    
}
    @media (max-width: 425px){


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< New section >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.card_items {
    grid-template-columns: 1fr;
}
   .reviews_items {
    flex-direction: column;
    gap: 11px;
     padding: 0;
}
   h3.section_title_heading {
    font-size: 20px;
}
   .text_color {
    font-size: 25px;
}
   p.section_phregraph {
    font-size: 15px;
    margin-bottom: 20px;
}
.section_title_heading b{
    color: #535FBA !important;
}


.custom_review {
    margin: auto;
    text-align: center;
    border-bottom: 2px solid #ddd;
}
.custom_review h1 {
    margin: 0;
    line-height: 30px;
    font-size: 26px;
}
.custom_review p {
    margin: 10px auto 0 auto;
    border-bottom: 2px solid #FBB073;
    padding-bottom: 10px;
}
.star-icons i {
    margin-top: 10px;
    color: #FBB073;
    font-size: 23px;
    padding-bottom: 10px;
}
.review-heading span {
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
    font-weight: 600;
}
.review-heading h3 {
    text-transform: uppercase;
    margin: 30px 0 10px 0;
}
@media only screen and (min-width: 769px){
    .review-heading h3 {
    font-size: 22px;
}
.review-heading h1 {
    font-size: 45px;
    line-height: 45px;
}
.review-heading span {
    font-size: 20px;
}
.star-icons i {
    font-size: 30px;
}
.custom_review p {
    font-size: 23px;
    width: 50%;
}
.custom_review {
    width: 60%;
    padding: 40px 0 20px 0;
}
.custom_review h1 {
    font-size: 32px;
}
.review-heading h1 {
    font-size: 60px;
    line-height: 60px;
}
}
.counter {
    font-size: 50px;
    margin: 40px 0 20px 0;
}
      
@media only screen and (max-width: 768px){


}