:root {
  --font-lg: clamp(2rem, calc(1.4rem + 2.46vw), 3.5rem);
  --font-sm-title: clamp(1.06rem, calc(0.89rem + 0.72vw), 1.5rem);
  --font-lg-2: clamp(2rem, calc(1.6rem + 1.64vw), 3rem);
  --font-sm: clamp(1.25rem, calc(1.03rem + 0.99vw), 1.88rem);
  --form-title: clamp(1.63rem, calc(1.49rem + 0.6vw), 2rem);
  --main-heading: clamp(1.5rem, calc(0.72rem + 3.48vw), 3.63rem);
  --normal-text-2: clamp(1rem, calc(0.88rem + 0.51vw), 1.25rem);
  --search-btn1: clamp(0.88rem, calc(0.73rem + 0.73vw), 1.25rem);
}
@font-face {
  font-family: AvenirMedium;
  src: url(/font/avenir/AvenirLTStd-Medium.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url(/font/avenir/AvenirLTStd-Black.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: AvenirRoman;
  src: url(/font/avenir/AvenirLTStd-Roman.woff2) format('woff2');
  font-display: swap;
}
body {
  font-family: AvenirMedium;
}

.color-primary {
  color: #4bbf28;
}
.font-weight-normal {
  font-family: AvenirMedium;
}

.font-weight-medium {
  font-family: AvenirMedium;
}

.font-weight-heavy {
  font-family: Avenir;
}

/* font sizes  */
.font-lg {
  /* 32 to 56 */
  font-size: var(--font-lg);
}
.font-lg-2 {
  /* 32 to 48 */
  font-size: var(--font-lg-2);
}

.font-sm {
  font-size: var(--font-sm);
}
.font-md {
  /* 20 to 32 */
  font-size: 32px;
}
.form-title {
  /* 20 to 32 */
  font-size: var(--form-title);
}

/* start style custom */
.color-primary {
  color: #4bbf28;
}
.font-weight-normal {
  font-family: AvenirRoman;
}

.font-weight-medium {
  font-family: AvenirMedium;
}

.font-weight-heavy {
  font-family: Avenir;
}

/* font sizes  */
.font-lg {
  /* 32 to 56 */
  font-size: var(--font-lg);
}
.font-lg-2 {
  /* 32 to 48 */
  font-size: var(--font-lg-2);
}

.font-sm {
  font-size: var(--font-sm);
}

.font-sm-2 {
  /* 17 to 24 */
  font-size: var(--font-sm-2);
}

.unbiased {
  text-align: center;
  margin-top: 48px;
}
.planningText {
  margin-bottom: 0.2em;
  text-align: center;
  font-family: Avenir;
  font-size: var(--main-heading);
}
.normalText {
  width: 81%;
  text-align: center;
  font: var(--normal-text-2) AvenirRoman;
  letter-spacing: 0px;
  line-height: 36px;
  color: #030607;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .normalText {
    font: normal normal var(--normal-text-2) AvenirRoman;
    width: 90%;
  }
  .planningText {
    /* text-align: left !important; */
    font: normal normal 900 28px Avenir !important;
    width: fit-content !important;
    margin-bottom: 0.5em !important;
  }
}
.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;
}
.searchCountry img {
  width: 33px;
  height: 33px;
  object-fit: cover;
  border-radius: 50%;
  background: transparent 0% 0% no-repeat padding-box;
  opacity: 1;
}
.searchCountry select {
  font-size: var(--search-btn1);
  border: none;
  outline: none;
}
@media only screen and (min-width: 1200px) {
  .unbiased {
    text-align: center;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .unbiased {
    text-align: center;
    margin-top: 70px;
  }
}

.btn-primary {
  width: 100%;
  background: #33be2d 0% 0% no-repeat padding-box;
  border: 0px solid #707070;

  opacity: 1;

  color: white;
}
.btn-primary:hover {
  background: #65d642 0% 0% no-repeat padding-box;
  border: 0px solid #707070;

  opacity: 1;

  color: white;
}
.btn-primary:active {
  background: #65d642 0% 0% no-repeat padding-box !important;
  border: 0px solid #707070 !important;
  opacity: 1;

  color: white;
}
.btn-primary:focus {
  box-shadow: 0 0 0.2rem rgb(0 123 255 / 50%);
}

.btn-secondary {
  width: 100%;
  background: white;
  border: 1px solid #4bbf28;

  opacity: 1;

  color: #4bbf28;
}

.btn-secondary:hover {
  background: #4bbf28;
  border: 1px solid #4bbf28;

  opacity: 1;

  color: #ffffff;
}

.unv-info-title {
  text-align: left;
  font: 12px AvenirRoman;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}

.unv-info-value {
  text-align: left;
  font: normal normal 900 16px/20px Avenir;
  letter-spacing: 0px;
  color: #1f1f21;
  opacity: 1;
}

.unv-info-value small {
  text-align: left;
  font: normal normal normal 10px/14px AvenirRoman;
  letter-spacing: 0px;
  color: #1f1f21;
}

.footer-class {
  padding-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 25% 25%;
}

.footer-sub {
  display: flex;
  flex-direction: row;
  column-gap: 60px;
}

.unv-details-mob {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  row-gap: 10px;
  column-gap: 10px;
}
.unv-info-value {
  margin-top: 10px;
}

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

.form-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 30px;
}

