/*------------------------------------------------------------------
[Master Stylesheet] - [Table of contents]
 1. Theme default css
 2. Header
 3. Mobile Menu
 4. About
 5. Services
 6. Chose
 7. Features
 8. Pricing
 9. Blog
10. bradcam
11. Counter
12. Testmonial
13. Team
14. Contact
15. services Details
16. project details
17. Error
18. Footer
------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                1.theme default css                         */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Helvetica font face  */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueBlack.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueBlack.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueBold.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueBold.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueLight.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueLight.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueMedium.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueMedium.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueRoman.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueRoman.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueRoman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueThin.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueThin.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueUltraLight.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueUltraLight.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueUltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corda';
  src: url('../fonts/Corda/Corda-Bold.woff2') format('woff2'),
    url('../fonts/Corda/Corda-Bold.woff') format('woff'),
    url('../fonts/Corda/Corda-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* line 67, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
body {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a,
.button,
button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 84, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus {
  text-decoration: none;
}

/* line 93, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 100, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
input:focus,
button:focus {
  outline: none;
}

/* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a,
button {
  outline: medium none;
}

/* line 108, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Helvetica Neue';
  color: #333333;
}

/* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 126, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 130, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
li {
  list-style: none;
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #373737;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
}


/* line 146, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 162, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 167, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 172, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 182, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* button style */
/* line 190, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel .owl-nav div {
  background: #f2fcff;
  height: 60px;
  left: 0px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60px;
  font-size: 12px;
  color: #c7cfd2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 225, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 228, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #202e3b;
}

/* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb-85 {
  margin-bottom: 85px;
}

@media (max-width: 575.98px) {

  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 40px;
  }
}

/* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb-65 {
  margin-bottom: 65px;
}

@media (max-width: 575.98px) {

  /* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-65 {
    margin-bottom: 20px;
  }
}

/* line 254, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 257, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_10 {
  margin-bottom: 10px;
}

/* line 260, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_12 {
  margin-bottom: 12px;
}

/* line 263, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 266, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 269, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_23 {
  margin-bottom: 23px;
}

/* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_24 {
  margin-bottom: 24px;
}

/* line 275, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_25 {
  margin-bottom: 25px;
}

/* line 278, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px;
}

/* line 281, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_35 {
  margin-bottom: 35px;
}

/* line 284, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_40 {
  margin-bottom: 40px;
}

/* line 287, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_45 {
  margin-bottom: 45px;
}

/* line 290, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_37 {
  margin-bottom: 37px;
}

/* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_50 {
  margin-bottom: 50px;
}

/* line 296, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_55 {
  margin-bottom: 55px;
}

/* line 299, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_60 {
  margin-bottom: 60px;
}

/* line 302, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_70 {
  margin-bottom: 70px;
}

/* line 305, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_76 {
  margin-bottom: 76px;
}

/* line 308, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_80 {
  margin-bottom: 80px;
}

/* line 312, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 315, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_20 {
  margin-top: 20px;
}

/* line 318, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 321, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_30 {
  margin-top: 30px;
}

/* line 324, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_24 {
  margin-top: 24px;
}

/* line 327, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_40 {
  margin-top: 40px;
}

/* line 330, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_50 {
  margin-top: 50px;
}

/* line 333, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_60 {
  margin-top: 60px;
}

/* line 336, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_70 {
  margin-top: 70px;
}

/* line 340, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_27 {
  margin-bottom: 27px;
}

/* line 344, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_15 {
  margin-right: 15px;
}

/* line 347, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_20 {
  margin-right: 20px;
}

/* line 350, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_30 {
  margin-right: 30px;
}

/* line 353, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_40 {
  margin-right: 40px;
}

/* line 356, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_50 {
  margin-right: 50px;
}

/* line 359, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_10 {
  margin-right: 10px;
}

/* line 362, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.pt_70 {
  padding-top: 70px;
}

@media (max-width: 767.98px) {

  /* line 362, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .pt_70 {
    padding-top: 30px;
  }
}

/* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.xl_mb_60 {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {

  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .xl_mb_60 {
    margin-bottom: 60px;
  }
}

/* line 376, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999;
  display: none;
}

/* line 383, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
#back-top a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 40px;
  background: #7E7B8A;
  font-size: 15px;
  border-radius: 9px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(100, 40, 114, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(100, 40, 114, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(100, 40, 114, 0.3);
}

@media (min-width: 1470px) {

  /* line 403, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .container {
    max-width: 1464px;
  }
}

/* line 416, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_spacing {
  padding: 139px 0 120px 0;
}

@media (max-width: 767.98px) {

  /* line 416, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_spacing {
    padding: 65px 0 45px 0;
  }
}

/* line 422, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_spacing2 {
  padding: 120px 0 120px 0;
}

@media (max-width: 767.98px) {

  /* line 422, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_spacing2 {
    padding: 45px 0 45px 0;
  }
}

/* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_spacing3 {
  padding: 139px 0 115px 0;
}

@media (max-width: 767.98px) {

  /* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_spacing3 {
    padding: 65px 0 40px 0;
  }
}

/* line 434, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_spacing4 {
  padding: 100px 0 100px 0;
}

@media (max-width: 767.98px) {

  /* line 434, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_spacing4 {
    padding: 65px 0 65px 0;
  }
}

/* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_padding {
  padding: 120px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  /* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {

  /* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px 40px 0;
  }
}

/* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_padding2 {
  padding: 110px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding2 {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  /* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding2 {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {

  /* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding2 {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding2 {
    padding: 70px 0px 40px 0;
  }
}

/* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_padding3 {
  padding: 100px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding3 {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  /* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding3 {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {

  /* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding3 {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding3 {
    padding: 70px 0px 40px 0;
  }
}

/* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_padding4 {
  padding: 80px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding4 {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  /* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding4 {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {

  /* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding4 {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding4 {
    padding: 70px 0px 40px 0;
  }
}

/* line 502, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  grid-gap: 22px;
}

/* line 510, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot {
  margin: 0 5px;
}

/* line 512, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 30px;
  background: #676464;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}

/* line 521, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid transparent;
  left: -7px;
  top: -7px;
}

/* line 531, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span:hover {
  transform: scale(1.2);
}

/* line 536, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot.active span {
  background: #642872;
}

/* line 539, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot.active span::before {
  border-color: #642872;
}

/* line 547, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_10 {
  font-size: 10px;
}

/* line 550, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_14 {
  font-size: 14px;
}

/* line 553, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_15 {
  font-size: 15px;
}

/* line 556, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_16 {
  font-size: 16px !important;
}

/* line 559, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_18 {
  font-size: 18px;
}

/* line 562, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_20 {
  font-size: 20px;
}

/* line 565, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_22 {
  font-size: 22px;
}

/* line 568, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_24 {
  font-size: 24px;
}

/* line 571, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_25 {
  font-size: 25px;
}

/* line 574, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_30 {
  font-size: 30px;
  line-height: 45px;
}

@media (max-width: 767.98px) {

  /* line 574, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .font_30 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 582, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_40 {
  font-size: 40px;
  line-height: 55px;
}

@media (max-width: 767.98px) {

  /* line 582, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .font_40 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 590, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_45 {
  font-size: 45px;
}

/* line 593, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_50 {
  font-size: 50px;
}

/* line 596, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_60 {
  font-size: 60px;
}

/* line 599, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_70 {
  font-size: 70px;
}

/* line 602, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_80 {
  font-size: 80px;
}

/* line 607, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_300 {
  font-weight: 300;
}

/* line 610, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_400 {
  font-weight: 400 !important;
}

/* line 613, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_500 {
  font-weight: 500;
}

/* line 616, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_600 {
  font-weight: 600;
}

/* line 619, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_700 {
  font-weight: 700;
}

/* line 622, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_800 {
  font-weight: 800;
}

/* line 626, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.dot_devide {
  display: inline-block !important;
}

/* line 630, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_text {
  color: #FF5170 !important;
}

/* line 633, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_text2 {
  color: #373737 !important;
}

/* line 636, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_text3 {
  color: #202e3b !important;
}

/* line 639, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_text4 {
  color: #392C7D !important;
}

/* line 642, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gray_bg {
  background: #F7F7F7;
}

/* line 645, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_1 {
  font-family: 'Helvetica Neue';
}

/* line 648, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_2 {
  font-family: 'Helvetica Neue';
}

/* line 653, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_24 {
  grid-gap: 24px;
}

/* line 656, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_12 {
  grid-gap: 12px;
}

/* line 659, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_14 {
  grid-gap: 14px;
}

/* line 662, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_20 {
  grid-gap: 20px;
}

/* line 665, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_30 {
  grid-gap: 30px;
}

/* line 669, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select::after {
  border-bottom: 1px solid #687083;
  border-right: 1px solid #687083;
  height: 10px;
  margin-top: 3px;
  width: 10px;
}

/* line 676, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box {
  padding: 30px 30px 0 30px;
  max-width: 100%;
  border-radius: 5px !important;
  border: 1px solid #e9e7f7;
  border-bottom: 0;
  margin-top: 16px;
  border-radius: 0 !important;
}

@media (max-width: 767.98px) {

  /* line 676, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .nice-select .nice-select-search-box {
    width: 100%;
  }
}

/* line 687, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box::before {
  content: "";
  position: absolute;
  left: 25px;
  transform: translateX(0%) rotate(-130deg);
  width: 25px;
  height: 25px;
  background: #fff;
  border-bottom: 1px solid #eceef4;
  z-index: 1;
  top: -13px;
  border-right: 1px solid #eceef4;
}

/* line 700, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box::after {
  content: "\e610";
  font-family: 'Helvetica Neue';
  color: #FF5170;
  font-size: 18px;
  position: absolute;
  left: 50px;
  top: 32px;
}

/* line 709, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box input {
  background: #f9f9fd;
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  font-family: 'Helvetica Neue';
  background: #f9f9fd;
  border-radius: 5px;
  height: 50px;
  padding-left: 48px;
  border: 0 !important;
}

/* line 720, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box input::placeholder {
  color: #687083;
  font-weight: 500;
}

/* line 726, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list {
  max-width: 436px;
  border: 1px solid #e9e7f7;
  margin-top: 18px;
  overflow-y: auto !important;
  margin-top: 95px;
  box-shadow: none !important;
  padding: 15px 0 19px 0;
  border-radius: 0 !important;
  border-top: 0 !important;
}

@media (max-width: 767.98px) {

  /* line 726, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .nice-select ul.list {
    width: 100%;
  }
}

/* line 739, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list li.option {
  font-size: 16px;
  font-weight: 600;
  color: #202e3b;
  font-family: 'Helvetica Neue';
  padding: 0px 30px;
  background: transparent;
}

/* line 746, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list li.option.focus,
.nice-select ul.list li.option:hover,
.nice-select ul.list li.option.selected.focus {
  color: #FF5170;
  background: #fff;
}

/* line 755, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field {
  background: #f9f9fd;
  height: 50px;
  border-radius: 5px;
  width: 400px;
}

/* line 760, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field button {
  font-size: 18px;
  color: #FF5170;
  padding: 0 0 0 15px;
  line-height: 100%;
  box-shadow: none !important;
}

/* line 766, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field button:hover {
  color: #FF5170;
}

/* line 770, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field input {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  font-family: 'Helvetica Neue';
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

/* line 782, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field.large_search_field {
  width: 500px;
  height: 60px;
}

/* line 785, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field.large_search_field button {
  padding-left: 30px;
}

/* line 788, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field.large_search_field input {
  height: 60px;
  line-height: 60px;
}

/* line 793, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field.style2 {
  border: 1px solid #e9e7f7;
  border-radius: 5px;
  background: #fff;
  width: 376px;
}

@media (max-width: 767.98px) {

  /* line 793, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .theme_search_field.style2 {
    width: 280px;
  }
}

/* line 804, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select {
  border: solid 1px #e9e7f7 !important;
  height: 30px;
  min-width: 95px;
  line-height: 30px;
}

/* line 809, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select::after {
  right: 20px;
  top: 6px;
}

/* line 813, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .current {
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-weight: 500;
  color: #9f9f9f;
  line-height: 30px;
}

/* line 820, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .list {
  width: 100%;
}

/* line 822, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .list .option {
  font-size: 14px;
  font-weight: 500;
}

/* line 828, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select {
  border: solid 1px #e1e2e6 !important;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background: #F8F8F8;
  border: 1px solid #EAEAEA !important;
  border-radius: 8px;
}

/* line 836, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select.select_transparent {
  background: transparent !important;
}

/* line 839, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select::after {
  right: 25px;
  top: 13px;
  color: #2D3436;
  font-size: 12px;
}

/* line 845, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .current {
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  line-height: 50px;
}

/* line 852, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .list {
  width: 100%;
}

/* line 854, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .list .option {
  font-size: 14px;
  font-weight: 400;
}

/* line 859, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select:focus,
.theme_select.open {
  border-color: #392C7D !important;
}

/* line 863, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select {
  border: solid 1px #e9e7f7 !important;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  min-width: 142px;
  padding: 0 15px;
}

/* line 870, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select.select_transparent {
  background: transparent !important;
}

/* line 873, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select::after {
  right: 20px;
  top: 6px;
  color: #687083;
  font-size: 12px;
}

/* line 879, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select .current {
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: 500;
  color: #687083;
  line-height: 35px;
}

/* line 886, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select .list {
  width: 100%;
}

/* line 888, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select .list .option {
  font-size: 14px;
  font-weight: 400;
}

/* line 894, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nowrap {
  white-space: nowrap;
}

/* line 898, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal {
  background-color: #f6f8fa;
}

/* line 900, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .form-control:focus {
  box-shadow: none;
}

/* line 903, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header {
  background-color: #fff;
  padding: 23px 30px;
  border-bottom: 0px solid transparent;
}

/* line 907, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header h5 {
  font-size: 22px;
  font-weight: 600;
}

/* line 911, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header span {
  font-size: 14px;
  color: #707070;
  opacity: 1;
}

/* line 917, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px;
}

/* line 919, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body input,
.cs_modal .modal-body .nice_Select {
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  border: 1px solid #f1f3f5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
}

/* line 931, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 29px;
}

/* line 933, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select:after {
  right: 22px;
  top: 35%;
  transform: translateY(-50%);
}

/* line 938, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select .list {
  width: 100%;
}

/* line 942, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .form-group {
  margin-bottom: 12px;
}

/* line 945, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body textarea {
  height: 168px;
  padding: 15px 20px;
  border: 1px solid #f1f3f5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

/* line 953, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  color: #707070;
  text-align: center;
}

/* line 959, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body p a {
  color: #202e3b;
}

/* line 964, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .btn_1 {
  width: 100%;
  display: block;
  margin-top: 20px;
}

/* line 970, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 {
  color: #fff;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  margin-top: 0;
}

/* line 975, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1:hover {
  color: #fff !important;
}

/* line 978, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 i {
  margin-right: 10px;
}

/* line 984, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
  background-color: #4285f4;
  border: 1px solid #4285f4;
}

/* line 991, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn {
  color: #707070;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}

/* line 998, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn:hover {
  color: #202e3b;
}

@media (min-width: 576px) {

  /* line 1007, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .instructor_cta .modal-dialog {
    max-width: 625px;
    margin: 1.75rem auto;
  }
}

/* line 1013, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.modal-header .close {
  opacity: 1;
  text-shadow: none;
  padding: 0;
  margin: 0;
  margin-top: 3px;
}

/* line 1020, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px;
  justify-content: center;
}

/* line 1026, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a {
  width: 48px;
  height: 48px;
  border-radius: 0%;
  border: 1px solid #D6D6D6;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue';
}

/* line 1038, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.active,
.theme_pagination a:hover {
  background: #FF5170;
  color: #fff;
  border-color: #FF5170;
}

/* line 1043, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.active i,
.theme_pagination a:hover i {
  color: #fff !important;
}

/* line 1047, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.next_pagination {
  border-color: #FF5170;
}

/* line 1049, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.next_pagination i {
  font-size: 20px;
  color: #FF5170;
}

/* line 1057, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.border_line {
  background: #392C7D;
  height: 2px;
  width: 80px;
  display: inline-block;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn {
  background: #FF5170;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn {
  padding: 16px 25px;
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn2 {
  padding: 16px 39px;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn3 {
  padding: 15px 20px;
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn4 {
  padding: 11px 21px;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn5 {
  padding: 13.5px 46px;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn6 {
  padding: 11px 39px;
}

@media (max-width: 575.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_btn {
    padding: 15px 16px;
  }
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn:hover {
  color: #FF5170;
  border-color: #FF5170;
  background: transparent;
  box-shadow: 0px 7px 14px rgba(57, 44, 125, 0.25);
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn:hover svg path {
  fill: none;
  stroke: #FF5170;
}

/* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2 {
  background: #392C7D;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.large_btn {
  padding: 20px 28px;
  border-radius: 8px;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn2 {
  padding: 16px 39px;
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn3 {
  padding: 15px 20px;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn4 {
  padding: 11px 21px;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn5 {
  padding: 13.5px 46px;
}

/* line 95, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn6 {
  padding: 11px 39px;
}

@media (max-width: 575.98px) {

  /* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_btn2 {
    padding: 15px 16px;
  }
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2:hover {
  color: #392C7D;
  border-color: #392C7D;
  background: transparent;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite {
  background: #fff0f2;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  color: #FF5170;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite.round_btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn {
  background: transparent;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #FF5170;
  font-weight: 600;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  border-color: #FF5170;
}

@media (max-width: 575.98px) {

  /* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_line_btn {
    padding: 15px 16px;
  }
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn.small_btn2 {
  padding: 16px 39px;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn.small_btn3 {
  padding: 12px 15px;
}

/* line 169, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 176, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 13px 34px;
  text-transform: capitalize;
  display: inline-block;
}

/* line 188, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.fb_bg {
  background: #395799;
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Twitter_bg {
  background: #03abf0;
}

/* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Pinterest_bg {
  background: #c92128;
}

/* line 200, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Linkedin_bg {
  background: #0477b5;
}

/* line 204, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn i {
  margin-right: 6px;
}

/* line 208, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn:hover {
  color: #fff;
  background: #FF5170;
}

/* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #202e3b;
  font-weight: 600;
  padding: 21px 28px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn2 {
  background: rgba(251, 17, 89, 0.1);
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #FF5170;
  font-weight: 600;
  padding: 13.5px 26px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn2:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 258, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.line_link {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Helvetica Neue';
  color: #202e3b;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}

/* line 266, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.line_link:hover {
  color: #202e3b;
}

/* line 271, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.min_windth_200 {
  min-width: 200px;
}

/* line 275, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.min_windth_150 {
  min-width: 150px;
}

/* line 280, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_text {
  font-size: 18px;
  font-weight: 700;
  color: #FF5170;
}

/* line 286, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF5170;
  color: #fff;
  border-radius: 50%;
  transition: .3s;
}

/* line 297, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_icon:hover {
  box-shadow: 0px 7px 14px rgba(57, 44, 125, 0.25);
}

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

  /* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title.mb_80 {
    margin-bottom: 50px;
  }
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title.white_text h3,
.section__title.white_text p {
  color: #fff;
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title>span {
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #202e3b;
  margin-bottom: 17px;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title h3.large_title {
  font-size: 60px;
  line-height: 76px;
}

@media (max-width: 575.98px) {

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1700.98px) {

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 50px;
    line-height: 66px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (max-width: 575.98px) {

  /* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 br {
    display: none;
  }
}

@media (max-width: 575.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Helvetica Neue';
  color: #6B6B6B;
  line-height: 30px;
}

@media (max-width: 767.98px) {

  /* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title2.mb_76 {
    margin-bottom: 50px;
  }
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2.white_text h3,
.section__title2.white_text p {
  color: #fff;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2 span {
  font-size: 14px;
  color: #373737;
  font-family: 'Helvetica Neue';
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
  text-transform: uppercase;
}

/* line 96, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2 h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #202e3b;
}

@media (max-width: 767.98px) {

  /* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title2 br {
    display: none;
  }
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 9px;
}

@media (max-width: 767.98px) {

  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3 h3 {
    font-size: 30px;
  }
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3 p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.margin_50 {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {

  /* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.margin_50 {
    margin-bottom: 30px;
  }
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.margin-50 {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {

  /* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.margin-50 {
    margin-bottom: 30px;
  }
}

/* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.mb_42 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {

  /* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.mb_42 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 145, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.mb_40 {
    margin-bottom: 30px;
  }
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 .subheading_text {
  display: block;
  font-size: 16px;
  color: #FF5170;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 h3 {
  font-size: 40px;
  font-weight: 800;
  color: #202e3b;
  margin-bottom: 9px;
  line-height: 1.38;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 h3 span {
  text-transform: uppercase;
}

@media (max-width: 767.98px) {

  /* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4 h3 {
    font-size: 30px;
  }
}

/* line 175, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.margin_50 {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {

  /* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.margin_50 {
    margin-bottom: 30px;
  }
}

/* line 186, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.margin_52 {
  margin-bottom: 52px;
}

@media (max-width: 767.98px) {

  /* line 186, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.margin_52 {
    margin-bottom: 30px;
  }
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.mb_42 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {

  /* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.mb_42 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 198, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.mb_40 {
    margin-bottom: 30px;
  }
}

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

  /* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all .9s ease 5s;
  user-select: none;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom10 {
  backface-visibility: hidden;
  animation: jumping10 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 48, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom11 {
  backface-visibility: hidden;
  animation: jumping11 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8;
  }

  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: .9;
  }

  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: .8;
  }

  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: .6;
  }

  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: .7;
  }

  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: .85;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }

  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }

  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }

  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: .7;
  }

  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }

  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }

  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }

  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }

  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }

  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}

@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: .7;
  }

  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: .8;
  }

  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: .9;
  }

  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: .7;
  }

  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: .9;
  }
}

@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }

  100% {
    transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }

  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              main theme style                              */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area {
  padding: 0px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area.header_static {
  position: relative;
  padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {

  /* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area.header_static {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area.header_static {
    padding: 10px 0px;
  }
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area {
  background: #392C7D;
}

/* line 48, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}

/* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left {
  display: flex;
  grid-gap: 30px;
  align-items: center;
}

@media (max-width: 767.98px) {

  /* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left {
    display: none !important;
  }
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: flex;
  grid-gap: 8px;
  align-items: center;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p {
    font-size: 14px;
    grid-gap: 8px;
    white-space: nowrap;
  }
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p i {
  margin-right: 5px;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right {
  display: flex;
  grid-gap: 26px;
  align-items: center;
}

@media (max-width: 767.98px) {

  /* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right {
    flex: 1 1 0;
    justify-content: center;
    justify-content: space-between;
    grid-gap: 15px;
  }

  .online_admission_text {
    margin-left: auto;
  }

  .online_admission_text a {
    font-size: 10px !important;
  }
}

/* line 88, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social {
  display: flex;
  grid-gap: 20px;
}

/* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
  font-size: 17px;
  color: #fff;
  transition: .3s;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
    font-size: 14px;
  }

  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social {
    display: none !important;
  }
}

@media (max-width: 767.98px) {

  /* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
    font-size: 14px;
  }
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a:hover {
  color: #FF5170;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter::before {
  position: relative;
  content: '';
  height: 24px;
  width: 1px;
  background: #3C4E56;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767.98px) {

  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter::before {
    display: none;
  }
}

/* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 767.98px) {

  /* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
    font-size: 14px;
  }
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a:hover {
  color: #FF5170;
}

/* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 991.98px) {

  /* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper {
    padding: 10px 0;
  }
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper .header__left .logo_img {
  margin-right: 80px;
}

@media (max-width: 991.98px) {

  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1899.98px) {

  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .theme_search_field {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .theme_search_field {
    display: none !important;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1399.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .theme_search_field {
    width: 200px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .theme_search_field {
    width: 300px;
  }
}

/* line 195, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper .header__left .category_search .categories_menu {
  font-size: 16px;
  color: #687083;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-right: 30px;
}

@media (max-width: 991.98px) {

  /* line 195, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .categories_menu {
    display: none !important;
  }
}

/* line 207, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper .header__left .category_search .categories_menu i {
  font-weight: 900;
  margin-right: 10px;
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu {
  margin-left: auto;
  margin-right: 0;
}

/* line 234, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li {
  display: inline-block;
  position: relative;
}

/* line 238, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li.submenu_active>a {
  color: #FF5170;
}

/* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a {
  color: #392C7D;
  font-size: 18px;
  font-weight: 400;
  margin: 0px 19px;
  padding: 34px 0;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Helvetica Neue';
}

/* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background: #FF5170;
  transition: .3s;
}

/* line 264, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a:hover,
.header_area .main_menu ul li a.active {
  color: #FF5170;
}

/* line 267, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a:hover::before,
.header_area .main_menu ul li a.active::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    font-size: 15px;
    margin: 0 8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {

  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {

  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 17px;
  }
}

/* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 305, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li {
  display: block;
  margin: 0;
}

/* line 309, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a {
  font-size: 14px;
  line-height: 1.2;
  color: #202e3b;
  padding: 0;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  left: 0;
}

/* line 323, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a.active,
.header_area .main_menu ul li .submenu li a:hover {
  color: #FF5170;
}

/* line 328, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a:hover {
  left: 5px;
  color: #FF5170;
}

/* line 337, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li:hover>a {
  color: #FF5170;
}

/* line 341, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {

  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

/* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .mobile_no p {
  color: #505050;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
}

/* line 377, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .mobile_no p span a {
  color: #392C7D;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap .mobile_no p {
    font-size: 13px;
    margin-right: 8px;
  }
}

/* line 390, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .signin a.sign_in {
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 390, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap .signin a.sign_in {
    margin-right: 15px;
  }
}

/* line 400, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .signin a.sign_in:hover {
  color: #4543DE;
}

/* line 406, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .contact_btn {
  margin-left: 48px;
}

/* line 411, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area.navbar_fixed {
  background: #fff;
  z-index: 90;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

.customheader-landing {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
  background: #5d2d72b0;
}

.btn-login-gradient {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #602970 0%, #3C5E8E 100%);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  padding: 8px 20px 8px 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(96, 41, 112, 0.25);
}

.icon-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-login-gradient svg {
  color: #fff;
}

.btn-login-gradient:hover {
  background: linear-gradient(90deg, #78458D 0%, #23709B 100%);
  text-decoration: none;
  color: #fff;
  transform: translateY(-2px);
}


.customheader-landing a {
  font-size: 16px;
  color: #fff;
}

.btn-new-button {
  background-color: #009E8F;
  border-radius: 12px;
  font-weight: normal;
  padding-left: 40px;
  padding-right: 40px;
}

.main-banner img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
}

/* .student-form .container,
.agent-form .container,
.partner-form .container {
  max-width: 1630px;
} */

.student-form .card,
.agent-form .card,
.partner-form .card {
  margin: 60px auto;
  border-radius: 16px;
  border: 0;
}

.student-form.dashboard .card {
  margin: 30px auto 80px;
}

.student-form .card-header {
  background-color: #DDEFEB;
  padding: 20px 40px;
  border-radius: 16px;
  margin-bottom: 25px;
  border: 0;
}

.partner-form .card-header {
  background-color: #E3F2FB;
  padding: 20px 40px;
  border-radius: 16px;
  margin-bottom: 25px;
  border: 0;
}

.agent-form .card-header {
  background-color: #FFE5D6;
  padding: 20px 40px;
  border-radius: 16px;
  margin-bottom: 25px;
  border: 0;
}

.student-form .card-header h3,
.agent-form .card-header h3,
.partner-form .card-header h3 {
  background: linear-gradient(90deg, #272727 0%, #602970 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}

.student-form .card-body,
.agent-form .card-body,
.partner-form .card-body {
  background-color: #F9F8F6;
  padding-top: 30px;
  padding-left: 40px;
  border: 0;
  border-radius: 16px;
  padding-right: 40px;
}

.student-form .card-body h2,
.agent-form .card-body h2,
.partner-form .card-body h2 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 23px;
}

.student-form label,
.agent-form label,
.partner-form label {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.student-form input[type="text"],
.student-form input[type="url"],
.student-form input[type="email"],
.student-form input[type="number"],
.student-form input[type="date"],
.agent-form input[type="text"],
.agent-form input[type="email"],
.agent-form input[type="number"],
.agent-form input[type="date"],
.partner-form input[type="text"],
.partner-form input[type="email"],
.partner-form input[type="number"],
.partner-form input[type="date"] {
  border: 1px solid #EBE9E1;
  border-radius: 15px;
  color: #555555;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  background-color: white;
  min-height: 50px;
}

.student-form input::placeholder,
.agent-form input::placeholder,
.partner-form input::placeholder {
  color: #555555;
  font-weight: 300;
  font-size: 14px;
}


.student-form .card-body .row.no-margin,
.agent-form .card-body .row.no-margin,
.partner-form .card-body .row.no-margin {
  margin-bottom: 0px
}

.student-form .select2-container,
.agent-form .select2-container,
.partner-form .select2-container {
  border: 1px solid #EBE9E1;
  border-radius: 15px;
  color: #555555;
  font-size: 14px;
  padding: 10px;
  background-color: white;
  min-height: 50px;
}

.student-form .select2-container .select2-search--inline .select2-search__field {
  height: 22px;
  margin-top: 0;
}

.student-form .select2-container--default .select2-selection--single,
.agent-form .select2-container--default .select2-selection--single,
.agent-form .select2-container--default .select2-selection--multiple,
.partner-form .select2-container--default .select2-selection--single,
.partner-form .select2-container--default .select2-selection--multiple {
  border: none !important;
  background-color: white;
}

.student-form .select2-container--default .select2-selection--multiple,
.agent-form .select2-container--default .select2-selection--multiple,
.partner-form .select2-container--default .select2-selection--multiple {
  border: none !important;
  padding: 0 !important;
  min-height: 28px;
}

textarea.select2-search__field::placeholder,
.student-form #extra-comment::placeholder {
  font-size: 14px !important;
}

.student-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.agent-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.partner-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 5px;
}

.student-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.agent-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.partner-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676464;
  font-weight: 300;
}

.select2-results__option:hover,
.select2-results__option:visited,
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #14B1E730 !important;
  color: #676464 !important;
  font-size: 18px;
}

.select2-results__option,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible,
.note-editable {
  color: #676464 !important;
  font-size: 18px;
}

.select2-container--default .select2-results__option--selected {
  color: #676464 !important;
}

.inside-slide2 {
  height: 800px;
  width: 100%;
  background: url("/backend/assets/images/frontend/slider-image.jpg");
  background-size: cover;
  background-position-x: 50%;
  position: relative;
  color: #000;
}

.inside-slide2.about {
  background: url("/backend/assets/images/frontend/bout.png");
  background-size: cover;
  background-position-x: 50%;
}

.inside-slide2.stud-form {
  background: url("/backend/assets/images/frontend/stud-banner.png");
  background-size: cover;
  background-position-x: 50%;
}

.inside-slide2.agnt-form {
  background: url("/backend/assets/images/frontend/agent-banner.png");
  background-size: cover;
  background-position-x: 50%;
}

.inside-slide2.uni-form {
  background: url("/backend/assets/images/frontend/uni-banner.png");
  background-size: cover;
  background-position-x: 50%;
}

.spacing-top {
  margin-top: 20px;
}

.inside-slide::before {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 1;
}

.inside-slide>* {
  position: relative;
  z-index: 2;
}

.badge-top {
  background: #fff;
  color: #444;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.hero-title {
  font-size: 62px;
  font-weight: 400;
  line-height: 1.3;
  color: #111;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.hero-title .highlight {
  background: linear-gradient(90deg, #E99BFF 0%, #ECAEFF 40%, #A7E0FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-title .white-text {
  color: #fff;
}

.hero-subtext {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  max-width: 600px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 30px;
    line-height: 30px;
  }

  .inside-slide2 {
    height: 436px;
  }

  .boxes-section h2 {
    padding-top: 4px !important;
    padding-bottom: 38px !important;
  }

  .info-grid {
    margin-top: 0px;
  }

  .info-card {
    margin-bottom: 5px !important;
  }

  .info-icon {
    top: -64px !important;
  }

  .mobile-css-new {
    margin-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile-css-new-bottom {
    margin-bottom: 40px;
  }

  .exam-section {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .carousel-section h2 {
    padding-top: 2px !important;
  }

  .owl-dots {
    width: 80%;
  }

  .tabs-section-home h1 {
    padding-top: 30px !important;
  }

  .photo-new {
    border-radius: 0px 0px 0px 0px !important;
  }

  .education-section {
    padding: 0px 0 70px 0 !important;
  }

  .right-side-home {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .footer-links {
    gap: 17px !important;
  }

  #back-top {
    bottom: 60px !important;
  }

}

.inside-slide .mobile {
  display: none;
}

.inside-slide>div {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-35%, -50%);
}

.inside-slide>div>p {
  font-size: 45px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  max-width: 75%;
  line-height: 1.3;
  margin-bottom: 40px;
}

.inside-slide>div>a {
  font-size: 45px;
  font-weight: bold;
  color: white;
  line-height: 1.3;
}

.inside-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 800px;
}

.privacy-policy {
  color: #272727;
  text-decoration: underline;
}

.privacy-policy:hover {
  color: #009E8F;
  text-decoration: underline;
}

.student-form .new-button-primary,
.agent-form .new-button-primary,
.partner-form .new-button-primary {
  margin-top: 0;
}

.student-form .back-study-btn,
.agent-form .back-study-btn,
.partner-form .back-study-btn {
  background-color: #642872;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}

.student-form #extra-comment,
#comment-main {
  width: 100%;
  min-height: 75px;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #EBE9E1;
  color: #555555;
  font-size: 14px;
  background-color: white;
}

#comment-main {
  min-height: 250px;
}

.row.special-gap {
  gap: 30px;
}

.mrg-top {
  margin-top: 50px !important;
}

.student-form textarea::placeholder {
  color: #555555;
  font-weight: 300;
  font-size: 14px;
}

.checkboxess {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ins-tit {
  color: #009E8F;
  margin: 20px 0;
}

.checkboxess label {
  font-weight: 300;
  margin: 0;
  font-size: 12px;
  color: #676464;
}

.student-form input[type=checkbox] {
  width: 12px;
  accent-color: #DDEFEB;
  height: 12px;
}

.agent-form input[type=checkbox] {
  width: 12px;
  accent-color: #FFE5D6;
  height: 12px;
}

div#conditional-fields {
  padding: 0;
}

.partner-form input[type=checkbox] {
  width: 12px;
  accent-color: #E3F2FB;
  height: 12px;
}

.head-right {
  display: flex;
  gap: 25px;
  align-items: center;
}

.front-notification-items {
  background: white;
  border: 2px solid #9A69A4;
  padding: 30px 15px;
  z-index: 9;
  border-radius: 12px;
  top: 40px;
  left: -70px;
}

.front-notification-items h3 {
  font-size: 24px;
  color: #676464;
}

.notification-item h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.info-box {
  display: none;
  /* Hidden by default */
  background: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
}

.info-box i {
  font-size: 18px;
  margin-right: 10px;
  color: #007bff;
}

.error-not-found {
  min-height: 82vh;
}

.error-not-found img {
  max-width: 72%;
  padding-top: 90px;
}

.error-not-found h1 {
  font-family: "Corda";
  margin-top: -50px;
  color: #642872;
  font-size: 3rem;
}

.error-not-found p {
  font-size: 20px;
  padding-bottom: 90px;
}

.notification-item-link {
  font-size: 15px !important;
  margin-bottom: 0;
  color: #642872 !important;
}

.bgcustom {
  background-color: #E9DFEC !important;
  padding-top: 30px;
  padding-bottom: 20px;
}

.bgcustom h3 {
  color: #642872;
  padding-left: 25px;
  font-family: 'Helvetica Neue' !important;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
}

.bgcustom p {
  color: #676464;
  padding-left: 25px;
  font-family: 'Helvetica Neue' !important;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
}

.header-newback {
  color: #676464;
  font-size: 40px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.header-newcarousel {
  color: #642872;
  font-size: 40px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 30px;
}

.header-back {
  background-color: #642872;
  padding: 10px 10px 10px 20px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 10px 2px 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.backjeshile {
  background-color: #009E8F;
  padding: 20px 20px 4px 20px;
  font-weight: bold;
  margin: 4px 10px 0px 10px;

}

.backjeshilenew {
  background-color: #009E8F;
  padding: 0px 20px 30px 20px;
  margin: 0px 10px 20px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.backorangenew {
  background-color: #FA5F05;
  padding: 0px 20px 30px 20px;
  margin: 0px 10px 20px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.backblunew {
  background-color: #14B1E7;
  padding: 0px 20px 30px 20px;
  margin: 0px 10px 20px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.backjeshilenew h3,
.backorangenew h3,
.backblunew h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
}

.backjeshilenew h3,
.backorangenew h3,
.backblunew h3 {
  border-top: 1px solid white;
}

.backjeshilenew p,
.backorangenew p,
.backblunew p {
  color: #fff;
  ;
  font-size: 18px;
  font-weight: normal;
  padding-top: 10px;
  line-height: 20px;
}


/*landing*/

.boxes-section {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(to bottom, #FCFBF3 0%, #FFFFFF 100%);
}

.carousel-section {
  margin-top: 50px;
  margin-bottom: 80px;
}

.boxes-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;

  /* ✨ Smooth blended gradient text */
  background: linear-gradient(90deg, #602970 0%, #78458D 25%, #3C5E8E 75%, #23709B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 117px;
  padding-top: 50px;
}

.carousel-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(90deg, #602970 0%, #78458D 25%, #3C5E8E 75%, #23709B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 30px;
  padding-top: 50px;
}

.tabs-section-home h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(90deg, #602970 0%, #78458D 25%, #3C5E8E 75%, #23709B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 30px;
  padding-top: 50px;
}

.tabs-section-home .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: stretch;
  width: 100%;
  background-color: #EBE9E180;
  padding: 6px;
  border-radius: 50px;
}

.tabs-section-home .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: stretch;
  width: 100%;
}

.tabs-section-home .nav-tabs .nav-item {
  flex: 1 1 0;
  /* make each tab item equal width */
  text-align: center;
}

.tabs-section-home .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  border: none;
  background-color: #f5f4f0;
  color: #333;
  font-weight: 600;
  padding: 14px 20px;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.tabs-section-home .nav-tabs .nav-link.active {
  background: #fff;
  color: #0A0A0A;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.tabs-section-home .accordion-button-new:not(.collapsed) {
  color: #0A0A0A;
  font-size: 18px;
  padding: 30px 30px 0px 30px;
}

div#infoTabsContent {
  margin-top: 41px;
}

.tabs-section-home .accordion-button-new {
  color: #0A0A0A;
  font-size: 18px;
  padding: 20px 30px 20px 30px;
  font-weight: 700;
}

.boxes-section h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: middle;
}


.edu-header {
  display: flex;
  align-items: center;
  gap: 12px;
  /* space between icon and text */
  margin-bottom: 25px;
}

.edu-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
  /* keeps icon size fixed */
}



.edu-header h5 {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0;
}

.boxes-section p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #333;
  /* optional: for good readability */
}

.info-grid {
  margin-top: 60px;
}

.info-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  text-align: left;
  padding: 70px 30px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.info-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -110px;
  left: 22%;
  transform: translateX(-50%);
}

