/* Small devices (portrait tablets and large phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
  .campus-section-six .contents .campus-btn:hover,
  .events-section .event-item .event-btn a,
  .events-section-six .section-title-area-six .section-title,
  .home-five.banner .contents .started-btn a,
  .home-five.pricing-section .price-card .price-details .price-btn:hover a,
  .home-five.pricing-section .section-title-area .section-pretitle,
  .home-five.pricing-section .section-title-area .section-title,
  .home-six-btn:hover a,
  .home-six-btn:hover i,
  .react-header .react-menus li a,
  .react-header .topbar-area.style1 li a,
  .students-section .students-inner .detail,
  .students-section .students-inner h1,
  .students-section .students-inner p,
  .students-section .students-inner span,
  .topbar-area.style7 li a {
    color: #000000;
  }

  .bottom-images{
    display: none;
  }

  .round-img-1 img{
    display: none;
  }
  .overview-section-seven .contents p {
    color: #777;
    margin-bottom: 70px;
    font-size: 20px;
}
}




/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

  br{
    display: none;
  }
  .campus-section-six .contents .campus-btn:hover,
  .events-section .event-item .event-btn a,
  .events-section-six .section-title-area-six .section-title,
  .home-five.banner .contents .started-btn a,
  .home-five.pricing-section .price-card .price-details .price-btn:hover a,
  .home-five.pricing-section .section-title-area .section-pretitle,
  .home-five.pricing-section .section-title-area .section-title,
  .home-six-btn:hover a,
  .home-six-btn:hover i,
  .react-header .react-menus li a,
  .react-header .topbar-area.style1 li a,
  .students-section .students-inner .detail,
  .students-section .students-inner h1,
  .students-section .students-inner p,
  .students-section .students-inner span,
  .topbar-area.style7 li a {
    color: #000000;
  }

  .bottom-images{
    display: none;
  }

  .round-img-1 img{
    display: none;
  }
  .overview-section-seven .contents p {
    color: #777;
    margin-bottom: 70px;
    font-size: 21px;
}
.round-img-2{
  display: none;
}
.passport-section p {
  line-height: 32px;
}
.passport-section p, td, th {
  font-size: 21px;
  color: #fff;
}
.title-lower-para {
  font-size: 21px;
}
.syllabus-box-icon img {
  position: absolute;
  width: 78px;
  top: -90px;
  left: 50px;
}
.syllabus-box-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.scholarships-center-img img {
  display: none;
}
}


.image-grid-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.top-image {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.bottom-images {
  display: flex;
  gap: 20px;
  height: 300px;
}

.bottom-left,
.bottom-right {
  flex: 1;
}

.buy-ticket-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.ticket-btn {
  background-color: #017fbf;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}

.ticket-btn:hover {
  transform: scale(1.05);
}

.arrow-icon {
  font-size: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .bottom-images {
    flex-direction: column;
    height: auto;
  }

  .bottom-left,
  .bottom-right {
    height: 300px;
  }

  .ticket-btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}

.cardimg__title {
  font-size: 1.25rem;
  font-family: var(--font-title);
  color: var(--white);
  line-height: 1.1;
}

.cardimg__description {
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--white);
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

/* cardimg COMPONENT */

.cardimg {
  display: grid;
  place-items: center;
  width: 80vw;
  max-width: 21.875rem;
  height: 28.125rem;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.cardimg > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.cardimg__background {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.cardimg__content {
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 55%;
  padding: 12% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );
}

.cardimg__content--container {
  --flow-space: 1.25rem;
}

.cardimg__title {
  position: relative;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

.cardimg__title::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 1.25rem);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: var(--brand-color);
}

.cardimg__button {
  padding: 0.75em 1.6em;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
  font-variant: small-caps;
  font-weight: bold;
  border-radius: 0.45em;
  border: none;
  background-color: var(--brand-color);
  font-family: var(--font-title);
  font-size: 1.125rem;
  color: var(--black);
}

.cardimg__button:focus {
  outline: 2px solid black;
  outline-offset: -5px;
}

@media (any-hover: hover) and (any-pointer: fine) {
  .cardimg__content {
    transform: translateY(62%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
  }

  .cardimg__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }

  .cardimg__background {
    transition: transform 500ms ease-in;
  }

  .cardimg__content--container > :not(.cardimg__title),
  .cardimg__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }

  .cardimg:hover,
  .cardimg:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }

  .cardimg:hover .cardimg__content,
  .cardimg:focus-within .cardimg__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
  }

  .cardimg:focus-within .cardimg__content {
    transition-duration: 0ms;
  }

  .cardimg:hover .cardimg__background,
  .cardimg:focus-within .cardimg__background {
    transform: scale(1.3);
  }

  .cardimg:hover .cardimg__content--container > :not(.cardimg__title),
  .cardimg:hover .cardimg__button,
  .cardimg:focus-within .cardimg__content--container > :not(.cardimg__title),
  .cardimg:focus-within .cardimg__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
  }

  .cardimg:hover .cardimg__title::after,
  .cardimg:focus-within .cardimg__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}

.medical-education-system img {
  border: 15px;
  border-left: 8px solid #017fc6;
  border-right: 8px solid #017fc6;
}

.syllabus-box-russia {
  background: #017fc6;
  padding: 27px 15px 15px 15px;
  border-radius: 15px;
  text-align: center;
  /* height: 260px; */
}

.syllabus-box-title {
  color: #ffffff;
  margin-bottom: 5px;
}

.syllabus-box-para {
  margin-bottom: 10px;
  font-size: 18px;
}