@media only screen and (max-width: 600px) {
  .form-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 40px;
  }
  .footer-class {
    padding-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-sub {
    flex-direction: column;
    row-gap: 30px;
  }
}
/* finish style custom */

.btn-primary {
  width: 100%;
  background: #4bbf28 0% 0% no-repeat padding-box;
  border: 0px solid #707070;

  opacity: 1;

  color: white;
}
.btn-primary:hover {
  background: #65d642 0% 0% no-repeat padding-box;
  border: 0px solid #707070;

  opacity: 1;

  color: white;
}
.btn-primary:active {
  background: #65d642 0% 0% no-repeat padding-box !important;
  border: 0px solid #707070 !important;
  opacity: 1;

  color: white;
}
.btn-primary:focus {
  box-shadow: 0 0 0.2rem rgb(0 123 255 / 50%);
}

.underline {
  display: inline-block;
  position: relative;
}
.underline::before {
  content: url("/img/undelineWav.svg");
  font-size: 0.6em;
  font-weight: 700;
  font-family: Times New Roman, Serif;
  color: red;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -1px;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.main-div {
  height: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cntry-img-flag {
  width: 30px !important;
  height: 20px !important;
}
.swiper-slide img {
  /* display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; */
}

.swiper-slide {
  width: auto;
}
.center {
  display: grid;
  place-items: center;
}

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

.doctor-text {
  display: inline-block;
  position: relative;
}
.doctor-text:before {
  content: url("/img/undelineWav.svg");
  font-size: 0.6em;
  font-weight: 700;
  font-family: Times New Roman, Serif;
  color: red;
  width: 100%;
  position: absolute;
  top: 34px;
  left: -1px;
  overflow: hidden;
}

.form-control:focus {
  border: 1px solid #ced4da;
}

.filter-normal-text {
  width: 81%;

  text-align: center;
  font-family: AvenirRoman;
  letter-spacing: 0px;
  line-height: 36px;
  font-size: var(--filter-normal-text);
  color: #030607;
  opacity: 1;
}
.couponHeading {
  font-size: var(--couponHeading);
}

.filter-questions {
  font-family: AvenirRoman;
  font-size: var(--filter-questions);
}
.fmge-subtitles {
  font-family: Avenir;
  font-size: var(--filter-questions);
}

/* */

.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;
}

.display1 {
  margin: 40px;
  display: flex;
  justify-content: space-between;
}

.btn-search {
  font-family: AvenirRoman;
  font-size: var(--search-btn);
  width: 386px;
  background: #121212 0% 0% no-repeat padding-box;
  border: 0px solid #707070;
  border-radius: 14px;
  opacity: 1;
  padding-top: 14px !important;
  color: white;
}
.btn-fmge-search {
  font-family: AvenirRoman;
  font-size: var(--fmge-btn);
  width: 100%;
  background: #4bbf28 0% 0% no-repeat padding-box;
  border: 0px solid #707070;
  border-radius: 14px;
  opacity: 1;
  padding-top: 14px !important;
  color: white;
}
.btn-fmge-search:hover {
  font-family: AvenirRoman;
  font-size: var(--fmge-btn);
  width: 100%;
  background: #5dcc3b 0% 0% no-repeat padding-box;
  border: 0px solid #707070;
  border-radius: 14px;
  opacity: 1;
  padding-top: 14px !important;
  color: white;
}

.unv-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 16px #181e1e1a;
  border: 0px solid #f2f2f2;
  border-radius: 23px;
  opacity: 1;
  width: 475px;
  max-width: 450px;
}
.unv-card:hover {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, #eff2f2 0px 0px 0px 1px !important;
  border-color: #eff2f2;
}
.unv-card-2:hover {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, #eff2f2 0px 0px 0px 1px !important;
  border-color: #eff2f2;
}
/* .unv-card-3:hover {
      box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, #EFF2F2 0px 0px 0px 1px !important;
      border-color: #EFF2F2;
    } */
