body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  background-color: #f5f5f5;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.profilelogin:hover .profile-infobox {
  display: block !important;
  margin-top: 5px;
}

circle.svg-bg {
  stroke: #aaa8a86e !important;
  stroke-linecap: round;
  stroke-linejoin: round;

}

circle.svg-fill {
  stroke: #62bd62 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dashoffset: 47;
}

.parsantag-fill {
  top: 99%;
  padding: 0px 6px;
  height: 12px;
  line-height: 13px;
  border-radius: 15px;
  color: #62bd62;
  font-weight: 700;
  background: #fff;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktbGlzdCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjUgMTJhLjUuNSAwIDAgMSAuNS0uNWgxMGEuNS41IDAgMCAxIDAgMUgzYS41LjUgMCAwIDEtLjUtLjVtMC00YS41LjUgMCAwIDEgLjUtLjVoMTBhLjUuNSAwIDAgMSAwIDFIM2EuNS41IDAgMCAxLS41LS41bTAtNGEuNS41IDAgMCAxIC41LS41aDEwYS41LjUgMCAwIDEgMCAxSDNhLjUuNSAwIDAgMS0uNS0uNSIvPgo8L3N2Zz4=);
  background-size: 36px 36px;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmkteC1sZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMi4xNDYgMi44NTRhLjUuNSAwIDEgMSAuNzA4LS43MDhMOCA3LjI5M2w1LjE0Ni01LjE0N2EuNS41IDAgMCAxIC43MDguNzA4TDguNzA3IDhsNS4xNDcgNS4xNDZhLjUuNSAwIDAgMS0uNzA4LjcwOEw4IDguNzA3bC01LjE0NiA1LjE0N2EuNS41IDAgMCAxLS43MDgtLjcwOEw3LjI5MyA4eiIvPgo8L3N2Zz4=)
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 700;
  color: #0E1133;
  font-size: 45px;
}

