@media (min-width: 320px) and (max-width: 768px) {
      
  .video__buttons {
    display: flex;
    justify-content: center;
    color: hsl(0, 0%, 100%);
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: linear-gradient(30deg, rgb(255, 255, 255) 20%, #cb6de6 80%);
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
    align-items: center;
    border: 0;
    position: relative;
    left: 85px;
    /* top: -21px; */
  }
  
  .video__buttons:is(:hover, :focus) {
    transform: scale(1.2);
  }
  
  @keyframes pulse {
    100% {
      box-shadow: 0 0 0 45px rgba(193,244,246,0);
    }
  }
.why__choose__img img {
    border-radius: 20px;
}
  .why__choose__img span{
    position: relative;
    top: -190px;
    left: 0px !important;
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
  }
  
  .why__choose__img span::after {
    position: absolute;
    content: "";
    width: 165px;
    height: 55px;
    background: linear-gradient(30deg, rgb(11, 41, 105) 20%, #cb6de6 80%);
    top: 0px;
    left: -109px;
    z-index: -1;
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    display: none;
  }
  
  .why__choose__img span::before  {
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 45px solid rgb(11, 41, 105);
    border-left: 45px solid transparent;
    top: -66px;
    left: -109px;
    transform: rotate(-270deg);
    z-index: -2;
    display: none;
  }
  .gateway-breadcrumb-content {
    width: 100%;
  }
  .dropdown_menu {
    max-height: 400px;
    overflow-y: auto;

  }

  .carousel__caption h2 {
    font-family: var(--font-family);
    font-weight: 700;
    color: var(--primary-color);
    font-size: 18px;
    border-radius: 30px;
    background: #ffffffce;
    padding: 4px 20px;
    width: 219px;
}

.carousel__caption p {
    font-size: 19px;
    font-weight: 700;
    font-family: arno pro;
    color: var(--black-color);
    text-shadow: 1px 1px 10px #fff;
}

.read__more__btn {
    color: #fff;
    padding: 12px 15px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 13px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: rgba(255, 255, 255, 0.1) -3px -3px 9px inset, rgba(255, 255, 255, 0.15) 0 3px 9px inset, rgba(255, 255, 255, 0.6) 0 1px 1px inset, rgba(0, 0, 0, 0.3) 0 -8px 36px inset, rgba(255, 255, 255, 0.6) 0 1px 5px inset, rgba(0, 0, 0, 0.2) 2px 19px 31px;
    /* background-color: #7F00FF; */
    background-color: var(--secondary-color);
    /* background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, .55) 0, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%); */
    transition: all 150ms ease-in-out;
    text-decoration: none;
    border: 1px solid #fff;
}
.footer__subcribe__content h4 {
    font-size: 19px;
}
}