body {
  margin: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

:root {
  --main-color: linear-gradient(#219094, #045b5e);
  --main-color-2: #007074;
  --open-sec: #30b19b;
  --faq-min-height: 20px;
  --faq-max-height: 180px;
  --all-margin: 150px;
  --margin-top: 50px;
  --margin-bottom: 50px;
  --p-color: #585858;
}

section, header > *, footer {
  overflow: hidden;
  padding-left: var(--all-margin) !important;
  padding-right: var(--all-margin) !important;
  /* max-width: 1300px !important; */
}

::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: var(--main-color-2);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #219094;
}

* {
  /* font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;*/
}


/* bootstrap changes */

h1 {
  font-size: x-large;
}

.bs-bb {
  box-sizing: border-box;
}

.bg-diagonal {
  background-image: url(../PK/diagonal-lines-2.png);
}

.head-1 {
  background-image: var(--main-color);
  width: fit-content;
  padding: 20px;
  color: #fff;
}

.bg-eee {
  background-color: #eee;
}

.top-40 {
  /* top: 40%; */
  transform: translateY(-20px)
}

.bg-gradient-green {
  background-image: var(--main-color);
  color: #fff;
}

.fit-content {
  width: fit-content;
}

.hover-color-light:hover, .link-dec:hover {
  color: #c2c2c2 !important;
  transition: all 0.4s;
}

.link-dec {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
}

/* bootstrap changes */



* {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  transition: all 0.4s;
  /* font-size: small; */
  box-sizing: content-box;
}

.fea > div > p,
footer *,
.open-faq p {
  font-weight: 500;
}

.raleway,
.navbar *,
.apply-btn,
.abs-nav .top,
.abs-nav .top-2,
.partner .top,
.partner .top-2,
.open-sec h5,
.features h3,
.studies h3,
.studies-phs > div > div,
.degrees > div > h2,
.models > div > h3,
.companies div h3,
.cert h1,
.form h1,
.faqs h1,
.faqs > div h4 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}



/* Navbar Top Start */

.navbar-top {
  background-image: linear-gradient(to right, cadetblue , var(--main-color-2));
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  text-align: left !important;
  min-height: 30px;
}

header .navbar-top ul:first-of-type li {
  text-wrap: nowrap;
  margin-right: 5px;
}

header .navbar-top ul:last-of-type li {
  margin-left: 20px;
  /* margin-left: 10%; */
  margin-right: 0;
}