h2 {
  font-size: 45px;
  color: #0E1133;
  font-weight: 700;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

.btn-lg {
  font-size: 17px;
  font-weight: 200;
  padding: 11px 20px;
}









.toltipcus {
  position: relative;
  display: inline-block;
}



.toltipcus:hover::after {
  content: attr(textTooltip);
  position: absolute;
  top: 100%;
  width: max-content;
  background: #304CE0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  right: 0;
  margin-top: 5px;
  padding: 10px 16px;
  font-style: normal;
  border-radius: 5px 0px 5px 5px;
}






.btn-primary {
  background-color: #304CE0 !important;
  border-color: #304CE0 !important;
}

.btn-dark {
  background-color: #0E1133 !important;
  border-color: #0E1133 !important;
}

.border-btn-dark {
  background: transparent !important;
  color: #0E1133 !important;

}

.btn-dark:hover {
  background-color: #080a21 !important;
  border-color: #080a21 !important;
  color: #fff !important;
}

.text-primary {
  color: #304CE0 !important;
}

.form-control,
.form-select {
  padding: .775rem 1.75rem .775rem .75rem;
  font-size: 14px;
}

.navbar-brand img {
  width: 150px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.navbar-nav .nav-link.active {
  color: #304CE0;
}

.banner-section {
  background: url('../images/hero_banner.jpg');
  padding-top: 50px;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 567px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.banner-section:after {
  content: "";
  background: #00000042;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

.banner-section h1 span {
  font-weight: 300;
  display: block;
}

.box-one {
  border-radius: 10px;
  height: calc(100% - 20px);
  background: rgb(255, 255, 255);
  border-radius: 8px;
  text-align: left;
  margin-bottom: 20px;
  padding: 20px;
  width: 95%;
}



.box-one:hover .arrow-btn {
  margin-left: 3px;
  transition: 0.4s all ease;
}

.box-one img {
  border-radius: 10px;
  border: 1px solid #00000042;

}

.box-one {
  box-shadow: -15px 15px 0px 0px #00B1B0;
  border: 1px solid #00B1B0;
  transition: 0.4s all ease;
}

.box-one:hover {
  box-shadow: -20px 20px 0px 0px #00B1B0;

}

.box-two {
  box-shadow: -15px 15px 0px 0px #FFE510;
  border: 1px solid #FFE510;
  transition: 0.4s all ease;

}

.box-two:hover {
  box-shadow: -20px 20px 0px 0px #FFE510;

}


.box-three {
  box-shadow: -15px 15px 0px 0px #E468FF;
  border: 1px solid #E468FF;
  transition: 0.4s all ease;
}

.box-three:hover {
  box-shadow: -20px 20px 0px 0px #E468FF;

}

.effect-1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  cursor: pointer;
}



.effect-1::after {
  content: "";
  box-sizing: border-box;
  height: 0%;
  width: 0%;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  z-index: 111;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.effect-1:hover.effect-1::after {
  height: 94%;
  width: 94%;
  transition: 0.2s all linear;
  background: #ffffff2a;
}



.box-one .box-cont h5 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
}




.school-apply-section {
  padding: 105px 0;
  background: url(../images/path.svg) 91px 2px repeat, #000000c7 0 0 no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.subheading:before {
  content: "";
  background: url(../images/subheading-vector-white.png) 0 0 no-repeat;
  position: absolute;
  left: -51px;
  height: 51px;
  width: 107px;
  background-size: cover;
  top: -51px;
}

.subheading2:before {
  content: "";
  background: url(../images/subheading-vector.png) 0 0 no-repeat;
  position: absolute;
  left: -51px;
  height: 51px;
  width: 107px;
  background-size: cover;
  top: -51px;
}

.class-banner {

  margin-left: auto;
  margin-bottom: 40px;
  padding-top: 40px;
  width: auto;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px #fff;


}

.class-img {
  margin-bottom: -40px;
  margin-left: -80px;


}

.class-banner-2 {

  box-shadow: 0px 0px 10px #374643;
}

.class-banner-2 .class-img {
  margin-left: -40px;
}

.count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px !important;


  margin-bottom: 40px !important;
}

.count-box h5 {
  font-weight: 800;

}


.count-subbox {
  width: 100%;
  padding: 8px 0px;

  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px !important;
}


.count-subbox>img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 0;
}

.count-subbox span {
  position: relative;
  z-index: 111;
}

.guideline-section {
  background: #E1EEDA;
  padding: 105px 0;
}



.inner-banner-section {
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/8796857.jpg) 0 0 no-repeat;
  background-size: cover;
  flex-direction: column;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

#filterform span.btn-sm {
  width: 80px !important;
}


.inner-banner-section:before {
  background-color: rgba(0, 0, 0, 0.61);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonial-section {
  background: #fff url(../images/testi-bg.png) 0 0 no-repeat;
  padding: 50px 0;
}

.texti-heading {
  background: url(../images/yellow-bg-2.png) 0 30px no-repeat;
}

.ready-section {
  background: #fafafa url(../images/banner_bg.png) 0 0 no-repeat;
  padding-top: 50px;
  background-size: cover;
}

.testimonial__quote i {
  font-size: 30px;
  color: #304CE0;
}

.userimg {
  height: 80px;
  width: 80px;
  border-radius: 100px;
  object-fit: cover;
  object-position: center;
}

#testicarousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 30px;
}

#testicarousel .owl-nav button {
  background-color: #304CE0;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 2px;
  border-radius: 5px;
}

.footersection {
  background: #0E1133;
}

.fheading {
  color: #fff;
  margin-bottom: 20px;
}

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

.menu-list li {
  display: block;
}

.menu-list li a {
  display: inline-block;
  color: #fff;
  padding: 5px 0px;
  position: relative;
  font-weight: 300;
}

.menu-list li a::before {
  content: "\F280";
  position: relative;
  color: #fff;
  font-family: bootstrap-icons !important;
  font-size: 10px;
  margin-right: 10px;
}