.unv-card-2 {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 16px #181e1e1a;
  border: 1px solid #f8f8f8;
  border-radius: 26px;
  opacity: 1;
  min-height: 252px;
}

button,
a {
  cursor: pointer;
}

.college-title {
  text-align: left;
  font-size: var(--college-title);
  letter-spacing: 0px;
  color: #1f1f21;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 1;
  height: 6vh;
  line-height: 1.3;
}

.country-txt {
  text-align: left;
  font: normal normal normal 12px/19px AvenirRoman;
  letter-spacing: 0px;
  color: #1f1f21;
  opacity: 1;
}
.unv-info-title {
  font: var(--unnamed-font-style-normal) normal normal 12px/16px
    var(--unnamed-font-family-avenir);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-707070);
  text-align: left;
  font: 12px AvenirRoman;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}

.unv-info-value {
  text-align: left;
  font: normal normal 900 16px/20px Avenir;
  letter-spacing: 0px;
  color: #1f1f21;
  opacity: 1;
}

.unv-small {
  text-align: left;
  font: normal normal normal 10px/14px AvenirRoman;
  letter-spacing: 0px;
  color: #1f1f21;
}

.student-card {
  width: 250px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 16px #181e1e1a;
  border: 0px solid #f2f2f2;
  border-radius: 23px;
  opacity: 1;
  /* height: 517px; */
}

.student-name {
  text-align: left;
  font: normal normal 600 20px/36px Euclid Circular A;
  letter-spacing: 0.4px;
  color: #000000;
  opacity: 1;
}
.student-unv,
.student-batch,
.student-native {
  text-align: left;
  font: normal normal 900 16px/22px AvenirRoman;
  letter-spacing: 0px;
  color: #1f1f21;
  opacity: 1;
}

.msg-btn {
  border: 1px solid #33be2d;
  color: #33be2d !important;
  background: #ffffff;
  border-radius: 15px;
  opacity: 1;
  text-align: center;
  font: normal normal 900 15px/31px AvenirRoman;
  letter-spacing: 0.32px;
  color: #33be2d;
  opacity: 1;
}

.msg-btn:hover {
  border: 1px solid #ecfce7;

  background: #ecfce7;
  border-radius: 15px;
  opacity: 1;
  text-align: center;
  font: normal normal 900 15px/31px AvenirRoman;
  letter-spacing: 0.32px;
  color: #ffffff;
  opacity: 1;
}

.call-btn {
  border: 1px solid #33be2d;
  color: white !important;
  background: #33be2d;
  border-radius: 15px;
  opacity: 1;
  text-align: center;
  font: normal normal 900 15px/31px AvenirRoman;
  letter-spacing: 0.32px;
  color: #ffffff;
  opacity: 1;
}

.call-btn:hover {
  border: 0px solid #33be2d;

  background: #2ba008;
  border-radius: 15px;
  opacity: 1;
  text-align: center;
  font: normal normal 900 15px/31px AvenirRoman;
  letter-spacing: 0.32px;
  color: #33be2d;
  opacity: 1;
}

