
/* Virtual pages Start
======================================================================================== */
.vr-imgs-wrap {
  display:  flex;
  gap: 20px;
  justify-content: center;
  padding: 5px 10px;
}

.vr-imgs-wrap .f-col{
    margin-bottom: 30px;

}

.vr-imgs-wrap img {
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  transition: all 0.6s ease-in-out;
}


.vr-box {
  display: block;
  width: 100%;
  border-radius: 44px;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(190deg, #c6d3e3, #e8edf4, #dde5ee) border-box;

  transition: all 0.6s ease-in-out;
}
.vr-box .vr-img {
  max-height: 259px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;

  transition: all 0.6s ease-in-out;
}
.vr-box .vr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;

  transition: all 0.6s ease-in-out;
}
.vr-box .vr-dtl {
  padding: 15px;
}

.vr-box .vr-dtl .vr-name {
  height: 50px;
  font-size: 22px;
  font-weight: 600;
  color: var(--clr-secndry);
  line-height: 1.2;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  transition: all 0.2s ease-in-out;
}




.vr-sec-wrap {
    padding: 20px;
}

.vr-sec-wrap .sec-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.vr-yt {
  display:  flex;
  gap: 20px;
  justify-content: center;
  padding: 30px
}

.vr-yt iframe {
  border-radius: 10px;
}

/* -------------------- */


.vr-sec-wrap-visa {
  display: flex;
}

.vr-sec-wrap-visa .content {
  display: grid;
  align-content: center;
}

.vr-sec-wrap-visa .content .sec-title {
  font-size: 25px;
}


/* -------------------- */



.vr-sec-wrap-appt {
  display: flex;
  margin: 20px 80px;
  gap: 20px;
}

.vr-sec-wrap-appt .content {
  display: grid;
  align-content: center;
}

.vr-sec-wrap-appt .content .sec-title {
  font-size: 25px;
}

.vr-sec-wrap-appt .content p, li {
  font-size: 20px;
  line-height: 1.8;
}


.vr-img-wrap {
    width: 40%;
    height: 50%;

}




.vr-card-wrap {
  position: relative;
  display: grid; 
  gap: 30px;
  margin-top: 40px;
}

.vr-card-wrap .f-row {
  row-gap: 20px;
}
.vr-card {
  height: 250px;
  padding: 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  /* display: flex; */
  display: grid;
  /* justify-content: flex-start;
  align-items: flex-start; */
  gap: 28px;
  position: sticky;
  top: calc(var(--header-height) + 90px);
  border-radius: 40px;
  border: 2px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 background: linear-gradient(#e8edf4, #e8edf4) padding-box, linear-gradient(252deg, #c6d3e3, #e8edf4, #dde5ee) border-box; 
 transition: all 0.6s ease-in-out;
}



.vr-card .content {
  /* display: grid;
  grid-template-rows: 100px auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;


}


.vr-card .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    transition: all 2s ease;
}

.vr-pic {
  width: 130px;
  height: 130px;

  transition: all 2s ease;
}

.vr-dtl {
    text-align: center;

}
.vr-dtl .value-title{
  color: var(--clr-primary);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.6s ease-in-out;
}






.vr-card-2 {
  height: 150px;
  padding: 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  /* display: flex; */
  display: grid;
  /* justify-content: flex-start;
  align-items: flex-start; */
  gap: 28px;
  align-items: center;
  position: sticky;
  top: calc(var(--header-height) + 90px);
  border-radius: 40px;
  border: 2px solid transparent;
 background: linear-gradient(#e8edf4, #e8edf4) padding-box, linear-gradient(252deg, #c6d3e3, #e8edf4, #dde5ee) border-box; 
 transition: all 0.6s ease-in-out;
}




.vr-form #comm-form {
  margin-top: 30px;
}
.vr-form .comm-form label {
  color: var(--clr-lBlue);
  line-height: 32px;
  font-size: 15px;
}

.vr-form .form-field {
  height: 56px;
  padding: 16px 20px;
  border: 1px solid var(--clr-lBlue);
  border-radius: 12px;
}
.vr-form .form-textarea-group .form-field {
  height: 118px;
}
.vr-form .select-field {
  background: #1d438d url(../svg/select-dropdown-icon.svg) no-repeat right center;
  background-position-x: 97%;
  border: 1px solid var(--clr-lBlue);
  width: 100%;
  height: 56px;
  padding: 16px 20px;
  border-radius: 12px;
  color: var(--clr-lBlue);
}
.vr-form .button {
  height: 52px;
  width: fit-content;
  font-weight: 500;
  padding: 0 18px;
}

.vr-form .form-grp input[type="date" i] {
  height: 56px;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid var(--clr-lBlue);
  background-color: transparent;
  color: var(--clr-lBlue);
  border-radius: 12px;

  align-items: center;
  display: inline-flex;
  padding-inline-start: 20px;
  cursor: default;
  overflow: hidden;
}

.vr-form .form-grp input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  scale: 1.5;
  filter: invert(90%) sepia(14%) saturate(424%) hue-rotate(184deg) brightness(94%) contrast(89%);
}

.vr-form .form-grp input[type="time" i] {
  height: 56px;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid var(--clr-lBlue);
  background-color: transparent;
  color: var(--clr-lBlue);
  border-radius: 12px;

  align-items: center;
  display: inline-flex;
  padding-inline-start: 20px;
  cursor: default;
  overflow: hidden;
}

.vr-form .form-grp input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  scale: 1.5;
  filter: invert(90%) sepia(14%) saturate(424%) hue-rotate(184deg) brightness(94%) contrast(89%);
}



@media all and (max-width: 1024px) {
  .vr-sec-wrap-visa {
    display: flex;
    flex-direction: column;
  }


  
  .vr-sec-wrap-appt {
    flex-direction: column;
    margin: 20px 20px;
  }

  .vr-img-wrap {
    width: 100%;
  }
}

@media all and (max-width: 990px) {
  .vr-card {
    height: auto;
  }
}

@media all and (max-width: 393px) {
    .vr-form .button {
      height: 48px;
      width: 100%;
    }

}

@media all and (max-width: 360px) {
    .vr-form #comm-form {
    margin-top: 0px;
  }
    .vr-form .form-field {
    height: 50px;
  }
     .vr-form  .comm-form label {
    line-height: 22px;
  }

}


/* Virtual pages End
======================================================================================== */