.syllabus-box-icon {
  position: relative;
}

.syllabus-box-icon img {
  position: absolute;
  width: 90px;
  top: -105px;
  left: 120px;
}

#cost-of-mbbs-head {
  text-align: left !important;
}

#cost-of-mbbs {
  text-align: left !important;
}

.infographic-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 900px;
  gap: 5px;
}

.infographic-items {
  --color-main: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.infographic-items h1,
.infographic-items h2 {
  text-transform: uppercase;
}
.infographic-items h1 {
  color: var(--color-accent);
  background: var(--color-main);
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
}
.infographic-items h2 {
  background: var(--color-accent);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}
.infographic-items p {
  padding-left: 20px;
  padding-right: 20px;
  background: var(--color-accent);
  display: block;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.clip-wrapper {
  width: 100%;
  height: 100px;
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    var(--color-main) 0%,
    var(--color-main) 50%,
    var(--color-accent) 50%,
    var(--color-accent) 100%
  );
}
.clip-1,
.clip-2,
.content {
  position: absolute;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clip-1 {
  height: 100%;
  aspect-ratio: 1;
  background: var(--color-main);
  z-index: 1;
}
.clip-2 {
  --border: 30px;
  aspect-ratio: 1;
  height: calc(100% - var(--border));
  background: var(--color-accent);
  z-index: 2;
}
.content {
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content i {
  font-size: 26px;
}

.infographic-items:nth-child(1) {
  --color-accent: #ff3d00;
}
.infographic-items:nth-child(2) {
  --color-accent: #ff9100;
}
.infographic-items:nth-child(3) {
  --color-accent: #ffc400;
}
.infographic-items:nth-child(4) {
  --color-accent: #00e5ff;
}
.infographic-items:nth-child(5) {
  --color-accent: #1de9b6;
}

#process {
  margin-bottom: 40px;
  overflow-x: hidden;
}

#process .section-heading {
  margin-bottom: 40px;
}

.steps-pane img {
  height: 100px;
  margin-top: 18px;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  margin-top: 20px;
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
}

.steps-pane {
  height: 140px;
  width: 195px;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.inverted-steps-pane {
  height: 140px;
  width: 195px;
  background: #bcbcbc;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-steps-pane p {
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
  padding: 20px 10px 10px 10px;
}

@media (min-width: 900px) {
  .steps-timeline {
    border-top: 5px double #0882c8;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    float: left;
    width: 25%;
    margin-top: -105px;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-left: 39%;
    border: 2px solid #0882c8;
  }
  .verticle-line {
    position: absolute;
    height: 57px;
    width: 5px;
    margin-left: 10px;
    marker-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10.1px;
    border-radius: 50%;
    background: #0882c8;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: -10px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: 18.1%;
  }
}

@media (max-width: 899px) {
  #process .container-fluid {
    width: 50%;
  }
  .steps-timeline {
    border-left: 5px double #0882c8;
    margin-left: 35px;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    margin-left: -25px;
  }
  .step-wrap,
  .steps-stops {
    float: left;
  }
  .steps-timeline {
    border-left: 2px solid $brand-primary;
    margin-left: 30px;
  }
  .pane-warp {
    margin-left: 30%;
  }
  .inverted-pane-warp {
    margin-left: 30%;
  }
  .verticle-line {
    position: absolute;
    width: 125px;
    height: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10px;
    border-radius: 50%;
    background: #0882c8;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-top: 125px;
    margin-left: -2px;
    border: 2px solid #0882c8;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: -45px;
    margin-left: 15px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 280px;
    margin-left: 15px;
  }
}

@media (max-width: 600px) {
  #process .container-fluid {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .verticle-line {
    width: 105px;
  }
}

.back-orange {
  background: #0882c8;
}

.back-blue {
  background: #0882c8;
}

.qna-picture img {
  border-radius: 15px;
}

.process-wrapper {
  margin: auto;
  max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100px;
  margin-top: 59px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 9999;
  position: absolute;
  width: 100%;
  margin-top: -40px;
}

#progress-bar-container li:before {
  content: "";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;
}

#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
  background: deepskyblue;
}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 59px;
  position: relative;
}

#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
  color: deepskyblue;
}

#progress-bar-container li:after {
  content: "";
  display: block;
  margin: auto;
  width: 5px;
  height: 5px;
  background: #777;
  border: solid 7px white;
  border-radius: 50%;
  margin-top: 40px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;
}

#progress-bar-container li:hover:after {
  background: deepskyblue;
}

#progress-bar-container li.active:after {
  background: deepskyblue;
}

#progress-bar-container #line {
  width: 80%;
  margin: auto;
  background: #eee;
  height: 5px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-bar-container #line-process {
  content: "";
  width: 3%;
  height: 100%;
  background: deepskyblue;
  background: linear-gradient(to right, deepskyblue 0%, #2ea3b7 100%);
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 90%;
  margin: auto;
  background: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
}

#progress-content-section .section-content {
  padding: 30px 40px;
  text-align: center;
}

.section-content {
  color: #333;
}

.section-content h2 {
  text-transform: uppercase;
}
.w-0 {
  width: 3% !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.step* {
  display: none;
}

#progress-content-section {
  position: relative;
}

.section-content {
  opacity: 0;
  transform: translateY(50%);
  position: absolute;
}

.section-content.step01,
.section-content.step02,
.section-content.step03,
.section-content.step04,
.section-content.step05 {
  transition: all ease 0.9s;
  transform: translateY(50%);
}