.info-icon img {
  width: 40%;
  height: auto;
}

.info-body {
  margin-top: 20px;
}

.card-1 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  background: linear-gradient(to right, #272727 0%, #602970 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.card-2 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  background: linear-gradient(to right, #272727 0%, #0C413C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.card-3 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  background: linear-gradient(to right, #272727 0%, #5B2F11 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.info-body p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.info-link {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* space between text and icon */
  vertical-align: middle;
}

.info-link__icon {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

.info-link__icon-header {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.info-link:hover {
  color: #23709B;
  border-color: #23709B;
}

.info-link:hover .info-link__icon {
  transform: translateX(3px);
}


.card-1 {
  background-color: #DDEFEB;
  border-radius: 40px;
}

.card-2 {
  background-color: #FFE5D6;
  border-radius: 40px;
}

.card-3 {
  background-color: #E3F2FB;
  border-radius: 40px;
}

.right-front {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.partners-slider {
  margin: 0px auto;
}

.partner-item {
  background: #FCFBF3;
  border-radius: 16px;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.partner-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.partner-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

.partner-item:hover img {
  filter: none;
}

.partners-slider .owl-dots {
  text-align: center;
  margin-top: 25px;
}


.partners-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  transition: all 0.3s ease;
  opacity: 0.4;
}

.tabs-section-home .accordion-item {
  background-color: #f5f4f0;
  margin: 20px 0px 20px 0px;
  border-radius: 13px;
  border-bottom: 0px !important;
}

.partners-slider .owl-dots .owl-dot.active span {
  background: linear-gradient(to right, #602970, #23709B);
  width: 24px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.partners-slider .owl-dots .owl-dot.active span::before {
  border-color: transparent;
}

/* ✅ Protect Owl dots from Bootstrap interference */
.partners-slider .owl-dot {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.partners-slider .owl-dots button.owl-dot span {
  pointer-events: none;
}

.partners-slider .owl-dots .owl-dot:hover span {
  transform: scale(1.1);
}

.partners-slider .owl-dots.disabled {
  display: block !important;
  /* force visible even if Owl disables */
  opacity: 1 !important;
  pointer-events: auto;
}

.faq-section .btn.active {
  background-color: #642872 !important;
  color: #fff !important;
}

.accordion-button {
  font-weight: 600;
  background-color: #f9f9fb;
  color: #333;
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  color: #642872;
  background-color: #f3e8ff;
  box-shadow: none;
}

.accordion-body {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.photo-new {
  border-radius: 30px 0px 0px 30px;
}

.exam-section {
  background: #ebe9e1;
  /* optional background color */
  margin-top: 120px;
  margin-bottom: 80px;
}

.button-new-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  gap: 10px;
  border-radius: 20px;
  background-color: rgba(167, 164, 180, 0.2);
  /* #A7A4B4 at 20% opacity */
  color: #333;
  /* adjust as needed */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  width: fit-content;
  /* Hug width */
  height: auto;
  /* Hug height */
  top: -56px;
  /* from your Figma spec */
  border: none;
  cursor: default;
}

.exam-section h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(90deg, #602970 0%, #23709B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 10px 0 0px 0;
}

.exam-section h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #0A0A0A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 0px 0 0px 0;
}

.exam-section h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #272727;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 15px 0 15px 0;
}

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

.custom-list li {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}

.custom-list .icon-img {
  width: 18px;
  /* Adjust to your design */
  height: 18px;
  object-fit: contain;
  margin-right: 10px;
  /* Space between image and text */
}

.new-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  gap: 8px;
  border-radius: 48px;
  background: linear-gradient(90deg, #602970 0%, #23709B 100%);
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.new-button-primary:hover {
  color: #fff;
}

.right-side-home {
  padding-left: 5%;
}

/* Optional: hover state */
.new-button-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Optional: focus/active */
.new-button-primary:active {
  transform: scale(0.98);
}


.education-section {
  background: #fff;
  padding: 30px 0 90px 0;
}

.education-section p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #272727;
  margin-bottom: 12px;
  background: transparent;
  /* remove white background from text */
  padding: 0;
}

.education-section h4 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #272727;
  margin-bottom: 4px;
  background: transparent;
  /* remove white background from text */
  padding: 0;
}

.edu-card {
  background: #EBE9E14D;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.edu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}



.edu-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
}

.edu-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.edu-card ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.edu-card ul li {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
  list-style: none;
}

.edu-card ul li strong {
  color: #111;
}

.read-more {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.read-more i {
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(4px);
}


.tabs-section-home .accordion-button-new {
  background-color: #f5f4f0;
  border-radius: 15px;
}

.tabs-section-home .accordion-body-new {
  width: 100%;
  padding: 0px 30px 20px 30px;
  font-size: 16px;
  font-weight: normal;
  color: #464646;
  text-align: left;
  background-color: #f5f4f0;
  overflow-anchor: none;
  border: 0 !important;
  border-radius: 15px;
}

.tabs-section-home .accordion-button-new .icon {
  margin-left: auto;
  color: #0A0A0A;
}

/* Ensure spacing on smaller devices */
@media (max-width: 991px) {
  .info-card {
    margin-bottom: 60px;
  }
}



.btn-primary-newstyle {
  color: #642872;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #E9DFEC;
  width: 42%;
  border: 2px solid #fff;
}

.backorange {
  background-color: #FA5F05;
  padding: 20px 20px 4px 20px;
  font-weight: bold;
  margin: 0px 10px 0px 10px;
}

.backblu {
  background-color: #14B1E7;
  padding: 20px 20px 4px 20px;
  font-weight: bold;
  margin: 0px 10px 0px 10px;
}

.partner-color {
  background-color: #E9DFEC;
  border-bottom: 3px solid #642872;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-top: 50px;
}

.owl-carousel .item img {
  max-width: 120px;
  height: auto;
  margin: auto;
}

.owl-carousel {
  padding: 20px 0;
}

.last-section-faq h1 {
  font-size: 56px;
  color: #642872;
  font-weight: bold;
  line-height: 59px;
  padding-bottom: 20px;
}

.last-section-faq {
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion-body-new {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #464646;
  text-align: left;
  background-color: #fff;
  overflow-anchor: none;
  border: 0 !important;
}

.accordion-button-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 40px;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #676464;
  text-align: left;
  background-color: #fff;
  overflow-anchor: none;
  border: 0 !important;
}


.accordion-button-new:not(.collapsed) {
  color: #642872;
  font-weight: bold;
}

.accordion-button-new .icon {
  margin-left: auto;
  color: #642872;
}

.accordion-button-new .icon i {
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
}

.accordion-item {
  border-bottom: 1px solid #D5D3D0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.news-section {
  margin-top: 25px;
  margin-bottom: 45px;
}

.news-section h3 {
  font-size: 32px;
  font-weight: 500;
  color: #642872;
  line-height: 36px;
}

.news-section h4 {
  font-size: 18px;
  font-weight: normal;
  color: #676464;
  line-height: 22px;
}

.btn-primary-collapsed {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #642872 !important;
  line-height: 22px !important;
  text-decoration: underline !important;
  padding-top: 12px !important;
  padding-left: 0px !important;
}

.news-section .container>.col-md-6:first-child {
  border-top: 1px solid #D5D3D0;
  border-right: 1px solid #D5D3D0;
  padding: 20px;
}

.news-section .container>.col-md-6:last-child {
  border-top: 1px solid #D5D3D0;
  padding: 20px;
}

.card-body-readmore {
  padding: 0px;
}

.card-readmore {
  font-size: 18px;
  font-weight: normal;
  color: #676464;
  line-height: 22px;
  border: 0;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.25);
}

.footer-background-new {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-background-new a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}

.footer-links {
  display: flex;
  gap: 40px;
  /* adjust spacing here */
}

.footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}


.footer-background-new a:hover {
  color: #ffffff;
}

.footer-icon {
  width: 22px;
  height: 22px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.footer-icon:hover {
  opacity: 1;
}


.text-footer-center {
  flex: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .text-footer-center {
    order: 3;
  }
}

button.carousel-control-next,
button.carousel-control-prev {
  background-color: transparent;
  border: 0;
}

.agentform {
  color: #FA5F05;
  font-weight: bold;
  padding-bottom: 20px;
}

.input-group.different {
  flex-wrap: nowrap;
}

.prefiks {
  border: 1px solid #EBE9E1;
  border-top-left-radius: 15px;
  border-right-width: 0;
  border-bottom-left-radius: 15px;
  color: #676464;
  font-size: 16px;
  padding: 10px;
  background-color: white;
  min-height: 50px;
  display: flex;
  align-items: center;
}

#phoneid-error {
  width: 100%;
}

.succes-message h5 {
  font-size: 45px;
  line-height: 47px;
  color: #FA5F05;
  font-weight: bold;
  padding-top: 20px;
}

.success-partner h5 {
  font-size: 45px;
  line-height: 47px;
  color: #14B1E7;
  font-weight: bold;
  padding-top: 20px;
}

.succes-message h6,
.success-partner h6 {
  font-size: 24px;
  line-height: 47px;
  color: #676464;
  font-weight: 500;
  padding-bottom: 10px;
}


.submit-study-btn {
  color: #fff;
  background-color: #FA5F05;
  border-radius: 12px;
  font-size: 20px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 5px 40px;
}

.submit-study-btn:hover,
.submit-study-agent-btn:hover {
  color: #fff;
}

.submit-study-agent-btn {
  color: #fff;
  background-color: #14B1E7;
  border-radius: 12px;
  font-size: 20px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 5px 40px;
}

.application-dashboard .card-body h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}

.application-dashboard .card-body {
  padding: 50px 30px;
}

.next-steps {
  background: #EBE9E1;
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

.next-steps .next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  gap: 8px;
  border-radius: 48px;
  background: #A7A4B420;
  color: #333333;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 30px;
}

.application-details {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  margin: 0 0 30px 0;
  min-height: 115px;
  column-gap: 35px;
}

.status-details {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  margin: 0 0 30px 0;
  min-height: 115px;
  column-gap: 35px;
}

.application-details .col,
.status-details .col {
  background: #EBE9E1;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.application-details .col:last-child,
.status-details .col:last-child {
  border-right: 0;
}

.application-details .col>h5,
.status-details .col>h5,
.notes h5 {
  color: #272727;
  font-size: 14px;
  margin-bottom: 0;
}

.application-details .col>p,
.status-details .col>p,
.notes p {
  color: #555555;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 300;
}

.application-details .col>p:first-child {
  margin-top: 10px;
}

.application-details .col>p:not(:first-child) {
  margin-top: 0;
}

.notes {
  border-top: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 0 !important;
  min-height: 120px;
}

.notes h5 {
  padding: 10px 0 10px 15px;
}

.notes ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 35px;
  row-gap: 15px;
}

.notes ul li {
  padding: 17px 15px;
  color: #676464;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  background: #EBE9E1;
  border-radius: 15px;
  width: 31%;
}


.notes ul li:last-child {
  border-bottom: 0;
}

.img-cove {
  min-height: 100%;
}

.img-cove img {
  object-fit: cover;
  min-height: 310px;
}

.comment-form {
  padding: 0 15px;
}

.comment-form h3 {
  margin-top: 50px;
}

.comment-form .list-group {
  flex-direction: row;
  column-gap: 40px;
}

.comment-form .list-group-item {
  width: 49%;
  border: 0;
  border-radius: 15px;
  font-size: 14px;
  padding: 15px;
  color: #272727;
}

.comment-form small {
  font-size: 14px;
  color: #272727;
}

#extraData h5 {
  color: #642872;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: bold;
}

