/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    /* #banner{
        margin-top: -2%;
    } */
#hdr{
    margin-top: 2%;
}

    .scrl{
       margin-top:-22%;
    }
    #hdrimg{
        position: relative;
        visibility:visible !important;
          /* width:100%;
          height:auto; */
          /* margin-top:-5%; */
      }
      #hdrimg img{
        width:100%;
          height:auto;
      }
      
      #hdrimg h3{
        position: absolute;
        /* margin-top: -10%; */
        width:80vw;
        height:20vh;
        bottom: -7px;
        right: 6px;
        font-size: 18px;
        z-index: 10;
      }
    html{
        font-size: 14px;
    }

    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 1.7441em;
    }
    .mt--120{
        margin-top: -50px;
    }
.txt-blnk {margin-top: 50px !important;}
    /*navbar*/
    .main-menu ul li{
        padding: 15px 0 0;
    }
.mobile-h{background:none !important;}
.mob-h{display:none !important;}
.navbar-brand, .mobile-c{margin:0 auto; text-align:center;}
.sign-up-form{ margin-right:1em;}

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*counter*/
    .counter{
        margin-top: 25px;
    }
    .single-card{
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }
    .single-card:nth-child(2n){
        top: 0;
    }

    /*client*/
    .client-section-wrap.d-flex{
        display: inherit !important;
    }
    #btnContactUs{
      font-size: 16px !important;
    }
    #phon{ font-size: 16px !important;
    }

}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .mt--120{
        margin-top: -50px;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
    #hdrimg{
        display: none;
           
       }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    #hdrimg{
        display: none;
           
       }
}
@media only screen and (max-width: 767px) {
  .footer_payment {
    text-align: center !important;
  }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
 #hdrimg{
   display: none;
      
  }
}

/* #hdrimg{
    display: none;
       
   } */
/* --------------------------------------------- */
/* Import Google font - Poppins */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Popins', sans-serif;
  transition: all 0.5s ease;
}
body {
  /* width: 100%;
  height: 100vh; */
 /*  background: linear-gradient(to top right, #8a2be2, #d4a5ff) no-repeat center; */
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px; */
}
.card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 60px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height:400px;
  /* min-width:20vw; */
  overflow: auto;

  scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.card::-webkit-scrollbar {
    display: none;
}
.card .image {
  width: 150px;
  height: 150px;
  padding: 3px;
  border: 3px solid blueviolet;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}
.card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.card h3 {
  text-align: center;
}
.card p {
  /* color: orange; */
  text-align: center;
}
.swiper-container {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
.swiper {
  margin: 0 auto;
  cursor: grab;
 
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 40%;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.swiper-button-next:hover {
  transform: scale(1.2) translateX(80%);
}
.swiper-button-prev:hover {
  transform: scale(1.2) translateX(-80%);
}
.swiper-button-next {
  transform: translateX(100%);
}
.swiper-button-prev {
  transform: translateX(-100%);
}
.swiper-pagination {
  transform: translateY(200%);
}
.swiper-pagination-bullet {
  background: #fff;
  width: 15px;
  height: 15px;
}