 /* case study css */
 .image-box-section .flex-box {
   column-gap: 35px;
   row-gap: 30px;

 }
.image-box-section .flex-space-between{
  justify-content: center;
  column-gap: 10%;
}
 .image-box-section .flex-box .case-study-box {
   width: 100%;
 }
 .image-box-section .flex-box .case-study-box .content-box{
  text-align: center;
 }

 .image-box-section .flex-box .case-study-box .img-box img {
   width: 100%;
 }

 .image-box-section .flex-box .case-study-box .content-box .heading {
   /* text-align: left; */
   font-size: 32px;
  padding-bottom: 0;
  line-height: 38px;
  margin-bottom: 5px;
 }

 .image-box-section .flex-box .case-study-box .content-box .deg-box .btn-sm {
   background: #EADEDA;
   border-radius: 5px;
   color: var(--black-text);
   font-size: 12px;
   padding: 3px 10px;
   font-weight: 600;
 }

 .image-box-section .flex-box .case-study-box .content-box .flex-space-between .case-study-content {
   width: 40%;
 }

 .image-box-section .flex-box .case-study-box .content-box .flex-space-between .case-study-content .number {
   font-size: 40px;
   color: var(--secondary-text);
 }

 @media screen and (min-width:576px) {}

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

   .image-box-section .flex-box .case-study-box {
     width: 47%;
   }
   .image-box-section .flex-box .case-study-box .content-box .flex-space-between .case-study-content {
    width: 35%;
  }
  .image-box-section .flex-box .case-study-box .content-box .flex-space-between{
    min-height: 133px;
  }
  .image-box-section .flex-box .case-study-box .content-box .flex-space-between .case-study-content .number {
    font-size: 34px;
  }
 }

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

  .image-box-section .flex-box{
    column-gap: 33px;
  }
  .image-box-section .flex-box .case-study-box {
    width: 31% ;
  }
  .image-box-section .flex-space-between {
    justify-content: space-between;
    row-gap: 0;
  }
  .image-box-section .flex-space-between h2 {
    width: 60%;
    text-align: left;
  }
  .image-box-section .flex-box .case-study-box .content-box{
    text-align: left;
  }
  .image-box-section .flex-box .case-study-box .content-box .flex-space-between .case-study-content{
    width: 45%;
  }
  .image-box-section .flex-box .case-study-box .content-box .heading{
    text-align: left;
  }
  .image-box-section .flex-box .case-study-box .content-box .button-div{
    justify-content: left;
  }
  /* .image-box-section .flex-box .case-study-box .content-box .button-div .show_hide{
    opacity: 1;
  } */
  
 
 }
 @media screen and (min-width:1440px) {

  .image-box-section .flex-box{
    column-gap: 35px;
  }
  .image-box-section .flex-box .case-study-box {
    width: 31%;
  }
  .image-box-section .flex-box .case-study-box .content-box .flex-space-between .case-study-content .number {
    font-size: 40px;
  }

}


.three-sec-image-with-content .flex-space-between {
    row-gap: 30px;
    column-gap: 30px;
    justify-content: center;
}
.three-sec-image-with-content .flex-space-between .result-box{
    width: 100%;
}
.three-sec-image-with-content .flex-space-between .result-box .img-box img{
    width: 100%;
    display: block;
    border-radius: 30px 30px 0 0;
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .client-review{
    width: 80%;
    margin: 10px auto 0;
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .client-review .client-heading{
    font-size: 18px;
    font-weight: 600;    
    color: var(--prime-text);
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .client-review .client-img{
    line-height: 0;
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .deg-box .btn-sm {
    background: #EADEDA;
    border-radius: 5px;
    color: var(--black-text);
    font-size: 14px;
    padding: 3px 10px;
    font-weight: 600;
}
.three-sec-image-with-content .flex-space-between .result-box .content-box{
    border:1px solid var(--para-text);
    border-radius: 0 0 30px 30px;
    padding: 20px 0 40px;
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .flex-space-between{
    border-bottom: 1px solid var(--prime-color);
    padding-bottom: 20px;
    column-gap: 0;
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .flex-space-between .result-box-content {
    width: 48%;
    
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .flex-space-between .border-right{
    border-right:1px solid #E0E0E0;
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .flex-space-between .result-box-content .number{
    color: var(--violet);
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .flex-space-between .result-box-content p{
	font-size: 13px;
}
.three-sec-image-with-content .flex-space-between .result-box .content-box .heading{
    font-size: 25px;
}
@media screen and (min-width: 576px) {}
  
@media screen and (min-width:768px) {
	.three-sec-image-with-content .flex-space-between .result-box{
		width: 47%;
	}
	.three-sec-image-with-content .flex-space-between .result-box .content-box .flex-space-between .result-box-content .number {
		font-size: 34px;
	}
}

@media screen and (min-width: 1024px) {
	.three-sec-image-with-content .flex-space-between {
	   justify-content: space-between;
	}
	.three-sec-image-with-content .flex-space-between .result-box{
		width: 31%;
	}
	.three-sec-image-with-content .flex-space-between .result-box .content-box .flex-space-between .result-box-content {
		width: 49%;        
	}
}

@media screen and (min-width: 1440px) {}