#extraData .modal-content {
  min-height: 305px;
}

#extraData .modal-header {
  border-bottom: 0;
  justify-content: center;
}

#extraData .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#extraData .next-btn {
  background-color: #009E8F;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}

.main-next h4 {
  color: #272727;
  font-size: 14px;
  margin-bottom: 0;
}

.main-next p {
  color: #555555;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 300;
}

#small-carrusel {
  padding: 50px 0 80px;
}

#small-ads {
  border-top: 0px solid white;
}

#small-ads .carousel-inner {
  border-radius: 15px;
}

#small-ads img {
  height: 250px !important;
}

/* .notes>.row>.col,
.notes>.row>.col>.row>.col:first-child {
  border-right: 2px solid white;
} */

#navbarNav a {
  padding: 8px 15px;
}

.about .inside-slide>div {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
}

.about .inside-slide>div>p {
  max-width: 100%;
}

.about .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(90deg, #602970 0%, #78458D 25%, #3C5E8E 75%, #23709B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 30px;
}

.about .section {
  margin-bottom: 80px;
  padding: 0 10px;
}

.about p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.about-faq {
  margin-bottom: 80px;
}

.about-us {
  margin-top: 60px;
}

.about-faq .section-title {
  padding-left: 10px;
}

.our-services {
  background: #F9F8F6;
  padding: 30px !important;
  border-radius: 12px;
}

