/* *{
     font-family: 'Poppins' ,sans-serif;
 }
 
  */
  .form-group-cust {
    display: block;
    margin-bottom: 15px;
  }
  
  .form-group-cust .check-cus {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group-cust .l-cus {
    position: relative;
    cursor: pointer;
  }
  
  .form-group-cust .l-cus:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group-cust .check-cus:checked+.l-cus:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #047a47;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  
  
  
  
  
  .named {
    overflow-y: hidden;
    position: absolute;
    right: 30px;
    bottom: 20px;
    height: 75px;
    width: 75px;
    background: rgb(255, 191, 0);
    text-align: center;
    line-height: 55px;
    border-radius: 100px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .named i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
  }
  
  .named i.fas {
    opacity: 0;
    pointer-events: none;
  }
  
  #click:checked~.named i.fas {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  
  #click:checked~.named i.faa {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  
  .chat-con {
    position: absolute;
    right: 10px;
    /* left: 10px; */
    bottom: 0px;
    max-width: 400px;
    height: 500px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  #click:checked~.chat-con {
    opacity: 1;
    bottom: 85px;
    pointer-events: auto;
  }
  
  .chat-con .head-text {
    /* /* line-height: 60px; */
  
    border-radius: 8px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 20px;
    background: #ffffff;
  }
  
  .chat-con .chat-box {
    padding: 20px;
    width: 100%;
    
  }
  
  .chat-box .desc-text {
    color: #515365;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    font-weight: 500;
  }
  
  .chatbox .chat {
    display: flex;
    list-style: none;
  }
  
  .input-size {
    left: 155px !important;
    width: 80% !important;
  }
  
  .chatbox .sent {
    /* margin: 20px 0; */
    justify-content: flex-end;
  }
  
  .chatbox .chat p {
    white-space: pre-wrap;
    line-height: 1.3;
    padding: 12px 16px;
    border-radius: 10px 10px 0 10px;
    max-width: 75%;
    color: #fff;
    font-size: 0.95rem;
    background: #1f8d2a;
  }
  
  .chatbox .received p {
    border-radius: 10px 10px 10px 0;
  }
  
  .chatbox .received p {
    color: #000;
    background: #ffffff;
  }
  
  .text-wrap {
    word-wrap: break-word;
  }
  
  .form .field .input,
  .form .field .button {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 1px solid rgb(0, 0, 0);
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #f6d492;
  }
  
  .form .field .input:focus {
    border-color: #000000;
  }
  
  .form .field .input::placeholder {
    color: rgb(0, 0, 0);
    transition: all 0.3s ease;
  }
  
  .form .field .input:focus::placeholder {
    color: rgb(0, 0, 0);
  }
  
  .chat-box .form .field .button {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #000000;
    transition: all 0.3s ease;
  }
  
  .chat-box .form .field .button:active {
    transform: scale(0.97);
  }
  
  #click {
    display: none;
  }
  
  body {
    background: aliceblue;
  }
  
  .gtco-testimonials {
    position: relative;
    margin-top: 30px;
  
    h2 {
      font-size: 30px;
      text-align: center;
      color: #333333;
      margin-bottom: 50px;
    }
  
    .owl-stage-outer {
      padding: 30px 0;
    }
  
    .owl-nav {
      display: none;
    }
  
    .owl-dots {
      text-align: center;
  
      span {
        position: relative;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid #01b0f8;
        margin: 0 5px;
      }
  
      .active {
        box-shadow: none;
  
        span {
          background: #01b0f8;
          box-shadow: none;
          height: 12px;
          width: 12px;
          margin-bottom: -1px;
        }
      }
    }
  
    .card {
      background: #fff;
      box-shadow: 0 8px 30px -7px #c9dff0;
      margin: 0 20px;
      padding: 0 10px;
      border-radius: 20px;
      border: 0;
  
      .card-img-top {
        max-width: 100px;
        border-radius: 50%;
        margin: 15px auto 0;
        box-shadow: 0 8px 20px -4px #95abbb;
        width: 100px;
        height: 100px;
      }
  
      h5 {
        color: #01b0f8;
        font-size: 21px;
        line-height: 1.3;
  
        span {
          font-size: 18px;
          color: #666666;
        }
      }
  
      p {
        font-size: 18px;
        color: #555;
        padding-bottom: 15px;
      }
    }
  
    .active {
      opacity: 0.5;
      transition: all 0.3s;
    }
  
    .center {
      opacity: 1;
  
      h5 {
        font-size: 24px;
  
        span {
          font-size: 20px;
        }
      }
  
      .card-img-top {
        max-width: 100%;
        height: 120px;
        width: 120px;
      }
    }
  }
  
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
  }
  
  .owl-carousel {
    .owl-nav button {
  
      &.owl-next,
      &.owl-prev {
        outline: 0;
      }
    }
  
    button.owl-dot {
      outline: 0;
    }
  }
  
  .carousel-item {
    transition: transform 0.6s ease;
    position: relative;
  }
  
  .carousel-caption {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(135deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff00, #00ff80, #00ffff, #0080ff, #0000ff, #8000ff, #ff00ff, #ff0080, #ff0000);
    /* 15-color gradient */
  }
  
  .carousel-caption h5,
  .carousel-caption p {
    margin: 0;
  }
  
  .carousel-item img {
    width: 800px;
    /* Adjust the width of the images */
    height: auto;
    margin: 0 auto;
    /* Center the images horizontally */
    border-radius: 20px;
    /* Rounded corners */
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
    top: 50%;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(1);
  }
  
  .carousel-control-prev-icon:before,
  .carousel-control-next-icon:before {
    color: #fff;
  }
  
  .carousel-inner {
    border-radius: 20px;
    overflow: hidden;
  }
  
  .chat-con {
    width: 450px;
  }
  
  
  @media (max-width: 500px) {
    .chat-con {
        width: 335px;
        right: 30px;
    }
  }
  
  /* .radius{
    border-radius: 25px !important;
  } */