.copyright {
  background: #0C0E2F;
  padding: 30px 0;
}

.fsocial a {
  color: #fff;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.hero-1-circle {
  position: absolute;
  left: 50px;
  top: 50px;
  animation: MoveUpDown 5s linear infinite;

}

.orline {
  background: #ddd;
  height: 100%;
  width: 1px;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 0;
  }

  50% {
    bottom: 300px;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\F285";
  font-family: bootstrap-icons !important;
  display: inline-block;
  font-size: 9px;
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.socialicon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px #ddd;
  border-radius: 100%;
  text-align: center;
  line-height: 39px;
  margin: 5px;
  color: #aaa;
}

.accordion-item {
  margin-bottom: 20px !important;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}

.bottom-left ul {
  list-style: none;
}

.bottom-left ul li {
  display: inline-block;
  margin-right: 15px;
}

.listheading {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  font-size: 24px;
}

.listheading::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #304CE0;
}

.arrow-btn {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-left: -3px;
  font-weight: 500;
}


.bg-light {
  background-color: #efefef !important;
}

.sign__social {
  color: #666;
  display: inline-block;
  height: 50px;
  background: #eeedf2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  line-height: 52px;
  padding-left: 23px;
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  max-width: 400px;
  padding: 0 20px;
  min-width: 300px;
}