.our-services h5 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #676464;
}

.our-services ul {
  margin-left: 15px;
}

.our-services ul>li {
  list-style-type: disc;
  color: #676464;
  font-weight: 500;
}

.team-card {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

.team-card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.content-team {
  text-align: left;
  padding: 25px 15px;
}

.content-team h5 {
  color: #642872;
  font-size: 20px;
  margin-bottom: 0;
}

.content-team p {
  color: #676464;
  margin-bottom: 10px;
}

.content-team p.fn-wg {
  font-weight: 500;
}

.budget-select {
  border: 1px solid #ced4da;
  padding: 6px 15px;
  border-radius: 12px;
  width: 100%;
  color: #676464;
}

#carouselExampleControls .carousel-inner {
  max-height: 850px;
  margin-top: -88px;
  z-index: -1;
}

.icona-home img {
  max-height: 150px;
  width: auto;
}

.menu-toggler {
  display: none;
}

.start-main h4,
.card-readmore h4 {
  font-weight: bold;
  margin-top: 20px;
}

.start-main p {
  line-height: 22px;
  font-size: 18px;
}

.event-response>h1 {
  font-size: 32px;
  font-weight: bold;
  color: #676464;
  margin-top: 60px;
}

.event-response>div {
  text-align: center;
  margin-bottom: 60px;
  border: 1px solid #642872;
  padding: 50px;
  border-radius: 12px;
  background: #E9DFEC;
}