.section-content.active {
  position: relative;
}

.section-content.step01.active,
.section-content.step02.active,
.section-content.step03.active,
.section-content.step04.active,
.section-content.step05.active {
  transform: translateY(0);
  opacity: 1;
}

.scholarships-content h4 {
  color: #ffffff;
}

.scholarships-content p {
  color: #ffffff;
}

.scholarships-criteria-item {
  padding: 20px;
}

.about-feature.style3 {
  gap: 20px;
  max-width: 390px;
}
.about-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-feature.style3 .about-feature_icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #eff1f9;
  border-radius: 16px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-feature.style3 .about-feature_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #017fc6;
}

/* Eligibility criteria css */

.flexbox {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 2%;
  justify-content: center;
}

.flexbottom {
  border-bottom: 6px solid #ffffff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.flextop {
  border-top: 5px solid #007ec6;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  position: relative;
}

.flextop:before {
  content: "";
  width: 1px;
  height: 215px;
  background: #007ec6;
  position: absolute;
  left: 0; /* border-radius: 64px; */
}

.flextop:after {
  content: "";
  width: 1px;
  height: 215px;
  background: #007ec6;
  position: absolute;
  right: 0;
}

.flexbottom {
  box-shadow: inset 0px -20px 0px #007ec6;
}

.flex.flextop {
  box-shadow: inset 0px 20px 0px #007ec6;
}

.stepNumber {
  width: 100%;
  text-align: center;
  border: 1px solid orange;
  border-radius: 50px 0px 50px 0px;
  background: orange;
  color: white;
}

/* p {
    text-align: center;
  } */
/* footer {
  display: flex;
  justify-content: center;
  margin: 50px;
} */

/* eligibility-criteria */

.eligibility-criteria-h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.imgbox img {
  width: 80px;
  margin-bottom: 30px;
  /* margin-left: 50px; */
}

#scholarships-paragraph {
  text-align: start;
  font-size: 18px;
}

/* MBBS admission procedure & timeline for Indian students in Russia */

@media (max-width: 1299px) {
  .service-box3 {
    padding: 30px 20px;
  }
}
.service-box3_icon {
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .service-box3 .box-title {
    font-size: 20px;
  }
}
.service-box3 .box-title {
  font-weight: 600;
}
.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
}
.service-box3 {
  position: relative;
  background-color: #007ec6;
  border-radius: 30px;
  padding: 20px;
  /* height: 350px; */
}

.service-box3 .box-title {
  color: #ffffff !important;
}

/* Document checklist for MBBS admission in Russia css */

.about-feature.style2:not(:last-child) {
  margin-bottom: 37px;
}
.about-feature.style2 {
  gap: 15px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: center;
  border: 1px solid #676666;
  padding: 20px;
  /* height: 140px; */
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.about-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-feature.style2 .about-feature_icon {
  height: 64px;
  width: 64px;
  line-height: 64px;
  display: inline-block;
  background: var(--theme-color);
  border-radius: 16px;
  text-align: center;
  color: var(--white-color);
  font-size: 28px;
}
.about-feature.style2 .about-feature_icon i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-feature.style2 .about-feature_title {
  font-size: 23px;
  font-weight: 700;
  margin-top: -0.2em;
  margin-bottom: 13px;
  color: #007ec6;
}
.about-feature.style2 .about-feature_text {
  margin-bottom: -0.4em;
}

.simple-paragraph {
  font-size: 18px;
  color: #ffffff !important;
  text-align: justify;
}
.vl {
  border-left: 6px solid green;
  height: 500px;
}

hr.new4 {
  border: 2px solid #007ec6;
}

#first-para {
  margin-top: 25px;
  font-size: 18px;
}

/* benifits */

.infographic-box {
  margin: 0 auto;
  /* height: 250px; */
  /* width: 320px; */
  background: #007ec6;
  border: 1px solid #fff;
  box-shadow: 0 0 0 20px #007ec6;
  /* border-top-right-radius: 100px;
  border-bottom-left-radius: 100px; */
  padding: 20px 10px 0px 15px;
  margin-left: 30px;
  border-radius: 15px;
}

.circle-number {
  background: #fff;
  height: 44px;
  width: 44px;

  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #007ec6 inset;

  position: relative;
  margin: 20px;

  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #007ec6;
}

.text-info > h1 {
  padding: 0;
  color: #fff;
  font-size: 26px;
}

.text-info > p {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.order-button {
}
.order-button > button {
  width: 100%;
  padding: 2px 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  border: none;
  color: #fff;
}

.infogrphic-h4 {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
}

.infogrphic-para {
  font-size: 18px !important;
}

#first-row-spacing {
  margin-top: 50px;
}

