@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;family=Saira+Condensed:wght@400;500;700&amp;display=swap");


.icons-sidebar  {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}
/*
@media (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}

@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1580px;
  }
}

@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1680px;
  }
}
*/
.section-py {
  padding: 60px 0;
}

@media screen and (max-width: 1700px) {
  .section-py {
    padding: 35px 0;
  }
}

@media screen and (max-width: 1536px) {
  .section-py {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1366px) {
  .section-py {
    padding: 25px 0;
  }
}

.section-py.about-school-engineering {
  padding: 60px 0;
}

@media screen and (max-width: 1700px) {
  .section-py.about-school-engineering {
    padding: 35px 0;
  }
}

@media screen and (max-width: 1536px) {
  .section-py.about-school-engineering {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1366px) {
  .section-py.about-school-engineering {
    padding: 25px 0;
  }
}

.section-pt {
  padding-top: 60px;
}

@media screen and (max-width: 1700px) {
  .section-pt {
    padding-top: 35px;
  }
}

@media screen and (max-width: 1536px) {
  .section-pt {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .section-pt {
    padding-top: 25px;
  }
}

.section-pb {
  padding-bottom: 60px;
}

@media screen and (max-width: 1700px) {
  .section-pb {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 1536px) {
  .section-pb {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .section-pb {
    padding-bottom: 25px;
  }
}

.section-pb.about-school-engineering {
  padding-bottom: 60px;
}

@media screen and (max-width: 1700px) {
  .section-pb.about-school-engineering {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 1536px) {
  .section-pb.about-school-engineering {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .section-pb.about-school-engineering {
    padding-bottom: 25px;
  }
}

.section-my {
  margin: 40px 0;
}

@media screen and (max-width: 1366px) {
  .section-my {
    margin: 20px 0;
  }
}

.section-mt {
  margin-top: 40px;
}

@media screen and (max-width: 1366px) {
  .section-mt {
    margin-top: 20px;
  }
}

.section-mb {
  margin-bottom: 40px;
}

@media screen and (max-width: 1366px) {
  .section-mb {
    margin-bottom: 20px;
  }
}

.icons-sidebar a {
  text-decoration: none;
  color: #747474;
}

.icons-sidebar a:hover {
  text-decoration: none;
  color: #000000;
}

.border-gray {
  border-color: #BCBCBC;
}

.w-80 {
  width: 80%;
}

.icon-insta {
  fill: #fff;
}

.section-white {
  background: #ffffff;
}

.section-gray {
  background: #eff1f4;
}

.section-gray-white {
  background: #eff1f4;
  position: relative;
}

.section-gray-white:before {
  width: 100%;
  height: 50%;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.section-heads-with-para-wrap {
  padding-bottom: 50px;
}

@media screen and (max-width: 1700px) {
  .section-heads-with-para-wrap {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1536px) {
  .section-heads-with-para-wrap {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .section-heads-with-para-wrap {
    padding-bottom: 20px;
  }
}

.section-heads-with-para-wrap p {
  font-size: 2.2rem;
  line-height: 32px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 1700px) {
  .section-heads-with-para-wrap p {
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .section-heads-with-para-wrap p {
    font-size: 1.8rem;
    line-height: 28px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .section-heads-with-para-wrap p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .section-heads-with-para-wrap p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.section-heads {
  font-family: "Saira Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #000000;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  line-height: 60px;
  width: auto;
  display: inline-block;
  text-transform: capitalize;
}

@media screen and (max-width: 1700px) {
  .section-heads {
    margin-bottom: 35px;
    line-height: normal;
  }
}

@media screen and (max-width: 1536px) {
  .section-heads {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-heads {
    margin-bottom: 25px;
  }
}

.section-heads.section-heads-with-para {
  margin-bottom: 35px;
}

@media screen and (max-width: 1700px) {
  .section-heads.section-heads-with-para {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1536px) {
  .section-heads.section-heads-with-para {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-heads.section-heads-with-para {
    margin-bottom: 25px;
  }
}

.section-heads:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f9a91a;
  background: linear-gradient(90deg, #f9a91a 0%, #eb417a 30%, #3f91c1 60%, white 90%);
}

@media screen and (max-width: 1700px) {
  .section-heads {
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1536px) {
  .section-heads {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .section-heads {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .section-heads {
    font-size: 3rem;
  }
}

.section-gray .section-heads:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 130px;
  height: 3px;
  background: #f9a91a;
  background: linear-gradient(90deg, #f9a91a 0%, #eb417a 30%, #3f91c1 60%, #eff1f4 90%);
}

.white-buttons {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1024px) {
  .white-buttons {
    padding: 7px 16px;
  }
}

.white-buttons.with-white-bg {
  border: 1px solid #39414C;
}

@media screen and (max-width: 1024px) {
  .white-buttons.with-white-bg {
    padding: 7px 16px;
  }
}

@media screen and (max-width: 480px) {
  .white-buttons.with-white-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.white-buttons.with-white-bg .arrow {
  width: 10px;
  height: 10px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(135deg);
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  top: -2px;
  position: relative;
}

.white-buttons.with-white-bg:hover .arrow {
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(135deg);
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  top: -2px;
  position: relative;
}

.white-buttons span {
  width: 100%;
  height: 100%;
  color: #39414C;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}

.white-buttons:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #39414C;
  transition: all ease 0.3s;
}

.white-buttons:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.white-buttons:hover span {
  color: #ffffff;
}

.white-buttons:hover:after {
  width: 100%;
}

.white-buttons:hover.with-white-bg {
  border: 1px solid #ffffff;
}

.trans-buttons {
  border-radius: 8px;
  background-color: transparent;
  padding: 5px 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #C7C7C7;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1024px) {
  .trans-buttons {
    padding: 5px 16px;
  }
}

@media screen and (max-width: 480px) {
  .trans-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 411px) {
  .trans-buttons {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
.trans-buttons span {
  font-size: 14px !important;
} 
}

.trans-buttons span {
  width: 100%;
  height: 100%;
  color: #39414C;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}

.trans-buttons:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all ease 0.3s;
}

.trans-buttons:hover, .trans-buttons.active {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.trans-buttons:hover span, .trans-buttons.active span {
  color: #39414C;
}

.trans-buttons:hover:after, .trans-buttons.active:after {
  width: 100%;
}

.black-buttons {
  border-radius: 8px;
  background-color: #000000;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ffffff;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1024px) {
  .black-buttons {
    padding: 7px 16px;
  }
}

@media screen and (max-width: 480px) {
  .black-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.black-buttons span {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}

.black-buttons:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all ease 0.3s;
}

.black-buttons:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.2);
}

.black-buttons:hover span {
  color: #000000;
}

.black-buttons:hover:after {
  width: 100%;
}

.gray-buttons {
  border-radius: 8px;
  background-color: #39414C;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ffffff;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1024px) {
  .gray-buttons {
    padding: 7px 16px;
  }
}

@media screen and (max-width: 480px) {
  .gray-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.gray-buttons span {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}

.gray-buttons:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all ease 0.3s;
}

.gray-buttons:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-color: #39414C;
}

.gray-buttons:hover span {
  color: #39414C;
}

.gray-buttons:hover:after {
  width: 100%;
}

.blacknwhite-buttons {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #707070;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1024px) {
  .blacknwhite-buttons {
    padding: 7px 16px;
  }
}

@media screen and (max-width: 480px) {
  .blacknwhite-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.blacknwhite-buttons span {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  word-break: break-all;
}

.blacknwhite-buttons:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  transition: all ease 0.3s;
}

.blacknwhite-buttons:hover, .blacknwhite-buttons.active {
  border-color: rgba(0, 0, 0, 0.2);
}

.blacknwhite-buttons:hover span, .blacknwhite-buttons.active span {
  color: #ffffff;
}

.blacknwhite-buttons:hover:after, .blacknwhite-buttons.active:after {
  width: 100%;
}

.text-link {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  position: relative;
  transition: all ease 0.3s;
}

.text-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: all ease 0.3s;
}

.text-link:hover:after {
  width: 100%;
}

.arrow-button {
  width: 48px;
  height: 20px;
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: all ease 0.3s;
  text-indent: -9999px;
  position: relative;
  transform-origin: 0 0;
  background: url(../images/link-arrow.html) no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 991px) {
  .arrow-button {
    width: 48px;
    height: 19px;
  }
}

.arrow-button:hover {
  transform: scale(1.3);
  transform-origin: 0 0;
  background: url(../images/link-arrow-hover.html) no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 991px) {
  .arrow-button:hover {
    transform: none;
  }
}

.icons-sidebar img {
  max-width: 100%;
  height: auto;
}

.icons-sidebar figure {
  overflow: hidden;
  transition: all ease 0.3s;
  margin: 0;
  width: 100%;
}

.icons-sidebar figure img {
  transition: all ease 0.3s;
  display: inline-block;
  width: 100%;
}

.icons-sidebar figure:hover figure img {
  transform: scale(1.00);
}

.icons-sidebar figure:hover:before {
  margin-left: 10px;
}

.icons-sidebar figure:hover:after {
  margin-left: 10px;
}

@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.switches-container {
  width: 220px;
  height: 62px;
  position: absolute;
  left: 25px;
  bottom: 25px;
  display: flex;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.switches-container .custom-radio {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.switches-container .custom-radio label {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 1.8rem;
}

.switches-container .custom-radio label.checked {
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.switches-container .custom-radio input {
  visibility: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .switches-container {
    position: relative;
    left: auto;
    bottom: auto;
    height: 42px;
    margin-top: 15px;
  }
  .switches-container label {
    font-size: 1.6rem;
  }
  .switches-container .switch-wrapper .switch div {
    font-size: 1.6rem;
  }
}

.icons-sidebar {
  position: fixed;
  right: 0;
  top: 40%;
  margin-top: -45px;
  z-index: 99;
  background-color: #000000;
  border-radius: 8px 0 0 8px;
  padding: 20px;
}

.icons-sidebar a.trans-buttons {
  display: none;
}

@media screen and (max-width: 991px) {
  .icons-sidebar {
    top: auto;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-radius: 0px;
    padding: 10px 10px;
  }
  .icons-sidebar a.trans-buttons {
    display: block;
    border-color: #ffffff;
    min-width: 110px;
  }
  .icons-sidebar a.trans-buttons span {
    color: #ffffff;
  }
  .icons-sidebar a.trans-buttons:hover span {
    color: #1E1E1E;
  }
}

.icons-sidebar .black-buttons {
  display: none;
}

@media screen and (max-width: 991px) {
  .icons-sidebar .black-buttons {
    display: block;
  }
}

.icons-sidebar .three-dots-click {
  display: none;
}

@media screen and (max-width: 991px) {
  .icons-sidebar .three-dots-click {
    display: block;
  }
}

.icons-sidebar .icons-sidebar-list {
  display: flex;
  align-items: center;
}

.icons-sidebar .icons-sidebar-list ul {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list ul {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}

.icons-sidebar .icons-sidebar-list ul li {
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list ul li {
    padding: 0 10px;
  }
  .icons-sidebar .icons-sidebar-list ul li:first-child, .icons-sidebar .icons-sidebar-list ul li:nth-child(2) {
    display: block;
  }
  .icons-sidebar .icons-sidebar-list ul li:nth-child(3), .icons-sidebar .icons-sidebar-list ul li:last-child {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .icons-sidebar .icons-sidebar-list ul li {
    padding: 0 10px;
  }
}

.icons-sidebar .icons-sidebar-list ul li:last-child {
  padding-bottom: 0;
}

.icons-sidebar .icons-sidebar-list ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: all ease 0.3s;
}

.icons-sidebar .icons-sidebar-list ul li a:hover {
  transform: scale(1.2);
}

.icons-sidebar .icons-sidebar-list ul li a img {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list.active ul li:first-child, .icons-sidebar .icons-sidebar-list.active ul li:nth-child(2) {
    display: none;
  }
  .icons-sidebar .icons-sidebar-list.active ul li:nth-child(3), .icons-sidebar .icons-sidebar-list.active ul li:last-child {
    display: block;
  }
}

.icons-sidebar.cta-v2 {
  background: transparent;
  padding: 10px 3px;
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 {
    background: #000000 !important;
    padding: 5px;
  }
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .three-dots-click {
    display: none;
  }
}

.icons-sidebar.cta-v2 .icons-sidebar-list {
  display: flex;
  align-items: center;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li {
  padding-bottom: 0;
  margin-bottom: 3px !important;
  border-radius: 5px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li {
    padding: 0 10px 0px 0px;
    background-color: transparent;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:first-child, .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(2) {
    display: block;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3), .icons-sidebar.cta-v2 .icons-sidebar-list ul li:last-child {
    display: block;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3) {
    padding-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li {
    padding: 0 5px;
    margin-right: 5px;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3) {
    padding-right: 5px;
  }
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li:last-child {
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li .sidebar-note-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  color: #ffffff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  padding: 10px 15px;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li .sidebar-note-overlay {
    display: none;
  }
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
  padding: 5px 6px;
  width: auto;
  height: auto;
  display: inline-block;
  transition: all ease 0.3s;
  border-radius: 5px;
  position: relative;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li a:hover {
  transform: none;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li a:hover .sidebar-note-overlay {
  width: 160px;
  left: -150px;
  opacity: 1;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li a img {
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a img {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 411px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a img {
    width: 18px !important;
    height: 18px !important;
  }
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: transparent;
  }
}

@media screen and (max-width: 480px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
    padding: 0 5px;
    background: transparent;
  }
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li.sidebar-chat {
    position: absolute;
    right: 0;
    bottom: 80px;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li.sidebar-chat a
    padding-right:5px !important;
    }
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li.sidebar-chat a img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:first-child, .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:nth-child(2) {
    display: none;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:nth-child(3), .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:last-child {
    display: block;
  }
}

.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

.black-text {
  color: #000000 !important;
}

.tableDiv {
  border-radius: 30px;
  background-color: #eff1f4;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .tableDiv {
    border-radius: 17px;
  }
}

.tableDiv .headsRow {
  background-color: #000000;
  border-radius: 30px;
  margin: 0;
  padding: 22px 30px;
}

@media screen and (max-width: 1024px) {
  .tableDiv .headsRow {
    padding: 17px;
    border-radius: 17px;
  }
}

@media screen and (max-width: 991px) {
  .tableDiv .headsRow {
    padding: 13px;
  }
}

.tableDiv .headsRow p {
  font-size: 2.5rem;
  line-height: 36px;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
  .tableDiv .headsRow p {
    font-size: 2.4rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .tableDiv .headsRow p {
    font-size: 2rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .tableDiv .headsRow p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  .tableDiv .headsRow p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.tableDiv .contentRow {
  padding: 15px 30px;
}

@media screen and (max-width: 1024px) {
  .tableDiv .contentRow {
    padding: 15px 17px;
  }
}

@media screen and (max-width: 991px) {
  .tableDiv .contentRow {
    padding: 13px;
  }
}

.tableDiv .contentRow .row {
  margin: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.tableDiv .contentRow .row:last-child {
  border-bottom: none;
}

.tableDiv .contentRow .row:last-child .table-div-col {
  padding-bottom: 0px;
}

.tableDiv .contentRow .row .table-div-col {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .tableDiv .contentRow .row .table-div-col {
    padding-left: 4px;
    padding-right: 4px;
    word-wrap: break-word;
  }
}

.tableDiv .contentRow .row .table-div-col p {
  font-size: 2.8rem;
  line-height: 40px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.tableDiv .contentRow .row .table-div-col p:last-child {
  padding-bottom: 0px;
}

@media screen and (max-width: 1700px) {
  .tableDiv .contentRow .row .table-div-col p {
    font-size: 2.4rem;
    line-height: 36px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tableDiv .contentRow .row .table-div-col p {
    font-size: 2rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .tableDiv .contentRow .row .table-div-col p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  .tableDiv .contentRow .row .table-div-col p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.space-top-70 {
  margin-top: 70px;
}

@media screen and (max-width: 1700px) {
  .space-top-70 {
    margin-top: 55px;
  }
}

@media screen and (max-width: 1536px) {
  .space-top-70 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1366px) {
  .space-top-70 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 480px) {
  .space-top-70 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .success-section .success-details h2 {
    font-size: 3rem;
  }
}

.tooltip-Text {
  text-decoration: underline;
}

.section-blank {
  height: 60px;
}

@media screen and (max-width: 1700px) {
  .section-blank {
    height: 35px;
  }
}

@media screen and (max-width: 1536px) {
  .section-blank {
    height: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .section-blank {
    height: 25px;
  }
}

.section-gray + .section-gray + .section-space {
  padding-top: 60px !important;
  margin-top: 40px;
  background-color: #fff !important;
}

@media screen and (max-width: 1700px) {
  .section-gray + .section-gray + .section-space {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 1536px) {
  .section-gray + .section-gray + .section-space {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 1366px) {
  .section-gray + .section-gray + .section-space {
    padding-top: 25px !important;
    margin-top: 20px;
  }
}

.section-gray, .section-gray + .section-white {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media screen and (max-width: 1700px) {
  .section-gray, .section-gray + .section-white {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 1536px) {
  .section-gray, .section-gray + .section-white {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 1366px) {
  .section-gray, .section-gray + .section-white {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.blink_me {
  animation: blinker 1s linear infinite;
  -webkit-animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -ms-animation: blinker 1s linear infinite;
  -o-animation: blinker 1s linear infinite;
  font-weight: bold !important;
  color: #ee2b6d !important;
}

@keyframes blinker {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  .search-icon-top, .navbar-toggler {
    display: none;
  }
}

.side_icons {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -45px;
  z-index: 100;
}

.side_icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side_icons ul li {
  margin: 3px;
}

.side_icons ul li a {
  display: inline-block;
  transition: all .3s;
}

.side_icons ul li a:hover {
  transform: translateX(-5px);
}

@media (max-width: 991px) {
  .side_icons {
    display: none;
  }
}

.icons-sidebar img {
  max-width: 100%;
}

.icons-sidebar img.rounded {
  border-radius: 20px !important;
}

@media screen and (max-width: 480px) {
  .sticky-links-modals#helplineModal .modal-md {
    max-width: unset;
    padding: 0 20px;
  }
}

.sticky-links-modals#helplineModal .modal-content {
  text-align: center;
}

.sticky-links-modals#helplineModal .modal-content .modal-header h5 {
  width: 100%;
}

.sticky-links-modals#helplineModal .modal-content a {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  position: relative;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1700px) {
  .sticky-links-modals#helplineModal .modal-content a {
    font-size: 2.6rem;
  }
}

.sticky-links-modals#helplineModal .modal-content a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 1px;
  background: #000000;
  transition: all ease 0.3s;
}

.sticky-links-modals#helplineModal .modal-content a:hover:after {
  width: 100%;
}

.sticky-links-modals#chatWithUsModal .modal-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .sticky-links-modals#chatWithUsModal .modal-content ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .sticky-links-modals#chatWithUsModal .modal-content ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.sticky-links-modals#chatWithUsModal .modal-content ul li a {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  position: relative;
  padding-left: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1700px) {
  .sticky-links-modals#chatWithUsModal .modal-content ul li a {
    font-size: 1.8rem;
  }
}

.sticky-links-modals#chatWithUsModal .modal-content ul li a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50px;
  width: 0;
  height: 1px;
  background: #000000;
  transition: all ease 0.3s;
}

.sticky-links-modals#chatWithUsModal .modal-content ul li a:hover:after {
  width: calc(100% - 50px);
}

@media screen and (max-width: 991px) {
  .sticky-links-modals#chatWithUsModal .modal-content ul li a:hover:after {
    display: none;
  }
}

.sticky-links-modals#chatWithUsModal .modal-content ul li a span {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}

.sticky-links-modals#chatWithUsModal .modal-content ul li a span img {
  width: 1005;
}

.sticky-links-modals .modal-lg {
  max-width: 1165px;
}

@media screen and (max-width: 1024px) {
  .sticky-links-modals .modal-lg {
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-lg {
    max-width: unset;
    padding: 0 20px;
  }
}

.sticky-links-modals .modal-header {
  position: relative;
}

@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-header {
    padding: 0 15px 15px;
    margin: 0 -15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.sticky-links-modals .modal-header .btn-close {
  width: 34px;
  height: 34px;
  background-image: none;
  position: absolute;
  right: -80px;
  top: -40px;
}

@media screen and (max-width: 991px) {
  .sticky-links-modals .modal-header .btn-close {
    right: -20px;
    top: -20px;
  }
}

@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-header .btn-close {
    right: 20px;
    top: 0;
    width: 22px;
    height: 22px;
  }
}

.sticky-links-modals .modal-header .btn-close img {
  width: 100%;
}

.sticky-links-modals .modal-content {
  border-radius: 30px;
  border: none;
  padding: 60px 100px;
}

@media screen and (max-width: 991px) {
  .sticky-links-modals .modal-content {
    padding: 30px 40px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content {
    border-radius: 13px;
    padding: 15px;
  }
}

.sticky-links-modals .modal-content h5 {
  font-family: "Saira Condensed", sans-serif;
  color: #000000;
  font-size: 3.6rem;
}

@media screen and (max-width: 1700px) {
  .sticky-links-modals .modal-content h5 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .sticky-links-modals .modal-content h5 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content h5 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content .modal-body {
    padding: 0px;
  }
}

.sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap {
  margin: 0 -40px;
}

@media screen and (max-width: 991px) {
  .sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap {
    margin: 0 -20px;
  }
}

.sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap .form-select:after {
  right: 20px;
  top: 20px;
}

@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap .form-group {
    margin-bottom: 20px;
  }
  .sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap .form-group label {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 480px) {
  .sticky-links-modals .modal-content .counsellors-form-wrap .form-elements-wrap .form-group .errorMsg {
    bottom: -20px;
  }
}

.sticky-links-modals .modal-content .otp-elements-wrap {
  display: none;
}

.hide {
  display: none;
}

.locate-us-wrap {
  border: 2px solid #D6D6D6;
  border-radius: 45px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  height: 490px;
}

@media screen and (max-width: 1024px) {
  .locate-us-wrap {
    border-radius: 25px;
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .locate-us-wrap {
    border-radius: 17px;
  }
}

.locate-us-wrap img {
  width: 100%;
  height: 100%;
}

.enquiry-form-wrap {
  background-color: #eff1f4;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .enquiry-form-wrap {
    border-radius: 25px;
  }
}

@media screen and (max-width: 480px) {
  .enquiry-form-wrap {
    border-radius: 17px;
  }
}

.enquiry-form-wrap img {
  width: 100%;
  height: 100%;
}

ul.list-with-bullet {
  padding-left: 0px;
}

ul.list-with-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  list-style: none;
  color: #000000;
  width: 100%;
  font-size: 2rem;
  line-height: 30px;
}

ul.list-with-bullet li a {
  color: #000000;
  position: relative;
}

@media (max-width: 1700px) {
  ul.list-with-bullet li {
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1366px) {
  ul.list-with-bullet li {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  ul.list-with-bullet li {
    font-size: 1.6rem;
    line-height: 22px;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  ul.list-with-bullet li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

ul.list-with-bullet li:before {
  content: "";
  position: absolute;
  right: -18px;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000000;
}

@media (max-width: 1700px) {
  ul.list-with-bullet li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}

@media (max-width: 768px) {
  ul.list-with-bullet li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}

ul.list-without-bullet {
  padding-left: 0px;
}

ul.list-without-bullet li {
  position: relative;
  font-size: 2.8rem;
  margin-bottom: 25px;
  line-height: 40px;
  list-style: none;
  color: #000000;
  width: 100%;
}

ul.list-without-bullet li a {
  color: #000000;
  position: relative;
}

@media (max-width: 1700px) {
  ul.list-without-bullet li {
    font-size: 1.8rem;
    line-height: 25px;
    padding-left: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1366px) {
  ul.list-without-bullet li {
    font-size: 1.8rem;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  ul.list-without-bullet li {
    font-size: 1.6rem;
    line-height: 22px;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  ul.list-without-bullet li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

ul.list-with-arrow {
  padding-left: 0px;
}

ul.list-with-arrow li {
  position: relative;
  padding-left: 30px;
  font-size: 2.8rem;
  margin-bottom: 25px;
  line-height: 40px;
  color: #000000;
}

ul.list-with-arrow li::marker {
  font-size: 0px;
}

@media (max-width: 1700px) {
  ul.list-with-arrow li {
    font-size: 1.8rem;
    line-height: 25px;
    padding-left: 22px;
  }
}

@media screen and (max-width: 1366px) {
  ul.list-with-arrow li {
    font-size: 1.6rem;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  ul.list-with-arrow li {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  ul.list-with-arrow li {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

ul.list-with-arrow li:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border-top: solid 2px #555555;
  border-right: solid 2px #555555;
  transform: rotate(45deg);
}

@media (max-width: 1700px) {
  ul.list-with-arrow li:after {
    width: 8px;
    height: 8px;
    top: 18px;
  }
}

@media (max-width: 1366px) {
  ul.list-with-arrow li:after {
    width: 8px;
    height: 8px;
    top: 16px;
  }
}

@media (max-width: 1024px) {
  ul.list-with-arrow li:after {
    width: 8px;
    height: 8px;
    top: 12px;
  }
}

ul.width-50 li {
  max-width: 50%;
  width: 50%;
}

@media (max-width: 768px) {
  ul.width-50 li {
    max-width: 100%;
    width: 100%;
  }
}

.common-text p {
  font-size: 2.2rem;
  line-height: 32px;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
}

@media screen and (max-width: 1700px) {
  .common-text p {
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .common-text p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .common-text p {
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .common-text p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.common-text p:last-child {
  margin-bottom: 0;
}

.common-text p.strong {
  font-weight: 500;
  color: #000000;
}

.b-horizontal {
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.32);
  margin: 35px 0;
  display: inline-block;
}

@media (max-width: 1700px) {
  .b-horizontal {
    margin: 30px 0;
  }
}

@media (max-width: 1366px) {
  .b-horizontal {
    margin: 25px 0;
  }
}

@media (max-width: 1024px) {
  .b-horizontal {
    margin: 20px 0;
  }
}

.program-tab-heads h3 {
  margin-bottom: 0;
}

.program-tab-heads .b-horizontal {
  margin: 15px 0;
}

.two-col-program {
  border-radius: 30px;
  background-color: #eff1f4;
  padding: 40px 60px;
  width: 100%;
  display: flex;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 28px;
}

@media screen and (max-width: 1366px) {
  .two-col-program {
    font-size: 2rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .two-col-program {
    font-size: 1.8rem;
    padding: 20px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 480px) {
  .two-col-program {
    font-size: 1.4rem;
  }
}

.two-col-program p {
  margin-bottom: 0;
}

.two-col-program p span {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .two-col-program p.two-col-titles {
    border-bottom: 1px solid rgba(112, 112, 112, 0.32);
  }
}

@media screen and (max-width: 768px) {
  .two-col-program p {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}

.two-col-program a {
  font-size: 1.8rem;
  line-height: 28px;
  text-decoration: underline;
  color: #000000;
}

.two-col-program a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1366px) {
  .two-col-program a {
    font-size: 2rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .two-col-program a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .two-col-program a {
    font-size: 1.4rem;
  }
}

.side-column h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 28px;
  padding: 20px 0 25px;
  margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
  .side-column h3 {
    font-size: 2.4rem;
    line-height: 35px;
  }
}

@media screen and (max-width: 1366px) {
  .side-column h3 {
    font-size: 2rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .side-column h3 {
    font-size: 1.8rem;
    line-height: 25px;
  }
}

@media screen and (max-width: 480px) {
  .side-column h3 {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.three-rows {
  margin: 0 -30px;
}

.three-rows .side-column {
  padding: 30px;
}

.three-rows .side-column h3 {
  padding-top: 0;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #39414C;
}

.common-text.light-text p {
  font-size: 2.6rem;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 1700px) {
  .common-text.light-text p {
    font-size: 2.4rem;
    line-height: 30px;
  }
}

@media (max-width: 1366px) {
  .common-text.light-text p {
    font-size: 2.2rem;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .common-text.light-text p {
    font-size: 2rem;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .common-text.light-text p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.common-text.regular-text p {
  font-size: 2.6rem;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (max-width: 1700px) {
  .common-text.regular-text p {
    font-size: 2.4rem;
    line-height: 30px;
  }
}

@media (max-width: 1366px) {
  .common-text.regular-text p {
    font-size: 2.2rem;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .common-text.regular-text p {
    font-size: 2rem;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .common-text.regular-text p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.table table tr td a {
  font-size: 2rem;
  line-height: 30px;
}

@media screen and (max-width: 1700px) {
  .table table tr td a {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 1366px) {
  .table table tr td a {
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .table table tr td a {
    font-size: 1.4rem;
    line-height: 18px;
  }
}

.table table tr td ul li {
  font-size: 2rem;
  line-height: 30px;
}

@media screen and (max-width: 1700px) {
  .table table tr td ul li {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 1366px) {
  .table table tr td ul li {
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .table table tr td ul li {
    font-size: 1.4rem;
    line-height: 18px;
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.custom-modal .modal-header {
  justify-content: flex-end;
}

.custom-modal .modal-content {
  border-radius: 30px;
  background-color: #F0F4FA;
  padding: 55px 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .custom-modal .modal-content {
    padding: 30px;
    border-radius: 17px;
  }
}

.custom-modal .modal-content .custom-modal-close {
  width: 15px;
  height: 15px;
  background: url(../images/icon-close-black.html) no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
  border: none;
  position: absolute;
  right: 40px;
  cursor: pointer;
  z-index: 1;
}

.custom-modal .modal-content .modal-body {
  padding: 0;
}

.custom-modal .modal-content .modal-body p.modal-title {
  font-size: 2.5rem;
  color: #000000;
  padding-bottom: 24px;
  font-weight: 700;
  padding-bottom: 0px !important;
  margin-bottom: 30px;
  position: relative;
  color: #000000;
  font-weight: 300;
  line-height: 32px;
}

.custom-modal .modal-content .modal-body p.modal-title:before {
  width: 45px;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
}

@media screen and (max-width: 1366px) {
  .custom-modal .modal-content .modal-body p.modal-title {
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .custom-modal .modal-content .modal-body p.modal-title {
    font-size: 1.4rem;
    line-height: 18px;
    margin-bottom: 15px;
  }
}

.custom-modal .modal-content .modal-body p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1366px) {
  .custom-modal .modal-content .modal-body p {
    font-size: 2rem;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .custom-modal .modal-content .modal-body p {
    font-size: 1.4rem;
    line-height: 18px;
    padding-bottom: 15px;
  }
}

.custom-modal .modal-content .modal-body .eligibility-modal-content p {
  font-size: 2rem;
  color: #000000;
  line-height: normal;
  font-weight: 300;
  line-height: 30px;
}

.custom-modal .modal-content .modal-body .eligibility-modal-content p.bold {
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
  .custom-modal .modal-content .modal-body .eligibility-modal-content p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .custom-modal .modal-content .modal-body .eligibility-modal-content p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}


.formContainer {
  max-width: 1200px;
}

@media (max-width: 1536px) {
  .formContainer {
    max-width: 886px;
  }
}

.formContainer .createBtn.proceed {
  width: 250px;
}

.form-bg {
  background-image: url(../images/upes-form-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .form-bg {
    background-image: none;
    background-color: #fff;
  }
}

.form_rounded_box {
  padding: 45px;
  border-radius: 45px;
  border: solid 2px #A8A8A8;
}

@media (max-width: 767px) {
  .form_rounded_box {
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 45px 35px;
  }
}

.form_rounded_box .form_wrap {
  max-width: 455px;
  margin: 0 auto;
}

.form_rounded_box .form_wrap ul {
  display: flex;
  justify-content: center;
  text-align: center;
}

.form_rounded_box .form_wrap .nav-link.active h2 {
  font-weight: 500;
  color: #000;
}

.field_head {
  font-weight: 500;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 40px;
}

@media (max-width: 1700px) {
  .field_head {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 1536px) {
  .field_head {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .field_head {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 45px;
  }
}

label {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 1700px) {
  label {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  label {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}

label.headLabel {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1536px) {
  label.headLabel {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  label.headLabel {
    margin-bottom: 15px;
  }
}

.form-control {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  border-radius: 10px;
  border-color: #BABABA;
  padding: 15px 30px;
  font-weight: 400;
}

@media (max-width: 1700px) {
  .form-control {
    padding: 13px 22px;
    border-radius: 7px;
  }
}

@media (max-width: 1536px) {
  .form-control {
    padding: 13px 18px;
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .form-control {
    padding: 10px 15px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.form-control:disabled {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.48);
  pointer-events: none;
}

.form-control.mobileno {
  padding-left: 60px;
}

.tel-prefix {
  position: absolute;
  left: 0;
  z-index: 1;
  left: 60px;
  top: 67px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1700px) {
  .tel-prefix {
    top: 50px;
  }
}

@media (max-width: 1536px) {
  .tel-prefix {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .tel-prefix {
    top: 42px;
    left: 40px;
  }
}

.form-group {
  margin-bottom: 40px;
  position: relative;
}

.form-group.padd-lr {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .form-group.padd-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .form-group {
    margin-bottom: 35px;
  }
}

.form-group .edit-input {
  position: absolute;
  right: 30px;
  top: 53px;
  text-decoration: underline;
  cursor: pointer;
  z-index: 10;
  font-size: 1.6rem;
}

@media (max-width: 1536px) {
  .form-group .edit-input {
    top: 46px;
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .form-group .edit-input {
    top: 48px;
  }
}

.verifyBTN {
  border: #BCBCBC 1px solid;
  border-radius: 6px;
  font-size: 1.4rem;
  color: #000;
  font-size: 2rem;
  display: inline-flex;
}

.verifyBTN .lottieVerify {
  width: 28px;
  height: 28px;
  margin-left: 15px;
}

@media (max-width: 1536px) {
  .verifyBTN .lottieVerify {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
}

@media (max-width: 1700px) {
  .verifyBTN {
    padding: 13px 30px;
  }
}

@media (max-width: 1536px) {
  .verifyBTN {
    padding: 7px 25px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .sendOTP {
    font-size: 1.6rem !important;
  }
}

.backlink {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 40px;
}

.backlink a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.backlink img {
  transform: scale(0.85);
  margin-right: 10px;
}

.backlink {
  font-size: 2.2rem;
  margin-bottom: 55px;
}

@media (max-width: 1536px) {
  .backlink {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .backlink {
    font-size: 1.6rem;
    margin-bottom: 40px;
    display: none;
  }
  .backlink img {
    width: 50px;
    margin-right: 10px;
  }
}

.form_title {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 1700px) {
  .form_title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .form_title {
    display: block;
    margin-bottom: 20px;
  }
}

.form_rounded_box.createBox {
  border-radius: 20px;
  padding: 30px 100px 0;
  margin-bottom: 40px;
}

@media (max-width: 1536px) {
  .form_rounded_box.createBox {
    padding: 30px 70px 0;
  }
}

@media (max-width: 480px) {
  .form_rounded_box.createBox {
    border-radius: 15px;
  }
}

@media (max-width: 992px) {
  .form_rounded_box.createBox {
    padding: 30px 50px 0;
  }
}

.form_rounded_box.createBox .row {
  margin-left: -20px;
  margin-right: -20px;
}

.form_rounded_box.createBox .row .lrSpace {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .form_rounded_box.createBox {
    padding: 25px 20px 5px;
  }
}

.form-check {
  cursor: pointer;
  padding-left: 0;
}

@media (max-width: 767px) {
  .form-check {
    width: 100%;
    margin-bottom: 20px;
  }
}

.createAccountBtn {
  display: flex;
  justify-content: center;
  text-align: center;
}

.createAccountBtn .createBtn {
  font-size: 1.8rem;
  font-weight: 500;
  box-shadow: none;
  width: 260px;
  border-radius: 10px;
}

.createAccountBtn .createBtn:after {
  display: none;
}

@media (max-width: 1700px) {
  .createAccountBtn .createBtn {
    font-size: 1.6rem;
  }
}

@media (max-width: 1536px) {
  .createAccountBtn .createBtn {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .createAccountBtn .createBtn {
    width: 100%;
    font-size: 1.4rem;
  }
}

.success-details {
  display: flex;
  justify-content: center;
  text-align: center;
}

.success-details .completeNow {
  font-size: 1.8rem;
  box-shadow: none;
  width: auto;
  border-radius: 10px;
}

.success-details .completeNow:after {
  display: none;
}

@media (max-width: 480px) {
  .success-details .completeNow {
    width: 100%;
    font-size: 1.6rem;
  }
}

.form-check.radiomain {
  padding-left: 0;
}

.form-check.customCheck input[type=checkbox] + label {
  display: block;
  position: relative;
  padding: 0 0 0 43px;
  cursor: pointer;
}

.form-check.customCheck input[type=checkbox] {
  display: none;
}

.form-check.customCheck input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  display: inline-block;
  width: 26px;
  height: 26px;
  color: transparent;
  transition: .2s;
  line-height: 1.3;
  position: absolute;
  left: 0;
  text-align: center;
}

@media (max-width: 1536px) {
  .form-check.customCheck input[type=checkbox] + label:before {
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .form-check.customCheck input[type=checkbox] + label:before {
    line-height: 26px;
  }
}

.form-check.customCheck input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.form-check.customCheck input[type=checkbox]:checked + label:before {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.form-check.radiomain [type="radio"]:checked,
.form-check.radiomain [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-check.radiomain [type="radio"]:checked + label,
.form-check.radiomain [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #000;
  font-weight: 400;
}

.form-check.radiomain [type="radio"]:checked + label:before,
.form-check.radiomain [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.form-check.radiomain [type="radio"]:checked + label:before {
  border: 1px solid #454545;
}

.form-check.radiomain [type="radio"]:checked + label:after,
.form-check.radiomain [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #454545;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-check.radiomain [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check.radiomain [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-select {
  position: relative;
  background-image: none;
  border: none;
  padding: 0;
  background-color: transparent;
}

.form-select:after {
  position: absolute;
  right: 40px;
  top: 22px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #9E9E9E;
  border-right: 2px solid #9E9E9E;
  transform: rotate(135deg);
}

@media (max-width: 1536px) {
  .form-select:after {
    top: 15px;
  }
}

@media (max-width: 480px) {
  .form-select:after {
    top: 12px;
  }
}

.innerDetails {
  display: none;
}

.redStar {
  color: #EF4637;
  padding-right: 3px;
}

.errorMsg {
  display: none;
  position: absolute;
  left: 40px;
  bottom: -25px;
  color: #EF4637;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  width: 100%;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .errorMsg {
    font-size: 1.2rem;
    left: 25px;
  }
}

.error-search {
  display: none;
  color: #EF4637;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  width: 100%;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .error-search {
    font-size: 1.2rem;
  }
}

.selectedValue {
  display: none;
}

.radioWrap {
  margin-bottom: 0px;
}

.radioWrap .form-group {
  margin-bottom: 0px;
  width: auto;
  margin-right: 5px;
}

.form_rounded_box.appForm {
  max-width: 700px;
}

@media (max-width: 1700px) {
  .form_rounded_box.appForm {
    max-width: 600px;
    border-radius: 35px;
  }
}

@media (max-width: 1536px) {
  .form_rounded_box.appForm {
    max-width: 400px;
    border-radius: 20px;
  }
}

@media (max-width: 1700px) {
  .form-group.btn_wrap.text-center {
    margin-bottom: 0px;
  }
}

@media (max-width: 1536px) {
  .form-group.btn_wrap.text-center {
    margin-bottom: 0px;
  }
}

.enquiry-form-wrap.active .otp-elements-wrap {
  display: flex;
}

.enquiry-form-wrap.active .form-elements-wrap {
  display: none !important;
}

.enquiry-form-wrap .otp-elements-wrap {
  display: none;
}

.bg-red {
    background-color: #ED302F !important;
}
.bg-blue {
    background-color: #00A3E2 !important;
}
.bg-fb {
    background-color: #395492 !important;
}
.bg-black {
    background-color: #ED302F !important;
}
.bg-yellow {
    background-color: #FAB03A !important;
}
.bg-green {
    background-color: #00D46F !important;
}
.bg-violet {
    background-color: #812198 !important;
}