.event-response>div>h1 {
  color: #642872;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 32px;
}

.event-response a {
  color: #642872;
}

.calendar-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.student-step-label {
  font-size: 18px;
  color: #676464;
  font-weight: 500;
  font-family: 'Helvetica Neue';
  margin-bottom: 5px;
}

.student-step-input {
  padding: 16px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  border-radius: 12px;
}

.student-step-title {
  font-size: 24px;
  color: #14B1E7;
  font-weight: 500;
  font-family: 'Helvetica Neue';
}

.decline-submit {
  background-color: #14B1E7;
  border: none;
  padding: 5px 22px 5px 22px;
  border-radius: 12px;
  color: white;
}

.student-step-card {
  border: none;
  border-radius: 12px;
}

.student-step-card .card-body {
  padding: 0;
}

.uni-list {
  padding: 20px 50px 20px 20px;
  margin: 0;
  min-height: auto;
  border-bottom: 1px solid #D1D3D4;
}

.uni-list:last-of-type {
  border-bottom: 0;
}

.uni-list label {
  color: #676464;
  font-size: 24px;
  width: 100%;
}

.uni-list .form-check-input {
  float: right;
}

.more-unis-below {
  float: right;
  cursor: pointer;
}

.bg-light[readonly] {
  background-color: #e6edef !important;
}