#row-spacing {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  #smallscreencenter {
    text-align: center;
  }
  .lastsectionkaza li {
    font-size: 16px;
  }
  .buy-ticket-button {
    display: none;
  }
  .bottom-left {
    display: none;
  }
  .bottom-right {
    display: none;
  }
  .section-title-area-seven .section-title {
    font-size: 24px;
    line-height: 40px;
    transform: translateY(-20px);
    margin-top: 40px;
  }
  .overview-section-seven .contents p {
    color: #777;
    /* margin-bottom: 70px; */
    font-size: 16px;
    text-align: justify;
  }
  .round-img-2 {
    display: none;
  }
  .syllabus-box-russia {
    margin-bottom: 50px;
  }
  #first-row-spacing {
    margin-top: 0px;
  }
  .infographic-box {
    margin: 0 auto;
    /* height: 260px; */
    /* width: 320px; */
    background: #007ec6;
    border: 3px solid #fff;
    box-shadow: 0 0 0 20px #007ec6;
    /* border-top-right-radius: 100px;
  border-bottom-left-radius: 100px; */
    padding: 20px;
    margin-left: 0px;
    border-radius: 15px;
    margin-top: 60px;
  }
  #row-spacing {
    margin-top: 0px;
  }
  .scholarships-center-img {
    display: none;
  }
  .service-box3_img {
    display: none;
  }
  .about-feature.style2:not(:last-child) {
    /* margin-bottom: 37px; */
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .flexbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .flexbox {
    display: flex;
    width: 100%;
    flex-direction: column; /* Changed to column for small screens */
    flex-wrap: nowrap;
  }

  .flex {
    width: 100%; /* Changed to 100% for better responsiveness */
    display: flex;
    flex-direction: column;
    padding: 2%;
    justify-content: center;
  }

  .flexbottom {
    /* border-bottom: 6px solid #ffffff; */
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .about-feature.style2 {
    gap: 15px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: center;
    border: 1px solid #676666;
    padding: 20px;
    /* height: 160px; */
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .flextop {
    /* border-top: 5px solid #007ec6; */
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    position: relative;
  }

  .flextop:before {
    content: "";
    width: 1px;
    height: 150px; /* Adjusted height for smaller screens */
    background: #ffffff;
    position: absolute;
    left: 0; /* border-radius: 64px; */
  }

  .flextop:after {
    content: "";
    width: 1px;
    height: 150px; /* Adjusted height for smaller screens */
    background: #007ec6;
    position: absolute;
    right: 0;
  }

  .stepNumber {
    width: 100%;
    text-align: center;
    border: 1px solid orange;
    border-radius: 50px 0px 50px 0px;
    background: orange;
    color: white;
  }

  /* eligibility-criteria */

  .eligibility-criteria-h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
  }

  .imgbox img {
    width: 80px;
    margin-bottom: 30px;
    margin-left: 0; /* Adjusted margin for better alignment on small screens */
  }

  #scholarships-paragraph {
    text-align: start;
  }
  .imgbox {
    display: none;
  }
  .flexbottom {
    box-shadow: inset 0px -20px 0px #f5fbff00;
  }
  .flexbottom {
    border-bottom: 6px solid #ffffff00;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .flex.flextop {
    box-shadow: inset 0px 20px 0px #727c8200;
  }
  .flextop {
    border-top: 5px solid #007dc600;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    position: relative;
  }
  .flextop:after {
    content: "";
    width: 1px;
    height: 150px;
    background: #094b7100;
    position: absolute;
    right: 0;
  }
  .flextop:before {
    content: "";
    width: 1px;
    height: 150px;
    background: #ffffff00;
    position: absolute;
    left: 0;
    /* border-radius: 64px; */
  }
  .textbox p {
    text-align: center;
    font-size: 18px;
  }
  .infographic-col {
    flex: 0 0 25%;
    width: 25%;
    text-align: center;
    position: relative;
    /* padding-top: 20px; */
    margin-bottom: 120px;
  }
  #globally-height {
    /* height: 300px !important; */
  }
}

@media (min-width: 376px) and (max-width: 767.98px) {
  .buy-ticket-button {
    display: none;
  }
}

/* Top affordable medical colleges & fees structure in Russia for Indian students */

/* Safety tips for Indian students studying in Russia */

.infographic-container {
  list-style: none;
  width: 100%;
  /* max-width: 455px; */
  padding: 70px 10px 100px;
  margin: 100px auto;
}
.infographic-row {
  display: flex;
  box-shadow: 5px 7px 4px 4px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
}
.infographic-col {
  flex: 0 0 25%;
  width: 25%;
  text-align: center;
  position: relative;
}
.infographic-fill {
  height: 26px;
  color: #ffffff;
  position: relative;
}
.blue {
  background: #ffffff;
}
.orange {
  background: #007ec6;
}
.infographic-step {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 7px solid;
  box-shadow: 0 0 0 4px #ffffff;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
.blue .infographic-step {
  border-color: #007ec6;
  color: #007ec6;
}
.orange .infographic-step {
  border-color: #007ec6;
  color: #007ec6;
}
.infographic-step::before {
  position: absolute;
  height: 35px;
  background: black;
  width: 3px;
  content: "";
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
}
.infographic-step::after {
  position: absolute;
  content: "";
  bottom: calc(100% + 42px);
  width: 9px;
  height: 9px;
  background: black;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.blue .infographic-step::before,
.blue .infographic-step::after {
  background: #ffffff;
}
.orange .infographic-step::before,
.orange .infographic-step::after {
  background: #007ec6;
}
.infographic-col:nth-child(2n) .infographic-step::before {
  bottom: auto;
  top: calc(100% + 7px);
}
.infographic-col:nth-child(2n) .infographic-step::after {
  bottom: auto;
  top: calc(100% + 42px);
}
.infographic-text {
  width: 170%;
  position: absolute;
  bottom: 100%;
  transform: translateY(-100%);
  left: 0;
  text-align: left;
  font-size: 18px;
  top: -85px;
}
.infographic-col:nth-child(2n) .infographic-text {
  bottom: auto;
  top: 100%;
  transform: translateY(100%);
}
.infographic-col:first-child .infographic-fill::before,
.infographic-col:last-child .infographic-fill::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 9px;
  border-color: transparent transparent transparent #ffffff;
  left: 0;
  top: 0;
  content: "";
}
.infographic-col:last-child .infographic-fill::after {
  border-color: transparent transparent transparent #007ec6;
  right: -9px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .infographic-container {
    padding: 0;
  }
  .infographic-row {
    flex-direction: column;
    box-shadow: none;
  }
  .infographic-col {
    flex: 1 1 auto;
  }
  .infographic-text,
  .infographic-col:nth-child(2n) .infographic-text {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: calc(100%);
    width: 260px;
  }
  .infographic-fill {
    height: 100px;
    width: 26px;
  }
  .infographic-step::before,
  .infographic-col:nth-child(2n) .infographic-step::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 3px;
    left: calc(100% + 7px);
  }
  .infographic-step::after,
  .infographic-col:nth-child(2n) .infographic-step::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 42px);
  }
  .infographic-col:first-child .infographic-fill::before,
  .infographic-col:last-child .infographic-fill::after {
    content: none;
  }
}