.college-details-heading {
  text-align: left;
  font: normal normal 900 var(--college-details-heading) Avenir;
  letter-spacing: 0px;
  color: #1f1f21;
}

.college-details-subHeading {
  text-align: left;
  font: normal normal 900 var(--college-details-subHeading) Avenir;
  letter-spacing: 0px;
  color: #1f1f21;
}

.student-card-2 {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000019;
  border-radius: 24px;
  opacity: 1;
  max-width: 512px;
}
.student-card-name {
  text-align: left;
  font: normal normal 900 var(--search-btn) Avenir;
  letter-spacing: 0px;
  color: #1f1f21;
  opacity: 1;
}
.student-card-info {
  text-align: left;
  font: normal normal normal 16px/22px AvenirRoman;
  letter-spacing: 0px;
  color: #1f1f21;
}
.student-card-info-span,
.amount-txt {
  font: normal normal normal var(--student-card-info-span) Avenir;
}

.see-all {
  font: normal normal medium 16px/22px AvenirRoman;
  letter-spacing: 0px;
  color: #4ea7ff;
  opacity: 1;
}
.passPercentage {
  max-width: 5ch;
}

@media only screen and (max-width: 768px) {
  .detail-1 {
    border-right: 1px solid #f0f5f5 !important;
    border-bottom: 1px solid #f0f5f5 !important;
  }
  .detail-2 {
    border-right: 0px !important;
    border-bottom: 1px solid #f0f5f5 !important;
  }
  .detail-3 {
    border-right: 1px solid #f0f5f5 !important;
    border-bottom: 1px solid #f0f5f5 !important;
  }
  .detail-4 {
    border-right: 0px !important;
    border-bottom: 1px solid #f0f5f5 !important;
  }
  .detail-5 {
    border-right: 1px solid #f0f5f5 !important;
  }
  .cntry-img-flag {
    width: 33px !important;
    height: 20px !important;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
  background-color: rgba(0, 0, 0, 0.274);
  color: white;
  padding: 20px;
}
.swiper-button-next:after {
  margin-left: 20px;
  border-radius: 50px 0 0 50px;
}
.swiper-button-prev:after {
  margin-right: 20px;
  border-radius: 0 50px 50px 0;
}

@media (max-width: 448px) {
  .doctor-text:before {
    content: url("/img/undelineWav.svg");
    font-size: 0.6em;
    font-weight: 700;
    font-family: Times New Roman, Serif;
    color: red;
    width: 100%;
    position: absolute;
    top: 20px;
    left: -1px;
    overflow: hidden;
  }

  .unv-card-3 {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 0px #00000019;
    border: 0px solid #f8f8f8;
    border-radius: 33px;
    opacity: 1;
  }
}

.unv-image {
  height: 190px;
  border-radius: 9px 9px 0px 0px;
}

@media (max-width: 575.98px) {
  .unv-image {
    height: 190px;
    border-radius: 9px 9px 0px 0px;
  }
  .truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 8vh;
  }

  .swiper-button-next {
    visibility: hidden;
  }
  .swiper-button-prev {
    visibility: hidden;
  }
  .display1 {
    margin: 9px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
  }
  .main-div {
    height: auto;
  }
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #ffffff;
  border-radius: 22px;
  padding: 29px;
  margin: 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 32px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  border-radius: 15px;
  padding: 0;
  width: 100%;
}
#contact select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 12px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #33be2d;
  color: #fff;
  margin: 10px 0 0px;
  padding: 14px;
  font-size: 15px;
  border-radius: 12px;
}

#contact button[type="submit"]:hover {
  background: #33be2d;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.error {
  color: #f00;
  background-color: #fff;
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.curveTop {
  clip-path: ellipse(120% 100% at 50% 100%);
  padding: 36px 0 0 0;
  background-color: #2f3031;
}

.getFree {
  font-size: var(--confuse-div);
  text-align: center;
  line-height: 45px;
  margin-bottom: 38px;
  font-family: "AvenirRoman";
  color: white;
}