header ul {
  list-style-type: none;
  display: flex;
  margin: 5px auto 5px 0;
  padding: 0;
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .navbar ul {
  justify-content: space-between;
  margin: 0;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 5px;
  text-align: right;
  /* font-size: smaller; */
}

header .navbar > ul > li:nth-child(2) {
  display: none;
}

header .navbar ul li {
  margin: 0;
  text-wrap: nowrap;
}

header .navbar ul * {
  color: #000;
}

header ul li {
  margin: auto 20px auto 0;
}

header ul li a, header ul li span {
  color: #fff;
  border-bottom-width: 0;
}

.navbar-top ul li a:hover, .navbar-top ul li span:hover {
  color: #c2c2c2;
  transition: all 0.4s;
}


header .navbar > ul > li > a::after, .menu-list ul li a::after, .menu-list ul li span::after, header .navbar > ul > li > span::after {
  display: block;
  content: "";
  margin: auto;
  width: 0;
  height: 2px;
  background-color: var(--main-color-2);
  transition: width 0.5s;
}

/* .menu-list ul li a:hover::after {
  width: 100%;
} */
header .navbar > ul > li:not(:nth-child(1)) > a:hover::after, header .navbar > ul > li:not(:nth-child(1)) > span:hover::after {
  width: 100%;
}

header .navbar > ul > li a, header .navbar > ul > li span {
  font-weight: 600;
  cursor: pointer;
}

/* Navbar Top End */
/* apply now header Start */
.apply-now-header {
  background-color: #fff;
  padding: 5px;
  display: none;
  /* display: grid; */
  /* grid-template-columns: 150px 1fr; */
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  /* min-height: 80px; */
  /* gap: 5%; */
  position: static;
}

.apply-now-header a.apply-btn {
  margin: auto;
}
/* apply now header End */
/* Navbar Start */

header {
  position: sticky;
  z-index: 2;
  top: 0;
  box-shadow: 0px -4px 20px 0px #3a3a3a;
}

.navbar {
  background-color: #fff;
  padding: 5px;
  display: grid;
  grid-template-columns: 150px 1fr;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  min-height: 80px;
  gap: 5%;
  position: static;
  /* border-bottom: 1px solid #696969; */
  border-bottom: 1px solid #ddddd9;
}

.navbar > ul > .about a:hover {
  color: #7e7e7e;
}

.logo {
  max-width: 100%;
  width: 140px;
  /* padding-left: 80px; */
}

.logo-2 {
  max-width: 90px;
  /* max-width: 100%; */
  width: 100%;
}
.logo-3 {
  max-width: 60px;
  /* max-width: 85%; */
}

.menu-icon {
  max-width: 50px;
  cursor: pointer;
  font-size: 30px;
  display: none !important;
  color: #000;
  text-align: center;
}

.menu-list > div {
  max-height: 287px;
  overflow-y: auto;
}

.menu-list ul li.click > div {
  display: none;
}

.menu-list {
  padding: 0 !important;
  transition: all 1s;
  /* height: 0; */
  animation: alternate;
  z-index: 1;
  position: absolute;
  /* width: 100%; */
  left: var(--all-margin);
  right: var(--all-margin);
  overflow-x: hidden;
  animation: menu 1s;
  display: none;
  /* left: calc(0px - var(--all-margin)); */
  box-shadow: 0px 5px 10px #3a3a3a;
  /* box-shadow: 0px 0px 10px #3a3a3a; */
  /* max-height: 230%; */
  /* max-height: calc(100vh - 150px); */
  height: 230px;
  background-color: #fff;
  /* border-radius: 0 0 20px 20px; */
}

.menu-list ul {
  display: list-item;
  width: 100%;
  background-color: #fff;
  margin: 0;
  text-align: center;
}

.menu-list ul li a, .menu-list ul li span {
  display: block;
  width: 100%;
  padding: 10px;
  color: #000;
  cursor: pointer;
}

.about > div {
  display: none !important;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  left: var(--all-margin);
  right: var(--all-margin);
  margin-top: 32px !important;
  text-align: left;
  /* border-radius: 0 0 20px 20px; */
}

.about > div > div ul {
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: small;
}

.about > div > div ul li {
  padding: 5px 0;
}

.about > div > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}


.about:hover > div, .about > div:hover {
  display: block !important;
}



/* .menu-list ul li a:hover {
  background-image: var(--main-color);
  transition: all 0.5s;
} */

/* Navbar End */

/* Navbar Gound Start */

.navbar-ground {
  background-image: url(../PK/PK\ Hub-05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 90px);
  position: relative;
}

.abs-nav {
  position: absolute;
  top: 50%;
  /* left: 10%; */
  transform: translateY(-50%);
  color: #fff;
  /* border: red solid 1px; */
  width: calc(100% - calc(2 * var(--all-margin)));
}

.abs-nav > div:first-of-type > img {
  max-width: 30%;
  margin-bottom: 20px;
}

.abs-nav .top, .partner .top {
  border: #fff solid 1px;
  padding: 5px;
  font-weight: bold;
  width: fit-content;
  text-transform: uppercase;
}

.abs-nav .top-2, .partner .top-2 {
  font-size: 35px;
  font-weight: bold;
}

.abs-nav ul {
  list-style-type: '✔ ';
  padding-left: 10px;
}

.abs-nav ul li {
  margin: 5px;
}

.apply-btn {
  color: #fff;
  background-color: var(--main-color-2);
  padding: 10px;
  display: flex;
  width: fit-content;
  min-width: fit-content;
  height: fit-content;
  /* margin-top: 50px; */
  align-items: center;
}

.apply-btn:hover {
  font-weight: bold;
}

.apply-btn i {
  font-size: 10px;
  margin: 5px;
}

/* Navbar Gound End */

/* Open Section Start */
.open-sec {
  background-color: #fff;
  background-image: url(../PK/diagonal-lines-2.png);
  padding-top: var(--margin-top);
  padding-bottom: var(--margin-bottom);
}

