/* body {
    background: #eee;
    font-family: Tahoma;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 20px;
  }
  .d-block, h2{
    color: #33475c;
    font-weight: 700;
    font-size: 2.5rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
   */

   @font-face {
    font-family: "bookman";
    src: url(../font/bookman/Bookman-Old-Style-Regular/Bookman\ Old\ Style\ Regular.ttf);
  }

   @font-face {
    font-family: "internormal";
    src: url(../font/Inter/static/Inter-Regular.ttf);
  }
  
  @font-face {
    font-family: "Brow";
    src: url(../font/Barlow_Condensed/BarlowCondensed-Regular.ttf);
  }
  
  @font-face {
    font-family: "Browthin";
    src: url(../font/Barlow_Condensed/BarlowCondensed-Thin.ttf);
  }
  
  @font-face {
    font-family: "Browmedium";
    src: url(../font/Barlow_Condensed/BarlowCondensed-Medium.ttf);
  }
  
  @font-face {
    font-family: "Jose";
    src: url(..//font/Josefin_Slab/static/JosefinSlab-Regular.ttf);
  }
  /* ============= Begin Testimonial Flexbox ============ */
  #flex-container-111  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    height: 110vh;

    margin: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  
  #left-zone-111 {
    height: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  
  #left-zone-111 .list-111 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .item-111 input {
    display: none;
  }
  
  .label-2 {
    display: block;
    opacity: 1 !important;
    height: 50px;
    text-align: start;
     line-height: 50px; 
    position: relative;
    color: #FFF !important;
    font-size: 16px !important;
    text-align: end;
    margin-left: -15px !important;
    font-family: "bookman" !important;
    /* font-weight: !important; */
    font-size: 20px !important;
  }
  
  .label-2:hover {
    opacity: 0.75;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.065);
    display: flex;
    align-items: end;
    justify-content: end;
  }
  
  .content-test-000 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
    height: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
  }

  .content-test-000 h1{
    background-color: #9E885E;
    padding: 5px;
    border-radius: 66px;
  }

  .shrim-images-slider-3{
    background-color: #9E885E;
    padding: 05px;
    height: 530px;
    width: 380px;
    border-radius: 66px;
    position: absolute;
    top: -40px;
  }
  
  .shrim-slider-heading-4{
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .shrim-slider-heading-4 h1{
      display: block;
      color: #FFF;
      max-width: 400px;
      text-align: end;
      margin-top: 40px;
  }

  .shrim-slider-heading-3::before{
    content: " ";
    height: 250px;
    left: 630px;
    position: absolute;
    border: 2px solid hsla(39, 25%, 50%, 1);
    border-radius: 30px;
  }

  .shrim-slider-heading-3{
    position: relative;
  }
    
    .shrim-slider-heading-3 p{
      margin-top:25px;
      font-size: 20px;
      color: #FFF;
      font-family: "bookman";
      line-height: 65px;
      text-align: end;
      margin-right:25px;
    }
    
    .shrim-slider-heading-3 p:hover {
      background-color: #ffffff13;
      /* width: 70%; */

     padding-right: 15px;
    }
  
  .content-test-000 p {
    max-width: 50%;
    text-align: center;
  }
  
  #right-zone-222 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 50%;
  }
  
  input:checked ~ .content-test-000 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    opacity: 1;
  }
  
  @media (min-width: 480px) {
    #flex-container-111 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      min-height: auto;
      height: 400px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
  
    #left-zone-111 .list-111 {
      border-right: 3px solid rgba(158, 136, 94, 1);
      height: 210px;
    }
  
    .content-test-000 {
      width: 65%;
      height: 100%;

    }
  
    #left-zone-111 {
      width: 52%;
    }
  
    #right-zone-222 {
      height: 100%;
      width: 47%;
    }
  }
  /* If the screen size is 480px or less */
  @media (max-width: 480px) {
    .content_testimonial-111 .picto {
      padding-top: 100px;
    }
    .content_testimonial-222 .picto {
      padding-top: 100px;
    }
    .content_testimonial-333 .picto {
      padding-top: 100px;
    }
  }
  
  .content_testimonial-111 .picto {
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .content_testimonial-111 h1 {
    color: #d64541;
    text-align: center;
  }
  
  .content_testimonial-222 .picto {
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .content_testimonial-222 h1 {
    color: #f5d76e;
  }
  
  .content_testimonial-333 .picto {
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .content_testimonial-333 h1 {
    color: #00b16a;
  }

  .content-test-000 h1:first-letter {
    text-transform: uppercase;
  }
  
  input:checked ~ .label-2 {
    opacity: 1;
    -webkit-animation: all 10s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: all 10s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  
  input:checked ~ .label-2 .label_testimonial-111 {
    color: #d64541;
    border-right: solid 4px #d64541;
  }
  
  input:checked ~ .label-2 .label_testimonial-222 {
    color: #f5d76e;
    border-right: solid 4px #f5d76e;
  }
  
  input:checked ~ .label-2 .label_testimonial-333 {
    color: #00b16a;
    border-right: solid 4px #00b16a;
  }
  
  .label-2:first-letter {
    text-transform: uppercase;
  }
  
  
  p.testimonialState {
    margin-top: -5px;
    font-size: 0.8rem;
    font-style: italic;
    color: #808080d4;
  }
  
  p.testimonialFrom {
    margin-top: 5px;
    font-weight: bold;
    color: #33475c;
  }

  .Revolution-heading p{
    font-size: 20px;
    color: white;
  }
  /* ============== End Testimonial Flexbox ============= */
  