  .proven-tobe-the-world1{
    border:none;
  }
  
  .field-content1 h4, .field-content1 h3, .field-content1 p:not(.top-content-des) {
  margin: 10px 0;
  text-align: center;
}

 .field-content-slider h4{
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 30px 0px;

  }
  
  .sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #e4f2f9;
    z-index: 1000;
    width: 100%;
    margin-top: 80px;
  }
  
  .tab-menu {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    background-color: #e4f2f9;
    max-width: 960px;
    margin: auto;
    padding-top: 10px;
  }
  
  .tab-menu li a {
    color: #505050;
    text-decoration: none;
    padding: 10px 20px;
    transition: background-color 0.3s;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 100%;
    padding-bottom: 10px;
  }
  
  .tab-menu li a.active {
    background-color: white;
    color: #0088cf;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

   
  }
  .tab-menu-content{
    width: 25%;
  }

  
  .mobile-toggle {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    color: #333;
    background-color: #e4f2f9;
    cursor: pointer;
  }
  .field-content1 {
    padding: 0px;
    border: none;
  }

  .section-bottom-border{
    border-bottom: 1px solid #ddd;
    padding: 50px 0px;
  }

  .fullsection-bottom-border{
    border-bottom: 3px solid #ddd;
    padding: 50px 0px;
  }

  .fa {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
  }
  
  .arrow-down::before {
    content: "\f107"; /* fa-chevron-down */
  }
  
  .arrow-up::before {
    content: "\f106"; /* fa-chevron-up */
  }
  
  .col-md-6 .mb-3 {
    padding: 0px !important;

  }

  .field-content-slider p{
    width: 100%;

  }

  .container{
    width:767px;
  }

  .row-rev {
    flex-direction: row-reverse;
  }

  /*  .tick {
  vertical-align: text-top;
  padding-top: 0;
}*/

.prime-now-logo {
  display: block;
  width: 300px;
  height: 177px;
  margin: 0 auto 20px;
}

.prime-now-video {
  display: block;
  max-width: 960px;
  padding:75% 0 0 0;
  position:relative;
  border: 1px solid #333;
  margin: 20px 20px 0;
}

@media (max-width: 959px) {
    .tab-menu {
      flex-direction: column;
      display: none;
    }
  
    .mobile-toggle {
      display: flex;
    }
  
    .tab-menu.show {
      display: flex;
    }
    .tab-menu-content{
        width: 100%;
      }
      .tab-menu{
        padding-left: 0px;

      }
      #arrow{
        padding-left: 10px;
      }
      .tab-menu li a {
        padding-bottom: 20px;
      }
      .right-framework .des2 {
        max-width: 100%;
      }

     /* .sticky-menu {
        
        top: 85px;
       }*/
  
  
    .container.sticky{
    display: none !important;
  
     }
  }


  @media (min-width: 768px) {
    .col-md-6 {
        display: flex;
    }
}


  @media (max-width: 767px) {
    .ts-slider .slider-right-img-desktop, .ts-slider .slider-right-img-mobile  {
        width: auto !important;
        max-width: 70%;
        margin: auto;
    }
    
}

/*  @media (max-width: 767px) {
    .swiper-slide img { 
        float: none !important;
        width: 95% !important; this style added in style.css is causing the image to enlarge and becomd blurry
    }
}*/ 