.open-sec > div {
  margin-left: auto;
  margin-right: auto;
  /* width: 80%; */
  background-image: var(--main-color);
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.open-sec > div > div {
  /* min-width: 260px; */
  max-width: 80%;
  margin-right: 10px;
}

.open-sec h5 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

/* Open Section End */

/* Partner Start */

.partner {
  background-image: url(../PK/PK\ Hub-04.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 30% 70%;
  color: #fff;
  padding-top: var(--margin-top);
  padding-bottom: var(--margin-bottom);
}

.partner > div:last-of-type {
  padding-left: 40px;
}

.partner > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner img {
  max-width: 100%;
}

/* Partner End */

/* Features Start */

.features {
  /* margin: 50px; */
  padding: var(--margin-top) 0 var(--margin-bottom) 0;
  display: grid;
  /* flex-wrap: wrap; */
  grid-template-columns: repeat(auto-fill, calc(33.33% - 8px));
  justify-content: space-between;
  gap: 10px;
}

.fea > div:hover {
  border: var(--main-color-2) solid 2px;
  cursor: pointer;
}

.fea > div:hover > div{
  transform: translate3d(0, -8px, 0);
}

.features > div {
  border: #eee solid 2px;
  padding: 10px;
  padding-top: 20px;
  text-align: center;
  /* width: 33%; */
  /* max-width: 100%; */
  box-sizing: border-box;
  min-width: 200px;
}

.features h3 {
  font-weight: bold;
  color: var(--main-color-2);
}

.fea > div > div {
  background-color: var(--main-color-2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative;
}

.fea > div > div > i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Features End */

/* Video Sec Start */

.video-sec {
  position: relative;
  /* width: 90%; */
  height: 0;
  padding-bottom: 56.25%;
  margin-left: auto;
  margin-right: auto;
}
.video {
  position: absolute;
  top: calc(var(--all-margin) / 2);
  left: var(--all-margin);
  /* transform: translateX(-50%); */
  width: calc(100% - 2 * var(--all-margin));
  height: calc(100% - var(--all-margin));
  border-radius: 30px;
}

.video-study {
  /* position: absolute; */
  /* top: calc(var(--all-margin) / 2); */
  /* left: var(--all-margin); */
  /* transform: translateX(-50%); */
  width: calc(100%);
  height: calc(300px);
  border-radius: 30px;
}

/* Video Sec End */

/* Sdudies Start */

.studies {
  /* width: 90%; */
  /* margin-left: auto;
  margin-right: auto; */
}

.studies p {
  text-align: justify;
  color: var(--p-color);
}

.studies h3 {
  font-weight: bold;
  font-size: 30px;
}

.studies-phs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* flex-wrap: wrap; */
  justify-content: space-between;
  column-gap: 5%;
  /* gap: 5%; */
  padding-left: 0;
}

.studies-phs > div {
  text-align: center;
  /* box-shadow: 0px 0px 15px 0px #3a3a3a; */


  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);


  /* max-width: calc(50% - 30px); */
  /* min-width: 245px; */
  width: 100%;
  margin-top: calc(var(--margin-top) / 2);
  margin-bottom: var(--margin-bottom);
}

.studies-phs > div > div {
  background-image: var(--main-color);
  padding: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.studies-phs > div > img {
  width: 100%;
}

.studies-phs > div > ul {
  text-align: left;
  list-style-type: '≫ ';
  /* list-style-type: none; */
  padding-right: 20px;
}

/* Sdudies End */

/* Locations Start */

.locations > div {
  border: none;
  overflow: hidden;
}

.locations > div > div > div > div {
  user-select: none;
  position: relative;
}

.locations > div > div i {
  font-size: 55px;
}

.locations > div p {
  text-align: justify; 
}

.locations > div > div > div {
  display: inline-block;
  position: relative;
  height: 85px;
}

.locations > div > div > div span.www {
  position: absolute;
  background-color: #fff;
  padding: 3px;
  border: #000 solid 2px;
  display: inline-block;
  font-weight: 1000;
  font-size: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  top: 50%;
  border-radius: 15px;
}

.locations > div > div > div > span:last-of-type {
  /* display: inline-block; */
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 11px;
  width: 175%;
  text-align: center;
  font-weight: bold;
}

/* Locations End */

/* Degrees Start */

.degrees {
  background-color: #eee;
  padding-top: var(--margin-top);
  padding-bottom: var(--margin-bottom);
}

.degrees > div {
  /* width: 90%; */
  /* margin-left: auto;
  margin-right: auto; */
}

.degrees > div > .cont {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 15px 0px #3a3a3a; */

  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  overflow-x: auto;
  overflow-y: hidden;
}

.degrees-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.degrees-table > div > div:first-of-type {
  border-bottom: #91919126  solid 2px;
}

.degrees-table > div {
  width: 100%;
  /* padding: 10px; */
}

.degrees-table > div:not(:first-of-type) {
  border-left: #91919126  solid 2px;
}

.degrees-table > div > div:not(:last-of-type) {
  display: grid;
  grid-template-columns: 1fr 60px;
  font-size: 13px;
  font-weight: 500;
  color: #646464;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.degrees-table > div > div:not(:first-of-type, :last-of-type) {
  padding: 5px;
}

.degrees-table > div > div > h4 {
  text-wrap: wrap;
  text-align: center;
  margin-bottom: 5px;
}

.degrees-table > div > div > h3 {
  margin-bottom: 5px;
  margin-left: 10px;
}

.degrees-table > div > div > a:hover {
  color: #000;
  font-weight: bold;
}

.degrees-table > div > div > a {
  color: inherit;
}

.degrees-table > div > div > span:last-of-type {
  text-align: center;
}

/* show */

.degrees > div .show, .show-btn {
  width: fit-content;
  margin: auto;
  cursor: pointer;
  font-weight: bold;
  color: #646464 !important;
  user-select: none;
}

.degrees > div .show > *, .show-btn > * {
  display: block;
  text-align: center;
}

.degrees-table > div > div:last-of-type {
  display: none;
}

/* models */

.models {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--margin-top);
  justify-content: space-between;
  gap: 10px;
}

.models > div {
  /* padding: 10px; */
  width: calc(33.33% - 10px);
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* box-sizing: border-box; */
  min-width: 250px;
}

.models > div p {
  color: var(--p-color);
}

.models > div > i {
  font-size: 60px;
}

/* Degrees End */

/* Companies Start */

.companies {
  /* width: 90%; */
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  display: flex;
  /* flex-wrap: wrap; */
}

.companies > div:last-of-type {
  display: flex;
  align-items: center;
}

.companies img {
  max-width: 100%;
}

/* Companies End */

/* Certificat Start */

.cert {
  /* width: 90%; */
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}

.cert h1 {
  background-image: var(--main-color);
  width: fit-content;
  padding: 20px;
  color: #fff;
}

.cert > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cert img {
  max-width: 100%;
}

.cert > div > div {
  padding: 10px;
  /* margin: 5px; */
  width: 125px;
  /* min-width: 150px; */
  text-align: center;
  cursor: pointer;
  height: 120px;
}

.cert > div > div > p {
  display: none;
  font-size: 0.875rem;
}

.cert > div > div > p > a {
  color: #000;
  display: block;
  width: fit-content;
  margin: auto;
  font-weight: bold;
  border-bottom: var(--main-color-2) solid 1px;
}

.cert > div > div:hover > img {
  display: none;
}

.cert > div > div:hover > p {
  display: block;
}

/* Certificat End */

/* appoitment Start */

div.time label {
  /* grid-row: 1; */
  grid-column: 1/4;
}


.appoitment div.time {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(2, calc(50% - 5px));
  /* grid-row: 5; */
  /* grid-column: 1/3; */
  justify-content: space-between;
  column-gap: 10px;
}

.appoitment .progs {
  grid-column: 1/3;
}

.appoitment .progs > div {
  display: grid;
  grid-template-columns: 50px calc(50% - 50px) 50px calc(50% - 50px);
  align-items: center;
  justify-content: left;
  height: 400px;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.appoitment .progs > div > input {
  height: 20px !important;
}

/* appoitment End */

/* em Start */

.btn-check:checked+.btn {
  border: 2px solid var(--main-color-2) !important;
  color: var(--main-color-2) !important;
  font-weight: bold;
}

.form-field-em .input {
  width: 100% !important;
  /* height: 40px !important; */
  padding: 10px;
  border-radius: 7px !important;
  border: 1px solid #000 !important;
  margin: 10px auto !important;
  /* padding-left: 0;
  padding-right: 0;
  padding-left: 5px; */
}

.form-field-em input[type=radio], .form-field-em input[type=checkbox] {
  width: 20px !important;
  height: 20px;
}

/* .em-form {
  display: grid;
  grid-template-columns: 60% 40%;
} */

.submit-div .submit-btn {
  margin-top: 30px;
}

.summary-div {
  height: fit-content;
  /* padding-bottom: 50px !important; */
  /* position: sticky; */
  /* top: 50; */
}

.summary-table > div {
  display: grid;
  grid-template-columns: auto 1fr;
  /* gap: 10px; */
}


/* em End */

/* Form Start */

.form form > div:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.form form > div:last-of-type {
  display: flex;
  justify-content: right;
}

.form-field, .form-field-em {
  margin-top: 20px;
}

.form-field > label, .form-field-em > label {
  font-weight: bold;
  font-size: 15px;
  /* display: block; */
  /* width: 100%; */
  /* margin: 10px auto; */
}

.form-field input, .select2-container .select2-selection--single{
  width: 100% !important;
  height: 40px !important;
  border-radius: 7px !important;
  border: 1px solid #000 !important;
  margin: 10px auto !important;
  padding-left: 0;
  padding-right: 0;
  padding-left: 5px;
  /* box-sizing: border-box; */
}

.form-field input {
  width: calc(100% - 7px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 0.875rem;
}

.form-field select, .select2-container .select2-selection--single {
  height: 45px !important;
  /* overflow: hidden; */
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;

  /* height: 42px !important; */
}

.select2-container {
  width: 100% !important;
}

.select2-selection__arrow {
  top: 11px !important;
  /* right: 1px !important; */
  height: 38px !important;
  /* width: 30px !important; */
}

.select2-selection__rendered{
  padding: 5px;
  padding-top: 8px;
  font-size: 12px;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 13px;
}

.submit-btn {
  background-color: var(--main-color-2);
  color: #fff;
  border: 1px solid #000;
  border-radius: 7px;
  height: 40px;
  width: 150px;
  border: none;
  /* margin: 10px; */
  cursor: pointer;
  /* font-weight: bold; */
}

div.phone label {
  /* grid-row: 1; */
  grid-column: 1/4;
}

div.phone-app {
  grid-column: auto !important;
}

div.phone {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 35% calc(65% - 10px);
  /* grid-row: 5; */
  grid-column: 1/3;
}

/* div.phone .select2-container {
  width: 20% !important;
  display: inline-block;
}*/

div.phone input {
  margin-left: 10px !important;
}

.required::after {
  content: '*';
  color: red;
  margin: 5px;
}

/* Form End */

/* Faqs Start */

.faqs {
  /* width: 90%; */
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}

.faqs > div {
  border: #000 solid 2px;
  padding: 20px;
  margin: 20px 0;
  overflow: hidden;
  transition: height 1s;
}

.faqs > div > p, .faqs > div > .ans {
  display: none;
  color: var(--p-color);
  margin-bottom: 0;
  margin-top: 1rem;
}

.open-faq {
  border: var(--main-color-2) solid 2px !important;
  /* height: var(--faq-max-height); */
}

.open-faq > p, .open-faq > .ans {
  display: block !important;
  /* visibility: hid; */
}

.faqs .ans *:last-child {
  margin-bottom: 0;
}



.faqs > div > div:first-of-type:hover, .open-faq > div > h4, .open-faq > div > i {
  cursor: pointer;
  color: var(--main-color-2);
  transition: all 0.4s;
}

.faqs > div i {
  display: inline;
  padding: 10px;
}

.faqs > div h4 {
  display: inline;
  font-weight: bold;
}

/* Faqs End */

/* Footer Strt */

footer {
  background-color: #161616;
  padding-top: var(--margin-top);
  padding-bottom: 20px;
  color: #8d8d8d;
}

footer a {
  color: #b8b8b8;
}

footer a:hover {
  color: #fff;
}

footer > div {
  /* width: 90%; */
  /* margin: auto; */
}

footer hr {
  border-radius: 10px;
  border: #3b3b3b solid 1px;
  margin-top: var(--margin-top);
}

footer > div > div:first-of-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

footer > div > div:first-of-type > div p {
  margin: 10px auto 0 0;
}

footer > div > div:first-of-type > div {
  /* min-width: 200px; */
  text-align: left;
  display: grid;
  grid-template-rows: 60% 40%;
}

footer > div > div:not(:last-of-type) div > a {
  margin-top: 10px;
  display: block;
}

footer > div > div > div:nth-child(2) > img {
  max-width: 110px;
}

footer img {
  max-width: 150px;
  margin-bottom: 20px;
}

/* footer iframe {
  max-width: 100%;
  max-height: 100%;
} */

footer > div > div:last-of-type {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}

footer > div > div:last-of-type > div:last-of-type {
  text-align: right;
}

footer > div > div:last-of-type > div {
  width: 50%;
  margin-top: calc(var(--margin-top) / 2);
}

footer > div > div:last-of-type {
  /* padding-top: 10px; */
}

footer i {
  color: var(--main-color-2);
}

/* Footer End */

/* Up btn Start */
.ups {
  position: fixed;
  /* right: 20px; */
  bottom: 20px;
  right: 0;
  text-align: center;
  padding-right: 20px !important;
  padding-left: 0 !important;
}

.up-btn {
  /* position: fixed; */
  width: 40px;
  height: 40px;
  /* bottom: 20px;
  right: 20px; */
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  background-color: var(--main-color-2);
  opacity: 0.7;
  display: none;
}

.up-btn:hover {
  opacity: 1;
  cursor: pointer;
}

.up-btn i {
  font-size: 20px;
  color: #fff;
  margin: 10px;
}

.wp-btn:hover {
  opacity: 0.75;
}

.wp-btn img {
  max-width: 60px;
}

/* Up btn End */








/* Global */
.color-black {
  color: #000;
}

.color-white {
  color: #fff !important;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-opacity-75:hover {
  opacity: 0.75;
}

.social-media img {
  max-width: 50px;
}

.social-media {
  display: grid;
  grid-template-columns: repeat(7, 14.28571428571429%);
  justify-content: center;
  text-align: center;
}

.color-gray {
  color: #646464 !important;
}

.list-style-none {
  list-style-type: none !important;
}

.mt {
  margin-top: var(--margin-top) !important;
}

.mb {
  margin-bottom: var(--margin-bottom) !important;
}

.main-border {
  border: var(--main-color-2) solid 2px;
}

.main-color {
  color: var(--main-color-2);
}

a {
  text-decoration: none;
}

.mt-50px {
  margin-top: 50px;
}

.flag {
  max-width: 20px;
}

.call-you input::placeholder {
  color: #eee;
  font-size: small
}

@media (min-width:992px){
  .em-form:not(.em-not-summary) {
    display: grid;
    grid-template-columns: 60% 40%;
  }

  .summary-div {
    position: sticky;
    transform: translateY(-50%);
    top: 70%;
  }
}

@media (min-width:768px){
  .bottom-md-13 {
    bottom: 13% !important;
  }

}

@media (min-width:576px){
  .position-absolute-sm {
    position: absolute !important;
  }

  .w-75-sm {
    width: 75% !important;
  }
}


/* Media */

@media screen and (min-width: 1300px) {
  :root {
    --all-margin: 200px;
  }
}

@media screen and (min-width: 1500px) {
  :root {
    --all-margin: 250px;
  }
}

@media screen and (min-width: 1800px) {
  :root {
    --all-margin: 350px;
  }
}

@media screen and (min-width: 2000px) {
  :root {
    --all-margin: 450px;
  }
}


@media screen and (min-width: 1101px) {
  .menu-list {
    display: none !important;
  }

}

@media screen and (max-width: 1100px) {

  :root {
    --all-margin: 80px;
  }

  .abs-nav .top-2, .partner .top-2 {
    font-size: 35px;
  }

  .navbar > ul > li:not(:nth-child(1), :nth-child(2)) {
    display: none;
  }

  .navbar {
    gap: 0;
  }

  .apply-now-header {
    display: block;
  }

  header .navbar ul {
    grid-template-columns: repeat(2, auto);
    justify-content: right;
    gap: 15px;
  }

  header .navbar > ul li:nth-child(2) {
    display: inline-block !important;
  }

  .menu-icon {
    display: inline-block !important;
  }

}

@media screen and (max-width: 480px) {
  header .navbar-top ul:first-of-type {
    width: min-content;
  }
}

@media screen and (max-width: 400px) {
  header .navbar-top ul:last-of-type li {
    margin-left: 10px;
  }

  .logo-2 {
    /* max-width: 90px; */
    /* max-width: 100%; */
    width: 100%;
  }
  .logo-3 {
    /* max-width: 60px; */
    max-width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .abs-nav .top-2, .partner .top-2 {
    font-size: 15px;
  }

  .partner {
    grid-template-columns: 1fr;
  }

  .partner > div:last-of-type {
    padding-top: 40px;
    padding-left: 0;
  }

  .partner img {
    max-width: 65%;
  }
}



@media screen and (max-width: 750px) {

  :root {
    --all-margin: 15px;
  }

  .abs-nav > div:first-of-type > img {
    /* max-width: 65%; */
    max-width: 50%;
  }

  .abs-nav .top-2, .partner .top-2 {
    font-size: 25px;
  }

  .navbar-ground {
    height: calc(100vh - 125px);
  }

  .features {
    grid-template-columns: 1fr;
  }

  .appoitment .progs > div {
    grid-template-columns: 50px calc(100% - 50px);
  }

  .studies-phs {
    grid-template-columns: 1fr;
  }

  .degrees-table {
    display: grid;
    grid-template-columns: 1fr;
  }

  .degrees-table > div:not(:first-of-type) {
    border-left: none;
  }

  .degrees-table > div > div:last-of-type {
    display: block;
  }

  .degrees > div > .cont > div.show {
    display: none;
  }
  
  .apply-btn {
    margin-top: 30px;
  }

  .companies {
    flex-wrap: wrap;
  }

  .form form > div:first-of-type {
    display: block;
    max-width: 100%;
  }

  footer > div > div:first-of-type {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  div.phone {
    grid-template-columns: 40% calc(60% - 10px);
  }

  footer > div > div:last-of-type > div {
    width: 100%;
  }

  footer > div > div:first-of-type > div {
    grid-template-rows: auto auto;
  }

}

@media screen and (max-width: 850px) {
  :root {
    --faq-min-height: 40px;
    --faq-max-height: 260px;
  }

  .features {
    /* flex-wrap: wrap; */
  }

  

}

@media screen and (max-width: 470px) {
  :root {
    --faq-min-height: 60px;
    --faq-max-height: 330px;
  }
}

@keyframes menu {

  from {
    height: 0;
    display: none;
  }
  to {
    height: 230px;
    display: block;
  }
}

@keyframes menu1 {

  from {
    height: 0;
    display: none;
  }
  to {
    height: 230px;
    display: block;
  }
}

@keyframes menuIcon {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menuIcon1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-up, .fade-left, .fade-right {
  visibility: hidden;
}

.fade-up-ani {
  animation: fadeUp 1s;
  visibility: visible;
  scroll-behavior: none;
}

.fade-left-ani {
  animation: fadeLeft 1s;
  visibility: visible;
  scroll-behavior: none;
}

.fade-right-ani {
  animation: fadeRight 1s;
  visibility: visible;
  scroll-behavior: none;
}

@keyframes fadeUp {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeRight {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeLeft {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

/* @keyframes faqs {
  0% {
    height: var(--faq-min-height);
  }
  100% {
    height: var(--faq-max-height);
  }
}
@keyframes faqs1 {
  0% {
    height: var(--faq-max-height);
  }
  100% {
    height: var(--faq-min-height);
  }
} */

@keyframes faq-p {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes faq-p1 {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes upbtn {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 0.7;
    display: block;
  }
}
@keyframes upbtn1 {
  0% {
    opacity: 0.7;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/* @keyframes degrees {
  0% {
    height: 400px;
  }
  100% {
    height: 750px;
  }
}

@keyframes degrees1 {
  0% {
    height: 400px;
  }
  100% {
    height: 750px;
  }
} */


.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #9b9b9b;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .ci {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .cin {
    display: flex;
  }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}

.img-carousel {
  max-width: 75px;
  border: var(--main-color-2) solid 2px;
  border-radius: 50%;
  padding: 0;
}