.gradient-custom-2 {
    /* fallback for old browsers */
    background: #e9e9e9;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right,  #e9e9e9,  #74ac29);
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right,#e9e9e9, #74ac29);
}
    
@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
 }
@media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
}

.h6-flag {
    width: 25px;
    height: 18px;
    border: 1px solid #A2A2A2;
}

.carouselText {
    background-color: rgba(119, 119, 119, 0.5);
}

.carousel-item {
  width: 100%;
  height: 300px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.card-img-no-round {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
}