.sign__social:after {
  position: absolute;
  content: "";
  left: -57%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 220px;
  width: 220px;
  background: #3360bd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sign__social:hover:after {
  width: 100%;
  height: 150%;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sign__social:hover {
  color: #fff;
}

.loginbox {
  background: url(../images/sign-up.png) 50% 0% no-repeat;
}

.bg-primary {
  background: #304CE0 !important;
}

.sign__social.g-plus::after {
  background: #e93e30;
}

.flist {
  list-style: none;
  padding: 0;
}

.flist li {
  margin-bottom: 15px;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.courceimg {
  position: relative;
  overflow: hidden;
  height: 200px;
  aspect-ratio: 3/2;
  width: 100%;
}

.courceimg img {
  transition: all 0.3s ease-out 0s;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;

}

.unibox:hover .courceimg img {
  transform: scale(1.1);
  transition: all 0.3s ease-out 0s;
}

.aqurace {
  margin-top: -32px;
  position: relative;
}

.unibox {
  transition: all 0.3s ease-out 0s;
  height: calc(100% -20px);
  margin-bottom: 20px;
  position: relative;
  max-height: 460px;
  height: 100%;
}

.unibox:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out 0s;
}

.lbox {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  z-index: 9;
  box-shadow: 0px 1px 2px #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 10px;
  overflow: hidden;
  padding: 2px;
}

.lbox img {
  height: auto;
  width: 100%;
}

.wishbtn {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  z-index: 9;
  box-shadow: 0px 1px 2px #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #ddd;
  font-size: 18px;
  padding-top: 5px;
}

.wishbtn.active {
  color: #304ce0;
}

.slider-box {
  width: 90%;
}

.slider-box input {
  border: none;
  display: block;
}

input {
  width: 70%
}

.slider {

  margin: 25px 0;
  position: relative;
  background-color: #ddd;
  border-radius: 100px;
  border: 1px solid #00000023;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;

}

.ui-slider-range {
  background-color: #304ce0 !important;
  height: 10px;
  border-radius: 100px;
  position: absolute;
}

.ui-state-default {
  background: #304ce0;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100px;
  top: -5px;
  border: solid 2px #fff;
  box-shadow: 0 0 5px #9e9e9e;
  cursor: pointer;
}

.bigimg {
  height: 500px;
  background-size: cover !important;
  object-fit: cover;
  background-position: center 30% !important;
  border-radius: 0.5rem;
}

.detail-tab a {
  background-color: #fff;
  padding: 10px 15px !important;
  border-radius: 10px;
  color: #666;
  display: block;
}

.detail-tab a.active {
  background: #304ce0;
  color: #fff;
}

.detail-tab {
  z-index: 99;
}

.plist .nav-link {
  display: block;
  padding: 15px;
  border: solid 1px #ddd;
  color: #666;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: left;
}

.plist .nav-link i {
  margin-right: 15px;
  font-size: 20px;
}

.plist .nav-link.active {
  background-color: #304CE0;
  border-color: #304CE0;
  color: #fff;
}

.mbox {
  margin-bottom: 30px;
  height: calc(100% - 20px);
}

.mhad:after {
  content: "";
  background-color: #304ce0;
  height: 4px;
  width: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;

}

.hero-video {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.dbs::before {
  content: "";
  background-color: rgba(48, 76, 224, 0.46);
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.agendalist li {
  margin-bottom: 20px;
  ;
}

.agendalist li h4 {

  margin-bottom: 5px;
}

.agendalist li:nth-child(1) h4 {
  color: #ff5757;
}

.agendalist li:nth-child(2) h4 {
  color: #ffbd59;
}

.agendalist li:nth-child(3) h4 {
  color: #39dbb2;
}

.agendalist li:nth-child(4) h4 {
  color: #08bdf2;
}

.dt-table thead tr th {
  border: none !important;

}

.border-dash {
  border: dashed 1px #b9b9b9;
}

.text-small {
  font-size: 10px;
}

.loct {
  border: dashed 1px #a9c9ec;
  border-radius: 5px;
  padding: 5px;
  background: #f8faff;
}

.pimg {
  height: 240px;
  width: 240px;
  object-fit: cover;
}

.pimg1 {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.border-dashed {
  border: dashed 1px #ddd;
}

.verified {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #406EE5;
  font-size: 30px;
  filter: drop-shadow(2px 4px 6px #00000056);
}

.icondesignation {
  width: 100px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.tooltip-bg {
  background-color: #406EE5;
  color: #fff;
}


/* Consultent Css Start */

.my-tabs .nav-link {
  text-transform: uppercase;
  color: #666;
  padding: 15px;
  position: relative;
}

.my-tabs .nav-link.active {
  background-color: #304CE0;
}

.my-tabs .nav-link.active:before {
  content: "";
  border-right: solid 21px transparent;
  border-top: solid 55px #304ce0;
  right: -20px;
  height: 100%;
  position: absolute;
  top: 0
}

.dockimg {
  height: 150px;
  object-fit: cover;
}

.dropdown-item {
  color: #666;
  font-size: 13px;
  padding: 10px 15px;
}

.country-logo {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.border-bottom-dashed {
  border-bottom: dashed 1px #ddd;
}

.clogo {
  margin-top: -50px;
  position: relative;
}

.clogo-img {
  background: #fff;
  margin-top: -50px;
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 5px;
  max-width: 200px;
}

.company-tabs {
  margin-top: 20px;
}

.company-tabs a {
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  border-right: solid #ddd 1px;
  border-bottom: solid transparent 5px;
  border-left: 0px;
  border-radius: 0 !important;
  padding: 0 15px !important;
  text-align: center;
}

.company-tabs a.active {
  border-bottom-color: #304ce0;
  border-top-color: transparent;
  border-left-color: transparent;
  color: #304ce0;
}

.ldata {
  display: block;
  text-transform: uppercase;
  color: #999;
  font-size: 60%;
}

.g-photo {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* Consultent Css end */
/* resopnsive css */

@media (max-width:567px) {
  /* homepage */

  header .navbar-brand {
    margin-right: 0px !important;


  }

  .navbar-brand img {
    width: 140px !important;
  }

  .unibox {
    border: 1px solid #c5c5c5;
  }

  .courceimg img {
    object-fit: cover !important;
  }

  .unibox:hover .courceimg img {
    transform: scale(1);
  }



  h1 {
    font-size: 2rem;
  }

  .banner-section h1 {
    font-size: 2rem;
    font-weight: 800 !important;
    margin-bottom: 16px;
  }

  .banner-section h4 {
    font-size: 0.8rem;
    font-weight: 400 !important;
    margin-bottom: 24px;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .inner-banner-section {
    min-height: 250px !important;
  }

  .school-apply-section,
  .guideline-section {
    padding: 32px 0px;
  }

  .school-apply-section>img {
    width: 25px;
  }

  .class-banner,
  .class-banner-2 {
    box-shadow: none !important;
    padding-top: 0 !important;
  }

  .class-banner-2 .class-img {
    margin-left: 0px;
  }

  .class-img {
    margin-bottom: 0px;
    margin-left: 0px;

  }



  .count-box {
    margin-bottom: 20px !important;
  }

  .count-box h5 {
    font-size: 12px;
  }


  .testimonial-section {
    padding: 32px 0px;
  }

  #testicarousel .owl-nav {
    display: none;
  }


  #testicarousel .owl-dots button span {
    background: #fdfdff;
    height: 8px;
    width: 8px;
    box-sizing: border-box;
    margin: 4px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #304CE0;
    padding: 4px;
  }

  #testicarousel .owl-dots button.active span {
    background: #304CE0;
  }

  .texti-heading {
    background: none !important;
  }








  .box-one:hover {
    box-shadow: -15px 15px 0px 0px #00B1B0 !important;
  }

  .box-two:hover {
    box-shadow: -15px 15px 0px 0px #FFE510 !important;
  }

  .box-three {
    box-shadow: -15px 15px 0px 0px #E468FF !important;
  }


  .bigimg {
    height: 400px;
  }

  .ready-section {
    padding-top: 32px !important;
  }

  footer .footersection {
    padding: 32px 0px 0px;
  }



  /* company-details */
  #simple-list-example {
    padding: 0 !important;
    height: 0;
    transition: 0.2s all linear;
    overflow: hidden;
  }


  .unvidatails-tabs {
    margin-top: -20px;
    width: max-content !important;

  }

  .simplelisttoggle {
    height: 95% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
    flex-direction: column !important;
    padding: 16px !important;
  }

  .simplelisttoggle a {
    width: 100%;
  }

  .apexcharts-text {
    font-size: 30px !important;
  }

  #bar-chart .apexcharts-text {
    font-size: 16px !important;
  }


  /* career */
  .career-hadingbox {
    position: absolute;
    z-index: 111111;
    text-align: center;
  }

  .career-baner {
    height: 250px !important;
  }

  /* addmation */
  .eduction .table-responsive th,
  .eduction .table-responsive td {
    display: inline-block;
    width: 250px;


  }

  .eduction .table-responsive td label {
    padding: 12px !important;
  }

  .eduction .table-responsive th {
    padding: .775rem 1.75rem .775rem .75rem;

  }

  .pimg {
    width: 100% !important;
    height: 100% !important;
  }

  .banner-section {
    padding-top: 0px !important;
  }
}


@media (max-width:992px) {

  /* company-details */


  .banner-section {
    padding-top: 0px !important;
    height: 640px;
  }

  #simple-list-example {
    padding: 0 !important;
    height: 0;
    transition: 0.2s all linear;
    overflow: hidden;
  }


  .unvidatails-tabs {
    margin-top: -10px;
    width: max-content !important;

  }

  .simplelisttoggle {
    height: 96% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
    flex-direction: column !important;
    padding: 16px !important;
  }

  .simplelisttoggle a {
    width: 100%;
  }


  .bigimg {
    height: 400px;
  }

  .class-img {
    margin: 0;
  }

  .class-banner {
    width: auto;
    padding-bottom: 0;
    border-radius: 15px;
  }
}

@media (min-width: 992px) and (max-width:1920px) {
  .navbar-brand img {
    width: 150px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .d-lg-100 {
    width: 100%;

  }

  .consdrop:hover .consdrop-menu {
    display: block !important;
  }

  .unidetail-logo {
    height: 100px;
    width: 100px;
  }

}