.carousel-control-prev, .carousel-control-next {
  top: 75% !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    background: #31528c !important;
    display: flex !important;
    padding: 10px !important;
    border: 2px solid #ffffff !important;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
  right: 0;
}


.left-button {
  position: absolute;
  top: 40%;
}

.login-member-submenu .submenu {
    overflow: hidden !important;
    height: auto !important;
}

.login-member-submenu .submenu .menu-outer {
    width: auto;
}

/*.category-slider-col-2 {
    overflow-x: auto;
}*/

ul#ui-id-1 {
    width: 395.782px !important;
    /* display: none; */
    position: absolute;
    left: 68% !important;
    top: 32%;
}

.header-f {
    z-index: 999;
    position: absolute;
    top: 50px;
}

    .header-f .container {
        background: #F0F5FF;
        border-radius: 50px;
        padding: 6px 0px;
        border: 1px solid #c4c2c2;
    }

.header-f header {
  background-color: transparent;
}

.carousel-indicators {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
  background-color: red !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 30% !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.image-row {
  overflow: hidden;
}

.image-row img {
  border-radius: 50px;
}

.beatiful-products .img {
  position: relative;
}

.beatiful-products .title {
  position: absolute;
  top: 20px;
  left: 40px;
}

.heading {
  width: 100%;
  font-weight: 500;
  color: #113f8a;
}

.heading span {
  font-weight: bold;
}

.vedio-section p {
  font-weight: normal;
  color: #224285;
}

.image-box {
  position: relative;
  height: 320px;
}

.image-box .front-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  opacity: 0;
}
.image-box img {
  border-radius: 10px;
}

.image-box .second-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
}

.w-500 {
  background-color: transparent;
}
.card-outer span {
  background-color: transparent;
}

.latest-cards-container {
  margin: 35px 0px;
}

.latest-cards-container a {
  text-decoration: none;
  color: #113f8a;
}

.slick-slider .cards {
  border-radius: 10px;
}

.image-box:hover .front-image {
  opacity: 1;
  transition-duration: .4s;
}

.slick-track {
  gap: 10px;
}

.card-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-slider img {
  width: 100%;
  height: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: opacity 0.4s ease;
  display: block;
}

/* top image (first one) */
.card-slider .image-one {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* hidden by default */
}

/* on hover show image-one, hide image-two */
.card-slider:hover .image-one {
  opacity: 1;
}

.card-slider:hover .image-two {
  opacity: 0;
}

.card-outer {
  width: 20%;
  margin: 0px 5px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px;
}

.card-outer button {
  padding: 6px 20px;
  border: none;
  background-color: #FFD812;
  color: #000;
  border-radius: 5px;
  font-weight: 500;
  width: 100%;
}

.card-outer button:hover {
  border: 1px solid blue;
}

.logos {
  border-radius: 40px;
  background-color: #DAE7FF;
}

.logos .col-lg-2.col-sm-12 {
  background-color: #fff;
}

.vedio img {
  border-radius: 20px;
}

.beatiful-products.py-1 .card {
  background-color: transparent;
}

.slider-of-pro .image-slot {
  margin: 0px 4px;
}

.beatiful-products.py-5 .card {
  background-color: transparent;
}

.title-slider {
  font-size: 23px;
  line-height: 31px;
  color: #3066BE;
  margin: 10px 0px 10px 0px;
  font-weight: 400;
}

.beatiful-products .card-text {
  height: 207px;
}

.title-slider span {
  font-weight: 600;
}

.logo-slider-2 {
  background-color: #113f8a;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
}

.logo-slider-2 img {
  width: 120px;
  margin: 0px 10px;
}
.col-12-row-t {
      display: flex
;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 10px;
}
.col-12-row-t .card-text {
  border: none !important;
}
.testimonial-bg { background: #3569C0; border-radius:2rem; }
  .review-slide { min-height: 350px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .review-avatar { width:100px;height:100px;object-fit:cover; border-radius:50%; margin-bottom:12px;}
  .review-stars { color: #ffd600; font-size: 1.7rem; }
  .stat-box { border: 1px solid #fff; background: #4165A1; color: #31528c; border-radius: 300px; font-weight: 600; font-size: 1.7rem; padding: 2px 12px;color: #fff;}
  .stat-desc { font-size:1.05rem; color:#fff; font-weight:500; margin-top: 3px;}
  .stat-desc span {color: #ffa51a;}


@media screen and (max-width: 768px) {
  .beatiful-products .heading {
    width: 100%;
  }
  .cards.latest-cards-container .col-lg-2 .image {
    text-align: center;
  }
  #tab-12 .col-lg-3 .card-slider {
    width: 87% !important;
}
.filter select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #667da3;
    font-size: 14px;
    width: 32px;
  
}

 .cards.latest-cards-container .col-lg-2 .image img {
    width: 60%;
   }

.options {
  width: 32px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
}

.top-strip {
  background-color: #224285;
  padding: 4px 0px;
  margin: 0px;
  height: auto;
  display: flex;
  align-items: center;
}

.top-strip p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
}

.top-strip p span {
  color: #FECF40;
}

.main-container-home {
  background-color: #F0F5FF;
  position: absolute;
  width: 100%;
  
}.review .carousel-item.active.review-slide {
  text-align: center;
}

.team-slider img {
  border-radius: 40px;
}

.team-slider .col-lg-2 {
  margin: 10px;
}

.top-section-main {
  position: relative;
}