.form {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  column-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.form input,
.form select {
  min-height: 46px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 1;
  text-align: left;
  font: normal normal normal 18px AvenirRoman;
  border-radius: 12px;
  /* margin-bottom: 30px;*/
}

.form-submit-btn {
  width: 60%;
  font-family: Avenir;
}
.form-last-child {
  grid-column: span 2;
  display: flex;
  justify-content: right;
}
.form-wrapper {
  background-color: #121212;
  border-radius: 40px;
  max-width: 845px;
}

.swiper-wrapper {
  margin-left: 180px;
}

@media only screen and (max-width: 600px) {
  .unv-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 16px #181e1e1a;
    border: 0px solid #f2f2f2;
    border-radius: 23px;
    opacity: 1;
    width: 475px;
    max-width: 320px;
  }
  .swiper-wrapper {
    margin-left: 28px;
  }
  .form-wrapper {
    background-color: #2f3031;
    border-radius: 40px;
    max-width: 845px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .university-section {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    row-gap: 25px;
    column-gap: 0px;
  }
  .form-submit-btn {
    width: 100%;
  }

  .form {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
  }

  .university-details p {
    font-size: 12px;
    color: #464a4e;
  }
  .university-details h6 {
    font-family: Avenir;
    font-size: 15px;
  }
  .card-grid {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 6px;
    grid-template-columns: repeat(2, 1fr);
    /* each row is 20px high -- we always span 2+ */
    grid-auto-rows: 20px;
    justify-content: center;
    transition: 0.8s;
  }
  .details-1__secondary {
    font-family: AvenirRoman;
    font-size: 15px;
  }
  .grid-item {
    height: auto;
    grid-row-end: span 19;
  }
}

.call-box {
  cursor: pointer;
  border-radius: 24px;
  border: 1px solid #33be2d;
  padding: 0px 28px;
}
.call-box:hover {
  /* background: #d0e9d9; */
  box-shadow: 0px 3px 6px #0000001a;
  border: 0.5px solid white;
}
.call-box p {
  font-size: 17px !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;
}

@media only screen and (max-width: 600px) {
}


.main-div {
    height: auto;
  }

  .nav-head-icon {
    width: 11%;
}

.nav-help-text {
    text-align: left;
    font: var(--nav-help-font) AvenirMedium;
    letter-spacing: 0px;
    color: #1F1F21;
    opacity: 1;
}
  .n-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
}

#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .ham-top  p{
  font-family: euclid;
  font-size: 14px;
  color: #2F3031;
  }
  .login-btn {
    font-size: 16px;
    font-family: AvenirMedium;
    background-color: #4BBF28;
    border: none;
    color: white;
    border-radius: 19px;
    
  }
  .login-btn:hover {
    font-size: 16px;
    font-family: AvenirMedium;
    background-color: #3f9b23;
    border: none;
    color: white;
    border-radius: 13px;
  }
  
  .menu__btn {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 22px;
    height: 26px;
    cursor: pointer;
    z-index: 1001;
  }
  .whatsapp-container {
    width: fit-content;
    border: 1px solid #3BC93B;
    border-radius: 23px;
    font-size: 18px;
  
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    max-width: 70%;
    height: 100%;
    max-height: 100%;
    z-index: 1000;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    background-color: #f4fcfa;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }
  .copyright-text {
    font-family: AvenirMedium;
    font-size: 14px;
    color: #96A7A7;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
  
    font-size: var(--menu-item);
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item_2 {
    display: block;
    padding: 8px 24px;
    color: #333;
    font-family: AvenirMedium;
    font-size: var(--menu-item-2);
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item_3 {
    display: block;
    padding: 8px 24px;
    color: #96A7A7;
    font-family: AvenirMedium;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  
  
  
  @media (min-width: 576px) {
    .n-container {
      max-width: 540px;
      
    }
  }
  
  @media (min-width: 768px) {
    .n-container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .n-container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .n-container {
      max-width: 1180px;
    }
  }
    @media (min-width: 1300px) {
      .n-container {
        max-width: 1260px;
      }
  }

  @media (max-width: 575.98px){
    .n-container{
      width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    }
.nav-head-icon {
    width: 24%;
}
}