.last-sec-head {
  font-size: 22px;
  font-weight: 700;
  color: #007ec6;
}

/* marquee */

.body__inner-wrapper {
  height: 100%;
  max-width: 104rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  margin-inline: auto;
  /* margin-block-start: 6rem; */
}

.outline__text {
  font-family: sans-serif;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: white;
}

.marquee {
  width: 200%;
  height: 7rem;
  pointer-events: none;
  overflow: hidden;
  box-shadow: 0 2rem 2rem 0.4rem rgba(0, 0, 0, 0.2);
  background-color: #007ec6;
}

.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}

.marquee span {
  text-align: center;
  color: lightgray;
  font-weight: 400;
  white-space: nowrap;
  font-size: max(2vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  padding: 1vh 1vw 0;
  font-family: "Source Sans Pro", sans-serif;

  /* text-transform: uppercase; */
}

.marquee__img {
  width: max(8rem, 12vw);
  height: 8rem;
  margin: 0 4vw;
  border-radius: 100rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #444;
  filter: grayscale(0.6);
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 50s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

/* last last last */

.addtion-para {
  color: #ffffff;
  font-size: 18px;
}
.pt---100 {
  padding-top: 100px !important;
}

.scholarships-center-img {
  position: relative;
}

.scholarships-center-img img {
  position: absolute;
  width: 400px;
  top: -46px;
}

.pb---130 {
  padding-bottom: 100px;
}

.last-sec-head h3 {
  font-size: 25px;
  color: #007ec6;
  font-weight: 700;
  margin-bottom: 15px !important;
}

.last-sec-head p {
  color: #ffffff !important;
  font-size: 18px;
}

/* .cost-of-living-section {
    padding: 20px;
    background-color: #f9f9f9;
} */
.cost-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.cost-box-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.cost-box-para {
  font-size: 14px;
  color: #666;
}

#uzbekistan-cost {
  width: 122% !important;
  text-align: center !important;
}

.scholarship-box {
  background-color: #007ec6;
  padding: 20px;
  border-radius: 10px;
  margin-top: -70px;
}

.scholarship-content h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.scholarship-content p {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.scholarship-box-down {
  background-color: #007ec6;
  padding: 20px;
  border-radius: 10px;
}

.scholarship-content-down h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.scholarship-content-down p {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.process-line {
  position: relative;
}

.process-line img {
  position: absolute;
  top: -20px;
  width: 1000px;
  left: 50px;
}

.scholarships-mb {
  margin-top: 100px;
}

/* two section */

.feature-area3 {
  background-color: #007ec6;
  border-radius: 50px;
  padding: 30px 0;
  max-width: 1720px;
  display: block;
  margin: auto;
}
.choose-feature2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}
.choose-feature2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 430px;
  align-items: center;
}
.choose-feature2-wrap .divider {
  background: #f3f2ea;
  width: 2px;
  height: 154px;
}
.choose-feature2 .box-icon {
  position: relative;
  z-index: 2;
  min-width: 50px;
}
.choose-feature2 .box-icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.choose-feature2 .box-title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.choose-feature2_text {
  margin-bottom: -0.3rem;
  font-size: 17px;
}

/* diamond css */

.diamond-box {
  /* width: 280px;
    height: 280px; */
  /* margin: 30px auto; */
  background: #fff;
  border: 2px solid #0077b6;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  border-radius: 15px;
}
.diamond-content {
  transform: rotate(0deg);
  padding: 30px;
  text-align: center;
}
.diamond-content h3 {
  color: #0077b6;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.diamond-content p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.diamond-box:hover {
  background: #0077b6;
  transform: rotate(0deg) scale(1.05);
}
.diamond-box:hover .diamond-content h3,
.diamond-box:hover .diamond-content p {
  color: #fff;
}

#diamond-down {
  margin-top: 30px;
  margin-bottom: 70px;
}

.why-georgia {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  background-color: #0077b6;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  align-items: center;
}
.number-why {
  background: #67abcf;
  padding: 15px;
  border-radius: 10px;
}

.number-why p {
  margin: 0px;
  font-weight: 700;
}

.why-georgia-para p {
  margin: 0px;
  font-size: 18px;
}

.why-georgia-para {
  margin-top: 20px;
}

.syllabus-box-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.accordion-body p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.submit-required-documents {
  color: #000;
  list-style-type: square;
  padding-left: 100px;
}