.ot_fileUploader {
  display: flex;
  align-items: center;
  border-radius: 12px;
  min-height: 50px;
  background-color: white;
}

.ot_fileUploader input.form-control {
  border: 0;
  height: 40px;
  width: 100%;
  box-shadow: none !important;
  font-size: 16px;
  color: #676464;
}

.ot_fileUploader input.doc-upload {
  color: #7d858c !important;
}

.ot_fileUploader button {
  background: transparent;
}

.uload-button-document {
  color: white;
  padding: 7px 13px;
  background-color: #4D5170 !important;
  border-radius: 12px;
  font-size: 13px;
  margin: 6px;
}

.add-document-button,
.add-document-button:focus,
.add-document-button:hover {
  padding: 6px 12px;
  background-color: #642872;
  color: white;
  font-size: 16px;
}

.document-upload-table {
  overflow-x: hidden;
}

#documentsForm {
  width: 95%;
  margin: 0 auto 20px;
}

a.btn-view {
  font-size: 14px;
  color: #009E8F;
  margin-right: 10px;
}

.select-btn {
  background-color: #642872;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}

.select-schools .card-body {
  background: #ebe9e14d;
}

.main-un-list-same>div {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid #E2E1DA;
  border-radius: 15px;
  margin-bottom: 10px;
}

.main-un-list-same label {
  margin-bottom: 0px;
  font-size: 16px;
}


.main-un-list-same label .badge {
  background-color: #28A74570;
}


/* iOS-specific styles */
@supports (-webkit-touch-callout: none) {
  input[type="date"] {
    appearance: none;
    /* Hides the iOS native spinner */
    -webkit-appearance: none;
    background: url('calendar-icon.png') no-repeat right 15px center;
    background-size: 20px;
    padding-right: 45px;
    /* Extra padding for the icon */
  }
}

@media (max-width: 575.98px) {
  .inside-slide>div>p {
    font-size: 22px;
    max-width: 100%;
    line-height: 1;
    margin-bottom: 5px;
  }

  .inside-slide>div>a {
    font-size: 18px;
    line-height: 1;
  }

  #carouselExampleControls .carousel-inner img,
  .main-banner img {
    min-height: 250px;
    object-fit: cover;
  }

  .header-newback,
  .faq-container h3 {
    font-size: 22px;
    line-height: 22px;
  }

  .news-section h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .hero-section {
    font-size: 30px !important;
  }

  .faq-container {
    min-width: 100%;
  }

  .last-section-faq .col-1,
  .about .section-title,
  .about-faq .section-title,
  .header-newcarousel {
    font-size: 28px;
  }

  .accordion-button-new {
    font-size: 16px;
  }

  .static-logo {
    max-width: 130px;
  }


  .customheader-landing a {
    font-size: 14px;
  }

  .customheader-landing .text-decoration-underline {
    display: none;
  }

  .customheader-landing .btn-new-button {
    padding: 3px 10px;
    font-size: 14px;
  }

  .right-front {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .menu-toggler {
    display: block;
  }

  .menu-toggler img {
    width: 25px;
  }

  .right-front .menu-toggler {
    padding: 0;
    border: 0;
    background-color: transparent;
  }

  #navbarNav {
    position: absolute;
    right: 15px;
    top: 55px;
    z-index: 9;
    background: white;
    border-radius: 12px;
    border: 1px solid #9A69A4;
    padding: 10px 0;
  }

  #navbarNav a {
    padding: 3px 15px;
  }

  .meet-team .row,
  .our-services .row {
    gap: 15px;
  }

  .team-card img {
    min-width: 100%;
    object-fit: cover;
  }

  .about .section {
    margin-bottom: 30px;
  }

  .about-faq {
    margin-bottom: 40px;
  }

  .our-services {
    padding: 30px !important;
  }

  .student-form .card-body,
  .agent-form .card-body,
  .partner-form .card-body {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  /* .student-form .card-body .row,
  .agent-form .card-body .row,
  .partner-form .card-body .row {
    margin-bottom: 0px
  } */

  .card-body>form>.row>div {
    margin-bottom: 15px;
  }

  .agent-form .card-body .col-12,
  .partner-form .card-body .col-12 {
    margin-bottom: 20px;
  }

  #agent-form .row>.col:first-child,
  #partner-form .row>.col:first-child,
  .mx-fifty .col-6:first-child,
  .student-form .row>.col-6:first-child {
    padding-right: 0 !important;
  }

  /* .student-form .card-body .col-12 {
    margin-top: 20px;
  } */

  .card-body .col-12.no-mg {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .card-body .mt-top {
    margin-top: 20px;
  }

  .agentform {
    padding-bottom: 0;
  }

  .fll-wdth .col {
    min-width: 100%;
  }

  .inside-slide .mobile {
    display: block;
  }

  .inside-slide .desktop {
    display: none;
  }

  .single-check {
    display: flex;
    gap: 10px;
  }

  .checkboxess {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .modal-dialog img {
    max-width: 100%;
  }

  .application-details,
  .status-details {
    margin-bottom: 15px;
  }

  .application-details,
  .status-details,
  .notes .row {
    flex-direction: column;
    gap: 15px;
  }

  .application-details .col,
  .status-details .col,
  .notes>.row>.col,
  .notes>.row>.col>.row>.col:first-child {
    border-right: 0px solid #fff;
  }

  #small-ads img {
    height: 200px !important;
  }

  .btn-primary-newstyle {
    width: 50%;
    padding: 10px 0 8px 0;
  }

  .partner-color {
    margin-top: 30px;
  }

  .last-section-faq h1 {
    margin-bottom: 0;
  }

  .faq-container.mt-20,
  .news-section h3 {
    margin-top: 30px;
  }

  #small-carrusel {
    padding: 0px;
  }

  .last-section-faq {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer-background-new p {
    font-size: 16px;
  }

  .student-form .card,
  .agent-form .card,
  .partner-form .card {
    margin: 30px auto;
  }

  .btn-primary-collapsed {
    font-size: 16px !important;
  }

  .about-us {
    margin-top: 30px;
  }

  .about .section-title,
  .about p {
    margin-bottom: 20px;
  }

  .about p,
  .accordion-body-new {
    line-height: 20px;
  }

  .team-card p {
    margin-bottom: 0px;
  }

  .team-card p.fn-wg {
    margin-bottom: 20px;
  }

  .header-newcarousel {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .no-space .col-12 {
    margin-bottom: 15px;
  }

  .no-space .col-12:last-child {
    margin-bottom: 0px;
  }

  .mob-hide {
    display: none;
  }

  .next-steps {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .main-next {
    margin-bottom: 12px;
  }

  .next-steps .next-btn {
    margin-left: 10px;
  }

  .comment-form .list-group {
    gap: 15px;
  }

  .notes ul,
  .comment-form .list-group {
    flex-direction: column;
  }

  .notes ul li,
  .comment-form .list-group-item {
    width: 100%;
  }

  .special-gap {
    flex-direction: column;
    gap: 15px;
  }

  #small-ads {
    padding: 0 15px;
  }

  .comment-form,
  .application-status {
    padding: 0;
  }

  #comment-main {
    min-height: auto;
  }

  .row.special-gap {
    gap: 15px;
  }

  .footer-links a,
  .footer-background-new div {
    font-size: 14px;
  }
}