
}
/*********** Customer Testimonials ******/
 .customer-testominal-section {
     column-gap:24px;
}
 .customer-card {
     border-radius:32px;
     padding:32px;
     box-shadow:0px 2px 6px rgba(71, 88, 114, 0.1);
     flex: 1 1 0;
}
 .customer-name {
     column-gap:16px;
}
 .customer-logo {
     margin-bottom:16px;
}
 .customer-text {
     font-size:14px;
     font-weight:400;
     margin-bottom:16px;
}
 .img-customer {
     width: 50px;
     height: auto;
     border-radius: 50%;
}
 .customer-firstName {
     font-size:20px;
     color:#0072bc;
     font-weight:700;
}
 .customer-businessName {
     font-size:16px;
     color:#0072bc;
}

.customer-logo img {
  width:60px;
  height:auto;
}

.mobile-carousel {
  display:none;
}

/*********** TABLET AND MOBILE CSS QUERIES ******/
 @media only screen and (max-width: 1200px) {
     .bg-video-wrap {
         display:none;
    }
     .bg-image-wrap {
         display:block !important;
         margin-top:6em !important;
         margin-bottom:4em;
    }
   
   
   .gradient-container, {
     background: linear-gradient(180deg, rgba(48,152,219,1) 0%, rgba(0,188,181,1) 100%) !important;
   }
   
   .laptop-container-desktop {
     display:none !important;
   }
   
   .laptop-container-mobile {
     display:block;
    background: linear-gradient(180deg, rgba(48,152,219,1) 0%, rgba(0,188,181,1) 100%) !important;
     border-radius:8px;
     padding:64px;
     margin-bottom:6em;
   }
   
   .mobile-container-text {
    text-align:center;
  }
   .blue-container-screen .container-text {
  width:100%;
}

.blue-container-screen .container-image {
  width:100%;
}
      .customer-card {
     flex-basis:50%;

}
   .customer-testominal-section {
     column-gap:inherit;
     flex-wrap:wrap;
   }

}
/*********** DESKTOP ONLY CSS QUERIES ******/
 @media only screen and (min-width:1280px) {
   .gradient-container {
    margin-top:8em;
}
   
   .blue-container-screen .container-image img {
left: 0%;
    position: relative;
    top: -70px;
}
   }

.customer-card {
  display:flex;
  flex-direction:column;

}
.customer-name {
  margin-top:auto;
}

   .container-image .laptop-image {
    left: 0%;
    position: relative;
    top: 90px;
   }
      .blue-container-screen {
     height:50vh;
   }
}

/*********** TABLET CSS QUERIES ******/
 @media only screen and (min-width:1079px) and (max-width: 769px) {
     .subtitle-text {
         font-size:18px;
    }
     .one {
         width:60%;
    }
     .two {
         width:40%;
    }
     .one h1 {
         font-size:48px;
    }
   .customer-card {
     flex:0 !important;
     flex-basis:50%;
   }
   .container-image .laptop-image {
    left: 0%;
    position: relative;
    top: 90px;
   }
   .blue-container-screen {
    height:auto;
  }

}
/*********** MOBILE QUERIES ******/
 @media only screen and (max-width:768px) {
     .customer-testominal-section {
         flex-direction:column !important;
         row-gap:24px;
    }
     .one {
         width:100%;
         margin-bottom:3em;
         text-align:center;
    }
     .one h1 {
         font-size:34px;
    }
     .two {
         width:100%;
    }
     .bg-image-wrap .section-header {
         flex-direction:column!important;
    }
     .blue-container-screen {
         flex-direction: column !important;
    }
     .container-buttons {
         justify-content:center;
    }
     .container-text {
         margin-bottom:2em;
    }
     .container-text, .container-image {
         text-align:center;
    }
   .rating-container {
     justify-content:center;
   }
   .gradient-container {
     padding:1.2em !important;
   }
   .laptop-container-mobile {
     padding:2em !important;
   }
   .mobile-carousel {
     display:block;
     margin-bottom:2em;
   }
   .desktop-carousel {
     display:none;
   }
   .mobile-carousel-header {
     margin-bottom:0em !important;
   }
      .container-image .laptop-image {
    position: inherit;
   }
      .blue-container-screen {
    height:auto;
  }
}





.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
  .card {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }
  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .card:not(:first-child) {
    display: none;
  }
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}


.container-fluid {
     padding-left:0px !important;
     padding-right:0px !important;
}
 .section-header {
     display:flex;
     justify-content:space-between;
     align-items:flex-start;
     margin-top:4em;
     margin-bottom:6em;
}
 .header-wrapper {
     max-width: 1160px;
     width: 100%;
     margin: 0 auto;
     padding: 0 10px;
     position: relative;
     color: inherit;
     overflow: auto;
     transition: .2s;
}

.button-outlines {
  display: inline-block;
    padding: 1em 1.8125em;
    border-radius: 4px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    transition: 150ms ease;
    transition-property: background-color, border-color, box-shadow, color;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    /* box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%); */
    background-color: transparent;
    color: #fff;
  border:2px solid white;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
}

.carousel-control-prev, .carousel-control-next {
    top: 50% !important;
    opacity: 0.1 !important;
    background-color: #0072bc !important;
   width:40px !important;
  height:40px !important;
}