.creative-cards {
  padding: 30px 0px 0px 0px !important ;
  position: relative;
}
.creative-cards .container {
  max-width: 1320px;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.creative-cards .container .row {
  display: flex;
  flex-wrap: wrap;
}
.creative-cards .container .row .card-column {
  flex: 0 0 auto;
  width: 33.33333333%;
  text-align: center;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.card-details {
  width: 80%;
  margin: auto;
  position: relative;
  transition: 0.3s ease-in-out;
}
.card-details:before {
  content: "";
  width: 190px;
  height: 380px;
  background: #f7f6f2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.card-details:hover:before {
  background-color: #fffab3;
}
.card-icons {
  width: 100px;
  height: 100px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icons:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  width: 100%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  background: #fff;
  border-color: #0077b6;
  transition: 0.3s ease-in-out;
}
.card-details:hover .card-icons:before {
  background-color: #0077b6;
}
.card-icons img {
  position: relative;
  width: 50px;
  height: 50px;
}
.card-details h3 {
  margin-bottom: 15px;
  margin-top: 50px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
}
.card-details h3 a {
  color: #000;
  text-decoration: none;
}
.card-details p {
  font-size: 18px;
  /* line-height: 30px; */
  color: #ffffff;
  font-weight: 400;
  margin-top: 40px;
}
.read-more-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 100%;
  margin: auto;
  background: #fff;
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  border-color: #0077b6;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.read-more-btn i {
  color: #000;
  font-size: 12px;
}
.card-details:hover .read-more-btn {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* ============= Responsive Ipad ==================== */
@media (max-width: 992px) {
  .creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 40px;
  }
}

/* ============= Responsive Iphone ==================== */
@media (max-width: 480px) {
  .creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .card-details {
    width: 100%;
  }
  .read-more-btn {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
}

#lasttwobox {
  margin-top: 50px;
}

.essential-documents {
  list-style-type: circle;
}

#essential-documents-padding {
  padding: 30px !important;
}

#armeina-scholarship {
  margin-top: 50px;
}

.why-georgia-para h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.last-career-opportunities {
  margin-top: 80px !important;
}

/* final final final */

/*==================== GOOGLE FONTS ====================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

/*==================== VARIABLES CSS ====================*/

@media screen and (min-width: 968px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*==================== BASE ====================*/

/*==================== REUSABLE CSS CLASSES ====================*/

/*==================== SERVICE CARD ====================*/
.card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: auto;
  /* padding: 60px 0; */
}
.card__bx {
  --dark-color: #2e2e2e;
  --dark-alt-color: #777777;
  --white-color: #ffffff;
  --button-color: #333333;
  --transition: 0.5s ease-in-out;

  font-family: inherit;
  height: 350px;
  width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark-color);
  transition: var(--transition);
  border-radius: 15px;
}
.card__bx::before,
.card__bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: var(--transition);
}
.card__bx::before {
  inset: -10px 50px;
  border-top: 4px solid var(--clr);
  transform: skewY(15deg);
  border-bottom: 4px solid var(--clr);
}
.card__bx:hover::before {
  inset: -10px 40px;
  transform: skewY(0deg);
}
.card__bx::after {
  inset: 60px -10px;
  border-left: 4px solid #0077b6;
  transform: skew(15deg);
  border-right: 4px solid #0077b6;
}
.card__bx:hover::after {
  inset: 40px -10px;
  transform: skew(0deg);
}
.card__bx .card__data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.card__bx .card__data .card__icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--text-color);
  background-color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data .card__icon {
  color: var(--clr);
  box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 6px var(--clr);
}
.card__bx:hover .card__data .card__icon {
  color: #ffffff;
  background-color: var(--clr);
  box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 300px var(--clr);
}
.card__bx .card__data .card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.card__bx .card__data h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  transition: var(--transition);
}
.card__bx:hover .card__data h3 {
  color: #ffffff;
  transition: var(--transition);
}
.card__bx .card__data p {
  font-size: 18px;
  color: #ffffff;
  transition: var(--transition);
}
.card__bx:hover .card__data p {
  color: #ffffff;
  transition: var(--transition);
}
.card__bx .card__data a {
  position: relative;
  display: inline-flex;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  border: 2px solid var(--clr);
  color: var(--dark-color);
  background-color: var(--clr);
  transition: var(--transition);
}
.card__bx:hover .card__data a {
  color: var(--clr);
  background-color: var(--dark-color);
}
.card__bx:hover .card__data a:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
  background-color: var(--clr);
}

@media (max-width: 575.98px) {
  .only-big-screen {
    display: none !important;
  }
  .pb---130 {
    padding-bottom: 70px !important;
  }
}

#kazakhstan-flexbox {
  width: 126% !important;
  text-align: center;
}

#kazakhstan-flexbox .imgbox img {
  display: flex;
  justify-content: center !important;
}

.imgbox img {
  text-align: center !important;
}

.russia-center-img {
  position: absolute;
  top: 42px !important;
  width: 500px !important;
}

.kyrgyzstan-center-img {
  width: 600px !important;
  top: 100px !important;
}

.armenia-center-img {
  top: 100px !important;
}

@media (max-width: 575.98px) {
  #uzbekistan-cost {
    width: 100% !important;
    text-align: center !important;
  }
  .choose-feature2-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 30px;
  }
  .divider {
    display: none;
  }
  #kazakhstan-flexbox {
    width: 100% !important;
  }
}

#last-diamond-para {
  padding: 47px !important;
}

#kazakhstan-img-wave {
  display: flex;
  justify-content: center;
}

/* #white-color-box h5{
  color: #000 !important;
}

#white-color-box p{
  color: #000 !important;
} */

#flex-remove {
  background-color: #4444443b;
  display: block;
}

