


:root {
  --font-md:clamp(1.25rem, calc(1.03rem + 0.99vw), 1.88rem);
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: auto;
}
.tel-div {
  display: block !important;
  color: black;
}

.tel-div-register {
  display: block !important;
  color: black;
}

.font-md {
  font-size: var(--font-md);
}
.edit-box{
    border:1px solid #BAC8C8;
    margin: 0 0;
  }.youtube-card{
    background: #7CD3C9;
    border-radius: 16px;
    padding: 15px 24px;
   
    color: #FFFFFF;
}
.youtube-details {
  width: 100%;
}
.youtube-details p{
  width: 15%;
}
.youtube-details span{
  width: 85%;
}

.student-card {
  border-radius: 25px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
}

.call-box {
  cursor: pointer; border-radius:24px; border:1px solid #33BE2D;
  padding: 0px 8px;
}
.call-box:hover {
  /* background: #d0e9d9; */
  box-shadow: 0px 3px 6px #0000001a;
  border: 0.5px solid white;
}
.call-box p {
  font-size: 15px!important;
}

.send-box {
  border-radius: 50%; border:1px solid #33BE2D;
}
.send-box:hover {
  /* background: #d0e9d9; */
  box-shadow: 0px 3px 6px #0000001a;
  border: 0.5px solid white;
}
.send-box img {
  width: 21.67px;
  height: 18.18px;
}


.student-card {
  width: 211px;
  padding-bottom: 12px;
}
.student-card-name{
  font-size: 15px;
}

.student-card  p {
  font-size: 15px;
}

.assure-card {

  background: #3995FF;
  border-radius: 16px;
  padding: 30px 10px;
 
  color: #FFFFFF;
}


.assured-img {
  width: auto;
  height: auto;
}




.unv-cards-div  {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  column-gap: 10px;
  width: 100%;
}
form {
  display: grid;
  row-gap: 14px;
}

.inp {
  display: block;
  width: 100%;
  border: 1px solid;
  height: 44px;
}


.truncate-text {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3vh;
}


.budget-div p {
  font-size: 20px;
  font-family: AvenirRoman;
}
.searchCountry {
  opacity: 1;
  padding: 5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001A;
  border-radius: 17px;
  border: 1px solid #f0f4f4;
  padding: 5px;
}
.display1 {
  margin: 40px;
  display: flex;
  justify-content: space-between;
}

.range-slide {
  position: relative;
  height: 4px;
  width: 100%;
}

.slide {
  position: absolute;
  top: 0;
  height: 4px;
  background: #ccc;
  left: 9px;
  right: 9px;
}

.line-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background-color: #4BBF28;
}

.thumb {
  position: absolute;
  z-index: 2;
  text-align: left;
  border: 1px solid #4BBF28;
  background-color: #4BBF28;
  border-radius: 50%;
  outline: none;
  top: -7px;
  height: 18px;
  width: 18px;
  margin-left: -9px;
}

.searchCountry input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: 3px;
  top: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
}

.searchCountry input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  border-radius: 50%;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.unv-details-mob {
  display: grid!important;
  grid-template-columns:repeat(3, 33.3%) ;
  /* row-gap: 0px!important;
  column-gap: 0px; */
 
}
/* .unv-details-mob div {
  padding-left: 3px;
  padding-top: 6px;
} */
.unv-info-value {
  margin-top: 10px;
}

.unv-image {
  height: 240px!important;
  border-radius:  9px 9px 0px 0px;
  object-fit: cover;
  height: 100%;
}

.video-summary {
display: flex;
flex-direction: column;
row-gap: 10px;
}
.iframe-div {
  height: 340px;
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .youtube-card{
    background: #7CD3C9;
    border-radius: 16px;
    padding: 15px 10px;
   
    color: #FFFFFF;
}
  
  .unv-cards-div  {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }

  .unv-details-mob {
    display: grid;
    grid-template-columns:repeat(3, 3fr) ;
    row-gap: 10px;
    column-gap: 7px;
  }
  
  .assured-img {
    width: 75px;
    height: 75px;
  }
  .truncate-text {
    display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      height: 2vh;
  }
  .searchCountry {
    width: 100% !important;
}
.display1 {
  margin: 9px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
}
.unv-image {
  height: 240px;
  border-radius:  9px 9px 0px 0px;
}
.video-summary {
  row-gap: 10px;
  }
  .iframe-div {
    height: 180px;
  }
}