#lastsectioninrussia {
  padding-bottom: 180px !important;
}

#uzbekistan-essential {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

#lastsectioningeorgia {
  padding-bottom: 160px !important;
}

#kazakhstan-essential {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

#kyrgystan-required {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

#armenia-padding-only {
  padding: 70px 10px 50px !important;
}

#scholarships-in-uzbekistan {
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  br {
    display: none !important;
  }
  .infographic-container {
    list-style: none;
    width: 100%;
    /* max-width: 455px; */
    padding: 70px 10px 100px;
    margin: 10px auto !important;
  }
  .infographic-container {
    list-style: none;
    width: 100%;
    /* max-width: 455px; */
    padding: 0px 0px 10px !important;
    margin: 10px auto;
  }
  #lastsectioninrussia {
    padding-bottom: 0px !important;
  }
  .last-sec-head h3 {
    font-size: 22px;
    color: #007ec6;
    font-weight: 700;
    margin-bottom: 15px !important;
  }
  .about__area.about__area_one p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
  }
  #scholarships-paragraph {
    text-align: start;
    font-size: 16px;
  }
  .syllabus-box-para {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #scholarships-in-uzbekistan {
    margin-bottom: 0px !important;
  }
  .infographic-col {
    flex: 0 0 25%;
    width: 25%;
    text-align: center;
    position: relative;
    /* padding-top: 20px; */
    margin-bottom: 30px;
  }
  .pb---130 {
    padding-bottom: 10px !important;
  }
  .center-imgs {
    display: none !important;
  }
  #prospects-georgia {
    margin-bottom: 20px;
  }
  #lasttwobox {
    margin-top: 0px !important;
  }
  #lastsectioningeorgia {
    padding-bottom: 60px !important;
  }

  .process-line {
    display: none;
  }
  #scholarships-kyrgyztan {
    margin-bottom: 20px;
  }
  .scholarship-box {
    background-color: #007ec6;
    padding: 20px;
    border-radius: 10px;
    margin-top: 0px !important;
  }
  .scholarships-mb {
    margin-top: 10px !important;
  }
  #first-para {
    margin-top: 25px;
    font-size: 16px;
  }
  .diamond-box {
    /* margin: 30px auto; */
    background: #fff;
    border: 2px solid #0077b6;
    transform: rotate(0deg);
    transition: all 0.3s ease;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  /* #diamond-down {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
} */
  #diamond-down {
    margin-top: 1px !important;
    margin-bottom: 30px !important;
  }
  #kyrgystan-required {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  .diamond-content {
    transform: rotate(0deg);
    padding: 15px;
    text-align: center;
  }
  #last-diamond-para {
    padding: 20px !important;
  }
  #armeina-scholarship {
    margin-top: 1px !important;
  }
  .service-box3_text {
    font-size: 16px;
  }
  #armenia-padding-only {
    padding: 0px 0px 0px !important;
  }
  .react_featured_online .item__inner {
    display: flex;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 18, 22, 0.1);
    border-radius: 6px;
    padding: 10px 20px;
    align-items: center;
    margin-bottom: 23px;
  }
  #kazakhstan-img-wave {
    display: none;
  }
  #kazakhstan-essential {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .card__bx {
    --dark-color: #2e2e2e;
    --dark-alt-color: #777777;
    --white-color: #ffffff;
    --button-color: #333333;
    --transition: 0.5s ease-in-out;
    font-family: inherit;
    height: 300px !important;
    width: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-color);
    transition: var(--transition);
    border-radius: 15px;
  }

  th {
    background-color: #0077b6;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid;
    border-right: 1px solid;
  }
  td {
    border-bottom: 1px solid #ddd;
    text-align: center;
    border-right: 1px solid;
    font-size: 14px;
  }

  .case-img img {
    width: 100%;
  }

  #russia-about-page {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse !important;
  }

  #avoid-mt {
    margin-top: -10px !important;
  }
}

.title-lower-para {
  font-size: 18px;
}

#reverse-section {
  display: flex;
}

.academic-qualification-ul li {
  /* list-style:circle !important; */
  font-size: 17px !important;
  /* text-align: start !important; */
}

#living-costs {
  font-size: 18px;
}

/* final card and final section of ares */

/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");

/*===== VARIABLES CSS =====*/
:root {
  /*========== Colors ==========*/
  --body-color: #020318;
  --text-color-light: #fff;

  /*========== Font and typography ==========*/
  --body-font: "Poppins", sans-serif;
  --biggest-font-size: 2rem;
  --h1-font-size: 1.5rem;
  --normal-font-size: 0.938rem;
  --smaller-font-size: 0.75rem;

  /*========== Box, Drop & Text Shadow ==========*/
  --box-shadow-inset: inset 0 22px 56px -36px rgba(255, 255, 255, 0.5),
    inset 0 4px 5px -4px rgba(255, 255, 255, 1),
    inset 0 -31px 34px -32px rgba(96, 68, 144, 0.3),
    inset 0 39px 50px -34px rgba(202, 172, 255, 0.3),
    inset 0 2px 9px rgba(154, 146, 210, 0.3),
    inset 0 1px 10px rgba(227, 222, 255, 0.2);

  --drop-shadow: 0 0 8px rgba(161, 165, 247, 0.8);

  --text-shadow: 0 0 8px rgba(161, 165, 247, 0.8);

  --box-shadow-inset-button: inset 0 2px 7px -9px rgba(255, 255, 255, 0.5),
    inset 0 1px 2px -1px rgba(255, 255, 255, 1),
    inset 0 -20px 16px -32px rgba(96, 68, 144, 0.3),
    inset 0 28px 25px -24px rgba(202, 172, 255, 0.3),
    inset 0 1px 4px rgba(154, 146, 210, 0.3),
    inset 0 1px 10px rgba(227, 222, 255, 0.2);

  /*========== Box, Drop & Text Shadow Hover ==========*/
  --box-shadow-inset-hover: inset 0 19px 28px -18px rgba(255, 255, 255, 0.5),
    inset 0 4px 6px -3px rgba(255, 255, 255, 1),
    inset 0 -51px 44px -42px rgba(96, 68, 144, 0.3),
    inset 0 59px 60px -32px rgba(202, 172, 255, 0.3),
    inset 0 4px 16px rgba(154, 146, 210, 0.3),
    inset 0 2px 25px rgba(227, 222, 255, 0.23);

  --drop-shadow-hover: 0 0 14px rgba(161, 165, 247, 0.8);

  --text-shadow-hover: 0 0 14px rgba(161, 165, 247, 0.8);

  --box-shadow-inset-button-hover: inset 0 4px 7px -4px rgba(255, 255, 255, 0.5),
    inset 0 1px 2px -1px rgba(255, 255, 255, 1),
    inset 0 -20px 16px -32px rgba(96, 68, 144, 0.3),
    inset 0 28px 25px -20px rgba(202, 172, 255, 0.3),
    inset 0 1px 4px rgba(154, 146, 210, 0.3),
    inset 0 1px 16px rgba(227, 222, 255, 0.2);

  /*========== Filter Blur ==========*/
  --filter-blur: blur(100px);
}

@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*========== BASE ==========*/
*,
::before,
::after {
  box-sizing: border-box;
}

/*========== LAYAOUT ==========*/
.bd-container {
  max-width: 1024px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/*========== CARD NEON ==========*/
.neon,
.neon__container {
  display: grid;
  align-items: center;
}

/* .neon {
    padding: 2.5rem 0;
} */

.neon__container {
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  row-gap: 3.5rem;
  column-gap: 2.5rem;
}

.neon__card {
  background: #0077b6;
  color: var(--text-color-light);
  box-shadow: var(--box-shadow-inset);
  backdrop-filter: var(--filter-blur);
  padding: 3.5rem 1.5rem 2rem;
  border-radius: 2rem;
  text-align: center;
}

.neon__icon {
  width: 120px;
  fill: var(--text-color-light);
  filter: drop-shadow(var(--drop-shadow));
  margin-bottom: 0.25rem;
}

.neon__title {
  font-size: var(--biggest-font-size);
  margin-bottom: 0.25rem;
}

.neon__description {
  text-align: initial;
  margin-bottom: 1.5rem;
}

.neon__button-icon {
  width: 1.2rem;
  margin-left: 0.5rem;
  fill: var(--text-color-light);
  filter: drop-shadow(var(--drop-shadow));
}

.neon__button {
  box-shadow: var(--box-shadow-inset-button);
  color: var(--text-color-light);
  text-shadow: var(--text-shadow);
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  border-radius: 1rem;
}

.neon__button:hover {
  box-shadow: var(--box-shadow-inset-button-hover);
}

/* Card neon hover */
.neon__card:hover {
  box-shadow: var(--box-shadow-inset-hover);
}

.neon__card:hover .neon__icon {
  filter: drop-shadow(var(--drop-shadow-hover));
}

.neon__card:hover .neon__title,
.neon__card:hover .neon__description {
  text-shadow: var(--text-shadow-hover);
}

.neon__card,
.neon__icon,
.neon__title,
.neon__description,
.neon__button {
  transition: 0.3s;
  font-size: 18px;
}

/*========== MEDIA QUERIES ==========*/
/* For small devices */
@media screen and (max-width: 359px) {
  .neon__container {
    grid-template-columns: 1fr;
  }
  .neon__card {
    padding: 2rem 1rem 1.5rem;
    border-radius: 2rem;
  }
  .neon__icon {
    width: 80px;
  }
  .neon__title {
    font-size: var(--h1-font-size);
  }
  .neon__description {
    font-size: var(--smaller-font-size);
  }
  .neon__button {
    padding: 1rem;
    font-size: var(--smaller-font-size);
    border-radius: 0.6rem;
  }
  .neon__button-icon {
    width: 1rem;
  }
}

/* For long screens */
@media screen and (min-width: 1024px) {
  .bd-container {
    margin-left: auto;
    margin-right: auto;
  }
}

/* new section for the kazakhstan page */

.lastsectionkaza li {
  font-size: 20px;
}


@media (max-width: 575.98px) {
  .lastsectionkaza li {
    font-size: 18px !important;
  }

  .point1{
    display: none;
  }
  .point2{
    display: none;

  }
  .point3{
    display: none;

  }
  .point4{
    display: none;

  }

}
.diamond-content p{
  margin: 0px;
}

#kazakha-center-img img{
  width: 307px;
}

.point1{
  position: relative;
}

.point1 img{
  position: absolute;
  width: 40px;
  left: 37%;
  top: -139px;
}

.point2{
  position: relative;
}

.point2 img{
  position: absolute;
  width: 40px;
  left: 29%;
  top: -74px;

}
.point3{
  position: relative;
}

.point3 img{
  position: absolute;
  width: 40px;
  left: 33%;
  top: -139px;

}
.point4{
  position: relative;
}

.point4 img{
  position: absolute;
  width: 40px;
  left: 37%;
  top: -100px;

}


